Displaying 20 results from an estimated 145 matches for "2.08".
Did you mean:
2.0
2012 Sep 12
8
Round off method in 1.8.7
Hi all
i am trying to use round method if have a value 2.08 i want it as 2.1 and
it worked in 1.9.2 but not in 1.8.7 is there any other way of doing it.
USING 1.9.2
1.9.2p320 :001 > 2.08.round(1)
=> 2.1
1.9.2p320 :002 > 2.04.round(1)
=> 2.0
USING 1.8.7
irb(main):001:0> 2.08.round
=> 2
irb(main):002:0> 2.08.round(1)
ArgumentError: wrong number of arguments (1 for
2003 Nov 25
1
SYSLINUX 2.08-pre3 released
I just found a rather embarrassing bug in PXELINUX -- and what's worse
-- I wrote an email about it and killed it off accidentally :-/
It appears PXELINUX doesn't free its internal socket buffers (it has 32
of them) when it gets an error reply from the server, including "file
not found." This means it will eventually run out of sockets and "go
deaf." This
2003 Dec 12
0
SYSLINUX 2.08 released
It's pretty much the same as 2.08-pre11.
2.08 mostly a collection of minor enhancements.
Changes in 2.08:
* Add new configuration command "ontimeout" to allow timeout
to have a different action than just pressing Enter.
* Add new configuration command "onerror" to allow a custom
command to be executed in case the kernel image is not
2004 Aug 04
1
pxelinux (2.08 or later) on VMware
Hi,
pxelinux(2.08 or later) waits forever after "boot:" prompt
on vmware (4.52). pxelinux(2.07) works.
After I comment out DO_IDLE in ui.inc (2.08 or later),
it works. but I'm not sure why... (vmware bug?)
Thanks,
Kaz
--- ui.inc.orig Wed Aug 4 00:58:38 2004
+++ ui.inc Wed Aug 4 01:07:39 2004
@@ -60,7 +60,7 @@
cmp dx,ax ; Has the timer
2003 Nov 25
0
More features in Syslinux 2.08
As far as I know the only thing close to that, is to boot DOS from a
floppy image (stored on the CD). The floppy image will contain the CD
drivers and hence you can use DOS to access the contents of the CD.
The floppy image is usually stored in the "boot sector" of the CD, or if
you are using utilities like ISOLINUX, then they can be stored on the
CD, and ISOLINUX/memdisk can boot
2005 Mar 08
2
[Fwd: Re: etherboot 5.3.14 and pxelinux keyboard problem]
Tim Legge has passed the following message on to me:
hpa wrote:
> Quinn wrote:
> > Now it seems I have found a bug in PXELINUX with regards to etherboot.
> > Up until 2.07 pxelinux was responsive to the keyboard. From 2.08 and
> > up the keyboard is locked at the boot prompt when pxelinux is loaded
> > via etherboot 5.3.14.
>
> That would not be a PXELINUX bug,
2003 Dec 11
0
SYSLINUX 2.08-pre11
I have released SYSLINUX 2.08-pre11. It is the same as 2.08-pre10
except I have added logical partition support to the chainbooting module
(still no partition hiding or anything like that.)
Unfortunately I have no way to test this at the moment, so I thought I'd
release a -pre11 and see if someone was willing to take it for a spin.
2004 May 23
2
Re: problem and maybe bug in 2.08 and later with vmware 4.5.1
>I found a problem with pxelinux in 2.08 and 2.09pre13 when working with
>vmware 4.5.1 (the latest with builtin support fpr pxe-boot). With 2.07 and
>2.01 it works without problems. But when trying the later versions there is
>trouble. I reach pxeboot.msg
>and it shows fine but when I try to choose an image it dosent give keyboard
>feedback (first I thought it had hanged) but
2003 Dec 01
9
Planning a 2.08 release
It seems that quite a bit of stuff built up very quickly after the 2.07
release:
Changes from 2.07 to 2.08-pre6:
* Add new configuration command "ontimeout" to allow timeout
to have a different action than just pressing Enter.
* Add new configuration command "onerror" to allow a custom
command to be executed in case the kernel image is
2010 Dec 21
1
dovecot 2.08 start script
Hi
Could anyone provide me with a start script for dovecot 2.08 that could be
placed in /etc/init.d ?
I did an installation from the sources and followed the documentation at
dovecot.org.
Thankx in advance.
Mit freundlichem Gru?
Carsten Laun-De Lellis
Dipl.-Ing. Elektrotechnik
Certified Information Systems Auditor (CISA)
Hauptstrasse 13
D-67705 Trippstadt
Phone: +49
2003 Nov 30
0
SYSLINUX 2.08-pre6
Hi all,
It looks like the announcement about 2.08-pre6 never went out... it is
2.08-pre5 with Murali's "onerror" command added.
-hpa
2003 Dec 05
0
SYSLINUX 2.08-pre7 is release candidate
Ok folks...
SYSLINUX 2.08-pre7 is hereby declared a release candidate. Please test
it out; if it works for people I'll promote it to 2.08.
-hpa
2003 Dec 09
3
Last call before syslinux 2.08
I am planning to release SYSLINUX 2.08 in the next day or so; basically
2.08-pre9 without any further changes.
So, I would appreciate any and all testers for this...
-hpa
2003 Dec 10
0
SYSLINUX 2.08-pre10
Ok, despite what I said yesterday I decided to release a 2.08-pre10.
The only difference over 2.08-pre9 is that I have added a small program
in the "samples" directory called chain.c32. This allows chainbooting
local floppies and hard disks:
chain fd0 ; Chainboot the first floppy drive
chain hd0 ; Chainboot the first hard drive
chain hd1 3 ; Chainboot partition 3 on the second
2004 Mar 31
1
problem and maybe bug in 2.08 and later with vmware 4.5.1
I found a problem with pxelinux in 2.08 and 2.09pre13 when working with
vmware 4.5.1 (the latest with builtin support fpr pxe-boot). With 2.07 and
2.01 it works without problems. But when trying the later versions there is
trouble. I reach pxeboot.msg
and it shows fine but when I try to choose an image it dosent give keyboard
feedback (first I thought it had hanged) but after some testing it
2003 Nov 24
5
SYSLINUX 2.08-pre1 released
Working on fixing lower-priority bugs that I didn't want to risk
destabilizing the 2.07 release for:
Changes in 2.08:
* Add "timeoutcmd" to allow timeout to have a different action
than just pressing Enter.
* Fix bugs in the COMBOOT/COM32 command-line parsing. APPEND
now works with COMBOOT/COM32 images.
2003 Nov 27
1
SYSLINUX 2.08-pre6 released
This version adds Murali's "onerror" configuration directive.
ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/Testing/
-hpa
2003 Dec 04
0
SYSLINUX 2.08-pre7 released
Hi all,
I have released SYSLINUX 2.08-pre7. This version rate-limits the ARP
polling in PXELINUX; it turns out that it was giving people using
automatic control via serial console a real headache since it caused
PXELINUX to drop characters.
As usual, I'd really appreciate any and all testing.
ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/Testing/
-hpa
2004 Jan 26
0
isolinux 2.08: screen garbage when loading kernel?
I'm using the RIP Linux mini rescue distribution.
http://www.tux.org/pub/people/kent-robotti/looplinux/rip/
I have modified v. 7.0 for usage on our 32 node Tyan Tiger MPX Linux
cluster with a serial console. Because of a bug with Grub on this
motherboard when running headless and using a serial console I use the
optional Isolinux version 2.08 also included with RIP Linux to boot from
a
2004 Mar 30
0
File time / date issues with Samba 2.08
Guys,
we have been tracking down a problem with slow saving of profiles on logout.
Environment:
A number of Linux front end servers running Samba 2.08, nfs mounting
from a Solaris 9 server.
WinXP/2k users use shares from the linux boxes which nfs mount the share
from the sun box.
Problem:
On logout the time taken to logout is extremely long.
Issue:
On closer examination, we have noticed