Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Roberti

  1. Roberti

    Cron job won't execute

    Cron works now, I have no idea why. I added the '>> /var/log/rsync.log' part to create a logfile and changed the time. Crontab now looks like: 10 9 * * * root /usr/local/etc/rc.d/rsync.sh The logfile shows the transfers made and everything is fine. Thanks everybody for the tips, I'm glad...
  2. Roberti

    Cron job won't execute

    This is the script: #!/bin/sh /usr/local/bin/rsync -a --delete --progress ftp-rsync.mozilla.org::mozilla/ /usr/local/ftproot/pub/mozilla/
  3. Roberti

    Cron job won't execute

    This is the error when I leave out the root command: Feb 8 08:56:00 testserver /usr/sbin/cron[454]: (*system*) PARSE (bad command) When I run the script from the command line it run's fine. With the root part in cron the job doesn't produce an error, but the script doesn't run. P.S. I'm...
  4. Roberti

    Cron job won't execute

    When I do that I get a parse error in the cron log.
  5. Roberti

    Cron job won't execute

    That was always necesary in FreeBSD 4.10
  6. Roberti

    Cron job won't execute

    I've made a script that that will launch rsync. I've tested the script and it works. I've put the following in cron: 1 9 * * * root /usr/local/etc/rc.d/rsync.sh This should execute the scipt everyday at 9:01, but it doesn't. when I check the log I see the job at 9:01 with no errors, but no...
  7. Roberti

    resizing /var

    Yes, but I removed about 30MB of files and after the reboot I had about 220MB of free space. Roberti
  8. Roberti

    resizing /var

    Yes it's very strange. I have a few more freebsd servers here and I've never had this problem. The freebsd version is 4.10. Roberti
  9. Roberti

    resizing /var

    I found a moment to reboot the server and al is well now. 'df /var' now reports it's at 1% capacity, and all errors have gone.
  10. Roberti

    Finding directory in PuTTY (SSH)

    The documentroot for Apache2 is usually in: /usr/local/www/data/ Roberti
  11. Roberti

    resizing /var

    When I do that I come at a total of 25 MB, while "df /var" keeps reporting that 255 MB is in use. Any other ideas exept a reboot? Roberti
  12. Roberti

    resizing /var

    Wishdiak, Thanks for the reply. I need more space because it's at 108% capacity and I can't seem to find what is using up all the space. I had two pretty large log files (httpd-access.log and xferlog) but i've cleaned them up. It is now at 107% capacity. Do you know where a lot of data could be...
  13. Roberti

    resizing /var

    How can i resize /var without loosing the data on that partition. It is 255 MB now and i think i need about 500 MB. I have enough free space on the /usr partition. Can I do this with a symlink? Roberti
  14. Roberti

    Question setting up dns

    It's delegated to my DNS server. But only since last friday, so it could be that it wasn't picked up yet by the rest of the world. Roberti.
  15. Roberti

    Question setting up dns

    Well, the reverse lookup of the internal servers work, but not from the dns server or the external servers. it says something like non-existing domain. Roberti

Part and Inventory Search

Back
Top