Displaying 7 results from an estimated 7 matches for "ip_options".
Did you mean:
i_options
2007 Dec 24
2
Build a cmdline for exec from optional parameters
How can I do this?:
foo { name:
$bar => "frob"
}
define foo( $bar = false, $baz = false ) {
if #$bar and $baz both defined
$cmd = "frobnicate --bar=$bar --baz=$baz ${name}"
else if #$bar defined
$cmd = "frobnicate --bar=$bar ${name}"
else if #$baz defined
$cmd = "frobnicate --baz=$baz ${name}"
else
2008 Jul 24
0
cvs commit: src/contrib/pf/pfctl parse.y src/lib/libc/sys Symbol.map getsockopt.2 src/sbin/ipfw ipfw.8 ipfw2.c src/sys/conf NOTES options src/sys/contrib/ipfilter/netinet ip_fil_freebsd.c src/sys/contrib/pf/net pf.c pf_ioctl.c src/sys/kern init_sysent.c
...gt; sys/netinet if_atm.c if_ether.c in_gif.c in_mcast.c
> in_pcb.c in_pcb.h in_rmx.c in_var.h
> ip_fastfwd.c ip_fw.h ip_fw2.c ip_icmp.c
> ip_input.c ip_mroute.c ip_mroute.h
> ip_options.c ip_output.c ip_var.h
> raw_ip.c sctp_os_bsd.h tcp_input.c
> tcp_subr.c tcp_syncache.c
> sys/netinet6 in6.c in6_ifattach.c in6_rmx.c nd6_rtr.c
> sys/netipx ipx_proto.c
> sys/nfs4client nfs4_vfsops....
2003 Aug 06
2
[Bug 336] ssh does not compile on Linux with libc5 and 2.0 kernel
...ound a really old redhat CD and installed it on my test machine....
# uname -r
1.2.13
# rpm -q libc
libc-5.2.18-1
The patch changes:
session.c: only does session_break_req if TIOCSBRK is defined.
bsd-misc.h: adds CMSG_DATA and CMSG_FIRSTHDR macros (stolen from OpenBSD).
canohost.c: only does check_ip_options if IP_OPTIONS is defined.
Everything appears to work OK apart from PrivSep (because mmap seems terminally
broken). With a newer kernel with a working mmap, PrivSep might even work.
Anyone complaining about older systems is on their own :-).
Anything objectionable in this patch?
------- You a...
2005 Mar 10
1
OpenSSH 4.0p1 segfaults on keyboard-interactive login
...ot;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, 91151}, NULL)...
2002 Jun 08
2
New qdisc path, try it (what is the problem)
hello,
this is my new qdisc patch, when i recompile the
kernel with this patch i dn''nt succeed please look at
it and if there are any mistakes plesease send me a
mail
thanks in advance
___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com
2005 Oct 11
5
openssh 4.2p1 bug
...lo,
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
26787 open(&q...
2009 Jul 22
109
Unable to Configure Xen Dom 0 in Jeremy''s PVOPS Kernel
Hi All,
I followed the instructions here at
http://bderzhavets.wordpress.com/2009/06/10/setup-fedora-11-pv-domu-at-xen-3-4-1-dom0-kernel-2-6-30-rc6-tip-on-top-of-fedora-11/
However, when I do a "make menuconfig", I cannot see any XEN related
configuration options. What am I missing?
Thank you.
Mr. Teo En Ming Dip(Mechatronics Engineering) BEng(Hons)(Mechanical
Engineering)