Author: doachs
-
Solen rebooted
—
by
In case you noticed everything screetching to a halt tonight around 7pm, solen had a kernel panic and had to be rebooted. About 20 minutes later, it was back up and running again.
-
Norelius and Complex at a gig too
—
by
Norelius and Complex (North, Gibbs, and Sorensen) also just had their collective network connection to Olin increased from 100Mbit to 1000Gbit. File transfers and possibly on campus gaming should improve as a result. Unfortunately that does not mean the internet will be any faster. Though we did finally sign a contract that should double our…
-
International Building now at a gig
—
by
The network connection for the International center bas been bumped up from 100Mbit/s to 1000Mbit/s as of about 11:30am this morning. Hope that makes some things a little bit faster.
-
SpamAssassin and Horde’s IMP
—
by
Unfortunately due to the way that Horde’s IMP webmail system inserts the IP address that was used to connect to the it in the email headers it sends, SpamAssassin thinks those messages are coming from dynamic ip addresses. To help work around this issue, I modified our SpamAssassin rules such that any email sent via…
-
Horde Imp and Spamassassin
—
by
Unfortunately it looks like Horde’s Imp webmail system and SpamAssassin don’t agree on how to deal with dynamic ip addresses sending email. If you connect to a webmail system running running Imp and send a message using your home web browser on a cable modem connection, that ip address gets loged in the headers of…
-
Gibbs, Sorensen, North
—
by
Gibbs, Sorensen, and North were down for about 3 hours from 5:15pm to 8:15pm due to a strange network problem. Some device in one of those dorms caused almost all of our network traffic on the res hall subnet to be very slow.
-
SpamAssassin Upgrade
—
by
After testing the latest version of Spamassassin on my account for the past few days, I have upgraded all our Spamassassin servers from 3.0.0 to 3.0.2. 3.0.2 includes a few bug fixes and other small enhancements. If anyone notices a drastic change in spam checking effectiveness, please let me know.
-
Squid on Fedora Core 3
—
by
Due to the way SELINUX is setup on Fedora Core 3 ( FC3 ) I discovered that if you try to move squid’s cache directory, you must tell SELINUX that the new location is ok. To do that, use the following command: chcon -R system_u:object_r:squid_cache_t /directory/where/cache-is
-
Learned Something New
—
by
As anyone who as worked with Linux, iptables, and ftp knows, firewalls and ftp can cause issues. I already knew that if I was using iptables I should use the ip_conntrack_ftp kernel module. So I had added “insmod ip_conntrack_ftp” to the /etc/rc.local file so it was inserted at boot. However what I didn’t think about…
-
Spamassassin 3.02
—
by
Spamassassin 3.02 was released last month. Not much new in there but in an attempt to always run the latest and greatest stable spamassassin code, I have upgraded a test server and am using it on my account. If all goes well, I will upgrade the rest of the servers to the newest version soon.