similar to: Where is the location of the log file generated by .c files

Displaying 20 results from an estimated 50000 matches similar to: "Where is the location of the log file generated by .c files"

2008 Nov 04
2
where is tools\xcutils\xc_save used?
I want to add some parameters when vm is migrated. As I can see , vmm will use xc_domain_save(tools\libxc\Xc_domain_save.c) function ,and the main function of xc_save.c is responsible for inputting parameters. so I just want to know which function will use this executable file. Thanks Min Li School of Computer Science and Technology Cluster and Grid Computing Lab Services Computing Technology
2005 Sep 19
0
xend.log LOOP_SET_FD: Device or resource busy
[2005-09-19 16:40:21 xend] ERROR (process:37) [block-file] ioctl: LOOP_SET_FD: Device or resource busy [2005-09-19 16:40:21 xend] ERROR (process:37) [block-file] ioctl: LOOP_SET_FD: Device or resource busy [2005-09-19 16:40:21 xend] ERROR (process:37) [block-file] ioctl: LOOP_SET_FD: Device or resource busy [2005-09-19 16:40:21 xend] ERROR (process:37) [block-file] ioctl: LOOP_SET_FD: Device
2012 Nov 21
0
how to change checkpoint interval
Hi guys, In my research, I want to change checkpoint interval during remus running. I think that the checkpoint_settimer function (declared in libcheckpoint.c) can do that I need. But I would like to call a checkpoint_settimer in xc_domain_save.c. Then I created a checkpoint_settimer*2* into xc_domain_save.c and this doesn''t work coz probably the timer_settime function there. Then I
2008 Sep 28
2
is_mapped() in xc_domain_save()
Hi all, I think I have a pretty good grasp on domain save/migration code in xc_domain_save() in Xen 3.2.x, except for the what the is_mapped() macro is doing in following: /* Hypercall interfaces operate in PFNs for HVM guests * and MFNs for PV guests */ if ( hvm ) pfn_type[batch] = n; else pfn_type[batch] = pfn_to_mfn(n); if ( !is_mapped(pfn_type[batch]) ) { /* ** not currently
2006 Oct 25
2
Re: [Xen-staging] [xen-unstable] [XEND] Open xend-debug.log in append mode.
Missed this in the [patch] state. If we are gonna do this can we get a timestamp on every open? or every message? -JX On Oct 25, 2006, at 5:30 AM, Xen staging patchbot-unstable wrote: > # HG changeset patch > # User kfraser@localhost.localdomain > # Date 1161768423 -3600 > # Node ID 0c7923eb6b9846c92f1c15486e06ee9745bcf676 > # Parent 410df40afc014555ce7bfcad2852de9e6d0425f0
2006 Jan 12
0
xend.log
Hi all, I''ve been looking though my xend.log and have noticed a reoccuring error: [2006-01-12 09:45:36 xend] DEBUG (XendDomainInfo:634) Closing console, domain 2 [2006-01-12 09:45:36 xend] INFO (XendRoot:112) EVENT> xend.domain.exit [''ipcop'', ''2'', ''crash''] [2006-01-12 09:45:36 xend] INFO (XendRoot:112) EVENT>
2012 Sep 22
1
file location
I wonder if anyone knows what creates /var/run/xend/xen-api.sock and whole directory /var/run/xend. I am running arch linux so I need to patch xen-4.2 to use /run/daemons> _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
2010 May 22
0
xend.log when pygrub failed to boot
I have uploaded xend.log http://pastebin.com/XyQkEits and daemon.log http://pastebin.com/m0fpnzyR I was creating a DomU which had failed to boot via pygrub. It seems problem lies in Debian itself /var/run/xend/boot/ does not exist on the target system. Here is a snapshot http://farm5.static.flickr.com/4006/4626021351_d1a6f9c014_b.jpg Following was the error Traceback (most recent call last):
2013 Sep 24
0
Bug#710650: Bug#718767: transition: ocaml 4.00.1
Le 24/09/2013 19:00, Thomas Goirand a ?crit : > Please don't think this way. > > I work daily on 79 packages to maintain OpenStack in Debian: > > http://qa.debian.org/developer.php?login=openstack-devel at lists.alioth.debian.org If you go that way, I could say that you're blocking my work on 214 packages in Debian:
2008 Feb 27
0
PATCH: Make QEMU send logs to stderr
The QEMU code in Xen has a custom patch which stops QEMU sending its log messages to stderr as vanilla QEMU would. Instead it dup()s FD 2 on to /var/log/xen/qemu-dm-{DOMID}.log This is fine in principle, but it assumes that XenD is the only thing that will ever want to run qemu-dm. With the use of Xenner, qemu-dm processes may be run by the ''xenner'' program directly. Xenner in
2013 Jun 19
2
Problem: xend.log says "VM restarting too fast. Refusing to restart to avoid loops"
Hi all, one of my servers crashed last sunday just right after a startup and I need to understand what was going on. I am running Windows 2008 R2 Standard Edition on Oracle VM 3.1 - Xen 4.1.2-OVM On sunday a scheduled task shutted down cleanly the vm. the shutdown started at Sun Jun 16 10:00:33 and it ended at 2013-06-16 10:00:46.938. xend.log says: [2013-06-16 10:00:45 7228] INFO
2011 Feb 04
0
Xen Log Timestamp resolution
Hello, I want to increase the time resolution of the logfile (/var/log/xen/xend.log). Its current resolution is in seconds. I would like milliseconds or microseconds. I believe the logging is done through python, but I cannot find where to change it. The log file currently displays [YYYY-MM-DD HH:MM:SS xend PID]. I would like something more like [YYYY-MM-DD HH:MM:SS.mmmmmm xend PID] where m
2006 Nov 13
1
Cannot log in via ssh in the VM
Hello, I Created a VM, on Xen. Attached: - the config file of the VM : xmprova8 - the video output while creting the VM: output_epaer_hebe8 - the xend config.sxp file:xend config modificato - note, the system takes a lot of time while starting MTA. but the machine at the end is working. The bad point is that i can''t log in from ssh, just the console. And of course is not possible to
2007 Apr 11
1
heads-up: PV and HVM save routines in libxc have merged
...into a single xc_domain_save() function. I''ve tried to DTRT with the IA64 version. Cheers, Tim. -- Tim Deegan <Tim.Deegan@xensource.com>, XenSource UK Limited Registered office c/o EC2Y 5EB, UK; company number 05334508 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2008 May 19
1
error while static linking of libxenctrl and libxenguest
Hello, When statically linking the following program: #include <stdio.h> #include <xenctrl.h> #include <xenguest.h> int main(void) { printf("%p\n", xc_domain_resume); printf("%p\n", xc_domain_save); return 0; } gcc -static test.c -o test -lxenguest -lxenctrl -lpthread -lz we get
2005 Dec 26
1
[PATCH] symmetricalization of system info command xm info, top, dmesg and log
These xm info, top, dmesg and log requre no parameter. But log''s error message differs from other 3 command''s error messages, when parameter is given. # xm log 1 Error: ''xm log'' requires 0 argument. log Print the xend log Other 3 commands ignore parameter. I think it might be better symmetricalize. Signed-off-by: Yoshinori
2009 Nov 13
2
xend:default won''t start due to /usr/bin/kstat not locating autosplit.ix
Short:     Which package do I need to install to get "auto/I18N/Langinfo/autosplit.ix"? Long: The problem I have was discussed almost a year ago (see this thread), but the resolution was not complete... I''m using Mark Johnson''s slim.py script (package list below), against repo=http://pkg.opensolaris.org/dev, followed by `pkg install xvm-gui` and `svcadm enable
2006 Oct 24
2
xm create -c vm01.cfg, Error: (22, 'Invalid argument')
# xm create -c vm01.cfg Error: Cannot open config file "vm01.cfg" www:/var/log/xen# xm create -c /etc/xen/auto/vm01.cfg Using config file "/etc/xen/auto/vm01.cfg". Error: (22, 'Invalid argument') # xm log [2006-10-24 16:16:30 xend.util.security 29229] INFO (__init__:1072) Resource label file not found. [2006-10-24 16:16:30 xend.util.security 29229] INFO
2010 May 11
1
xml files in xend database corrupted and xend failed to start solved now but read to diagnose
Hi, I am posting this message because past 36 hours have been nightmare for me. I finally have solved the problem I by temporarily moving put the xml files from /var/lib/xend directories reboot then xend started. And DomU''s were failing to start the above xml files I kept back and got all DomU''s back. I am very very surprised.I do not have any logical answer to this some one
2011 Dec 14
18
[PATCH 0 of 3] Support for VM generation ID save/restore and migrate
This patch series adds support for preservation of the VM generation ID buffer address in xenstore across save/restore and migrate, and also code to increment the value in all cases except for migration. The first patch modifies creation of the hvmloader key in xenstore and adds creation of a new read/write hvmloader/generation-id-addr key. The second patch changes hvmloader to use the new key (as