Displaying 13 results from an estimated 13 matches for "25373".
Did you mean:
2373
2015 Apr 21
2
Re: QemuDomainObjEndJob called when libvirtd is started and libvirt insists qemu is using the wrong disk source.
...inding that to be true.
> If not, then something is wrong.
>
Here are the logs from the vm:
2015-04-20 23:50:20.387+0000: shutting down
qemu: terminating on signal 15 from pid 25298
And part of the logs from libvirt when I started it. Does this help at all?
2015-04-20 23:50:20.387+0000: 25373: error :
virStorageFileBackendFileReadHeader:1443 : Failed to open file
'/dev/sr0': No medium found
2015-04-20 23:50:20.387+0000: 25373: debug :
virStorageFileReadHeader:2714 : read of storage header 0x7fb8cc0d75f0:
ret=-1
2015-04-20 23:50:20.387+0000: 25373: debug :
virStorageF...
2015 Apr 21
0
Re: QemuDomainObjEndJob called when libvirtd is started and libvirt insists qemu is using the wrong disk source.
...en something is wrong.
>>
> Here are the logs from the vm:
>
> 2015-04-20 23:50:20.387+0000: shutting down
> qemu: terminating on signal 15 from pid 25298
>
> And part of the logs from libvirt when I started it. Does this help at all?
>
> 2015-04-20 23:50:20.387+0000: 25373: error :
> virStorageFileBackendFileReadHeader:1443 : Failed to open file
> '/dev/sr0': No medium found
> 2015-04-20 23:50:20.387+0000: 25373: debug :
> virStorageFileReadHeader:2714 : read of storage header 0x7fb8cc0d75f0:
> ret=-1
> 2015-04-20 23:50:20.387+00...
2015 Apr 21
2
QemuDomainObjEndJob called when libvirtd is started and libvirt insists qemu is using the wrong disk source.
List,
I was under the impression that I could restart libvirtd without it
destroying my VMs, but am not finding that to be true. When I killall
libvirtd then my VM's keep running, but then when I start libvirtd it
calls qemuDomainObjEndJob:1542 : Stopping job: modify (async=none
vm=0x7fb8cc0d8510 name=test) and my domain gets whacked.
Any way to disable this behavior?
Also, while I'm
2016 Nov 10
0
tons of dovecot/config processes
...cot/config
dovenull 25364 0.0 0.0 20908 4080 ? S 09:41 0:00 dovecot/pop3-login [127.0.0.1]
dovecot 25365 0.0 0.0 100236 7776 ? S 09:41 0:00 dovecot/auth [0 wait, 0 passdb, 0 userdb]
root 25371 0.0 0.0 9612 2196 ? S 09:41 0:00 dovecot/log
root 25373 0.0 0.0 12496 3196 ? S 09:41 0:00 dovecot/config
root 25375 0.0 0.0 132168 856 pts/1 S+ 09:41 0:00 grep dovecot
now we have two dovecot/config processes. Second dovecot/config stays there
until client disconnects (what for?).
When clients disconnects we are back to...
2016 Sep 26
2
[RFC] Register Rematerialization (remat) Extension
...v's talk at the 2014 dev meeting). One basic thing we should get, for example, is:
q = ...;
r = ...;
for (...) {
// complicated stuff
foo(q, r, q - r); // should prefer to remat (q-r) here instead of spilling.
}
Also, this is all perhaps related to https://llvm.org/bugs/show_bug.cgi?id=25373#c9
Thanks again,
Hal
> Cheers,
> Q.
> > Do you have a patch for this? I can work on this to make it work
> > for
> > other architectures for which this will be beneficial.
>
> > Sincerely,
>
> > Vivek
>
> > > Cheers,
> >
>...
2016 Jan 15
0
Asterisk 11.21.0 Now Available
...on introduced by
5c713fdf18f causes erroneous duplicate RTCP messages; other
potential scheduling issues in chan_sip/chan_skinny (Reported by
Matt Jordan)
* ASTERISK-25537 - [patch] format-attribute module: RFC or
internal defaults? (Reported by Alexander Traud)
* ASTERISK-25373 - add documentation for CALLERID(pres) and also
the CONNECTEDLINE and REDIRECTING variants (Reported by Walter
Doekes)
* ASTERISK-25527 - Quirky xmldoc description wrapping (Reported by
Walter Doekes)
* ASTERISK-25434 - Compiler flags not reported in 'core show
settin...
2006 Jan 18
1
Problem with OCI in Apache
My Application runs fine when run on webrick, but throws up database
error when run from apache. this is the copy of the FULL TRACE i get
/usr/local/lib/ruby/site_ruby/1.8/oci8.rb:131:in `create''
/usr/local/lib/ruby/site_ruby/1.8/oci8.rb:131:in `initialize''
/usr/local/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/active_record/connection_adapters/oci_adapter.rb:515:in
2016 Jan 15
0
Asterisk 13.7.0 Now Available
...dle timeout
and activation (Reported by Joshua Colp)
* ASTERISK-25537 - [patch] format-attribute module: RFC or
internal defaults? (Reported by Alexander Traud)
* ASTERISK-25533 - [patch] buffer for ast_format_cap_get_names
only 64 bytes (Reported by Alexander Traud)
* ASTERISK-25373 - add documentation for CALLERID(pres) and also
the CONNECTEDLINE and REDIRECTING variants (Reported by Walter
Doekes)
* ASTERISK-25527 - Quirky xmldoc description wrapping (Reported by
Walter Doekes)
* ASTERISK-24779 - Passthrough OPUS codec not working with
chan_pjsip (...
2016 Sep 19
2
[RFC] Register Rematerialization (remat) Extension
On Mon, Sep 19, 2016 at 6:21 PM, James Molloy <james at jamesmolloy.co.uk>
wrote:
> Hi,
>
> I've been looking at this myself for ARM, and came up with a much simpler
> solution: lower immediate materializations to a post-RA pseudo and expand
> the chain of materialization instructions after register allocation /
> remat. Remat only sees one instruction with no
2016 Oct 18
2
A use of RDF to extend register Remat
Dear Community,
I would like to discuss few points to use RDF to extend register remat
scope. Mr. Krzysztof and I have started discussion this on private mail.
But I think now it would be better to include community.
Interested community member kindly previous discussion (at the end of mail)
before starting here.
After analyzing if RDF can be used for solving Remat, we think that problem
with
2016 Jul 13
0
Certified Asterisk 13.8-cert1 Now Available
...dle timeout
and activation (Reported by Joshua Colp)
* ASTERISK-25537 - [patch] format-attribute module: RFC or
internal defaults? (Reported by Alexander Traud)
* ASTERISK-25533 - [patch] buffer for ast_format_cap_get_names
only 64 bytes (Reported by Alexander Traud)
* ASTERISK-25373 - add documentation for CALLERID(pres) and also
the CONNECTEDLINE and REDIRECTING variants (Reported by Walter
Doekes)
* ASTERISK-25527 - Quirky xmldoc description wrapping (Reported by
Walter Doekes)
* ASTERISK-24779 - Passthrough OPUS codec not working with
chan_pjsip (...
2016 Jul 27
3
Asterisk 14.0.0-beta1 Now Available
...dle timeout
and activation (Reported by Joshua Colp)
* ASTERISK-25537 - [patch] format-attribute module: RFC or
internal defaults? (Reported by Alexander Traud)
* ASTERISK-25533 - [patch] buffer for ast_format_cap_get_names
only 64 bytes (Reported by Alexander Traud)
* ASTERISK-25373 - add documentation for CALLERID(pres) and also
the CONNECTEDLINE and REDIRECTING variants (Reported by Walter
Doekes)
* ASTERISK-25528 - DNS: System resolver issues with TTL parse
(Reported by dtryba)
* ASTERISK-25527 - Quirky xmldoc description wrapping (Reported by
Wal...
2019 Dec 24
0
Certified Asterisk 16.3-cert1 Now Available
...-25537>] -
[patch] format-attribute module: RFC or internal defaults?
(Reported by Alexander Traud)
- [ASTERISK-25533
<https://issues.asterisk.org/jira/browse/ASTERISK-25533>] -
[patch] buffer for ast_format_cap_get_names only 64 bytes
(Reported by Alexander Traud)
- [ASTERISK-25373
<https://issues.asterisk.org/jira/browse/ASTERISK-25373>] -
add documentation for CALLERID(pres) and also the CONNECTEDLINE and
REDIRECTING variants
(Reported by Walter Doekes)
- [ASTERISK-25528
<https://issues.asterisk.org/jira/browse/ASTERISK-25528>] -
DNS: System resolver...