On Tue, 14 Dec 2004 21:41:26 -0800, Wayne Watson wrote: > I don't know if this is good or bad, but I decided to run hwconfig --list before and > after service xinetd stop. The devil is in the detail again. It's not "hwconfig --list", but "chkconfig --list". > The 3,4, and 5 levels were on, and didn't change. In fact, > there was no change in any of the on/off settings of xinetd. Expected behaviour. "chkconfig" maintains the initial run-level configuration, "service" the current status of services. # chkconfig --list xinetd xinetd 0:off 1:off 2:off 3:on 4:on 5:on 6:off # service xinetd stop Stopping xinetd: [ OK ] # chkconfig --list xinetd xinetd 0:off 1:off 2:off 3:on 4:on 5:on 6:off # service xinetd status xinetd is stopped > Well, it's late here, and I'm turning in. > # service xinetd start Starting xinetd: [ OK ] # chkconfig swat on # netstat -tpan | grep 901 tcp 0 0 0.0.0.0:901 0.0.0.0:* LISTEN 3914/xinetd # telnet 127.0.0.1 swat Trying 127.0.0.1... Connected to localhost.localdomain (127.0.0.1). Escape character is '^]'. GET / HTTP/1.0 401 Authorization Required WWW-Authenticate: Basic realm="SWAT" Connection: close Content-Type: text/html <HTML><HEAD><TITLE>401 Authorization Required</TITLE></HEAD><BODY><H1>401 Authorization Required</H1>You must be authenticated to use this service<p></BODY></HTML> Connection closed by foreign host. # /usr/sbin/swat -V # rpm -V samba-swat samba samba-common # /usr/sbin/swat < /dev/null HTTP/1.0 401 Authorization Required WWW-Authenticate: Basic realm="SWAT" Connection: close Content-Type: text/html <HTML><HEAD><TITLE>401 Authorization Required</TITLE></HEAD><BODY><H1>401 Authorization Required</H1>You must be authenticated to use this service<p></BODY></HTML> What of this can you reproduce? -- Shrike-list mailing list Shrike-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/shrike-list