search for: directory_name

Displaying 12 results from an estimated 12 matches for "directory_name".

2006 Mar 08
0
map.connect ''/directory_name'', :point_to_directory_name_located_in_public_directory?
How do I configure routes.rb map.connect command for it to point to a directory inside "railsapp/public"? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060308/6f80bb1a/attachment-0001.html
2003 Feb 04
2
some permissions issues
I?m facing some troubles with file / directory permissions... I log on the domain as admin user(root), and theres a pub share, on witch everyone needs to have permission to create / modify files, but when I change or create a file, only root can change the file, no one else. And then i need to go to server to chgrp users * -R and chown nobody * -R to allow others users to change the file.
2017 Aug 23
2
Error "translateCharUTF8' must be called on a CHARSXP Execution halted"
...I installed R 3.3.2 on a Red Hat Linux Enterprise 7.3 machine by adding the EPEL-repository and then installing it via yum. R starts up and seems to be doing fine at first sight. However, when I try to list the files in a directory with the command files <- list.files(path="/home/username/directory_name/", pattern="*.Rda",, full.names=T, recursive=FALSE) I get the error translateCharUTF8' must be called on a CHARSXP Execution halted On my local windows machine the command works fine. Googling this nothing really comes up except that the installation might be broken. (See http...
2013 Oct 02
2
When overriding the registration controller from devise, is it possible to access the newly created
...later. So far I''ve got this: class RegistrationsController < Devise::RegistrationsController def new super end def create super create_folder end def update super end def create_folder path = Pathname.new('':rails_root/tmp/'') directory_name = ":current_user" Dir.mkdir(path, directory_name) unless File.exists?(directory_name) endend routes.rb devise_for :users, :controllers => {:registrations => "registrations"} I followed this<http://stackoverflow.com/questions/3546289/override-devise-registratio...
2017 Aug 23
0
Error "translateCharUTF8' must be called on a CHARSXP Execution halted"
...3.3.2 on a Red Hat Linux Enterprise 7.3 machine by adding the EPEL-repository and then installing it via yum. > R starts up and seems to be doing fine at first sight. However, when I try to list the files in a directory with the command > > files <- list.files(path="/home/username/directory_name/", pattern="*.Rda",, full.names=T, recursive=FALSE) > > I get the error > > translateCharUTF8' must be called on a CHARSXP > Execution halted > > On my local windows machine the command works fine. > Googling this nothing really comes up except that the in...
2003 Dec 24
0
Re: myob
...HUBs. Also, absolutely do NOT use force user and force group - they will cause you problems. Follow the chapter on File, Directory and Share Access Controls instead. The solution is to decide what group and user you want to own the files. Then on the directory do: chown -R user_name.group_name directory_name chmod ug+s directory_name This sets the super-user bit on the directory so all files created will be owned by that user and group. This has much lower impact than doing force user/group. PS: force user = 'user_name', not Yes/No! Same for force group. I hope this helps. Cheers, John T....
2010 Jan 19
15
git clone locally
Hi, I follow the instructions below to set up a git repository with gitosis on my home ubuntu server. I can connect to the repository remotely perfectly and set up a new repository named My_Project. I successfully push the content of My_Project to this repository using the remote computer with an SSH key. Now I want to clone My_Project locally onto another directory within the unbuntu server.
2006 Apr 25
8
Permissions for share
opensuse 10/find / samba-3.0.20b-3.3 I'm trying to change directory permissions on a share so all users can modify files in the share and when I do as suggested in Ch15 of Samba Howto the following happens $ find `directory_name' -type d -exec chown nobody:users {}\; find: missing argument to `-exec' Chris Boyd Systems Engineer USIT 19-21 Aston Quay Dublin 2 Ireland Tel: +353 1 6021670 Fax: +353 1 6771602 www.usit.ie ----------------------------------------------------------------- This email message is inte...
2007 Jun 20
3
listing groups not working
Im having some problems with the samba 3.0.24 in Debian Etch when I try to list the groups, like this: wbinfo -g or net rpc group -U username All the times the output of the command is... "NOTHING". In samba 3.0.14 (Sarge), this works OK. I don't try in a newer version of samba. I test this with the debug on -d 4 with the rpc command and this is the ouput (see attached files).
2008 Mar 07
1
How to give user access to only 1 directory on a share?
Hello, Is there a way to give a single user access to a single directory on a given share, and yet prevent that user from accessing the rest of the data on that share? All users on the system are within the *same* group, and if possible, I'd like to keep it this way. Would I have to go with ACLs to implement this? Any and all suggestions are appreciated! Thanks, Matt
2007 Jan 25
4
What Happened to my SAMBA? Permissions Issue
OK. Everything is going great for 4 years on my FC3 Samba Version 3.0.3-5. Now all of a sudden, when someone opens a Word/Excel file on a Samba share, it changes the user Owner to that user as well as modifies the permissions to r-x and leaves the group/permission bits/owner setting alone. I have the root directories for all shares with the u and g sticky bits set on, but it is not enforcing
2009 Feb 23
22
Easiest way to get samba up and working for Windows users?
Everytime I have to setup samba to handle Windows users, sometime inadvertently goes wrong or doesn''t work the way I expected, or takes forever to setup, especially when there are many users and various policies. So far, the easiest, sureest and quickest method appears to be install WindowsXP into VMWare and use it to handle Windows sharing. Needless to say, this strucks me as rather