/srv/irclogs.ubuntu.com/2012/11/05/#ubuntu-server.txt

keithclarkmaybe scrap?00:01
keithclarkI unplugged, revbooted and plugged back in.  No access to the drive though00:08
keithclarkThis is messed up00:08
escott:-/00:08
keithclarkWindows is much easier!00:08
=== glebihan_ is now known as glebihan
escottkeithclark, whenever anyone says that i always ask "have you ever actually tried to install windows"00:12
keithclarkYup00:12
=== cpg|away is now known as cpg
keithclarkI've installed Windows from 3.1 and up.  OS/2 as well00:14
escotti guess its what you are used to then00:15
keithclarkyup but doesn't help me here00:15
escottkeithclark, if you can be more specific about the errors when you try to boot we can try to offer suggestions00:16
keithclarkI told you the error on bootup00:16
escottkeithclark, "no accesss to the drive" that one?00:16
escotta little more context would help00:16
escottwhen do you see that during the boot00:16
keithclarkIt is stuck at 'mountall:  fsck /boot .....'00:17
escottkeithclark, yes, and then you tried the install cd and what did it say00:17
NomadJimAlready asked this in #ubuntu, but just found this channel.  I'm coming from debian. Is there much of a difference administrating an ubuntu server versus a debian one?00:18
escottNomadJim, its more or less the same people in this channel as others00:19
keithclarkrebooting now....00:19
escottNomadJim, so crossposting is discouraged00:19
NomadJimheh00:19
escottalso this channel is super quiet tonight00:20
keithclarkescott, you are doing fine here@!00:20
keithclarkescott, fsck /boot [390] terminated with status 100:21
escottkeithclark, so that indicates that /boot had errors but they were fixed00:22
escottkeithclark, the important question is "why"00:22
keithclarkescott, never gets past that00:22
escottkeithclark, but that is you booting the installed system00:22
escottif we cant trust that /boot isn't corrupted then there isn't much point booting the system installed under /boot. so get your install media and boot that00:23
keithclarkyes.  with the usb in.  If I take it out, it boots00:23
escottim really confused about what is going on now00:24
escotti thought it wasnt booting00:25
keithclarkSo am I00:25
escottbooting the hard disk you get what00:25
keithclarkIf I boot no usb drive, it works\00:25
escottbooting the usb you get what00:25
keithclarkIf I put the usb drive in no boot00:25
escottso why are you trying to boot the usb drive?00:25
keithclarkI'm not00:25
keithclarkJust trying to simply add a usb drive.  Should be easy00:26
keithclarkThis is a disaster00:28
escottkeithclark, ok. so just boot the system with the usb out for now. then we can fix your fstab entry so that the usb boots00:28
escottrather so that the usb mounts00:28
escottbecause you probably typoed the fstab00:28
keithclarkI copy/00:28
escottthen when that is working we can make sure that you can cleanly reboot00:28
keithclarkpasted the fstab00:29
keithclarkmachine rebooted with no usb  drive in00:30
keithclarkdrive plugged in00:30
keithclark(windows is much easier!)00:30
escotti thought you werent able to boot at all. but it boots without the usb so that means it fails to see the desired drive and passes on it but for some reason with the drive in there it is not passing00:30
escottbasically mountall is trying to mount everything in fstab and for some reason this external is causing that to hang or slow down. perhaps the external is really large and hasnt been fscked?00:31
keithclarkescott, I have no idea00:31
escottkeithclark, lets just start with your fstab00:33
keithclarkok00:33
escottwhy dont you put that on paste.ubuntu.com00:33
keithclarkhttp://pastebin.ca/224839700:35
escottkeithclark, the last line is all kinds of wrong00:35
escottsee that line two above it that begins UUID thats what your line needs to look like00:36
escottUUID=the_uuid_goes_here_without00:36
uvirtbotNew bug: #1075010 in lm-sensors (main) "lm-sensors package out of date" [Undecided,New] https://launchpad.net/bugs/107501000:36
escottUUID=the_uuid_goes_here_without_quotes_and_CAPITALIZATION_shouldnt_MATTER /media/external ext4 defaults 0 200:36
escottkeithclark, does that make sense?00:37
escottafter making that change try to "mount /media/external" and see if it works without sudo. if it does then your fstab is good00:38
keithclarkok,boots00:41
keithclark>No access to the drive though00:41
escottwhere are you seeing that error message00:41
keithclarkno error00:41
keithclarkno driber00:42
keithclarkno drtivber00:42
escottyou mean once it is booted the /media/external is not mounted?00:42
keithclarkyup00:42
keithclarkNo drive00:42
escotttwo possibilities00:42
escott(a) you need to "sudo update-initramfs -uk all"00:43
escottand if that doesnt work then (b) add "mount /media/external" to /etc/rc.local00:43
keithclarkreboot on a?00:45
keithclark(windows was plug and play)00:46
escottyes00:46
escottkeithclark, generally hotplugging a usb would cause it to mount, but that depends on your installing all the gui tools. ive been assuming that since you are in the server channel you did a server install00:48
keithclarkyup, server install00:48
escottkeithclark, so if you do "sudo apt-get install ubuntu-desktop" and login to a normal desktop you would have hotplug usb mounts00:49
escottbut thats only for the logged in user00:49
escottproblem is a server doesn't have a logged in user, so it doesn't know who to mount usb disks for00:49
keithclarkshould not need that00:49
escottwhich wouldn't matter for an ext4 but most usb disks are ntfs in which case it is important00:49
escottso rather than having it automount only if its a POSIX filesystem they just say00:50
keithclarkNope, usb not mounted00:50
escottyou installed a server OS you presumably know how to configure it00:50
keithclarkok, so nobody is new at servers?00:50
escottkeithclark, then its probably a race between mountall and the usb bus coming up or something00:50
escottadd "mount /media/external" to /etc/rc.local00:51
escottmost people who are new to ubuntu don't jump to the server install00:51
keithclarkI did00:51
escottthey would usually select the desktop os, and once they are familiar they would install the server00:51
keithclarkI've been running Ubuntu in00:51
escottits fine to do what you did, but you did jump into the deep end00:52
keithclarksince 2007u00:52
escottthe server is meant to be lightweight00:52
keithclarkyup00:52
escottoptimized for the webservers/sql servers etc you run on it00:53
escottso lots of nice user friendly stuff is not setup by default00:53
keithclarkyup00:53
escottif you are less performance sensitive you can install ubuntu-desktop00:53
keithclarkWindows server is different00:53
keithclarkDon't like it00:54
escottin which case you have a desktop that also has server applications00:54
keithclarkNever the less, does not help me00:54
keithclarkI guess I'm screwed?00:55
escottdid you add mount /media/external to rc.local?00:56
keithclarkthere is nothing in meida00:57
escottkeithclark, so "mount /media/external" is listed in rc.local above the exit 0 and you rebooted and its still not mounting?00:59
keithclarkyup01:01
minorixhello all01:01
escottkeithclark, that doesn't make much sense. if "mount /media/external" works then putting that in rc.local should also work. you could check the syslogs in /var/log01:02
keithclarkwell this is a stock ubuntu server install01:04
keithclarkmaybe a rething01:04
keithclarkk?01:04
escottkeithclark, can you paste your /etc/rc.local just in case there is something wrong there?01:05
keithclark  GNU nano 2.2.6                            File: /etc/rc.local01:07
keithclark#01:07
keithclark# By default this script does nothing.01:07
keithclarkexit 001:07
keithclarkhttp://pastebin.ca/224840201:08
escottkeithclark, you need to put "mount /media/external" in the line just before "exit 0"01:09
escottand it should NOT have a # at the beginning01:09
keithclarkI don't understand......windows is plug and play01:10
escottthis isnt F**** windows01:11
keithclarknow the mo01:11
escottif you want plug and play install ubuntu-desktop01:11
keithclarkubuntu-desktop=overhead01:12
holsteinyeah, you just plug a USB stick in using nautilus, or most other GUI file managers keithclark01:12
holsteinkeithclark: that "overhead" is what auto mounts USB drives... and "plus and plays"01:12
holsteinplugs*01:13
escottthe whole "windows does it better" when i've told you three times to put this one line in rc.local and you haven't done it is kinda pissing me off01:13
keithclarkescott to be honest,you've told me lots of one line fixes that have not rung true./01:15
holsteinkeithclark: and to be fair, you are asking for desktop functionality from a server OS01:16
escottkeithclark, the first one you typed in wrong01:16
keithclarkholstein, true01:16
holsteinkeithclark: you can use a desktop version of ubuntu and run all the server services.. might be easier to "get your feet wet"01:16
escottkeithclark, when you install a server OS there is an expectation that you will be able to read and understand manpages01:17
holsteinthats the way i did it.. i used linux for years before jumping into a headless commandline only rig.. and then i knew how to search google for how to mount a USB stick... or to ask the bots01:17
escottso if you would prefer i can just !fstab you and leave you on your own01:17
holstein!mount01:17
ubottumount is used to attach devices to directories. See also https://help.ubuntu.com/community/Mount01:17
escottbut its really rude when im trying to help you to constantly be complaining that windows is better01:17
keithclarkescott, point taken01:18
keithclarkAnd rightly so01:18
escottkeithclark, if the last two lines of your rc.local are "mount /media/external" followed by "exit 0" then it should work the way you want01:19
escotthaving to put this in rc.local is a little unusual, but its possible with a USB disk that maybe the USB stack isn't up when mountall is run so it just doesn't mount the USB disk because it isn't there01:20
keithclarkhmm didn't work....not mounted01:23
escottkeithclark, but if you type "mount /media/external" at the console right now it does work01:24
holsteinkeithclark: what are you mounting? i typically just run "sudo fdisk -l" and i have a mount point created and sudo mount the partition i want to the location i want.. as in !mount01:25
keithclarkthere is nothing in /media01:25
holsteinkeithclark: i added one drive to !fstab for auto mounting on a server...01:26
holsteinkeithclark: i usually just specify01:26
keithclarkthere is nothing  in /media01:26
escottkeithclark, this is what is driving me nuts. earlier you said when i asked you the same question, that "mount /media/external" was working and now its not?01:27
keithclarkok never mind01:27
keithclarki give up01:27
holsteinkeithclark: on mounting? manual mounting is not trivial.. have you read...01:28
holstein!mount01:28
ubottumount is used to attach devices to directories. See also https://help.ubuntu.com/community/Mount01:28
holsteinsudo fdisk -l lists the drives and partitions... then you can just follow the commands to mount to where ever you lke01:29
holsteinlkike*01:29
holsteinlike**01:29
keithclarkholstein, yup, windows just does it01:30
escottalright im leaving this channel before i start throwing stuff01:30
holsteinkeithclark: sure.. so does ubuntu.. and other desktop os's01:30
holsteinkeithclark: you are not using an environment which supports auto mounting01:31
keithclarkholstein, automouting is enabloed\01:31
holsteinkeithclark: ive never used automounting in a command line system01:31
keithclarkholstein, there you go01:32
holsteinkeithclark: i have just mounted.. on the command line... as i am suggesting you do... i have also added to the fstab01:32
holsteinkeithclark: i have never wanted the overhead of automounting on a command line system01:32
holsteinkeithclark: i cant imagine the work flow where you would want a usb stick auto mounting with a server os.. though, everything is open and anything is possible01:33
holsteinkeithclark: i usually suggest using the desktop os, and getting used to the ins and outs of linux.. you are dealing with a lot of unknowns01:33
=== furian is now known as shantorn
holsteinkeithclark: if i wanted something to auto mount with the server,, i would just add it to fstab.. though, since it is implied that the machine is more than likely going to stay on, its not so much of a concern01:35
keithclarkOk, Linux is not for me then01:35
holsteinkeithclark: you mean, ubuntu server is not for you then01:35
keithclarkyes, that is the easiest01:36
holsteinkeithclark: if you want usb sticks to mount when you plug them i.. ubuntu can do that.. lots of os's, including windows can01:36
holsteinkeithclark: what is the easiest? ubuntu server?01:36
holsteinkeithclark: ubuntu server is *not* the easiest.. its the most "minimal" in some ways..01:36
holsteinhttps://help.ubuntu.com/community/Mount/USB is what i use keithclark01:41
holsteinfor a typical ntfs drive sudo mount -t ntfs-3g /dev/sdb1 /media/external01:42
holsteinOR, from ubuntu, xubuntu, ubuntustudio, kubuntu.. any of the desktop variants, as well as windows you can just plug it in the machine, open a file manager and start browsing[C01:43
chilicuilhi, good morning, has anyone tried maas in ubuntu 12.10?, I've made it performe in ubuntu 12.04, but right now in ubuntu 12.10 isn't working.., I've already downloaded the iso files.., however it don't provide ip's, the web interface show nothing about dhcp/dns management, and I installed maas-dns & maas-dhcp01:57
=== n0ts_off is now known as n0ts
=== cpg is now known as cpg|away
=== cpg|away is now known as cpg
=== pug_1 is now known as DaveR
Jameshi04:51
=== James is now known as Guest96387
Guest96387ok04:51
Guest96387help04:51
Guest96387how to reduce power when i hosting server04:51
Guest96387?04:51
holsteinreduce power consumption?04:52
=== n0ts is now known as n0ts_off
=== n0ts_off is now known as n0ts
=== ejv_ is now known as ejv
cornfeedhello, i am trying to setup an irc server and have hit an odd wall. I have got inspircd running, and I can use telnet & ircII to test it locally, but i cant connect to it remotely for my life. I have no firewall, but just to be safe, iptables -L shows all ACCEPT07:04
cornfeedany ideas about how I can get remote connections to work? netstat -tap shows *:ircd07:05
=== Err404NotFound is now known as Error404NotFound
=== kInOzAwA is now known as Guest79577
=== Guest79577 is now known as kInOzAwA
Iceman_Blo09:16
Iceman_Bhow can I configure dhclient to keep requesting a lease until it gets one, upon server (re)boot?09:20
webwurstIn Quantal you can create snapshots of runnig virtualized qemu-kvm-geuest with "$ sudo virsh snapshot-create-as". To freeze the guests filesystem you can add the parameter "--quiesce". In the guest you need to have a running qemu-guest-agent for this feature to work. But in Quantal this agent "qemu-ga" seems missing?09:32
webwurstI can find it in Precise in the package "qemu-kvm".09:32
webwurstWhy is it removed from Quantal?09:33
=== n0ts is now known as n0ts_off
webwurstHas anyone used "QEMU Guest Agent (qemu-ga)" on Ubuntu?10:10
jamespagewebwurst, I feel I should have done now10:12
jamespagewebwurst, its in the qemu-kvm package10:12
jamespageah - I see your point now10:13
jamespagelemme take a look10:13
koolhead17jamespage: I hope we have https://bugs.launchpad.net/quantum/+bug/1069966 backported :)10:16
uvirtbotLaunchpad bug 1069966 in quantum "rootwrap error with L3 agent" [Undecided,Fix committed]10:16
koolhead17for cloud archive10:16
koolhead17also hello jamespage :)10:17
jamespagekoolhead17, as its already landed in stable/folsom it will make it10:17
jamespagekoolhead17, can't say exactly when just yet tho10:17
jamespagekoolhead17, morning!10:17
koolhead17cool. hopefully by this week? :)10:18
=== frankban_ is now known as frankban
taalasHi. I have started using Ubuntu Server on our application server a while ago, and so far I am very happy with it. One thing I would need advice with: Is there a way to (periodically) get info about my software raid status? Currently I am not sure if I would be notified if any errors occured? What's the best way to solve this?10:52
xnoxtaalas: install monitoring. There are lighweight options like: logwatch / logcheck10:53
xnoxtaalas: or you can setup nagios+check_mk. Check_mk is a utility that generates nagios configs for you and it has support to auto-detect raid.10:53
xnoxtaalas: that means you will get a nice history/web interface to check status as well as receiving notifications if it goes down.10:54
taalasmonitoring is a package?10:54
xnoxno. it's a statement. As in "You should invest time and create monitoring for your systems"10:54
taalasAh ok, i wasn't sure if I would be able to succesfully configure a full Nagios install, check_mk seems like a good solution then.10:55
taalasI see (monitoring)...sorry for the confusion ^^10:55
taalasWill give Nagios a try then and possibly also monitor other things as well10:56
taalasMany thanks10:56
=== mcclurmc is now known as mcclurmc_away
ak5hello, anyone around?11:07
=== dendro-afk is now known as dendrobates
vezqsure11:11
ivokstaalas: if somethign happens with mdadm raid, mdadm-monitor will send you an email11:21
ivoksyou don't need to install anything11:21
ivoksof course, you do have to have MTA set up correctly11:21
taalasivoks: yes, that was what I was hoping, thanks. The MTA should be working correctly (though I did have some confusion as to what the right way is to forward emails to root to another user, me)11:26
ivokstaalas: edit /etc/aliases and run newaliases11:27
taalascheck_mk is great tip nonetheless, since I was looking for a simple monitoring solution for other components as well. Nagios3 seems to run fine from the package, I am not sure yet if check_mk needs to be started somehow, currently it doesn't seem to be running after the package installation11:28
taalasivoks: yes, that's what I did. I did notice rare occasions though, where mails to root bounced. Quite possibly another mistake on my part though11:29
ivoksif you misconfigured mail server...11:29
taalasOther processes send mail just fine (although not to root)11:30
=== dendrobates is now known as dendro-afk
=== dendro-afk is now known as dendrobates
=== mcclurmc_away is now known as mcclurmc
xnoxDaviey: about servercloud-r-vmbuilder - I totally agree with "vmbuilder" should die in favor of launching cloud-images.12:15
xnoxDaviey: I actually want a static download that can be quickly relaunched locally on the ssh+libvirt/kvm, instead of running slow debootstrap / creating my own images.12:16
xnoxrbasak: ^^12:16
xnox=)12:16
Davieyxnox: \o/12:16
Davieyxnox: seen cloud-localds?12:17
* xnox is talking as a person who had to run "internal cloud" which was a single beefy KVM host with no openstack magic.12:17
rbasakxnox: I have a work item to wrap cloud-localds into a friendly one-step tool for "I want a virtual machine NOW"12:18
xnoxDaviey: was that around in 2011? First time I see it =) looks nice.12:18
xnoxrbasak: + add blogging =)12:18
rbasakxnox: juju deploy blog :-P12:18
xnoxrbasak: in soviet russia, cloud deploys YOU =)))))12:19
* xnox is on Wednesday of my post-UDS processing12:19
Davieyeek12:20
xnoxDaviey: what does maas/juju use python-oauth for?12:23
Davieyxnox: maas uses it to create an authenticated metadata service.12:23
xnoxDaviey: between master and it's nodes?12:24
Davieyright12:24
xnoxack.12:24
xnoxDaviey: that basically means maas/juju doesn't need porting to python-oauthlib \0/ less work =)12:26
Davieysounds good... i thiink12:26
xnoxDaviey: yeah. We were in the session of s/python-oauth/python-oauthlib/ but were not sure about maas & friends. Turns out openstack is python2 and not moving any time soon & you use server bits from oauth (not just client bits).12:28
xnoxDaviey: so the python3-oauthlib will be pushed on the desktop only, e.g. for client apps that need python3 porting.12:28
Davieyxnox: well...12:29
Davieyxnox: it's not captured... but something i wanted us to try and achieve this cycle is porting openstack depends to py3.12:29
xnoxDaviey: you want python3-only on the server cd, while still using python2 code? =)))))12:29
DavieySo we can support openstack moving to py3 quicker.12:29
xnoxI see, you do.... =)12:29
Davieyxnox: No... no hurry for py3 this cycle or next12:30
Davieybut if we can get as many deps to py3 as possible, we are getting near :L)12:30
xnoxDaviey: the best way to do that, is to add an extra tab on the python3-only blueprint named something like "openstack" or "server". Barry is coordinating both core-dev & community/motu efford around porting packages there.12:31
* Daviey feels co-ordinated already!12:31
xnoxIt is mostly tracking upstream (dead, doing the port, welcomes the port, patches available), status in debian and status in ubuntu.12:31
xnoxSome of the rdeps were as easy as simply package needs patching.... others were more than that.12:32
xnoxDaviey: qa team are very interested in python3-libvirt which is not there currently.12:32
Davieyrbasak: I suspect you are just triaging, but do you want to review the debdiff on bug 1074357 ?12:33
uvirtbotLaunchpad bug 1074357 in elinks "Merge elinks (0.12~pre5-9) (universe) from Debian Unstable (main)" [Medium,Triaged] https://launchpad.net/bugs/107435712:33
Davieyxnox: python3-libvirt is C bindings?12:33
xnoxDaviey: I don't know =) qa is asking for it and I didn't have time to look at it last cycle.12:34
Davieyit's something that would scare me, i suspect.12:34
Sander^workIs it safe to do an apt-get upgrade compeard to dist-upgrade in a production enviroment?12:36
xnoxDaviey: that's easy bit $ python3 -c "from medication import anxiety; anxiety.feed('Daviey')"12:37
DavieyImportError: No module named medication12:37
xnoxSander^work: depends. apt-get upgrade is ok for -updates & -security. Between releases you want do-release-upgrade or apt-get dist-upgrade.12:38
xnoxSander^work: otherwise you will be stuck in a partial upgrade with packages from both releases.12:38
Davieyerm, dist-upgrade doesn't bounce between releases12:38
xnoxSander^work: sorry, I meant if you changed your sources to point to next release.12:39
xnoxIf you didn't change your source to point to new release, either upgrade or dist-upgrade should correctly apply updates/security.12:39
Sander^workxnox, Ok. What's the diffrence between upgrade and dist-upgrade when I dont change the source?12:40
henkjanSander^work: smarter dependency handling in dist-upgrade. See 'man apt-get'12:40
DavieySander^work: it is ofc' calculated risk aswell.. Whilst there is a good level of regression testing between updates, it's possible an issue was introduced that causes you pain.  If the machine controlled my life support machine, i'd be slightly more careful.. But for most scenarios, sure12:41
DavieyYou sould keep up with security updates regardless.12:41
DavieyIf i was being more paranoid, i'd have a staging archive for local testing.12:41
xnoxSander^work: in essence dist-upgrade will consider removing packages to complete upgrades of larger number of packages. This may have unpleasant side-effects if you have non-dpkg managed software that depends on system packages that dist-upgrade decides to remove.12:43
xnoxSander^work: use dist-upgrade, but read the output it prints, especially the list of packages it tries to remove/additionally install.12:45
Sander^workxnox, the only diffrence is that it wants to install a new kernel.. from 2.6.32-28-server to 2.6.32-44-server12:50
xnoxSander^work: that makes sence, because the metapackage gained a dependency on a new package, which previously was not installed at all. Such change is considered "major" by apt-get upgrade.12:51
Sander^workxnox, question is if there is any security vulnerabilities in my old kernel.12:52
xnoxSander^work: for example why it is considered "major": it may break by hand compiled kernel modules that are not managed with dkms, e.g. system may fail to reboot into new default kernel.12:53
=== cpg is now known as cpg|away
xnoxSander^work: well, the decision is yours if you want it or not =) "Power to the sysadmins"!12:53
Sander^workxnox, Yeah.. I've had a system not boot once, because virtual integration components wasnt compatible with a newer kernel.12:54
xnoxSander^work: and "security" vulnerabilities in that kernel may not apply to your use-cases & existing security measures. An offline server in a locked bunker doesn't really need security updates.12:55
_rubenand the other possibility: the sec vulns in the old kernel that *do* pose a risk for you, might still be present in the new one ;)12:57
xnox_ruben: I like that one =)12:57
Sander^workxnox, a local root vulnerability is enough for me to upgrade.12:59
xnoxack.13:01
rbasakDaviey: elinks debdiffs look perfect13:16
ironmHello. When I try to install a solaris 11.1 VM on KVM host (last ubuntu-server 12.04) I am getting the following boot error: http://rsync.it-infrastrukturen.org/.solaris111-kvm-boot-error/solaris11.1-kvm-boot-error.png13:18
ironmconfig: http://rsync.it-infrastrukturen.org/.solaris111-kvm-boot-error/sol111vm.xml13:19
ironmDo you have any idea how to trace it? (kvm debug level or whatever ...). Thank you in advance for any hints.13:19
=== gary_poster|away is now known as gary_poster
Davieyrbasak: thanks13:26
zulyo13:35
koolhead17zul: Y0 YO :)13:36
ivokshi all13:38
koolhead17hi ivoks13:49
zulhallyn: ping when you are awake/conscious/non-jetlag/whatever14:05
hallynnext week?14:07
hallynbreakfast, will ping you in a bit14:07
patdk-wkI hope my breakfast isn't able to move, let alone ping14:08
hallynbah!   makes a boring life14:09
hallyni'll ping my lunch later14:09
zulhallyn: k14:13
dimitrig_hi, what does this line from top mean, when it comes to cpu useage on all my cpu cores: Cpu(s): 65.3%us, 32.6%sy,  0.0%ni,  0.0%id,  0.0%wa,  0.0%hi,  2.1%si,  0.0%st14:51
dimitrig_i.e. the 'us' , 'ni' , etc14:52
dimitrig_ok, i found the answer in man pages, sry14:54
jdstrandSander^work: for more information on vulnerabilities that were fixed in the latest kernel, you can look at Ubuntu Security Notices (http://www.ubuntu.com/usn/)14:59
=== dendrobates is now known as dendro-afk
hallynzul: oh, sorry, i got carried away on email :)  what's up?15:05
zulhallyn: so i have libvirt 1.0.0. but im getting a weird error when starting domains15:05
Iceman_Bsomething is seriously hogging my line, so my ssh connection is slooo-o-o-o-o-o-o-w too, how can I get real-time info about my network stats?15:05
hallynzul: qemu, lxc, or both types of domains?15:06
zulhallyn: qemu mainly havent gotten to lxc yet http://pastebin.ubuntu.com/1334899/15:06
hallynugh15:07
=== dendro-afk is now known as dendrobates
hallynjdstrand: do you know if there have been a set of LSM for libvirt patches lately from upstream?15:07
zulhallyn: i can throw it up if you want to play with it15:07
hallynzul: i need to do some bookeeping first to make sure etherpads don't go down before i save all their contents, but yeah15:08
zulhallyn: k15:08
hallynzul: if you jsut wanna push to a ppa i'll grab the source as well15:09
rbasakIceman_B: try iftop and/or mtr15:09
zulhallyn: i was just going to upload the source15:09
jdstrandhallyn: they actually have done quite a bit in there lately15:09
jdstrandthat error is quite generic and I haven't looked at the upstream changes closely15:10
hallynzul: ok15:10
hallynjdstrand: drat - thanks.15:11
zulhallyn: have fun with that one :)15:11
jdstrandhallyn: if I had to guess, I would look at this series: "[libvirt] [PATCH 0/3] apparmor: bug and typo fix and add tapFD relabeling"15:11
hallynjdstrand: thanks15:12
zulshazbut15:23
Iceman_Brbasak: tnx15:25
Iceman_Brbasak: neither of the program,s are present15:33
=== n0ts_off is now known as n0ts
rbasak!apt | Iceman_B15:41
ubottuIceman_B: APT is the Advanced Package Tool, which together with dpkg forms the basic Ubuntu package management toolkit. Short apt-get manual: https://help.ubuntu.com/community/AptGetHowto - Also see !Synaptic (Gnome), !Adept (KDE) or !KPackageKit (KDE)15:41
SpamapSrbasak: hey, btw, are you going to be able to fix apt this cycle?16:14
SpamapSFailed to fetch bzip2:/var/lib/apt/lists/partial/us-west-2.ec2.archive.ubuntu.com_ubuntu_dist16:14
SpamapSs_precise-updates_universe_source_Sources  Hash Sum mismatch16:14
SpamapSnever fails to hit when I need things to work most16:14
SpamapS:-16:14
rbasakSpamapS: I'm hoping to do it this cycle, yes. Just sorting out exactly what my schedule will be this week16:15
rbasakInterestingi that you got it in precise-updates16:15
SpamapSrbasak: kind of laughable to think you could sort 6 months into the future, isn't it? ;)16:15
rbasakSpamapS: I need to get it done by FF :-/16:15
SpamapSrbasak: yeah, updates and security are still vulnerable.. just less churn than dev release16:16
rbasakSpamapS: we knew it was theoretically vulnerable, but wasn't aware of anyone hitting it in the wild after the cache header tuning on archive.u.c16:16
ironmHello. Can anyone confirm the following issue, please? When I try to install a solaris 11.1 VM on KVM host (last ubuntu-server 12.04) I am getting the following boot error: http://rsync.it-infrastrukturen.org/.solaris111-kvm-boot-error/solaris11.1-kvm-boot-error.png16:17
SpamapSrbasak: since this is the S3 mirrors, its entirely possible its only a problem with those16:17
ironmconfig: http://rsync.it-infrastrukturen.org/.solaris111-kvm-boot-error/sol111vm.xml16:17
ironmDo you have any idea how to trace it? (kvm debug level or whatever ...). Thank you in advance for any hints.16:17
SpamapSrbasak: I hit it quite often when there are updates actually16:17
rbasakHmm16:17
rbasakAnyway all the more reason to fix it :)16:18
SpamapSsome of the charms ignore and move on.. others stop dead16:18
SpamapSrbasak: seems so straight forward, but I suppose the politics are as tricky as the solution16:18
rbasakSpamapS: I think the politics are sorted now. I just have to implement a production-quality apt with a fallback. The fallback is a bit awkward to do in the spaghetti that is the apt pseudo-event-driven download code16:19
rbasakInteresting that the juju user story only needs apt and not debootstrap.16:20
SpamapSrbasak: debootstrap was removed from the equation with juju 0.6 using cloud images for containers16:23
* rbasak nods16:23
hallynDaviey: oh, you misspoke at the uds summary :)  we are NOT going to not autostart virbr0 in general.  Only if 192.168.122.x is already in use.16:47
Davieyhallyn: wait, i thought i said.. We are ceasing to autostart?16:49
Davieyhallyn: if i did get it wrong, it looks like only you noticed... So don't tell anyone.. we'll keep it our secret. :)16:50
hallynDaviey: yes, you said we are ceasing to autstart.  that is not the case16:53
hallynsomebody cheered when you said it, so i got a bit worried :)16:53
hallyn"we'll keep it our secret" - i can just hit 'backspace' in the irc logs right?  :)16:53
=== n0ts is now known as n0ts_off
Davieyhallyn: i thought your irc 'client' allowed /bin/rm?17:05
* jpds puts more apparmor on Daviey's client.17:08
uvirtbotNew bug: #1075234 in nis (universe) "doesn't work with YP/NIS server defined in /etc/yp.conf" [Undecided,New] https://launchpad.net/bugs/107523417:11
hallynheh17:16
=== dendrobates is now known as dendro-afk
=== dendro-afk is now known as dendrobates
=== mcclurmc is now known as mcclurmc_away
=== NomadJim_ is now known as NomadJim
=== dendrobates is now known as dendro-afk
=== dendro-afk is now known as dendrobates
hallynzul: (phew) done with bookkeeping for a bit (until Daviey yells at me :)  have you pushed the libvirt src you were working with?18:08
zulhallyn: yep http://people.canonical.com/~chucks/libvirt/18:08
hallynmight duck out for lunch first.  hey lunch - I'm PINGING You!18:08
hallynthanks18:08
RoyKany news on sanlock for ubuntu_18:19
RoyK?18:19
RoyKsetting up a KVM cluster on some shared filesystem is a PITA without it...18:19
hallynRoyK: DIUI it's packaged in debian and not in ubuntu?18:22
hallynah i see the needs-packaging bug18:24
elijahchanceyhey everybody. i think there's an issue with the apt repos hosted on AWS. who can i talk to about this?18:24
hallynivoks: is bug 882485 interesting to you?  Interesting enough to help push it?18:25
uvirtbotLaunchpad bug 882485 in ubuntu "[needs-packaging] Sanlock" [Wishlist,Confirmed] https://launchpad.net/bugs/88248518:25
sarnoldelijahchancey: It's probably a known issue, a resync has been started18:29
elijahchanceysarnold: will the resync fix the issue described by: http://askubuntu.com/questions/209844/latest-ec2-ubuntu-instance-seems-broken ?18:29
elijahchanceysarnold: also, how long does that process typically take?18:30
sarnoldelijahchancey: that hash-mismatch was exactly the error I saw reported thta kicked off the resync18:31
sarnoldelijahchancey: they suggested an hour is reasonable, and four hours is the "it should not take longer than this"18:31
med_stupid question time: why is there a manifest generated for ubuntu-####-desktop but not ubuntu-####-server in releases.ubuntu.com18:32
med_?18:32
med_is that because u-server is more likely to download packages at install time?18:32
elijahchanceysarnold: great. thank you so much!18:34
sarnoldelijahchancey: you're welcome :)18:36
RoyKhallyn: DIUI?18:42
hallynjdstrand: oh i see, the patces you cited might *fix* the issue :)18:44
hallynRoyK: missed a word there :)  do i understand it *right*18:48
hallynRoyK: i'll follow up on that, that needs to get packaged, thanks.18:50
RoyK:)18:50
hallyn(s/get packaged/pushed into the archive)18:50
RoyKlooks like the package existing is ok18:52
RoyKbut I had some issues with it and moved to centos for this kvm test-cluster18:52
hallynstgraber: http://lists.linuxfoundation.org/pipermail/containers/2012-November/030813.html  proposed deprecation of clone-children19:00
_KaszpiR_http://i49.tinypic.com/rhl74k.png19:17
_KaszpiR_so I've decided to make an experiment and found out that my server strange locksups19:17
_KaszpiR_*lockups19:17
_KaszpiR_as we can see i'm connected via putty over ssh and can see the htop running19:18
_KaszpiR_but closing app will end in freezeof the console19:18
acidflashx19:23
RoyK_KaszpiR_: setup netconsole or an old-fashioned network console, or perhaps syslogging to another server. you may get some results from that, like an OOPS or perhaps a Panic19:32
_KaszpiR_ah right, i didn; have time for that/forgot19:32
_KaszpiR_now time to do it19:32
RoyKsyslog may die during such an event, so better use a console thing19:32
uvirtbotNew bug: #1075292 in lxc (universe) "please install nano package by default on ubuntu template" [Undecided,New] https://launchpad.net/bugs/107529219:41
sarnoldheh, apt-get purge nano is the second or third step I take on my new installs..19:43
=== jonconley is now known as yelnocnoj
_KaszpiR_RoyK can I send netconsole to a couple of addressess?19:51
sarnoldyes19:52
=== yelnocnoj is now known as jonconley
smoserjamespage, still around?20:21
_KaszpiR_RoyK ok, netconsole set up20:24
_KaszpiR_time to squeeze the shit out of that box20:25
_KaszpiR_;D20:25
Davieyhallyn: Hey, are you planning to get libvirt 1.0 into ~ubuntu-virt PPA?20:50
NomadJimext3 is the standard file system for all linux servers pretty much right?20:50
_KaszpiR_NomadJim yes20:50
Davieyerm, probably ext4 now.20:51
NomadJimcool wanted to double check before diving into learning one20:51
Davieythere isn't exactly much to learn20:51
NomadJimthat's good to know20:51
Davieyit's like learning how a lightbulb works :).. Sure, if you are interested... otherwise just use it. :)20:52
Davieybtrfs has stuff to learn.20:52
NomadJimi want to know if a filesystem impacts how much data is sent over a network20:52
NomadJimis the main reason i'm looking into it20:52
_KaszpiR_hm20:52
Davieyerm20:52
NomadJimgiven that the same file is stored but on different file systems20:52
_KaszpiR_it's rather more dependand ont he services20:53
patdk-wkin reality? unlikely20:53
_KaszpiR_like access the same file via rsync,samba, nfs20:53
patdk-wkhow quickly a filesystem can locate data, via seq, random, ... depends20:53
patdk-wkbut normally the disks themselfs slow it down more20:53
Davieyin the case of rsync, fat32 tends to transfer more than a linux filesystem :)20:53
NomadJiminteresting hmm20:54
_KaszpiR_cause fat32 has specific 'modified' times20:55
NomadJimi was thinking of a border case where you have many small files20:55
NomadJimand there might be a potential for a lot of empty space per file20:55
_KaszpiR_there's reiserfs20:56
DavieyNomadJim: I bet my hand you will struggle to measure a difference.20:56
_KaszpiR_or xfs20:56
Davieyespecially with the kernel (& readahead) doing caching20:56
NomadJimlove me some caching20:57
NomadJimOn most file systems you can specify block size right?20:58
NomadJimso my border case isn't really file system dependent i guess?20:58
hallynDaviey: well zul is packaging it, but i'm tossing him a debdiff right now to fix a snafu in qemu+apparmor behavior21:01
hallynDaviey: i think it was just going to go into the archive...21:01
hallynor did you mean for quantal?21:01
Davieyhallyn: precise/quantal21:05
Davieyhallyn: seems to be interest, http://t.co/uvptv48w21:06
hallynDaviey: perhaps, but (a) i'd have to make sure the versions in there now aren't serving a unique need, and (2) they'd require backproted newer qemus as well21:06
Davieygah21:06
hallyniirc 1.0 requires qemu 1.2 or somesuch21:06
hallynbc they use a newer api instead of cvhecking 'qemu --help' output :)21:07
hallynaccording to someone at the uds session.  i haven't checked21:07
_KaszpiR_hm maybe the server was locking due to the dust? XD21:07
hallynzul: your libvirt-1.0.0 plus http://people.canonical.com/~serge/libvirt-1.0.0-aa.debdiff  launches qemu vms for me21:08
hallyn(haven't run a full qrt)21:08
hallynjdstrand: thanks!  just used two of the patches in the thread you pointed to, al lthat was needed  \o/21:09
jdstrandhallyn: awesome! :)21:09
hallynguess i may as well run qrt on this instance now :)21:09
=== cpg|away is now known as cpg
RoyKNomadJim: most systems use a filesystem for stuff on drive and then some networked filesystem like nfs or smb/cifs or afs or whatever for transferring data between filesystems. unix filesystems have datestamps too, mtime, ctime and atime21:11
RoyKatime isn't too much used these days on large setups, since inducing a write on every access is somewhat bad to performance21:11
=== yofel_ is now known as yofel
sarnold.. and drive lifetimes, with limited write cycles21:15
NomadJimRoyK:  thanks didn't know about the networked filesystem for transferring21:16
NomadJimRoyK:  this is something that you have to go out of your way to setup though right? nfs? It's not like the command line tools like scp, rsync, etc use it behind the scenes21:18
RoyKNomadJim: nfs and smb and the rest are used to mount filesystems like they were local21:24
RoyKNomadJim: just like in windows where you mont \\somehost\somesher to G:21:25
RoyKNomadJim: just like in windows where you mont \\somehost\someshere to G:21:25
RoyKNomadJim: NFS was introduced in 1989, and has improved rather a bit since then...21:26
stgraberhallyn: might be worth passing --dhcp-leasefile to lxc's dnsmasq with a value other than /var/lib/misc/dnsmasq.leases (the current default)21:28
stgraberhallyn: otherwise all the dnsmsq on the system end up using the same lease file, making dhcp pretty random :)21:29
stgraber(mostly a problem when also using libvirt I guess)21:29
hallynstgraber: sounds worthwhile, yes21:29
hallynstgraber: so that's the default, and so rebooting the host in general will provide persistent mappings as one would expect?21:30
stgraberah, actually libvirt is setting --dhcp-leasefile already, so it's really just lxc that'd need fixing21:30
stgraberyep, if it's set to a path that's not wiped on reboot, we'll have persistent IPs across reboots21:30
stgraberI suppose we could use /var/lib/misc/dnsmasq.$INTERFACE.leases => /var/lib/misc/dnsmasq.lxcbr0.leases21:31
stgraberthat'd make it easy to find (same path as dnsmasq) and avoid any potential clash21:31
hallynstgraber: worth opening a bug for, or will we remmeber next time we're pushing?21:35
stgraberhallyn: I'll just push the change to bzr21:38
stgraberhallyn: I'll also make dnsmasq start with -K (authoritative) so that if you move containers from a bridge to another you don't need to wait 15s or whathever the DHCP timeout is21:38
hallyndo you do that often?21:38
stgrabernot terribly often but there's no good reason not to run the DHCP server as authoritative when we're sure it's the only DHCP server on the network21:39
hallyn<nod>21:39
* RoyK works too much with microsoft systems21:40
stgraberhallyn: pushed to bzr21:42
=== cpg is now known as cpg|away
RoyKit's something like drinking too much methanol, making you drunk, irrational and blind all that the same with little to gain21:42
=== dendrobates is now known as dendro-afk
=== dendro-afk is now known as dendrobates
hallynjdstrand: d'oh, qrt fails bc 'virsh capabilities' now lists a secmodel entry for 'none' instead of not listing it22:22
blkperlHi, I'm having trouble getting a Dell PowerEdge R610 to load ubuntu, have install it boots into a black screen22:40
blkperls/have/after22:40
blkperlfigured it out needed to set a rootdelay for grub in our kickstart config23:04
=== LordOfTime is now known as TheLordOfTime
=== blinkin_ is now known as blinkin
* TheLordOfTime yawns.23:06
TheLordOfTimeevening everyone.  anyone here bugcontrol want to review whether i'm correct on an old php5 bug?23:06
* TheLordOfTime could self-review, but would rather someone else check his work :P23:06
TheLordOfTimes/work/research./23:06
halvorsHow do i setup isc-dhcp-client to request a IPv6 prefix via DHCPv6 Prefix Delegation?23:09
halvorsHow do i setup isc-dhcp-client to request a IPv6 prefix via DHCPv6 Prefix Delegation?23:17
blkperlhalvors: you don't have to ask multiple times, its just a matter of waiting for someone with the knowledge to look at the window23:19
blkperls/the window/this channel23:19
halvorsblkperl: Ah ok, sorry :) Just that this problem is driving me crazy, i have to do this. :-S23:41
sarnoldhalvors: I can't volunteer him to help you, but at UDS dtaht mentioned that exact problem...23:50
TheLordOfTimehalvors, you realize patience is a virtue with everything right?23:57

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