search for: listend

Displaying 20 results from an estimated 21 matches for "listend".

Did you mean: listed
2017 Jul 28
4
firewalld and LISTEN
...p 53/tcp 990/tcp 5432/tcp 8447/tcp 113/tcp 143/tcp 3306/tcp 5224/tcp 22/tcp 465/tcp 995/tcp 25/tcp 10000/tcp 8443/tcp 993/tcp 443/tcp 8880/tcp 587/tcp 20/tcp 53/udp 12768/tcp protocols: masquerade: yes forward-ports: sourceports: icmp-blocks: rich rules: But by ss -nat, IPV4 443 is not listend. How can I fix? # ss -nat | grep LISTEN | grep 443 LISTEN 0 128 :::443 :::* Tadao
2004 Dec 10
1
[LLVMdev] Building llvm and cfrontend under cygwin
...full llvm failed to build: make[3]: Entering directory `/cygdrive/d/3rd-party/llvm/runtime/GCCLibraries/crtend' llvm[3]: Compiling Exception.cpp for Debug build (bytecode) llvm[3]: Linking comp_genericeh.bc component... llvm[3]: Compiling crtend.c for Debug build (bytecode) llvm[3]: Compiling listend.ll for Debug build llvm[3]: Linking comp_main.bc component... assertion "(Result->isFirstClassType() || Result == Type::VoidTy || isa<OpaqueType>(Result)) && "LLVM functions cannot return aggregates"" failed: file "Type.cpp", line 373 make[3]: *** [/cy...
2002 Jun 16
1
Multiple Adapter Issues
List, I've got samba on a multihomed machine and only want it to listen on one adapter (as well as loopback) so here's what my smb.conf file has: # Security Settings ============================================ # Only listen on specified interfaces bind interfaces only = yes # Only listend on these interfaces (eth0, lo) interfaces 10.0.0.0/255.255.255.0 127.0.0.0/255.255.255.0 But when I do a netstat I see my computer listening on the other adapter (eth1) So did I miss something? I've got smbd version 2.2.1a /B
2005 Jan 09
1
[LLVMdev] Cygwin build is still broken
Happy New Year all, I've just updated to the latest CVS version and cygwin port is still broken. When building full llvm: llvm[3]: Compiling crtend.c for Debug build (bytecode) llvm[3]: Compiling listend.ll for Debug build llvm[3]: Linking comp_main.bc component... assertion "(Result->isFirstClassType() || Result == Type::VoidTy || isa<OpaqueType>(Result)) && "LLVM functions cannot return aggregates"" failed: file "Type.cpp", line 373 make[3]: *** [/cy...
2002 Jun 17
1
Multiple Adapter Issues -Bug?
...on a multihomed machine and only want it to listen on > one adapter (as well as loopback) so here's what my smb.conf file has: > > # Security Settings ============================================ > # Only listen on specified interfaces > bind interfaces only = yes > # Only listend on these interfaces (eth0, lo) > interfaces 10.0.0.0/255.255.255.0 127.0.0.0/255.255.255.0 > > But when I do a netstat I see my computer listening on the other > adapter > (eth1) > So did I miss something? I've got smbd version 2.2.1a > > /B > > -- > To u...
2004 Dec 05
1
[LLVMdev] Building llvm and cfrontend under cygwin
...running under windows xp, and have struck the following problem: -- llvm: tools-only built ok -- cfrontend: built ok -- llvm: full build failed at the following point: make[3]: Entering directory `/cygdrive/d/3rd-party/llvm/runtime/GCCLibraries/crtend' Compiling crtend.c to bytecode Compiling listend.ll to bytecode Linking comp_main.bc component... /cygdrive/d/3rd-party/llvm/tools/Debug/gccld: Error linking in bytecode file '/cygdrive/d/3rd-party/llvm/runtime/GCCLibraries/crtend/BytecodeObj/crte nd.bc': Bytecode file '/cygdrive/d/3rd-party/llvm/runtime/GCCLibraries/crtend/BytecodeOb...
2004 Dec 08
0
[LLVMdev] Building llvm and cfrontend under cygwin
...vm/include -I/cygdrive/d/3rd-party/llvm/include -I../../../include -I/cygdrive/d/3rd-party/llvm/include -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -DATTR_DEPRECATED='__attribute__ ((deprecated))' -c crtend.c -o /cygdrive/d/3rd-party/llvm/runtime/GCCLibraries/crtend/BytecodeObj/crten d.bc Compiling listend.ll to bytecode /cygdrive/d/3rd-party/llvm/tools/Debug/llvm-as.exe listend.ll -f -o /cygdrive/d/3rd-party/llvm/runtime/GCCLibraries/crtend/BytecodeObj/liste nd.bc Linking comp_main.bc component... /cygdrive/d/3rd-party/llvm/tools/Debug/gccld.exe -link-as-library -internalize-public-api-file=/cygdriv...
2004 Aug 19
4
[LLVMdev] Can't get llvmg++ to work
...5 different distros, and not all of them work with LLVM. I used linux_base-8; linux_base-6 did not work.) I did have some build errors, which look like they may be relevant: gmake[3]: Entering directory `/usr/home/llvm/obj/runtime/GCCLibraries/crtend' Compiling crtend.c to bytecode Compiling listend.ll to bytecode Linking comp_main.bc component... Compiling Exception.cpp to bytecode Linking comp_genericeh.bc component... Compiling SJLJ-Exception.cpp to bytecode In file included from /usr/home/llvm/cfrontend/x86/llvm-gcc/bin/../lib/gcc/i686-pc-linux-gnu/3.4-llvm/../../../../include/c++/3.4-llvm...
2004 Aug 19
0
[LLVMdev] Can't get llvmg++ to work
...ll of them work with LLVM. I used linux_base-8; linux_base-6 > did not work.) I did have some build errors, which look like they may > be relevant: > > gmake[3]: Entering directory `/usr/home/llvm/obj/runtime/GCCLibraries/crtend' > Compiling crtend.c to bytecode > Compiling listend.ll to bytecode > Linking comp_main.bc component... > Compiling Exception.cpp to bytecode > Linking comp_genericeh.bc component... > Compiling SJLJ-Exception.cpp to bytecode > In file included from /usr/home/llvm/cfrontend/x86/llvm-gcc/bin/../lib/gcc/i686-pc-linux-gnu/3.4-llvm/../../....
2017 Jul 28
0
firewalld and LISTEN
...tcp 143/tcp 3306/tcp 5224/tcp 22/tcp 465/tcp 995/tcp 25/tcp 10000/tcp > 8443/tcp 993/tcp 443/tcp 8880/tcp 587/tcp 20/tcp 53/udp 12768/tcp > protocols: > masquerade: yes > forward-ports: > sourceports: > icmp-blocks: > rich rules: > > But by ss -nat, IPV4 443 is not listend. How can I fix? > > # ss -nat | grep LISTEN | grep 443 > LISTEN 0 128 :::443 :::* Just because the firewall is open doesn?t mean the process listening on port 443 has to be running. It looks like your HTTPD server (I assume apache httpd?) isn?t liste...
2017 Jul 28
0
firewalld and LISTEN
On 07/27/2017 06:36 PM, ???? wrote: > But by ss -nat, IPV4 443 is not listend. How can I fix? > > # ss -nat | grep LISTEN | grep 443 > LISTEN 0 128 :::443 :::* By default, Linux processes that listen on an IPv6 port will also listen on the IPv4 port (when no specific address is specified): http://man7.org/linux/man-pages/man7...
2013 May 10
2
"passwd program" in samba4
is there anyone who can explain me how to use "passwd program" in samba4 -- *Dr. Michael Cinti* *mi.cinti at ausl.fe.it <mailto:mi.cinti at ausl.fe.it>* U.O. Tecnologia della Comunicazione e della Informazione (I.C.T.) Azienda Usl Ferrara Ospedale del Delta - via Valle Oppio, 2 - 44023 Lagosanto (FE) Tel. +39-0533-723221 Tel. +39-0533-723163
2003 Oct 27
2
[LLVMdev] A small doubt
Hi LLVMDev, The GCC frontend for LLVM inserts a call to a __main() in the main() function. Whats the purpose of this? And which LLVM library do I need to link to satisfy the reference? Thanks, Rahul
2004 Dec 22
0
[LLVMdev] More on Cygwin
.../cygdrive/d/3rd-party/llvm/Debug/bin/gccld.exe -link-as-library \ -internalize-public-api-file=/cygdrive/d/3rd-party/llvm/runtime/GCCLibra ries/crtend/comp_main.lst \ /cygdrive/d/3rd-party/llvm/runtime/GCCLibraries/crtend/Debug/crtend.bc /cygdrive/d/3rd-party/llvm/runtime/GCCLibraries/crtend/Debug/listend.bc -o /cygdrive/d/3rd-party/llvm/runtime/GCCLibraries/crtend/Debug/comp_main.b c assertion "(Result->isFirstClassType() || Result == Type::VoidTy || isa<OpaqueType>(Result)) && "LLVM functions cannot return aggregates"" failed: file "Type.cpp", line 37...
2000 Dec 20
0
showConnections() does not show closed (or non-opened) connections though help says so (PR#784)
...terminal" "w" "text" "opened" "no" "yes" 2 "stderr" "terminal" "w" "text" "opened" "no" "yes" > # here the connection (existing? but not-opened) is not listend > > open(con) > showConnections(all=TRUE) class description mode text isopen can read can write 0 "stdin" "terminal" "r" "text" "opened" "yes" "no" 1 "stdout" "terminal" &quo...
2000 Dec 20
1
showConnections() does not show closed (or non-opened) connections though help says so
...terminal" "w" "text" "opened" "no" "yes" 2 "stderr" "terminal" "w" "text" "opened" "no" "yes" > # here the connection (existing? but not-opened) is not listend > > open(con) > showConnections(all=TRUE) class description mode text isopen can read can write 0 "stdin" "terminal" "r" "text" "opened" "yes" "no" 1 "stdout" "terminal" &quo...
2004 Aug 19
1
[LLVMdev] Can't get llvmg++ to work
...used linux_base-8; linux_base-6 > > did not work.) I did have some build errors, which look like they may > > be relevant: > > > > gmake[3]: Entering directory `/usr/home/llvm/obj/runtime/GCCLibraries/crtend' > > Compiling crtend.c to bytecode > > Compiling listend.ll to bytecode > > Linking comp_main.bc component... > > Compiling Exception.cpp to bytecode > > Linking comp_genericeh.bc component... > > Compiling SJLJ-Exception.cpp to bytecode > > In file included from /usr/home/llvm/cfrontend/x86/llvm-gcc/bin/../lib/gcc/i686-pc-l...
2017 Jul 30
2
firewalld and LISTEN
...0 ports used. But in avobe firewalld lists, there's http service, but isn't 80/tcp.port. Must I add 80/tcp.port? Tadao 2017-07-28 11:29 GMT+09:00 Gordon Messmer <gordon.messmer at gmail.com>: > On 07/27/2017 06:36 PM, ???? wrote: > >> But by ss -nat, IPV4 443 is not listend. How can I fix? >> >> # ss -nat | grep LISTEN | grep 443 >> LISTEN 0 128 :::443 :::* >> > > > By default, Linux processes that listen on an IPv6 port will also listen > on the IPv4 port (when no specific address is specified):...
2014 Mar 09
5
Slackware 14 config
I am trying to install dovecot 2.2.12 from source on slackware 14.0 Compilation and install work without error. doveconf -n # 2.2.12: /usr/local/etc/dovecot/dovecot.conf # OS: Linux 3.2.45 x86_64 Slackware 14.0 auth_mechanisms = plain login auth_socket_path = /var/run/dovecot/auth-userdb base_dir = /var/run/dovecot/ mail_location = mbox:~/mail:INBOX=/var/spool/mail/%u namespace inbox { inbox
2004 Aug 06
6
another Icecast2/Vorbis test stream
Greetings: Yes, I've placed another test stream on-line. Thanks to the feedback from members of this list, I've taken a few extra steps. 1) According to DSLReports, my uplink today is 137 kbps. It may actually be a little faster, they say that Netscape's reporting is skewed (and I use Netscape). 2) Thus, I've prepared a set of Ogg files encoded with -b 24 to fit my