Displaying 5 results from an estimated 5 matches for "do_pip".
Did you mean:
  do_pipe
  
2003 Jul 19
0
[PATCH] ipfw2 fails with 'bad command' error
...pfw.rules containing:
	pipe 1 config bw 500kbit/s
	add pipe 1 all from any to any
	Then execute:
	# ipfw -p cat /etc/ipfw.rules
	command is cat
	Line 2: bad command `pipe'
	Using any preprocessor that generates those rules will
	give the same error.
>Fix:
	Correctly initialise the 'do_pipe' variable in ipfw_main()
Index: sbin/ipfw/ipfw2.c
===================================================================
RCS file: /data/cvs/freebsd/src/sbin/ipfw/ipfw2.c,v
retrieving revision 1.4.2.16
diff -u -r1.4.2.16 ipfw2.c
--- sbin/ipfw/ipfw2.c	17 Jul 2003 06:03:39 -0000	1.4.2.16
+++ sbin/...
2006 May 02
1
compile R on Solaris 9
...:
connections.c:785: structure has no member named `open64'
connections.c: In function `do_fifo':
connections.c:837: structure has no member named `open64'
connections.c: In function `newpipe':
connections.c:919: structure has no member named `open64'
connections.c: In function `do_pipe':
connections.c:978: structure has no member named `open64'
connections.c: In function `newgzfile':
connections.c:1114: structure has no member named `open64'
connections.c: In function `do_gzfile':
connections.c:1163: structure has no member named `open64'
connections.c: I...
2006 May 09
5
ParaGuest cannot see 30GB memory
Hi,
I have buit Xen (32 bit) with PAE and can start multiple Paraguests with 4 gig memory, but cannot launch a single VM with more than 4 gb memory. I would like to launch 1 VM with 30GB or so memory. Are there any config paramters like kernel,/inittrd that need to be changed.
I have the ramdisk set to the initrd I used to boot xen with PAE.
Thanks
- padma
2004 Oct 25
1
chicken/egg between pipefs and initramfs/hotplug
...adinfo=f767a000 task=f74d9110)
Stack: f74f4780 f74f4780 c015dc24 f74d9110 c0168225 f7963ef0 c0392e80 f74f4780
       ffffffe9 f74f4080 f767bfac 00000ff8 c014ff5f f7963cb0 00000001 00000ff8
       f767bfac c0162d17 00000000 f74f4080 fffffff7 bfffdeec f767bfb0 0805cbdc
Call Trace:
 [<c015dc24>] do_pipe+0x32/0x20e
 [<c0168225>] dput+0x9e/0x2b0
 [<c014ff5f>] vfs_read+0x94/0x103
 [<c0162d17>] do_fcntl+0x18c/0x21f
 [<c010a8ad>] sys_pipe+0x11/0x49
 [<c0103f2f>] syscall_call+0x7/0xb
Code: 8b 40 14 89 04 24 e8 4e d5 00 00 85 c0 89 c3 0f 84 8d 00 00
It appears that linux/...
2018 Dec 04
3
patch to support custom HTTP headers in download.file() and url()
...111,     1,      {PP_FUNCALL, PREC_FN, 0}},
 {"file", do_url, 1,      11,     6,      {PP_FUNCALL, PREC_FN, 0}},
-{"url", do_url, 0,      11,     5,      {PP_FUNCALL, PREC_FN, 0}},
+{"url", do_url, 0,      11,     6,      {PP_FUNCALL, PREC_FN, 0}},
 {"pipe", do_pipe, 0,      11,     3,      {PP_FUNCALL, PREC_FN, 0}},
 {"fifo", do_fifo, 0,      11,     4,      {PP_FUNCALL, PREC_FN, 0}},
 {"gzfile", do_gzfile, 0,      11,     4,      {PP_FUNCALL, PREC_FN, 0}},
@@ -983,7 +983,7 @@ FUNTAB R_FunTab[] =
 {"eSoftVersion",do_eSoftVersion...