search for: journal_close

Displaying 4 results from an estimated 4 matches for "journal_close".

2014 Jun 14
3
Script to read systemd journal of a guest to find its IP address
...tput flag = 0 for i in output: if i['attrname']=="MESSAGE" and i['attrval'].startswith("bound"): print i['attrval'].split()[2] flag = 1 break if flag == 1: break # Close the journal handle g.journal_close () # Unmount all the file system(s) g.umount_all () g.sync () sys.exit(0) ------------------------------------------------------------------- -- /kashyap
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.
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.