Re: sed and comma-delimited file

2006-09-22 Thread Bill Campbell
On Thu, Sep 21, 2006, Freddie Cash wrote: On Tue, September 19, 2006 4:49 pm, Matt Emmerton wrote: On Tue, September 19, 2006 9:26 am, SigmaX asdf wrote: I have a series of comma-delimited text files with fourteen columns of data and several hundred rows. I want to use a short shell script to

Re: sed and comma-delimited file

2006-09-22 Thread Patrick M. Hausen
Hi, all! On Tue, Sep 19, 2006 at 07:49:42PM -0400, Matt Emmerton wrote: cat file | awk -F, '{ printf %s,%s,%s,%s,%s\n,$1,$2,$3,$4,$5 }' newfile What's wrong with this? cat file | cut -f-5 -c';' newfile Both commands suffer badly from useless use of cat(1) ;-)) See

Dovecot 1.0 rc7 on FreeBSD 6.1-RELEASE/i386 with kqueue eats much CPU

2006-09-22 Thread Taras Savchuk
I have a problem with dovecot eating sometimes up to 90% CPU. While making such high cpu load, dovecot calls gettimeofday() more than 2 times per second: mail2# cat k.dov.l.txt | grep CALL | grep gettimeofday | wc -l 1195552 mail2# head -n 1 k.dov.l.txt 20910 imap 0.00 CALL

Skype on freebsd 6.2-prerelease.

2006-09-22 Thread Cheffo
Hello, After updating to freebsd-6.2-prerelease (3 days old now) I have weird problems with Skype. When I start skype everything else stop to work normally like my PC is running fork bomb or something else like this. The weird thing is that the CPU becomes 100% idle and even login to the

Re: Dovecot 1.0 rc7 on FreeBSD 6.1-RELEASE/i386 with kqueue eats much CPU

2006-09-22 Thread Pete French
I have a problem with dovecot eating sometimes up to 90% CPU. Are you using kqueue support ? I also had this problem and the solution for me was to recompile it without kqueue support. Now it runs fine. -pete. ___ freebsd-stable@freebsd.org mailing

Re: Dovecot 1.0 rc7 on FreeBSD 6.1-RELEASE/i386 with kqueue eats much CPU

2006-09-22 Thread Taras Savchuk
Pete French пишет: I have a problem with dovecot eating sometimes up to 90% CPU. Are you using kqueue support ? I also had this problem and the solution for me was to recompile it without kqueue support. Now it runs fine. -pete. Yes, I'm using kqueue support. -- С уважением, Савчук

Re: Dovecot 1.0 rc7 on FreeBSD 6.1-RELEASE/i386 with kqueue eats much CPU

2006-09-22 Thread Pete French
Yes, I'm using kqueue support. Try taking it out and the problem should go away. -pete. ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to [EMAIL PROTECTED]

Re[2]: Dovecot 1.0 rc7 on FreeBSD 6.1-RELEASE/i386 with kqueue eats much CPU

2006-09-22 Thread Daniel Gerzo
Hello Pete, Friday, September 22, 2006, 12:15:29 PM, you wrote: Yes, I'm using kqueue support. Try taking it out and the problem should go away. this is indeed a nice workaround (at least if it helps :-)), but somebody(tm) should have a look why the kqueue support is broken there in the

Re: Dovecot 1.0 rc7 on FreeBSD 6.1-RELEASE/i386 with kqueue eats much CPU

2006-09-22 Thread Taras Savchuk
Daniel Gerzo пишет: Hello Pete, Friday, September 22, 2006, 12:15:29 PM, you wrote: Yes, I'm using kqueue support. Try taking it out and the problem should go away. this is indeed a nice workaround (at least if it helps :-)), but somebody(tm) should have a look why the

Re: Re[2]: Dovecot 1.0 rc7 on FreeBSD 6.1-RELEASE/i386 with kqueue eats much CPU

2006-09-22 Thread Pete French
this is indeed a nice workaround (at least if it helps :-)), but somebody(tm) should have a look why the kqueue support is broken there in the first place. I think it's a problem in Dovecot, not FreeBSD - there are a number of messages regarding this on the Dovecot lists, including a nunmber

Re: Dovecot 1.0 rc7 on FreeBSD 6.1-RELEASE/i386 with kqueue eats much CPU

2006-09-22 Thread Taras Savchuk
Pete French пишет: this is indeed a nice workaround (at least if it helps :-)), but somebody(tm) should have a look why the kqueue support is broken there in the first place. I think it's a problem in Dovecot, not FreeBSD - there are a number of messages regarding this on the Dovecot

Re[2]: Dovecot 1.0 rc7 on FreeBSD 6.1-RELEASE/i386 with kqueue eats much CPU

2006-09-22 Thread Daniel Gerzo
Hello Taras, Friday, September 22, 2006, 12:59:24 PM, you wrote: Pete French пишет: this is indeed a nice workaround (at least if it helps :-)), but somebody(tm) should have a look why the kqueue support is broken there in the first place. I think it's a problem in Dovecot, not

Re: watchdogd_flags followed by panic watchdog timeout, after reboot my rc.conf disappear

2006-09-22 Thread Dmitry Pryanishnikov
Hello! On Sat, 2 Sep 2006, Daniel Dvo??k wrote: I saved my rc.conf without any doubt. I believe you, really ;) Answear: Because rc.conf had 0 Bytes !!! -rw-r--r-- 1 root wheel 6174 Sep 1 XX:XX rc.conf , I do not remember time of last modification of file. So the content of

Problems with OpenVPN+routing and creating tun0 interface

2006-09-22 Thread Václav Haisman
Hi, I want to set up OpenVPN to create and configure tun0 interface and connect to OpenVPN server. The main obstacle seems to be my inability to configure either OpenVPN or FreeBSD to actually create that tun0 interface. If I try to create it manually I get this: $ ifconfig -v tun create inet

Synaptics touchpad recognized as IntelliMouse

2006-09-22 Thread Tim Dettloff
Hi I recently installed FreeBSD 6.1-RELEASE on my Compaq Presario 2656AU. It has a synaptics touchpad, but the mouse gets recognised as an IntelliMouse. http://www.studentergaarden.dk/~tim/FreeBSD/dmesg.txt It works, but the scroll area is way to wide, and button 6 and 7 gets activated if i

reboot on power button?

2006-09-22 Thread Dan Pelleg
I'm setting up a PC-class machine to be used in an appliance-like setting. The people using it are far more likely to hit the power button then ctl-alt-del when they think it needs a restart (not often, but it may still happen). How do I tell ACPI to reboot when the power button is hit? Right

Re: Problems with OpenVPN+routing and creating tun0 interface

2006-09-22 Thread Dominic Marks
Václav Haisman wrote: Hi, I want to set up OpenVPN to create and configure tun0 interface and connect to OpenVPN server. The main obstacle seems to be my inability to configure either OpenVPN or FreeBSD to actually create that tun0 interface. If I try to create it manually I get this: $

Re: installation of mico failed

2006-09-22 Thread KAYVEN RIESE
On Fri, 22 Sep 2006, KAYVEN RIESE wrote: kayve# is root prompt kayve# uname -a FreeBSD kayve.domain_not_set.invalid 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:32:43 UTC 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386 kayve# On Fri, 22 Sep 2006, KAYVEN RIESE wrote:

Re: Problems with OpenVPN+routing and creating tun0 interface

2006-09-22 Thread Jussi, Petteri Nummikko
Václav Haisman wrote: Hi, I want to set up OpenVPN to create and configure tun0 interface and connect to OpenVPN server. The main obstacle seems to be my inability to configure either OpenVPN or FreeBSD to actually create that tun0 interface. If I try to create it manually I get this: $

Re: Problems with OpenVPN+routing and creating tun0 interface

2006-09-22 Thread Václav Haisman
Václav Haisman wrote, On 22.9.2006 14:41: Hi, I want to set up OpenVPN to create and configure tun0 interface and connect to OpenVPN server. The main obstacle seems to be my inability to configure either OpenVPN or FreeBSD to actually create that tun0 interface. If I try to create it

bug on BTX

2006-09-22 Thread CyberSans AirBort
hello guys, sorry if i send email to wrong address. i have tested 6.2-BETA and the same problem still appear when i want to install it into compaq evo desktop; BTX HALTED. like previous version, it stucks when booting from cd on the first installation. i have follow so many discussion around

Re: bug on BTX

2006-09-22 Thread Dominic Marks
CyberSans AirBort wrote: hello guys, sorry if i send email to wrong address. i have tested 6.2-BETA and the same problem still appear when i want to install it into compaq evo desktop; BTX HALTED. like previous version, it stucks when booting from cd on the first installation. i have follow so

Re: Problems with OpenVPN+routing and creating tun0 interface

2006-09-22 Thread Mike Tancsa
At 10:22 AM 9/22/2006, Václav Haisman wrote: The problme was on the server, it had my address restricted in firewall. I managed to make the tunnel. And I could ping the 192.168.23.1 address from mine 192.168.23.4. I had to restart the serivce because I did some changes to the OpenVPN client

RE: Problems with OpenVPN+routing and creating tun0 interface

2006-09-22 Thread Marius Rex
Václav Haisman wrote: Hi, I want to set up OpenVPN to create and configure tun0 interface and connect to OpenVPN server. The main obstacle seems to be my inability to configure either OpenVPN or FreeBSD to actually create that tun0 interface. If I try to create it manually I get this: $

ACPI issue with RELENG_6

2006-09-22 Thread Volker
Hi! With a recent RELENG_6 I've experienced what I suspect to be an ACPI issue. When powering down the system using `halt -p' I'm seeing a message like 'power off using ACPI' after the system has been shut down but the system does not power off. I've seen this yesterday with a csup'ed system as

Re: bug on BTX

2006-09-22 Thread dick hoogendijk
On 22 Sep Dominic Marks wrote: CyberSans AirBort wrote: i have tested 6.2-BETA and the same problem still appear when i want to install it into compaq evo desktop; BTX HALTED. Go into the BIOS, disable BIOS DMA transfers **. After that it will boot normally. I have about 20 EVOs, which this

Re: bug on BTX

2006-09-22 Thread Dominic Marks
dick hoogendijk wrote: On 22 Sep Dominic Marks wrote: CyberSans AirBort wrote: i have tested 6.2-BETA and the same problem still appear when i want to install it into compaq evo desktop; BTX HALTED. Go into the BIOS, disable BIOS DMA transfers **. After that it will boot normally. I have

Re: RELENG_6 does not compile

2006-09-22 Thread Brian
I was a recent reporter of this, and after I started replaciing hardware to test, it turned out that I had a memory chip problem. 1 stick of ram removed, buildworld now works. brian On Thu, 21 Sep 2006, Kris Kennaway wrote: On Fri, Sep 22, 2006 at 02:59:53AM +0200, martinko wrote: Kris

Re: bug on BTX

2006-09-22 Thread Ricardo Nabinger Sanchez
On Fri, 22 Sep 2006 17:46:49 +0200 dick hoogendijk [EMAIL PROTECTED] wrote: Still remains the question on why FreeBSD is not able to boot when bios DMA transfers are set set to on, while XP and linux just do what they're supposed to. It should not be necessary i.m.h.o. What about filing a PR

Re: sed and comma-delimited file

2006-09-22 Thread Gary Kline
On Fri, Sep 22, 2006 at 08:59:15AM +0200, Patrick M. Hausen wrote: Hi, all! On Tue, Sep 19, 2006 at 07:49:42PM -0400, Matt Emmerton wrote: cat file | awk -F, '{ printf %s,%s,%s,%s,%s\n,$1,$2,$3,$4,$5 }' newfile What's wrong with this? cat file | cut -f-5 -c';' newfile

Fwd: Re: getopt_long and POSIXLY_CORRECT

2006-09-22 Thread Mikhail Teterin
Could a committer with interest in -stable, please, see to it, that Andrey's recent change to getopt_long makes it into 6.2-RELEASE? The change makes our implementation of getopt_long closer to GNULIB's and will make it easier to avoid code-duplication in some ports. Thanks! -mi

Re: Patch: sym(4) VTOBUS FAILED panics on amd64, amd64/89550

2006-09-22 Thread Stefan Esser
Scott Long schrieb: Jan Mikkelsen wrote: Hi, Doug White wrote: On Fri, 22 Sep 2006, Jan Mikkelsen wrote: Quick summary: sym(4) assumes on amd64 that virtual addresses provided by bus_dmamem_alloc() have the same alignment as the physical addresses (in this case, 2*PAGE_SIZE).

Re: Patch: sym(4) VTOBUS FAILED panics on amd64, amd64/89550

2006-09-22 Thread Scott Long
Stefan Esser wrote: Scott Long schrieb: Jan Mikkelsen wrote: Hi, Doug White wrote: On Fri, 22 Sep 2006, Jan Mikkelsen wrote: Quick summary: sym(4) assumes on amd64 that virtual addresses provided by bus_dmamem_alloc() have the same alignment as the physical addresses (in

ffs snapshot lockup

2006-09-22 Thread Vivek Khera
Yesterday we upgraded an amd64 system from 6.1 to 6.2-PRE from a cvsup of September 20 evening. The overnight nightly dump to tape went off normally. This afternoon when the sysadmin was performing the level0 backup, the ffs_mksnap program locked up the entire system. It wasn't the

Re: ffs snapshot lockup

2006-09-22 Thread Kris Kennaway
On Fri, Sep 22, 2006 at 02:55:34PM -0400, Vivek Khera wrote: Yesterday we upgraded an amd64 system from 6.1 to 6.2-PRE from a cvsup of September 20 evening. The overnight nightly dump to tape went off normally. This afternoon when the sysadmin was performing the level0 backup, the

Re: RELENG_6 does not compile

2006-09-22 Thread Kent Stewart
On Thursday 21 September 2006 18:20, Joerg Pernfuss wrote: On Fri, 22 Sep 2006 02:59:53 +0200 martinko [EMAIL PROTECTED] wrote: internal compiler error: Segmentation fault: 11 Please submit a full bug report, with preprocessed source if appropriate. See

Re: ffs snapshot lockup

2006-09-22 Thread Vivek Khera
On Sep 22, 2006, at 3:03 PM, Kris Kennaway wrote: I know this is very un-useful as a bug report, but I'm putting this out in case anyone else has noticed this. It has never happened to us before when we were running 5.4 and then 6.1 on this box. Nothing else changed on the system during this

Re: ffs snapshot lockup

2006-09-22 Thread Kris Kennaway
On Fri, Sep 22, 2006 at 04:24:41PM -0400, Vivek Khera wrote: On Sep 22, 2006, at 3:03 PM, Kris Kennaway wrote: I know this is very un-useful as a bug report, but I'm putting this out in case anyone else has noticed this. It has never happened to us before when we were running 5.4 and then

System Crash - Panic Page Fault

2006-09-22 Thread Clayton Barbier
Good morning, I was hoping someone may be able to help me debug my system. I'm currently running FreeBSD 6.1 RELEASE. Below is a partial kernel debug log of the crash. Thanks for any assistance! - Clayton server1# kgdb kernel.debug /var/crash/vmcore.10 [GDB will not be able to

Re: RELENG_6 does not compile

2006-09-22 Thread [EMAIL PROTECTED]
On 9/21/06, martinko [EMAIL PROTECTED] wrote: Ruslan Ermilov wrote: On Thu, Sep 21, 2006 at 08:00:40PM +0200, martinko wrote: hello list, i've just pulled the releng_6 sources and run make -j4 buildworld as usual and this i've got: [...] I'm generally interested in fixing -jX build