Results 1 to 2 of 2
well i installed apache ok now i'm working on samba i got as far as getting the packages installed i dont understand the adduser thing so i need some help ...
- 06-23-2004 #1Just Joined!
- Join Date
- Jun 2004
- Posts
- 39
samba help get up and running
well i installed apache ok now i'm working on samba i got as far as getting the packages installed i dont understand the adduser thing so i need some help there and to test samba i'm suppost to go to type localhost:901 in my url box but it always says connection refued so i guess not configured write
- 06-24-2004 #2Linux Newbie
- Join Date
- Jan 2004
- Location
- Houston, Tx
- Posts
- 144
Make sure your /etc/inetd.conf or /etc/xinetd.conf has something which looks like this:
Then try again.Code: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 }


Reply With Quote
