similar to: Limit on number of symbolic links?

Displaying 20 results from an estimated 30000 matches similar to: "Limit on number of symbolic links?"

2004 Jan 14
2
Difference Between Domain and ADS security In Reference to Realms
Hi, I've been researching which type of security to use with Samba 3.0.1 and I still don't understand what the difference is between "security=DOMAIN" versus "security=ADS." I complied Samba to include ADS support, and I initially chose "security=DOMAIN." When I use the "net" command I can add it to my domain. However, if I set
2004 Apr 21
1
Problem joining 3.0.2a to W2k AD
When attempting to join my Samba box to my AD domain, I get the following: # ./net rpc join -I 192.168.0.20 -U administrator Password: [2004/04/21 16:18:30, 0] rpc_client/cli_netlogon.c:cli_nt_setup_creds(249) cli_nt_setup_creds: request challenge failed [2004/04/21 16:18:30, 0] utils/net_rpc_join.c:net_rpc_join_newstyle(326) Error domain join verification (reused connection):
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
2007 Apr 30
1
Maximum number of tc handles?
Hi all, Can anybody tell me what the maximum number of handles are that I can use when setting up qdiscs and classes in tc? Regards, Leigh Leigh Sharpe Network Systems Engineer Pacific Wireless Ph +61 3 9584 8966 Mob 0408 009 502 Helpdesk 1300 300 616 email lsharpe@pacificwireless.com.au web www.pacificwireless.com.au _______________________________________________ LARTC
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
2013 Sep 26
1
MAC Client - Issue Following Symbolic Links
I run SAMBA 3.6.15 on a Solaris 10 server that acts as a portal for my MS Windows users into a large number of UNIX servers providing amongst other things web-servers and ftp-servers. The SAMBA server has these varied resources all mounted as NFS mounts. In each users home directory there are symbolic links that take the users to their specific resource. /home/user/web-site -> /web-site
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
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
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
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
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
2006 Nov 13
2
copy symbolic links as real file during syncing files.
Hello, list Rsync is a amazing tools for files and directories syncing. There is something unclearly to me. I digged in the web for a while, but there aren't useful things for me. Here is my puzzle: I want to sync one big directory from one host to a remote host. And there are several symbolic links which linked to some files and directories that outside the certain directory. I want to
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
2010 May 11
1
ldconfig: /usr/lib64/libfreebl3.so is not a symbolic link
I have been getting the following error when trying to run ldconfig: ldconfig: /usr/lib64/libfreebl3.so is not a symbolic link # ll /usr/lib64/libfreebl3.so -rwxr-xr-x 1 root root 312336 Mar 28 11:13 /usr/lib64/libfreebl3.so I've used "yum whatprovides /usr/lib64/libfreeb13.so" to determine that this file belongs to nss. I have tried to reinstall nss but that does not fix the
2002 Sep 13
1
Please HELP: rsync to create directory symbolic links
Hi, Currently I have to recreate the directory tree of my entire database and also rebuild all directory symbolic links. I just figure out how to recreate the directory tree without copying all the files over. I used: rsync -av --include "*/" --exclude "*" gridpt/ $BACKUP/gridpt This command creates the directory structure (tree) of the entire database udner gridpt (it
2006 May 21
2
Reaper and symbolic links
Hello, I''m trying to restart my application fastcgi processes using reaper. But I get the following error: $sudo -u www ./script/process/reaper Couldn''t find any process matching: /var/www/example/200605200000/public/dispatch.fcgi The problem is that it should not look for 20060520000 but for current which is a symbolic link pointing to 200605200000. I did the
2002 Dec 13
1
Symbolic links and SAMBA
Hi: I am experiencing the following problem: I have a Linux SAMBA server set up with a share containing the source code for my RH Linux 8.0 kernel, which is on another machine. I have no problems mounting or accessing the share on the RH client. The problem occurs when I run the 'make' command, on the mounted share, (which requires removing and re-setting a symbolic link