search for: persistenly

Displaying 7 results from an estimated 7 matches for "persistenly".

Did you mean: persistently
2015 Mar 23
4
virsh dom state
Hi there, I'm running KVM under Openstack . When I give virsh list command, I see some VM in NON persistent state. What does it mean? How can I move it to a persisten state ? I found that I cannot make a snapshot, from Openstack , of a machine which is in a NON PERSISTENT state. Regards Fiorenza -- Spazio Web S.r.l. V. Dante, 10 13900 Biella Tel.: +39 015 2431982 Fax.: +39 015 2522600
2006 Jul 07
2
Problem with tdb files.
Hi All: I have problems with maintain tdb files. From samba doc, these files are = classified into persistent and temporary. From the man page of smbd, = these file are classified into persistent and not. However, there are = some files no need to backup but need to be persistent = (netsamlogon_cache.tdb), and some files need to backup but not need to = be persisten (registry.tdb). There are also
2015 Mar 23
1
Re: virsh dom state
On 3/23/2015 12:49 PM, Michal Privoznik wrote: > On 23.03.2015 16:02, Fiorenza Meini wrote: >> Hi there, >> I'm running KVM under Openstack . >> >> When I give virsh list command, I see some VM in NON persistent state. >> What does it mean? How can I move it to a persisten state ? > You can do that by running: > > virsh dumpxml $dom > dom.xml
2010 Apr 27
1
Samba ADS on AIX 6.1 TL04
...ot;WINBIND OR compat" The errors I have repeatedly encountered is -- Could not trigger lookup sid sid2gid returned an error Could not lookup name for user MYDOMAIN\USER1 Some other errors are Error GID range is full!! No matter I removed *.tdb files, specified new ranges etc, this GID error persistenly appears. I have reached to the point where user autentication is successful but sid to gig mapping doesn't work, or lookup for that AD user fails. The AD seems to be OK , as another server AIX 5.2 is already working with samba compiled with ADS support. What I would like to know. 1. How do we...
2009 Jul 17
1
documentation persistent mode
Hi @ll, Building your own persistent live system is very easy with syslinux, but how does is work? Is the casper-rw a translucent loopdevice over the loopdevice from the squashfs.image from the cd? and where is the part in the code? i?m searching for some information, documentation about the syslinux, specialy the part of persistens and casper{-rw} hope 4 help :D greetz
2015 Mar 23
0
Re: virsh dom state
On 23.03.2015 16:02, Fiorenza Meini wrote: > Hi there, > I'm running KVM under Openstack . > > When I give virsh list command, I see some VM in NON persistent state. > What does it mean? How can I move it to a persisten state ? You can do that by running: virsh dumpxml $dom > dom.xml && virsh define dom.xml > > I found that I cannot make a snapshot, from
2005 Sep 21
5
SAX Parser best practise
Dear All, I have a question regarding best practise in setting up a XML parser within R. Because I have files with more than 100 MB and I'm only interested in some values I think a SAX-like parser using xmlEventParse() will be the best solution. Unfortunately the values I'm looking for, to construct some higher "mass spectrum", are distributed over different lines: as