Displaying 3 results from an estimated 3 matches for "ca48".
Did you mean:
c48
2013 Oct 05
1
make a file from four individual files. but keys can be missing among files.
...header=T) # load file
# apply function
out <- function(g)
# write to file
write.table( out, "myfile.txt", sep="\t", quote=F, row.names=F, col.names=T)
colnames(out)[1] = "ca02"
colnames(out)[2] = "ca24"
colnames(out)[3] = "ca48"
colnames(out)[4] = "ca812"
})
})
The code has no errors, but the file doesn't write to my working directory.
I don't think this path is the problem either.
I've seen the do.call function, thinking this may be the way to go.
Also, if I'd like to add a third col...
2013 Apr 10
1
virt-install on powerpc64 issues
...l failed, in the
example it is "fc18guest5" (5 at the end). "virsh -c qemu:///system list"
prints an empty list with no domains.
Thanks!
/usr/local/bin/qemu-system-ppc64 -name fc18guest5 -S -M pseries -enable-kvm
-m 1024 -smp 1,sockets=1,cores=1,threads=1 -uuid
71f8b17f-ca48-80fe-db58-4d933c66fe2d -no-user-config -nodefaults -chardev
socket,id=charmonitor,path=/home/aik/.config/libvirt/qemu/lib/fc18guest5.monitor,server,nowait
-mon chardev=charmonitor,id=monitor,mode=control -rtc base=utc -no-reboot
-no-shutdown -device pci-ohci,id=usb,bus=pci,addr=0x1.0x2 -device...
2013 Apr 11
0
reboot command lost?
...omains, try adding
> '--all' as a parameter.
>
>
>
> > Thanks!
> >
> >
> >
> >
> > /usr/local/bin/qemu-system-ppc64 -name fc18guest5 -S -M pseries
> > -enable-kvm -m 1024 -smp 1,sockets=1,cores=1,threads=1 -uuid
> > 71f8b17f-ca48-80fe-db58-4d933c66fe2d -no-user-config -nodefaults
> > -chardev
> > socket,id=charmonitor,path=/home/aik/.config/libvirt/qemu/lib/fc18guest5.monitor,server,nowait
> > -mon chardev=charmonitor,id=monitor,mode=control -rtc base=utc
> > -no-reboot -no-shutdown -device pci-ohci,...