I met strange error when was triyng to restart apache22 on FreeBSD 9 -
/etc/rc.conf exists and apache22 already enabled. And then I tried to restart postgresql same warning -
It looks like system can't read rc.conf. Permissions set to 644.
I'm very confused seems like simple error, but not so obvious for me.
Code:
Cannot 'start' apache. Set apache enable to YES in /etc/rc.conf or use 'onestart' instead of 'start'
Code:
/usr/local/etc/rc.d/postgresql start
Cannot 'start' postgresql. Set postgresql_enable to YES in /etc/rc.conf or use 'onestart' instead of 'start'.
It looks like system can't read rc.conf. Permissions set to 644.
I'm very confused seems like simple error, but not so obvious for me.