/srv/irclogs.ubuntu.com/2016/02/24/#ubuntu-server.txt

=== jgrimm is now known as jgrimm-afk
=== kklimonda1 is now known as kklimonda
=== aluria` is now known as aluria
solinuxhi11:05
madwizardhi11:16
YamakasYwas there some bug in the mysql client ?12:47
rbasakCan you be more specific? Most software have bugs that are found and fixed all the time.12:56
fricklercould someone take a look at https://bugs.launchpad.net/ubuntu/+source/os-prober/+bug/1384062 and maybe confirm my findings? this would affect not only Ceph, but possibly other services accessing unmounted partitions directly, e.g. databases13:11
ubottuLaunchpad bug 1384062 in os-prober (Ubuntu) "os-prober blocks writes to raw partitions" [Undecided,Confirmed]13:11
rbasakjamespage: ^13:23
jamespagerbasak, erg13:55
rbasakjamespage: does the charm use os-prober or something? I didn't really understand the problem. But it looks like frickler could help with triaging that.13:56
jamespagerbasak, no - but other things do - I think upgrade-grub does13:57
rbasakAh13:57
jamespagehallyn, the libiscsi MIR completed - are you ok to add that to qemu for next upload?14:25
fricklerjamespage: rbasak: yes, update-grub is the main problem, and it being called implicitly when updating kernel-packages.14:31
=== jgrimm-afk is now known as jgrimm
=== cpaelzer_ is now known as cpaelzer
coreycbddellav, looks like the only things still blocking for python clients atm are python-openstacksdk and python-oslo.config17:01
ddellavcoreycb gotcha. There's some blockers for the oslo's i added to the spreadsheet as well17:02
coreycbddellav, ok17:02
coreycbjamespage, beisner: neutron 7.0.3 and ceilometer 5.0.2 for liberty tested successfully in trusty-liberty-proposed17:20
jamespagecoreycb, okies - please markup the bug verfication-done...17:22
coreycbjamespage, all done17:22
beisnercoreycb, ack.  thank you.  lmk if you need me to do anything on that.17:22
jamespagecoreycb, of course :-)17:22
coreycbddellav, for oslo.messaging we'll need a merge.  take a look at the current ubuntu version (pull-lp-source python-pyngus) to see what our current delta is.17:42
coreycbpull-lp-source python-oslo.messaging17:42
coreycbso for that one, we'll need to update the debian repo to the new release and merge with ubuntu17:44
coreycbddellav, oslo.i18n and oslo.context uploaded18:19
hallynsmb: trivially reproduced with a new xenial vm,18:31
hallynhttp://paste.ubuntu.com/15189468/18:31
hallynoh, heh,18:31
hallynignore18:31
hallynforgot my cloudinit scripts don't work bc of that (&$E^(*$&A*&A$* rc.S postinst prompt18:32
smbhallyn, not re-logged in to gain libvirtd group18:32
smbah18:32
hallynyeah i normally don't have to18:33
hallynsmb: sigh, no it was probably something about upgrading my laptop that made it happen.  dunno.  guess we'll stick to reproducing on p8 :)18:35
smbhallyn, its a bit odd since I got it installed here without issues (but I should test upgrades)18:36
NwSHeya guys, a noobish question. Can someone please explain to me how the HDDs split in this server? :/ I know there is a 500GB SSD and a 2TB HDD but that sda/sda2 part lost me.. Another guy said that sdb1 might be a clone of sda1 if I can verify that somehow.. Thanks! http://paste.ubuntu.com/15189379/18:41
sarnoldNwS: sd* means "scsi disk", so scsi disk a, scsi disk b, etc18:50
sarnoldNwS: disks are often partitioned; the partitions get the 1, 2, 5, 6, etc..18:51
sarnoldNwS: so sda1 and sda2 are different partitions on one drive; sdb1 and sdb2 are diffferent partitions on the "second" drive, etc18:51
sarnoldthere's no guarantee that drives will come up in the same order -- sda sdb sdc etc -- so there's the whole pile of /dev/disks/by-id/ and related symlinks18:52
NwSsarnold, ty for the info mate, shouldn't the sda1+sda2 = sda size? or am I missing something?18:52
sarnoldNwS: loads of variables there :) there may be unallocated space on the drive, the formatted filesystems will lose some space, and drive manufacturers use powers of 1000 to advertise their drives but most software uses powers of 1024 when reporting sizes18:53
NwSsarnold, ah I see. That is a 512GB Samsung 850 PRO if that matters :P18:54
NwSI didn't setup the server (obviously) but I am trying to figure out how it was "split" and how I can start using the unused space18:55
sarnoldNwS: it does feel like there may be ~80 gigs "missing" somewhere; I've never used lsblk before, so I'm not positive on how to read the results though18:55
wxlcan someone tell me what the heck MaaS is? i'm not sure i quite get it.18:56
lotuspsychje!maas | wxl18:56
ubottuwxl: Metal as a Service is a dynamic server provisioning service for scalability. See more about it at https://maas.ubuntu.com.18:56
bekksNwS: Please pastebin "sudo fdisk -l"18:56
NwSbekks, ok got some warnings here let me paste it18:57
wxllotuspsychje: incidentially, i did read the website about it. i'm still not quite wrapping my head around what it is and how it's different from other solutions.18:57
sarnoldwxl: it lets you treat physical machines a bit like a cloud18:57
wxlsarnold: so you could have a local network of machines and dynamically provision their resources to sort of act as one machine?18:58
NwSbekks, http://paste.ubuntu.com/15189769/ ty18:58
sarnoldwxl: you were doing great right up until "act as one machine" :) hehe18:58
wxlooookie dokie18:59
wxlsarnold: i'll keep scratching my head about it :)18:59
sarnoldwxl: you could have most of the machines off most of the time, but when someone needs to submit a huge parallel compute job, turn on all the machines with GPUs, install an OS + application and start them running18:59
wxlsarnold: ok that kind of makes sense. thanks :)19:00
sarnoldwxl: or you could use maas to automatically install openstack, so that you can then use the usual openstack or euca command line tools to launch VMs -- and when new machines are added to the openstack cluster, you can easily tell them if they are going to be storage machines or compute machines or whatever19:00
sarnoldif your needs shrink (say, holidays are oven) then you could use maas to autmatically turn off uneeded machines again19:01
wxloic!19:01
sarnoldwxl: I think most folks use it primarily to get openstack installed; that's a pretty flexible environment, and can easily hand out VMs from 1 vcpu, 1 gig of ram, 1 gig of disk, all the way up to whatever the biggest machines can provide...19:03
wxlsarnold: how is this different from using juju to get openstack installed?19:03
sarnoldwxl: if you were doing scientific computation tasks or something similar that really -needed- to run on bare metalwithout virtualization getting in the way, maas could work19:03
sarnoldwxl: heh, that's the thing, juju just treats maas like another cloud instance -- requesting machines with characteristics to deploy software to :)19:04
wxloh!19:04
wxlNOW i think it makes sense. thanks sarnold!19:04
sarnold\o/ :)19:04
bekksNwS: Since you are using gpt, can you please pastebin gdisk -l19:09
bekksor parted -l ?19:09
NwSbekks, got an error with gdisk -l but parted -l worked: http://paste.ubuntu.com/15189925/19:13
bekksNwS: Looks good. You're on a HP server, right? Whats the exact issue at that point?19:15
sarnoldI -think- you could just use parted to create a new partition on /dev/sda or resize the lvm partition of /dev/sda19:15
sarnoldplease make sure your backups have been working before starting :)19:16
bekksNo need for new partitions, all space is either in use by partitions or LVM PV.19:16
sarnoldbekks: oh? it feels lik ehtere's roughly 65 gigs missing from the ssd19:17
sarnoldbekks: it reports 512gb but the end of partition 2 is at 43519:17
NwSbekks, Yeah I am on an HP server. I'm trying to figure out if I am currently using the whole available space (because I think I am missing ~200GB on SSD and can't find any space of the HDD)19:17
bekkssarnold: thats what we have to investigate now. :)19:18
NwSAnd in the end move the logs to the HDD since they are eating up all my boot space..19:18
NwSThe webalizer logs **19:18
bekksNwS: Logs arent in the boot space, so they dont eat it up ;)19:19
NwSLogs are on the sda119:19
bekksNwS: So lets solve that issue first, since thats the real issue.19:19
NwSWhich is 97% full atm (yesterday the server was down for like 5h because of it being full :/)19:20
bekksNwS: so pastebin "du -sh /" please, so we can narrow down the space issue.19:20
NwSbekks, got an error: http://paste.ubuntu.com/15190014/19:22
NwSty for the all help btw bekks and sarnold19:22
bekksNwS: It was my mistake, please use "sudo du -sh /*"19:23
NwSI'm logged in as su19:24
NwSgot same msg19:24
bekksBut different output.19:25
NwSYeah, tried it a few times it gives the exact same msg but with different numbers19:28
bekksIt gives you a total different output, showing all first-level directories in /19:28
bekksSo pastebin "sudo du -sh /*" please.19:28
sarnoldthe errors in /proc can be ignored19:29
sarnoldthose are processes that existed when du read the /proc directory but were dead by the time it tried to read those files19:29
NwSAh sorry I've missed the * /facepalm19:30
sarnoldyou'll see that kind of error often, it's a good idea to get familiar with it :)19:30
sarnoldhehe19:30
NwSHere it is http://paste.ubuntu.com/15190101/19:31
bekksNwS: And can you pastebin "cat /etc/issue" too, pleasE?19:32
NwShttp://paste.ubuntu.com/15190140/19:32
spm_dragetjava 8 ist not really available for trusty, or? Is there some backport?19:38
sarnoldspm_draget: there is nothing supported. there is this, however, which may suffice for your needs https://launchpad.net/~openjdk-r/+archive/ubuntu/ppa19:41
bekkssarnold: http://www.ubuntuupdates.org/ppa/webupd8_java19:41
spm_dragetThanks, I will take a look!19:41
sarnoldbekks: whose project is that?19:42
bekkssarnold: you mean the webupd8team ppa?19:43
sarnoldbekks: yeah19:43
bekkshttps://launchpad.net/~webupd8team/+archive/ubuntu/java -- dont know :)19:43
sarnoldlooks like alin andrei and stephen brandt19:44
sarnolddunno them, dunno if I want them to have root on my computers :)19:44
bekkssarnold: :D19:45
bekkssarnold: thats a good question for every ppa.19:45
sarnoldbekks: yes, yes it is :)19:45
YamakasYwas there a bug in the mysql client ?19:46
YamakasYbad connections and such ?19:46
ddellavcoreycb python-oslo.serialization is ready for review19:52
ddellaveverything else is depwait on oslo.config19:52
NwSbekks, did you see the last paste? just wondering, no hurry or anything19:58
bekksNwS: And your wbealizer logs are stored where exactly?19:59
NwSunder /var20:00
bekksWhere exactly?20:00
NwSvar/log/virtualmin/20:01
bekksAh :)20:01
bekksSo can you pastebin "ls -lha /var/log/virtualmin/" or will that reveal sensitive data?20:01
NwSIt will reveal a ton of websites :)20:02
sarnoldiirc you had 770-ish megs used in /boot -- which might be tight if you've only got one gig for /boot or something; and /var looked like 20-odd gigs of stuff20:03
sarnoldyou could clean /boot by keeping just two kernels in there: the currently running kernel and perhaps the newest or second-newest, depending upon which kernel you're running now..20:03
NwSout of those 20gbs 16 are the webalizer logs :/20:03
sarnoldand apt-get autoclean, apt-get clean, etc may give you a couple of quick gigs20:03
NwSI did run clean yesterday in order to make some room but that only gave me back like 600MBs20:04
sarnoldbummer20:05
NwSThat's why I am looking for the 2TB drive, and then find a way to move the logs over there :P20:05
bekksNwS: The 2TB drive is perfectly there, as can be seen in your pastebins.20:11
coreycbddellav, python-oslo.serialization uploaded, thanks20:11
ddellav:)20:12
NwSbekks, is it possible to find out which folder/s is actually that HDD? :/20:13
bekksNwS: Look at "mount".20:13
bekksAs your pastebins show, it isnt mounted.20:13
NwSOh, so I can mount some GBs for example?20:14
NwSAnd one last Q and I'm off looking it up. When I mount it will I need to restart the server?20:14
bekksMost likely, you just want to create a PV (if it doesnt exist already) on that disk, add the disk to a volume group, add a volume, create a filesystem on that volume, and a folder for your webalizer logs.20:15
bekksNwS: Mounting does not need a restart of the server.20:15
NwStyvm for all the info and help bekks :)20:15
sarnoldno, but if you add a new mount then you'll want to modify /etc/fstab and rebooting afterwards is a good way to make sure you got the change correct :)20:15
bekksmount -a is a better way to test fstab functionality.20:16
NwSty for the info too sarnold :)20:16
NwSWill do some digging now20:16
patdk-wkoh, sarnold, I have a question :)20:34
patdk-wkwhat is the state of libteam for ubuntu?20:34
patdk-wkI noticed it was added, more cause it exists in debian20:35
patdk-wkbut was wondering if there would be any config/script for using it, vs the 1 or 2 blog pages I can find, and are not terribly reliable setup processes20:35
sarnoldpatdk-wk: hmm, when I reviewed it I found a pile of oddities that I didn't like.. I wonder if anyone got around to addressing them?20:37
patdk-wkno idea, was looking for any new info, since 16.04 is coming around20:37
patdk-wkbut wasn't able to locate anything new last night20:37
patdk-wkbut went and backported the newest version to trusty to see if it helped my test machine at all20:38
patdk-wkmost of the time, my machine works fine20:38
patdk-wkbut sometimes it will boot without any network working :(20:38
patdk-wkbut just figured out what that was, have to reproduce it again, and dig into it20:39
patdk-wkI think it's the *standard* issue, udev timing20:39
sarnoldsince it's in universe any 'main' packages can't hard-depend upon it.. anything that might have used it may be patched to disable it, or load it only on demand rather than by default, etc..20:39
patdk-wkna, I wouldn't say make it a default20:40
patdk-wkwas more wondering if there might be any plans to update network up scripts to handle it20:40
patdk-wklike the bonding driver20:40
patdk-wknot, make use of it by default :)20:40
patdk-wkthough, i think my biggest issue is, I need to make an init script to run and control teamd, vs launching it via a pre/post-up command20:41
sarnoldooof. yeah that sounds like a lot of work..20:42
patdk-wkoh well, was annoying me last night :)20:43
patdk-wkcause I patched that server, and it didn't come back20:43
patdk-wkif I thought about it more, I would have got on the console, and dianosed it properly20:43
patdk-wkinstead of just kicking it again20:43
sarnoldugh.. sometimes the quick way is also the slow and annoying way :)20:44
patdk-wkdepends on what your solving for :)20:44
patdk-wkcustomer impact, or future problems20:45
sarnoldtrue20:46
coreycbddellav, python-oslo.config uploaded21:02
MikelHi! I'm experiencing a weird issue where after installing Ubuntu 14.04.4 Server the default network route is missing from the route table. I've configured some interface bonding and VLAns statically in /etc/network/interfaces. Do you know how can I debug this problem or what could be happening?21:18
MikelI looked dmesg and syslog but I don't find the problem/I don't have enough knowledge to detect it21:18
MikelI verified that I defined only one 'gateway' sentence between all the interfaces as I should do21:18
MikelSometimes a manual route that I have defined in another of the interface also is missing21:18
Mikelthis happens when I reboot the machine, the routes are there intermittently, sometimes yes sometimes no21:18
ddellavcoreycb python-oslo.log, python-oslo.middleware, and python-oslo.cache are ready for review & push23:20

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!