search for: socket_type

Displaying 20 results from an estimated 133 matches for "socket_type".

2006 Mar 02
2
SWAT + FC4 = Not working
Hitting a big mystery here. I've configured samba properly but I would like to run swat. The /etc/xinetd.d/swat file contains: service swat { disable = no port = 901 socket_type = stream wait = no only_from = 127.0.0.1 user = root server = /usr/sbin/swat log_on_failure += USERID } When I try to start the service my message log contains: xinetd[1695]: bind failed (Address already in use (er...
2001 Nov 07
1
xinetd, what's the trick?
Hello, I've succefuly installed samba 2.2.2 on my Linux box. I can share between Linux and MS boxes, but I want to start samba from xinetd. In /etc/xinetd.d/ I have this: #/etc/xinetd.d/netbios-ns service netbios-ns { disable = no socket_type = dgram protocol = udp port = 137 user = root wait = yes server = /usr/local/samba/bin/nmbd } #/etc/xinetd.d/netbios-ssn service netbios-ssn { disable = no socket_type = stream...
2002 Mar 12
2
swat on red hat 7.2
...he buttons to access these simply don't exist. I can view status, but I can't make any changes (not even restart the daemons). This works fine on my Debian system. The only real difference that I can think of is inetd vs xinetd. Here is my xinetd config for swat: service swat { socket_type = stream wait = no user = root server = /usr/local/samba/bin/swat log_on_failure += USERID disable = no } What else could be wrong? -- James Bagley | CDI Innovantage james_bagley@non.agilent.com | Tech...
2005 Nov 07
3
SWAT not accessible from remote sites
...at /etc/xinetd.d/swat # default: off # description: SWAT is the Samba Web Admin Tool. Use swat \ # to configure your Samba server. To use SWAT, \ # connect to port 901 with your favorite web browser. service swat { disable = no port = 901 socket_type = stream wait = no only_from = 127.0.0.1 user = root server = /usr/sbin/swat log_on_failure += USERID } TIA, Kenny Sanders
2001 Nov 09
1
Re; Samba 2.2.2
Hello Guys, First off let me say thanks for your efforts on Samba. Next I have a problem, I dled the samba 2.2.2 tarball and installed it and now I am at the configuration stage. It says I have to add two lines netbios-ssn lines to the inetd.conf file. Well, unfortunately there is no inetd.conf. However there is an xinetd.conf file is that the same thing and if so, what and where do I
2004 Mar 29
2
SWAT - special weapons and tactics :)
Hi all, OS: suse 9 samba ver: 3.0.2 linux:/etc/xinetd.d # cat swat service swat { port = 901 socket_type = stream wait = no only_from = localhost 10.1.1.10 user = root server = /usr/sbin/swat log_on_failure += USERID # disable = yes linux:/etc # cat inetd.conf swat stream tcp nowait.400 root /usr/sbin/swat swat linux:/etc # cat services | grep 901 swat 901/tcp...
2006 Mar 07
5
subversion help!
I created a subversion repository on my new vps and i''m trying to setup my rails app there. However i keep getting this error: subversion/libsvn_subr/io.c:2516: (apr_err=13) svn: Can''t create directory ''/home/svnadmin/rapleaf/db/transactions/0-1.txn'': Permission denied How do i fix this? I know others have had this before, so i would appreciate some help.
2008 Jun 24
1
rsh issue/update (access denied)...
...ty rsh rlogin rlogind rexec console vc/1 vc/2 vc/3 vc/4 vc/5 . . . /etc/xinetd.d/rexec:: # description: Rexecd is the server for the rexec(3) routine. The server \ # provides remote execution facilities with authentication based \ # on user names and passwords. service exec { socket_type = stream wait = no user = root log_on_success += USERID log_on_failure += USERID server = /usr/sbin/in.rexecd disable = no } /etc/xinetd.d/rsh:: # default: on # description: The rshd server is...
2006 Mar 17
3
TFTP problems on FC4
Greetings to all. I am hoping someone can help me out with a problem I am having getting my Cisco phones, 7960s and 7940s, to download the appropriate files from our TFTP server. The TFTP server is running on Fedora Core 4. The TFTP server appears to be setup properly: service tftp { socket_type = dgram protocol = udp wait = yes user = root server = /usr/sbin/in.tftpd server_args = -vvvvvvvvvvvv -c -s /tftpboot/ disable = no p...
2007 Sep 13
4
[CentOS 5] tftp-server, unable to create new files (even with "-c" option)
...trivial file transfer \ # protocol. The tftp protocol is often used to boot diskless \ # workstations, download configuration files to network-aware printers, \ # and to start the installation process for some operating systems. service tftp { disable = no socket_type = dgram protocol = udp wait = no user = root server = /usr/sbin/in.tftpd server_args = -s -c /tftpboot per_source = 11 cps...
2001 Mar 05
2
SWAT: please help
...inetd.d/swat # default: off # description: SWAT is the Samba Web Admin Tool. Use swat \ # to configure your Samba server. To use SWAT, \ # connect to port 901 with your favorite web browser. service swat { port = 901 socket_type = stream wait = no only_from = 127.0.0.1 user = smbuser server = /usr/sbin/swat log_on_failure += USERID disable = no } #cat /etc/hosts.deny ALL:ALL #cat /etc/hosts.allow swat: 127.0.0.1 192.168.0...
2002 Dec 03
2
Samba SWAT 2.2.7 Doesn't Work in Redhat8.0?
...OG authpriv log_on_success = HOST PID log_on_failure = HOST cps = 25 30 } includedir /etc/xinetd.d [root@ibmapt root]# cat /etc/xinetd.d/swat ## /etc/xinetd.d/swat service swat { disable = no port = 901 socket_type = stream wait = no only_from = localhost user = root server = /usr/local/samba/bin/swat log_on_failure += USERID } To make sure swat, webmin and httpd are running... [root@ibmapt root]# chkconfig swat on [root@ibmapt root]# service webmin st...
2015 May 01
8
Could not complete SSL handshake to Amazon EC2 host
...AME xinetd 1434 root 5u IPv4 4063 TCP *:nrpe (LISTEN) And I have the IP of my nagios server listed in the xinetd conf file: [root at ops:~] #cat /etc/xinetd.d/nrpe # default: on # description: NRPE (Nagios Remote Plugin Executor) service nrpe { flags = REUSE socket_type = stream port = 5666 wait = no user = nagios group = nagios server = /usr/local/nagios/bin/nrpe server_args = -c /usr/local/nagios/etc/nrpe.cfg --inetd log_on_failure += USERID...
2005 Jul 12
1
xinetd + dovecot
Hello dovecot, Help me running imapd & pop3d server on xinetd. My file: # cat /etc/xinetd.d/pop-3 service pop3 { disable = no socket_type = stream protocol = tcp wait = no user = root server = /usr/libexec/dovecot/pop3-login } ####################################### # cat /etc/xinetd.d/imap service imap { disable = no socket_type = stream protocol...
2001 Apr 16
2
Samba with Redhat 7.0
I have got now Redhat 7.0 and when I want to install Swat I need to edit the file /etc/inetd.conf but in Redhat 7.0 the file is named to /etc/xinetd.conf and /etc/xinetd.d can you help me ? (In Redhat 6.1 it worked alright) Greetz Rob op den kelder -------------- next part -------------- HTML attachment scrubbed and removed
2002 Jul 16
1
OK, Samba's OK, now I need swat help.
...swat is running (other than trying to browse to aaa.bbb.ccc.ddd:901) 2. Can someone give me an idea of what and where I need commands for xinetd. Server is RH7.2, Samba 2.2.3a, following file "swat" is in /etc/xinetd.d/ ## /etc/xinetd.d/swat service swat { port = 901 socket_type = stream wait = no # only_from = localhost user = root server = /usr/local/samba/bin/swat log_on_failure += USERID disable = No } Thanks, Nick Ruth --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.g...
2002 Dec 05
1
swat not working this time
...again, I've just reinstalled RH 7.2 and Samba 2.2.7 for the unpteenth time.... this time swat is not working !!! I have checked the etc/services file and swat 901/tcp is in there and I have a text file named swat in etc/xinetd.d directory containing the following... service swat { port = 901 socket_type = stream wait = no user = root server = /usr/local/samba/bin/swat log_on_failure +=USERID disable = no } I can't access is from either the browser on my PC or from KDE's Konqueror Have I missed some vital step ? It all worked last week when I first/second/third installed everything but I...
2003 Jun 04
1
FW: Besoin d'aide au sujet de swat
...sday, June 04, 2003 8:54 AM To: mkaplan@samba.org; paulg@samba.org Subject: Besoin d'aide au sujet de swat bonjour, je vous ?cris car je n'arrive pas ? me connecter ? swat alors que le fichier est configurer normalement.Voici mon fichier swat, a tout hasard: 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 } Je n'accede a swat que depuis mon serveur. Par ailleur j'utilise red hat 8.0 d'o? la version des packages samba est 2.2.5-10. Pouvez-vous m'aidiquer les...
2004 Apr 26
1
Can't get SWAT to work...
...========== # default: off # description: SWAT is the Samba Web Admin Tool. Use swat \ # to configure your Samba server. To use SWAT, \ # connect to port 901 with your favorite web browser. service swat { disable = no port = 901 socket_type = stream wait = no only_from = 127.0.0.1 user = root server = /usr/sbin/swat log_on_failure += USERID ================================================================= I have restarted xinetd. Should I be able...
2001 Mar 19
3
Swat Setup Information
I am inquiring about setup of the SWAT utility I have installed Red Hat 7.0 with samba installed during the initial setup of Redhat. I have two network cards installed in my Server and I am connected to the internet via a Cable Modem. When I try to start SWAT netscape displays the message that it cannot find the local host on port 90. I have downloaded the book over samba and I have also tried to