/srv/irclogs.ubuntu.com/2014/04/28/#ubuntu-server.txt

zanzacarok thanks00:57
lkthomashey guys03:10
lkthomaswhen I see number of processes on server, it shows around 420 processes running03:11
lkthomaswhile the loading on each CPU doesn't go more than 5% and it's 16 cores03:11
lkthomashow could I judge if I need to buy more servers in this case ?03:11
PryMar56lkthomas, do you count kdmflush ? ignore those processes03:23
lkthomasPryMar56: so how could I count it correctly ? :P04:04
zanzacarI think ubuntu-desktop got stuck installing half way through and I am not sure how to continue. Does anyone have any thoughts?06:25
zanzacarwhat is sane.d used for?06:48
SpamapSsmoser: https://bugs.launchpad.net/ubuntu/+source/iputils/+bug/1313550 <-- when you wake up. ;)07:55
uvirtbotLaunchpad bug 1313550 in iputils "ping does not work as a normal user on trusty tarball cloud images." [Undecided,New]07:55
SpamapSutlemming: https://bugs.launchpad.net/ubuntu/+source/iputils/+bug/1313550 for you too07:56
lordievaderGood morning.08:10
smbjamespage, I know smoser has been actioned with this. But I am wondering whether this needs a bit more attention, given that its a regression in Precise and even worse one that causes issues with running clusters. (bug 1185756)08:12
uvirtbotLaunchpad bug 1185756 in drbd8 "drbd8-utils not compatible with linux-lts-raring kernel in 12.04" [High,Fix released] https://launchpad.net/bugs/118575608:12
jamespagesmb, morning08:12
jamespageSpamapS, ah - that sounds familiar - we had a similar issue with the iso08:13
jamespageSpamapS, smoser: the tarball needs to be created with an extra flag to maintain extended attributes08:13
smbjamespage, Good morning. Hm, looks like I should at least set back the status to in progress or triaged. Unfortunately the regression was reported in the backport bug and I could not get anyone to open a separate bug.08:16
SpamapSjamespage: I tried to coerce tar to do it but tar seems to do basically nothing iwth --xattrs :-/08:17
caribouI need help in fixing bug 131360209:49
uvirtbotLaunchpad bug 1313602 in nova-cloud-controller "Nova-cloud-controller charms failed to sync ssh keys between compute nodes" [Undecided,Confirmed] https://launchpad.net/bugs/131360209:49
cariboumore precisely on how the authorized_keys / known_hosts are exchanged between the nova-cloud-controller & nova-compute units09:49
caribouI'm having problems in understanding the requirements wrt those two files09:50
mojibake8im trying to setup 2 servers in virtual box, 1 a web server and the other a database server10:01
mojibake8how should i configure the network adatpters for each?10:02
mojibake8such that they have static ips10:02
vedicI have installed ubuntu server 12.04 . I had to try a GUI app therefore I have installed xfce4. But Ubuntu is starting in text mode only. I have to type startx manually to run gui. How to change this bahevior?10:02
mojibake8vedic: i did a search, http://ubuntuforums.org/showthread.php?t=200354310:04
mojibake82nd post says: install display manager or click the link in the 2nd post which asks you to modify bash_profile10:05
vedicmojibake8: I have updated runlevel to 5 already but still it starts in terminal mode10:05
vedicmojibake8: That doesn't help10:14
vedicI have added "[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx"  to .bashrc file but doesn't work10:15
vedicAnybody? Why doesn10:16
vedicWhy doesn't gui starts despite xfce4 installed and runlevel set to 510:16
mojibake8if im not wrong bashrc is used on boot10:17
jamespagecaribou, what do you need to know?10:18
cariboujamespage: I'm trying to figure out what needs to be passed in authorized_keys/known_hosts between the controller and each compute node10:19
jamespagecaribou, ah - this is the #ETOMANYNODES error right10:19
vedicmojibake8: Trying this: http://ubuntuforums.org/showthread.php?t=138569810:19
cariboujamespage: the one where relation-set(known-hosts...) explodes with "argument list too long" on the O/S side10:20
jamespagecaribou, the base64 encoded parameter gets to be to long10:20
jamespagecaribou, indeed10:20
cariboujamespage: yep, that one10:20
cariboujamespage: so right now, the whole file gets encoded in base64.10:20
jamespagecaribou,you need to fragment the keys and hosts on the relation from the nova-cloud-controller side, and re-assemble them on the remote side10:20
jamespagenova-compute in this case10:20
cariboujamespage: so one relation-set/get for each line in each file ?10:21
jamespagecaribou, that would make sense10:21
cariboujamespage: ah, that helps; I was not sure if the whole file needed to be passed10:21
jamespagecaribou, well it does right now because that's how its been coded10:21
jamespageyou would need to implement code on both sides of that relation10:22
cariboujamespage: this is the additional info I'm after : do we need to pass the complete files or only part of each one is suficient10:22
jamespagecaribou, that's not really the right question10:22
jamespagecaribou, you need to assemble a complete file on the compute nodes - how its gets passed is up to the charms10:23
cariboujamespage: ok, let me try a few things and I'll show you what I get if that's ok with you10:23
vedicmojibake8: I link I shared has worked10:26
vedicshould I install lightdm or gdm?10:27
jamespagesmb, still reading that bug btw10:32
smbjamespage, Unfortunately a mix between requesting a backport of drbd to handle newer kernels and that backport failing. I think my last debdiff is working good enough (hopefully)10:34
vedicI have installed lightdm after installing xfce4 on Ubuntu server. But now the screen doesn't accepts my login password10:34
vedicIts simply appears like it has accepted the password but it comes back within 1 or 2 seconds10:35
Patrickdkvedic, so? did you try #ubuntu11:14
vedicPatrickdk: I have removed lighdm and just added shell script in .bashrc to start startxcfe411:14
vedicIts works now but without login manager11:14
Patrickdkvedic, it's out of scope, that is gui stuff, not -server stuff11:15
vedicPatrickdk: yea, I guess you are right. I should have posted this in #ubuntu11:15
vedicThanks for point this11:15
cwillu_at_workvedic, you'll probably want to investigate /etc/x11/xsession.d/11:15
vediccwillu_at_work: I see11:16
stethoHi all. Does anyone know if there's a way that during a PXE install (or other method) using a KickStart file I can specify the install of a different kernel (3.2.0-56-generic in this case) and make it the default for grub to boot from? I'm currently scripting an apt-get install of the kernel and then rewriting the grub config with cat and I think I'm just asking for trouble doing this BUT I can't see a better way. Any suggestions?11:54
rbasakhallyn: around? I'm seeing a gettimeofday syscall fail after a clone() call with CLONE_NEWIPC | CLONE_NEWNET. Do you have any tips?12:10
hallynrbasak: fail how?12:10
rbasakI've also noticed that it's using a pointer to a structure that existed before the clone. I'm wondering if the cloned process considers that invalid or something.12:10
rbasakhallyn: SIGSYS12:10
rbasakhallyn: https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/121985712:11
uvirtbotLaunchpad bug 1219857 in vsftpd "vsftpd connections fail on amd64: "500 OOPS: child died"" [High,Confirmed]12:11
rbasakhallyn: [ 2967.985773] type=1326 audit(1398685961.714:32): auid=1000 uid=65534 gid=65534 ses=2 pid=1713 comm="vsftpd" sig=31 syscall=96 compat=0 ip=0x7ffff7ffadbc code=0x012:11
rbasakI have it reproducing under gdb. Though for some reason I couldn't get gdb to stop at the SIGSYS itself - I had to reproduce down the stack to find the call.12:12
hallynhave you reproduced with a handwritten testcase?12:12
rbasakNo. I wondered if I was missing something obvious.12:12
hallynshort answer is no, clone shouldn't be affecting validity of memory at all12:12
hallynoh, you're using seccomp12:13
hallynwhy not just add gettimeofday to the seccomp whitelist?12:13
rbasakSo it is something obvious ;)12:13
rbasakI'll track that down - thanks!12:14
hallyni'm trying to remember whether the seccomp filter only takes effect after a fork or not12:14
hallyns/fork/clone12:14
hallynok - thx, i'm in an early-morning-without-coffee-after-weeklong-break funk :)12:15
pmatulisstetho: you want the installer to run a different kernel or the target system to have a different kernel?12:21
m_tadeuhi...crontab defines SHELL=/bin/sh....that seems to pose a problem on rinnung bash scripts, am I correct?12:24
m_tadeus/rinnung/running12:24
ogra_if you have bash scripts you should explicitly use "#! /bin/bash"12:25
ogra_always ...12:25
ogra_(or just make your scripts POSIX compliant without any bashisms ... which is the better approach anyway)12:25
m_tadeuogra_: In deed I'm using #!/bin/bash...but I'm getting the same errors as if I  run "sh myscript"....so, just confirming this12:28
ogra_$SHELL shouldnt override the hashbang line12:28
m_tadeuwell it seems to be doing that, somethow12:30
m_tadeuI'll change the script to sh, instead of bash12:31
coreycbhallyn, rbasak:  seccomp takes effect immediately but I think there might also be an option to have it take effect after the next exec12:33
rostamHI in our lab I have a server & client systems. Our client system  have a disk with two partitions, sda1 & sda2. I have installed ubuntu 12.04 LTS on sda1.  The client system boots from sda1. I like to know if I can install another instance of ubuntu on sda2. Using a kickstart file and whatever is needed on the server system?  Thx12:34
newbie123h12:41
hallyncoreycb: near as i can tell it should take effect as soon as seccmp_load() is called12:41
hallyni don't see an option for deferring.  but presumably vsftpd does that right before the clone :)12:41
coreycbhallyn, yeah I'm not seeing anything for deferring.  it might have been an option in earlier patches that was nacked.12:46
stethopmatulis: Sorry, went away from my desk. I want the target system to have a different kernel.12:58
pmatulisstetho: a more recent kernel?12:59
stethoNo, an older kernel - 3.2.0-56-generic to be precise.12:59
pmatulisstetho: just install the old package you want, and remove the recent one, with late_command .  shouldn't that work?13:01
zulhallyn:  i was going to do libvirt 1.2.3 but im going to wait until 1.2.4 is out13:01
xutlhow to run ubuntu server live as like ubuntu desktop from dvd/usb ?13:01
adacGuys, I'm trying to install supervisor via docker on precise, but since about 2 or 3 days I get the following error: https://gist.github.com/anonymous/1137108513:02
adacdid something change on distro side?13:02
xutl!live13:02
ubottuThe Ubuntu Desktop CD is a "LiveCD" which can be run without altering existing files on your harddrive. Especially useful for testing your hardware's compatibility, it also includes an install option.13:02
stethopmatulis: It doesn't seem to. I've tried it and get the grub> prompt when the system reboot. Obviously I've taken this to mean it doesn't work rather than I'm doing something wrong.13:02
stetho:-)13:03
pmatulisstetho: pastebin the late_command13:04
hallynzul: ok13:06
stethopmatulis: I don't have it to hand anymore, it was something along the lines of d-i preseed/late_command string in-target apt-get remove -y linux-image-3.2.0-60-generic13:09
=== sz0 is now known as sz0`
=== sz0` is now known as sz0
=== sz0 is now known as sz0`
=== Ursinha-afk is now known as Ursinha
=== sz0` is now known as sz0
m_tadeucan anyone point me to a good tutorial on how to use dash arrays? google is not helping that much13:25
=== sz0 is now known as sz0`
=== sz0` is now known as sz0
zuljamespage/coreycb: ok juno is open13:25
=== sz0 is now known as sz0`
=== sz0` is now known as sz0
coreycbzul, thanks13:26
pmatulisstetho: dunno then, i haven't tried it myself13:29
rbasakutlemming: hey, any eta on utopic cloud images, please?13:44
rbasak(I mean dailies, of course)13:44
=== nszceta_ is now known as nszceta
stethoAnother question about PXE:  I've got a number of servers with a single disk for the OS and two disks in RAID 1 for data. I'm trying to prepare the disks as part of a PXE boot - /dev/sda works but Ubuntu give the RAID a name like isw_chhgbfgage_RAID1 where chhgbfgage seems to be a completely random string so I can't refer to it as /dev/mapper/isw_chhgbfgage_RAID1 literally. Before I write a script that gets the contents of /dev/mapper and figures14:15
stetho out the array name, is there a "better" way to do it?14:15
hadifarn_what was that package for Apache that optimize images? it was made by google14:18
stethomodpagespeed14:19
patdk-wkI don't know why anyone would use that for images14:20
patdk-wkit's so much easier to just optimize the images, one time14:20
patdk-wkthan on every load14:20
hadifarn_cheers stetho14:21
hadifarn_apt-get package name is different?14:21
stethoI don't think there's a package for it. There's a .deb for it on Google code though. Download it and dpkg-i14:26
stethohttp://developers.google.com/speed/pagespeed/ apparently14:27
cwillu_at_workhmm, how do you go about getting a recent debootstrap on lucid?14:43
=== Lcawte|Away is now known as Lcawte
axisyshow do I list the linux images that are lower than current kernel version here? http://dpaste.com/1801794/14:59
=== Ursinha is now known as Ursinha-afk
cwillu_at_workah, you can run it from the source tree15:07
smoserSpamapS, i really would have appreciated you opening that bug say 3 weeks ago15:19
smoser;)15:19
rostamHI in our lab I have a server & client systems. Our client system  have a disk with two partitions, sda1 & sda2. I have installed ubuntu 12.04 LTS on sda1.  The client system boots from sda1. I like to know if I can install another instance of ubuntu on sda2. Using a kickstart file and whatever is needed on the server system?  Thx15:21
xtbmanHey, I installed ubuntu server, and my network adapter doesn't show an IP address, and pinging my router returns an unknown host error. Is there a guide for configuring the network?15:24
smoserxtbman, man interfaces15:25
xtbmansmoser: thanks I'll give it a shot.15:25
smoserhallyn, stgraber your thoughts on https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1313550/comments/5 would be appreciated.15:37
uvirtbotLaunchpad bug 1313550 in maas "ping does not work as a normal user on trusty tarball cloud images." [High,Confirmed]15:38
smoserespecially wrt backwards compat (ie, getting that functional on precise)15:38
tom[]is this the right place to get php 5.4 on 12.04lts? https://launchpad.net/~ondrej/+archive/php5-oldstable15:39
patdk-wktom, how do you mean, right place? there is no *supported* php 5.4 on 12.0415:50
hallynsmoser: not sure what you're asking.  You just want the ubuntu-cloud lxc template to re-set the xattr?15:56
hallynoh, i see15:56
hallyni think the bug should be marked as affecting tar as well, as a query about backporting the xattr support...15:57
hallynthough i assume it's a feature and so not possible15:57
tom[]patdk-wk: i understand about canonical not including 5.4 in 12.04's packages. what i mean by "right place" is, do y'all think this is a good choice? is there ant consensus on using Ondřej Surý's ppa when you need 5.4 on a 12.04?15:57
=== Ursinha-afk is now known as Ursinha
smoserhallyn, i'd consider it SRU'able as a necessary function for using newer things.15:59
hallynso you agree with marking that bug as affecting tar, fix released in trusty, confirmed on prcise?16:00
smosersure.16:00
tom[]s/ant/any/16:00
smoserhallyn, do you have any cycles to look at what that patch would be ?16:00
hallynand if you like i can look this afternoon at what it'll actually take to do it, no idea about the16:01
hallynyup16:01
patdk-wktom, that doesn't include *many* php modules, so the question is, does that even have enough php for you16:01
smoserthanks.16:01
hallynpls assign the precise tar task to me16:01
patdk-wkand then, do you think he will maintain security updates for you16:01
hallyn(or i'll do it in a few mins)16:01
patdk-wkpersonally, I wouldn't even think about pushing 5.4 onto 12.04, with it being in 14.04 currently16:02
patdk-wkyou just upgrade to 14.04 lts, and get security updates for 5years on it16:02
tom[]patdk-wk: you already answered my next question16:02
tom[]i was nervous about 14.04's newness and its hype about openstack16:03
patdk-wkI know atleast in my ppa, I sync security updates as much as possible16:03
patdk-wkI haven't had any real issues with 14.0416:03
patdk-wkjust a few minor things, that aren't production impacting16:03
tom[]but i guess i should be less nervous of that than of unsupported builds16:04
patdk-wkwell, there are like 2 security issues a year, generally with php16:04
patdk-wkenough to be concered about16:04
tom[]the seasoned php user is almost as scared of php security as she is of linux16:05
tom[];)16:05
xtbmanI figured out my networking issue, thanks.16:12
stgrabersmoser: I'm off today, I'll try and set aside some time to think about it tomorrow. I'm pretty surprised I didn't notice this before, I guess I'16:16
stgraberI'm mostly running older releases in containers using lxc-download...16:16
stgraberif we only support 14.04 on 12.04 and won't support 14.10 on 12.04, we may consider just setting the setuid flag again in a SRU which would be a quick and dirty fix for this16:17
stgraberand likely much more easier than backporting the tar change (I also have the concern that busybox's tar likely doesn't support those flags so LXC will need to do some detection...)16:18
smoserlxc download would also be broken, yeah. i affected lxc as the cloud template.16:20
Havenstanceokay so my drive is full, how can i figure out what files made it fill up?16:27
patdk-wkdunno16:27
patdk-wkbut you can start with finding out what folders have the most space and/or inodes16:28
patdk-wkexactly what is it full of? data or files?16:28
HavenstanceI think its full of old wireshark caputures16:28
Havenstancebut I don't know where to look for the previous saves?16:28
jak3000hi all, i configured my vsftpd service on ubuntu-server, when i try acces i get a error: ftp: connect :Connection refused  why? how to solve the port21 is opened. and the service is running16:30
rbasakjak3000: which release?16:33
Havenstancepatdk-wk, I found it thanks16:33
jak3000rbasak how to know wich is the release?16:34
rbasakjak3000: lsb_release -a16:34
rbasakjak3000: also, which version? "dpkg-query -W vsftpd"16:34
jak300012.04.316:35
rbasakAh, not sure then, sorry. I asked because I'm working on a vsftpd bug right now, but it only affects >= 13.10.16:35
toyotapieI need to write a bash script that can take the top of a page from two different tiff files and create a new tiff file with a single page that is half one page and half the other.17:00
toyotapieis tiffcrop the right tool ?17:00
SpamapStoyotapie: tried imagemagick?17:06
toyotapieI am reading through the man page of imagemagick right now.17:07
xtbmanMy server is working, such that other computers on my network can access it. I want non-local computers to access the home page, too. Is there a guide that explains how to set this up?17:08
xtbmanRight now, if I type 10.0.0.4 into a network computer's browser, it goes to my apache page on the server. So, somehow I have to set up an IP for outside computers to connect to.17:09
toyotapieI think it's the append flag I need to use with convert :)17:09
sarnoldxtbman: simple mechanism is to port forward port 80 from your router to your 10.0.0.4:8017:10
sarnoldxtbman: http://portforward.com/english/routers/port_forwarding/  :)17:10
xtbmansarnold thanks17:10
Havenstancecan someone recommend a good packet capturing program? Something similar to wireshark but one that would save the files in alot smaller file17:10
sarnoldHavenstance: compress the files with gzip?17:11
HavenstanceExcept wireshark doesn't have the features I want anyway17:11
HavenstanceI want to be able to see how much data a particular IP has used over say a 30 day window17:12
Havenstancethen I'd open wireshark and capture the packets coming from that machine.17:12
HavenstanceSo maybe I'm looking for something to use in conjunction with wireshark17:12
sarnoldHavenstance: ah you want something completely different then :)17:13
Havenstancewell, just something that would capture the packets but rather log the mbps usage?17:13
sarnoldHavenstance: check out 'ntop' and 'darkstat'. I've used ntop before and didn't really love it, but it did okay..17:13
Havenstanceperfect, i'll run a google search thanks sarnold17:14
sarnoldHavenstance: just apt-cache show ntop and apt-cache show darkstat -- see if you like the sound of them :) hehe17:14
Havenstancethanks17:14
jak3000how to open permanently the port 3306 ?17:15
jonascjHi all. I run an sftp server (using openssh) ans users are chrooted to /srv/sftp/{username}. What is the prettier solution for this setup regarding the users home directory and the creation of /srv/sftp/{username} (these users only have sftp access, no shell access): 1) to specify /srv/sftp as base dir during user creation and specify an empty skeleton dir (e.g. no files copied to the new home dir), or 2) manually create /srv/sft/{usernam17:16
sarnoldjonascj: check out adduser(8) -- the bit about /usr/local/sbin/adduser.local looks useful to you :)17:18
jonascjThe end result should be the an empty /srv/sftp/{username} directory. What the users homedir (in /etc/passwd) is doesn't really matter to me. In openssh matching I can chroot to /srv/sftp/%u or %h. I just have to choose the optoin based on whether I set the users homedir to /srv/sftp/{username} or if I set it to something else17:19
jonascjsarnold: thanks, but adduser isn't that great for commandline adding users (from a script), is it?17:19
jonascjor do adduser function just like useradd if I want to? normally one just does "adduser joe" and then you are asked a series of questions (password, room number etc.)17:20
zuljamespage:  looks like git is on dep wait for utopic17:20
sarnoldjonascj: you can provide e.g. --gecos command line options to specify many things.. I'm not sure if it'll skip prompting entirely or not though...17:21
jonascjsarnold: then I think I'll have to go with the useradd command instead of adduser :)17:23
jonascjsince it is automatic creation of triggered by something17:23
sarnoldjonascj: makes sense :) if you're already scripting it up, a bit more to create new directories isn't the worst thing :)17:24
jonascjit looks like --gecos disables any interactive part of adduser, but then why user adduser vs. useradd?17:25
sarnoldjonascj: for the automatic and cheap /usr/local/sbin/adduser.local execution :)17:25
=== lazypower-travel is now known as lazyPower
jonascjsarnold: oh, and adduser.local holds commands which are run every time a user is added?17:26
sarnoldjonascj: yeah17:27
jonascjsarnold: okay, point taken. that could be useful in some situations.17:27
sarnoldjonascj: yeah, more useful if you're doing the creating by hand. if you're already scrpiting it up, not as magical :)17:28
SpamapSsmoser: --include-xattrs=* ... don't you just love GNU people? "What? You turned on a feature, AND you want it to actually default to being .. on.. when you turn it.. on? CRAZY"17:28
jonascjbut really I was just more interrested in the "sematics" of the situation. If the users homedirectory have no special meaning (e.g. it holds no profile informaiton like .profile or .bashrc etc.) should I just set it to /tmp to emphasize that it holds no persistent files.17:29
smoserSpamapS, yeah, i figured that part out.17:29
sarnoldjonascj: I'd make sure that only the user in question owns the directory and has write access to the directory.17:30
smoserthe fun part is going to be getting that fixed in 12.04 consumption. (ie, 12.04 systems using 14.04 roots)17:30
sarnoldjonascj: that assumption is baked into thousands of programs, it'd be best to not screw that one up :) hehe17:30
jonascjsarnold: Then I might as well use the -m option of useradd (to have the homedir created) and "-b /srv/sftp". How then should I ensure that the newly created dir is empty? Specify my own skel-directory ? or empty out the /etc/skel dir?17:32
sarnoldjonascj: I'd probably go with the own skel directory, that feels more flexible for long-term modification17:32
xtbmansarnold it worked! :)17:35
sarnoldxtbman: nice :)17:35
jonascjsarnold: thanks - those a great suggestions :917:36
jonascj* :)17:36
sarnoldjonascj: have fun! :)17:36
jonascjhmm, the folder to which sftp users are chrooted needs to be owned by root18:02
jonascjso if I decide to chroot them to their home (/sftp/srv/{username}) then their home needs to be owned by root...18:02
jonascjI do not know if I can put additional ACL on top of that to give the users permission again.18:03
jonascjI know I need to get ACL up and running at some point because normal sftp users should be chrooted to /srv/sftp/{username} but sftp admins should be chrooted to /srv/sftp and have read and wirte access to the /srv/sftp/{username} folders...18:04
RoyKjodh: seems strange. we're using sftp with rssh at work, and users' homedirs are definetely owned by the users' themselves18:15
patdk-wkyep18:16
patdk-wkif you want to use openssh chroot, you have to chroot to a like /home18:17
patdk-wkyou could replace ssh with like, proftpd and use the sftp module18:17
patdk-wkyou could use a custom sftp program18:18
patdk-wkyou could go apparmor crazy :)18:18
qhartmananyone know how to force the order of resolv.conf entries via modification of the /etc/network/interfaces file?20:20
qhartmanI'm looking for something like modifying the dhclient.conf config and adding a "prepend domain-name-servers", but I don't know how to change that file with the curtin installer.20:21
SpamapSsmoser: so should we expect tarballs w/ xattrs soon on cloud-images.ubuntu.com ?20:39
SpamapSutlemming: ^ ?20:40
utlemmingSpamapS: shortly. I just merged the chnage in20:40
SpamapSutlemming: w00t20:40
smoseragain, SpamapS it' would have been nicer if you did this 3 weeks ago!20:41
smoser(but thanks for raising it now)20:41
SpamapSsmoser: I agree. I did actually test trusty. Just not with nagios.20:42
SpamapSOr the other 3 binaries that use the feature. :-P20:42
smoserSpamapS, what are the other 3 binaries ?20:47
SpamapSsmoser: arping, gnome-keyring-daemon ... something else20:48
fellayaboyhey hows it going guys20:51
fellayaboyi have a question.  when i boot into pxe server. i can see my entries but when i select them they do absolutely nothing...it wont run the operating system20:51
=== mjohnson151 is now known as mjohnson15
fellayaboyim using tftp-hpa & nfs20:52
fellayaboywhere can i see logs about my pxe server20:55
m_tadeuI'm stuck in initfstab...can anyone tell me how to edit fstab from there?21:14
sarnoldm_tadeu: "initfstab"? I'm not sure I've heard of it..21:17
m_tadeusarnold: sorry, long day...it's initramfs....21:17
sarnoldm_tadeu: ah, okay; so, you've got a shell?21:20
sarnoldm_tadeu: does cat /etc/fstab show you your fstab or the one from the initramfs environment?21:20
m_tadeusarnold: I'm afraid /etc/fstab it doesn't exist at this point21:22
sarnoldm_tadeu: okay; cat /proc/mounts -- do you see your root filesystem mounted anywhere else at the moment?21:23
m_tadeusarnold: yes...rootfs is mounted in /21:24
sarnoldm_tadeu: oh, interesting. I expected /etc/fstab to your fstab in that case.21:24
m_tadeusarnold: the real root should be a LVM volume and the device is /dev/Root21:25
m_tadeuI changed the volume name, but probable it didn't change fstab21:26
sarnoldm_tadeu: hrm, I haven't done LVM before :/ no idea there21:27
m_tadeusarnold: first time here too21:29
=== markthomas_ is now known as markthomas
=== markthomas_ is now known as markthomas
mgwWe have these lines in the upstart script for salt-minion:23:03
mgw  # invoke salt-minion via su so that /etc/environment is read23:03
mgw  exec su -c salt-minion23:03
mgwit doesn't seem to work on Trusty though23:03
mgwdid something change?23:04
=== sz0_ is now known as sz0`
=== sz0` is now known as sz0_
=== Lcawte is now known as Lcawte|Away
keithzgHmm. Ran into a bug where logrotate is complaining about mysql, turns out it's a known issue when you've stopped your mysql service . . . and has been around, unfixed, since 2009. Yeesh. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=54401323:59
uvirtbotDebian bug 544013 in mysql-server "mysql-server-5.1: logrotate script cannot handle stopped mysqld" [Normal,Open]23:59
keithzgWonder if MariaDB solves that :P23:59

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