From: Anne W. <can...@go...> - 2007-08-20 10:09:22
|
On Sunday 19 Aug 2007, Rob MacGregor wrote: > On 8/19/07, Anne Wilson <can...@go...> wrote: > > Hi, Rob. I've upgraded now, but I've not been able to run as a daemon. > > I seem to have a path problem. > > > > fetchmail --daemon 300 > > fetchmail: cannot open /home/anne/~/fetchmail.log: No such file or > > directory fetchmail: fetchmail: Cannot detach into background. Aborting. > > > > This when commanding as user. I did wonder if root needed to start it, > > but I guess if that's so I'll have to feed it the user path somehow. > > > > Can you help, please? > > Looks like a typo somewhere in your config file. What does your > .fetchmailrc file contain? > > I'm guessing a line like: > > logfile ~/fetchmail.log > > Try "logfile /home/anne/fetchmail.log" instead. That corrected it, and the daemon is now running. However, I'm still having no luck in getting the certificate. This is the command I'm using: [root@david ~]# openssl s_client -connect zencphosting09.zen.co.uk:993 </dev/null | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p'>/etc/pki/tls/rootcerts/zencphosting09.zen.co.uk.pem It just sits there, nothing happening. Anne |