search for: ls0

Displaying 9 results from an estimated 9 matches for "ls0".

Did you mean: ls
2015 Nov 18
1
Re: [virt-tools-list] Paths with whitespace in guestfish
...at include whitespace? I've > tried just about everything I can think of: > > ><fs> ls /Users/Owner/My\ Documents > ls should have 1 parameter(s) > type 'help ls' for help on ls > ><fs> ls "/Users/Owner/My Documents" > libguestfs: error: ls0: opendir: /Users/Owner/My Documents: No such > file or directory This syntax (single or double quoting) is the correct one and works fine for me: ><fs> ls "/Program Files/Windows NT/Accessories" mswrd6.wpc mswrd8.wpc wordpad.exe write.wpc I'm guessing it may be a case s...
2012 Jun 08
2
Xen 4.0.x 3,000 second time skew problem
...skew the time by 3000 seconds. It is always 3000 seconds and it always affects all guests. Depending on the kernels in the guests they will say: tp0 kernel: [9339489.266542] Clocksource tsc unstable (delta = -2999660317697 ns) or perhaps the kernel doesn''t notice but ntpd does: ls0 ntpd[15009]: time reset -2999.683517 s the point is it does affect all guests. Back in February 2011 there was a thread started by Olivier Hanesse which appears to be exactly the same issue: http://old-list-archives.xen.org/archives/html/xen-users/2011-02/msg00609.html Like Olivier, one of...
2019 Nov 06
2
Alias analysis only throwing mayAlias for something that seems should be identifiable as mustAlias
I have a global 2-D array ARRAY[N][M] and I am accessing it inside the for loop like this: for (i...) for (j ...) ARRAY[i][j] ... So nothing really weird is happening. If I look at the generated IR, it is also fairly straight forward. @ARRAY0 = dso_local global [32 x [32 x i32]] zeroinitializer, section ".slow_mem", align 32, !dbg !84 ... %45 = getelementptr inbounds [32 x [32 x
2012 Dec 13
0
ANNOUNCE: libguestfs 1.20 - tools for accessing and modifying virtual machine disk images
...-volumes list-ldm-partitions ldmtool-create-all ldmtool-diskgroup-disks ldmtool-diskgroup-name ldmtool-diskgroup-volumes ldmtool-remove-all ldmtool-scan ldmtool-scan-devices ldmtool-volume-hint ldmtool-volume-partitions ldmtool-volume-type ls0 max-disks mke2fs (Wanlong Gao) mklost-and-found mkswap [added label and uuid optional arguments] mktemp (Wanlong Gao) nr-devices parse-environment parse-environment-list rm-f rsync rsync-in rsync-out set-cachedir set-libvirt-supp...
2017 Feb 21
1
[PATCH] generator: Put all the daemon procedure numbers (proc_nr)
This is a follow-up to the other generator changes in: https://www.redhat.com/archives/libguestfs/2017-February/msg00217.html Rich.
2017 Apr 21
0
[PATCH 1/2] generator: Simplify the handling of string parameters.
...]; optional = Some "rsync"; test_excuse = "tests are in tests/rsync"; shortdesc = "synchronize filesystem with host or remote filesystem"; @@ -7853,7 +7853,7 @@ command (see L<guestfish(1)/glob>), for example: { defaults with name = "ls0"; added = (1, 19, 32); - style = RErr, [Pathname "dir"; FileOut "filenames"], []; + style = RErr, [String (Pathname, "dir"); String (FileOut, "filenames")], []; shortdesc = "get list of files in a directory"; longdesc = "\...
2017 Apr 21
4
[PATCH 0/2] generator: Simplify the handling of string parameters.
Very large but mechanical change to the generator. Rich.
2015 May 26
6
[PATCH 0/6] Update the way that API versions are generated for the man page.
The existing mechanism was clunky, slow and used ~ 10 MB of local disk. Rich.
2017 Feb 18
8
[PATCH 0/6] generator: Split up generator/actions.ml
Split up the huge generator/actions.ml into several smaller files. Rich.