View previous topic :: View next topic |
Author |
Message |
andrzejpw n00b
Joined: 02 May 2002 Posts: 46
|
Posted: Wed May 15, 2002 7:17 pm Post subject: WHY won't SWAT WORK? |
|
|
It keeps on giving me errors, saying that theres nothing on port 901! Help! |
|
Back to top |
|
|
arkane l33t
Joined: 30 Apr 2002 Posts: 918 Location: Phoenix, AZ
|
Posted: Wed May 15, 2002 7:38 pm Post subject: |
|
|
is it running?
netstat -an | grep -i 901
should show you something regarding an open port if it is. |
|
Back to top |
|
|
snorkel Apprentice
Joined: 14 May 2002 Posts: 206 Location: Milwaukee, WI
|
Posted: Wed May 15, 2002 7:53 pm Post subject: swat |
|
|
You need to emerge xinetd and add a smbpassword for root.
Tony |
|
Back to top |
|
|
andrzejpw n00b
Joined: 02 May 2002 Posts: 46
|
Posted: Wed May 15, 2002 8:09 pm Post subject: |
|
|
isn't xinetd already installed? I mean, I have a swat file in there and everything. |
|
Back to top |
|
|
arkane l33t
Joined: 30 Apr 2002 Posts: 918 Location: Phoenix, AZ
|
Posted: Wed May 15, 2002 9:05 pm Post subject: |
|
|
andrzejpw wrote: | isn't xinetd already installed? I mean, I have a swat file in there and everything. |
You can find out if it is running by typing:
Code: |
ps aux | grep -i xinet | grep -v grep
|
if it's not, see if it is emerged by searching it out. |
|
Back to top |
|
|
rogue Tux's lil' helper
Joined: 15 May 2002 Posts: 99 Location: Falls Church, VA
|
Posted: Thu May 16, 2002 8:40 pm Post subject: xinetd and swat |
|
|
if i remember correctly, when i installed samba, swat wouldn't work. There was a /etc/xinetd.d directory, but obviously xinetd wasn't running. I don't remember if it was emerged or not, but i did an emerge xinetd, then did an rc-update add /etc/init.d/xinetd defualt and then started it.
oh, one more thing...make sure you edit the /etc/xinetd.d/swat file.
I believe it has "disable = yes" by default...you probably want to get rid of that line... _________________ (rob) |
|
Back to top |
|
|
andrzejpw n00b
Joined: 02 May 2002 Posts: 46
|
Posted: Fri May 17, 2002 2:48 am Post subject: |
|
|
still nothing. |
|
Back to top |
|
|
|