Am Freitag 21 September 2007 21:48 schrieb Rod Dickerson: > I have a pre-script that works great when I su to the backuppc user, but > when I run it from the daemon it just hangs. Should there be any > difference in how the scripts are processed with these 2 methods? I can¹t > really tell that it is doing anything wrong in the logs, but it just > doesn¹t complete. Are there any syntax issues or other problems that I > need to be aware of? Thanks It is heavy to analyze a unknown script ;-) I know problems with PATH under linux which can be the reason. This environment variable can be different initialized between user and daemon modes. Maybee you can insert a "echo $PATH" in your script. br Matthias -- Don't Panic
------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ BackupPC-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/backuppc-users http://backuppc.sourceforge.net/
