Browse all forums dedicated to the Rocket Mainframe DevOps product family.
Recently active
I have miniconda installed, and trying to download the git client for z/OS. But, when I search for it, I get a message:PackageNotFoundError: The following packages are not available from current channel: - gitCurrent channels:- https://repo.anaconda.com/pkgs/main/zos-z- https://repo.anaconda.com/pkgs/main/noarch- https://repo.anaconda.com/pkgs/free/zos-z- https://repo.anaconda.com/pkgs/free/noarch- https://repo.anaconda.com/pkgs/r/zos-z- https://repo.anaconda.com/pkgs/r/noarch- https://repo.anaconda.com/pkgs/pro/zos-z- https://repo.anaconda.com/pkgs/pro/noarchTo search for alternate channels that may provide the conda package you'relooking for, navigate tohttps://anaconda.organd use the search bar at the top of the page.Not sure what I am doing wrong.------------------------------Jerry Edgington | Sr.Technical AnalystIT Technical OperationsEnterprise Systems400 Broadway | Cincinnati, Ohio 45202513.629.1826 direct 513.629.1787 fax WesternSouthern.com------------------------------
About 7 years ago I held a Customer Advisory Board, and I asked the 25+ customers in attendance how much open source they are adopting. I was surprised that only a handful of customers raised their hands. I then threw out some open source tool names like Git and Jenkins, thinking that may invoke more hands. Instead, I got several asking me what is Git and many of the rest grunted and said that Jenkins isn’t anything they’d ever consider because they required commercial offerings. A couple years later, I asked the same question and all of the customers in attendance, this time 30 of them, raised their hands. Most of them were repeat customers, which was impressive to see a fast moving trend of open source adoption. I then asked them what changed, given that a few short years ago there was disdain for open source tools. Their answers varied. But the common theme was that open source tools are easy to consume and it makes developers more successful as they tend to be tools they’re more fa
This coming Tuesday, Ken Gross (Mainline Information Systems) and I will be sharing insights on how organizations can accelerate digital transformation by choosing tools and development methodologies that offer transformative capabilities. The concept of Modernization in Place has been applied to speed innovation as an alternative to multi-year platform migrations, minimizing risk while still delivering operational flexibility. We'll dig into this topic more and answer your related questions. Register here and join us! ------------------------------Peter FandelDir. SW EngRocket Internal - All BrandsWaltham MA United States------------------------------
Anybody got any clues as to whycurl -k -s -v -o htmlu.txt "https://my.url"when issues in a shell script using sh /tmp/my.stdin would give Protocol ""https" not supported or disabled in libcurl when the exact same command cut/pasted onto the OMVS shellworks fine ?Hank------------------------------hank oerlemansSenior Technical SpecialistSelf RegisteredNorth Sydney NSW Australia------------------------------
Hello, After installing Miniconda (v 1.2.1) I tried creating a new environment and installing a package to it, for example: conda create -n curl conda activate curl conda install .. curl The conda create and activate worked fine but the install produced several messages like as follows: IBMUSER:/u/ibmuser: >conda install -c https://conda.anaconda.org/zoss-appdev gzipcompile command returned 65280Failed to load /u/ibmuser/.ffi/i_.so: CEE3501S The module /u/ibmuser/.ffi/i_.so was not found. No ffi call function could be found or createdcompile command returned 65280Failed to load /u/ibmuser/.ffi/v_iiPi.so: CEE3501S The module /u/ibmuser/.ffi/v_iiPi.so was not found. compile command returned 65280 I was able to circumvent the error but copying the missing files from the Miniconda install lib/ffi directory, but I wonder if I missed something during the Miniconda install/config? Regards Greg------------------------------Greg KeukenSystems ProgrammerIBM------------------------------
We have completed z/OS 2.5 platform testing across all our GA products and can confirm they are supported. ChangeMan ZMF 8.2.5 (with Hot Fix, please contact support for more details) StarTool IOO 3.15 StarTool FDM 7.8.2 Comparex 8.8.1 ChangeMan SSM 8.6 Please contact technical support for more details. #ChangeManZMF#Other
Somebody noticed that with the "old" sudo (the one which was downloaded), i.e. sudo 1.8.21p2 005-nokrb it happened that when having an entry like this in /etc/sudoersJOHNDOE ALL = (PRODUSER) NOPASSWD: /u/produser/bin/daily_cleanup.shand then user JOHNDOE doessudo -u PRODUSER /u/produser/bin/daily_cleanup.shthe following error messages pop up:sudo: unable to change to runas uid (189, 189): EDC5139I Operation not permitted.sudo: unable to execute /u/produser/bin/daily_cleanup.sh: EDC5139I Operation not permitted.The same time in syslog there pops up an ICH408I messageICH408I USER(JOHNDOE ) GROUP(BASE ) NAME(DOE, JOHN ) BPX.DAEMON CL(FACILITY) INSUFFICIENT ACCESS AUTHORITY ACCESS INTENT(READ ) ACCESS ALLOWED(NONE If user JOHNDOE gets READ access to BPX.DAEMON then above sudo command works fine.Questions: 1. Is this a known error? 2. If yes is it fixed in the forthcoming sudo_nokrb package which
Does anyone have any experience using zUnit with the CMN plugin? zUnit submits its own compile and link steps, before running the test program. We are concerned that this testing will not reflect the actual load module compiled in CMN. It seems like a big overhead to update zUnit options to match the CMN compile procedures. Can zUnit take a compiled load module from a CMN package? Thanks, Simon. #ChangeManZMF
Status: DeclinedUnfortunately, after further research, this is not an enhancement we would be able to deliver.Hi The software analyzer feature in IDz doesn't seems to work as expected for cobol coding rule checking in the CMN perspective (from patch4 plugin edition). Please note, this feature working fine when the cobol source is checked from the 'remote system explorer' perspective. From developer's point of view, it would nice to have this feature in changeman perspective mode, thus it will be easy and quick to scan the program using the predefined software analyzer rules. Regards#AddSAfeatureinCMNperspectivemode
This is sudo version 1.8.21p2Whe I ran sudo there were complaints about setuid bits aso. After I have corrected all that stuff the sudo binary looks like follows:# ls -lEn sudo---s--x--x -p-- 1 0 0 11964416 Apr 7 06:13 sudoIf I run `sudo -l` as a normal user I getsudo: kerb5: unable to parse 'DEMNT15': Configuration file does not specify default realmWhere and how do I specify a default realm?Thanks, Manfred------------------------------Manfred LotzIBM------------------------------
My colleague reinstalled sudo yesterday from the conda distribution. Today I discovered that only the beginning portion of cat5/sudo.8 is there. We're on the public path, but this really is a problem. Can you please fix this and let us know when the correct man file is available?Cheers,Ray Mullins------------------------------Ray MullinsSr. Software DeveloperTrident ServicesRoseville CA United States------------------------------
Just started running sudo with a sudoers file that allows me to run ps -ef to see all USS processes running.sudo -l(BPXROOT) NOPASSWD: /bin/psAfter issuing sudo ps -ef, I see the expected output but noticed two of these RACF error messages in the system log.I wouldn't expect to need READ access to the resource. What am I missing in configuration?ICH408I USER(xxxxxxxx ) GROUP(xxxxxxxx ) NAME(xxxxxxxx )BPX.DAEMON CL(FACILITY) INSUFFICIENT ACCESS AUTHORITY ACCESS INTENT(READ ) ACCESS ALLOWED(NONE )thanks------------------------------Gary GrossiIT Director, Z SystemsAlight Solutions------------------------------
Hi Just for info. & hopefull an answer �� Miniconda z/OS - you have a reference in file appdev_manifest_1.1.1.txt to file appdev_bundle_1.1.txt But, I cant' locate or find this file appdev_bundle_1.1.txt in the 'Miniconda' download from Rocket Software – have I overlooked something here ? File appdev_bundle_1.0.txt has below statement: # $ conda create --name <env> --channel zoss-appdev --file appdev_bundle_1.1.txt The only file I can see in 'Miniconda' download is: appdev_bundle_1.0.txt Venlig hilsen/Best regards Tonny Petersen Z/Infrastructure Systemprogrammør Direct +4563639190 Mobile +4521376517 tpe@jndata.dk
Hello: I've installed miniconda and am now trying to get my environment customized for it. I made the updates to .profile and .bashrc and restarted my ssh session. When I sign back in, I get this: bash: $'{@\\202\\201\\242\\210\\231\\203@\\206\\211\\223\\205\\025{@\\203\\226\\225\\243\\205\\225\\243@\\206\\226\\231@\\331\\226\\203\\222\\205\\243@\\224\\211\\225\\211\\203\\226\\225\\204\\201\\025K@a\\244a\\242\\205\\244\\202\\205\\231\\243a\\243\\226\\226\\223\\242a\\231\\226\\203\\222\\205\\243a\\224\\211\\225\\211\\203\\226\\225\\204\\201a\\205\\243\\203a\\227\\231\\226\\206\\211\\223\\205K\\204a\\203\\226\\225\\204\\201K\\242\\210\\025': command not foundHere's my .profile (miniconda is installed in /u/SEUBERT/tools/rocket/minicondaecho 'Running .profile...'# export PATH=/u/SEUBERT/tools/ibm/python/cyp/v3r8/pyz/bin:/usr/bin:$PATHexport PATH=/usr/bin:/bin:./usr/sbin:/usr/lpp/java/J8.0_64/bin:/usr/lpp/IBM/cobol/igyv6r2/bin:/usr/lpp/IBM/pli/v5r2/binexport LIBPATH=/u/SEUBERT/tools/ibm/py
Hello, i use cURL to send files via FTPS to IBM. No Problem with textfiles, but when i send a dump-file the is a problem: it has incorrect DCB attributes. I call cURL from MVS with BPXBATCH. The dump-file is copied from MVS to USS with OCOPY command and then transfered in binary format. I tried to use the SITE comand, but it is not accepted. Have anyone an idea? Thanks for help. Sven
Stub------------------------------System------------------------------
With the IBM z/OS supplied man pages it is easy to find the command you want by using the command: man -k xxxxxThis will NOT find any of the conda installed man pages even if the MANPATH has been updated correctly.Note: I can do a 'man gunzip' to read the specific man page which indicates the MANPATH is correct but 'man -k gunzip' finds nothing.The -k explanation is: Searches a precomputed database of syntax lines for information about keywords.Is there a way to update, or rebuild, the man precomputed database?------------------------------LionelDyck
My first glance at MiniConda. It appears to be customized on a single system installation concept. Historically we have installed the OpenSource tools easily into each products own ZFS dataset mounted on the maintenance path. Propagation to all the other systems occurred via DFDSS backup of said ZFS dataset to be restored and renamed as required on each target system.In simple terms can anyone document how this install/maintain/propagate process could be performed using MiniConda in Z/OS.I have started reading the User Manuals @ https://docs.conda.io and my initial impression is that it is similar in concept to APT in DEBIAN LINUX.Additionally what firewall rules would I need to get this working?RegardsBruce------------------------------Bruce HewsonCitibank------------------------------
Announcing the latest update for ChangeMan ZMF 8.2 Patch Update 5 Micro Focus is delighted to announce the latest patch update for our Software Change, Configuration, and Release Management on z/OS, ChangeMan ZMF 8.2. Patch update 5 was Generally Available at the end of March and is now ready for download. Release highlights include: REST enhancements New REST-enabled service to supply a standardized language identifier for all components Enhancements to Release Queries Enhancements have been made to the QR command on a release, the QA command on a release area, and the QA command on a release application Micro Focus customers can access this latest release of ChangeMan ZMF from the Support Portal where you can also create and manage your support issues. You may also access the latest documentation for ChangeMan ZMF 8.2 Patch Update 5 here which includes details for the all the enhancements and fixes. Please continue to monitor our ChangeMan ZMF Community Page for the la
When installing miniconda via OMVS from a 3270 session there are many times when the INPUT indicator displays on the screen. If one presses ENTER then those enter commands are buffered resulting in a problem at this prompt:Configure to use Rocket's secure conda server? [Y/n] This prompt should require an explicit reply and not just accept a probably buffered enter to mean Y.Please------------------------------LionelDyck
What is the recommendation for how to deploy a specific level of Python, a specific level of Git, and a specific level of Bash to one lpar? And then to deploy different levels of each to a different lpar?Do I create an environment for each lpar in its own filesystem (conda create -n lpar1 .....) and then deploy (aka copy) that filesystem to that lpar? Then repeat for lpar2, etc. ?When I do that do I have to do a conda activate lpar1 on lpar1 or conda activate lpar2 on lpar2?Are there any gotcha's or concerns?------------------------------Lionel Dyck
#Announcement#ChangeManZMF
I installed sed and zip from public channel and discovered that the following JSON files are untagged - untagged T=off -rw-r--r-- 1 BPXROOT MVSBASIS 2111 Mar 26 09:46 ./conda-meta/sed-4.2.2-10.json- untagged T=off -rw-r--r-- 1 BPXROOT MVSBASIS 3548 Mar 26 09:35 ./conda-meta/zip-3.0-6.json- untagged T=off -rw-r--r-- 1 BPXROOT MVSBASIS 501 Mar 26 09:46 ./pkgs/sed-4.2.2-10/info/repodata_record.json- untagged T=off -rw-r--r-- 1 BPXROOT MVSBASIS 495 Mar 26 09:33 ./pkgs/zip-3.0-6/info/repodata_record.json They should be tagged as ISO8859-1. Or do I miss anything? -- Manfred------------------------------Manfred LotzIBM------------------------------
Hi! very impressed with the openssl port for z/OS, and its very useful utilities like s_client, makes life easier. The version however is 3.5 years old… OpenSSL 1.0.2k 26 Jan 2017 Are we to expect a more recent build? Thanks, Marc
Files from install of xz have strange shebangsHere some examples in bin/ directoryllzcmp:#!/u/tsport/miniconda/bin/bashlzdiff:#!/u/tsport/miniconda/bin/bashlzegrep:#!/u/tsport/miniconda/bin/bashlzfgrep:#!/u/tsport/miniconda/bin/bashlzgrep:#!/u/tsport/miniconda/bin/bashlzless:#!/u/tsport/miniconda/bin/bashlzmore:#!/u/tsport/miniconda/bin/bashxzcmp:#!/u/tsport/miniconda/bin/bashxzdiff:#!/u/tsport/miniconda/bin/bashxzegrep:#!/u/tsport/miniconda/bin/bashxzfgrep:#!/u/tsport/miniconda/bin/bashxzgrep:#!/u/tsport/miniconda/bin/bashxzless:#!/u/tsport/miniconda/bin/bashxzmore:#!/u/tsport/miniconda/bin/bash------------------------------Manfred LotzIBM------------------------------
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.