Re: portmanager and use.perl port

2007-03-05 Thread Gerard Seibert
On Sun, 04 Mar 2007 20:41:55 -0800 Noah [EMAIL PROTECTED] wrote: So at times I run portmanager on many of my servers but I want to make sure that the perl installed is the port and not the system version. The only option I new about was to IGNORE building it. # grep perl

Re: FreeBSD Torrent Server

2007-03-05 Thread Oliver Fromme
Sorry for the late reply, but I think this one needs a correction, so others don't find wrong information in the archives ... Ted Mittelstaedt wrote: [...] The FreeBSD Beastie was struck from his position as logo for FreeBSD for some EXTREMELY minor controversy surrounding religions icons.

Re: portmanager and use.perl port

2007-03-05 Thread Noah
Gerard Seibert wrote: On Sun, 04 Mar 2007 20:41:55 -0800 Noah [EMAIL PROTECTED] wrote: So at times I run portmanager on many of my servers but I want to make sure that the perl installed is the port and not the system version. The only option I new about was to IGNORE building it. # grep

rsync and trailing '/'

2007-03-05 Thread Noah
rsync version 2.6.9 protocol version 29 I am running rsync, and I wonder if having the trailing '/' at the end of the directory is proper configuration? --- snip --- /usr/local/bin/rsync -avz -e ssh [EMAIL PROTECTED]:/var/cron/ /var/cron/ --- snip --- Cheers, Noah

portdowngrade and cvsroot

2007-03-05 Thread Noah
Hi there, I am attempting to run portdowngrade and it is timing out when I attempt to connect to [EMAIL PROTECTED] why is that happening? Is there another suggested CVS server I could connect to? I live in the San francisco area. setenv CVSROOT :pserver:[EMAIL PROTECTED]:/home/ncvs also

Re: rsync and trailing '/'

2007-03-05 Thread Matthew Seaman
Noah wrote: rsync version 2.6.9 protocol version 29 I am running rsync, and I wonder if having the trailing '/' at the end of the directory is proper configuration? --- snip --- /usr/local/bin/rsync -avz -e ssh [EMAIL PROTECTED]:/var/cron/ /var/cron/ Presence of absence of the

Re: slice/booting problem

2007-03-05 Thread J. W. Ballantine
The third party boot manager does play nice, I've had this setup working before (with the same BM [smartboot]), and everything worked fine. Thanks -- In Response to your message - Date: Fri, 2 Mar 2007 16:45:51 -0500 To: J. W. Ballantine [EMAIL PROTECTED] From:

Restore /libexec/ld-elf.so.1

2007-03-05 Thread Huy Ton That
I renamed this file and now I cannot boot up anymore... How can I restore this file? Help ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Starting a service on boot

2007-03-05 Thread Jean-Philippe Daigle
Hello, I'm attempting to add a new program to the list of services starting at boot time on FreeBSD 6.1. Unfortunately, although running the script directly as root starts it up just fine, it's not starting at boot time. I've found documentation that says there are two basic steps to follow: 1)

Re: Starting a service on boot

2007-03-05 Thread Chris Slothouber
I think you need to call it cc.sh And make sure it's +x Jean-Philippe Daigle wrote: Hello, I'm attempting to add a new program to the list of services starting at boot time on FreeBSD 6.1. Unfortunately, although running the script directly as root starts it up just fine, it's not starting at

RE: Starting a service on boot

2007-03-05 Thread Jean-Philippe Daigle
-Original Message- From: [EMAIL PROTECTED] [mailto:owner-freebsd- [EMAIL PROTECTED] On Behalf Of Chris Slothouber Sent: Monday, March 05, 2007 9:53 AM To: FreeBSD-questions@FreeBSD.org Subject: Re: Starting a service on boot I think you need to call it cc.sh And make sure it's +x

Re: Restore /libexec/ld-elf.so.1

2007-03-05 Thread Sergio Lenzi
Em Seg, 2007-03-05 às 08:33 -0500, Huy Ton That escreveu: I renamed this file and now I cannot boot up anymore... How can I restore this file? Help The easy way: 1) Boot from the FreeBSD 1 boot cd (that one with 680Mb...) 2) choose repair 3) fsck the /dev/adXs1a (X is 0,1 depending of

Re: Starting a service on boot

2007-03-05 Thread Chris Slothouber
Perhaps you could put a debug point in the script to ensure it is being started (e.g. touch a file or echo something to the terminal), and if it is indeed being run by rc, move the point until you find out where it's breaking? Jean-Philippe Daigle wrote: -Original Message- From:

Starting MySQL with different database directory

2007-03-05 Thread Dr. Jennifer Nussbaum
I hope this is the right place--i looked over the MySQL docs but they talk about a different startup practice than what FreeBSD uses. I have a new install of MySQL 5.1 on a FreeBSD 6.2 system. I want to have my MySQL data directory in a place other than /var/db/mysql. I thought i do this by

Re: Question about a specific ISP: Amen/Amenworld

2007-03-05 Thread Jeff Palmer
At 02:31 PM 3/2/2007, Alexandre Vieira wrote: Hello folks, I'm interested in a dedicated server plan from a somewhat big company called Amenworld (www.amenworld.com) but the sales technician is telling me that amen technicians can't install freebsd on the machines. After some googling I found

Proxy question

2007-03-05 Thread Bart Silverstrim
We are currently running Squid and SquidGuard on FreeBSD for monitoring/proxying web browsing activity at our workplace. The problem is that some users figured out how to use a specific type of proxy to bypass protections...specifically, they're going through an https site. Is it

RE: Starting a service on boot

2007-03-05 Thread Jean-Philippe Daigle
-Original Message- From: [EMAIL PROTECTED] [mailto:owner-freebsd- [EMAIL PROTECTED] On Behalf Of Chris Slothouber Sent: Monday, March 05, 2007 10:05 AM To: FreeBSD-questions@FreeBSD.org Subject: Re: Starting a service on boot Perhaps you could put a debug point in the script to

Re: Question about a specific ISP: Amen/Amenworld

2007-03-05 Thread Chris Slothouber
Personally, I would never consider a vendor that does not at least have a cursory knowledge of the platform I was using on a leased server. If they are miles away, I want someone with a clue to be my eyes an ears in the event of an emergency. I'd recommend going with a host who supports

Re: Starting a service on boot

2007-03-05 Thread Roland Smith
On Mon, Mar 05, 2007 at 09:37:54AM -0500, Jean-Philippe Daigle wrote: Hello, I'm attempting to add a new program to the list of services starting at boot time on FreeBSD 6.1. Unfortunately, although running the script directly as root starts it up just fine, it's not starting at boot time.

Re: Starting MySQL with different database directory

2007-03-05 Thread Roger Olofsson
Hello Dr. Nussbaum, I do this quite alot but I prefer to do it like this: 1. stop mysqld. 2. copy the /var/db/mysql to where I want it to be 3. rename /var/db/mysql to keep the original (just in case) 4. create a symlink in /var/db that points to where I want it to be You create a symlink by

Re: Question about a specific ISP: Amen/Amenworld

2007-03-05 Thread Chris Slothouber
Hi Jack, I think it was Alexandre who was interested in a particular host in the UK and was debating bringing his business to a company who let him know outright that they do not support FreeBSD. Thanks though! Jack Raats wrote: Chris, You can try www.layeredtech.com . At theair facili

Re: Question about a specific ISP: Amen/Amenworld

2007-03-05 Thread Jack Raats
Chris, You can try www.layeredtech.com . At theair facili tiesI 've two machines running FreeBSD and the service they offer is really great!!! Jack - Original Message - From: Chris Slothouber [EMAIL PROTECTED] To: freebsd-questions@freebsd.org Sent: Monday, March 05, 2007 4:21 PM

RAID5 degraded - system hangs

2007-03-05 Thread Michel, Dietmar
Hi Guys, I´m using an older Server with FreeBSD 6.2 als Fileserver in my home office. Now I made an upgrade using 4 SATA II disks connected to a promise TX4310 Raid controller. Defining a RAID5 a bios level, starting the server and building up the Raid at OS level: # atacontrol create

Re: Starting a service on boot

2007-03-05 Thread Jerry McAllister
On Mon, Mar 05, 2007 at 09:37:54AM -0500, Jean-Philippe Daigle wrote: Hello, I'm attempting to add a new program to the list of services starting at boot time on FreeBSD 6.1. Unfortunately, although running the script directly as root starts it up just fine, it's not starting at boot time.

Re: Proxy question

2007-03-05 Thread Fabian Keil
Bart Silverstrim [EMAIL PROTECTED] wrote: We are currently running Squid and SquidGuard on FreeBSD for monitoring/proxying web browsing activity at our workplace. The problem is that some users figured out how to use a specific type of proxy to bypass protections...specifically,

RE: Starting a service on boot

2007-03-05 Thread Jean-Philippe Daigle
-Original Message- From: Jerry McAllister [mailto:[EMAIL PROTECTED] Sent: Monday, March 05, 2007 10:44 AM To: Jean-Philippe Daigle Cc: freebsd-questions@freebsd.org Subject: Re: Starting a service on boot On Mon, Mar 05, 2007 at 09:37:54AM -0500, Jean-Philippe Daigle wrote:

Re: Starting MySQL with different database directory

2007-03-05 Thread Dr. Jennifer Nussbaum
Kalashnikov Ilya [EMAIL PROTECTED] wrote: On Mon, 2007-03-05 at 07:05 -0800, Dr. Jennifer Nussbaum wrote: I hope this is the right place--i looked over the MySQL docs but they talk about a different startup practice than what FreeBSD uses. I have a new install of MySQL 5.1 on a

Re: Starting MySQL with different database directory

2007-03-05 Thread Kalashnikov Ilya
On Mon, 2007-03-05 at 07:05 -0800, Dr. Jennifer Nussbaum wrote: I hope this is the right place--i looked over the MySQL docs but they talk about a different startup practice than what FreeBSD uses. I have a new install of MySQL 5.1 on a FreeBSD 6.2 system. I want to have my MySQL data

Re: Starting MySQL with different database directory

2007-03-05 Thread Kalashnikov Ilya
On Mon, 2007-03-05 at 07:05 -0800, Dr. Jennifer Nussbaum wrote: I hope this is the right place--i looked over the MySQL docs but they talk about a different startup practice than what FreeBSD uses. I have a new install of MySQL 5.1 on a FreeBSD 6.2 system. I want to have my MySQL data

Re: Starting MySQL with different database directory

2007-03-05 Thread Roger Olofsson
Dear Dr. Nussbaum, On behalf of all the symlinks in the world I hereby state that symlinking is a highly underrated art blah blah.. Just kidding ;^) You should of course do whatever you feel best. Good luck! /Roger Dr. Jennifer Nussbaum skrev: Kalashnikov Ilya [EMAIL PROTECTED]

Re: Starting MySQL with different database directory

2007-03-05 Thread Duane Hill
On Mon, 5 Mar 2007, Kalashnikov Ilya wrote: On Mon, 2007-03-05 at 07:05 -0800, Dr. Jennifer Nussbaum wrote: I hope this is the right place--i looked over the MySQL docs but they talk about a different startup practice than what FreeBSD uses. I have a new install of MySQL 5.1 on a FreeBSD

apache2.2.4 - ssl module error

2007-03-05 Thread Vizion
Gi Extract from error.log httpd: Syntax error on line 85 after upgrade /usr/local/etc/apache22/httpd.conf: Cannot load /usr/local/libexec/apache22/mod_ssl.so into server: /usr /local/libexec/apache22/mod_ssl.so: Undefined symbol ap_get_server_banner Does anyone know how to fix this? Thanks

Fetching sources from Windows?

2007-03-05 Thread frzburn
Hi! I have a slow Internet connection at home, and I would like to know if it is possible to fetch the STABLE sources from somewhere else (ex.: at work). What I want is to get the latest sources, like described in the handbook (

Re: Fetching sources from Windows?

2007-03-05 Thread Bill Moran
In response to frzburn [EMAIL PROTECTED]: Hi! I have a slow Internet connection at home, and I would like to know if it is possible to fetch the STABLE sources from somewhere else (ex.: at work). What I want is to get the latest sources, like described in the handbook (

Re: Fetching sources from Windows?

2007-03-05 Thread [EMAIL PROTECTED]
On 05/03/07, frzburn [EMAIL PROTECTED] wrote: Hi! I have a slow Internet connection at home, and I would like to know if it is possible to fetch the STABLE sources from somewhere else (ex.: at work). What I want is to get the latest sources, like described in the handbook (

Re: Apache Rotate Logs and Log Rotate.

2007-03-05 Thread David Robillard
On 3/3/07, Peter Pluta [EMAIL PROTECTED] wrote: I see, thanks. Does the shell script you use automatically delete the original logs after verbalizer or awstats makes it's own? I imagine the ones those programs use are smaller in size? No, the shell script does not delete any logs. Log rotation

Re: Apache Rotate Logs and Log Rotate.

2007-03-05 Thread Peter Pluta
Thanks, David. I had already configured it like that the first time around after reading up on it a bit. Most articles/tips I have read say to wait 10 minutes or so and then compress the logs with a shell script in order to be sure Apache finished logging to the files. Another thing, just to

Re: Question about a specific ISP: Amen/Amenworld

2007-03-05 Thread Alexandre Vieira
On 3/5/07, Chris Slothouber [EMAIL PROTECTED] wrote: Hi Jack, I think it was Alexandre who was interested in a particular host in the UK and was debating bringing his business to a company who let him know outright that they do not support FreeBSD. Thanks though! Jack Raats wrote: Chris,

Re: Question about a specific ISP: Amen/Amenworld

2007-03-05 Thread Chris Slothouber
I'd recommend Leaseweb in Amsterdam. Their network has great connectivity to Europe and their prices are competitive for unmetered plans. http://www.leaseweb.com/index.php?p=dedicatedflatfee http://noc.leaseweb.com/cgi-bin/peers.pl Alexandre Vieira wrote: Personally, I would never

Re: Fetching sources from Windows?

2007-03-05 Thread Nagy László Zsolt
frzburn írta: Hi! I have a slow Internet connection at home, and I would like to know if it is possible to fetch the STABLE sources from somewhere else (ex.: at work). What I want is to get the latest sources, like described in the handbook (

Re: Fetching sources from Windows?

2007-03-05 Thread frzburn
OK, thank to all of you for your replies! I'll see what I can do... Thanks! frzburn On 3/5/07, Nagy László Zsolt [EMAIL PROTECTED] wrote: frzburn írta: Hi! I have a slow Internet connection at home, and I would like to know if it is possible to fetch the STABLE sources from somewhere

Re: Apache Rotate Logs and Log Rotate.

2007-03-05 Thread David Robillard
On 3/5/07, Peter Pluta [EMAIL PROTECTED] wrote: Thanks, David. I had already configured it like that the first time around after reading up on it a bit. Most articles/tips I have read say to wait 10 minutes or so and then compress the logs with a shell script in order to be sure Apache finished

Re: Question about a specific ISP: Amen/Amenworld

2007-03-05 Thread Alexandre Vieira
On 3/5/07, Chris Slothouber [EMAIL PROTECTED] wrote: I'd recommend Leaseweb in Amsterdam. Their network has great connectivity to Europe and their prices are competitive for unmetered plans. http://www.leaseweb.com/index.php?p=dedicatedflatfee http://noc.leaseweb.com/cgi-bin/peers.pl

postfix and greylisting

2007-03-05 Thread Dave
Hello, I've set up greylisting with postgrey on postfix 2.3, on a 6.1 machine. All seems to be working well, except my bank can't get through, and i'm wondering how to let them through, what file to edit the user or the recipient file? Here's the output, confidential information x-d out.

Re: Fetching sources from Windows?

2007-03-05 Thread Jerry McAllister
On Mon, Mar 05, 2007 at 12:45:55PM -0500, frzburn wrote: Hi! I have a slow Internet connection at home, and I would like to know if it is possible to fetch the STABLE sources from somewhere else (ex.: at work). What I want is to get the latest sources, like described in the handbook (

Re: postfix and greylisting

2007-03-05 Thread Chuck Swiger
On Mar 5, 2007, at 11:36 AM, Dave wrote: I've set up greylisting with postgrey on postfix 2.3, on a 6.1 machine. All seems to be working well, except my bank can't get through, and i'm wondering how to let them through, what file to edit the user or the recipient file? Here's the output,

Re: Fetching sources from Windows?

2007-03-05 Thread Robert Huff
Jerry McAllister writes: Basically, that is what I do. I only have a regular old phone modem at home. I take my home machine in to the office where I have a reliable 100 Mb/s and do my installs there. The only problem is fixing up IPs and host names. Before I got cable, I had

Bluetooth problems

2007-03-05 Thread vittorio
I'm unable to use a bluetooth connection between my fbsd 6.2 laptop and my Nokia cell . As you can see below I can l2ping the cell but not other connection are possible. Also the Nokia cell fails to connect to the new device, the laptop, even though it perceives the device. Could you please

Re: postfix and greylisting

2007-03-05 Thread Marcel de Reuver
Dave wrote: I've set up greylisting with postgrey on postfix 2.3, on a 6.1 machine. All seems to be working well, except my bank can't get through, and i'm wondering how to let them through, what file to edit the user or the recipient file? perldoc postgrey Whitelists Whitelists

INTERFACING WITH NTFS

2007-03-05 Thread Parker Brown
Using the FreeBSD booter to manage both Windoz XP and FreeBSD 6.1 on the same SCSI drive. Under FreeBSD I've got XP mounted, and I've been able to examine the XP directories, but when I try to copy data or the contents of directories from FreeBSD to XP (usingcp -R ), nothing copies, and

Re: rsync and trailing '/'

2007-03-05 Thread Y Sidhu
From: Noah [EMAIL PROTECTED] Subject: rsync and trailing '/' To: User Questions freebsd-questions@freebsd.org Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=ISO-8859-1; format=flowed rsync version 2.6.9 protocol version 29 I am running rsync, and I wonder if having the

Re: INTERFACING WITH NTFS

2007-03-05 Thread Jerry McAllister
On Mon, Mar 05, 2007 at 01:04:06PM -0800, Parker Brown wrote: Using the FreeBSD booter to manage both Windoz XP and FreeBSD 6.1 on the same SCSI drive. Under FreeBSD I've got XP mounted, and I've been able to examine the XP directories, but when I try to copy data or the contents of

Re: Install with USB keyboard

2007-03-05 Thread Kirk Strauser
On Sunday 04 March 2007 23:53, John Costanzo wrote: That did not work. Please I would really like to use FreeBSD and I do not have a PS/2 port to help. Thanks For the record, I just installed 6.2 onto a USB-only server using a USB keyboard. I can't give any advice for your exact situation,

Re: compiling ports with more than one job

2007-03-05 Thread RW
On Sat, 3 Mar 2007 13:55:53 +0100 (CET) Christian Baer [EMAIL PROTECTED] wrote: On Wed, 28 Feb 2007 18:37:33 + RW wrote: There are two problems here. The first is that not all of the underlying builds support this. The second is that we are using Make as our ports scripting language

Laptop lid switch and ACPI

2007-03-05 Thread frzburn
Hi folks! I need a hint on how to get my screen turn off (backlight too) on my Dell Laptop. I have an Inspiron 6400 (e1505), and FreeBSD 6 - amd64. That's all! Thanks! =) frzburn ___ freebsd-questions@freebsd.org mailing list

Re: INTERFACING WITH NTFS

2007-03-05 Thread Vince
Parker Brown wrote: Using the FreeBSD booter to manage both Windoz XP and FreeBSD 6.1 on the same SCSI drive. Under FreeBSD I've got XP mounted, and I've been able to examine the XP directories, but when I try to copy data or the contents of directories from FreeBSD to XP (usingcp -R

Re: portmanager and use.perl port

2007-03-05 Thread RW
On Sun, 04 Mar 2007 20:41:55 -0800 Noah [EMAIL PROTECTED] wrote: So at times I run portmanager on many of my servers but I want to make sure that the perl installed is the port and not the system version. Are you aware that 5.x and 6.x releases don't have perl in the base system, and that

Re: Starting a service on boot

2007-03-05 Thread Derek Ragona
rc scripts should accept a few arguments: start stop restart You can usually find one in /usr/local/etc/rc.d to copy from. In most cases you want the service to write the PID to a file in /var/log so only one instance is started. Also be sure you use full pathnames in your scripts, don't

Changing Boot Loader

2007-03-05 Thread Tom Marchand
Is there anyway to install a new boot loader without having to perform a complete reinstall? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

RE: compiling ports with more than one job

2007-03-05 Thread Thomas Sparrevohn
There really two answers possible here - 1) Let's call it one depth e.g. make -j - Which works with some not all ports - Nice when it works and I guess ports/Mk could hold a flag 2) Let's call it width - e.g. the ability to compile packages at the same time given that all dependencies has been

Re: RAID5 degraded - system hangs

2007-03-05 Thread Derek Ragona
I'm no expert, but have experienced a few RAID issues. First, RAID 5 will become degraded and will try to rebuild upon a drive failure, once the failed drive is replaces. In Mirrored RAID, RAID 1, or RAID 10, the system will continue to function on the good drive but will alert the

Re: Changing Boot Loader

2007-03-05 Thread Vince
Tom Marchand wrote: Is there anyway to install a new boot loader without having to perform a complete reinstall? _ Have a read though the man page for boot0cfg if you want to reinstall the freebsd bootloader, otherwise you can install grub from ports. Vince

RE: Changing Boot Loader

2007-03-05 Thread Thomas Sparrevohn
Take a look at boot0cfg - it can install a new master boot record - If you by accident have nuked /boot You can normally get away with a make install from /sys/i386/boot - sometimes you have to copy a file or two by hand -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: Changing Boot Loader

2007-03-05 Thread Kevin Kinsey
Vince wrote: Tom Marchand wrote: Is there anyway to install a new boot loader without having to perform a complete reinstall? _ Have a read though the man page for boot0cfg if you want to reinstall the freebsd bootloader, otherwise you can install grub from ports. Vince or GAG

Re: Changing Boot Loader

2007-03-05 Thread Kevin Kinsey
Vince wrote: Tom Marchand wrote: Is there anyway to install a new boot loader without having to perform a complete reinstall? _ Have a read though the man page for boot0cfg if you want to reinstall the freebsd bootloader, otherwise you can install grub from ports. Vince or GAG

Re: Apache Rotate Logs and Log Rotate.

2007-03-05 Thread Peter Pluta
Gotcha, do you use a script to compress the logs after the SIGUSR1 and after waiting for a bit for apache to clear it's logging buffer (to not have missing logs)? David Robillard wrote: On 3/5/07, Peter Pluta [EMAIL PROTECTED] wrote: Thanks, David. I had already configured it like that the

Re: Starting a service on boot

2007-03-05 Thread Robert Huff
Derek Ragona writes: In most cases you want the service to write the PID to a file in /var/log so only one instance is started. Ins't the canonical location for this /var/run? Robert Huff ___

/libexec/ld-elf.so.1: ssh: Undefined symbol ssh_get_progname

2007-03-05 Thread Noah
Hi there, any clues on how to recover from this? I am attempting to backup to this machine and now I cannot ssh from it to other machines. /libexec/ld-elf.so.1: ssh: Undefined symbol ssh_get_progname Cheers, Noah ___

Re: Install with USB keyboard

2007-03-05 Thread Chris Hill
On Mon, 5 Mar 2007, Kirk Strauser wrote: On Sunday 04 March 2007 23:53, John Costanzo wrote: That did not work. Please I would really like to use FreeBSD and I do not have a PS/2 port to help. Thanks For the record, I just installed 6.2 onto a USB-only server using a USB keyboard. I can't

awk question

2007-03-05 Thread Gary Kline
Guys, Having found $9 , how do I /bin/rm it (using system()--yes??) in an awk one-liner? I'm trying to remove from packages from long ago and find and print them with ls -lt | awk '{if ($8 == 2006) print $9}'; but what I want to remove

Re: awk question

2007-03-05 Thread Bill Campbell
On Mon, Mar 05, 2007, Gary Kline wrote: Guys, Having found $9 , how do I /bin/rm it (using system()--yes??) in an awk one-liner? I'm trying to remove from packages from long ago and find and print them with ls -lt | awk '{if ($8 == 2006) print $9}';

Re: awk question

2007-03-05 Thread Chuck Swiger
On Mar 5, 2007, at 4:35 PM, Gary Kline wrote: Having found $9 , how do I /bin/rm it (using system()--yes??) in an awk one-liner? I gather that you are looking under /var/db/pkg...? I'm trying to remove from packages from long ago and find and print them with

Re: Restore /libexec/ld-elf.so.1

2007-03-05 Thread Kris Kennaway
On Mon, Mar 05, 2007 at 08:33:33AM -0500, Huy Ton That wrote: I renamed this file and now I cannot boot up anymore... How can I restore this file? Help See the archives, I answered this question a few days ago ___ freebsd-questions@freebsd.org

Re: awk question

2007-03-05 Thread Gary Kline
On Mon, Mar 05, 2007 at 04:46:35PM -0800, Chuck Swiger wrote: On Mar 5, 2007, at 4:35 PM, Gary Kline wrote: Having found $9 , how do I /bin/rm it (using system()--yes??) in an awk one-liner? I gather that you are looking under /var/db/pkg...? I'm trying to remove from packages

Re: compiling ports with more than one job

2007-03-05 Thread RW
On Mon, 5 Mar 2007 22:45:53 - Thomas Sparrevohn [EMAIL PROTECTED] wrote: There really two answers possible here - 1) Let's call it one depth e.g. make -j - Which works with some not all ports - Nice when it works and I guess ports/Mk could hold a flag 2) Let's call it width - e.g. the

Sun, Java stuff...

2007-03-05 Thread Gary Kline
Unless I was dreaming, I seem to recall that Sun Micro was dropping its claims to things-Java a few weeks ago. If true, why it it still so difficult to find the ports/packages/binaries for the Java suites we've got? I had to google around to find the

Re: Question about a specific ISP: Amen/Amenworld

2007-03-05 Thread Marc G. Fournier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Depends on the host ... I've gone with two so far in Panama (Central America) where they are Windows/Linux shops, and the support I've had from both places were exemplary ... some of the staff picks it up very quickly, others you have to walk

Re: defrag

2007-03-05 Thread Kevin Kinsey
Giorgos Keramidas wrote: On 2007-03-02 11:27, Mario Lobo [EMAIL PROTECTED] wrote: On Thursday 01 March 2007 17:27, Pietro Cerutti wrote: On 3/1/07, Kevin Kinsey [EMAIL PROTECTED] wrote: Kevin Kinsey wrote: groff /usr/share/doc/smm/05.fastfs/* ~/ffs.ps This is what worked for me: [~]gunzip

Re: Sun, Java stuff...

2007-03-05 Thread Dan Nelson
In the last episode (Mar 05), Gary Kline said: Unless I was dreaming, I seem to recall that Sun Micro was dropping its claims to things-Java a few weeks ago. If true, why it it still so difficult to find the ports/packages/binaries for the Java suites we've got? I had to google around to

Problems with arabic in Docbook

2007-03-05 Thread Rico Secada
Hi I am currently working on a docbook project using FreeBSD and I need to incorporate some arabic words. When I convert using xmlto into a xhtml document the words show up together with the other languages perfectly, but when I convert into PDF using xsltproc, the arabic letters gets

Re: Sun, Java stuff...

2007-03-05 Thread Gary Kline
On Mon, Mar 05, 2007 at 10:52:21PM -0600, Dan Nelson wrote: In the last episode (Mar 05), Gary Kline said: Unless I was dreaming, I seem to recall that Sun Micro was dropping its claims to things-Java a few weeks ago. If true, why it it still so difficult to find the

Re: Apache Rotate Logs and Log Rotate.

2007-03-05 Thread David Robillard
On 3/5/07, Peter Pluta [EMAIL PROTECTED] wrote: Gotcha, do you use a script to compress the logs after the SIGUSR1 and after waiting for a bit for apache to clear it's logging buffer (to not have missing logs)? No I don't. I don't even see why one would want to do this? Newsyslog deletes

Re: Apache Rotate Logs and Log Rotate.

2007-03-05 Thread Peter Pluta
I made a cron entry to compress the logs. We keep them for 10 days. Each log on this server is 940mb for the access and 430mb for the error. This site is very busy and I like having logs for various reasons (dump users uploading illegal content is one reason). The memory buffer clears out in

can i set different moused_flags for tow mice?

2007-03-05 Thread lveax
hi all i have tow usb mouse,one is in left,another is in right. i added moused_flags=-m 1=3 -m 3=1 to my /etc/rc.conf then i can use the left hand mouse. but it effected the tow mice. 391 ?? Ss 0:02.07 /usr/sbin/moused -m 1=3 -m 3=1 -p /dev/ums0 -t auto -I /var/run/moused.ums0.pid 423

Re: can i set different moused_flags for tow mice?

2007-03-05 Thread Dan Nelson
In the last episode (Mar 06), lveax said: hi all i have tow usb mouse,one is in left,another is in right. i added moused_flags=-m 1=3 -m 3=1 to my /etc/rc.conf then i can use the left hand mouse. but it effected the tow mice. 391 ?? Ss 0:02.07 /usr/sbin/moused -m 1=3 -m 3=1

Re: RAID5 degraded - system hangs

2007-03-05 Thread Nikos Vassiliadis
On Monday 05 March 2007 17:22, Michel, Dietmar wrote: [snip] Now I made an upgrade using 4 SATA II disks connected to a promise TX4310 Raid controller. This must be a software RAID controller. It uses software in your OS to do the several RAID levels. The controller simply acts as a RAID

RE: RAID5 degraded - system hangs

2007-03-05 Thread Michel, Dietmar
Hi Derek, at least your comment to SATA hot swap is right. But disk failure are during work anyway. So at least after rebooting and replacing the disk (I reconnected the disk offline and powered on again) I had to had a chance to rebuild the array. But as described I get no prompt in any boot

Re: MySQL Startup Script

2007-03-05 Thread Greg 'groggy' Lehey
[Format recovered--see http://www.lemis.com/email/email-format.html] Single line message. [Moving to -questions; this isn't really a ports issue] On Monday, 5 March 2007 at 23:28:53 -0800, Drew Jenkins wrote: I built MySQL 5.1 from port on FBSD 6.2. But it doesn't start up on boot. There's a