search for: persist

Displaying 20 results from an estimated 6054 matches for "persist".

Did you mean: persists
2016 Oct 20
0
CTDB and locking issues in 4.4.6 (Classic domain)
...mbXsrv_open_global.tdb path:/var/lib/ctdb/smbXsrv_open_global.tdb.1 dbid:0x5bcfcbd7 name:printer_list.tdb path:/var/lib/ctdb/printer_list.tdb.1 dbid:0x477d2e20 name:smbXsrv_client_global.tdb path:/var/lib/ctdb/smbXsrv_client_global.tdb.1 dbid:0x2ca251cf name:account_policy.tdb path:/var/lib/ctdb/persistent/account_policy.tdb.1 PERSISTENT dbid:0x3ef19640 name:passdb.tdb path:/var/lib/ctdb/persistent/passdb.tdb.1 PERSISTENT dbid:0xc3078fba name:share_info.tdb path:/var/lib/ctdb/persistent/share_info.tdb.1 PERSISTENT dbid:0x6cf2837d name:registry.tdb path:/var/lib/ctdb/persistent/registry.tdb.1 PE...
2012 Nov 02
2
[PATCH] xen-blk: persistent-grants fixes
This patch contains fixes for persistent grants implementation v2: * handle == 0 is a valid handle, so initialize grants in blkback setting the handle to BLKBACK_INVALID_HANDLE instead of 0. Reported by Konrad Rzeszutek Wilk. * new_map is a boolean, use "true" or "false" instead of 1 and 0. Reported by...
2006 Dec 14
5
persistant: Matlab->R
Dear list members, Could anyone tell me if there is an equivalent of the Matlab declaration 'persistant' in R? Thank you very much, Bernard Gregorry. (Matlaber converted to R). --------------------------------- [[alternative HTML version deleted]]
2016 Oct 20
3
CTDB and locking issues in 4.4.6 (Classic domain)
Hi list We recently upgraded our fileservers from Centos supplied 4.2.10 to Sernet 4.4.6, and then our DCs from 3.6.x to 4.4.6. It seems that since then we've had problems with locks not being obeyed on all nodes - they only seem to work when a second client opens a file on the same node as the first client. For example, when a user opens an Excel file I will see something like this
2005 Mar 03
2
[Asterisk-Dev] CVS-HEAD change: queue/agent persistence
For anyone using CVS HEAD, if you are using queue member persistence or agent persistence, your next update will cause the persistence to break. The storage format for these elements has been changed so that it can be more easily extended in the future, but this required breaking compatibility. This should be the last time these features will be broken by a...
2007 Oct 05
8
Cookie session handling?
Hi, I and a few folks on #camping thought it would be nice to have either cookie based or file based session handling. This would eliminate the need for creating a sessions table in the database (or a sequence), which feels too heavy for a lightweight framework like Camping anyway. Plus, we can more easily avoid nasty adapter errors. :) The general consensus was to create a separate
2010 Mar 23
1
[PATCH] Ensures that persist and unpersist work with relative paths.
...cedbb..c2ef94b 100644 --- a/scripts/ovirt-functions +++ b/scripts/ovirt-functions @@ -464,13 +464,14 @@ ovirt_store_config() { rc=0 if grep -q " /config ext3" /proc/mounts; then for p in "$@"; do + local filename=$(readlink -f $p) local persist_it=true # ensure that, if this is a directory # that it's not already persisted - if [ -d $p ]; then - if [ -d /config$p ]; then - printf "Directory already persisted: $p\n" + if [ -d $filename ]; then...
2016 Jul 07
2
[Bug 1078] New: please provide a firewall scripts drop-in folder
...enhancement Priority: P5 Component: unknown Assignee: netfilter-buglog at lists.netfilter.org Reporter: adrelanos at riseup.net ### feature request Please provide a firewall scripts drop-in folder. I.e. please provide a folder such as `/usr/share/netfilter-persistent/plugins.d` where one can drop arbitrary scripts which will be executed early enough during the boot process in lexical order when the netfilter-persistent.service is started. Firewall rules ought to be load before anything might issue any network traffic. And there also should be a failure cond...
2016 Sep 28
2
implement of persistent handle in SMB2.1
hi Michael: We want to implement the ‘persistent handle’ function under Windows 7(SMB 2.1), which has only local ‘durable handle’. For now my plan is just to synchronize the following files between cluster nodes: smbXsrv_open_global.tdb.0 smbXsrv_session_global.tdb.0 smbXsrv_tcon_global.tdb.0 locking.tdb.0 It probably won’t be completed, so I...
2019 Feb 07
2
persistent generic device for tape changer
Hello, mtx and therefor amanda use generic device /dev/sg<x> for tape changer. These devices change on reboot. How to make them persistent? /dev/sch0 and /dev/sch1 seem to be persistent. /dev/tape/by-id/ shows links from WWID to generic device An UDEV rule could help? I have not found any example. -- Viele Gr??e Helmut Drodofsky Internet XS Service GmbH He?br?hlstra?e 15 70565 Stuttgart Gesch?ftsf?hrung Helmut Drodofsky HRB...
2012 Oct 10
3
Menu system bug - MENU DEFAULT not working
...you posted yesterday smaller? > > -- > Matt Fleming, Intel Open Source Technology Center > Maybe this (simpler and first) cfg is enough for testing: *** START SYSLINUX.CFG 1 *** UI menu.c32 PROMPT 0 MENU CLEAR MENU BEGIN 0000 LABEL - MENU DEFAULT MENU LABEL [ ] Persistent changes MENU GOTO 1000 MENU END MENU BEGIN 1000 LABEL - MENU DEFAULT MENU LABEL [*] Persistent changes MENU GOTO 0000 MENU END *** END SYSLINUX.CFG 1 *** The next (second) step would be something like: *** START SYSLINUX.CFG 2 *** UI menu.c32 PROMPT 0...
2017 Jun 25
2
Persistent storage for docker containers from a Gluster volume
Hello, I have a two node replica 3.8 GlusterFS cluster and am trying to find out the best way to use a GlusterFS volume as persistent storage for docker containers to store their data (e.g. web assets). I was thinking that the simplest method would be to mount my GlusterFS volume for that purpose on all docker nodes using FUSE and then simply start containers which require persistent storage with a mount of bind type. For exam...
2010 Jan 18
0
[PATCH] Fixed unpersisting directories and persisting directories that contain persisted files.
...ounted - if ! grep -q " $f ext3" /proc/mounts ; then - mkdir -p /config$(dirname $f) - cp -a $f /config$f \ - && mount -n --bind /config$f $f - if [ $? -ne 0 ]; then - printf " Failed to persist\n" - rc=1 - else - printf " File persisted\n" + local persist_it=true + + # ensure that, if this is a directory + if [ -d $p ]; then + if [ -d /config$p ]; then + p...
2016 Oct 11
1
答复: implement of persistent handle in SMB2.1
...vice is very helpful. Our purpose is no IO interrupted with Window 7 cifs client accessing the shared folder when virtual IP taken over by another node. SMB3.0 or newer protocol do meet that demand, but Window 7 cifs client only supports SMB2.1 protocol and previous versions. So we need implement a persistent-handle-like feature base on SMB2.1. Regards, weidong -----邮件原件----- 发件人: Michael Adam [mailto:obnox at samba.org] 发送时间: 2016年9月29日 19:18 收件人: weidong 12656 (RD) 抄送: samba at lists.samba.org 主题: Re: implement of persistent handle in SMB2.1 On 2016-09-28 at 12:50 +0000, Weidong wrote: > hi M...
2019 Nov 21
2
[CodeGen] Read/Write Machine IR from/to Persistent File
Dear LLVM developers, Just as LLVM IR can be read/write via persistent bitcode (*.bc *.ll) files, is there any similar implementation in LLVM to read/write Machine IR (MIR) via a persistent file? If not and I would like to add it (e.g. for ARM or RISC-V), could you direct me materials and/or LLVM source code modules where I should start with? Best Regards, Lele M...
2012 Jul 13
4
70-persistent-net-rules
When my machine installs (CentOS 6.3) the two network cards are getting reversed. The PCI card is getting eth0 and the motherboard is getting eth1. I would like them in reverse order to keep things the same as they used to be. How can I easily tell these two to reverse? Generate the 70-persistent-net-rules with motherboard eth0 first then the PCI slot? Thanks, Jerry
2017 Jun 28
0
Persistent storage for docker containers from a Gluster volume
Anyone? > -------- Original Message -------- > Subject: Persistent storage for docker containers from a Gluster volume > Local Time: June 25, 2017 6:38 PM > UTC Time: June 25, 2017 4:38 PM > From: mabi at protonmail.ch > To: Gluster Users <gluster-users at gluster.org> > Hello, > I have a two node replica 3.8 GlusterFS cluster and am try...
2006 Mar 08
4
order.products << product w/out persisting
Hi, I have a one-to-many relationship. I want to be able to add objects to the collection w/out persisting them. How do I do this? The only thing I can''t think of is to use a transaction and roll it back. In other words - I want to do this: o = Order.find(1) p = Product.find(1) o.products << p # but don''t persist this I assume I''m just missing something obvious...
2012 Sep 19
27
[PATCH] Persistent grant maps for xen blk drivers
This patch implements persistent grants for the xen-blk{front,back} mechanism. The effect of this change is to reduce the number of unmap operations performed, since they cause a (costly) TLB shootdown. This allows the I/O performance to scale better when a large number of VMs are performing I/O. Previously, the blkfront drive...
2020 Nov 04
2
CTDB DBDIR Options? Errors
Running into problems configuring different locations for the volatile and other database directories. Can someone provide a quick sanity check on what I'm doing below? Thank you. Given [database] volatile database directory = /var/cache/dbdir/volatile persistent database directory = /var/cache/dbdir/persistent state database directory = /var/cache/dbdir/state And given, [root at use1-samba-server-c25-use1-01 ec2-user]# ls -al /var/cache/dbdir/ total 32 drwxr-xr-x. 6 root root 4096 Nov 4 13:30 . drwxr-xr-x. 12 root root 145 Nov 4 13:16 .....