Hi, On Mon, Nov 28, 2005 at 04:48:33PM +0200, Manolis Tzanidakis wrote: > So I did: > $ mkdir -p /var/lock/sane > $ chmod 777 /var/lock/sane > $ touch /var/lock/sane/LCK..libusb\:\/dev/usb0\:\/dev/ugen0 > touch: LCK..libusb:/dev/usb0:/dev/ugen0: No such file or directory
Two backslashes are missing. I.e. /var/llocal/sane is the directory, the rest is the lock file itsself. But mkdir should be enough, you don't need to create the lockfile itsself. Bye, Henning