[p4] Perforce on Discord

p4rfong <[email protected]> Wed, 7 Feb 2018 13:15:01 -0800
Newsgroups gmane.comp.version-control.perforce
Message-ID <[email protected]>
Posted on behalf of forum user 'p4rfong'.

I do not know the application but "Perforce password (P4PASSWD) invalid or
unset" is a Perforce error.  As the Linux user that runs the
application, before running it, run
export P4USER=<Perforce user name>
export P4PORT=<Perforce server>:<port>
p4 -u <Perforce user name> -p <Perforce server>:<port> login

If this does not work, add these lines to the python script, place your password
int /home/perforce/input.txt, and view /tmp/testp4.txt for clues.
os.popen('/usr/local/bin/p4 info >> /tmp/testp4.txt 2>&1')
os.popen('/usr/local/bin/p4 login >> /tmp/testp4.txt <
/home/perforce/input.txt 2>&1')
os.popen('/usr/local/bin/p4 login -s >> /tmp/testp4.txt
2>&1')
as seen in    http://answers.perforce.com/articles/KB/2920



--
Please click here to see the post in its original format:
  http://forums.perforce.com/index.php?/topic/5616-perforce-on-discord
_______________________________________________
perforce-user mailing list  -  [email protected]
http://maillist.perforce.com/mailman/listinfo/perforce-user