Displaying 7 results from an estimated 7 matches for "concist".
Did you mean:
consist
2016 Feb 02
0
Re: Latest version of kate editor
...itors. A special place in my heart has (g)vimdiff which is a great
help im my daily work (shell-scripts, php, css, html, js, and markdown
make most the volume)
The availability of a very powerfull text editor that can be worked with
in a terminal the same whether local or remote (via ssh) gives a
concistency that other editors lack, or, in the case of emacs, are not my
taste at all.
Jedit is java based, and for me in use where projects span bejond a single
Operating System (Linux, Solaris, Windows and MacOS mostly).
- Yamaban
2019 Jul 08
1
Error samba backup 4.10.5
On 8/07/19 6:21 PM, Trenta sis wrote:
> Hi,
>
> OK, perfect, is correct to use old samba_backup script as workround to
> make backups until no solution about this bug?
> Thanks
>
Try using online backup on samba v4.10.6 first (it's now been released).
Note that you can run an online backup from any machine (you don't
necessarily have to change the samba version on the DC
2005 Feb 23
0
corCompSymm in nlme package
...ation specification with the help page
example for corCompSymm, but just get an error instead
> corCompSymm(0.5, form = ~ 1 | Subject)
Error in "names<-.default"(`*tmp*`, value = "Rho") :
names attribute [1] must be the same length as the vector [0]
this error is concistent in R1.8 and R2.0 on windows XP and also R2.0.1 on
Redhat
Thanks in advance for any help
Dave and Jerome
----------------------------------------------------------------
Concerns about content should be sent to abuse at salford.ac.uk
2009 Dec 02
0
Qmf::Query Hang in db-omatic
...nction never return. But qpidd never stop to answer correctly to the
request done by ruby-qmf.
A workarround for us consist to :
- stopping all the libvirt-qpid on every node,
- restarting db-omatic
- starting libvirt-qpid sequentially on every node.
Doing this way work, and gave to us a concistent db for db-omatic.
What do you thing if we replace the Thread.new on line 266 by a begin ? Because
the concurrency of the requests on qpidd made by db-omatic seems the origin of
the hang.
<code snipset of db-omatic lines 265,296>
if state == Host::STATE_AVAILABLE
Thread.new do...
2015 Dec 02
0
Re: snapshot of running vm's
...? Is there something to improve,
This way you backup disk state. Most of the times this will be great. For some applications, this isn't sufficient.
For instance, a Autodesk Vault Server has a SQL database and a separate file storage. Using Active block commit to backup
will not guarantee data concistancy. That's why Autodesk has its own 'best practice'. Here I initiate the Autodesk procedure
through a powershell script (I connect to the guest with telnet).
> something I have to take care of ?
> Is this backup consistent ?
> Does that all work with libvirt 1.2.5-7.1 or do...
2016 Feb 02
12
Latest version of kate editor
On 02/02/2016 03:50 PM, Lamar Owen wrote:
> On 02/02/2016 09:28 AM, Jonathan Billings wrote:
>> CentOS is not a bleeding-edge distribution that constantly keeps
>> packages up to date with the upstream projects. If you want that, try
>> another distribution like Fedora.
> <rant>
> GNOME can get a rebase to a newer version, but KDE can't..... this
> from a
2015 Dec 01
6
snapshot of running vm's
Hi,
i'd like to create snapshots of my running vm's. I have several hosts with
SLES11 SP4 64bit. I use libvirt 1.2.5-7.1 . VM's are Windows 7, SLES,
Ubuntu, Opensuse.
I use raw files for the vm's.
I try to orientate myself by
http://wiki.libvirt.org/page/Live-disk-backup-with-active-blockcommit .
The hosts are backuped every night by a network based backup solution
(Legato).
My