[00:10] Sounds crazy to ask this in here, but has anyone ever had a problem with their graphics card fans being too close together (and thus contacting each other) [01:21] <_root_> any take on this http://forum.nginx.org/read.php?11,245107 [02:02] Greetings. :) [02:05] Can anyone point me to some Docs on setting up an Ubuntu Server as a bidirectional email gateway? All I want it to do is block spam/virus/malware inbound and outbound. No POP3/IMAP/etc. Been scouring Google all afternoon. Found plenty of good docs for setting up a stand-alone server, but not really for an AV gateway. [02:06] Most of the pre-built virtual appliances are entirely too expensive for my application/budget. Pretty much have to do it myself. [02:48] Hadron2: sounds like postfix + amavisd-new + sundry spam checks [02:58] pmatulis: That's what I'm thinking. I've done that numerous times for standalone servers. (+POP3/IMAP) Never done it as a relay/gateway. Looking for guides/HOWTOs on that. :) [02:59] pmatulis: This time around there will be no local storage or accounts. (ActiveDirectory, storage on Exchange 2013) [03:01] pmatulis: My client blew their budget on the Exchange Server + CALs. Were doing find until the spam started rolling in. Now they want AS/AV without dropping more $$$ for a subscription. [03:01] Hadron2: if you've done it before you just need to *not* have pop3/imap (mail store). it's less, so it should be easier. only thing you need to do is forward the mail onward [03:36] is it always true that mysqld is not under upstart? or is it optional? [03:45] guys, email server, check out zimbra [03:45] iv been using it since 2011 [03:45] the earlier versions suck, but 7.0+ is great. (still eeeeh on v8 though) [03:45] needs 2gb ram and decent cpu. [03:51] Anyone have a minute for a n00b question? [03:54] dkuhlman: Not unless we know what the question is. [03:56] I'm trying to configure a static IP address on a new ubuntu server. I've edited /etc/network/interfaces and put in the IP, mask, broadcast, network, and DNS addresses. When I try to restart networking I get the error "ifdown: couldn't read interfaces file..." [05:38] dkuhlman: Then, you've misconfigured something. [05:39] dkuhlman: Sounds like you're missing a gateway? [05:39] Putting your interfaces file on pastebin.ubuntu.com would help. [06:04] hey guys, I'm having some trouble with an ASRock motherboard and ACPI - here are the results.log of fstw: http://paste.ubuntu.com/6502794/ [06:05] any insight would be appreciated [06:25] Hello! I am having problems with my Ubuntu 12.10 server and Postfix, namely when someone tries to send an email to an already configured account, it doesn't arrive. Instead, the sender gets back a MAILER-DAEMON message saying the user does not exist. [06:29] Could someone please help me troubleshoot? [06:40] how could I reload and link a .so file without restarting my process [06:40] how could I reload and relink a .so file without restarting my process [09:49] hey guys [09:49] I have an issue on 12.04 with dovecot + postfix + mysql for virtual users and domains as i need a multiple domain setup [09:51] scratch that [10:34] eagles0513875: what's the problem? [10:34] remix_tj: think i have got it solved [10:34] :) [10:35] thanks though remix_tj [13:23] when I tar -zxvf myfile.tar.gz, I get errors like tar: Ignoring unknown extended header keyword `SCHILY.dev' [13:23] It does extract though. not sure it does it completely === mjohnson15_2 is now known as mjohnson15 === freeflying is now known as freeflying_away === mrmist is now known as mist [18:50] Hi - can anyone tell me what I might be missing? If I type sudo do-release-upgrade ( or sudo do-release-upgrade -d) in to a 13.04 server, I get "No new release found" - is there something else I have to do to get to 13.10? [18:58] why are you using -d [18:58] stetho: why are you using -d ? [18:58] stetho: Any chance that /etc/update-manager/release-upgrades for some reason is configured to only prefer lts releases? [18:59] ikonia: To see if it made a difference. No other reason. [18:59] it shouldn't be as it's 13.04 [18:59] stetho: you're aware that pushes you to a development build though right ? [18:59] ikonia: Agree that it shouldn't be, but on the other hand stetho shouldn't have the failure he is having either :) Hence the long shot. [19:00] ikonia: Yes - like I said, just testing. [19:00] stetho: thats fine, just checking, didn't want you to wreck a machine [19:01] /etc/update-manager/release-upgrades just contains what you would expect [DEFAULT] Prompt=normal [19:58] add RARING are command in linux ? [19:58] http://ubuntuforums.org/showthread.php?t=2181190&p=12823425#post12823425 [20:25] When installing LAMP via tasksel, how does one restart the PHP5 service for the LAMP stack, thereby refreshing the PHP plugins that are loaded? [20:26] My guess would be sudo service php5 restart [20:28] TheLordOfTime: sudo service apache2 restart [20:29] bekks, they have to restart the entire apache setup>? [20:29] s/setup/instance/ [20:29] sounds bloody inefficient to me [20:29] TheLordOfTime: Yes. [20:29] TheLordOfTime: PHP is loaded as an apache module. [20:29] TheLordOfTime: If it is inefficient to you, patch it :) [20:29] parallel21, tried that, didn't work, I'm guessing because libapache2-mod-php5 and apache modules instead of a normal service like php5-fpm which listens separately from the web server [20:30] bekks, might as well just go yell at apache upstream then, if you have to restart the entire Apache instance just to reload PHP modules, you're doing it wrong [20:30] TheLordOfTime: I use nginx for most things web. I believe bekks answer is correct [20:30] TheLordOfTime: Well, then patch it. Be aware to face heavy discussions. :) [20:30] apache probably does that so sysadmins dont' have to bother restarting multiple services, but it's bloody inefficient to stop then start apache just to reload PHP [20:30] parallel21, same here, +1 to you [20:31] bekks, i wouldn't touch the Apache packages with a three-thousand-mile-long pole. [20:31] they're worse than the PHP5 packages [20:31] TheLordOfTime: Then live with them as they are. [20:34] bekks, i prefer nginx + php5-fpm thanks :P [20:34] i'm asking because i was curious [20:34] and because i was helping someone at askubuntu with this >.> [20:35] TheLordOfTime: php5-fpm isnt an apache module. It is a standalone server. If you are using modules in you webserver, you have to restart the webserver. [20:36] bekks, i'm aware, i was however mentioning i was using nginx + php5-fpm because i don't have to restart the entire webserver just to refresh PHP [20:37] i'm well aware of how php5-fpm works, I've patched it a couple times [20:37] my point is that I believe having to restart the entire web server is inefficient just to refresh a PHP module. [20:38] urgh, trolling in another channel i watch... [20:38] (back in a bit) [22:02] ever heard of a graceful restart? === TDog_ is now known as TDog