Re: proper newfs options for SSD disk

2012-06-19 Thread Matthias Apitz
El día Sunday, June 17, 2012 a las 09:16:12PM -0600, Warren Block escribió: > On Sat, 16 Jun 2012, Matthias Apitz wrote: > > > OK, but I wanted to have most of the space of the 4 GB SSD encrypted > > with geli(8); so I should make there some slice containing /boot > > (unencrypted) and a second s

Re: proper newfs options for SSD disk

2012-06-19 Thread Wojciech Puchar
future disk layout. /dev/ada0p1freebsd-boot /dev/ada0p2freebsd-ufs /boot 256 Mbyte /dev/ada0p3freebsd-ufs /private 3.5 GByte (geli encrypted) over 200 MB wasted for /boot. what do you want to but there? except this it is all right. /dev/ada1p1freebsd-boot /dev/ada1p2

Re: Replacing rc(8) (Was: FreeBSD Boot Times)

2012-06-19 Thread Richard Yao
On 06/19/2012 12:39 AM, Wojciech Puchar wrote: > - delay at rc.d scripts - there are some delays inserted. > >> The latter item is the only place where making changes to rc.d is going >> to help, and only then by parellelizing, and even then you are not >> really going to gain much since most thin

Re: Replacing rc(8) (Was: FreeBSD Boot Times)

2012-06-19 Thread Garrett Cooper
On Mon, Jun 18, 2012 at 10:04 PM, Richard Yao wrote: > On 06/19/2012 12:39 AM, Wojciech Puchar wrote: >> - delay at rc.d scripts - there are some delays inserted. >> >>> The latter item is the only place where making changes to rc.d is going >>> to help, and only then by parellelizing, and even th

Re: Replacing rc(8) (Was: FreeBSD Boot Times)

2012-06-19 Thread RW
On Tue, 19 Jun 2012 01:04:47 -0400 Richard Yao wrote: > On 06/19/2012 12:39 AM, Wojciech Puchar wrote: > > - delay at rc.d scripts - there are some delays inserted. > > > >> The latter item is the only place where making changes to rc.d is > >> going to help, and only then by parellelizing, and e

Re: proper newfs options for SSD disk

2012-06-19 Thread Warren Block
On Tue, 19 Jun 2012, Matthias Apitz wrote: El día Sunday, June 17, 2012 a las 09:16:12PM -0600, Warren Block escribió: On Sat, 16 Jun 2012, Matthias Apitz wrote: OK, but I wanted to have most of the space of the 4 GB SSD encrypted with geli(8); so I should make there some slice containing /b

Re: Replacing rc(8) (Was: FreeBSD Boot Times)

2012-06-19 Thread Richard Yao
On 06/19/2012 07:20 AM, Garrett Cooper wrote: > On Mon, Jun 18, 2012 at 10:04 PM, Richard Yao wrote: >> On 06/19/2012 12:39 AM, Wojciech Puchar wrote: >>> - delay at rc.d scripts - there are some delays inserted. >>> The latter item is the only place where making changes to rc.d is going

Re: how to turn my computer into a TV

2012-06-19 Thread VDR User
On Mon, Jun 18, 2012 at 11:56 PM, Wojciech Puchar wrote: >> >> An old Pentium 4 3ghz can decode HD with plenty of cpu resources to >> spare so unless a person using something older than that, they've >> certainly got "modern" cpu power. > > actually even intel atom D525 is OK if decoder can be mul

Re: Replacing rc(8) (Was: FreeBSD Boot Times)

2012-06-19 Thread Doug Barton
On 6/18/2012 9:39 PM, Wojciech Puchar wrote: >> The latter item is the only place where making changes to rc.d is going >> to help, and only then by parellelizing, and even then you are not >> really going to gain much since most things at boot time are serial. > > grep sleep /etc/rc.d/* usr/local

Re: Replacing rc(8) (Was: FreeBSD Boot Times)

2012-06-19 Thread Doug Barton
On 6/18/2012 4:05 PM, Richard Yao wrote: > Doug, we already have OpenRC implemented. You can install Gentoo FreeBSD > in a jail, install regular FreeBSD in another jail and do your own > performance comparisons. Bt! Thanks for playing. :) You're the one proposing the change, YOU get to do

Re: how to turn my computer into a TV

2012-06-19 Thread Wojciech Puchar
I have a few Atom systems but they all use vdpau for decoding and I never bothered to see how just the Atom holds up on it's own for decoding. :) didn't have 1920x1080 video but 1366x768 MPEG4 plays smooth ___ freebsd-hackers@freebsd.org mailing list h

Re: Replacing rc(8) (Was: FreeBSD Boot Times)

2012-06-19 Thread Wojciech Puchar
grep sleep /etc/rc.d/* usr/local/etc/rc.d/* Sleeps in /etc tend to be there for good reasons, and new ones are vigorously scrutinized. If you see any that you think are dubious, feel free to mention them on freebsd-rc@. I don't say they are not needed but that they exist. anyway i don't unders

Re: Replacing rc(8) (Was: FreeBSD Boot Times)

2012-06-19 Thread Garrett Cooper
On Tue, Jun 19, 2012 at 10:51 AM, Wojciech Puchar wrote: >>> grep sleep /etc/rc.d/* usr/local/etc/rc.d/* >> >> Sleeps in /etc tend to be there for good reasons, and new ones are >> vigorously scrutinized. If you see any that you think are dubious, feel >> free to mention them on freebsd-rc@. > > I

Re: Replacing rc(8) (Was: FreeBSD Boot Times)

2012-06-19 Thread Wojciech Puchar
sorry i was wrong /etc/rc.d/defaultroute use sleep to wait for dhclient only. On Tue, 19 Jun 2012, Garrett Cooper wrote: On Tue, Jun 19, 2012 at 10:51 AM, Wojciech Puchar wrote: grep sleep /etc/rc.d/* usr/local/etc/rc.d/* Sleeps in /etc tend to be there for good reasons, and new ones are v

Re: Replacing rc(8) (Was: FreeBSD Boot Times)

2012-06-19 Thread Richard Yao
On 06/19/2012 12:50 PM, Doug Barton wrote: > On 6/18/2012 4:05 PM, Richard Yao wrote: >> Doug, we already have OpenRC implemented. You can install Gentoo FreeBSD >> in a jail, install regular FreeBSD in another jail and do your own >> performance comparisons. > > Bt! Thanks for playing. :)

Re: Replacing rc(8) (Was: FreeBSD Boot Times)

2012-06-19 Thread Garrett Cooper
On Tue, Jun 19, 2012 at 11:12 AM, Richard Yao wrote: > On 06/19/2012 12:50 PM, Doug Barton wrote: >> On 6/18/2012 4:05 PM, Richard Yao wrote: >>> Doug, we already have OpenRC implemented. You can install Gentoo FreeBSD >>> in a jail, install regular FreeBSD in another jail and do your own >>> perf

Re: Replacing rc(8) (Was: FreeBSD Boot Times)

2012-06-19 Thread Richard Yao
On 06/19/2012 04:12 PM, Garrett Cooper wrote: > On Tue, Jun 19, 2012 at 11:12 AM, Richard Yao wrote: >> On 06/19/2012 12:50 PM, Doug Barton wrote: >>> On 6/18/2012 4:05 PM, Richard Yao wrote: Doug, we already have OpenRC implemented. You can install Gentoo FreeBSD in a jail, install regu

Re: Replacing rc(8) (Was: FreeBSD Boot Times)

2012-06-19 Thread Garrett Cooper
On Tue, Jun 19, 2012 at 3:04 PM, Richard Yao wrote: > On 06/19/2012 04:12 PM, Garrett Cooper wrote: >> On Tue, Jun 19, 2012 at 11:12 AM, Richard Yao wrote: >>> On 06/19/2012 12:50 PM, Doug Barton wrote: On 6/18/2012 4:05 PM, Richard Yao wrote: > Doug, we already have OpenRC implemented.

Re: Replacing rc(8) (Was: FreeBSD Boot Times)

2012-06-19 Thread Richard Yao
On 06/19/2012 06:17 PM, Garrett Cooper wrote: > On Tue, Jun 19, 2012 at 3:04 PM, Richard Yao wrote: >> On 06/19/2012 04:12 PM, Garrett Cooper wrote: >>> On Tue, Jun 19, 2012 at 11:12 AM, Richard Yao wrote: On 06/19/2012 12:50 PM, Doug Barton wrote: > On 6/18/2012 4:05 PM, Richard Yao wro

Re: Replacing rc(8) (Was: FreeBSD Boot Times)

2012-06-19 Thread Garrett Cooper
On Tue, Jun 19, 2012 at 3:45 PM, Richard Yao wrote: > On 06/19/2012 06:17 PM, Garrett Cooper wrote: >> On Tue, Jun 19, 2012 at 3:04 PM, Richard Yao wrote: >>> On 06/19/2012 04:12 PM, Garrett Cooper wrote: On Tue, Jun 19, 2012 at 11:12 AM, Richard Yao wrote: > On 06/19/2012 12:50 PM, Dou

Re: Replacing rc(8) (Was: FreeBSD Boot Times)

2012-06-19 Thread RW
On Tue, 19 Jun 2012 11:03:31 -0700 Garrett Cooper wrote: > On Tue, Jun 19, 2012 at 10:51 AM, Wojciech Puchar > wrote: > >>> grep sleep /etc/rc.d/* usr/local/etc/rc.d/* > >> > >> Sleeps in /etc tend to be there for good reasons, and new ones are > >> vigorously scrutinized. If you see any that you

Re: cleaning /usr/obj before copying it to USB key

2012-06-19 Thread Garance A Drosehn
On 6/11/12 8:34 AM, Matthias Apitz wrote: Thanks for the hints concerning find(1) usage. I was wondering if there is nothing like # make install-clean or # make remove-tempfiles Thanks matthias I missed the beginning of this thread, but if you're talking about doing a 'make buildw

Re: cleaning /usr/obj before copying it to USB key

2012-06-19 Thread Matthias Apitz
El día Tuesday, June 19, 2012 a las 07:43:46PM -0400, Garance A Drosehn escribió: > On 6/11/12 8:34 AM, Matthias Apitz wrote: > > Thanks for the hints concerning find(1) usage. I was wondering if there > > is nothing like > > > > # make install-clean > > or > > # make remove-tempfiles > > > > Tha

MAGIC with HP KVM - someone will help?

2012-06-19 Thread Wojciech Puchar
i am not sure if it is related at all to FreeBSD, but maybe someone here know the solution. Anyway it is somewhat FreeBSD related for sure as you will see from description. I bought used IP 16 port KVM connected to few servers, in between them FreeBSD 8 server running on Dell PowerEdge T110.