Error when Starting Kolab: Invalid cross-device link

Jean-Michel Dault jmdault at mandrakesoft.com
Wed Aug 18 19:07:51 CEST 2004


Le mer 18/08/2004 à 12:45, Stephen Hind a écrit : 
> ln: creating hard link `/var/spool/postfix/var/lib/sasl2//mux' to
> `/var/lib/sasl2/mux': Invalid cross-device link 
> Anyone got any ideas why it's stared doing this, and should I care?

Looks like your /var/lib and /var/spool are not on the same partition.
You can't create hard links when files are on different partitions, and
a soft link won't work because postfix is running chrooted.

What you could do is 
mount --bind /var/lib/sasl2 /var/spool/postfix/var/lib/sasl2

And remove the "ln" line in /etc/init.d/saslauthd

You'll have of course to modify your fstab so it mounts the partition at
every boot.

-- 
Jean-Michel Dault <jmdault at mandrakesoft.com>




More information about the users mailing list