Re: Problem Installing freeBSD 8.1 on Dell Poweredge T110

2010-10-19 Thread Bas Smeelen
On 10/19/2010 03:08 AM, Robert Bonomi wrote: From owner-freebsd-questi...@freebsd.org Mon Oct 18 06:47:12 2010 Date: Thu, 14 Oct 2010 09:55:41 -0500 From: Mike Overton mikeo.veterantut...@gmail.com To: freebsd-questions@freebsd.org Cc: Richard Ehrlich richarde.veterantut...@gmail.com

Re: FTP like web app

2010-10-19 Thread Bas Smeelen
On 10/18/2010 10:17 PM, Jerry Bell wrote: There is a nice web app called OWL that does essentially this (plus a bunch more): http://sourceforge.net/projects/owl/ It needs php, mysql and apache to run, but it does work well on FreeBSD. We use http://sourceforge.net/projects/ajax-explorer/ for

Re: need help with php.

2010-10-19 Thread Gary Kline
On Mon, Oct 18, 2010 at 11:58:29PM -0400, Brad Mettee wrote: I do a lot with PHP. We can discuss on the list or in private. How about we start onlist and if there are any complaints, we can take it off-list? I did keep it up and by now I feel like I've been beat up by

Re: Netbooks BSD

2010-10-19 Thread Matthias Apitz
El día Sunday, October 17, 2010 a las 12:17:16PM -0600, Warren Block escribió: On Sun, 17 Oct 2010, Matthias Apitz wrote: Any alternative netbooks outside Asus which run FreeBSD? Of course. The Acer Aspire models vary, but the D250 is nice. Just to make sure: you mean the Acer Aspire

Re: need help with php.

2010-10-19 Thread Lars Eighner
On Mon, 18 Oct 2010, Gary Kline wrote: r...@ethic:/usr/local/www/apache22/data# php PHP Warning: Module 'mysql' already loaded in Unknown on line 0 PHP Warning: Module 'session' already loaded in Unknown on line 0 Does this mean anything obvious to you? I have my mysql notes

potential df issues in 8-stable

2010-10-19 Thread krad
Just updated my system last night to 8-stable. Now im seeing a minor issue with df in that it doesnt output anything. I'm a pure zfs based system. # df -h # # zfs list | grep system system 106G 37.2G23K /system system/be 31.6G

Re: potential df issues in 8-stable

2010-10-19 Thread krad
On 19 October 2010 10:00, krad kra...@gmail.com wrote: Just updated my system last night to 8-stable. Now im seeing a minor issue with df in that it doesnt output anything. I'm a pure zfs based system. # df -h # # zfs list | grep system system 106G 37.2G

Re: potential df issues in 8-stable

2010-10-19 Thread krad
On 19 October 2010 10:10, krad kra...@gmail.com wrote: On 19 October 2010 10:00, krad kra...@gmail.com wrote: Just updated my system last night to 8-stable. Now im seeing a minor issue with df in that it doesnt output anything. I'm a pure zfs based system. # df -h # # zfs list | grep

Re: WiFi HotSpot

2010-10-19 Thread Beat Siegenthaler
On 19.10.10 03:03, Adam Vande More wrote: I would recommend staying away from m0n0wall. It's poorly supported now, and buggy. Example: http://forum.m0n0.ch/index.php?PHPSESSID=1t2d5fp3t82ghgc7a7crmd0653topic=2025.15 I see no evidence of buggy there. And are you really in the position to

Re: potential df issues in 8-stable

2010-10-19 Thread Alexander Best
On Tue Oct 19 10, krad wrote: On 19 October 2010 10:10, krad kra...@gmail.com wrote: On 19 October 2010 10:00, krad kra...@gmail.com wrote: Just updated my system last night to 8-stable. Now im seeing a minor issue with df in that it doesnt output anything. I'm a pure zfs based

Re: potential df issues in 8-stable

2010-10-19 Thread krad
On 19 October 2010 11:49, Alexander Best arun...@freebsd.org wrote: On Tue Oct 19 10, krad wrote: On 19 October 2010 10:10, krad kra...@gmail.com wrote: On 19 October 2010 10:00, krad kra...@gmail.com wrote: Just updated my system last night to 8-stable. Now im seeing a minor

Re: help

2010-10-19 Thread Boris Samorodov
yanxinyou yxy@gmail.com writes: how i install the firefox flash plugins http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/desktop-browsers.html PS. You definitely should get acquainted with the FreeBSD Handbook. -- WBR, bsam ___

Re: potential df issues in 8-stable

2010-10-19 Thread krad
On 19 October 2010 11:55, krad kra...@gmail.com wrote: On 19 October 2010 11:49, Alexander Best arun...@freebsd.org wrote: On Tue Oct 19 10, krad wrote: On 19 October 2010 10:10, krad kra...@gmail.com wrote: On 19 October 2010 10:00, krad kra...@gmail.com wrote: Just

Re: help

2010-10-19 Thread bdsfbsd
On Tue, 19 Oct 2010 07:08:29 -0400, Boris Samorodov b...@ipt.ru wrote: yanxinyou yxy@gmail.com writes: how i install the firefox flash plugins http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/desktop-browsers.html PS. You definitely should get acquainted with the FreeBSD

filter a binary file and reduce 0x150a to 0x15

2010-10-19 Thread Matthias Apitz
Hello, Before I programm it in C (or whatever), is there any normal shell tool to filter a (large) binary file and change any occurance of 0x150a to 0x15 (i.e. delete \n but only if it follows a char 0x15)? Thanks matthias -- Matthias Apitz t +49-89-61308 351 - f +49-89-61308 399 - m

Re: filter a binary file and reduce 0x150a to 0x15

2010-10-19 Thread Matthias Apitz
El día Tuesday, October 19, 2010 a las 09:24:34AM -0400, Jerry McAllister escribió: On Tue, Oct 19, 2010 at 03:08:45PM +0200, Matthias Apitz wrote: Hello, Before I programm it in C (or whatever), is there any normal shell tool to filter a (large) binary file and change any

Re: filter a binary file and reduce 0x150a to 0x15

2010-10-19 Thread Matthias Apitz
El día Wednesday, October 20, 2010 a las 12:36:44AM +1100, andrew clarke escribió: I'd be personally more comfortable doing it in C or Python but I think you can do this with tr -s. me too; Note: 0x15 == 25 octal; 0x0a == 12 octal. I don't recall if it's possible to use hex values in

Re: filter a binary file and reduce 0x150a to 0x15

2010-10-19 Thread Jerry McAllister
On Tue, Oct 19, 2010 at 03:08:45PM +0200, Matthias Apitz wrote: Hello, Before I programm it in C (or whatever), is there any normal shell tool to filter a (large) binary file and change any occurance of 0x150a to 0x15 (i.e. delete \n but only if it follows a char 0x15)? Can you manage it

Re: filter a binary file and reduce 0x150a to 0x15

2010-10-19 Thread andrew clarke
On Tue 2010-10-19 15:08:45 UTC+0200, Matthias Apitz (g...@unixarea.de) wrote: Before I programm it in C (or whatever), is there any normal shell tool to filter a (large) binary file and change any occurance of 0x150a to 0x15 (i.e. delete \n but only if it follows a char 0x15)? I'd be

Downgrade from 8.1 to 8.0 possible ?

2010-10-19 Thread Leon Meßner
Hi, because of the broken heimdal (gssapi) in 8.1-RELEASE i'm thinking of going back to 8.0-p2 because i suppose the patch mentioned in kern/147454 works there (opposed to 8.1). Can i just csup RELENG_8_0_0_RELEASE and make a new world/kernel plus eventually freebsd-update to -p2 then ? TIA,

Re: How is CPU usage calculated?

2010-10-19 Thread Martin Turgeon
Le 2010-10-18 16:35, Adam Vande More a écrit : On Mon, Oct 18, 2010 at 3:06 PM, Martin Turgeon free...@optiksecurite.comwrote: I just reread it and it isn't clearer what is using the CPU so much. Can you please give me a little more explanation? A line in top(1) like: CPU: 0.0% user,

Re: potential df issues in 8-stable

2010-10-19 Thread Chip Camden
Quoth krad on Tuesday, 19 October 2010: On 19 October 2010 11:55, krad kra...@gmail.com wrote: On 19 October 2010 11:49, Alexander Best arun...@freebsd.org wrote: On Tue Oct 19 10, krad wrote: On 19 October 2010 10:10, krad kra...@gmail.com wrote: On 19 October 2010

VirtualNetwork.com domain for sale

2010-10-19 Thread Mark Smith
Hello, Came across your site for these keywords and thought the domain name might be of interest, it allows you to rank much more quickly in the search engines. As I'm sure you know the keywords are typed in according to Google keywords roughly 50 - 100,000 times and a month and the domain

Downgrading php5

2010-10-19 Thread Odhiambo Washington
Is there a way to downgrade from php-5.3.3 to 5.2.14 or any 5.2.x on FreeBSD 8.1? -- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254733744121/+254722743223 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ Damn!! ___ freebsd-questions@freebsd.org

Re: Downgrading php5

2010-10-19 Thread Maciej Milewski
On Tuesday 19 October 2010 19:56:16, Odhiambo Washington wrote: Is there a way to downgrade from php-5.3.3 to 5.2.14 or any 5.2.x on FreeBSD 8.1? lang/php52 and lang/php52-extensions is in the tree. Have you tried that? -- Maciej ___

Re: Downgrading php5

2010-10-19 Thread Odhiambo Washington
On Tue, Oct 19, 2010 at 10:02 PM, Maciej Milewski m...@dat.pl wrote: On Tuesday 19 October 2010 19:56:16, Odhiambo Washington wrote: Is there a way to downgrade from php-5.3.3 to 5.2.14 or any 5.2.x on FreeBSD 8.1? lang/php52 and lang/php52-extensions is in the tree. Have you tried

Re: Downgrade from 8.1 to 8.0 possible ?

2010-10-19 Thread Michael Powell
Leon Meßner wrote: Hi, because of the broken heimdal (gssapi) in 8.1-RELEASE i'm thinking of going back to 8.0-p2 because i suppose the patch mentioned in kern/147454 works there (opposed to 8.1). Can i just csup RELENG_8_0_0_RELEASE and make a new world/kernel plus eventually

3 different ral(4) pcmcia card (same chip) give the same error]

2010-10-19 Thread Anton Shterenlikht
I coundn't get any answer from current@, so I post here. Anybody using ral(4) wireless devices successfully? many thanks anton - Forwarded message from Anton Shterenlikht me...@bristol.ac.uk - On amd64 r213648 I've 3 different ral(4) cards, all giving ral0: could not read from BBP

Re: Netbooks BSD

2010-10-19 Thread Warren Block
On Tue, 19 Oct 2010, Matthias Apitz wrote: El d?a Sunday, October 17, 2010 a las 12:17:16PM -0600, Warren Block escribi?: On Sun, 17 Oct 2010, Matthias Apitz wrote: Any alternative netbooks outside Asus which run FreeBSD? Of course. The Acer Aspire models vary, but the D250 is nice.

Re: Netbooks BSD

2010-10-19 Thread herbert langhans
The cheapo way, if you get a model without a harddisk, is a compact flash card with an adapter for a few bucks. I currently have this combination in my Thinkpad (although its an ata to CF-adapter). Works great, lightweight, shockproof and reads really fast from the 'harddisk'. Downside is the

Re: PHP version dependency problems, was need help with php.

2010-10-19 Thread John Levine
compiled correctly. Then, still nothing. Typing php at a root prompt outputs these warnings. What's strange is that I _thought_ I had mysql set up correctly. PHP has a bunch of version dependencies on other ports that the guy who maintains the PHP port refuses to fix or

Re: filter a binary file and reduce 0x150a to 0x15

2010-10-19 Thread Karl Vogel
On Tue, 19 Oct 2010 15:08:45 +0200, Matthias Apitz g...@unixarea.de said: M Before I programm it in C (or whatever), is there any normal shell tool M to filter a (large) binary file and change any occurance of 0x150a to M 0x15 (i.e. delete \n but only if it follows a char 0x15)? This seems

Re: Netbooks BSD

2010-10-19 Thread Gary Kline
On Tue, Oct 19, 2010 at 02:53:30PM -0600, Warren Block wrote: On Tue, 19 Oct 2010, Matthias Apitz wrote: El d?a Sunday, October 17, 2010 a las 12:17:16PM -0600, Warren Block escribi?: On Sun, 17 Oct 2010, Matthias Apitz wrote: Any alternative netbooks outside Asus which run FreeBSD?

Re: need help with php.

2010-10-19 Thread Alejandro Imass
On Mon, Oct 18, 2010 at 11:31 PM, Gary Kline kl...@thought.org wrote: Ok, I've done everything I can think of and still my php5 fails. Several pages use a php counter [[that I wrote years ago.  That is the main thing that is busted.  Anybody up to helping me with this one? Did you happen to

Re: Netbooks BSD

2010-10-19 Thread Mike Jeays
On October 19, 2010 10:29:46 pm Gary Kline wrote: On Tue, Oct 19, 2010 at 02:53:30PM -0600, Warren Block wrote: On Tue, 19 Oct 2010, Matthias Apitz wrote: El d?a Sunday, October 17, 2010 a las 12:17:16PM -0600, Warren Block escribi?: On Sun, 17 Oct 2010, Matthias Apitz wrote: Any

Re: Netbooks BSD

2010-10-19 Thread bdsfbsd
On Tue, 19 Oct 2010 22:50:05 -0400, Mike Jeays mike.je...@rogers.com wrote: On October 19, 2010 10:29:46 pm Gary Kline wrote: $150 is seriously in my price range [!] But what about the optical drive? If I can buy one on sale and install FBSD from a CD or DVD, do

Re: download cvsup?

2010-10-19 Thread Tim Dunphy
This is the current state of affairs: [r...@lbsd2:/usr/home/bluethundr]#host bsd2 bsd2 has address 199.101.28.20 Host bsd2 not found: 3(NXDOMAIN) [r...@lbsd2:/usr/home/bluethundr]#ping yahoo.com PING yahoo.com (69.147.125.65): 56 data bytes ping: sendto: No route to host ping: sendto: No route to

Re: Netbooks BSD

2010-10-19 Thread Matthias Apitz
El día Tuesday, October 19, 2010 a las 07:29:46PM -0700, Gary Kline escribió: PS: I really _was_ current on hardware stuff. Back in the VAX 780 days :-) I booted my first UNIX V7 tape on a PDP-11 around 1982, I think. matthias -- Matthias Apitz t +49-89-61308 351 - f