Displaying 20 results from an estimated 700 matches similar to: "syslinux.com 6.02 Invalid Opcode under FreeDOS"
2009 Jan 02
2
powerware 5110 and openbsd
Hello all!
I've been trying to get my UPS working with my OpenBSD stable box and I haven't had any luck yet.
dmesg shows that I have something from Powerware
usb0 at uhci0: USB revision 1.0
uhub0 at usb0 "Intel UHCI root hub" rev 1.00/1.00 addr 1
biomask f5fd netmask fffd ttymask ffff
ugen0 at uhub0 port 1 "Powerware Powerware UPS" rev 0.20/0.50 addr 2
nut version
2007 Dec 29
1
another index question
I am hoping for some advice regarding another index problem. The code
below is intended to assign a value of 'V' if values on certain
variables are >= 1, assign a value of 'N' if values on certain
variables are >= 1 on other variables and assign a 'O' if values on
any variable which have a value <= 0.
The outcome of this code is to assign a single
2007 Dec 28
1
index question
I was hoping for some advice regarding indexing,
From a dataframe there are 27 variables of interest, with the prefix of "pre".
[7] "Decision" "MHCDate" "pre01" "pre01111" "pre012" "pre013"
[13] "pre02" "pre02111" "pre02114" "pre0211" "pre0212"
2007 Oct 26
6
Dont start windows XP/2k installation
we have a linux box Debian with Xen install on it for vitualizate windows
enviroment.
We follow this instruccion
http://www.xensource.com/files/xen_install_windows.pdf but when we run "xm
create win_2k.hvm" the windows installation pop up never appear.
HVM file config:
kernel = "/usr/lib/xen/boot/hvmloader"
device_model=''/usr/lib/xen/bin/qemu-dm''
2009 Mar 23
1
Memdisk + Freedos problem
I and some other people have problems with running the freedos image included in
Ultimate Boot CD (UBCD), when using memdisk for floppy emulation.
Memdisk starts booting the image and freedos shows the following menu:
0 Boot Clean
1 Boot UMBPCI (silent)
2 Boot UMBPCI (optimal)
3 Boot UMBPCI (semi-defensive)
4 Boot EMM386 (optimal)
5 Boot EMM386 (semi-defensive)
6 Boot no UMB (defensive)
7 Boot
2015 Jun 23
2
4.2 RDP problem
I am having the problem explained in the thread subject: samba 4.2 RDP
problem
The problem is when signing in a domain user via RDP. The
authentications works but the machine hangs on
the Welcome screen.
In the samba log the last thing I see is: rpc command: WINREG_OPENHKLM
As mentioned in that thread, changing the auth to: auth methods = sam,
sam_ignoredomain, unix, winbind, wbc,
2007 Jun 19
0
Xen 3.1 Error: Device 0 (vif) could not be connected. Hotplug scripts not working.
I get the error while starting hvm doms.
Any workarounds... suggestions..
Thanks
/Jd
Some thiings that might be useful are cut-pasted
below.
ifconfig -a
udevmonitor output (as suggested in prev posts)
qemu-dm log
xend.log
xend-debug does not seem to have anything interesting.
ifconfig -a
===========
eth0 Link encap:Ethernet HWaddr
00:0F:EA:53:5C:79
inet addr:192.168.12.103
2023 Jan 31
2
Sys.getenv(): Error in substring(x, m + 1L) : invalid multibyte string at '<ff>' if an environment variable contains \xFF
>>>>> Tomas Kalibera
>>>>> on Tue, 31 Jan 2023 10:53:21 +0100 writes:
> On 1/31/23 09:48, Ivan Krylov wrote:
>> Can we use the "bytes" encoding for such environment variables invalid
>> in the current locale? The following patch preserves CE_NATIVE for
>> strings valid in the current UTF-8 or multibyte locale (or
2014 Dec 30
2
CVE-2002-0083 - whats the problem? beginners question
Hi,
I'm not a programmer nor able to fully understand the code of openssh in detail - hence my question here.
Out of curiosity I was looking at the patch for CVE-2002-0083 and tried to understand what the actual problem is, but failed:
--- channels_old.c?? ?Mon Mar? 4 02:07:06 2002
+++ channels.c?? ?Mon Mar? 4 02:07:16 2002
@@ -151,7 +151,7 @@
?channel_lookup(int id)
?{
??? ?Channel *c;
-??
2010 Jan 05
1
[LLVMdev] Non-temporal moves in memset [Was: ASM output with JIT / codegen barriers]
On Jan 5, 2010, at 1:09 AM, Chandler Carruth wrote:
>>>>> Consider that 'memset' to zero is often codegened to a non-
>>>>> temporal
>>>>> store to memory. This exempts it from all ordering considerations
Hm...off topic from my original email since I think this is only
relevant for multithreaded code...
But from what I can tell, an
2006 Mar 10
2
unload memdisk+FreeDOS => local boot
Sensei H. Peter Anvin,
I have successfully modified/enhanced memdisk so that one can chainload a
local operating system after running diskless FreeDOS.
I would like your advice regarding the appropriate interface for invoking
this functionality.
In addition, I would like to know what steps to take so that you feel
comfortable considering including this in the standard syslinux
distribution.
2010 Aug 21
1
Help Choosing Start Values for nls
Hi all,
I'm trying to do a simple curve fit and coming up with some interesting
results I would like to get comment on.
So as shown below, tsR is my explanatory and response is... well... my
response.
This same data in gnumeric gets fitted with the curve "response=10078.4 +
1358.67 * ln (explanatory - 2009.07)
So I'm using nls with the start values supplied by gnumeric.
in
2007 Sep 15
2
keeppxe+memdisk+FreeDOS example?
Hi,
I'm trying to get the above working, without success so far: UNDIS.DOS
refuses to load with an invalid NDIS stack message (from memory).
keeppxe has some effect: it reduces the available conventional memory
by 140 kbytes or so... still, the packet driver doesn't seem to find
the interface. Does anybody have a working setup I could look at?
--
Thanks,
Feri.
2011 Jan 24
0
[PATCH] disklib: Detect "FreeDOS (eXtended FDisk)" MBR
Add detection code for "FreeDOS (eXtended FDisk)" MBR to disklib.
Signed-off-by: Gert Hulselmans <gerth at zytor.com>
---
com32/gpllib/disk/mbrs.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/com32/gpllib/disk/mbrs.c b/com32/gpllib/disk/mbrs.c
index 37309e1..6150fcf 100644
--- a/com32/gpllib/disk/mbrs.c
+++ b/com32/gpllib/disk/mbrs.c
@@ -27,7 +27,6
2006 Sep 04
1
IPAPPEND with memdisk / freedos (odin)
Hi all :)
that's my first post, he =) I need some help about having the IPAPPEND 3 in
my freedos (odin) environnement after a PXE boot using PXELinux / Memdisk...
i've been searching for few hours now, but didn't found anything..
Is there a way to get that done ?
Thanks in advance
J?r?mie 'ahFeel' BORDIER
2006 Feb 15
0
Freedos mount/boot Linux ISO's
Hello:
I read the archive posting for September 2005, http://syslinux.zytor.com/archives/2005-September/005809.html, where you stated that you have a freedos diskette that allows you to download and run an iso like it was a cd in a drive. I am in need of the ability to have a freedos bootable cd that contains other Linux ISO's that I could mount and boot to. In your experience with
2004 Apr 24
0
Problem with FreeDOS ke2034_32 + PXELINUX + memdisk
I am using FreeDOS kernel 2.0.34 with FAT32 support (ke2034_32),
together with PXELINUX and memdisk from SYSLINUX 2.0.9-pre15.
I am experiencing this problem on multiple test systems (Dell
Precision 450 and IBM T22 so far).
My pxelinux.cfg/default has these lines:
label test
kernel memdisk
append initrd=test.img keeppxe
...which let me boot my 1.44M "test.img"
2009 Feb 20
1
3.73 crashes FreeDOS in VMWare - 3.72 works fine
With the same configuration an ISOLINUX CD which boots a FreeDOS Floppy
image via MEMDISK Syslinux-3.73 crashes in VMWare and also on several
newer boxes just after the kernel loading with "invalid OPCODE ...".
Same CD with Syslinux-3.72 is working fine. Build environment for 3.72
was gcc-4.3.2 for 3.73 gcc-4.3.3 - any idea what can cause the troubles?
--
2012 Mar 26
1
Help: Boot FreeDOS from the second pri. partition
Hi all,
I'm going to create an USB flash disk. Here's the partition structure.
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 537911 268955+ 83 Linux
/dev/sdb2 537912 1598793 530441 c W95 FAT32 (LBA)
/dev/sdb1 I used for installing boot loader(syslinux) and other small
standalone utilities. /dev/sdb2 is used for
2012 Mar 27
0
"memdisk + FreeDOS + Ghost" fail to work
Hi,
I'd like to create a bootable CD to run Ghost. Before generating the
.iso, I tested it on a system with a FAT partition and had
syslinux-4.05 installed. However it failed.
Here are the steps :
1. copied "memdisk" to the FAT partition.
2. as my copy of Ghost (v11.50 from solution suite v2.5) no longer
fits on a single floppy, I created a "large" floppy image of size