[00:09] RubyGems runs really slowly on my Ubuntu server. I've done gem update --system, but it still takes some thirty minutes to get SQLite or even JSON. [00:47] i'm having problems install 7.10 on a sparc enterprise T5120 - it's hung twice during package installation. is this a known issue? [01:06] urr [01:06] i dont think sparc is supported, only x86 and 64bit amd/intel [01:07] if it wasn't supported i think the installation would stop a little bit earlier than that ;) [01:07] it's not supported in 8.04, but 7.10 is [01:08] true [01:23] hmm.. maybe this time it didn't hang, it just took an hour to get past whatever it was doing [01:24] alt+f4 [01:24] switches you to the logging vt [01:24] serial console [01:25] oh, heh [01:25] the system doesn't even have a graphics card ;) === RoAk is now known as RoAkSoAx [03:02] heh, managed to install it, now i get segfaults while compiling php. guess the T2 isn't quite supported yet ;) [03:19] Woot. :) [03:19] I got work to use Ubuntu on its two new servers. [03:23] Hey everyone. I've just finished installing cups. I've added a printer and now want to push drivers to windows clients. i'm running the command cupsaddsmb -a but it seems to just hang after I enter my root password, any ideas? [03:24] The server is a p3 900mhz [03:24] running 8.04 [03:30] cyris|, I've never set that up before but I found a pretty comprehensive tutorial: http://www.enterprisenetworkingplanet.com/netsysm/article.php/3621876 [03:40] cody-someville thanks I will take a look. [03:48] Where is the survey described at https://wiki.ubuntu.com/ServerTeam/Survey/Launch ? [05:14] * nealmcb hopes atomicsparc doesn't run into avahi problems with his own .local domain.... [06:22] what time would /etc/logrotate.d/apache2 run? [06:49] osmosis: It's run from /etc/cron.daily/ which is defined in /etc/crontab as 25 6 * * * [06:49] (it being logrotate) [06:50] In case you arent familiar with cron, that means 0625 every day. [06:54] What's the way to keep guests clocks in sync with KVM? [06:54] s/the way/the recommended way/ [06:55] hads: can you tell me what this means? [06:55] 0,10,20,30,40,50 * * * * www-data [ -x /usr/lib/cgi-bin/awstats.pl -a -f /etc/awstats/awstats.conf -a -r /var/log/apache/access.log ] && /usr/lib/cgi-bin/awstats.pl -config=awstats -update >/dev/null [06:56] I dont understand what the whole part in brackets is for. [06:58] osmosis: [ is an alias for the test command (a builting in bash or executable in sh). You can get information about builtin commands by using help, e.g. help [ or help test [06:59] Basically it's doing a bunch of tests before it runs the script (after the &&). Making sure files exist and are executable etc. [07:00] hads: I had to remove that block because it was stopping it from working. [07:01] I assume one of the tests was failing then. They're probably there for a reason :) [07:04] hads: good point [07:05] hads: it was just bugging me that it wasnt working, but now that I know it works, maybe ill reinvestigate [07:05] hads: one of the issues im having right now is if the first cron process doesnt finish within 10 min, it launches another and they start overlaping. [07:16] osmosis: I don't know that much about awstats really. [07:55] Hi. anyone here? [08:57] question around fetchmail/procmail : fetchmail pick up my emails from a remote pop3 server but delivery them on /var/mail/~ instead of the rule i've put in /etc/procmailrc to put them in ~/mail/INBOX do you know where could be the issue ? [09:12] <_ruben> LMJ: apparently fetchmail is doing the local delivery itself, and not using procmail to do so, its probably a configuration setting somewhere (in fetchmail) [09:13] hum, let me see _ruben , thanks [09:13] \o/ got anonftparchive syncing [09:25] strance _ruben, I can't see any fetchmail information to configure it on that way [09:26] <_ruben> http://www.ilkertemir.com/document/fetchmail-procmail.html .. first link on google for "fetchmail procmail" [09:27] <_ruben> the "mda" option seems to be what you're looking for [09:29] is packages.u.c running like treakle for anyone else? [11:18] hello people, i'm trying to install ubuntu server edition but the installer cannot find the package efi-modules [11:18] i've looked on the cdrom and it's indeed not there, it's not even an ubuntu package, it is however a debian package [11:21] could someone help me ? [11:23] !info efi-modules [11:23] Package efi-modules does not exist in hardy [11:23] sounds like it could be a bug assuming you're attempting to install a hardy server [11:24] have you looked on launchpad to see if there are any other reports of thi? [11:25] Deeps: yes i did, one moment [11:26] Deeps: https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/144207 [11:26] Launchpad bug 144207 in debian-installer "gusty installation failed with "Hash Sum mismatch"" [Undecided,Invalid] [11:26] Deeps: same error so i can conferm it's still valid [11:26] confirm [11:27] same error? "DEBUG: resoluver (efi-modules): package doesn't exist (ignored)" ? [11:27] that's not actually the error being reported btw [11:28] and infact, that's not a show-stopping error [11:28] "Failed to fetch cdrom:[Ubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071016.1)/pool/main/x/auth/xauth_1.0.2-0ubuntu1_i386.deb Hash Sum mismatch" is the error being reported here, and chances are that's due to a defect on the CD [11:28] (the physical media) [11:28] Deeps: i've tested the cdrom [11:28] you need to find your actual error [11:28] Deeps: and it is a showstopper, since i cannot continue [11:29] as that efi-modules line, if it's as mentioned in the bug report you've listed, is not an error [11:29] but rather some debug output (notice the "ignored" at the end of the line) [11:29] look higher up for what's stopping you [11:29] ok, one moment [11:31] i also see a bad md5sum but i tested the cd ? [11:32] it's all about context, if the md5sum error results in more significant failures, then i'd recommend reburning [11:32] compare the md5 of the iso with that listed on the download page [11:32] before reburning [11:34] Deeps: ok, i'll download it again, md5sum it and burn it, seems like the cd test isn't doing what i expected [11:49] Deeps: thanks ! [11:50] np [11:59] Hey folks, I'm trying to upgrade my remote server to 8.04, but at the moment I keep getting this issue: http://dpaste.com/48175/ [12:00] i've run aptitude clean and i also ran dpkg --configure -a [12:00] did you use th eupdate-manager as recommended ? [12:00] orga, i used do-release-update, as it's a CLI server, no X on it [12:00] apt and aptitude wont do the right thing here, its expected that you have to install stuff manually alongside and work aournd probs [12:00] right [12:01] thats the cli variant [12:01] (still update-manager though :) ) [12:01] i did try that first, but when i broke, i tried to use aptitude full-upgrade [12:02] when i do update manager, i get a different, but similar error: [12:02] did you update to the patest packages before starting (from gutsy-updates) ? [12:02] *latest [12:02] http://dpaste.com/48176/ [12:02] yes [12:02] hmm, that looks like the volid package was corrupted during download or so [12:03] i've cleared out the package cache [12:03] (the locale warnings are ok) [12:03] well, the package cache only hodls the debs [12:03] *holds [12:03] also, i had issues yesterday because my server is only 256mb, and i kept getting a seg fault when running it [12:04] i had my server upgraded to 1gb today to run the upgrade [12:04] what you look for is the .list file for volumeid in /var/lib/dpkg/info/ [12:04] ok [12:04] hmm [12:05] If there is a website that has register globals enabled and there is a page that checks to see if "sql" is set in $_GET and if so doesn't set $sql but later executes $sql, what is the quantified risk acknowledging that there are no form inputs that pass sql via GET to this page? [12:05] but such a package doesnt even exist [12:05] you want me to remove it? [12:05] i wonder where it comes from first place [12:06] apt-cache madison volumeid [12:06] what does that give you ? [12:07] nothing [12:09] weird [12:10] do you get it as well if you try to remove evms-ncurses manually ? [12:11] yes :/ [12:12] grep volumeid /var/lib/dpkg/info/evms-ncurses.list [12:12] ? [12:12] nope, nothing - the file just contains some paths, thats it [12:14] dpkg -l evms-ncurses ? [12:14] grab the package with the right version from http://archive.ubuntu.com/ubuntu/pool/main/e/evms/ and manually install it with dpkg -i, then try again [12:14] http://dpaste.com/48177/ [12:15] could it be that you ran out of diskspace or so during the upgrade ? that would explain the corruption [12:16] no, got unlimited diskspace [12:16] i downloaded the .deb for my system, still getting the error [12:17] http://dpaste.com/48178/ [12:18] the thing is that there is never been a package like "volumeid" ever in ubuntu, i dont understand why it looks for it [12:19] do you have any non ubuntu entries in your sources.list ? [12:30] i'll check [12:30] nope, just standard hh updates [12:34] hmm, could be realted to https://bugs.launchpad.net/ubuntu/+source/update-manager-core/+bug/217574 [12:34] i just pointed my sources back to gutsy, and tried aptitude update && aptitude upgrade, and now i get the same error with a different package :/ [12:34] Launchpad bug 217574 in update-manager-core "Could not calculate the upgrade" [Undecided,New] [12:50] removing /var/lib/dpgk/info seemed to do it [13:11] hi [13:15] are there vserver kernel images for 64 bit cpu's available? [14:07] hi [14:58] hello all [14:59] is there a way to start own scripts while startup/shutdown in ubuntu-server? [14:59] something like autoexec.bat under dos [14:59] crons @reboot option? [14:59] or create an init script [15:00] is there existing a ready script for that? [15:00] cause, i dont want create something what is already existing [15:00] hey all [15:01] yes. .. crontab [15:02] if I get something like this in my logs: 'su[28535]: Successful su for tangocms by root' that means that 'root' switched user to 'tangocms' correct? [15:02] and perhaps /etc/rc.local [15:06] AlexC_: yes [15:07] mralphabet, thanks [15:28] Kamping_Kaiser, thx [15:29] ctx144k, np [16:14] how can I get the disk-space usage via CLI? [16:23] df -h [16:24] thanks, [19:14] how do I get the uuid for a disk, for the fstab ? [19:18] vol_id /dev/sda1 [19:40] guys, I've got a really weird problem with 'tar'. I am running this as root: # tar -xzf php-5.2.6.tar.gz and I am getting an error similar to this for every single file in the archive: tar: php-5.2.6/CREDITS: Cannot change ownership to uid 1002, gid 1002: Disk quota exceeded [19:40] why on earth is it trying to change the ownership to 1002? [19:41] why is your disk quota exceeded? [19:41] guys...is munin not working out of the box on ubuntu 8.04? [19:41] hattrick, no, it is no where near. I am using 2.1gb out of 30gb [19:42] usermod -u 1002 [19:42] usermod: user 1002 does not exist [19:43] ... [19:43] anyone using munin? [19:48] AlexC_: what is quota saying? [19:49] blue-frog, Disk quotas for user root (uid 0): none [19:49] blue-frog, this is on a VPS, I have contacted them and they are looking into the issue. I just thought I'd ask here to see if I can help solve it [20:10] AlexC_: any quotas for uid 1002 and/or gid 1002? [20:10] /dev/simfs 51200* 51200 51200 5619 0 0 [20:11] that'll be the problem then [20:11] anyone here used anonftpsync? i was wondering if you'd customised it to only mirror selected releases [20:15] kamping_kaiser: i'm using anonsync. But it's all in the script itself, isn't it ? I'm basically mirroring only i386/amd64. [20:16] fromport, my problem is i only want to mirror dapper+hardy, but it seems i can only filter out arches, not releases [20:16] * Kamping_Kaiser is trying to think of the best way to hack around it [20:17] i think i have one, but it'll be ugly :) [20:18] fromport, i assume your mirroring all releases? [20:20] hey, [20:20] Deeps, sorry, lightning took out my router. Did you get my message? [20:20] nope [20:21] Deeps, I said that is only half the problem - why is it trying to change ownership to 1002? [20:21] that'll be defined within the tar file [20:21] and being root, it's able to do that [20:22] wait, what? The tar file can specify what ownerships the files should have, if it can do? [20:22] i believe so [20:23] O_o [20:23] there'll be a flag (archive i guess) to preserve ownership and permission settings [20:23] ah [20:27] ok, that makes sense - going to work with that now [20:28] kamping_kaiser: yes all releases: 125G /archive/pub/mirror/ubuntu/ [20:29] fromport, ok. thanks for that :) [20:37] Deeps, thank you so much, this was the cause. Applying the --no-same-owner flag worked great on the tar command [20:37] :) [20:49] <_ruben> Kamping_Kaiser: dunno about anonftpsync, but debmirror can filter on arch/release/pool/etc [20:50] _ruben, thats what i've used so far, but i need all the extra dirs like /tools/ /doc/ etc for cd building [20:50] <_ruben> ah [20:51] so i'm going to try and leetly haxor (read: ugly hack) anonftpsync so it only downloads the releases i want [20:53] <_ruben> ;) [20:57] ;) [21:21] where would be the best place to put PHP 5.2.6 in? /usr/local/php-cgi and /usr/local/php-cli ? [22:38] Hello, Im looking at setting up an e-mail server to replace microsoft exchange and was wondering what my options where on keeping personal address books synced to the server? [23:59] hello