[01:57] evining [02:46] evening [02:57] so is there some magic i need to get myrinet working? [03:12] hey faulkes- :) [03:12] just replied to your email [03:12] I have setup an lp project for the survey: https://bugs.launchpad.net/server-survey/ [03:29] faulkes-: some good info for you on https://wiki.ubuntu.com/BzrMaintainerHowto [04:46] nijaba: thanks [06:26] hello [06:26] My apache2 install is dyeing every half hour for an unknown reason [06:26] the error.log shows no reason it would crash [06:27] what is the next step in trying to figure out the problem [06:40] peanutb: consider using strace [06:41] or check /var/log/syslog /var/log/messages [06:41] for any unusual messages [06:41] peanutb, turn up apaches loggin [07:28] Hello, I have been on off and on, and am working in ubuntu 7.10 ltsp 5 (edubuntu). I have been fighting a ldap installation which uses libnss that causes a system lock up on boot when it hits the klog daemon.Has someone else run into this? And what can be done?? [07:28] I tried to get on in the morning with no responses [07:28] thanks in advance. [11:19] morning [11:50] morning === joerlend_ is now known as XiXaQ [15:54] hello friends [15:54] :) [16:06] hello9 mookid [16:06] if I [16:06] woops :] [16:07] if I [16:07] eeepc keyboard :D [16:08] if i'm trying to learn to use server properly - is it wise to avoid gnome/kde and stick to command line? [16:08] what are everyone's thoughts on that? [16:08] I [16:09] I'm learning it to go into web dev if that makes any difference [16:15] mookid: yes, learning how to do things via the cli will be immensely useful to you [16:16] I wouldn't say avoid gnome/kde, they do provide useful apps and such, but if you are planning to run a server (or many servers), understanding the command line is vital [16:16] ok I think i'll stick to the cli for now then - just wanted to check i wasnt cutting off my nose to spite my face =) [16:17] Fundamentally while GUI apps can make things easier to do, they make it harder to understand your system. If you want to administer servers, you really want to understand your system. [16:17] yeah that [16:17] that's one of the things i hate about MCSE [16:19] is there a way i can see which of the optional packages were added on the install? [16:19] i.e. DNS , LAMP stack etc.. [16:38] anyone know if its possible to install ubuntu server over the network instead of via cd? [16:38] I would've thought so [16:40] hmmmm surely this server has a PXE nic [16:41] im having strange problems, i'm hoping a network install will fix it, i've tried burning 2 cds with 2 different isos where the md5sum checks out on everything, but i keep getting an error about corrupt packages [16:41] oh, found the network install instructions, btw [16:44] it looks like from syslog that somoene is makeing an abnormally large number of connects to my ftp server [16:45] oh doh thats my checkiing if online service [16:48] is there a tool which reads a file and after it has read it deletes the content? [16:48] what do you mean? what type of file? [16:49] just a text file? [16:49] yea. [16:49] cat file; rm file; touch file [16:49] ok, thx [16:49] that'll read the file contents out to screen, remove it, create an empty file in its place [16:49] if you want the file gone completely, remove the touch file part [16:51] im not finding anything in /var/log/messages [16:51] and /var/log/syslog doest go back far enough [16:51] gah... i posted that last night [16:51] ok... Apahce is randomly crashing on me [16:52] adn i cant find the cause [16:52] as far as i know, nothing has changed [16:52] ok [16:52] what i want to do is monitor a directory recursively of file changes, creation etc. using inotify and post it to an IRC channel [17:08] peanutb: use strace [17:08] it will output a whole bunch of stuff you probably won't understand but when it dies, it'll pretty much give other people the information to tell you why [17:09] ok [17:09] i.e. strace -f -o mystracelog.txt -p [17:10] primary pid that is [17:10] k [17:10] if you do a "ps -ef [17:10] err, "ps -ef | grep apache" you will see all apache and all it's children [17:10] the primary pid will be the one who's owner is root [17:10] i got it from a top [17:11] the others will be www-data [17:11] ok [17:11] running it right now [17:11] * peanutb waits for the apache died email which will show up in an hour or so [17:19] # [17:19] #################################### [17:19] appologies [17:28] ok it crashed [17:28] lets look at this log [17:29] http://pastebin.ca/915249 [17:30] faulkes-: if you are still around ^^ [17:33] sec [17:35] err, I thought you said this was apache? [17:35] root@srv:/etc/lighttpd# [17:35] however, the last line of that file [17:36] i ran it from /etc/lighttpd [17:36] it is apache [17:36] (I was going to get it up in the mean time but didnt get it working) [17:36] yeah the last line is curious [17:36] 5679 +++ killed by SIGKILL +++ [17:36] could it be a cron job? [17:36] which makes me think something is automatically killing your httpd process [17:37] because i know i didnt send it a kil signal [17:37] yeah [17:37] so what would do such? [17:38] * faulkes- shakes his magic 8 ball [17:38] mmm [17:38] I would first start by checking /etc/cron.d/ and /etc/cron.hourly [17:39] as well doing a crontab -u root -l and a crontab -u www-data -l [17:39] that would be the first step in trying to eliminate if it is something the system is running [17:41] i just deleted a few weird php ones in there [17:41] just now [17:41] though nothing had really changed [17:42] we shall see if that had anything to do with it === weechat_user is now known as AstralSin [18:34] i think the latest ubuntu server iso is borked, it kept telling me there were corrupt packages but i used an older iso for an install and it worked fine [20:53] I'm having issues right now with Ubuntu Server 7.10 [20:53] I'm trying to installed ISPConfig, but I haven't even made it through the pre-requisites. [20:53] Issues with bind, telnet, and I'm pretty sure it has something to do with /etc/network/interfaces [20:53] Any thoughts would be appreciated. [21:29] could you perhaps better describe said "issues" [22:07] http://www.howtoforge.com/perfect_server_ubuntu7.10p4 step 12, bind won't stop. RDNC connect error. [22:27] that url gives a permission denied message [22:30] http://www.howtoforge.com/perfect_server_ubuntu7.10_p4, sorry forgot the underscore [22:31] at what point in that tutorial, in the dns section, does your error message occur? [22:37] right after I try to stop bind [22:37] rdnc connect error [22:38] I think my problems lie in my LocalHost and DNS, but i wouldn't know what to check for [23:01] iirc rndc is a control facility for named and options for it are setup in named.conf [23:01] is there a tool which can tell me how a directory changed since the last execution of the program? inotify/iwatch etc. report in realtime or run as daemons [23:01] i dont want that i need [23:02] z5000: man rndc & man rndc.conf [23:02] you might also want to check that iptables is allowing connections to port 53 to localhost [23:03] c1: I am not aware of any such tool unless you were to write one yourself [23:40] how can i remove a mailman mailinglist? [23:44] sudo aptitude remove mailmain [23:44] err [23:45] sudo aptitude remove mailman [23:52] heh, just a mailinglist not the package