Open Source Development

Power Open Source Development

Explore the open source tools and capabilities for building and deploying modern applications on IBM Power platforms including AIX, IBM i, and Linux.


#Power


#Power


#Servers
#Opensource
 View Only
  • 1.  python-backports_abc-0.5-1.aix6.1.noarch.rpm issue

    Posted 10/02/18 03:44 PM

    Originally posted by: Teej42


    Came across a weird behavior for python-backports_abc-0.5-1.aix6.1.noarch.rpm package installation:
     

    $ sudo rpm -Uvh python-backports_abc-0.5-1.aix6.1.noarch.rpm
    Preparing...                          ################################# [100%]
    Updating / installing...
       1:python-backports_abc-0.5-1       warning: user ravi does not exist - using root
    warning: user ravi does not exist - using root
    warning: user ravi does not exist - using root
    warning: user ravi does not exist - using root
    warning: user ravi does not exist - using root
    warning: user ravi does not exist - using root
    warning: user ravi does not exist - using root
    warning: user ravi does not exist - using root
    warning: user ravi does not exist - using root
    warning: user ravi does not exist - using root
    warning: user ravi does not exist - using root
    warning: user ravi does not exist - using root
    warning: user ravi does not exist - using root
    warning: user ravi does not exist - using root
    warning: user ravi does not exist - using root
    warning: user ravi does not exist - using root
    warning: user ravi does not exist - using root
    warning: user ravi does not exist - using root
    ################################# [100%]
    

    Who is Ravi, and why do we need that account?  Is it possible the package should be fixed?


    Thanks.


    #AIX-Open-Source-Software
    #AIXOpenSource


  • 2.  Re: python-backports_abc-0.5-1.aix6.1.noarch.rpm issue

    Posted 10/03/18 01:40 AM

    Originally posted by: Ravikanth.sh


    Hi , This warning is due to  AIX does not have "root" user in "root" group  and  "root"  is in system group in AIX, so it has taken build user by default. You can ignore warning for now, it will work perfectly.

    In next release we will fix this issue.


    #AIXOpenSource
    #AIX-Open-Source-Software