blogtk remove \n\r

2009-09-03 Thread ไพรัช ศรีโยธา
hi sirs, i face problems about posting into blog using blogtk. it seems that blogtk chanages all hard
into space. every time i edit my blog i have to manually added
at some point in the text which is not quite comfortable. would anyone here has some hints on this kind of p

Re: Reverse Proxy /Proxy Pass

2009-09-03 Thread Agus
2009/9/3 Mel Flynn : > On Friday 04 September 2009 01:20:46 Agus wrote: > >> What server, application do u know/recommend me for using as a >> ProxyPass / Reverse Proxy... >> >> The idea is to forward all requests to port 80 to this server and then >> from here according to the vhost send it to the

SANE epson.conf vs. epson2.conf

2009-09-03 Thread Modulok
There are two SANE backend configuration files for epson scanners, 'epson.conf' and 'epson2.conf'. How do I know which one to use for any given epson scanner? Does it matter? "The scanner model used was the EPSON Perfection 1650, so we know the scanner will use the epson2 backend." How did we kno

Re: cc -march questions

2009-09-03 Thread Scott Bennett
On Thu, 3 Sep 2009 10:28:09 -0400 Daniel Molina Wegener wrote: >2009/9/3 Scott Bennett > >> What exactly does "cc -march=prescott" enable cc to do? Does it >> include >> instruction scheduling for the pipeline structure of the Prescott CPUs? >> Does >> it include other options, e.g., "

Re: Making bootable USB keys

2009-09-03 Thread Fbsd1
Samuel Martín Moro wrote: Hello I'm having some troubles, trying to create bootable USB keys. I found (freebsd-hackers ML archives) a script, supposed to create the bootable image from my iso file. But, it still don't boot... (I may do it wrong) In details: -We distribute a FreeBSD (4.7, 5.4, 6

Re: 'alias' + sudo

2009-09-03 Thread Mel Flynn
On Friday 04 September 2009 02:10:36 Jerry wrote: > On Fri, 4 Sep 2009 01:34:05 +0200 > > Mel Flynn wrote: > > alias spico='/usr/local/bin/sudo pico -m' and be done with it. > > That is what I am currently doing; however,there are other commands > that I want to use that are not available when use

Re: difficult-to-phrase question...

2009-09-03 Thread Gary Kline
On Thu, Sep 03, 2009 at 02:05:57AM +0200, Polytropon wrote: > On Wed, 2 Sep 2009 16:43:30 -0700, Gary Kline wrote: > > i'm looking for a file what contains string "S". the filename > > in this case has a zillion letters, but that beside the point. > > > > i can use grep to find "S" a

Re: Reverse Proxy /Proxy Pass

2009-09-03 Thread Mel Flynn
On Friday 04 September 2009 01:20:46 Agus wrote: > What server, application do u know/recommend me for using as a > ProxyPass / Reverse Proxy... > > The idea is to forward all requests to port 80 to this server and then > from here according to the vhost send it to the actual server... For > now i

Re: 'alias' + sudo

2009-09-03 Thread Jerry
On Fri, 4 Sep 2009 01:34:05 +0200 Mel Flynn wrote: > alias spico='/usr/local/bin/sudo pico -m' and be done with it. That is what I am currently doing; however,there are other commands that I want to use that are not available when used via sudo without modifying the alias. I did not realize that

Reverse Proxy /Proxy Pass

2009-09-03 Thread Agus
Hi guys, What server, application do u know/recommend me for using as a ProxyPass / Reverse Proxy... The idea is to forward all requests to port 80 to this server and then from here according to the vhost send it to the actual server... For now i only need proxying.. dont think cacheing will be p

Logging failed attempts

2009-09-03 Thread Alan Shearer
Howdy, I was curious if there was a way to setup logging of *failed* attempts to login to a PPTP Server hosted on freebsd 7? I can only see successful logins. On a similar note is there a way to log successful and failed attempts to SSH into freebsd? Thanks for the help! Alan __

Re: 'alias' + sudo

2009-09-03 Thread Mel Flynn
On Wednesday 02 September 2009 13:26:59 Jerry wrote: > I have set up several 'alias' definitions in my .bashrc file. They are > honored when run as either a regular user or as root. However, when I > prefix a command with 'sudo', the alias is no longer honored. In other > words, the actual command

How to make netboot "copy" of an existent system?

2009-09-03 Thread Yuri
I have a spare machine that lacks hard drive. Is there an easy setup that would allow me to boot it via netboot and to be a "mirror" of another existing system: root and home directories should be NFS mounted from an existing system. In other words it should be just like the other system except

Re: What invokes cricket on FreeBSD

2009-09-03 Thread Warren Block
On Thu, 3 Sep 2009, stan wrote: On Thu, Sep 03, 2009 at 02:45:52PM -0600, Warren Block wrote: On Thursday 03 September 2009 21:02:41 stan wrote: pnoc# cat collect-subtrees #!/bin/sh echo STARTED >> /tmp/stan which perl >> /tmp/stan /usr/local/cricket/cricket/collect-subtrees.pl normal >> /tm

Re: What invokes cricket on FreeBSD

2009-09-03 Thread Mel Flynn
On Thursday 03 September 2009 22:23:47 stan wrote: > On Thu, Sep 03, 2009 at 10:10:13PM +0200, Mel Flynn wrote: > > On Thursday 03 September 2009 21:02:41 stan wrote: > > > pnoc# cat collect-subtrees > > > #!/bin/sh > > > > > > echo STARTED >> /tmp/stan > > > which perl >> /tmp/stan > > > /usr/loca

Re: What invokes cricket on FreeBSD

2009-09-03 Thread stan
On Thu, Sep 03, 2009 at 02:45:52PM -0600, Warren Block wrote: > >On Thursday 03 September 2009 21:02:41 stan wrote: > > > >> pnoc# cat collect-subtrees > >> #!/bin/sh > >> > >> echo STARTED >> /tmp/stan > >> which perl >> /tmp/stan > >> /usr/local/cricket/cricket/collect-subtrees.pl normal >> /tmp/

Re: What invokes cricket on FreeBSD

2009-09-03 Thread stan
On Thu, Sep 03, 2009 at 02:45:52PM -0600, Warren Block wrote: > >On Thursday 03 September 2009 21:02:41 stan wrote: > > > >> pnoc# cat collect-subtrees > >> #!/bin/sh > >> > >> echo STARTED >> /tmp/stan > >> which perl >> /tmp/stan > >> /usr/local/cricket/cricket/collect-subtrees.pl normal >> /tmp/

Re: What invokes cricket on FreeBSD

2009-09-03 Thread Warren Block
On Thursday 03 September 2009 21:02:41 stan wrote: > pnoc# cat collect-subtrees > #!/bin/sh > > echo STARTED >> /tmp/stan > which perl >> /tmp/stan > /usr/local/cricket/cricket/collect-subtrees.pl normal >> /tmp/stan > echo Done >> /tmp/stan > > /tmp stan contains: > > pnoc# cat /tmp/stan > START

Re: difficult-to-phrase question...

2009-09-03 Thread Gary Kline
On Wed, Sep 02, 2009 at 08:02:18PM -0400, Jon Radel wrote: > Gary Kline wrote: > > > > guys, (of either gender) > > > > here's one that is a bit difficult to figure out how to ask, but > > here's my first shot: > > > > i'm looking for a file what contains string "S". the filename >

Re: What invokes cricket on FreeBSD

2009-09-03 Thread stan
On Thu, Sep 03, 2009 at 10:10:13PM +0200, Mel Flynn wrote: > On Thursday 03 September 2009 21:02:41 stan wrote: > > > pnoc# cat collect-subtrees > > #!/bin/sh > > > > echo STARTED >> /tmp/stan > > which perl >> /tmp/stan > > /usr/local/cricket/cricket/collect-subtrees.pl normal >> /tmp/stan > > ec

Re: What invokes cricket on FreeBSD

2009-09-03 Thread Mel Flynn
On Thursday 03 September 2009 21:02:41 stan wrote: > pnoc# cat collect-subtrees > #!/bin/sh > > echo STARTED >> /tmp/stan > which perl >> /tmp/stan > /usr/local/cricket/cricket/collect-subtrees.pl normal >> /tmp/stan > echo Done >> /tmp/stan > > /tmp stan contains: > > pnoc# cat /tmp/stan > STARTE

Re: Making bootable USB keys

2009-09-03 Thread Samuel Martín Moro
I've already been told. But didn't tried it yet, my servers haven't X. I'll take a look on a test computer. But in the end, everything'll have to be done in the shellscript. Samuel Martín Moro CamTrace {EPITECH.} tek4 On Thu, Sep 3, 2009 at 6:19 PM, Dimitri Yioulos wrote: > On Thursday 03 Sep

Re: bookkeeping software

2009-09-03 Thread Chad Perrin
On Thu, Sep 03, 2009 at 09:27:12AM -0400, Tsu-Fan Cheng wrote: > Hi, > I am looking for a port on 7.2R that can do general small family > bookkeeping, I am not running gnome or kde, does anyone have any > recommendation? thank you!! I find that finance/homebank is great for simple home finance

Re: What invokes cricket on FreeBSD

2009-09-03 Thread stan
On Thu, Sep 03, 2009 at 05:54:37PM +0200, Mel Flynn wrote: > On Thursday 03 September 2009 17:44:53 stan wrote: > > On Thu, Sep 03, 2009 at 05:31:45PM +0200, Mel Flynn wrote: > > > On Thursday 03 September 2009 16:42:28 stan wrote: > > > > On Thu, Sep 03, 2009 at 04:22:43PM +0200, Mel Flynn wrote:

Lighttpd: (mod_fastcgi.c.1742) connect failed: Connection refused on unix:/tmp/lighttpd-fastcgi-php.socket

2009-09-03 Thread O. Hartmann
I deleted accidentally /usr/local/lib on a server but I was able to reinstall most of the software we need manually. After installing php5, several php5-XXX add ons and lighttpd, I get the appended error. The configuration for lighttpd is stuck with the same as before the accident. spawn_fastc

Re: ZFS and DMA read error

2009-09-03 Thread Mark Stapper
Arthur Chance wrote: Mark Stapper wrote: [snip] I ordered a "spare" drive so I'll wait until it arrives, replace the faulty drive with this one by dd-ing data from one to the other (I have only 4 SATA ports so I can't do "zpool replace"). zpool replace has two forms zpool replace pool old

Re: Making bootable USB keys

2009-09-03 Thread Dimitri Yioulos
On Thursday 03 September 2009 11:35:34 am Samuel Martín Moro wrote: > Hello > > I'm having some troubles, trying to create > bootable USB keys. I found (freebsd-hackers ML > archives) a script, supposed to create the > bootable image from my iso file. > But, it still don't boot... (I may do it wro

Re: bookkeeping software

2009-09-03 Thread Roland Smith
On Thu, Sep 03, 2009 at 09:27:12AM -0400, Tsu-Fan Cheng wrote: > Hi, > I am looking for a port on 7.2R that can do general small family > bookkeeping, I am not running gnome or kde, does anyone have any > recommendation? thank you!! Have a look at finance/gnucash. Roland -- R.F.Smith

Re: What invokes cricket on FreeBSD

2009-09-03 Thread Mel Flynn
On Thursday 03 September 2009 17:44:53 stan wrote: > On Thu, Sep 03, 2009 at 05:31:45PM +0200, Mel Flynn wrote: > > On Thursday 03 September 2009 16:42:28 stan wrote: > > > On Thu, Sep 03, 2009 at 04:22:43PM +0200, Mel Flynn wrote: > > > > On Thursday 03 September 2009 15:41:07 stan wrote: > > > >

Re: Making bootable USB keys

2009-09-03 Thread Samuel Martín Moro
hello. again. btw: my .img file is 0-filled in its 512 first bytes... i downloaded the 8-0-BETA3-???.img, it starts with EB3C. and I think each .img file start like that, right ? thanks Samuel Martín Moro CamTrace {EPITECH.} tek4 On Thu, Sep 3, 2009 at 5:35 PM, Samuel Martín Moro wrote: >

Making bootable USB keys

2009-09-03 Thread Samuel Martín Moro
Hello I'm having some troubles, trying to create bootable USB keys. I found (freebsd-hackers ML archives) a script, supposed to create the bootable image from my iso file. But, it still don't boot... (I may do it wrong) In details: -We distribute a FreeBSD (4.7, 5.4, 6.2 and 7.2) "custom" server.

Re: What invokes cricket on FreeBSD

2009-09-03 Thread Mel Flynn
On Thursday 03 September 2009 16:42:57 Jerry wrote: > Something appears to be broken. You might try a new installation. Please.wipe and reload is only common in broken OS implementations and certainly problems with a task scheduler rarely (if ever) call for extremities like this, nor does i

Re: What invokes cricket on FreeBSD

2009-09-03 Thread Mel Flynn
On Thursday 03 September 2009 16:42:28 stan wrote: > On Thu, Sep 03, 2009 at 04:22:43PM +0200, Mel Flynn wrote: > > On Thursday 03 September 2009 15:41:07 stan wrote: > > > On Thu, Sep 03, 2009 at 09:33:35AM -0400, stan wrote: > > > > On Thu, Sep 03, 2009 at 09:22:56AM -0400, stan wrote: > > > > >

Your Vonage Account

2009-09-03 Thread Vonage
Dear Vonage (SM) Customer: Thank you = for selecting Vonage. In an attempt to protect your credit card from potenti= al fraudulent activities, Vonage has implemented a Fraud Protection Pro= gram. Vonage wants to ensure that you are aware of the charges = that will be appearing on

Re: What invokes cricket on FreeBSD

2009-09-03 Thread Daniel Bye
On Thu, Sep 03, 2009 at 10:42:57AM -0400, Jerry wrote: > On Thu, 3 Sep 2009 09:41:07 -0400 > stan wrote: > > > OK, I found in the cron man page the following: > > > > > > Before running a command from a per-account crontab file, cron > > > checks the status of the account with pam(3) and skips

Re: What invokes cricket on FreeBSD

2009-09-03 Thread Maciej Milewski
Dnia czwartek, 3 września 2009 o 14:25:32 stan napisał(a): > Now, to do so I need to be the cricket > user, so I tried to su - cricket. I was told that this user was not > avaialble. Looking in /etc/passwd. I found that this users shell was listed > as /usr/sbin/nologin. I edited /etc/paswd to chan

Re: What invokes cricket on FreeBSD

2009-09-03 Thread Jerry
On Thu, 3 Sep 2009 09:41:07 -0400 stan wrote: > On Thu, Sep 03, 2009 at 09:33:35AM -0400, stan wrote: > > On Thu, Sep 03, 2009 at 09:22:56AM -0400, stan wrote: > > > On Thu, Sep 03, 2009 at 01:43:15PM +0100, Matthew Seaman wrote: > > > > stan wrote: > > > > > On Thu, Sep 03, 2009 at 07:48:57AM -0

Re: What invokes cricket on FreeBSD

2009-09-03 Thread stan
On Thu, Sep 03, 2009 at 04:22:43PM +0200, Mel Flynn wrote: > On Thursday 03 September 2009 15:41:07 stan wrote: > > On Thu, Sep 03, 2009 at 09:33:35AM -0400, stan wrote: > > > On Thu, Sep 03, 2009 at 09:22:56AM -0400, stan wrote: > > > > On Thu, Sep 03, 2009 at 01:43:15PM +0100, Matthew Seaman wrot

Re: cc -march questions

2009-09-03 Thread Daniel Molina Wegener
2009/9/3 Scott Bennett > What exactly does "cc -march=prescott" enable cc to do? Does it > include > instruction scheduling for the pipeline structure of the Prescott CPUs? > Does > it include other options, e.g., "-mmmx -msse -msse2 -msse3"? > Thanks in advance for any information on t

Re: What invokes cricket on FreeBSD

2009-09-03 Thread Mel Flynn
On Thursday 03 September 2009 15:41:07 stan wrote: > On Thu, Sep 03, 2009 at 09:33:35AM -0400, stan wrote: > > On Thu, Sep 03, 2009 at 09:22:56AM -0400, stan wrote: > > > On Thu, Sep 03, 2009 at 01:43:15PM +0100, Matthew Seaman wrote: > > > > stan wrote: > > > > > On Thu, Sep 03, 2009 at 07:48:57AM

Re: ZFS and DMA read error

2009-09-03 Thread Arthur Chance
Mark Stapper wrote: [snip] I ordered a "spare" drive so I'll wait until it arrives, replace the faulty drive with this one by dd-ing data from one to the other (I have only 4 SATA ports so I can't do "zpool replace"). zpool replace has two forms zpool replace pool old-device new-device

Re: What invokes cricket on FreeBSD

2009-09-03 Thread stan
On Thu, Sep 03, 2009 at 09:33:35AM -0400, stan wrote: > On Thu, Sep 03, 2009 at 09:22:56AM -0400, stan wrote: > > On Thu, Sep 03, 2009 at 01:43:15PM +0100, Matthew Seaman wrote: > > > stan wrote: > > > > On Thu, Sep 03, 2009 at 07:48:57AM -0400, stan wrote: > > > >> I have inherited a system that u

Re: What invokes cricket on FreeBSD

2009-09-03 Thread stan
On Thu, Sep 03, 2009 at 09:22:56AM -0400, stan wrote: > On Thu, Sep 03, 2009 at 01:43:15PM +0100, Matthew Seaman wrote: > > stan wrote: > > > On Thu, Sep 03, 2009 at 07:48:57AM -0400, stan wrote: > > >> I have inherited a system that uses Cricket on FreeBSD to do some data > > >> collection. I have

Re: bookkeeping software

2009-09-03 Thread Adam Vande More
On Thu, Sep 3, 2009 at 8:27 AM, Tsu-Fan Cheng wrote: > Hi, >I am looking for a port on 7.2R that can do general small family > bookkeeping, I am not running gnome or kde, does anyone have any > recommendation? thank you!! > > > TFC > ___ > freebsd-q

bookkeeping software

2009-09-03 Thread Tsu-Fan Cheng
Hi, I am looking for a port on 7.2R that can do general small family bookkeeping, I am not running gnome or kde, does anyone have any recommendation? thank you!! TFC ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/lis

Re: What invokes cricket on FreeBSD

2009-09-03 Thread stan
On Thu, Sep 03, 2009 at 01:43:15PM +0100, Matthew Seaman wrote: > stan wrote: > > On Thu, Sep 03, 2009 at 07:48:57AM -0400, stan wrote: > >> I have inherited a system that uses Cricket on FreeBSD to do some data > >> collection. I have set this up myself in the distnat past, but this time I > >> as

Re: What invokes cricket on FreeBSD

2009-09-03 Thread stan
On Thu, Sep 03, 2009 at 01:43:15PM +0100, Matthew Seaman wrote: > stan wrote: > > On Thu, Sep 03, 2009 at 07:48:57AM -0400, stan wrote: > >> I have inherited a system that uses Cricket on FreeBSD to do some data > >> collection. I have set this up myself in the distnat past, but this time I > >> as

Re: What invokes cricket on FreeBSD

2009-09-03 Thread stan
On Thu, Sep 03, 2009 at 08:56:59AM -0400, Jerry wrote: > On Thu, 3 Sep 2009 08:25:32 -0400 > stan wrote: > > > On Thu, Sep 03, 2009 at 07:48:57AM -0400, stan wrote: > > > I have inherited a system that uses Cricket on FreeBSD to do some > > > data collection. I have set this up myself in the dist

cc -march questions

2009-09-03 Thread Scott Bennett
What exactly does "cc -march=prescott" enable cc to do? Does it include instruction scheduling for the pipeline structure of the Prescott CPUs? Does it include other options, e.g., "-mmmx -msse -msse2 -msse3"? Thanks in advance for any information on the above!

Re: What invokes cricket on FreeBSD

2009-09-03 Thread Jerry
On Thu, 3 Sep 2009 08:25:32 -0400 stan wrote: > On Thu, Sep 03, 2009 at 07:48:57AM -0400, stan wrote: > > I have inherited a system that uses Cricket on FreeBSD to do some > > data collection. I have set this up myself in the distnat past, but > > this time I asked a contractor to set it up. I no

Re: What invokes cricket on FreeBSD

2009-09-03 Thread Matthew Seaman
stan wrote: > On Thu, Sep 03, 2009 at 07:48:57AM -0400, stan wrote: >> I have inherited a system that uses Cricket on FreeBSD to do some data >> collection. I have set this up myself in the distnat past, but this time I >> asked a contractor to set it up. I no longer have access to this >> contract

Re: What invokes cricket on FreeBSD

2009-09-03 Thread stan
On Thu, Sep 03, 2009 at 07:48:57AM -0400, stan wrote: > I have inherited a system that uses Cricket on FreeBSD to do some data > collection. I have set this up myself in the distnat past, but this time I > asked a contractor to set it up. I no longer have access to this > contractor, and the toher

Re: Why /bin/sh doesn't like the line: if test "x$my_var" == "xyes"; then

2009-09-03 Thread Bertram Scharpf
Hi, Am Donnerstag, 03. Sep 2009, 04:14:56 + schrieb jerry M: > configure file got this line and it causes the message: test: > xyes: unexpected operator But removing spaces around == or > replacing == with = makes it to work. > > On Linux though this line works fine. As `man test' describes,

What invokes cricket on FreeBSD

2009-09-03 Thread stan
I have inherited a system that uses Cricket on FreeBSD to do some data collection. I have set this up myself in the distnat past, but this time I asked a contractor to set it up. I no longer have access to this contractor, and the toher day, we shut down the system this was running on, and when we

Re: Why /bin/sh doesn't like the line: if test "x$my_var" == "xyes"; then

2009-09-03 Thread Ruben de Groot
On Thu, Sep 03, 2009 at 06:59:38AM +0200, Polytropon typed: > > > What > > is the version of /bin/sh currently used in 7.2? Where is it taken > > from? --version, -v, -version don't ever print version I guess due to > > FreeBSD policy of not versioning individual utilities. > > FreeBSD's Bourne s

Re: Boot from RAIDZ in 8.0-BETA3?

2009-09-03 Thread Artis Caune
2009/9/1 Jason Garrett : > IMHO, unless you have a NEED to do this with the 8-BETA's I would not > attempt. While I had this working in 8.0-BETA1 upon reboot I would loose > data from entire mountpoints on the root pool. First it was /usr/ports, not > a big deal. Then it was /var/db/pkg.. the syste

Re: webserver and natd

2009-09-03 Thread Razvan Cristea
Solved. It's a bug in version 7.2 info here: http://groups.google.com/group/muc.lists.freebsd.stable/browse_thread/thread/35f137a0e43b3175/d317dc58af6d4be2 Cu prietenie, Razvan Cristea = http://www.adventube.ro = --- On Thu, 9/3/09, Odhiambo Washington

Re: webserver and natd

2009-09-03 Thread Odhiambo Washington
On Wed, Sep 2, 2009 at 1:02 AM, Razvan Cristea wrote: > Hello, > > i have a webserver useing freebsd 7.2 and i user the same server to route > internet to a local network. > the internet on the local network is working fine but the sites from the > webserver are loading verry slow. > > i fave this

Re: ZFS and DMA read error

2009-09-03 Thread Mark Stapper
> SpinRite is OK but it hasn't been updated in ages. It does not work on > large drives. 250GB works, 1TB does not. Haven't tried it on 500GB > drives. > So it will be useles in... well in this case it IS useles... > If I were you I would 'zpool offline ...' the offending drive, rewrite > the e

RE: ZFS and DMA read error

2009-09-03 Thread Daniel Eriksson
Mark Stapper wrote: > People are REALLY pushing spinrite lately... I did get it though, just to try it. SpinRite is OK but it hasn't been updated in ages. It does not work on large drives. 250GB works, 1TB does not. Haven't tried it on 500GB drives. If I were you I would 'zpool offline ...' the