Displaying 20 results from an estimated 9000 matches similar to: "File "locking" problem continues."
2002 Sep 12
1
AW: File "locking" problem continues.
Hi Kris,
lsof (http://freshmeat.net/projects/lsof/) available with most distributions
might be your friend:
> About:
> Lsof is a Unix-specific diagnostic tool. Its name stands for LiSt Open
> Files, and it does just that. It lists information about any files that
> are open by processes currently running on the system. It can also list
> communications open by each process.
Using
2004 Aug 17
1
[Bug] LTP: mkdir fail after setreuid
For chdir03 investigation result:
The fail is caused by the mkdir fail after setreuid.
Key code in the test case:
if ((pid =3D fork()) < 0) {
tst_brkm(TBROK, cleanup, "first fork failed");
}
if (pid =3D=3D 0) { /* first child */
/* set the child's ID to ltpuser1 */
if (setreuid(ltpuser1->pw_uid,
2004 Oct 31
2
samba 3.0.7 and os/2
Hello,
samba v3.0.7 on suse linux v9.1
os/2 v4.x
I have started the process of replacing our os/2 hosts with linux,
starting with the server(s). Most of the problems have been firewall
related, a topic only briefly discussed in the docs (nudge).
Some of the hosts can now interact with the linux samba shares; not all
though. I have run ip traces and have gotten to a point that is a
2015 Apr 17
2
mailbox deletion is not replicated correctly
On 16.04.2015 20:32, Timo Sirainen wrote:
> On 16 Apr 2015, at 19:22, Dennis Kuhn <d.kuhn at heinlein-support.de> wrote:
>>
>> i can't delete several folders at once. I have a folder structure like
>> folder1/folder2/folder3 (we use slash as hierarchy separator). When i
>> delete folder1 server1 executes the command correctly
>>
>>
>> Apr 16
2005 May 13
3
rsync: mkstemp failed: No such file or directory (2)
Hello everyone,
Server1: Harmony
Server2: Peace
I've been using rsync 2.6.4 since some time now, without any problem.
I "copy" files from Server2 to Server1 (making Server1 a mirror of Server2).
The command line used on Server1 was:
rsync -vrlpogt --delete-after Server2::Img/ /LocalImg
I was copying files from Server2 (module Img) to Server1 (in /LocalImg).
We had a problem
2007 Nov 27
1
Syncing to multiple servers
Helle everyone,
Let's say we have 3 servers, 2 of them have the latest (stable) version
of rsyncd running (2.6.9)
<Server1> ==> I N T E R N E T ==> <Server2 (rsyncd running)> ==> LAN
==> <Server3 (rsyncd running)>
Suppose I want to send a big file (bigfile.big) from Server1 to both
Server2 and Server3. It would be a good idea to send first from Server1
2015 Apr 16
2
mailbox deletion is not replicated correctly
i can't delete several folders at once. I have a folder structure like
folder1/folder2/folder3 (we use slash as hierarchy separator). When i
delete folder1 server1 executes the command correctly
Apr 16 13:44:28 server1 dovecot: imap(d.kuhn at heinlein-support.de):
Mailbox deleted: INBOX/Trash/folder1/folder2/folder3
Apr 16 13:44:28 server1 dovecot: imap(d.kuhn at heinlein-support.de):
2024 Jan 06
1
Samba AD - two servers - backup and restore AD procedure
Hi All!
I would be grateful for clarification of my doubts about backups and
restoration of the AD environment.
What is the best strategy for backing up and restoring a Samba AD domain in
the following scenarios:
* server1 - active directory service (7 FSMO roles)
* server2 - active directory service + Samba file server
The considered disaster recovery scenarios are:
- Corruption of the AD
2017 Jun 01
1
Restore a node in a replicating Gluster setup after data loss
Hi
We have a Replica 2 + Arbiter Gluster setup with 3 nodes Server1,
Server2 and Server3 where Server3 is the Arbiter node. There are several
Gluster volumes ontop of that setup. They all look a bit like this:
gluster volume info gv-tier1-vm-01
[...]
Number of Bricks: 1 x (2 + 1) = 3
[...]
Bricks:
Brick1: Server1:/var/data/lv-vm-01
Brick2: Server2:/var/data/lv-vm-01
Brick3:
2007 Oct 05
4
(no subject)
Good day,
I've got a question regarding the usage of rsync that I just cannot
figure out. I've done a fare hunt for the answer, but I'm stumped.
Here is the situation.
I have two pc's running linux and using rsync to perform a backup from
server1 to server2. For example: rsync -avzr -e 'ssh
-i/root/.ssh/id_rsa' --delete /home/samba/admin/software
2014 Jul 25
1
Error after Upgrade
Hello,
after upgrade (Debian wheezy) from dovecot 2:2.2.13-1~auto+103 =>
2:2.2.13-1~auto+113
I discovered that in my log and all mails stuck in the Queue.
I?ve had downgrade v 2:2.2.13-1~auto+103 an everything is fine.
What?s wrong?
Any ideas or solution greatly appreciated. Thanks.
Jul 25 11:03:01 server2 dovecot: lmtp(25638): Fatal: master:
service(lmtp): child 25638 killed with signal
2013 Mar 26
2
Internal DNS and Replication
I'm trying to join a Linux server running Samba 4.0.4 as a DC to an
existing AD domain. The current DC (server1) is running Server 2008 not
R2. The Samba server (server2) is using internal DNS. I'm following
"Samba4/HOWTO/Join a domain as a DC" from the wiki. The join seems to
work, but I'm having problems with DNS replication.
During the join many DNS records for
2014 Sep 09
1
My Dsync isn't replicating 'EXPUNGE' IMAP command
Hi!
I have two Dovecot-2.2.13 servers with Dsync Replication: server1 and
server2.
When I execute 'EXPUNGE' on server1 side, the messages with FLAG
\Deleted are expunged only on server1. The message is still present in
Server2.
Could someone give me a hint reason for this ?
Thanks in advance!
--
Thiago Henrique
======================================================================
2018 Oct 10
2
deny file access or specific users
Hi,
For some users I am trying to deny file access to our domain member
servers, yet keeping their AD account for all other purposes, like email
and ldap authorized clients.
So I figured I removed the unix attributes from a user in ADUC, while
keeping the rest. I expected that would make the user 'invisible' for
the domain member (file) servers, while maintaining the account for
2008 Jun 23
1
fully-qualified symlinks & --exclude question
Greetings!
I've ran into a couple difficulties for a particular rsync use-case
I'm involved in implementing - hoping someone here might be able to
clue me in!
I've got an existing linux box, with a particular directory that needs
to be mirrored onto another server, into a different base path on that
server - i.e.:
server1:/var/lib/bar/ to server2:/backupdir/var/lib/bar/
Now,
2005 May 24
1
scp remote-to-remote implementation
(Please when replying include my email since i'm not subscribe to this list)
Hello all,
I always wanted to be able to copy from one remote location to another
from a master server/workstation using something like:
scp [-r] server1:/path/to/dir server2:/path/to/dir2
And have scp "know" that i mean to copy from server1 to localhost and
from localhost to server2 or something of that
2004 Aug 18
1
LDAP Master/Slave
Is anyone using this? My smb.conf file has this line in server1(master)
passwd backend = ldapsam:"ldaps://ldap.server1 ldaps://ldap.server2"
and this is what server2(slave ldap, BDC) looks like:
passwd backend = ldapsam:"ldaps://ldap.server1 ldap.server2"
This is what happens. When I take down server 1's ldap server, server2
just starts using its local ldap server.
2013 Jan 09
1
NAS and 2 active Samba servers / locking not working
Hi,
I have one NAS which I can access via NFS or Samba.
This storage is accessed by 2 linux servers with Samba where I re-export the NAS share. This is sort of an active/active loadbalancing cluster.
The only thing not working is locking... If a client opens a Word-File via server1 and another opens the same via server2 it won't inform the user that he can only open the file readonly.
I was
2017 Jan 23
2
dsync dovecot / Failed connection refused
Dear all,
I am using VMWare and I have cloned my emails server.
Now I do have two identicals servers, both running the same version of dovecot (2.2.13) and imap.
Let's call them: server1.domain.ltd and server2.domain.ltd.
I would like to sync both server using dsync.
Dovecot is working well except concerning the sync.
dsync config server1.domain.ltd
# Enable the replication plugin
2018 Apr 02
1
2.3.1 Replication is throwing scary errors
Hi
[This is Dovecot 2.3.1 at FreeBSD STABLE-11.1 running in two jails at distinct servers.]
I did upgrade from 2.2.35 to 2.3.1 today, and I do become pounded by error messages at server1 (and vice versa at server2) as follows:
| Apr 2 17:12:18 <mail.err> server1.lan dovecot: doveadm: Error: dsync(server2.lan): I/O has stalled, \
no activity for 600 seconds (last sent=mail_change, last