Displaying 3 results from an estimated 3 matches for "apr19".
Did you mean:
apr10
2017 Apr 20
2
asterisk as non root
root at PBX: /var/www/html $ /etc/init.d/asterisk start
[ ok ] Starting asterisk (via systemctl): asterisk.service.
root at PBX: /var/www/html $ ps aux | grep asterisk
asterisk 1007 0.7 2.3 67128 23748 ? Ssl Apr19 8:49
/usr/sbin/asterisk -U asterisk -G asterisk
root 4186 0.0 0.1 4192 1992 pts/0 S+ 17:30 0:00 grep
asterisk
root at PBX: /var/www/html $ /usr/sbin/asterisk ?rx "sip show peers"
Privilege escalation protection disabled!
See https://wiki.asterisk.org/wiki/x/1gKfAQ for m...
2004 May 01
2
[Bug 857] off-by-one error in setting argv[0]
...Version: 3.8.1p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P3
Component: sshd
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: Al.Smith at gold.net
# ps -ef --forest
root 28465 1 0 Apr19 ? 00:00:01 /sys/inet/ssh/sbin/sshd
root 1271 28465 0 Apr30 ? 00:00:00 \_ sshd: ajs [priv] d
ajs 1273 1271 0 Apr30 ? 00:00:01 | \_ sshd: ajs at pts/1 d
Note the trailing 'd' on processes 1271 and 1273.
A trivial 'bug', I know......
2017 Apr 20
2
asterisk as non root
Hi. thanks a lot for your replies. I did stop the services and i did issued
the the "chown" and "chmod" commands listed in the guide.
It is necessary to compile it, instead if using the apt-get version
What am i missing?
On Wed, Apr 19, 2017 at 10:47 PM, Antony Stone <
Antony.Stone at asterisk.open.source.it> wrote:
> On Wednesday 19 April 2017 at 18:48:29, Atux