Skip to main content
Topic: openrc unexpected results (Read 888 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

openrc unexpected results

I was doing some work wit my name server and restarted it, and I got back some strange feedback relating to ip_tables

Code: [Select]
 [www3 ~]# /etc/init.d/named restart
 * Caching service dependencies ...
/var/lib/iptables/rules-save
Service `rfcomm' needs non existent service `bluetooth'                                                   [ ok ]
 * Stopping named ...                                                                                     [ ok ]
 * Starting named ...   
 


and then it went away

Code: [Select]
[www3 ~]# /etc/init.d/named -v restart
 * Executing: /usr/lib/openrc/sh/openrc-run.sh /usr/lib/openrc/sh/openrc-run.sh /etc/init.d/named stop
 * Stopping named ...
 * Will stop /usr/bin/named
 * Will stop PID 10474
 * Will stop processes of `/usr/bin/named'
 * Sending signal 15 to PID 10474 ...                                                                     [ ok ]
 * Sending signal 0 to PID 10474 ...                                                                      [ ok ]
 * Executing: /usr/lib/openrc/sh/openrc-run.sh /usr/lib/openrc/sh/openrc-run.sh /etc/init.d/named start
 * Starting named ...
 * Detaching to start `/usr/bin/named' ...                                                                [ ok ]
[www3 ~]# /etc/init.d/named  restart
 * Stopping named ...                                                                                     [ ok ]
 * Starting named ...