Re: [Invitation] Almighty GOD never forsake his people @ Fri Apr 4 05:00 - 06:00 ()

2008-04-04 Thread Peter N. M. Hansteen
Darrin Chandler [EMAIL PROTECTED] writes: Dude! This is covered in the archives, FAQ, and man pages! hm. $ man god man: no entry for god in the manual. -- Peter N. M. Hansteen, member of the first RFC 1149 implementation team http://bsdly.blogspot.com/ http://www.bsdly.net/

Sed or perl subsitutions - in place

2008-04-04 Thread Parvinder Bhasin
I am writing up a script to automatically increment the serial number of bind dns zone file , but I am running across issues doing in place substitution with either sed or even perl for that matter. I can do this easily in Linux but am having hard time doing so in openbsd. I would like to

Re: : HP nw9440 does not boot ACPI snapshot

2008-04-04 Thread Raimo Niskanen
On Thu, Apr 03, 2008 at 04:38:08PM +, Nicolas Legrand wrote: Reyk Floeter [EMAIL PROTECTED] writes: i have the same problems on a HP Compaq dc7600 Convertible Minitower. acpi doesn't work. the acpi developers like marco@ are aware of the problem and it is being worked on.

Re: Sed or perl subsitutions - in place

2008-04-04 Thread Alexander Schrijver
sed 's/$OLD/$NEW/' $file -I know this will only search and replace but how do I do in in-place so that the file itself is modified.* sed -a 's/old/new/wfilename' filename It is explained in: cd /usr/share/doc/usd/15.sed/; make paper.txt; less paper.txt Why dont you use

pptp vpn in openbsd

2008-04-04 Thread Сергей Харламов
Hi all!#10;#10;I try to establish on the computer connection with a server of the provider pptp. On it it is included mppe and MSChapV2. At myself by the machine I have registered in/etc/ppp/ppp.conf#10;#10;default:#10; set log Phase Chat LCP IPCP CCP tun command#10;pptp1:#10; set

Re: Sed or perl subsitutions - in place

2008-04-04 Thread Raimo Niskanen
On Fri, Apr 04, 2008 at 01:07:10AM -0700, Parvinder Bhasin wrote: I am writing up a script to automatically increment the serial number of bind dns zone file , but I am running across issues doing in place substitution with either sed or even perl for that matter. I can do this easily in

Funding wording change on www.openbsd.org

2008-04-04 Thread John Wright
Oh. I thought t-shirts helped to fund OpenBSD. :( http://www.openbsd.org/cgi-bin/cvsweb/www/index.html

Re: Sed or perl subsitutions - in place

2008-04-04 Thread Almir Karic
On Fri, Apr 4, 2008 at 10:07 AM, Parvinder Bhasin [EMAIL PROTECTED] wrote: I am writing up a script to automatically increment the serial number of bind dns zone file , but I am running across issues doing in place substitution with either sed or even perl for that matter. I can do this

Re: : HP nw9440 does not boot ACPI snapshot

2008-04-04 Thread Nicolas Legrand
Raimo Niskanen [EMAIL PROTECTED] writes: On Thu, Apr 03, 2008 at 04:38:08PM +, Nicolas Legrand wrote: Reyk Floeter [EMAIL PROTECTED] writes: i have the same problems on a HP Compaq dc7600 Convertible Minitower. acpi doesn't work. the acpi developers like marco@ are aware of the

Re: /dev/random as (chrooted) named's entropy source [current]

2008-04-04 Thread Jan Stary
Trying to give named its own random-source, I stopped named, did # cd /var/named/dev/ # /dev/MAKEDEV arandom # ls -l total 0 crw-r--r-- 1 root wheel 45, 4 Apr 3 14:16 arandom srw-rw-rw- 1 root wheel 0 Apr 3 13:51 log crw-r--r-- 1 root wheel 45, 3 Apr 3 14:16

Re: [Invitation] Almighty GOD never forsake his people @ Fri Apr 4 05:00 - 06:00 ()

2008-04-04 Thread ropers
On 04/04/2008, Peter N. M. Hansteen [EMAIL PROTECTED] wrote: Darrin Chandler [EMAIL PROTECTED] writes: Dude! This is covered in the archives, FAQ, and man pages! hm. $ man god man: no entry for god in the manual. -- Peter N. M. Hansteen, member of the first RFC 1149

Re: Sed or perl subsitutions - in place

2008-04-04 Thread Stuart Henderson
On 2008-04-04, Parvinder Bhasin [EMAIL PROTECTED] wrote: OLD=`grep serial $file | awk '{print $1}'` NEW=$(($OLD + 1)) *perl -p -i -e 's/$OLD/$NEW/' $file hopefully the other posts should get you going, but beware! also search for the text 'serial' when you do the

Re: OpenBSD TV tuner

2008-04-04 Thread Unix Fan
Jacob Meuser wrote: I still prefer bktrplay + tunerctl from http://jakemsr.trancell.org/bsdav-1.4.tar.gz for watching TV, but I know those programs, since they are mine. mainly, bktrplay has better full-screen support, and has fewer artifact issues than either fxtv or xawtv. bktrplay

Re: [Invitation] Almighty GOD never forsake his people @ Fri Apr 4 05:00 - 06:00 ()

2008-04-04 Thread mufurcz
ropers wrote: On 04/04/2008, Peter N. M. Hansteen [EMAIL PROTECTED] wrote: Darrin Chandler [EMAIL PROTECTED] writes: Dude! This is covered in the archives, FAQ, and man pages! hm. $ man god man: no entry for god in the manual. -- Peter N. M. Hansteen, member of the first RFC 1149

Re: Sed or perl subsitutions - in place

2008-04-04 Thread rivo nurges
On Fri, Apr 04, 2008 at 01:07:10AM -0700, Parvinder Bhasin wrote: Hi! *perl -p -i -e 's/$OLD/$NEW/' $file --tried using perl but still the file didn't change with the incremented serial number sed 's/$OLD/$NEW/' $file -I know this will only search

Re: OpenBSD TV tuner

2008-04-04 Thread Louis V. Lambrecht
Jacob Meuser wrote: On Fri, Apr 04, 2008 at 12:19:27AM +0200, Louis V. Lambrecht wrote: TV is limited to the bktr driver, see man bktr In short TV cards with the bt848 or bt878 chip (and very early bt8x8 compatible conexant chips). CX23xxx will not work. I've only seen conexant 878.

Re: OpenBSD TV tuner

2008-04-04 Thread Girish Venkatachalam
On 14:02:06 Apr 04, Louis V. Lambrecht wrote: My bad again, vlc uses the same kind of kilometric command line as mplayer, so I thought they where brothers. ;-) One more useless post from me. ;) There is one important difference between vlc and mplayer that matter to me. vlc is written in C++

Re: : : HP nw9440 does not boot ACPI snapshot

2008-04-04 Thread Raimo Niskanen
On Fri, Apr 04, 2008 at 10:50:37AM +, Nicolas Legrand wrote: Raimo Niskanen [EMAIL PROTECTED] writes: On Thu, Apr 03, 2008 at 04:38:08PM +, Nicolas Legrand wrote: Reyk Floeter [EMAIL PROTECTED] writes: i have the same problems on a HP Compaq dc7600 Convertible Minitower.

Re: [Invitation] Almighty GOD never forsake his people @ Fri Apr 4 05:00 - 06:00 ()

2008-04-04 Thread Alexander Schrijver
Who needs god? We have daemon(3).

Re: Problem installing milter-spamd -setenv

2008-04-04 Thread Dorian Büttner
What instructions do you mean? WANT_LIBMILTER seems to be the default since a good couple of releases, i.e. no need to rebuild?

Re: Sed or perl subsitutions - in place

2008-04-04 Thread folays
Parvinder Bhasin [EMAIL PROTECTED] writes: I am writing up a script to automatically increment the serial number of bind dns zone file , but I am running across issues doing in place substitution with either sed or even perl for that matter. I can do this easily in Linux but am having hard

Re: [Invitation] Almighty GOD never forsake his people @ Fri Apr 4 05:00 - 06:00 ()

2008-04-04 Thread Darrin Chandler
On Fri, Apr 04, 2008 at 09:52:39AM +0200, Peter N. M. Hansteen wrote: Darrin Chandler [EMAIL PROTECTED] writes: Dude! This is covered in the archives, FAQ, and man pages! hm. $ man god man: no entry for god in the manual. I neglected to mention that not everything is included in the

[no subject]

2008-04-04 Thread Sergey Kharlamov
I try to establish on the computer connection with a server of the provider pptp. On it it is included mppe and MSChapV2. At myself by the machine I have registered in/etc/ppp/ppp.conf: default: set log Phase Chat LCP IPCP CCP tun command pptp1: set device !/usr/local/sbin/pptp

MR IBRAHIM MUSA

2008-04-04 Thread Ibrahim Musa
You are invited to MR IBRAHIM MUSA. By your host Ibrahim Musa: Date: Friday April 4, 2008 Time: 7:00 pm - 8:00 pm (GMT +00:00) Will you attend? RSVP to this invitation at:

@ e4ea

2008-04-04 Thread Pau Amaro-Seoane
Hi, I am interested in the script mentioned here by e4ea http://undeadly.org/cgi?action=articlesid=2007120707mode=expanded who of you is e4ea? I would like to have a look at the script you talk about but unfortunately the person who uploaded it to pastebin chose one month and now it's gone.

any mvme68k users? want lpt?

2008-04-04 Thread Geoff Steckel
Are there any people using OpenBSD on MVME68K platforms? I just was tinkering with the parallel port on a MVME167 and got it working. If there's any interest, I'll think about constructing something - no guarantees how soon. geoff steckel

No sound input with azalia

2008-04-04 Thread Alexander Hall
Hi! I was delighted to see that a SIP client (pjsua) was available in the ports tree, so I started trying it out. However, I cannot seem to get any input from my azalia(4) sound device (Intel 82801H HD Audio). `mixerctl` reports no inputs and dd if=/dev/audio gives me nohing but ^A^@'s. Is

Re: any mvme68k users? want lpt?

2008-04-04 Thread Miod Vallat
Are there any people using OpenBSD on MVME68K platforms? Aye. I just was tinkering with the parallel port on a MVME167 and got it working. If there's any interest, I'll think about constructing something - no guarantees how soon. Well, I don't think anyone uses these castrated 34 pin

Re: Ethernet on ASUS EEE PC?

2008-04-04 Thread James Hartley
On Thu, Apr 3, 2008 at 9:53 AM, Joel Sing [EMAIL PROTECTED] wrote: This problem has been tracked down and is fixed in r1.10 of if_lii.c. On Wednesday 02 April 2008, James Hartley wrote: On Tue, Apr 1, 2008 at 4:53 AM, James Hartley [EMAIL PROTECTED] wrote: The 31 March snapshot works;

Re: [Invitation] Almighty GOD never forsake his people @ Fri Apr 4 05:00 - 06:00 ()

2008-04-04 Thread Denny White
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Apr 04, 2008 at 07:59:26AM -0700, Darrin Chandler sez: On Fri, Apr 04, 2008 at 09:52:39AM +0200, Peter N. M. Hansteen wrote: Darrin Chandler [EMAIL PROTECTED] writes: Dude! This is covered in the archives, FAQ, and man pages!

ANZ New Fraud Protection System

2008-04-04 Thread ANZ Online Banking
ANZ Bank Enhanced Online Security For 2008 Banking with ANZ Bank Online is about to become even more secure! As a valued ANZ Bank online customer, the security of your identity and personal account information is extremely important. We are installing Enhanced Online Security protocols