Displaying 3 results from an estimated 3 matches for "fixperm".
Did you mean:
fixterm
2010 Oct 25
2
Multiple errors on puppet client runs: "A section with name updates already exists"
...dy exists
err: //yumrepos::perkins/Yumrepo[perkins]: Failed to retrieve current
state of resource: A section with name updates already exists
err: //yumrepos::centosbase/Yumrepo[centosplus]: Failed to retrieve
current state of resource: A section with name updates already exists
notice: //yumrepos::fixperms/File[/etc/yum.repos.d]: Dependency
yumrepo[centosplus] has 1 failures
notice: //yumrepos::fixperms/File[/etc/yum.repos.d]: Dependency
yumrepo[base] has 1 failures
notice: //yumrepos::fixperms/File[/etc/yum.repos.d]: Dependency
yumrepo[extras] has 1 failures
notice: //yumrepos::fixperms/File[/etc/y...
2008 Oct 21
1
Create user home directory or user-own folder on samba server on first login to samba
Hello,
I'd like to create user home directory or user-own folder on samba server on first login to samba without using PAM, so how could I do this?
Thank you,
Denis
2011 Nov 19
11
Installing Oracle
This is pretty ugly.
I''m using puppet to install Oracle, ie an exec{} wrapped around:
/u01/oracle_extract/linux.x64_11gR2_database/database/runInstaller
-silent -responseFile /etc/oracle_response.rsp
The problem is that the damn installer backgrounds itself and returns
control to the shell. I tried putting the above command in a script,
followed by a wait command, but that