Browse all forums dedicated to the Rocket Mainframe DevOps product family.
Recently active
I have to access the internet via a proxy server. What/how can this be specified inside conda? I know the .condarc file contains the channel URL to which I have already arranged access.
Hello!We just upgraded to a new version of python on Z using mini-conda. It worked great. The only issue we have is that pip doesn't seem to be included in the new install. Is that correct? Is it hiding elsewhere or is this a DIY kind of thing where we'll have to download from elsewhere and install? Any advice is appreciated. Thanks!!
I was asked to post this issue instead of IBM sales from Taiwan, anyone can help on it ? Thanks a lot. Reusing 'git_version.h' and 'lib/Config_git.pl' ./miniperl -Ilib make_ext.pl cpan/Archive-Tar/pm_to_blib MAKE="make" LIBPERL_A =libperl.a make: Makefile: line 332: Warning -- FSUM9433 Duplicate entry ../../lib/auto/Ar chive/Tar/.exists in prerequisite list @ /Z23RA2/usr/lpp/perl/v524/cpan/Archive-Tar/../../miniperl "-I../../lib" "-I../ ../lib" -MExtUtils::Command -e 'mkpath' -- ../../lib/Archive @: FSUM7351 not found FSUM8226 make: Error code 127 make: Makefile: line 332: Warning -- FSUM9433 Duplicate entry ../../lib/auto/Ar chive/Tar/.exists in prerequisite list @ /Z23RA2/usr/lpp/perl/v524/cpan/Archive-Tar/../../miniperl "-I../../lib" "-I../ ../lib" -MExtUtils::Command -e 'mkpath' -- ../../lib/Archive @: FSUM7351 not found FSUM8226 make: Error code 127 Unsuccessful make(cpan/Archive-Tar): code=65280 at make_ext.pl line 569. FSUM8226 make: Error code 255
TPOFF:/rocket/new/bin: >conda install gitSolving environment: failedCondaHTTPError: HTTP 404 NOT FOUND for url <https://anaconda.org/zoss-appdev/noarch/repodata.json>Elapsed: 00:00.345067CF-RAY: 63837615bbb6eba1-LAXHello,Would like to check out your incarnation of git... all I need really. So I went through the arduous task of installing miniconda. Ugh. Kind of a nightmare.After getting it installed, I configured things as exactly as I could and got the following error... suggesting that maybe a URL was invalid?Do I need to specify the Z/OS / OMVS architecture somewhere to get the web page to resolve properly?Regards,Thomas-----TPOFF:/rocket/new/bin: >conda install gitSolving environment: failedCondaHTTPError: HTTP 404 NOT FOUND for url <https://anaconda.org/zoss-appdev/noarch/repodata.json>Elapsed: 00:00.345067CF-RAY: 63837615bbb6eba1-LAXThe remote server could not find the noarch directory for therequested channel with url: https://anaconda.org/zos
Hi, is there still a R for z/OS port distributed by Rocket?regards, Luc
1: Downloaded miniconda-zos-1.2-2020-10-01.run 2: Downloaded appdev_bundle_1.03: Transferred binary mode to /rocket/miniconda ZFS FS on z/OS 2.34: chmod +x miniconda-zos-1.2-2020-10-01.run5: chtag -tc 819 appdev*6: ./miniconda-zos-1.2-2020-10-01.run --path /rocket/minicondaFails with error:********************************************************************************* Miniconda installation script is starting at 2021.03.19 13:54:24...********************************************************************************Checking miniconda instance...ERROR: directory '/rocket/miniconda' already exists, but doesn't contain miniconda instanceInstallation failed.What am i doing wrong?Thanks a lot
Heya,I'm getting zero luck (three zeroes to be precise) on downloading packages via conda from the 'free' channel.Setting the scene:z/OS 2.3 (ZD&T installation)Miniconda installed.Created a 'prod' environment.Then issued: conda install -vvv -c https://conda.anaconda.org/zoss-appdev python(had already installed python via download then --offline) ## Package Plan ## environment location: /zdo/conda/envs/prod added / updated specs: - python The following packages will be downloaded: package | build ---------------------------|----------------- openssl-1.0.2k | 5 6.4 MB zoss-appdev gettext-0.19.8.1 | 1 21.1 MB zoss-appdev python-3.7.0 | 26 28.7 MB zoss-appdev ncurses-6.1 | 10 4.0 MB zoss-appdev ------------------------------------------------------------
Hello,I am trying to install from the appdev_manifest_1.1.1.txt file and getting the following errors:(Rocket-1.1.1) (AQHO)NEILSX:/u/neilsx(!):>umask 022<.org/zoss-appdev --file /u/neils/rocket-downloads/appdev_manifest_1.1.1_Feb_22.binSolving environment: failedPackagesNotFoundError: The following packages are not available from current channels:- unzip==6.0=12- curl==7.73.0=0- sed==4.2.2=12- python==3.7.0=30- bzip2==1.0.8=0- openssl==1.1.1h=12- libssh2==1.8.0=4- zip==3.0=10- make==4.3=3- sudo==1.8.21p2=7- libtag==1.7=0Current channels:- https://conda.anaconda.org/zoss-appdev/zos-z- https://conda.anaconda.org/zoss-appdev/noarch- 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 alte
My environment is z/OS 2.3 with IBM Apache HTTP Server (Version 9). I installed the latest version of PHP (7.0.5) using Rocket's Miniconda package manager. I tested it from the OMVS Shell and it works fine. I queried it for the version it is currently and it comes back with the correct response (7.0.1) and so on and so forth.The trouble I am having is getting to connect to PHP from the HTTP Server. I am new to PHP and I tried to understand from the distributed world on how the two are paired together, i.e. Apache Server and PHP. It seems to be fairly straight forward in that world. There seem to be two ways of invoking PHP with Apache (1) PHP as Dynamic Shared Object (DSO) application and the other as Common Gateway Interface (CGI). The recommended way seems to be the DSO. To go the DSO way some directives in Apache need to be set like the LoadModule Directive which looks like LoadModule php5_module /usr/local/apache/lib/lipphp5.so But I can't seem to find any m
Hello...I installed git for the first time in a test mainframe LPAR and I am facing the following issue..If I disable AUTOCVT and I don't chtag any file and I do manual iconv conversion for each file before git-add (when pushing to a remote server)iconv -f IBM1047 -t utf-8 Hello.java >Hello3.javaor the opposite after git-clone (after cloning from a remote server) everything works fine.if I enable AUTOCVT on profileexport _BPXK_AUTOCVT=ONexport _CEE_RUNOPTS="FILETAG(AUTOCVT,AUTOTAG) POSIX(ON)"export _TAG_REDIR_ERR=txtexport _TAG_REDIR_IN=txtexport _TAG_REDIR_OUT=txtand change tag like this chtag -t -c IBM-1047 Hello.javawhen I git add I get fatal: can't add "Hello.java": file is tagged, set corresponding zos-working-tree-encoding attribute or reset file tagon the same folder I have the following .gitattributes tagged as iso8859-1# The default for text files* git-encoding=iso8859-1 zos-working-tree-encoding=ibm-1047# git's files (which MUST be ASC
Hello,We have the Rocket port of sudo 1.8.6p3 that can be downloaded from Open Source Languages and Tools for z/OS and would like to know if this software also has the vulnerability described in CVE-2021-3156: NVDRegards,Werner
Hi all,does someone know regarding this bug, when a fixed version is available? Additionaly it would be great, to get the source code / makefile for the current ported version in order to fix it by ourself.Best regards,Sebastian
Hi Team,We have recently installed Miniconda on zOS and getting below error. Can you please check and suggest.Warning message during installWARNING: could not import _license.show_info # try: # $ conda install -n root _license So issued below command and got 404 error. bash-4.3$ conda install -n root _licenseSolving environment: failedCondaHTTPError: HTTP 404 NOT FOUND for url <https://anaconda.org/zoss-appdev/noarch/repodata.json>Elapsed: 00:01.095910CF-RAY: 621fa9a6ee7b0e4e-DFWThe remote server could not find the noarch directory for therequested channel with url: https://anaconda.org/zoss-appdevAs of conda 4.3, a valid channel must contain a `noarch/repodata.json` andassociated `noarch/repodata.json.bz2` file, even if `noarch/repodata.json` isempty. please request that the channel administrator create`noarch/repodata.json` and associated `noarch/repodata.json.bz2` files.$ mkdir noarch$ echo '{}' > noarch/repodata.json$ bzip2 -k noarch/repodata.jsonYou will need t
I'm looking to run an ASoC scan and need a repository to scan against. Is there a repository for Rocket git(version 2.14.4) that can be downloaded/cloned/forked? Thanks!
I installed the most recent version of the curl tool and all works fine with the exception of using PKCS12 personal certificates. When I specify the parameters --cert /u/johnson/curl/fred.12:secret --cert-type P12 I receive message curl: (58) could not parse PKCS12 file, check password, OpenSSL error error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt. I know the password is correct because if I move the file to Windows for example, I am am able to successfully import the PKCS12 certificate.with the same password into a trust store. Is there another step I need to do differently to provide the password on z/OS?
Hi all, We have a internal project proposal that wants to extract 7Zip formatted archives directly on the mainframe. I thought I'd seen somewhere that gzip might support that, but I can't now find any reference to it, so I'm beginning to think I dreamt it. Anyone know if gzip does support 7Zip, and if it doesn't, know of anything that does support it natively under z/OS?Many thanks, Andy.
On a test lpar i've got git (2.14) installed and it is failing. Here is an example: /u/lbdyck>ssh git@github.com git-receive-pack lbdyck/racfadm.git FOTS2273 Warning: Permanently added the RSA host key for IP address '140.82.112.3' to the list of known hosts. --Â--Ä-Á--/ÀÁÄ-ÃÀ--À---Ã--/-À-Á-Ã-Â---À------ÊÁÃËÇÁ/ÀË_/ËÈÁÊÊÁø?ÊÈ-ËÈ/ÈÍË-ÀÁ%ÁÈÁ-ÊÁÃË-ËÑÀÁ-Â/>À---,-ÉÍÑÁÈ-/È?_ÑÄÊ_/È-ËÇ/--/ÅÁ>È-ÅÑÈÅÑÈÇÍÂ-ÅÂ--ÄÄ-Ä-/-ÂÀ----ÄÃÃ-À-Â---Â/--ÁÃÁÀ-/ÁÂ--Á-Â-/Á---ÃÀÀ--Â---ÊÁÃËÈ/ÅË--------Ä-ÄÄ---ÄÄ-- And another example: /u/lbdyck>git clone git@github.com:lbdyck/pdsegen.git Cloning into 'pdsegen'... fatal: protocol error: bad line length character: ---Á Can anyone point me to where to fix this? I'm sure this is something trivial but I can't find the problem.
I get this message when using openssl. We did not install openssl in /rsusr/rocket, but instead used a different path. Shouldn't openssl base the location of the openssl.cnf file on the location of the openssl binary? Should we just "bite the bullet" and install it (or set a symbolic link from) /rsusr/rocket?
#GITGit 2.14.4 does not seem to support the submodule functionality Will 2.26.2 support submodule functionality? Where can i find the documentation of features supported in the respected versions of Git?
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.