[PC-BSD Testing] Multiple PBI Installation
Kris Moore
kris at pcbsd.com
Fri Oct 24 07:33:16 PDT 2008
Gonzalo Martínez-Sanjuan Sánchez wrote:
> On Thursday 23 October 2008 09:27:16 pm James T. Nixon III wrote:
>> testing-request at lists.pcbsd.org wrote:
>>> Send Testing mailing list submissions to
>>> testing at lists.pcbsd.org
>>>
>>> To subscribe or unsubscribe via the World Wide Web, visit
>>> http://lists.pcbsd.org/mailman/listinfo/testing
>>> or, via email, send a message with subject or body 'help' to
>>> testing-request at lists.pcbsd.org
>>>
>>> You can reach the person managing the list at
>>> testing-owner at lists.pcbsd.org
>>>
>>> When replying, please edit your Subject line so it is more specific
>>> than "Re: Contents of Testing digest..."
>>>
>>>
>>> Today's Topics:
>>>
>>> 1. Re: Multiple PBI Installation (Gonzalo Mart?nez-Sanjuan S?nchez )
>>> 2. ntfs copy problem with files bigger than 4 GB (krzysiek)
>>>
>>>
>>> ----------------------------------------------------------------------
>>>
>>> Message: 1
>>> Date: Thu, 23 Oct 2008 19:54:19 +0200
>>> From: "Gonzalo Mart?nez-Sanjuan S?nchez " <g.martinez at pcbsd.es>
>>> Subject: Re: [PC-BSD Testing] Multiple PBI Installation
>>> To: "PC-BSD Testing list" <testing at lists.pcbsd.org>
>>> Message-ID: <200810231954.20018.g.martinez at pcbsd.es>
>>> Content-Type: text/plain; charset="iso-8859-1"
>>>
>>> On Thursday 23 October 2008 07:35:07 pm James T. Nixon III wrote:
>>>> Something I've noticed and unfortunately become accustomed to is the
>>>> inability to install more than one PBI at a time. When I start a PBI
>>>> installation while another is in progress it gives a 'data integrity
>>>> check' error.
>>>>
>>>> -- James
>>>> _______________________________________________
>>>> Testing mailing list
>>>> Testing at lists.pcbsd.org
>>>> http://lists.pcbsd.org/mailman/listinfo/testing
>>> if u install them separately. first one and once its finished, the other
>>> one. Does it fails with the same error?
>> No it will install fine individually. I have a CD of 15 or so PBI's
>> that I downloaded last week to make it easier to set up systems at work.
>> Try this: Download Warden and XChat pbi's and double-click both of them,
>> enter in your password on both, then click okay, an error should pop-up
>> after that. I just now tested this with freshly downloaded PBI's for
>> 7. It does this to me no matter which PBI's I use.
>>
>>
>> _______________________________________________
>> Testing mailing list
>> Testing at lists.pcbsd.org
>> http://lists.pcbsd.org/mailman/listinfo/testing
>>
>>
> Thats what i get:
> If I execute XChat and Warden at the same time (no matter if I press OK on
> XChat's window first, before Warden's one or viceversa...) I get the error
> James says.......
> At the same time, I have take for the tests the Wireshark pbi, the newest one
> which Ill aprove this night!
> I have installed Wireshark at the same time I install Warden and all went
> fine. Same results installing Wireshark and XChat pbi.
>
> I will approve Wireshark new version now so u can confirm this :P
>
If you want to automate installing a bunch of PBIs, you can do this a
lot easier :)
Just make a script like this:
#!/bin/sh
cd <pbidir>
chmod 755 *.pbi
for i in `ls *.pbi`
do
./{i} -text -accept
done
This will go through and install any PBI's you place in the specified
<pbidir> in text mode, one at a time :)
--
Kris Moore
PC-BSD Software
http://www.pcbsd.com
More information about the Testing
mailing list