Linux

autofs, automount, auto.master and mounting samba shares

First I added a symbolic link to /etc/init.d/rc5.d/:

cd /etc/init.d/rc5.d sudo ln -s ../autofs S21autofs

Then I added to the /etc/auto.master the following line:

/media/automounts /etc/auto.smbmounts

Then I created the file auto.smbmounts with the following content:

michael_msbl.helsinki.fi -fstype=smbfs,username=michael,password=## ://paula/michael

Then I created the mountpoint:

sudo mkdir /media/automounts/michael_msbl.helsinki.fi

Then I activated the autofs daemon:

Wine and Adobe Illustrator (can't find AIRes.dll)

Adobe Illustrator didn't want to start up under wine, because it couldn't find the file AI90Res.dll. This file is located after the Illustrator install in:

~/.cxoffice/dotwine/fake_windows/Program Files/Adobe/Illustrator 10/Support Files/Contents/Windows/System

I just moved it up one directory and everything started working.

Staden 1.4 and Suse 9

I installed today the new Staden package (version 1.4) to my Suse 9. I included the lines:

export STADENROOT=/usr/local/staden-linux-rel-1-4 . $STADENROOT/staden.profile

in my ~/.bashrc file.
After this kprinter broke with the following error:

kprinter: /usr/local/staden-linux-rel-1-4/lib/linux-binaries/libstdc++.so.5: no version information available (required by /opt/kde3/lib/kprinter.so)

Pages