Displaying 20 results from an estimated 1000 matches similar to: "Bug#584583: [PATCH] Additional fix for ipconfig"
2010 Aug 25
0
[patch] ipconfig fixes + run-init nit
hello,
Preparing my first klibc maintainenace release. :)
My plan is to have the patches cook in klibc-queue and once
everythings is fine deploy them in the main klibc repo.
Please test/review belows patches.
I plan to release the current queue really soon for klibc 1.5.20
due to the urgent ipconfig fixes. For now you find my patch queue on:
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
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
2008 Jun 14
5
PATCH: ipconfig may accept DHCPOFFER as DHCPACK
Hello,
I found a bug in ipconfig and I'm sending a proposed patch for it.
I've only seen it happen in 2 dhcp-server environments. Scenario:
ipconfig sends a DHCP_DISCOVER,
server A answers with a DHCP_OFFER,
server B answers with a DHCP_OFFER,
ipconfig sends a DHCP_REQUEST for server A,
ipconfig accepts the DHCP_OFFER from server B instead of DHCP_ACK from
server A. <== BUG
The reason
2008 May 24
3
ipconfig and boot filename option
Hi,
ipconfig is used in ltsp (thin clients) initramfs. Some of the users
have to have 2 dhcp servers in ltsp environments, so they hit on this
problem:
The first dhcp request is from the pxe rom boot code. This code
ignores any dhcp offers that don't have a filename field. So they
always get the correct address, from the ltsp server.
The second dhcp request (in initramfs) is done by
2003 Apr 29
0
[PATCH] Fix busy-looping behaviour in ipconfig
The ipconfig code does not drop incoming packets that it can't handle.
Since the packet socket sends ipconfig its own broadcast requests,
ipconfig has the unfortunate behaviour of eating 100% of the CPU time
when it does not receive an immediate response to its outgoing requests.
This patch fixes the problem, by ensuring that packets are dropped if
they are not handled. It also introduces a
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
2008 Jun 14
2
PATCH: ipconfig may discard useful packets
Thank you Maximilian, this was much easier!
I still have problems with my email setup, I haven't found the time to
migrate my mailbox from Windows yet. And gmail (webmail) doesn't allow
many customizations, so I'm also uploading the patch to
http://users.sch.gr/alkisg/temp/0001-Signed-off-by.patch
I'm sending a patch regarding the discard_packet() function, please
consider it for
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
2010 Jul 06
0
Bug#584583: initramfs-tools: configure_networking function: repeatedly makes DHCP requests
On Fri, 04 Jun 2010, Vagrant Cascadian wrote:
> Package: initramfs-tools
> Version: 0.95.1
> Severity: normal
>
> i've been testing the newest initramfs-tools network booting support, though it
> seems to make 10 DHCP requests in rapid sucession. fortunately, the last DHCP
> request does work. switching back to hard-coded DEVICE=eth0 in
>
2011 Mar 28
5
[PATCH 1/3] Only peek and discard packets from specified device.
This patch fixes a bug on systems with multiple connected network devices.
As packet_peek uses all devices to receive data instead of a specific
device. As the return value was never reset it was possible that packets
from other devices were returned by packet_peek. That means that the
ifindex did not match any ifindex of the specified devices the packet was
never removed and packets for the
2011 Jun 08
1
[PATCH] Don't try to guess the nameserver in ipconfig.
klibcs ipconfig tries to guess the nameserver if no nameserver is
provided. This may happen due to misconfigured dhcp or the use of
the ip= parameter.
This patch removes the guessing from ipconfig as it is not possible for
any other script to determine if the provided nameserver is valid or
a guessed one. If the old behavior is really needed this could be easily
implemented in an external script.
2011 Jan 26
3
ipconfig fails when an interface is flapping?
I had an odd situation yesterday, klibc 1.5.17 ipconfig was trying DHCP on
all 3 NICs in the server, but one has a bad switch that causes the link on
eth2 to go up/down every 10 seconds. IPconfig would just time out. If I
tell ipconfig to only try eth0, then DHCP address is configured, and the
netboot proceeds 100%.
I'll take a peek at the code but maybe someone here is familiar with the
2016 Mar 08
2
ALLOCATE in a FORTRAN subroutine
> You can call (some) R functionality from C
When I read about 'R api' I thought that we could call all the functionality of R. I think that in the windows world, this is called OLE automation. From a pure programmer point of view, it is very convenient and my customer is creating a team of programmers. But, if only 'some' functionalities can be called, it's not so useful.
2019 Dec 11
0
[klibc:master] ipconfig: Document support for DNS server addresses
Commit-ID: 607dae881e39572e0a0aa6a55a8b750a0b89165f
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=607dae881e39572e0a0aa6a55a8b750a0b89165f
Author: Ben Hutchings <ben at decadent.org.uk>
AuthorDate: Wed, 11 Dec 2019 17:26:28 +0000
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Wed, 11 Dec 2019 17:39:18 +0000
[klibc] ipconfig: Document support
2019 Dec 11
0
[klibc:master] ipconfig: Ignore NTP server address and any additional fields
Commit-ID: 56dcdac0ffc1d86d196a1d04933288b0c0ef8417
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=56dcdac0ffc1d86d196a1d04933288b0c0ef8417
Author: Ben Hutchings <ben at decadent.org.uk>
AuthorDate: Wed, 11 Dec 2019 17:38:21 +0000
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Wed, 11 Dec 2019 17:48:47 +0000
[klibc] ipconfig: Ignore NTP
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
2010 Apr 26
1
valgrind ipconfig work
this is just on the common path, need to checkout others too,
but a start:
commit 5501109f6597f2bbed17a264b247c36220362dfb
Author: maximilian attems <max at stro.at>
Date: Mon Apr 26 08:07:51 2010 +0200
[klibc] ipconfig: Fix valgrind errors
valgrind was rightfully complaining on ipconfig eth0:
ERROR SUMMARY: 5 errors from 4 contexts (suppressed: 0 from 0)
all
2010 Mar 16
0
[git pull v3] i386, sparc buildfix + ipconfig fixes
hello hpa,
stuff keeps piling up, but shaping up too. :)
Louis Rilling debugged the ipconfig failure that I was wondering
about lately and fixed it. so his fixes got added to previous pull
request v2:
please pull
git pull git://git.debian.org/users/maks/klibc.git maks
for the changes:
Louis Rilling (2):
[klibc] ipconfig: Fix missing dhcp_end field
[klibc] ipconfig: Fix null ciaddr
2011 Jun 14
0
[PATCH] ipconfig: do_pkt_recv() refix ret initialisation
fix:
usr/kinit/ipconfig/main.c: In function ?ipconfig_main?:
usr/kinit/ipconfig/main.c:350:7: warning: ?ret? may be used uninitialized in this function [-Wuninitialized]
usr/kinit/ipconfig/main.c:346:6: note: ?ret? was declared here
I think the initialisation change in 6df362216a2e5beb4f29feafeabc630034a76914
was unintentional.
Cc: Ulrich Dangel <uli at spamt.net>
Signed-off-by: