Displaying 20 results from an estimated 500 matches similar to: "Re: syslinux vs grub (Phung Chi Kien)"
2003 Sep 10
1
Open file > 64 K in COM32
Hi all,
I used syslinux to load linux on DiskOnChip in PC104
for one embbeded project suceefully for several
months. But due to power lost sometime the image is
corrupted. I want to develop a COM32 util to check CRC
for the images and load the good ones. I read in the
comboot.doc that com32 can use read file SYSLINUX API
call to read a file, and the file must below 64K
limit. But the image files
2003 Sep 15
2
Can not use read file SYSLINUX API call
Hi Peter Anvin
I tried to use open file and read file SYSLINUX API. But it always make my
PC104 freeze. My snip code :
================================================
int __start(void)
{
int ax,cx,dx,es,si,di,t;
com32sys_t inreg,outreg;
memset(&inreg, 0, sizeof inreg);
memset(&outreg, 0, sizeof outreg);
strcopy(__com32.cs_bounce, "test.txt");
inreg.eax.w[0] = 0x0006; //
2003 Nov 23
0
SYSLINUX 2.07 released
After all the bug fixes over the last few weeks I thought it was high
time to release 2.07. It certainly doesn't fix everything, but it fixes
several important problems people have reported.
Changes in 2.07:
* MEMDISK: Workaround for BIOSes which go into a snit when
they get a RESET command for the floppy system when there is
no floppy in the system.
2023 Nov 24
0
Dear friends from the United States
I hope this message finds you well and thriving in your endeavors. As a fellow Vietnamese student currently pursuing education in the United States, I can't help but feel a sense of pride and excitement about the prospect of inviting you to experience the beauty and charm of my homeland, Vietnam.
Vietnam is a land of captivating landscapes, rich history, and warm hospitality. From the
2003 Sep 12
1
DiskOnChip problem
I keep getting the follwing error when trying to syslinux my DiskOnChip:
ERROR 440D: Unable to lock drive for exclusive access
I tried using the 4.2 and 5.1.4 DiskOnChip utils to format it first.
I've tried 2 PCs and a few different DiskOnChips.
I triied several options and always get the same message,
The DiskOnChips have worked in DOS and Pharlap,
so the Hardware is OK.
Any ideas?
TIA,
2004 Sep 24
0
Problems with Winbind
Hi all, here's hoping you can help with a problem I have got.
I am currently running samba 3.0.7-1 on a Suse 9.0 system and I am having
the following problem.
I am trying to get my samba server to join a windows NT4 domain called
BVFL-DOM and then use winbind to get user names from that domain to be use
samba. The samba box joins the NT domain without a problem and I can use NT
server
2014 Sep 16
0
Recycling and keeping backups - Tower of Hanoi management of backups using rsync
Thanks to Kevin and Paul for responses.
We use a modified Tower of Hanoi scheme (on top of rsync and --link-dest
and recycling) for deciding which backups to keep.
Here is a sample of our holdings for one area:
home.20111124.seq.0 set 0
home.20130512.seq.512 set 10
home.20140203.seq.768 set 9
home.20140414.seq.832 set 7
home.20140708.seq.896 set 8
home.20140815.seq.928 set 6
2012 Apr 12
1
icecast proxy
Hi everyone
I am the new user of icecast2
My problem is:
On my servers, i already installed icecast2 to streaming mp3 and aac file.
Now i want to make a load balancer with these icecast2.
When user request a content to a balancer, this balancer will choose the
icecast2 server which have less connections for scaling.
What i should do now?
I heard that wowza can do it. But i want to find some
2016 Jun 23
1
rsync Digest, Vol 162, Issue 18
Folks,
Am 20.06.2016 um 22:01 schrieb Larry Irwin (gmail):
> The scripts I use analyze the rsync log after it completes and then
sftp's a summary to the root of the just completed rsync.
> If no summary is found or the summary is that it failed, the folder
rotation for that set is skipped and that folder is re-used on the
subsequent rsync.
> The key here is that the folder
2014 Jul 18
2
Anyone using CentOS 6 on PC104 stacks?
Is anyone using CentOS 6 on PC104 stacks?
I have tried a couple of different CPU cards with CentOS 6.5 [no updates]. I can install with the Install DVD to the PATA hard drive just fine, but they each hang up while the installed system is trying to get UDEV going. And by "hang up" I mean a) leave the machine setting for hours and it never gets udev started, AND b) the keyboard has gone
2014 Mar 06
1
Developing the UPS side of the UPS-NUT equation (via usbhid)
Tim,
The UPS will be a PC104 device (www.rtd.com to give you a quick visual of what that is), which means it will actually be physically stacked together with the power supply it is supporting. So cable length won't be an issue, as it will be communicating through USB in the PCIe bus to the CPU.
Rob
-----Original Message-----
From: Nut-upsdev [mailto:nut-upsdev-bounces+rgroner=rtd.com at
2011 Jun 29
0
Problem: Update of glm-object cannot find where the data object is located
Hi everybody,
I want to ask your help to explain what is going on with my following
code:
> mydata <- data.frame(y=rbinom(100, 1, 0.5), x1=rnorm(100),
x2=rnorm(100))
> glm.fit.method <-
function(model,data,...){glm(formula=model,data=data,family="binomial",.
..)}
> fit1 <- glm(y ~ x1 + x2, data=mydata, family=binomial())
> update(fit1, .~1)
Call: glm(formula =
2005 Aug 10
1
fileutil & tar utility RPMs on RHAS3.0
Hi,
Please advice how to download utility for 'tar', 'cp' supporting RHAS3.0
RPMs listed in note 237997.1 are used for RHAS2.1
* Patch 2883583: fileutils-4.1-4.2.i386.rpm
* Patch 2913284: tar-1.13.25-9.i386.rpm
Best regards,
Huy.
==
Nguyen Quang Huy
Sr. Technical Sales Consultant
Oracle Vietnam
53 Quang Trung St, Hanoi
Email: quang.huy.nguyen@oracle.com
Phone: +84 4 943 2595
2014 Nov 10
2
Non-Gnome desktop
So,
1. I installed a minimal CentOS-7.
2. I then installed epel-release.
3. I then installed etckeeper from epel.
4. I then ran yum update -y.
5. I then rebooted (kernel update).
6. I then ran "yum groups install "X Window System"
7. I then ran "yum groups "MATE Desktop"
8. I then ran startx.
Result: Graphical destop wallpaper appears, spinning disc in center for
2002 Jul 11
1
help with porting patch from 1.62 to 1.75
Hello List,
I have below a patch (against Syslinux-1.62), which adds
a pseudo-kernel 'swap' which swaps device numbers of
the boot device and the first harddisk. It was made
for a system equipped with a DiskOnChip (www.msys.com)
device which 'steals' the device# of teh first harddisk,
This patch is used to enable the syslinux on the DoC
to continue booting from the harddisk as if
2005 Aug 04
1
Help : Installation of Office XP with Wine May 2005
Dear all Wine-users,
I'm last-year student of Hanoi University of Technology in Vietnam.
My graduate thesis has important part relate to Wine and installation of Windows applications in Linux via Wine. I have completed all part of my thesis except Wine related part.
I installed Office XP with Wine May 2005 and it always failed. Before installed Office, I had installed Dcom98.exe ,
2006 Nov 24
2
Card don't hangup but Asterisk hangup
Hi ,
I have a problem with a X100, i do a external call to the asterisk
server . The dialplan its simple answer and hangup..
when it's done , the telephone which i did the call , is in line but
asterisk server is finish.
I'll apreciate all your suggestion. Greetings, txus.
The asterisk output:
-- Executing Hangup("Zap/1-1", "") in new stack
== Spawn
2013 Nov 25
2
Próxima reunión del "Grupo de Usuarios de R de Madrid" - miércoles 27-Noviembre...
Hola,
Una breve nota para recordar que este próximo miércoles nos reuniremos el
"Grupo de Usuarios de R de Madrd".
Hay un par de pequeños cambios en la agenda. Las presentaciones siguen
siendo las mismas, pero se modifica el orden y quizás la más importante es
que volvemos a la UNED (Faculad de Ciencias).
Cualquier otro cambio de última hora, aparecerá reflejado aquí:
2002 Mar 06
1
trouble using syslinux > 1.50
Hi there,
I'm using an embedded device sold by a german company called SSV.
Further Information about the device can be found on the following URL.
http://www.ssv-embedded.de/ssv/pc104/p170.htm
The IDE Interface is a very basic one.
Starting with syslinux 1.51 the system stopped booting correctly (1.67 does
not work as well).
With syslinux Version up to 1.50 erything works fine.
The boot
2014 May 20
0
ISA connected CF card not found by CentOS 6
I am attempting to install CentOS 6 on a PC104 stack and am experiencing issues with anaconda not being able to find the Compact Flash (CF) card hosted in an IDE-CF board connected via the ISA bus. Did someone finally remove the ISA capability from the kernel?
On the same hardware I have been able to install CentOS 5.
With the CentOS 6 install DVD, the system boots up and proceeds until it