Archive for the 'FreeBSD' Category

Using portdowngrade

Tuesday, February 9th, 2010

Recently, I needed to roll a port back to a much older revision. While I usually dislike this type of thing, I found it to be necessary this time. Somebody recommended that I use portdowngrade to revert the ports tree to the older version, so I could install it.
Here’s my process:
Verify Anonymous CVS [...]

Update: FreeBSD’s iSCSI Initiator

Monday, August 3rd, 2009

Well worth mentioning:
There’s a way more updated version of the iSCSI Initiator on the developer’s public FTP site.
ftp://ftp.cs.huji.ac.il/users/danny/freebsd/
With this version I’m now seeing acceptable IO (around 65MB/s reads/writes) after setting tags=256 in iscsi.conf.
All credits to the developer.
Because I’m in the US, I have fairly bad connectivity to that site. I’ve mirrored it here:
http://uminac.com/mirror/ftp.cs.huji.ac.il/users/danny/freebsd/

The Scoop on FreeBSD & iSCSI (Currently)

Friday, July 17th, 2009

Please see the update to this post
As A Target (Server)
The only available iSCSI target software in FreeBSD is the /net/iscsi-target port. This is the iSCSI target from OpenBSD and is absolutely not suitable for production use (or even most non-production uses).
Problems I’ve come across:

Does not support CHAP.
Will not allow multiple connections to the same [...]

PowerEdge 2900 iSCSI Performance Problems w/ FreeBSD

Friday, June 19th, 2009

Got a new storage server, it’s a PE2900 from Dell. Installed FreeBSD 7.2 on it, rebuilt the kernel with all the updates and included:
options iscsi_initiator
connected to the iSCSI target across the LAN, then I used:
dd if=/dev/zero of=/mnt/testiscsi/file.out bs=65536
to test the speeds after mounting it. I observed horrific speeds (in the range of 300-500KB/s).
To [...]

mod_security FTW

Friday, March 20th, 2009

The other night, I noticed that popsicle.easymac.org’s mailq was >22,000 message. I figured that was a problem. Turns out one of my users (who’s account I deleted without hesitation) was running a PHP proxy from his ~ directory. Looks like the stupid thing allowed some idiot to download some obnoxious looking perl [...]

I’m not creative enough for this, and you can’t help me.