Marc Baaden <[EMAIL PROTECTED]> writes: > I've been using my fink-setup with fetchmail for a long time, starting > with Tiger. I never observed any problems. > Now under Leopard, fetchmail sometimes gets in a zombie-like state, > when it doesn't fetch any more messages and returns the following in > the log:
I don't use fink-setup, so I can't help here. But you could try `launchd' daemon manager provided by leopard. It's very nice, I'd say. As an example, this is my `/Users/william/Library/LaunchAgents/xwl.fetchmail.plist': ---------------------------------8<------------------------------------- <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Label</key> <string>xwl.fetchmail</string> <key>Program</key> <string>/usr/bin/fetchmail</string> <key>RunAtLoad</key> <true/> <key>StartInterval</key> <integer>120</integer> <key>UserName</key> <string>william</string> </dict> </plist> ---------------------------------8<------------------------------------- -- William http://williamxu.net9.org ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
