Displaying 19 results from an estimated 19 matches similar to: "MEMDISK issue with OptiPlex GX280,620"
2010 Dec 07
6
MEMDISK issue with OptiPlex GX280,620
A kind request for help please.
MEMDISK is causing an issue with the Dell OptiPlex GX280 and GX620 platforms. Booting a PC-DOS/Ghost, disk image is successful (and proper) when using version 3.83. See results below:
MEMDISK 3.83:
Ramdisk at 0x07eeaa00, length 0x007bc000
command line: initrd=images/ghostclient/280_620/osbootc.img BOOT_IMAGE=memdisk
MEMDISK: Image seems to have fractional end
2009 Jul 29
3
Newbie in R: Reading .txt files and storing the 'numbers' in a vector
Hello everybody,
I'm a newbie in R and just went through an introduction class recently.
Here's my problem.
I have 2 text files (.txt) with plain numbers ('doubles' for those who
know c++) ordered into 2 columns as below:
coordinate1 value1
coordinate2 value2
coordinate3 value3
... ...
coordinateN valueN
I would like to write a small programme in which i would:
1. take
2009 Apr 14
5
"keeppxe" broken in 3.74 - short-cycle 3.75
It appears that the 3.74 completely broke the "keeppxe" directive -- not
due to the command-line parser, but due to mishandling of the flag later.
I consider this to be severe enough to do a short-cycle 3.75. As a
result, I would like help with:
a) are there any other bugs that snuck through?
b) once I have a 3.75-pre1, I would really appreciate help testing it.
The goal is to have
2006 Dec 06
0
Configuring a QoS Box + Cliente Bandwidth Control
Hello all,
I am trying to configure a linux box to make some QoS into my
netowork and, at the same box, control my clients bandwidth. I have this
classes created:
----------------------------------------------------------------
UP="eth0" # wan infocontabil
DL01="eth2" # lan clientes
$TC qdisc del dev $DL01 root 2> /dev/null >
2010 Jan 11
6
Dell problems with PXELINUX 3.62
Hello.
We've been using a very old version of SYS-/PXELINUX, 3.36, going by the
proven "if it works, don't break it" philosophy. We us it mostly to load
floppy disk images to kick off OS installations.
Unfortunately we've recently had some PXE menu problems (USB keyboard
stopped working) for a certain Fujitsu PC model, and decided to upgrade
to the latest version, i e 3.84.
2010 Mar 04
1
Dell problems with PXELINUX 3.62
Good day again Daniel,
So the first thing I did was to remove the >NUL for your XMSDSK line and
put a PAUSE after it in AUTOEXEC.BAT. That way, I could see the error
message:
*** XMS RAMdisk v1.9I (FU - 08/98): XMS get free mem error.
Then I noticed that if you run AUTOEXEC.BAT manually from the DOS CLI,
XMSDSK actually succeeds! So that led to a new test: Duplicate the
XMSDSK line.
...
2011 Jan 08
3
MEMDISK issues and Dell OptiPlex and Latitude systems
Hello all. Again I call upon the greats of this mailing list to help me with an issue related to MEMDISK - notably when paired with various Dell OptiPlex and Latitude systems.
The issue presented itself sometime ago and I best dealt with it by remaining with version 3.83 of the SYSLINUX package. But valuing the improved changes fostered by newer versions, I would prefer to move forward with
2005 Mar 17
2
echo paid support
I've got echo problems.
*** I'm looking for paid support. ***
I'll accept free support, but don't mind paying if someone really knows
what they are doing.
I've read the wiki, etc.
Played with the settings in zapata.conf
Using V400P
PSTN->_T1->_ASTERISK->_BROADVOICE->_PSTN ECHO ON CALLED PHONE
PSTN->_T1->_ASTERISK->_T1->_PSTN NO ECHO
2011 Apr 06
1
Imap segfault on login with version 2.0.8 & 2.0.11
Hi everyone,
I'm trying to upgrade/test our configuration files from Dovecot 1.2 to 2.0.11. ?I used the Dovecot config convert command, created a RHEL 5 x86_64 rpm, and tested it. ?I can connect, but once I login, the IMAP service segfaults. ?I've also reproduced this on version 2.0.8.
I installed the debug RPM (for the stripped symbols), took a look at the core dump in gdb, and just got
2008 Nov 17
1
R problem with the seq function (PR#13295)
Hello,
=20
Something wrong happens when I use the seq (function). Here it is an exampl=
e from my R console, I have the R version 2.7.2 (2008-08-25) running on Mic=
rosoft windows XP Version 2002 Service Pack 3, and my machine is a Dell Opt=
ilex GX280 with a processor Intel Pentium 4 CPU 2.80GHhz, 0.99 GB RAM:
=20
=20
>r=3Dseq(0.150,0.180,0.001)
=20
> r[16]
=20
[1] 0.165
=20
>
2008 Jan 28
1
SYSLINUX doing odd things since upgrade
Hello list!
I'm tearing my hair out over this. I have a USB flash drive that has been
working nicely with SYSLINUX for about a year, and I have upgraded
SYSLINUX on it a couple of times during that period with no ill effects -
including a complete format/re-install from scratch.
However, on Friday I was using this drive (and it was working) and I
decided to upgrade to the latest version
2006 Mar 15
5
Strange MEMDISK problem with XP Bootfloppy images
Hello all. I am pretty new to this list but I have looked through the
archives and did not see any reference to this problem.
I have an MS-DOS boot floppy image that I am trying to load using MEMDISK.
The disk is simply a boot floppy made using XPSP2. I have tried it on 4
different machines, all Dells. PowerEdge 2650 Server, Latitude D610
Notebook, Optiplex GX280 Desktop and Optiplex GX520
2005 Dec 03
5
XenLinux 2.4.30 - help
Hello,
I''m trying to build XenLinux 2.4.30 on debian. I get
the following error for make linux24
make[2]: *** No rule to make target `skbuff.c'',needed
by
`/usr/src/xen-2.0/linux-2.4.30-xen0/include/linux/modules/skbuff.ver''.
Stop.
Could somebody help me resolve this error. Or if this
is some problem with the system configuration that I''m
using, could
2009 Sep 12
1
[PATCH] Let MEMDISK honor the quiet append option
When you add "quiet" to the append line, Syslinux doesn't display the file reading progress anymore.
When you use this option to boot an image with MEMDISK, you still get a lot of text.
==========================
LABEL mydisk
LINUX memdisk
INITRD mydisk.img
APPEND raw quiet
==========================
The following patch makes MEMDISK silent when the quiet keyword is passed to the
2009 Apr 10
3
bug (I think) in gpxelinux.0 ?
Hi,
Currently I am building a new PXE boot environment and during that I noticed
something odd while attempting to boot using one of those universal
netbootdisks based on the '3Com Universal NDIS driver v1.00' (aka undis3c)
driver.
Using pxelinux.0 this works like a charm, but when I switch to gpxelinux.0
the 3Com driver bails out on me... all other configuration is the same. Have
2009 Apr 26
3
memdisk issue with gpxelinux.0
Helle,
I'm facing a strange issue with memdisk
The context :
syslinux 3.75
gpxelinux.0
the gpxe stript called from a menu executed through menu.c32 :
#!gpxe
kernel /modules/memdisk initrd=/freedos
initrd /freedos
The output before the freeze :
/boot.gpxe. ok
/modules/memdisk. ok
/freedos...... ok
MEMDISK 3.75 3.75 Copyright 2001-2009 H. Peter Anvin et al
e820: 0000000000000000
2005 Dec 05
11
Xen 3.0 and Hyperthreading an issue?
Just gave 3.0 a spin. Had been running 2.0.7 for the past 3 months or so without problems (aside from intermittent failure during live migration). Anyway, 3.0 seems to have an issue with my machine. It starts up the 4 domains that I''ve got defined (was running 6 user domains with 2.0.7, but two of those were running 2.4 kernels which I can''t seem to build with Xen 3.0 yet, and
2000 Aug 16
1
samba errormessages
hi there ;-)
can you help ?
ouer network has gone unreasonly slow newerdays, i?m nearly shure its
no virus or shit....
i?d used tcpdump to see whats going on and found these errormessages
ouer network is quite small, the linuxserver(samba), some
windoofclients and the plotter_pc
( this one runs as a MSdosclient and searches a pathstructure for new
files)
what is this SNAP length ??? and
2007 Dec 09
8
zpool kernel panics.
Hi Folks,
I''ve got a 3.9 Tb zpool, and it is casing kernel panics on my Solaris
10 280r (SPARC) server.
The message I get on panic is this:
panic[cpu1]/thread=2a100a95cc0: zfs: freeing free segment
(offset=423713792 size=1024)
This seems to come about when the zpool is being used or being
scrubbed - about twice a day at the moment. After the reboot, the
scrub seems to have