RE: [Asterisk-Users] Can I runAsterisk remotely from telnetsession?

2003-08-18 Thread Adams, Gavin
From: Steven Critchfield [mailto:[EMAIL PROTECTED] On Fri, 2003-08-15 at 12:42, Adams, Gavin wrote: Another thing I'm doing while soak testing an application (pre /etc/init.d startup script) is to run 'screen' as an unpriviledged user, then 'su -' to root (or even better, 'sudo su -')

RE: [Asterisk-Users] Can I runAsterisk remotely from telnetsession?

2003-08-15 Thread Steven Critchfield
On Fri, 2003-08-15 at 12:42, Adams, Gavin wrote: From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Please explain, what do you mean by does not work. It looks like a path problem. Instead of using su use su -. su does not initialize the environment for the user you are suing as,