similar to: DO NOT REPLY [Bug 3839] New: The '/' in the Softlink is missing on the remote Rsyncd server !

Displaying 20 results from an estimated 5000 matches similar to: "DO NOT REPLY [Bug 3839] New: The '/' in the Softlink is missing on the remote Rsyncd server !"

2004 Aug 26
0
[Bug 1670] New: softlink can't be excluded
https://bugzilla.samba.org/show_bug.cgi?id=1670 Summary: softlink can't be excluded Product: rsync Version: 2.6.3 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: johndhendrickson22124@yahoo.com
2006 Nov 07
7
should_redirect_to in advance - feels unnatural
I can understand that it''s easier for rspec to set up a mock in advance of the controller call. But it makes it difficult to do something like: context "The HarkController, given Louie the logged-in user" do setup do post :login, :username => ''louie'', :password => ''atest'' end specify "should redirect Louie to the home
2004 Jun 08
5
folders via softlink
I have recently switched from the UW imap server to dovecot and things seem to be working nicely. One thing that I can't seem to figure out however, is how to get dovecot to show folders that are a softlink. We run SpamAssassin. Users can use both their own personal spam folder as well as a shared spam folder. For messages that everyone would consider spam, the user can simply drag the
2013 Dec 12
0
wide softlink to different partition copy fails
Hi All, (I've also posted this to the CentOS forum - so copy and pasted for simplicity) I'm having an unusual issue with Samba server package 3.6.9-164.el6 When sharing out a directory containing a soft symlink pointing to a directory outside of the share and a different filesystem/block device. When a client mounts the partition (Linux and Mac OSX Clients tested) and attempts to copy a
2002 Mar 27
2
Problem with ssh-keygen
Dear Developer, I'm having problem running ssh_keygen on my solaris 7 box. Can you please tell me as to why I'm getting this error as described below? I don't have that problem with solaris 8 that runs SMCossh 3.0.2p1 Thanks in advance. Louie # /usr/local/bin/ssh-keygen ld.so.1: /usr/local/bin/ssh-keygen: fatal: libcrypto.so.0.9.6: open failed: No such file or directory Killed #
2008 Apr 09
3
DO NOT REPLY [Bug 5381] New: make test fails without /etc/rsyncd.conf
https://bugzilla.samba.org/show_bug.cgi?id=5381 Summary: make test fails without /etc/rsyncd.conf Product: rsync Version: 3.0.2 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: email@cs-ware.de
2008 Apr 23
1
DO NOT REPLY [Bug 5411] New: rsyncd.conf allow does not like CNAME
https://bugzilla.samba.org/show_bug.cgi?id=5411 Summary: rsyncd.conf allow does not like CNAME Product: rsync Version: 2.6.9 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: marc@perkel.com
2010 Jun 11
1
DO NOT REPLY [Bug 7510] New: rsyncd.conf: Default path=/ is dangerous
https://bugzilla.samba.org/show_bug.cgi?id=7510 Summary: rsyncd.conf: Default path=/ is dangerous Product: rsync Version: 3.0.7 Platform: Other OS/Version: Other Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned at samba.org ReportedBy: pepper at reppep.com
2010 Jun 02
1
DO NOT REPLY [Bug 7489] New: rsyncd segfaults using daemon exclude filter
https://bugzilla.samba.org/show_bug.cgi?id=7489 Summary: rsyncd segfaults using daemon exclude filter Product: rsync Version: 3.0.6 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned at samba.org ReportedBy: michael.roberts at hp.com
2008 Jan 13
2
DO NOT REPLY [Bug 5190] New: rsyncd can't unlink dir structure when only the group has write permission
https://bugzilla.samba.org/show_bug.cgi?id=5190 Summary: rsyncd can't unlink dir structure when only the group has write permission Product: rsync Version: 2.6.9 Platform: x86 OS/Version: Linux Status: NEW Severity: major Priority: P3 Component: core AssignedTo:
2009 Jun 25
1
DO NOT REPLY [Bug 6508] New: Inconsistent exit code behavior between local, ssh transport, and rsyncd transport
https://bugzilla.samba.org/show_bug.cgi?id=6508 Summary: Inconsistent exit code behavior between local, ssh transport, and rsyncd transport Product: rsync Version: 3.0.4 Platform: All OS/Version: All Status: NEW Severity: major Priority: P3 Component: core AssignedTo:
2007 Jul 02
3
DO NOT REPLY [Bug 4757] New: Daemon mis-logs paths if module path in rsyncd.conf is relative
https://bugzilla.samba.org/show_bug.cgi?id=4757 Summary: Daemon mis-logs paths if module path in rsyncd.conf is relative Product: rsync Version: 3.0.0 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org
2009 Mar 16
2
DO NOT REPLY [Bug 6191] New: rsyncd path does not support environmental variables
https://bugzilla.samba.org/show_bug.cgi?id=6191 Summary: rsyncd path does not support environmental variables Product: rsync Version: 2.6.9 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: jerome@6251100.com
2007 Jul 12
1
rsyncd.conf missing option akin to --one-file-system
It seems to me that rsyncd.conf does not provide an option akin to rsync's --one-file-system command line argument. If that is true, it seems like a bug of ommission, as I now face a use case where I need it. Is there maybe some technical reason for the ommission? Thanks, -- Lester Hightower
2006 Nov 28
3
DO NOT REPLY [Bug 4263] New: Symlinks gets corruped when rsyncd is used to 'put' the symlink.
https://bugzilla.samba.org/show_bug.cgi?id=4263 Summary: Symlinks gets corruped when rsyncd is used to 'put' the symlink. Product: rsync Version: 2.6.8 Platform: Sparc OS/Version: Solaris Status: NEW Severity: critical Priority: P3 Component: core AssignedTo:
1999 Oct 02
0
Macro-like for-loops
>From the silly-tricks department: "foreach" <- function (...) { Args <- match.call()[-1] N <- length(Args) Body <- Args[[N]] Args <- Args[-N] Tags <- names(Args) Lists <- lapply(Args, function(a) as.list(a)[-1]) Lengths <- sapply(Lists, length) for ( i in 1:max(Lengths)) { ix <- (i - 1) %% Lengths + 1 l
2005 Aug 08
4
DTMF issues with SIPPhone?
Does anyone else have DTMF issues with SIPPhone? When calling into my DID, and entering, say, 1002. Sometimes it will recognize it properly (rarely), other times it will receive something different. Such as, 1102 or 1000, etc. Has anyone else been having these issues? I'm only accepting ulaw and alaw, and my relevant sip.conf information follows: [sipphone] type=peer
2005 Aug 24
2
Softlinking to a dvd-drive with inconsistent mount points?
In Suse 9.2, it was easy to softlink to a drive from /home/username/.wine/dosdevices because the mount point for the drive was always the same. That is, /media/dvdrecorder was always where the disc would get mounted. NOW, with Suse 9.3, the mount point is /media/DISC_NAME. Since each disk has a different name, there is never a consistent mount point. So, I can't make Wine's
2005 Aug 11
4
Newbie Question: Building anAsterisk systemtoreplace an old PBX but using existing phone
You are right. -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Tarpo, Louie Sent: Thursday, August 11, 2005 5:11 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: RE: [Asterisk-Users] Newbie Question: Building anAsterisk systemtoreplace an old PBX but using existing phone You write out a
2005 Sep 12
5
What have I misconfigured?
I'm getting these messages every 7-10 seconds. -- Registered SIP '532' at x.x.x.x port 52956 expires 60 -- Registered SIP '532' at x.x.x.x port 56988 expires 60 -- Registered SIP '529' at x.x.x.x port 51444 expires 60 -- Registered SIP '529' at x.x.x.x port 64044 expires 60 -- Registered SIP '532' at x.x.x.x port 52956 expires 60 -- Registered SIP