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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  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
  16. Roberti

    Question setting up dns

    Hello all, I'm setting up a DNS server for my company but I'm running into some questions. I want to internaly be able to resolve our servers with their non-routable addresses, like the fileserver (10.4.0.4). Those dns entry's should not be viewable for the outside world. We also host our own...
  17. Roberti

    Mail subdomain in bind

    Thanks, I'll try that. Roberti
  18. Roberti

    Mail subdomain in bind

    Hello all, I work at a school, and the employees have the email address: name@test.com, and the mailserver is mail.test.com. Next year the students get there own mail address: student@students.test.com. The MTA is the same as the employee mail on the same server: mail.test.com. Do I have to...
  19. Roberti

    Netware Edirectory and Suse fileserver

    Hello all, In our company users are in the edirectory on a netware 6.5 server. We want to run our fileserver on suse enterprise server. Can this be done without any double login? The reason we want to run the fileserver on suse is that running the fileserver on netware doesn't work wel with...
  20. Roberti

    DHCP question

    I'm configuring dhcp on our router, but I'm running into some problems. we use mainly static addresses, like IP: 10.2.106.1 Subnet: 255.255.0.0 I want to setup dhcp to use addresses 10.2.3.0 - 10.2.3.255, but with subnet 255.255.0.0 When I type: network 10.2.3.0 255.255.0.0 it puts 10.2.0.0...

Part and Inventory Search

Back
Top