similar to: [PATCH] include: [sys/ioctl.h] needs linux/sockios.h

Displaying 20 results from an estimated 800 matches similar to: "[PATCH] include: [sys/ioctl.h] needs linux/sockios.h"

2011 Aug 08
1
[socket.h] add (more) missing definitions
Hello, to compile kexec-tools statically against klibc we still need a patch for socket.h, otherwise: | kexec/ifdown.c:46:16: error: 'SIOCGIFCONF' undeclared (first use in this function) | kexec/ifdown.c:46:16: note: each undeclared identifier is reported only once for each function it appears in | kexec/ifdown.c:65:18: error: 'SIOCSIFFLAGS' undeclared (first use in this
2012 May 22
0
[klibc:master] ipconfig: Append padding if DHCP packet length < 300 octets
Commit-ID: f41c1d74c6a8e3d463e7e4291b112b367eb8b097 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=f41c1d74c6a8e3d463e7e4291b112b367eb8b097 Author: KUMAAN <9maaan at gmail.com> AuthorDate: Tue, 23 Aug 2011 14:59:19 +0900 Committer: maximilian attems <max at stro.at> CommitDate: Tue, 22 May 2012 10:55:16 +0200 [klibc] ipconfig: Append padding if DHCP packet
2011 Jul 18
2
ipconfig:About the length of 'options' field of DHCP packet
Hi, I had the problem that 'ipconfig' as DHCP client in Debian-squeeze could not get DHCP Offer reply from the built-in DHCP server of the cheap route that I have. The name of the router is 'MegaBitGear TE4571E' which I got at contract of ADSL Internet access service in 2009. The router is not too old and can reply to other DHCP clients like ISC-dhclient, WindowsXP and Vista.
2010 Feb 23
0
[PATCH 3/3] Add relevant socket.h definitions
linux-2.6 9c501935a3cdcf6b1d35aaee3aa11c7a7051a305 cleaned <linux/socket.h> from allmost any userspace export. thus define the stuff that used to be there in klibc socket.h Signed-off-by: maximilian attems <max at stro.at> --- usr/include/sys/socket.h | 37 +++++++++++++++++++++++++++++++++++++ 1 files changed, 37 insertions(+), 0 deletions(-) diff --git
2012 May 22
0
[klibc:master] ipconfig: Write $DOMAINSEARCH as domain-search
Commit-ID: 2f1c2933bc4cceb4766c4a7aedebe12c82be775d Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=2f1c2933bc4cceb4766c4a7aedebe12c82be775d Author: KUMAAN <9maaan at gmail.com> AuthorDate: Tue, 23 Aug 2011 14:57:08 +0900 Committer: maximilian attems <max at stro.at> CommitDate: Tue, 22 May 2012 10:52:43 +0200 [klibc] ipconfig: Write $DOMAINSEARCH as
2012 Apr 12
0
Live migration of instance using KVM hypervisor fails
Hi, I am trying to migrate a running instance, but it fails with the following error: $ virsh migrate --live instance-00000008 qemu+tcp://10.2.3.150/system --verbose error: operation failed: migration job: unexpectedly failed I can see following in the instance specific qemu log directory (/var/log/libvirt/qemu/instance-00000008.log) on the destination host: 2012-04-12 03:57:26.211: starting up
2007 Apr 18
0
[Bridge] [PATCH] (9/11) bridge -- new ioctl interface for 32/64 compatiablity
Add four new ioctl's for the operations that can't be done through sysfs. The existing bridge ioctl's are multiplexed, and most go through SIOCDEVPRIVATE so they won't work in a mixed 32/64bit environment. The new release of bridge-utils will use these if possible, and fall back to the old interface. diff -Nru a/include/linux/if_bridge.h b/include/linux/if_bridge.h ---
1998 Mar 29
1
Anyone using SCO 3.2v4.2 with Samba 1.9.18p3??
SCO Unix 3.2v4.2 Samba 1.9.18p3 Problem with I_STR/SIOCGIFCONF I haven't a clue what is wrong here... We compiled samba 1.9.18p3 using GCC and everything is working pretty much okay. However, when we start the nmbd server we get an error message: > 03/22/1998 10:19:15 netbios nameserver version 1.9.18p3 started > Copyright Andrew Tridgell 1994-1997 > doing parameter log level = 3
2007 Mar 09
0
Wireless fails with Netgear MA401 card.
Alle, I have recently installed CentOS4.4 on an old Fujitsu E7110 laptop. I'm trying to get a Netgear MA401 card installed for wireless access but when I configure the card and start the network I get: Mar 9 09:03:20 localhost network: Setting network parameters: succeeded Mar 9 09:03:20 localhost kernel: ip_tables: (C) 2000-2002 Netfilter core team Mar 9 09:03:20 localhost network:
2009 Mar 10
0
Problem with opensuse PVM
Hi all. I have a problem with pciback in OpenSUSE using PVM. I try to send 3 nic for the PVM.. its ok.. but.. if i try ifconfig eth3 up.. got the error... Please.. see this. Anybody.. know this problem? Thanks, Junior opensuse:~ # uptime 3:36pm up 0:03, 2 users, load average: 0.02, 0.06, 0.02 opensuse:~ # uname -a Linux opensuse 2.6.27.7-9-xen #1 SMP 2008-12-04 18:10:04 +0100 x86_64
2011 Jul 26
0
[PATCH] add support for kexec_load()
With some hacks kexec-tools can compile against klibc. On the klibc side only this syscall addition is missing. The patch has been carried in OpenEmbedded klibc for some time. Signed-off-by: Thomas Kunze <thommycheck at gmx.de> Signed-off-by: Yuri Bushmelev <jay4mail at gmail.com> Signed-off-by: Andrea Adami <andrea.adami at gmail.com> Signed-off-by: maximilian attems <max at
2009 Nov 02
0
[PATCHv4 3/6] qemu/net: add raw backend
Add raw network backend option which uses a packet socket to provide raw networking access. Once the socket is opened it's bound to a provided host interface, such that packets received on the interface are delivered to the VM and packets sent by the VM are sent to the interface. This is functionally similar to the existing pcap network backend, with the same advantages and problems.
2009 Nov 02
0
[PATCHv4 3/6] qemu/net: add raw backend
Add raw network backend option which uses a packet socket to provide raw networking access. Once the socket is opened it's bound to a provided host interface, such that packets received on the interface are delivered to the VM and packets sent by the VM are sent to the interface. This is functionally similar to the existing pcap network backend, with the same advantages and problems.
2007 Apr 18
1
[Bridge] Little problem with 1.x versions (if_indextoname)
Hi, I have used bridge-utils 0.9.6 so far in a kernel 2.4.26, uClibc and ppc environment. When I use version 1.0.3 I have the problem that I do not see the brige with the 'brctl show' command if it is not fully set up. It was working with 0.9.6. I tracked the problem down to an 'incompatibility' in bridge/uClibc/kernel. 0.9.6 uses its own if_indextoname function which uses the
2009 Oct 25
1
permission script
I just wrote a little script, that will echo a message to the user, if it doesn't have enough permission: $ if ! [ "$(env LC_MESSAGES=C ifconfig wlan0 down | grep -i denied)" == "" ]; then echo "no permission"; fi SIOCSIFFLAGS: Permission denied $ sudo su [sudo] password for USER: # if ! [ "$(env LC_MESSAGES=C ifconfig wlan0 down | grep -i
2001 May 29
1
this for real?
got the following in the freshmeat newsletter. the page doesn't say anything about it. also the sct dir on kernel.org still shows the WIP version... [007] - e2fsprogs 1.20 (Default)   by P. Adami (http://freshmeat.net/users/ramirez/)   Monday, May 28th 2001 19:39 The ext2fsprogs package contains essential ext2 filesystem utilities which consists of e2fsck, mke2fs, debugfs, dumpe2fs, tune2fs,
2008 Feb 07
1
Doubt on adding support for new mailbox format
Hi! I'm starting to read and play with dovecot since a month ago. But my mailboxes' format is hashdir, which has been implemented here by my team. Here: http://wiki.dovecot.org/MailboxFormat I've noticed that "Adding support for new formats for Dovecot isn't very difficult, although it can be time consuming. Dovecot exposes a nice and simple API which needs to be
2012 Sep 10
9
issue using SRIOV "Unable to start - perhaps the PF driver is not up yet", while PF driver is actually up
Hi, I am trying to use SRIOV, usnig xen 4.0 on debian. On my dom0, xm pci-list-assignable-devices show that 0000:0f:10.0 0000:0f:10.2 0000:0f:10.4 0000:0f:10.6 0000:0f:11.2 0000:0f:11.4 0000:0f:11.6 these virtual interfaces correspond to eth2, i attach 0f:10.0 to a domU ubuntu machine, xm pci-attach ubuntu 0f:10.0 on my dom0 machine, i can ping other machine using eth2, (implying PF on eth2
2012 Sep 10
9
issue using SRIOV "Unable to start - perhaps the PF driver is not up yet", while PF driver is actually up
Hi, I am trying to use SRIOV, usnig xen 4.0 on debian. On my dom0, xm pci-list-assignable-devices show that 0000:0f:10.0 0000:0f:10.2 0000:0f:10.4 0000:0f:10.6 0000:0f:11.2 0000:0f:11.4 0000:0f:11.6 these virtual interfaces correspond to eth2, i attach 0f:10.0 to a domU ubuntu machine, xm pci-attach ubuntu 0f:10.0 on my dom0 machine, i can ping other machine using eth2, (implying PF on eth2
2011 Aug 12
4
klibc current state
Hello, While some people might scuba dive, let's summarize recent progress and state (People cc'ed have either patches in queue or are involved): * Patches pending review, allmost ready for klibc ------------------------------------------------- - mikew/drop_cap - kinit: Add drop_capabilities support adds the ability to kinit to allow the dropping of POSIX capabilities. (patch even