Displaying 20 results from an estimated 200 matches similar to: "Problem with simple menu and 3.08pre5, 3.07 works"
2004 Mar 31
1
problem and maybe bug in 2.08 and later with vmware 4.5.1
I found a problem with pxelinux in 2.08 and 2.09pre13 when working with
vmware 4.5.1 (the latest with builtin support fpr pxe-boot). With 2.07 and
2.01 it works without problems. But when trying the later versions there is
trouble. I reach pxeboot.msg
and it shows fine but when I try to choose an image it dosent give keyboard
feedback (first I thought it had hanged) but after some testing it
2005 Jan 25
1
SYSLINUX 3.08-pre5
I have released SYSLINUX 3.08-pre5. Sparse files should now work
correctly in extlinux. Symlink support still needs to be added, though.
-hpa
2019 Aug 15
2
Feature request: non-dropping regmatches/strextract
I do think keeping the default behavior is desirable for backwards compatibility; my suggestion is not to change default behavior but to add an optional argument that allows a different behavior. Although this can be implemented in a user-defined function, retaining empty matches facilitates programmatic use, and seems to be something that should be available in base R. It is available, for
2005 Feb 25
1
corner cases in 308-pre5, pxelinux.cfg/default, esp w simple menus
the following config-file triggers a couple of odd corner-cases in
3.08-pre5 ;
SERIAL 0 19200
CONSOLE 0
APPEND console=ttyS0,19200n81 root=/dev/hda1
IMPLICIT 0
#DEFAULT sk1
#DEFAULT menu.c32
DEFAULT sk1
PROMPT 0
MENU TITLE Simple Boot Menu
LABEL sk1
KERNEL vmlinuz-2.6.10-sk1
APPEND console=ttyS0,19200n81 root=/dev/nfs
2011 Jan 27
1
[PATCH][git-pull] memdisk/dskprobe.c
git://git.zytor.com/users/genec/syslinux.git
Branch memdiskdbg-for-sha0
This starts with adding another check in two of the disk probes (by
Shao; Thank you), expands the debug output, adds an additional check
in the third probe and expands/reorders the debug output. At this
time, it appears to resolve the MEMDISK issues that Jason Vasquez
first noticed.
The additional check in the third probe
2007 Oct 05
2
embedded fs access?, was Re: Booting ISOs
Hello, my name is Douglas McClendon. I just joined this list. The
question that prompted me to join, is actually quite timely, as it
related to the Booting ISOs thread, which unfortunately, I can't just
continue.
I think the answer the "Booting ISOs" question got, regarding the
knoppix cheatcode, was relevant, but not quite optimal.
Unless I am misunderstanding, using the
2005 Dec 15
1
Breaking the 256 command line limit
I'm building pxe-booted kiosk systems using pxelinux 3.09 and linux
kernel 2.6.14. I noticed a discussion on this list that 3.09 supports a
511 character command line but that the kernel would need to be patched
to access it beyond 255. How can I patch the kernel to do so?
Andrew Lambe
Systems Programmer
Information Technology
Oral Roberts University
Tulsa, Oklahoma
2006 Aug 26
2
SYSLINUX 3.20 released
Hi all,
I have officially released SYSLINUX 3.20:
Changes in 3.20:
* EXTLINUX: New options --install (-i) and --update (-U), to
make it clear if a boot loader should be installed or
updated. For now, defaults to --install for compatibility;
a future version will require one of these options.
* New library functions to load and place files in
2012 Nov 05
8
Centos 6: Dell GX270 fails to power down (but reboots)
Hi,
am using latest C6 on a Dell GX270 with latest Bios.
It fails to power down but restarts when running
$ sudo poweroff
I tried some google hints for kernel boot option:
acpi=force
no help, looks like acpi is working anyway when looking in dmesg
acpi=off
makes e1000 nic fail to initialize
Any suggestions?
Rainer
2005 Aug 22
3
Help me with my memory
Okay, now, before 3.10 is finalized... what bug reports am I still
forgetting?
-hpa
2005 Jan 01
1
extlinux probs
I gave extlinux a whirl,
1. installed debian onto a usb hard drive from laptop (onto /dev/sda1)
did *not* install grub or lilo.
2. set up extlinux on /dev/sda
# mount /dev/sda1 /mnt/t1
[root at harpo syslinux-3.00]# cd /mnt/t1/
[root at harpo t1]# ls boot/
config-2.6.8-1-386 initrd.img-2.6.8-1-386 System.map-2.6.8-1-386
vmlinuz-2.6.8-1-386
[root at harpo t1]# mkdir boot/extlinux
[root
2007 Jul 28
4
memory query
Dear All,
I have recently installed centOS 5 on DELL pentium 2.7ghz (model optiplex
GX270) and have 512 memory
but the OS free command show me
Mem: 473876 469892 3984 0 11288 69384
-/+ buffers/cache: 389220 84656
Swap: 1020088 0 1020088
also cat /proc/meminfo show me same
MemTotal: 473876 kB
MemFree: 4108 kB
Buffers:
2005 Aug 27
3
SYSLINUX 3.11-pre5 -- release candidate -- release on Tuesday
SYSLINUX 3.11-pre5 is hereby a bug fix release candidate. If I don't
receive any problem reports, I will release it as-is on Tuesday, August 30.
http://www.kernel.org/pub/linux/utils/boot/syslinux/Testing/
-hpa
2019 Aug 15
1
Feature request: non-dropping regmatches/strextract
Using a non-capturing group, "(?:...)" instead of "(...)", simplifies my
example a bit
> x <- c("Groucho <groucho at marx.com>", "<chico at marx.com>", "Harpo")
> strcapture("([[:alpha:]]+)?(?: *<([[:alpha:]. ]+@[[:alpha:]. ]+)>)?", x,
proto=data.frame(Name=character(), Address=character(),
2004 Nov 17
0
Authenticating off a Windows 2003 ADS DC with Samba/Winbind
[originally posted to fedora-users]
I'm having difficulty getting samba/winbind to authenticate of a W2K3
box. I've searched the list archives and although there
are some similar problems, none have seemed to help resolve this one.
Here's the network configuration:
- Windows 2003 Server gx270-rmaniar [192.168.0.100]
- Fedora Core 3 gx280rmaniarFC3 [192.168.0.5]
FYI: A Windows XP box
2017 Jul 11
2
old hardware / minimal netinstall -> CPU fan control
I have just installed CentOS 6 i386 onto an old rack server (it's gonna be a
Bacula storeage server and is a 1U 1/2 depth chassis)
I did a minimum netinstall and so far so good. However, I have one problem.
The CPU fan is going at full speed constantly. Not a real problem apart from
(a) it will affect the fan's lifespan and (b) it's noisy.
I've done some Googling and found
2005 Apr 14
1
pxeboot to runlevel 4
folks,
Im trying to boot to runlevel 4 explicitly, using this stanza: ie with a
single 4 at end of APPEND line.
LABEL 2.6.11-r10c2-soekris-v1
MENU LABEL ^j. runlevel 4 2.6.11-r10c2-soekris-v1
# 4 MENU DEFAULT
KERNEL vmlinuz-2.6.11-r10c2-soekris-v1
APPEND console=ttyS0,19200n81 root=/dev/nfs
nfsroot=192.168.42.1:/nfshost/foo
2019 Aug 15
0
Feature request: non-dropping regmatches/strextract
I don't care much for regmatches and haven't tried strextract, but I think
replacing the character(0) by NA_character_ is almost always inappropriate
if the match information comes from gregexpr.
I think strcapture() does a pretty good job of what I think you are trying
to do. Perhaps adding an argument to map no match to NA instead of ""
would give you just what you wanted.
2011 Jan 21
2
MOH and parking
I know that the 'fix' has just been applied
(https://issues.asterisk.org/view.php?id=18262) - but why does it stop
the moh only to start it again? This, also, seems to cause a CDR
problem (see below).
-- Executing [7000 at chambers:1] Park("SIP/2000-00000008", "") in new
stack
== Parked SIP/2000-00000008 on 7001 (lot default). Will timeout back
to extension
2005 Apr 07
2
blame-transfer protocol on PXE boot
hpa, etal,
pxelinux works great from a push of the reset button.
machine boots normally.
However, after i issue 'reboot' command, my box fails to find the tftp
server during reboot.
This looks to be happening before pxelinux has any chance to participate,
so it cannot be to blame.
Im seeking corroboration here before I go badgering the bios-provider
here's the relevant