Skip to content

Instantly share code, notes, and snippets.

View rscher's full-sized avatar

Russell Scher rscher

View GitHub Profile
@rscher
rscher / crc.log
Created September 28, 2022 04:51
crc.log
time="2022-09-27T14:02:40-04:00" level=debug msg="CRC version: 2.9.0+9591a8f\n"
time="2022-09-27T14:02:40-04:00" level=debug msg="OpenShift version: 4.11.3\n"
time="2022-09-27T14:02:40-04:00" level=debug msg="Podman version: 4.2.0\n"
time="2022-09-27T14:02:40-04:00" level=debug msg="Running 'crc stop'"
time="2022-09-27T14:02:40-04:00" level=debug msg="Checking file: /home/crcuser/.crc/machines/crc/.crc-exist"
time="2022-09-27T14:05:29-04:00" level=debug msg="CRC version: 2.9.0+9591a8f\n"
time="2022-09-27T14:05:29-04:00" level=debug msg="OpenShift version: 4.11.3\n"
time="2022-09-27T14:05:29-04:00" level=debug msg="Podman version: 4.2.0\n"
time="2022-09-27T14:05:29-04:00" level=debug msg="Running 'crc oc-env'"
time="2022-09-27T14:05:29-04:00" level=debug msg="Checking file: /home/crcuser/.crc/machines/crc/.crc-exist"
@rscher
rscher / gist:d8f9f7ae784fba0414d87c1b80e0f2ab
Created March 23, 2022 10:02
using bundle in restricted network env
[crcuser@zzxr7801 crc]$ crc setup -b /home/crcuser/binaries/crc/latest/crc_libvirt_4.10.3_amd64.crcbundle --log-level debug
DEBU CodeReady Containers version: 2.0.1+bf3b1a6
DEBU OpenShift version: 4.10.3
DEBU Podman version: 3.4.4
DEBU Running 'crc setup'
INFO Using bundle path /home/crcuser/binaries/crc/latest/crc_libvirt_4.10.3_amd64.crcbundle
DEBU Checking if systemd-resolved.service is running
DEBU Running 'systemctl status systemd-resolved.service'
DEBU Command failed: exit status 4
DEBU stdout:
@rscher
rscher / gist:df6427003e7e871a6e25730514afbd1c
Created March 23, 2022 01:35
crc v2.0.2 setup not working on RHEL 7.9
$ crc setup --log-level debug
DEBU CodeReady Containers version: 2.0.1+bf3b1a6
DEBU OpenShift version: 4.10.3
DEBU Podman version: 3.4.4
DEBU Running 'crc setup'
INFO Using bundle path /home/crcuser/.crc/cache/crc_libvirt_4.10.3_amd64.crcbundle
DEBU Checking if systemd-resolved.service is running
DEBU Running 'systemctl status systemd-resolved.service'
DEBU Command failed: exit status 4
DEBU stdout:
@rscher
rscher / gist:aedbce6e1dbbbc418e0a48e1fd9f5a40
Created March 23, 2022 01:32
crc v2.0.2 setup not working on RHEL 8.5
[crcuser@rh85 ~]$ crc version
CodeReady Containers version: 2.0.1+bf3b1a6
OpenShift version: 4.10.3
Podman version: 3.4.4
[crcuser@rh85 ~]$ cat /etc/os-release
NAME="Red Hat Enterprise Linux"
VERSION="8.5 (Ootpa)"
ID="rhel"
@rscher
rscher / gist:3cb611b899bbc5481f35f6187a6dc9d6
Created March 18, 2022 17:30
RussWorkingPod_odm8105-odm-decisionserverconsole.log
HTTP_PORT unset : set 9080
HTTPS_PORT unset : set 9443
HTTPS_PORT : 9443
HTTP_PORT : 9080
ODM_CONTEXT_ROOT unset : set blank
Update DECISION_SERVICE_URL to /DecisionService in Decision Server Console.
No provided /config/authOidc/openIdParameters.properties
BASIC_AUTH config : remove authFilters from server.xml
BASIC_AUTH config : remove openIdWebSecurity from server.xml
BASIC_AUTH config : remove oidcClientWebapp from server.xml
[root@trappers1 odm-ondocker]# docker-compose -f odm-standalone.yml up
Step 1/73 : ARG FROMLIBERTY
Step 2/73 : ARG FROMLIBERTYBUILD
Step 3/73 : FROM maven:3.5.2-jdk-8-alpine AS builder
---> 293423a981a7
Step 4/73 : ARG ODMDOCKERDIR
---> Using cache
---> 70994fb1ec02
Step 5/73 : ENV ODMDOCKERDIR $ODMDOCKERDIR
---> Using cache