Search results

  1. P

    Working with /var/log files

    Now that I've moved most of my production stuff off of LinuxPPC and onto OS X, I have a need to adjust how I deal with log files. Previously, in LinuxPPC, the secure.log file would contain any ftp connections, sshd or telnetd connections. I had a cron job that would mail me that log file...
  2. P

    Applescript and Filemaker PRo

    OK. I've made my first venture into Applescript on OS X. I made a simple script, as follows: tell application "FileMaker Pro" activate end tell I saved it as an application. It works fine if I double click it ... As expected, FMP pops to the foreground. If I take this SAME...
  3. P

    File Sharing Question

    I set up an OSX Server to be used primarily as a File Server. I added 5-6 users to test with. I created each user so their Home space is in /Users/username. When I log in as one of the users, I have the option of mounting a "Users" volume and a "Public" volume. First of all, what...
  4. P

    File Sharing Question

    I set up an OSX Server to be used primarily as a File Server. I added 5-6 users to test with. I created each user so their Home space is in /Users/username. When I log in as one of the users, I have the option of mounting a "Users" volume and a "Public" volume. First of all, what...
  5. P

    Why can't I get cron to work?

    I've set up a MacOS X (client version) box to do various webserverving tasks. It uses mysql and php. I've successfully moved most of my apps over but I cannot for the life of me get cron to do anything! I have a crontab setup to run 3 scripts. I've tested them at various points in the...
Back
Top