Kann Wiki und setup gern anpassen, sobald klar ist wie. Hab selbst kein 1-wire

[smarthome@SmartHomeNG ~]$ systemctl status owserver.service ● owserver.service - LSB: 1-wire TCP server Loaded: loaded (/etc/init.d/owserver; generated; vendor preset: enabled) Active: active (running) since Thu 2018-11-29 19:32:51 CET; 7min ago Docs: man:systemd-sysv-generator(8) Process: 641 ExecStart=/etc/init.d/owserver start (code=exited, status=0/SUCCESS) CGroup: /system.slice/owserver.service └─659 /usr/bin/owserver -c /etc/owfs.conf --pid-file /var/run/owfs/owserver.pid Nov 29 19:32:49 SmartHomeNG systemd[1]: Starting LSB: 1-wire TCP server... Nov 29 19:32:49 SmartHomeNG owserver[641]: Starting 1-Wire TCP Server: owservererror: unexpectedly disconnected from boot status daemon Nov 29 19:32:50 SmartHomeNG OWFS[659]: DEFAULT: ow_daemon.c:(144) Entered background mode, quitting. Nov 29 19:32:50 SmartHomeNG OWFS[659]: DEFAULT: ow_usb_msg.c:(214) Opened USB DS9490 bus master at 1:6. Nov 29 19:32:50 SmartHomeNG OWFS[659]: DEFAULT: ow_usb_cycle.c:(128) Set DS9490 1:6 unique id to 81 A5 38 33 00 00 00 67 Nov 29 19:32:51 SmartHomeNG owserver[641]: . Nov 29 19:32:51 SmartHomeNG systemd[1]: Started LSB: 1-wire TCP server.
[smarthome@SmartHomeNG ~]$ systemctl status owhttpd.service ● owhttpd.service - LSB: 1-wire HTTP server Loaded: loaded (/etc/init.d/owhttpd; generated; vendor preset: enabled) Active: active (running) since Thu 2018-11-29 19:32:52 CET; 8min ago Docs: man:systemd-sysv-generator(8) Process: 665 ExecStart=/etc/init.d/owhttpd start (code=exited, status=0/SUCCESS) CGroup: /system.slice/owhttpd.service └─681 /usr/bin/owhttpd -c /etc/owfs.conf --pid-file /var/run/owfs/owhttpd.pid Nov 29 19:32:51 SmartHomeNG systemd[1]: Starting LSB: 1-wire HTTP server... Nov 29 19:32:51 SmartHomeNG OWFS[681]: DEFAULT: ow_daemon.c:(144) Entered background mode, quitting. Nov 29 19:32:52 SmartHomeNG owhttpd[665]: Starting 1-Wire HTTP Daemon: owhttpd. Nov 29 19:32:52 SmartHomeNG systemd[1]: Started LSB: 1-wire HTTP server.
######################## SOURCES ######################## # # With this setup, any client (but owserver) uses owserver on the # local machine... ! server: server = 127.0.0.1:4304 # # ...and owserver uses the real hardware, by default fake devices # This part must be changed on real installation #server: FAKE = DS18S20,DS2405 # # USB device: DS9490 server: usb = all # # Serial port: DS9097 #server: device = /dev/ttyS1 # # owserver tcp address #server: server = 192.168.10.1:3131 #server: server = 192.168.115.32:4304 # # random simulated device #server: FAKE = DS18S20,DS2405 # ######################### OWFS ########################## # mountpoint = /mnt/1wire allow_other # ####################### OWHTTPD ######################### http: port = 2121 ####################### OWFTPD ########################## ftp: port = 2120 ####################### OWSERVER ######################## server: port = 127.0.0.1:4304
lsusb
[root@SmartHomeNG_DEV2 ~]# sudo systemctl status mysql ● mysql.service - MySQL Server Loaded: loaded (/lib/systemd/system/mysql.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Wed 2018-12-19 13:50:09 CET; 11s ago Process: 30061 ExecStart=/usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --plugin-dir=/usr/lib/mysql/plugin --log-error=/var/log/mysql/error.log --pid-file=/var/run/mysqld/mysqld.pid --socket Main PID: 30061 (code=exited, status=1/FAILURE) Dez 19 13:50:06 SmartHomeNG_DEV2 systemd[1]: Started MySQL Server. Dez 19 13:50:06 SmartHomeNG_DEV2 mysqld[30061]: 2018-12-19 13:50:06 1995612160 [Note] /usr/sbin/mysqld (mysqld 10.1.37-MariaDB-0+deb9u1) starting as process 30061 ... Dez 19 13:50:06 SmartHomeNG_DEV2 mysqld[30061]: 2018-12-19 13:50:06 1995612160 [Warning] Could not increase number of max_open_files to more than 1024 (request: 4186) Dez 19 13:50:09 SmartHomeNG_DEV2 systemd[1]: mysql.service: Main process exited, code=exited, status=1/FAILURE Dez 19 13:50:09 SmartHomeNG_DEV2 systemd[1]: mysql.service: Unit entered failed state. Dez 19 13:50:09 SmartHomeNG_DEV2 systemd[1]: mysql.service: Failed with result 'exit-code'.
2018-12-19 13:50:06 1995612160 [Note] InnoDB: Using mutexes to ref count buffer pool pages 2018-12-19 13:50:06 1995612160 [Note] InnoDB: The InnoDB memory heap is disabled 2018-12-19 13:50:06 1995612160 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins 2018-12-19 13:50:06 1995612160 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier 2018-12-19 13:50:06 1995612160 [Note] InnoDB: Compressed tables use zlib 1.2.8 2018-12-19 13:50:06 1995612160 [Note] InnoDB: Using Linux native AIO 2018-12-19 13:50:06 1995612160 [Note] InnoDB: Using generic crc32 instructions 2018-12-19 13:50:06 1995612160 [Note] InnoDB: Initializing buffer pool, size = 128.0M 2018-12-19 13:50:06 1995612160 [Note] InnoDB: Completed initialization of buffer pool 2018-12-19 13:50:06 1995612160 [Note] InnoDB: Highest supported file format is Barracuda. 2018-12-19 13:50:06 1995612160 [Note] InnoDB: 128 rollback segment(s) are active. 2018-12-19 13:50:06 1995612160 [Note] InnoDB: Waiting for purge to start 2018-12-19 13:50:06 1995612160 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.41-84.1 started; log sequence number 2549534 2018-12-19 13:50:06 1405088576 [Note] InnoDB: Dumping buffer pool(s) not yet started 2018-12-19 13:50:06 1995612160 [Note] Plugin 'FEEDBACK' is disabled. 2018-12-19 13:50:06 1995612160 [Note] Recovering after a crash using tc.log 2018-12-19 13:50:06 1995612160 [ERROR] Can't init tc log 2018-12-19 13:50:06 1995612160 [ERROR] Aborting
[root@SmartHomeNG_DEV2 ~]# df -h Dateisystem Größe Benutzt Verf. Verw% Eingehängt auf /dev/root 7,3G 3,6G 3,4G 52% / devtmpfs 460M 0 460M 0% /dev tmpfs 464M 0 464M 0% /dev/shm tmpfs 464M 13M 452M 3% /run tmpfs 5,0M 4,0K 5,0M 1% /run/lock tmpfs 464M 0 464M 0% /sys/fs/cgroup /dev/sda1 43M 23M 21M 52% /boot tmpfs 93M 0 93M 0% /run/user/0
sudo rm -f /var/lib/mysql/tc.log
sudo systemctl status mysql ● mysql.service - MySQL Server Loaded: loaded (/lib/systemd/system/mysql.service; enabled; vendor preset: enabled) Active: active (running) since Thu 2018-12-20 12:51:30 CET; 7s ago Main PID: 1132 (mysqld) CGroup: /system.slice/mysql.service └─1132 /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --plugin-dir=/usr/lib/mysql/plugin --log-error=/var/log/mysql/error.log --pid-file=/var/run/mysqld/mysqld.pid - Dez 20 12:51:30 SmartHomeNG_DEV2 systemd[1]: Started MySQL Server. Dez 20 12:51:30 SmartHomeNG_DEV2 mysqld[1132]: 2018-12-20 12:51:30 1995988992 [Note] /usr/sbin/mysqld (mysqld 10.1.37-MariaDB-0+deb9u1) starting as process 1132 ... Dez 20 12:51:30 SmartHomeNG_DEV2 mysqld[1132]: 2018-12-20 12:51:30 1995988992 [Warning] Could not increase number of max_open_files to more than 1024 (request: 4186)
Wir verarbeiten personenbezogene Daten über die Nutzer unserer Website mithilfe von Cookies und anderen Technologien, um unsere Dienste bereitzustellen. Weitere Informationen findest Du in unserer Datenschutzerklärung.
Indem Du unten auf "ICH stimme zu" klickst, stimmst Du unserer Datenschutzerklärung und unseren persönlichen Datenverarbeitungs- und Cookie-Praktiken zu, wie darin beschrieben. Du erkennst außerdem an, dass dieses Forum möglicherweise außerhalb Deines Landes gehostet wird und bist damit einverstanden, dass Deine Daten in dem Land, in dem dieses Forum gehostet wird, gesammelt, gespeichert und verarbeitet werden.
Kommentar