"nohup arranges
for the SIGHUP signal to be ignored by the process"
in this way if you close your session the process continue to run !
nohup is enough
Bat
I had a jumpstart server on a solaris 8
I install a server with solaris 8 release 04/01.
In the finisch script of my jumpstart server a copy in /etc/rc3.d S999conf :
/bin/ksh /newinst/bin/autoreboot
/newinst/bin/autoreboot :
#!/bin/ksh
#set -x
conf=/newinst/bin/reboot.conf...
give more details...
did u install some soft ? some pkg ?
what is the hardware...
what's the release ? (/etc/release)
I saw somethink about this message but in solaris 2.7
Andy
take a look at docs.sun.com and search about hme.conf or qfe.conf with parameters for each instance !
It's possible to write on /kernel/drv/qfe.conf
like :
name="SUNW,qfe" parent="/pci@1f,2000/pci@1" unit-address="0,1" adv_100T4_cap=0 adv_100fdx_cap=0...
i had compile a c program to do this
#include <stdio.h>
#include <time.h>
main(int argc,char *argv[] ){
time_t seconds;
struct tm *tmGMTp;
if(argc==2)
seconds=atol(argv[1]);
else
{
fprintf(stderr,"usage: %s seconds - convert seconds to...
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.