IBM / ibmi-oss-issues

Important resources for anyone interested in open source on IBM i
Creative Commons Zero v1.0 Universal
13 stars 0 forks source link

system and cl utilities not working in chroot #30

Closed robinsg closed 1 year ago

robinsg commented 1 year ago

My chroot is installed with minimal and includes .lst files.

If I go in to the the chroot and run:

system "wrksyssts"

nothing is returned to the session display.

When I run the same but with cl I get:

cl "wrksyssts"
CPD000D: Command *LIBL/WRKSYSSTS not safe for a multithreaded job.

If I exit out of the chroot these commands work as expected.

What do I need to use these utilities in my chroot?

kadler commented 1 year ago

AFAIK nothing can be done there because the chroot does not have access to /QSYS.LIB. @ThePrez @abmusse do you know any solutions?

abmusse commented 1 year ago

Ditto. Due to the lack of access to /QSYS.LIB nothing can be done.

robinsg commented 1 year ago

OK, understood. Thank you.