[vz-users] Probleme mit MySQL bei der Einrichtung von volkszaehler auf meinem Raspi

Christian Schnellrieder schnellrieder.cs at gmail.com
Fri Oct 2 13:01:30 CEST 2015


Hallo.

Thema ist erledigt. Der curl Fehler dürfte daher kommen dass beim
> hochfahren vzlogger vor mysql startet. Lässt sich das mit dependency based
> services o.ä. elegant lösen?



Danke für den Hinweis. War bei mir auch so.
lrwxrwxrwx 1 root root  18 Sep 22 10:59 S01vzlogger -> ../init.d/vzlogger
lrwxrwxrwx 1 root root  17 Sep 22 08:26 S02apache2 -> ../init.d/apache2
lrwxrwxrwx 1 root root  14 Sep 22 08:26 S03cron -> ../init.d/cron
lrwxrwxrwx 1 root root  14 Sep 22 08:26 S03dbus -> ../init.d/dbus
lrwxrwxrwx 1 root root  24 Sep 22 08:26 S03dphys-swapfile ->
../init.d/dphys-swapfile
lrwxrwxrwx 1 root root  15 Sep 22 08:26 S03mysql -> ../init.d/mysql



Habe einfach mysql als dep. eingefügt und ein "update-rc.d vzlogger
defaults" hat die Reihenfolge richtig gestellt.


Grüße


2015-10-02 12:37 GMT+02:00 Udo1 <udo1 at gmx.net>:

> Am 02.10.2015 um 11:35 schrieb Andreas Goetz:
>
>> Der curl Fehler dürfte daher kommen dass beim hochfahren vzlogger vor
>> mysql startet. Lässt sich das mit dependency based services o.ä. elegant
>> lösen?
>>
> Die aktuellen Debian Repos nutzen systemd für start-scripts.
> Ein Beispiel ist im Wiki aufgeführt:
> systemd start script
>
> If your computer uses systemd then follow these steps to add vzlogger as a
> new service:
>
> Create a file vzlogger.service in /usr/lib/systemd/system/ and fill it
> with these lines:
> ------------------
> [Unit]
> Description=vzlogger
> After=syslog.target network.target
>
> [Service]
> ExecStart=/usr/local/bin/vzlogger -f /etc/vzlogger.conf
> ExecReload=/bin/kill -HUP $MAINPID
> StandardOutput=null
>
> [Install]
> WantedBy=multi-user.target
> ---------------------------------
>
> You can start, stop or verify vzloggers status using the common systemctl
> command:
>
> ~]# systemctl start vzlogger
> ~]# systemctl status vzlogger
> ~]# systemctl stop vzlogger
>
> If you are satisfied and want to have vzlogger permanently startet as a
> service everytime your machine boots, just enable it:
>
> ~]# systemctl enable vzlogger
>
> Wie müsste man das script abändern, damit es erst nach Start von mysql
> wirksam wird?
>
> btw.: Es gibt in der dem aktuellen Raspbian-Jessie-Paket kein Verzeichnis
> 'system' unter /usr/lib/systemd
>
> Gruß
> Udo
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://demo.volkszaehler.org/pipermail/volkszaehler-users/attachments/20151002/8f366fed/attachment.html>


More information about the volkszaehler-users mailing list