Displaying 20 results from an estimated 10277 matches for "listen".
Did you mean:
listed
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 :::443 :::* LISTEN
How can I op...
2016 Sep 21
1
[PATCH] v2v: Support <listen type='socket'> and <listen type='none'> (RHBZ#1378022).
Since libvirt 2.0.0, these two new <listen/> types have been
supported: https://libvirt.org/formatdomain.html#elementsGraphics
This change just copies that configuration over from the source to the
destination if the destination is also libvirt.
Since we previously used 'LNone' to mean "no parseable <lis...
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...
2017 Mar 13
1
[PATCH] v2v: support no socket for <listen type='socket'>
Support also a "socket" listen type with no explicitly specified socket
(which will be generated by libvirt).
Updates commit a4adf48915c0e3e7f4e8b7bbdbb5ac622da1ac58.
Related to: RHBZ#1378022
---
v2v/create_libvirt_xml.ml | 4 +++-
v2v/parse_libvirt_xml.ml | 4 ++--
v2v/types.ml | 5 +++--
v2v/ty...
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....
2015 Jun 13
3
Testin new installation
...is '^['.
>> Connection closed by foreign host.
>
>What does 'netstat -l46np' say?
It doesn't look good.
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:995 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN
tcp 0 0 <my-system's-address>:53 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN
tcp 0...
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: se...
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
2014 Dec 11
2
httpd listening only on IPv6 interface on CentOS 7
I?ve held off reporting this since I thought it might just be some kind of fluke, but I?ve seen it now on three different boxes.
The symptom is that the stock configuration of Apache only listens for IPv6 connections:
$ netstat -na | grep :80.*LISTEN
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 h...
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 Wil...
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...
2008 Aug 28
4
How to enable bind to listen querys from all my network
...solving is own querys but not
the client queries from my company.
When I do:
$service named start
I see in /var/log/messages:
starting BIND 9.3.4-P1 -u named -t /var/named/chroot
found 1 CPU, using 1 worker thread
loading configuration from '/etc/named.conf'
listening on IPv6 interface lo, ::1#53
listening on IPv4 interface lo, 127.0.0.1#53
command channel listening on 127.0.0.1#953
command channel listening on ::1#953
zone 0.in-addr.arpa/IN/localhost_resolver: loaded serial 42
zone 0.0.127.in-addr.arpa/IN/localhost_resolver: loaded serial 199...
2002 May 11
1
Rsync 2.5.5 hangs
...Recv-Q Send-Q Local Address Foreign Address
State
tcp 3560 65824 localhost.localdom:8730 localhost.localdom:4547
ESTABLISHE
tcp 57220 36376 localhost.localdom:4547 localhost.localdom:8730
ESTABLISHE
tcp 0 0 localhost.localdom:8730 *:*
LISTEN
tcp 58776 0 cm-server:4546 ip68-3-204-169.ph.:1999
ESTABLISHE
tcp 0 0 cm-server:ssh cm-gateway:861
ESTABLISHE
tcp 0 0 *:6010 *:*
LISTEN
tcp 0 0 cm-server:ssh cm-gateway:966...
2007 Jun 07
4
Listen on several (but not all) Interfaces
Hi,
I'm using Dovecot 1.0rc15 from Debian stable/etch.
I'd like to have Dovecot listen on more than one interface. It shall
listen on one IPv4 Interface and on one IPv6 Interface.
The comments in the sample configuration file say, that it's not
possible to listen on more than one interface at a time.
Sadly it's no option to me to listen on all interfaces.
So I'd like to...
2011 Jun 29
5
[Urgent] Email Retrieval from remote servers doesn't use Dovecot
...grep
--color=auto dovecot\|imap\|pop3
sudo netstat -lnptu
[sudo] password for shaz:
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
PID/Program name
tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN
1033/dovecot
tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN
1033/dovecot
tcp 0 0 0.0.0.0:64277 0.0.0.0:* LISTEN
2068/skype
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN
1295&...
2013 Sep 03
2
NT_STATUS_CONNECTION_REFUSED with smbclient and samba 4.0.6
...D
Samba 4 has started successfully
[root at DC-TEST ~]# netstat -lntp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN 1906/smbd
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 1160/rpcbind
tcp 0 0 0.0.0.0:51505 0.0.0.0:* LISTEN 1178/rpc.statd
tcp 0 0 0.0.0.0:22 0.0.0.0:*...
2015 Jun 13
3
Testin new installation
The first place I went to for test advice and planning recommendations
was http://wiki2.dovecot.org/TestInstallation - The very first test
failed. Doc says:
Next check that Dovecot is listening for connections:
# telnet localhost 143
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE
STARTTLS AUTH=PLAIN] Dovecot ready.
If you got "connection refused", make sure that Dovecot is...
2015 Jun 13
0
postfix/dovecot on debian jessie (url config at OVH)
...stfix/submission/smtpd[698]: disconnect from
unknown[....
nstat also looks ok
BWE1# netstat -lntp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
PID/Program name
tcp 0 0 127.0.0.1:12301 0.0.0.0:* LISTEN
492/opendkim
tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN
504/dovecot
tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN
504/dovecot
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN
486/nginx -g daemon
tcp 0 0...
2007 Feb 22
0
6 commits - libswfdec/Makefile.am libswfdec/swfdec_js.c libswfdec/swfdec_js_mouse.c libswfdec/swfdec_listener.c libswfdec/swfdec_listener.h libswfdec/swfdec_movie.c libswfdec/swfdec_player.c libswfdec/swfdec_player_internal.h libswfdec/swfdec_root_movie.c
libswfdec/Makefile.am | 2
libswfdec/swfdec_js.c | 5 +
libswfdec/swfdec_js_mouse.c | 30 +++++-
libswfdec/swfdec_listener.c | 184 +++++++++++++++++++++++++++++++++++++
libswfdec/swfdec_listener.h | 42 ++++++++
libswfdec/swfdec_movie.c | 3
libswfdec/swfdec_player.c | 55 +++++++++--
libswfdec/swfdec_player_internal.h | 12 +-
libswfdec/swfdec_root_mov...