Displaying 3 results from an estimated 3 matches for "mcsr".
Did you mean:
mcs
2002 Sep 05
7
sshd and SIGKILL
On command:
#kill -9 `cat /var/run/sshd.pid`
sshd leave pid file !
sshd.c code:
===============
....
/*
* Arrange to restart on SIGHUP. The handler needs
* listen_sock.
*/
signal(SIGHUP, sighup_handler);
signal(SIGTERM, sigterm_handler);
signal(SIGQUIT, sigterm_handler);
....
===============
Missing line is :
signal(SIGKILL, sigterm_handler);
2014 Jun 04
2
Re: libguestfs supermin error
...R1 0000000000000000 PVR 0000000080400010
VRSAVE 0000000000000000
SPRG0 0000000000000000 SPRG1 0000000000000000 SPRG2 0000000000000000
SPRG3 0000000000000000
SPRG4 0000000000000000 SPRG5 0000000000000000 SPRG6 0000000000000000
SPRG7 0000000000000000
CSRR0 0000000000000000 CSRR1 0000000000000000 MCSRR0 0000000000000000
MCSRR1 0000000000000000
TCR 0000000000000000 TSR 0000000000000000 ESR 0000000000000000
DEAR 0000000000000000
PIR 0000000000000000 DECAR 0000000000000000 IVPR 0000000000000000
EPCR 0000000000000000
MCSR 0000000000000000 SPRG8 0000000000000000 EPR 0000000000000000
M...
2014 Jun 04
2
Re: libguestfs supermin error
Hi Rich
I'm noe getting the below logs after running libguestfs-test-tool..
SUPERMIN_MODULES=/lib/modules/3.8.13-rt9-QorIQ-SDK-V1.4
SUPERMIN_KERNEL=/boot/vmlinuz-3.8.13-rt9-QorIQ-SDK-V1.4
PATH=/bin:/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/sbin:/usr/local/bin
SELinux: sh: getenforce: command not found
guestfs_get_append: (null)
guestfs_get_autosync: 1
guestfs_get_backend: direct