Displaying 20 results from an estimated 4000 matches similar to: "Selecting hard disk boot when running syslinux from floppy"
2002 Apr 26
2
Creating hard disk image in DOS
I was wondering if it is possible to create a hard disk image in DOS for use
with MEMDISK?
If so what utility is required?
Rob
2004 Sep 29
2
Mixed Network Diagnostics
Hi Folks,
I emailed earlier about some samba / network issues we are having with
in a mixed OS environment. I believe that our problem might be being
caused by possible multiple Browse Masters in the windows machines.
What I am trying to find is a good way to help determine this. I'm not
a windows guru, and have not been able to find any browse master
settings on the XP systems. I
2023 Nov 20
1
tftp problems
I've used TFTP server on CentOS/RHEL 7 and 8 but not 9, so take my notes
with the appropriate grain of salt...
JIC, confirm on the TFTP server you have a process socket for it, e.g.
$ netstat -a | grep tftp
udp 0 0 0.0.0.0:tftp 0.0.0.0:*
Your 'systemctl status' output implies things are OK, but worth a check.
I don't see a "tftpboot" symlink
2001 Mar 18
2
wine.conf newbie problem
I appear to have 'installed' wine correctly and get appropriate output
from 'wine -version'
However, when I try to run solitaire, the following happens.
[root@pato gallun]# wine -winver win31 -desktop 640*480
/win98/windows/sol.exe
Warning: could not find wine config [Drive x] entry for current working
directory /home/gallun; starting in windows directory.
Warning:
2013 Jan 24
1
Pairwise Comparrisons
Dear all,
I''m trying to write a function, that will take as an argument, some aligned genome sequences, and using a sliding window, do pairwise comparisons of sequence similarity. Coding the sliding window I think I can manage but what I''m trying to get to grips with is getting it so as every pairwise comparison is made, no matter how many genomes are added, from 3 to N.
So if
2004 Sep 24
1
Mixed Network Issues
Howdy Super Samba Subscribers!
I'm looking for a little advice on trouble-shooting our network. We
have several large unix partitions that are shared via samba and act as
our central file stores. Most of our development machines are Linux or
Unix systems. Some of our business people use mixed flavors of
Windows. Mostly Windows XP however we have a few older Windows OSs as
well.
We
2007 Sep 10
1
Generating Replicate Datasets (using loops or other means)
Hello All,
I have searched many help forums, message boards, etc. and I just can't
apply the comments to what I need my program to do. I am running R 2.5.1 on
an XP system, and my desire is to produce replicate datasets for a
simulation study I am running. Essentially, I have sets of parameters (a's,
b's, and c's) that define a function which produces a decimal value. This
2012 Oct 28
6
Having some Trouble Data Structures
Hi All,
I'm trying to run a simulation of host-pathogen evolution based around individuals.
What I need to have is a dataframe or table of some description - describing all the individuals of a pathogen population (so far I've implemented this as a matrix):
ID No_of_Effectors Effectors (Sequences)
[1,] 0001 3 ## 3
2017 Dec 12
2
[OT] Overview of Homer installation on Debian Stretch
Hello,
I've discovered homer-api-postgresql and homer-api-mysql packages in
Stretch repo.
I'm not sure I understand how Homer-API relates to Homer.
My questions are:
1. What is the simplest available installation option to install Homer on a
dedicated box, this dedicated box gathering data from one or several
Asterisk systems on the same LAN ?
2. Is it possible to centralize data on a
2002 Jul 13
2
Win98s and Samba
Hello Everyone,
I am relatively new to linux and Samba and I am having some difficulties
setting Samba up as a Primary Domain Controller.
Ihave read the Pdf document called "Using Samba as a PDC" by
developrWorks and I have read most of the Howto documents relating to Samba.
When I try to connect to my samba server with Win98se I get the message
"no Domain server was able to
2008 Aug 21
2
failed when boot the kernel image on the hard disk from syslinux on a floppy
After formatting a floppy to MSDOS format and using syslinux /dev/fd0,
I successfully installed ldlinux.sys to the root directory of the
floppy.
Then I created a syslinux.cfg under the root directtory of this floppy
to load the linux kernel in my first hard disk, 3rd partition, boot
folder. The file system
of this partition is ext3. The floppy has a FAT file system. This config
file is listed
2004 Dec 10
3
VMWare problems on CentOS 3.3 x86-64
Hi folks,
I'm hoping someone can help with a problem I'm having getting VMWare to work
on CentOS 3.3 (x86-64).
I recently downloaded VMWare workstation 4.5 (not sure of exact version number
but its the latest version as of yesterday). I was hoping to run CentOS as my
main OS and then use VMWare to still support Windows XP machines and run the
couple of applications which refuse to
2006 Sep 22
2
postfix problem since update: mail loops back to myself
Hello
I already asked in the IRC, but apart from recommendations reading the
mailing lists, nobody could help me. I read all postfix-update related
articles but non of them seemed to match or resolve my problem:
Everything works fine, apart from one host, which we are doing MX
backups for (backupdomain.com):
Sep 22 12:18:58 homer postfix/smtp[18784]: 6BD7B1189E4:
to=<user at
2010 Feb 16
3
error : unused argument(s) when boxplot
Dear all,
I am a total beginner in R, so sorry if this is the wrong place. I am using R 2.10.1 on a Mac (Mac OS 10.6.2).
I have this small dataset :
growth sugar
75 C
72 C
73 C
61 F
67 F
64 F
62 S
63 S
I have no problem reading the table, or getting the summary, but if I try boxplot(growth~sugar, ylab="growth", xlab="sugar", data=Dataset), I have the following error :
2020 Mar 24
2
[PATCH] efi/main.c: include <efisetjmp.h>
Building syslinux against gnu-efi 3.0.10 currently fails with:
syslinux/efi/main.c:33:8: error: unknown type name ?jmp_buf?
33 | static jmp_buf load_error_buf;
| ^~~~~~~
syslinux/efi/main.c: In function ?local_boot?:
syslinux/efi/main.c:189:5: warning: implicit declaration of function ?longjmp? [-Wimplicit-function-declaration]
189 | longjmp(&load_error_buf, 1);
|
2008 Jul 10
1
memory leak in readline code
Several folks have previously written that valgrind notices
a memory leak in R's readline code. It looks like it leaks
a copy of every input line.
% ~/R-svn/r-devel/R/bin/R --debugger=valgrind --debugger-args=--leak-check=full --vanilla
==10725== Memcheck, a memory error detector.
==10725== Copyright (C) 2002-2006, and GNU GPL'd, by Julian Seward et al.
==10725== Using LibVEX rev 1658, a
2007 Mar 19
1
Cannot install program. Errors out with 0x80040702, Failed to load DLL: Setupapi
Good evening!
I'm trying to install "Garmin POI Loader v2.3.2" from <http://www.garmin.com/support/download_details.jsp?id=927>
with Wine 0.9.25. on a Gentoo Linux x86 system. The installation always
fails :/
After running the installer, I get the following error message:
Error Number: 0x80040702
Description: Failed to load DLL: Setupapi
2006 Apr 03
1
Re: F6H500ukUNV working with fentonups driver
>> I tested it by pulling the supply to the ups. It got the 'on and then
>> the 'low battery' upsmon then shutdown my system. The ups however
>> remained on.
>the ups shutoff (hardware ups shutdown) seems not to be working.
>Carlos might have more ideas on the cause...
This might not be a bug - it could be that I reconnected the supply to soon.
I say this
2006 Jan 09
0
Re: Logcheck-users Digest, Vol 5, Issue 1
The entry is probably not igored because of
the word deny in your path .
You might better set your rule in violation.ignore.d/ directory.
At 13:00 09/01/2006, you wrote:
>Send Logcheck-users mailing list submissions to
> logcheck-users@lists.alioth.debian.org
>
>To subscribe or unsubscribe via the World Wide Web, visit
>
2003 Apr 10
1
"Device or Resource Busy" when deleting folders
Hi all,
I have set up an LTSP environment (www.ltsp.org) for a small group of users
who have migrated from WinXP. As part of the setup, and during the
transition, I have created a number of folders in each user's home
directory which are mapped via SMBMOUNT to the NT domain controller's home
directories, and various shared data folders.
When each user logs into X, a script is run