Displaying 20 results from an estimated 9000 matches similar to: "Worrisome race condition involving half-transferred files"
2009 Jul 28
0
Call history problems from B2BUA
Hello, all. Alas, another convoluted question. All the simple things
are, well, simple so I suppose we only need to trouble the list with
squirrely problems!
We've noticed a call history problem when using Asterisk where the call
history on the Snom phones (with which we are very pleased) reflects the
number of the PBX extension used by the B2BUA to dial the end point. I
assume the same
2019 May 17
0
Moving home directories to another location leads to NT_STATUS_ACCESS_DENIED listing
OK. That helped to understand how samba manages users. I looked at the details of my users. Both, user1 and user2, are defined exactly the same way. User1's home directory is set to \\debianhomeserver\user1 and user2's home directory is set to \\debianhomeserver\user2. Accessing user1's home directory which is still in /home/user1 works fine, user2's home directory, which was moved
2006 Feb 24
1
Fwd: Re: How to use multiple link-dest directories?
I forward Maynard's suggestions to the list.
-------- Forwarded Message --------
From: Maynard Handley <name99@name99.org>
To: Matt McCutchen <hashproduct@verizon.net>
Subject: Re: How to use multiple link-dest directories?
Date: Thu, 23 Feb 2006 19:31:56 -0800
Great. That's exactly the sort of answer I wanted. I'll try it tonight.
(BTW, I guess maybe it got lost since I
2004 Jul 27
2
g729 + GSM + g723
Folks!
We have purchased G729 and have been testing the codec on mUltiple Gateways. Here is what we have found.
Here is the config I have used:
-------------------------------
Asterisk Server On Dual Pentium Xeons with 6GB of RAM, running on Fedora Core 2
User1 is in USA on Broadband Cable
User2 is in India on 64Kbps ISDN Line
User1 using SIPURA SPA 2000
user2 using Xten professsional(X-pro)
2005 Sep 04
1
Rsync patch for default ACLs and executability
I wrote a patch for rsync 2.6.6 that changes two things:
(1) When the receiving rsync creates a file in a directory with a
default ACL and `--perms' is off, rsync uses the default ACL instead of
the umask to calculate the new file's permissions. All programs that
just use `open' and don't do an explicit `chmod' are forward-compatible
with default ACLs, but rsync always sets
2006 Nov 29
1
voicemail.conf locking problem
I'm wondering if anyone is having problems when
multiple users concurrently change their voicemail
passwords.
Consider the following scenario (based on
vm_change_password() in app_voicemail.c):
- user1 wishes to change his password so
voicemail.conf is opened and read into a buffer
- user1 changes his password
- user2 wishes to change his password so
voicemail.conf is opened and read into a
2007 Oct 15
0
Fwd: Re: [feature request] Modify --backup option to make backups on source side, too
----- Weitergeleitete Nachricht von digulla@hepe.com -----
Datum: Mon, 15 Oct 2007 16:05:13 +0200
Von: Aaron Digulla <digulla@hepe.com>
Antwort an: Aaron Digulla <digulla@hepe.com>
Betreff: Re: [feature request] Modify --backup option to make
backups on source side, too
An: Matt McCutchen <hashproduct+rsync@gmail.com>
Quoting Matt McCutchen
2006 Jan 19
2
Backing up two trees with corresponding files hard linked
Today I went to back up my computer to an external disk with rsnapshot.
I have two copies of the Linux kernel; a few files differ, but matching
files are hard-linked between the two trees to save space. Since I
didn't give -H to rsync, it is making a separate file on the backup disk
from each hard link on the source.
I had the understanding that -H used an O(n^2) algorithm to match up
hard
2019 May 07
0
Symlinked mailboxes and dovecot-uidlist.lock
I have a scenario where I have two users, one account (user1) with it's
own Maildir account, and another account (user2) (which I wish to see
the same messages) with a symlinked Maildir to user1's Maildir.? I.E.:
/home/user1/Maildir
/home/user2/Maildir (where this Maildir is symlinked to /home/user1/Maildir)
Both users are in a group together (usergroup), and so all of the
permissions
2005 Dec 14
0
Windows sometimes authenticates with wrong user
Sorry in advance for the long post. But this is a bit of a detective story.
We are having an authentication issue with a small number of Windows XP
(SP2) machines. The Windows machines are set up to have only a single user --
let's say the user is called "Writer". There is no password set up for this user
called "Writer". User1 logs on to the machine and connects
2007 Oct 11
0
Half of visible AD user accounts have no info using wbinfo -i, logins fail
I have a Debian server linked to Active Directory for authentication
using winbindd. About a month after installation one of the users
reported not being able to access a share on this machine. The same
user is able to use AD credentials to access all shares on a practically
identical second server. I couldn't swear that all config files are
identical down to the line, but it is also
2011 Aug 31
1
Multiple domains to one inbox and temporary redirects...
Hi
Can anyone point me to a howto to arrange for multiple domains to deliver to one inbox with Dovecot? For example, user1 at example.com and user1 at example.net should both be delivered to /var/spool/mail/virtual/example.net/user1
Currently, I have the dovecot LDA set as:
dovecot unix - n n - - pipe
flags=DRhu user=mailsystem argv=/usr/lib/dovecot/deliver
2006 Mar 31
1
logging problem
Yep I tried those two options, and nothing...
Even if the pre-user conf files have a log file in the same directory,
which I touch before trying, messages keep going to syslog... I tried
with 666 permissions on rsyncd.log too just to make sure...
The following is one of the user's conf file, hope theres a clue. Thanks!
log file = /home/pluto/rsyncd.log <<< This is the problem!!
2005 Sep 11
1
Possibility of merging rsync and tar
Hey rsync people,
Here's a really radical idea and a possible future direction for the
rsync project to explore.
It occurs to me that tar and rsync are closely related in their
purposes. "tar -c (blah) | tar -x" can be used to copy files; rsync's
setup with a sender process and a receiver process is strikingly
similar.
The only major conceptual difference is that the rsync
2006 Feb 24
0
Improvements to man page for --no-implied-dirs and --keep-dirlinks
Wayne,
Attached is a patch worth of suggested man page improvements for
--no-implied-dirs and --keep-dirlinks. I think new users would find my
explanations clearer and more complete, although you may want to make
additional changes. I regenerated rsync.1 and the patch includes
changes to it, but my yodl is somewhat weird, so I suggest you run yodl
again yourself.
--
Matt McCutchen
2006 Feb 24
1
get_local_name
Wayne,
I have redone get_local_name again (patch attached), this time to enable
rsync to remove a file to make way for a destination directory; this
resolves the "surprise" noted in David Tonhofer's diagram 2. I also
made it obey --keep-dirlinks when looking for a destination directory
and made various rearrangements. Tell me what you think, and if you
decide to commit my code,
2000 Jul 27
2
bug in lastlog logging?
Folks;
I couldn't find anything on my archive of the mailing list on this,
and it may just be my mis-understanding, but:
When I "ssh machine1 -l user1" as user2 on machine2, if user2 has the
same uid on machine1, then user2's name ends up in lastlog, instead of
user1's.
This is a bit disconcerting when user2 is root, and root isn't allowed
to remotely log in on
2013 Nov 03
1
Accessing multiple Active Directory accounts simultaneously from a single Linux server
Hello,
I have been doing a lot of research on this subject and I'm not finding a clear answer. My company currently makes a video capture and transcoding application that runs on a Linux server. The video application mounts shares from a second Linux storage server for various users at the same time. In other words, we have:
A Linux Storage Server with many accounts (for example,
2004 Mar 05
1
Worrisome file listings in ocfstool
We finally seem to have worked most of the kinks out of our OCFS/RAC
setup, and are running a mass import to clone our production database for
testing.
While this has been going on, I fired up ocfstool to check out the
states of the various shared volumes. In several cases, I saw (in the File
Listing tab) multiple entries for some directories and files at the
filesystem root. The duplicate
2006 Feb 27
1
Copying many sources to different places inside a destination
Rsync people,
I am preparing to overhaul my Web site's build system, and I am looking
for a convenient way to collect files and directories from various
places on my computer and put them at various locations inside a
destination directory to be posted to my Web site. So far, my script
has been running rsync once for each source, but this is too slow. Is
there a way to get rsync to collect