Displaying 20 results from an estimated 210 matches for "1.67".
Did you mean:
1,67
2002 Feb 03
0
SYSLINUX 1.67 released
This release is identical to 1.67-pre1. Unfortunately the people who
reported problems with 1.66 never got back to me to indicate if it
solved their problem or not, but since it fixes a real bug, regardless,
I decided to release it as 1.67.
ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/
-hpa
1.67 is a trivial bug fix release affecting a fairly small number of
systems.
1.66 is an
2015 Jul 23
9
Looking for mkdosfs for Syslinux 1.67
Greetings one and all.
I'm a unix newbe....so deal with me here.
I have a .iso copy of syslinux 1.67 (which actually might be ISOlinux??)
that I boot from CD (ramdisk version...no HD needed)...
but my version doesnt have the mkdosfs utility on it.
I was looking for an executable that would work with this version...
can someone point me toward such an animal???
:Pat
2002 Feb 26
0
syslinux timeout
Hi.
I've ever wondered how nuch timeis left to timeout while waiting at the
boot prompt, so I've writen this small patch to show it.
This add a configuration command 'showtimeout'.
If you like the patch I could improve it (for example to show the
timeout in decimal because now it uses the writehex functions)
Regards.
--
______ ________
/ / \/ /___ ) I N T E G
2015 Jul 23
0
Looking for mkdosfs for Syslinux 1.67
Hi
On 23/07/2015 19:14, pat via Syslinux wrote:
> I'm a unix newbe....so deal with me here.
Don't worry. We are her to help.
> I have a .iso copy of syslinux 1.67 (which actually might be ISOlinux??)
I don't know how you got that but syslinux 1.67 was released more than
13 years ago and AFAIK never distributed as an ISO, at least by the project.
I suggest that you tell us what
2007 Aug 22
5
Slow concurrent actions on the same LVM logical volume
Hi 2 all !
I have problems with concurrent filesystem actions on a ocfs2
filesystem which is mounted by 2 nodes. OS=RH5ES and OCFS2=1.2.6
F.e.: If I have a LV called testlv which is mounted on /mnt on both
servers and I do a "dd if=/dev/zero of=/mnt/test.a bs=1024
count=1000000" on server 1 and do at the same time a du -hs
/mnt/test.a it takes about 5 seconds for du -hs to execute:
270M
2012 Jun 15
3
moving from loops to apply
Dear subscribers,
I have made a simulation using loops rather than apply, simply because the loop function seems more natural to me. However, the current simulation takes forever and I have decided - finally - to learn how to use apply, but - as many other people before me - I am having a hard time changing habits. My current problem is:
My current code for the loop is:
distances <-
2015 Jul 25
0
Looking for mkdosfs for Syslinux 1.67
On Sat, Jul 25, 2015 at 3:58 PM, Pat O'Toole <pat at patotoole.net> wrote:
> thank you very much!!
You're welcome.
Sometimes the hardest part is asking the right question.
> ----- Original Message ----- From: "Gene Cumm" <gene.cumm at gmail.com>
> To: <pat at patotoole.net>
> Cc: "For discussion of Syslinux and tftp-hpa" <syslinux at
2002 Mar 28
0
isolinux 1.67
Hi,
I've made some (small) changes to your isolinux 1.67 to support loading of
.bin files. For example to load NT cdrom bootsectors, or other raw
loaders... Size is fixed to 1 sector (2KB). Extension must be ".bin".
Loading address is fixed to (default) 0x0:0x7c00. All my changes are marked
between tags: <bart>...</bart>
Just thought I'd send it to you do with it
2015 Jul 23
0
Looking for mkdosfs for Syslinux 1.67
PS (addendum to my previous answer)
I found the message announcing it in the archives:
http://www.syslinux.org/archives/2002-February/000103.html
However it is not available from the repository:
https://www.kernel.org/pub/linux/utils/boot/syslinux/1.xx/
Didier
2015 Jul 24
0
Looking for mkdosfs for Syslinux 1.67
since a few of you asked what I use it for...since I'm not a unix person..
I started using it back in 2002...to update hard drives that used a
'superfloppy format' (if anyone remembers the old DigitalWallet from
Minds at work!) I fixed several of them after the company went belly up
for photographer friends of mine.
I mostly use it to do HD maintance...fixing fats...restoring backup
2015 Jul 25
2
Looking for mkdosfs for Syslinux 1.67
Thank you all very much!!
~Pat
2002 Apr 15
1
syslinux 1.67 - have to use '-s' on my Dell CPiA 366
Hi. I need to use '-s' with syslinux, in order to make it work on my
Dell CpiA 366 laptop *when I use 1722kB floppies*.
Plain 1440kB floppies work w/o '-s'.
1722kB images work well with bochs without the use of '-s'.
http://bochs.sf.net/
Thanks,
Dag B
http://syslinux.zytor.com/faq.php
"The -s option, if given, will install a "safe, slow and stupid"
2002 Mar 13
2
ISOLINUX 1.67 failure with no HDD; OK with HDD
Award BIOS 6.00PG, CD-ROM configured as first boot device
CD-ROM on IDE-1, master
variable: hard disk drive on IDE-0, master
no other IDE devs, no SCSI
if i boot with the HDD installed, ISOLINUX boots the CD OK with DL=9F.
if i remove the HDD, ISOLINUX fails to load the spec packet and can't
``wing it'' with DL=9F. (no maybe_msg's appear, either)
otherwise, this (and the
2008 Aug 01
3
Reading data in R-metrics
Hi Folks!
I used the code below previously with no problems, but now I get:
DTB3<-read.table("C:\\Program
Files\\R\\R-2.7.1\\DTB3.csv",header=TRUE,sep=",")
> tail(DTB3)
DATE VALUE
14233 2008-07-23 1.56
14234 2008-07-24 1.62
14235 2008-07-25 1.71
14236 2008-07-28 1.70
14237 2008-07-29 1.69
14238 2008-07-30 1.67
>
2009 Apr 01
1
Obtaining average ranking from matrix of frequencies
I have a small matrix where the columns represents a ranking and the values
are the number of times each ranking was obtained eg
1 2 3
x 1 2 0
y 0 1 2
z 2 0 1
I'd like to be able to return an average of the ranking obtained
average
x 1.67
y 2.67
z 1.67
Whats the nicest way to do this? I'm new to the language and looking for an
elegant solution :)
Thanks
Ben
2002 Apr 19
1
bug in syslinux-1.71 w. large Linux-kernel
Hi,
first of all: syslinux is really a good bootloader and since there is isolinux
making boot-cds is fun -- thanks for the great work.
I had some problems with syslinux-1.71 loading l bigger 2.4.18-kernel. The
error was something like "Boot failed: press any key ..." that brought my back
to the boot-prompt of syslinux.
A check with syslinux-1.67 showed no problems.
Sizes of the
2024 Feb 27
2
converting MATLAB -> R | element-wise operation
Why anything but sweep?
The fundamental data type in Matlab is a matrix... they don't have vectors, they have Nx1 matrices and 1xM matrices.
Vectors don't have any concept of "row" vs. "column". Straight division is always elementwise with recycling as needed, and matrices are really vectors in row-major order:
1 2 3
4 5 6
is really
1 4 2 5 3 6
and when you do
2005 Apr 22
2
Hoaglin Outlier Method
I am a new user of R so please bear with me. I have reviewed some R books,
FAQs and such but the volume of material is great. I am in the process of
porting my current SAS and SVS Script code to Lotus Approach, R and
WordPerfect.
My question is, can you help me determine the best R method to implement
the Hoaglin Outlier Method? It is used in the Appendix A and B of the fo
llowing link.
2006 Jun 19
4
Qurey : How to add trendline( st. line) in Graph
How to add trendline (i.e. straight line passing through maximum points)
in graph.
I have worked on the data given below.
Please tell me how to add trendline in the graph.
The script is as follows
=================================== start
====================================================
# The data is as follows
data <- c( 0.01, 0.02, 0.04, 0.13, 0.17 , 0.19 , 0.21 , 0.27 , 0.27 ,
2019 May 14
3
Unir coordenas en un plano mediante linea
Buenos días
--
Francisco Maturana Miranda
Dr. Planificación territorial, urbanismo y dinámicas del espacio
Profesor Asociado, Departamento de Geografía Universidad Alberto Hurtado
www.fmaturana.cl
[[alternative HTML version deleted]]