RE: Samba Configurator Error.
- From: "Nicolas Fosdick" <nfosdick yahoo com>
- To: "mike" <mike redtux demon co uk>, "gnome" <gnome-list gnome org>
- Subject: RE: Samba Configurator Error.
- Date: Sun, 9 Dec 2001 09:54:28 -0700
Did you add that service to /etc/xinetd.conf, and make sure that it is not
disabled. You can add it to the xinetd.conf by going to /etc/xinetd.d/swat.
Copy that swat file and paste it into xinetd.conf, turn the diable = no, and
the line about from to comment out. After that change you will need to
start and stop the daemon. Not sure what you are using your computer for,
but if it must be secure be careful adding this. Here is my file:
#
# Simple configuration file for xinetd
#
# Some defaults, and include /etc/xinetd.d/
service ftp
{
socket_type = stream
wait = no
user = root
server = /usr/sbin/in.ftpd
server_args = -l -a
log_on_success += DURATION USERID
log_on_failure += USERID
nice = 10
disable = no
}
service telnet
{
flags = REUSE
socket_type = stream
wait = no
user = root
server = /usr/sbin/in.telnetd
log_on_failure += USERID
disable = no
}
service swat
{
port = 901
socket_type = stream
wait = no
#only_from = 127.0.0.1
user = root
server = /usr/sbin/swat
log_on_failure += USERID
disable = no
}
service swat
{
port = 901
socket_type = stream
wait = no
only_from = 127.0.0.1
user = root
server = /usr/sbin/swat
log_on_failure += USERID
disable = yes
}
defaults
{
instances = 60
log_type = SYSLOG authpriv
log_on_success = HOST PID
log_on_failure = HOST
}
includedir /etc/xinetd.d
-----Original Message-----
From: gnome-list-admin gnome org [mailto:gnome-list-admin gnome org]On
Behalf Of mike
Sent: Monday, December 03, 2001 5:26 PM
To: gnome
Subject: Re: Samba Configurator Error.
On Tue, 2001-12-04 at 00:08, Jeffrey Cobb wrote:
> Hi,
>
> I'm trying to run the Samba Configuration in Gnome and keep getting the
> error "Unable to connect to 127.0.0.1:901" connection refused. I've
> enabled HTTPD and SMB in the services configuration.
>
> Jeff
If by Samba Configuration you mean SWAT (which it looks like you need to
enable the swat service
Also try http://localhost:901
What version of RH are you using?
_______________________________________________
gnome-list mailing list
gnome-list gnome org
http://mail.gnome.org/mailman/listinfo/gnome-list
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]