Displaying 20 results from an estimated 300 matches similar to: "klibc-1.5.17 released"
2008 Jun 05
2
RESEND [PATCH][BUGFIX] Fix termination of the spoofing portmapper
Hi,
I'm resending since I got no feedback: I assume that the message was lost...
The attached patch fixes a few bugs related to the spoofing portmapper used
by nfsmount.
Regards,
Louis
--
Dr Louis Rilling Kerlabs
Skype: louis.rilling Batiment Germanium
Phone: (+33|0) 6 80 89 08 23 80 avenue des Buttes de Coesmes
http://www.kerlabs.com/ 35700 Rennes
-------------- next part
2008 Jun 12
5
[RFC][PATCH 0/3] configfs: Miscellaneous fixes
Hi,
The following patches fix few bugs/APIs in configfs. The third one depends on
the patch introducing configfs_dirent_lock previously submitted in
http://lkml.org/lkml/2008/6/12/232
Louis
--
Dr Louis Rilling Kerlabs
Skype: louis.rilling Batiment Germanium
Phone: (+33|0) 6 80 89 08 23 80 avenue des Buttes de Coesmes
http://www.kerlabs.com/ 35700 Rennes
2010 Mar 16
4
ipconfig: DHCP fixes
Hi,
Here are two fixes for ipconfig/dhcp, the second of them being required for my
dhcp3 server to accept ipconfig's requests.
Thanks,
Louis
Louis Rilling (2):
ipconfig: Fix missing dhcp_end field
ipconfig: Fix null ciaddr on DHCPREQUEST during SELECTING state
usr/kinit/ipconfig/dhcp_proto.c | 4 ++--
usr/kinit/ipconfig/packet.c | 2 +-
2 files changed, 3
2009 Aug 09
3
Patch queue pushed out
I finally got some time to work through the klibc patch queue...
however, since I have been AWOL so long I might have dropped patches.
If someone could take a quick look at the git tree before I push a new
version out that would be great.
-hpa
--
H. Peter Anvin, Intel Open Source Technology Center
I work for Intel. I don't speak on their behalf.
2010 Jul 14
0
Fwd: klibc-utils 1.5.17 ipconfig
---------- Forwarded message ----------
From: Maximilian Attems <mattems at hep.itp.tuwien.ac.at>
Date: Wed, Jul 14, 2010 at 8:27 PM
Subject: Re: klibc-utils 1.5.17 ipconfig
To: Eran Davidovich <erancx at gmail.com>
hello,
thanks for your email.
On Mon, Jul 12, 2010 at 11:36:21AM +0300, Eran Davidovich wrote:
>
> How are you?
> Thanks for your great blog, been snipping
2008 Jul 14
18
[git patches] Ocfs2 and Configfs updates for 2.6.27
I'm running a bit late with the e-mail this time around, but I think that's
ok since there really isn't any major new features here - the bulk of the
Ocfs2 update is bug fixes, or cleanups. The same goes for configfs.
The only two things that could be described as features would be:
- Sunil has updated Ocfs2 to provide even more live cluster locking
information via debugfs.
- Joel
2018 Dec 29
1
Re: Network filters with clean-traffic not working on Debian Stretch
Dear Yalang,
that did the trick. If I look in the NAT table of the bridge I can see
the generated rules. Probably wouldn't have though about that ever.
Thanks a lot!
Best
Sam
On 29.12.18 06:51, Yalan Zhang wrote:
> Hi Sam,
>
> You can find the rules by below command, and it looks as below:
> # ebtables -t nat --list
> Bridge table: nat
>
> Bridge chain: PREROUTING,
2008 Feb 22
1
ipconfig bug with multiple interfaces
Hello,
if ipconfig is run as ipconfig :::::: (i.e. long spec with all fields empty)
and the computer has multiple network interfaces and only one of them is
connected to dhcp managed network, ipconfig ends up in an infinite loop (see
the log bellow).
The following patch solved this for me. According to README, if the <device>
in the long spec is empty, the first interface should be
2020 Apr 18
1
CentO 8 and nftables default policy
I had the same problem.
If you are not using virtual machines then
# systemctl disable libvirtd
works and is easily reversible.
Alan
On 18/04/2020 23:03, Alessandro Baggi wrote:
> Il 17/04/20 11:01, Alessandro Baggi ha scritto:
>> Hi list,
>>
>> I'm studying nftables. I'm using CentOS 8.1 (Gnome) and I disabled
>> firewalld. I noticed that a default
2010 Apr 22
0
Bug#552554: ipconfig does not time out (klibc-utils)
hello,
sorry for late reply, bin digging through klibc backlog
and this seems the only unawswered one. thanks for patience. :)
On Tue, 27 Oct 2009, Nico Schottelius wrote:
> Package: klibc-utils
> Version: 1.5.15-1
hmm, unstable got newer klibc innbetwen, 1.5.17 should fix most of
the listed pain, although 1.5.18-1 would be recommended, just uploaded.
:)
>
> I'm trying to
2018 Dec 25
2
Network filters with clean-traffic not working on Debian Stretch
Hello,
I'm recently stumbled over the libvirt network filter capabilities and
got pretty excited. Unfortunately I'm not able to get the the
"clean-traffic" filterset working. I'm using a freshly installed Debian
Stretch with libvirt, qemu and KVM.
My config snippet looks as follows:
sudo virsh edit <VM>
[...]
<interface type='bridge'>
<mac
2010 Mar 20
0
klibc-1.5.17 released
Hi all,
I have pushed out klibc-1.5.17, mostly based on Max' patchqueue:
H. Peter Anvin (3):
[klibc] 1.5.16 released, next version is 1.5.17
[klibc] socketcalls: add parens around defined()
[klibc] losetup: fix pointer type warnings
Louis Rilling (2):
[klibc] ipconfig: Fix missing dhcp_end field
[klibc] ipconfig: Fix null ciaddr on DHCPREQUEST during SELECTING
2018 Dec 29
0
Re: Network filters with clean-traffic not working on Debian Stretch
Hi Sam,
You can find the rules by below command, and it looks as below:
# ebtables -t nat --list
Bridge table: nat
Bridge chain: PREROUTING, entries: 2, policy: ACCEPT
-j PREROUTING_direct
-i vnet0 -j libvirt-I-vnet0
Bridge chain: OUTPUT, entries: 1, policy: ACCEPT
-j OUTPUT_direct
Bridge chain: POSTROUTING, entries: 2, policy: ACCEPT
-j POSTROUTING_direct
-o vnet0 -j libvirt-O-vnet0
Bridge
2006 Jun 26
0
[klibc 14/43] Remove in-kernel nfsroot code
The in-kernel nfsroot code is obsoleted by kinit. Remove it; it
causes conflicts.
Signed-off-by: H. Peter Anvin <hpa at zytor.com>
---
commit 161e1dc16ec1129b30b634a2a8dcbbd1937800c5
tree c30da837d746fe65d8a13ccf6f27bd381948edb4
parent 018604e070e143657abcf0cb256a1e2dda205d97
author H. Peter Anvin <hpa at zytor.com> Sat, 20 May 2006 16:24:05 -0700
committer H. Peter Anvin <hpa at
2020 Apr 17
2
CentO 8 and nftables default policy
Hi list,
I'm studying nftables. I'm using CentOS 8.1 (Gnome) and I disabled
firewalld. I noticed that a default policy is created with tables and
chains probably for firewalld.
So I created a .nft script where I stored my rules with a flush for
previous ruleset, then saved on /etc/sysconfig/nftables.conf and the
enabled nftables service.
Running the script with nft -f script.nft all
2003 May 22
0
[PATCH 2.5.69 1/3] remove ipconfig support from the kernel
This patch removes IP autoconfiguration (CONFIG_IP_PNP and friends)
support from the kernel, and ensures that using NFS as the root
filesystem (CONFIG_NFS_ROOT) will no longer work.
b/arch/alpha/defconfig | 1
b/arch/arm/def-configs/a5k | 1
b/arch/arm/def-configs/adi_evb | 4
b/arch/arm/def-configs/adsbitsy | 4
2010 Jun 30
0
FYI: a short guide to libvirt & network filtering iptables/ebtables use
I just wrote this to assist some Red Hat folks understanding
what libvirt does with iptables, and thought it is useful info
for the whole libvirt community. When I have time I'll adjust
this content so that it can fit into the website in relevant
pages/places.
Firewall / network filtering in libvirt
=======================================
There are three pieces of libvirt
2009 Jan 15
1
Bug#511959: klibc-utils: ipconfig times out when several machines boot at the very same time
Package: klibc-utils
Version: 1.5.12-2
Severity: important
Tags: patch
(I'm using X-Debbugs-Cc so that the klibc list receives a copy directly.
I'd be glad to be kept in Cc since I don't follow that list, thanks
already.)
Hi maks, hpa, Louis, and others,
I've been experiencing for a while timeouts at DHCP-time in ipconfig
when starting up several machines (say: 2 out of 4
2003 May 22
0
[PATCH 2.5.69 2/3] Remove NFS root support from the kernel
This patch removes support for use of NFS as a root filesystem from the
kernel. It also updates the documentation to reflect this.
b/Documentation/nfsroot.txt | 97 +++---
b/arch/arm/def-configs/a5k | 1
b/arch/arm/def-configs/adi_evb | 1
b/arch/arm/def-configs/adsbitsy | 1
b/arch/arm/def-configs/anakin | 1
2009 Oct 27
0
ipconfig does not time out (klibc-utils)
Package: klibc-utils
Version: 1.5.15-1
Hello!
I'm trying to boot Debian from a different nic than the first one.
After some digging into klibc and initramfs, it seems like DEVICE=all
in /etc/initramfs-tools/initramfs.conf is near a solution
(I cannot reliable tell, which name the nic has, it may be eth0, eth1,
eth2, eth3, ...; as I've machines with one to four nics).
/scripts/functions