This means the sac (service access controller) is failing repeatadly.
The message is from init and is releated to the /etc/inittab line:
This entry in inittab tells init to start sac in multiuser (run levels 2,3 or 4) and restart it if it dies.
You'll need to find out what's killing the sac, I'd suggest looking further into /var/adm/messages and/or raising a fault with Sun.
Alternativly, try running it manually to see if you get a useful error message back.
Although it might be tempting, don't 'solve' this by removing the line from /etc/inittab - it will stop the error but you really need the sac running
Dear All
After powering on my Netra120 Solaris server and waiting for all of the installed processes to be started , when trying for login I am getting :
"can not open module /usr/lib/security/pam_authtok_get.so.1"
Can you please let me know what has happened to my server and how can I reach... (3 Replies)
I'm not sure if this is the default behavior for the ld command, but it does not seem to be looking in /usr/local/lib for shared libraries.
I was trying to compile the latest version of Kanatest from svn. The autorgen.sh script seems to exit without too much trouble:
$ ./autogen.sh
checking... (2 Replies)
Hi,
I want to use the function "v12n_domain_uuid" on solaris box. The library "libv12n" is present in /usr/lib but i can't locate the header "libv12n.h" anywhere in the box.
How do i run the API "v12n_domain_uuid" (4 Replies)
Hi,
i have a solaris 5.10 machine on which i am getting below error while
executing cat command
ld.so.1: cat: fatal: vhost.so: open failed: No such file or directory
Killed
it is related to file vhost.so missing
Also when i did ldd cat result is as below
libc.so.1... (1 Reply)
Hi,
I am working on a core dump issue, where the dumps happens in OS library, /usr/lib/hpux32/libc.so.1 and version for my OS is as specified by uname -a is:
"HP-UX B.11.23 U ia64".
Below is the core dump file. Our program terminated with Signal 6.
... (0 Replies)
I want to move /usr/lib on a seperate partition.
( is is now all at / )
I know how to copy data and update fstab but...
At boot time, the mepis distro already needs stuff from /usr/lib but it is not mounted yet. So i get error before /usr/lib is mounted.
Does this mean you cannot move... (4 Replies)
Hey,
Im trying to create a script to create a dir-tree of pod converted to html. so far this is the script:
#!/bin/sh
cd /usr/lib/perl5
for d in ./* ; do
# is it a dir?
if ; then
# yes! get the basename
cd $d ; dir=`basename $d`
for f in ./* ; do
... (1 Reply)
Hello UNIX people. I was just cruising around my UFS and came across the directory /usr/lib/32. This directory continues up many directories (/usr/lib/32/32/32/32->). Each level of 32/ directory seems to be a copy of the previous one. I have been working with UNIX for a little while now, but I... (3 Replies)