Displaying 5 results from an estimated 5 matches for "simple0".
Did you mean:
simple
2012 Jul 19
2
[PATCH] pygrub: add syslog support to pygrub
...name__ == "__main__":
+ init_log()
sel = None
-
+
def usage():
print >> sys.stderr, "Usage: %s [-q|--quiet] [-i|--interactive] [-n|--not-really] [--output=] [--kernel=] [--ramdisk=] [--args=] [--entry=] [--output-directory=] [--output-format=sxp|simple|simple0] <image>" %(sys.argv[0],)
@@ -732,9 +744,9 @@ if __name__ == "__main__":
try:
opts, args = getopt.gnu_getopt(sys.argv[1:], ''qinh::'',
- ["quiet", "interactive", "not-really", &quo...
2012 Oct 19
3
[PATCH] pygrub: Add option to list grub entries
...,7 +712,7 @@ if __name__ == "__main__":
sel = None
def usage():
- print >> sys.stderr, "Usage: %s [-q|--quiet] [-i|--interactive] [-n|--not-really] [--output=] [--kernel=] [--ramdisk=] [--args=] [--entry=] [--output-directory=] [--output-format=sxp|simple|simple0] <image>" %(sys.argv[0],)
+ print >> sys.stderr, "Usage: %s [-q|--quiet] [-i|--interactive] [-l|--list-entries] [-n|--not-really] [--output=] [--kernel=] [--ramdisk=] [--args=] [--entry=] [--output-directory=] [--output-format=sxp|simple|simple0] <image>" %(s...
2012 May 18
0
4. Re: domU backup strategy (Simon Hobson)
...d line for the pygrub will look
like:
>
> usr/bin/pygrub --kernel=/var/run/libxl/boot_kernel.KyI4aX
> --ramdisk=/var/run/libxl/boot_ramdisk.th_SXc
> --args=root=UUID=15c4dce6-e5fe-493f-b738-32b8e7ef829e ro console=hvc0
> quiet --output=/var/run/libxl/bl.nVj8nF/fifo --output-format=simple0
> --output-directory=/var/run/libxl/ /var/xen/vs92.img
>
> But that is completely wrong from the pygrub side! It bail out with:
>
> Traceback (most recent call last):
> File "/usr/bin/pygrub", line 783, in <module>
> data = fs.open_file(chosencfg[&quo...
2013 Oct 08
10
xl console regression on xen-unstable
I''m unable to start xl console on latest xen-unstable (build with commit
8e0da8c07f4f80e14314977a11f738bd74a5b62b).
> xl -vvv console sid
> xenconsole: Could not read tty from store: No such file or directory
I also tried "xl create -c", and it shows console from pygrub but when
the "xl create" reaches the end I got the same error:
> xenconsole: Could not
2010 Aug 12
0
[PATCH, v2]: xl: Implement per-API-call garbage-collection lifetime
...t(args, nr++, libxl_sprintf(gc, "--args=%s", info->u.pv.cmdline));
- flexarray_set(args, nr++, libxl_sprintf(ctx, "--output=%s", fifo));
+ flexarray_set(args, nr++, libxl_sprintf(gc, "--output=%s", fifo));
flexarray_set(args, nr++, "--output-format=simple0");
- flexarray_set(args, nr++, libxl_sprintf(ctx, "--output-directory=%s", "/var/run/libxl/"));
+ flexarray_set(args, nr++, libxl_sprintf(gc, "--output-directory=%s", "/var/run/libxl/"));
if (info->u.pv.bootloader_args) {
char *s...