/srv/irclogs.ubuntu.com/2011/10/07/#ubuntu-server.txt

=== erichammond1 is now known as erichammond
=== erichammond1 is now known as erichammond
=== erichammond1 is now known as erichammond
=== erichammond1 is now known as erichammond
=== erichammond1 is now known as erichammond
JayWalker_Anyone here versed in apache and rewrite rules? I only ask here because there's no apache IRC afaik01:07
=== erichammond1 is now known as erichammond
panfisti'm not sure if this is an ubuntu question or if it's more application-specific,01:18
panfisti was wondering what's a good strategy to maintain a shared environment between hosts, for example when you have a testing and staging server, and several workstations supporting those servers01:18
panfistthe testing and staging server are running some version of python for example and set of modules,01:18
panfisti'm guessing you can configure those on the servers and mount them read only on the workstations or something like that,01:18
twbJayWalker_: #httpd01:24
JayWalker_thanks01:24
panfistis it possible to set up something like a package server, where if you mark and install a package on the main machine, that package is pushed to other machines?01:48
twbpanfist: puppet02:10
twbpanfist: or dpkg --get-selections | ssh otherhost dpkg --set-selections, but really you want puppet02:10
TakyojiSssoooooo, would it be stupid to force the unmounting of a harddrive that has potentially failed (as there's IO errors when accessing it), even though when you try unmounting it says 'device is busy'? :P04:02
twbTakyoji: no, but it's unlikely to work04:08
twbTakyoji: first you should kill off any procs not in D that are trying to access it04:08
Takyojiany way to list such?04:09
twblsof04:09
Takyojilsof | grep (name of the mount point)04:10
Takyojiyes?04:10
ZanzacarHi, I have recently started up a media server and looking for ways to reduce my overall power bill I thought I might install powernap. That being said I have been trying to edit the config file to not fall asleep while apache is reading or writing to the hard drive. Does anyone have any ideas on how to do this?04:10
TheEvilPhoenixservers are in general always on.  what makes you think that it is taking up the most of your power bill?  there's definitely other items that eat more power than a server ;P04:17
ZanzacarThats probably very true, but I only use the server at home for specific things like streaming videos to my TV.04:18
ZanzacarNo reason to power something that isnt going tobe used.04:18
TheEvilPhoenixthen why run a server at all :P04:18
Zanzacarwell isnt going to be used all the time haha.04:19
Zanzacarno reason to have a light on in a room your not going to be in.04:19
TheEvilPhoenix(btw, afaik, there's no way to differentiate between read/write processes and idle state)04:19
ZanzacarPowernap has monitors for IO,TCP,Process,Loads etc.04:20
ZanzacarI read the man page, changed the debug settings to output more information, read the config files and I am kind of at a losss.04:21
=== IdleOne is now known as pangolin
ZanzacarHi everyone I was looking for some help on setting up SSH on a server. I have it all setup where I can login through SSH through the same local network but I would like to do it from outside my home network. How can I do that? Additionally does that open up other computers on the network to security riskes?05:43
=== jibel_ is now known as jibel
thevincihey folks, I have set up a computer in my house as an ubuntu server. I've got vsftpd installed, and some files in folders, now I'm trying to figure out what to do to access them from my laptop06:49
thevinciI've tried Places<Connect to Server06:49
thevinciand then I enter the IP of my server, right?06:50
thevincicuz that ain't working for me...06:52
greppythevinci: what is running on your laptop?07:13
thevincigreppy: ubuntu 10.04 desktop07:17
greppythevinci: did you select FTP with login?07:25
thevincigreppy: I've gotten past the ftp hurdle, I am now able to view and write files on my server from my laptop07:34
thevincigreppy: and as a kicker! I figured out that I can mount my usb harddrive in my ftp directory and access it from there!07:34
greppyheh07:34
greppyyou could also use sftp ( included with openssh-server ) to do it securely07:35
thevincigreppy: any suggestions now on how to get connected to an xbox 360? heh... I'd like to stream videos to it07:35
GerowenHow is everyone?07:35
Gerowenthevinci: I used this for the longest time to stream videos to both my PS3 and 360 from my Linux box, http://www.ps3mediaserver.org07:36
thevinciGerowen: is that a package I can install on my server?07:38
GerowenI just downloaded the tarball from their website, it runs with Java07:38
GerowenYou can have it run as a service so you don't have to have a GUI07:38
thevincithat's what I'm looking for! :)07:38
thevinciI'm assuming all the info regarding such is found through the link? ;)07:39
GerowenYep, I haven't used it in a little over a year, but last time I did it worked pretty good.07:39
thevinciI'm assuming I want to look under the "install on a headless ubuntu server" section?07:40
thevinciI'm only guessing that headless refers to no gui?07:40
Gerowenyep07:41
GerowenWell I'm going to head out, catch ya later everyone.07:41
thevincithanks for the tips Gerowen! Big help!07:42
thevinciproblem, I use command 'ftp localhost' from my server, login, and then I can connect from my laptop, BUT! I want to also do other things on the server while this is going on. only way I can see to do this, is to quit ftp localhost, which ends my connection from my laptop.08:05
thevincinever mind... I just added '&' after 'ftp localhost' and that worked!08:06
lynxmanmorning everyone o/08:14
jamespagemorning all09:09
gnuyogamorning09:24
RoyKmrnng09:28
markattoI am trying to file a bug on launchpad, but I can't figure out how. The "report a bug" button just sends me to a page with instructions on how to use some gui thing.09:30
nigelbmarkatto: Its not only a gui thing.09:31
nigelbapport-cli exists09:31
markattonigelb: can you point me at instructions?09:32
nigelbmarkatto: I'm pretty sure you can just do 'ubuntu-bug packagename', the page you got sent to should have detailed instructions :)09:32
markattonigelb: the instructions all refer to gui boxes popping up and getting sent to a webpage, but I'll try ubuntu-bug09:34
nigelbmarkatto: I can sum up in a minute anyway.09:34
markattothere is no `ubuntu-bug` command, btw09:35
nigelb(1) Find your package. If you know the binary, do a "which binary" to find the path the binary. THen do dpkg -S /path/to/binary to find the package09:35
nigelb(2) You can either do "ubuntu-bug package", or "apport-cli package"09:36
nigelbmarkatto: That's strange. Which release? Do you have apport installed?09:37
markatto10.04 server09:37
markattoI am installing the apport package now09:37
nigelbMy 10.04 servers do have apport.09:37
nigelbWhile you can override this, its nicer to file a bug with apport since it most of the time collects a bunch of relevant information which makes triaging easier.09:38
nigelbOr else, you're going to go back and forth to get the right info.09:38
markattonigelb: I think i've got it09:39
nigelb\o/09:39
markattoi viewed the report and it didn't have that much relevant stuff in it09:39
markattoimho this is unecessarily convoluted09:40
nigelbYeah, I'm goign to bring it up to bug squad.09:40
nigelbThis is certainly painful for server.09:40
nigelbmarkatto: which package was this btw?09:40
markattorsyslog-gnutls09:41
nigelbIt probably doesn't have a hook.09:41
nigelbPackages with hooks have beautiful functionality from apport. However, I see your point.09:41
nigelbmarkatto: Could you link me to the wiki page (I don't get there, bug control member)09:42
nigelbhttps://help.ubuntu.com/community/ReportingBugs ?09:42
markattoyeah that09:42
nigelbmarkatto: For future, use https://help.ubuntu.com/community/ReportingBugs#Filing_bugs_at_Launchpad.net09:42
markattommk09:43
markattodebian and fedora are much simpler than this09:43
lynxmanjamespage: morningsir09:43
nigelbmarkatto: heh, I might disagree about debian  ;)09:43
nigelbAlthough debian bug reporting awakens the geek in me09:44
markattonigelb: well, regardless, the package works in debian ;)09:44
ersimarkatto: thanks for taking time reporting/trying to report an issue :)09:49
markattoersi: yeah it sucks that a web search turns up many people with the same problem, but no bugs have been filed09:50
ersiyeah, that always sucks quite hard09:51
markattoeven worse is that it is 5 am and I need this working by tomorrow09:52
markattoso i'm probably going to have to build a new package myself09:53
koolhead17hi all10:12
markattois there a way to attach multiple files in launchpad, or should I just tar them up?10:13
thevinciAGGH! I just ran a process on my server, command line, ya know? And now after the print out, I'm left with a blinking cursor stuck in the process! How do I get out!?10:34
thevinci'quit' 'exit' and 'escape' did not work10:34
markattothevinci: ctrl+c10:37
thevinciI tried that. it just printed a bunch of gibberish on the screen, kinda like when I try to use arrow keys right now10:38
nigelbmaybe break out of the ssh session?10:38
nigelb Enter + ~ + .10:38
markattothevinci: some programs will terminate with ctrl+d (EOL)10:38
markattoor, open a new shell and kill the process10:39
markattoor try ctrl+z to pause it10:40
thevincithank you! Swithcing to a different console helped10:40
thevinciI didn't know I could do that in a server setting. Just started this project this week10:41
markattothevinci: you are physically in front of the server and using keyboard + monitor?10:42
thevinciyes10:42
markattoctrl+alt+[F1-F6] are all getty instances on most linux installs10:43
thevinciI knew I could do that in my ubuntu desktop, just never made the corralation to the server side. lol10:43
thevincilike I said, just started this this week. been using ubuntu desktop for a few years now though. exited to dive deeper in to the command line O.o10:44
sanderj_Why is my load average 18.00 14.21 12.21, when my processes isn't using more than 20% cpu and memory?10:50
maswanmost likely waiting for disk access10:51
markattoor network i/o10:54
markattobut probably disk10:54
markattosanderj_: check iostat10:54
thevinciAnyone know a good service for streaming video from ubuntu server to xbox 360?11:40
thevinciI already have FTP, and DAAP set up and working, but neither of those work with the 360, nor does mediatomb11:41
markattothevinci: google says uShare11:58
thevincithanks markatto, I'll check that out11:59
thevincibelieve me, I've been googling, lol, just didn't come up with that one yet11:59
lynxmankoolhead17: hey, morning ;)12:38
koolhead17hello lynxman :)12:38
thevinciany of you familiar with Samba?12:40
koolhead17thevinci: the dance ?12:40
koolhead17:D12:40
thevincilol, no the file sharing protocol12:41
lynxmanthevinci: rather than ask to ask, ask away your question, I'm sure someone will pick it up :)12:41
koolhead17indeed thevinci :)12:41
thevinciI'm trying to set up my ubuntu server with samba. I've followed a tutorial and i think I've configured it right, but I can't connect to it from my laptop12:41
thevinciI have samba installed on my laptop as well12:42
thevinciWhen I click on the network folder in ubuntu, all it shows me is 'windows networks' and when I click that, it tells me it can't connect to the server12:43
lynxmanthevinci: any error on the logs?12:43
lynxmanthevinci: /var/log/samba/*log on the server side12:43
thevincilemme check lynxman...12:44
koolhead17thevinci: https://help.ubuntu.com/10.04/serverguide/C/windows-networking.html  is this the guide you followed?12:44
thevincilynxman, it tells me no such file or directory exists12:45
thevinciand yes, that's the one i started with koolhead1712:45
koolhead17thevinci: is the service running12:46
jamespageiscsi root testing beckons this afternoon12:46
jamespagew00t12:46
thevinciwell, when I tell it to start samba by 'sudo start samba' I get 'start: unknown job: samba12:47
thevinci=/12:47
thevincismb doesn't work either12:48
koolhead17thevinci: so the service is not running it means12:48
koolhead17jamespage: :)12:48
koolhead17Daviey: hey12:48
smbthevinci, How can you say that?12:48
thevincilol, sorry, was referring to a command, not you smb12:49
thevinciand yeah, that's what it looks like koolhead1712:49
koolhead17kim0: can you point me to the paste link of server guide. i need to check what all chapters is left and under me :D12:49
* smb just had to jump on that opportunity12:49
kim0koolhead17: http://pad.ubuntu.com/serverguide12:49
thevincii've tried uninstalling and reinstalling to no avail12:50
kim0koolhead17: if you wanna take one of the others .. feel free :D12:50
koolhead17kim0: i remember you told me that some more have been assigned under my belt. :)12:50
kim0koolhead17: did you try the core thing?12:50
kim0koolhead17: yes .. etckeeper I believe12:50
koolhead17kim0:  i will do etckeeper once am home12:51
kim0great12:51
kim0thanks man12:51
thevinciIs 'smbd' the same as samba?12:51
koolhead17thevinci: yes that is the daemon :)12:51
thevinciam I missing something installed on the laptop side of things?12:51
koolhead17thevinci: read the documentation once more12:51
koolhead17:)12:52
thevinciOk, well, 'smbd' runs and restarts just fine12:52
koolhead17kim0: i have no KVM here, i have to use on virtualbox12:52
koolhead17thevinci: read the manual once again my suggestion would be to you.  And see if you missed adding something in the configuration file12:53
koolhead17kim0: no one is doing the web server part?12:57
koolhead17i can add myself to apache2 and php thing as well :p12:57
hallyn_smoser: do you still see bug 863629 on occasion?13:00
smoserwhere is mup?13:00
smoserhallyn_, i haven't seen it since the time i was looking at it.13:02
smoserbut i haven't been trying13:02
smoserwhere did uvirtbot go ?13:03
hallyn_smoser: ok, thanks.  I think that the lxc_driver was dying before thte lxc_controller got going13:03
smoseranyone know ?13:03
smoserDaviey, ?13:03
hallyn_I'm going to leave it sit for now then13:03
smoserhallyn_, i can try today to run the same thing and see if i hit it.13:03
smoserregarding uvirtbot, i have:13:04
smoser10/02/11 05:55:03 <--   uvirtbot has quit (Ping timeout: 252 seconds)13:04
smosertime is eastern13:04
Davieysmoser: o/13:04
smoserdo you know who ran uvirtbot daviey?13:05
Davieysmoser: uvirtbot is run by soren.. i assume it's poorly, and he hasn't noticed.  If it doesn't come back by end of week, we'll enable ubottu.13:05
DavieyI'm sure soren will resolve it when he notices.13:05
kim0koolhead17: check the list I emailed the server list .. only the mysql guy replied .. any other chapter, you can take .. just put your name on it, that would be very great. Thanks man13:08
koolhead17kim0: just added :D13:08
kim0koolhead17: woohoo13:10
thevinciread the manual again, cleaned up config file, still, when I click 'networks' i get failed to retrieve share list from server13:14
thevinciI know you don't have all the specific answers, just wondering if you can help point me in a good direction.13:14
smoseri think we should at least have a public git branch that includes the ubuntu fixes for opesnstack components.13:23
lynxmanzuping13:35
lynxmanzul: ping13:35
lynxmansmoser: hey :)13:35
smoserhey.13:37
=== medberry is now known as med_out
JohnRandomgood evening15:02
JohnRandomquick question: I get "gcc: readline/libreadline.a: No such file or directory" during compilation of the python-django source … libreadline6-dev is installed … am I missing something?15:02
jamespagenegronjl: around?15:29
negronjljamespage: here15:37
jamespagenegronjl, hey15:37
negronjljamespage: hi15:37
jamespagenegronjl: 1) I just finished a load of work on the tomcat7 juju charm - OK if I retro fit to the tomcat6 one?15:38
jamespageand 2) have you had a chance to look at the cassandra charm changes I proposed?15:38
negronjljamespage: sure on the tomcat6 retro-fit.  don't remember the changes on cassandra.. can you tell me again?15:39
jamespagenegronjl, http://tinyurl.com/3mt2ur615:40
jamespageI did a bit of refactoring into a single script;15:41
jamespageand worked on the peering/cluster seeding so it requires less restarts of cassandra instances15:41
jamespageits still a little deficient in that it does not deal that well with units being removed15:42
negronjljamespage: interesting... I don't remember seeing this at all... did you talk to me about this before and I just don't remember ( i must be going crazier than I thought ).  Give me a minute or two to read it over.15:42
jamespagenegronjl, I did not talk to you about it - but requested a review from you15:42
negronjljamespage: hmm... I approved it.  thanks for the changes.15:43
negronjljamespage: interestingly enough, I received no email or notification ( that I can think of ) about it.  heh....water under the bridge now.15:43
jamespagenegronjl, any chance you could update the ownership of lp:charm/cassandra to charmers?15:44
jamespageThat way I can push it myself15:44
negronjljamespage: done.  I also changed all of my charms that have been merged into lp:charm to charmers....sorry for the delay on this.15:46
negronjljamespage: I have been out of work for a few days and have not kept up with things.15:47
jamespagenegronjl, np - that was the only piece that was stalled :-)15:47
Davieyutlemming / smoser: do the cloud images not do a daily apt-get update?16:17
smoserwhat does that mean16:18
Davieysmoser: desktop, and unless i am mistaken - has a daily cron task of doing an "apt-get update" to reflect the current cache16:19
smoserDaviey, i do not believe they do.  I do not believe that the default server installation does that.16:20
smoserif default server does, and cloud images do not, then we should fix that.16:20
smoserif you're just saying "why dont we test the mirrors more frequently?", we can probably have that done.16:21
smoserutlemming, i'm thinking that we could add code to the publishing process that used python-apt to check mirrors.  and just report failures.16:22
Davieysmoser: hmm, /etc/cron.daily/apt is present16:23
utlemmingDaviey: what are you seeing that is prompting the question?16:24
Davieyutlemming: I was suprised to not see any pending updates, on a 8 day old cloud image16:24
rbasakDoes it prompt for something related to updates at installation time?16:27
utlemmingDaviey: did an apt-get update show16:27
Davieyno16:27
rbasakPresumably the cloud images are built with a preseed16:27
utlemmingone of the final build processes is to run "apt-get update"16:28
Daviey11.04 Server iso =16:28
Davieydave@bootie:~$ apt-config shell UpdateInterval APT::Periodic::Update-Package-Lists16:28
DavieyUpdateInterval='1'16:28
DavieyIt's null on the cloud images.16:29
smoserwell what is modifying that ?16:29
utlemmingI wonder if that is live build....16:30
utlemminglive-build has the options of "--yes --force-yes -o Acquire::http::No-Cache=True -o Acquire::Retries=3 -o APT::Get::AllowUnauthenticated=true"16:31
* utlemming checks to see if those options are written out16:31
utlemmingso it looks like live-build does de-configure the apt config when the chroot is torn down16:38
* utlemming looks to fix the problem16:39
Davieyutlemming: cool.16:41
=== med_out is now known as medberry
rbasakhttps://bugs.launchpad.net/ubuntu/+source/samba/+bug/862129 seems to be causing upgrades to fail for quite a lot of people - I've tracked down a number of duplicates. Can someone comment on my patch please?16:52
ZanzacarI have a remote server and I was wondering how might you find out if someone has tried to brute force your SSH?17:05
KiallHi All - Trying out Oneiric server (Beta 2, all updates applied) and am getting occasional Kernel Oops with KVM.. Anyone around who can help debug the issue?17:12
jamespageDaviey, SpamapS: iscsi root gets installed with a 'manual' entry for eth0 - and the network failsafe stuff then kicks in17:13
jamespageany ideas?17:13
Davieyjamespage: is that a regression?17:13
jamespageDaviey: not sure - if you remember for beta-2 it would not boot at-all17:14
jamespageI think it was OK before that tho17:14
Davieyjamespage: can you raise a bug with that?17:15
jamespageDaviey: sure17:15
Davieyjamespage: I think it needs to be confirmed to be a regression (from Natty), before we consider fixing it.17:16
DavieyIf it is a regression, we could probably target a fix - otherwise it's one for P.17:16
jamespageDaviey: ack - I need to take a break now but I will be back later17:17
Davieyjamespage: oh sure.. i don't want you panicing over it.  If we know before 10:00 Monday, that would be rocking.17:17
Davieyadam_g: around?17:18
bau-hi all, i'm configuring postfix to simply send an email from a php page. I have done everything, but when I receive the mail, is says: from: www-data@what i want how can I change www-data with something else?17:19
=== kim0 is now known as kim0|holiday
Kiallanyone know if I've filed this oneiric kernel/kvm/openstack kernel oops bug with all the necessary info? https://bugs.launchpad.net/ubuntu/+source/linux/+bug/87016817:44
utlemmingDaviey: still awake?18:26
Davieyutlemming: yup18:35
Doonzhow can i find out what is accessing my device /dev/sdc1 my system claims its busy yet lsof and fuser dont list anything18:38
utlemmingDaviey: I just installed a server from the daily ISO, and APT::Periodic::Update-Package-Lists is not set18:39
DavieyHmm, interesting.. it is set on natty. :/18:40
utlemmingDaviey: that was with a minimal install.18:40
DavieyYou get a null return?18:40
utlemmingcorrect18:40
utlemmingI checked my Beta1 install and it had it set18:40
Davieyutlemming: you installed from beta 1, or upgraded from prior?18:40
utlemmingDaviey: test1) beta1 install, upgraded - good18:41
utlemmingtest2) daily server install - bad18:41
utlemmingDaviey: do you know what package sets that value?18:43
hggdhDaviey: bug 870212 should aat least be mentioned on the release notes, I think18:44
hggdhhell, where is the bot?18:44
hggdhDaviey: https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/87021218:44
jamespageDaviey, https://bugs.launchpad.net/ubuntu/+bug/87021418:45
Davieyjamespage: ta18:57
Davieyutlemming: no, sorry.18:57
jamespageDaviey: effects auth and unauth amd6418:57
jamespagejust going to regression test natty18:57
Davieythanks hggdh18:57
consumerismon my ubuntu nfs server i am looking at htop and the total of all the reported processes memory usage is less than 5%, but about 4.5GB out of 8GB are used (green) in htop, and free -m agrees (-/+ buffers/cache:       4419). how can i see what's using up all the memory?19:23
consumerismin top, if i sort by %MEM, only the top few processes are using more than 0 and each of them only use 1 or 2 %.19:25
consumerismyet...Mem:   7358492k total,  7321908k used,    36584k free,     2368k buffers. so about 4.5GB should be used by user processes right? where are they?19:26
Kiallconsumerism, try "free -m" on the command line ..19:36
Kiallthe free amount on the +/- buffers col is what's actually free19:37
RobinBAwesomehi, i'm trying to edit the 10.04 minimal iso with a preseed, and after the installer configures DHCP it just hangs for a couple minutes before moving on on a blue screen. the log says "net-retriever:". what could this be?19:55
RobinBAwesomethe install continues, but it seems like it's timing out. i've tried it both without modification and against a local apt cache with the same results19:56
sorenDaviey: I'll take a look at uvirtbot.20:12
Davieysoren: good sushi20:14
consumerismKiall: quoting myself from my first message: "free -m agrees (-/+ buffers/cache:       4419)"20:14
sorenDaviey: Weird. Supy still lives, but it's just not connected.20:15
iggi_Hello, I seem to have a problem with emulating PFSense 2.0 on QEMU-KVM 0.14.0 and Ubuntu 11.04, I have it running on another machine with Ubuntu 10.10 and QEMU-KVM 0.12.5. Whenever I start the virtual machine it loads the boot menu on the live CD and then locks up in a few seconds effectively using 100% of the cpu20:15
consumerismKiall: i want to know which processes are using that memory since top and htop only list a few processes using any memory at all, and the total % is less than 5. i want to know what processes are using the other 95% of the memory which free -m reports used.20:15
Davieysoren: blame freenode, bet it got lost in a netsplit20:15
sorenINFO 2011-10-02T10:06:56 supybot Error message from freenode: Ping sent at 2011-10-02T10:04:55 not replied to.20:16
sorenThen nothing.20:16
Davieyfreenode is so rude20:16
Davieysoren: maybe if you were running smosos it would have been reliable.20:17
Kiallconsumerism: if "free -m" said "(-/+ buffers/cache:       4419)" .. then you have 4.4GB free, while top said you had 36584k free..20:18
sorenDaviey: I'm not the target audience, I'm afraid. :(20:18
Kiallthe difference is the disk cache, and its usable free RAM, just linux decides to put it to use (speeding up disk access) rather than let it sit idle..20:18
Davieysoren: :(20:19
consumerismKiall: i thought - buffers meant that that amount was used by user processes. the usage in top reports the total usage including kernel buffers and disk cache20:20
sorenDaviey: :(20:20
sorenDaviey: kill -HUP killed it.20:20
* soren hasn't grown out of uptime fixation yet20:21
sorensoren     3985  0.9 18.6 224432 10912 pts/0    Rs+   2010 8064:11 /usr/bin/python /usr/bin/supybot virtbot.conf20:21
Kiallconsumerism: the buffers are usually only a small % of the difference .. they should be listed on the first line of free -m20:22
Kialleg .. http://paste.ubuntu.com/704171/20:23
Kiallsoren: your involved with openstack package for ubuntu right? (I could be thinking of someone else..)20:26
Kiallyou're*20:26
Kiallpackaging* .. not my day!20:27
daxrocevening20:31
Davieysoren: i used to run some servers that sync'd with the uptime project :)20:31
Davieysoren: you did the noa xen package?20:31
Davieynova*20:31
jamespageDaviey: all iscsi root tests completed - all had the same long boot/failsafe issue20:40
consumerismKiall: so in your paste, which number is the amount of memory used by user processes?20:43
Kiall4034M20:44
Davieyjamespage: rocking :/20:44
Davieyjamespage: thanks for doing them.. have you failed them on the iso tracker?20:44
jamespageDaviey: I suspect that the interface is set to manual for good reason20:44
jamespagewell TBH they don't fail - they just take a long time to boot20:45
jamespageI've linked the bug on all four test cases from the ISO tracker20:45
Davieyjamespage: can you throw open a bug, otherwise i will forget.20:45
DavieyIn the least, it's something for P20:45
jamespageDaviey: any specific tag?20:46
jamespageah - it already has server-o-rs20:47
Davieyjamespage: server-o-ro, not sure it will get fixed - but i'd like to strill track it as sucj20:47
Davieyhmm, which bug number?20:47
jamespagebug 87021420:47
uvirtbotLaunchpad bug 870214 in ubuntu "iSCSI root installation creates manual eth0 configuration + long boot" [Undecided,New] https://launchpad.net/bugs/87021420:47
jamespagew00t the bot it back20:47
jamespageI don't know much about /etc/network/interfaces other than how to use it but that might actually make sense20:48
jamespageyou don't want the network interface to be downed/upped again during boot - because you are booting off it?20:48
jamespageDaviey ^^20:49
jamespagemight be talking out of my hat - be there you go :-)20:49
jamespagebe/but20:49
Davieysounds viable20:49
Daviey(you talking out of your hat, that is :)20:50
jamespagelol20:50
uvirtbotNew bug: #870301 in irqbalance (main) "package irqbalance 0.55 20091017-3ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/87030121:06
jamespageDaviey: bug 870244 - Precise?21:09
uvirtbotLaunchpad bug 870244 in dovecot "mail-stack-delivery package install needs to restart dovecot" [Low,Confirmed] https://launchpad.net/bugs/87024421:09
jamespageits been there for a while...21:11
Davieyjamespage: If you are motivated to fix it for Oneiric, i'd be happy approving it.21:14
DavieySeems like a safe simple fix.21:14
jamespageDaviey: OK - looking at it now21:24
Davieyjamespage: remember to have a weekend aswell. :)21:33
jamespagebah - who need one anyway...21:33
Davieyjamespage: Now there is a core-dev, if i ever saw one!21:35
jamespageDaviey: hmm - well the change is easy - however dovecot does not really like restarting21:41
jamespageI'm going to leave this for tonight and take a look early monday21:41
Davieyjamespage: if it starts to look less than fun, probably better to defer it.. See how it goes21:42
DavieyWhat was dovecot doing?21:42
jamespageDaviey: if restarts to quickly - the sockets have not cleaned up from the previous instance21:43
jamespageif/it21:43
jamespageso it fails to start21:43
Davieygeez, that sounds like a standalone restart also fails then?21:45
Davieyas in, dovecot on it's own - not part of the stack package21:46
Tohuwbind9 is throwing "rndc: connect failed: 127.0.0.1#953: connection refused" on reload. Nothing shows in syslog. The named PID file has the right permissions. Clues?22:47
=== kiall_ is now known as Kiall
TohuwTurns out it was a permissions issue on a few config files in /etc/bind. All is well now.23:07
LUCID_PHPHi, what is the best way to get PHP 5.3.8 on Lucid LTS - with future security updates...23:37
LUCID_PHPbut I also need APC...23:37

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