Naj
OK, it's simple really. On your PowerBook, "Read" permission is set for "Other" for the system.log, but this is not set on the mini.
If you had run "Repair Permissions" on
both machines, this should not be the case. This is the "correct" output from that command when permissions are
correct as set by Repair Permissions:
<pre>
ibook:/var/log michaelc$ ls -l /var/log/sys*
-rw-r----- 1 root admin 246 Jul 6 18:35 /var/log/system.log
-rw-r----- 1 root admin 758 Jul 6 18:17 /var/log/system.log.0.gz
-rw-r----- 1 root admin 1466 Jul 5 23:15 /var/log/system.log.1.gz
-rw-r----- 1 root admin 1994 Jul 4 23:59 /var/log/system.log.2.gz
-rw-r----- 1 root admin 6544 Jul 3 23:13 /var/log/system.log.3.gz
-rw-r----- 1 root admin 7301 Jun 27 19:27 /var/log/system.log.4.gz
-rw-r----- 1 root admin 2468 Jun 14 14:30 /var/log/system.log.5.gz
-rw-r----- 1 root admin 920 Jun 10 19:06 /var/log/system.log.6.gz
-rw-r----- 1 root admin 2105 Jun 10 00:06 /var/log/system.log.7.gz
</pre>So that explains the discrepancy.
As to why you are unable to run the maintenance tasks on your PowerBook, I'm not so sure. First try this command on both machines:
ls -ld /var/log
and see if you get the following output:
<pre>
ibook:~ michaelc$ ls -ld /var/log
drwxr-xr-x 72 root wheel 2448 Jul 6 18:17 /var/log
</pre>(Obviously the numbers and dates may be different). Let us know what you get.
Then Repair Permissions on both machines and rerun all the "ls" commands to see how the permissions look now. I'm particularly interested in (a) whether the "Read" permission for "Other" disappears, and (b) whether that "wheel" group you have listed turns to "admin".
Then, let's force a rotation of your system.log on the PowerBook only:
sudo periodic daily
Press return and you will be prompted for your password. This is not echoed for security reasons: just type it and press return.
If you haven't used 'sudo' before, you will receive a little lecture before being prompted for the password. Read it and continue 🙂
When it's done, which won't take long at all, try the
ls -l /var/log/sys*
command again (only on the PowerBook) and let us know what it
now says.