[Puppet Users] Re: puppet and yum lock

2013-12-20 Thread jcbollinger
On Thursday, December 19, 2013 2:54:39 PM UTC-6, Alexander Petrovsky wrote: > > Hi! > > Did you find out why does it happens? I got the same error, on amazon > linux, puppet 3.0.2. > It is a normal behavior of yum. Yum uses a lock file to prevent multiple sessions from proceeding contemporan

Re: [Puppet Users] Re: puppet and yum lock

2013-12-19 Thread Russell Cecala
Can you install the rpm with yum without puppet? Maybe the rpm you are installing is doing something to cause a deadlock like executing "rpm -i some-package" or "yum install blah-blah" in the %post section of the rpm's spec file. On Thu, Dec 19, 2013 at 12:54 PM, Alexander Petrovsky wrote: > Hi!

[Puppet Users] Re: puppet and yum lock

2013-12-19 Thread Alexander Petrovsky
Hi! Did you find out why does it happens? I got the same error, on amazon linux, puppet 3.0.2. среда, 7 августа 2013 г., 20:08:43 UTC+4 пользователь Aaron Addleman написал: > > Hi Everyone, > > I am having a problem with installing rpm packages on CentOS using yum. > The problem is when anothe