Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Solved: moOde 6.2.1 problem with abcde, flac and mkcue pkgs
#1
Hi Tim,

Since updating from Moode 6.0 to Moode 6.2 I have found it unusually fragile to change. I know you don't recommend apt updating packages, and that's fair enough, but it used to be possible to install abcde and its dependenices for cd ripping purposes (I posted a howto on the forum) however since 6.2 doing that seems to cause a problem with php that prevents moode working. This occurs with a fresh SD card updated to 6.2.1 and installing abcde, flac and mkcue. I've tried installing abcde both using apt and from the master abcde repository, with the same effect.

I'll post the detailed logs when I get home, not sure why installing software that shouldn't be touching php appears to be breaking php, but it would be great if moode + abcde could be got working again (or even if it could just be included in the base image, even if not used by default).
Reply
#2
Hi,

I split this into a separate thread in the support section.

-Tim
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
#3
(10-01-2019, 01:02 PM)Tim Curtis Wrote: Hi,

I split this into a separate thread in the support section.

-Tim

Thanks Tim. So here's the console log showing what I've changed since a working stock 6.2.1 (I've cut the output of apt, for brevity, but can provide it if needed):


Code:
Last login: Sun Sep 29 21:45:07 2019 from 192.168.1.189
pi@moode:~ $ ls
abcde-2.9.3  abcde-2.9.3.tar.gz  moode-scripts.tgz  piano.sh
pi@moode:~ $ cd /
pi@moode:/ $ sudo tar zxvf ~pi/moode-scripts.tgz
./
./home/
./home/pi/
./home/pi/bin/
./home/pi/bin/abcde-rip.sh
./etc/
./etc/abcde.conf
./etc/systemd/
./etc/systemd/system/
./etc/systemd/system/cd-rip.service
./etc/udev/
./etc/udev/rules.d/
./etc/udev/rules.d/99-srX_change.rules
pi@moode:~/abcde-2.9.3 $ sudo apt install flac
pi@moode:~/abcde-2.9.3 $ sudo apt install normalize-audio
pi@moode:~/abcde-2.9.3 $ sudo apt install cdparanoia
pi@moode:~/abcde-2.9.3 $ sudo apt install cd-discid
pi@moode:~/abcde-2.9.3 $ sudo apt install id3
pi@moode:~/abcde-2.9.3 $ sudo apt install eyed3
pi@moode:~/abcde-2.9.3 $ sudo make install
/usr/bin/install -c -d -m 755 /usr/local/bin
/usr/bin/install -c -m 755 abcde cddb-tool abcde-musicbrainz-tool /usr/local/bin
/usr/bin/install -c -d -m 755 /etc
/usr/bin/install -c -m 644 abcde.conf /etc
/usr/bin/install -c -d -m 755 /usr/local/share/doc/abcde-2.9.3
/usr/bin/install -c -m 644 changelog COPYING FAQ README /usr/local/share/doc/abcde-2.9.3
/usr/bin/install -c -d -m 755 /usr/local/share/man/man1
/usr/bin/install -c -m 644 abcde.1 cddb-tool.1 /usr/local/share/man/man1
pi@moode:~/test $ abcde
[ERROR] abcde: mkcue is not in your path.
[INFO] Define the full path to the executable if it exists on your system.
[INFO] Hint: sudo apt-get install mkcue
pi@moode:~/test $ sudo apt install mkcue
pi@moode:~/test $ abcde
[ERROR] abcde: glyrc is not in your path.
[INFO] Define the full path to the executable if it exists on your system.
[INFO] Hint: sudo apt-get install glyrc
pi@moode:~/test $ sudo apt install glyrc


After doing this and rebooting, when I point my browser at moode.local I get a 502 bad gateway response from nginx. The output of syslog is pasted below (I had to crop a bit of the initial kernel messages off otherwise this post is too many characters), there are some really odd entries in there but I don't see how installing the software I did could have caused them. I have a fair bit of experience with linux but to be honest this has me stumped.... It's happened twice now, and using different micro-SD cards too (both of which reported as OK when written and checked using etcher).

If there's nothing that jumps out as obvious, I'll go back to a stock installation and install the things one at a time, rebooting after each one, to see if I can narrow down exactly what's causing the problem.


Code:
Sep 29 22:05:35 moode kernel: [    0.007331] SMP: Total of 4 processors activated (153.60 BogoMIPS).
Sep 29 22:05:35 moode kernel: [    0.007354] CPU: All CPU(s) started in HYP mode.
Sep 29 22:05:35 moode kernel: [    0.007375] CPU: Virtualization extensions available.
Sep 29 22:05:35 moode kernel: [    0.008361] devtmpfs: initialized
Sep 29 22:05:35 moode kernel: [    0.021591] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
Sep 29 22:05:35 moode kernel: [    0.021860] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
Sep 29 22:05:35 moode kernel: [    0.021908] futex hash table entries: 1024 (order: 4, 65536 bytes)
Sep 29 22:05:35 moode kernel: [    0.022519] pinctrl core: initialized pinctrl subsystem
Sep 29 22:05:35 moode kernel: [    0.023414] NET: Registered protocol family 16
Sep 29 22:05:35 moode kernel: [    0.026400] DMA: preallocated 1024 KiB pool for atomic coherent allocations
Sep 29 22:05:35 moode kernel: [    0.032117] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
Sep 29 22:05:35 moode kernel: [    0.032153] hw-breakpoint: maximum watchpoint size is 8 bytes.
Sep 29 22:05:35 moode kernel: [    0.032381] Serial: AMBA PL011 UART driver
Sep 29 22:05:35 moode kernel: [    0.034909] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
Sep 29 22:05:35 moode kernel: [    0.069913] bcm2835-dma 3f007000.dma: DMA legacy API manager at (ptrval), dmachans=0x1
Sep 29 22:05:35 moode kernel: [    0.071830] SCSI subsystem initialized
Sep 29 22:05:35 moode kernel: [    0.072075] usbcore: registered new interface driver usbfs
Sep 29 22:05:35 moode kernel: [    0.072150] usbcore: registered new interface driver hub
Sep 29 22:05:35 moode kernel: [    0.072260] usbcore: registered new device driver usb
Sep 29 22:05:35 moode kernel: [    0.090298] raspberrypi-firmware soc:firmware: Attached to firmware from 2019-08-30 16:41, variant start
Sep 29 22:05:35 moode kernel: [    0.100126] raspberrypi-firmware soc:firmware: Firmware hash is 31098ceed842ca10c8ffd02ffe3640bf6c0190b4
Sep 29 22:05:35 moode kernel: [    0.111803] clocksource: Switched to clocksource arch_sys_counter
Sep 29 22:05:35 moode kernel: [    0.201017] VFS: Disk quotas dquot_6.6.0
Sep 29 22:05:35 moode kernel: [    0.201129] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Sep 29 22:05:35 moode kernel: [    0.201308] FS-Cache: Loaded
Sep 29 22:05:35 moode kernel: [    0.201539] CacheFiles: Loaded
Sep 29 22:05:35 moode kernel: [    0.211543] NET: Registered protocol family 2
Sep 29 22:05:35 moode kernel: [    0.212357] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
Sep 29 22:05:35 moode kernel: [    0.212422] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
Sep 29 22:05:35 moode kernel: [    0.212552] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
Sep 29 22:05:35 moode kernel: [    0.212757] TCP: Hash tables configured (established 8192 bind 8192)
Sep 29 22:05:35 moode kernel: [    0.212909] UDP hash table entries: 512 (order: 2, 16384 bytes)
Sep 29 22:05:35 moode kernel: [    0.212974] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
Sep 29 22:05:35 moode kernel: [    0.213305] NET: Registered protocol family 1
Sep 29 22:05:35 moode kernel: [    0.213896] RPC: Registered named UNIX socket transport module.
Sep 29 22:05:35 moode kernel: [    0.213923] RPC: Registered udp transport module.
Sep 29 22:05:35 moode kernel: [    0.213945] RPC: Registered tcp transport module.
Sep 29 22:05:35 moode kernel: [    0.213967] RPC: Registered tcp NFSv4.1 backchannel transport module.
Sep 29 22:05:35 moode kernel: [    0.215743] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
Sep 29 22:05:35 moode kernel: [    0.218755] Initialise system trusted keyrings
Sep 29 22:05:35 moode kernel: [    0.218958] workingset: timestamp_bits=14 max_order=18 bucket_order=4
Sep 29 22:05:35 moode kernel: [    0.228785] FS-Cache: Netfs 'nfs' registered for caching
Sep 29 22:05:35 moode kernel: [    0.229380] NFS: Registering the id_resolver key type
Sep 29 22:05:35 moode kernel: [    0.229426] Key type id_resolver registered
Sep 29 22:05:35 moode kernel: [    0.229448] Key type id_legacy registered
Sep 29 22:05:35 moode kernel: [    0.229479] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
Sep 29 22:05:35 moode kernel: [    0.231762] Key type asymmetric registered
Sep 29 22:05:35 moode kernel: [    0.231872] Asymmetric key parser 'x509' registered
Sep 29 22:05:35 moode kernel: [    0.231943] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
Sep 29 22:05:35 moode kernel: [    0.232129] io scheduler noop registered
Sep 29 22:05:35 moode kernel: [    0.232154] io scheduler deadline registered (default)
Sep 29 22:05:35 moode kernel: [    0.232352] io scheduler cfq registered
Sep 29 22:05:35 moode kernel: [    0.232376] io scheduler mq-deadline registered (default)
Sep 29 22:05:35 moode kernel: [    0.232400] io scheduler kyber registered
Sep 29 22:05:35 moode kernel: [    0.235608] bcm2708_fb soc:fb: FB found 1 display(s)
Sep 29 22:05:35 moode kernel: [    0.247573] Console: switching to colour frame buffer device 100x30
Sep 29 22:05:35 moode kernel: [    0.256376] bcm2708_fb soc:fb: Registered framebuffer for display 0, size 800x480
Sep 29 22:05:35 moode kernel: [    0.260252] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
Sep 29 22:05:35 moode kernel: [    0.264605] bcm2835-rng 3f104000.rng: hwrng registered
Sep 29 22:05:35 moode kernel: [    0.267851] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
Sep 29 22:05:35 moode kernel: [    0.271449] vc-sm: Videocore shared memory driver
Sep 29 22:05:35 moode kernel: [    0.274876] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
Sep 29 22:05:35 moode kernel: [    0.288719] brd: module loaded
Sep 29 22:05:35 moode kernel: [    0.301904] loop: module loaded
Sep 29 22:05:35 moode kernel: [    0.305502] Loading iSCSI transport class v2.0-870.
Sep 29 22:05:35 moode kernel: [    0.309137] libphy: Fixed MDIO Bus: probed
Sep 29 22:05:35 moode kernel: [    0.312221] usbcore: registered new interface driver lan78xx
Sep 29 22:05:35 moode kernel: [    0.315268] usbcore: registered new interface driver smsc95xx
Sep 29 22:05:35 moode kernel: [    0.318255] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
Sep 29 22:05:35 moode kernel: [    0.349070] dwc_otg 3f980000.usb: base=(ptrval)
Sep 29 22:05:35 moode kernel: [    0.552213] Core Release: 2.80a
Sep 29 22:05:35 moode kernel: [    0.555090] Setting default values for core params
Sep 29 22:05:35 moode kernel: [    0.557963] Finished setting default values for core params
Sep 29 22:05:35 moode kernel: [    0.761074] Using Buffer DMA mode
Sep 29 22:05:35 moode kernel: [    0.763878] Periodic Transfer Interrupt Enhancement - disabled
Sep 29 22:05:35 moode kernel: [    0.766770] Multiprocessor Interrupt Enhancement - disabled
Sep 29 22:05:35 moode kernel: [    0.769701] OTG VER PARAM: 0, OTG VER FLAG: 0
Sep 29 22:05:35 moode kernel: [    0.772655] Dedicated Tx FIFOs mode
Sep 29 22:05:35 moode kernel: [    0.776050] WARN::dwc_otg_hcd_init:1045: FIQ DMA bounce buffers: virt = bad04000 dma = 0xfad04000 len=9024
Sep 29 22:05:35 moode kernel: [    0.782235] FIQ FSM acceleration enabled for :
Sep 29 22:05:35 moode kernel: [    0.782235] Non-periodic Split Transactions
Sep 29 22:05:35 moode kernel: [    0.782235] Periodic Split Transactions
Sep 29 22:05:35 moode kernel: [    0.782235] High-Speed Isochronous Endpoints
Sep 29 22:05:35 moode kernel: [    0.782235] Interrupt/Control Split Transaction hack enabled
Sep 29 22:05:35 moode kernel: [    0.796736] dwc_otg: Microframe scheduler enabled
Sep 29 22:05:35 moode kernel: [    0.796788] WARN::hcd_init_fiq:457: FIQ on core 1
Sep 29 22:05:35 moode kernel: [    0.799517] WARN::hcd_init_fiq:458: FIQ ASM at 80655060 length 36
Sep 29 22:05:35 moode kernel: [    0.802189] WARN::hcd_init_fiq:497: MPHI regs_base at bb810000
Sep 29 22:05:35 moode kernel: [    0.804903] dwc_otg 3f980000.usb: DWC OTG Controller
Sep 29 22:05:35 moode kernel: [    0.807622] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
Sep 29 22:05:35 moode kernel: [    0.810407] dwc_otg 3f980000.usb: irq 56, io mem 0x00000000
Sep 29 22:05:35 moode kernel: [    0.813180] Init: Port Power? op_state=1
Sep 29 22:05:35 moode kernel: [    0.815926] Init: Power Port (0)
Sep 29 22:05:35 moode kernel: [    0.818840] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
Sep 29 22:05:35 moode kernel: [    0.821717] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 29 22:05:35 moode kernel: [    0.824618] usb usb1: Product: DWC OTG Controller
Sep 29 22:05:35 moode kernel: [    0.827470] usb usb1: Manufacturer: Linux 4.19.69-v7+ dwc_otg_hcd
Sep 29 22:05:35 moode kernel: [    0.830348] usb usb1: SerialNumber: 3f980000.usb
Sep 29 22:05:35 moode kernel: [    0.833772] hub 1-0:1.0: USB hub found
Sep 29 22:05:35 moode kernel: [    0.836600] hub 1-0:1.0: 1 port detected
Sep 29 22:05:35 moode kernel: [    0.839887] dwc_otg: FIQ enabled
Sep 29 22:05:35 moode kernel: [    0.839893] dwc_otg: NAK holdoff enabled
Sep 29 22:05:35 moode kernel: [    0.839898] dwc_otg: FIQ split-transaction FSM enabled
Sep 29 22:05:35 moode kernel: [    0.839908] Module dwc_common_port init
Sep 29 22:05:35 moode kernel: [    0.840184] usbcore: registered new interface driver usb-storage
Sep 29 22:05:35 moode kernel: [    0.843175] mousedev: PS/2 mouse device common for all mice
Sep 29 22:05:35 moode kernel: [    0.846841] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
Sep 29 22:05:35 moode kernel: [    0.849838] bcm2835-cpufreq: min=600000 max=1200000
Sep 29 22:05:35 moode kernel: [    0.852962] sdhci: Secure Digital Host Controller Interface driver
Sep 29 22:05:35 moode kernel: [    0.855657] sdhci: Copyright(c) Pierre Ossman
Sep 29 22:05:35 moode kernel: [    0.858749] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
Sep 29 22:05:35 moode kernel: [    0.861708] sdhci-pltfm: SDHCI platform and OF driver helper
Sep 29 22:05:35 moode kernel: [    0.866089] ledtrig-cpu: registered to indicate activity on CPUs
Sep 29 22:05:35 moode kernel: [    0.869152] hidraw: raw HID events driver (C) Jiri Kosina
Sep 29 22:05:35 moode kernel: [    0.872293] usbcore: registered new interface driver usbhid
Sep 29 22:05:35 moode kernel: [    0.875219] usbhid: USB HID core driver
Sep 29 22:05:35 moode kernel: [    0.878891] vchiq: vchiq_init_state: slot_zero = (ptrval), is_master = 0
Sep 29 22:05:35 moode kernel: [    0.883427] [vc_sm_connected_init]: start
Sep 29 22:05:35 moode kernel: [    0.892298] [vc_sm_connected_init]: end - returning 0
Sep 29 22:05:35 moode kernel: [    0.896345] Initializing XFRM netlink socket
Sep 29 22:05:35 moode kernel: [    0.899250] NET: Registered protocol family 17
Sep 29 22:05:35 moode kernel: [    0.902300] Key type dns_resolver registered
Sep 29 22:05:35 moode kernel: [    0.905617] Registering SWP/SWPB emulation handler
Sep 29 22:05:35 moode kernel: [    0.909059] registered taskstats version 1
Sep 29 22:05:35 moode kernel: [    0.911835] Loading compiled-in X.509 certificates
Sep 29 22:05:35 moode kernel: [    0.921650] uart-pl011 3f201000.serial: cts_event_workaround enabled
Sep 29 22:05:35 moode kernel: [    0.924614] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 81, base_baud = 0) is a PL011 rev2
Sep 29 22:05:35 moode kernel: [    1.051921] Indeed it is in host mode hprt0 = 00021501
Sep 29 22:05:35 moode kernel: [    1.061370] console [ttyAMA0] enabled
Sep 29 22:05:35 moode kernel: [    1.204870] random: fast init done
Sep 29 22:05:35 moode kernel: [    1.208547] sdhost: log_buf @ (ptrval) (fad07000)
Sep 29 22:05:35 moode kernel: [    1.321838] usb 1-1: new high-speed USB device number 2 using dwc_otg
Sep 29 22:05:35 moode kernel: [    1.374877] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
Sep 29 22:05:35 moode kernel: [    1.383184] Indeed it is in host mode hprt0 = 00001101
Sep 29 22:05:35 moode kernel: [    1.390450] of_cfs_init
Sep 29 22:05:35 moode kernel: [    1.477439] mmc0: host does not support reading read-only switch, assuming write-enable
Sep 29 22:05:35 moode kernel: [    1.484474] of_cfs_init: OK
Sep 29 22:05:35 moode kernel: [    1.494572] mmc0: new high speed SDHC card at address aaaa
Sep 29 22:05:35 moode kernel: [    1.632111] usb 1-1: New USB device found, idVendor=0424, idProduct=9514, bcdDevice= 2.00
Sep 29 22:05:35 moode kernel: [    1.637675] mmcblk0: mmc0:aaaa SC32G 29.7 GiB
Sep 29 22:05:35 moode kernel: [    1.642135] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Sep 29 22:05:35 moode kernel: [    1.992408] hub 1-1:1.0: USB hub found
Sep 29 22:05:35 moode kernel: [    1.996125]  mmcblk0: p1 p2
Sep 29 22:05:35 moode kernel: [    1.999297] hub 1-1:1.0: 5 ports detected
Sep 29 22:05:35 moode kernel: [    2.017273] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
Sep 29 22:05:35 moode kernel: [    2.027654] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
Sep 29 22:05:35 moode kernel: [    2.295356] EXT4-fs (mmcblk0p2): orphan cleanup on readonly fs
Sep 29 22:05:35 moode kernel: [    2.304808] EXT4-fs (mmcblk0p2): 3 orphan inodes deleted
Sep 29 22:05:35 moode kernel: [    2.313052] EXT4-fs (mmcblk0p2): recovery complete
Sep 29 22:05:35 moode kernel: [    2.331849] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
Sep 29 22:05:35 moode kernel: [    2.340519] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
Sep 29 22:05:35 moode kernel: [    2.352479] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
Sep 29 22:05:35 moode kernel: [    2.365494] devtmpfs: mounted
Sep 29 22:05:35 moode kernel: [    2.376636] Freeing unused kernel memory: 1024K
Sep 29 22:05:35 moode kernel: [    2.384445] Run /sbin/init as init process
Sep 29 22:05:35 moode kernel: [    2.462157] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00, bcdDevice= 2.00
Sep 29 22:05:35 moode kernel: [    2.473632] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Sep 29 22:05:35 moode kernel: [    2.486758] smsc95xx v1.0.6
Sep 29 22:05:35 moode kernel: [    2.585465] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:81:52:06
Sep 29 22:05:35 moode kernel: [    2.701874] usb 1-1.3: new high-speed USB device number 4 using dwc_otg
Sep 29 22:05:35 moode kernel: [    2.842529] usb 1-1.3: New USB device found, idVendor=0781, idProduct=5567, bcdDevice= 1.27
Sep 29 22:05:35 moode kernel: [    2.854468] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Sep 29 22:05:35 moode kernel: [    2.865301] usb 1-1.3: Product: Cruzer Blade
Sep 29 22:05:35 moode kernel: [    2.873015] usb 1-1.3: Manufacturer: SanDisk
Sep 29 22:05:35 moode kernel: [    2.880578] usb 1-1.3: SerialNumber: 4C530001220223115574
Sep 29 22:05:35 moode kernel: [    2.889952] usb-storage 1-1.3:1.0: USB Mass Storage device detected
Sep 29 22:05:35 moode kernel: [    2.900216] scsi host0: usb-storage 1-1.3:1.0
Sep 29 22:05:35 moode kernel: [    3.094020] NET: Registered protocol family 10
Sep 29 22:05:35 moode kernel: [    3.103237] Segment Routing with IPv6
Sep 29 22:05:35 moode kernel: [    3.211857] usb 1-1.5: new high-speed USB device number 5 using dwc_otg
Sep 29 22:05:35 moode kernel: [    3.353005] usb 1-1.5: New USB device found, idVendor=0781, idProduct=5583, bcdDevice= 1.00
Sep 29 22:05:35 moode kernel: [    3.365088] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Sep 29 22:05:35 moode kernel: [    3.376010] usb 1-1.5: Product: Ultra Fit
Sep 29 22:05:35 moode kernel: [    3.383431] usb 1-1.5: Manufacturer: SanDisk
Sep 29 22:05:35 moode kernel: [    3.391000] usb 1-1.5: SerialNumber: 4C530001220827102525
Sep 29 22:05:35 moode kernel: [    3.412935] usb-storage 1-1.5:1.0: USB Mass Storage device detected
Sep 29 22:05:35 moode kernel: [    3.436633] uart-pl011 3f201000.serial: no DMA platform data
Sep 29 22:05:35 moode kernel: [    3.438363] scsi host1: usb-storage 1-1.5:1.0
Sep 29 22:05:35 moode kernel: [    3.771868] usb 1-1.4: new high-speed USB device number 6 using dwc_otg
Sep 29 22:05:35 moode kernel: [    3.913104] scsi 0:0:0:0: Direct-Access     SanDisk  Cruzer Blade     1.27 PQ: 0 ANSI: 6
Sep 29 22:05:35 moode kernel: [    3.926955] sd 0:0:0:0: [sda] 61056064 512-byte logical blocks: (31.3 GB/29.1 GiB)
Sep 29 22:05:35 moode kernel: [    3.939755] sd 0:0:0:0: [sda] Write Protect is off
Sep 29 22:05:35 moode kernel: [    3.978164] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
Sep 29 22:05:35 moode kernel: [    3.978640] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Sep 29 22:05:35 moode kernel: [    4.002970] usb 1-1.4: New USB device found, idVendor=7825, idProduct=a2a4, bcdDevice=41.01
Sep 29 22:05:35 moode kernel: [    4.015532] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Sep 29 22:05:35 moode kernel: [    4.015587]  sda: sda1
Sep 29 22:05:35 moode kernel: [    4.026956] usb 1-1.4: Product: Best USB Device
Sep 29 22:05:35 moode kernel: [    4.035674] sd 0:0:0:0: [sda] Attached SCSI removable disk
Sep 29 22:05:35 moode kernel: [    4.041615] usb 1-1.4: Manufacturer: ULT-Best
Sep 29 22:05:35 moode kernel: [    4.090850] usb 1-1.4: SerialNumber: 235678D4A52A
Sep 29 22:05:35 moode kernel: [    4.091616] usb-storage 1-1.4:1.0: USB Mass Storage device detected
Sep 29 22:05:35 moode kernel: [    4.143070] scsi host2: usb-storage 1-1.4:1.0
Sep 29 22:05:35 moode kernel: [    4.230291] random: systemd: uninitialized urandom read (16 bytes read)
Sep 29 22:05:35 moode kernel: [    4.269375] random: systemd: uninitialized urandom read (16 bytes read)
Sep 29 22:05:35 moode kernel: [    4.296487] random: systemd: uninitialized urandom read (16 bytes read)
Sep 29 22:05:35 moode kernel: [    4.473768] scsi 1:0:0:0: Direct-Access     SanDisk  Ultra Fit        1.00 PQ: 0 ANSI: 6
Sep 29 22:05:35 moode kernel: [    4.485282] sd 1:0:0:0: [sdb] 120127488 512-byte logical blocks: (61.5 GB/57.3 GiB)
Sep 29 22:05:35 moode kernel: [    4.499353] sd 1:0:0:0: [sdb] Write Protect is off
Sep 29 22:05:35 moode kernel: [    4.506961] sd 1:0:0:0: [sdb] Mode Sense: 43 00 00 00
Sep 29 22:05:35 moode kernel: [    4.507724] sd 1:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Sep 29 22:05:35 moode kernel: [    4.537812]  sdb: sdb1
Sep 29 22:05:35 moode kernel: [    4.547161] sd 1:0:0:0: [sdb] Attached SCSI removable disk
Sep 29 22:05:35 moode kernel: [    5.195165] scsi 2:0:0:0: CD-ROM            ATAPI    iHAS324   F      CL8N PQ: 0 ANSI: 0
Sep 29 22:05:35 moode kernel: [    5.356692] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
Sep 29 22:05:35 moode kernel: [    5.891623] sd 0:0:0:0: Attached scsi generic sg0 type 0
Sep 29 22:05:35 moode kernel: [    5.895038] sd 1:0:0:0: Attached scsi generic sg1 type 0
Sep 29 22:05:35 moode kernel: [    5.898741] scsi 2:0:0:0: Attached scsi generic sg2 type 5
Sep 29 22:05:35 moode kernel: [    6.166156] rpi-ft5406 rpi_ft5406: Probing device
Sep 29 22:05:35 moode kernel: [    6.166985] input: FT5406 memory based driver as /devices/virtual/input/input0
Sep 29 22:05:35 moode kernel: [    6.321558] random: crng init done
Sep 29 22:05:35 moode kernel: [    6.321574] random: 7 urandom warning(s) missed due to ratelimiting
Sep 29 22:05:35 moode kernel: [    6.555284] media: Linux media interface: v0.10
Sep 29 22:05:35 moode kernel: [    6.587960] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
Sep 29 22:05:35 moode kernel: [    6.590749] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
Sep 29 22:05:35 moode kernel: [    6.590772] [vc_sm_connected_init]: start
Sep 29 22:05:35 moode kernel: [    6.600154] [vc_sm_connected_init]: installed successfully
Sep 29 22:05:35 moode kernel: [    6.609963] videodev: Linux video capture interface: v2.00
Sep 29 22:05:35 moode kernel: [    6.650312] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
Sep 29 22:05:35 moode kernel: [    6.650325] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
Sep 29 22:05:35 moode kernel: [    6.660646] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
Sep 29 22:05:35 moode kernel: [    6.670300] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
Sep 29 22:05:35 moode kernel: [    6.693391] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
Sep 29 22:05:35 moode kernel: [    6.693408] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
Sep 29 22:05:35 moode kernel: [    6.707904] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
Sep 29 22:05:35 moode kernel: [    6.707918] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
Sep 29 22:05:35 moode kernel: [    6.713920] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
Sep 29 22:05:35 moode kernel: [    6.713935] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
Sep 29 22:05:35 moode kernel: [    6.752449] snd-rpi-wm8804 soc:sound: ASoC: CODEC DAI wm8804-spdif not registered - will retry
Sep 29 22:05:35 moode kernel: [    7.030812] usbcore: registered new interface driver uas
Sep 29 22:05:35 moode kernel: [    7.185114] sr 2:0:0:0: Power-on or device reset occurred
Sep 29 22:05:35 moode kernel: [    7.221598] sr 2:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
Sep 29 22:05:35 moode kernel: [    7.221619] cdrom: Uniform CD-ROM driver Revision: 3.20
Sep 29 22:05:35 moode kernel: [    7.233065] sr 2:0:0:0: Attached scsi CD-ROM sr0
Sep 29 22:05:35 moode kernel: [    7.233749] snd-rpi-wm8804 soc:sound: ASoC: CODEC DAI wm8804-spdif not registered - will retry
Sep 29 22:05:35 moode kernel: [    7.635382] wm8804 1-003b: Linked as a consumer to regulator.1
Sep 29 22:05:35 moode kernel: [    7.643737] wm8804 1-003b: revision E
Sep 29 22:05:35 moode kernel: [    7.650009] snd-rpi-wm8804 soc:sound: wm8804-spdif <-> 3f203000.i2s mapping ok
Sep 29 22:05:35 moode systemd[1]: Started udev Coldplug all Devices.
Sep 29 22:05:35 moode fake-hwclock[112]: Sun 29 Sep 21:04:49 UTC 2019
Sep 29 22:05:35 moode systemd[1]: Starting Helper to synchronize boot up for ifupdown...
Sep 29 22:05:35 moode systemd[1]: Started Helper to synchronize boot up for ifupdown.
Sep 29 22:05:35 moode systemd-fsck[134]: e2fsck 1.44.5 (15-Dec-2018)
Sep 29 22:05:35 moode systemd-fsck[134]: rootfs: clean, 87868/219072 files, 673314/896000 blocks
Sep 29 22:05:35 moode systemd[1]: Started File System Check on Root Device.
Sep 29 22:05:35 moode systemd[1]: Starting Remount Root and Kernel File Systems...
Sep 29 22:05:35 moode systemd[1]: Started Set the console keyboard layout.
Sep 29 22:05:35 moode systemd[1]: Started Remount Root and Kernel File Systems.
Sep 29 22:05:35 moode systemd[1]: Starting Flush Journal to Persistent Storage...
Sep 29 22:05:35 moode systemd[1]: Starting Load/Save Random Seed...
Sep 29 22:05:35 moode systemd[1]: Starting Create System Users...
Sep 29 22:05:35 moode systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Sep 29 22:05:35 moode systemd[1]: Started Load/Save Random Seed.
Sep 29 22:05:35 moode systemd[1]: Started Flush Journal to Persistent Storage.
Sep 29 22:05:35 moode systemd[1]: Started Create System Users.
Sep 29 22:05:35 moode systemd[1]: Starting Create Static Device Nodes in /dev...
Sep 29 22:05:35 moode systemd-tmpfiles[147]: Detected unsafe path transition / → /dev during canonicalization of /dev.
Sep 29 22:05:35 moode systemd-tmpfiles[147]: Detected unsafe path transition / → /dev during canonicalization of /dev.
Sep 29 22:05:35 moode systemd-tmpfiles[147]: Detected unsafe path transition / → /dev during canonicalization of /dev.
Sep 29 22:05:35 moode systemd-tmpfiles[147]: Detected unsafe path transition / → /dev during canonicalization of /dev.
Sep 29 22:05:35 moode systemd-tmpfiles[147]: Detected unsafe path transition / → /dev during canonicalization of /dev/net.
Sep 29 22:05:35 moode systemd-tmpfiles[147]: Detected unsafe path transition / → /dev during canonicalization of /dev.
Sep 29 22:05:35 moode systemd-tmpfiles[147]: Detected unsafe path transition / → /dev during canonicalization of /dev.
Sep 29 22:05:35 moode systemd-tmpfiles[147]: Detected unsafe path transition / → /dev during canonicalization of /dev.
Sep 29 22:05:35 moode systemd-tmpfiles[147]: Detected unsafe path transition / → /dev during canonicalization of /dev/mapper.
Sep 29 22:05:35 moode systemd-tmpfiles[147]: Detected unsafe path transition / → /dev during canonicalization of /dev.
Sep 29 22:05:35 moode systemd-tmpfiles[147]: Detected unsafe path transition / → /dev during canonicalization of /dev.
Sep 29 22:05:35 moode systemd-tmpfiles[147]: Detected unsafe path transition / → /dev during canonicalization of /dev.
Sep 29 22:05:35 moode systemd-tmpfiles[147]: Detected unsafe path transition / → /dev during canonicalization of /dev.
Sep 29 22:05:35 moode systemd-tmpfiles[147]: Detected unsafe path transition / → /dev during canonicalization of /dev/snd.
Sep 29 22:05:35 moode systemd-tmpfiles[147]: Detected unsafe path transition / → /dev during canonicalization of /dev/snd.
Sep 29 22:05:35 moode systemd[1]: Started Create Static Device Nodes in /dev.
Sep 29 22:05:35 moode systemd[1]: Reached target Local File Systems (Pre).
Sep 29 22:05:35 moode systemd[1]: Starting udev Kernel Device Manager...
Sep 29 22:05:35 moode systemd-udevd[149]: Network interface NamePolicy= disabled on kernel command line, ignoring.
Sep 29 22:05:35 moode systemd[1]: Started udev Kernel Device Manager.
Sep 29 22:05:35 moode systemd[1]: Found device /dev/ttyAMA0.
Sep 29 22:05:35 moode mtp-probe: checking bus 1, device 6: "/sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.4"
Sep 29 22:05:35 moode mtp-probe: checking bus 1, device 5: "/sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5"
Sep 29 22:05:35 moode mtp-probe: checking bus 1, device 3: "/sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.1"
Sep 29 22:05:35 moode mtp-probe: bus: 1, device: 6 was not an MTP device
Sep 29 22:05:35 moode mtp-probe: checking bus 1, device 4: "/sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3"
Sep 29 22:05:35 moode mtp-probe: bus: 1, device: 4 was not an MTP device
Sep 29 22:05:35 moode mtp-probe: bus: 1, device: 5 was not an MTP device
Sep 29 22:05:35 moode mtp-probe: bus: 1, device: 3 was not an MTP device
Sep 29 22:05:35 moode systemd[1]: Found device /dev/disk/by-partuuid/17869b7d-01.
Sep 29 22:05:35 moode systemd-udevd[155]: Using default interface naming scheme 'v240'.
Sep 29 22:05:35 moode systemd[1]: Starting File System Check on /dev/disk/by-partuuid/17869b7d-01...
Sep 29 22:05:35 moode systemd[1]: Created slice system-systemd\x2dbacklight.slice.
Sep 29 22:05:35 moode systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:rpi_backlight...
Sep 29 22:05:35 moode systemd[1]: Started Load/Save Screen Backlight Brightness of backlight:rpi_backlight.
Sep 29 22:05:35 moode systemd-fsck[232]: fsck.fat 4.1 (2017-01-24)
Sep 29 22:05:35 moode systemd-fsck[232]: 0x41: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
Sep 29 22:05:35 moode systemd-fsck[232]:  Automatically removing dirty bit.
Sep 29 22:05:35 moode systemd-fsck[232]: Performing changes.
Sep 29 22:05:35 moode systemd-fsck[232]: /dev/mmcblk0p1: 301 files, 82060/516191 clusters
Sep 29 22:05:35 moode systemd[1]: Started File System Check on /dev/disk/by-partuuid/17869b7d-01.
Sep 29 22:05:35 moode systemd[1]: Condition check resulted in FUSE Control File System being skipped.
Sep 29 22:05:35 moode systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
Sep 29 22:05:35 moode systemd[1]: Condition check resulted in Huge Pages File System being skipped.
Sep 29 22:05:35 moode systemd[1]: Mounting /boot...
Sep 29 22:05:35 moode systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Sep 29 22:05:35 moode systemd[1]: Mounted /boot.
Sep 29 22:05:35 moode systemd[1]: Reached target Local File Systems.
Sep 29 22:05:35 moode systemd[1]: Starting Preprocess NFS configuration...
Sep 29 22:05:35 moode systemd[1]: Starting Create Volatile Files and Directories...
Sep 29 22:05:35 moode systemd[1]: Starting Raise network interfaces...
Sep 29 22:05:35 moode systemd[1]: Starting Set console font and keymap...
Sep 29 22:05:35 moode systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Sep 29 22:05:35 moode systemd[1]: nfs-config.service: Succeeded.
Sep 29 22:05:35 moode systemd[1]: Started Preprocess NFS configuration.
Sep 29 22:05:35 moode systemd[1]: Condition check resulted in RPC security service for NFS server being skipped.
Sep 29 22:05:35 moode systemd[1]: Condition check resulted in RPC security service for NFS client and server being skipped.
Sep 29 22:05:35 moode systemd[1]: Reached target NFS client services.
Sep 29 22:05:35 moode systemd[1]: Started Set console font and keymap.
Sep 29 22:05:35 moode systemd-tmpfiles[285]: Detected unsafe path transition / → /var during canonicalization of /var.
Sep 29 22:05:35 moode systemd-tmpfiles[285]: Detected unsafe path transition / → /var during canonicalization of /var/lib.
Sep 29 22:05:35 moode systemd-tmpfiles[285]: Detected unsafe path transition / → /run during canonicalization of /run.
Sep 29 22:05:35 moode systemd-tmpfiles[285]: Detected unsafe path transition / → /run during canonicalization of /run.
Sep 29 22:05:35 moode systemd-tmpfiles[285]: Detected unsafe path transition / → /run during canonicalization of /run/lock.
Sep 29 22:05:35 moode systemd-tmpfiles[285]: Detected unsafe path transition / → /var during canonicalization of /var.
Sep 29 22:05:35 moode systemd-tmpfiles[285]: Detected unsafe path transition / → /var during canonicalization of /var/cache.
Sep 29 22:05:35 moode systemd-tmpfiles[285]: Detected unsafe path transition / → /run during canonicalization of /run.
Sep 29 22:05:35 moode systemd-tmpfiles[285]: Detected unsafe path transition / → /run during canonicalization of /run.
Sep 29 22:05:35 moode systemd-tmpfiles[285]: Detected unsafe path transition / → /run during canonicalization of /run.
Sep 29 22:05:35 moode systemd-tmpfiles[285]: Detected unsafe path transition / → /run during canonicalization of /run.
Sep 29 22:05:35 moode systemd-tmpfiles[285]: Detected unsafe path transition / → /run during canonicalization of /run.
Sep 29 22:05:35 moode systemd-tmpfiles[285]: Detected unsafe path transition / → /run during canonicalization of /run/sudo.
Sep 29 22:05:35 moode systemd-tmpfiles[285]: Detected unsafe path transition / → /run during canonicalization of /run.
Sep 29 22:05:35 moode systemd-tmpfiles[285]: Detected unsafe path transition / → /run during canonicalization of /run.
Sep 29 22:05:35 moode systemd-tmpfiles[285]: Detected unsafe path transition / → /run during canonicalization of /run.
Sep 29 22:05:35 moode systemd-tmpfiles[285]: Detected unsafe path transition / → /run during canonicalization of /run/systemd.
Sep 29 22:05:35 moode systemd-tmpfiles[285]: Detected unsafe path transition / → /run during canonicalization of /run/systemd.
Sep 29 22:05:35 moode systemd-tmpfiles[285]: Detected unsafe path transition / → /run during canonicalization of /run/systemd.
Sep 29 22:05:35 moode systemd-tmpfiles[285]: Detected unsafe path transition / → /run during canonicalization of /run/systemd.
Sep 29 22:05:35 moode systemd-tmpfiles[285]: Detected unsafe path transition / → /run during canonicalization of /run/systemd.
Sep 29 22:05:35 moode systemd-tmpfiles[285]: Detected unsafe path transition / → /run during canonicalization of /run/systemd.
Sep 29 22:05:35 moode systemd-tmpfiles[285]: Detected unsafe path transition / → /run during canonicalization of /run/systemd.
Sep 29 22:05:35 moode systemd-tmpfiles[285]: Detected unsafe path transition / → /run during canonicalization of /run/systemd/netif.
Sep 29 22:05:35 moode systemd-tmpfiles[285]: Detected unsafe path transition / → /run during canonicalization of /run/systemd/netif.
Sep 29 22:05:35 moode systemd-tmpfiles[285]: Detected unsafe path transition / → /run during canonicalization of /run.
Sep 29 22:05:35 moode systemd-tmpfiles[285]: Detected unsafe path transition / → /var during canonicalization of /var/lib.
Sep 29 22:05:35 moode systemd-tmpfiles[285]: Detected unsafe path transition / → /var during canonicalization of /var/lib/systemd.
Sep 29 22:05:35 moode systemd-tmpfiles[285]: Detected unsafe path transition / → /var during canonicalization of /var/lib.
Sep 29 22:05:35 moode systemd-tmpfiles[285]: Detected unsafe path transition / → /var during canonicalization of /var.
Sep 29 22:05:35 moode systemd-tmpfiles[285]: Detected unsafe path transition / → /var during canonicalization of /var/log.
Sep 29 22:05:35 moode systemd-tmpfiles[285]: Detected unsafe path transition / → /var during canonicalization of /var/cache.
Sep 29 22:05:35 moode systemd-tmpfiles[285]: Detected unsafe path transition / → /var during canonicalization of /var/log.
Sep 29 22:05:35 moode systemd-tmpfiles[285]: Detected unsafe path transition / → /var during canonicalization of /var/log.
Sep 29 22:05:35 moode systemd-tmpfiles[285]: Detected unsafe path transition / → /var during canonicalization of /var/log.
Sep 29 22:05:35 moode systemd-tmpfiles[285]: Detected unsafe path transition / → /var during canonicalization of /var.
Sep 29 22:05:35 moode systemd-tmpfiles[285]: Detected unsafe path transition / → /tmp during canonicalization of /tmp.
Sep 29 22:05:35 moode systemd-tmpfiles[285]: Detected unsafe path transition / → /tmp during canonicalization of /tmp.
Sep 29 22:05:35 moode systemd-tmpfiles[285]: Detected unsafe path transition / → /tmp during canonicalization of /tmp.
Sep 29 22:05:35 moode systemd-tmpfiles[285]: Detected unsafe path transition / → /tmp during canonicalization of /tmp.
Sep 29 22:05:35 moode systemd-tmpfiles[285]: Detected unsafe path transition / → /tmp during canonicalization of /tmp.
Sep 29 22:05:35 moode systemd-tmpfiles[285]: Detected unsafe path transition / → /run during canonicalization of /run/log/journal.
Sep 29 22:05:35 moode systemd-tmpfiles[285]: Detected unsafe path transition / → /run during canonicalization of /run/log/journal/19cadc1f2176402ea1a6bfc63749d69d.
Sep 29 22:05:35 moode systemd-tmpfiles[285]: Detected unsafe path transition / → /run during canonicalization of /run/log/journal/19cadc1f2176402ea1a6bfc63749d69d.
Sep 29 22:05:35 moode systemd-tmpfiles[285]: Detected unsafe path transition / → /run during canonicalization of /run/log/journal/19cadc1f2176402ea1a6bfc63749d69d/system.journal.
Sep 29 22:05:35 moode systemd[1]: Started Create Volatile Files and Directories.
Sep 29 22:05:35 moode systemd[1]: Starting Network Time Synchronization...
Sep 29 22:05:35 moode systemd[1]: Started Entropy daemon using the HAVEGE algorithm.
Sep 29 22:05:35 moode systemd[1]: Starting RPC bind portmap service...
Sep 29 22:05:35 moode systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Sep 29 22:05:35 moode systemd[1]: Started Update UTMP about System Boot/Shutdown.
Sep 29 22:05:35 moode systemd[1]: Started RPC bind portmap service.
Sep 29 22:05:35 moode systemd[1]: Reached target RPC Port Mapper.
Sep 29 22:05:35 moode systemd[1]: Reached target Remote File Systems (Pre).
Sep 29 22:05:35 moode systemd[1]: Reached target Remote File Systems.
Sep 29 22:05:35 moode systemd[1]: Started Raise network interfaces.
Sep 29 22:05:35 moode systemd-timesyncd[311]: System clock time unset or jumped backwards, restoring from recorded timestamp: Sun 2019-09-29 22:05:34 BST
Sep 29 22:05:35 moode systemd[1]: Started Network Time Synchronization.
Sep 29 22:05:35 moode systemd[1]: Reached target System Time Synchronized.
Sep 29 22:05:35 moode systemd[1]: Reached target System Initialization.
Sep 29 22:05:35 moode systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
Sep 29 22:05:35 moode systemd[1]: Started Daily rotation of log files.
Sep 29 22:05:35 moode systemd[1]: Started Daily Cleanup of Temporary Directories.
Sep 29 22:05:35 moode systemd[1]: Started Daily man-db regeneration.
Sep 29 22:05:35 moode systemd[1]: Listening on D-Bus System Message Bus Socket.
Sep 29 22:05:35 moode systemd[1]: Reached target Sockets.
Sep 29 22:05:35 moode systemd[1]: Started Daily apt download activities.
Sep 29 22:05:35 moode systemd[1]: Started Daily apt upgrade and clean activities.
Sep 29 22:05:35 moode systemd[1]: Reached target Timers.
Sep 29 22:05:35 moode systemd[1]: Reached target Basic System.
Sep 29 22:05:35 moode systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
Sep 29 22:05:35 moode systemd[1]: Starting LSB: Switch to ondemand cpu governor (unless shift key is pressed)...
Sep 29 22:05:35 moode systemd[1]: Condition check resulted in Turn on SSH if /boot/ssh is present being skipped.
Sep 29 22:05:35 moode systemd[1]: Starting rng-tools.service...
Sep 29 22:05:35 moode systemd[1]: Starting System Logging Service...
Sep 29 22:05:35 moode systemd[1]: Condition check resulted in getty on tty2-tty6 if dbus and logind are not available being skipped.
Sep 29 22:05:35 moode systemd[1]: Started Manage Sound Card State (restore and store).
Sep 29 22:05:35 moode systemd[1]: Starting Resets System Activity Data Collector...
Sep 29 22:05:35 moode alsactl[357]: alsactl 1.1.8 daemon started
Sep 29 22:05:35 moode rng-tools[353]: Starting Hardware RNG entropy gatherer daemon: rngd.
Sep 29 22:05:35 moode rngd[360]: rngd 2-unofficial-mt.14 starting up...
Sep 29 22:05:35 moode systemd[1]: Started D-Bus System Message Bus.
Sep 29 22:05:35 moode rngd[360]: entropy feed to the kernel ready
Sep 29 22:05:35 moode systemd[1]: Starting WPA supplicant...
Sep 29 22:05:35 moode systemd[1]: Condition check resulted in Copy user wpa_supplicant.conf being skipped.
Sep 29 22:05:35 moode systemd[1]: Starting dhcpcd on all interfaces...
Sep 29 22:05:35 moode systemd[1]: Starting dphys-swapfile - set up, mount/unmount, and delete a swap file...
Sep 29 22:05:35 moode systemd[1]: Starting Login Service...
Sep 29 22:05:35 moode avahi-daemon[351]: Found user 'avahi' (UID 108) and group 'avahi' (GID 113).
Sep 29 22:05:35 moode avahi-daemon[351]: Successfully dropped root privileges.
Sep 29 22:05:35 moode avahi-daemon[351]: avahi-daemon 0.7 starting up.
Sep 29 22:05:35 moode systemd[1]: Starting Save/Restore Sound Card State...
Sep 29 22:05:35 moode systemd[1]: Started rng-tools.service.
Sep 29 22:05:35 moode systemd[1]: Started Resets System Activity Data Collector.
Sep 29 22:05:35 moode systemd[1]: Started Save/Restore Sound Card State.
Sep 29 22:05:35 moode rsyslogd: imuxsock: Acquired UNIX socket '/run/systemd/journal/syslog' (fd 3) from systemd.  [v8.1901.0]
Sep 29 22:05:35 moode rsyslogd:  [origin software="rsyslogd" swVersion="8.1901.0" x-pid="354" x-info="https://www.rsyslog.com"] start
Sep 29 22:05:35 moode dhcpcd[366]: dev: loaded udev
Sep 29 22:05:35 moode systemd[1]: Started System Logging Service.
Sep 29 22:05:35 moode systemd[1]: Reached target Sound Card.
Sep 29 22:05:35 moode raspi-config[352]: Checking if shift key is held down: No. Switching to ondemand scaling governor.
Sep 29 22:05:35 moode systemd[1]: Started LSB: Switch to ondemand cpu governor (unless shift key is pressed).
Sep 29 22:05:35 moode kernel: [    9.225402] 8021q: 802.1Q VLAN Support v1.8
Sep 29 22:05:35 moode kernel: [    9.328471] cfg80211: Loading compiled-in X.509 certificates for regulatory database
Sep 29 22:05:35 moode dphys-swapfile[367]: want /var/swap=100MByte, checking existing: keeping it
Sep 29 22:05:35 moode systemd[1]: Started Login Service.
Sep 29 22:05:35 moode wpa_supplicant[365]: Successfully initialized wpa_supplicant
Sep 29 22:05:35 moode avahi-daemon[351]: Successfully called chroot().
Sep 29 22:05:35 moode avahi-daemon[351]: Successfully dropped remaining capabilities.
Sep 29 22:05:35 moode avahi-daemon[351]: Loading service file /services/moode.service.
Sep 29 22:05:35 moode avahi-daemon[351]: Loading service file /services/samba.service.
Sep 29 22:05:35 moode avahi-daemon[351]: Loading service file /services/udisks.service.
Sep 29 22:05:35 moode avahi-daemon[351]: Network interface enumeration completed.
Sep 29 22:05:35 moode avahi-daemon[351]: Server startup complete. Host name is moode.local. Local service cookie is 4020530744.
Sep 29 22:05:35 moode avahi-daemon[351]: Service "moode" (/services/udisks.service) successfully established.
Sep 29 22:05:35 moode avahi-daemon[351]: Service "moode" (/services/samba.service) successfully established.
Sep 29 22:05:35 moode avahi-daemon[351]: Service "moOde audio player: moode" (/services/moode.service) successfully established.
Sep 29 22:05:35 moode systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Sep 29 22:05:35 moode systemd[1]: Started WPA supplicant.
Sep 29 22:05:35 moode systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Sep 29 22:05:35 moode kernel: [    9.386626] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Sep 29 22:05:35 moode kernel: [    9.414790] Adding 102396k swap on /var/swap.  Priority:-2 extents:1 across:102396k SSFS
Sep 29 22:05:35 moode systemd[1]: Started dphys-swapfile - set up, mount/unmount, and delete a swap file.
Sep 29 22:05:35 moode dhcpcd[366]: eth0: waiting for carrier
Sep 29 22:05:35 moode dhcpcd[366]: eth0: carrier acquired
Sep 29 22:05:35 moode kernel: [    9.532959] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
Sep 29 22:05:35 moode dhcpcd[366]: DUID 00:01:00:01:25:05:71:7e:b8:27:eb:d4:07:53
Sep 29 22:05:35 moode dhcpcd[366]: eth0: IAID eb:81:52:06
Sep 29 22:05:35 moode dhcpcd[366]: eth0: adding address fe80::d696:65c:8f8e:b00a
Sep 29 22:05:35 moode avahi-daemon[351]: Joining mDNS multicast group on interface eth0.IPv6 with address fe80::d696:65c:8f8e:b00a.
Sep 29 22:05:35 moode avahi-daemon[351]: New relevant interface eth0.IPv6 for mDNS.
Sep 29 22:05:35 moode avahi-daemon[351]: Registering new address record for fe80::d696:65c:8f8e:b00a on eth0.*.
Sep 29 22:05:35 moode dhcpcd[366]: eth0: probing address 192.168.1.40/24
Sep 29 22:05:35 moode dhcpcd[366]: eth0: soliciting an IPv6 router
Sep 29 22:05:36 moode haveged[312]: haveged: ver: 1.9.1; arch: generic; vend: ; build: (gcc 8.2.0 CTV); collect: 128K
Sep 29 22:05:36 moode haveged[312]: haveged: cpu: (VC); data: 16K (D); inst: 16K (D); idx: 11/40; sz: 14768/63488
Sep 29 22:05:36 moode haveged[312]: haveged: tot tests(BA8): A:1/1 B:1/1 continuous tests(B):  last entropy estimate 7.99576
Sep 29 22:05:36 moode haveged[312]: haveged: fills: 0, generated: 0
Sep 29 22:05:36 moode dhcpcd[366]: eth0: carrier lost
Sep 29 22:05:37 moode dhcpcd[366]: eth0: deleting address fe80::d696:65c:8f8e:b00a
Sep 29 22:05:37 moode avahi-daemon[351]: Withdrawing address record for fe80::d696:65c:8f8e:b00a on eth0.
Sep 29 22:05:37 moode avahi-daemon[351]: Leaving mDNS multicast group on interface eth0.IPv6 with address fe80::d696:65c:8f8e:b00a.
Sep 29 22:05:37 moode avahi-daemon[351]: Interface eth0.IPv6 no longer relevant for mDNS.
Sep 29 22:05:37 moode kernel: [   11.007949] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0x4DE1
Sep 29 22:05:37 moode dhcpcd[366]: eth0: carrier acquired
Sep 29 22:05:37 moode dhcpcd[366]: eth0: IAID eb:81:52:06
Sep 29 22:05:37 moode dhcpcd[366]: eth0: adding address fe80::d696:65c:8f8e:b00a
Sep 29 22:05:37 moode avahi-daemon[351]: Joining mDNS multicast group on interface eth0.IPv6 with address fe80::d696:65c:8f8e:b00a.
Sep 29 22:05:37 moode avahi-daemon[351]: New relevant interface eth0.IPv6 for mDNS.
Sep 29 22:05:37 moode avahi-daemon[351]: Registering new address record for fe80::d696:65c:8f8e:b00a on eth0.*.
Sep 29 22:05:37 moode dhcpcd[366]: eth0: probing address 192.168.1.40/24
Sep 29 22:05:37 moode dhcpcd[366]: eth0: soliciting an IPv6 router
Sep 29 22:05:38 moode dhcpcd[366]: eth0: Router Advertisement from fe80::9272:82ff:fe8d:a53e
Sep 29 22:05:38 moode dhcpcd[366]: eth0: adding address 2001:470:69d6:10:83d0:343a:a2e5:290a/64
Sep 29 22:05:38 moode avahi-daemon[351]: Leaving mDNS multicast group on interface eth0.IPv6 with address fe80::d696:65c:8f8e:b00a.
Sep 29 22:05:38 moode avahi-daemon[351]: Joining mDNS multicast group on interface eth0.IPv6 with address 2001:470:69d6:10:83d0:343a:a2e5:290a.
Sep 29 22:05:38 moode avahi-daemon[351]: Registering new address record for 2001:470:69d6:10:83d0:343a:a2e5:290a on eth0.*.
Sep 29 22:05:38 moode avahi-daemon[351]: Withdrawing address record for fe80::d696:65c:8f8e:b00a on eth0.
Sep 29 22:05:38 moode dhcpcd[366]: eth0: adding address fd89:22a7:d5ed:10:6a99:2730:30a2:f88/64
Sep 29 22:05:38 moode avahi-daemon[351]: Registering new address record for fd89:22a7:d5ed:10:6a99:2730:30a2:f88 on eth0.*.
Sep 29 22:05:38 moode dhcpcd[366]: eth0: adding route to 2001:470:69d6:10::/64
Sep 29 22:05:38 moode dhcpcd[366]: eth0: adding route to fd89:22a7:d5ed:10::/64
Sep 29 22:05:38 moode dhcpcd[366]: eth0: adding default route via fe80::9272:82ff:fe8d:a53e
Sep 29 22:05:38 moode dhcpcd[366]: eth0: accepted reconfigure key
Sep 29 22:05:38 moode dhcpcd[366]: eth0: confirming prior DHCPv6 lease
Sep 29 22:05:39 moode dhcpcd[366]: eth0: DHCPv6 REPLY: Not On Link
Sep 29 22:05:39 moode dhcpcd[366]: eth0: DHCPv6 REPLY: Not On Link
Sep 29 22:05:39 moode dhcpcd[366]: eth0: soliciting a DHCPv6 lease
Sep 29 22:05:39 moode dhcpcd[366]: eth0: ADV 2001:470:69d6:10::d0d/128 from fe80::9272:82ff:fe8d:a53e
Sep 29 22:05:39 moode dhcpcd[366]: eth0: accepted reconfigure key
Sep 29 22:05:39 moode dhcpcd[366]: eth0: REPLY6 received from fe80::9272:82ff:fe8d:a53e
Sep 29 22:05:39 moode dhcpcd[366]: eth0: adding address 2001:470:69d6:10::d0d/128
Sep 29 22:05:39 moode avahi-daemon[351]: Registering new address record for 2001:470:69d6:10::d0d on eth0.*.
Sep 29 22:05:39 moode dhcpcd[366]: eth0: adding address fd89:22a7:d5ed:10::d0d/128
Sep 29 22:05:39 moode avahi-daemon[351]: Registering new address record for fd89:22a7:d5ed:10::d0d on eth0.*.
Sep 29 22:05:39 moode dhcpcd[366]: eth0: renew in 21600, rebind in 34560, expire in 4294967295 seconds
Sep 29 22:05:40 moode dhcpcd[366]: Too few arguments.
Sep 29 22:05:40 moode dhcpcd[366]: Too few arguments.
Sep 29 22:05:40 moode dhcpcd[366]: forked to background, child pid 481
Sep 29 22:05:40 moode systemd[1]: Started dhcpcd on all interfaces.
Sep 29 22:05:40 moode systemd[1]: Reached target Network.
Sep 29 22:05:40 moode systemd[1]: Starting Permit User Sessions...
Sep 29 22:05:40 moode systemd[1]: Starting The PHP 7.3 FastCGI Process Manager...
Sep 29 22:05:40 moode systemd[1]: Reached target Network is Online.
Sep 29 22:05:40 moode systemd[1]: Starting Samba NMB Daemon...
Sep 29 22:05:40 moode systemd[1]: Starting /etc/rc.local Compatibility...
Sep 29 22:05:40 moode systemd[1]: Starting A high performance web server and a reverse proxy server...
Sep 29 22:05:40 moode systemd[1]: Condition check resulted in fast remote file copy program daemon being skipped.
Sep 29 22:05:40 moode systemd[1]: Starting OpenBSD Secure Shell server...
Sep 29 22:05:40 moode systemd[1]: Started Permit User Sessions.
Sep 29 22:05:41 moode systemd[1]: Started OpenBSD Secure Shell server.
Sep 29 22:05:41 moode dbus-daemon[364]: [system] Activating via systemd: service name='org.freedesktop.UDisks' unit='udisks.service' requested by ':1.6' (uid=0 pid=493 comm="/usr/bin/udisks-glue --config=/etc/udisks-glue.con")
Sep 29 22:05:41 moode systemd[1]: Starting Disk Manager (legacy version)...
Sep 29 22:05:41 moode dbus-daemon[364]: [system] Successfully activated service 'org.freedesktop.UDisks'
Sep 29 22:05:41 moode systemd[1]: Started Disk Manager (legacy version).
Sep 29 22:05:41 moode dbus-daemon[364]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.9' (uid=0 pid=495 comm="/usr/lib/udisks/udisks-daemon --no-debug ")
Sep 29 22:05:41 moode systemd[1]: Starting Authorization Manager...
Sep 29 22:05:41 moode polkitd[544]: started daemon version 0.105 using authority implementation `local' version `0.105'
Sep 29 22:05:41 moode dbus-daemon[364]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Sep 29 22:05:41 moode systemd[1]: Started Authorization Manager.
Sep 29 22:05:42 moode dhcpcd[481]: eth0: using static address 192.168.1.40/24
Sep 29 22:05:42 moode avahi-daemon[351]: Joining mDNS multicast group on interface eth0.IPv4 with address 192.168.1.40.
Sep 29 22:05:42 moode dhcpcd[481]: eth0: adding route to 192.168.1.0/24
Sep 29 22:05:42 moode dhcpcd[481]: eth0: adding default route via 192.168.1.1
Sep 29 22:05:42 moode avahi-daemon[351]: New relevant interface eth0.IPv4 for mDNS.
Sep 29 22:05:42 moode avahi-daemon[351]: Registering new address record for 192.168.1.40 on eth0.IPv4.
Sep 29 22:05:42 moode systemd[1]: Started A high performance web server and a reverse proxy server.
Sep 29 22:05:42 moode kernel: [   16.058952] EXT4-fs (sdb1): recovery complete
Sep 29 22:05:42 moode kernel: [   16.058972] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
Sep 29 22:05:42 moode php-fpm7.3[483]: [29-Sep-2019 22:05:42] ERROR: unable to bind listening socket for address '/run/php/php7.3-fpm.sock': No such file or directory (2)
Sep 29 22:05:42 moode php-fpm7.3[483]: [29-Sep-2019 22:05:42] ERROR: FPM initialization failed
Sep 29 22:05:42 moode systemd[1]: php7.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Sep 29 22:05:42 moode systemd[1]: php7.3-fpm.service: Failed with result 'exit-code'.
Sep 29 22:05:42 moode systemd[1]: Failed to start The PHP 7.3 FastCGI Process Manager.
Sep 29 22:05:42 moode kernel: [   16.240471] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Sep 29 22:05:42 moode systemd[1]: Started Samba NMB Daemon.
Sep 29 22:05:42 moode nmbd[484]: [2019/09/29 22:05:42.563556,  0] ../lib/util/become_daemon.c:138(daemon_ready)
Sep 29 22:05:42 moode nmbd[484]:   daemon_ready: STATUS=daemon 'nmbd' finished starting up and ready to serve connections
Sep 29 22:05:42 moode systemd[1]: Starting Samba Winbind Daemon...
Sep 29 22:05:42 moode systemd[1]: Started /etc/rc.local Compatibility.
Sep 29 22:05:42 moode systemd[1]: Started Serial Getty on ttyAMA0.
Sep 29 22:05:42 moode systemd[1]: Started Getty on tty1.
Sep 29 22:05:42 moode systemd[1]: Reached target Login Prompts.
Sep 29 22:05:43 moode winbindd[620]: [2019/09/29 22:05:43.001563,  0] ../source3/winbindd/winbindd_cache.c:3160(initialize_winbindd_cache)
Sep 29 22:05:43 moode winbindd[620]:   initialize_winbindd_cache: clearing cache and re-creating with version number 2
Sep 29 22:05:43 moode winbindd[620]: [2019/09/29 22:05:43.029217,  0] ../lib/util/become_daemon.c:138(daemon_ready)
Sep 29 22:05:43 moode winbindd[620]:   daemon_ready: STATUS=daemon 'winbindd' finished starting up and ready to serve connections
Sep 29 22:05:43 moode systemd[1]: Started Samba Winbind Daemon.
Sep 29 22:05:43 moode systemd[1]: Starting Samba SMB Daemon...
Sep 29 22:05:43 moode systemd[1]: Started Samba SMB Daemon.
Sep 29 22:05:43 moode smbd[658]: [2019/09/29 22:05:43.803727,  0] ../lib/util/become_daemon.c:138(daemon_ready)
Sep 29 22:05:43 moode smbd[658]:   daemon_ready: STATUS=daemon 'smbd' finished starting up and ready to serve connections
Sep 29 22:05:43 moode systemd[1]: Reached target Multi-User System.
Sep 29 22:05:43 moode systemd[1]: Starting Update UTMP about System Runlevel Changes...
Sep 29 22:05:43 moode systemd[1]: systemd-update-utmp-runlevel.service: Succeeded.
Sep 29 22:05:43 moode systemd[1]: Started Update UTMP about System Runlevel Changes.
Sep 29 22:05:43 moode systemd[1]: Startup finished in 2.892s (kernel) + 14.901s (userspace) = 17.794s.
Sep 29 22:05:47 moode systemd[1]: /lib/systemd/system/mpd.service:8: CPU scheduling priority is out of range, ignoring: 43
Sep 29 22:05:47 moode systemd[1]: Started Music Player Daemon.
Sep 29 22:05:48 moode mpd[936]: Sep 29 22:05 : fatal_error: Failed to create pid file "/var/run/mpd/pid": No such file or directory
Sep 29 22:05:48 moode systemd[1]: mpd.service: Main process exited, code=exited, status=1/FAILURE
Sep 29 22:05:48 moode systemd[1]: mpd.service: Failed with result 'exit-code'.
Sep 29 22:05:51 moode systemd[1]: Started Start Chromium Browser.
Sep 29 22:05:51 moode xinit[1000]: X.Org X Server 1.20.4
Sep 29 22:05:51 moode xinit[1000]: X Protocol Version 11, Revision 0
Sep 29 22:05:51 moode xinit[1000]: Build Operating System: Linux 4.15.0-48-generic armv8l Raspbian
Sep 29 22:05:51 moode xinit[1000]: Current Operating System: Linux moode 4.19.69-v7+ #1256 SMP Fri Aug 30 16:30:49 BST 2019 armv7l
Sep 29 22:05:51 moode xinit[1000]: Kernel command line: coherent_pool=1M 8250.nr_uarts=1 bcm2708_fb.fbwidth=800 bcm2708_fb.fbheight=480 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  net.ifnames=0 dwc_otg.lpm_enable=0 console=ttyAMA0,115200 console=tty1 root=PARTUUID=17869b7d-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
Sep 29 22:05:51 moode xinit[1000]: Build Date: 05 June 2019  12:49:54PM
Sep 29 22:05:51 moode xinit[1000]: xorg-server 2:1.20.4-1+rpt1 (https://www.debian.org/support)
Sep 29 22:05:51 moode xinit[1000]: Current version of pixman: 0.36.0
Sep 29 22:05:51 moode xinit[1000]: #011Before reporting problems, check http://wiki.x.org
Sep 29 22:05:51 moode xinit[1000]: #011to make sure that you have the latest version.
Sep 29 22:05:51 moode xinit[1000]: Markers: (--) probed, (**) from config file, (==) default setting,
Sep 29 22:05:51 moode xinit[1000]: #011(++) from command line, (!!) notice, (II) informational,
Sep 29 22:05:51 moode xinit[1000]: #011(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
Sep 29 22:05:51 moode xinit[1000]: (==) Log file: "/var/log/Xorg.0.log", Time: Sun Sep 29 22:05:51 2019
Sep 29 22:05:51 moode xinit[1000]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
Sep 29 22:05:51 moode systemd[1]: Started Music Player Daemon.
Sep 29 22:05:52 moode mpd[1036]: Sep 29 22:05 : fatal_error: Failed to create pid file "/var/run/mpd/pid": No such file or directory
Sep 29 22:05:52 moode systemd[1]: mpd.service: Main process exited, code=exited, status=1/FAILURE
Sep 29 22:05:52 moode systemd[1]: mpd.service: Failed with result 'exit-code'.
Sep 29 22:05:57 moode systemd[1]: Started Music Player Daemon.
Sep 29 22:05:58 moode mpd[1086]: Sep 29 22:05 : fatal_error: Failed to create pid file "/var/run/mpd/pid": No such file or directory
Sep 29 22:05:58 moode systemd[1]: mpd.service: Main process exited, code=exited, status=1/FAILURE
Sep 29 22:05:58 moode systemd[1]: mpd.service: Failed with result 'exit-code'.
Sep 29 22:05:58 moode xinit[1000]: [1101:1101:0929/220558.861947:ERROR:gl_implementation.cc(280)] Failed to load libGLESv2.so.2: libGLESv2.so.2: cannot open shared object file: No such file or directory
Sep 29 22:05:58 moode xinit[1000]: [1101:1101:0929/220558.878545:ERROR:viz_main_impl.cc(170)] Exiting GPU process due to errors during initialization
Sep 29 22:05:59 moode xinit[1000]: [1052:1299:0929/220559.880057:ERROR:bus.cc(393)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
Sep 29 22:06:00 moode xinit[1000]: [1106:1189:0929/220600.531585:ERROR:simple_backend_impl.cc(118)] Failed to create directory: /dev/null/Default/Cache
Sep 29 22:06:00 moode xinit[1000]: [1106:1189:0929/220600.532560:ERROR:simple_backend_impl.cc(118)] Failed to create directory: /dev/null/Default/Cache
Sep 29 22:06:00 moode xinit[1000]: [1106:1189:0929/220600.532821:ERROR:simple_backend_impl.cc(809)] Simple Cache Backend: wrong file structure on disk: 1 path: /dev/null/Default/Cache
Sep 29 22:06:00 moode xinit[1000]: [1106:1181:0929/220600.536590:ERROR:cache_util.cc(141)] Unable to move cache folder /dev/null/Default/Cache to /dev/null/Default/old_Cache_000
Sep 29 22:06:00 moode xinit[1000]: [1106:1181:0929/220600.536756:ERROR:disk_cache.cc(185)] Unable to create cache
Sep 29 22:06:03 moode systemd[1]: systemd-fsckd.service: Succeeded.
Sep 29 22:06:04 moode systemd[1]: Started Music Player Daemon.
Sep 29 22:06:04 moode mpd[1513]: Sep 29 22:06 : fatal_error: Failed to create pid file "/var/run/mpd/pid": No such file or directory
Sep 29 22:06:04 moode systemd[1]: mpd.service: Main process exited, code=exited, status=1/FAILURE
Sep 29 22:06:04 moode systemd[1]: mpd.service: Failed with result 'exit-code'.
Oct  1 19:07:59 moode systemd-timesyncd[311]: Synchronized to time server for the first time [2001:718:1e03:801::2]:123 (2.debian.pool.ntp.org).
Reply
#4
Right, I've stepped through each thing I did, rebooting after each one. The step that seems to hose the system is untarring my scripts into place. I'll have to do a bit more investigation to try to work out why it's breaking things, but Tim please mark this as solved as it's clearly not the fault of moode (I can't see how to mark the thread myself, I'm guessing maybe that's because you created it).
Reply
#5
Will do.
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply


Forum Jump: