/srv/irclogs.ubuntu.com/2013/12/01/#ubuntu-server.txt

XeronixSounds 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)00:10
_root_any take on this http://forum.nginx.org/read.php?11,24510701:21
Hadron2Greetings. :)02:02
Hadron2Can 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:05
Hadron2Most of the pre-built virtual appliances are entirely too expensive for my application/budget. Pretty much have to do it myself.02:06
pmatulisHadron2: sounds like postfix + amavisd-new + sundry spam checks02:48
Hadron2pmatulis: 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:58
Hadron2pmatulis: This time around there will be no local storage or accounts. (ActiveDirectory, storage on Exchange 2013)02:59
Hadron2pmatulis: 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
pmatulisHadron2: 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 onward03:01
PryMar56is it always true that mysqld is not under upstart? or is it optional?03:36
anepanaliptosguys, email server, check out zimbra03:45
anepanaliptosiv been using it since 201103:45
anepanaliptosthe earlier versions suck, but 7.0+ is great. (still eeeeh on v8 though)03:45
anepanaliptosneeds 2gb ram and decent cpu.03:45
dkuhlmanAnyone have a minute for a n00b question?03:51
jpdsdkuhlman: Not unless we know what the question is.03:54
dkuhlmanI'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..."03:56
jpdsdkuhlman: Then, you've misconfigured something.05:38
jpdsdkuhlman: Sounds like you're missing a gateway?05:39
jpdsPutting your interfaces file on pastebin.ubuntu.com would help.05:39
DRice7hey 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:04
DRice7any insight would be appreciated06:05
zkvvoobHello! 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:25
zkvvoobCould someone please help me troubleshoot?06:29
Semorhow could I reload and link a .so file without restarting my process06:40
Semorhow could I reload and relink a .so file without restarting my process06:40
eagles0513875hey guys09:49
eagles0513875I have an issue on 12.04 with dovecot + postfix + mysql for virtual users and domains as i need a multiple domain setup09:49
eagles0513875scratch that09:51
remix_tjeagles0513875: what's the problem?10:34
eagles0513875remix_tj: think i have got it solved10:34
eagles0513875:)10:34
eagles0513875thanks though remix_tj10:35
hadifarnoudwhen I tar -zxvf myfile.tar.gz, I get errors like tar: Ignoring unknown extended header keyword `SCHILY.dev'13:23
hadifarnoudIt does extract though. not sure it does it completely13:23
=== mjohnson15_2 is now known as mjohnson15
=== freeflying is now known as freeflying_away
=== mrmist is now known as mist
stethoHi - 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:50
ikoniawhy are you using -d18:58
ikoniastetho: why are you using -d ?18:58
andolstetho: Any chance that /etc/update-manager/release-upgrades for some reason is configured to only prefer lts releases?18:58
stethoikonia: To see if it made a difference. No other reason.18:59
ikoniait shouldn't be as it's 13.0418:59
ikoniastetho: you're aware that pushes you to a development build though right ?18:59
andolikonia: 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.18:59
stethoikonia: Yes - like I said, just testing.19:00
ikoniastetho: thats fine, just checking, didn't want you to wreck a machine19:00
stetho /etc/update-manager/release-upgrades just contains what you would expect [DEFAULT] Prompt=normal19:01
bluekingadd RARING  are command in linux ?19:58
bluekinghttp://ubuntuforums.org/showthread.php?t=2181190&p=12823425#post1282342519:58
TheLordOfTimeWhen installing LAMP via tasksel, how does one restart the PHP5 service for the LAMP stack, thereby refreshing the PHP plugins that are loaded?20:25
parallel21My guess would be sudo service php5 restart20:26
bekksTheLordOfTime: sudo service apache2 restart20:28
TheLordOfTimebekks, they have to restart the entire apache setup>?20:29
TheLordOfTimes/setup/instance/20:29
TheLordOfTimesounds bloody inefficient to me20:29
bekksTheLordOfTime: Yes.20:29
bekksTheLordOfTime: PHP is loaded as an apache module.20:29
bekksTheLordOfTime: If it is inefficient to you, patch it :)20:29
TheLordOfTimeparallel21, 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 server20:29
TheLordOfTimebekks, 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 wrong20:30
parallel21TheLordOfTime: I use nginx for most things web. I believe bekks answer is correct20:30
bekksTheLordOfTime: Well, then patch it. Be aware to face heavy discussions. :)20:30
TheLordOfTimeapache 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 PHP20:30
TheLordOfTimeparallel21, same here, +1 to you20:30
TheLordOfTimebekks, i wouldn't touch the Apache packages with a three-thousand-mile-long pole.20:31
TheLordOfTimethey're worse than the PHP5 packages20:31
bekksTheLordOfTime: Then live with them as they are.20:31
TheLordOfTimebekks, i prefer nginx + php5-fpm thanks :P20:34
TheLordOfTimei'm asking because i was curious20:34
TheLordOfTimeand because i was helping someone at askubuntu with this >.>20:34
bekksTheLordOfTime: 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:35
TheLordOfTimebekks, 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 PHP20:36
TheLordOfTimei'm well aware of how php5-fpm works, I've patched it a couple times20:37
TheLordOfTimemy point is that I believe having to restart the entire web server is inefficient just to refresh a PHP module.20:37
TheLordOfTimeurgh, trolling in another channel i watch...20:38
TheLordOfTime(back in a bit)20:38
jrwrenever heard of a graceful restart?22:02
=== TDog_ is now known as TDog

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!