search for: inux

Displaying 20 results from an estimated 34 matches for "inux".

Did you mean: linux
2006 Aug 14
0
Call for Beta Testers: R+ (read R plus) for Solaris and L inux:
...eed not be mutually exclusive. Remember that the "free" in "free software" is as in "freedom" rather than as in beer (as far as GPL is concern, at least). Having commercial support for R may not be a bad thing: It may well help adaptation in the corporate world. (Linux probably would not have made inroads into large corps if not for companies providing commercial support for it.) It would be great if those who profited from R can contribute back to the project in some way. Just my $0.02... Andy _____ From: r-help-bounces at stat.math.ethz.ch on behalf...
2013 Aug 19
2
[PATCH v2] vhost: Include linux/uio.h instead of linux/socket.h
memcpy_fromiovec is moved from net/core/iovec.c to lib/iovec.c. linux/uio.h provides the declaration for memcpy_fromiovec. Include linux/uio.h instead of inux/socket.h for it. Signed-off-by: Asias He <asias at redhat.com> --- drivers/vhost/vhost.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost....
2013 Aug 19
2
[PATCH v2] vhost: Include linux/uio.h instead of linux/socket.h
memcpy_fromiovec is moved from net/core/iovec.c to lib/iovec.c. linux/uio.h provides the declaration for memcpy_fromiovec. Include linux/uio.h instead of inux/socket.h for it. Signed-off-by: Asias He <asias at redhat.com> --- drivers/vhost/vhost.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost....
2004 Jul 16
4
Stumped on methods
...unction name. I presume this is a feature of namespaces. Needless to say, searching the archives for "print & method" retrieved a cornucopia of useless information. I wonder if anyone would be kind enough to inform me where to look for the proper incantation? Thanks. RedHat EL3 L:inux R-1.9.1 Last.Drink - Aurora Expresso Jim
2013 Apr 20
5
configure error using Lustre 2.3 and OFED 3.5
Configure fails at testing for openib - anyone an idea? Thanks Michaell configure:10034: checking whether to enable OpenIB gen2 support configure:10138: cp conftest.c build && make -d modules CC=gcc -f /home/mhebenst/lustre-2.3.0/build/Makefile LUSTRE_LINUX_CONFIG=/adm in/extra/linux-2.6.32-358.2.1.el6.x86_64.crt1/.config LINUXINCLUDE= -I/usr/local/ofed/3.5/src/compat-rdma-3.5/include -I/admin/extra/l inux-2.6.32-358.2.1.el6.x86_64.crt1/arch/x86/include -I/admin/extra/linux-2.6.32-358.2.1.el6.x86_64.crt1/arch/x86/include/generated -I /admin/extra/linu...
2003 Oct 22
2
Slackware 9.1 Install Help
...tion declaration isn' t a prototype pbx_gtkconsole.c: In function `__verboser': pbx_gtkconsole.c:101: warning: assignment discards qualifiers from pointer targe t type gcc -shared -Xlinker -x -o pbx_gtkconsole.so pbx_gtkconsole.o `gtk-config --libs gthread` /usr/lib/gcc-lib/i486-slackware-linux/3.2.3/../../../../i486-slackware-l inux/bin /ld: cannot find -lXext collect2: ld returned 1 exit status make[1]: *** [pbx_gtkconsole.so] Error 1 make[1]: Leaving directory `/usr/src/asterisk/pbx' make: *** [subdirs] Error 1 root@voipsrv1:/usr/src/asterisk# =====CUT=====
2008 Nov 23
2
Guest WinXP cannot recognize USB?
Hi: My guest WinXP cannot recognize other USBs except keyboard and mouse. So I cannot send files to my guest except for using network. Is there any suggest? Thanks! _________________________________________________________________ MSN资讯快递,帮助你第一时间了解最新资讯! http://im.live.cn/newsexpress _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com
2014 Dec 22
0
check-gnu-efi.sh: print the output of build-gnu-efi.sh
> I really think we should not take chances; > Syslinux source should include (probably as an optional download tarball) > the gnu-efi used to build the particular Syslinux version. > > apt-get is awesome but after running > LANG=C apt-get source syslinux > on my Ubuntu 14.04 I just got Syslinux 4.05 > The sources of a package like...
2005 Mar 02
1
gem install rails error
...b/ruby/site_ruby/1.8/rubygems/gem_runner.rb:9:in `run'' from /usr/local/bin/gem:17 I''m sorry if someone has already answered this question or if it is totally obvious what the problem is but can some one give me a little help here? Again this is on Red Hat Enterprise L:inux a totally fresh install with Ruby 1.8.2 installed in /usr/local/bin. Any pointers? Many many thanks in advance for any help -Ezra Zygmuntowicz Yakima Herald-Republic WebMaster 509-577-7732 ezra-gdxLOakOTQ9oetBuM9ipNAC/G2K4zDHf@public.gmane.org _______________________________________________ Rails...
2011 Jan 24
0
[LLVMdev] Error in cross-compiling "Hello World"
...-o hello   as: unrecognized option `-meabi=4'   I know that the reason is not to get proper cross assembler. It tries to use the native assembler but I am unable to fix the problem. I use llvm-gcc -### hello.c -o hello and see the following going on:   Using built-in specs. Target: arm-none-linux-gnueabi Configured with: /MinGW/llvm-project/src/llvm-gcc-4.2/configure --enable-languag es=c --enable-bindings=none --disable-threads --enable-llvm=/usr/local/crosstool /arm-none-linux-gnueabi/llvm --disable-gold --disable-multilib --prefix=/usr/loc al/crosstool/arm-none-linux-gnueabi/llvm-gcc-4.2...
2011 Jan 24
0
[LLVMdev] Error in compiling "Hello World" in a LLVM-GCC cross crosscompiler
...-o hello   as: unrecognized option `-meabi=4'   I know that the reason is not to get proper cross assembler. It tries to use the native assembler but I am unable to fix the problem. I use llvm-gcc -### hello.c -o hello and see the following going on:   Using built-in specs. Target: arm-none-linux-gnueabi Configured with: /MinGW/llvm-project/src/llvm-gcc-4.2/configure --enable-languag es=c --enable-bindings=none --disable-threads --enable-llvm=/usr/local/crosstool /arm-none-linux-gnueabi/llvm --disable-gold --disable-multilib --prefix=/usr/loc al/crosstool/arm-none-linux-gnueabi/llvm-gcc-4.2...
2014 Dec 22
3
check-gnu-efi.sh: print the output of build-gnu-efi.sh
I really think we should not take chances; Syslinux source should include (probably as an optional download tarball) the gnu-efi used to build the particular Syslinux version. Pat -------------------------------------------- On Mon, 12/22/14, Ady <ady-sf at hotmail.com> wrote: Subject: Re: [syslinux] check-gnu-efi.sh: print the output of...
1999 Mar 31
0
could not set effective gid
hello folks, I am in the process of integrating a linux box in our windows NT/95/98 network, but so far I am having little luck with getting samba to work. I am using Red Hat 5.1 with KDE, the samba version that I installed is 2.0.3.1. I want access from other machines as guest only and to achieve that I created a guest account called guest on thel inu...
2014 Jan 23
0
[PATCH] Proposal for a pacifier option with mkdiskimage
> It is based on > http://git.kernel.org/cgit/boot/syslinux/syslinux.git/tree/utils/mkdiskimage.in?id=syslinux-6.03-pre1 Just a thought (FWIW). Perhaps it could be useful to base it on the syslinux4-xx branch: http://git.zytor.com/?p=syslinux/syslinux.git;a=tree;h=refs/heads/sysl inux-4.xx;hb=syslinux-4.xx http://git.zytor.com/?p=syslinux/syslinux.git;a=...
2013 Aug 16
2
[PATCH] vhost: Drop linux/socket.h
...t; > > On Thu, Aug 15, 2013 at 02:07:40PM -0700, David Miller wrote: > >> From: Asias He <asias at redhat.com> > >> Date: Thu, 15 Aug 2013 11:20:16 +0800 > >> > >> > memcpy_fromiovec is moved to lib/iovec.c. No need to include > >> > linux/socket.h for it. > >> > > >> > Signed-off-by: Asias He <asias at redhat.com> > >> > >> You can't do this. > >> > >> Because this file doesn't include the header file that > >> provides the declaration, which is li...
2013 Aug 16
2
[PATCH] vhost: Drop linux/socket.h
...t; > > On Thu, Aug 15, 2013 at 02:07:40PM -0700, David Miller wrote: > >> From: Asias He <asias at redhat.com> > >> Date: Thu, 15 Aug 2013 11:20:16 +0800 > >> > >> > memcpy_fromiovec is moved to lib/iovec.c. No need to include > >> > linux/socket.h for it. > >> > > >> > Signed-off-by: Asias He <asias at redhat.com> > >> > >> You can't do this. > >> > >> Because this file doesn't include the header file that > >> provides the declaration, which is li...
2019 Nov 01
4
Samab 4.11.2, 4.10.10 and 4.9.15 for rhel7/centos7 rpms
Hi everyone, I've posted some rpm builds of samba 4.11.2, 4.10.10 and 4.9.15 for RHEL/Centos 7.x (currently 7.7). The 4.11 rpms use the python3 and python3-devel rpms introduced in the standard RHEL/Centos repos at the same time as the 7.7 version. Comments and/or testing feedback would be most welcomed. http://nova.polymtl.ca/~coyote/dist/samba/samba-4.11.2
2003 Mar 21
1
PXELinux can
...0.0.0, OLD-BROADCAST IP: No options IP: UDP: ----- UDP Header ----- UDP: UDP: Source port = 57217 UDP: Destination port = 69 (TFTP) UDP: Length = 46 UDP: Checksum = 4CEB UDP: TFTP: ----- Trivial File Transfer Protocol ----- TFTP: TFTP: Opcode = 1 (read request) TFTP: File name = "pxelinux.cfg/C0A80104" TFTP: Transfer mode = octet 0: ffff ffff ffff 0030 4827 77c6 0800 4500 .......0H'w...E. 16: 0042 001d 0000 1411 e4e2 c0a8 0104 0000 .B.............. 32: 0000 df81 0045 002e 4ceb 0001 7078 656c .....E..L...pxel 48: 696e 7578...
2002 Jun 07
2
pxelinux problem (plus a fix proposal)
Hello I'm using the ISC-dhcp 3.0pl1 + pxe patch (from http://savannah.gnu.org/download/pxe-toolkit/) and pxelinux as the loader program. It turns out that in my configuration pxelinux specific DHCP options are sent out by the server encapsulated within vendor extension option (option 43, RFC 1533). Currently pxelinux cannot parse this correctly (the full option 43 with it's contents is treated as unknow...
2007 Dec 09
1
Formating and Mounting Partitions giving problems
...OCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> </head> <body bgcolor="#ffffff" text="#000000"> <small>Hi <br> After the installation of </small><small>Windows and L</small><small>inux on my desktop.I partitioned the disk space under Windows and kept the partitions as raw.<br> Switched to Linux as Root,and viewed the disk </small><small>it showed the partitions as FAT 16 while i kept them Raw,under windows.</small><br> <small><i>[root@loc...