Displaying 20 results from an estimated 15938 matches for "listening".
2013 Feb 20
1
Samba4 Auto-start
Hello all,
I'll cut to the chase -- several weeks ago, I thought I had an upstart configuration file that would start Samba4 when the VM was turned on; but it turns out I was wrong. At the time there was nothing on the wiki about it (the links were broken).
The script I thought was working was simply:
start on runlevel [2345]
exec /usr/local/samba/sbin/samba
In any case, looking at the
2014 Mar 17
2
Samba 4.1.6 + RPC Problem + DNS + RSAT
Hy everybody,
I have a little problem. Since a crash of my server we have problems to connect over the RSAT tools to our Samba 4 domain with the DNS tool.
At the moment we have a Centos 6.5 server with Version 4.1.6-SerNet-RedHat-7.el6.
If I connect to the AD server with the RSAT tool, i get this message in the log.smb:
dnsserver: Found DNS zone _msdcs.nagy-blumen.at
[2014/03/17
2018 Jun 13
0
No ports 445/139 & smbclient shows NT_STATUS_CONNECTION_REFUSED
Hi all,
I'm maintaining a small AD system on a computer called "ad" in our small
charity, and it has been working fine for a year or so. However, "ad" is
very rickety so we got a proper server purchased and now I'm trying to
move the AD system over. I've set up the new server called "org-ad"
with Debian 9 and followed the instructions here
2018 Feb 26
0
smbclient //server/netlogon -k -c 'ls' fails with "NT_STATUS_LOGON_FAILURE"
Dear Rowland,
Indeed. Guess my KMail client is playing with me. I disabled HTML formatting.
Here is the info again:
/etc/hostname:
lotus
/etc/hosts:
127.0.0.1 localhost
192.168.1.254 lotus.intra.dam-application.ro lotus
/etc/resolv.conf:
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE
2011 Dec 03
2
Can't open port 53 for Bind (DNS)
Hello,
I have CentOS 6 on a dedicated server. I haver bind 9.7 but I can't
reach port 53 for DNS.
netstat -na | grep LISTEN
tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN
tcp 0 0 :::80 :::* LISTEN
tcp 0 0 ::1:53 :::* LISTEN
tcp 0 0 :::22 :::* LISTEN
tcp 0 0 ::1:953 :::* LISTEN
tcp 0 0
2018 Feb 26
2
smbclient //server/netlogon -k -c 'ls' fails with "NT_STATUS_LOGON_FAILURE"
On Mon, 26 Feb 2018 11:09:55 +0200
Arcadie Cracan <arcadiec at gmail.com> wrote:
> Dear Rowland,
>
> This is the contents of the files:
>
> /etc/hostname:
> lotus
>
> /etc/hosts:
>
> /etc/resolv.conf:
>
>
> #
>
> netstat -tlnp
>
> /etc/krb5.conf:
>
>
> /etc/samba/smb.conf:
Hmm, either something went wrong with
2012 Oct 15
1
Killing a Service
Hi;
I get this:
]# /etc/init.d/dovecot start
Starting Dovecot Imap: Fatal: listen(143) failed: Address already in use
and this:
]# netstat -ltn
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN
tcp 0 0 209.216.9.56:587
2009 Nov 08
2
Fwd: Re: Can't support more than one listener
On 11/8/2009 7:37 AM, Karl Heyes wrote:
> On 08/11/09 01:24, Eric Kolotyluk wrote:
>
>> I'm running Icecast 3.2.1 on Windows 7 on my new computer and I've tried
>> streaming with oddcast as well as shoutcast, but for some reason only
>> one listener at a time can hear the stream.
>>
>> I'm running Icecast 2.3.1 on Windows XP on my old computer
2016 Sep 21
1
[PATCH] v2v: Support <listen type='socket'> and <listen type='none'> (RHBZ#1378022).
...tch keymap with None -> "" | Some km -> " " ^ km)
(match password with None -> "" | Some _ -> " with password")
(match listen with
- | LNone -> ""
+ | LNoListen -> ""
| LAddress a -> sprintf " listening on address %s" a
| LNetwork n -> sprintf " listening on network %s" n
+ | LSocket s -> sprintf " listening on Unix domain socket %s" s
+ | LNone -> " listening on private fd"
)
and string_of_source_video = function
diff --git a/v2v/type...
2017 Mar 13
1
[PATCH] v2v: support no socket for <listen type='socket'>
...of string
| LNetwork of string
- | LSocket of string
+ | LSocket of string option
| LNone
and source_video = Source_other_video of string |
@@ -232,7 +232,8 @@ and string_of_source_display { s_display_type = typ;
| LNoListen -> ""
| LAddress a -> sprintf " listening on address %s" a
| LNetwork n -> sprintf " listening on network %s" n
- | LSocket s -> sprintf " listening on Unix domain socket %s" s
+ | LSocket (Some s) -> sprintf " listening on Unix domain socket %s" s
+ | LSocket None -> sprintf &qu...
2018 Sep 07
1
rsyslog listening on high port
On Thu, 2018-09-06 at 15:10 -0400, Mike Burger wrote:
> On 2018-09-06 14:06, Adam Tauno Williams wrote:
> > Attempting to lookup why rsyslogd is listening on the high port
> > UDP/51427.????Have not succeeded in what this port is used for and
> > what directive controls what interface it binds to.
> > [root at bedrock ~]# netstat --listen --inet --program --numeric |
> > grep?syslog
> > udp??0??0 0.0.0.0:51427??0.0.0.0:*...
2015 Jun 13
3
Testin new installation
On Sat, 13 Jun 2015 14:16:30 +0200, you wrote:
>Am Samstag, den 13.06.2015, 08:00 -0400 schrieb Steve Matzura:
>>
>> All of the above specified settings are correct. Yet, when I telnet
>> localhost 143, I get:
>>
>> Trying ::1... # this is certainly suspect
>> Escape character is '^['.
>> Connection closed by foreign host.
>
>What does
2010 Aug 04
4
"listen=*, ::" broken?
Hi,
the default:
listen = *, ::
should work and should open port 143 on IPv4 and IPv6.
In my setup it looks broken:
root at mail-archiv:/etc/dovecot# doveconf | grep ^listen
listen = *, ::
root at mail-archiv:/etc/dovecot# /etc/init.d/dovecot restart
Restarting mail server: dovecotError: service(imap-login): listen(::,
143) failed: Address already in use
Fatal: Failed to start listeners
2014 Dec 11
2
httpd listening only on IPv6 interface on CentOS 7
...tcp6 0 0 :::80 :::* LISTEN
You should see a second line there for IPv4, but you don't:
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN
The stock httpd.conf file just says ?Listen 80? which is documented as listening on both IPv4 and IPv6. [1] You?re supposed to need to go out of your way to get it to listen on just one or the other, but somehow CentOS 7?s Apache manages it.
Since I only need IPv4, I?ve managed to hack it into working by changing that line in /etc/httpd/conf/httpd.conf to:
Listen 0.0.0.0:8...
2007 Nov 27
5
SIP port 5060 closed - how do I open it?
Hi all,
I have *NOW beta 6 (asterisk 1.4.5) and I've configured it with a SIP trunk
line. I can make outgoing calls, but I cannot receive any incoming calls. A
port scan of my * server shows that port 5060 is closed. How do I open this
port? In my users.conf, I have set [trunk_1] to hassip=yes and port=5060.
Also, in the global SIP.conf file
bindport=5060
bindaddr=0.0.0.0
2005 Aug 06
0
printer loss [susepro9.1]-mostly solved-samba the problem?
...5478/named
udp 0 0 :::123
:::* 6489/ntpd
Active UNIX domain sockets (servers and established)
Proto RefCnt Flags Type State I-Node PID/Program
name Path
unix 2 [ ACC ] STREAM LISTENING 10173
6894/master private/bsmtp
unix 2 [ ACC ] STREAM LISTENING 10177
6894/master private/vscan
unix 2 [ ACC ] STREAM LISTENING 10181
6894/master private/procmail
unix 2 [ ACC ] STREAM LISTENING 9874
6841/X...
2018 Sep 06
6
rsyslog listening on high port
Attempting to lookup why rsyslogd is listening on the high port
UDP/51427. Have not succeeded in what this port is used for and what
directive controls what interface it binds to.
[root at bedrock ~]# netstat --listen --inet --program --numeric | grep syslog
udp??0??0 0.0.0.0:51427??0.0.0.0:*???66655/rsyslogd?
--
Adam Tauno Williams <m...
2008 Aug 09
2
can't access irc server on xen domU, please help
Hi all,
I'm running a CentOS 5.2 server with a FC8 xen domU guest, and an irc server
on the FC8 domU guest. For some odd reason, I can't access the irc server on
the xen domU guest.
>From FC8, when I run netstat -a, I can see irc is listening:
netstat -a
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address
State
tcp 0 0 *:ircd *:*
LISTEN
tcp 0 0 *:6668 *:*
LISTEN
tcp 0 0 *:6669...
2008 Aug 09
2
can't access irc server on xen domU, please help
Hi all,
I'm running a CentOS 5.2 server with a FC8 xen domU guest, and an irc server
on the FC8 domU guest. For some odd reason, I can't access the irc server on
the xen domU guest.
>From FC8, when I run netstat -a, I can see irc is listening:
netstat -a
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address
State
tcp 0 0 *:ircd *:*
LISTEN
tcp 0 0 *:6668 *:*
LISTEN
tcp 0 0 *:6669...
2016 Oct 08
2
Problems DNS access other network hosts
Am 08.10.2016 um 23:30 schrieb Rodrigo Cunha via samba:
> Thanks for the answer, I need the samba as internal DNS, but it does not
> respond to requests from other machines on the network
define "it does not respond"
* /usr/bin/netstat --numeric-hosts --numeric-ports --programs -u -t -l
* check four firewall