Displaying 20 results from an estimated 3000 matches similar to: "Feature request"
2003 Sep 14
2
FWD: Network Boot IP Configuration Dilemma
If you want eth0 to be used and no dynamic IP
configuration request should not occur in the Linux
kernel, specify *both* APPEND and IPAPPEND options
like:
APPEND ip=:::::eth0:none
IPAPPEND 1
It's very tricky but it works, at least Linux 2.4.18
which I tested. The IP-PNP routine in the kernel
doesn't modify values if the option values are not
explicitly specified. IPAPPEND doesn't
2003 Sep 05
7
Network Boot IP Configuration Dilemma
Background: I recently wrote to Peter Anvin regarding IPAPPEND
functionality, and he suggested I take the issue to this mailing list.
I see it has been touched upon several times, after reviewing the
archives. Let me see if I can add to it with a good level of detail:
When using PXE to network boot a linux client, PXE must first
acquire the client's IP address, by dhcp request, then, the
2006 May 17
2
NUT LynxOS port
Hi,
This patch includes port of NUT to LynxOS 4.0. The patch is against
yesterday's svn tree. Here is a brief description of changes:
drivers/powercom.c:
Rename shutdown() to shutdown2(). shutdown() is already defined
in LynxOS system header files. Please feel free to rename it more
appropriately. (I didn't do it due to lack of imagination :-) )
include/proto.h:
Added
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
2008 Apr 03
1
[PATCH] Fix compile-time warning
Hi,
Here's a trivial patch to remove compile-time warning on LynxOS.
Regards,
Olli
--- bsd-poll.c.orig Fri Feb 29 02:57:47 2008
+++ bsd-poll.c Thu Apr 3 06:56:50 2008
@@ -23,6 +23,7 @@
# include <sys/select.h>
#endif
+#include <stdlib.h>
#include <errno.h>
#include "bsd-poll.h"
2005 Aug 15
0
OpenSSH LynxOS port
Olli Savia wrote:
> The attached patch is a port of the current CVS (2005-08-11) version
> of OpenSSH portable to LynxOS. Could you consider adding it to the
> future releases of OpenSSH? If the patch needs additional work, please
> let me know.
Looks mostly reasonable, some comments and questions below.
> + AC_DEFINE(LYNXOS_BROKEN_SETVBUF, 1, [LynxOS has broken setvbuf()
2014 Dec 11
1
Fw: [cifs-protocol] QUESTION - samba cifs mount - HELP
Need some assistance on the below information - please let me know if this is not the right group for this to go to.
Thanks,
Lisa Gates
Systems Administration Engineer
----- Forwarded by Lisa G Gates/Harland Clarke/Email on 12/11/2014 09:53 AM -----
From: Simo Sorce <idra at samba.org>
To: <Lisa.Gates at harlandclarke.com>,
Cc: <cifs-protocol at
2006 Mar 14
2
Maximum likelihood
Hello all,
I'm trying to calculate the Maximum likelihood of individuals to get the
ancestry.
I mixd 3 populations 15 generations in proportion of 20% 20% 60% when each
population
sorce have diferent genome (0 1 and 2) with frequencies for each one.
So now i have individuals looks like 0 0 2 1 1 2 0 ..... and i don't now how
to calculate the
mle although i try to figure out from the
2002 May 31
1
hash2 mangling alghorithm
I just want to warn people that want to use the new hashing algorithm
for mangled names.
And that note should also be put in the man page IMO.
You must understand that changing the hashing algorithm on a production
server may have unwanted side effects (this is why we maintain by
default hash and not hash2 and why it was not back ported to 2.2
initially).
Windows clients may save all around
2013 Jun 24
2
[bug] Syslinux-5.11-pre2: IPAPPEND/SYSAPPEND inconsistent base
core and the simple menu do not interpret the IPAPPEND/SYSAPPEND
directives in the same way. Which is the proper way? Either way,
this should be clarified in the documentation.
com32/elflink/ldlinux/readconfig.c:
} else if ((ep = looking_at(p, "ipappend")) ||
(ep = looking_at(p, "sysappend"))) {
uint32_t s = strtoul(skipspace(ep), NULL,
2013 Jun 24
2
[5.11-pre1] SYSAPPEND does not work (IPAPPEND alias works)
On Sun, Jun 23, 2013 at 3:16 PM, Gerardo Exequiel Pozzi
<vmlinuz386 at yahoo.com.ar> wrote:
> I guess the bug is here (com32/menu/readconfig.c)
>
> 910 } else if (looking_at(p, "ipappend") || looking_at(p,
> "sysappend")) {
> 911 if (ld.label)
> 912 ld.ipappend = atoi(skipspace(p + 8));
> 913
2013 Jun 26
2
[PATCH][git] IPAPPEND: standardize and document
The following changes since commit 4ff8fcac8e7b5046987dee15592ab510ab343aa8:
Matt Fleming (1):
Merge branch 'menu-ipappend-1-for-mfleming' of
git://github.com/geneC/syslinux into elflink
are available in the git repository at:
git://github.com/geneC/syslinux.git ipappend-fix-for-mfleming
Gene Cumm (2):
core & menu: fix IPAPPEND/SYSAPPEND conversion
doc/ &
2007 May 29
2
Binary_Packages/Debian
Dear users,
I have uploaded the new 3.0.25a packages compiled for sarge.
At the same time I have removed older 2.2.x and 3.0.x packages for
Woody.
Support for back porting packages to Woody was already discontinued, but
older packages were still provided. As these packages were not updated
after the recent security issues, I decided to remove them to avoid
pushing people to use outdated and
2013 Jun 14
2
[5.11-pre1] SYSAPPEND does not work (IPAPPEND alias works)
On 06/13/2013 10:15 PM, Gene Cumm wrote:
> On Thu, Jun 13, 2013 at 8:08 PM, Gerardo Exequiel Pozzi
> <vmlinuz386 at yahoo.com.ar> wrote:
>> Hello
>>
>> While testing PXE booting, I decided to change IPAPPEND to the new
>> SYSAPPEND and does not work: nothing is appended to command line.
>>
>> I tested using menu.c32 and vesamenu.c32, same issue.
2009 Jul 24
3
Problem with PXE, menu, and ipappend
I have been using PXELINUX with the "ipappend 2" option for a long time.
To make things a little more user friendly, I decided to set up menus
(text menus with menu.c32), but they wouldn't work (blank screen and
corrupted menu flashes by when you hit a key).
I went through all kinds of combinations of options, and finally found
that commenting out the "ipappend 2" line
2013 Jun 24
2
[bug] Syslinux-5.11-pre2: IPAPPEND/SYSAPPEND inconsistent base
On Sun, Jun 23, 2013 at 11:09 PM, Gene Cumm <gene.cumm at gmail.com> wrote:
> On Sun, Jun 23, 2013 at 11:06 PM, Gene Cumm <gene.cumm at gmail.com> wrote:
>> core and the simple menu do not interpret the IPAPPEND/SYSAPPEND
>> directives in the same way. Which is the proper way? Either way,
>> this should be clarified in the documentation.
>
> To be clear:
2009 Nov 25
2
IPAPPEND breaks menu module
Just spent a few hours going mad(der) wondering why my menu config
wasn't working.
It looks like the change in 3.74 ("Add IPAPPEND to com32 modules,
especially needed for linux.c32") breaks menu.c32 (and possibly other
modules) since they aren't expecting it.
In particular menu.c32 uses that as an optional menu file, it then
complains "Initial menu has no LABEL
2004 Aug 19
2
ipappend on command line
Is there a way to use IPAPPEND 1 on the pxelinux command line.
I want to be able to pass the whole command line in my menu files
and not use the config file.
Thanks
Aaron
2004 Jun 09
3
ipappend and dos
I'm using ipappend and getargs.com with a dos boot image to
get the environment variables for the IP and MAC. The format
of the %ip% environment variable is
ip=<client-ip>:<boot-server-ip>:<gw-ip>:<netmask>
Is there a way to tell ipappend to assign these to individual arguments.
Or does anyone know a good way to parse each of these to individual variables in dos.
What
2005 Oct 28
1
Debian Binary Packages from samba.org
I'm reshaping Binary_Packages/Debian directory to allow us to release
binary packages for both Woody and Sarge.
You may expect some problems downloading our debs, while I try out the
new trees.
The good news are that there you will find samba 3.0.20b packages for
Woody and Sarge as soon as our mirrors get in sync.
I must thank Debian Samba maintainers, Eloy and Steve, for their work on