Re: Bug in ksh // Improvement for tar ?

2006-12-06 Thread Uwe Dippel
On Wed, 06 Dec 2006 00:40:15 -0700, Philip Guenther wrote: First off, I had earlier written this: Now, the behavior you describe is required by the standard Further checking shows that I was incorrect: if compliance to the SUSv3 XSI extension is claimed, then the 'test' utility must return

Re: Bug in ksh // Improvement for tar ?

2006-12-06 Thread Otto Moerbeek
On Wed, 6 Dec 2006, Uwe Dippel wrote: Thanks for all the answers ! My concern was not the empty demo: # demo= # if [ $demo == -n -o $demo == -e ]; then echo bar fi # which behaves logically (demo is not equal to neither -n nor -e; and so bar is not printed). My concern is more

Re: Bug in ksh // Improvement for tar ?

2006-12-06 Thread Otto Moerbeek
On Wed, 6 Dec 2006, Uwe Dippel wrote: Woodchuck: Thanks for the confirmation of tar being frontend to pax. Then, what is the good reason that the frontend kind of suppresses the abilities of the underlying routine ? tar is not a frontend to pax. Thesey share the same code, and are in fact the

Re: Bug in ksh // Improvement for tar ?

2006-12-06 Thread Philip Guenther
On 12/6/06, Uwe Dippel [EMAIL PROTECTED] wrote: On Wed, 06 Dec 2006 00:40:15 -0700, Philip Guenther wrote: ... https://www.opengroup.org/sophocles/show_mail.tpl?CALLER=show_archive.tplsource=Llistname=austin-group-lid=9010 Oh, thanks for an enlightening read, really. And what is the second

Re: rapidly rewriting a file causes filesystem to become full

2006-12-06 Thread Otto Moerbeek
On Tue, 5 Dec 2006, Joe Advisor wrote: I apologize for not wrapping my lines, I did not realize that Yahoo mail does not autowrap. So about the problem I am trying to solve. Honestly, I am actually not rewriting all that fast, but it's still filling up a filesystem. I am writing to maybe

Re: Dell SAS 5iR

2006-12-06 Thread David Gwynne
On 06/12/2006, at 12:33 PM, Gustavo Rios wrote: Dear friends, i tried to figure it out whether DELL SAS 5iR is supported by openbsd 4.0 on i386 in the openbsd site, but i could not see! I wonder, if it is not supported, if there are plans to support it ? I'm so sure this hardware is

Re: snort -i pflog0 trouble

2006-12-06 Thread Olaf Schreck
I'm novice with OpenBSD and , may be snort -i pflog0 a kind of bad practice? Or it known problem with OpenBSD 4.0 ? Won't work. Although pflog does create pcap style output, it is not data that would make sense to snort. Use real interfaces for snort (eg rl0, fxp1, whatever). ciao, chakl

Re: source upgrade to 4.0 - what to check?

2006-12-06 Thread Girish Venkatachalam
On Wed, Dec 06, 2006 at 10:56:37AM +0100, Toni Mueller wrote: Hi Josh, On Tue, 05.12.2006 at 16:51:07 -0500, Josh Grosse [EMAIL PROTECTED] wrote: 1. build a 4.0 RAIDFrame system locally, in a qemu or vmware virtual machine if necessary, on spare hardware if not. qemu could fill the

Re: rapidly rewriting a file causes filesystem to become full

2006-12-06 Thread Stuart Henderson
On 2006/12/05 23:12, Joe Advisor wrote: Some of the things I am writing are like cumulative results from pfctl -vsq, so that I can track on a per queue address basis, how much traffic is going through that queue. how about using a database of some kind? (not necessarily a full separate

Re: submit.cf

2006-12-06 Thread Stuart Henderson
On 2006/12/06 01:51, [EMAIL PROTECTED] wrote: I could find no more from grep'ing the man pages. for Sendmail documentation, see: /usr/share/doc/smm/08.sendmailop /usr/share/doc/smm/09.sendmail the Makefiles can generate txt and postscript versions.

rp-l2tp, ppp and pty problem

2006-12-06 Thread Brian Candler
state is at http://pobox.com/~b.candler/software/rp-l2tp-0.4-obsd-20061206.diff Now, this is more or less working; I can bring up an L2TP tunnel successfully, talking to a Cisco IOS box. (In fact I'm testing with L2TP over IPSEC). However, there is a problem when large ppp packets come along

Re: mailgraph on 4.0 [SOLVED:ldconfig path - for archives]

2006-12-06 Thread Stuart Henderson
On 2006/12/06 09:45, Craig Skinner wrote: Any pointers would be great, eg: do I have to place /usr/X11R6/lib in $shlib_dirs variable in /etc/rc.conf.local? I did'nae have xbase40.tgz installed, so had to untar it as part of the install of mailgraph. Would this have fixed it selv on the next

Re: snort -i pflog0 trouble

2006-12-06 Thread Alexander Zatserkovniy
Olaf Schreck wrote: I'm novice with OpenBSD and , may be snort -i pflog0 a kind of bad practice? Or it known problem with OpenBSD 4.0 ? Won't work. Although pflog does create pcap style output, it is not data that would make sense to snort. Use real interfaces for snort (eg rl0, fxp1,

Re: submit.cf

2006-12-06 Thread Vijay Sankar
Good day, Is pic op.me | eqn -Tascii | groff -M/usr/share/tmac -Tascii -me op.txt the right way to generate the txt version of the documentation? Or is there a simpler way? Thanks very much, Vijay On Wed, 2006-06-12 at 10:51 +, Stuart Henderson wrote: On 2006/12/06 01:51, [EMAIL

mailgraph on 4.0 [SOLVED:ldconfig path - for archives]

2006-12-06 Thread Craig Skinner
Hi misc@ ports@ I'm migrating boxes from 3.9 to 4.0 and was unable to run mailgraph on 4.0/i386. # /usr/local/bin/mailgraph -d -l /var/log/maillog --rbl-is-spam Can't load '/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/RRDs/RRDs.so' for module RRDs: Cannot load specified object at

Re: snort -i pflog0 trouble

2006-12-06 Thread Stuart Henderson
On 2006/12/06 22:18, Alexander Zatserkovniy wrote: Olaf Schreck wrote: I'm novice with OpenBSD and , may be snort -i pflog0 a kind of bad practice? Or it known problem with OpenBSD 4.0 ? Won't work. Although pflog does create pcap style output, it is not data that would make sense

Re: rp-l2tp, ppp and pty problem

2006-12-06 Thread Brian Candler
On Wed, Dec 06, 2006 at 11:35:00AM +, Brian Candler wrote: Anyway, if there's anyone on this list who know is intimate with the internals of pty(4) and ppp(4), knows enough about rp-l2tp to set up a test rig, and would like to see the OpenBSD port working, I'd be very grateful for your

Re: Bug in ksh // Improvement for tar ?

2006-12-06 Thread Uwe Dippel
On Wed, 06 Dec 2006 10:11:34 +0100, Otto Moerbeek wrote: tar is not a frontend to pax. Thesey share the same code, and are in fact the same executable. The pax format is different from the ustar format. The ustar format is defined by POSIX and does not allow for filename larger than 100

Re: Bug in ksh // Improvement for tar ?

2006-12-06 Thread Hannah Schroeter
Hello! On Wed, Dec 06, 2006 at 10:17:11PM +0800, Uwe Dippel wrote: [...] And sometimes there are archives coming from gtar. And I can't tell my hundreds of users how crappy MS Office is (actually, I do ! But it doesn't help very much). Any chance to add '-g' as create / read an archive in gtar

Re: Bug in ksh // Improvement for tar ?

2006-12-06 Thread Uwe Dippel
On Wed, 06 Dec 2006 10:03:11 +0100, Otto Moerbeek wrote: # if [ -n == foo -o $demo == -e ]; then echo bar fi ksh: [: foo: unexpected operator/operand but still, it doesn't. Even Yes it is strange these are not accepted while the expression below is. These are all borderline cases.

Re: problem with spamd-white table and greylisting

2006-12-06 Thread Marco S Hyman
peter dunaskin writes: My configuration: You forgot spamlogd I did not, it starts automatically when spamd_grey is enabled in Oh. Sorry. I didn's see it in your ps grep. I see it with the same ps grep on my system. dumbcat[root]# ps aux | grep spamd _spamd 14450 0.0 0.1 9040

VPN stability issues with a Fortigate peer

2006-12-06 Thread Chris Jones
I'm running the release version or OpenBSD 4.0 on my firewall and experiencing some odd IPSEC VPN behavior when connecting to a Fortigate peer. The tunnel will come up just fine but will randomly go down and then come back up and will continue this cycle. I am running isakmpd with the -K option

Problem with MySQL Using Hardened PHP5

2006-12-06 Thread Chuck Okerstrom
Hey All, I am attempting to use the hardened php5 pkg (php5-core-5.1.4p1-hardened) set and am seeing weird problems with mysql/php. It simply and quietly stops processing a script that performs moderately heavy SQL inserts. No error messages, no logs, nothing! Going back to the regular

Re: Processes getting out of hand

2006-12-06 Thread L. V. Lammert
At 06:40 PM 12/5/2006 -0600, Jesse Gumm wrote: Conveniently, I had top running, and grabbed this snapshot: 231 processes: 107 running, 113 idle, 4 zombie, 5 dead, 2 on processor CPU0 states: 2.8% user, 0.0% nice, 97.2% system, 0.0% interrupt, 0.0% idle CPU1 states: 7.3% user, 0.0% nice,

Re: problem with spamd-white table and greylisting

2006-12-06 Thread peter dunaskin
You forgot spamlogd I did not, it starts automatically when spamd_grey is enabled in Oh. Sorry. I didn's see it in your ps grep. I see it with the same ps grep on my system. dumbcat[root]# ps aux | grep spamd _spamd 14450 0.0 0.1 9040 1376 ?? IsTue12AM1:53.41 spamd: (pf

Userland ppp over UDP

2006-12-06 Thread Brian Candler
On OpenBSD 4.0 release, I'm trying to get up ppp(8) to run over UDP. The manpage isn't clear about how to set up the server side of this. I've added to /etc/services: ppp-in 6669/udp ppp-in 6669/tcp And to /etc/inetd.conf: ppp-in dgram udp nowait root

Re: vpn difficulties

2006-12-06 Thread Joachim Schipper
On Tue, Dec 05, 2006 at 07:48:26AM -0600, Ryan Corder wrote: On Tue, 2006-12-05 at 12:06 +0900, Mathieu Sauve-Frankel wrote: now, I got the tunnel setup just fine using just ipsec.conf. I was just curios if there was a quick and simple way to to test traffic through the tunnel since it

Re: OpenBSD 4.0 CD Set Package List

2006-12-06 Thread Peter N. M. Hansteen
Kenneth Bond [EMAIL PROTECTED] writes: Is there a published list of the packages that are included on the CD Set? I was going to say http://www.openbsd.org/4.0_packages/ and click your platform, but more than likely some packages have been updated since the release. It will give you an

Re: source upgrade to 4.0 - what to check?

2006-12-06 Thread Joachim Schipper
On Tue, Dec 05, 2006 at 06:16:49PM +0100, Toni Mueller wrote: Hello, I've managed to get myself into the ugly position of needing to do a remote source upgrade from 3.9 to 4.0. Reason: Using RAIDFRAME on an architecture I don't have handy over here... Do I have to take care about more

Re: VPN stability issues with a Fortigate peer

2006-12-06 Thread A . Parazzini
Hi, try to disable DPD. I have a tunnel between OpenBSD 4.0 and Fortigate 300A 3.00MR3 and it doesn't work well with DPD enabled. Regards, Andrea. [EMAIL PROTECTED] wrote: - To: misc@openbsd.org From: Chris Jones [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] Date: 06/12/2006 04:35PM

Is it safe to use group 'users' in /etc/group?

2006-12-06 Thread Stas Myasnikov
Hello, is it safe to use group 'users' from /etc/group as the login group for the users? Or it is reserved for some system use?

Re: Is it safe to use group 'users' in /etc/group?

2006-12-06 Thread Bob Beck
* Stas Myasnikov [EMAIL PROTECTED] [2006-12-06 11:57]: Hello, is it safe to use group 'users' from /etc/group as the login group for the users? Or it is reserved for some system use? While I actually believe it is safe on OpenBSD, I never give users groups from the system groups

Re: problem with spamd-white table and greylisting

2006-12-06 Thread peter dunaskin
What could be wrong? What have I been missing? probably a pf rules thing, (not logging port 25 connections, etc.) This is content of my pf.conf: # - # TABLES AND VARIABLES: ext_if=rl0 table spamd persist table spamd-white persist #

Re: Problem with MySQL Using Hardened PHP5

2006-12-06 Thread Joachim Schipper
On Wed, Dec 06, 2006 at 09:40:20AM -0500, Chuck Okerstrom wrote: Hey All, I am attempting to use the hardened php5 pkg (php5-core-5.1.4p1-hardened) set and am seeing weird problems with mysql/php. It simply and quietly stops processing a script that performs moderately heavy SQL inserts.

Re: problem with spamd-white table and greylisting

2006-12-06 Thread peter dunaskin
I don't see anything obvious, other than if you have somehow broken your system to pfctl can't add the addreses to the table. try pfctl -tspamd-white -Tadd 111.111.111.111 pfctl -tspamd-white -Tshow Do you see the address addeed to the table when you do it manually? I do: -- #

Re: fdisk automation scripts? Autopartition?

2006-12-06 Thread Tobias Weingartner
In article [EMAIL PROTECTED], Michael Dexter wrote: Might anyone have any pointers to sources of fdisk automation scripts for OpenBSD that that can determine the size of a disk and follow a set of partitioning guidelines? Scenario: cookie-cutter systems with different drive sizes.

Re: source upgrade to 4.0 - what to check?

2006-12-06 Thread Josh Grosse
On Wed, Dec 06, 2006 at 10:56:37AM +0100, Toni Mueller wrote: Hi Josh, On Tue, 05.12.2006 at 16:51:07 -0500, Josh Grosse [EMAIL PROTECTED] wrote: 1. build a 4.0 RAIDFrame system locally, in a qemu or vmware virtual machine if necessary, on spare hardware if not. qemu could fill the

Re: fdisk automation scripts? Autopartition?

2006-12-06 Thread Olivier Cherrier
On Mon, Dec 04, 2006 at 01:55:20PM +0200, [EMAIL PROTECTED] wrote: Might anyone have any pointers to sources of fdisk automation scripts for OpenBSD that that can determine the size of a disk and follow a set of partitioning guidelines? Scenario: cookie-cutter systems with different drive

Re: OpenBSD 4.0 CD Set Package List

2006-12-06 Thread Jeremy Huiskamp
On 6-Dec-06, at 11:16 AM, Peter N. M. Hansteen wrote: Kenneth Bond [EMAIL PROTECTED] writes: Is there a published list of the packages that are included on the CD Set? I was going to say http://www.openbsd.org/4.0_packages/ and click your platform, but more than likely some packages have

Re: problem with spamd-white table and greylisting

2006-12-06 Thread Bob Beck
[private email from bob saying you've screwed up, show me this] [public reply spewing output to list.] Obviously you still have a configuration problem, but if I contact you in a private email to sort out your problem because I am willing to help you, and you then start spewing the

links in the OpenBSD FAQs

2006-12-06 Thread Igor Sobrado
Nice to see that the text and PDF releases of the FAQ have finally been upgraded to 4.0... Just a suggestion: would it be possible replacing the links of the class ...can be found here (e.g., '1.7 of the OpenBSD FAQ) in the FAQs to more useful descriptions (e.g., ...can be found on the OpenBSD's

Re: OpenBSD 4.0 CD Set Package List

2006-12-06 Thread Igor Sobrado
There are very good reasons to get an original OpenBSD distribution; packages are only one of these reasons. As you can see, the list of packages has been carefully choosed to meet the requirements of both servers and desktops. Hope this information will help you taking the right decision. The

Re: fdisk automation scripts? Autopartition?

2006-12-06 Thread Eric Furman
On Wed, 6 Dec 2006 21:20:12 +0100, Olivier Cherrier [EMAIL PROTECTED] said: On Mon, Dec 04, 2006 at 01:55:20PM +0200, [EMAIL PROTECTED] wrote: Might anyone have any pointers to sources of fdisk automation scripts for OpenBSD that that can determine the size of a disk and follow a set of

4.0 and 4GB ram?

2006-12-06 Thread Cristiano Deana
Hi, i have a system (dell 1950) with 4GB ram. OpenBSD (amd64) only detects: real mem = 3488907264 (3407136K) avail mem = 2990874624 (2920776K) bios detects all 4 GB's. kernel is GENERIC.MP. Is it possible to use all available memory? tnx in advance, Cris. -- Cris, member of G.U.F.I Italian

Re: Is it safe to use group 'users' in /etc/group?

2006-12-06 Thread Nico Meijer
Hi Stas, is it safe to use group 'users' from /etc/group as the login group for the users? Or it is reserved for some system use? See the output of `sudo useradd -D` to find the answer to your question. HTH... Nico

OpenBGPd Looking Glass?

2006-12-06 Thread nachocheeze
Has anyone as of yet written, or know of, a looking glass script that can be used with OpenBGPd to act as a looking glass/route server? I need to deploy a semi-public looking glass, don't really want to use zebra/quagga, and don't really have the time (or the programming chops, I'll admit it) to

restricted socket for pf

2006-12-06 Thread Juan Cazalilla
Hello, Is there a similar restricted socket feature for pf as there is for bgpd? Regards Juan.

Re: ral0: device timeout

2006-12-06 Thread Markus Bergkvist
According to Sepherosa Ziehau rt2661's led is not programmed at all in OpenBSD. Best Regards, sephe So I guess that the LED is always on is ok. I've done tcpdump(8) on the AP and I get no output from that while the client gets time out on the ral0 device, so I don't think the interface is

Re: OpenBGPd Looking Glass?

2006-12-06 Thread Reyk Floeter
On Wed, Dec 06, 2006 at 02:53:15PM -0600, [EMAIL PROTECTED] wrote: Has anyone as of yet written, or know of, a looking glass script that can be used with OpenBGPd to act as a looking glass/route server? I need to deploy a semi-public looking glass, don't really want to use zebra/quagga, and

Re: Odd issue - in kernel pppoe

2006-12-06 Thread Pierre Lamy
Just to follow up I was on the right track and with the help of Claudio and Michael was able to significantly improve my transfer speeds, latency and my game works. My additions to pf.conf are scrub out on $ext_if no-df random-id max-mss 1452 scrub on !$ext_if no-df random-id max-mss 1452

Re: mailgraph on 4.0 [SOLVED:ldconfig path - for archives]

2006-12-06 Thread Craig Skinner
On Wed, Dec 06, 2006 at 12:19:14PM +, Stuart Henderson wrote: Yes it would. $ grep -B1 -A8 runtime.link /etc/rc Should have thought of that, ta.

Re: Fw: slow terminal on macppc

2006-12-06 Thread Simon Fryer
Hey All, A while ago Ben Calvert tapped: On Mon, 4 Dec 2006 19:59:00 -0800 Bryan Irvine [EMAIL PROTECTED] wrote: [slow console on imac 333Mhz] look at /etc/ttys. you'll notice the following: ttyC0 /usr/libexec/getty std.9600 vt220 off secure ttyp0 none

Re: VPN stability issues with a Fortigate peer

2006-12-06 Thread Chris Jones
Looks like DPD might be causing some issues so I have tried disabling it on the Fortigate peer, however when looking at the debug messages on the peer I can see that it detects DPD v2 and continues to send DPD messages. Is there a way to disable DPD using ipsecctl so that the peer does not detect

Re: OpenBGPd Looking Glass?

2006-12-06 Thread Dustin Lundquist
I've also put one together that runs in apache's chroot although it requires a few binaries from the base system: ping, traceroute and a static version of bgpctl. http://null-ptr.net/sw/lg/ Dustin Lundquist Reyk Floeter wrote: On Wed, Dec 06, 2006 at 02:53:15PM -0600, [EMAIL

uhci, usb keyboard and mouse

2006-12-06 Thread Scott, Brian
Hi, I don't know if this is a bug, stupid hardware or my failure to grasp something important. I'm trying to set up a system image for a classroom using openbsd 4.0. The machines in use (hp d530c) are happily able to run all flavours of windows, FreeBSD, and various flavours of linux (with

Re: OpenBSD 4.0 CD Set Package List

2006-12-06 Thread Andrey Shuvikov
On 12/6/06, Jeremy Huiskamp [EMAIL PROTECTED] wrote: so I wait 'til release day and do an internet upgrade but at What is release date? According to OpenBSD web-site The current release is OpenBSD 4.0 http://openbsd.org/40.html which was released Nov 1, 2006. Or, do i miss something (I could

Re: OpenBSD 4.0 CD Set Package List

2006-12-06 Thread Greg Thomas
On 12/6/06, Andrey Shuvikov [EMAIL PROTECTED] wrote: On 12/6/06, Jeremy Huiskamp [EMAIL PROTECTED] wrote: so I wait 'til release day and do an internet upgrade but at What is release date? According to OpenBSD web-site The current release is OpenBSD 4.0 http://openbsd.org/40.html which was

Re: slow terminal on macppc

2006-12-06 Thread Simon Fryer
Hey, A while ago Ben Calvert tapped: On Thu, 7 Dec 2006 08:14:50 +0900 Simon Fryer [EMAIL PROTECTED] wrote: A while ago Ben Calvert tapped: [slow console on imac 333Mhz] look at /etc/ttys. you'll notice the following: ttyC0 /usr/libexec/getty std.9600 vt220 off

Re: links in the OpenBSD FAQs

2006-12-06 Thread Nick Holland
Igor Sobrado wrote: Nice to see that the text and PDF releases of the FAQ have finally been upgraded to 4.0... Just a suggestion: would it be possible replacing the links of the class ...can be found here (e.g., '1.7 of the OpenBSD FAQ) in the FAQs to more useful descriptions (e.g., ...can

Re:

2006-12-06 Thread fujisho
Return-Path: [EMAIL PROTECTED] Received: from mail.hongo.wide.ad.jp ([unix socket]) by mail.hongo.wide.ad.jp (Cyrus v2.2.13) with LMTPA; Mon, 04 Dec 2006 20:47:15 +0900 X-Sieve: CMU Sieve 2.2 Received: from shear.ucar.edu (shear.ucar.edu [192.43.244.163]) by

Re: uhci, usb keyboard and mouse

2006-12-06 Thread J.C. Roberts
On Wednesday 06 December 2006 16:16, Scott, Brian wrote: The systems have usb keyboards and mice. I can install OpenBSD without any problems. The keyboard is running in the legacy bios mode so everything works fine. When I boot the installed system it hangs while polling USB devices

Re: OpenBSD 4.0 CD Set Package List

2006-12-06 Thread Jeremy Huiskamp
On 6-Dec-06, at 8:07 PM, Greg Thomas wrote: On 12/6/06, Andrey Shuvikov [EMAIL PROTECTED] wrote: On 12/6/06, Jeremy Huiskamp [EMAIL PROTECTED] wrote: so I wait 'til release day and do an internet upgrade but at What is release date? According to OpenBSD web-site The current release is

Re: uhci, usb keyboard and mouse

2006-12-06 Thread Nick Guenther
On 12/6/06, Scott, Brian [EMAIL PROTECTED] wrote: Hi, I don't know if this is a bug, stupid hardware or my failure to grasp something important. I'm trying to set up a system image for a classroom using openbsd 4.0. The machines in use (hp d530c) are happily able to run all flavours of

Re: OpenBSD 4.0 CD Set Package List

2006-12-06 Thread Kenny Mann
Kenneth Bond wrote: Hello, I am considering purchasing an OpenBSD 4.0 CD Set. I have been a user of OpenBSD for some time, but have recently moved to a location where my only internet connectivity option is 56K/V.90 dialup. At this point, an FTP install is not an option. Is there a

Re: 4.0 and 4GB ram?

2006-12-06 Thread jared r r spiegel
On Wed, Dec 06, 2006 at 04:07:16PM +0100, Cristiano Deana wrote: Hi, i have a system (dell 1950) with 4GB ram. OpenBSD (amd64) only detects: real mem = 3488907264 (3407136K) avail mem = 2990874624 (2920776K) bios detects all 4 GB's. kernel is GENERIC.MP. Is it possible to use all