On Wednesday, July 17, 2013 1:56:42 PM UTC-6, Josh Cooper wrote:

>
> Another user had to modify the NTFS and Share permissions for 'Domain 
> Computers' to access the share (map the drive)[2]. This is because 
> LocalSystem doesn't have any credentials with which to access the network.
>
> Josh
>
> [1] https://groups.google.com/d/msg/puppet-users/86dBOxvirK0/I6CtTH_BGEgJ
> [2] https://groups.google.com/d/topic/puppet-users/xoJpt6ARe0Y/discussion
>

I think that's the issue:
G:\Tools\Puppet\win64\Python>psexec -i -s msiexec.exe /qn /norestart /i 
\\<server>\<share>\Puppet\win64\Python\python-2.7.5.amd64.msi 
TARGETDIR=C:\Python27 ALLUSERS=1

PsExec v1.98 - Execute processes remotely
Copyright (C) 2001-2010 Mark Russinovich
Sysinternals - www.sysinternals.com


msiexec.exe exited on SSCLD134G82G with error code 1619. 



Side note, I think the error code (1619) isn't getting picked up by Puppet 
correctly.  So I'm trying to weigh my options.  I'm a lowly developer and 
can't muck with domain users, nor can I change the security permissions on 
any of the CIFS network shares.  Running puppet agent manually, works on my 
test machine because I'm local admin, but won't work for other users who 
aren't.  I think I've tried copying installers using a File resource and 
then requiring and installing from said file in a package, but I recall 
that causing issues.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to