similar to: rsync bug in clean_flist() while removing duplicted names

Displaying 20 results from an estimated 3000 matches similar to: "rsync bug in clean_flist() while removing duplicted names"

2003 Feb 12
3
duplicated file removal: call for comment
This is a call for comments, regarding what you do expect when copying multible source tree roots leading to the same directory root, using rsync. This problem may be discussed now, because in versions before rsync-2.5.6, the algorithm for removing the so called "duplicated files" was broken. That's why we expect nobody used it anyway in earlier versions - but who knows.. Example:
2004 Feb 06
4
memory reduction
As those of you who watch CVS will be aware Wayne has been making progress in reducing memory requirements of rsync. Much of what he has done has been the product of discussions between he and myself that started a month ago with John Van Essen. Most recently Wayne has changed how the file_struct and its associated data are allocated, eliminating the string areas. Most of these changes have been
2001 Jul 05
1
Streaming buffers/ov_read question
Has anyone had experience using ov_read in a thread with streaming directsound buffers? i have tried the following, but it just produces a repeating garbage noise. i would appreciate some help. notes: test.ogg in my code was a song that i converted to the vorbis format (Gorillaz - Cling Eastwood) pcmData is defined like this: char pcmData[4096]; the ogg file and the directsound buffer
2004 Mar 10
4
HFS+ resource forks: WIP patch included
As you all know, rsync doesn't have any special handling for Mac OS X HFS+ resource forks. Kevin Boyd made RsyncX and rsync_hfs, to address this gap, but they only work when the destination filesystem is also HFS+. I haven't been able to find any references to an rsync that is capable of syncing from HFS+ to UFS (etc). The only solutions I've seen involve lots of preprocessing
2018 Mar 27
0
Unable to access AD with ADExplorer
On 3/27/2018 6:37 AM, Erdei Miklos via samba wrote: > Hi, > > I have a test AD running Samba on Ubuntu that I sometimes poke with Sysinternal's ADExplorer. > A few days ago I tried connecting to it, but got a short reply of "The directory service is not available." > As it was working earlier, I tried finding the problem. > After installing a few older releases, I
2018 Mar 27
2
Unable to access AD with ADExplorer
Hi, On 3/27/2018 6:37 AM, Erdei Miklos via samba wrote: > Hi, > > I have a test AD running Samba on Ubuntu that I sometimes poke with Sysinternal's ADExplorer. > A few days ago I tried connecting to it, but got a short reply of "The directory service is not available." > As it was working earlier, I tried finding the problem. > After
2020 Feb 23
0
Mac OS and interpretation of @ in a username. Ex user@mds.xyz doesn't work on Mac OS but does on Win 10
On 2/21/2020 9:18 PM, Andrew Bartlett via samba wrote: > On Fri, 2020-02-21 at 20:48 -0500, TomK wrote: >> >> >>> >>> "Sadly this really appears to be is a client issue. You see there the >>> string Samba gets, so by the time Samba tries the process it the @ is >>> already interpreted and the string split. >>> >>> Sorry!
2008 May 29
0
Again, teach me speex AEC please!
Dear all: I need the help desparately. The code is attached below. If you guys don't mind take a look at the code below and see how to fit speex's AEC into it. Help me look at the #defines, and give me some suggestions on the AEC parameters, I totally have no idea about them. Feel free to do anything with the code, if it is by any chance valuable. Any ideas or suggestions or sharing
2005 Jan 22
0
chan_capi patch: app_capiFax modifications
Hi, Since Carl has kindly provided us with fax support for CAPI based cards, we have been using it with much success. Today I have modified app_capiFax so that it now supports a dynamic CSID. The following example uses the DNID created by chan_capi on an AVM Fritz! card. * Receive a fax with CAPI API. * Usage : capiAnswerFax2(path_output_file.SFF|stationID) * * This function can be
2002 May 04
1
A simpler move-files patch
In an effort to get my long-desired move-files functionality into rsync, I have created a version of my patch that runs as an extra pass at the end of the processing. This results in a simpler set of changes to rsync. I still think it would be nice to have incremental deletions during large transfers (as my first patch provides), but acceptance of this patch would relegate such quibbling to a
2018 Mar 27
2
Unable to access AD with ADExplorer
Hi, I have a test AD running Samba on Ubuntu that I sometimes poke with Sysinternal's ADExplorer. A few days ago I tried connecting to it, but got a short reply of "The directory service is not available." As it was working earlier, I tried finding the problem. After installing a few older releases, I found that it was working on Ubuntu 17.04, Samba 4.5.8 and stopped working on
2015 Oct 13
0
[PATCH 4/4] rpm: Choose providers better (RHBZ#1266918).
In the referenced bug, a customer had installed a web browser called 'palemoon'. The RPM of this web browser provides and requires various core libraries, such as: Provides: libnss3.so()(64bit) # normally provided by 'nss' Requires: libxul.so()(64bit) # normally provided by 'firefox' Our previous algorithm -- inherited from the days when we used to run 'rpm'
2003 Dec 30
3
The dangers of static buffers in rsync code
I have been trying for quite a while now to understand why is the flist.c:f_name() function implemented using static buffers. Anyone care to comment? The immediate problem is that any call to f_name overrides the previous content (well, obvious). This, combined with the fact that several function calls are made with the result of f_name(file) results in problems handling hardlinks - and
2017 Apr 21
0
Fwd: Unable to change passwords from Win XP Pro clients
Sorry, I missed some relevant part of the logs after the suggested changes: Kerberos: AS-REQ user2 at MYDOMAIN from ipv4:192.168.44.56:2080 for krbtgt/MYDOMAIN at MYDOMAIN [2017/04/21 12:47:37.526742, 3] ../source4/auth/kerberos/krb5_init_context.c:80(smb_krb5_debug_wrapper) Kerberos: Client sent patypes: encrypted-timestamp, 128 [2017/04/21 12:47:37.526772, 3]
2005 Feb 02
0
Samba 3.0 question, DOMAIN vs. SERVER method? Help!
Hello all! We are attempting to get Samba-3.0.10 working on a new Solaris 8 machine in preparation for upgrading an existing 2.2.8 installation (both use the SMCsamba packages from SunFreeware.com). We copied over the smb.conf file and the usermap from the Samba-2 installation, and seeing some weird symptoms when Windows users try to connect to the new machine. We ran "net join" to
2006 Aug 29
3
mod_ntlm_winbind / Apache2
Hi, I'm trying to set up Apache2 with mod_ntlm_winbind so our Windows users can log onto our Intranet automatically without having to type in their username / password. I've gotten part of the way there, but things aren't behaving the way I'd like/expect. So far, I've been able to log on using Firefox but only with the password dialog popping up, and then only if I enter my
2013 May 23
0
RHEL6 implementation running slow
I am running Samba 3.6.15 on a RHEL6 server. The server has been joined to the campus AD. The complaint I am getting from users is that this is much slower than other, earlier versions of Samba. We have older versions running on both RHEL4 and RHEL5, but this version on RHEL6 seems to be running much slower. One thing to note is that I had first installed and had Samba 4 working. But,
2006 Apr 25
0
extrapolate log in/out time from logs
Hello, I'd like to generate some reports on users log in and log out times, is there a way to do this with/without using smbd log files? I was looking at the log files and it looks like I can determine the time of login by looking for : [2006/02/10 09:31:46, 3] libsmb/ntlmssp.c:ntlmssp_server_auth(615) Got user=[jsmith] domain=[CORP] workstation=[DHCP31247] len1=24 len2=24
2013 May 09
0
Weird issue when accessing a samba4 domain member by IP vs hostname
Hi all, I seem to be posting a lot recently. I have just set up an S4 member server to a S4 AD DC. When trying to access from a windows XP client via \\xen-arch-s3-01 I get a username+password box which doesn't accept my credentials. If I try to access via \\192.168.0.111 I get straight on, no questions asked. Doing a loglevel 10 I see the following differences: \\xen-arch-s3-01 =
2007 Aug 15
0
[Fwd: Re: password server DOMDC1 rejected the password: NT_STATUS_LOGON_FAILURE]
and for everyone else too :) ----------------------- ?????? ?????? ------------------------ ????: Re: [Samba] password server DOMDC1 rejected the password: NT_STATUS_LOGON_FAILURE ???: glykos@gmx.net ??????????: ???, ????????? 15, 2007 15:17 ????: "Warren Beldad" <advisory22@gmail.com>