Where is Scrub page?

2010-11-02 Thread Przemysław Pawełczyk
Hi,

Perhaps I missed something but I couldn't find Scrub (Packet
Normalization) page on PF: The OpenBSD Packet Filter
(http://www.openbsd.org/faq/pf/index.html).

Regards

--
PrzemysEaw PaweEczyk (P2O2) [pron. Pshemislav Paveltchick]
http://pp.blast.pl, pp...@o2.pl

[demime 1.01d removed an attachment of type application/pgp-signature]



Re: Where is Scrub page?

2010-11-02 Thread Przemysław Pawełczyk
On Wed, 3 Nov 2010 05:51:40 +0100

Tomas Bodzar tomas.bod...@gmail.com wrote:



  Perhaps I missed something but I couldn't find Scrub (Packet

  Normalization) page on PF: The OpenBSD Packet Filter

  (http://www.openbsd.org/faq/pf/index.html).

 

 Take a look at here http://quigon.bsws.de/papers/2010/eurobsdcon/



Thanks. Then let the scrub die in the Table of Contents of the PF:

Example: Firewall for Home or Small

Office (http://www.openbsd.org/faq/pf/example1.html), as there is no

Scrub chapter, and in ***pf.conf (8) man*** as well. :-)



But seriously, if the Scrub option exists, however thinned, (see the

presentation p. 21-25) why the Scrub chapter was removed?



Regards



-- 

PrzemysEaw PaweEczyk (P2O2) [pron. Pshemislav Paveltchick]

http://pp.blast.pl, pp...@o2.pl


[demime 1.01d removed an attachment of type application/pgp-signature]



FreeBSD emul and ooRexx

2007-12-20 Thread Przemysław Pawełczyk
Hi,

I wanted to run ooRexx under FreeBSD emulation. I downloaded
freebsd_lib then I moved ooRexx files to /emul/freebsd/usr/local/...
subdirectories.

I've also read man compat_freebsd. At point 3 there is a following
excerpt:

sbin/ldconfig
usr/bin/ldd
usr/lib/libc.so.x.y.z
usr/libexec/ld-elf.so.1
usr/libexec/ld.so

But the ldd program cannot be found within /emul/freebsd/... tree.

Rexx program /emul/freebsd/user/local/bin/rexx spits Abort trace
only and I do no know if it is a result of the program bug, lost
dependencies or the lack of the ldd. MAN says also something unsettling:

The FreeBSD version of the ld-config program should be rerun each time
a new shared library is added.

Common system shared libraries or application specific shared
libraries as well? Perhaps it should be emphasized in bold text and at
the same time is of some importance to my problem. Not having the ldd
(and proper knowledge) I don't know what to do next.

I've tried to find ldd on FreeBSD repo. No way. Should I look for it in
the (g)lib(c)x libraries? I poked into glib_2.14.2 but without results.

I do not want to turn to Linux emulation. I prefer FreeBSD. It is
closer to OpenBSD (I think) as it demands shared libraries only, not
the whole system as in the case of RedHat Linux and it has equally
robust binary repository as Debian.

Regards,
PrzemysEaw PaweEczyk

-- 
PrzemysEaw PaweEczyk (P2O2) - [EMAIL PROTECTED]
WWW: http://pp.kv.net.pl/ Forum: http://www.p2o2.fora.pl/



Re: Open Object Rexx compilation fails/Xalan

2007-12-19 Thread Przemysław Pawełczyk
On Tue, 18 Dec 2007 18:06:45 -0800
Ben Calvert [EMAIL PROTECTED] wrote:

  compiles fine here( other than warnings about no newlines at the
  ends of the files, strcpy, and etc. ).
 
  you are using gnu make?
(...) 
 it doesn't.  unless you install it.  thus my question.

Hi,

Many thanks. The compilation went smoothly apart from one thing. Would
you be kind to check the examples?

Let's start with rexxtry.rex. Go to .../samples and run rexxtry.rex. I
got following message:

bash-3.2$ rexx rexxtry.rex 
REXX-ooRexx_3.2.0(MT) 6.02 19 Dec 2007
  /home/pp/data/compile/ooRexx-3.2.0/samples/rexxtry.rex lets you
interactively try REXX statements. Each string is executed when you hit
Enter. Enter 'call tell' for a description of the features.
  Go on - try a few...Enter 'exit' to end.
 *E* No further API user possible!
  Oooops ! ... try again. Failure in system service
  rc = 48 e/pp/data/compile/ooRexx-3.2.0/samples/rexxtry.rex on NETBSD
 *E* No further API user possible!
   232 *-* say queued = queued()
71 *-*   call main
REX0048E: Error 48
running /home/pp/data/compile/ooRexx-3.2.0/samples/rexxtry.rex line
232:  Failure in system service

You can check all the samples. Some of them works the other not.

My bad luck.

Regards,
pp

-- 
PrzemysEaw PaweEczyk (P2O2) - [EMAIL PROTECTED]
WWW: http://pp.kv.net.pl/ Forum: http://www.p2o2.fora.pl/



Open Object Rexx compilation fails/Xalan

2007-12-18 Thread Przemysław Pawełczyk
Hi,

I bring up the subject once more. I tried to compile Open Object Rexx
for the n-th time but to no avail. It seems it needs Xalan program. I
tried to go for it but it needs Xerces C++ files for compilation, and so
on.

I've found Xalan and ooRexx/Regina Rexx in Debian and NetBSD. I would
like to stay with OpenBSD as the system of my choice but I need to have
Rexx installed on my rig as well. I know it's up to me mostly to injoy
the toys, but the compilation tricks are beyond my ken.

All you need to do is to run configure --prefix=/usr/local/ooRexx
and then at one moment you'll be greeted with messages of some sort
saying why it won't go further with compilation. You do not need to
create pkgsrc or a package.

I went to OpenBSD pkgsrc site to submit the app but there is no such
page (I could not find it).

From Open Object Rexx's unix-like-build.txt:
*BSD Platforms:
--
ooRexx builds on FreeBSD 5.4 and 6.1, NetBSD 2.0.2 and OpenBSD 3.4.
May be a bug due to ooRexx using members of internal C structs which
are not portable across platforms.


I'd appreciate any help.

A few addresses:
http://ports.openbsd.nu/
http://www.oorexx.org/products.html
ftp://ftp.netbsd.org/pub/NetBSD/packages/pkgsrc/textproc/xalan-c/README.html
http://xml.apache.org/xalan-c/

--
PrzemysEaw PaweEczyk (P2O2) - [EMAIL PROTECTED]
WWW: http://pp.kv.net.pl/ Forum: http://www.p2o2.fora.pl/

[demime 1.01d removed an attachment of type application/pgp-signature]



Re: Open Object Rexx compilation fails/Xalan

2007-12-18 Thread Przemysław Pawełczyk
On Tue, 18 Dec 2007 14:20:36 -0600
PrzemysEaw PaweEczyk [EMAIL PROTECTED] wrote:

 All you need to do is to run configure --prefix=/usr/local/ooRexx
 and then at one moment you'll be greeted with messages of some sort
 saying why it won't go further with compilation. You do not need to
 create pkgsrc or a package.

Correction. Of course, the *configure* will report lack of Xalan. The
aforementioned messages will be generated running *make* command.

Regards,
pp

-- 
PrzemysEaw PaweEczyk (P2O2) - [EMAIL PROTECTED]
WWW: http://pp.kv.net.pl/ Forum: http://www.p2o2.fora.pl/



Re: Open Object Rexx compilation fails/Xalan

2007-12-18 Thread Przemysław Pawełczyk
On Tue, 18 Dec 2007 15:33:10 -0800
Ben Calvert [EMAIL PROTECTED] wrote:

 On Dec 18, 2007, at 12:20 PM, PrzemysEaw PaweEczyk wrote:
 
  All you need to do is to run configure --prefix=/usr/local/ooRexx
  and then at one moment you'll be greeted with messages of some sort
  saying why it won't go further with compilation.
 
 compiles fine here( other than warnings about no newlines at the ends
 of the files, strcpy, and etc. ).
 
 you are using gnu make?

I'm using OpenBSD 4.2 i386 with all the goodies attached to it on ZX/BX
MoBo with Pentium III Katmai (450 MHz). If the op-sys containes gnu make
then it is gnu make.

 and, of course, you're using the same platform and version of openbsd
 that i am, right?

I don't think so: X-Mailer: Apple Mail (2.915) :)

  You do not need to
  create pkgsrc or a package.
 
 pkgsrc is from netbsd, btw.  while they reportedly have ported it to
 openbsd, this is not something maintained by the openbsd community.

Well, an awkwardness from my side, I used to use NeBSD. :)

  I went to OpenBSD pkgsrc site to submit the app but there is no such
  page (I could not find it).
 
 see above.  this is like looking for rpms for debian.

OK, but you knew what I meant.

  I'd appreciate any help.
 
 I'm sure that there are plenty of people on this list who are more
 qualified than I am to help you with this... if you ask nicely or
 offer proper remuneration.

Was it a joke?
Nicely (read kneeling?) or proper ... (up from 10 bucks or 10
grands?)...

Have a nice day,
pp

-- 
PrzemysEaw PaweEczyk (P2O2) - [EMAIL PROTECTED]
WWW: http://pp.kv.net.pl/ Forum: http://www.p2o2.fora.pl/



Re: Open Object Rexx compilation fails/Xalan

2007-12-18 Thread Przemysław Pawełczyk
On Tue, 18 Dec 2007 17:47:46 -0500
Nick Guenther [EMAIL PROTECTED] wrote:

  I went to OpenBSD pkgsrc site to submit the app but there is no such
  page (I could not find it).
 
 There is no formal site for it, but there is ports. See
 http://www.openbsd.org/porting.html

Thank you.

Regards,
pp 

-- 
PrzemysEaw PaweEczyk (P2O2) - [EMAIL PROTECTED]
WWW: http://pp.kv.net.pl/ Forum: http://www.p2o2.fora.pl/



ooRexx runs on OpenBSD! At last!

2007-11-08 Thread Przemysław Pawełczyk
Hi,

The newest Open Object Rexx of 3.2.0 release can be compiled on OpenBSD
4.2.

Patrick Cummings
Stephen Nelson
http://marc.info/?t=11377322463r=1w=2

asked for the news. It's real good news!
Do not forget to set the prefix to /usr/local to keep the system tidy.

Regards,
pp

--
Przemys3aw Pawe3czyk (P2O2) - [EMAIL PROTECTED]
WWW: http://pp.kv.net.pl/ Forum: http://www.p2o2.fora.pl/

[demime 1.01d removed an attachment of type application/pgp-signature]



Re: ooRexx runs on OpenBSD! At last!

2007-11-08 Thread Przemysław Pawełczyk
On Thu, 8 Nov 2007 13:04:45 -0700
Jack J. Woehr [EMAIL PROTECTED] wrote:

 Compiles. Doesn't exactly run. Maybe I'm forgetting something from my
 ORexx days
 on OS/2 and Linux in the 1990's.

 $ echo $LD_LIBRARY_PATH
 /usr/local/lib/ooRexx:
 $ pwd
 /usr/local/share/ooRexx
 $ rexx rexxtry.rex
 REXX-ooRexx_3.2.0(MT) 6.02 8 Nov 2007
/usr/local/share/ooRexx/rexxtry.rex lets you interactively try
 REXX statements.
  Each string is executed when you hit Enter.
  Enter 'call tell' for a description of the features.
Go on - try a few...Enter 'exit' to end.
 *E* No further API user possible!
Oooops ! ... try again. Failure in system service
rc = 48 .. /usr/local/share/ooRexx/rexxtry.rex on
 NETBSD *E* No further API user possible!
 231 *-* if argrx  ''  queued() = 0
  71 *-*   call main
 REX0048E: Error 48 running /usr/local/share/ooRexx/rexxtry.rex line
 231:  Failure in system service
 $

Hi,

But the scripts I use for my WWW creation works. I do not use queues
and maybe ooRexx is not fully functional within some specific actions
but having the second choice of having no Rexx under OpenBSD (Regina
Rexx is unavailable) I thank for what I got with 3.2.0 version at least.

Regards,
pp

P.S. I wrote to you but the mail returned marked blacklisted. ;-)

--
Przemys3aw Pawe3czyk (P2O2) - [EMAIL PROTECTED]
WWW: http://pp.kv.net.pl/ Forum: http://www.p2o2.fora.pl/

[demime 1.01d removed an attachment of type application/pgp-signature]



Bad MD5 of install42.iso

2007-11-01 Thread Przemysław Pawełczyk
Hi,

I dloaded the file from two different servers.
Here's what I got running md5sum:

1) MD5s for downloaded files
md5sum install42.iso
03dc43a1d18d3003843a1f13b3861917  install42.iso

Just for checking:
md5sum cd42.iso
7d4ba197d25088a4ad487f2830028c8d  cd42.iso

2) The numbers from MD5 official file:
MD5 (install42.iso) = b3a80c9010716ebc997571a1609cf334

Just for checking:
MD5 (cd42.iso) = 7d4ba197d25088a4ad487f2830028c8d

What should I do? To burn it or not to burn?

Regards,
pp

--
Przemys3aw Pawe3czyk (P2O2) - [EMAIL PROTECTED]
WWW: http://pp.kv.net.pl/ Forum: http://www.p2o2.fora.pl/

[demime 1.01d removed an attachment of type application/pgp-signature]



Crashes and HDD params

2006-06-21 Thread Przemysław Pawełczyk
Hi,

How to change HDD parameters like this:

wd1 at pciide0 channel 1 drive 0: FUJITSU MPD3084AT
wd1: 16-sector PIO, LBA, 8063MB, 16514064 sectors
wd1(pciide0:1:0): using PIO mode 4, Ultra-DMA mode 2

to get rid off the crashes I register several times a day? With very bad 
results on my files.

Cheers,
warpman (Przemys3aw Pawe3czyk)

http://warpman.kv.net.pl