similar to: Re: Re: t bit and symlinks patch

Displaying 20 results from an estimated 700 matches similar to: "Re: Re: t bit and symlinks patch"

2002 Feb 23
1
rsync error: unexplained error (code -1) at main.c(883)
rsync 2.5.2 on FreeBSD 4.4-STABLE. my rsyncd.conf looks like this: read only = yes [test] path = /tmp I am starting rsync as root like this: rsync --daemon when I connect to the rsync server on the localhost I get this: myhost# rsync localhost:: test but when I connect, from the localhost, using it's hostname i get this: myhost# rsync myhost.hwi.buffalo.edu:: rsync error: unexplained
1996 Nov 19
0
Yet another attempt at /tmp spoof protection
-----BEGIN PGP SIGNED MESSAGE----- Hi all, Prompted by Mark''s discussion of the transname patch I''ve put together an experimental patch to the Linux nfsd that supports something I''ve named CDFs for lack of a more appropriate name. They''re not real CDFs, and in particular, they won''t let you manage stuff like shared /etc directories for diskless
2017 Oct 03
0
Revert to R 3.2.x code of logicalSubscript in subscript.c?
Suharto, If you're interested in performance with subscripting, you might want to look at pqR (pqR-project.org). It has some substantial performance improvements for subscripting over R Core versions. This is especially true for the current development version of pqR (probably leading to a new release in about a month). You can look at a somewhat-stable snapshot of recent pqR development
1998 Mar 11
4
Re: Towards a solution of tmp-file problems
Hi everyone, Thanks all for your feedback. Here is a reply to most of your comments.... Roger. Chris Evans wrote: > On Mon, 9 Mar 1998, Rogier Wolff wrote: > > not to give those rights away. A non-setuid program should not have to > > worry about buffer overruns (you can crash the program, wow!). It > Just a reminder, that in some cases, it _should_ worry. As a
2017 Oct 01
0
Revert to R 3.2.x code of logicalSubscript in subscript.c?
Currently, in function 'logicalSubscript' in subscript.c, the case of no recycling is handled like the implentation of R function 'which'. It passes through the data only once, but uses more memory. It is since R 3.3.0. For the case of recycling, two passes are done, first to get number of elements in the result. Also since R 3.3.0, function 'makeSubscript' in subscript.c
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: From NAS (QNAP TS-453A)
2006 Feb 18
2
Question: Table referenced by many tables
Hi my name is Nathan, I am building a website using Ruby on Rails and a MySQL database. The premise is that every news item and piece of article content or a download etc each has it''s own forum. Currently I have it set up so that my News, Content, and Downloads tables each have a discussion_id column. The Discussion table is then referenced by Forums, Forums are referenced by
2007 Apr 16
1
sendmail smrsh symlinks not working against php scripts
Hello. I am trying to forward the e-mails received to one address towards a php script. I am trying all I can but nothing does. I have edited my /etc/aliases file and added this line. ecard-bounce: "|/usr/bin/php /etc/smrsh/ecardbounce.php" Then, of course I do a 'newaliases'. In my /etc/smrsh I have placed the symbolic link defined above, which has been created this way: ln
2001 Jul 03
1
GFP_BUFFER change to GFP_NOFS is not nice to symlinks
Hello Andrew, I fetched (CVS) ext3 latest changes (3 July 2001) which include changing GFP_BUFFER to GFP_NOFS and now have random troubles with symlink files on ext3 filesystems. >From my experience over the last days with Linus's changes I find that GFP_NOIO worked perfectly. Below is Linus's response about bounce buffer change. I am late to work, but this evening will try to
2005 May 03
0
Symlinks for Windows
> Zach Dennis wrote: > >> I can see where confusion may play a part. I will second ''junction''. Any >> idea on the time, effort or level of difficulty on putting this in ruby? > ^^^^^^^^^^^^^^^^^^^^^^^^^ > > I mean putting this in a ruby extension. =) Back in mid-March, I''d posted code for creating junctions and getting the target of a
2004 Oct 11
2
symlinks
Hi all, I noticed Autrijus Tang released a Win32::Symlink Perl module. Looking at the source, it appears that he''s borrowed some code from Tcl and Postgres. Perhaps we should steal that. What do you think? Dan
2006 Feb 21
0
Deployment question: running multiple applications using symlinks, what does my lighttp.conf look like?
Hi, I''m looking to run several installation of a rails app. Each one has certain unique elements, like database.yml some and some css stuff, possible some templates as well. I''ve set this up like /w/sites/clienta /w/sites/clientb /w/sites/clientc Inside these directories there will be mostly symlinks to: /apps/myapp Urls for these apps will be: http://clienta.example.com
2005 Aug 15
0
"rails" follows symlinks in generated files?
A minor issue, but I''m seeing that when we generate a application skeleton using the "rails" command, the generated script files follow the symlink of our ruby installation. On our machines, ruby is installed under /usr/pkg/ruby/ruby182/ with a symlink /usr/pkg/ruby/ruby -> /usr/pkg/ruby/ruby182/ Our sysadmins like using the symlinks as a way of managing the
2005 Jul 24
0
[Bug 2913] New: rsync of symlinks on >=bsd needs lutimes(2) and lchmod(2)
https://bugzilla.samba.org/show_bug.cgi?id=2913 Summary: rsync of symlinks on >=bsd needs lutimes(2) and lchmod(2) Product: rsync Version: 2.6.5 Platform: All OS/Version: FreeBSD Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org
2009 Jul 16
0
BTRFS warnings on the tons-of-symlinks operations
These warnings occur in the process of creating lots of symlinks before system hangs (well, this time I was luckier and system didn''t hang..) I checked: when system hanged, it was always the same offset in the same function. I failed to get more good traces. I send the best I got. After lots of attempts I passed the usual hanging step.. With lots of warnings I already mentioned.
2005 May 27
0
symlinks and --compare-dest option
Hi all! I want to sync/copy a tree from a remote system to my local computer. Let 's say they are completly synced. When I do rsync remote.computer:/storage /new-storage --compare-dest=/ -a -v As expected rsync does not copy the files but copies/recreate the symlinks in the new folder. Is there a way to suppress this (the creation of the links) when they are the same? Tobias
2006 Jun 14
1
Can samba hide symlinks?
I am using samba to pull a backup of my linux host over the network so I made the following share: [backup] comment = share for veritas path = / valid users = root read only = yes dont descend = proc dev mnt lost+found sys follow symlinks = no hide unreadable = yes The root user is mapped to administrator and the samba host is on the domain, so the windows box logs on and pulls
2009 Feb 25
0
File transfers between folders that are symlinks to different partitions of the drive
Hi! I run Linux Gentoo 2.6.28 with Samba 3.0.28 installed. In one of the shares there is a number of symlinks pointing to the folders found on different logic partitions of the drive. When I move a large file (some gigabytes) with a Windows client from one folder to another (which are symlinks to different partitions), after some time the system offers to overwrite the file with the same name but
2006 Jan 30
4
symlinks and initramfs (was klibc-1.2.1: kinit works...)
On Mon Jan 30 08:56:06 PST 2006, H. Peter Anvin wrote: > That being said, there is no reason that you can't run code before it; > to make that simpler, in fact, I'm trying to set it up so that the > default initramfs looks like: > > /dev/console > /dev/zero > /dev/null > /kinit > /init -> /kinit I would request we not put in symlinks. The problem is that
2011 Aug 22
0
[PATCH] hivex: Don't build static library, .so.* symlinks for Python bindings
--- python/Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/python/Makefile.am b/python/Makefile.am index 8599863..89e66f8 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -36,6 +36,7 @@ libhivexmod_la_SOURCES = hivex-py.c libhivexmod_la_CFLAGS = -Wall -I$(PYTHON_INCLUDEDIR) \ -I$(top_srcdir)/lib -I$(top_builddir)/lib