Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread
Message: 83331
BY: David Maciejak (koma)
DATE: 2009-07-08 09:11
SUBJECT: RE: openSUSE 11.1 / install problem

 

merci pour le feedback, dans module/gnms.rb le test suivant est effectué

if ENV["USER"] != "root"
$log.error("You need to be logged as root to used gnms")
exit(1)
end

comme vous pouvez le voir, on test la variable d environnement ENV. Que vous renvoie la commande 'env |grep USER'

merci,
david


Thread View

Thread Author Date
openSUSE 11.1 / install problemJean-Christophe BAPTISTE2009-07-08 08:57
      RE: openSUSE 11.1 / install problemDavid Maciejak2009-07-08 09:11
            RE: openSUSE 11.1 / install problemJean-Christophe BAPTISTE2009-07-08 09:21
                  RE: openSUSE 11.1 / install problemDavid Maciejak2009-07-08 09:39

Post a followup to this message