Mailing List
Home
Forum Home
Linux - General Red Hat Linux discussion list
Installation - Getting started with Red Hat Linux
Enterprise Linux 3 - Discussion of Red Hat Enterprise Linux 3 (Taroon)
Red Hat Linux 9 - Discussion of Red Hat Linux 9 (Shrike)
Red Hat Linux 7.2 - Discussion of Red Hat Linux 7.2 (Enigma)
Red Hat Linux 7.3 - Discussion of Red Hat Linux 7.3 (Valhalla)
Apache Web Server
Oracle database, Microsoft SQL server ...
Subjects
application/x mplayer2 plugin
RPM error: db4 error(16) from dbenv >remove: Device or resource
   busy
Command stream end of file while reading
X Windows problem (xauth)
Upgrading openoffice 1 1 rpm
FTP: connection refused
FTP: connection refused
mount: /dev/cdrom: is not a valid block device
Dell Precision 650, RedHat 9, no sound
how to trace the cause resulting in the crash of bind server
Virus on the list
UNINSTALL RPM MYSQL
usb pen drives: mounting as a user
broadcom network interface
make mrproper
sendmail configuration on redhat
Couldn 't open PID file /var/run/named/named pid Permission denied
Promise 378 controller
kernel 2 6 and /dev/sound/mixer not found
Problem using up2date
mrtg step by step howto/configuration for a newbie?
Compiling and Installing Kernel 2 6
Can 't locate module ppp0, can 't locate module ppp compress 21
HOW I CAN MAKE BOOTABLE FLOPPY DISKET
Lotus Notes under Wine
/etc/security/limits conf question
Intel E/1000 driver
Command stream end of file while reading
rpm database corrupt
qla2300 modules
 
Samba--Connection Refused

Samba--Connection Refused

2004-12-15       - By Michael Schwendt

 Back
Reply:     <<     11     12     13     14     15     16     17     18     19     20     >>  

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@(protected)
https://www.redhat.com/mailman/listinfo/shrike-list