Re: upgrade 7 -> 7.2

2009-05-25 Thread John Remmers


On May 25, 2009, at 8:33 AM, Vasile Cristescu wrote:



On Monday 25 May 2009 15:30:27 Pieter Donche wrote:

I have to upgrade a few FreeBSD7 machines to FreeBSD7.2
(this is new to me)
One machine has very few third party ports installed (33), the other
over 600 ... One of the steps is # portupgade -af, to rebuild all  
third

party software..  this took 27 minutes on the 33 packages machine..
So for 20 times more packages:  10 hours ???


depending on the packages,


Is this normal?
Also, one I had one screen  asking for options for libiconv 1.11_1
where I had to tab to OK and press enter.
What is the 600 packages system has 20 of more of such screens,
waiting for user input. Can't one make ik automatically accept the
defaults?


echo 'BATCH=YES' > /etc/make.conf


Better make that:  echo 'BATCH=YES' >> /etc/make.conf

-John R.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: upgrade 7 -> 7.2

2009-05-25 Thread Vasile Cristescu

On Monday 25 May 2009 15:30:27 Pieter Donche wrote:
> I have to upgrade a few FreeBSD7 machines to FreeBSD7.2
> (this is new to me)
> One machine has very few third party ports installed (33), the other
> over 600 ... One of the steps is # portupgade -af, to rebuild all third
> party software..  this took 27 minutes on the 33 packages machine..
> So for 20 times more packages:  10 hours ???

 depending on the packages,

> Is this normal?
> Also, one I had one screen  asking for options for libiconv 1.11_1
> where I had to tab to OK and press enter.
> What is the 600 packages system has 20 of more of such screens,
> waiting for user input. Can't one make ik automatically accept the
> defaults?

echo 'BATCH=YES' > /etc/make.conf

> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscr...@freebsd.org"

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: upgrade 7 -> 7.2

2009-05-25 Thread Julien Cigar
You don't have to rebuilt all ports when you upgrade from 7.0 to 7.2, it
is, in general, only required when you upgrade for one major version to
another one (6.x -> 7.x or 7.x to 8.x)

On Mon, 2009-05-25 at 14:30 +0200, Pieter Donche wrote:
> I have to upgrade a few FreeBSD7 machines to FreeBSD7.2
> (this is new to me)
> One machine has very few third party ports installed (33), the other
> over 600 ... One of the steps is # portupgade -af, to rebuild all third 
> party software..  this took 27 minutes on the 33 packages machine..
> So for 20 times more packages:  10 hours ???
> Is this normal? 
> Also, one I had one screen  asking for options for libiconv 1.11_1
> where I had to tab to OK and press enter. 
> What is the 600 packages system has 20 of more of such screens,
> waiting for user input. Can't one make ik automatically accept the
> defaults?
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
-- 
Julien Cigar
Belgian Biodiversity Platform
http://www.biodiversity.be
Université Libre de Bruxelles (ULB)
Campus de la Plaine CP 257
Bâtiment NO, Bureau 4 N4 115C (Niveau 4)
Boulevard du Triomphe, entrée ULB 2
B-1050 Bruxelles
Mail: jci...@ulb.ac.be
@biobel: http://biobel.biodiversity.be/person/show/471
Tel : 02 650 57 52

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: upgrade 7 -> 7.2

2009-05-25 Thread Odhiambo ワシントン
On Mon, May 25, 2009 at 3:30 PM, Pieter Donche wrote:

> I have to upgrade a few FreeBSD7 machines to FreeBSD7.2
> (this is new to me)
> One machine has very few third party ports installed (33), the other
> over 600 ... One of the steps is # portupgade -af, to rebuild all third
> party software..  this took 27 minutes on the 33 packages machine..


AFAIK, you don't really need that (portupgrade -a) for point upgrades.
Just update userland and kernel and go out for beer!



> So for 20 times more packages:  10 hours ???
> Is this normal? Also, one I had one screen  asking for options for libiconv
> 1.11_1
> where I had to tab to OK and press enter. What is the 600 packages system
> has 20 of more of such screens,


I think if you set BATCH=yes in your environment or in /etc/make.conf then
it should take care of that.



-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254733744121/+254722743223
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
"Clothes make the man.  Naked people have little or no influence on
society."
  -- Mark Twain
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


upgrade 7 -> 7.2

2009-05-25 Thread Pieter Donche

I have to upgrade a few FreeBSD7 machines to FreeBSD7.2
(this is new to me)
One machine has very few third party ports installed (33), the other
over 600 ... One of the steps is # portupgade -af, to rebuild all third 
party software..  this took 27 minutes on the 33 packages machine..

So for 20 times more packages:  10 hours ???
Is this normal? 
Also, one I had one screen  asking for options for libiconv 1.11_1
where I had to tab to OK and press enter. 
What is the 600 packages system has 20 of more of such screens,

waiting for user input. Can't one make ik automatically accept the
defaults?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"