Difference between revisions of "Solaris 10"

From Hackepedia
Jump to navigationJump to search
 
Line 2: Line 2:
  
 
You will want to install [http://www.blastwave.org/pkg-get.php pkg-get] and make sure you have gzip, and wget, in your [[path]].
 
You will want to install [http://www.blastwave.org/pkg-get.php pkg-get] and make sure you have gzip, and wget, in your [[path]].
 +
 +
 +
/etc/init.d/syslog:
 +
            /usr/sbin/syslogd -t >/dev/msglog 2>&1 &
 +
add the -t to stop accepting remote logs
 +
 +
/etc/init.d/sendmail:
 +
            MODE=""
 +
remove the -bd to stop it from running in daemon mode

Latest revision as of 11:40, 12 July 2006

One major change I've noticed in Solaris 10 is that admintool is gone. They have replaced it with smc (Solaris Management Console) which is a bloated client-server tool.

You will want to install pkg-get and make sure you have gzip, and wget, in your path.


/etc/init.d/syslog:
           /usr/sbin/syslogd -t >/dev/msglog 2>&1 &

add the -t to stop accepting remote logs

/etc/init.d/sendmail:
            MODE=""

remove the -bd to stop it from running in daemon mode