Robert Robinson
2004-Jul-15 14:01 UTC
[Samba] SWAT works with Webmin but not via localhost:901
I have tried everything that I know of. I have reviewed the services file and the swat file in xinetd.d a tun of times. It appears, via netstat that swat is listening on port 901. However when I attempt to access it via the Mozilla browser on my Fedora server (with 127.0.0.1:901 or localhost:901) nothing happens. It just sits there. However, if I access it via webmin (which has swat stored elseware) it works fine. Any thoughts? ROB
Robert Robinson
2004-Jul-15 17:41 UTC
[Samba] RE: SWAT works with Webmin but not via localhost:901
Anyone have any idea where to start with this? I have tried everything that I know of. I have reviewed the services file and the swat file in xinetd.d a tun of times. It appears, via netstat that swat is listening on port 901. However when I attempt to access it via the Mozilla browser on my Fedora server (with 127.0.0.1:901 or localhost:901) nothing happens. It just sits there. However, if I access it via webmin (which has swat stored elseware) it works fine. Any thoughts? ROB
Paul Gienger
2004-Jul-15 17:49 UTC
[Samba] RE: SWAT works with Webmin but not via localhost:901
How did you install your samba package and/or swat? Is your swat binary
where xinetd expects it? This is what my fedora (2) standard working
config looks like, working from everyplace, not just localhost:
service swat
{
port = 901
socket_type = stream
wait = no
user = root
server = /usr/sbin/swat
log_on_failure += USERID
}
Robert Robinson wrote:
>Anyone have any idea where to start with this?
>
>I have tried everything that I know of.
>
>I have reviewed the services file and the swat file in xinetd.d a tun of
times. It appears, via netstat that swat is listening on port 901.
>
>However when I attempt to access it via the Mozilla browser on my Fedora
server (with 127.0.0.1:901 or localhost:901) nothing happens. It just sits
there.
>
>However, if I access it via webmin (which has swat stored elseware) it works
fine.
>
>Any thoughts?
>
>ROB
>
>
>
--
Paul Gienger Office: 701-281-1884
Applied Engineering Inc. Cell: 701-306-6254
Information Systems Consultant Fax: 701-281-1322
URL: www.ae-solutions.com mailto:pgienger@ae-solutions.com
Robert Robinson
2004-Jul-15 17:52 UTC
[Samba] RE: SWAT works with Webmin but not via localhost:901
My file looks the same except I have the following in it: only_from= localhost I will try taking it out. Any other suggstions to try? Thanks tns for the idea!! ROB>>> Paul Gienger <pgienger@ae-solutions.com> 07/15/04 12:48PM >>>How did you install your samba package and/or swat? Is your swat binary where xinetd expects it? This is what my fedora (2) standard working config looks like, working from everyplace, not just localhost: service swat { port = 901 socket_type = stream wait = no user = root server = /usr/sbin/swat log_on_failure += USERID } Robert Robinson wrote:>Anyone have any idea where to start with this? > >I have tried everything that I know of. > >I have reviewed the services file and the swat file in xinetd.d a tun of times. It appears, via netstat that swat is listening on port 901. > >However when I attempt to access it via the Mozilla browser on my Fedora server (with 127.0.0.1:901 or localhost:901) nothing happens. It just sits there. > >However, if I access it via webmin (which has swat stored elseware) it works fine. > >Any thoughts? > >ROB > > >-- Paul Gienger Office: 701-281-1884 Applied Engineering Inc. Cell: 701-306-6254 Information Systems Consultant Fax: 701-281-1322 URL: www.ae-solutions.com mailto:pgienger@ae-solutions.com