Displaying 20 results from an estimated 3000 matches similar to: "5.01 DISPLAY file last line"
2011 Jan 06
4
localboot in pxelinux recurses back into pxelinux then eventually crashes
Hello,
A couple of months back there was this message on the list.
http://syslinux.zytor.com/archives/2010-October/015459.html
I have exactly the same result on just a few types of machines.
Acer Tavelmate 8372 and 5742
InsydeH2O Bios v1.05
Broadcom UNDI PXE 2.1 V 14.0.8
It started after I upgrades pxelinux.0 to version 3.86
Versions tested and got the recursing:
3.86, 3.85, 3.84 and 3.83
On
2012 Oct 16
3
[PATCH] minor documentation updates (4.06-pre14)
syslinux.txt: syslinux binary is in "linux" directory
menu.txt: menu.c32 and vesamenu.c32 are in com32/menu directory
---
doc/menu.txt | 2 +-
doc/syslinux.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/menu.txt b/doc/menu.txt
index 620527e..8a999cd 100644
--- a/doc/menu.txt
+++ b/doc/menu.txt
@@ -18,7 +18,7 @@ See menu/README for more
2012 Dec 10
4
pxelinux: unable to boot from local disk
Hello,
on a somewhat recent machine (Dell T1600) I'm unable to use my usual setup
(pxelinux as a boatloader also for local OS - typically windows). The BIOS
is capable of using UEFI, but this is turned off.
Unfortunately all I get is a message telling me that pxelinux is unable to
boot from local disk.
The config entry looks like this:
LABEL local
MENU LABEL OS installed on local disk
2013 Mar 01
2
Booting an ISO with FreeDOS over PXE with memdisk
I've got $SUBJ almost working except for the DOS bit where the CD needs
to be read.
My pxe config:
label Firmware
menu label Update IPMI firmware
kernel memdisk
append keeppxe raw iso initrd=<isofile>
The ISO is about 400Mb, and works fine when I boot it from an actual
CDROM drive. It also boots fine over PXE, I can see FreeDOS being
booted up etc. The problem is - once
2012 May 24
3
PXE looping on localboot
I have seen posts about this problem, but have had trouble finding how/if it was resolved. I am trying to upgrade from syslinux-3.11 to syslinux-3.86 on RHEL5.
On 3.86, when it performs a local boot from hard disk, it just keeps looping back into PXE boot again instead of booting from the hard disk. It will perform a system install just fine, but when it switches to localboot after the install,
2012 Jun 17
2
unable to install Debian using syslinux 4.05
Hi,
I'm trying to install debian-6.0.5-amd64-CD-1.iso from USB
memory-stick. The problem is, that Debian-Installer is not able to
"Detect and mount CD-ROM" during the installation process. The USB
memory-stick is a 2GB model containing MBR and FAT32 file system:
# fdisk -lu /dev/sdb
Disk /dev/sdb: 2013 MB, 2013265920 bytes
62 heads, 62 sectors/track, 1022 cylinders, total 3932160
2000 Sep 26
19
samba and cups
Hello,
I have a pb in using samba with cups. I put "printing=cups" in my
smb.conf file but I cannot connect the printers from Windows NT 4.0.
Could you send me a smb.conf file using cups as an example ?
Thank you
2007 Feb 12
1
Handling large calculations and memory
Dear All,
I am planning to run a Monte-Carlo experiment which involves to do roughly
100.000 times the following
1- Generating a sample of, say, 50.000 numbers from an ARMA or GARCH
2- Doing some regressions on the series
3- On each regression storing one special value from the results into a
sequence that will be analyzed later.
The experiment is calculation-intensive, and I suspect some
2019 Oct 09
2
No mac bots on http://lab.llvm.org:8011/console ?
> On Oct 9, 2019, at 7:23 AM, David Blaikie via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> Apple moved all their bots to a Green Dragon CI system years ago: http://green.lab.llvm.org/green/ <http://green.lab.llvm.org/green/>
>
> (yeah, it'd be nice if the project wasn't split between two CI systems)
If someone is really bored, it would be a cute project
2012 Feb 28
1
group calculations with other columns for the ride
Hello,
I can get the median for each factor, but I'd like another column to go
with each factor. The nm column is a long name for the lvls column. So
unique work except for the order can get messed up.
Example:
x =
2002 Oct 25
0
[Bug 422] New: /bin/sh: ./ssh-keygen: file or directory not found
http://bugzilla.mindrot.org/show_bug.cgi?id=422
Summary: /bin/sh: ./ssh-keygen: file or directory not found
Product: Portable OpenSSH
Version: 3.5p1
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: openssh-unix-dev at mindrot.org
2006 May 02
5
does not equal conditional
I am trying to figure out how to write a conditional statement that will
execute only if a specified variable is not empty.
Right now my view looks like this:
<dt>Building Regulations</dt>
<% for link in @cat1 %>
<dd><a href="<%= link.url %>"><%= link.title %></a></dd>
<% end %>
Action:
@cat1 = Link.find(:all, :conditions
2014 Nov 18
2
[LLVMdev] Summer 2015 internships in Apple's Source Tools & Program Analysis Teams
Hi all,
Apple's LLVM Source Tools and Program Analysis teams are now looking for exceptional interns for summer 2015!
These are paid internships based onsite at Apple's main campus in Cupertino, California, USA. Internships last 12 weeks, with internships starting in May or later (start dates are flexible).
During the internship, interns will work directly with members of Apple's
2013 Mar 21
1
5.10 DISPLAY files (and SAY directive) issues
Hello Syslinux Team,
The following scenario shows some issues when using DISPLAY files
(and the SAY directive).
*** help.txt start ***
LINE 1 OF help.txt
LINE 2 OF help.txt
LINE 3 (one before last) OF help.txt
USE F1 TO TEST
*** help.txt end ***
Note: in "help.txt", there are no initial nor ending blank lines.
After the last line:
" USE
2008 Mar 04
1
help needed on function call
Hi there,
I am confused about fucntion call. After defining a function, I called it
within another function.
dt<-cars; #a copy of R internal dataset "cars" created;
dt$cat1<-ifelse(dt$speed<20,0,1);
dt$ind<-ifelse(dt$speed<15,1,2); #group variable;
freqtot <- function(data,var){
attach(data,warn.conflicts=FALSE)
x1 <- data.frame(table(var))
2006 Jun 27
5
RJS -- What am I missing?
This is driving me nuts:-)
I''ve brought it down to a simplified case where I''m rendering this rjs
template:
page.insert_html :top, ''cat1'', "<li>Some list item</li>"
According to FireBug, this is what I''m actually getting in the browser:
try {
new Insertion.Top("cat1", "<li>Some list
2009 Dec 02
1
Lattice: multiple data sets on same plot
Hi,
I have two data sets; one is a population and the other a sample of
that population. I am trying to plot both on the same trellis display.
# Example data set with two numerical attributes and two categorical
pop <- data.frame(var1=rnorm(2000, 2000, 500), var2=rnorm(2000, 2000, 500))
cat<-(runif(2000)<=.5)+0
for(i in 1:length(cat)){
if(cat[i] == 0){
pop[i,"cat1"] =
2010 Jul 28
1
error: arguments imply differing number
mydata <- read.table(textConnection("
Id cat1 location item_values p-values sequence
a111 1 3002737 100 0.01 1
a112 1 3017821 102 0.05 2
a113 2 3027730 103 0.02 3
a114 2 3036220 104 0.04 4
a115 1 3053984 105 0.03 5
a118 1 3090500 106 0.02 8
a119 1 3103304
2010 Jul 14
1
Dot Plot with Confidence Limits
Hi,
I have the following dataset and I would like to create a dotplot with
confidence limits:
CAT1 CAT2 MEAN Lower
Upper
1 1 1 0.619 0.392
0.845
2 1 10 1.774 1.030
2.518
3 1
2011 Jan 17
2
matrix manipulations
Hi,
I am having some difficulties with matrix operations. It is a little hard to explain it so please bear with me. I have a very large data set, large enough that it needs to be split in parts in order to deal with. I can work things on these "parts" but the problem lies in adding together these parts for the final answer.
So that been said, let's say that i split the data in 2