search for: sol_ip

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

2018 Mar 16
0
[Bug 1235] New: Error Message "Memory allocation problem" using hashlimit match
...t;iptables: Memory allocation problem." since "--hashlimit-name" is used to compose a state-filename within /proc/net/ipt_hashlimit without any further subdirectories, a useful hint should be printed out, rather than dying with that error. relevant lines of strace are: getsockopt(4, SOL_IP, IPT_SO_GET_INFO, "filter\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., [84]) = 0 getsockopt(4, SOL_IP, IPT_SO_GET_ENTRIES, "filter\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., [34176]) = 0 setsockopt(4, SOL_IP, IPT_SO_SET_REPLACE, "filter\0\0\0\0\0\0...
2006 Sep 11
3
openssh-4.3p2: setsockopt() problem
...router. ssh client was hanging at: debug1: Entering interactive session. Telnet was having a similar problem to port 22, however a simple client.c I compiled was not. My java ssh client was also working. After some investigation, I noticed that the hang was after the system call: setsockopt(3, SOL_IP, IP_TOS, [16], 4) = 0 I noticed also that telnet was hanging the same way. I commented all the setsockopt() calls out of the ssh client code (because I was in a hurry) and now it works. Anyway, I figured I should document the problem somewhere. -Ken ___________________________________________...
2009 Mar 20
0
tftpd-hpa can't reopen /dev/log
Hi, here is an example of tftpd-hpa running in daemon mode failing to reopen /dev/log. No wonder, as it tries after chrooting. Cheers, Feri. $ sudo strace -f -p 2356 Process 2356 attached - interrupt to quit select(5, [4], NULL, NULL, NULL) = 1 (in [4]) setsockopt(4, SOL_IP, IP_PKTINFO, [1], 4) = 0 recvmsg(4, {msg_name(16)={sa_family=AF_INET, sin_port=htons(57109), sin_addr=inet_addr("169.254.1.4")}, msg_iov(1)=[{"\0\1dal\0octet\0tsize\0000\0blksize\0001408\0"..., 65468}], msg_controllen=24, {cmsg_len=24, cmsg_level=SOL_IP, cmsg_type=, ...}, msg_fl...
2011 Aug 03
18
[Bug 734] New: Iptables on Arm Processor with Vanilla Kernel
...(0x400ae000, 4096, PROT_READ) = 0 mprotect(0x40010000, 4096, PROT_READ) = 0 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 socket(PF_INET, SOCK_RAW, IPPROTO_RAW) = 3 getsockopt(3, SOL_IP, 0x40 /* IP_??? */, "filter\0\306\2701(\300\24\0\0\0\377\7\0\0\340\334\326\306\200\0C\307$\335\326\306\16"..., [84]) = 0 brk(0) = 0x1b000 brk(0x1c000) = 0x1c000 getsockopt(3, SOL_IP, 0x41 /* IP_??? */, 0x1b078, 0xbeddfbc8) = -1 E...
2006 Apr 14
8
[Bug 467] iptables is complaining with bogus unknown error 18446744073709551615
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=467 ------- Additional Comments From mvolaski@aecom.yu.edu 2006-04-14 01:35 MET ------- Examples of rules that give the error are 1) iptables -A INPUT -i bond0 -s 129.98.90.0/24 -p tcp --dport 548 -j ACCEPT 2) iptables -A INPUT -i bond0 -s 129.98.90.101/32 -p tcp --dport 497 -j ACCEPT 3) iptables -A INPUT -i bond0 -s 129.98.90.227/32
2016 Oct 05
3
Dev: new option to mark all tincd socket of a tincd process
I know i'm new to the list but i'd like to propose something for tincd daemon. I'd like to mark all sockets established by a tincd process with a mark passed as an argument in the command line. What could be the purpose of this new option? The goal of this option is to be able to have several tincd process running at the same time using the same port but using different ip. In
2009 Feb 05
0
sendto syscall: EPERM (Operation not permitted)
...John [root at pbx0 ~]# strace -f /usr/sbin/asterisk -U asterisk -G asterisk \ -C /etc/asterisk/asterisk.conf -g -p -T [...] [Initial socket setup] [pid 5006] socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 9 [pid 5006] setsockopt(9, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0 [pid 5006] setsockopt(9, SOL_IP, IP_MTU_DISCOVER, [0], 4) = 0 [pid 5006] bind(9, {sa_family=AF_INET, sin_port=htons(5060), \ sin_addr=inet_addr("0.0.0.0")}, 16) = 0 [pid 5006] setsockopt(9, SOL_IP, IP_TOS, [96], 4) = 0 [...] [This is the gateway, same network, that asterisk successfully connects to] [pid 5015] se...
2019 Feb 17
7
[Bug 1323] New: failure to run on kernels with certian kconfig options set
...ormal Priority: P5 Component: iptables Assignee: netfilter-buglog at lists.netfilter.org Reporter: mthode at mthode.org I have not narrowed it down yet, but have been able to narrow it down to differing kconfigs. stracing gives me this failure getsockopt(4, SOL_IP, IPT_SO_GET_INFO, 0x7fff867b2ba0, [84]) = -1 ECHILD (No child processes) and this when working getsockopt(4, SOL_IP, IPT_SO_GET_INFO, "nat\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., [84]) = 0 I'll attach kconfigs, and straces -- You are receiving this mail bec...
2002 Nov 21
1
nmblookup not honoring smb.conf?
...ROADCAST, [1], 4) = 0 getsockopt(3, SOL_SOCKET, SO_KEEPALIVE, [0], [4]) = 0 getsockopt(3, SOL_SOCKET, SO_REUSEADDR, [1], [4]) = 0 getsockopt(3, SOL_SOCKET, SO_BROADCAST, [1], [4]) = 0 getsockopt(3, SOL_TCP, TCP_NODELAY, 0xbffff450, 0xbffff454) = -1 EOPNOTSUPP (Operation not supported) getsockopt(3, SOL_IP, IP_TOS, [0], [4]) = 0 getsockopt(3, SOL_IP, IP_TOS, [0], [4]) = 0 getsockopt(3, SOL_SOCKET, SO_SNDBUF, [65535], [4]) = 0 getsockopt(3, SOL_SOCKET, SO_RCVBUF, [65535], [4]) = 0 getsockopt(3, SOL_SOCKET, SO_SNDLOWAT, [1], [4]) = 0 getsockopt(3, SOL_SOCKET, SO_RCVLOWAT, [1], [4]) = 0 getsockopt(3, SO...
2013 Mar 06
0
do_fileinfo / file.info test for file IS directory during package load pointlessly stresses NIS by getting username / group info
...s timeouts) I narrowed this down to long latency calls on NIS – due to calls to libc’s getpwent and getgrgid; always to the same user – but why? *Strace:* bind(5, {sa_family=AF_INET, sin_port=htons(994), sin_addr=inet_addr("0.0.0.0")}, 16) = -1 EACCES (Permission denied) setsockopt(5, SOL_IP, IP_RECVERR, [1], 4) = 0 close(4) = 0 sendto(5, "_*n\230\0\0\0\0\0\0\0\2\0\1\206\244\0\0\0\2\0\0\0\3\0\0\0\0\0\0\0\0"..., 76, 0, {sa_family=AF_INET, sin_port=htons(776), sin_addr=inet_addr("10.3.147.16")}, 16) = 76 poll([{fd=5, events=POLLIN}],...
2014 Jul 02
2
Error while waiting for input: Bad file descriptor
...o(3, "<30>Jul 2 01:39:52 tinc.jmuchem"..., 90, MSG_NOSIGNAL, NULL, 0) = 90 socket(PF_INET, SOCK_STREAM, IPPROTO_TCP) = 12 fcntl(12, F_GETFL) = 0x2 (flags O_RDWR) fcntl(12, F_SETFL, O_RDWR|O_NONBLOCK) = 0 setsockopt(12, SOL_TCP, TCP_NODELAY, [1], 4) = 0 setsockopt(12, SOL_IP, IP_TOS, [16], 4) = 0 fcntl(12, F_SETFD, FD_CLOEXEC) = 0 connect(12, {sa_family=AF_INET, sin_port=htons(655), sin_addr=inet_addr("192.168.1.1")}, 16) = -1 ENETUNREACH (Network is unreachable) sendto(3, "<27>Jul 2 01:39:52 tinc.jmuchem"..., 114, MSG_NOSIGNAL, NULL, 0) =...
2005 Mar 10
1
OpenSSH 4.0p1 segfaults on keyboard-interactive login
...And "strace -f sshd -D -4" says: [...] [pid 13387] getpeername(3, {sa_family=AF_INET, sin_port=htons(51261), sin_addr=inet_addr("127.0.0.1")}, [16]) = 0 [pid 13387] open("/etc/protocols", O_RDONLY) = -1 ENOENT (No such file or directory) [pid 13387] getsockopt(3, SOL_IP, IP_OPTIONS, "", [0]) = 0 [pid 13387] socket(PF_FILE, SOCK_STREAM, 0) = 6 [pid 13387] connect(6, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory) [pid 13387] close(6) = 0 [pid 13387] gettimeofday({1110457920, 9...
2007 Aug 13
2
Policy routing question
Hi, I have a testing multihome setup, with the default gateway being one of the links and using policy routing to honor requests for a specific link. Everything works as expected when I request a specific IP to bind to. But if I request a specific interface things fall apart in ways that I can not explain: default gw (WORKS) ---------- rabbit@Thesaurus:~$ ping -c 1 yahoo.com PING yahoo.com
2009 Dec 17
4
NIS failover
We just updated our configuratiosn to have multiple NIS servers, when we initiated a test of client failover, we were disapointed. It seemed that the only way to get a filaover was to /etc/init.d/ypbind restart. It behaves as indicated in http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=5084845 using ypbind-1.17.2-13 on Centos 4.5 / Linux xxxxxxxxxxxx 2.6.9-55.0.12.ELsmp #1 SMP Fri Nov
2005 Oct 11
5
openssh 4.2p1 bug
hello, I have just installed openssh 4.2p1 and it seems that sshd child process crash if /var/empty/usr/lib do not exist. Here is a strace log ( before creating this directory): 26787 open("/etc/protocols", O_RDONLY) = -1 ENOENT (No such file or directory) 26787 getsockopt(3, SOL_IP, IP_OPTIONS, "", [0]) = 0 26787 socket(PF_UNIX, SOCK_STREAM, 0) = 6 26787 connect(6, {sa_family=AF_UNIX, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory) 26787 close(6) = 0 26787 gettimeofday({1129033086, 170608}, NULL) = 0 2...
2023 Jun 17
2
[PATCH net-next v2 17/17] net: Kill MSG_SENDPAGE_NOTLAST
...alls */ #define MSG_INTERNAL_SENDMSG_FLAGS \ - (MSG_SPLICE_PAGES | MSG_SENDPAGE_NOPOLICY | MSG_SENDPAGE_NOTLAST | \ - MSG_SENDPAGE_DECRYPTED) + (MSG_SPLICE_PAGES | MSG_SENDPAGE_NOPOLICY | MSG_SENDPAGE_DECRYPTED) /* Setsockoptions(2) level. Thanks to BSD these must match IPPROTO_xxx */ #define SOL_IP 0 diff --git a/net/ipv4/tcp_bpf.c b/net/ipv4/tcp_bpf.c index 870c1cde4010..8f535e436ea3 100644 --- a/net/ipv4/tcp_bpf.c +++ b/net/ipv4/tcp_bpf.c @@ -90,7 +90,9 @@ static int tcp_bpf_push(struct sock *sk, struct sk_msg *msg, u32 apply_bytes, { bool apply = apply_bytes; struct scatterlist *sge;...
2005 May 26
14
htb: HowTo identify squid cache hits
Hi list... I work for a school in the netherlands with a 2mbit Internet uplink and about 3800 eager student who want to play games on the Internet using one of our 800 workstations. Problem was that those game playing students are concentrated in 2 of our 6 physical locations... and they consumed the bandwidth which the other location would like to use for educational purposes. The thing we did
2010 Mar 13
1
klibc build trouble
as the next klibc release 1.5.16 looks like shaping up, I have a trouble to build that for Debian. currently I build depent on linux-libc-dev, I don't know what against I can build latest klibc, see klibc fails to build due too: make -C linux/ ARCH=x86_64 INSTALL_HDR_PATH=debian/tmp/usr/lib/klibc/ headers_install make[3]: *** No rule to make target `headers_install'. Stop. make[2]: ***
2002 Jul 25
0
scp hangs
...(7, [3], [], NULL, NULL) = 1 (in [3]) [pid 1438] read(3, "\353\246&.\207\10\276\333K\203\325\267N\207\247\266\212"..., 8192) = 48 [pid 1438] getsockname(3, {sin_family=AF_INET, sin_port=htons(2019), sin_addr=inet_addr("192.168.1.5")}}, [16]) = 0 [pid 1438] setsockopt(3, SOL_IP, IP_TOS, [8], 4) = 0 [pid 1438] select(7, [3], [3], NULL, NULL) = 1 (out [3]) [pid 1438] write(3, "\v{fu\371\332O\370\376O\6)\226\362\303\32I\216\32Z\t\303"..., 64) = 64 [pid 1438] select(7, [3], [], NULL, NULL ...and there it stops. The client side log: h> scp -v foo 192...
2006 Dec 12
11
SIP, NAT, and load balancing problems
Hello all, I have a linux machine with a SIP server (Asterisk) and 2 WAN interfaces (NATed) configured to do load balancing. I experienced problems with the SIP/RTP protocols and load balancing, because when initiating a call to an external SIP Host, a new RTP flow starts from the server to the Host, that sometimes uses another default route (due to the nexthop configuration). As i have two