[12:29] Well, I'm off to bed.. G'night guys! [12:30] night [01:18] I have another question...My server has four network cards. They used to be eth0-eth3. One time, after a reboot, eth3 changed to eth4. Is there any way to change it back? === sahafeez [n=sahafeez@ip68-6-223-156.sd.sd.cox.net] has joined #ubuntu-server === sahafeez [n=sahafeez@ip68-6-223-156.sd.sd.cox.net] has joined #ubuntu-server === YourMomsHero [n=cirish@ip24-251-191-203.ph.ph.cox.net] has joined #ubuntu-server === fujin [n=aj@123.100.64.22] has joined #ubuntu-server === cirish [n=cirish@ip24-251-191-203.ph.ph.cox.net] has joined #ubuntu-server === ivoks [n=ivoks@18-79.dsl.iskon.hr] has joined #ubuntu-server === birdman [n=asd@ss-10-163.pld.com] has joined #ubuntu-server [03:29] hey i was wondering if ubuntu supports quad processors [03:32] sure [03:32] ok cuz i have a old ibm pc server 704 that is a scsi server with 4 pentium pro's [03:33] is there anything i have to do or just install it [03:33] it should just work [03:33] o [03:33] ok [03:34] i also have another server i built its a amd opteron dual core 64bit with 2 opterons will it work with that [03:37] should work fine [03:37] k [03:37] now with the scsi server do i need the scsi drivers or does ubuntu have it allready [03:38] ubuntu will most likely have the drivers [03:39] and same with the opteron server it needs sata drivers will it have that too [03:40] quite likely, yes [03:40] k cool and if it doesnt any linux drivers will work right [03:42] i can get redhat, sco linux, sco openserver, sco unixware, suse linux, turbo linux drivers [03:45] will any of those drivers work === Felarin [n=sean@ntsvr1.abs.org.sg] has joined #Ubuntu-server === CarlFK [n=carl@75.57.187.38] has joined #ubuntu-server [04:59] birdman, those drivers won't work, only if you can get the source and compile them, however, all the stuff you need should be built in [04:59] standard linux SMP kernels can handle at least 8 processors === YourMomsHero [n=cirish@ip24-251-191-203.ph.ph.cox.net] has joined #ubuntu-server === ToonArmy [n=chris@88-105-129-26.dynamic.dsl.as9105.com] has joined #ubuntu-server === Felarin [n=sean@adsl1500-113.dyn94.pacific.net.sg] has joined #Ubuntu-server === Burgundavia [n=corey@ubuntu/member/burgundavia] has joined #ubuntu-server === YourMomsHero [n=cirish@ip24-251-191-203.ph.ph.cox.net] has joined #ubuntu-server === ||arifaX [n=||arifaX@p54B5A5F0.dip0.t-ipconnect.de] has joined #ubuntu-server === cirish [n=cirish@ip24-251-191-203.ph.ph.cox.net] has joined #ubuntu-server === stephanbuys [n=stephanb@196.44.1.98] has joined #ubuntu-server === svschwartz [n=svschwar@217.147.21.82] has joined #ubuntu-server === stephanbuys [n=stephanb@196.44.1.98] has joined #ubuntu-server === ||arifaX_ [n=||arifaX@p54B5A5F0.dip0.t-ipconnect.de] has joined #ubuntu-server === [miles] [n=miles@bcn1.entorno.es] has joined #ubuntu-server === ivoks [n=ivoks@18-79.dsl.iskon.hr] has joined #ubuntu-server === h4wk0 [n=h4wk@84.13.255.104] has joined #ubuntu-server === dsdg [n=dsdg@196.211.106.129] has joined #ubuntu-server [09:58] morning guys! [09:58] how will I find out the location of my authdaemond socket on ubuntu? [09:58] lsof | grep authdaemon gives me [/usr/lib/courier/authlib/authdaemond.mysql] is that it? [09:58] It's more likely to be found in /var somewhere. [09:59] /var/run/courier/authdaemon/socket ? [09:59] Sounds right. :) [09:59] hehehe [10:00] ok, let me try, almost done with mailserver just struggeling with sasl and it authing via authdaemond, [10:00] i am getting warning: SASL authentication failure: cannot connect to Courier authdaemond: Connection refused [10:00] postfix? [10:00] yes, [10:00] 2 things to check: [10:00] postfix is chrooted [10:00] no, [10:00] it's running normal, [10:00] Permissions on the socket and that you've yanked out postfix from the chroot. [10:00] no chroot, [10:00] by default, it is [10:01] i have checked that in master.cf, [10:01] by chroot it says n, [10:01] that right? [10:01] Sounds sounds right. [10:01] ok, let me see then, permissions on the socket, [10:01] srwxrwxrwx 1 root root 0 2007-05-25 14:42 /var/run/courier/authdaemon/socket [10:02] n for what? [10:02] smtp? [10:02] dirty but should work... [10:02] n by everything ectually, under the chroot space, [10:02] and for smtp yes, [10:02] ok [10:02] so ok, let me add that to my smtp.conf under /etc/postfix/sasl/smtpd.conf [10:03] Add what? [10:03] damn, warning: SASL authentication failure: cannot connect to Courier authdaemond: Permission denied [10:04] add this, /var/run/courier/authdaemon/socket as the location of my socket, [10:06] dsdg: ls -ld /var/run/courier /var/run/courier/authdaemon [10:07] dsdg: Just paste the output of that command here. [10:11] root@dna:~# ls -ld /var/run/courier /var/run/courier/authdaemon [10:11] drwxr-xr-x 4 daemon daemon 240 2007-05-18 12:25 /var/run/courier [10:11] drwxr-x--- 2 daemon daemon 100 2007-05-25 14:42 /var/run/courier/authdaemon [10:12] Alright. And then 'id postfix' ? [10:12] uid=108(postfix) gid=113(postfix) groups=113(postfix) [10:12] that's it then. [10:12] sudo adduser postfix daemon [10:12] restart postfix, and bam! [10:13] :) [10:15] shawarma, hehehe [10:15] thanks for the help man, you come across as a freakkin genius :P [10:15] it still gives me the same error though, [10:15] warning: SASL authentication failure: cannot connect to Courier authdaemond: Connection refused [10:17] Could you paste your master.conf on pastebin? [10:21] sure, [10:24] shawarma, http://paste.ubuntu-nl.org/22837/ [10:25] line 31... [10:25] Ah, no, never mind. [10:26] You *did* completely restart postfix, right? [10:26] yea, let me do that again for you, [10:27] root@dna:~# /etc/init.d/postfix restart [10:27] * Stopping Postfix Mail Transport Agent postfix [ ok ] [10:27] * Starting Postfix Mail Transport Agent postfix [ ok ] [10:27] root@dna:~# /etc/init.d/saslauthd restart [10:27] Stopping SASL Authentication Daemon: saslauthd. [10:27] Starting SASL Authentication Daemon: saslauthd. [10:27] May 28 09:27:03 dna postfix/master[24405] : daemon started -- version 2.2.10, configuration /etc/postfix [10:27] now let me send this mail, through my server, [10:28] warning: SASL authentication failure: cannot connect to Courier authdaemond: Connection refused [10:28] its that error i cant get rid of, [10:30] dsdg: That's curious. [10:31] yay, upgrade problems [10:31] i was thinking it might be something to do with /etc/default/saslauthd === ajmitch hugs apache [10:31] dsdg: Maybe you could find the pid of the smtp process, run strace on it and see what it actually tries to connect to. [10:31] ajmitch: feisty->gutys? [10:32] sarge->etch :) [10:32] ok, i will try that now, [10:32] Oh, dear. :) [10:32] ajmitch, something i can help you with? [10:32] I've got another 12 hours or so before I'll start hearing lots of complaints :) [10:34] ok, got it down to mod_ssl not playing along [10:35] though the banner claims it's loaded, oh well [10:35] as long as it all works right ;) [10:59] well, fixed it [11:00] doesn't play well with apache2.2 [11:01] Which part of it? [11:01] it seems it doesn't get defined [11:01] even though mod_ssl loaded with no problem [11:01] of course that line was the only difference from the other etch server I have here [11:01] It's always been defined on the command line, i think? [11:02] not sure, I just know that it wasn't working otherwise [11:02] now I can upgrade a few more packages [11:03] Just add -DSSL to your apache command line, and you should be good. [11:03] sure, but I've never needed to do that before :) [11:03] I'm *almost* sure that's the way it has always been defined. [11:04] it was working without it in sarge, unless the sarge apache configuration used -DSSL somewhere [11:04] I think it did. [11:04] oh well === Felarin [n=sean@adsl1500-113.dyn94.pacific.net.sg] has joined #Ubuntu-server === ivoks [n=ivoks@18-79.dsl.iskon.hr] has joined #ubuntu-server === Felarin [n=sean@adsl1500-113.dyn94.pacific.net.sg] has joined #Ubuntu-server === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-server === mdz_ [n=mdz@ip-81-1-103-136.cust.homechoice.net] has joined #ubuntu-server === sacater [n=sacater@colchester-lug/member/sacater] has joined #ubuntu-server === [miles] [n=miles@bcn1.entorno.es] has joined #ubuntu-server === arturaz [n=arturaz@2002:57f7:4d58:0:0:0:0:3] has joined #ubuntu-server === spool_ [n=spool@ns2dhcp014.hertford.ox.ac.uk] has joined #ubuntu-server [12:36] hello, could someone help me with a problem with the apache2.2-common package? [12:36] (on ppc) [12:37] what kind of a problem? [12:37] when I install it, it doesn't populate the /etc/apache2/mods-available/ folder [12:38] with things like cgi-load [12:38] ... cgi.load [12:38] also no /etc/init.d/apache2 [12:38] hm [12:38] and no /etc/apache2/apache.conf [12:38] it told me I needed to purge and reinstall [12:39] but that doesn't seem to help [12:39] apt-get --reinstall install apache2.2-common? [12:39] I'll give it a shot [12:39] is it ok if I use aptitude? [12:40] i guess it is [12:41] aptitude reinstall doesn't seem to change anything [12:41] it runs, but still no config files [12:42] someone else has this problem on the forums I think [12:42] http://ubuntuforums.org/showthread.php?p=2734598#post2734598 [12:43] sorry, just to clarify I only got the "purge and reinstall" message when apache2-mpm-worker was being installed [12:44] as a dependency of phpmyadmin [12:44] this happens only with aptitude, it seams [12:44] oh really? [12:44] should I try plain old apt? [12:44] or not... :) [12:45] first of all, what version is that? [12:45] what version is what? [12:45] of ubuntu [12:46] oh feisty [12:46] (for me, the other guy on the forum is using dapper) [12:52] do you have /etc/apache2/apache2.conf? [12:52] nope [12:53] running the apache2 binary complains about not-finding it [12:53] (and it's not there, I checked to be sure) [12:56] and apache2.2-common is installed, hm... [12:58] indeed, much frustration :) [12:59] try running /var/lib/dpkg/info/apache2.2-common.postinst [01:00] ... is that a binary? [01:00] hold on [01:01] shell script [01:01] ah... === fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-server [01:01] those are all conffiles [01:01] beh, silly me [01:01] dpkg --force-all --purge apache2.2-common [01:01] apt-get install apache2.2-cmmon [01:02] moin all [01:02] ? which should I do? [01:03] both, in that order [01:03] ok hold on [01:04] i got two warnings about missing files on the purge [01:04] /var/log/apache2 was empty [01:05] as was /var/cache/apache2 [01:06] hey hey!Module authn_file installed; run /etc/init.d/apache2 force-reload to enable. [01:06] I got that for a whole load of different stuff [01:06] should I force reload? [01:09] sweetness localhost is up and ready for drupal [01:09] well... almost :) [01:09] there... [01:09] should I run the force reload thing? [01:09] yes [01:10] cool [01:11] ... oh no...:( localhost/phpmyadmin on firefox asks me if I want to download a .phtml file... [01:11] thank you very much though [01:11] I didn't have a clue [01:11] you didn't install php [01:12] a2enmod php5 [01:12] unfortunally I did install php5 [01:12] is a2enmod a command? [01:12] yes [01:13] this module does not exist! [01:13] ... apparently [01:13] i wonder how you succedeed in doing this :) [01:13] spool_: You need to install libapache2-mod-php5 [01:13] apt-get --reinstall install php5 [01:13] it's pretty impressive I think :0 [01:14] yeah, that too === ||arifaX_ [n=||arifaX@p54B5A5F0.dip0.t-ipconnect.de] has joined #ubuntu-server [01:14] any particular order? [01:14] no [01:14] spool_: Just php5 should be fine, actually [01:14] spool_: It depends on libapache2-mod-php5 [01:15] if I remember correctly, I also need to clear firefox's cache... === fernando__ [n=fernando@189.0.195.118] has joined #ubuntu-server [01:15] hmmm... still tries to download [01:16] oh restart apache? [01:17] restart doesn't do it either [01:17] also the apache (hooray you've installed correctly) page has a few missing image links, but that's not a big deal :) [01:18] try with other browser or ctrl+shift+r in firefox [01:19] oh I killed the cache [01:19] still didn't work [01:22] for installing php5 and apache, everything you had to do was: apt-get install apache2 php5 === dballester [n=dbm@40.Red-217-126-111.staticIP.rima-tde.net] has joined #ubuntu-server [01:22] hi to all [01:24] I began the saga with: aptitude install php5 myphpadmin === EtienneG [n=etienne@ubuntu/member/EtienneG] has joined #ubuntu-server [01:28] drop the aptitude, please [01:28] no need for it [01:28] ok [01:29] I've read so many conflicting opinions on apt v. aptitude [01:29] I'll stick with your advice: you've gotten me this far :) [01:31] so... [01:31] apt-get install apache2 php5 phpmyadmin [01:31] done that [01:31] just to make sure everything is here [01:31] says nothing to be done [01:31] ok [01:31] except it claims apache2 was 'manual installed' [01:32] do you have /etc/apache2/mods-enables/php5.load? [01:32] whatever that means [01:32] checking... [01:32] mods-enabled [01:32] sorry [01:33] I know :), and the answer is .... NEGATIVE! [01:33] sorry, I've been banging my head against this for some time now :P [01:33] ok [01:34] do you have /etc/apache2/mods-available/php5.load? [01:34] nope [01:34] ok [01:34] interesting eh? [01:34] apt-get --reinstall install libapache2-mod-php5 php5 === waa [n=waa@220112.static.ctb.virtua.com.br] has joined #ubuntu-server [01:35] is it ok if it wants to swich from worker to fork? [01:35] yes [01:35] coo coo [01:36] sorry, prefork (I'll assume you understood) [01:36] 0% [Waiting for headers] [Connecting to security.ubuntu.com (91.189.89.6)] [01:37] .... seems to be stuck [01:37] lol, worked 2 minutes ago [01:37] my luck is fantastic today [01:37] works now too, but slow... [01:38] up! there we go [01:38] <\sh> you need check if libapache2-mod-php5 is being catched. [01:38] slowly... [01:38] ok hold on [01:38] yup [01:38] it's on the 'list' as it were [01:39] brr... I just realized how cold I am in this room [01:39] grrrrrrrrrr [01:39] grr? [01:39] it won't work again [01:39] ? :( [01:39] since these are conffiles [01:39] why are they conffiles, grr [01:39] wow, it feels like I'm running gentoo again [01:39] just wait till it finish, then we will continue [01:39] except the steps to fix things are sooo much shorter [01:39] done [01:40] i guess you still don't have /etc/apache2/mods-available/php5.conf [01:40] I'll take a look [01:40] you powers of prediction are uncanny [01:42] *your [01:42] dpkg --fore-all --purge libapache2-mod-php5 ; apt-get install libapache2-mod-php5 [01:43] Module php does not exist! [01:43] ok [01:43] it finished [01:43] and restarted apache [01:43] shall I firefox again? [01:43] yes [01:43] and php.load has materialized :) [01:45] HOOORAAAYYY@!@!@!@! [01:45] hugs! kisses! ticker-tape parade! === jronnblom [n=jar@tekn10.ttlabb.luth.se] has joined #ubuntu-server [01:47] thank you so much [01:48] so if I need to purge config files I need to dpkf --force-all --purge eh? [01:51] no [01:51] just --purge [01:51] apt-get --purge remove package [01:53] oh... so why did we use dpkg --force-all ? [01:53] cause you had phpmyadmin which was depending on php [01:53] and without --force-all it wouldn't work [01:55] ah... so then we can fix things without requiring lots of dependency reinstalls? [01:55] you shouldn't use that if you don't know what you are doing [01:57] anyone have any experience with netbooting and feisty? Im trying to rebuild the initrd sinice I need the piix module for our machines to boot and load IDE support. [01:57] :) I think I have clearly demonstrated how little I know about dpkg, apt, etc. [01:58] also, why is there aptitude and apt-get? ... or is that too long a story? [01:59] I have modified the /etc/initramfs-tools/modules and used update-initramfs to rebuild the initrd however at boot it stops after a few seconds and says "ALERT! /dev/ram does not exist" and then drops to a minimal shell [02:00] spool_: aptitude uses apt-get [02:00] aptitude is another layer, not needed anymore [02:03] fair enough. so aptitude calls apt calls dpkg? [02:03] yes [02:04] <\sh> jronnblom, you need to change the boot kernel...which is done, afaik via d-i [02:05] weird... I've gotten into trouble before with installing via apt v. installing via aptitude [02:05] so I've tried to be consistent [02:06] and it seemed like I could find more people who thought aptitude was better, so I stuck with it [02:07] \sh: Im not sure what you mean by d-i? debian-installer? I did change the initrd.gz to include the piix module on a feisty desktop system and the copied that initrd.gz to the TFTP server [02:07] ironically, gentoo seemed a lot simpler, it just took so long to do anything [02:07] and if something was broken (and that was almost always my fault) I could usually figure it out, but it would take forever [02:07] jronnblom: http://myy.helia.fi/~karte/ubuntu_pxe.html [02:08] <\sh> jronnblom, you are booting with a normal pxelinux/dhcp/tftp situation or are you using the netboot from the alternate installation cd? if you use the last one, the boot kernel is different then your production kernel, and you need a rebuild of d-i after you changed your kernel config. [02:09] ivoks: got all that working with dhcpd/tftp and that site is referring to breezy not feisty [02:09] <\sh> what I mean with "netboot" is that you boot the standard installation boot kernel, which works very good with our d-i [02:09] well, anyway, I'll get back to useful things so you can help others: thanks very very much [02:10] your problem is that root is not /dev/ram [02:10] but /dev/rd/0 iirc [02:11] \sh:Im booting the vmlinuz file from netboot.tar.gz but the initrd.gz is from an running desktop system. I suppose the problem is that the initrd.gz in the netboot.tar.gz is a special one that I can't replace with the netboot from a running system? [02:11] right, you can't [02:12] ivoks: there is no /dev/rd/0 on my system and also no /dev/ram [02:12] <\sh> jronnblom, that's right...most propably the initrd in the netboot.tar.gz comes from d-i run...there is a special linux kernel for d-i things [02:14] \sh: so how do I modify the initrd.gz that is in the netboot.tar.gz to include the piix module? Can it be done with the initramfs-tools in an easy way? Or do I have to unpack the initrd.gz and manually edit the /etc/module (whatever its named) and copy the piix somwhere in the initrd.gz? === spool_ [n=spool@ns2dhcp014.hertford.ox.ac.uk] has left #ubuntu-server [] [02:14] Or is there a new feisty d-i kernel with piix in it somewhere? Official or not ;) === ||arifaX_ [n=||arifaX@p54B5A5F0.dip0.t-ipconnect.de] has joined #ubuntu-server [02:15] <\sh> jronnblom, last time I changed the initrd I just compiled the module with the correct kernel version, and moved it into the initrd [02:15] <\sh> that worked [02:15] <\sh> and today, I just use FAI to install my servers, even with special kernel..that's more easy [02:16] \sh: So you recommend FAI instead of d-i and preseeding? [02:17] <\sh> jronnblom, I don't recommend anything, but if you have a couple of servers which needs to be reinstalled very fast, fai is much better then using d-i and preseeding. [02:17] <\sh> it's more flexible, but needs more brain to setup [02:18] <\sh> you can add your own repositories for kernels and special software without breaking anything from ubuntu [02:19] <\sh> jronnblom, take a look at http://www.informatik.uni-koeln.de/fai [02:19] <\sh> jronnblom, fai is a debian project, and very good supported by ubuntu community, naming siretart and my person [02:20] \sh: Ah, i'll look into FAI again. I heard about it when I started looking at preseed but it's a bit hard to see what differentiates the automatic installtion systems that exist today [02:24] <\sh> jronnblom, fai is a system like jumpstart from solaris [02:24] <\sh> jronnblom, but it's even more flexible.. [02:24] <\sh> jronnblom, I'm installing not only debian or ubuntu with it, but suse, redhat etc. [02:25] <\sh> jronnblom, the only thing you need to have is a server with ubuntu/debian and fai on it..dhcpd , pxelinux and tftp is straight forward [02:27] \sh: I only run Ubuntu now and few old Trustix 2.2 server which where installed by kickstart (redhat) so I have to replace kickstart with something and got stuck on the piix module in feisty :( [02:28] <\sh> jronnblom, shermann@shermann-home:/lib/modules/2.6.20-15-generic/kernel$ find . -name "piix*" [02:28] <\sh> ./drivers/ide/pci/piix.ko [02:29] <\sh> jronnblom, it should be also in the initrd from the boot kernel...or it's in the boot kernel from feisty server edition === waa [n=waa@220112.static.ctb.virtua.com.br] has left #ubuntu-server ["Leaving"] [02:34] \sh:hmm, so then it should work out of the box... Maybe I got confused by the need to load piix when booting from the CDROM [02:35] :\sh: is FAI faster then preseeding? [02:35] <\sh> jronnblom, 6 minutes for a plain ubuntu server on a dl360 [02:36] + 2 weeks to set it up :D [02:36] <\sh> nope...1 hour [02:36] <\sh> whem I'm doing it ;) [02:36] <\sh> (without the download of the ubuntu archives ;))) [02:37] haha ;) [02:37] <\sh> brb smoking and catching a beer [02:41] <\sh> to be honest, I have my config space for fai always on my usb stick :) === svschwartz [n=svschwar@217.147.21.82] has joined #ubuntu-server === spike [n=spike@unaffiliated/spike] has joined #ubuntu-server === spike [n=spike@unaffiliated/spike] has left #ubuntu-server ["."] === kupesoft [n=dave@red-gw.cs.toronto.edu] has joined #ubuntu-server === spike [n=spike@unaffiliated/spike] has joined #ubuntu-server === spike [n=spike@unaffiliated/spike] has left #ubuntu-server ["."] === sacater [n=sacater@colchester-lug/member/sacater] has joined #ubuntu-server === Nafallo [n=nafallo@ubuntu/member/nafallo] has joined #ubuntu-server === coNP [n=conp@unaffiliated/conp] has joined #ubuntu-server === leonel [n=leonel@189.155.176.109] has joined #ubuntu-server === ivoks [n=ivoks@18-79.dsl.iskon.hr] has joined #ubuntu-server === kupesoft [n=dave@red-gw.cs.toronto.edu] has joined #ubuntu-server === coNP_ [n=conp@unaffiliated/conp] has joined #ubuntu-server === stephanbuys [n=stephanb@196.44.1.98] has joined #ubuntu-server === svschwartz [n=svschwar@217.147.21.82] has left #ubuntu-server [] === ivoks [n=ivoks@18-79.dsl.iskon.hr] has joined #ubuntu-server === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-server === \sh [n=nsherman@server3.servereyes.de] has left #ubuntu-server ["Verlassend"] === mdz [n=mdz@ip-81-1-103-136.cust.homechoice.net] has joined #ubuntu-server === ToonArmy [n=chris@88-105-129-26.dynamic.dsl.as9105.com] has joined #ubuntu-server === mathiaz [n=mathiaz@dsl-148-36.aei.ca] has joined #ubuntu-server === CarlFK [n=carl@c-76-29-9-184.hsd1.il.comcast.net] has joined #ubuntu-server === dballester [n=dbm@40.Red-217-126-111.staticIP.rima-tde.net] has joined #ubuntu-server === fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-server === ivoks [n=ivoks@18-79.dsl.iskon.hr] has joined #ubuntu-server === coNP_ [n=conp@unaffiliated/conp] has joined #ubuntu-server === mdz [n=mdz@ip-81-1-103-136.cust.homechoice.net] has joined #ubuntu-server === mdz [n=mdz@ip-81-1-103-136.cust.homechoice.net] has joined #ubuntu-server === Bambi_BOFH [n=kgoetz@gnewsense/friend/kgoetz] has joined #ubuntu-server === turox [n=chatzill@dslb-084-056-231-212.pools.arcor-ip.net] has joined #ubuntu-server === sahafeez [n=sahafeez@ip68-6-223-156.sd.sd.cox.net] has joined #ubuntu-server === ||arifaX_ [n=||arifaX@p54B5A5F0.dip0.t-ipconnect.de] has joined #ubuntu-server === DustWolf [n=CommieWu@89-212-75-6.static.dsl.t-2.net] has joined #ubuntu-server === h4wk0 [n=h4wk@84.13.255.104] has joined #ubuntu-server === ivoks [n=ivoks@32-246.dsl.iskon.hr] has joined #ubuntu-server === turox_ [n=chatzill@dslb-084-056-216-246.pools.arcor-ip.net] has joined #ubuntu-server === Stormx2 [n=Stormx2@host-87-240-137-127.hi-velocity.net] has joined #ubuntu-server === ||arifaX [n=||arifaX@p54B5A5F0.dip0.t-ipconnect.de] has joined #ubuntu-server === slackwarelife [n=slackwar@host73-195-dynamic.58-82-r.retail.telecomitalia.it] has joined #ubuntu-server === YourMomsHero [n=cirish@ip24-251-191-203.ph.ph.cox.net] has joined #ubuntu-server