Displaying 20 results from an estimated 1200 matches similar to: "NFS"
2012 Jul 09
1
lockfile
Hello,
i need for an old bios-update the programm "lockfile". The update-bin
make 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
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: invalid option -- -
Try
2007 Oct 29
0
Need a cross-platform lockfile algorithm
Dear Experts,
I'm hoping that your experience with SMB and CIFS means that you're
familiar with cross-platform file locking. I need a
lowest-common-denominator whole-file locking method that will work on
as many combinations of client and server systems as possible; in
particular it needs to run on
- Linux client talking to NFS server.
- Linux client talking to Samba server.
- Linux
2009 Jan 28
2
[PATCH] fs: Add new pre-allocation ioctls to vfs for compatibility with legacy xfs ioctls
Al, Could this be included in the vfs queue?
This patch adds ioctls to vfs for compatibility with legacy XFS
pre-allocation ioctls (XFS_IOC_*RESVP*). The implementation
effectively invokes sys_fallocate for the new ioctls.
Also handles the compat_ioctl case.
Note: These legacy ioctls are also implemented by OCFS2.
Signed-off-by: Ankit Jain <me at ankitjain.org>
Reviewed-by: Christoph
2018 Dec 16
1
mailbox locking
Dear Colleagues,
I use exim's appendfile transport, procmail and a local mutt on my
system, they all (to my knowledge) use lockfiles when working with
mboxes.
However, `doveconf | grep lock` says
dotlock_use_excl = yes
lock_method = fcntl
mail_max_lock_timeout = 0
mbox_dotlock_change_timeout = 2 mins
mbox_lock_timeout = 5 mins
mbox_read_locks = fcntl
mbox_write_locks = dotlock fcntl
2019 Nov 08
2
"samba-tool backup offline" stuck
Hello.
After upgrading some DCs (in different domains) to 4.10, I'm trying to
take backups with samba-tool.
I'm not using "online" backups, as they require typing a password, so
are not usable in a script.
IIUIC, "offline" backups can be used even if Samba is running.
However, they seem to get stuck:
> root at dc1:~ # samba-tool domain backup offline
2007 Mar 29
1
locking question
There are three applications that have their mitts on files on my mail
server, which is running AIXV5.3 and UWIMAP and mbox format. The mail
folders and INBOXES are native to that machine, but also are NFS
exported to a login server and a mailing list server. All three
machines are running the lockd daemon.
Everybody wants to lock differently
1) procmail (delivering for sendmail), which
2011 Jan 29
2
Cooperating with dovecot in its Maildir
Is it possible to cooperate with dovecot within its Maildir, 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
2007 Nov 23
12
[SECURITY] preventing Hwaddr spoofing on bridge
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Is there a way to prevent hwaddr/mac address spoofing between DomU''s?
So in a way ''binding'' a mac-address on boot time with a virtual
interface? (with something like ebtables/arptables/etc?)
Stefan
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla -
2016 Jul 18
3
an e-mail client for dovecot ?
Op 16-7-2016 om 18:12 schreef Charles Marcus:
>
> On July 16, 2016 4:02:33 AM EDT, Spyros Tsiolis <stsiol at yahoo.co.uk> wrote:
>> Since I have quite some experiece with thunderbird, I know most of
>> its shortcomings
> Care to elaborate? Thunderbird is far from perfect, but is by far the best IMAP client available.
>
> Most times you can work around supposed
2009 Apr 04
5
New HowTo on Local Mirrors
Created a new HowTo on running your own local mirror:
http://wiki.centos.org/HowTos/CreateLocalMirror
Comments and (constructive :-) criticism are invited.
Phil
2003 Nov 13
2
Children, HasChildren
Hello,
I'm using dovecot 0.99.10.2 on a debian box. Mailstore is maildir.
If I list the IMAP hierarchy in mutt (debian, 1.5.4+20031024-1) it shows
all my plain mailboxes as having subfolders - while none of them have.
I straced mutt and this is the IMAP exchange (a bit reformatted
for readability):
write(6, "a0001 LSUB \"\" \"%\"\r\n", 19) = 19
read(3, "
2002 Oct 29
1
strange locks
Hi,
I added these lines to smb.conf:
kernel op locks = false
op locks = false
strict locking = true
so I could see some locks from the unix level.
It worked sorta, I see the locks for big files
(but not the locks I was expecting), but for little
files it shows nothing:
# ./lock_list /opt/testsambashare/mattest.doc
# ./lock_list /opt/testsambashare/contents.doc
0 22086 W
2007 Apr 24
1
locking questions
I have Dovecot 1.0 in trial use by the IT staff, and have some locking
questions
Background, the mail server runs procmail, sendmail and NFS exports the
user homedir and mailbox to a) a login shell host and b) a mailing list
services host. It runs UWIMAP on the usual ports and dovecot on a
arbitrary port number. Because of concern with NFS and file access
contention. I have the following
2006 Jun 26
2
[klibc 28/43] mips support for klibc
The parts of klibc specific to the mips architecture.
Signed-off-by: H. Peter Anvin <hpa at zytor.com>
---
commit 8dc79563c06020d8844b9e9b821741828039b59e
tree b957c8fb1fddf486f5c26b1880726051d4f6aaad
parent bc9b363b31d301ab94c115cccc2e079c0d318498
author H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun 2006 16:58:31 -0700
committer H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun
2004 May 25
1
0.99.10.5 release candidate
http://dovecot.org/rc/
Thought I'd still make one 0.99.10.x release now that mbox corruption
problems are (hopefully) fixed.
Please test, if no problems are found this will be the final 0.99.10.5.
Changes since .4:
+ MySQL authentication, patch by Matthew Reimer
- mbox: APPEND reversed given \Draft and \Deleted flags
- mbox: "LF not found" errors happened sometimes when
2013 May 08
2
change inbox dotlock name
Hi,
Is there a configuration element that would allow me to change the
dot-lock name for the user's /var/mail inbox when it is locked? dovecot
(correctly) acquires <username>.lock, but I'm having a problem with
procmail where some obscure code path is preventing procmail's
acquisition of a lock when it's that default name in /var/mail.
The issue is not permissions
2008 Mar 08
2
invoking LDA in .forward
Hi,
We're running a Debian server with system users where the mail is by
default delivered by postfix and procmail, before being served by
Dovecot (mail_location = mbox:~/Mail:INBOX=/var/mail/%u) or read by
local MUAs, depending on users' preferences.
For people using mostly remote MUAs, it might be interesting to use
Dovecot's LDA. I read on http://wiki.dovecot.org/LDA that this
2007 Jan 22
1
rsync big file
Hi,
I have a cron job to rsync one directory from one server to another
every 5 minutes. There are some really big files. So it happens when
the second instance of rsync tries to copy the same file when the
first instance is not done yet. It drives my CPU crazy on the source
server. Is there a way to avoid this problem?
Thanks,
2014 Oct 02
4
[PATCH 0/3] RFC: appliance flavours
Hi,
this is a prototype of something I've around for some time.
Basically it is about adding new appliances in addition to the main
one currently used and kept up-to-date automatically: this way it is
possible to create new appliances with extra packages, to be used in
specific contexts (like virt-rescue, with more network/recovery tools)
without filling the main appliance.
It's still