You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by Apache Wiki <wi...@apache.org> on 2007/12/03 12:29:16 UTC

[Spamassassin Wiki] Update of "InfraNotes" by JustinMason

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Spamassassin Wiki" for change notification.

The following page has been changed by JustinMason:
http://wiki.apache.org/spamassassin/InfraNotes

The comment on the change is:
info about disabled svcs

------------------------------------------------------------------------------
  
  Accounts for minotaur are for committers only -- requested via the PMC chair.
  
- ''spamassassin.zones.apache.org'': a Solaris Zone running on helios.apache.org, running these services: buildbot, rsync, automc
+ ''spamassassin.zones.apache.org'': a Solaris Zone running on gaea.apache.org, running various services, see SpamAssassinAsfZone
  
  Accounts for the zone are for committers only -- requested via the PMC.
  
@@ -92, +92 @@

  
  /etc/rc3.d/* output goes to /var/svc/log/milestone-multi-user-server:default.log ; rc2.d to milestone-multi-user:default.log .
  
+ This mystery process:
+ {{{
+  0 S noaccess 10382  9927   0  40 20        ?  45618        ? 10:49:07 ?           0:35 /usr/java/bin/java -server -Xmx128m
+ }}}
+ is the "Java web console".  I've disabled it -- and a batch of other unused services -- using:
+ 
+ {{{
+ sudo svcadm -v disable webconsole
+ sudo svcadm -v disable svc:/application/opengl/ogl-select
+ sudo svcadm -v disable svc:/application/font/stfsloader
+ sudo svcadm -v disable svc:/application/x11/xfs
+ sudo svcadm -v disable svc:/network/finger
+ sudo svcadm -v disable svc:/network/ftp
+ sudo svcadm -v disable svc:/network/rpc/cde-calendar-manager
+ sudo svcadm -v disable svc:/network/rpc/cde-ttdbserver
+ sudo svcadm -v disable svc:/network/telnet
+ sudo svcadm -v disable svc:/network/cde-spc
+ sudo svcadm -v disable svc:/network/rpc-100235_1/rpc_ticotsord
+ sudo svcadm -v disable svc:/application/management/seaport
+ sudo svcadm -v disable svc:/application/management/snmpdx
+ sudo svcadm -v disable svc:/application/cde-printinfo
+ sudo svcadm -v disable svc:/application/font/fc-cache
+ }}}
+ 
  == BuildBot ==
  
  see ContinuousTesting.  when creating slaves on the Solaris zone, you cannot use "buildbot slave" to create it due to a bug in use of ptys; instead: