your welcome to walk through the script. it pulls in all necessary deps. I've 
been busy with work and have not had time to publish the new one. It is a lot 
simpler.
I have noticed A LOT of timeout errors when running the python portions. I even 
added some time-outs .. i think it would be better to split the 
requirements.txt file into a few smaller groups.
That was the reason for the issue below. The python scripts failed to download. 
I have not written any check-points into the system its make or break.

--
Jeremy McSpadden
Flux Labs, Inc | http://www.fluxlabs.net | Endless Solutions
Office : 850-250-5590x101 | Cell : 850-890-2543 | Fax : 850-254-2955

On Feb 13, 2013, at 9:49 PM, Mark Chaney <[email protected]>
 wrote:

> Is there a list of required RPM's for this script to work? Im trying to 
> install this on a pretty minimal CentOS 6.3 xen pvm and the image that its 
> made from must contain everything thats needed. I am getting tons of errors 
> and ive already installed over 50 packages through yum, but still getting 
> more dependency errors as I rerun the installer. Seems to be a lot of 
> assumptions in this installer that are not installed on my pretty slim 
> install.
> 
> Thanks,
> Mark
> 
> 
> On 2013-01-22 03:05, Bjørn T Johansen wrote:
>> Btw, just looked up what the install is called and I am not using
>> Minimal but Basic server install...
>> But that just installs more packages, not sure if that would cause this...
>> 
>> 
>> BTJ
>> 
>> On Mon, 21 Jan 2013 22:10:47 +0100
>> Bjørn T Johansen <[email protected]> wrote:
>> 
>>> I have included the python log file...
>>> 
>>> BTJ
>>> 
>>> On Mon, 21 Jan 2013 22:07:23 +0100
>>> Bjørn T Johansen <[email protected]> wrote:
>>> 
>>> > But now it shows the following error message..:
>>> >
>>> >
>>> > Storing complete log in /root/.pip/pip.log
>>> >
>>> > Now let's patch it up.
>>> >
>>> >   % Total    % Received % Xferd  Average Speed   Time    Time     Time  
>>> > Current
>>> >                                  Dload  Upload   Total   Spent    Left  
>>> > Speed
>>> > 100 30997  100 30997    0     0  32230      0 --:--:-- --:--:-- --:--:-- 
>>> > 44281
>>> >   % Total    % Received % Xferd  Average Speed   Time    Time     Time  
>>> > Current
>>> >                                  Dload  Upload   Total   Spent    Left  
>>> > Speed
>>> > 105  1578  105  1578    0     0   3181      0 --:--:-- --:--:-- --:--:-- 
>>> > 10115
>>> >   % Total    % Received % Xferd  Average Speed   Time    Time     Time  
>>> > Current
>>> >                                  Dload  Upload   Total   Spent    Left  
>>> > Speed
>>> > 107  1291  107  1291    0     0   3376      0 --:--:-- --:--:-- --:--:--  
>>> > 8493
>>> > ./install_baruwa2.sh: line 237: cd: 
>>> > px/lib/python2.6/site-packages/repoze/who/plugins/: No such file or 
>>> > directory
>>> > can't find file to patch at input line 5
>>> > Perhaps you used the wrong -p or --strip option?
>>> > The text leading up to this was:
>>> > --------------------------
>>> > |Index: repoze/who/plugins/friendlyform.py
>>> > |===================================================================
>>> > |--- repoze/who/plugins/friendlyform.py (revision 11049)
>>> > |+++ repoze/who/plugins/friendlyform.py (working copy)
>>> > --------------------------
>>> > File to patch:
>>> > Skip this patch? [y]
>>> > Skipping patch.
>>> > 3 out of 3 hunks ignored
>>> > can't find file to patch at input line 4
>>> > Perhaps you used the wrong -p or --strip option?
>>> > The text leading up to this was:
>>> > --------------------------
>>> > |diff -ruN repoze.who-1.0.19.orig/repoze/who/plugins/auth_tkt.py 
>>> > repoze.who-1.0.19/repoze/who/plugins/auth_tkt.py
>>> > |--- repoze.who-1.0.19.orig/repoze/who/plugins/auth_tkt.py      
>>> > 2010-11-13 00:50:30.000000000 +0200
>>> > |+++ repoze.who-1.0.19/repoze/who/plugins/auth_tkt.py   2012-03-26 
>>> > 11:45:34.961253992 +0200
>>> > --------------------------
>>> > File to patch:
>>> > Skip this patch? [y]
>>> > Skipping patch.
>>> > 2 out of 2 hunks ignored
>>> > Downloading/unpacking python-memcached
>>> >   Running setup.py egg_info for package python-memcached
>>> > Installing collected packages: python-memcached
>>> >   Running setup.py install for python-memcached
>>> > Successfully installed python-memcached
>>> > Cleaning up...
>>> >   % Total    % Received % Xferd  Average Speed   Time    Time     Time  
>>> > Current
>>> >                                  Dload  Upload   Total   Spent    Left  
>>> > Speed
>>> > 113   683  113   683    0     0   1713      0 --:--:-- --:--:-- --:--:--  
>>> > 4065
>>> > can't find file to patch at input line 6
>>> > Perhaps you used the wrong -p or --strip option?
>>> > The text leading up to this was:
>>> > --------------------------
>>> > |https://bitbucket.org/which_linden/eventlet/issue/89/add-a-timeout-argument-to-subprocesspopen
>>> > |
>>> > |diff -r 6e6a02e7ac7c eventlet/green/subprocess.py
>>> > |--- a/eventlet/green/subprocess.py     Tue Apr 19 09:51:35 2011 -0700
>>> > |+++ b/eventlet/green/subprocess.py     Thu May 26 09:56:14 2011 +1000
>>> > --------------------------
>>> > File to patch:
>>> > Skip this patch? [y]
>>> > Skipping patch.
>>> > 1 out of 1 hunk ignored
>>> >
>>> >
>>> >
>>> > BTJ
>>> >
>>> > On Mon, 21 Jan 2013 22:00:59 +0100
>>> > Bjørn T Johansen <[email protected]> wrote:
>>> >
>>> > > Took a look inside rpmforge.repo and no exclude line had been added..
>>> > > So I added it manually and now the packages are beeing installed as we 
>>> > > speak... :)
>>> > >
>>> > > BTJ
>>> > >
>>> > >
>>> > > On Mon, 21 Jan 2013 21:56:14 +0100
>>> > > Bjørn T Johansen <[email protected]> wrote:
>>> > >
>>> > > > Yes, I have the following line..:
>>> > > >
>>> > > > sed -i "12i exclude=perl-File-Temp perl" 
>>> > > > /etc/yum.repos.d/rpmforge.repo
>>> > > >
>>> > > >
>>> > > > BTJ
>>> > > >
>>> > > >
>>> > > > On Mon, 21 Jan 2013 20:48:11 +0000
>>> > > > Jeremy McSpadden <[email protected]> wrote:
>>> > > >
>>> > > > > Yes. Line 177 should have a sed line which adds an exclusion to 
>>> > > > > rpmforge
>>> > > > >
>>> > > > > cat -n install_baruwa2.sh
>>> > > > >
>>> > > > > Do you see that ?
>>> > > > >
>>> > > > > --
>>> > > > > Jeremy McSpadden
>>> > > > > Flux Labs | Endless Solutions
>>> > > > > Cell : 850-890-2543 | Fax : 850-254-2955
>>> > > > >
>>> > > > > On Jan 21, 2013, at 2:43 PM, "Bjørn T Johansen" 
>>> > > > > <[email protected]<mailto:[email protected]>> wrote:
>>> > > > >
>>> > > > > So that should have been fixed in the script I am running?
>>> > > > >
>>> > > > > BTJ
>> 
>> 
>> _______________________________________________
>> Keep Baruwa FREE - http://pledgie.com/campaigns/12056
> 
> _______________________________________________
> Keep Baruwa FREE - http://pledgie.com/campaigns/12056



_______________________________________________
Keep Baruwa FREE - http://pledgie.com/campaigns/12056

Reply via email to