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 "su"ing as, but "su -" will. /sbin and /usr/sbin a special path's that are only in root's environment. Hope this help, I will recommend reading a book on UNIX, this is UNIX 101 stuff. On Fri, 15 Aug 2003, Steve Lane wrote: > I am having problems trying to run asterisk from a telnet session. I am > able to su to root and the command asterisk does not work. Any ideas why > this may be occurring? I thought Asterisk could be configured remotely > as well as run remotely? > Thanks in advance. > > Steve Lane > > _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
