Displaying 20 results from an estimated 15961 matches for "listen".
Did you mean:
listed
2013 Feb 20
1
Samba4 Auto-start
...pt
exec /usr/local/samba/sbin/samba -D
However, I am finding that this is not the case. From what I can tell, the script is doing something, just not anything useful (highlights denote difference between boot with conf file versus without).
[netstat -tulpn on boot]
tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN 769/smbd
tcp 0 0 10.52.2.91:53 0.0.0.0:* LISTEN 1076/named
tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 1076/named
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 900/sshd
tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 1076/named
tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN 769/smbd
tcp6 0 0 :::139 :::* LISTEN 769/smbd
tcp6 0...
2014 Mar 17
2
Samba 4.1.6 + RPC Problem + DNS + RSAT
...ault.c:144(smb_panic_default)
PANIC: internal error
Same error we get on command line with this command: samba-tool dns query ad01.domain.test domain.test @ ALL -UAdministrator
netstat before connecting :
netstat -anp | grep '88\|135\|389\|464\|636\|1024\|3268\|3269\|53' | grep -i listen
tcp 0 0 0.0.0.0:464 0.0.0.0:* LISTEN 27695/samba
tcp 0 0 10.30.0.2:53 0.0.0.0:* LISTEN 26519/named-sdb
tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 26519/named-sdb
tcp 0 0 0.0.0.0:88 0.0.0.0:* LISTEN 27695/samba
tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 26519/named-sdb
tcp 0 0 0.0.0.0:636 0.0.0.0:* LIS...
2018 Jun 13
0
No ports 445/139 & smbclient shows NT_STATUS_CONNECTION_REFUSED
...s the necessary ports 445 & 139 aren't open:
kit at org-ad:/var/log$ 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:636 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:1024 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:3268 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:3269 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:389 0....
2018 Feb 26
0
smbclient //server/netlogon -k -c 'ls' fails with "NT_STATUS_LOGON_FAILURE"
...Proto Recv-Q Send-Q Local Address Foreign Address State
PID/Program name
tcp 0 0 0.0.0.0:88 0.0.0.0:* LISTEN
12415/samba
tcp 0 0 127.0.0.1:5432 0.0.0.0:* LISTEN
1114/postgres
tcp...
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...
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...
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 streaming
>> with oddcast, and it supports multiple listeners just fine.
>>
>> Can anyone think of what is wrong with Icecast on my new computer?
>>
> Wha...
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 <listen/>
element...
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/types.mli...
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....
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: service(imap-login): listen(::...
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...
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?
...g the firewall and samba the situation was, as follows:
west:/home/scn # netstat -anp
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address
State
PID/Program name
tcp 0 0 0.0.0.0:37 0.0.0.0:*
LISTEN
7004/xinetd
tcp 0 0 0.0.0.0:901 0.0.0.0:*
LISTEN
6812/smbd
tcp 0 0 0.0.0.0:1030 0.0.0.0:*
LISTEN
7942/artsd
tcp 0 0 0.0.0.0:7 0.0.0.0:*
LISTEN
7004/xinetd
tcp 0 0 0.0.0.0:1...
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 &l...
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