Re: Regina on SLES 11 SP 1

2011-09-01 Thread Alan Cox
On Wed, 31 Aug 2011 16:40:58 -0500 Tom Duerbusch duerbus...@stlouiscity.com wrote: Thanks Mark That was it. I would have thought that my current directory would be searched prior to searching the path. Nope - it's called security The old Unixes did use to put . at the start of the path by

Re: Regina on SLES 11 SP 1

2011-09-01 Thread Philipp Kern
On Thu, Sep 01, 2011 at 12:11:02PM +1200, Andrej wrote: On 1 September 2011 10:39, Philipp Kern pk...@debian.org wrote: That might be worth considering for Linux You shouldn't do that there's the slightest possibility that you end up in an untrusted path (where somebody can drop

Re: Regina on SLES 11 SP 1

2011-09-01 Thread David Boyes
-Original Message- From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Lionel Dyck I haven't done it on Linux (yet) but on Windows I always put ;. in the PATH so that it would always search the current path when I issued a command - perhaps if I wasn't so fixated on

Re: Regina on SLES 11 SP 1

2011-09-01 Thread Lionel Dyck
I'm glad I haven't added the 'dot' to my path for linux yet as I've learned a lot from y'all. Lionel B. Dyck z Client Architect IBM Corporation - West IMT Mobile Phone: 1-925-207-4518 E-mail: lionel.d...@us.ibm.com System z: www-03.ibm.com/systems/z/ Linux on z:

Regina on SLES 11 SP 1

2011-08-31 Thread Tom Duerbusch
I downloaded and mounted the sdk for SLES 11 SP 1 and installed regina. I then code a simple rexx exec to validate that rexx is functional. But when I execute it, I get: linux74:/home/duerbuscht # regina thd01.rexx Error 3 running thd01.rexx: Failure during initialization Error 3.1: Failure

Re: Regina on SLES 11 SP 1

2011-08-31 Thread Mark Post
On 8/31/2011 at 05:05 PM, Tom Duerbusch duerbus...@stlouiscity.com wrote: I downloaded and mounted the sdk for SLES 11 SP 1 and installed regina. I then code a simple rexx exec to validate that rexx is functional. But when I execute it, I get: linux74:/home/duerbuscht # regina thd01

Re: Regina on SLES 11 SP 1

2011-08-31 Thread Tom Duerbusch
that was in the path, but that is kind of stretching it. Anyway, I can work with specifying the path. Thanks Tom Duerbusch THD Consulting Mark Post mp...@novell.com 8/31/2011 4:18 PM On 8/31/2011 at 05:05 PM, Tom Duerbusch duerbus...@stlouiscity.com wrote: I downloaded and mounted the sdk for SLES 11 SP 1

Re: Regina on SLES 11 SP 1

2011-08-31 Thread Philipp Kern
On Wed, Aug 31, 2011 at 03:14:08PM -0700, Lionel Dyck wrote: I haven't done it on Linux (yet) but on Windows I always put ;. in the PATH so that it would always search the current path when I issued a command - perhaps if I wasn't so fixated on the command line that wouldn't have been an

Re: Regina on SLES 11 SP 1

2011-08-31 Thread Lionel Dyck
From: Tom Duerbusch duerbus...@stlouiscity.com To: LINUX-390@vm.marist.edu, Date: 08/31/2011 02:58 PM Subject:Re: Regina on SLES 11 SP 1 Sent by:Linux on 390 Port LINUX-390@vm.marist.edu Thanks Mark That was it. I would have thought that my current directory would

Re: Regina on SLES 11 SP 1

2011-08-31 Thread Marcy Cortes
] Regina on SLES 11 SP 1 I haven't done it on Linux (yet) but on Windows I always put ;. in the PATH so that it would always search the current path when I issued a command - perhaps if I wasn't so fixated on the command line that wouldn't have been an issue. That might be worth considering for Linux

Re: Regina on SLES 11 SP 1

2011-08-31 Thread Andrej
On 1 September 2011 10:39, Philipp Kern pk...@debian.org wrote: That might be worth considering for Linux You shouldn't do that there's the slightest possibility that you end up in an untrusted path (where somebody can drop executable files) with cd and execute something there (think of ls).