> pcscdaemon.c:238:main pcscd set to foreground with debug send to stderr > pcscdaemon.c:463:at_exit cleaning /var/run > pcscdaemon.c:482:clean_temp_files Cannot unlink /var/run/pcscd.comm: No > such file or directory
Does this happen all of the itme, or only some times? Did you run two pcscd's at the same time? make sure you don't have another running, then delete the /var/run/pcscd.* files, and restart pcscd. Another problem might be caused by a config option. What do you have for the following config options? --enable-runpid=FILE file containing pcscd pid --enable-ipcdir=DIR directory containing IPC files (default /var/run) To find out, do a egrep 'runpid|ipcdir' config.log I get: configure:22598: result: enable runpid : false configure:22632: result: enable ipcdir : /var/run (default) runpid='false' _______________________________________________ Muscle mailing list [EMAIL PROTECTED] http://lists.drizzle.com/mailman/listinfo/muscle
