=== RoAk is now known as RoAkSoAx [00:17] New bug: #393656 in postfix (main) "postfix fails on boot with "fatal: could not find any active network interfaces"" [Undecided,New] https://launchpad.net/bugs/393656 [00:31] hello all, I am trying to get sound working on my ubuntu-server install [00:34] luckyone: for what purpose? [00:35] giovani: I am using it as a NAS, and want to be able to play music off of it [00:35] luckyone: NAS' aren't typically media players [00:36] my NAS is an MSI Wind, so it has all it needs [00:36] yeah, that's not really the point [00:36] I'm not sure if any of the audio drivers are in the -server kernel [00:36] if it doesn't work out the box, the answer is probably no [00:40] luckyone: run "lsmod | grep snd" for me [00:45] looks like my user isn't in the audio group. [00:45] it is the small things... [00:46] giovani: http://pastie.org/528764 [00:47] ok, then sound is loaded [00:47] problem? [00:47] hey guys. Does anyone know a good method to map out all links on all pages on a certain website. Kinda like spider program or something. I am trying to change a large website to friendly urls and want to find a list and then make sure I didn't miss any [01:04] jetole: maybe a wget -nv -r --delete-after? [01:04] thanks [01:04] * jetole checks it out [01:05] it's not the cleanest method ... [01:05] I think there is a don't download option [01:05] * jetole is looking at wget [01:06] I must have been thinking about something else [01:06] this will likely take eons though [01:06] since wget is downloading all files [01:06] * jetole googles [01:06] that's why I said it was messy [01:06] like I said, large website [01:06] just run it locally on the box? [01:07] don't know about that [01:07] it's a windows 2003 server [01:07] what don't you know? [01:07] haha [01:07] several actually [01:07] I know I know [01:07] I hate windows too [01:07] this is a corporate website and the windows servers were there when I started [01:07] and the tech department knows I hate windows too [01:09] I'm gonna ask #apache too [01:09] jetole: wget -nv --spider -r htt [01:10] http:// [01:10] that works [01:10] --spider doesn't download beyond the HTML it has to to find more links [01:10] you can hack up the output with awk to get a clean url list [01:13] you know I have been meaning to learn awk [01:13] have used sed for years [01:13] never got around to awk [01:14] not really related :) [01:14] just thought I would mention it [01:19] wget -nv --spider -r http://www.nytimes.com/ 2>&1 | cut -d" " -f3 [01:19] that seems to work alright [01:22] * jetole is actually looking at htdig right now [01:22] and swish-e [01:31] htdig seems to work well so far [01:31] still running though [02:31] hi guys, I need to set a cpanel server up to recieve mail for a domain that has its apache traffic to another box. I'm drawing blanks in google can anyone suggest some search terms that might bear fruit? [02:45] karl86: just point the MX record for the domain at the cpanel box? [02:46] hey mattt, think I might be able to do it by using an 'addon' domain and using mail forwarding [02:46] seems incredibly long winded, i'm used to working at command line, but cpanel works in mysterious ways [02:48] karl86: personally, i'd just set up the cpanel domain as normal ... [02:48] karl86: forget the fact that the setup also sets up an apache config, etc. .... cpanel won't care htat you don't actually use it :) [02:49] that would set up virtual hosts and such in httpd.conf though wouldnt it? I only want to handle mail for this domain [02:49] karl86: it would, but what does it matter? [02:50] fair point [02:50] will give it a go [02:50] karl86: anyway, cpanel may have an option to just set up mail hosting, i know plesk does .... but sorry i'm not familiar enough w/ cpanel [02:50] not a problem at all, thank you for your assistance :) [02:50] good luck :) [03:03] Anybody know where to find prelim squid-3.1 packages? I need connection-auth=off support. [03:08] mattt: it worked thank you :) [03:36] New bug: #369727 in openldap (main) "package slapd 2.4.15-1ubuntu3 failed to install/upgrade: subprocess post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/369727 [03:51] can you copy a .so file from one location to /usr/lib? or does it mess things up [04:11] karl86: cool! and technically, i believe you can ... but then you'll have a misc. file on the filesystem not owned by a pakacage [04:11] *package [04:12] hi matt, it does seem to work. And its only for the benefit of svn so its not a critical thing :) [04:19] should I disable landscape? [04:19] !landscape [04:19] Landscape makes the management and monitoring of Ubuntu systems simple and effective by combining world-class support with easy to use online management tools. https://landscape.canonical.com/ [04:20] where is it started? [05:33] hi all. how can i configure an external usb drive to automount when connected to be available as a backup storage device to a cron job? [05:38] hi all. how can i configure an external usb drive to automount when connected to be available as a backup storage device to a cron job? [05:46] hi all. how can i configure an external usb drive to automount when connected to be available as a backup storage device to a cron job? [05:52] where would synptic install phpbb3? [05:55] cjones: dpkg -L phpbb3 [06:01] cjones: also check for any gotchas in /usr/share/doc/phpbb3 [07:06] any idea how I can get openVZ kernel at jaunty ? [07:35] in hardy, I get "unknown filesystem" when I try to mount a reiserfs partition. what do I have to do to enable reiserfs? [09:07] I've installed the "Virtual Machine Host" while installing Jaunty, now I see a virt-sh shell for creating virtual machines, etc. Where can I find more information about this? [09:19] lo all. some urgent help needed here... I set up a server using drbd and ocfs2. Everything worked fine, but now when I do mount.ocfs2 /dev/drbd0 /data0 I get mount.ocfs2: Error when attempting to run /sbin/ocfs2_hb_ctl: "Operation not permitted" and Unable to access cluster service while starting heartbeat [09:43] Skaag: try https://help.ubuntu.com/9.04/serverguide/C/virtualization.html [09:43] thanks looking at that [11:56] hi all. anyone here that have used nfs4 acls? === alex_muntada is now known as alexm [13:43] Does anybody know of a step-by-step guide to setting up a Postfix+Dovecot mail server on Jaunty? [13:44] Kira: https://help.ubuntu.com/9.04/serverguide/C/postfix.html [13:45] Kira: it's not that complete, but really sudo apt-get install dovecot-postfix does all the setup [14:10] Hmm, I guess that's not all that I need to know. [14:11] what about mailbox setup, etc? [14:12] and stuff like hooking up with a webmail application (e.g. Horde) [14:25] Kira, http://howtoforge.com/virtual-users-domains-postfix-courier-mysql-squirrelmail-ubuntu9.04 [14:28] Would anyone know why I keep getting prompted to [sudo] right when I log in? [14:28] Ubuntu JeOS 9.04 [14:31] <_ruben> heath|work: probably something in your login scripts .. grep sudo ~/.* [14:35] _ruben, that returns nothing, I'm not sure what is going on... it's strange [14:41] <_ruben> heath|work: could be hiding in /etc/ somewhere as well .. or a script calls it which is being called by a login script [14:42] <_ruben> what i'd do is open up 2 sessions .. while the 1st is at the sudo prompt .. run `ps auxfww` in the second .. then from the tree output you might be able to traceback the origin of the sudo call [14:46] _ruben, I will give it a whirl thanks [14:51] kirkland: as part of your kvm-84 backport stuff, how would you feel about including kvm-pxe? :) [14:53] mathiaz: just to let you know that we'll likely be a few minutes late [14:53] mjeanson-: ok :) [15:14] is it normal for kvm to chomp all the CPU it can find after you start it? I'm seeing a lot of chomping and very little console action [15:14] and killing it when it's in that state seems to leave libvirt with the impression that something is still using the associated disks [15:14] (this is with the kvm-84 backport onto hardy, but I was seeing the same thing before I applied that) [15:41] is anybody actually using the tomcat5.5 package from apt on 8.04 LTS? [15:56] joe-mac: yes, im using it on my server. why? [15:57] andenw: can't get it to work at all and i've set it up plenty of times throguh source [15:58] i'm getting these errors: org.apache.catalina.startup.Catalina start SEVERE: Catalina.start: LifecycleException: No UserDatabase component found under key UserDatabase, cept i have the user db set up [15:59] https://www.redhat.com/archives/freeipa-devel/2009-June/msg00298.html [15:59] mjeanson: ^^ [16:01] joe-mac: look at my /etc/tomcat-5.5/server.xml at http://paste.ubuntu.com/207009/ , do you have a similar userdatabase setup? === rgreening_ is now known as rgreening [16:17] yea i have the user db set up in the server.xml and the file is where it should be [16:18] weirdest thing, catalina.out is empty [16:18] and it's mod 777 [16:37] New bug: #392759 in apache2 (main) "apache2 DoS attack using slowloris" [Wishlist,Confirmed] https://launchpad.net/bugs/392759 [16:39] yea i was going to suggest at least included that module to limit connections from a certain ip to help with that... [17:44] meeting's over? [17:51] yeppers :) [18:01] Any idea why something run as root will generate mail but when it's run from the root cron it won't? [18:03] 0 0 * * 1 logwatch --detail 10 --range '-1 week' --mailto admin@server.com [18:12] MTecknology: is MAILTO set to an empty string? [18:13] joe-mac: hm? [18:13] joe-mac: that's the cron that I run ^ [18:13] except with server.com replaced [18:14] If I run that as root the mail sends, run it form cron and it doesn't [18:33] MTecknology: that's why i asked ab out the mailto var, says who to mail shit to from cron [18:37] joe-mac: where do I set that? [18:39] in the crontab, at least on vixie cron [18:39] right above the line for cron do MAILTO="yourusername" [18:39] OH shit i misunderstood you,t hought you weren't getting cron output [18:40] in that case, probably an environment thing, not sure how the logwatch --mailto functionality works [18:40] I'll try that [18:40] if it works I'll be happy [18:40] it's something funky w/ cron :S [18:41] .... it worked [18:41] thanks [18:49] I seem to be having a lot of problems with mysqld starting up in Ubuntu 9.04. I start it up with sudo mysqld &, but when I try to start the cli, I get a cannot connect error. [18:51] I have tried connecting with both localhost and 127.0.0.1 [18:51] not on 9.04 myself but any reason you're not using the init script? [18:52] JorgeJorgesson: /etc/init.d/mysql restart ; the do mysql -uroot -p [18:53] MTecknology: fail at server start [18:54] JorgeJorgesson: pastebin the command and error\ [18:54] Sorry, worked fine with sudo [18:55] MTecknology: why is this required everytime? Does the server not start automatically? [18:55] JorgeJorgesson: you tried starting it from mysqld when it should have been running [18:56] Ok, but I could not log on from the cli mysql [18:56] can you now? [18:57] Yup [18:57] should just keep working then [18:57] So, if I reboot it will work automatically now? [18:57] should [18:58] I'll give it a shot right now. [18:58] thanks [18:58] Because this has happened many times before and it is driving me crazy [19:00] Hey guys. I'm having a locale issue. My default locale is german while I prefer Dutch or English, reinstalling is no option since its a production box. If needed I can only restart it friday night. Does anyone have a good idea how to fix the locale issue (I prefer without a reboot)? :) [19:02] Sp00K: I know you can install additional locales and just set your own locale, you might need to log out and back in, I forgot how though [19:03] MTecknology, Hm. This might be handy: http://pastebin.com/m23ccebf3 as I already installed dutch language etc, I am still facing the issue that its defaultly using de_DE. And yes, I've reconfigured locales and even locale-gen (I think its the same what dpkg does.). I only have SSH access. :| [19:04] MTecknology: nope, upon reboot, the mysqld server is not running again [19:04] I know it's possible and I've seen it done, beyond that I'm afraid I'm not much help, sorry [19:05] MTecknology, Was that against me or JorgeJorgesson?:P, if it was against me, Thanks anyways :-) [19:05] Sp00K: that was you [19:05] Ok, thanks anyways :) [19:05] JorgeJorgesson: check /var/log// [19:07] /var/log/? [19:07] JorgeJorgesson: it's where system logs are held [19:07] I know. Which file to check. [19:08] mysql* [19:10] mysql.error is empty [19:10] mysql.log is empty [19:10] what about the other? [19:10] mysql [19:11] MTecknology: That are the only two. The others are archived .log files [19:11] *those [19:14] log = /var/log/mysql/mysql.log [19:14] vim /etc/mysql/my.cnf [19:15] /var/log/mysql is an empty directory [19:15] JorgeJorgesson: hrm... before you do that... [19:16] /etc/init.d/mysql status [19:16] mysql is stopped [19:16] dpkg-reconfigure mysql-server [19:19] Package `mysql-server' is not installed and no info is available. [19:19] aptitude install mysql-server [19:20] sounds mildly problematic [19:20] bitprophet: not as problematic as my installing vista on my sisters laptop atm [19:20] condolences [19:21] MTecknology: ok, maybe I need to understand what is going on here first, sorry. [19:21] I thought the server was installed already [19:22] JorgeJorgesson: have you ever installed a server app on your own system thinking it was your server, or are you still novice? :P [19:23] I've done that a few times - I think that and any command followed by an accidental -rf / is a right of passage :P [19:23] As I have no idea what you just said I guess I'm new [19:23] MTecknology, I just 'exported' every option for locale into NL/dutch and placed it into the global .bashrc, issue fixed since it works :) [19:24] joe-mac: hey... I was calling logwatch instead of /usr/sbin/logwatch...... [19:24] Sp00K: congrats [19:24] Thanks :) [19:25] JorgeJorgesson: you like rogers isp? [19:25] MTecknology: It is ok. Expensive and limited bandwidth [19:26] ouch [19:27] HA!!! http://www.linux-magazine.com/Userfriendly/(offset)/51 [19:28] MTecknology: ok, back to the issue at hand.....what am I installing with the mysql-server? [19:29] JorgeJorgesson: mysql [19:30] the server component [19:30] MTecknology: but I must have it already. I've run the server before. I'm not sure I get it all here. [19:31] JorgeJorgesson: the server component is pretty much required if you want to run a server [19:31] just install it and be happy ;) [19:31] JorgeJorgesson: how'd you get the mysqld binary installed in the first place, if it is actually there? [19:32] mysqld-server5.0 [19:32] JorgeJorgesson: normally you only need to install mysql-server, the rest is taken care of [19:32] ahhh, now I see. [19:33] MTecknology: if I read the apt info for mysql-server it doesn't seem to install anything but mysql-server-5.0 currently (ie. it's not a meta-package pulling in other packages) [19:33] so shouldn't he already have everything that "install mysql-server" would give him? [19:34] That is what I thought! I just wanted to match my remote mysql servers installation [19:35] JorgeJorgesson: all I can say is that if you started out with no mysql installed and did 'apt(itude|-get) install mysql-server(-5.0)' you should have an init script in /etc/init.d/ that starts mysqld for you, no problems [19:35] bitprophet: I thought mysql-server also took care of the daemon [19:35] naw [19:35] mysql-server =~ mysql-server-5.0 [19:36] Ok, so what is going on then???? [19:36] you're thinking of just "mysql" probably? I can't recall as I never ever install the client w/o the server, heh [19:36] JorgeJorgesson: what's "ps ax | grep mysql" give you? [19:36] I hate installing stuff when I don't understand it. [19:36] Now I went and installed mysql-server. Damn [19:36] JorgeJorgesson: all I can do is help you figure out A) what's installed and B) what's running and C) how to shut it all down adn start it up the "normal" way :D [19:36] what did it do? it should've not actually done anything [19:37] except install an empty package :) [19:37] JorgeJorgesson: after you do that, restart and see if things work [19:37] just to see [19:37] all it does is install a copyright and changelog file [19:37] ok....feeling like a guinea pig here, but I'll play [19:37] http://dpaste.com/61689/ [19:38] so, JorgeJorgesson, don't worry, you didn't install anything bad :D [19:38] bitprophet: I'll go watch vista upgrade to sp1 for the next few hours [19:38] Oh, I know that....I just don't want any version conflicts [19:38] apprently I'm getting more dumber [19:39] a meta package usually helps keep version conflicts from happening.. [19:39] bitprophet: you're a ruby fan? [19:40] 7028 pts/0 S+ 0:00 grep mysql [19:40] That was for bitprophet [19:41] hi, i lost my user password- how do i recover it or overwrite this to login [19:41] the user im using now is the user specified during the installation [19:41] i never setup root password. [19:41] ruben23: reboot into recovery and launch a root shell [19:42] ok [19:42] then ill set to change the user password...? [19:42] yup [19:42] passwd user [19:46] MTecknology: "fan", not necessarily [19:46] I use it at work [19:46] a Python person at heart. [19:47] Ruby's all right and has plenty of good points, but I think more like Python does. [19:47] JorgeJorgesson: ok, so mysql's not running, good [19:47] JorgeJorgesson: what happens if you do sudo /etc/init.d/mysql start [19:47] MTecknology: installing mysql-server did nothing [19:47] that's the normal way of starting services, if you weren't aware (/etc/init.d/ (start|stop|restart|status|etc)) [19:47] bitprophet: sudo.... starts mysql server [19:48] and then ps ax | grep mysql shows it's running? [19:48] I know it's running because I can log in. I'll run the command though [19:48] eh, that works [19:48] so are you good now? [19:49] bitprophet: no, I have to manually start every time? [19:49] the root problem here is that just executing one of the daemon binaries is rarely going to work fully on an OS which customizes the install to expect env vars and to call e.g. mysqld_safe instead of mysqld and etc etc [19:49] JorgeJorgesson: no, that init script should start on boot [19:49] bitprophet: it does not [19:50] find out by doing try doing sudo update-rc.d mysql defaults [19:50] I've tried that 5 times now, sorry. [19:50] uh. forget those first 4 words [19:50] what does it say? that the links already exist? [19:51] Yes [19:51] But it does not [19:51] interesting [19:51] I'd say [19:51] Serenity now..... [19:51] have you monitored the startup process to see if any obvious errors show up? [19:51] bitprophet: no, I've not. [19:51] guessing it's just not set into the right runlevels somehow, which would be odd but explain the problem [19:52] bitprophet: this is a fresh 9.04 install [19:52] Installed mysql-server5.0 from the repos [19:52] Nothing unusual [19:52] mm [19:52] what do you see when you do find /etc/rc*.d -name "*mysql*" [19:52] Note: desktop version, not server [19:52] (ignoring any -ndb stuff) [19:52] ah [19:52] I've only used server [19:53] Sorry.... [19:53] no idea if there's a qualitative difference [19:53] should have said that upfront [19:53] I assumed desktop just adds a bunc hof GUI shit [19:53] hahahahha [19:53] anyway so what symlinks are in the /etc/rc*.d folders? [19:58] bitprophet: how many files do you want to see? [19:59] use that find command I pasted above [19:59] should only show maybe 2 dozen [19:59] JorgeJorgesson: server installs a different kernel but that's the only significant difference, shouldn't change that though [19:59] could pipe to |grep -v ndb [19:59] if you see waht I do on 8.04 [20:00] should look vaguely like this [20:00] http://dpaste.com/61695/ [20:02] bitprophet: yes, I see about that many. your pastebin is almost the same as my output [20:03] so you've got "S" files in rc's 2 through 5 ? [20:03] http://pastebin.ca/1479858 [20:03] apparently so [20:03] very bizarre [20:03] Yup [20:04] I must have something wrong here. [20:04] at this point I have no further idea, maybe a bug in 8.10/9.04 === erichammond1 is now known as erichammond [20:04] Yea...if you've not actually set up any data I'd aptitude purge mysql-server-5.0 and reinstall from scratch, perhaps. otherwise, no idea. [20:04] Yeah, let me try Fedora [20:04] :'( [20:04] Well, whatever works, right? [20:04] It's all Linus [20:04] *Linuzx [20:04] damn [20:05] Linux [20:06] Standard, fresh installation of 9.04 does not work with mysql-server....I tried. Two times actually. [20:06] well, good luck with fedora then :) [20:06] I've never liked redhat or its derivatives, always prefer to find/fix/work around any warts in Debian derivatives instead ;) but to each his own [20:07] I'm not set on Fedora...anything that works with mysql-server [20:07] naturally :) [20:07] * bitprophet has to put up with RHEL on prod servers because the backup system his host uses only runs on RH type systems [20:07] best tool for the job and all that [20:08] Yup, Ubuntu does not cover all bases. Actually this is the first instance. Unfortunately I have to change over 4 more machines to whatever works with mysql-server. I want them all the same. Including my POS system [20:08] So, while I'm here, does anyone know what the latest news is on Xen (host) support? I recall hearing last year that Xen packages were being phased out, which makes me sad (my xen server is on 7.10) [20:08] yea, consistency is important [20:10] well, especially for my users. It took them a year to adapt to Ubuntu. Now something new yet again. [20:11] :( [20:11] Yup, not sure how to tackle this one yet.......shit sandwich and all. [20:11] mm [20:11] rock and a hard place [20:11] I'd look for bug reports, if mysql is running just fine via init script post-boot, there's got to be some stupid little thing preventing it from firing automatically on boot [20:11] or ask on #ubuntu which I imagine gets much more traffic [20:11] I'll try the mysql guys one last time. [20:12] I'm going to try XP again as well. [20:12] like, this must be easier to solve than if it wasn't running at all, for example. [20:13] I'd have thought so. [20:13] Or someone else must have tried this before. But if not, then this is just not something that people do with the desktop version [20:16] bitprophet: yeah, it appears as though this has not been done, or there is no interest in it with the desktop Ubuntu version. Very strange. [20:17] makes me wonder if somehow the desktop version doesn't _run_ init scripts. that'd be pretty odd though. [20:17] how would I specify which user I want to run a command in for things like a crontab entry or a logrotate prerotate command? [20:18] sudo -u ? [20:18] Not sure but I just tried it on an XP machine with rebooting. Works just fine. [20:18] or edit that user's crontab, for that particular task. [20:18] bitprophet: ah, I didn't really occur to me that I could have just used "sudo -u" in the entry, I don't know why. Thanks. [20:19] JorgeJorgesson: well that's a totally different OS :) so it's not really something to compare to. it's definitely not MySQL's fault, at least, defeinitely something with how Ubuntu is packaging it, or some local quirk of your system [20:19] Travis-42: np [20:19] bitprophet: I agree [20:19] That is why I'm asking here and not in mysql [20:20] did you ask in #ubuntu yet? as I said they probably have more eyes watching, and it's more specific too, since you're on the desktop edition [20:20] yup, nothing back [20:20] worth a shot. just ask "is there any reason why my mysql init script isn't firing on boot?" [20:20] ah [20:20] bummer :( [20:21] Hey, I gave it a good shot here! [20:21] you did! [20:22] Wish I could be of more help [20:22] And I just changed the last machine over to Ubuntu yesterday....all users were to go to it tomorrow....Canada Day. [20:22] Holidays are great for training. [20:22] ha [20:23] bitprophet: valiant effort! I have a ton of work to do now. Thanks a bunch for trying. [20:23] no prob, good luck [20:24] Might be worth a warning to future users somewhere. [20:24] how do I change the language settings in ubuntu server (jaunty)? [20:58] * ajmitch sees there wasn't much of a server meeting to miss this morning [21:08] anybody have any recent luck installing VMware-tools when running 8.04 LTS on ESX? I'm failing accross the board including every open-vm-tools hack [21:08] i run that [21:09] which build of esx? [21:09] and whats the errors [21:09] 3.5.0 [21:09] fails to compile vmmemctl [21:09] with their tools, or latest open-vm-tools [21:09] which build of 3.5 [21:09] because that matters [21:10] 82663 [21:10] upgrade [21:10] yeah it's kind of stale [21:10] its up to 153-something [21:10] and they have modules specifically for ubuntu now [21:10] but i don't see the memory module won't copile [21:10] its also officially supported... [21:10] esx 4 has debian included in the support list too [21:12] yeah i tried their repo for tools, but that failed too..... Maybe someday soon I can get a maintenance window and upgrade the ESX host [21:12] sounds like your only option [21:13] i dont think open-vm-tools exists on LTS... aside from the hack [21:13] for a while there open-vm-tools on versions > LTS was the only thing that worked. [21:15] Sam-I-Am: thanks.... jeez there's a ton of pathces for this thing that need to be applied [21:15] uh huh [21:15] 3 file sets... esx itself, vmware tools, and the VIC [21:15] depending on how you do it... [21:17] I guess I should jump through the hoops and take it up to update 3 at least [21:17] 4? [21:18] should be a 4 [21:26] ok, the guys at mysql are just rude with my questions. [21:32] :( [21:42] Ok, I'm trying every last ditch effort to not to go to XP [22:25] great, php 5.3.0 hit debian experimental [22:26] soren, have you been working on cobbler? [22:28] * ajmitch wonders if we should wait for 5.3.1 for karmic [22:30] Greetings... [22:30] ... Any Ubuntu server guides for doing tape backups? [23:16] New bug: #394036 in mysql-dfsg-5.0 (main) "MySQL 5.0.22 Crash on Ubuntu 6.06.2 LTS (SELECT 0+0+0...)" [Undecided,New] https://launchpad.net/bugs/394036 [23:45] New bug: #367751 in munin (universe) "irqstats is confused by 2.6.24 /proc/interrupts" [Undecided,In progress] https://launchpad.net/bugs/367751 [23:52] is their list of ports that should be open for apache/email server etc? (80, 21 for ftp...etc) [23:52] emails are 25? [23:52] smtp = 25? [23:55] great [23:55] which ones pop?