Displaying 6 results from an estimated 6 matches for "liblockfile".
2013 Oct 10
3
Puppet fails to install package, whilst it's okay to do manually
...force-confold install nagios3'' returned 100: Reading
> package lists...
> Building dependency tree...
> Reading state information...
> The following extra packages will be installed:
> apache2-mpm-prefork bsd-mailx javascript-common libapache2-mod-php5
> libjs-jquery liblockfile-bin liblockfile1 libonig2 libqdbm14
> nagios-images
> nagios3-cgi nagios3-common nagios3-core php5-cli php5-common psmisc
> wwwconfig-common
> Suggested packages:
> php-pear nagios-nrpe-plugin mysql-client postgresql-client
> The following packages will be REMOVED:
> a...
2011 Jan 29
2
Cooperating with dovecot in its Maildir
...ir, and if so,
what's required?
In this particular case, we're thinking of trying to allow notmuch to
operate directly on the dovecot Maildir, and at the moment, the only
modifications notmuch makes are to change maildir flags. Would locking
dovecot-uidlist.lock be sufficient, perhaps via liblockfile?
Also, is there some reliable way to detect a dovecot Maildir? For
example, are any of the dovecot-* files guaranteed to exist all the
time?
Thanks
--
Rob Browning
rlb @defaultvalue.org and @debian.org
GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4
2012 Jul 09
1
lockfile
...a check via "which lockfile". I have installed
"lockfile-progs.x86_64" on a CentOS 5.8 and i have the programm
"lockfile" and "lockfile-check, lockfile-create, lockfile-remove,
lockfile-touch" in /usr/bin/.
On my CentOS 6.2 i have install the pakage "liblockfile.x86_64", too. I
have the "lockfile-check, lockfile-create, lockfile-remove,
lockfile-touch" in /usr/bin/
But i missing the "lockfile".
Thanks Sebastian
2010 Jun 25
1
Installing and running logcheck on CentOS
I've installed logcheck on CentOS from source, as well as liblockfile
and lockfile-progs.
I've created a logcheck user with /var/lib/logcheck as the home and
/sbin/nologin as the shell. logcheck user is in the adm group. I also
customised the list of logfiles for CentOS. When I run logcheck, I get
the following errors:
# sudo -u logcheck logcheck -ot
basename:...
2006 Apr 25
2
NFS
I've finally managed to run Dovecot without errors in two computers with
maildir and indexes stored in NFS. I added a page to wiki about this:
http://wiki.dovecot.org/NFS
Suggestions how to keep attribute cache enabled but to allow Dovecot to
specifically request not to use a cached value (when it's important)
would be welcome.
-------------- next part --------------
A non-text
2007 Oct 29
0
Need a cross-platform lockfile algorithm
...s client talking to Windows server.
- Linux local disk access.
- Windows local disk access.
No doubt each of those combinations has many variations.
I only need advisory locking, not mandatory locking; a lockfile
convention would be fine. I'm hoping that something like the algorithm
used by liblockfile could be used (see man lockfile_create, e.g.
http://pwet.fr/man/linux/fonctions_bibliotheques/lockfile_create).
Basically it creates a file with a unique name, links it to the
<filename>.lock file, and uses stat() to see if its link got there
before any other contender. This is designed...