Displaying 20 results from an estimated 9293 matches for "appender".
Did you mean:
appended
2005 Mar 14
1
Fwd: [Cooker] Re: Configure Xen in Mandrake 10.2 cooker
On Monday 14 March 2005 06:29 pm, Mark Williamson wrote:
> > I don''t know if this is the right place to post, but I can''t find any
> > info about my problem on the net.
>
> Yes, this is the right place.
>
> > title Xen2610
> > kernel /boot/xen.gz dom0_mem=131072 console=vga
> > module /boot/vmlinuz-2.6.10-xen0 root=/dev/hde1 ro console=tty0
2006 Jan 03
0
Isolinux.cfg issues on certain BIOSes
Howdy to all,
We've been using isolinux quite successfully for quite some time now,
and I have come across a couple of laptops where isolinux balks at my
config file..
Upon booting on this systems, the image background appears corrupted,
and at the boot prompt, the following happens automatically.
Unknown keyword in config file.
Could not find kernel image: 1
boot:
Any label input here
2008 Jul 28
2
Help with a loop
HI:
I need ideas on how to make this code shorter (maybe with a second loop?).
The code as it is works, but in this case I only have 14 samples, but it
will become insane with more, so I need a way to make it more automatic. The
problem is that the output from ts1, ts2, and so on is a vector with more
than one value, so I do not know how to solve this.
Thanks
Prenewbie
The code is the
2006 Jun 19
2
Isolinux CD to Hard drive
Hi,
I've been using Isolinux Boot CD for a while now and it's working great. This weekend, I decided to install it on my hard drive so I can boot Isolinux of the Hard drive. I used the famous command : "syslinux -s c:" to initialize the drive then I copied all the .img file to that drive. Then I renamed the "isolinux.cfg" to "syslinux.cfg" to get to my
2014 Mar 23
2
global append changes since version 5
In Syslinux 5-6.02, the "global append" directive is being
(unintentionally) ignored in some cases.
Updating Syslinux from prior versions, when using a "global append"
directive, will cause unexpected results.
For example, take the following simple configuration file:
***
DEFAULT mykernel
APPEND root=/dev/sda2
***
Note that the 'append' line is a global
2012 Jun 08
3
[Bug 8990] New: --append-verify doesn't spot file differences, even with --checksum
https://bugzilla.samba.org/show_bug.cgi?id=8990
Summary: --append-verify doesn't spot file differences, even
with --checksum
Product: rsync
Version: 3.0.9
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
2005 Nov 03
2
simple menu limitations
I am using the following simple menu and have noticed that items at the
bottom are dropping off. I seem to be limited to 12 items. Is there a
limit to how many items can be on the simple menu?
default pxelinux.cfg/menu.c32
prompt 0
MENU TITLE UWSP PXE Boot Menu
# TIMEOUT 200
LABEL bartpe
MENU LABEL Build 12
KERNEL /STARTROM.0
APPEND keeppxe
LABEL 11dnet
MENU LABEL Build 11DNET beta
2006 Jul 13
1
writeForeignSAS and potential extensions
Dear R-devel,
I've made some potential extensions to writeForeignSAS
in 'foreign' that I wanted to pass along if anyone is
interested. I've attached the diff -u output against
the version found in foreign_0.8-15 and an .R file
with my changes. (In this .R file, the function is named
writeForeignSAS7 to simplify testing/comparisons.)
I've tried to alter the current
2013 Oct 04
3
Converting augeas snippet to puppet augeas resource
(apologies in advance for the line wrap)
I have the following tidbit of augeas code, which inserts a rule into
/etc/sysconfig/iptables as the first rule of a specifically named chain;
# augtool> insert append before
"/files/etc/sysconfig/iptables/table/append[. = ''Mayo-Firewall-INPUT''][1]"
# augtool> match /files/etc/sysconfig/iptables/table/append[. =
2013 Sep 04
5
5.10 regression (from 5.01) MENU INCLUDE broken.
Hello,
Long story short, example config:
### cut
UI vesamenu.c32
MENU TITLE Multiboot USB
MENU BACKGROUND #00000000
MENU COLOR sel 7;37;40 #e0ffffff #20ffffff all
MENU COLOR unsel 37;44 #50ffffff #a0000000 std
MENU COLOR tabmsg 31;40 #30ffffff #00000000 std
MENU BEGIN
MENU TITLE System Rescue CD 2.4.1
INCLUDE sysrcd-2.4.1.conf
MENU END
MENU BEGIN
MENU TITLE
2010 Jun 01
2
New behavior of 'write.csv' append argument?
Dear R users,
I have recently begun to reuse some functions I made several months ago. The
scripts write to a .csv file using the 'write.csv' function with the append
option set to TRUE. This used to work fine, albeit with the warning
"appending column names to file". I upgraded to R version 2.11.0 on OSX
10.5.8 and 'write.csv' will no longer append any files - I get the
2013 Sep 05
3
5.10 regression (from 5.01) MENU INCLUDE broken.
On 09/05/2013 01:55 AM, Gene Cumm wrote:
> On Wed, Sep 4, 2013 at 2:34 PM, Piotr Karbowski
> <piotr.karbowski at gmail.com> wrote:
>
>> With syslinux (extlinux) it will jump to last INCLUDE'ed menu always, with
>> 5.01 it will display list of elements, then allow me to choose which one I
>> want to enter.
>>
>> Even if the include part contain a
2020 Feb 05
3
[Release-testers] [10.0.0 Release] Release Candidate 1 is here
Hello,
When running test-release.sh using GCC 5.4.0 we encountered this error :
/home/anil/llvm1000_rc1_binary_upload/rc1/llvm-project/clang-tools-extra/clangd/Hover.cpp:
In function ‘llvm::StringLiteral
clang::clangd::{anonymous}::getNameForExpr(const clang::Expr*)’:
/home/anil/llvm1000_rc1_binary_upload/rc1/llvm-project/clang-tools-extra/clangd/Hover.cpp:450:10:
error: could not convert
2006 Mar 23
2
Global append and Label append
Hi,
Question number 3 :)
I'd like to do something like this:
display text.msg
append text kssendmac ksdevice=eth1 ks=http://1.2.3.4/footprint/
default localboot
label localboot
localboot 0x80
label system?5
kernel vmlinuz
append initrd=initrd.img ip=1.2.3.5 netmask=255.255.255.192 gateway=1.2.3.1
label system6
kernel vmlinuz
append initrd=initrd.img ip=1.2.3.6
2013 Mar 15
1
order of APPEND and INITRD
Igor asked about APPEND:
> In other words: Can I break up a long line into multiple lines
> in 5.01 or 5.10pre now or is that still not supported?
I also wonder: can one control whether the INITRD parameter gets
prepended or appended? Right now it seems to be placed after APPEND
parameters, but might be more useful if it came first.
The Debian/Ubuntu installers will copy parameters
2013 Feb 12
2
suggestions for global APPEND consistency
Hello Syslinux Team,
I have some suggestions / requests regarding global APPEND commands.
These would make the behavior more consistent and more useful for
practical cases.
1_ Add some functionality equivalent to "APPEND -" to the command
prompt.
2_ Activate the functionality of ONERROR from [vesa]menu.c32 too.
Currently, ONERROR only works from the command prompt.
3_ Add a new
2018 Oct 18
0
[Bug 13660] New: State clearly in manpage that --append-verify is an edge-case
https://bugzilla.samba.org/show_bug.cgi?id=13660
Bug ID: 13660
Summary: State clearly in manpage that --append-verify is an
edge-case
Product: rsync
Version: 3.1.3
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee:
2016 Dec 05
2
COPY vs APPEND for imapsieve?
The examples on the imapsieve documentation page use COPY but not APPEND
to watch messages coming into a folder. Are there not circumstances that
a client would APPEND a message to a folder instead of COPY? Is APPEND
only used by most clients for adding a sent message to the sent folder?
I'm not familiar enough with IMAP clients to know if by leaving off
APPEND I am safe or I am at risk
2015 Jun 23
2
[PATCH] lib: Add optional 'append' parameter to copy-(device|file)-to-file APIs.
This allows you to append one file to another:
copy-file-to-file /input.txt /output.txt append:true
will append the contents of /input.txt to /output.txt.
---
daemon/copy.c | 38 +++++++++++++++++++++++++++++++-------
generator/actions.ml | 29 +++++++++++++++++++++--------
2 files changed, 52 insertions(+), 15 deletions(-)
diff --git a/daemon/copy.c b/daemon/copy.c
index
2008 Jul 16
2
Three questions/feature requests
I have three questions. If these are not currently possible, consider
it a feature request:
1. Is it possible to create label aliases, such that one label will
simply use the configuration of another, without having to completely
copy the configuration. It would also be great if these aliases could
cross INCLUDE boundaries, such that a label can call a label defined in
an included file.