Security Update 2004-09-07
sizemoresr writes "Security Update 2004-09-07 delivers a number of security enhancements and is recommended for all users of Mac OS X 10.2.8 and later. This update includes the following components: CoreFoundation, IPSec, Kerberos, libpcap, lukemftpd, NetworkConfig, OpenLDAP, OpenSSH, PPPDialer, rsync, Safari and tcpdump."
Thought you logged out of your super secret intranet page - no you didnt...
This update apparently "secures" the FTP daemon in quite an original way, by rendering it completely inoperable.
There are a few reports about it on Apple's discussions site.
The workaround suggested in the above link is to revert to the original ftpd supplied with Panther/Jaguar using the OS X install discs and a tool like Pacifist - though I'm trying to look at the glass as half-full and use this as the kick in the pants I need to start using sftp instead..
I use the rsync available here because it includes support for HFS+ volumes, meaning it will preserve resource forks. It installs to /usr/local/bin so it doesn't overwrite the existing rsync at /usr/bin. You need to have it installed on all OS X machines that you are syncing between.
To rsync data that includes files with resource forks from a remote server to a local server via ssh, use something like this:
<user>@<remoteserver>:<path> <localpath>
The --eahfs switch is what tells it to preserve resource forks.
sig != null
The latest Security Update has (predictably) broken my rsyncX install. I was able to fix this by overwriting /usr/bin/rsync (Apple's rsync) with /usr/local/bin/rsync (which is where rsyncX installs by default). However, be sure to RTF-security information first the version of rsync that rsyncX uses (2.6.0) is not secure in daemon mode (use SSH mode instead).
At our school, we don't earn a degree when we graduate—we earn pi/180 radians
http://osx.hyperjeff.net
Good catch Jeff!!