Re: portsnap and updates using cron

2005-08-31 Thread Kevin Kinsey
martin hudec wrote: Hello, I am using portsnap to update my ports tree like following: 1. Calling portsnap cron from root's cron 2. Updating ports tree using portsnap -I update from root's cron But it does not update anything by portsnap cron. In /usr/local/etc/portsnap.conf I have:

Re: portsnap and updates using cron

2005-08-31 Thread martin hudec
Hello, On Wed, Aug 31, 2005 at 08:54:31AM -0500 or thereabouts, Kevin Kinsey wrote: Not sure. Check the logs, etc. If you're familiar with ktrace, kdump, etc., you could follow the program's progress if you find no log information. /var/log/cron reports me that cronjob was done. No I am

Re: portsnap and updates using cron

2005-08-31 Thread Norberto Meijome
martin hudec wrote: Hello, On Wed, Aug 31, 2005 at 08:54:31AM -0500 or thereabouts, Kevin Kinsey wrote: Not sure. Check the logs, etc. If you're familiar with ktrace, kdump, etc., you could follow the program's progress if you find no log information. /var/log/cron reports me that

Re: portsnap and updates using cron

2005-08-31 Thread Will Maier
On Wed, Aug 31, 2005 at 04:08:46PM +0200, martin hudec wrote: First, I tell my custom script (with environment set by PATH=) to call portsnap fetch portsnap update, but he is unable to fetch anything at all, therefore I started to use portsnap cron and I hoped to be able to fetch it. So what

Re: portsnap and updates using cron

2005-08-31 Thread martin hudec
Hello, On Thu, Sep 01, 2005 at 02:07:57AM +1000 or thereabouts, Norberto Meijome wrote: man ktrace man kdump in a nutshell: ktrace shows the kernel calls that a process is executing. It creates a dump file which you can view with kdump. similar (better actually) than strace and whatever

Re: portsnap and updates using cron

2005-08-31 Thread martin hudec
Hello, On Wed, Aug 31, 2005 at 11:28:03AM -0500 or thereabouts, Will Maier wrote: So what happens when you run: # /usr/local/sbin/portsnap fetch # /usr/local/sbin/portsnap update They are both running pretty well from command line. on the command line? Your portsnap.conf

RE: portsnap and updates using cron

2005-08-31 Thread Ruben Bloemgarten
: portsnap and updates using cron Hello, On Thu, Sep 01, 2005 at 02:07:57AM +1000 or thereabouts, Norberto Meijome wrote: man ktrace man kdump in a nutshell: ktrace shows the kernel calls that a process is executing. It creates a dump file which you can view with kdump. similar (better

Re: portsnap and updates using cron

2005-08-31 Thread Will Maier
On Wed, Aug 31, 2005 at 06:32:17PM +0200, martin hudec wrote: On Wed, Aug 31, 2005 at 11:28:03AM -0500 or thereabouts, Will Maier wrote: So what happens when you run: # /usr/local/sbin/portsnap fetch # /usr/local/sbin/portsnap update They are both running pretty well from command