Displaying 20 results from an estimated 9295 matches for "append".
2005 Mar 14
1
Fwd: [Cooker] Re: Configure Xen in Mandrake 10.2 cooker
...> > VFS: Unable to mount root FS via NFS, trying floppy
> > VFS: Insert root floppy and press enter.
> >
> > After [enter] (I don''t have any root floppy) I get:
> >
> > VFS: Cannot open root device "hde1" or unknown-block(2,0)
> > Please append a correct "root=" boot option
> > Kernel panic - not syncing: VFS: Unable to mount root fs on
> > unknown-block(2,0)
>
> Sounds to me like the kernel is not detecting your hard drive device at
> boot time. I''m moderately surprised it''s not detecting...
2006 Jan 03
0
Isolinux.cfg issues on certain BIOSes
...ish?). If anybody would like to check my config file for
obvious errors, or has experienced this it would be greatly
appreciated..
Kind Regards
Daniel Rose
default 1
display bootmnu.txt
prompt 1
F1 mainhelp.txt
F2 bootmnu.txt
F3 hdtest.txt
F7 FAQ.txt
label linresc
kernel linresc/rescue.lnx
append initrd=/isolinux/linresc/initrd.gz root=/dev/ram0
label A:
localboot 0x00
label a:
localboot 0x00
label o
localboot -1
label 0
localboot 0x80
label 1
kernel winpe.bin
label 2
kernel memdisk
append initrd=dosde.imz
label 4
kernel memdisk
append initrd=dosde2.imz
label 3
kernel /i386/linux/...
2008 Jul 28
2
Help with a loop
...s1
ts3<-ts1
ts4<-ts1
ts5<-ts1
ts6<-ts1
ts7<-ts1
ts8<-ts1
ts9<-ts1
ts10<-ts1
ts11<-ts1
ts12<-ts1
ts13<-ts1
ts14<-ts1
for (m in 1:2){
while(i+dt[m]<tmax[m])
{
ts1<-append(ts,i+dt[1])
i<-i+dt[1]
ifelse(dtmin<=(tmax[1]-i), dt[1]<-round(runif(1,dtmin,(tmax[1]-i))),
dt[1]<-(tmax[1]-i))
ts2<-append(ts,i+dt[2])
i<-i+dt[2]
ifelse(dtmin<=(tmax[2]-i), dt[2]<-round(runif(1,dtmin,(tmax[2]-i))),
dt[2]<-(tmax[2]-i))...
2006 Jun 19
2
Isolinux CD to Hard drive
...ord in Syslinux.cfg" message. All the other items worked. Here is my menu in syslinux.cfg :
---------------------------
default 1
display bootmsg.txt
prompt 1
label 0
localboot 0x80
label a
localboot 0x00
label q
localboot -1
label 1
kernel netboot.img
label 2
kernel memdisk
append initrd=msnet.img
label 3
kernel memdisk
append initrd=pm.img
label 4
kernel memdisk
append initrd=sm.img
label 5
kernel memdisk
append initrd=ghost.img
label 6
kernel nt.img
label 7
kernel w2.img
label 8
kernel memdisk
append initrd=password.img
label 9
k...
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
*...
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
AssignedT...
2005 Nov 03
2
simple menu limitations
...nu 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 (works on 200MB ram)
KERNEL 1/STARTROM.0
APPEND keepxe
LABEL imgctr
MENU LABEL Image Center (experimental)
KERNEL memdisk
APPEND keeppxe initrd=fimages/pqimgctr.vfd
LABEL localboot
MENU LABEL Localboot
MENU DEFAULT
LOCALBOOT 0
LABEL...
2006 Jul 13
1
writeForeignSAS and potential extensions
...ot;)
+ names(x) <- varnames
+ x
+}
+
+make.SAS.formats <- function(varnames){
+ x <- sub("^([0-9])", "_\\1", varnames)
+ x <- gsub("[^a-zA-Z0-9_]", "_", x)
+ x <- sub("([0-9])$", "\\1f", x) # can't end in digit so append 'f'
+ x <- abbreviate(x, minlength = 8)
+
+ if(any(nchar(x) > 8) || any(duplicated(x)))
+ stop("Cannot uniquely abbreviate format names to conform to ",
+ " eight-character limit and not ending in a digit")
+ names(x) <- varnames
+ x
+}
+
+wri...
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[. = '''']
# /files/etc/sysconfig/iptables/table/append[8] = (none)
# augtool> set /files/etc/sysconfig/ipta...
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 warning
"attempt to set 'append' ignored". The exact sam...
2013 Sep 05
3
5.10 regression (from 5.01) MENU INCLUDE broken.
...tle 0 #ffffffff #00000000
menu color tabmsg 0 #ffffffff #00000000
menu color unsel 0 #ffffffff #00000000
menu color hotsel 0 #ff000000 #ffffffff
menu color hotkey 7 #ffffffff #ff000000
label live
menu default
menu label US - Try BackBox without installing
kernel /backbox-2.05-32bit/vmlinuz
append initrd=/backbox-2.05-32bit/initrd.gz file=/cdrom/preseed/backbox.seed boot=casper live-media-path=/backbox-2.05-32bit quiet splash vga=791 --
label live-de
menu label DE - BackBox ohne Installation ausprobieren
kernel /backbox-2.05-32bit/vmlinuz
append initrd=/backbox-2.05-32bit/initrd.gz fil...
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 netm...
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 us...
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 pro...
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: wayned at samba.org
Reporte...
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...
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...
2008 Jul 16
2
Three questions/feature requests
...ely
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.
2. Is there a way, outside of the menu system, that all available
labels could be listed for a user?
3. Is it possible to nest APPENDs such that many common labels could
have a template APPEND, and then add custom appends for each label. It
would be especially cool if these could be nested on multiple levels,
such that a label append could be appended to a sub-group append, which
could be appended to a global append, etc. A...