search for: user_home

Displaying 10 results from an estimated 10 matches for "user_home".

Did you mean: users_home
2006 Mar 23
1
Need installation Help
...get... C:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/bin/../lib/rails_generator/lookup.rb:33:in `expand_path'': couldn''t find HOME environment -- expanding `~'' (ArgumentError) from C:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/bin/../lib/rails_generator/lookup.rb:33:in `user_home'' from C:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/bin/../lib/rails_generator/lookup.rb:106:in `user_component_sources!'' from C:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/bin/../lib/rails_generator/lookup.rb:54:in `append_features'' from C:/ruby/lib/ruby/gems/1.8...
2003 Feb 27
1
NT roaming profiles unable to be updated
...ings'. They can map to the drive during their current session, however, (as the message says) the setting are lost on subsequent logon sessions. Those users who loaded and ran the major application after logging on, now go straight to the desktop. We have set the permissions on the ../home/<user_home> to 777 (their profile is stored in here), but this has made no difference. We have created a new ntconfig.pol file (all default options), this has made no difference. I do not want to stay at Samba 2.0.4, I need to upgrade to 2.2.7. We have searched thru various forums for possible solution...
2009 Dec 03
1
Iterating over array to create users and files
I want to do the following declare variable: $usernames = [ "chris", "bob", "tim" ] How would I iterate over it to create something like: user { "$username": home => "/home/$username", } Also is it possible to create a more complex structure with $UID and $Shell I''m thinking of something like this: $users
2013 Nov 18
3
Is it possible to evaluate a string as a parameter name?
Hi, I''m looking to combine a couple of fact names with the value of a class parameter to create and lookup the resulting fact''s value. Is that possible? For example, my class will take the parameter "my_default_nic" from beyond. So I know that as long as $my_default_nic exists on the client, then so will facts like macaddress_<NIC>, netmask_<NIC>,
2008 Apr 16
2
CONNECTING VIA SSH BETWEEN CENTOS 4 AND 5
Hi, I am trying to set up an automatic connection between CentOS 4 system (server) and a CentOS 5 DomU VM (client) via ssh to enable my to back up development files on the server to the client with a cron process. I generate they key pair without a pass phrase on the client and copy the public key to the same user's .ssh directory on the server as authorized_keys2. When I try to ssh to
2009 May 05
0
[LLVMdev] Using non-system compiler to build llvm and llvm-gcc front end
Hi, > $ ../llvm-2.5/configure --prefix=/pkg/bin/llvm/ > CC=/pkg/bin/gcc-4.2.4/bin/gcc CXX=/pkg/bin/gcc-4.2.4/bin/g++ > CXXCPP=/pkg/bin/gcc-4.2.4/bin/cpp LDFLAGS=-L/pkg/bin/gcc-4.2.4/lib64/ > CXXFLAGS=-I/pkg/bin/gcc-4.2.4/include/c++/4.2.4/ > CPPFLAGS=-I/pkg/bin/gcc-4.2.4/include/ how about: export PATH=/pkg/bin/:$PATH ../llvm-2.5/configure --prefix=/pkg/bin/llvm/ instead? Ciao,
2010 Apr 09
9
gem install rails (Errno::ENOENT) No such file or directory
I have two PCs, one with Windows XP and another with Windows Vista. I''m working as an administrator in both computers. I''m using Ruby 1.8.7 and Rubygems 1.3.6. When I try to install Rails I get this error: C:\>gem install rails ERROR: While executing gem ... (Errno::ENOENT) No such file or directory - C:/Users/Jesús Dugarte I have installed Rails several times before
2009 May 05
2
[LLVMdev] Using non-system compiler to build llvm and llvm-gcc front end
...error: can only configure for one host and one target at a time How do I tell llvm-gcc config to use the right version of gcc? /pkg/bin/ is in my path thanks to the suggestion from Duncan. $ echo $PATH /pkg/bin/:/usr/lib64/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/user_homes/sricketts/bin
2017 Mar 31
2
Failed to enumerate objects in the container. Access is denied.
Hai, I see Rowland helped a bit already and good things going here.. For you setup, this is how i do my setup. First your data path /fs/gf /fs/othere_path.. I normaly start with : chmod 2775 /fs chown root:"Domain Admins" ( optional share \\server\fs$ ) chmod 2775 /fs/gf chown root:"Domain Admins" ( or chmod -R ... but i dont know if you already did setup more )
2009 May 04
3
[LLVMdev] Using non-system compiler to build llvm and llvm-gcc front end
I am still having problems getting everything installed. I realized that the successful build of llvm-2.5 had in fact been configured to use the system gcc (4.1.2). However, I was unable to sucessfully build llvm-gcc with gcc 4.1.2. I went back and attempted to build llvm-2.5 with gcc-4.2.4 (installed in a separate directory from system gcc). However, I got the same build error as before. Then I