The solaris-8 tag has no wiki summary.
1
vote
1answer
558 views
File system full - except it's not
I've a Solaris 8 box which is reporting that a file system is full:
db% tail -2 /var/adm/messages
Nov 22 08:32:27 db ufs: [ID 845546 kern.notice] NOTICE: alloc: /u03: file system full
Nov 22 08:34:51 ...
1
vote
1answer
215 views
Solaris 8 (TSOL) Fatal Fault at MB.T_ENC
In Trusted Solaris 8 (TSOL) I am receiving the following error on the console:
<date> <hostname> rmclomv: SC initiating hard host system shutdown due to fault at MB.T_ENC.
Is anyone ...
0
votes
2answers
99 views
-h not working for 'ls' command in Sun SPARC
I was trying this command for listing files in human readable form:
$ ls -lh ...
1
vote
1answer
260 views
Solaris 8: Assign equal priorities to multiple primary interfaces connected to the same network
I have a machine with Solaris 8, and it has multiple interfaces that are connected to the same network which means they all have metric 0 (1 hop) to the default gateway.
assume:
e1000g0: ...
0
votes
1answer
381 views
Unable to mount /export/home under Solaris after some disk errors on boot
uname -a
SunOS pyro 5.8 Generic_108528-14 sun4u sparc SUNW,Sun-Blade-100
I'm not on the console -- but a coworker told me the system had disk errors on boot. All of the partitions seem to have ...
1
vote
1answer
288 views
Adobe Acrobat Reader 8 for Solaris 8?
Has anyone got anything more recent than Acrobat 4 working on Solaris 8.
I realize the OS is obsolete but we have un-ported software.
10
votes
2answers
3k views
What does * * * * * (five asterisks) in a cron file mean?
The first noncomment line in a legacy crontab file begins with five asterisks:
* * * * * ([a_command]) >/dev/null 2>&1
The authors are gone, so I do not know their intent. What does ...