El 26/07/13 21:22, Alberto Lopez escribió: HI Alberto
1) Difficulties with the automatic start (boot time) of the vsftp and apache2 daemons: I followed instructions to set it up for running at init levels 3 and 5 using chkconfig, and although it says it is running and is on for those two runlevels, when I do 'ps -ef grep apache2' it shows it in the off position ( /sbin/chkconfig --list apache2 ). The error showing up within /var/apache2/error_log when I manually start apache2 (/etc/init.d/apache2 start) is:
Do not use chkconfig, use systemctl status apache2.service to see what is going on. chkconfig is a legacy artifact of the old sysvinit era, a compatibility stub that may or may not work. there are no runlevels now but targets, apache starts in target multi-user.
3) Perl module IO-Socket-SSL : The perl script ddclient to refresh DHCP IP's with the dyn server requires the module IO-Socket-SSL, which is absent in the arm repositories.
Fill a bug report. -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org