Displaying 20 results from an estimated 100 matches similar to: "pxelinux problem (plus a fix proposal)"
2002 Feb 21
2
RH 7.1 and Ctrl+Alt+Del [off topic]
I know this isn't samba problem, but I hope that You'll understand.
I have RH 7.1 installed (Kernel 2.4.2-2) and I have strange, funny but
really dangerous problem. In every moment (even when there is login screen)
in text mode when I press Ctrl+Alt+Del my machine simply shuts down.
Is there any fix for this?
PZDRWM Szmoyn
2001 Dec 28
1
Cant find Samba Server....
Well.
I resolved this problem by reinstalling all Red Hat but I'm intrested what
was the problem.
I have 2 computers one with Windows 98 and one with RH 7.1 with Samba (I
tried this with 2 ver 2.0.7 and 2.2.2).
I could connect to Linux share from Linux using smbclient. I also could
connect do Win98 from Linux machine.
I could see Linux machine in Network Neighborhood, but when I tried to map
2008 May 22
0
CentOS-announce Digest, Vol 39, Issue 10
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2008 May 21
0
CESA-2008:0489 Critical CentOS 5 i386 gnutls Update
CentOS Errata and Security Advisory 2008:0489 Critical
Upstream details at : https://rhn.redhat.com/errata/RHSA-2008-0489.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
i386:
ce2c33b4d2f56a93bb8f719415fa01df gnutls-1.4.1-3.el5_1.i386.rpm
f98b838a383e9c6a67d4b63a7b73656a gnutls-devel-1.4.1-3.el5_1.i386.rpm
2008 May 21
0
CESA-2008:0489 Critical CentOS 5 x86_64 gnutls Update
CentOS Errata and Security Advisory 2008:0489 Critical
Upstream details at : https://rhn.redhat.com/errata/RHSA-2008-0489.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
x86_64:
8be354a03bd46aff3e5d241ab324d938 gnutls-1.4.1-3.el5_1.i386.rpm
f3af92775c43b76596fdb0f5d4996118 gnutls-1.4.1-3.el5_1.x86_64.rpm
2014 May 14
0
CEBA-2014:0489 CentOS 6 irqbalance Update
CentOS Errata and Bugfix Advisory 2014:0489
Upstream details at : https://rhn.redhat.com/errata/RHBA-2014-0489.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
6c4dd1990742ad44b298b0c344ffed77ad7bc556950b926fcfe18eea77214859 irqbalance-1.0.4-9.el6_5.i686.rpm
x86_64:
2014 May 15
0
CentOS-announce Digest, Vol 111, Issue 8
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2006 Apr 13
4
Installation of Rails without ''gem install rails''
I am wondering if anyone has any procedural documentation for installing
and using Rails from the standalone packages rather then via ''gem
install''. It seems there should be some steps outside of simply
unpacking the tar ball in order to integate it with your Ruby
installation. Seems every bit of installation documentation I can find
has ''gem install
2006 Jun 19
11
html to pdf?
in one of my apps i am currently using redcloth to use textile
formatting on my content.
i am wanting to add reporting to the system, but the content that prints
out doesn''t have the formatting obviously that i can have with html.
what''s a good solution for some kind of formatting where i can use it on
both web and print? i''m using pdf/writer right now and i think
2008 Jun 15
3
Using checkpassword to block ips?
Hi new to the list, but we are a long time user of Dovecot via DirectAdmin
control panel.
We, like everyone else, are seeing an increase in dictionary attacks of
POP/IMAP. We want to block them.
I've searched the mailing list and found a few recommended fail2ban, which
really won't work for our case. We need to do this over many machines and
not one or two. We also like to gather
2010 Nov 26
1
[PATCH] new *br: Show handoff data
git://git.zytor.com/users/genec/syslinux.git
Branch handoff-mbr-for-hpa
This is a piece of code that can be used in place of a MBR or VBR/PBR
(master boot record; volume/partition) in order to examine the data
handed to the respective boot code. AX, SS, and SP are destroyed
before examining anything. I set an internal restriction that limits
it to 420 bytes such that it could be used with a
2006 Sep 01
3
histograms
I am interested in plotting histograms for the following data
Isoform
Tumor_65_198
Tumor_50_192
Tumor_80_167
Tumor_80_204
Tumor_95_197
Tumor_70_189
Tumor_90_202
Tumor_40_177
Tumor_60_21
Tumor_70_174
Tumor_70_147
Tumor_50_5
ABCC4-2007
1
1
1
6
1
9
10
1
2
0
10
1
ABCC4-2008
5
8
7
5
3
10
5
5
7
3
10
3
ABCC4-2009
0
0
0
0
0
0
0
0
0
0
0
0
ABCC4-2010
2009 Feb 08
1
[PATCH 1/1] COMBOOT API: Add calls for directory functions; Implement for FAT; Try 2
From: Gene Cumm <gene.cumm at gmail.com>
COMBOOT API: Add calls for directory functions; Implement most only
for FAT (SYSLINUX).
Uses INT 22h AX= 001Fh, 0020h, 0021h and 0022h to prepare for the
COM32 C functions getcwd(), opendir(), readdir(), and closedir(),
respectively. INT22h, AX=001Fh will return a valid value for all
variants. INT22h, AX= 0020h, 0021h, and 0022h are only
2008 Dec 04
2
[PATCH 1/1] COMBOOT API: Add calls for directory functions; Implement for FAT
From: Gene Cumm <gene.cumm at gmail.com>
COMBOOT API: Add calls for directory functions; Implement most only
for FAT (SYSLINUX).
Uses INT 22h AX= 001Eh, 001Fh, 0020h and 0021h to prepare for the
COM32 C functions getcwd(), opendir(), readdir(), and closedir(),
respectively. INT22h, AX=001Eh will return a valid value for all
variants. INT22h, AX= 001Fh, 0020h, and 0021h are only
2009 Jul 15
0
[PATCH] gfxboot: parse TIMEOUT keyword
Parse the TIMEOUT keyword from the config file and pass it to gfxboot core.
Signed-off-by: Sebastian Herbszt <herbszt at gmx.de>
Index: syslinux-3.82-440-g6483c80/modules/gfxboot.asm
===================================================================
--- syslinux-3.82-440-g6483c80.orig/modules/gfxboot.asm
+++ syslinux-3.82-440-g6483c80/modules/gfxboot.asm
@@ -657,8 +657,7 @@ gfx_input:
2004 Feb 02
1
Bug in mbr.asm
Found this small bug. It won't print error messages. A simple fix.
--- mbr.asm.orig 2002-10-03 06:02:50.000000000 -0400
+++ mbr.asm 2004-01-08 06:55:13.000000000 -0500
@@ -165,7 +165,7 @@
die:
.msgloop:
lodsb
- xor al,al
+ or al,al
jz .now
mov ah,0Eh ; TTY output
mov
2017 Mar 21
0
Patch: make slightly more verbose versions of isohdp.x.S
From: MartinS <ams at ludd.ltu.se>
isohdp[fp]v.S which says E or C if EBIOS or CBIOS is used. isohdppv.S
also says G or M if a GPT or MBR partition is detected.
Signed-off-by: MartinS <ams at ludd.ltu.se>
---
Comments?
diff --git a/mbr/Makefile b/mbr/Makefile
index be2bded..7095396 100644
--- a/mbr/Makefile
+++ b/mbr/Makefile
@@ -21,7 +21,8 @@ include $(MAKEDIR)/embedded.mk
all:
2008 Apr 12
8
Question: Do all puppetd run at the same time?
(I know more questions... :-))
I know the default for puppetd is to check puppetmasterd every half
hour, but my question does each puppetd check at the same time? Or
does it depend when puppetd is started or like a cronjob does it run
at the 1/2 hour and hour mark? Is there some randomness to the times
they run?
My point is if they all run at the same time then if you have a large
amount of
2003 Dec 27
0
2 disks boot patch
Well, with this simple patch I'm able to load initrd from a different
disk. It's not finished, it's just to ask you if I'm going in the right
direction...
I have also some suggestion/question:
- many boot sector I saw use [bp+xx] addressing to gain some bytes. Why
don't you use such method?
- had syslinux been tested with usb floppy? You test dl however using
usb floppy dl ==
2003 Dec 27
0
FW: 2 disks boot patch
Well, with this simple patch I'm able to load initrd from a different
disk. It's not finished, it's just to ask you if I'm going in the right
direction...
I have also some suggestion/question:
- many boot sector I saw use [bp+xx] addressing to gain some bytes. Why
don't you use such method?
- had syslinux been tested with usb floppy? You test dl however using
usb floppy dl ==