new install starts, then shuts down - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: new install starts, then shuts down (/showthread.php?tid=4427) |
new install starts, then shuts down - mjb152 - 11-01-2021 I'm a new user, just burned 7.4.1 to a pi 3B (which worked for other projects), I used a 16GB micro sd. I made it headless by "touch /boot/ssh", and added a wpa_supplicant.conf file, so it boots and joins my wifi network. About 30 seconds after booting, this is shown in syslog, and then the pi shuts down. What did I do wrong ? Nov 1 06:54:18 moode systemd[599]: Startup finished in 321ms. Nov 1 06:54:18 moode systemd[1]: Started Session 1 of user pi. Nov 1 06:54:18 moode systemd[1]: Startup finished in 3.833s (kernel) + 18.531s (userspace) = 22.364s. Nov 1 06:54:22 moode dhcpcd[473]: wlan0: no IPv6 Routers available Nov 1 06:54:35 moode systemd[1]: systemd-fsckd.service: Succeeded. Nov 1 06:56:27 moode systemd-timesyncd[318]: Synchronized to time server for the first time 217.155.40.118:123 (2.debian.pool.ntp.org). Nov 1 06:56:28 moode systemd[1]: Reloading. Nov 1 06:56:28 moode systemd[1]: /lib/systemd/system/winbind.service:8: PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/winbindd.pid → /run/samba/winbindd.pid; please update the unit file accordingly. Nov 1 06:56:28 moode systemd[1]: /lib/systemd/system/smbd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/smbd.pid → /run/samba/smbd.pid; please update the unit file accordingly. Nov 1 06:56:28 moode systemd[1]: /lib/systemd/system/nmbd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/nmbd.pid → /run/samba/nmbd.pid; please update the unit file accordingly. Nov 1 06:56:28 moode systemd[1]: getty@tty1.service: Current command vanished from the unit file, execution of the command list won't be resumed. Nov 1 06:56:28 moode systemd[1]: Stopping dhcpcd on all interfaces... Nov 1 06:56:28 moode dhcpcd[816]: sending signal TERM to pid 473 Nov 1 06:56:28 moode dhcpcd[816]: waiting for pid 473 to exit Nov 1 06:56:28 moode dhcpcd[816]: sending signal TERM to pid 473 Nov 1 06:56:28 moode dhcpcd[816]: waiting for pid 473 to exit Nov 1 06:56:28 moode dhcpcd[473]: received SIGTERM, stopping Nov 1 06:56:28 moode dhcpcd[473]: wlan0: removing interface Nov 1 06:56:28 moode dhcpcd[473]: eth0: removing interface Nov 1 06:56:28 moode dhcpcd[473]: dhcpcd exited RE: new install starts, then shuts down - mjb152 - 11-01-2021 replying to myself, I thought there might be a shortcut to getting it setup as a headless device and define my network, I re-flashed the card, connected to the Moode AP, and set it up manually, and this worked RE: new install starts, then shuts down - Tim Curtis - 11-01-2021 You can edit /boot/moodecfg.ini on a fresh image and its settings will be applied during initial boot. See "3. AUTO-CONFIGURE AT BOOT" in the Custom Configurations section of Setup Guide. https://github.com/moode-player/moode/blob/develop/www/setup.txt |