Re: 'Serious' crypto?

2010-05-29 Thread perryh
Matthew Seaman wrote: > ... I don't think you could get support cover with a 4 hour > on-site response from Soekris... OTOH, given the price difference, one could afford to keep a whole spare system on hand. ___ freebsd-questions@freebsd.org mailing li

VHS to file codec recommendation

2010-05-29 Thread Polytropon
Dear list, I've built a system to digitize content from VHS video tapes. The setting consists of a 2 GHz P4 with a BrookTree based video grabber card (supported by bktr driver) and a C-Media sound card (supported by cmi driver). The video card does only have mono sound input, so I'm using the soun

disabling uhid driver

2010-05-29 Thread freebsd
Hello, I'm attempting to use a usb connected CyberPower UPS on generic kernel FreeBSD 7.1: ~ FreeBSD epicenter 7.1-RELEASE-p8 FreeBSD 7.1-RELEASE-p8 #0: Fri Oct 2 07:10:41 UTC 2009 r...@i386-builder.daemonology.net:/usr/obj/usr/s

Re: VHS to file codec recommendation

2010-05-29 Thread Roland Smith
On Sat, May 29, 2010 at 10:47:53AM +0200, Polytropon wrote: > Dear list, > > I've built a system to digitize content from VHS video tapes. > The setting consists of a 2 GHz P4 with a BrookTree based > video grabber card (supported by bktr driver) and a C-Media > sound card (supported by cmi driver

benchmark graphs, which software to use?

2010-05-29 Thread Adam PAPAI
Dear Mailing List, I don't know how to create images like these: http://people.freebsd.org/~kris/scaling/p3.png http://people.freebsd.org/~kris/scaling/os-mysql.png Which software should I use? Thanks in advance, -- Adam PAPAI ___ freebsd-questions@

Re: benchmark graphs, which software to use?

2010-05-29 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 29/05/2010 19:41:15, Adam PAPAI wrote: > Dear Mailing List, > > I don't know how to create images like these: > > http://people.freebsd.org/~kris/scaling/p3.png > http://people.freebsd.org/~kris/scaling/os-mysql.png > > Which software should I us

Upgrading default Apache1.3 to Apache22 port??

2010-05-29 Thread Kaya Saman
Hi guys, after Google'ing around a bit I managed to stumble across this: http://www.freebsd.org/doc/en/books/handbook/ports-using.html http://www.freebsddiary.org/portupgrade.php what I am trying to achieve is to upgrade the currently install Apache 1.3.x port over to the Apache22 port. The A

fonts qstns.

2010-05-29 Thread Gary Kline
guys, given the depth and wide scope of knoweldge on this list, i'm hoping that somebody can clue me in on font stuff... BUT: the fonts i'm interested in have to work with openoffice. first, i'm looking for a font that is apropos for long manscripts. printed. books rather than newspapers or oth

Re : Possible to run Linux distro in a jail?

2010-05-29 Thread Alexandre L.
I have this link to a French Blog : http://blog.etoilebsd.net/post/Emprisonner_une_debian_dans_un_FreeBSD This describe how to "jail" a Linux Debian in FreeBSD. I hope this will help you. I haven't used it. Thanks to its author : Baptiste Daroussin. I translated it in English : < #

Re: Upgrading default Apache1.3 to Apache22 port??

2010-05-29 Thread Kaya Saman
On 29/05/2010 23:52, Jerry wrote: On Sat, 29 May 2010 23:23:10 +0300 Kaya Saman articulated: Hi guys, after Google'ing around a bit I managed to stumble across this: http://www.freebsd.org/doc/en/books/handbook/ports-using.html http://www.freebsddiary.org/portupgrade.php what I am try

Re: Upgrading default Apache1.3 to Apache22 port??

2010-05-29 Thread Michael Powell
Kaya Saman wrote: [snip] > > It seems to have worked I just go into the config and check it; only > that part seems missing?? Maybe it's in a different place then /etc in > FreeBSD and I haven't worked it out yet. Even apache22 daemon is not in > /etc/rc.d. > > Oh well am sure will all be fi

Re: Upgrading default Apache1.3 to Apache22 port??

2010-05-29 Thread Kaya Saman
On 30/05/2010 02:01, Michael Powell wrote: Kaya Saman wrote: [snip] It seems to have worked I just go into the config and check it; only that part seems missing?? Maybe it's in a different place then /etc in FreeBSD and I haven't worked it out yet. Even apache22 daemon is not in /etc/rc

FireFox problem ?

2010-05-29 Thread zaxis
>uname -a FreeBSD mybsd.zsoft.com 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #9: Sat Mar 27 15:06:39 CST 2010 r...@mybsd.zsoft.com:/usr/obj/usr/src/sys/MYKERNEL i386 >pkg_version -vIL= | grep -i firefox firefox-3.5.9,1 < needs updating (index has 3.5.9_1,1) Sometimes when i

Re: FireFox problem ?

2010-05-29 Thread Dan Nelson
In the last episode (May 29), zaxis said: > > >uname -a > FreeBSD mybsd.zsoft.com 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #9: Sat Mar 27 > 15:06:39 CST 2010 r...@mybsd.zsoft.com:/usr/obj/usr/src/sys/MYKERNEL i386 > > >pkg_version -vIL= | grep -i firefox > firefox-3.5.9,1 <

FreeBSD 8.1-BETA1 Available

2010-05-29 Thread Aiza
http://www.daemonforums.org/showthread.php?t=4797 ___ 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"

text editor

2010-05-29 Thread Fbsd1
Been using ee and been happy. Now I have need for an editor with block commands. Put dd on the first line of sequence number you want to start deleting and dd on the last line of the block and hit enter and the block of lines are deleted. OR Put cc on first line and cc on last line of black to c

sh script writing help

2010-05-29 Thread Aiza
In a .sh type script I have && exerr " very long message gt 250 char" all on the same line. This is a real pain to edit. Is there some code a can use to continue this on the next line so I can see it on the screen and still have the command function? I tried \ with no luck. thanks __

Re: sh script writing help

2010-05-29 Thread Dan Nelson
In the last episode (May 30), Aiza said: > In a .sh type script I have && exerr " very long message gt 250 char" > all on the same line. This is a real pain to edit. > > Is there some code a can use to continue this on the next line so I can > see it on the screen and still have the command func

Re: text editor

2010-05-29 Thread perryh
Fbsd1 wrote: > Been using ee and been happy. > Now I have need for an editor with block commands. ... > Is there any editors with a function like this? Either vi or emacs can do this general sort of thing. ___ freebsd-questions@freebsd.org mailing list

Re: sh script writing help

2010-05-29 Thread Aiza
Dan Nelson wrote: In the last episode (May 30), Aiza said: In a .sh type script I have && exerr " very long message gt 250 char" all on the same line. This is a real pain to edit. Is there some code a can use to continue this on the next line so I can see it on the screen and still have the c

Re: sh script writing help

2010-05-29 Thread Anh Ky Huynh
On Sun, 30 May 2010 14:10:36 +0800 Aiza wrote: > Dan Nelson wrote: > > In the last episode (May 30), Aiza said: > >> In a .sh type script I have && exerr " very long message gt 250 > >> char" all on the same line. This is a real pain to edit. > >> > >> Is there some code a can use to continue thi

Re: fonts qstns.

2010-05-29 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 29/05/2010 22:11:07, Gary Kline wrote: > guys, > > given the depth and wide scope of knoweldge on this list, i'm > hoping that somebody can clue me in on font stuff... BUT: > the fonts i'm interested in have to work with openoffice. Any truetype o

Re: sh script writing help

2010-05-29 Thread Aiza
Anh Ky Huynh wrote: On Sun, 30 May 2010 14:10:36 +0800 Aiza wrote: Dan Nelson wrote: In the last episode (May 30), Aiza said: In a .sh type script I have && exerr " very long message gt 250 char" all on the same line. This is a real pain to edit. Is there some code a can use to continue thi