-
Bug
-
Resolution: Fixed
-
Major
-
OpenSUSE 15.1, OpenSUSE 15.2 and OpenSUSE Tumbleweed
cat /etc/os-release
NAME="openSUSE Tumbleweed"
# VERSION="20200917"
ID="opensuse-tumbleweed"
ID_LIKE="opensuse suse"
VERSION_ID="20200917"
PRETTY_NAME="openSUSE Tumbleweed"
ANSI_COLOR="0;32"
CPE_NAME="cpe:/o:opensuse:tumbleweed:20200917"
BUG_REPORT_URL="https://bugs.opensuse.org"
HOME_URL="https://www.opensuse.org/"
LOGO="distributor-logo"
uname -a
Linux os1 5.8.7-1-default #1 SMP Sun Sep 6 07:39:46 UTC 2020 (7fc52c0) x86_64 x86_64 x86_64 GNU/LinuxOpenSUSE 15.1, OpenSUSE 15.2 and OpenSUSE Tumbleweed cat /etc/os-release NAME="openSUSE Tumbleweed" # VERSION="20200917" ID="opensuse-tumbleweed" ID_LIKE="opensuse suse" VERSION_ID="20200917" PRETTY_NAME="openSUSE Tumbleweed" ANSI_COLOR="0;32" CPE_NAME="cpe:/o:opensuse:tumbleweed:20200917" BUG_REPORT_URL=" https://bugs.opensuse.org " HOME_URL=" https://www.opensuse.org/ " LOGO="distributor-logo" uname -a Linux os1 5.8.7-1-default #1 SMP Sun Sep 6 07:39:46 UTC 2020 (7fc52c0) x86_64 x86_64 x86_64 GNU/Linux
-
-
weekly
Hi Jenkins Team,
I tried to install native jenkins on the OpenSUSE operating system, but I couldn't make it work properly.
Native operating system does not have /sbin/chkconfig, this file appears in SUSE Enterprise zones.
Steps for reproduced:
- Go to https://www.jenkins.io/download/ and https://pkg.jenkins.io/opensuse/
- sudo zypper addrepo -f https://pkg.jenkins.io/opensuse/ jenkins
- sudo zypper refresh
- sudo zypper install default-jdk default-jre
- sudo zypper install jenkins
/sbin/chkconfig not found
Thanks.