No dice all the way around
Good news bad news. Its not SMP. I just rebuilt world using 4.10R-p15 GENERIC, same problem. The good news is that the /dev/null hack *does work*.
The above post dosnt work on FreeBSD, but this should:
The only problem is that direct admin expects a failed/ok msg on std out so it hangs waiting. A refresh and its golden.
Also, a quick tidbit if anyone else is interested:
working (console) start:
dead directadmin start:
Good news bad news. Its not SMP. I just rebuilt world using 4.10R-p15 GENERIC, same problem. The good news is that the /dev/null hack *does work*.
The above post dosnt work on FreeBSD, but this should:
Code:
#!/bin/sh
/usr/local/etc/rc.d/httpd.real $1 > /dev/null 2>&1
Also, a quick tidbit if anyone else is interested:
working (console) start:
Code:
chex# pstree -w -s http
-+= 00000 root (swapper)
\-+= 00001 root /sbin/init --
\-+= 00691 root /usr/sbin/httpd -k start -DSSL
|--- 00695 apache /usr/sbin/httpd -k start -DSSL
\--- 00696 apache /usr/sbin/httpd -k start -DSSL
Code:
chex# pstree -w -s http
-+= 00000 root (swapper)
\-+= 00001 root /sbin/init --
\-+= 00806 root /usr/sbin/httpd -k start -DSSL
|--- 00855 apache (httpd)
\--- 00856 apache (httpd)
Last edited: