UNIX Recent Entries
MacOSX 10.7 Lion doesn't support old version of netatalk (2.0.x?). Lion won't mount older version of netatalk volume and an error occurred.
It needs to be updated to the latest version.
After the update, if CNID DB error occurred, ' cnid_metad_enable="YES" ' must be set in /etc/rc.conf, then restarting netatalk fixes this problem.
An error of FreeBSD on VMware Fusion "lnc0: Missed packet -- no receive buffer" was sometimes annoying me.
When bunch of this error stacks, virtual machine stacks too.After upgrading Fusion 3, it seems to run more stable, but this error still occurs.
I had been looking for solution to resolve this problem for several months and I found two solutions. The one is installing VMware tools and using vmxnet for Network interface, and another is editing .vmx file and add alternate NIC statement (e1000) in it.
VMware tools for fusion supports ony FreeBSD 6.3 and 7.0. Unfortunatelly I am using 6.2, so my environment was rejected by its installer.
I decieded to change NIC to e1000, and as a result it runs without problems.
I did forget that rsync with --delete option deleted data in the backup directory while rsync is building first index.
After I reconstructed my backup RAID on the server in my local network, I executed rsync --delete then it deleted all backup data. It was too late when I was aware of it.
It is better to do it with --dry-run when you rsync at first time.
Installing GNU Screen on Mac OS X 10.5 failed while its make process.
It shows errors that say "warning: 'utmp' is deprecated". The patch of MacPorts resolves this problem.
With this patch, you can make install though it still occurs some utmp errors.