Displaying 20 results from an estimated 10000 matches similar to: "MAC Client - Issue Following Symbolic Links"
2003 Mar 26
1
no route to host between Mac samba and Linux samba
I have a mac running Mac OS X ans samba 2.2.5 which is provided by
Apple. The Linux server have samba 2.2.8 (the last one). Sometimes, in
the server logs, you have:
[2003/03/26 14:26:30, 0] lib/util_sock.c:read_data(436)
read_data: read failure for 4. Error = No route to host
in this case, the Macclient lost the samba connection and has to reboot
because a silly error (Mac error: -47, %
2013 Sep 16
1
Upgrading samba 2.2.8a to 3.6.15 on Solaris 9 --> 3.6.15 brings all inetd services down
Hi samba friends,
I'm upgrading our Samba 2.2.8a server to 3.6.15 on a Solaris 9 box,
we need to do this as all our latest Mac OS X 10.8 clients cannot map to
the 2.2.8a network share, and need the newer Samba (well known issue for
mountain lion).
I've compiled 3.6.15 and this seemed to go ok, no obvious errors were shown
during .configure make and make install,
and smbd -V gives
2006 Nov 10
1
Problem following symbolic links Samba 3.0.23c-1
Hi All,
We migrated our data to a new Samba server (with Samba 3.0.23c-1 on
Debian Sarge with a 2.6.17.8 kernel) but now all of a sudden we can't
follow symbolic links which goes outside (above) the folder which Samba
shares.
We have set:
wide links = Yes
follow symlinks = Yes
So what else could be the problem? A symlink from a subfolder to the
folder which Samba shares
2007 Apr 25
1
Symbolic links on Mac OSX
I have noticed an anomaly with symbolic links.
umask 027
mkdir folder1
echo 'hello world' > folder1/file1
cd folder1
ln -s file1 softfile1
rsync -a ../folder1/ ../folder2/
ls -lF ../folder*
../folder1:
total 16
-rw-r----- 1 alan alan 12 Apr 26 00:00 file1
lrwxr-x--- 1 alan alan 5 Apr 26 00:02 softfile1@ -> file1
../folder2:
total 16
-rw-r----- 1 alan alan 12 Apr 26
2014 Mar 05
1
following wide links on a Mac
Please educate me! First to explain: when we upgraded our Macs to 10.9 we
started to get errors reading and writing files in matlab. For reasons we
don't understand changing "unix extensions" to 'yes' fixed this. I have
been contacted by the developers about this and they have requested I send
in dumps for debugging.
However I would like to get back into production in the
2008 May 20
3
[Bug 1466] New: Document that scp follows symbolic links
https://bugzilla.mindrot.org/show_bug.cgi?id=1466
Summary: Document that scp follows symbolic links
Classification: Unclassified
Product: Portable OpenSSH
Version: 5.0p1
Platform: Other
OS/Version: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: scp
AssignedTo: bitbucket at
2007 Jul 24
1
extlinux & symbolic links
I'm having a problem with extlinux booting to a Linux kernel image and
initial ramdisk with a symbolic link.
My /boot looks like this:
extlinux.conf
extlinux.sys
initrd.img -> initrd.img-2.6.22.1
initrd.img-2.6.22.1
vmlinuz -> vmlinuz-2.6.22.1
vmlinuz-2.6.22.1
The relevant section of my extlinux.conf file is this:
label 1
kernel /boot/vmlinuz
append initrd=/boot/initrd.img
The error
2008 Oct 28
2
mac os 10.5.5 and symbolic link to www
We have a new server running Red Hat 5.2EL.
Windows machines can samba to the linux server with no problems, including symbolic links to the www directory.
Our Mac OS 10.5.5 machines have a problem with symbolic links to the www directory.
On the Mac computers, the symbolic links show up as an alias that cannot be followed.
These same MAC computers can samba to the www directory via a symbolic
2015 Aug 18
3
Supporting symbolic links in Path library routines
include/llvm/Support/FileSystem.h has file_type which enumerates the file system’s view of the file type. One of the values is “symlink_file”.
But because the Unix implementation of status() calls stat() instead of lstat(), if the path refers to a symbolic link, the link is followed. There’s no way to get information about the symbolic link itself.
I think changing status() to call lstat() is
2001 Nov 09
1
Preserving symbolic links on the destination machine
Hi there,
I'm trying to keep my laptop up-to-date with my desktop. For various
reasons I have a number of directories which are soft-linked to
directories on different machines on the network to which my desktop is
connected. When I sync to my laptop with a command like
rsync -vazu -e ssh ~/* --delete <destination> -L --copy-unsafe-links
it does what I want, which is to copy
2024 Mar 09
1
Cyber Power System CP1500 AVR UPS: changing battery.charge.low value [ups.delay.start sidebar]
On Mar 9, 2024, at 5:16?PM, chribonn at duck.com wrote:
>
> The posting at https://github.com/networkupstools/nut/issues/432#issuecomment-405371395 references ups.delay.start and suggests setting it to -1.
>
> upsrw -l pve1 at localhost listed this as modifiable but any attempt at modifying the value failed. I used the override.ups.delay.start = -1 in nut.conf and this is now being
2010 May 20
0
Symbolic Links not Followed Outside Partition?
Ok, I''ve got a repository of configuration files I use for my Linux
environment and would like to leverage this with Puppet (instead of
having dupes in my /module/*/files folder).
So, I''ve put symbolic links in the files folder pointing to the actual
config file. I''m receiving a "Failed to retrieve current state of
resource: Could not retrieve information from
2015 Jan 05
1
Symbolic links not visible on osx 10.10
Hi Ralph,
On 05.01.15 15:00, Ralph B?hme wrote:
>> [Programs]
>> path = /server/shares/programs
>> valid users = some users
>> read only = No
>> force create mode = 0660
>> force directory mode = 0770
>> vfs objects = fruit # tried without fruit vfs, no change
>
> on first reading I thought this sound
2015 Jan 06
1
Symbolic links not visible on osx 10.10
Since I do not see my last messages in the samba mail archive (I replied
myself), here's the last one I sent with some more information (so
hopefully they arrive now for everybody?):
I just found out this is not only happening on the osx clients by
mounting the share on the server:
All this below happens on an linux arch server mounting the own share:
mount //ip.addr/Programs ./tmp -o
2019 Jun 28
2
Re: Guestfish command - "copy-out" not working for symbolic links
If it is one time operation you can call 'realpath'
(http://libguestfs.org/guestfs.3.html#guestfs_realpath) first to
resolve symlink.
--
+380979184774
Mykola Ivanets
пт, 28 черв. 2019 о 11:11 Chintan Patel <Chintan.Patel@microsoft.com> пише:
>
> HI,
>
> I’m trying to use copu-out command to copy files from remote disk but it’s not working if the file is symbolic
2017 May 23
1
[Bug 2722] New: Symbolic links aren't listed properly by sftp
https://bugzilla.mindrot.org/show_bug.cgi?id=2722
Bug ID: 2722
Summary: Symbolic links aren't listed properly by sftp
Product: Portable OpenSSH
Version: 7.5p1
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: sftp
Assignee: unassigned-bugs at
2013 May 02
1
Create and read symbolic links in Windows
Dear Rxperts..
Got a couple of quick q's..
I am using R in windows environment (both 32-bit and 64-bit)
a) Is there a way to create symbolic links to some data files?
b) How do I read data from symbolic links?
Thanks so much..
Santosh
[[alternative HTML version deleted]]
2009 Mar 21
1
unlink fails to remove symbolic links
unlink fails to remove symbolic links. This is more prominent now --
when a package creates symbolic links during installation, 00LOCK is
not removed.
Martin
> setwd(tempdir())
> fl <- tempfile(); file.create(fl)
[1] TRUE
> lnFile <- tempfile(); system(paste("ln -s", fl, lnFile))
> list.files()
[1] "file19495cff" "file74b0dc51"
> unlink(fl);
2019 Jun 28
1
Re: Guestfish command - "copy-out" not working for symbolic links
Hi Nikolay,
We use guestfish, so I preferred to use commands supported by guestfish.
I tried as below but "realpath" is not working after I have the target path from symlink.
--> Check if the path has a symlink.
is-symlink path
Ex. - is-symlink "/etc/resolv.conf" -> return true
--> If it's true then get target link path
readlink path
ex. - readlink
2013 Nov 12
1
How to get Puppet Ent Agent for Mac Mountain Lion?
Dear All,
I''m very new to Puppet Enterprise.... I have the following setup so far:
1. Puppet Master (Puppet Ent) on Ubuntu with its own Agent
2. Puppet Agent on MAC Mountain Lion
Everything looked ok but then I noticed this on the MAC (below), which
suggested to me I had the wrong Agent? I''m a little confused on how to get
the Puppet Ent Agent for MAC?
Info: Retrieving