Displaying 20 results from an estimated 3000 matches similar to: "Keyboard stops working"
2005 Sep 13
2
Fw: Issue with pxelinux
I've been working with Matt Burgess here on this problem, and have found
the following:
syslinux 3.08-pre10 ? broken
>>> config.inc:max_cmd_len=255
syslinux 3.08-pre11 ? works
>>> config.inc:max_cmd_len=1023
syslinux 3.08 ? works
>>> config.inc:max_cmd_len=1023
syslinux 3.09-pre1 ? works
>>> config.inc:max_cmd_len=1023
syslinux 3.09-pre2 ? broken
2005 Jun 23
2
hanging pxelinux.0 and menu.c32 on Dell 1850
Hello all.
I've got this weird problem. If I try to boot a simple menu using
syslinux's (v 3.09) pxelinux.0 and menu.c32 -files my Dell 1850 loses
the keyboard / hangs straight after loading menu.c32. The machine has to
be powered off completely.
I did some research and got it working by using menu.c32 v3.09 and
pxelinux.0 v3.07 -combo.
It seems that from version 3.08 on something has
2005 May 25
1
boot Soekris 4801 with EXTLINUX
Hi.
I am trying to use EXTLINUX 3.08 to boot a Soekris net4801 from a
CompaqFlash card.
BIOS reports the CF card as the first master harddisk.
During boot/load the loader hangs after this output:
EXTLINUX 3.08 2005-05-19
PXELINUX and LILO works fine on the same setup
It this a general problem with Soekris/net4801 and EXTLINUX?
Regards
Johan Linn?r
2005 Aug 23
5
SYSLINUX 3.10-pre20 menu.32 hang in SIS900 bootrom
Hi, HPA:
Thanks for the nice new features, appreciate that. Syslinux is always a
nice program.
For the new version, 3.10-pre20, I encountered a problem now, my client
machine uses sis900 chip, and it still can not run simple menu with
pxelinux in this version (3.10-pre20).
It's same situation as I encountered when I used syslinux 3.07, 3.08 and
3.09.
For 3.10-pre20, I compiled in Fedora
2005 Dec 04
4
Problems with multiboot DVD and isolinux > 3.07
Hi,
some time ago I tried to boot an isolinux boot loader from another one
to be able to boot e.g. a Knoppix CD with its original boot loader and
menus from a "main" isolinux on a multiboot DVD.
This works for isolinux <= 3.07 now!
However, newer isolinux boot loaders have some problems and the isolinux
(e.g. of the Knoppix CD) loaded from the multiboot DVD's main isolinux
2005 Jun 29
2
pxelinux 3.09 LOCALBOOT does not work (v3.07 does)
Hi,
when trying to boot from local disk with PXELINUX v 3.09, the
systems just beeps and hangs. The last message appearing on the
screen is "Booting from local disk..."
Running PXELINUX v 3.07 works for me (but I'd like to use v.3.09
because of the increased max command line size.
The BIOS boot priority configuration is PXE/Disk/Disabled.
Grub is installed in the MBR of the
2005 Jan 14
5
Trouble with Syslinux 3.07 and USB-key
Hi,
I've a usb-key that boot regularly on a PC using syslinux 2.09; well,
this PC (a thin-client) at the moment is the only PC that can boot from
USB in my office... and it usually booted oretty well, without any hacks...
After changed to syslinux 3.07, it stopped booting, showing a simple
"BOOT ERROR" message, nothing more...
Reverting to syslinux 2.09, it restarted to work...
2005 Jun 16
4
SYSLINUX 3.09-pre2: release candidate
It appears that increasing the command line limit to 1023 caused the
.bss memory area to overflow. Unfortunately NASM didn't detect this as
it ought to have and therefore I didn't catch it as an error.
I have dropped the command line limit to 511 characters and released it
as 3.09-pre2. This is a release candidate; please test it out and if it
works I'll make it 3.09.
-hpa
2005 Mar 26
4
[ISOLINUX] No boot: prompt with ISOLINUX 3.07
I found that the version of isolinux.bin (and the debug version too)
doesn't work on my Via C3 system. I get the SAY text, but never the boot:
prompt. C-A-Del doesn't reboot either.
The debug version does not print anything after announcing it's opening
the config file. Only the single SAY text follows. The cursor sits on
the next blank line, useless (no responses to key presses).
2007 May 12
2
Implicit vs explicit printing and the call stack
Hi everyone,
I've run into a bit of strange problem with implicit vs explicit
printing and the call stack. I've included an example at the bottom of
this email. The basic problem is that I have an S3 object with a
print method. When the object is implicitly printed (ie. typed
directly into the console) the function arguments in the call stack
are exploded out to their actual values,
2005 May 21
1
Problem with 3.08 under VMWare
Hi,
I previously had extlinux 3.07 booting off a VMWare SCSI disk fine. After
upgrading to 3.08, the system seem to hang after the EXTLINUX
welcome/copyright message, even before the boot: prompt appears.
Verified that downgrading back to 3.07 is fine, re-upgrading to 3.08 hangs
again.
Any ideas what might be wrong? Thanks.
Regards,
.lzs
--
Lai Zit Seng
http://pobox.com/~lzs/
2005 Apr 21
1
Strange data frame
Hello,
I'm playing around with the PLS package and found a data set (NIR) whose
structure I don't understand. Forgive me if this is a stupid question,
as I feel like it must be since I am less experienced with aspects of
modeling.
My problem, the pls NIR data frame does not seem to be a typical data
frame as, while it is a list, its variables are not of equal length.
Furthermore, I have
2010 Mar 12
2
Data frame question
Hi,
I have the following question about creating data frames. I want to
create a data frame with 2 components: a vector and a matrix.
Let me use a simple example:
y <- rnorm(10)
x <- matrix(rnorm(150), nrow=10)
Now if I do
dd <- data.frame(x=x, y=y)
I get a data frame with 16 colums, but if, according to the documentation,
I do
dd <- data.frame(x=I(x), y=y)
then str(dd)
2005 Jul 07
0
pxelinux and DISPLAY
Hey,
I just wanted to mention that the same problem still exists for me in
version 3.09, altough the changelog mentions:
Reduce the command line to 511 characters; 1023 caused memory
overflows.
Was this meant to be a solution for this problem, or does this entry of
the changelog apply to another bug?
thx,
marco
>Yesterday Curtis Doty said:
>
>
>
>>I've begun
2010 Feb 17
2
extract the data that match
Hi r-users,
I would like to extract the data that match. Attached is my data:
I'm interested in matchind the value in column 'intg' with value in column 'rand_no'
> cbind(z=z,intg=dd,rand_no = rr)
z intg rand_no
[1,] 0.00 0.000 0.001
[2,] 0.01 0.000 0.002
[3,] 0.02 0.000 0.002
[4,] 0.03 0.000 0.003
[5,] 0.04 0.000 0.003
[6,]
2005 Jun 02
1
FW: EXTLIUX.SYS hangs
I need help to get extlinux to work.
I am tiring to boot /dev/hda1 with a ext2 file system. I am using extlinux
3.08 and installed it in the /boot directory with "/sbin/extlinux /boot" and
set up the mbr with "cat mbr.bin > /dev/hda". The installer reported "/boot
device is /dev/hda1".
On booting extlinux.sys runs and displays "EXTLINUX 3.08 2005-05-19"
2005 Aug 09
8
SYSLINUX 3.10-pre* testing
Hi!
as i know that you like test reports, here are some...
Testing environment:
CompactFlash card, connected with an USB adapter to a Compaq Evo D310
frontal USB port.
This machine boots via USB quite well with syslinux.
3.09 boots ok, no problem
3.10-pre2 does not boot
3.10-pre3 does not boot
3.10-pre4 does not boot
3.10-pre5 locks up pc
3.10-pre6 locks up pc
3.10-pre7 writes
2005 Jun 02
1
EXTLIUX.SYS hangs
I need help to get extlinux to work.
I am tiring to boot /dev/hda1 with a ext2 file system. I am using extlinux
3.08 and installed it in the /boot directory with "/sbin/extlinux /boot" and
set up the mbr with "cat mbr.bin > /dev/hda". The installer reported "/boot
device is /dev/hda1".
On booting extlinux.sys runs and displays "EXTLINUX 3.08 2005-05-19"
2005 Apr 22
1
RE: [R] when can we expect Prof Tierney's compiled R?
If we are on the subject of byte compilation, let me bring a couple of
examples which have been puzzling me for some time. I'd like to know a)
if the compilation will likely to improve the performance for this type
of computations, and b) at least roughly understand the reasons for the
observed numbers, specifically why x[i]<- assignment is so much slower
than x[i] extraction.
The loops
2020 Jun 05
3
yum/dnf diff
--On Friday, June 05, 2020 9:10 AM -0500 Johnny Hughes <johnny at centos.org>
wrote:
> These are two totally separate programs and projects.
I'm not talking about diff'ing the yum and dnf programs. I'm talking about
diffing the RPM packages that "rpm -V" reveals as changed. Such a utility
would download the package if it wasn't in the cache, unpack it with