search for: debuglog

Displaying 20 results from an estimated 123 matches for "debuglog".

Did you mean: debugloc
2007 Apr 06
5
Getting a dynamically generated elements dimensions
....bigBox { height: 100px; width: 200px; } </style> <script> var content = ''<span class="bigbox">hello world</span>''; $(''debug'').update(content); var dim = $(''debug'').getDimensions(); $(''debugLog'').update(''height: '' + dim.height + '' width: '' + dim.width); </script> </head> <body> <span id="debugLog"></span> <span id="debug"></span> ==== end snippet ==== The results returned are consi...
2023 Mar 14
1
Changes in qcow2 not reflecting/visible
...the qcow2 I'm not able to see the modifications I have made to the qcow2 during initial mounting. May I know why. 1. Enable debugging, run the commands again, and capture the complete output. Do not edit the output. export LIBGUESTFS_DEBUG=1 export LIBGUESTFS_TRACE=1 I have attached the debuglog.txt Please let me know if you need more information... Awaiting for a response. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libguestfs/attachments/20230314/af13b889/attachment-0001.htm> -------------- next part -------...
2003 Jan 05
0
warn:dosfs:DOSFS_FindUnixName () can't open dir: Cannot allocate memory
...bug report. Any help will be greatly appreciated. Cheers, Kassandra __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -------------- next part -------------- A non-text attachment was scrubbed... Name: debuglog.bz2 Type: application/x-bzip2 Size: 13085 bytes Desc: debuglog.bz2 Url : http://www.winehq.org/pipermail/wine-users/attachments/20030105/404f63bf/debuglog.bin
2015 Jan 24
2
[LLVMdev] "Expected to drop a reference" assertion thrown
Hello, A few days ago I upgraded to the LLVM/clang ToT (on Jan 19th or so) and I just encountered this assertion. “Expected to drop a reference” which is defined in llvm/lib/IR/Metadata.cpp line 136. I create DebugLoc objects using DebugLog:get(unsigned line, unsigned Col, MDNode *Scope, MDNode *InlinedAt=nullptr) The DebugLoc objects are wrapped in one of my classes and when instances get destructed the assertion is thrown. Would anyone have an idea what I’m doing wrong that causes this? Best, Christian Schafmeister Professor Che...
2017 May 01
2
Re: Libvirtd freezes
On 04/30/2017 07:12 PM, Stefano Ricci wrote: > > The version used for backtrace is 3.2.0, now I have also tried the > current downloaded with git but the problem is always present. > This is the current version log file, set as shown on the DebugLogs page: > > https://drive.google.com/open?id=0By9lwQyveHENdEt4aEtZcUV3ZEU Couple of my findings: 2017-04-30 16:19:34.894+0000: 870: debug : virDriverLoadModuleFile:49 : Load module file '/usr/lib/libvirt/storage-backend/libvirt_storage_backend_rbd.so' 2017-04-30 16:19:35.324+0000: 8...
2019 Jun 05
3
Re: blockcommit of domain not successfull
...shed. Didn't you HA > solution restart it? No. As said the VM didn't crash. It kept running. > At any rate it would be really beneficial if you could collect debug > logs for libvirtd which also contain the monitor interactions with qemu: > > https://wiki.libvirt.org/page/DebugLogs > > The qemu assertion failure above should ideally be reported to qemu, but > if you are able to reproduce the problem with libvirtd debug logs > enabled I can extract more useful info from there which the qemu project > would ask you anyways. I can't reproduce it. It seems t...
2018 Mar 19
2
MIR YAML deserialisation failure
Hello, I am trying to isolate an assertion failure in if-converter (on PPC) and I generated a textual debuglog with: ``` LLVM_ARGS=-print-before-all -print-module-scope -filter-print-funcs=japi1__require_7687 ``` and after splicing out the the MIR before the if-converter pass I would like to run `llc -march=ppc64le -run-pass=if-converter input.mir` so that I can start minimising the MIR. This steps fails...
2017 Apr 29
2
Re: Libvirtd freezes
...x86_64 but >> it takes ages to init. In the debug logs you might see the actual >> command line that libvirt tries to execute. You can try running it by >> hand and see if it takes about the same time. If so, then it's a qemu bug. >> >> http://wiki.libvirt.org/page/DebugLogs >> >> Michal > > The line that comes from the libvirt log is as follows: > LC_ALL=C PATH=/bin:/usr/bin:/sbin:/usr/sbin HOME=/ USER=root > /usr/bin/qemu-system-x86_64 -S -no-user-config -nodefaults -nographic > -M none -qmp unix:/var/lib/libvirt/qemu/capabilities.monitor...
2020 Mar 20
2
systemuser login
...conf.ext. > > > > andreas at dualbit.de:{CRAM-MD5}334bb91aad4fb976870535bbbd9f07db512fce13bc8f7b58f9dedca404a421aa:5006:5006::/var/spool/mail/andreas::userdb_mail=mbo > > x:/var/mail/andreas:INBOX=/var/mail/%u > > > > Use /var/mail/%n instead of %u. I then get in debuglog 2020-03-20 15:44:43 auth: Debug: passwd-file(andreas at dualbit.de,::1,<pYBcU0qhqIMAAAAAAAAAAAAAAAAAAAAB>): lookup: user=andreas at dualbit.de file=/et c/dovecot/users 2020-03-20 15:44:43 auth: Debug: client passdb out: OK 1 user=andreas at dualbit.de 2020-03-20 15:44:43 auth: Debug:...
2019 Jun 05
1
Re: blockcommit of domain not successfull
...y they do get very large if there's some monitoring > gathering stats through libvirt, but it's okay to nuke them prior > to attempting the block commit, or daily or so. > > Please do contact me if you gather anything interresting. Hi, i followed https://wiki.libvirt.org/page/DebugLogs. Where do i have to set LIBVIRT_LOG_OUTPUTS="1:file:/tmp/libvirt_client.log" ? Also in /etc/libvirt/libvirtd.conf ? Bernd Helmholtz Zentrum Muenchen Deutsches Forschungszentrum fuer Gesundheit und Umwelt (GmbH) Ingolstaedter Landstr. 1 85764 Neuherberg www.helmholtz-muenchen.de Stell...
2019 Jun 11
2
Re: blockcommit of domain not successfull
...interresting. I hope you manage to reproduce it then. > >> >> > At any rate it would be really beneficial if you could collect debug >> > logs for libvirtd which also contain the monitor interactions with qemu: >> > >> > https://wiki.libvirt.org/page/DebugLogs >> > >> > The qemu assertion failure above should ideally be reported to qemu, but >> > if you are able to reproduce the problem with libvirtd debug logs >> > enabled I can extract more useful info from there which the qemu project >> > would ask you a...
2017 May 03
2
Re: Libvirtd freezes
...;> On 04/30/2017 07:12 PM, Stefano Ricci wrote: >> >>> >>> The version used for backtrace is 3.2.0, now I have also tried the >>> current downloaded with git but the problem is always present. >>> This is the current version log file, set as shown on the DebugLogs page: >>> >>> https://drive.google.com/open?id=0By9lwQyveHENdEt4aEtZcUV3ZEU >> >> Couple of my findings: >> >> 2017-04-30 16:19:34.894+0000: 870: debug : virDriverLoadModuleFile:49 : Load module file '/usr/lib/libvirt/storage-backend/libvirt_storage_ba...
2003 Jun 12
1
E1, E100P
...as in the rest of europe, as far as I know .. for now all i'm trying to do is to get ISDN calls answered, and thrown directly into the asterisk demo, which works fine when contacted over SIP / H323. cheers Dave -------------- next part -------------- A non-text attachment was scrubbed... Name: debuglog.rtf Type: application/msword Size: 11745 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20030612/0bac5963/debuglog.wiz
2018 Jun 09
1
output debug information of LOGCALL_CTOR/LOGCALL_VOID/...
...th the current process-id. > Also, I notice -DXAPIAN_REALLY_NO_DEBUG_LOG is added in xapian-core-1.4.5/Makefile, so I deleted this options, but I can not compile successfully then. That symbol is to stop debug calls being available when compiling things that use Xapian. It's used in common/debuglog.h, which says: // In places where we include library code in non-library contexts, we can't // have debug logging enabled, as the support functions aren't visible which sounds like exactly what you've encountered. J -- James Aylett devfort.com — spacelog.org — tartarus.org/james/
2016 Aug 02
2
systemd restarts libvirt
Hi All, Can anyone please assist with this issue I am facing. There is continuous restart of libvirt, this causes virt-manager to disconnect. syslogs: systemd[1]: libvirt-bin.service: Start operation timed out. Terminating. systemd[1]: Failed to start Virtualization daemon. systemd[1]: libvirt-bin.service: Unit entered failed state. systemd[1]: libvirt-bin.service: Failed with result
2020 May 11
1
Re: blockcommit --pivot does not succeed in conjunction with qemu 5.0.0
...e -blockdev way to configure disks where a lot changed compared to previous versions but since those two versions both use blockdev it should work the same. It kind of looks as a problem in qemu but can't tell more without debug logs. Please follow the steps here https://wiki.libvirt.org/page/DebugLogs and reproduce the bug. I can then look at the log file and see whether I see some anomalies.
2013 Jun 18
2
Re: libvirt hang on domain attemp to create domain
...nocancel > > 1 0x00007ffff649e5ca virNetClientIOEventLoop > > This is just probably a client waiting for the corresponding libvirtd to > provide a reply message. Are you able to get libvirtd debug logs so we > can see what's going on? > > http://wiki.libvirt.org/page/DebugLogs > > BTW, what's the libvirt version you are running? > > Michal > > > 2 0x00007ffff649ed96 virNetClientSendInternal > > 3 0x00007ffff64a0443 virNetClientSendWithReply > > 4 0x00007ffff64a0daa virNetClientProgramCall > > 5 0x00007ffff6478566 cal...
2015 Jul 20
2
[Dovecot Antispam] Can't seem to load plugin
On 2015-07-20 08:20, Christian Kivalo wrote: >> >> That seems to be about all I get though. Still nothing to indicate >> errors, and >> nothing to indicate that anything is being done when I move messages >> into >> spam. I suppose that probably means I've configured the folder paths >> incorrectly. I'll have to keep beating my head against it
2020 Mar 30
2
Ovs error when starting vm: ovs-vsctl: 'del-port' command requires at least 1 arguments
Hi, my system got updated to libvirt 6.0.0 (from 5.6.0) this morning, and now I'm having problems starting VMs that make use of openvswitch portgroups. When I start a VM, I get this error message on virsh: > virsh # start testvm > error: Failed to start domain testvm > error: An error occurred, but the cause is unknown The system log contains: > Mar 30 09:45:39 tplinux
2019 May 30
2
Using qemu active blockcommit results in 'Permission denied' error
Hello all, I tried following this guide: https://wiki.libvirt.org/page/Live-disk-backup-with-active-blockcommit Unfortunately when I try to do the final virsh blockcommit step I always get the following error: error: internal error: unable to execute QEMU command 'block-commit': Could not reopen file: Permission denied I checked directory und image file permissions, app-armor profiles