Displaying 20 results from an estimated 6162 matches for "symlink".
2015 Oct 11
2
rsync always try change owner and group of symlink in --fake-super mode
Hi all.
I long time discover strange to me behavior. If I add --fake-super
option on both sides rsync start always set owner and group of symlink.
What interesting there no error, but it done each time as it has been
changed.
Simple reproduce:
$ mkdir rsync.symlinks
$ echo 'file content' > rsync.symlinks/file.itself
$ ln -s file.itself rsync.symlinks/file.symlink
Then try to transfer it on remote host:
$ rsync -apr --links --ite...
2018 Mar 01
3
Feedback request on a tentative proposal to enhance smb.conf symlink-related params
As mentioned in another thread, I notice that the params used to control
symlinks feel a bit inefficient and inelegant, and quite limited. I think
there might be a good opportunity to simplify and also make their
management in Samba more powerful and adaptable to use-cases. I'm guessing
this list is a good enough starting point to propose a smb.conf param
change to this a...
2008 Aug 26
0
Processed: The possibility of attack with the help of symlinks in some Debian
Processing commands for control at bugs.debian.org:
> tags 496359 security
Bug#496359: The possibility of attack with the help of symlinks in some Debian packages
There were no tags set.
Tags added: security
> tags 496360 security
Bug#496360: The possibility of attack with the help of symlinks in some Debian packages
Tags were: confirmed
Tags added: security
> tags 496362 security
Bug#496362: The possibility of attack with th...
2017 Jun 05
1
[Bug 12820] New: rsync always try change owner and group of symlink in --fake-super mode
https://bugzilla.samba.org/show_bug.cgi?id=12820
Bug ID: 12820
Summary: rsync always try change owner and group of symlink in
--fake-super mode
Product: rsync
Version: 3.0.9
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayned at samba.org
Reporter:...
2024 Apr 16
2
howto achieve 'hide unreadable' for msdfs symlinks
hi,
on a samba domain member file server i'm using dfs root shares with
multiple msdfs symlinks pointing to other shares (on the same server),
which works fine. These linked shares have different access rights,
therefore a user might have access to one linked share but not to another.
Is there any option to hide msdfs-symlinks to shares that a user cannot
read? (the same as 'hide unr...
2015 Oct 11
0
rsync always try change owner and group of symlink in --fake-super mode
ln -s real-file symlink
file.itself is ./rsync.symlinks/file.itself, but you are trying to link
./file.itself (which presumably doesn't exist) to the real file.
Since a symlink is just a pointer, it gets created, but doesn't point to
any real file.
Try:
ln -s rsync.symlinks/file.itself .
Joe
On 10/11/2015 06...
2017 Sep 21
1
Are your symlinks identified as symlinks on Samba/SMB shares?
Hi,
I would appreciate someone testing if their system can recognize symlinks (as below) on their SMB share. My Mac and Windows machines can NOT recognize symlinks on my NAS's SMB share, they just identify symlinks as real files and folders.
Why is this an issue? Because when I try to copy parts of these backups from the NAS it just loops back on itself forever.
Eg:...
2015 Feb 02
2
samba share is symlink, symlink gets updated, samba doesn't catch the change
I have a couple of samba shares that point to symlinks. Basically these are last night's copy of a bunch of data. The path changes every night (YYMMDD is in the path name), so I've just got one symlink that gets updated to the path with the latest date every night.
I was using an old Samba on OpenSolaris for a long time and this process was...
2012 Feb 18
1
Gluster NFS and symlink
Hi list,
Is there a configuration for gluster to have symlinks working with gluster nfs exports?
When I try to create a symlink on a glusterfs nfs mount I get:
ln: creating symbolic link `test' to `httpdocs': Unknown error 526
From nfs.log:
[2012-02-18 01:27:27.541155] E [client3_1-fops.c:173:client3_1_symlink_cbk] 0-dcm-gluster-backup1-client-0: r...
2015 Oct 15
0
[Bug 11558] New: rsync always try change owner and group of symlink in --fake-super mode
https://bugzilla.samba.org/show_bug.cgi?id=11558
Bug ID: 11558
Summary: rsync always try change owner and group of symlink in
--fake-super mode
Product: rsync
Version: 3.1.2
Hardware: x64
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayned at samba.org
Reporte...
2007 Feb 14
1
symlinks and different $HOME variables
I have a laptop and desktop that have most of home directory data sync'd, but
I am having trouble keeping symlinks straight.
On the desktop, my data is separate from the $HOME folder... $HOME =
/remote/home/desktop/ and the data is at /data/. Within /data/, I have
several directories that are inter-related... eg, /data/pub1/figs is a link
pointing to /data/imgs/pub1. It makes life easier when I'm writin...
2025 Jan 06
2
Can a macOS (Posix) client see symlinks on FreeBSD server as symlinks on client?
...could invoke, either on my server's Samba
> configuration or on my macOS smbfs configuration, which would make
> the hundreds of legacy symbolic links on the server's Posix file
> system appear as symbolic links on the macOS client?
>
> Does Samba claim that it will present symlinks on the server file
> system as symlinks to a client?
>
>
> Some background:
>
> I have a macOS client which uses files from a small FreeBSD-based
> file server. I just switched from afp to smb as the way of connecting
> to my shares. With afp, my macOS client could creat...
2019 Apr 13
2
OS X client symlinks
When you say “real symlinks on OSX” do you mean an “alias” that Finder would create? Or a Unix-type symlink using the “ ln -s file link” command in Terminal? A Finder alias is not the same as a Unix-type symlink.
My NAS runs Debian Linux with version 4.3.11 of smbd; my clients are all OSX Mojave.
If I create an alias usin...
2018 Dec 06
3
Build error while upgrading samba 4.9.3
...: ok
Checking for chown : ok
Checking for lchown : ok
Checking for link : ok
Checking for readlink : ok
Checking for symlink : ok
Checking for realpath : ok
Checking for snprintf : ok
Checking for vsnprintf : ok
Checking for asprintf...
2025 Jan 06
1
Can a macOS (Posix) client see symlinks on FreeBSD server as symlinks on client?
...Is there a setting I could invoke, either on my server's Samba
configuration or on my macOS smbfs configuration, which would make the
hundreds of legacy symbolic links on the server's Posix file system
appear as symbolic links on the macOS client?
Does Samba claim that it will present symlinks on the server file system
as symlinks to a client?
Some background:
I have a macOS client which uses files from a small FreeBSD-based file
server. I just switched from afp to smb as the way of connecting to my
shares. With afp, my macOS client could create a Posix-style symbolic
link on the...
2005 Dec 20
4
rsync deleting symbolic link unexpectedly
I''m running 2.6.6 on a red hat EL3 system.
using the following command,
rsync -rlptDvzL --stats --include=a/ --include=a/dir/
--include=a/dir/symlink/ --include=a/dir/symlink/dir2/
--include=a/dir/symlink/dir2/dir3/ --exclude=''**'' /export/stuff
remote::stuff
I expect the "symlink" (which is really a symbolic link to a directory)
to be preserved on the remote site even if dir2/dir3 doesn''t exist. Yet,
whe...
2009 Jun 10
0
KDE and mounting CD's / DVD's without noexec
...39;/block/sr0' from subsystem 'block'
run_program: '/bin/bash -c '/sbin/lsmod | /bin/grep ^dm_multipath''
run_program: '/bin/bash' (stdout) 'dm_multipath 55257 0 '
run_program: '/bin/bash' returned with status 0
udev_rules_get_name: add symlink 'cdrom'
udev_rules_get_name: add symlink 'cdrom-sr0'
run_program: 'check-cdrom.sh sr0 DVD'
run_program: '/lib/udev/check-cdrom.sh' returned with status 0
udev_rules_get_name: add symlink 'dvd'
udev_rules_get_name: add symlink 'dvd-sr0'
run_program: ...
2004 Jun 03
2
rsync preserving symlinks on mirror
...my mirrors.
I have one problem, tho.
To improve speeds of my filesystems, I have created a raid 0
of 4 disks, and I place the most heavily copied disks there.
The fs has subdirectories, one for each set of typically .iso files,
such as Mandrakelinux or fedora. I would like to be able to just do a
symlink from the original tree to the directory on the raid,
but rsync deletes this symlink and the copies the .iso files again.
I have asked other rsync users, and they have the same problem.
What I do now, is to mount the raid directory on the mirror tree, but
that is ugly, as I cannot unmount it again...
2016 Jul 20
2
package installation fails when symlink of same name exists
...com>
>>>>> on Wed, 20 Jul 2016 10:26:19 +0200 writes:
> On Tue, Jul 19, 2016 at 6:46 PM, Kevin Ushey <kevinushey at gmail.com> wrote:
>> R fails to install a package from source over a pre-existing package
>> when the path to that package is a symlink, rather than a directory.
>> ...
>> I don't think anyone's reported this being an issue before
> I ran into this as well a while back:
> https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16725
I've now at least "acknowledged" that bug r...
2009 Feb 05
1
udev by-id symlinks randomly missing for tape drives on centos5
Hello!
I'm having problems with udev /dev/tape/by-id/ symlinks..
it seems symlinks to tape drives are sometimes (randomly) missing after reboot.
Server in question has IBM TS3200 tape library connected with 2 drives in
it.. so /proc/scsi/scsi shows 3 devices: 2 tape drives, and 1 medium changer (tape library).
So I should have 3 symlinks in /dev/tape/by-i...