|  | Home
 | Calendar
 | Mail Lists
 | List Archives
 | Desktop SIG
 | Hardware Hacking SIG Wiki | Flickr | PicasaWeb | Video | Maps & Directions | Installfests | Keysignings Linux Cafe | Meeting Notes | Linux Links | Bling | About BLU | 
I've been having trouble connecting to http://localhost:901.  Both smbd
and nmbd are running fine.  My swat file under /etc/xinetd.d/ is
service swat
{
      disable = no
      port = 901
      socket_type = stream
      wait = no
      only_from = 127.0.0.1
      user = root
      server = /usr/sbin/swat
      lon_on_failure += USERID
}
and under /etc/services I just have
swat	901/tcp
for the swat entry.  
Somehow my connection is always refused(and I am connecting from the local
machine).  Any suggestions would be appreciated.  Thanks.
-
Subcription/unsubscription/info requests: send e-mail with
"subscribe", "unsubscribe", or "info" on the first line of the
message body to discuss-request at blu.org (Subject line is ignored).