Menu

#5012 Error installing webmin in OpenVZ 7

1.850
closed-fixed
openvz7 (1)
5
2017-09-18
2017-08-10
jmginer
No

Webmin can not be installed in OpenVZ 7
OpenVZ 7 is a baremetal system, but based in CentOS 7.

# rpm -Uhv webmin-1.850-1.noarch.rpm
warning: webmin-1.850-1.noarch.rpm: Header V3 DSA/SHA1 Signature, key ID 11f63c51: NOKEY
Preparing...                          ################################# [100%]
Unable to identify operating system
error: %pre(webmin-1.850-1.noarch) scriptlet failed, exit status 2
error: webmin-1.850-1.noarch: install failed

Discussion

  • Jamie Cameron

    Jamie Cameron - 2017-08-10

    What does the /etc/issue file contain on this system?

     
  • jmginer

    jmginer - 2017-08-11
    [root@ns1015 ~]# cat /etc/issue
    Dear Virtuozzo user!
    
    vzkernel: \r
    
    Use the following hostname and IP address to connect to this server:
    
    \n
    (IP: x.x.x.x, 10.37.130.2, fdb2:2c26:f4e4::1)
    
    \t \d
    
    
    [root@ns1015 ~]#
    
     
  • Jamie Cameron

    Jamie Cameron - 2017-08-11

    Is there some file under /etc named like *-release that contains the OS name and version?

     
  • jmginer

    jmginer - 2017-08-15
    # cat /etc/os-release
    NAME="Virtuozzo"
    VERSION="7.0.6"
    ID="virtuozzo"
    ID_LIKE="rhel fedora"
    VERSION_ID="7"
    PRETTY_NAME="OpenVZ release 7.0.6"
    ANSI_COLOR="0;31"
    CPE_NAME="cpe:/o:virtuozzoproject:vz:7"
    HOME_URL="http://www.virtuozzo.com"
    BUG_REPORT_URL="https://bugs.openvz.org/"
    
     
  • Jamie Cameron

    Jamie Cameron - 2017-08-15

    Is that the only /etc/*-release file ? Normally I'd expect there to be one like /etc/virtuozzo-release

     
  • jmginer

    jmginer - 2017-08-16
    [root@ns1015 etc]# ls -lh | grep release
    -rw-r--r--  1 root root     26 Aug 10 13:39 openvz-release
    -rw-r--r--  1 root root    256 Aug 10 13:37 os-release
    lrwxrwxrwx  1 root root     14 Aug 10 13:37 parallels-release -> openvz-release
    -rw-r--r--  1 root root     28 May 29 11:53 redhat-release
    lrwxrwxrwx  1 root root     14 Aug 10 13:37 system-release -> openvz-release
    -rw-r--r--  1 root root     37 May 29 11:53 system-release-cpe
    lrwxrwxrwx  1 root root     14 Aug 10 13:37 virtuozzo-release -> openvz-release
    -rwxr-xr-x  1 root root     36 Aug 10 13:39 vzlinux-release
    [root@ns1015 etc]#
    
    
    [root@ns1015 etc]# cat openvz-release
    OpenVZ release 7.0.6 (93)
    [root@ns1015 etc]#
    
    
    [root@ns1015 etc]# cat os-release
    NAME="Virtuozzo"
    VERSION="7.0.6"
    ID="virtuozzo"
    ID_LIKE="rhel fedora"
    VERSION_ID="7"
    PRETTY_NAME="OpenVZ release 7.0.6"
    ANSI_COLOR="0;31"
    CPE_NAME="cpe:/o:virtuozzoproject:vz:7"
    HOME_URL="http://www.virtuozzo.com"
    BUG_REPORT_URL="https://bugs.openvz.org/"
    [root@ns1015 etc]#
    
    
    [root@ns1015 etc]# cat redhat-release
    Virtuozzo Linux release 7.3
    [root@ns1015 etc]#
    
    
    [root@ns1015 etc]# cat system-release-cpe
    cpe:/o:virtuozzoproject:vzlinux:7:ga
    [root@ns1015 etc]#
    
    
    [root@ns1015 etc]# cat vzlinux-release
    Virtuozzo Linux release 7.3.0 (866)
    [root@ns1015 etc]#
    
     
  • Jamie Cameron

    Jamie Cameron - 2017-08-17

    Thanks - this will be detected properly in the next Webmin release.

     
  • Jamie Cameron

    Jamie Cameron - 2017-08-17
    • status: open --> closed-fixed
     
  • randome

    randome - 2017-09-15

    When can we expect the fixed release? As I'm also struggling installing Webmin on my Virtuozzo Servers:

    [root@bl13 dl]# cat /etc/redhat-release          
    Virtuozzo Linux release 7.3
    [root@bl13 dl]# rpm -i webmin-1.850-1.noarch.rpm 
    warning: webmin-1.850-1.noarch.rpm: Header V3 DSA/SHA1 Signature, key ID 11f63c51: NOKEY
    Unable to identify operating system
    error: %pre(webmin-1.850-1.noarch) scriptlet failed, exit status 2
    error: webmin-1.850-1.noarch: install failed
    

    Andreas Schnederle-Wagner

     
  • Jamie Cameron

    Jamie Cameron - 2017-09-16

    If you download the 1.853 version from http://www.webmin.com/devel.html , it should include this fix.

     
  • randome

    randome - 2017-09-18

    Dev Version is working - thx! ;-)

     

Log in to post a comment.