Re: PF load balancing

2005-08-22 Thread Remy Chibois
These are real IP's. One is dynamic, the other is fixed. > One more question. > Are the IP's of two NICs real or virtual? > >I forgot to mention that these are ADSL connections. The two > >modems are > > physically attached to the firewall, on two separate NICs. > > > > > >> Why do not

Re: A question to lib/libc/gen/daemon.c

2005-08-22 Thread Alexander Farber
Thanks. I've also read the chapter about dup's from the Stevens book and realized, that you always have to check the fd number you're going to close() after a dup2() But how can the argc be less than 1? When is it the case? After an exec()? 2005/8/22, Todd C. Miller <[EMAIL PROTECTED]>: > Nope.

Re: Queueing on two interfaces

2005-08-22 Thread kami petersen
Fridtjof Busse skrev: Hi Since I didn't get any reply to my initial question, I'll try to be a bit more specific: I've got a machine with three interfaces: One is my SDSL-link and the other two are internal. One of the internal interfaces is wired, the other one wireless, using OpenVPN (i.e. tun0

Could not read network Connection list

2005-08-22 Thread Marius Van Deventer - Umzimkulu
Hi All. I have searched Gogle for this problem and although this question has been asked many times, it seems like it has never been answered. My KDE on my OBSD 3.6 box has always been working fine. Suddenly today i get this on login: Could not read network connection list: /home//.DCOPserve

Re: Could not read network Connection list

2005-08-22 Thread Marius Van Deventer - Umzimkulu
OK Hold everything. I'm not sure why, but my PF firewall seems to have something to do with this. (Goodness knows how, it's been working all ths time). All I can think is that I made some config error that is only causing me problems now. Not sure. In any case, my next little project will be t

Re: Could not read network Connection list

2005-08-22 Thread Stuart Henderson
--On 22 August 2005 12:37 +0200, Marius Van Deventer - Umzimkulu wrote: In any case, my next little project will be to go through pf.conf with a fine tooth comb until I find the error. The best tool for debugging pf.conf is tcpdump, as described in pflogd(8). Make sure any 'drop' rules includ

Re: How to patch a physically weak system & recommended use of sudo?

2005-08-22 Thread Tim
I find this recommendation better than building a release and upgrading that way. Thank you. John Wright <[EMAIL PROTECTED]> skrev: On Thu, Aug 18, 2005 at 01:03:27PM +0200, Tim wrote: > Hello > > 1. I have a old computer that is slow and has little memory. But I want to > keep it updated with

Re: Could not read network Connection list

2005-08-22 Thread Shawn K. Quinn
On Mon, 2005-08-22 at 11:49 +0100, Stuart Henderson wrote: > If you don't already have something like 'pass quick on lo0' near the > start of your PF ruleset, you might like to add it. Actually, as of 3.7 "set skip on lo0" is the preferred method of bypassing pf on loopback. -- Shawn K. Quinn <

BRL-CAD for OpenBSD

2005-08-22 Thread Siju George
Hi, Just curious to know if there is someone out there in the process of porting BRL-CAD for OpenBSD Also what CAD softwares does OpenBSD people use on their systems??? Thankyou so much Kind Regars Siju

Re: Queueing on two interfaces

2005-08-22 Thread Fridtjof Busse
* kami petersen <[EMAIL PROTECTED]>: > since nobody else seems to have an answer i'll suggest one thing to > try: > > maybe you could think of it as three separate steps, where arriving > traffic from the outside: > > a) is deprioritized if not voip, then > b) gets routed/NATed, then > c) can be

Re: BSD PPPoA Hardware

2005-08-22 Thread dylan
On Tuesday 16 August 2005 06:34, J.C. Roberts wrote: > You seem to be confused on your terms. The term "PPPoA" means > Point-to-Point Protocol over ATM (Asyncronous Transfer Mode). I > seriously doubt you're running ADSL over ATM. ;-) You must now stand corrected :-) In Britain (and probably the

network traffic monitoring

2005-08-22 Thread petra merjasec
Hello! I am looking for network traffic monitoring application, similar to ntop. What would you reccomend me? Petra http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

strange userland pppoe behavior after replacing a v3.4 gateway with v3.7

2005-08-22 Thread Andre Ruppert
Hello to the list... The problem: a long time running stable v3.4 OBSD VPN gateway running behind a (german) SDSL line was replaced with a gateway version 3.7 (stable). Now I got ppp mtu problems and can't see why. Most config-files were just copied from v3.4, the ppp.conf file didn't change: ##

Re: network traffic monitoring

2005-08-22 Thread Fabien Germain
Hi Petra, On 8/22/05, petra merjasec <[EMAIL PROTECTED]> wrote: > I am looking for network traffic monitoring application, similar to ntop. > What would you reccomend me? Maybe you can try BandwithD : http://bandwidthd.sourceforge.net/ Fabien

Complete disk disaster

2005-08-22 Thread Ramiro Aceves
Hello Friends. I am new to OpenBSD (but not to Unixes), my experience with this OS is only a month. I was getting more an more confortable with the OS, and getting in love with it, but today I have experienced a very weird and strange thing. My OpenBSD testing system is installed on the second ID

Re: network traffic monitoring

2005-08-22 Thread L. V. Lammert
On Mon, 22 Aug 2005, petra merjasec wrote: > Hello! > > I am looking for network traffic monitoring application, similar to ntop. > What would you reccomend me? > trafshow? Lee Leland V. Lammert[EMAIL PROTECTED] Chief Sci

My OpenBSD system cannot load any shared object anymore!!!

2005-08-22 Thread João Salvatti
Hi all, I was trying to emulate linux binaries under my OpenBSD system 3.7, but I believe I made a mistake. My OpenBSD system cannot load any shared object anymore. Anything I try to run, the system can't load the shared object to which it's linked. I thought that restarting the system the problem

Re: Could not read network Connection list

2005-08-22 Thread Avijit Pathania
Have you edited yours or system profile to setup your DISPLAY variable? Setting of the variable could be causing this like it did for me. Hope this helps. Avijit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marius Van Deventer - Umzimkulu Sent: Monday

Re: twiki

2005-08-22 Thread Scott Francis
On 8/21/05, Johan P. Lindstrvm <[EMAIL PROTECTED]> wrote: > I would like to co-write an installation guide for twiki (it's in > packages) for us less seasoned obsd monglers, I am finding it > not-so-straight-forward and would like to help every one else on their > way, does anyone know whom I may c

Re: strange userland pppoe behavior after replacing a v3.4 gateway with v3.7

2005-08-22 Thread Ivo Dijkhuis
Andre Ruppert wrote: Hello to the list... The problem: a long time running stable v3.4 OBSD VPN gateway running behind a (german) SDSL line was replaced with a gateway version 3.7 (stable). Now I got ppp mtu problems and can't see why. Most config-files were just copied from v3.4, the ppp.conf

Re: My OpenBSD system cannot load any shared object anymore!!!

2005-08-22 Thread Han Boetes
Joco Salvatti wrote: > I was trying to emulate linux binaries under my OpenBSD system 3.7, but I > believe I made a mistake. My OpenBSD system cannot load any shared object > anymore. Anything I try to run, the system can't load the shared object to > which it's linked. I thought that restarting th

Re: My OpenBSD system cannot load any shared object anymore!!!

2005-08-22 Thread Will H. Backman
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of > Joco Salvatti > Sent: Monday, August 22, 2005 9:37 AM > To: Misc OpenBSD > Subject: My OpenBSD system cannot load any shared object anymore!!! > > Hi all, > > I was trying to emulate linux binaries und

Re: CURRENT and DHCP with Linksys routers (WAS: 8/13 snapshot and DHCP)

2005-08-22 Thread Christian Jones
On 8/21/05, Kenneth R Westerback <[EMAIL PROTECTED]> wrote: > Looks like the OpenBSD client issues a DISCOVER, gets a proper reply > from the Linksys box, issues the confirming REQUEST, and gets > garbage back. And around and around it goes. > > Can you get a tcpdump of the 3.7 dhclient succeeding

Re: My OpenBSD system cannot load any shared object anymore!!!

2005-08-22 Thread Antti Nykänen
On Mon, Aug 22, 2005 at 03:52:13PM +0200, Han Boetes wrote: > Try rebooting. I think he did: > Joco Salvatti wrote: > > I thought that restarting the system the problem would be > > solved, but it got wrost.

Re: My OpenBSD system cannot load any shared object anymore!!!

2005-08-22 Thread Timothy Donahue
We are going to need details of what you did before it stopped working. (Hint: you can boot into single user mode with boot -s at the boot prompt) Tim Donahue On Monday 22 August 2005 09:36 am, Joco Salvatti wrote: > Hi all, > > I was trying to emulate linux binaries under my OpenBSD system 3.7

Returned mail: see transcript for details

2005-08-22 Thread The Post Office
ALERT! This e-mail, in its original form, contained one or more attached files that were infected with a virus, worm, or other type of security threat. This e-mail was sent from a Road Runner IP address. As part of our continuing initiative to stop the spread of malicious viruses, Road Runner s

Re: Complete disk disaster

2005-08-22 Thread Ramiro Aceves
Hello again, I have been able to recover through "grep" some information from the lost+found files (not relevant one I think), before and after the disaster. Aug 22 15:05:34 openbsd-remigio syslogd: restart Aug 22 15:05:34 openbsd-remigio /bsd: OpenBSD 3.7 (GENERIC) #50: Sun Mar 20 00:01:57 MST

unknown dhcp option value 0x51

2005-08-22 Thread Hans van Leeuwen
Hi, Since I first put an OpenBSD 3.5-box on my ADSL-line i've been getting messages like this every 30 minutes: "Aug 22 16:40:41 fortress-maximus dhclient[20645]: unknown dhcp option value 0x51" DHCP works fine, but out of curiosity I looked in the RFC (http://www.faqs.org/rfcs/rfc2939.ht

Re: BSD PPPoA Hardware

2005-08-22 Thread Reyk Floeter
On Mon, Aug 22, 2005 at 10:39:13AM +0100, [EMAIL PROTECTED] wrote: > You must now stand corrected :-) > > In Britain (and probably the rest of Europe), that is precisely how ADSL is > done - with ATM (rather than PPPoE, which is how it's done in North America). > There are probably more ATM over

Re: My OpenBSD system cannot load any shared object anymore!!!

2005-08-22 Thread João Salvatti
used the ldconfig program on a shared library that is located in /emul/linux/lib. After that the system crashed. Rebooting does not solve a thing. I think I must enter in single-user mode to solve this problem, but I have to fix this problem envolving the shared libraries. But how can I do it? I k

Re: My OpenBSD system cannot load any shared object anymore!!!

2005-08-22 Thread Pedro Martelletto
On Mon, Aug 22, 2005 at 11:53:04AM -0300, Joco Salvatti wrote: > used the ldconfig program on a shared library that is located in > /emul/linux/lib. After that the system crashed. Could you please provide the information you got from the system crash? -p.

Re: network traffic monitoring

2005-08-22 Thread eric
On Mon, 2005-08-22 at 12:38:40 +, petra merjasec proclaimed... > I am looking for network traffic monitoring application, similar to ntop. > What would you reccomend me? > > Petra > http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ Argus.

Re: BSD PPPoA Hardware

2005-08-22 Thread Henning Brauer
* Reyk Floeter <[EMAIL PROTECTED]> [2005-08-22 17:37]: > On Mon, Aug 22, 2005 at 10:39:13AM +0100, [EMAIL PROTECTED] wrote: > > You must now stand corrected :-) > > > > In Britain (and probably the rest of Europe), that is precisely how ADSL is > > done - with ATM (rather than PPPoE, which is how

Re: unknown dhcp option value 0x51

2005-08-22 Thread Antoine Jacoutot
Hans van Leeuwen wrote: Hi, Since I first put an OpenBSD 3.5-box on my ADSL-line i've been getting messages like this every 30 minutes: "Aug 22 16:40:41 fortress-maximus dhclient[20645]: unknown dhcp option value 0x51" Isn't it the fqdn code for dhcp ? If it is, then it means your dhcp cli

Re: network traffic monitoring

2005-08-22 Thread teren
If you just want a simple realtime monitor, I'd suggest pftop. Teren Sapp Quoting petra merjasec <[EMAIL PROTECTED]>: > Hello! > > I am looking for network traffic monitoring application, similar to ntop. > What would you reccomend me? > > Petra > http://messenger.msn.click-url.com/go/onm00200

Re: hostap and bridging

2005-08-22 Thread Erik Wikström
On 2005-08-22 08:24, Fridtjof Busse wrote: Hi Did anybody get one of the more recent wifi-drivers (e.g. ral or ath) working in hostap-mode and DHCP *without* using bridging? For me, DHCP won't work if I configure ral0 as a normal device on 3.8-beta. Damien told me DHCP probably only works with ra

problem with rtw in hostap mode

2005-08-22 Thread Will H. Backman
I'm having trouble with a Linksys WPC11v4 card in hostap mode. I've set it up using the example in the rtw man page for hostap. I have to ifconfig down and up a lot to keep it working, and it looks like some kernel error messages at the end. OpenBSD 3.8-beta (GENERIC) #111: Sun Aug 21 18:44:56 MDT

Re: My OpenBSD system cannot load any shared object anymore!!!

2005-08-22 Thread francisco
On Mon, 22 Aug 2005, [ISO-8859-1] Joco Salvatti wrote: > used the ldconfig program on a shared library that is located in > /emul/linux/lib. After that the system crashed. Rebooting does not solve a > thing. Please provide exact details - exact commands run, exact error messages received. "It do

Re: problem with rtw in hostap mode

2005-08-22 Thread Will H. Backman
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of > Will H. Backman > Sent: Monday, August 22, 2005 1:06 PM > To: Misc OpenBSD > Subject: problem with rtw in hostap mode > Data modified on freelist: word 4 of object 0xd09d2a00 size 0xc0 > previous type de

Re: latest bsd.rd crashes during boot

2005-08-22 Thread Paul de Weerd
On Thu, Aug 18, 2005 at 04:05:21PM +0200, Paul de Weerd wrote: | Hi All, | | While trying to upgrade to the latest snapshot (dated August 17) I'm | experiencing some issues with the bsd.rd kernel. Below is the dmesg | for bsd.rd and the normal kernel (from a ~3 weeks old snapshot). Has | anyone el

Re: network traffic monitoring

2005-08-22 Thread Mitja Muženič
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > On Behalf Of [EMAIL PROTECTED] > Sent: Monday, August 22, 2005 6:34 PM > To: petra merjasec > Cc: misc@openbsd.org > Subject: Re: network traffic monitoring > > If you just want a simple realtime monitor, I'd sugge

SBE wanPMC-xT3E3 support

2005-08-22 Thread andrew fresh
I am wondering if the wanPMC-xT3E3 from SBE is supported. http://www.sbei.net/content/products/wan/wanpmc_xt3e3/ Obviously with an adaptor like the adaptPCI-PMC http://www.sbei.net/content/products/platforms/adaptpci_pmc/ They have recently taken the wanPCI-1T3 off of their site, and I am assu

Re: twiki

2005-08-22 Thread Johan P . Lindström
On 8/22/05, Scott Francis <[EMAIL PROTECTED]> wrote: > On 8/21/05, Johan P. Lindstrvm <[EMAIL PROTECTED]> wrote: > > I would like to co-write an installation guide for twiki (it's in > > packages) for us less seasoned obsd monglers, I am finding it > > not-so-straight-forward and would like to help

Re: network traffic monitoring

2005-08-22 Thread Bryan Irvine
Seconded. :-) On 8/22/05, Mitja Mu>enih <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > On Behalf Of [EMAIL PROTECTED] > > Sent: Monday, August 22, 2005 6:34 PM > > To: petra merjasec > > Cc: misc@openbsd.org > > Subject: Re: netw

help

2005-08-22 Thread Martins, Cintia Nilza Chaves
POr gentileza, preciso urgente de um driver para Modem ECI Hi Focus Router USB, podes me conseguir por favor. Grata Cintia Martins Administrativo Saint-Gobain Vidros S/A Tel. 51. 472.1211 Cel.51. 9153.4718

sh problem or configure script problem?

2005-08-22 Thread Adam Montague
I have a configure script that is failing a test on openbsd because of an escaping problem. I am not sure if the configure script is wrong, or if /bin/sh on openbsd is misbehaving, although I think its the configure script. The problem is with a \" becoming just a " when doing a cat< \z > EOF \z

Re: network traffic monitoring

2005-08-22 Thread Antonios Anastasiadis
you can also take a look at netflow: http://www.mindrot.org/softflowd.html

Re: help

2005-08-22 Thread Tiago N. Sampaio
Translating.. Please, i need urgent a driver of modem ECI Hi Focus router USB, can you help me? Obs: Em protugues ninguem vai te entender aqui.. Martins, Cintia Nilza Chaves wrote: POr gentileza, preciso urgente de um driver para Modem ECI Hi Focus Router USB, podes me conseguir por favor..

Re: sh problem or configure script problem?

2005-08-22 Thread Matthias Kilian
On Mon, Aug 22, 2005 at 04:28:23PM -0400, Adam Montague wrote: [unquoted here-documents] [...] > $ cat<<\EOF > > \" > > EOF > \" > > which works fine. Can anyone confirm for sure wether the configure > script is wrong or if sh should be leaving the \" alone? >From 1003.1, section about here-doc

Re: sh problem or configure script problem?

2005-08-22 Thread Dave Feustel
On Monday 22 August 2005 17:24, Matthias Kilian wrote: > However it's interesting that ksh version "M 1993-12-28 p" (shipped, > e.g., with MacOS X) has different semantics (i.e., \" is kept > verbatim within an unquoted here-document). Maybe a misinterpretation > of POSIX? If you want to conduct a

Re: sh problem or configure script problem?

2005-08-22 Thread Carson Chittom
On Aug 22, 2005, at 5:53 PM, Dave Feustel wrote: If you want to conduct an acid test, get the source for korn shell from korn.com, build it and then compare its scripted behavior against that For the archives, that's kornshell.com :) korn.com is for the band.

3.8 beta requests

2005-08-22 Thread Theo de Raadt
We are heading towards making the real 3.8 release soonish. I would like to ask the community to do lots of testing over the next week if they can. This release will bring a lot of new ideas from us. One of them in particular is somewhat risky. I think it is time to talk about that one, and let

Re: Could not read network Connection list

2005-08-22 Thread Stuart Henderson
--On 22 August 2005 06:03 -0500, Shawn K. Quinn wrote: On Mon, 2005-08-22 at 11:49 +0100, Stuart Henderson wrote: If you don't already have something like 'pass quick on lo0' near the start of your PF ruleset, you might like to add it. Actually, as of 3.7 "set skip on lo0" is the preferred m

Re: 3.8 beta requests

2005-08-22 Thread Emanuel Strobl
Am Dienstag, 23. August 2005 01:33 CEST schrieb Theo de Raadt: [*snip lot of interesting stuff beond my scope*] > We ask our users to help us uncover and fix more of these bugs in > applications. Some will even be exploitable. Instead of saying that > OpenBSD is busted in this regard, please re

Re: 3.8 beta requests

2005-08-22 Thread Steve Shockley
Theo de Raadt wrote: > We are heading towards making the real 3.8 release soonish. I would > like to ask the community to do lots of testing over the next week if > they can. Excellent! Is this is enabled in the current snapshot? Do I need to set any flags in malloc.conf?

Re: network traffic monitoring

2005-08-22 Thread Richard Yates
thirded! :0 very handy program, saved me no end of problems troubleshooting queues! On 22/08/05, Bryan Irvine <[EMAIL PROTECTED]> wrote: > Seconded. :-) > > On 8/22/05, Mitja Mu>enih <[EMAIL PROTECTED]> wrote: > > > -Original Message- > > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

Re: 3.8 beta requests

2005-08-22 Thread Dave Feustel
On Monday 22 August 2005 18:33, Theo de Raadt wrote: > Oh well -- we've decided that we will try to ship with this protection > mechanism in any case, and try to solve the problems as we run into > them. To paraphrase: I would remind you that extremism in the defense of OpenBSD integrity is no v

Re: 3.8 beta requests

2005-08-22 Thread dick
theo, >We ask our users to help us uncover and fix more of these bugs in >applications. Some will even be exploitable. Instead of saying that >OpenBSD is busted in this regard, please realize that the software >which is crashing is showing how shoddily it was written. Then help >us fix it. For

Re: 3.8 beta requests

2005-08-22 Thread Theo de Raadt
> >We ask our users to help us uncover and fix more of these bugs in > >applications. Some will even be exploitable. Instead of > saying that > >OpenBSD is busted in this regard, please realize that the > software > >which is crashing is showing how shoddily it was written. > Then help > >us fix

Re: LSI MegaRAID SCSI 320-0(X)

2005-08-22 Thread Marco Peereboom
Thats a marketing product it really doesn't give you any new functionality. So no we will not support that. On Aug 22, 2005, at 1:42 AM, Eugene Madson wrote: Hi. I see almost all of You like LSI Logic (ami) raid-cards, right? Do You plan to support the subject (http://lsilogic.com/product

Re: 3.8 beta requests

2005-08-22 Thread Emanuel Strobl
Am Dienstag, 23. August 2005 03:49 CEST schrieb Dave Feustel: > On Monday 22 August 2005 18:33, Theo de Raadt wrote: > > Oh well -- we've decided that we will try to ship with this protection > > mechanism in any case, and try to solve the problems as we run into > > them. > > To paraphrase: > > I

Re: 3.8 beta requests

2005-08-22 Thread Marco Peereboom
i think these are great ideas, but is there a way to mitigate program breakage if you need to use a given port or program compiled from source? so if something bugs out and you just want it to "get lucky" for the time being, could you revert to the usual Unix behavior for mmap and such? Fix it!!

Re: 3.8 beta requests

2005-08-22 Thread Jason Dixon
On Aug 22, 2005, at 10:32 PM, Theo de Raadt wrote: i think having a flag you could set to disable the new behavior would be a good idea. it may very well be that what i suggest is not doable due to the low-level nature of the functions in question. just a thought. It might be a good idea, but

OT - Zombied ?

2005-08-22 Thread Rod.. Whitworth
Is undeadly.org nailed to the same perch as the Norwegian Blue? (Just resting!) or has it succumbed to a Central American interpretation of its name? I miss my morning hit... >From the land "down under": Australia. Do we look from up over? Do NOT CC me - I am subscribed to the list. Replies

Re: 3.8 beta requests

2005-08-22 Thread Will H. Backman
>-Original Message- >From: [EMAIL PROTECTED] on behalf of Theo de Raadt >Sent: Mon 8/22/2005 7:33 PM >To: [EMAIL PROTECTED] >Subject: 3.8 beta requests > >We are heading towards making the real 3.8 release soonish. I would >like to ask the community to do lots of testing over the next week

Re: 3.8 beta requests

2005-08-22 Thread Theo de Raadt
> >We are heading towards making the real 3.8 release soonish. I would > >like to ask the community to do lots of testing over the next week if > >they can. > > What is the best way to test? Should we be downloading snapshots daily? Install snapshots. Install snapshot packages. Try using it a

Re: 3.8 beta requests

2005-08-22 Thread Chris Kuethe
On 8/22/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > i think having a flag you could set to disable the new > behavior would be a good idea. it may very well be that what i > suggest is not doable due to the low-level nature of the > functions in question. just a thought. To complement the p

Re: OT - Zombied ?

2005-08-22 Thread Siju George
On 8/23/05, Rod.. Whitworth <[EMAIL PROTECTED]> wrote: > Is undeadly.org nailed to the same perch as the Norwegian Blue? (Just > resting!) > or has it succumbed to a Central American interpretation of its name? > > I miss my morning hit... > Me to --Siju

Re: OT - Zombied ?

2005-08-22 Thread Chris Kuethe
On 8/22/05, Siju George <[EMAIL PROTECTED]> wrote: > On 8/23/05, Rod.. Whitworth <[EMAIL PROTECTED]> wrote: > > Is undeadly.org nailed to the same perch as the Norwegian Blue? (Just > > resting!) > > or has it succumbed to a Central American interpretation of its name? > > > > I miss my morning hit

Re: sh problem or configure script problem?

2005-08-22 Thread Martin Schröder
On 2005-08-22 17:53:37 -0500, Dave Feustel wrote: > of pdksh. Of course, if korn shell's behaviour doesn't conform to Posix, > *then* what do you do. (I personally take Korn shell as THE standard You test on a certified Unix system, i.e. AIX, HP or Solaris. Best Martin --

Re: OT - Zombied ?

2005-08-22 Thread Siju George
On 8/23/05, Chris Kuethe <[EMAIL PROTECTED]> wrote: > On 8/22/05, Siju George <[EMAIL PROTECTED]> wrote: > > On 8/23/05, Rod.. Whitworth <[EMAIL PROTECTED]> wrote: > > > Is undeadly.org nailed to the same perch as the Norwegian Blue? (Just > > > resting!) > > > or has it succumbed to a Central Amer