[00:13] Hey all. I'm trying to auto-mount some partitions but modifying my fstab file makes the box fail to boot. I've tested with mount -a and that works great. [00:14] Here's my fstab: http://pastebin.com/JaxG51t2 [00:16] I'm running this in EC2, so I can take my root partition and mount it in another instance to fix it. [00:44] hggdh, it is not. [00:45] hggdh, i will try to get those hardy images uploaded tomorrow, but it might be monday === windkids is now known as windGone [02:55] hey guys, i have 2 servers, both ubuntu 10.10, both running nginx from apt. on both, i have chrooted users that host nginx vhosts from their chrooted environments. one server, the jail is in /home/jail, the other it's just /jail. Nginx (as www-data) can access /home & /home/jail with no problem (and serves up files properly), but the other server, Nginx (as www-data) cannot access /jail or subdirs... Any thoughts why? /ho [02:55] me, /home/jail, /jail are all owned by root, same chmod on each as well... [03:01] fixed it, cheers === shirgall_ is now known as shirgall [03:41] kvm seems to be shutting off my server when i am using a virtual connection [03:49] Hey, i need help configuring bind on my VPS, I have gotten the rest of the server set up, i really just need to attach a domain to dit. [03:53] Can anyone help me with the above mentioned question? [04:26] New bug: #717556 in samba (main) "package samba-common 2:3.4.7~dfsg-1ubuntu3.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/717556 [05:17] !ops [05:17] Help! Channel emergency! soren, lamont, mathiaz or tom [05:17] i am gangsta [05:56] hi. I am using ubuntu-server with icewm and fluxbox and I would like to use it without a display manager but when I don't use a display manager I get no sound while when I do use one (xdm in this case) I do... anybody know how to get sound working without one? [06:28] Can anybody tell me Ubuntu 10.04 LTS certified hardware with RAID configuration ? [06:54] I followed tut on FCM build the perfect server with u9.10, after installed squirrelmail, how to access it? there isn't firefox on Ubuntu Server. (I install Ubuntu server on Virtual Machine) tks! === ENOSLEEP is now known as greppy === FkCek is now known as FkCek|a [10:04] q [10:04] bye [10:04] quit [10:04] q [10:05] bye [10:05] exit [10:05] #exit === Guest95972 is now known as ogra [11:22] hello [11:22] is it common to use Ubuntu Server on servers? [11:22] just as reliable and solid as the next RedHat? [11:22] or CentOS for example? [11:23] Yes, it is common. [11:23] Yes it is stable. [11:23] And no it's not Red Hat [11:24] yes of course it's not [11:24] But I can tell you [11:24] I switched after 10 years Red Hat to Ubuntu Server [11:24] but i mean me as a not-so-knowledgeable enduser..i get the impression that RedHat is the only reliable and most powerful server out there [11:24] and I'm quite happy I did that switch [11:25] the main difference is ubuntu does not include professional support [11:25] (i mean, paid support) [11:25] I've been using LTS releases as servers for quite a while now, works fine. [11:25] but there's the forums [11:25] which i depend entirely on for whatever i come across on Ubuntu [11:26] you'll find support, you'll just don't have official hotline [11:26] ok [11:27] i was at a conference about ubuntu for some friends of mine, and i didnt take the CD for the server [11:27] but now that i need one, RedHat needs money and a lifetime to make it function...CentOS' netinstall is not burning on the CD properly.. [11:29] don't you have usb key? [11:29] i do [11:30] i can just move it to the usb and launch from there with CentOS? [11:30] doesnt it need to be identified that X was copied here as an image? [11:31] i can't tell you about centos, but you can put the ubuntu server iso on a usb key [11:31] just place it tehre [11:31] really [11:31] not like...WUBI? [11:31] or something like that? [11:33] https://help.ubuntu.com/community/Installation/FromUSBStick [11:34] you can put the iso file on the usb key, and install grub2 on the usb key to boot it [11:34] noo now its getting complicated [11:34] haha [11:34] ok ok [11:34] do i need to worry if Meerkat is as good as other releases when it comes to the Server line? [11:35] it's as good as others [11:35] can you tell me the command that will let me know if i am on a 64 or 32-bit machine? [11:35] but you won't get support and updates for 5 years as with lucid [11:36] uname -a [11:36] Linux Hive696 2.6.35-25-generic #44-Ubuntu SMP Fri Jan 21 17:40:48 UTC 2011 i686 GNU/Linux [11:36] i686 [11:38] I personally use the LTS releases for servers, but you are free to go with the others :) [11:39] but i686 is 32? [11:39] yes [11:39] there's also read -a infos < <(grep bits <(lshw -C processor 2>/dev/null)) && { (( ${infos[1]} == 64 )) && echo "64 bits ready" || echo "not compatible 64 bits."; } [11:39] a script to nail it, then [11:39] to get the information from the processor [11:40] it says 64 bits ready [11:40] then you are running a 32 kernel on a 64 bits ready processor [11:40] i see, so only my OS is 32 [11:40] but my machine is 64 [11:41] yes [11:41] am i losing some of my processor power because of this? [11:41] it depends [11:41] i mean in order to take advantage of the processor's potential, should it be running a 64 OS? [11:41] you should yes [11:41] ok [11:42] and changing to the same Meerkat but on 64..this is not done through an Upgrade process? [11:42] have to format entirely? [11:42] yes [11:42] it's a big change to go from 32 to 64 bit packages and kernel. [11:42] but it can be done without changing any core data? [11:42] my files, etc... [11:45] if /home is on a seperate partition, yes. [11:45] otherwise it's a total format. [11:45] and i find that out through....free? [11:45] df? [11:46] yeah [11:46] nope, not on a separate partition [11:46] FLARN! [11:46] ok [11:46] then back stuff up first :) [11:46] yep [11:46] you don't need to reformat [11:46] like usual [11:46] what then? [11:46] just install over the old installation [11:47] ah [11:47] without formatting the partition [11:47] i will back up and try that [11:47] true, I'd still backup, just in case :) [11:47] there is always an option to Upgrade from the installer, yea? [11:47] installation will warn you if you didn't backup :) [11:47] and if you want to make a /home partition so you don't have to worry about it in the future, that may not be a bad idea. [11:47] you don't want to upgrade, you want to install [11:48] yes but that will give it the impression that it's a fresh copy.. [11:48] upgrade is when you're coming from an old version [11:49] and you'll end up with something like a fresh copy [11:50] so if i need to run a Ubuntu server, with 2 ubuntu clients, all connected to a switch [11:50] and i want to be able to access them all, i will be able to through "smb:///etc..." [11:50] ? [11:50] Odaym: if you install samba, yes. [11:51] well, install and configure. :) [11:51] ok [11:51] you only want samba access? [11:51] Odaym: with all ubuntu, nfs might be a better idea [11:51] i dont know, i want to be able to BE the server [11:51] like having a Domain on Windows [11:52] NIS is the old way, LDAP the new [11:52] we're still using NIS at work for historical reasons :P [11:52] NIS is rather ancient, though [11:52] what's the use of the domain? [11:54] just to try it out [11:54] it's a home network [11:54] if it's just a user database, it's no problem. if you want roaming profiles, that's just common mounts of homedirs. [11:54] do you need more than ssh? [11:55] Odaym: read up on NFS first - you don't want SMB mounts in a unix network, really [11:55] NFS is native to unix [11:55] https://help.ubuntu.com/6.06/ubuntu/serverguide/C/network-file-system.html [11:56] pretty old, sorry [11:56] https://help.ubuntu.com/10.10/serverguide/C/network-file-system.html [11:56] ok [11:56] thank you [11:56] page didn't change that much in 4 years though [12:05] if not using nfs4, nothing much has changed :P [12:05] !nfs [12:05] nfs is the network file system. See https://help.ubuntu.com/community/SettingUpNFSHowTo for information on installing and configuring NFS. [12:06] watching a lion getting dissected on natgeo [12:06] haha [12:07] hm... massive protests in Algeria - perhaps they're next? [12:07] really :) [12:07] power to the people man [12:09] let's just hope that'll be it - we haven't seen the end of this in neither Tunisia nor Egypt... [12:09] sure we have [12:09] Tunisia is forming a ministry [12:09] a new government [12:09] nope - none of them have a new government yet [12:10] we don't know how that will work [12:10] not yet [12:10] but it's a long process [12:10] we'll know in a year or so [12:10] even here in Lebanon [12:10] as much as i like to read about it [12:10] !ot [12:10] #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [12:10] we dont have a fully formed government yet since we booted out the others [12:10] sorry lenios [12:10] :) [12:11] * RoyK is sorry for having gotten OT, but what's happened in Egypt is interesting... [12:11] it sure is, it's just OT [12:11] * RoyK joined the OT channel :P [12:19] hello [12:20] for migrate a Jaunty server to the last LTS, what should I do, please? [12:20] !jaunty [12:20] Ubuntu 9.04 (Jaunty Jackalope) was the tenth release of Ubuntu. End Of Life: October 23, 2010. See !eol and !upgrade for more details. [12:20] thx [12:21] !upgrade [12:21] For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade [12:21] floown: just run do-release-upgrade to take it to 9.10, then again to take it to 10.04 [12:21] RoyK: ok, in two times ? [12:21] yeah, you can only upgrade one step at a time [12:22] except for LTS, which can be done from one LTS to the next [12:22] ok, thx a lot [12:22] RoyK: I have save my /etc my /home and /var, what can I save too ? [12:23] so once on 10.04, /etc/update-manager/release-upgrades will be set to prompt=lts, and it won't allow upgrading to 10.10 unless you change that to 'normal' [12:24] ok [12:24] floown: just backup your data - normally it won't be needed - it'll just work - but then, you never know... [12:25] btw, I'm not sure if /etc/update-manager/release-upgrades is updated automatically... better check [12:25] set it to lts if that's what you want [12:25] ok, I do a backup for my database too, I have no recent backups [12:31] floown: just dump it - mysqldump/pg_dump === oubiwann_ is now known as oubiwann [13:05] any one with isuse for 10.10? [13:05] 10.04 has given me wifi isuses so far [13:06] I am hoping the hirer kernel number of 10.10 will help [13:06] or should I hope that the new .2 point release will help me here [13:12] RTFM! http://www.youtube.com/watch?v=xFAWR6hzZek [13:16] heh [13:16] funney [13:18] sabgenton: what sort of wifi issues do you have? [13:18] and have you tried updating to 10.04.2? [13:18] RoyK, lol @RTFM, brilliant youtube video [13:19] nimrod10: it was created to this javazone thing in norway some years back :) [13:19] they have a few others that are quite good... [13:21] RoyK: well basicly if I restart the computer nat or routing etc goes down untill I set the card in to promiscusumode [13:22] and I can turn it off after that [13:22] promic [13:22] wierd [13:22] it's really weird I have tried all sorts of networking combanations [13:22] dunno - sorry - try 10.04.2 - it's just an apt-get dist-upgrade away [13:22] restart allways screws it up [13:23] hmm ok [13:23] RoyK: interesting I didn't know it was out [13:23] :) [13:24] havent seen iso's [13:24] well, it's in the repos [13:24] is it not on disc yet? [13:24] http://pastebin.com/MyJ2y0gh [13:24] sabgenton: no need for that, is it? [13:25] I just install from some lucid cd and update [13:26] allso I knowtice uname -r returns -generic at the end [13:26] not -server [13:26] I installed form usb [13:26] not cd [13:27] sabgenton: apt-get install linux-server [13:27] sabgenton: the difference isn't a lot - just some scheduling / Hz settings [13:28] I'd guess for 90% of servers installed, you won't notice any difference [13:28] RoyK: why did I end up with -generic? [13:28] no idea [13:28] mabye the usb install method is buggey? [13:29] not really [13:29] it's just a boot medium [13:30] just install whatever kernel you need [13:30] again, it doesn't matter much [13:30] it's the same version [13:30] it's just built with a few different flags [13:31] sabgenton: what version are you running? [13:31] seems 2.6.35 is in the repos [13:32] also, there are some packages named like linux-backports-modules-compat-wireless [13:33] RoyK: how much data will be downloaded in a dist-upgrade [13:33] just a fussy guess [13:33] I'm on .0 [13:33] not that it says .0 [13:35] sabgenton: it'll tell you [13:35] how do I stop 10.04 server from loading the graphical ubuntu logo (usplash or plymouth?) at boot. I normally run it headless, but when I plug a monitor in, the display corrupts when the graphical screen comes up. What's worse is it's displaying some error (probably disk check required after I killed the power), but I can't see what the error is or how to resolve it :( [13:36] btw, 10.04.2 doesn't come with a new kernel IIRC [13:36] sabgenton: which kernel are you using now? [13:36] ...or for that matter, just change the video mode to something else which works? [13:37] 2.6.32-25-generic [13:37] New bug: #717690 in qemu-kvm (main) "package qemu-kvm 0.13.0+noroms-0ubuntu12 [modified: usr/share/man/man1/qemu-user.1.gz] failed to install/upgrade: trying to overwrite '/usr/bin/qemu-ppc64', which is also in package qemu-user 0.13.50-2011.02-0-0ubuntu1" [Undecided,New] https://launchpad.net/bugs/717690 [13:37] yeah mabye I should just go 10.10 [13:37] how less stable is it I spose [13:37] sabgenton: just install 2.6.35 [13:37] it's in the repositories [13:37] now theres a nice .2 release of LTS [13:38] ok [13:38] sabgenton: apt-get dist-upgrade first [13:38] then look for 2.6.35 [13:38] install it [13:38] reboot [13:38] try again [13:38] thats not suported is it [13:38] 35 on LTS [13:38] it certainly is [13:38] since it's in the default repository [13:38] linux-image-2.6.35-23-server - Linux kernel image for version 2.6.35 on x86_64 [13:39] do i just apt-get install linux-server [13:39] apt-get install linux-image-2.6.35-23-server [13:39] or do I have to specify [13:39] I'd guess linux-server will use the old 2.6.35 [13:39] 32 [13:39] not 35 [13:39] ok [13:39] * patdk-lap can't wait for 2.6.38 [13:40] but please update to 10.04.2 first [13:40] intereesting will .2 iso come with 35 [13:40] patdk-wk: what's new in there? [13:40] some ipv6 support [13:40] or will it still start out on 32 by defualt [13:40] sabgenton: doubt it - I guess they stick to .32 [13:40] using ra/rs with ipv6 forwarding enabled [13:40] .35 is there if you need it [13:41] and suported [13:41] yay [13:41] patdk-wk: I thought most of ipv6 was supported years ago :P [13:41] yes [13:41] what is ra/rs? [13:41] but if you enable forwarding, it EXPLICITALLY disables, and turns off ra/rs [13:41] * RoyK isn't very literate in the ipv6 world [13:41] RoyK: is that the same kernel package that 10.10 uses? [13:41] route advertisement, router solicitation [13:41] ok [13:41] sabgenton: no idea [13:42] I'm probably sounding naive [13:42] sabgenton: just try the new kernel - if it doesn't do what you want, well, go back to the old one [13:42] bsically, if you turn on forwarding, you MUST use static ip's and static routes [13:42] well 10.10 has that kernel I mean [13:42] I think [13:42] 10.10 has 2.6.35 [13:43] but just upgrade the kernel [13:43] no reason to do a full upgrade [13:43] yeah [13:43] LTS is far better for servers than non-LTS [13:43] but upgrade to .2 [13:43] y? [13:43] sabgenton: yes - apt-get update && apt-get dist-upgrade && reboot [13:44] or perhaps install 2.6.35 before rebooting [13:44] RoyK: what key reason do u see LTS as better [13:44] just suport [13:45] sabgenton: it's far better supported - focus is on stability, not fancy features [13:46] suport I don't really need but stability .. [13:46] but then wifi dies anyway .. [13:46] heh [13:46] ok will try all of the above [13:47] sabgenton: apt-get update && apt-get install linux-image-2.6.35-23-server && apt-get dist-upgrade && reboot [13:47] that's your one-liner [13:47] it's funey I don't see isos out onthe main download page [13:47] if you click download it still gives u .1 [13:48] u missed out the infamous sudo [13:48] :P [14:00] sabgenton: I was expecting you to be sudo -i'd in :P [14:01] or sudo bash -c 'it' === sourcode_ is now known as sourcode [14:23] i am building a print (among others) server with ubuntu [14:24] the system sees the printer and can print to it and all that is done from my desktop which can connect to the server to administer [14:25] now what i need is to make my desktop print through the server [14:26] Q: can i setup my server in a way that any client will discover the network printer? [14:36] ping google.com [15:41] i type "samba" and i get the following The program 'samba' is currently not installed. You can install it by typing:sudo apt-get install samba4 === Kiall|AFK is now known as Kiall [15:41] but when i type "apt-cache policy samba" i getsamba: [15:41] Installed: 2:3.5.4~dfsg-1ubuntu8.2 [15:41] Candidate: 2:3.5.4~dfsg-1ubuntu8.2 [15:42] is it installed or not? :o [16:08] zul, around ? [16:11] New bug: #717779 in squid (main) "package squid 2.7.STABLE7-1ubuntu12.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/717779 [16:22] New bug: #484734 in libnss-ldap (main) "User names searches are case insensitive; group membership lookups case sensitive" [Undecided,Fix released] https://launchpad.net/bugs/484734 [16:38] When I connect to my Virtual O/S (Windows 7) on my Ubuntu 10.10 server, the server completely looses power, hence turns off without warning [16:48] Odaym, in samba 3, the program names are smbd and nmbd [16:48] so, even though samba 3 is installed, there is no 'samba' command [16:49] oh [16:49] alright [16:49] so i DO have it? [16:49] probably [16:49] test with something like `sudo service smbd status` [16:50] running [16:50] :0 [16:50] :) [16:50] When I connect to my Virtual O/S (Windows 7) on my Ubuntu 10.10 server, the server completely looses power, hence turns off without warning [16:50] im using kvm [16:50] that's pretty strange [16:51] sure your power supply is ok/powerful enough? [16:51] 450w [16:51] it has happened 3x [16:51] what kind of hardware? [16:52] asus mobo, amd cpu, 8gb ram [16:52] also, you could use something like stress to determine if it's a kvm-specific issue or a load-related issue [16:52] brb [16:52] stress? [16:53] yes [16:53] it's a program that puts various loads on your machine for testing purposes [16:53] not familiar w/ it [16:53] e.g. `stress --cpu 8 --vm 8` starts 8 CPU-stressing threads and 8 memory-stressing threads [16:54] ok [16:54] ill chec it out [16:54] bbl [16:58] New bug: #635703 in libvirt (main) "No sound from virtual machines" [Wishlist,Triaged] https://launchpad.net/bugs/635703 [17:23] qman__, u there? [17:26] qman__, i did stress --cpu 8 --vm 8 and my server completely shutt off [17:42] so guys, "scp oday@Hive696:~/file1 ~/Music/" is copying file1 back to the same machine but in the Music directory [17:42] how do i copy from the machine that i'm connected to, to the machine that i am connecting from? [17:44] Odaym: you can do scp root@server:~/bla/bla . the dot means pull to current dir. [17:44] i did stress --cpu 8 --vm 8 and my server completely shutt off [17:45] no thesheff17, that copied the file back to the same machine [17:45] what gives? [17:45] Odaym: do you want to push or pull? maybe I'm confused on what you mean. [17:46] i am in an SSH connection from my server, i am connected to my client [17:46] i want to copy files from the client to the server [17:51] qman__ [17:51] any idea? [17:51] Odaym: to push files it would just be scp -r ~/files/ root@server:~/files/ [17:53] ok thank you thesheff17 [17:53] :) [17:53] and what about directories? [17:54] smoser: whats up? [17:54] jjohansen above posted links to haryd kernel debs [17:54] but there was no linux-modules in the list [17:54] Odaym: scp -r will be recursive [17:54] ah ok [17:54] do you know if he had source ? coudl we ppa build ? [17:54] so without -r, i can use it only for singular files [17:55] Odaym: yea you could use * so scp ~/files/* root@server:~/files/ [17:55] that will just do files [17:55] aah true [17:55] true [17:56] let's say i am on SSH with my client [17:56] and i want to display a dialog box [17:56] on the screen of that machine [17:56] is there a default dialog box i can use? [17:56] not having to write java GUI i mean.. [17:59] Odaym: what do you mean default dialog box? [18:00] it sounds like you want to remote control through vnc or freeNX https://help.ubuntu.com/community/FreeNX [18:13] i did stress --cpu 8 --vm 8 and my server completely shuts off. any ideas? [18:16] binaryhat: anything in the logs? sounds like a hardware issue. [18:17] everytime it shuts off im not sure if anything is logged [18:19] binaryhat: maybe the power supply is faulty...not delivering enough power under load...is the machine fine when just idle? [18:19] yes [18:20] what kind of machine? server? can you check the bios or LILO card to make sure all the hardware is working correctly. [18:20] the only resource intense thing i do is virtualization [18:21] maybe do a mem test or hd test may help to start to rule out devices. [18:22] server yes, home built newegg parts [18:24] bios is fine [18:24] binaryhat: I would start with the power supply or testing hardware with software from the manufacturer. [18:25] its not fancy hardware [18:26] http://www.stresslinux.org/sl/ [18:28] thesheff17, how should i test the psu? [18:30] binaryhat: do you have another one to try? If the machine powers off with a new one you know it isn't the power supply...this is one advantage to having a server bought from a specific company...usually there is allot more in site into failed hardware when it comes from hp, dell, etc. [18:30] I don't know any way to specifically to test the power supply. [18:31] hmm [18:32] i dont think its the psu....maybe memory [18:32] try memtest on the ubuntu cd [18:32] ok [18:34] the pc is only 30 days old [18:39] binaryhat, that means your power supply is insufficient to power your computer under full load [18:39] it's either not powerful enough or going bad [18:39] Odaym, scp works like cp, source then destination [18:40] scp user@sourcehost:/path/file user@destinationhost:/path/file [18:41] my server completely shutoff during memtest!!! [18:41] then the power supply is most likely bad [18:41] arrrggh [18:41] freezing would indicate bad memory [18:41] but powering off is usually the power supply [18:42] 450w thermaltak [18:42] http://www.newegg.com/Product/Product.aspx?Item=N82E16817153138 [18:43] thats what i have [18:43] barely 30 days [18:44] suggestions on a psu? [18:45] haha [18:45] did you tell already what hardware you have? ;) [18:45] i tried to run a GUI java program while on an SSH client [18:45] wanted it to pop up there on that machine [18:45] says it cant [18:45] no X11 [18:45] how do i ..fix this [18:45] install X11 there? im sure it already has X11 [18:46] qman__, suggestions for a new psu [18:47] binaryhat, it depends on what equipment you have, what your CPU is rated at, number of hard drives, etc [18:47] Odaym: ssh -X [18:47] doesnt work [18:47] says wrong parameter [18:47] for a basic system, dual core, one drive, that's big enough and it's probably just bad [18:47] but for a six-core with multiple drives, that's pushing it [18:47] qman__, https://secure.newegg.com/WishList/MySavedWishDetail.aspx?ID=16522027 [18:48] says it's empty [18:48] oops [18:48] I buy budget power supplies based on customer ratings [18:49] hundreds of five-star ratings is usually good [18:49] for must-work builds, I get seasonic [18:49] i have 5 hdds sata... [18:50] 4 as raid [18:51] New bug: #717837 in openssh (main) "sshd fails to restart after /dev/null is changed to regular file" [Undecided,New] https://launchpad.net/bugs/717837 [18:51] what CPU? [18:51] also, do you have a discrete graphics card? [18:51] qman__, http://www.newegg.com/Product/Product.aspx?Item=N82E16819103687 [18:52] no http://www.newegg.com/Product/Product.aspx?Item=N82E16813131668 [18:52] without discrete graphics, 450w should be enough for that [18:52] I'd try and return it on warranty [18:52] oh, one more thing [18:52] make sure your power button isn't faulty [18:52] sometimes that happens [18:53] hdds should consome max. 160W [18:53] turn on the computer, then disconnect the power button and see if it still shuts off [18:53] consume [18:53] power supplies typically run optimal at 50% load [18:54] so that's about right for your build [18:58] power button isnt faulty im sure [18:59] then the most likely case is the power supply is just bad, it happens [18:59] I'd try swapping one from another computer to test [18:59] it could also be a very specific problem with the motherboard [18:59] i dont have a spare psu [19:00] well, odds are about 20:1 power supply [19:01] I'd return it [19:01] get a replacement [19:01] if i disconnect the power button and it still shuts off...means what? [19:01] means that it isn't the power button [19:04] and its the psu [19:11] New bug: #717166 in eucalyptus "Broken with v4 isc-dhcp-server in Natty" [Undecided,New] https://launchpad.net/bugs/717166 [19:12] New bug: #717844 in squid (main) "package squid 2.7.STABLE7-1ubuntu12.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/717844 === Kiall is now known as Kiall|AFK [20:37] smoser: The SIGPIPE thing is fixed now. I ended up fixing it in Plymouth. It'll be in the UEC images tonight. [20:38] smoser: plymouth 0.8.2-2ubuntu16 is the thing to look for. [22:06] how can I find out what directories are taking up the most space on my server? === shubbar__ is now known as shubbar [22:37] has anyone here used webfs httpd daemon ? [22:53] avis-, why would you want to use webfs? [23:17] Im trying to pxe install JeOS 10.10 and i get to the part to choose my archive and when i do, i get the following error: mirror does not support specified release (maverick). Can someone help me figure out why this is happening? [23:17] Code_Bleu, change the mirror? [23:18] ive tried [23:20] is there an alternative CD for server (JeOS) ? [23:22] i tried doing the local http method and it still errors out. I copied the server iso to my /var/www/ and have that in my ks.cfg file, but i still get an error that the mirror does not support specified release (maverick) [23:38] kirkland: ping? === kim0|Celebrating is now known as kim0