Cron <root at p...> run-parts /etc/cron.daily
    Bob George 
    mailings02 at ttlexceeded.com
       
    Tue Nov 23 23:00:17 EST 2004
    
    
  
eric wrote:
>[...]
>Now I'm lost already but I peak at line 38 and it says,
>  || echo Prelink failed with return value $? >> /var/log/prelink.log
>  
>
That's the error action if the previous line fails. On my (debian) 
system, /etc/cron.daily/prelink lines 37 & 38 are:
/usr/sbin/prelink -av $PRELINK_OPTS >> /var/log/prelink.log 2>&1 \
  || echo Prelink failed with return value $? >> /var/log/prelink.log
So I'd do a man prelink to understand the options, then try running that 
line manually.
- Bob
    
    
More information about the Discuss
mailing list