search for: subdirectoy

Displaying 3 results from an estimated 3 matches for "subdirectoy".

Did you mean: subdirectory
2003 Oct 14
0
Right-management Bug?
...folders but were not able to read the files on the way to it. For this purpose I set for this group the "Traverse Folder/Execute Files" on the whole directory and only granted read- or write-access on specific folders. Example: Directory A: user A: r-x, user B: --- (traverse directory) Subdirectoy A: user A: rwx, user B: --- (traverse directory) Subsubdirectory A: user A: rwx, user B: r-x Subsubdirectory B: user A: rwx, user B: --- (solved by "traverse directory") Subdirectory B: user A: r-x, user B: rwx This worked very fine. Now to my first problem: I have to move t...
2018 Jun 29
2
[Bug 13496] New: lseek returned -1, not 2147483648: Invalid argument (22)
...or in file IO (code 11) at fileio.c(249) [sender=3.1.2] I suspected a largefile-problem, but none of our files is of size >2GB. Sometimes the rsync-command is successfull when we restart it in the morning. SOmetimes the problem still happens when the command is restarted and we then rsync each subdirectoy separately. When using the verbose-option we see that rsync fails at different locations within the file tree. It seems to me that some kind of 2GB-limit is reached. I looked into the source code to find out why rsync is doing a lseek(2GB). But this gave me no ideas about what's happening. er...
2010 Nov 20
4
How to get rspec running?
...entation of a first model and it''s controller. The tests I wanted to implement just after that. However, I run into some error messages when I want to start rspec (see below). The Gemfile is the same as in the Tutorial example and ''rspec spec'' works perfectly in the other subdirectoy (U:\railsprojects\sample_app) without any problems. Can anybody help? Thanks and kind regards, Markus Error messages: U:\railsprojects\rim2011>bundle install Fetching source index for http://rubygems.org/ Using rake (0.8.7) Using abstract (1.0.0) Using activesupport (3.0.1) Using builder (2....