T.R | Title | User | Personal Name | Date | Lines |
---|
3240.1 | | MIPSBX::thomas | The Code Warrior | Tue Aug 21 1990 20:09 | 1 |
| What happens if you type 'inc' at the shell prompt?
|
3240.2 | inc didn't work | MARX::KELLEY | | Wed Aug 22 1990 16:31 | 6 |
| I tried typing inc and it just came back to the shell prompt
with no output. I then restarted dxmail and pressed "Read new mail"
and it just beeps even though there is mail.
/bruce
|
3240.3 | | GILROY::klee | Ken Lee | Wed Aug 22 1990 17:09 | 6 |
| The dxmail "Read new mail" command just calls the MH inc program. If
inc doesn't work, then there is something wrong with MH, your
directories, or your file systems. Make sure the permissions on your
directories are correct and that your file systems are mounted correctly.
Ken
|
3240.4 | This might be worth a try... | GOLLY::MILLER | I need 'Deeper Understanding' | Wed Aug 22 1990 17:27 | 12 |
| I ran into a similar problem as this when moving to 4.0-SSB (along with
weird things like "ps" giving "not privilidged to read /dev/kmem").
I was able to solve it by: chmod +r /dev/*mem /dev/drum
I didn't think of it too much at the time because I'm running in a
kind of a weird mode: I'm on a dickless workstation running 4.0-SSB
where the boot node and the rest of the satellites are running 3.1.
Regards,
== ken miller ==
|
3240.5 | how do these protections look? | MARX::KELLEY | | Wed Aug 22 1990 21:02 | 36 |
| Here are my protections:
# ls -ld ~kelley/Mail
drwxr-xr-x 59 kelley 1024 Aug 22 12:15 /usr/users/kelley/Mail
# ls -ld /usr/new
lrwxr-xr-x 1 root 9 Aug 15 12:13 /usr/new -> /usr1/new
# ls -ld /usr1/new
drwxrwxr-x 7 root 512 Aug 15 12:13 /usr1/new
# ls -ld /usr1/new/mh
drwxrwxr-x 2 root 512 Aug 15 11:52 /usr1/new/mh
# ls -ld ~kelley/Mail/inbox/
drwxr-x--- 2 kelley 15872 Aug 22 12:14
/usr/users/kelley/Mail/inbox/
df
Filesystem Total kbytes kbytes %
node kbytes used free used Mounted on
/dev/rz0a 15551 9660 4336 69% /
/dev/rz0g 271848 224897 19767 92% /usr
/dev/rz0h 271849 139942 104723 57% /usr/var/kits
/dev/rz1c 622097 145235 414653 26% /usr1
tenuta:/usr/users/merlin 622094 390358 169527 70% /merlin
gilda:/glocal 808279 241678 485774 33% /glocal
gilda:/merlin_kits 1142905 667017 361598 65% /merlin_kits
ls -ldg ~kelley
drwxr-x--x 29 kelley users 1536 Aug 22 12:10
/usr/users/kelley
any clues?
/bruce
|
3240.6 | | MIPSBX::thomas | The Code Warrior | Wed Aug 22 1990 21:13 | 2 |
| what about ls -lg /usr/spool/mail/kelley?
|
3240.7 | more information... | MARX::KELLEY | | Fri Aug 24 1990 10:31 | 11 |
| Here is the ls -lg /usr/spool/mail/kelley
-rw------- 1 kelley 578955 Aug 24 09:21 /usr/spool/mail/kelley
I have even tried mv ~kelley/Mail/inbox ~kelley/Mail/inbox2
which I can read the mail in inbox2 then click on Read new mail
and inbox is created but still can't see any new mail that is
sent to me.
Help...
|
3240.8 | here is ls -lg | MARX::KELLEY | | Fri Aug 24 1990 10:37 | 8 |
| oops ls -lg was
carson.ogo.dec.com> ls -lg /usr/spool/mail/kelley
-rw------- 1 kelley users 585711 Aug 24 09:30
/usr/spool/mail/kelley
looks ok to me...
|