Displaying 20 results from an estimated 400 matches similar to: "Floppy"
2004 Jun 09
3
Segmentation fault!!
Hi all,
I'm trying to use wine, and I downloaded the recent rpm packages for my
FedoraCore, I installed it, but wen I want to run any wine binary it fail
with 'segmentation fault' error message
I also tryed winelauncher, and it sad
'wine has exited with a failure status of 139'
Can anybody tell me what's the problem
Thanks in advance
Kovacs Alpar
2018 Sep 14
6
Function calls keep increasing the stack usage
Hi everyone,
I found that LLVM generates redundant code when calling functions with
constant parameters, with optimizations disabled.
Consider the following C code snippet:
int foo(int x, int y);
void bar()
{
foo(1, 2);
foo(3, 4);
}
Clang/LLVM 6.0 generates the following assembly code:
_bar:
subl $32, %esp
movl $1, %eax
movl $2, %ecx
movl $1, (%esp)
movl $2, 4(%esp)
movl %eax, 28(%esp)
movl
2010 Apr 14
7
SuSE and zypper
Hi,
I found the zypper provider mentioned on this list in another thread,
but it failes with the flowing error :
Package[kvm]/ensure: change from 0.11.0-4.5.2 to true failed: Could
not update: undefined method `zypper'' for
#<Puppet::Type::Package::ProviderZypper:0x7fd1acf9e360> at
Is the latest provider broken? Is there interest in making this work /
making it complete. I
2018 Sep 14
2
Function calls keep increasing the stack usage
Sorry I missed that important detail. The relevant part of the command line
is:
-cc1 -S -triple i386-pc-win32
I don't expect it matters if it's for Windows or Linux in this case.
On Fri, Sep 14, 2018 at 9:16 PM David Blaikie <dblaikie at gmail.com> wrote:
> Can't say I've observed that behavior (though I'm just building from
> top-of-tree rather than 6.0,
2005 Nov 20
1
installing a flopy prog with no floppy drive
I am trying to get a programmable database working, and what I see as the only
solution is a prog like access via wine. The problem is my computer that I
wish to install it on has no floppy drive, and this copy (the first version?)
comes with about 10 floppies.
--
John R. Sowden
AMERICAN SENTRY SYSTEMS, INC.
Residential & Commercial Alarm Service
UL Listed Central Station
Serving the San
2005 Apr 27
1
floppy image issues
Hi!
sorry for the top post.
I have had some troubles in the past trying to make equipment to
boot a floppy with MS-DOS that also used ms networking to access
the network.
Particularly the Gateway GSX 500 cannot have the onboard NIC with
PXE enabled, as it eats about 92k of highmemory, which in turn
makes impossible to start Windows XP setup due to low memory.
On that particular machine I had
2003 Dec 18
12
Headless Linux system for Asterisk
Because of space limitations and because of the location of the
punch-down blocks, my * server is located on the shelf in a coat closet.
Sadly, there is not enough space (or ventilation) for the monitor and
keyboard. This will all change when we move to new quarters, but...
Does anyone have experience running Linux/Asterisk without a monitor?
What, if any, are the issues?
TIA
2002 Dec 03
2
pxelinux/memdisk booting MSDOS floppy image requires local floppy disk
I found that if I do not have a local floppy installed and enabled on my client,
I will get the error 'Non-system disk' when I try to boot DOS floppy images.
NT or Syslinux floppy images boot fine.
If I enable the floppy in the BIOS, then it boots the DOS floppies just fine.
Is this normal? Is there a workaround?
There are MS-DOS images, so perhaps this is an MS-DOS limitation.
--
2006 Feb 08
1
floppy's led doesn't turn off. Can I safely pull off the floppy media?
syslinux 3.11 (from debian's 3.11-3 package) does it job. The machine boots as expected
with an 1.44 floppy. Yet the floppy driver's led doesn't turn off.
1) Is this a syslinux issue?
2) Can I safely remove the boot floppy (media) without dameging it?
From memory:
$ cat syslinux.cfg
say linux 2.6.14 (probably with debian modifications)
default linux
append root=/dev/nfs
2007 Aug 17
0
Install CentOS from a floppy disk
Hi,
I'm trying to install CentOS 4.5 in a PIII.
Problem is the computer doesn't boot by the CD-ROM drive and when I try
to access the BIOS to change the settings, the machine goes bezerk :(
Is it possible to start the install through a floppy and then continue
the rest of the install process with the CDs ?
If so, how ?
Any help would be appreciated.
Warm regards,
--
:wq! M?rio
2004 Aug 12
0
booting Linux from CD/Floppy/Network
Helo!!
I need bootable disk or CD image LINUX with how makig
instruktion . How start Linux from RAM disk (from bootable CD) and make changes in working disks with Linux ( in compressed files ) ?
2007 Jul 26
0
VFS: Unable to mount root fs via NFS, trying floppy.
I installed Xen 3.1.0 on a dual Opteron processors system from source with
"make world" and "make install".
The system boots up well with the 2.6.18-xen kernel.
I compiled a dom0 kernel for the amd64 architetture, but the system doesn''t
boots and give me this error:
Root-NFS: No NFS server available, giving up.
VFS: Unable to mount root fs via NFS, trying floppy.
VFS:
2013 Feb 06
1
[PATCH RESEND] tools/libxl: Disable useless empty floppy drive with qemu-xen
From: Fabio Fantoni <fabio.fantoni@heliman.it>
Signed-off-by: Fabio Fantoni <fabio.fantoni@heliman.it>
---
tools/libxl/libxl_dm.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tools/libxl/libxl_dm.c b/tools/libxl/libxl_dm.c
index 51f9914..c265618 100644
--- a/tools/libxl/libxl_dm.c
+++ b/tools/libxl/libxl_dm.c
@@ -406,6 +406,9 @@ static char **
2006 Aug 14
0
How to export USB floppy to Windows 2003 Guest domain ?
I was able to install Xen with RHEL as domain0, and windows 2003 guest
domain.
I had a USB floppy disk can be mounted as /dev/sdb under Linux.
But how to configure HVM file to export the floppy disk to Windows 2003
guest domain ?
I tried to create an image of floppy disk with dd,
and then add "file:/xxxxx/floppy.img,ioemu:hdb,w'' to disk option.
But Windows only
2005 Apr 17
1
xen-unstable dom0 boot "Floppy drive(s): fd0 is 1.44M" 17apr05
has anyone received from the build/boot of dom0 "Floppy drive(s): fd0 is 1.44M" when put on a thinkpad without a floppy drive?
woody
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2003 Sep 11
0
Booting DOS (FLOPPY) via PXE / MEMDISK
hi there,
some problem:
-setup dhcp
-setup tftp
-setup pxelinux (?!)
-dhcp: ok, client get correkt ip and so on
-tftp: ok, client downloads pxelinux.0
-pxelinunx: seemed to be ok
bootscreen:
<snip>
boot:
loading memdisk...
loading xyz.img
Ready.
the problem is, the image do not start. after the "ready" prompt nothing
happens.
the image file has generated from a bootable floppy
2004 Apr 29
0
Pxelinux/memdisk with Universal TCP/IP Network Bootdisk floppy
Just for the record, I want to let the list know that I succeeded in
booting a modified Universal TCP/IP Network Bootdisk floppy from
http://members.iinet.net.au/~bdriver/bootdisk/
I started with a Win98 Bootfloppy from http://www.tobs.uku.co.uk.
Then I made a disk image from this, using dd.exe from cygwin.
Then I converted this disk image from 1.44MB to 2.88MB with winimage.
Then I copied
2003 Feb 03
1
Memdisk and USB Floppy
I just wanted to chime in and mention that I'm running into the problem
with getting a "Non-system disk..." error on a system using a USB floppy
when the floppy is not attached when I try to boot the system over the
network using memdisk to boot a floppy image. Its actually fairly
important to be able to do this, as the architecture of the hardware
that I'm working with utilizes
2007 Jan 01
0
Floppy device linked to file image
Hi list,
I want my wine installation to write to a file when it thinks it needs
to write to a floppy.
I presume this might entail adding a link in the dosdevices directory
(a: -> loppy.img) and perhaps adding an entry in the wine system.reg
file. I am just not certain how to do it.
Any suggestions?
Thanks.
1996 Dec 25
0
2.2-BETA boot floppy updated on ftp.freebsd.org
The new boot.flp image has the following MD5 signature:
MD5 (boot.flp) = 684b4d5be8e0721e67bcab47fec6fbe0
If you have a different MD5 checksum for yours, you may wish to
grab the updated version.
This update fixes:
o A problem which broke the fixit floppy entirely
(kind of embarassing to have a broken emergency repair mechanism :)
o The erroneous version number of ``2.2-BETA_A''.