As in man page for init:
"When init is requested to change the runlevel, it sends the warning signal SIGTERM to all processes that are undefined in the new run-level."
In inittab I can see just one entry for runlevel 0:
l0:0:wait:/etc/rc.d/rc 0
So, it calls rc script with parameter 0
and sends...
When init is requested to change the runlevel, it sends the warning signal SIGTERM to all processes that are undefined in the new runlevel. It then waits 5 seconds before forcibly terminating these processes via the SIGKILL signal.
Is it ensured that this is done after all scripts with K prefix...
Whe I run the 'top' command on my machine
I've got the following output for CPU usage:
Cpu(s): 0.5% us, 0.3% sy, 0.0% ni, 99.1% id, 0.0% wa, 0.0% hi, 0.0% si
So,
99.1% for idle time, min value for idle was 95%.
But in %CPU column for top processes there are
values even greater than 10%...
I used cpio command to backup some files,
find . -print | cpio -ov > backup.cpio 2>errmsg
In errmsg I got processed file names
and the end was:
7889920 blocks
1 error(s)
But I couldn't find any error message searching
whole errmsg file.
What error is cpio reporting?
I used cpio command to backup some files,
find . -print | cpio -ov > backup.cpio 2>errmsg
In errmsg I got processed file names
and the end was:
7889920 blocks
1 error(s)
But I couldn't find any error message searching
whole errmsg file.
What error is cpio reporting?
I had WinXP boot loader in MBR installed,
which called grub boot loader on first
sector of partition mounted on /boot
to boot linux system.
After reinstalling windows and setting previous
boot.ini file, win boot loader
calls grub, but grub doesn't boot the system,
command prompt of grub...
1.Do you think it is a problem of the driver,
is it possible that it complains to adapter
harware error because of its own incorrect behavior?
2.When it warns about adapter hardware failure
and it is really hardware failure of the adapter
what does it mean, can such errors arise time to time
and...
In /var/adm/messages file I have found the following:
adpu320: [ID 368597 kern.warning] WARNING: adpu320: host
adapter hardware failure
Does such an SCSI adapter failure mean that it have to
be changed or is it possible such an error can sometimes
occur without worring about the adapter?
Here...
How can I change character encoding for the system,
I can view it by 'locale' command, but I haven't find
out how to change it.
Thank for advise a lot,
M.
I can specify the namespace of the element in DTD
by declaring the xmlns attribute for it with
#REQUIRED value of namespace the element belongs to.
But how can I specify elements with the same name
belonging to different namespaces in one single
DTD not to get error of duplicate definition of...
Is there a functionality of calling function
by 'call' command in gdb present in other
debuggers, thus is it a common feature of most debuggers
or is it some special feature of gdb?
I have used fsck on my mounted
root file system. It seems that I lost
all the data, when I rebooted the system
in rescue mode from CD, it wasn't able
to recognize any linux partitions.
I tried to do something with that
by using Stellar Phoenix Linux to help me
recover the data, the partition...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.