search for: mystake

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

Did you mean: mistake
2008 Aug 27
0
Com Object mystake
...ilent This is ok with my first Pc, the Com Object Excel is kill, but for my second computer this do nothing ... ? I've you an idea of the reason why the gc(verbose = FALSE) -> silent don't close my com object ? Thanks -- View this message in context: http://www.nabble.com/Com-Object-mystake-tp19180043p19180043.html Sent from the R help mailing list archive at Nabble.com.
2019 Aug 01
3
Detach disk from VM - virsh (working) vs. PHP (not working)
...ut in this case, the server will not boot (GRUB error) 2, simple: libvirt_domain_disk_remove($domain,“vda“); libvirt_domain_reboot($domain); The problem of this solution is thats not working. The remove disk is failing with error „Unable attach disk“ - i looks to source code, and yes, there is a mystake with „attach“/„detach“, but main problem i see in log from libvirt: Aug 1 02:57:05 ry libvirtd[19051]: missing source information for device vda I try to put source detail to xml in source of PHP module libvirt-domain.c: 822 if (asprintf(&newXml, 823 " &l...
2019 Aug 02
0
Re: Detach disk from VM - virsh (working) vs. PHP (not working)
...>" into it > > 2, simple: > > libvirt_domain_disk_remove($domain,“vda“); > libvirt_domain_reboot($domain); > > The problem of this solution is thats not working. The remove disk is failing with error „Unable attach disk“ - i looks to source code, and yes, there is a mystake with „attach“/„detach“, but main problem i see in log from libvirt: Oh, that's only typo in the error message. In fact the detach API is called. And it fails. > > Aug 1 02:57:05 ry libvirtd[19051]: missing source information for device vda > > I try to put source detail to xml...
2019 Aug 02
2
Re: Detach disk from VM - virsh (working) vs. PHP (not working)
...;" into it > >> 2, simple: >> libvirt_domain_disk_remove($domain,“vda“); >> libvirt_domain_reboot($domain); >> The problem of this solution is thats not working. The remove disk is failing with error „Unable attach disk“ - i looks to source code, and yes, there is a mystake with „attach“/„detach“, but main problem i see in log from libvirt: > > Oh, that's only typo in the error message. In fact the detach API is called. And it fails. > >> Aug 1 02:57:05 ry libvirtd[19051]: missing source information for device vda >> I try to put source det...