Displaying 12 results from an estimated 12 matches similar to: "trouble using syslinux > 1.50"
2009 Jul 20
0
No subject
Jan 19 10:00:29 VERBOSE [7177] logger.c: -- Executing [1000 at ext-meetme:7]
Read("DAHDI/2-1", "PIN|enter-conf-pin-number||||") in new stack
Jan 19 10:00:29 VERBOSE [7177] logger.c: -- Playing
'enter-conf-pin-number' (language 'en')
Jan 19 10:00:43 VERBOSE [7177] logger.c: -- USER ENTERED 'THE PIN NUMBER'
Jan 19 10:00:43 VERBOSE [7177] logger.c: --
2002 Sep 22
1
htree 2.4.19-dxdir patch
Hi there,
: without index mount:
root@codeman:[/test] # time randfiles foo 20000
real 1m10.501s
user 0m0.240s
sys 1m8.590s
root@codeman:[/test] # time randfiles foo 100000
real 32m55.929s
user 0m1.890s
sys 32m2.500s
: with index mount:
root@codeman:[/test] # time randfiles foo 20000
real 1m8.428s
user 0m0.350s
sys 1m6.780s
root@codeman:[/test] # time randfiles
2005 Feb 07
2
mke2fs options for very large filesystems
Wow, it takes a really long time to make a 2TB ext2fs. Are there
better-than-default options that could be used for a large filesystem?
mke2fs 1.34 (25-Jul-2003)
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
244203520 inodes, 488382016 blocks
24419100 blocks (5.00%) reserved for the super user
First data block=0
14905 block groups
32768 blocks per group,
2009 Jun 22
2
Problem occured on ie4linux
Hi, guys
I use ie4linux to browse a web page,but it throws an unexpected error and crashed.I have to visit this page for the reason of job,so i hope somebody could help me,thanks very much.
the stack trace is bellow,
main/renderbuffer.c:2153: _mesa_reference_renderbuffer: ? `oldRb->Magic == 0xaabbccdd' 1%.
wine: Assertion failed at address 0xb7f62430 (thread 0016), starting
2023 Jan 31
1
Preliminary release notes for libguestfs 1.50, guestfs-tools 1.50
$SUBJECT here ...
https://github.com/libguestfs/libguestfs/blob/master/docs/guestfs-release-notes-1.50.pod
https://github.com/rwmjones/guestfs-tools/blob/master/docs/guestfs-tools-release-notes-1.50.pod
Any extra stuff that's pending for either project that isn't too
invasive for 1.50, then let me know.
By the way this will be the 28th major release of libguestfs.
Depending on how
2023 Jan 31
1
Preliminary release notes for libguestfs 1.50, guestfs-tools 1.50
On Tue, Jan 31, 2023 at 06:36:04PM +0000, Richard W.M. Jones wrote:
>
> $SUBJECT here ...
>
> https://github.com/libguestfs/libguestfs/blob/master/docs/guestfs-release-notes-1.50.pod
Currently contains a pod error:
https://github.com/libguestfs/libguestfs/blob/master/docs/guestfs-release-notes-1.50.pod#pod-errors
I presume there's a way to mark the .pod file, or at least
2006 Feb 05
4
Another layout question - Layouts on a per method basis - Layouts with AJAX
I feel I am very close to understanding how layouts are used in Rails:
Q1. I know one can specify a "default" layout for all methods in a controller by specifying
layout ''my-default-layout''
How can this be overridden for individual methods so when those methods are called/executed, the overridden layout will be used. Is this possible?
Q2. With no
2004 Jan 26
7
Problem with FreeDOS + himem64 + PXELINUX + memdisk
(FreeDOS developers, I apologize for the redundant parts of this
message. But I want to bring the SYSLINUX folks into the discussion,
and the SourceForge mailing list archives are broken.)
Background: I have a little Sourceforge project
(http://unattended.sourceforge.net/) for which I use SYSLINUX to
provide CD-ROM and PXE boot support for my boot disk. And it works
great with MS-DOS.
However,
2006 Jun 09
3
GXP-2000 MultiPurpose Keys
Is it possible to program the multi-purpose keys on a GXP-2000
remotely via a TFTP configuration file? If so, what are the
parameters to put in the configuration file?
Thanks,
Daniel
2013 Aug 24
67
[PATCH 00/67] Proposed patches for libguestfs 1.22.6.
In the kernel and qemu communities it is routine for patches that will
be backported to stable branches to be posted for review. I'm
proposing we do the same for libguestfs stable branches.
All of the attached have been tested with 'make check-release'.
Rich.
2017 Nov 16
2
Plugin virtual, Horde BAD IMAP QRESYNC not enabled
Return-path: <xxxxxx-xxxxxxxx-xxxxxxxxx-xxxxxxx-xxxxxxx-xxx at xxxxxx.xxxxxxxxx.xx.xxx>
Envelope-to: xxxxx at xxxxxxxxx
Delivery-date: xxx, xx xxx xxxx xx:xx:xx +xxxx
Received: xxxx [xxx.x.x.x] (xxxx=xxxxxxxxx)
xx xxxxxxxxx.xxxxxxxxxxxx.xx xxxx xxxxx (xxxx x.xx)
(xxxxxxxx-xxxx <xxxxxx-xxxxxxxx-xxxxxxxxx-xxxxxxx-xxxxxxx-xxx at xxxxxx.xxxxxxxxx.xx.xxx>)
xx xxxxxx-xxxxxx-xx
xxx xxxxx
2015 Feb 14
2
[PATCH 0/2] Change guestfs__*
libguestfs has used double and triple underscores in identifiers.
These aren't valid for global names in C++.
(http://stackoverflow.com/a/228797)
These large but completely mechanical patches change the illegal
identifiers to legal ones.
Rich.