· 6 years ago · Nov 16, 2019, 06:22 PM
1reading config from /root/teslausb_setup_variables.conf
2====== summary ======
3hardware: Raspberry Pi Zero W Rev 1.1
4OS: Raspbian GNU/Linux 10 (buster)
5headless setup config in /root
6CIFS archiving selected
7lun0 connected, from file /backingfiles/music_disk.bin
8lun1 connected, from file /backingfiles/cam_disk.bin
92 snapshots mounted
10====== disk / images ======
11Model: SD (sd/mmc)
12Disk /dev/mmcblk0: 32.0GB
13Sector size (logical/physical): 512B/512B
14Partition Table: msdos
15Disk Flags:
16Number Start End Size Type File system Flags
17 1 4194kB 273MB 268MB primary fat32 lba
18 2 277MB 2215MB 1938MB primary ext4
19 3 2215MB 31.9GB 29.7GB primary xfs
20 4 31.9GB 32.0GB 105MB primary ext4
21cam disk image has 894 extents
22Model: (file)
23Disk /backingfiles/cam_disk.bin: 20.7GB
24Sector size (logical/physical): 512B/512B
25Partition Table: msdos
26Disk Flags:
27Number Start End Size Type File system Flags
28 1 1049kB 20.7GB 20.7GB primary fat32 lba
29music disk image has 6 extents
30Model: (file)
31Disk /backingfiles/music_disk.bin: 2301MB
32Sector size (logical/physical): 512B/512B
33Partition Table: msdos
34Disk Flags:
35Number Start End Size Type File system Flags
36 1 1049kB 2301MB 2300MB primary fat32 lba
37====== network ======
38lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
39 inet 127.0.0.1 netmask 255.0.0.0
40 inet6 ::1 prefixlen 128 scopeid 0x10<host>
41 loop txqueuelen 1000 (Local Loopback)
42 RX packets 1152 bytes 100152 (97.8 KiB)
43 RX errors 0 dropped 0 overruns 0 frame 0
44 TX packets 1152 bytes 100152 (97.8 KiB)
45 TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
46wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
47 inet 10.0.2.8 netmask 255.255.255.0 broadcast 10.0.2.255
48 inet6 fe80::26dc:2696:f4d6:6961 prefixlen 64 scopeid 0x20<link>
49 ether b8:27:eb:ae:61:45 txqueuelen 1000 (Ethernet)
50 RX packets 12230 bytes 1864813 (1.7 MiB)
51 RX errors 0 dropped 0 overruns 0 frame 0
52 TX packets 13545 bytes 12322523 (11.7 MiB)
53 TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
54 Link Quality=25/70 Signal level=-85 dBm
55====== fstab ======
56proc /proc proc defaults 0 0
57PARTUUID=f18867b3-01 /boot vfat defaults,ro 0 2
58PARTUUID=f18867b3-02 / ext4 defaults,noatime,ro 0 1
59# a swapfile is not a swap partition, no line here
60# use dphys-swapfile swap[on|off] for that
61LABEL=backingfiles /backingfiles xfs auto,rw,noatime 0 2
62LABEL=mutable /mutable ext4 auto,rw 0 2
63/backingfiles/cam_disk.bin /mnt/cam vfat utf8,noauto,users,umask=000,offset=1048576 0 0
64/backingfiles/music_disk.bin /mnt/music vfat utf8,noauto,users,umask=000,offset=1048576 0 0
65//10.0.3.2/TeslaCam /mnt/archive cifs credentials=/root/.teslaCamArchiveCredentials,iocharset=utf8,file_mode=0777,dir_mode=0777,, 0
66tmpfs /var/log tmpfs nodev,nosuid 0 0
67tmpfs /var/tmp tmpfs nodev,nosuid 0 0
68tmpfs /tmp tmpfs nodev,nosuid 0 0
69====== initial setup boot log ======
70no boot log found
71====== setup log ======
72Sun 22 Sep 22:55:31 BST 2019 : Detecting whether to update wpa_supplicant.conf
73Sun 22 Sep 22:55:31 BST 2019 : Wifi variables specified, and no /boot/WIFI_ENABLED. Building wpa_supplicant.conf.
74Sun 22 Sep 22:55:31 BST 2019 : Rebooting...
75Sun 22 Sep 22:55:32 BST 2019 : Grabbing main setup file.
76Sun 22 Sep 22:56:02 BST 2019 : Detecting whether to update wpa_supplicant.conf
77Sun 22 Sep 22:56:02 BST 2019 : Grabbing main setup file.
78Sun 22 Sep 22:56:04 BST 2019 : Starting setup.
79Sun 22 Sep 22:56:04 BST 2019 : adding country code to wpa_supplicant.conf
80Sun 22 Sep 22:56:04 BST 2019 : rebooting for changes to take effect
81Sun 22 Sep 22:56:34 BST 2019 : Detecting whether to update wpa_supplicant.conf
82Sun 22 Sep 22:56:34 BST 2019 : Starting setup.
83Sun 22 Sep 22:56:35 BST 2019 : reading config from /root/teslausb_setup_variables.conf
84Sun 22 Sep 22:56:35 BST 2019 : curl -s https://api.github.com/repos/marcone/teslausb/git/refs/heads/main-dev
85Sun 22 Sep 22:56:35 BST 2019 : curl -o /tmp/setup-teslausb https://raw.githubusercontent.com/marcone/teslausb/e4cbc98a1bee10056e8f001d48988617e01b3cf8/setup/pi/setup-teslausb
86Sun 22 Sep 22:56:36 BST 2019 : Downloaded /tmp/setup-teslausb ...
87Sun 22 Sep 22:56:36 BST 2019 : /root/bin/setup-teslausb is up to date
88Sun 22 Sep 22:56:36 BST 2019 : Updating package index files...
89Sat 16 Nov 10:48:55 GMT 2019 : Failed, retrying
90Sat 16 Nov 10:52:15 GMT 2019 : Verifying that the requested configuration is valid...
91Sat 16 Nov 10:52:15 GMT 2019 : curl -o /tmp/verify-configuration.sh https://raw.githubusercontent.com/marcone/teslausb/e4cbc98a1bee10056e8f001d48988617e01b3cf8/setup/pi/verify-configuration.sh
92Sat 16 Nov 10:52:17 GMT 2019 : Downloaded /tmp/verify-configuration.sh ...
93Sat 16 Nov 10:52:17 GMT 2019 : usb_drive is not set. SD card will be used.
94Sat 16 Nov 10:52:17 GMT 2019 : Verifying that there is sufficient space available on the MicroSD card...
95Sat 16 Nov 10:52:17 GMT 2019 : There is sufficient space available.
96Sat 16 Nov 10:52:26 GMT 2019 : Downloading additional setup scripts.
97Sat 16 Nov 10:52:26 GMT 2019 : curl -o /root/bin/remountfs_rw https://raw.githubusercontent.com/marcone/teslausb/e4cbc98a1bee10056e8f001d48988617e01b3cf8/run/remountfs_rw
98Sat 16 Nov 10:52:26 GMT 2019 : Downloaded /root/bin/remountfs_rw ...
99Sat 16 Nov 10:52:26 GMT 2019 : curl -o /root/bin/make_snapshot.sh https://raw.githubusercontent.com/marcone/teslausb/e4cbc98a1bee10056e8f001d48988617e01b3cf8/run/make_snapshot.sh
100Sat 16 Nov 10:52:28 GMT 2019 : Downloaded /root/bin/make_snapshot.sh ...
101Sat 16 Nov 10:52:28 GMT 2019 : curl -o /root/bin/mount_snapshot.sh https://raw.githubusercontent.com/marcone/teslausb/e4cbc98a1bee10056e8f001d48988617e01b3cf8/run/mount_snapshot.sh
102Sat 16 Nov 10:52:29 GMT 2019 : Downloaded /root/bin/mount_snapshot.sh ...
103Sat 16 Nov 10:52:29 GMT 2019 : curl -o /root/bin/mount_image.sh https://raw.githubusercontent.com/marcone/teslausb/e4cbc98a1bee10056e8f001d48988617e01b3cf8/run/mount_image.sh
104Sat 16 Nov 10:52:30 GMT 2019 : Downloaded /root/bin/mount_image.sh ...
105Sat 16 Nov 10:52:30 GMT 2019 : curl -o /root/bin/release_snapshot.sh https://raw.githubusercontent.com/marcone/teslausb/e4cbc98a1bee10056e8f001d48988617e01b3cf8/run/release_snapshot.sh
106Sat 16 Nov 10:52:30 GMT 2019 : Downloaded /root/bin/release_snapshot.sh ...
107Sat 16 Nov 10:52:30 GMT 2019 : curl -o /root/bin/force_sync.sh https://raw.githubusercontent.com/marcone/teslausb/e4cbc98a1bee10056e8f001d48988617e01b3cf8/run/force_sync.sh
108Sat 16 Nov 10:52:31 GMT 2019 : Downloaded /root/bin/force_sync.sh ...
109Sat 16 Nov 10:52:31 GMT 2019 : curl -o /tmp/create-backingfiles-partition.sh https://raw.githubusercontent.com/marcone/teslausb/e4cbc98a1bee10056e8f001d48988617e01b3cf8/setup/pi/create-backingfiles-partition.sh
110Sat 16 Nov 10:52:32 GMT 2019 : Downloaded /tmp/create-backingfiles-partition.sh ...
111Sat 16 Nov 10:52:32 GMT 2019 : curl -o /tmp/create-backingfiles.sh https://raw.githubusercontent.com/marcone/teslausb/e4cbc98a1bee10056e8f001d48988617e01b3cf8/setup/pi/create-backingfiles.sh
112Sat 16 Nov 10:52:33 GMT 2019 : Downloaded /tmp/create-backingfiles.sh ...
113Sat 16 Nov 10:52:33 GMT 2019 : curl -o /tmp/make-root-fs-readonly.sh https://raw.githubusercontent.com/marcone/teslausb/e4cbc98a1bee10056e8f001d48988617e01b3cf8/setup/pi/make-root-fs-readonly.sh
114Sat 16 Nov 10:54:42 GMT 2019 : Downloaded /tmp/make-root-fs-readonly.sh ...
115Sat 16 Nov 10:54:42 GMT 2019 : curl -o /tmp/configure.sh https://raw.githubusercontent.com/marcone/teslausb/e4cbc98a1bee10056e8f001d48988617e01b3cf8/setup/pi/configure.sh
116Sat 16 Nov 10:54:43 GMT 2019 : Downloaded /tmp/configure.sh ...
117Sat 16 Nov 10:54:43 GMT 2019 : Fixing the modules-load parameter in /boot/cmdline.txt...
118Sat 16 Nov 10:54:43 GMT 2019 : Fixed cmdline.txt.
119Sat 16 Nov 10:54:53 GMT 2019 : Checking existing partitions...
120Sat 16 Nov 10:54:53 GMT 2019 : Modifying partition table for backing files partition...
121Sat 16 Nov 10:54:55 GMT 2019 : Modifying partition table for mutable (writable) partition for script usage...
122Sat 16 Nov 10:54:56 GMT 2019 : Writing updated partitions to fstab and /boot/cmdline.txt
123Sat 16 Nov 10:54:56 GMT 2019 : Formatting new partitions...
124Sat 16 Nov 10:55:09 GMT 2019 : Mounting the partition for the backing files...
125Sat 16 Nov 10:55:10 GMT 2019 : Mounted the partition for the backing files.
126Sat 16 Nov 10:55:10 GMT 2019 : Creating backing disk files.
127Sat 16 Nov 10:55:10 GMT 2019 : create-backingfiles: starting
128Sat 16 Nov 10:55:10 GMT 2019 : create-backingfiles: cam: 90%, music: 100%, mountpoint: /backingfiles
129Sat 16 Nov 10:55:10 GMT 2019 : create-backingfiles: Allocating 20223010K for /backingfiles/cam_disk.bin...
130Sat 16 Nov 10:55:11 GMT 2019 : create-backingfiles: Creating filesystem with label 'CAM'
131Sat 16 Nov 10:55:13 GMT 2019 : create-backingfiles: updated /etc/fstab for /mnt/cam
132Sat 16 Nov 10:55:13 GMT 2019 : create-backingfiles: created camera backing file
133Sat 16 Nov 10:55:13 GMT 2019 : create-backingfiles: Allocating 2247000K for /backingfiles/music_disk.bin...
134Sat 16 Nov 10:55:14 GMT 2019 : create-backingfiles: Creating filesystem with label 'MUSIC'
135Sat 16 Nov 10:55:15 GMT 2019 : create-backingfiles: updated /etc/fstab for /mnt/music
136Sat 16 Nov 10:55:15 GMT 2019 : create-backingfiles: created music backing file
137Sat 16 Nov 10:55:16 GMT 2019 : create-backingfiles: done
138Sat 16 Nov 10:55:28 GMT 2019 : Main setup completed.
139Sat 16 Nov 10:55:28 GMT 2019 : calling configure.sh
140Sat 16 Nov 10:55:29 GMT 2019 : configure: /tmp/configure.sh starting with REPO=marcone, BRANCH=main-dev, ARCHIVE_SYSTEM=cifs
141Sat 16 Nov 10:55:29 GMT 2019 : configure: Getting files from marcone:main-dev
142Sat 16 Nov 10:55:29 GMT 2019 : configure: Pushover not configured.
143Sat 16 Nov 10:55:29 GMT 2019 : configure: Gotify not configured.
144Sat 16 Nov 10:55:29 GMT 2019 : configure: Gotify not configured.
145Sat 16 Nov 10:55:29 GMT 2019 : configure: Starting download for /root/bin/send-push-message
146Sat 16 Nov 10:55:29 GMT 2019 : configure: Done
147Sat 16 Nov 10:55:29 GMT 2019 : configure: Starting download for /root/bin/send_sns.py
148Sat 16 Nov 10:55:30 GMT 2019 : configure: Done
149Sat 16 Nov 10:55:30 GMT 2019 : configure: Checking archive configs:
150Sat 16 Nov 10:55:30 GMT 2019 : configure: done
151Sat 16 Nov 10:55:30 GMT 2019 : configure: Using archive module: run/cifs_archive
152Sat 16 Nov 10:55:30 GMT 2019 : configure: Installing base archive scripts into /root/bin
153Sat 16 Nov 10:55:30 GMT 2019 : configure: Starting download for /root/bin/archiveloop
154Sat 16 Nov 10:55:31 GMT 2019 : configure: Done
155Sat 16 Nov 10:55:31 GMT 2019 : configure: Starting download for /root/bin/remountfs_rw
156Sat 16 Nov 10:55:31 GMT 2019 : configure: Done
157Sat 16 Nov 10:55:31 GMT 2019 : configure: Skipping tesla_api.py install
158Sat 16 Nov 10:55:31 GMT 2019 : configure: Installing archive module scripts
159Sat 16 Nov 10:55:31 GMT 2019 : configure: Starting download for /tmp/verify-and-configure-archive.sh
160Sat 16 Nov 10:55:32 GMT 2019 : configure: Done
161Sat 16 Nov 10:55:32 GMT 2019 : configure: Starting download for /root/bin/archive-clips.sh
162Sat 16 Nov 10:55:52 GMT 2019 : configure: Done
163Sat 16 Nov 10:55:52 GMT 2019 : configure: Starting download for /root/bin/connect-archive.sh
164Sat 16 Nov 10:55:59 GMT 2019 : configure: Done
165Sat 16 Nov 10:55:59 GMT 2019 : configure: Starting download for /root/bin/disconnect-archive.sh
166Sat 16 Nov 10:55:59 GMT 2019 : configure: Done
167Sat 16 Nov 10:55:59 GMT 2019 : configure: Starting download for /root/bin/write-archive-configs-to.sh
168Sat 16 Nov 10:56:00 GMT 2019 : configure: Done
169Sat 16 Nov 10:56:00 GMT 2019 : configure: Starting download for /root/bin/archive-is-reachable.sh
170Sat 16 Nov 10:56:01 GMT 2019 : configure: Done
171Sat 16 Nov 10:56:01 GMT 2019 : verify-and-configure-archive: Installing/updating required packages if needed
172Sat 16 Nov 10:56:06 GMT 2019 : verify-and-configure-archive: Done
173Sat 16 Nov 10:56:06 GMT 2019 : verify-and-configure-archive: Verifying that the archive server 10.0.3.2 is reachable...
174Sat 16 Nov 10:56:06 GMT 2019 : verify-and-configure-archive: The archive server is reachable.
175Sat 16 Nov 10:56:06 GMT 2019 : verify-and-configure-archive: Verifying that the archive share is mountable...
176Sat 16 Nov 10:56:06 GMT 2019 : verify-and-configure-archive: Trying mount command-line:
177Sat 16 Nov 10:56:06 GMT 2019 : verify-and-configure-archive: mount -t cifs '//10.0.3.2/TeslaCam' '/tmp/archivetestmount' -o 'credentials=/tmp/teslaCamArchiveCredentials,iocharset=utf8,file_mode=0777,dir_mode=0777,,'
178Sat 16 Nov 10:56:13 GMT 2019 : verify-and-configure-archive: The archive share is mountable using: mount -t cifs '//10.0.3.2/TeslaCam' '/tmp/archivetestmount' -o 'credentials=/tmp/teslaCamArchiveCredentials,iocharset=utf8,file_mode=0777,dir_mode=0777,,'
179Sat 16 Nov 10:56:13 GMT 2019 : verify-and-configure-archive: Configuring the archive...
180Sat 16 Nov 10:56:13 GMT 2019 : verify-and-configure-archive: Configured the archive.
181Sat 16 Nov 10:56:13 GMT 2019 : configure: Skipping rc.local installation
182Sat 16 Nov 10:56:13 GMT 2019 : make-root-fs-readonly: start
183Sat 16 Nov 10:56:13 GMT 2019 : make-root-fs-readonly: Removing unwanted packages...
184Sat 16 Nov 10:58:09 GMT 2019 : make-root-fs-readonly: Installing ntp and busybox-syslogd...
185Sat 16 Nov 10:59:52 GMT 2019 : make-root-fs-readonly: Configuring system...
186Sat 16 Nov 10:59:52 GMT 2019 : make-root-fs-readonly: Mounting the mutable partition...
187Sat 16 Nov 10:59:52 GMT 2019 : make-root-fs-readonly: Mounted.
188Sat 16 Nov 10:59:52 GMT 2019 : make-root-fs-readonly: Moving fake-hwclock data
189Sat 16 Nov 10:59:52 GMT 2019 : make-root-fs-readonly: done
190Sat 16 Nov 10:59:52 GMT 2019 : Skipping package upgrade.
191Sat 16 Nov 10:59:53 GMT 2019 : All done.
192Sat 16 Nov 11:10:21 GMT 2019 : reading config from /root/teslausb_setup_variables.conf
193Sat 16 Nov 11:10:21 GMT 2019 : curl -o /tmp/setup-teslausb https://raw.githubusercontent.com/marcone/teslausb/main-dev/setup/pi/setup-teslausb
194Sat 16 Nov 11:10:22 GMT 2019 : Downloaded /tmp/setup-teslausb ...
195Sat 16 Nov 11:10:22 GMT 2019 : /root/bin/setup-teslausb already up to date
196Sat 16 Nov 11:10:22 GMT 2019 : other scripts may need to be updated by running /root/bin/setup-teslausb
197Sat 16 Nov 11:10:34 GMT 2019 : reading config from /root/teslausb_setup_variables.conf
198Sat 16 Nov 11:10:34 GMT 2019 : curl -s https://api.github.com/repos/marcone/teslausb/git/refs/heads/main-dev
199Sat 16 Nov 11:10:35 GMT 2019 : curl -o /tmp/setup-teslausb https://raw.githubusercontent.com/marcone/teslausb/e4cbc98a1bee10056e8f001d48988617e01b3cf8/setup/pi/setup-teslausb
200Sat 16 Nov 11:10:35 GMT 2019 : Downloaded /tmp/setup-teslausb ...
201Sat 16 Nov 11:10:35 GMT 2019 : /root/bin/setup-teslausb is up to date
202Sat 16 Nov 11:10:35 GMT 2019 : Updating package index files...
203Sat 16 Nov 11:11:18 GMT 2019 : Verifying that the requested configuration is valid...
204Sat 16 Nov 11:11:18 GMT 2019 : curl -o /tmp/verify-configuration.sh https://raw.githubusercontent.com/marcone/teslausb/e4cbc98a1bee10056e8f001d48988617e01b3cf8/setup/pi/verify-configuration.sh
205Sat 16 Nov 11:11:18 GMT 2019 : Downloaded /tmp/verify-configuration.sh ...
206Sat 16 Nov 11:11:18 GMT 2019 : usb_drive is not set. SD card will be used.
207Sat 16 Nov 11:11:18 GMT 2019 : Verifying that there is sufficient space available on the MicroSD card...
208Sat 16 Nov 11:11:18 GMT 2019 : There is sufficient space available.
209Sat 16 Nov 11:11:28 GMT 2019 : Downloading additional setup scripts.
210Sat 16 Nov 11:11:28 GMT 2019 : curl -o /root/bin/remountfs_rw https://raw.githubusercontent.com/marcone/teslausb/e4cbc98a1bee10056e8f001d48988617e01b3cf8/run/remountfs_rw
211Sat 16 Nov 11:11:28 GMT 2019 : Downloaded /root/bin/remountfs_rw ...
212Sat 16 Nov 11:11:28 GMT 2019 : curl -o /root/bin/make_snapshot.sh https://raw.githubusercontent.com/marcone/teslausb/e4cbc98a1bee10056e8f001d48988617e01b3cf8/run/make_snapshot.sh
213Sat 16 Nov 11:11:29 GMT 2019 : Downloaded /root/bin/make_snapshot.sh ...
214Sat 16 Nov 11:11:29 GMT 2019 : curl -o /root/bin/mount_snapshot.sh https://raw.githubusercontent.com/marcone/teslausb/e4cbc98a1bee10056e8f001d48988617e01b3cf8/run/mount_snapshot.sh
215Sat 16 Nov 11:11:30 GMT 2019 : Downloaded /root/bin/mount_snapshot.sh ...
216Sat 16 Nov 11:11:30 GMT 2019 : curl -o /root/bin/mount_image.sh https://raw.githubusercontent.com/marcone/teslausb/e4cbc98a1bee10056e8f001d48988617e01b3cf8/run/mount_image.sh
217Sat 16 Nov 11:11:31 GMT 2019 : Downloaded /root/bin/mount_image.sh ...
218Sat 16 Nov 11:11:31 GMT 2019 : curl -o /root/bin/release_snapshot.sh https://raw.githubusercontent.com/marcone/teslausb/e4cbc98a1bee10056e8f001d48988617e01b3cf8/run/release_snapshot.sh
219Sat 16 Nov 11:11:31 GMT 2019 : Downloaded /root/bin/release_snapshot.sh ...
220Sat 16 Nov 11:11:31 GMT 2019 : curl -o /root/bin/force_sync.sh https://raw.githubusercontent.com/marcone/teslausb/e4cbc98a1bee10056e8f001d48988617e01b3cf8/run/force_sync.sh
221Sat 16 Nov 11:11:32 GMT 2019 : Downloaded /root/bin/force_sync.sh ...
222Sat 16 Nov 11:11:32 GMT 2019 : curl -o /tmp/create-backingfiles-partition.sh https://raw.githubusercontent.com/marcone/teslausb/e4cbc98a1bee10056e8f001d48988617e01b3cf8/setup/pi/create-backingfiles-partition.sh
223Sat 16 Nov 11:11:32 GMT 2019 : Downloaded /tmp/create-backingfiles-partition.sh ...
224Sat 16 Nov 11:11:32 GMT 2019 : curl -o /tmp/create-backingfiles.sh https://raw.githubusercontent.com/marcone/teslausb/e4cbc98a1bee10056e8f001d48988617e01b3cf8/setup/pi/create-backingfiles.sh
225Sat 16 Nov 11:11:33 GMT 2019 : Downloaded /tmp/create-backingfiles.sh ...
226Sat 16 Nov 11:11:33 GMT 2019 : curl -o /tmp/make-root-fs-readonly.sh https://raw.githubusercontent.com/marcone/teslausb/e4cbc98a1bee10056e8f001d48988617e01b3cf8/setup/pi/make-root-fs-readonly.sh
227Sat 16 Nov 11:11:33 GMT 2019 : Downloaded /tmp/make-root-fs-readonly.sh ...
228Sat 16 Nov 11:11:33 GMT 2019 : curl -o /tmp/configure.sh https://raw.githubusercontent.com/marcone/teslausb/e4cbc98a1bee10056e8f001d48988617e01b3cf8/setup/pi/configure.sh
229Sat 16 Nov 11:11:34 GMT 2019 : Downloaded /tmp/configure.sh ...
230Sat 16 Nov 11:11:34 GMT 2019 : Fixing the modules-load parameter in /boot/cmdline.txt...
231Sat 16 Nov 11:11:34 GMT 2019 : Fixed cmdline.txt.
232Sat 16 Nov 11:11:44 GMT 2019 : using existing backingfiles and mutable partitions
233Sat 16 Nov 11:11:55 GMT 2019 : Main setup completed.
234Sat 16 Nov 11:11:55 GMT 2019 : calling configure.sh
235Sat 16 Nov 11:11:55 GMT 2019 : configure: /tmp/configure.sh starting with REPO=marcone, BRANCH=main-dev, ARCHIVE_SYSTEM=cifs
236Sat 16 Nov 11:11:55 GMT 2019 : configure: Getting files from marcone:main-dev
237Sat 16 Nov 11:11:55 GMT 2019 : configure: Pushover not configured.
238Sat 16 Nov 11:11:55 GMT 2019 : configure: Gotify not configured.
239Sat 16 Nov 11:11:55 GMT 2019 : configure: Gotify not configured.
240Sat 16 Nov 11:11:55 GMT 2019 : configure: Starting download for /root/bin/send-push-message
241Sat 16 Nov 11:11:56 GMT 2019 : configure: Done
242Sat 16 Nov 11:11:56 GMT 2019 : configure: Starting download for /root/bin/send_sns.py
243Sat 16 Nov 11:11:56 GMT 2019 : configure: Done
244Sat 16 Nov 11:11:56 GMT 2019 : configure: Checking archive configs:
245Sat 16 Nov 11:11:56 GMT 2019 : configure: done
246Sat 16 Nov 11:11:56 GMT 2019 : configure: Using archive module: run/cifs_archive
247Sat 16 Nov 11:11:56 GMT 2019 : configure: Installing base archive scripts into /root/bin
248Sat 16 Nov 11:11:56 GMT 2019 : configure: Starting download for /root/bin/archiveloop
249Sat 16 Nov 11:11:57 GMT 2019 : configure: Done
250Sat 16 Nov 11:11:57 GMT 2019 : configure: Starting download for /root/bin/remountfs_rw
251Sat 16 Nov 11:11:57 GMT 2019 : configure: Done
252Sat 16 Nov 11:11:57 GMT 2019 : configure: Skipping tesla_api.py install
253Sat 16 Nov 11:11:57 GMT 2019 : configure: Installing archive module scripts
254Sat 16 Nov 11:11:57 GMT 2019 : configure: Starting download for /tmp/verify-and-configure-archive.sh
255Sat 16 Nov 11:11:58 GMT 2019 : configure: Done
256Sat 16 Nov 11:11:58 GMT 2019 : configure: Starting download for /root/bin/archive-clips.sh
257Sat 16 Nov 11:11:58 GMT 2019 : configure: Done
258Sat 16 Nov 11:11:58 GMT 2019 : configure: Starting download for /root/bin/connect-archive.sh
259Sat 16 Nov 11:11:59 GMT 2019 : configure: Done
260Sat 16 Nov 11:11:59 GMT 2019 : configure: Starting download for /root/bin/disconnect-archive.sh
261Sat 16 Nov 11:12:00 GMT 2019 : configure: Done
262Sat 16 Nov 11:12:00 GMT 2019 : configure: Starting download for /root/bin/write-archive-configs-to.sh
263Sat 16 Nov 11:12:00 GMT 2019 : configure: Done
264Sat 16 Nov 11:12:00 GMT 2019 : configure: Starting download for /root/bin/archive-is-reachable.sh
265Sat 16 Nov 11:12:01 GMT 2019 : configure: Done
266Sat 16 Nov 11:12:01 GMT 2019 : verify-and-configure-archive: Installing/updating required packages if needed
267Sat 16 Nov 11:12:07 GMT 2019 : verify-and-configure-archive: Done
268Sat 16 Nov 11:12:07 GMT 2019 : verify-and-configure-archive: Verifying that the archive server 10.0.3.2 is reachable...
269Sat 16 Nov 11:12:07 GMT 2019 : verify-and-configure-archive: The archive server is reachable.
270Sat 16 Nov 11:12:07 GMT 2019 : verify-and-configure-archive: Verifying that the archive share is mountable...
271Sat 16 Nov 11:12:07 GMT 2019 : verify-and-configure-archive: Trying mount command-line:
272Sat 16 Nov 11:12:07 GMT 2019 : verify-and-configure-archive: mount -t cifs '//10.0.3.2/TeslaCam' '/tmp/archivetestmount' -o 'credentials=/tmp/teslaCamArchiveCredentials,iocharset=utf8,file_mode=0777,dir_mode=0777,,'
273Sat 16 Nov 11:12:08 GMT 2019 : verify-and-configure-archive: The archive share is mountable using: mount -t cifs '//10.0.3.2/TeslaCam' '/tmp/archivetestmount' -o 'credentials=/tmp/teslaCamArchiveCredentials,iocharset=utf8,file_mode=0777,dir_mode=0777,,'
274Sat 16 Nov 11:12:08 GMT 2019 : verify-and-configure-archive: Configuring the archive...
275Sat 16 Nov 11:12:08 GMT 2019 : verify-and-configure-archive: Configured the archive.
276Sat 16 Nov 11:12:08 GMT 2019 : configure: Skipping rc.local installation
277Sat 16 Nov 11:12:08 GMT 2019 : make-root-fs-readonly: start
278Sat 16 Nov 11:12:08 GMT 2019 : make-root-fs-readonly: Removing unwanted packages...
279Sat 16 Nov 11:12:19 GMT 2019 : make-root-fs-readonly: Installing ntp and busybox-syslogd...
280Sat 16 Nov 11:12:26 GMT 2019 : make-root-fs-readonly: Configuring system...
281Sat 16 Nov 11:12:27 GMT 2019 : make-root-fs-readonly: done
282Sat 16 Nov 11:12:27 GMT 2019 : Skipping package upgrade.
283Sat 16 Nov 11:12:27 GMT 2019 : All done.
284Sat 16 Nov 11:12:27 GMT 2019 : (reboot now for changes to take effect)
285====== archiveloop log ======
286==============================================
287Thu 14 Feb 10:12:47 GMT 2019: Starting archiveloop...
288Thu 14 Feb 10:12:47 GMT 2019: no snapshots
289Thu 14 Feb 10:12:47 GMT 2019: warning: low space for snapshots
290Thu 14 Feb 10:12:47 GMT 2019: taking snapshot of cam disk: /backingfiles/snapshots/snap-000000/snap.bin
291Thu 14 Feb 10:12:51 GMT 2019: took snapshot
292Thu 14 Feb 10:12:52 GMT 2019: comparing /backingfiles/snapshots/snap--00001/snap.bin.toc and /backingfiles/snapshots/newsnap/snap.bin.toc
293Thu 14 Feb 10:12:52 GMT 2019: making links for /backingfiles/snapshots/newsnap/mnt, retargeted to /backingfiles/snapshots/snap-000000/mnt
294Thu 14 Feb 10:12:52 GMT 2019: made all links for /backingfiles/snapshots/newsnap/mnt
295Thu 14 Feb 10:12:53 GMT 2019: Waiting for time to be set by ntpd...
296Thu 14 Feb 10:13:20 GMT 2019: Time still not set, attempting to force it
297Sat 16 Nov 11:01:38 GMT 2019: Ensuring music backing file is mounted...
298Sat 16 Nov 11:01:38 GMT 2019: Mounting /mnt/music...
299Sat 16 Nov 11:01:38 GMT 2019: Mounted /mnt/music.
300Sat 16 Nov 11:01:38 GMT 2019: Ensured music drive is mounted.
301Sat 16 Nov 11:01:38 GMT 2019: Running fsck on /mnt/music...
302Sat 16 Nov 11:01:39 GMT 2019: | fsck from util-linux 2.33.1
303Sat 16 Nov 11:01:40 GMT 2019: | fsck.fat 4.1 (2017-01-24)
304Sat 16 Nov 11:01:40 GMT 2019: | 0x41: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
305Sat 16 Nov 11:01:40 GMT 2019: | Automatically removing dirty bit.
306Sat 16 Nov 11:01:40 GMT 2019: | Performing changes.
307Sat 16 Nov 11:01:40 GMT 2019: | /dev/loop1: 1 files, 1/560394 clusters
308Sat 16 Nov 11:01:40 GMT 2019: Finished fsck on /mnt/music.
309Sat 16 Nov 11:01:40 GMT 2019: Unmounting /mnt/music...
310Sat 16 Nov 11:01:40 GMT 2019: Unmounted /mnt/music.
311Sat 16 Nov 11:01:40 GMT 2019: Archiving...
312Sat 16 Nov 11:01:40 GMT 2019: Disconnecting usb from host...
313Sat 16 Nov 11:01:40 GMT 2019: Disconnected usb from host.
314Sat 16 Nov 11:01:40 GMT 2019: Ensuring cam archive is mounted...
315Sat 16 Nov 11:01:40 GMT 2019: /mnt/archive is already mounted.
316Sat 16 Nov 11:01:40 GMT 2019: Ensured cam archive is mounted.
317Sat 16 Nov 11:01:41 GMT 2019: Checking saved folder count...
318Sat 16 Nov 11:01:41 GMT 2019: Ensuring cam file is mounted...
319Sat 16 Nov 11:01:41 GMT 2019: Mounting /mnt/cam...
320Sat 16 Nov 11:01:41 GMT 2019: Mounted /mnt/cam.
321Sat 16 Nov 11:01:41 GMT 2019: Ensured cam file is mounted.
322Sat 16 Nov 11:01:41 GMT 2019: Running fsck on /mnt/cam...
323Sat 16 Nov 11:01:41 GMT 2019: | fsck from util-linux 2.33.1
324Sat 16 Nov 11:01:42 GMT 2019: | fsck.fat 4.1 (2017-01-24)
325Sat 16 Nov 11:01:42 GMT 2019: | 0x41: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
326Sat 16 Nov 11:01:42 GMT 2019: | Automatically removing dirty bit.
327Sat 16 Nov 11:01:42 GMT 2019: | Performing changes.
328Sat 16 Nov 11:01:42 GMT 2019: | /dev/loop1: 2 files, 2/1263255 clusters
329Sat 16 Nov 11:01:42 GMT 2019: Finished fsck on /mnt/cam.
330Sat 16 Nov 11:01:42 GMT 2019: There are 0 event folder(s) with 0 file(s) to move.
331Sat 16 Nov 11:01:42 GMT 2019: Unmounting /mnt/cam...
332Sat 16 Nov 11:01:43 GMT 2019: Unmounted /mnt/cam.
333Sat 16 Nov 11:01:43 GMT 2019: Finished archiving.
334Sat 16 Nov 11:01:43 GMT 2019: Music archive not configured or unreachable
335Sat 16 Nov 11:01:43 GMT 2019: unmounting /mnt/archive
336Sat 16 Nov 11:01:43 GMT 2019: Connecting usb to host...
337Sat 16 Nov 11:01:43 GMT 2019: Connected usb to host.
338Sat 16 Nov 11:01:43 GMT 2019: Waiting for archive to be unreachable...
339==============================================
340Thu 14 Feb 10:12:43 GMT 2019: Starting archiveloop...
341Thu 14 Feb 10:12:43 GMT 2019: mounting snapshot /backingfiles/snapshots/snap-000000/snap.bin
342Thu 14 Feb 10:12:44 GMT 2019: mounted all snapshots
343Thu 14 Feb 10:12:45 GMT 2019: low space, deleting /backingfiles/snapshots/snap-000000
344Thu 14 Feb 10:12:48 GMT 2019: warning: low space for snapshots
345Thu 14 Feb 10:12:48 GMT 2019: taking snapshot of cam disk: /backingfiles/snapshots/snap-000000/snap.bin
346Thu 14 Feb 10:12:50 GMT 2019: took snapshot
347Thu 14 Feb 10:12:51 GMT 2019: comparing /backingfiles/snapshots/snap--00001/snap.bin.toc and /backingfiles/snapshots/newsnap/snap.bin.toc
348Thu 14 Feb 10:12:51 GMT 2019: making links for /backingfiles/snapshots/newsnap/mnt, retargeted to /backingfiles/snapshots/snap-000000/mnt
349Thu 14 Feb 10:12:51 GMT 2019: made all links for /backingfiles/snapshots/newsnap/mnt
350Thu 14 Feb 10:12:51 GMT 2019: Waiting for time to be set by ntpd...
351Thu 14 Feb 10:13:18 GMT 2019: Time still not set, attempting to force it
352Sat 16 Nov 11:04:46 GMT 2019: Ensuring music backing file is mounted...
353Sat 16 Nov 11:04:46 GMT 2019: Mounting /mnt/music...
354Sat 16 Nov 11:04:46 GMT 2019: Mounted /mnt/music.
355Sat 16 Nov 11:04:46 GMT 2019: Ensured music drive is mounted.
356Sat 16 Nov 11:04:46 GMT 2019: Running fsck on /mnt/music...
357Sat 16 Nov 11:04:47 GMT 2019: | fsck from util-linux 2.33.1
358Sat 16 Nov 11:04:47 GMT 2019: | fsck.fat 4.1 (2017-01-24)
359Sat 16 Nov 11:04:47 GMT 2019: | 0x41: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
360Sat 16 Nov 11:04:48 GMT 2019: | Automatically removing dirty bit.
361Sat 16 Nov 11:04:48 GMT 2019: | Performing changes.
362Sat 16 Nov 11:04:48 GMT 2019: | /dev/loop1: 1 files, 1/560394 clusters
363Sat 16 Nov 11:04:48 GMT 2019: Finished fsck on /mnt/music.
364Sat 16 Nov 11:04:48 GMT 2019: Unmounting /mnt/music...
365Sat 16 Nov 11:04:48 GMT 2019: Unmounted /mnt/music.
366Sat 16 Nov 11:04:48 GMT 2019: Archiving...
367Sat 16 Nov 11:04:48 GMT 2019: Disconnecting usb from host...
368Sat 16 Nov 11:04:48 GMT 2019: Disconnected usb from host.
369Sat 16 Nov 11:04:48 GMT 2019: Ensuring cam archive is mounted...
370Sat 16 Nov 11:04:48 GMT 2019: /mnt/archive is already mounted.
371Sat 16 Nov 11:04:48 GMT 2019: Ensured cam archive is mounted.
372Sat 16 Nov 11:04:48 GMT 2019: Checking saved folder count...
373Sat 16 Nov 11:04:48 GMT 2019: Ensuring cam file is mounted...
374Sat 16 Nov 11:04:48 GMT 2019: Mounting /mnt/cam...
375Sat 16 Nov 11:04:48 GMT 2019: Mounted /mnt/cam.
376Sat 16 Nov 11:04:48 GMT 2019: Ensured cam file is mounted.
377Sat 16 Nov 11:04:48 GMT 2019: Running fsck on /mnt/cam...
378Sat 16 Nov 11:04:49 GMT 2019: | fsck from util-linux 2.33.1
379Sat 16 Nov 11:04:50 GMT 2019: | fsck.fat 4.1 (2017-01-24)
380Sat 16 Nov 11:04:50 GMT 2019: | 0x41: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
381Sat 16 Nov 11:04:50 GMT 2019: | Automatically removing dirty bit.
382Sat 16 Nov 11:04:50 GMT 2019: | Performing changes.
383Sat 16 Nov 11:04:50 GMT 2019: | /dev/loop1: 2 files, 2/1263255 clusters
384Sat 16 Nov 11:04:50 GMT 2019: Finished fsck on /mnt/cam.
385Sat 16 Nov 11:04:50 GMT 2019: There are 0 event folder(s) with 0 file(s) to move.
386Sat 16 Nov 11:04:50 GMT 2019: Unmounting /mnt/cam...
387Sat 16 Nov 11:04:50 GMT 2019: Unmounted /mnt/cam.
388Sat 16 Nov 11:04:50 GMT 2019: Finished archiving.
389Sat 16 Nov 11:04:50 GMT 2019: Music archive not configured or unreachable
390Sat 16 Nov 11:04:50 GMT 2019: unmounting /mnt/archive
391Sat 16 Nov 11:04:50 GMT 2019: Connecting usb to host...
392Sat 16 Nov 11:04:51 GMT 2019: Connected usb to host.
393Sat 16 Nov 11:04:51 GMT 2019: Waiting for archive to be unreachable...
394==============================================
395Thu 14 Feb 10:12:43 GMT 2019: Starting archiveloop...
396Thu 14 Feb 10:12:43 GMT 2019: mounting snapshot /backingfiles/snapshots/snap-000000/snap.bin
397Thu 14 Feb 10:12:44 GMT 2019: mounted all snapshots
398Thu 14 Feb 10:12:45 GMT 2019: low space, deleting /backingfiles/snapshots/snap-000000
399Thu 14 Feb 10:12:48 GMT 2019: warning: low space for snapshots
400Thu 14 Feb 10:12:49 GMT 2019: taking snapshot of cam disk: /backingfiles/snapshots/snap-000000/snap.bin
401Thu 14 Feb 10:12:50 GMT 2019: took snapshot
402Thu 14 Feb 10:12:51 GMT 2019: comparing /backingfiles/snapshots/snap--00001/snap.bin.toc and /backingfiles/snapshots/newsnap/snap.bin.toc
403Thu 14 Feb 10:12:52 GMT 2019: making links for /backingfiles/snapshots/newsnap/mnt, retargeted to /backingfiles/snapshots/snap-000000/mnt
404Thu 14 Feb 10:12:52 GMT 2019: made all links for /backingfiles/snapshots/newsnap/mnt
405Thu 14 Feb 10:12:52 GMT 2019: Waiting for time to be set by ntpd...
406Thu 14 Feb 10:13:18 GMT 2019: Time still not set, attempting to force it
407Sat 16 Nov 11:14:49 GMT 2019: Ensuring music backing file is mounted...
408Sat 16 Nov 11:14:49 GMT 2019: Mounting /mnt/music...
409Sat 16 Nov 11:14:49 GMT 2019: Mounted /mnt/music.
410Sat 16 Nov 11:14:49 GMT 2019: Ensured music drive is mounted.
411Sat 16 Nov 11:14:49 GMT 2019: Running fsck on /mnt/music...
412Sat 16 Nov 11:14:50 GMT 2019: | fsck from util-linux 2.33.1
413Sat 16 Nov 11:14:51 GMT 2019: | fsck.fat 4.1 (2017-01-24)
414Sat 16 Nov 11:14:51 GMT 2019: | 0x41: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
415Sat 16 Nov 11:14:51 GMT 2019: | Automatically removing dirty bit.
416Sat 16 Nov 11:14:51 GMT 2019: | Performing changes.
417Sat 16 Nov 11:14:51 GMT 2019: | /dev/loop1: 1 files, 1/560394 clusters
418Sat 16 Nov 11:14:51 GMT 2019: Finished fsck on /mnt/music.
419Sat 16 Nov 11:14:51 GMT 2019: Unmounting /mnt/music...
420Sat 16 Nov 11:14:51 GMT 2019: Unmounted /mnt/music.
421Sat 16 Nov 11:14:51 GMT 2019: Archiving...
422Sat 16 Nov 11:14:51 GMT 2019: Disconnecting usb from host...
423Sat 16 Nov 11:14:51 GMT 2019: Disconnected usb from host.
424Sat 16 Nov 11:14:51 GMT 2019: Ensuring cam archive is mounted...
425Sat 16 Nov 11:14:51 GMT 2019: /mnt/archive is already mounted.
426Sat 16 Nov 11:14:51 GMT 2019: Ensured cam archive is mounted.
427Sat 16 Nov 11:14:51 GMT 2019: Checking saved folder count...
428Sat 16 Nov 11:14:51 GMT 2019: Ensuring cam file is mounted...
429Sat 16 Nov 11:14:52 GMT 2019: Mounting /mnt/cam...
430Sat 16 Nov 11:14:52 GMT 2019: Mounted /mnt/cam.
431Sat 16 Nov 11:14:52 GMT 2019: Ensured cam file is mounted.
432Sat 16 Nov 11:14:52 GMT 2019: Running fsck on /mnt/cam...
433Sat 16 Nov 11:14:52 GMT 2019: | fsck from util-linux 2.33.1
434Sat 16 Nov 11:14:53 GMT 2019: | fsck.fat 4.1 (2017-01-24)
435Sat 16 Nov 11:14:53 GMT 2019: | 0x41: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
436Sat 16 Nov 11:14:53 GMT 2019: | Automatically removing dirty bit.
437Sat 16 Nov 11:14:53 GMT 2019: | Performing changes.
438Sat 16 Nov 11:14:53 GMT 2019: | /dev/loop1: 2 files, 2/1263255 clusters
439Sat 16 Nov 11:14:53 GMT 2019: Finished fsck on /mnt/cam.
440Sat 16 Nov 11:14:53 GMT 2019: There are 0 event folder(s) with 0 file(s) to move.
441Sat 16 Nov 11:14:53 GMT 2019: Unmounting /mnt/cam...
442Sat 16 Nov 11:14:53 GMT 2019: Unmounted /mnt/cam.
443Sat 16 Nov 11:14:53 GMT 2019: Finished archiving.
444Sat 16 Nov 11:14:54 GMT 2019: Music archive not configured or unreachable
445Sat 16 Nov 11:14:54 GMT 2019: unmounting /mnt/archive
446Sat 16 Nov 11:14:54 GMT 2019: Connecting usb to host...
447Sat 16 Nov 11:14:54 GMT 2019: Connected usb to host.
448Sat 16 Nov 11:14:54 GMT 2019: Waiting for archive to be unreachable...
449==============================================
450Thu 14 Feb 10:12:44 GMT 2019: Starting archiveloop...
451Thu 14 Feb 10:12:45 GMT 2019: mounting snapshot /backingfiles/snapshots/snap-000000/snap.bin
452Thu 14 Feb 10:12:46 GMT 2019: mounted all snapshots
453Thu 14 Feb 10:12:46 GMT 2019: low space, deleting /backingfiles/snapshots/snap-000000
454Thu 14 Feb 10:12:50 GMT 2019: warning: low space for snapshots
455Thu 14 Feb 10:12:50 GMT 2019: taking snapshot of cam disk: /backingfiles/snapshots/snap-000000/snap.bin
456Thu 14 Feb 10:12:52 GMT 2019: took snapshot
457Thu 14 Feb 10:12:53 GMT 2019: comparing /backingfiles/snapshots/snap--00001/snap.bin.toc and /backingfiles/snapshots/newsnap/snap.bin.toc
458Thu 14 Feb 10:12:53 GMT 2019: making links for /backingfiles/snapshots/newsnap/mnt, retargeted to /backingfiles/snapshots/snap-000000/mnt
459Thu 14 Feb 10:12:53 GMT 2019: made all links for /backingfiles/snapshots/newsnap/mnt
460Thu 14 Feb 10:12:53 GMT 2019: Waiting for time to be set by ntpd...
461Thu 14 Feb 10:13:20 GMT 2019: Time still not set, attempting to force it
462Sat 16 Nov 11:20:32 GMT 2019: Ensuring music backing file is mounted...
463Sat 16 Nov 11:20:32 GMT 2019: Mounting /mnt/music...
464Sat 16 Nov 11:20:32 GMT 2019: Mounted /mnt/music.
465Sat 16 Nov 11:20:32 GMT 2019: Ensured music drive is mounted.
466Sat 16 Nov 11:20:33 GMT 2019: Running fsck on /mnt/music...
467Sat 16 Nov 11:20:33 GMT 2019: | fsck from util-linux 2.33.1
468Sat 16 Nov 11:20:34 GMT 2019: | fsck.fat 4.1 (2017-01-24)
469Sat 16 Nov 11:20:34 GMT 2019: | 0x41: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
470Sat 16 Nov 11:20:34 GMT 2019: | Automatically removing dirty bit.
471Sat 16 Nov 11:20:34 GMT 2019: | Performing changes.
472Sat 16 Nov 11:20:34 GMT 2019: | /dev/loop1: 1 files, 1/560394 clusters
473Sat 16 Nov 11:20:34 GMT 2019: Finished fsck on /mnt/music.
474Sat 16 Nov 11:20:34 GMT 2019: Unmounting /mnt/music...
475Sat 16 Nov 11:20:34 GMT 2019: Unmounted /mnt/music.
476Sat 16 Nov 11:20:34 GMT 2019: Archiving...
477Sat 16 Nov 11:20:35 GMT 2019: Disconnecting usb from host...
478Sat 16 Nov 11:20:35 GMT 2019: Disconnected usb from host.
479Sat 16 Nov 11:20:35 GMT 2019: Ensuring cam archive is mounted...
480Sat 16 Nov 11:20:35 GMT 2019: /mnt/archive is already mounted.
481Sat 16 Nov 11:20:35 GMT 2019: Ensured cam archive is mounted.
482Sat 16 Nov 11:20:35 GMT 2019: Checking saved folder count...
483Sat 16 Nov 11:20:35 GMT 2019: Ensuring cam file is mounted...
484Sat 16 Nov 11:20:35 GMT 2019: Mounting /mnt/cam...
485Sat 16 Nov 11:20:35 GMT 2019: Mounted /mnt/cam.
486Sat 16 Nov 11:20:35 GMT 2019: Ensured cam file is mounted.
487Sat 16 Nov 11:20:35 GMT 2019: Running fsck on /mnt/cam...
488Sat 16 Nov 11:20:35 GMT 2019: | fsck from util-linux 2.33.1
489Sat 16 Nov 11:20:36 GMT 2019: | fsck.fat 4.1 (2017-01-24)
490Sat 16 Nov 11:20:36 GMT 2019: | 0x41: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
491Sat 16 Nov 11:20:36 GMT 2019: | Automatically removing dirty bit.
492Sat 16 Nov 11:20:36 GMT 2019: | Performing changes.
493Sat 16 Nov 11:20:36 GMT 2019: | /dev/loop1: 2 files, 2/1263255 clusters
494Sat 16 Nov 11:20:36 GMT 2019: Finished fsck on /mnt/cam.
495Sat 16 Nov 11:20:37 GMT 2019: There are 0 event folder(s) with 0 file(s) to move.
496Sat 16 Nov 11:20:37 GMT 2019: Unmounting /mnt/cam...
497Sat 16 Nov 11:20:37 GMT 2019: Unmounted /mnt/cam.
498Sat 16 Nov 11:20:37 GMT 2019: Finished archiving.
499Sat 16 Nov 11:20:37 GMT 2019: Music archive not configured or unreachable
500Sat 16 Nov 11:20:37 GMT 2019: unmounting /mnt/archive
501Sat 16 Nov 11:20:37 GMT 2019: Connecting usb to host...
502Sat 16 Nov 11:20:37 GMT 2019: Connected usb to host.
503Sat 16 Nov 11:20:37 GMT 2019: Waiting for archive to be unreachable...
504==============================================
505Thu 14 Feb 10:12:42 GMT 2019: Starting archiveloop...
506Thu 14 Feb 10:12:42 GMT 2019: mounting snapshot /backingfiles/snapshots/snap-000000/snap.bin
507Thu 14 Feb 10:12:43 GMT 2019: mounted all snapshots
508Thu 14 Feb 10:12:44 GMT 2019: low space, deleting /backingfiles/snapshots/snap-000000
509Thu 14 Feb 10:12:48 GMT 2019: warning: low space for snapshots
510Thu 14 Feb 10:12:48 GMT 2019: taking snapshot of cam disk: /backingfiles/snapshots/snap-000000/snap.bin
511Thu 14 Feb 10:12:49 GMT 2019: took snapshot
512Thu 14 Feb 10:12:51 GMT 2019: comparing /backingfiles/snapshots/snap--00001/snap.bin.toc and /backingfiles/snapshots/newsnap/snap.bin.toc
513Thu 14 Feb 10:12:51 GMT 2019: making links for /backingfiles/snapshots/newsnap/mnt, retargeted to /backingfiles/snapshots/snap-000000/mnt
514Thu 14 Feb 10:12:51 GMT 2019: made all links for /backingfiles/snapshots/newsnap/mnt
515Thu 14 Feb 10:12:51 GMT 2019: Waiting for time to be set by ntpd...
516Thu 14 Feb 10:13:18 GMT 2019: Time still not set, attempting to force it
517Sat 16 Nov 11:36:30 GMT 2019: Ensuring music backing file is mounted...
518Sat 16 Nov 11:36:31 GMT 2019: Mounting /mnt/music...
519Sat 16 Nov 11:36:31 GMT 2019: Mounted /mnt/music.
520Sat 16 Nov 11:36:31 GMT 2019: Ensured music drive is mounted.
521Sat 16 Nov 11:36:31 GMT 2019: Running fsck on /mnt/music...
522Sat 16 Nov 11:36:31 GMT 2019: | fsck from util-linux 2.33.1
523Sat 16 Nov 11:36:33 GMT 2019: | fsck.fat 4.1 (2017-01-24)
524Sat 16 Nov 11:36:33 GMT 2019: | 0x41: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
525Sat 16 Nov 11:36:33 GMT 2019: | Automatically removing dirty bit.
526Sat 16 Nov 11:36:33 GMT 2019: | /.Spotlight-V100/Store-V2/1521F244-DBBB-4A6E-BA08-D9B3411D357E/PSID.DB
527Sat 16 Nov 11:36:33 GMT 2019: | File size is 8192 bytes, cluster chain length is > 8192 bytes.
528Sat 16 Nov 11:36:33 GMT 2019: | Truncating file to 8192 bytes.
529Sat 16 Nov 11:36:33 GMT 2019: | Reclaimed 9867 unused clusters (40415232 bytes) in 12 chains.
530Sat 16 Nov 11:36:33 GMT 2019: | Free cluster summary wrong (486089 vs. really 422209)
531Sat 16 Nov 11:36:33 GMT 2019: | Auto-correcting.
532Sat 16 Nov 11:36:33 GMT 2019: | Performing changes.
533Sat 16 Nov 11:36:33 GMT 2019: | /dev/loop1: 157 files, 138185/560394 clusters
534Sat 16 Nov 11:36:33 GMT 2019: Finished fsck on /mnt/music.
535Sat 16 Nov 11:36:33 GMT 2019: Unmounting /mnt/music...
536Sat 16 Nov 11:36:33 GMT 2019: Unmounted /mnt/music.
537Sat 16 Nov 11:36:33 GMT 2019: Archiving...
538Sat 16 Nov 11:36:33 GMT 2019: Disconnecting usb from host...
539Sat 16 Nov 11:36:33 GMT 2019: Disconnected usb from host.
540Sat 16 Nov 11:36:33 GMT 2019: Ensuring cam archive is mounted...
541Sat 16 Nov 11:36:33 GMT 2019: /mnt/archive is already mounted.
542Sat 16 Nov 11:36:33 GMT 2019: Ensured cam archive is mounted.
543Sat 16 Nov 11:36:33 GMT 2019: Checking saved folder count...
544Sat 16 Nov 11:36:33 GMT 2019: Ensuring cam file is mounted...
545Sat 16 Nov 11:36:33 GMT 2019: Mounting /mnt/cam...
546Sat 16 Nov 11:36:34 GMT 2019: Mounted /mnt/cam.
547Sat 16 Nov 11:36:34 GMT 2019: Ensured cam file is mounted.
548Sat 16 Nov 11:36:34 GMT 2019: Running fsck on /mnt/cam...
549Sat 16 Nov 11:36:34 GMT 2019: | fsck from util-linux 2.33.1
550Sat 16 Nov 11:36:35 GMT 2019: | fsck.fat 4.1 (2017-01-24)
551Sat 16 Nov 11:36:35 GMT 2019: | 0x41: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
552Sat 16 Nov 11:36:35 GMT 2019: | Automatically removing dirty bit.
553Sat 16 Nov 11:36:35 GMT 2019: | Performing changes.
554Sat 16 Nov 11:36:35 GMT 2019: | /dev/loop1: 71 files, 97/1263255 clusters
555Sat 16 Nov 11:36:35 GMT 2019: Finished fsck on /mnt/cam.
556Sat 16 Nov 11:36:35 GMT 2019: There are 0 event folder(s) with 0 file(s) to move.
557Sat 16 Nov 11:36:35 GMT 2019: Unmounting /mnt/cam...
558Sat 16 Nov 11:36:35 GMT 2019: Unmounted /mnt/cam.
559Sat 16 Nov 11:36:36 GMT 2019: Finished archiving.
560Sat 16 Nov 11:36:36 GMT 2019: Music archive not configured or unreachable
561Sat 16 Nov 11:36:36 GMT 2019: unmounting /mnt/archive
562Sat 16 Nov 11:36:36 GMT 2019: Connecting usb to host...
563Sat 16 Nov 11:36:37 GMT 2019: Connected usb to host.
564Sat 16 Nov 11:36:37 GMT 2019: Waiting for archive to be unreachable...
565Sat 16 Nov 11:38:03 GMT 2019: Sleeping before retry...
566Sat 16 Nov 11:38:04 GMT 2019: Retrying...
567Sat 16 Nov 11:38:20 GMT 2019: Sleeping before retry...
568Sat 16 Nov 11:38:22 GMT 2019: Retrying...
569Sat 16 Nov 11:38:43 GMT 2019: Sleeping before retry...
570Sat 16 Nov 11:38:44 GMT 2019: Retrying...
571Sat 16 Nov 11:38:56 GMT 2019: Sleeping before retry...
572Sat 16 Nov 11:38:57 GMT 2019: Retrying...
573==============================================
574Thu 14 Feb 10:12:44 GMT 2019: Starting archiveloop...
575Thu 14 Feb 10:12:44 GMT 2019: mounting snapshot /backingfiles/snapshots/snap-000000/snap.bin
576Thu 14 Feb 10:12:45 GMT 2019: mounted all snapshots
577Thu 14 Feb 10:12:45 GMT 2019: low space, deleting /backingfiles/snapshots/snap-000000
578Thu 14 Feb 10:12:49 GMT 2019: warning: low space for snapshots
579Thu 14 Feb 10:12:49 GMT 2019: taking snapshot of cam disk: /backingfiles/snapshots/snap-000000/snap.bin
580Thu 14 Feb 10:12:51 GMT 2019: took snapshot
581Thu 14 Feb 10:12:53 GMT 2019: comparing /backingfiles/snapshots/snap--00001/snap.bin.toc and /backingfiles/snapshots/newsnap/snap.bin.toc
582Thu 14 Feb 10:12:53 GMT 2019: making links for /backingfiles/snapshots/newsnap/mnt, retargeted to /backingfiles/snapshots/snap-000000/mnt
583Thu 14 Feb 10:12:54 GMT 2019: made all links for /backingfiles/snapshots/newsnap/mnt
584Thu 14 Feb 10:12:55 GMT 2019: Waiting for time to be set by ntpd...
585Thu 14 Feb 10:13:22 GMT 2019: Time still not set, attempting to force it
586Thu 14 Feb 10:13:42 GMT 2019: Failed to set time
587Thu 14 Feb 10:13:42 GMT 2019: Ensuring music backing file is mounted...
588Thu 14 Feb 10:13:42 GMT 2019: Mounting /mnt/music...
589Thu 14 Feb 10:13:42 GMT 2019: Mounted /mnt/music.
590Thu 14 Feb 10:13:42 GMT 2019: Ensured music drive is mounted.
591Thu 14 Feb 10:13:42 GMT 2019: Running fsck on /mnt/music...
592Thu 14 Feb 10:13:43 GMT 2019: | fsck from util-linux 2.33.1
593Thu 14 Feb 10:13:43 GMT 2019: | fsck.fat 4.1 (2017-01-24)
594Thu 14 Feb 10:13:43 GMT 2019: | 0x41: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
595Thu 14 Feb 10:13:43 GMT 2019: | Automatically removing dirty bit.
596Thu 14 Feb 10:13:43 GMT 2019: | Performing changes.
597Thu 14 Feb 10:13:43 GMT 2019: | /dev/loop1: 157 files, 138185/560394 clusters
598Thu 14 Feb 10:13:43 GMT 2019: Finished fsck on /mnt/music.
599Thu 14 Feb 10:13:43 GMT 2019: Unmounting /mnt/music...
600Thu 14 Feb 10:13:44 GMT 2019: Unmounted /mnt/music.
601Thu 14 Feb 10:13:44 GMT 2019: Archiving...
602Thu 14 Feb 10:13:44 GMT 2019: Disconnecting usb from host...
603Thu 14 Feb 10:13:44 GMT 2019: Disconnected usb from host.
604Thu 14 Feb 10:13:44 GMT 2019: Ensuring cam archive is mounted...
605Thu 14 Feb 10:15:50 GMT 2019: /mnt/archive is already mounted.
606Thu 14 Feb 10:15:50 GMT 2019: Ensured cam archive is mounted.
607Thu 14 Feb 10:15:50 GMT 2019: Checking saved folder count...
608Thu 14 Feb 10:15:50 GMT 2019: Ensuring cam file is mounted...
609Thu 14 Feb 10:15:50 GMT 2019: Mounting /mnt/cam...
610Thu 14 Feb 10:15:50 GMT 2019: Mounted /mnt/cam.
611Thu 14 Feb 10:15:50 GMT 2019: Ensured cam file is mounted.
612Thu 14 Feb 10:15:50 GMT 2019: Running fsck on /mnt/cam...
613Thu 14 Feb 10:15:50 GMT 2019: | fsck from util-linux 2.33.1
614Thu 14 Feb 10:15:52 GMT 2019: | fsck.fat 4.1 (2017-01-24)
615Thu 14 Feb 10:15:52 GMT 2019: | 0x41: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
616Thu 14 Feb 10:15:52 GMT 2019: | Automatically removing dirty bit.
617Thu 14 Feb 10:15:52 GMT 2019: | FATs differ but appear to be intact. Using first FAT.
618Thu 14 Feb 10:15:52 GMT 2019: | Performing changes.
619Thu 14 Feb 10:15:52 GMT 2019: | /dev/loop1: 154 files, 42978/1263255 clusters
620Thu 14 Feb 10:15:52 GMT 2019: Finished fsck on /mnt/cam.
621Thu 14 Feb 10:15:52 GMT 2019: There are 1 event folder(s) with 5 file(s) to move.
622Thu 14 Feb 10:15:52 GMT 2019: Starting recording archiving: 1 event folder(s) with 5 file(s)
623Thu 14 Feb 10:15:53 GMT 2019: Moving clips to archive...
624Thu 14 Feb 10:15:53 GMT 2019: Creating output directory 'SavedClips/2019-11-16_12-37-05'
625Thu 14 Feb 10:15:53 GMT 2019: connection dead, killing archive-clips
626Thu 14 Feb 10:15:53 GMT 2019: Trimming free space in /mnt/cam...
627Thu 14 Feb 10:15:53 GMT 2019: Unmounting /mnt/cam...
628Thu 14 Feb 10:15:54 GMT 2019: Unmounted /mnt/cam.
629Thu 14 Feb 10:15:54 GMT 2019: Finished archiving.
630Thu 14 Feb 10:15:54 GMT 2019: Music archive not configured or unreachable
631Thu 14 Feb 10:15:54 GMT 2019: unmounting /mnt/archive
632Thu 14 Feb 10:15:54 GMT 2019: Connecting usb to host...
633Thu 14 Feb 10:15:54 GMT 2019: Connected usb to host.
634Thu 14 Feb 10:15:54 GMT 2019: Waiting for archive to be unreachable...
635Thu 14 Feb 10:15:54 GMT 2019: Sleeping before retry...
636Thu 14 Feb 10:15:55 GMT 2019: Retrying...
637Thu 14 Feb 10:15:55 GMT 2019: Sleeping before retry...
638Thu 14 Feb 10:15:56 GMT 2019: Retrying...
639Thu 14 Feb 10:15:56 GMT 2019: Sleeping before retry...
640Thu 14 Feb 10:15:57 GMT 2019: Retrying...
641Thu 14 Feb 10:15:58 GMT 2019: Sleeping before retry...
642Thu 14 Feb 10:15:59 GMT 2019: Retrying...
643Thu 14 Feb 10:15:59 GMT 2019: Sleeping before retry...
644Thu 14 Feb 10:16:00 GMT 2019: Retrying...
645Thu 14 Feb 10:16:00 GMT 2019: Sleeping before retry...
646Thu 14 Feb 10:16:01 GMT 2019: Retrying...
647Thu 14 Feb 10:16:01 GMT 2019: Sleeping before retry...
648Thu 14 Feb 10:16:02 GMT 2019: Retrying...
649Thu 14 Feb 10:16:02 GMT 2019: Sleeping before retry...
650Thu 14 Feb 10:16:03 GMT 2019: Retrying...
651Thu 14 Feb 10:16:03 GMT 2019: Sleeping before retry...
652Thu 14 Feb 10:16:04 GMT 2019: Retrying...
653Thu 14 Feb 10:16:04 GMT 2019: Sleeping before retry...
654Thu 14 Feb 10:16:05 GMT 2019: Retrying...
655Thu 14 Feb 10:16:05 GMT 2019: Attempts exhausted.
656Thu 14 Feb 10:16:05 GMT 2019: Archive is unreachable.
657Thu 14 Feb 10:16:05 GMT 2019: Waiting for archive to be reachable...
658Thu 14 Feb 10:23:08 GMT 2019: Archive is reachable.
659Thu 14 Feb 10:23:08 GMT 2019: Waiting for time to be set by ntpd...
660Thu 14 Feb 10:23:36 GMT 2019: Time still not set, attempting to force it
661Sat 16 Nov 17:50:06 GMT 2019: taking snapshot of cam disk: /backingfiles/snapshots/snap-000001/snap.bin
662Sat 16 Nov 17:50:08 GMT 2019: took snapshot
663Sat 16 Nov 17:50:10 GMT 2019: comparing /backingfiles/snapshots/snap-000000/snap.bin.toc and /backingfiles/snapshots/newsnap/snap.bin.toc
664Sat 16 Nov 17:50:11 GMT 2019: making links for /backingfiles/snapshots/newsnap/mnt, retargeted to /backingfiles/snapshots/snap-000001/mnt
665Sat 16 Nov 17:50:13 GMT 2019: made all links for /backingfiles/snapshots/newsnap/mnt
666Sat 16 Nov 17:50:13 GMT 2019: Archiving...
667Sat 16 Nov 17:50:13 GMT 2019: Disconnecting usb from host...
668Sat 16 Nov 17:50:13 GMT 2019: Disconnected usb from host.
669Sat 16 Nov 17:50:13 GMT 2019: Ensuring cam archive is mounted...
670Sat 16 Nov 17:50:13 GMT 2019: Mounting /mnt/archive...
671Sat 16 Nov 17:50:14 GMT 2019: Mounted /mnt/archive.
672Sat 16 Nov 17:50:14 GMT 2019: Ensured cam archive is mounted.
673Sat 16 Nov 17:50:14 GMT 2019: Checking saved folder count...
674Sat 16 Nov 17:50:14 GMT 2019: Ensuring cam file is mounted...
675Sat 16 Nov 17:50:14 GMT 2019: Mounting /mnt/cam...
676Sat 16 Nov 17:50:14 GMT 2019: Mounted /mnt/cam.
677Sat 16 Nov 17:50:14 GMT 2019: Ensured cam file is mounted.
678Sat 16 Nov 17:50:14 GMT 2019: Running fsck on /mnt/cam...
679Sat 16 Nov 17:50:15 GMT 2019: | fsck from util-linux 2.33.1
680Sat 16 Nov 17:50:15 GMT 2019: | fsck.fat 4.1 (2017-01-24)
681Sat 16 Nov 17:50:15 GMT 2019: | 0x41: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
682Sat 16 Nov 17:50:15 GMT 2019: | Automatically removing dirty bit.
683Sat 16 Nov 17:50:15 GMT 2019: | Performing changes.
684Sat 16 Nov 17:50:15 GMT 2019: | /dev/loop2: 110 files, 73311/1263255 clusters
685Sat 16 Nov 17:50:16 GMT 2019: Finished fsck on /mnt/cam.
686Sat 16 Nov 17:50:16 GMT 2019: There are 1 event folder(s) with 5 file(s) to move.
687Sat 16 Nov 17:50:16 GMT 2019: Starting recording archiving: 1 event folder(s) with 5 file(s)
688Sat 16 Nov 17:50:16 GMT 2019: Moving clips to archive...
689Sat 16 Nov 17:50:16 GMT 2019: Creating output directory 'SavedClips/2019-11-16_12-37-05'
690Sat 16 Nov 17:50:20 GMT 2019: Moving 'SavedClips/2019-11-16_12-37-05/2019-11-16_12-36-39-front.mp4'
691Sat 16 Nov 17:50:23 GMT 2019: Moved 'SavedClips/2019-11-16_12-37-05/2019-11-16_12-36-39-front.mp4'
692Sat 16 Nov 17:50:23 GMT 2019: Moving 'SavedClips/2019-11-16_12-37-05/2019-11-16_12-36-39-left_repeater.mp4'
693Sat 16 Nov 17:50:24 GMT 2019: Moved 'SavedClips/2019-11-16_12-37-05/2019-11-16_12-36-39-left_repeater.mp4'
694Sat 16 Nov 17:50:24 GMT 2019: Moving 'SavedClips/2019-11-16_12-37-05/2019-11-16_12-36-39-right_repeater.mp4'
695Sat 16 Nov 17:50:26 GMT 2019: Moved 'SavedClips/2019-11-16_12-37-05/2019-11-16_12-36-39-right_repeater.mp4'
696Sat 16 Nov 17:50:26 GMT 2019: Moving 'SavedClips/2019-11-16_12-37-05/2019-11-16_12-36-39-back.mp4'
697Sat 16 Nov 17:50:27 GMT 2019: Moved 'SavedClips/2019-11-16_12-37-05/2019-11-16_12-36-39-back.mp4'
698Sat 16 Nov 17:50:27 GMT 2019: /mnt/cam/TeslaCam/SentryClips does not exist, skipping
699Sat 16 Nov 17:50:27 GMT 2019: Moved 4 file(s), failed to copy 0, deleted 0.
700Sat 16 Nov 17:50:27 GMT 2019: Trimming free space in /mnt/cam...
701Sat 16 Nov 17:50:28 GMT 2019: Unmounting /mnt/cam...
702Sat 16 Nov 17:50:28 GMT 2019: Unmounted /mnt/cam.
703Sat 16 Nov 17:50:28 GMT 2019: Finished archiving.
704Sat 16 Nov 17:50:28 GMT 2019: Music archive not configured or unreachable
705Sat 16 Nov 17:50:28 GMT 2019: unmounting /mnt/archive
706Sat 16 Nov 17:50:29 GMT 2019: Connecting usb to host...
707Sat 16 Nov 17:50:29 GMT 2019: Connected usb to host.
708Sat 16 Nov 17:50:29 GMT 2019: Waiting for archive to be unreachable...
709Sat 16 Nov 17:51:14 GMT 2019: Sleeping before retry...
710Sat 16 Nov 17:51:15 GMT 2019: Retrying...
711Sat 16 Nov 17:51:42 GMT 2019: Sleeping before retry...
712Sat 16 Nov 17:51:43 GMT 2019: Retrying...
713====== system log ======
714Feb 14 10:12:48 teslausb syslog.info syslogd started: BusyBox v1.30.1
715Feb 14 10:13:22 teslausb daemon.notice ntpd[740]: ntpd 4.2.8p12@1.3728-o (1): Starting
716Feb 14 10:13:22 teslausb daemon.info ntpd[740]: Command line: ntpd -q -x -g
717Feb 14 10:13:22 teslausb daemon.info ntpd[740]: proto: precision = 2.000 usec (-19)
718Feb 14 10:13:22 teslausb daemon.notice ntpd[740]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): good hash signature
719Feb 14 10:13:22 teslausb daemon.notice ntpd[740]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): loaded, expire=2020-06-28T00:00:00Z last=2017-01-01T00:00:00Z ofs=37
720Feb 14 10:13:22 teslausb daemon.info ntpd[740]: Listen and drop on 0 v6wildcard [::]:123
721Feb 14 10:13:22 teslausb daemon.info ntpd[740]: Listen and drop on 1 v4wildcard 0.0.0.0:123
722Feb 14 10:13:22 teslausb daemon.info ntpd[740]: Listen normally on 2 lo 127.0.0.1:123
723Feb 14 10:13:22 teslausb daemon.info ntpd[740]: Listen normally on 3 lo [::1]:123
724Feb 14 10:13:22 teslausb daemon.info ntpd[740]: Listening on routing socket on fd #20 for interface updates
725Feb 14 10:13:23 teslausb daemon.err ntpd[740]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
726Feb 14 10:13:24 teslausb daemon.err ntpd[740]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
727Feb 14 10:13:25 teslausb daemon.err ntpd[740]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
728Feb 14 10:13:26 teslausb daemon.err ntpd[740]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
729Feb 14 10:13:42 teslausb daemon.notice ntpd[740]: ntpd exiting on signal 15 (Terminated)
730Feb 14 10:13:42 teslausb daemon.notice ntpd[745]: ntpd 4.2.8p12@1.3728-o (1): Starting
731Feb 14 10:13:42 teslausb daemon.info ntpd[745]: Command line: /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 109:114
732Feb 14 10:13:42 teslausb daemon.info ntpd[751]: proto: precision = 2.000 usec (-19)
733Feb 14 10:13:42 teslausb daemon.notice ntpd[751]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): good hash signature
734Feb 14 10:13:42 teslausb daemon.notice ntpd[751]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): loaded, expire=2020-06-28T00:00:00Z last=2017-01-01T00:00:00Z ofs=37
735Feb 14 10:13:42 teslausb daemon.info ntpd[751]: Listen and drop on 0 v6wildcard [::]:123
736Feb 14 10:13:42 teslausb daemon.info ntpd[751]: Listen and drop on 1 v4wildcard 0.0.0.0:123
737Feb 14 10:13:42 teslausb daemon.info ntpd[751]: Listen normally on 2 lo 127.0.0.1:123
738Feb 14 10:13:42 teslausb daemon.info ntpd[751]: Listen normally on 3 lo [::1]:123
739Feb 14 10:13:42 teslausb daemon.info ntpd[751]: Listening on routing socket on fd #20 for interface updates
740Feb 14 10:13:42 teslausb daemon.info ntpd[751]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
741Feb 14 10:13:42 teslausb daemon.info ntpd[751]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
742Feb 14 10:13:43 teslausb daemon.err ntpd[751]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
743Feb 14 10:13:44 teslausb daemon.err ntpd[751]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
744Feb 14 10:13:45 teslausb daemon.err ntpd[751]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
745Feb 14 10:13:46 teslausb daemon.err ntpd[751]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
746Feb 14 10:14:48 teslausb daemon.err ntpd[751]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
747Feb 14 10:14:49 teslausb daemon.err ntpd[751]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
748Feb 14 10:14:49 teslausb daemon.err ntpd[751]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
749Feb 14 10:14:50 teslausb daemon.err ntpd[751]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
750Feb 14 10:15:54 teslausb daemon.err ntpd[751]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
751Feb 14 10:15:54 teslausb daemon.err ntpd[751]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
752Feb 14 10:15:55 teslausb daemon.err ntpd[751]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
753Feb 14 10:15:56 teslausb daemon.err ntpd[751]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
754Feb 14 10:16:58 teslausb daemon.err ntpd[751]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
755Feb 14 10:16:59 teslausb daemon.err ntpd[751]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
756Feb 14 10:17:00 teslausb daemon.err ntpd[751]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
757Feb 14 10:17:02 teslausb daemon.err ntpd[751]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
758Feb 14 10:18:03 teslausb daemon.err ntpd[751]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
759Feb 14 10:18:05 teslausb daemon.err ntpd[751]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
760Feb 14 10:18:06 teslausb daemon.err ntpd[751]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
761Feb 14 10:18:07 teslausb daemon.err ntpd[751]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
762Feb 14 10:19:09 teslausb daemon.err ntpd[751]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
763Feb 14 10:19:12 teslausb daemon.err ntpd[751]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
764Feb 14 10:19:13 teslausb daemon.err ntpd[751]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
765Feb 14 10:19:14 teslausb daemon.err ntpd[751]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
766Feb 14 10:20:13 teslausb daemon.err ntpd[751]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
767Feb 14 10:20:16 teslausb daemon.err ntpd[751]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
768Feb 14 10:20:18 teslausb daemon.err ntpd[751]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
769Feb 14 10:20:20 teslausb daemon.err ntpd[751]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
770Feb 14 10:21:20 teslausb daemon.err ntpd[751]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
771Feb 14 10:21:22 teslausb daemon.err ntpd[751]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
772Feb 14 10:21:22 teslausb daemon.err ntpd[751]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
773Feb 14 10:21:25 teslausb daemon.err ntpd[751]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
774Feb 14 10:22:27 teslausb daemon.err ntpd[751]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
775Feb 14 10:22:28 teslausb daemon.err ntpd[751]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
776Feb 14 10:22:29 teslausb daemon.err ntpd[751]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
777Feb 14 10:22:32 teslausb daemon.err ntpd[751]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
778Feb 14 10:23:04 teslausb daemon.err ntpd[751]: bind(23) AF_INET6 fe80::26dc:2696:f4d6:6961%2#123 flags 0x11 failed: Cannot assign requested address
779Feb 14 10:23:04 teslausb daemon.err ntpd[751]: unable to create socket on wlan0 (4) for fe80::26dc:2696:f4d6:6961%2#123
780Feb 14 10:23:04 teslausb daemon.info ntpd[751]: failed to init interface for address fe80::26dc:2696:f4d6:6961%2
781Feb 14 10:23:06 teslausb daemon.info ntpd[751]: Listen normally on 5 wlan0 [fe80::26dc:2696:f4d6:6961%2]:123
782Feb 14 10:23:06 teslausb daemon.debug ntpd[751]: new interface(s) found: waking up resolver
783Feb 14 10:23:09 teslausb daemon.info ntpd[751]: Listen normally on 6 wlan0 10.0.2.8:123
784Feb 14 10:23:09 teslausb daemon.debug ntpd[751]: new interface(s) found: waking up resolver
785Feb 14 10:23:31 teslausb daemon.err ntpd[751]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
786Feb 14 10:23:34 teslausb daemon.err ntpd[751]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
787Feb 14 10:23:34 teslausb daemon.err ntpd[751]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
788Feb 14 10:23:36 teslausb daemon.notice ntpd[751]: ntpd exiting on signal 15 (Terminated)
789Feb 14 10:23:37 teslausb daemon.notice ntpd[2235]: ntpd 4.2.8p12@1.3728-o (1): Starting
790Feb 14 10:23:37 teslausb daemon.info ntpd[2235]: Command line: ntpd -q -x -g
791Feb 14 10:23:37 teslausb daemon.info ntpd[2235]: proto: precision = 2.000 usec (-19)
792Feb 14 10:23:37 teslausb daemon.notice ntpd[2235]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): good hash signature
793Feb 14 10:23:37 teslausb daemon.notice ntpd[2235]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): loaded, expire=2020-06-28T00:00:00Z last=2017-01-01T00:00:00Z ofs=37
794Feb 14 10:23:37 teslausb daemon.info ntpd[2235]: Listen and drop on 0 v6wildcard [::]:123
795Feb 14 10:23:37 teslausb daemon.info ntpd[2235]: Listen and drop on 1 v4wildcard 0.0.0.0:123
796Feb 14 10:23:37 teslausb daemon.info ntpd[2235]: Listen normally on 2 lo 127.0.0.1:123
797Feb 14 10:23:37 teslausb daemon.info ntpd[2235]: Listen normally on 3 wlan0 10.0.2.8:123
798Feb 14 10:23:37 teslausb daemon.info ntpd[2235]: Listen normally on 4 lo [::1]:123
799Feb 14 10:23:37 teslausb daemon.info ntpd[2235]: Listen normally on 5 wlan0 [fe80::26dc:2696:f4d6:6961%2]:123
800Feb 14 10:23:37 teslausb daemon.info ntpd[2235]: Listening on routing socket on fd #22 for interface updates
801Feb 14 10:23:38 teslausb daemon.info ntpd[2235]: Soliciting pool server 162.159.200.123
802Feb 14 10:23:39 teslausb daemon.info ntpd[2235]: Soliciting pool server 37.187.5.167
803Feb 14 10:23:39 teslausb daemon.info ntpd[2235]: Soliciting pool server 162.159.200.1
804Feb 14 10:23:40 teslausb daemon.info ntpd[2235]: Soliciting pool server 212.45.144.88
805Feb 14 10:23:40 teslausb daemon.info ntpd[2235]: Soliciting pool server 31.14.133.122
806Feb 14 10:23:41 teslausb daemon.info ntpd[2235]: Soliciting pool server 147.135.207.213
807Feb 14 10:23:41 teslausb daemon.info ntpd[2235]: Soliciting pool server 212.45.144.206
808Feb 14 10:23:41 teslausb daemon.info ntpd[2235]: Soliciting pool server 85.199.214.99
809Feb 14 10:23:42 teslausb daemon.info ntpd[2235]: Soliciting pool server 212.45.144.3
810Feb 14 10:23:42 teslausb daemon.info ntpd[2235]: Soliciting pool server 80.211.128.146
811Feb 14 10:23:43 teslausb daemon.info ntpd[2235]: Soliciting pool server 80.211.82.90
812Feb 14 10:23:44 teslausb daemon.info ntpd[2235]: Soliciting pool server 193.204.114.233
813Nov 16 17:49:45 teslausb daemon.notice ntpd[2235]: ntpd: time set +23786756.923130 s
814Nov 16 17:49:46 teslausb daemon.notice ntpd[2239]: ntpd 4.2.8p12@1.3728-o (1): Starting
815Nov 16 17:49:46 teslausb daemon.info ntpd[2239]: Command line: /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 109:114
816Nov 16 17:49:46 teslausb daemon.info ntpd[2249]: proto: precision = 2.000 usec (-19)
817Nov 16 17:49:46 teslausb daemon.notice ntpd[2249]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): good hash signature
818Nov 16 17:49:46 teslausb daemon.notice ntpd[2249]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): loaded, expire=2020-06-28T00:00:00Z last=2017-01-01T00:00:00Z ofs=37
819Nov 16 17:49:46 teslausb daemon.info ntpd[2249]: Listen and drop on 0 v6wildcard [::]:123
820Nov 16 17:49:46 teslausb daemon.info ntpd[2249]: Listen and drop on 1 v4wildcard 0.0.0.0:123
821Nov 16 17:49:46 teslausb daemon.info ntpd[2249]: Listen normally on 2 lo 127.0.0.1:123
822Nov 16 17:49:46 teslausb daemon.info ntpd[2249]: Listen normally on 3 wlan0 10.0.2.8:123
823Nov 16 17:49:46 teslausb daemon.info ntpd[2249]: Listen normally on 4 lo [::1]:123
824Nov 16 17:49:46 teslausb daemon.info ntpd[2249]: Listen normally on 5 wlan0 [fe80::26dc:2696:f4d6:6961%2]:123
825Nov 16 17:49:46 teslausb daemon.info ntpd[2249]: Listening on routing socket on fd #22 for interface updates
826Nov 16 17:49:46 teslausb daemon.info ntpd[2249]: kernel reports TIME_ERROR: 0x4041: Clock Unsynchronized
827Nov 16 17:49:46 teslausb daemon.info ntpd[2249]: kernel reports TIME_ERROR: 0x4041: Clock Unsynchronized
828Nov 16 17:49:47 teslausb daemon.err ntpd[2249]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
829Nov 16 17:49:48 teslausb daemon.err ntpd[2249]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
830Nov 16 17:49:49 teslausb daemon.err ntpd[2249]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
831Nov 16 17:49:50 teslausb daemon.err ntpd[2249]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
832Nov 16 17:50:53 teslausb daemon.err ntpd[2249]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
833Nov 16 17:50:53 teslausb daemon.err ntpd[2249]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
834Nov 16 17:50:54 teslausb daemon.err ntpd[2249]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
835Nov 16 17:50:55 teslausb daemon.err ntpd[2249]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
836Nov 16 17:51:59 teslausb daemon.err ntpd[2249]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
837Nov 16 17:52:00 teslausb daemon.err ntpd[2249]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
838Nov 16 17:52:00 teslausb daemon.err ntpd[2249]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
839Nov 16 17:52:00 teslausb daemon.err ntpd[2249]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
840Nov 16 17:53:03 teslausb daemon.err ntpd[2249]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
841Nov 16 17:53:05 teslausb daemon.err ntpd[2249]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
842Nov 16 17:53:06 teslausb daemon.err ntpd[2249]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
843Nov 16 17:53:07 teslausb daemon.err ntpd[2249]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
844Nov 16 17:54:09 teslausb daemon.err ntpd[2249]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
845Nov 16 17:54:10 teslausb daemon.err ntpd[2249]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
846Nov 16 17:54:12 teslausb daemon.err ntpd[2249]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
847Nov 16 17:54:13 teslausb daemon.err ntpd[2249]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
848Nov 16 17:55:14 teslausb daemon.err ntpd[2249]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
849Nov 16 17:55:14 teslausb daemon.err ntpd[2249]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
850Nov 16 17:55:16 teslausb daemon.err ntpd[2249]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
851Nov 16 17:55:19 teslausb daemon.err ntpd[2249]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
852Nov 16 17:56:19 teslausb daemon.err ntpd[2249]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
853Nov 16 17:56:19 teslausb daemon.err ntpd[2249]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
854Nov 16 17:56:22 teslausb daemon.err ntpd[2249]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
855Nov 16 17:56:25 teslausb daemon.err ntpd[2249]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
856Nov 16 17:57:25 teslausb daemon.err ntpd[2249]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
857Nov 16 17:57:26 teslausb daemon.err ntpd[2249]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
858Nov 16 17:57:26 teslausb daemon.err ntpd[2249]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
859Nov 16 17:57:31 teslausb daemon.err ntpd[2249]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
860Nov 16 17:58:29 teslausb daemon.err ntpd[2249]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
861Nov 16 17:58:31 teslausb daemon.err ntpd[2249]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
862Nov 16 17:58:33 teslausb daemon.err ntpd[2249]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
863Nov 16 17:58:37 teslausb daemon.err ntpd[2249]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
864Nov 16 17:59:36 teslausb daemon.err ntpd[2249]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
865Nov 16 17:59:36 teslausb daemon.err ntpd[2249]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
866Nov 16 17:59:37 teslausb daemon.err ntpd[2249]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
867Nov 16 17:59:41 teslausb daemon.err ntpd[2249]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
868Nov 16 18:00:40 teslausb daemon.err ntpd[2249]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
869Nov 16 18:00:40 teslausb daemon.err ntpd[2249]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
870Nov 16 18:00:42 teslausb daemon.err ntpd[2249]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
871Nov 16 18:00:46 teslausb daemon.err ntpd[2249]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
872Nov 16 18:01:46 teslausb daemon.err ntpd[2249]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
873Nov 16 18:01:47 teslausb daemon.err ntpd[2249]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
874Nov 16 18:01:48 teslausb daemon.err ntpd[2249]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
875Nov 16 18:01:53 teslausb daemon.err ntpd[2249]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
876Nov 16 18:02:51 teslausb daemon.err ntpd[2249]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
877Nov 16 18:02:52 teslausb daemon.err ntpd[2249]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
878Nov 16 18:02:52 teslausb daemon.err ntpd[2249]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
879Nov 16 18:02:57 teslausb daemon.err ntpd[2249]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
880Nov 16 18:03:58 teslausb daemon.err ntpd[2249]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
881Nov 16 18:03:58 teslausb daemon.err ntpd[2249]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
882Nov 16 18:03:59 teslausb daemon.err ntpd[2249]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
883Nov 16 18:04:03 teslausb daemon.err ntpd[2249]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
884Nov 16 18:05:02 teslausb daemon.err ntpd[2249]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
885Nov 16 18:05:04 teslausb daemon.err ntpd[2249]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
886Nov 16 18:05:05 teslausb daemon.err ntpd[2249]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
887Nov 16 18:05:09 teslausb daemon.err ntpd[2249]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
888Nov 16 18:06:08 teslausb daemon.err ntpd[2249]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
889Nov 16 18:06:10 teslausb daemon.err ntpd[2249]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
890Nov 16 18:06:11 teslausb daemon.err ntpd[2249]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
891Nov 16 18:06:14 teslausb daemon.err ntpd[2249]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
892Nov 16 18:07:15 teslausb daemon.err ntpd[2249]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
893Nov 16 18:07:16 teslausb daemon.err ntpd[2249]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
894Nov 16 18:07:18 teslausb daemon.err ntpd[2249]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
895Nov 16 18:07:19 teslausb daemon.err ntpd[2249]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
896Nov 16 18:08:19 teslausb daemon.err ntpd[2249]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
897Nov 16 18:08:21 teslausb daemon.err ntpd[2249]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
898Nov 16 18:08:22 teslausb daemon.err ntpd[2249]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
899Nov 16 18:08:26 teslausb daemon.err ntpd[2249]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
900Nov 16 18:09:23 teslausb daemon.err ntpd[2249]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
901Nov 16 18:09:26 teslausb daemon.err ntpd[2249]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
902Nov 16 18:09:28 teslausb daemon.err ntpd[2249]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
903Nov 16 18:09:32 teslausb daemon.err ntpd[2249]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
904Nov 16 18:10:30 teslausb daemon.err ntpd[2249]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
905Nov 16 18:10:33 teslausb daemon.err ntpd[2249]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
906Nov 16 18:10:34 teslausb daemon.err ntpd[2249]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
907Nov 16 18:10:37 teslausb daemon.err ntpd[2249]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
908Nov 16 18:11:34 teslausb daemon.err ntpd[2249]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
909Nov 16 18:11:38 teslausb daemon.err ntpd[2249]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
910Nov 16 18:11:40 teslausb daemon.err ntpd[2249]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
911Nov 16 18:11:41 teslausb daemon.err ntpd[2249]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
912Nov 16 18:12:40 teslausb daemon.err ntpd[2249]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
913Nov 16 18:12:43 teslausb daemon.err ntpd[2249]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
914Nov 16 18:12:46 teslausb daemon.err ntpd[2249]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
915Nov 16 18:12:48 teslausb daemon.err ntpd[2249]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
916Nov 16 18:13:46 teslausb daemon.err ntpd[2249]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
917Nov 16 18:13:48 teslausb daemon.err ntpd[2249]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
918Nov 16 18:13:53 teslausb daemon.err ntpd[2249]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
919Nov 16 18:13:55 teslausb daemon.err ntpd[2249]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
920Nov 16 18:14:50 teslausb daemon.err ntpd[2249]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
921Nov 16 18:14:53 teslausb daemon.err ntpd[2249]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
922Nov 16 18:14:59 teslausb daemon.err ntpd[2249]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
923Nov 16 18:15:00 teslausb daemon.err ntpd[2249]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
924Nov 16 18:15:12 teslausb auth.info sshd[6430]: Accepted password for pi from 10.0.0.5 port 64013 ssh2
925Nov 16 18:15:12 teslausb authpriv.info sshd[6430]: pam_unix(sshd:session): session opened for user pi by (uid=0)
926Nov 16 18:15:12 teslausb authpriv.info systemd: pam_unix(systemd-user:session): session opened for user pi by (uid=0)
927Nov 16 18:15:17 teslausb authpriv.notice sudo: pi : TTY=pts/0 ; PWD=/home/pi ; USER=root ; COMMAND=/bin/bash
928Nov 16 18:15:17 teslausb authpriv.info sudo: pam_unix(sudo:session): session opened for user root by pi(uid=0)
929====== dmesg ======
930[Sat Nov 16 17:37:53 2019] Booting Linux on physical CPU 0x0
931[Sat Nov 16 17:37:53 2019] Linux version 4.19.66+ (dom@buildbot) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1253 Thu Aug 15 11:37:30 BST 2019
932[Sat Nov 16 17:37:53 2019] CPU: ARMv6-compatible processor [410fb767] revision 7 (ARMv7), cr=00c5387d
933[Sat Nov 16 17:37:53 2019] CPU: PIPT / VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
934[Sat Nov 16 17:37:53 2019] OF: fdt: Machine model: Raspberry Pi Zero W Rev 1.1
935[Sat Nov 16 17:37:53 2019] Memory policy: Data cache writeback
936[Sat Nov 16 17:37:53 2019] cma: Reserved 8 MiB at 0x1b400000
937[Sat Nov 16 17:37:53 2019] On node 0 totalpages: 114688
938[Sat Nov 16 17:37:53 2019] Normal zone: 1008 pages used for memmap
939[Sat Nov 16 17:37:53 2019] Normal zone: 0 pages reserved
940[Sat Nov 16 17:37:53 2019] Normal zone: 114688 pages, LIFO batch:31
941[Sat Nov 16 17:37:53 2019] random: get_random_bytes called from start_kernel+0x8c/0x49c with crng_init=0
942[Sat Nov 16 17:37:53 2019] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
943[Sat Nov 16 17:37:53 2019] pcpu-alloc: [0] 0
944[Sat Nov 16 17:37:53 2019] Built 1 zonelists, mobility grouping on. Total pages: 113680
945[Sat Nov 16 17:37:53 2019] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 smsc95xx.macaddr=B8:27:EB:FB:34:10 vc_mem.mem_base=0x1ec00000 vc_mem.mem_size=0x20000000 dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=PARTUUID=f18867b3-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait modules-load=dwc2 quiet fastboot noswap ro
946[Sat Nov 16 17:37:53 2019] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
947[Sat Nov 16 17:37:53 2019] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
948[Sat Nov 16 17:37:53 2019] Memory: 434424K/458752K available (6971K kernel code, 635K rwdata, 2080K rodata, 468K init, 797K bss, 16136K reserved, 8192K cma-reserved)
949[Sat Nov 16 17:37:53 2019] Virtual kernel memory layout:
950 vector : 0xffff0000 - 0xffff1000 ( 4 kB)
951 fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
952 vmalloc : 0xdc800000 - 0xff800000 ( 560 MB)
953 lowmem : 0xc0000000 - 0xdc000000 ( 448 MB)
954 modules : 0xbf000000 - 0xc0000000 ( 16 MB)
955 .text : 0x(ptrval) - 0x(ptrval) (6972 kB)
956 .init : 0x(ptrval) - 0x(ptrval) ( 468 kB)
957 .data : 0x(ptrval) - 0x(ptrval) ( 636 kB)
958 .bss : 0x(ptrval) - 0x(ptrval) ( 798 kB)
959[Sat Nov 16 17:37:53 2019] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
960[Sat Nov 16 17:37:53 2019] ftrace: allocating 25191 entries in 74 pages
961[Sat Nov 16 17:37:53 2019] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
962[Sat Nov 16 17:37:53 2019] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
963[Sat Nov 16 17:37:53 2019] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
964[Sat Nov 16 17:37:53 2019] bcm2835: system timer (irq = 27)
965[Sat Nov 16 17:37:53 2019] Console: colour dummy device 80x30
966[Sat Nov 16 17:37:53 2019] console [tty1] enabled
967[Sat Nov 16 17:37:53 2019] Calibrating delay loop... 697.95 BogoMIPS (lpj=3489792)
968[Sat Nov 16 17:37:53 2019] pid_max: default: 32768 minimum: 301
969[Sat Nov 16 17:37:53 2019] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
970[Sat Nov 16 17:37:53 2019] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
971[Sat Nov 16 17:37:53 2019] CPU: Testing write buffer coherency: ok
972[Sat Nov 16 17:37:53 2019] Setting up static identity map for 0x8200 - 0x8238
973[Sat Nov 16 17:37:53 2019] devtmpfs: initialized
974[Sat Nov 16 17:37:53 2019] VFP support v0.3: implementor 41 architecture 1 part 20 variant b rev 5
975[Sat Nov 16 17:37:53 2019] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
976[Sat Nov 16 17:37:53 2019] futex hash table entries: 256 (order: -1, 3072 bytes)
977[Sat Nov 16 17:37:53 2019] pinctrl core: initialized pinctrl subsystem
978[Sat Nov 16 17:37:53 2019] NET: Registered protocol family 16
979[Sat Nov 16 17:37:53 2019] DMA: preallocated 1024 KiB pool for atomic coherent allocations
980[Sat Nov 16 17:37:53 2019] hw-breakpoint: found 6 breakpoint and 1 watchpoint registers.
981[Sat Nov 16 17:37:53 2019] hw-breakpoint: maximum watchpoint size is 4 bytes.
982[Sat Nov 16 17:37:53 2019] Serial: AMBA PL011 UART driver
983[Sat Nov 16 17:37:53 2019] bcm2835-mbox 2000b880.mailbox: mailbox enabled
984[Sat Nov 16 17:37:53 2019] bcm2835-dma 20007000.dma: DMA legacy API manager at (ptrval), dmachans=0x1
985[Sat Nov 16 17:37:53 2019] SCSI subsystem initialized
986[Sat Nov 16 17:37:53 2019] usbcore: registered new interface driver usbfs
987[Sat Nov 16 17:37:53 2019] usbcore: registered new interface driver hub
988[Sat Nov 16 17:37:53 2019] usbcore: registered new device driver usb
989[Sat Nov 16 17:37:53 2019] raspberrypi-firmware soc:firmware: Attached to firmware from 2019-08-15 12:06, variant start
990[Sat Nov 16 17:37:53 2019] raspberrypi-firmware soc:firmware: Firmware hash is 0e6daa5106dd4164474616408e0dc24f997ffcf3
991[Sat Nov 16 17:37:53 2019] clocksource: Switched to clocksource timer
992[Sat Nov 16 17:37:53 2019] VFS: Disk quotas dquot_6.6.0
993[Sat Nov 16 17:37:53 2019] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
994[Sat Nov 16 17:37:53 2019] FS-Cache: Loaded
995[Sat Nov 16 17:37:53 2019] CacheFiles: Loaded
996[Sat Nov 16 17:37:53 2019] NET: Registered protocol family 2
997[Sat Nov 16 17:37:53 2019] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes)
998[Sat Nov 16 17:37:53 2019] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
999[Sat Nov 16 17:37:53 2019] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
1000[Sat Nov 16 17:37:53 2019] TCP: Hash tables configured (established 4096 bind 4096)
1001[Sat Nov 16 17:37:53 2019] UDP hash table entries: 256 (order: 0, 4096 bytes)
1002[Sat Nov 16 17:37:53 2019] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
1003[Sat Nov 16 17:37:53 2019] NET: Registered protocol family 1
1004[Sat Nov 16 17:37:53 2019] RPC: Registered named UNIX socket transport module.
1005[Sat Nov 16 17:37:53 2019] RPC: Registered udp transport module.
1006[Sat Nov 16 17:37:53 2019] RPC: Registered tcp transport module.
1007[Sat Nov 16 17:37:53 2019] RPC: Registered tcp NFSv4.1 backchannel transport module.
1008[Sat Nov 16 17:37:53 2019] hw perfevents: no irqs for PMU, sampling events not supported
1009[Sat Nov 16 17:37:53 2019] hw perfevents: enabled with armv6_1176 PMU driver, 3 counters available
1010[Sat Nov 16 17:37:53 2019] Initialise system trusted keyrings
1011[Sat Nov 16 17:37:53 2019] workingset: timestamp_bits=14 max_order=17 bucket_order=3
1012[Sat Nov 16 17:37:53 2019] FS-Cache: Netfs 'nfs' registered for caching
1013[Sat Nov 16 17:37:53 2019] NFS: Registering the id_resolver key type
1014[Sat Nov 16 17:37:53 2019] Key type id_resolver registered
1015[Sat Nov 16 17:37:53 2019] Key type id_legacy registered
1016[Sat Nov 16 17:37:53 2019] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
1017[Sat Nov 16 17:37:53 2019] Key type asymmetric registered
1018[Sat Nov 16 17:37:53 2019] Asymmetric key parser 'x509' registered
1019[Sat Nov 16 17:37:53 2019] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
1020[Sat Nov 16 17:37:53 2019] io scheduler noop registered
1021[Sat Nov 16 17:37:53 2019] io scheduler deadline registered (default)
1022[Sat Nov 16 17:37:53 2019] io scheduler cfq registered
1023[Sat Nov 16 17:37:53 2019] io scheduler mq-deadline registered (default)
1024[Sat Nov 16 17:37:53 2019] io scheduler kyber registered
1025[Sat Nov 16 17:37:53 2019] bcm2708_fb soc:fb: FB found 1 display(s)
1026[Sat Nov 16 17:37:53 2019] Console: switching to colour frame buffer device 82x26
1027[Sat Nov 16 17:37:53 2019] bcm2708_fb soc:fb: Registered framebuffer for display 0, size 656x416
1028[Sat Nov 16 17:37:53 2019] bcm2835-rng 20104000.rng: hwrng registered
1029[Sat Nov 16 17:37:53 2019] vc-mem: phys_addr:0x00000000 mem_base=0x1ec00000 mem_size:0x20000000(512 MiB)
1030[Sat Nov 16 17:37:53 2019] vc-sm: Videocore shared memory driver
1031[Sat Nov 16 17:37:53 2019] gpiomem-bcm2835 20200000.gpiomem: Initialised: Registers at 0x20200000
1032[Sat Nov 16 17:37:53 2019] brd: module loaded
1033[Sat Nov 16 17:37:53 2019] loop: module loaded
1034[Sat Nov 16 17:37:53 2019] Loading iSCSI transport class v2.0-870.
1035[Sat Nov 16 17:37:53 2019] usbcore: registered new interface driver smsc95xx
1036[Sat Nov 16 17:37:53 2019] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
1037[Sat Nov 16 17:37:53 2019] dwc_otg: FIQ enabled
1038[Sat Nov 16 17:37:53 2019] dwc_otg: NAK holdoff enabled
1039[Sat Nov 16 17:37:53 2019] dwc_otg: FIQ split-transaction FSM enabled
1040[Sat Nov 16 17:37:53 2019] Module dwc_common_port init
1041[Sat Nov 16 17:37:53 2019] usbcore: registered new interface driver usb-storage
1042[Sat Nov 16 17:37:53 2019] mousedev: PS/2 mouse device common for all mice
1043[Sat Nov 16 17:37:53 2019] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
1044[Sat Nov 16 17:37:53 2019] bcm2835-cpufreq: min=700000 max=1000000
1045[Sat Nov 16 17:37:53 2019] sdhci: Secure Digital Host Controller Interface driver
1046[Sat Nov 16 17:37:53 2019] sdhci: Copyright(c) Pierre Ossman
1047[Sat Nov 16 17:37:53 2019] mmc-bcm2835 20300000.mmcnr: could not get clk, deferring probe
1048[Sat Nov 16 17:37:53 2019] sdhost-bcm2835 20202000.mmc: could not get clk, deferring probe
1049[Sat Nov 16 17:37:53 2019] sdhci-pltfm: SDHCI platform and OF driver helper
1050[Sat Nov 16 17:37:53 2019] ledtrig-cpu: registered to indicate activity on CPUs
1051[Sat Nov 16 17:37:53 2019] hidraw: raw HID events driver (C) Jiri Kosina
1052[Sat Nov 16 17:37:53 2019] usbcore: registered new interface driver usbhid
1053[Sat Nov 16 17:37:53 2019] usbhid: USB HID core driver
1054[Sat Nov 16 17:37:53 2019] vchiq: vchiq_init_state: slot_zero = (ptrval), is_master = 0
1055[Sat Nov 16 17:37:53 2019] [vc_sm_connected_init]: start
1056[Sat Nov 16 17:37:53 2019] [vc_sm_connected_init]: end - returning 0
1057[Sat Nov 16 17:37:53 2019] Initializing XFRM netlink socket
1058[Sat Nov 16 17:37:53 2019] NET: Registered protocol family 17
1059[Sat Nov 16 17:37:53 2019] Key type dns_resolver registered
1060[Sat Nov 16 17:37:53 2019] registered taskstats version 1
1061[Sat Nov 16 17:37:53 2019] Loading compiled-in X.509 certificates
1062[Sat Nov 16 17:37:53 2019] uart-pl011 20201000.serial: cts_event_workaround enabled
1063[Sat Nov 16 17:37:53 2019] 20201000.serial: ttyAMA0 at MMIO 0x20201000 (irq = 81, base_baud = 0) is a PL011 rev2
1064[Sat Nov 16 17:37:53 2019] mmc-bcm2835 20300000.mmcnr: mmc_debug:0 mmc_debug2:0
1065[Sat Nov 16 17:37:53 2019] mmc-bcm2835 20300000.mmcnr: DMA channel allocated
1066[Sat Nov 16 17:37:53 2019] sdhost: log_buf @ (ptrval) (5b510000)
1067[Sat Nov 16 17:37:53 2019] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
1068[Sat Nov 16 17:37:53 2019] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
1069[Sat Nov 16 17:37:53 2019] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
1070[Sat Nov 16 17:37:53 2019] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
1071[Sat Nov 16 17:37:53 2019] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
1072[Sat Nov 16 17:37:53 2019] of_cfs_init
1073[Sat Nov 16 17:37:53 2019] of_cfs_init: OK
1074[Sat Nov 16 17:37:53 2019] Waiting for root device PARTUUID=f18867b3-02...
1075[Sat Nov 16 17:37:53 2019] random: fast init done
1076[Sat Nov 16 17:37:53 2019] mmc0: host does not support reading read-only switch, assuming write-enable
1077[Sat Nov 16 17:37:53 2019] mmc0: new high speed SDHC card at address 59b4
1078[Sat Nov 16 17:37:53 2019] mmcblk0: mmc0:59b4 29.8 GiB
1079[Sat Nov 16 17:37:53 2019] mmcblk0: p1 p2 p3 p4
1080[Sat Nov 16 17:37:53 2019] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
1081[Sat Nov 16 17:37:53 2019] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
1082[Sat Nov 16 17:37:53 2019] devtmpfs: mounted
1083[Sat Nov 16 17:37:53 2019] Freeing unused kernel memory: 468K
1084[Sat Nov 16 17:37:53 2019] This architecture does not have kernel memory protection.
1085[Sat Nov 16 17:37:53 2019] Run /sbin/init as init process
1086[Sat Nov 16 17:37:53 2019] mmc1: new high speed SDIO card at address 0001
1087[Sat Nov 16 17:37:54 2019] systemd[1]: System time before build time, advancing clock.
1088[Sat Nov 16 17:37:54 2019] NET: Registered protocol family 10
1089[Sat Nov 16 17:37:54 2019] Segment Routing with IPv6
1090[Sat Nov 16 17:37:54 2019] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
1091[Sat Nov 16 17:37:54 2019] systemd[1]: Detected architecture arm.
1092[Sat Nov 16 17:37:54 2019] systemd[1]: Set hostname to <teslausb>.
1093[Sat Nov 16 17:37:54 2019] systemd[1]: Failed to bump fs.file-max, ignoring: Invalid argument
1094[Sat Nov 16 17:37:56 2019] systemd[1]: File /lib/systemd/system/systemd-journald.service:12 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
1095[Sat Nov 16 17:37:56 2019] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
1096[Sat Nov 16 17:37:57 2019] random: systemd: uninitialized urandom read (16 bytes read)
1097[Sat Nov 16 17:37:57 2019] random: systemd: uninitialized urandom read (16 bytes read)
1098[Sat Nov 16 17:37:57 2019] systemd[1]: Reached target System Time Synchronized.
1099[Sat Nov 16 17:37:57 2019] random: systemd: uninitialized urandom read (16 bytes read)
1100[Sat Nov 16 17:37:57 2019] systemd[1]: Listening on udev Kernel Socket.
1101[Sat Nov 16 17:37:57 2019] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
1102[Sat Nov 16 17:37:57 2019] systemd[1]: Created slice User and Session Slice.
1103[Sat Nov 16 17:37:58 2019] dwc2 20980000.usb: 20980000.usb supply vusb_d not found, using dummy regulator
1104[Sat Nov 16 17:37:58 2019] dwc2 20980000.usb: Linked as a consumer to regulator.0
1105[Sat Nov 16 17:37:58 2019] dwc2 20980000.usb: 20980000.usb supply vusb_a not found, using dummy regulator
1106[Sat Nov 16 17:37:58 2019] dwc2 20980000.usb: dwc2_check_params: Invalid parameter lpm=1
1107[Sat Nov 16 17:37:58 2019] dwc2 20980000.usb: dwc2_check_params: Invalid parameter lpm_clock_gating=1
1108[Sat Nov 16 17:37:58 2019] dwc2 20980000.usb: dwc2_check_params: Invalid parameter besl=1
1109[Sat Nov 16 17:37:58 2019] dwc2 20980000.usb: dwc2_check_params: Invalid parameter hird_threshold_en=1
1110[Sat Nov 16 17:37:58 2019] dwc2 20980000.usb: EPs: 8, dedicated fifos, 4080 entries in SPRAM
1111[Sat Nov 16 17:37:58 2019] dwc2 20980000.usb: DWC OTG Controller
1112[Sat Nov 16 17:37:58 2019] dwc2 20980000.usb: new USB bus registered, assigned bus number 1
1113[Sat Nov 16 17:37:58 2019] dwc2 20980000.usb: irq 33, io mem 0x20980000
1114[Sat Nov 16 17:37:58 2019] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
1115[Sat Nov 16 17:37:58 2019] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
1116[Sat Nov 16 17:37:58 2019] usb usb1: Product: DWC OTG Controller
1117[Sat Nov 16 17:37:58 2019] usb usb1: Manufacturer: Linux 4.19.66+ dwc2_hsotg
1118[Sat Nov 16 17:37:58 2019] usb usb1: SerialNumber: 20980000.usb
1119[Sat Nov 16 17:37:58 2019] hub 1-0:1.0: USB hub found
1120[Sat Nov 16 17:37:58 2019] hub 1-0:1.0: 1 port detected
1121[Sat Nov 16 17:38:00 2019] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
1122[Sat Nov 16 17:38:01 2019] systemd-journald[70]: Received request to flush runtime journal from PID 1
1123[Sat Nov 16 17:38:03 2019] media: Linux media interface: v0.10
1124[Sat Nov 16 17:38:03 2019] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
1125[Sat Nov 16 17:38:03 2019] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
1126[Sat Nov 16 17:38:03 2019] [vc_sm_connected_init]: start
1127[Sat Nov 16 17:38:03 2019] [vc_sm_connected_init]: installed successfully
1128[Sat Nov 16 17:38:03 2019] videodev: Linux video capture interface: v2.00
1129[Sat Nov 16 17:38:03 2019] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
1130[Sat Nov 16 17:38:04 2019] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
1131[Sat Nov 16 17:38:04 2019] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
1132[Sat Nov 16 17:38:04 2019] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
1133[Sat Nov 16 17:38:04 2019] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
1134[Sat Nov 16 17:38:04 2019] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
1135[Sat Nov 16 17:38:04 2019] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
1136[Sat Nov 16 17:38:04 2019] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
1137[Sat Nov 16 17:38:04 2019] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
1138[Sat Nov 16 17:38:04 2019] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
1139[Sat Nov 16 17:38:04 2019] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
1140[Sat Nov 16 17:38:04 2019] bcm2835_audio soc:audio: card created with 8 channels
1141[Sat Nov 16 17:38:05 2019] cfg80211: Loading compiled-in X.509 certificates for regulatory database
1142[Sat Nov 16 17:38:05 2019] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
1143[Sat Nov 16 17:38:06 2019] brcmfmac: F1 signature read @0x18000000=0x1541a9a6
1144[Sat Nov 16 17:38:06 2019] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1
1145[Sat Nov 16 17:38:06 2019] usbcore: registered new interface driver brcmfmac
1146[Sat Nov 16 17:38:06 2019] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1
1147[Sat Nov 16 17:38:06 2019] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available
1148[Sat Nov 16 17:38:06 2019] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM43430/1 wl0: Oct 23 2017 03:55:53 version 7.45.98.38 (r674442 CY) FWID 01-e58d219f
1149[Sat Nov 16 17:38:09 2019] SGI XFS with ACLs, security attributes, realtime, no debug enabled
1150[Sat Nov 16 17:38:09 2019] XFS (mmcblk0p3): Mounting V5 Filesystem
1151[Sat Nov 16 17:38:10 2019] EXT4-fs (mmcblk0p4): recovery complete
1152[Sat Nov 16 17:38:10 2019] EXT4-fs (mmcblk0p4): mounted filesystem with ordered data mode. Opts: (null)
1153[Sat Nov 16 17:38:10 2019] XFS (mmcblk0p3): Starting recovery (logdev: internal)
1154[Sat Nov 16 17:38:11 2019] XFS (mmcblk0p3): Ending recovery (logdev: internal)
1155[Sat Nov 16 17:38:14 2019] 8021q: 802.1Q VLAN Support v1.8
1156[Sat Nov 16 17:38:14 2019] uart-pl011 20201000.serial: no DMA platform data
1157[Sat Nov 16 17:38:14 2019] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
1158[Sat Nov 16 17:38:14 2019] brcmfmac: power management disabled
1159[Sat Nov 16 17:38:19 2019] Bluetooth: Core ver 2.22
1160[Sat Nov 16 17:38:19 2019] NET: Registered protocol family 31
1161[Sat Nov 16 17:38:19 2019] Bluetooth: HCI device and connection manager initialized
1162[Sat Nov 16 17:38:19 2019] Bluetooth: HCI socket layer initialized
1163[Sat Nov 16 17:38:19 2019] Bluetooth: L2CAP socket layer initialized
1164[Sat Nov 16 17:38:19 2019] Bluetooth: SCO socket layer initialized
1165[Sat Nov 16 17:38:19 2019] Bluetooth: HCI UART driver ver 2.3
1166[Sat Nov 16 17:38:19 2019] Bluetooth: HCI UART protocol H4 registered
1167[Sat Nov 16 17:38:19 2019] Bluetooth: HCI UART protocol Three-wire (H5) registered
1168[Sat Nov 16 17:38:19 2019] Bluetooth: HCI UART protocol Broadcom registered
1169[Sat Nov 16 17:38:20 2019] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
1170[Sat Nov 16 17:38:20 2019] Bluetooth: BNEP filters: protocol multicast
1171[Sat Nov 16 17:38:20 2019] Bluetooth: BNEP socket layer initialized
1172[Sat Nov 16 17:38:30 2019] random: crng init done
1173[Sat Nov 16 17:38:30 2019] random: 7 urandom warning(s) missed due to ratelimiting
1174[Sat Nov 16 17:38:32 2019] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
1175[Sat Nov 16 17:38:39 2019] FS-Cache: Netfs 'cifs' registered for caching
1176[Sat Nov 16 17:38:39 2019] Key type cifs.spnego registered
1177[Sat Nov 16 17:38:39 2019] Key type cifs.idmap registered
1178[Sat Nov 16 17:38:39 2019] No dialect specified on mount. Default has changed to a more secure dialect, SMB2.1 or later (e.g. SMB3), from CIFS (SMB1). To use the less secure SMB1 dialect to access old servers which do not support SMB3 (or SMB2.1) specify vers=1.0 on mount.
1179[Sat Nov 16 17:38:41 2019] loop0: p1
1180[Sat Nov 16 17:38:46 2019] loop0: p1
1181[Sat Nov 16 17:41:46 2019] CIFS VFS: Server 10.0.3.2 has not responded in 180 seconds. Reconnecting...
1182[Sat Nov 16 17:41:46 2019] FAT-fs (loop1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
1183[Sat Nov 16 17:41:50 2019] Mass Storage Function, version: 2009/09/11
1184[Sat Nov 16 17:41:50 2019] LUN: removable file: (no medium)
1185[Sat Nov 16 17:41:50 2019] LUN: removable file: /backingfiles/music_disk.bin
1186[Sat Nov 16 17:41:50 2019] LUN: removable file: /backingfiles/cam_disk.bin
1187[Sat Nov 16 17:41:50 2019] Number of LUNs=2
1188[Sat Nov 16 17:41:50 2019] g_mass_storage gadget: Mass Storage Gadget, version: 2009/09/11
1189[Sat Nov 16 17:41:50 2019] g_mass_storage gadget: g_mass_storage ready
1190[Sat Nov 16 17:41:50 2019] dwc2 20980000.usb: bound driver g_mass_storage
1191[Sat Nov 16 17:41:51 2019] dwc2 20980000.usb: new device is high-speed
1192[Sat Nov 16 17:41:51 2019] dwc2 20980000.usb: new device is high-speed
1193[Sat Nov 16 17:41:51 2019] dwc2 20980000.usb: new address 30
1194[Sat Nov 16 17:41:51 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1195[Sat Nov 16 17:44:02 2019] dwc2 20980000.usb: new device is high-speed
1196[Sat Nov 16 17:44:02 2019] dwc2 20980000.usb: new device is high-speed
1197[Sat Nov 16 17:44:02 2019] dwc2 20980000.usb: new address 30
1198[Sat Nov 16 17:44:02 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1199[Sat Nov 16 17:44:02 2019] dwc2 20980000.usb: new device is high-speed
1200[Sat Nov 16 17:44:03 2019] dwc2 20980000.usb: new device is high-speed
1201[Sat Nov 16 17:44:03 2019] dwc2 20980000.usb: new address 30
1202[Sat Nov 16 17:44:03 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1203[Sat Nov 16 17:44:59 2019] dwc2 20980000.usb: new device is high-speed
1204[Sat Nov 16 17:44:59 2019] dwc2 20980000.usb: new device is high-speed
1205[Sat Nov 16 17:44:59 2019] dwc2 20980000.usb: new address 30
1206[Sat Nov 16 17:44:59 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1207[Sat Nov 16 17:45:59 2019] dwc2 20980000.usb: new device is high-speed
1208[Sat Nov 16 17:46:00 2019] dwc2 20980000.usb: new device is high-speed
1209[Sat Nov 16 17:46:00 2019] dwc2 20980000.usb: new address 30
1210[Sat Nov 16 17:46:00 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1211[Sat Nov 16 17:46:00 2019] dwc2 20980000.usb: new device is high-speed
1212[Sat Nov 16 17:46:00 2019] dwc2 20980000.usb: new device is high-speed
1213[Sat Nov 16 17:46:00 2019] dwc2 20980000.usb: new address 30
1214[Sat Nov 16 17:46:00 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1215[Sat Nov 16 17:46:02 2019] dwc2 20980000.usb: new device is high-speed
1216[Sat Nov 16 17:46:03 2019] dwc2 20980000.usb: new device is high-speed
1217[Sat Nov 16 17:46:03 2019] dwc2 20980000.usb: new address 30
1218[Sat Nov 16 17:46:03 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1219[Sat Nov 16 17:46:05 2019] dwc2 20980000.usb: new device is high-speed
1220[Sat Nov 16 17:46:05 2019] dwc2 20980000.usb: new device is high-speed
1221[Sat Nov 16 17:46:05 2019] dwc2 20980000.usb: new address 30
1222[Sat Nov 16 17:46:05 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1223[Sat Nov 16 17:46:05 2019] dwc2 20980000.usb: new device is high-speed
1224[Sat Nov 16 17:46:05 2019] dwc2 20980000.usb: new device is high-speed
1225[Sat Nov 16 17:46:05 2019] dwc2 20980000.usb: new address 30
1226[Sat Nov 16 17:46:05 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1227[Sat Nov 16 17:47:01 2019] dwc2 20980000.usb: new device is high-speed
1228[Sat Nov 16 17:47:02 2019] dwc2 20980000.usb: new device is high-speed
1229[Sat Nov 16 17:47:02 2019] dwc2 20980000.usb: new address 30
1230[Sat Nov 16 17:47:02 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1231[Sat Nov 16 17:47:05 2019] dwc2 20980000.usb: new device is high-speed
1232[Sat Nov 16 17:47:06 2019] dwc2 20980000.usb: new device is high-speed
1233[Sat Nov 16 17:47:06 2019] dwc2 20980000.usb: new address 30
1234[Sat Nov 16 17:47:06 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1235[Sat Nov 16 17:48:04 2019] dwc2 20980000.usb: new device is high-speed
1236[Sat Nov 16 17:48:04 2019] dwc2 20980000.usb: new device is high-speed
1237[Sat Nov 16 17:48:04 2019] dwc2 20980000.usb: new address 30
1238[Sat Nov 16 17:48:04 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1239[Sat Nov 16 17:49:01 2019] dwc2 20980000.usb: new device is high-speed
1240[Sat Nov 16 17:49:01 2019] dwc2 20980000.usb: new device is high-speed
1241[Sat Nov 16 17:49:01 2019] dwc2 20980000.usb: new address 30
1242[Sat Nov 16 17:49:01 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1243[Sat Nov 16 17:49:03 2019] dwc2 20980000.usb: new device is high-speed
1244[Sat Nov 16 17:49:03 2019] dwc2 20980000.usb: new device is high-speed
1245[Sat Nov 16 17:49:03 2019] dwc2 20980000.usb: new address 30
1246[Sat Nov 16 17:49:03 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1247[Sat Nov 16 17:49:03 2019] dwc2 20980000.usb: new device is high-speed
1248[Sat Nov 16 17:49:03 2019] dwc2 20980000.usb: new device is high-speed
1249[Sat Nov 16 17:49:03 2019] dwc2 20980000.usb: new address 30
1250[Sat Nov 16 17:49:03 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1251[Sat Nov 16 17:49:04 2019] dwc2 20980000.usb: new device is high-speed
1252[Sat Nov 16 17:49:04 2019] dwc2 20980000.usb: new device is high-speed
1253[Sat Nov 16 17:49:04 2019] dwc2 20980000.usb: new address 30
1254[Sat Nov 16 17:49:04 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1255[Sat Nov 16 17:49:08 2019] dwc2 20980000.usb: new device is high-speed
1256[Sat Nov 16 17:49:08 2019] dwc2 20980000.usb: new device is high-speed
1257[Sat Nov 16 17:49:08 2019] dwc2 20980000.usb: new address 30
1258[Sat Nov 16 17:49:08 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1259[Sat Nov 16 17:50:01 2019] dwc2 20980000.usb: new device is high-speed
1260[Sat Nov 16 17:50:01 2019] dwc2 20980000.usb: new device is high-speed
1261[Sat Nov 16 17:50:01 2019] dwc2 20980000.usb: new address 30
1262[Sat Nov 16 17:50:01 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1263[Sat Nov 16 17:50:03 2019] dwc2 20980000.usb: new device is high-speed
1264[Sat Nov 16 17:50:03 2019] dwc2 20980000.usb: new device is high-speed
1265[Sat Nov 16 17:50:03 2019] dwc2 20980000.usb: new address 30
1266[Sat Nov 16 17:50:03 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1267[Sat Nov 16 17:50:03 2019] dwc2 20980000.usb: new device is high-speed
1268[Sat Nov 16 17:50:03 2019] dwc2 20980000.usb: new device is high-speed
1269[Sat Nov 16 17:50:03 2019] dwc2 20980000.usb: new address 30
1270[Sat Nov 16 17:50:03 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1271[Sat Nov 16 17:50:06 2019] loop1: p1
1272[Sat Nov 16 17:50:06 2019] loop1: p1
1273[Sat Nov 16 17:50:09 2019] dwc2 20980000.usb: new device is high-speed
1274[Sat Nov 16 17:50:09 2019] dwc2 20980000.usb: new device is high-speed
1275[Sat Nov 16 17:50:09 2019] dwc2 20980000.usb: new address 30
1276[Sat Nov 16 17:50:09 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1277[Sat Nov 16 17:50:13 2019] No dialect specified on mount. Default has changed to a more secure dialect, SMB2.1 or later (e.g. SMB3), from CIFS (SMB1). To use the less secure SMB1 dialect to access old servers which do not support SMB3 (or SMB2.1) specify vers=1.0 on mount.
1278[Sat Nov 16 17:50:14 2019] FAT-fs (loop2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
1279[Sat Nov 16 17:50:29 2019] Mass Storage Function, version: 2009/09/11
1280[Sat Nov 16 17:50:29 2019] LUN: removable file: (no medium)
1281[Sat Nov 16 17:50:29 2019] LUN: removable file: /backingfiles/music_disk.bin
1282[Sat Nov 16 17:50:29 2019] LUN: removable file: /backingfiles/cam_disk.bin
1283[Sat Nov 16 17:50:29 2019] Number of LUNs=2
1284[Sat Nov 16 17:50:29 2019] g_mass_storage gadget: Mass Storage Gadget, version: 2009/09/11
1285[Sat Nov 16 17:50:29 2019] g_mass_storage gadget: g_mass_storage ready
1286[Sat Nov 16 17:50:29 2019] dwc2 20980000.usb: bound driver g_mass_storage
1287[Sat Nov 16 17:50:29 2019] dwc2 20980000.usb: new device is high-speed
1288[Sat Nov 16 17:50:29 2019] dwc2 20980000.usb: new device is high-speed
1289[Sat Nov 16 17:50:29 2019] dwc2 20980000.usb: new address 26
1290[Sat Nov 16 17:50:29 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1291[Sat Nov 16 17:51:34 2019] dwc2 20980000.usb: new device is high-speed
1292[Sat Nov 16 17:51:34 2019] dwc2 20980000.usb: new device is high-speed
1293[Sat Nov 16 17:51:34 2019] dwc2 20980000.usb: new address 26
1294[Sat Nov 16 17:51:34 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1295[Sat Nov 16 17:51:35 2019] dwc2 20980000.usb: new device is high-speed
1296[Sat Nov 16 17:51:35 2019] dwc2 20980000.usb: new device is high-speed
1297[Sat Nov 16 17:51:36 2019] dwc2 20980000.usb: new address 26
1298[Sat Nov 16 17:51:36 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1299[Sat Nov 16 17:51:38 2019] dwc2 20980000.usb: new device is high-speed
1300[Sat Nov 16 17:51:38 2019] dwc2 20980000.usb: new device is high-speed
1301[Sat Nov 16 17:51:38 2019] dwc2 20980000.usb: new address 26
1302[Sat Nov 16 17:51:38 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1303[Sat Nov 16 17:51:39 2019] dwc2 20980000.usb: new device is high-speed
1304[Sat Nov 16 17:51:39 2019] dwc2 20980000.usb: new device is high-speed
1305[Sat Nov 16 17:51:39 2019] dwc2 20980000.usb: new address 26
1306[Sat Nov 16 17:51:39 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1307[Sat Nov 16 17:51:40 2019] dwc2 20980000.usb: new device is high-speed
1308[Sat Nov 16 17:51:40 2019] dwc2 20980000.usb: new device is high-speed
1309[Sat Nov 16 17:51:40 2019] dwc2 20980000.usb: new address 26
1310[Sat Nov 16 17:51:40 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1311[Sat Nov 16 17:51:42 2019] dwc2 20980000.usb: new device is high-speed
1312[Sat Nov 16 17:51:42 2019] dwc2 20980000.usb: new device is high-speed
1313[Sat Nov 16 17:51:42 2019] dwc2 20980000.usb: new address 26
1314[Sat Nov 16 17:51:42 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1315[Sat Nov 16 17:52:35 2019] dwc2 20980000.usb: new device is high-speed
1316[Sat Nov 16 17:52:35 2019] dwc2 20980000.usb: new device is high-speed
1317[Sat Nov 16 17:52:35 2019] dwc2 20980000.usb: new address 26
1318[Sat Nov 16 17:52:35 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1319[Sat Nov 16 17:52:40 2019] dwc2 20980000.usb: new device is high-speed
1320[Sat Nov 16 17:52:41 2019] dwc2 20980000.usb: new device is high-speed
1321[Sat Nov 16 17:52:41 2019] dwc2 20980000.usb: new address 26
1322[Sat Nov 16 17:52:41 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1323[Sat Nov 16 17:52:41 2019] dwc2 20980000.usb: new device is high-speed
1324[Sat Nov 16 17:52:41 2019] dwc2 20980000.usb: new device is high-speed
1325[Sat Nov 16 17:52:41 2019] dwc2 20980000.usb: new address 26
1326[Sat Nov 16 17:52:41 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1327[Sat Nov 16 17:53:37 2019] dwc2 20980000.usb: new device is high-speed
1328[Sat Nov 16 17:53:37 2019] dwc2 20980000.usb: new device is high-speed
1329[Sat Nov 16 17:53:37 2019] dwc2 20980000.usb: new address 26
1330[Sat Nov 16 17:53:37 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1331[Sat Nov 16 17:53:38 2019] dwc2 20980000.usb: new device is high-speed
1332[Sat Nov 16 17:53:38 2019] dwc2 20980000.usb: new device is high-speed
1333[Sat Nov 16 17:53:38 2019] dwc2 20980000.usb: new address 26
1334[Sat Nov 16 17:53:38 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1335[Sat Nov 16 17:53:38 2019] dwc2 20980000.usb: new device is high-speed
1336[Sat Nov 16 17:53:38 2019] dwc2 20980000.usb: new device is high-speed
1337[Sat Nov 16 17:53:38 2019] dwc2 20980000.usb: new address 26
1338[Sat Nov 16 17:53:38 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1339[Sat Nov 16 17:54:36 2019] dwc2 20980000.usb: new device is high-speed
1340[Sat Nov 16 17:54:36 2019] dwc2 20980000.usb: new device is high-speed
1341[Sat Nov 16 17:54:36 2019] dwc2 20980000.usb: new address 26
1342[Sat Nov 16 17:54:36 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1343[Sat Nov 16 17:54:37 2019] dwc2 20980000.usb: new device is high-speed
1344[Sat Nov 16 17:54:37 2019] dwc2 20980000.usb: new device is high-speed
1345[Sat Nov 16 17:54:37 2019] dwc2 20980000.usb: new address 26
1346[Sat Nov 16 17:54:37 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1347[Sat Nov 16 17:54:37 2019] dwc2 20980000.usb: new device is high-speed
1348[Sat Nov 16 17:54:37 2019] dwc2 20980000.usb: new device is high-speed
1349[Sat Nov 16 17:54:37 2019] dwc2 20980000.usb: new address 26
1350[Sat Nov 16 17:54:37 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1351[Sat Nov 16 17:54:40 2019] dwc2 20980000.usb: new device is high-speed
1352[Sat Nov 16 17:54:40 2019] dwc2 20980000.usb: new device is high-speed
1353[Sat Nov 16 17:54:40 2019] dwc2 20980000.usb: new address 26
1354[Sat Nov 16 17:54:40 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1355[Sat Nov 16 17:54:41 2019] dwc2 20980000.usb: new device is high-speed
1356[Sat Nov 16 17:54:41 2019] dwc2 20980000.usb: new device is high-speed
1357[Sat Nov 16 17:54:41 2019] dwc2 20980000.usb: new address 26
1358[Sat Nov 16 17:54:41 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1359[Sat Nov 16 17:54:41 2019] dwc2 20980000.usb: new device is high-speed
1360[Sat Nov 16 17:54:41 2019] dwc2 20980000.usb: new device is high-speed
1361[Sat Nov 16 17:54:41 2019] dwc2 20980000.usb: new address 26
1362[Sat Nov 16 17:54:41 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1363[Sat Nov 16 17:54:42 2019] dwc2 20980000.usb: new device is high-speed
1364[Sat Nov 16 17:54:42 2019] dwc2 20980000.usb: new device is high-speed
1365[Sat Nov 16 17:54:42 2019] dwc2 20980000.usb: new address 26
1366[Sat Nov 16 17:54:42 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1367[Sat Nov 16 17:54:42 2019] dwc2 20980000.usb: new device is high-speed
1368[Sat Nov 16 17:54:42 2019] dwc2 20980000.usb: new device is high-speed
1369[Sat Nov 16 17:54:43 2019] dwc2 20980000.usb: new address 26
1370[Sat Nov 16 17:54:43 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1371[Sat Nov 16 17:55:39 2019] dwc2 20980000.usb: new device is high-speed
1372[Sat Nov 16 17:55:39 2019] dwc2 20980000.usb: new device is high-speed
1373[Sat Nov 16 17:55:39 2019] dwc2 20980000.usb: new address 26
1374[Sat Nov 16 17:55:39 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1375[Sat Nov 16 17:55:40 2019] dwc2 20980000.usb: new device is high-speed
1376[Sat Nov 16 17:55:40 2019] dwc2 20980000.usb: new device is high-speed
1377[Sat Nov 16 17:55:40 2019] dwc2 20980000.usb: new address 26
1378[Sat Nov 16 17:55:40 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1379[Sat Nov 16 17:55:41 2019] dwc2 20980000.usb: new device is high-speed
1380[Sat Nov 16 17:55:41 2019] dwc2 20980000.usb: new device is high-speed
1381[Sat Nov 16 17:55:41 2019] dwc2 20980000.usb: new address 26
1382[Sat Nov 16 17:55:41 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1383[Sat Nov 16 17:55:42 2019] dwc2 20980000.usb: new device is high-speed
1384[Sat Nov 16 17:55:42 2019] dwc2 20980000.usb: new device is high-speed
1385[Sat Nov 16 17:55:42 2019] dwc2 20980000.usb: new address 26
1386[Sat Nov 16 17:55:42 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1387[Sat Nov 16 17:56:42 2019] dwc2 20980000.usb: new device is high-speed
1388[Sat Nov 16 17:56:42 2019] dwc2 20980000.usb: new device is high-speed
1389[Sat Nov 16 17:56:42 2019] dwc2 20980000.usb: new address 26
1390[Sat Nov 16 17:56:42 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1391[Sat Nov 16 17:57:40 2019] dwc2 20980000.usb: new device is high-speed
1392[Sat Nov 16 17:57:40 2019] dwc2 20980000.usb: new device is high-speed
1393[Sat Nov 16 17:57:40 2019] dwc2 20980000.usb: new address 26
1394[Sat Nov 16 17:57:40 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1395[Sat Nov 16 17:57:40 2019] dwc2 20980000.usb: new device is high-speed
1396[Sat Nov 16 17:57:40 2019] dwc2 20980000.usb: new device is high-speed
1397[Sat Nov 16 17:57:40 2019] dwc2 20980000.usb: new address 26
1398[Sat Nov 16 17:57:40 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1399[Sat Nov 16 17:57:46 2019] dwc2 20980000.usb: new device is high-speed
1400[Sat Nov 16 17:57:46 2019] dwc2 20980000.usb: new device is high-speed
1401[Sat Nov 16 17:57:46 2019] dwc2 20980000.usb: new address 26
1402[Sat Nov 16 17:57:46 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1403[Sat Nov 16 17:57:47 2019] dwc2 20980000.usb: new device is high-speed
1404[Sat Nov 16 17:57:47 2019] dwc2 20980000.usb: new device is high-speed
1405[Sat Nov 16 17:57:47 2019] dwc2 20980000.usb: new address 26
1406[Sat Nov 16 17:57:47 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1407[Sat Nov 16 17:58:37 2019] dwc2 20980000.usb: new device is high-speed
1408[Sat Nov 16 17:58:37 2019] dwc2 20980000.usb: new device is high-speed
1409[Sat Nov 16 17:58:37 2019] dwc2 20980000.usb: new address 26
1410[Sat Nov 16 17:58:37 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1411[Sat Nov 16 17:58:37 2019] dwc2 20980000.usb: new device is high-speed
1412[Sat Nov 16 17:58:37 2019] dwc2 20980000.usb: new device is high-speed
1413[Sat Nov 16 17:58:37 2019] dwc2 20980000.usb: new address 26
1414[Sat Nov 16 17:58:37 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1415[Sat Nov 16 17:58:38 2019] dwc2 20980000.usb: new device is high-speed
1416[Sat Nov 16 17:58:38 2019] dwc2 20980000.usb: new device is high-speed
1417[Sat Nov 16 17:58:39 2019] dwc2 20980000.usb: new address 26
1418[Sat Nov 16 17:58:39 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1419[Sat Nov 16 17:58:39 2019] dwc2 20980000.usb: new device is high-speed
1420[Sat Nov 16 17:58:39 2019] dwc2 20980000.usb: new device is high-speed
1421[Sat Nov 16 17:58:39 2019] dwc2 20980000.usb: new address 26
1422[Sat Nov 16 17:58:39 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1423[Sat Nov 16 17:58:41 2019] dwc2 20980000.usb: new device is high-speed
1424[Sat Nov 16 17:58:41 2019] dwc2 20980000.usb: new device is high-speed
1425[Sat Nov 16 17:58:41 2019] dwc2 20980000.usb: new address 26
1426[Sat Nov 16 17:58:41 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1427[Sat Nov 16 17:58:54 2019] dwc2 20980000.usb: new device is high-speed
1428[Sat Nov 16 17:58:54 2019] dwc2 20980000.usb: new device is high-speed
1429[Sat Nov 16 17:58:54 2019] dwc2 20980000.usb: new address 26
1430[Sat Nov 16 17:58:54 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1431[Sat Nov 16 17:58:55 2019] dwc2 20980000.usb: new device is high-speed
1432[Sat Nov 16 17:58:55 2019] dwc2 20980000.usb: new device is high-speed
1433[Sat Nov 16 17:58:55 2019] dwc2 20980000.usb: new address 26
1434[Sat Nov 16 17:58:55 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1435[Sat Nov 16 17:58:56 2019] dwc2 20980000.usb: new device is high-speed
1436[Sat Nov 16 17:58:56 2019] dwc2 20980000.usb: new device is high-speed
1437[Sat Nov 16 17:58:56 2019] dwc2 20980000.usb: new address 26
1438[Sat Nov 16 17:58:56 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1439[Sat Nov 16 17:58:57 2019] dwc2 20980000.usb: new device is high-speed
1440[Sat Nov 16 17:58:57 2019] dwc2 20980000.usb: new device is high-speed
1441[Sat Nov 16 17:58:57 2019] dwc2 20980000.usb: new address 26
1442[Sat Nov 16 17:58:57 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1443[Sat Nov 16 17:59:38 2019] dwc2 20980000.usb: new device is high-speed
1444[Sat Nov 16 17:59:38 2019] dwc2 20980000.usb: new device is high-speed
1445[Sat Nov 16 17:59:38 2019] dwc2 20980000.usb: new address 26
1446[Sat Nov 16 17:59:38 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1447[Sat Nov 16 17:59:39 2019] dwc2 20980000.usb: new device is high-speed
1448[Sat Nov 16 17:59:39 2019] dwc2 20980000.usb: new device is high-speed
1449[Sat Nov 16 17:59:39 2019] dwc2 20980000.usb: new address 26
1450[Sat Nov 16 17:59:39 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1451[Sat Nov 16 18:00:39 2019] dwc2 20980000.usb: new device is high-speed
1452[Sat Nov 16 18:00:39 2019] dwc2 20980000.usb: new device is high-speed
1453[Sat Nov 16 18:00:39 2019] dwc2 20980000.usb: new address 26
1454[Sat Nov 16 18:00:39 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1455[Sat Nov 16 18:00:40 2019] dwc2 20980000.usb: new device is high-speed
1456[Sat Nov 16 18:00:41 2019] dwc2 20980000.usb: new device is high-speed
1457[Sat Nov 16 18:00:41 2019] dwc2 20980000.usb: new address 26
1458[Sat Nov 16 18:00:41 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1459[Sat Nov 16 18:00:41 2019] dwc2 20980000.usb: new device is high-speed
1460[Sat Nov 16 18:00:41 2019] dwc2 20980000.usb: new device is high-speed
1461[Sat Nov 16 18:00:41 2019] dwc2 20980000.usb: new address 26
1462[Sat Nov 16 18:00:42 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1463[Sat Nov 16 18:00:45 2019] dwc2 20980000.usb: new device is high-speed
1464[Sat Nov 16 18:00:45 2019] dwc2 20980000.usb: new device is high-speed
1465[Sat Nov 16 18:00:45 2019] dwc2 20980000.usb: new address 26
1466[Sat Nov 16 18:00:45 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1467[Sat Nov 16 18:01:38 2019] dwc2 20980000.usb: new device is high-speed
1468[Sat Nov 16 18:01:39 2019] dwc2 20980000.usb: new device is high-speed
1469[Sat Nov 16 18:01:39 2019] dwc2 20980000.usb: new address 26
1470[Sat Nov 16 18:01:39 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1471[Sat Nov 16 18:01:39 2019] dwc2 20980000.usb: new device is high-speed
1472[Sat Nov 16 18:01:39 2019] dwc2 20980000.usb: new device is high-speed
1473[Sat Nov 16 18:01:39 2019] dwc2 20980000.usb: new address 26
1474[Sat Nov 16 18:01:39 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1475[Sat Nov 16 18:01:40 2019] dwc2 20980000.usb: new device is high-speed
1476[Sat Nov 16 18:01:40 2019] dwc2 20980000.usb: new device is high-speed
1477[Sat Nov 16 18:01:40 2019] dwc2 20980000.usb: new address 26
1478[Sat Nov 16 18:01:45 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1479[Sat Nov 16 18:01:47 2019] dwc2 20980000.usb: new device is high-speed
1480[Sat Nov 16 18:01:48 2019] dwc2 20980000.usb: new device is high-speed
1481[Sat Nov 16 18:01:48 2019] dwc2 20980000.usb: new address 26
1482[Sat Nov 16 18:01:48 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1483[Sat Nov 16 18:01:48 2019] dwc2 20980000.usb: new device is high-speed
1484[Sat Nov 16 18:01:48 2019] dwc2 20980000.usb: new device is high-speed
1485[Sat Nov 16 18:01:48 2019] dwc2 20980000.usb: new address 26
1486[Sat Nov 16 18:01:48 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1487[Sat Nov 16 18:01:49 2019] dwc2 20980000.usb: new device is high-speed
1488[Sat Nov 16 18:01:49 2019] dwc2 20980000.usb: new device is high-speed
1489[Sat Nov 16 18:01:49 2019] dwc2 20980000.usb: new address 26
1490[Sat Nov 16 18:01:49 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1491[Sat Nov 16 18:01:50 2019] dwc2 20980000.usb: new device is high-speed
1492[Sat Nov 16 18:01:50 2019] dwc2 20980000.usb: new device is high-speed
1493[Sat Nov 16 18:01:50 2019] dwc2 20980000.usb: new address 26
1494[Sat Nov 16 18:01:50 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1495[Sat Nov 16 18:01:51 2019] dwc2 20980000.usb: new device is high-speed
1496[Sat Nov 16 18:01:51 2019] dwc2 20980000.usb: new device is high-speed
1497[Sat Nov 16 18:01:51 2019] dwc2 20980000.usb: new address 26
1498[Sat Nov 16 18:01:51 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1499[Sat Nov 16 18:02:42 2019] dwc2 20980000.usb: new device is high-speed
1500[Sat Nov 16 18:02:42 2019] dwc2 20980000.usb: new device is high-speed
1501[Sat Nov 16 18:02:42 2019] dwc2 20980000.usb: new address 26
1502[Sat Nov 16 18:02:42 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1503[Sat Nov 16 18:02:43 2019] dwc2 20980000.usb: new device is high-speed
1504[Sat Nov 16 18:02:43 2019] dwc2 20980000.usb: new device is high-speed
1505[Sat Nov 16 18:02:43 2019] dwc2 20980000.usb: new address 26
1506[Sat Nov 16 18:02:43 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1507[Sat Nov 16 18:02:44 2019] dwc2 20980000.usb: new device is high-speed
1508[Sat Nov 16 18:02:44 2019] dwc2 20980000.usb: new device is high-speed
1509[Sat Nov 16 18:02:44 2019] dwc2 20980000.usb: new address 26
1510[Sat Nov 16 18:02:44 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1511[Sat Nov 16 18:02:45 2019] dwc2 20980000.usb: new device is high-speed
1512[Sat Nov 16 18:02:45 2019] dwc2 20980000.usb: new device is high-speed
1513[Sat Nov 16 18:02:45 2019] dwc2 20980000.usb: new address 26
1514[Sat Nov 16 18:02:45 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1515[Sat Nov 16 18:03:40 2019] dwc2 20980000.usb: new device is high-speed
1516[Sat Nov 16 18:03:40 2019] dwc2 20980000.usb: new device is high-speed
1517[Sat Nov 16 18:03:40 2019] dwc2 20980000.usb: new address 26
1518[Sat Nov 16 18:03:40 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1519[Sat Nov 16 18:03:40 2019] dwc2 20980000.usb: new device is high-speed
1520[Sat Nov 16 18:03:40 2019] dwc2 20980000.usb: new device is high-speed
1521[Sat Nov 16 18:03:41 2019] dwc2 20980000.usb: new address 26
1522[Sat Nov 16 18:03:41 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1523[Sat Nov 16 18:03:48 2019] dwc2 20980000.usb: new device is high-speed
1524[Sat Nov 16 18:03:48 2019] dwc2 20980000.usb: new device is high-speed
1525[Sat Nov 16 18:03:48 2019] dwc2 20980000.usb: new address 26
1526[Sat Nov 16 18:03:48 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1527[Sat Nov 16 18:03:51 2019] dwc2 20980000.usb: new device is high-speed
1528[Sat Nov 16 18:03:51 2019] dwc2 20980000.usb: new device is high-speed
1529[Sat Nov 16 18:03:51 2019] dwc2 20980000.usb: new address 26
1530[Sat Nov 16 18:03:51 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1531[Sat Nov 16 18:03:51 2019] dwc2 20980000.usb: new device is high-speed
1532[Sat Nov 16 18:03:51 2019] dwc2 20980000.usb: new device is high-speed
1533[Sat Nov 16 18:03:51 2019] dwc2 20980000.usb: new address 26
1534[Sat Nov 16 18:03:51 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1535[Sat Nov 16 18:04:38 2019] dwc2 20980000.usb: new device is high-speed
1536[Sat Nov 16 18:04:38 2019] dwc2 20980000.usb: new device is high-speed
1537[Sat Nov 16 18:04:38 2019] dwc2 20980000.usb: new address 26
1538[Sat Nov 16 18:04:38 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1539[Sat Nov 16 18:04:45 2019] dwc2 20980000.usb: new device is high-speed
1540[Sat Nov 16 18:04:46 2019] dwc2 20980000.usb: new device is high-speed
1541[Sat Nov 16 18:04:46 2019] dwc2 20980000.usb: new address 26
1542[Sat Nov 16 18:04:46 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1543[Sat Nov 16 18:04:47 2019] dwc2 20980000.usb: new device is high-speed
1544[Sat Nov 16 18:04:48 2019] dwc2 20980000.usb: new device is high-speed
1545[Sat Nov 16 18:04:48 2019] dwc2 20980000.usb: new address 26
1546[Sat Nov 16 18:04:48 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1547[Sat Nov 16 18:04:50 2019] dwc2 20980000.usb: new device is high-speed
1548[Sat Nov 16 18:04:50 2019] dwc2 20980000.usb: new device is high-speed
1549[Sat Nov 16 18:04:50 2019] dwc2 20980000.usb: new address 26
1550[Sat Nov 16 18:04:50 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1551[Sat Nov 16 18:04:50 2019] dwc2 20980000.usb: new device is high-speed
1552[Sat Nov 16 18:04:50 2019] dwc2 20980000.usb: new device is high-speed
1553[Sat Nov 16 18:04:50 2019] dwc2 20980000.usb: new address 26
1554[Sat Nov 16 18:04:51 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1555[Sat Nov 16 18:04:51 2019] dwc2 20980000.usb: new device is high-speed
1556[Sat Nov 16 18:04:51 2019] dwc2 20980000.usb: new device is high-speed
1557[Sat Nov 16 18:04:51 2019] dwc2 20980000.usb: new address 26
1558[Sat Nov 16 18:04:51 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1559[Sat Nov 16 18:05:38 2019] dwc2 20980000.usb: new device is high-speed
1560[Sat Nov 16 18:05:39 2019] dwc2 20980000.usb: new device is high-speed
1561[Sat Nov 16 18:05:39 2019] dwc2 20980000.usb: new address 26
1562[Sat Nov 16 18:05:39 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1563[Sat Nov 16 18:05:40 2019] dwc2 20980000.usb: new device is high-speed
1564[Sat Nov 16 18:05:40 2019] dwc2 20980000.usb: new device is high-speed
1565[Sat Nov 16 18:05:40 2019] dwc2 20980000.usb: new address 26
1566[Sat Nov 16 18:05:40 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1567[Sat Nov 16 18:05:41 2019] dwc2 20980000.usb: new device is high-speed
1568[Sat Nov 16 18:05:41 2019] dwc2 20980000.usb: new device is high-speed
1569[Sat Nov 16 18:05:41 2019] dwc2 20980000.usb: new address 26
1570[Sat Nov 16 18:05:41 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1571[Sat Nov 16 18:05:42 2019] dwc2 20980000.usb: new device is high-speed
1572[Sat Nov 16 18:05:42 2019] dwc2 20980000.usb: new device is high-speed
1573[Sat Nov 16 18:05:42 2019] dwc2 20980000.usb: new address 26
1574[Sat Nov 16 18:05:42 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1575[Sat Nov 16 18:06:40 2019] dwc2 20980000.usb: new device is high-speed
1576[Sat Nov 16 18:06:40 2019] dwc2 20980000.usb: new device is high-speed
1577[Sat Nov 16 18:06:40 2019] dwc2 20980000.usb: new address 26
1578[Sat Nov 16 18:06:40 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1579[Sat Nov 16 18:06:42 2019] dwc2 20980000.usb: new device is high-speed
1580[Sat Nov 16 18:06:42 2019] dwc2 20980000.usb: new device is high-speed
1581[Sat Nov 16 18:06:42 2019] dwc2 20980000.usb: new address 26
1582[Sat Nov 16 18:06:42 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1583[Sat Nov 16 18:06:42 2019] dwc2 20980000.usb: new device is high-speed
1584[Sat Nov 16 18:06:42 2019] dwc2 20980000.usb: new device is high-speed
1585[Sat Nov 16 18:06:42 2019] dwc2 20980000.usb: new address 26
1586[Sat Nov 16 18:06:42 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1587[Sat Nov 16 18:06:43 2019] dwc2 20980000.usb: new device is high-speed
1588[Sat Nov 16 18:06:43 2019] dwc2 20980000.usb: new device is high-speed
1589[Sat Nov 16 18:06:43 2019] dwc2 20980000.usb: new address 26
1590[Sat Nov 16 18:06:43 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1591[Sat Nov 16 18:06:45 2019] dwc2 20980000.usb: new device is high-speed
1592[Sat Nov 16 18:06:46 2019] dwc2 20980000.usb: new device is high-speed
1593[Sat Nov 16 18:06:46 2019] dwc2 20980000.usb: new address 26
1594[Sat Nov 16 18:06:46 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1595[Sat Nov 16 18:06:47 2019] dwc2 20980000.usb: new device is high-speed
1596[Sat Nov 16 18:06:47 2019] dwc2 20980000.usb: new device is high-speed
1597[Sat Nov 16 18:06:47 2019] dwc2 20980000.usb: new address 26
1598[Sat Nov 16 18:06:47 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1599[Sat Nov 16 18:07:40 2019] dwc2 20980000.usb: new device is high-speed
1600[Sat Nov 16 18:07:40 2019] dwc2 20980000.usb: new device is high-speed
1601[Sat Nov 16 18:07:40 2019] dwc2 20980000.usb: new address 26
1602[Sat Nov 16 18:07:40 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1603[Sat Nov 16 18:07:41 2019] dwc2 20980000.usb: new device is high-speed
1604[Sat Nov 16 18:07:41 2019] dwc2 20980000.usb: new device is high-speed
1605[Sat Nov 16 18:07:41 2019] dwc2 20980000.usb: new address 26
1606[Sat Nov 16 18:07:41 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1607[Sat Nov 16 18:07:42 2019] dwc2 20980000.usb: new device is high-speed
1608[Sat Nov 16 18:07:42 2019] dwc2 20980000.usb: new device is high-speed
1609[Sat Nov 16 18:07:42 2019] dwc2 20980000.usb: new address 26
1610[Sat Nov 16 18:07:42 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1611[Sat Nov 16 18:07:44 2019] dwc2 20980000.usb: new device is high-speed
1612[Sat Nov 16 18:07:44 2019] dwc2 20980000.usb: new device is high-speed
1613[Sat Nov 16 18:07:44 2019] dwc2 20980000.usb: new address 26
1614[Sat Nov 16 18:07:44 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1615[Sat Nov 16 18:08:13 2019] dwc2 20980000.usb: new device is high-speed
1616[Sat Nov 16 18:08:13 2019] dwc2 20980000.usb: new device is high-speed
1617[Sat Nov 16 18:08:13 2019] dwc2 20980000.usb: new address 26
1618[Sat Nov 16 18:08:13 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1619[Sat Nov 16 18:08:13 2019] dwc2 20980000.usb: new device is high-speed
1620[Sat Nov 16 18:08:13 2019] dwc2 20980000.usb: new device is high-speed
1621[Sat Nov 16 18:08:13 2019] dwc2 20980000.usb: new address 26
1622[Sat Nov 16 18:08:13 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1623[Sat Nov 16 18:08:42 2019] dwc2 20980000.usb: new device is high-speed
1624[Sat Nov 16 18:08:43 2019] dwc2 20980000.usb: new device is high-speed
1625[Sat Nov 16 18:08:43 2019] dwc2 20980000.usb: new address 26
1626[Sat Nov 16 18:08:43 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1627[Sat Nov 16 18:08:43 2019] dwc2 20980000.usb: new device is high-speed
1628[Sat Nov 16 18:08:43 2019] dwc2 20980000.usb: new device is high-speed
1629[Sat Nov 16 18:08:43 2019] dwc2 20980000.usb: new address 26
1630[Sat Nov 16 18:08:43 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1631[Sat Nov 16 18:08:44 2019] dwc2 20980000.usb: new device is high-speed
1632[Sat Nov 16 18:08:44 2019] dwc2 20980000.usb: new device is high-speed
1633[Sat Nov 16 18:08:44 2019] dwc2 20980000.usb: new address 26
1634[Sat Nov 16 18:08:44 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1635[Sat Nov 16 18:08:44 2019] dwc2 20980000.usb: new device is high-speed
1636[Sat Nov 16 18:08:44 2019] dwc2 20980000.usb: new device is high-speed
1637[Sat Nov 16 18:08:44 2019] dwc2 20980000.usb: new address 26
1638[Sat Nov 16 18:08:44 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1639[Sat Nov 16 18:08:48 2019] dwc2 20980000.usb: new device is high-speed
1640[Sat Nov 16 18:08:48 2019] dwc2 20980000.usb: new device is high-speed
1641[Sat Nov 16 18:08:48 2019] dwc2 20980000.usb: new address 26
1642[Sat Nov 16 18:08:48 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1643[Sat Nov 16 18:09:42 2019] dwc2 20980000.usb: new device is high-speed
1644[Sat Nov 16 18:09:42 2019] dwc2 20980000.usb: new device is high-speed
1645[Sat Nov 16 18:09:43 2019] dwc2 20980000.usb: new address 26
1646[Sat Nov 16 18:09:43 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1647[Sat Nov 16 18:09:43 2019] dwc2 20980000.usb: new device is high-speed
1648[Sat Nov 16 18:09:43 2019] dwc2 20980000.usb: new device is high-speed
1649[Sat Nov 16 18:09:43 2019] dwc2 20980000.usb: new address 26
1650[Sat Nov 16 18:09:43 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1651[Sat Nov 16 18:09:44 2019] dwc2 20980000.usb: new device is high-speed
1652[Sat Nov 16 18:09:44 2019] dwc2 20980000.usb: new device is high-speed
1653[Sat Nov 16 18:09:44 2019] dwc2 20980000.usb: new address 26
1654[Sat Nov 16 18:09:44 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1655[Sat Nov 16 18:09:45 2019] dwc2 20980000.usb: new device is high-speed
1656[Sat Nov 16 18:09:45 2019] dwc2 20980000.usb: new device is high-speed
1657[Sat Nov 16 18:09:45 2019] dwc2 20980000.usb: new address 26
1658[Sat Nov 16 18:09:45 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1659[Sat Nov 16 18:09:45 2019] dwc2 20980000.usb: new device is high-speed
1660[Sat Nov 16 18:09:45 2019] dwc2 20980000.usb: new device is high-speed
1661[Sat Nov 16 18:09:45 2019] dwc2 20980000.usb: new address 26
1662[Sat Nov 16 18:09:45 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1663[Sat Nov 16 18:09:46 2019] dwc2 20980000.usb: new device is high-speed
1664[Sat Nov 16 18:09:46 2019] dwc2 20980000.usb: new device is high-speed
1665[Sat Nov 16 18:09:47 2019] dwc2 20980000.usb: new address 26
1666[Sat Nov 16 18:09:47 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1667[Sat Nov 16 18:09:47 2019] dwc2 20980000.usb: new device is high-speed
1668[Sat Nov 16 18:09:47 2019] dwc2 20980000.usb: new device is high-speed
1669[Sat Nov 16 18:09:47 2019] dwc2 20980000.usb: new address 26
1670[Sat Nov 16 18:09:47 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1671[Sat Nov 16 18:09:47 2019] dwc2 20980000.usb: new device is high-speed
1672[Sat Nov 16 18:09:47 2019] dwc2 20980000.usb: new device is high-speed
1673[Sat Nov 16 18:09:47 2019] dwc2 20980000.usb: new address 26
1674[Sat Nov 16 18:09:47 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1675[Sat Nov 16 18:09:48 2019] dwc2 20980000.usb: new device is high-speed
1676[Sat Nov 16 18:09:48 2019] dwc2 20980000.usb: new device is high-speed
1677[Sat Nov 16 18:09:48 2019] dwc2 20980000.usb: new address 26
1678[Sat Nov 16 18:09:48 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1679[Sat Nov 16 18:10:41 2019] dwc2 20980000.usb: new device is high-speed
1680[Sat Nov 16 18:10:41 2019] dwc2 20980000.usb: new device is high-speed
1681[Sat Nov 16 18:10:41 2019] dwc2 20980000.usb: new address 26
1682[Sat Nov 16 18:10:41 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1683[Sat Nov 16 18:10:42 2019] dwc2 20980000.usb: new device is high-speed
1684[Sat Nov 16 18:10:42 2019] dwc2 20980000.usb: new device is high-speed
1685[Sat Nov 16 18:10:42 2019] dwc2 20980000.usb: new address 26
1686[Sat Nov 16 18:10:42 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1687[Sat Nov 16 18:10:43 2019] dwc2 20980000.usb: new device is high-speed
1688[Sat Nov 16 18:10:43 2019] dwc2 20980000.usb: new device is high-speed
1689[Sat Nov 16 18:10:43 2019] dwc2 20980000.usb: new address 26
1690[Sat Nov 16 18:10:43 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1691[Sat Nov 16 18:10:43 2019] dwc2 20980000.usb: new device is high-speed
1692[Sat Nov 16 18:10:43 2019] dwc2 20980000.usb: new device is high-speed
1693[Sat Nov 16 18:10:43 2019] dwc2 20980000.usb: new address 26
1694[Sat Nov 16 18:10:43 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1695[Sat Nov 16 18:10:44 2019] dwc2 20980000.usb: new device is high-speed
1696[Sat Nov 16 18:10:44 2019] dwc2 20980000.usb: new device is high-speed
1697[Sat Nov 16 18:10:44 2019] dwc2 20980000.usb: new address 26
1698[Sat Nov 16 18:10:44 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1699[Sat Nov 16 18:10:46 2019] dwc2 20980000.usb: new device is high-speed
1700[Sat Nov 16 18:10:46 2019] dwc2 20980000.usb: new device is high-speed
1701[Sat Nov 16 18:10:46 2019] dwc2 20980000.usb: new address 26
1702[Sat Nov 16 18:10:46 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1703[Sat Nov 16 18:10:46 2019] dwc2 20980000.usb: new device is high-speed
1704[Sat Nov 16 18:10:46 2019] dwc2 20980000.usb: new device is high-speed
1705[Sat Nov 16 18:10:46 2019] dwc2 20980000.usb: new address 26
1706[Sat Nov 16 18:10:46 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1707[Sat Nov 16 18:10:47 2019] dwc2 20980000.usb: new device is high-speed
1708[Sat Nov 16 18:10:47 2019] dwc2 20980000.usb: new device is high-speed
1709[Sat Nov 16 18:10:47 2019] dwc2 20980000.usb: new address 26
1710[Sat Nov 16 18:10:47 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1711[Sat Nov 16 18:10:59 2019] dwc2 20980000.usb: new device is high-speed
1712[Sat Nov 16 18:10:59 2019] dwc2 20980000.usb: new device is high-speed
1713[Sat Nov 16 18:10:59 2019] dwc2 20980000.usb: new address 26
1714[Sat Nov 16 18:10:59 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1715[Sat Nov 16 18:11:42 2019] dwc2 20980000.usb: new device is high-speed
1716[Sat Nov 16 18:11:42 2019] dwc2 20980000.usb: new device is high-speed
1717[Sat Nov 16 18:11:42 2019] dwc2 20980000.usb: new address 26
1718[Sat Nov 16 18:11:42 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1719[Sat Nov 16 18:11:43 2019] dwc2 20980000.usb: new device is high-speed
1720[Sat Nov 16 18:11:43 2019] dwc2 20980000.usb: new device is high-speed
1721[Sat Nov 16 18:11:43 2019] dwc2 20980000.usb: new address 26
1722[Sat Nov 16 18:11:43 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1723[Sat Nov 16 18:11:44 2019] dwc2 20980000.usb: new device is high-speed
1724[Sat Nov 16 18:11:44 2019] dwc2 20980000.usb: new device is high-speed
1725[Sat Nov 16 18:11:44 2019] dwc2 20980000.usb: new address 26
1726[Sat Nov 16 18:11:44 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1727[Sat Nov 16 18:11:44 2019] dwc2 20980000.usb: new device is high-speed
1728[Sat Nov 16 18:11:44 2019] dwc2 20980000.usb: new device is high-speed
1729[Sat Nov 16 18:11:44 2019] dwc2 20980000.usb: new address 26
1730[Sat Nov 16 18:11:44 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1731[Sat Nov 16 18:11:45 2019] dwc2 20980000.usb: new device is high-speed
1732[Sat Nov 16 18:11:45 2019] dwc2 20980000.usb: new device is high-speed
1733[Sat Nov 16 18:11:45 2019] dwc2 20980000.usb: new address 26
1734[Sat Nov 16 18:11:45 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1735[Sat Nov 16 18:11:49 2019] dwc2 20980000.usb: new device is high-speed
1736[Sat Nov 16 18:11:49 2019] dwc2 20980000.usb: new device is high-speed
1737[Sat Nov 16 18:11:49 2019] dwc2 20980000.usb: new address 26
1738[Sat Nov 16 18:11:49 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1739[Sat Nov 16 18:11:50 2019] dwc2 20980000.usb: new device is high-speed
1740[Sat Nov 16 18:11:50 2019] dwc2 20980000.usb: new device is high-speed
1741[Sat Nov 16 18:11:50 2019] dwc2 20980000.usb: new address 26
1742[Sat Nov 16 18:11:50 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1743[Sat Nov 16 18:12:42 2019] dwc2 20980000.usb: new device is high-speed
1744[Sat Nov 16 18:12:42 2019] dwc2 20980000.usb: new device is high-speed
1745[Sat Nov 16 18:12:42 2019] dwc2 20980000.usb: new address 26
1746[Sat Nov 16 18:12:42 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1747[Sat Nov 16 18:12:45 2019] dwc2 20980000.usb: new device is high-speed
1748[Sat Nov 16 18:12:45 2019] dwc2 20980000.usb: new device is high-speed
1749[Sat Nov 16 18:12:45 2019] dwc2 20980000.usb: new address 26
1750[Sat Nov 16 18:12:45 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1751[Sat Nov 16 18:12:48 2019] dwc2 20980000.usb: new device is high-speed
1752[Sat Nov 16 18:12:48 2019] dwc2 20980000.usb: new device is high-speed
1753[Sat Nov 16 18:12:48 2019] dwc2 20980000.usb: new address 26
1754[Sat Nov 16 18:12:48 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1755[Sat Nov 16 18:12:48 2019] dwc2 20980000.usb: new device is high-speed
1756[Sat Nov 16 18:12:49 2019] dwc2 20980000.usb: new device is high-speed
1757[Sat Nov 16 18:12:49 2019] dwc2 20980000.usb: new address 26
1758[Sat Nov 16 18:12:49 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1759[Sat Nov 16 18:12:49 2019] dwc2 20980000.usb: new device is high-speed
1760[Sat Nov 16 18:12:49 2019] dwc2 20980000.usb: new device is high-speed
1761[Sat Nov 16 18:12:49 2019] dwc2 20980000.usb: new address 26
1762[Sat Nov 16 18:12:49 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1763[Sat Nov 16 18:12:49 2019] dwc2 20980000.usb: new device is high-speed
1764[Sat Nov 16 18:12:49 2019] dwc2 20980000.usb: new device is high-speed
1765[Sat Nov 16 18:12:50 2019] dwc2 20980000.usb: new address 26
1766[Sat Nov 16 18:12:50 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1767[Sat Nov 16 18:12:50 2019] dwc2 20980000.usb: new device is high-speed
1768[Sat Nov 16 18:12:50 2019] dwc2 20980000.usb: new device is high-speed
1769[Sat Nov 16 18:12:50 2019] dwc2 20980000.usb: new address 26
1770[Sat Nov 16 18:12:50 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1771[Sat Nov 16 18:13:42 2019] dwc2 20980000.usb: new device is high-speed
1772[Sat Nov 16 18:13:42 2019] dwc2 20980000.usb: new device is high-speed
1773[Sat Nov 16 18:13:42 2019] dwc2 20980000.usb: new address 26
1774[Sat Nov 16 18:13:42 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1775[Sat Nov 16 18:13:45 2019] dwc2 20980000.usb: new device is high-speed
1776[Sat Nov 16 18:13:45 2019] dwc2 20980000.usb: new device is high-speed
1777[Sat Nov 16 18:13:45 2019] dwc2 20980000.usb: new address 26
1778[Sat Nov 16 18:13:45 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1779[Sat Nov 16 18:14:44 2019] dwc2 20980000.usb: new device is high-speed
1780[Sat Nov 16 18:14:44 2019] dwc2 20980000.usb: new device is high-speed
1781[Sat Nov 16 18:14:44 2019] dwc2 20980000.usb: new address 26
1782[Sat Nov 16 18:14:44 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1783[Sat Nov 16 18:14:45 2019] dwc2 20980000.usb: new device is high-speed
1784[Sat Nov 16 18:14:45 2019] dwc2 20980000.usb: new device is high-speed
1785[Sat Nov 16 18:14:45 2019] dwc2 20980000.usb: new address 26
1786[Sat Nov 16 18:14:45 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1787[Sat Nov 16 18:14:58 2019] dwc2 20980000.usb: new device is high-speed
1788[Sat Nov 16 18:14:58 2019] dwc2 20980000.usb: new device is high-speed
1789[Sat Nov 16 18:14:58 2019] dwc2 20980000.usb: new address 26
1790[Sat Nov 16 18:14:58 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1791[Sat Nov 16 18:14:58 2019] dwc2 20980000.usb: new device is high-speed
1792[Sat Nov 16 18:14:58 2019] dwc2 20980000.usb: new device is high-speed
1793[Sat Nov 16 18:14:58 2019] dwc2 20980000.usb: new address 26
1794[Sat Nov 16 18:14:58 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1795[Sat Nov 16 18:14:59 2019] dwc2 20980000.usb: new device is high-speed
1796[Sat Nov 16 18:15:00 2019] dwc2 20980000.usb: new device is high-speed
1797[Sat Nov 16 18:15:00 2019] dwc2 20980000.usb: new address 26
1798[Sat Nov 16 18:15:00 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1799[Sat Nov 16 18:15:01 2019] dwc2 20980000.usb: new device is high-speed
1800[Sat Nov 16 18:15:01 2019] dwc2 20980000.usb: new device is high-speed
1801[Sat Nov 16 18:15:01 2019] dwc2 20980000.usb: new address 26
1802[Sat Nov 16 18:15:01 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
1803====== process list and uptime ======
1804UID PID PPID C STIME TTY TIME CMD
1805root 1 0 0 17:37 ? 00:00:08 /sbin/init fastboot noswap
1806root 2 0 0 17:37 ? 00:00:00 [kthreadd]
1807root 6 2 0 17:37 ? 00:00:00 [mm_percpu_wq]
1808root 7 2 0 17:37 ? 00:00:02 [ksoftirqd/0]
1809root 8 2 0 17:37 ? 00:00:00 [kdevtmpfs]
1810root 9 2 0 17:37 ? 00:00:00 [netns]
1811root 11 2 0 17:37 ? 00:00:00 [khungtaskd]
1812root 12 2 0 17:37 ? 00:00:00 [oom_reaper]
1813root 13 2 0 17:37 ? 00:00:00 [writeback]
1814root 14 2 0 17:37 ? 00:00:00 [kcompactd0]
1815root 15 2 0 17:37 ? 00:00:00 [crypto]
1816root 16 2 0 17:37 ? 00:00:00 [kblockd]
1817root 17 2 0 17:37 ? 00:00:00 [watchdogd]
1818root 18 2 0 17:37 ? 00:00:00 [rpciod]
1819root 19 2 0 17:37 ? 00:00:00 [kworker/u3:0-hci0]
1820root 20 2 0 17:37 ? 00:00:00 [xprtiod]
1821root 23 2 0 17:37 ? 00:00:06 [kswapd0]
1822root 24 2 0 17:37 ? 00:00:00 [nfsiod]
1823root 35 2 0 17:37 ? 00:00:00 [kthrotld]
1824root 36 2 0 17:37 ? 00:00:00 [iscsi_eh]
1825root 37 2 0 17:37 ? 00:00:00 [DWC Notificatio]
1826root 38 2 0 17:37 ? 00:00:00 [vchiq-slot/0]
1827root 39 2 0 17:37 ? 00:00:00 [vchiq-recy/0]
1828root 40 2 0 17:37 ? 00:00:00 [vchiq-sync/0]
1829root 41 2 0 17:37 ? 00:00:00 [vchiq-keep/0]
1830root 42 2 0 17:37 ? 00:00:00 [SMIO]
1831root 43 2 0 17:37 ? 00:00:03 [irq/86-mmc1]
1832root 44 2 0 17:37 ? 00:00:01 [kworker/0:2-xfs-cil/mmcblk0p3]
1833root 46 2 0 17:37 ? 00:00:00 [mmc_complete]
1834root 48 2 0 17:37 ? 00:00:00 [jbd2/mmcblk0p2-]
1835root 49 2 0 17:37 ? 00:00:00 [ext4-rsv-conver]
1836root 51 2 0 17:37 ? 00:00:00 [ipv6_addrconf]
1837root 70 1 0 17:37 ? 00:00:03 /lib/systemd/systemd-journald
1838root 86 2 0 17:37 ? 00:00:09 [kworker/u2:2-events_unbound]
1839root 101 1 0 17:38 ? 00:00:01 /lib/systemd/systemd-udevd
1840root 113 2 0 17:38 ? 00:00:00 [SMIO]
1841root 125 2 0 17:38 ? 00:00:00 [mmal-vchiq]
1842root 126 2 0 17:38 ? 00:00:00 [mmal-vchiq]
1843root 128 2 0 17:38 ? 00:00:00 [mmal-vchiq]
1844root 141 2 0 17:38 ? 00:00:00 [cfg80211]
1845root 142 2 0 17:38 ? 00:00:00 [brcmf_wq/mmc1:0]
1846root 143 2 0 17:38 ? 00:00:01 [brcmf_wdog/mmc1]
1847root 162 2 0 17:38 ? 00:00:00 [xfsalloc]
1848root 163 2 0 17:38 ? 00:00:00 [xfs_mru_cache]
1849root 164 2 0 17:38 ? 00:00:00 [xfs-buf/mmcblk0]
1850root 165 2 0 17:38 ? 00:00:00 [xfs-data/mmcblk]
1851root 166 2 0 17:38 ? 00:00:00 [xfs-conv/mmcblk]
1852root 167 2 0 17:38 ? 00:00:00 [xfs-cil/mmcblk0]
1853root 168 2 0 17:38 ? 00:00:00 [xfs-reclaim/mmc]
1854root 169 2 0 17:38 ? 00:00:00 [xfs-log/mmcblk0]
1855root 170 2 0 17:38 ? 00:00:00 [xfs-eofblocks/m]
1856root 172 2 0 17:38 ? 00:00:00 [jbd2/mmcblk0p4-]
1857root 173 2 0 17:38 ? 00:00:01 [xfsaild/mmcblk0]
1858root 174 2 0 17:38 ? 00:00:00 [ext4-rsv-conver]
1859avahi 219 1 0 17:38 ? 00:00:08 avahi-daemon: running [teslausb.local]
1860root 221 1 0 17:38 ? 00:00:00 /usr/sbin/alsactl -E HOME=/run/alsa -s -n 19 -c rdaemon
1861message+ 226 1 0 17:38 ? 00:00:01 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
1862avahi 230 219 0 17:38 ? 00:00:00 avahi-daemon: chroot helper
1863root 234 1 0 17:38 ? 00:00:00 /lib/systemd/systemd-logind
1864root 240 1 0 17:38 ? 00:00:00 /sbin/wpa_supplicant -u -s -O /run/wpa_supplicant
1865root 290 1 0 17:38 ? 00:00:00 /usr/bin/hciattach /dev/serial1 bcm43xx 3000000 flow - b8:27:eb:51:9e:ba
1866root 291 2 0 17:38 ? 00:00:00 [kworker/u3:2-hci0]
1867root 296 1 0 17:38 ? 00:00:00 /usr/lib/bluetooth/bluetoothd
1868root 306 1 0 17:38 ? 00:00:00 wpa_supplicant -B -c/etc/wpa_supplicant/wpa_supplicant.conf -iwlan0 -Dnl80211,wext
1869root 372 1 0 17:38 ? 00:00:00 /sbin/dhcpcd -q -w
1870root 388 1 0 17:38 ? 00:00:00 /bin/bash -eu /root/bin/archiveloop
1871root 390 2 0 17:38 ? 00:00:00 [cifsiod]
1872root 391 2 0 17:38 ? 00:00:00 [cifsoplockd]
1873root 396 388 0 17:38 ? 00:00:00 flock -en -E 99 /root/bin/archiveloop /root/bin/archiveloop
1874root 398 396 0 17:38 ? 00:00:12 /bin/bash -eu /root/bin/archiveloop
1875root 403 1 0 17:38 ? 00:00:00 /usr/sbin/sshd -D
1876root 487 1 0 17:38 ? 00:00:00 /usr/sbin/cron -f
1877root 490 1 0 17:38 ? 00:00:00 /usr/sbin/rngd -r /dev/hwrng
1878root 498 1 0 17:38 tty1 00:00:00 /sbin/agetty -o -p -- \u --noclear tty1 linux
1879root 500 1 0 17:38 ? 00:00:00 /sbin/syslogd -C128
1880root 529 2 0 17:38 ? 00:00:00 [loop0]
1881root 630 398 0 17:38 ? 00:00:00 /bin/bash -eu /root/bin/archiveloop
1882root 632 630 0 17:38 ? 00:00:00 sleep 3500
1883root 1125 2 0 17:43 ? 00:00:09 [kworker/u2:3-events_unbound]
1884ntp 2249 1 0 17:49 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 109:114
1885root 2291 2 0 17:50 ? 00:00:00 [loop1]
1886root 2462 2 3 17:50 ? 00:00:48 [file-storage]
1887root 2900 2 0 17:53 ? 00:00:03 [kworker/0:2H-xfs-log/mmcblk0p3]
1888root 3700 2 0 17:58 ? 00:00:00 [kworker/0:1H-xfs-log/mmcblk0p3]
1889root 4193 2 0 18:01 ? 00:00:00 [kworker/0:1-events_power_efficient]
1890root 4524 2 0 18:03 ? 00:00:00 [kworker/0:0H-mmc_complete]
1891root 5038 2 0 18:06 ? 00:00:00 [kworker/0:3-events_power_efficient]
1892root 6038 2 0 18:12 ? 00:00:00 [kworker/0:0-xfs-cil/mmcblk0p3]
1893root 6209 2 0 18:13 ? 00:00:00 [kworker/u2:0-brcmf_wq/mmc1:0001:1]
1894root 6430 403 2 18:15 ? 00:00:00 sshd: pi [priv]
1895pi 6448 1 3 18:15 ? 00:00:00 /lib/systemd/systemd --user
1896pi 6451 6448 0 18:15 ? 00:00:00 (sd-pam)
1897pi 6468 6430 0 18:15 ? 00:00:00 sshd: pi@pts/0
1898pi 6471 6468 3 18:15 pts/0 00:00:00 -bash
1899root 6493 6471 0 18:15 pts/0 00:00:00 sudo -i
1900root 6498 6493 2 18:15 pts/0 00:00:00 -bash
1901root 6522 6498 0 18:15 pts/0 00:00:00 /bin/bash -eu /root/bin/setup-teslausb diagnose
1902root 6523 6522 0 18:15 pts/0 00:00:00 flock -en -E 99 /root/bin/setup-teslausb /root/bin/setup-teslausb diagnose
1903root 6524 6523 1 18:15 pts/0 00:00:00 /bin/bash -eu /root/bin/setup-teslausb diagnose
1904root 6540 6524 3 18:15 pts/0 00:00:00 /bin/bash -eu /root/bin/setup-teslausb diagnose
1905root 6541 6524 0 18:15 pts/0 00:00:00 tr \r \n
1906root 6542 6524 0 18:15 pts/0 00:00:00 sed /^ *$/d
1907root 6543 6524 0 18:15 pts/0 00:00:00 grep -a -v ^Reading package lists
1908root 6544 6524 0 18:15 pts/0 00:00:00 grep -a -v ^(Reading database
1909root 6545 6524 0 18:15 pts/0 00:00:00 grep -a -v ^Adding 'diversion of
1910root 6549 6524 0 18:15 pts/0 00:00:00 grep -a -v ^Removing 'diversion of
1911root 6550 6524 0 18:15 pts/0 00:00:00 sed -E s/\o033\[0;32m//
1912root 6551 6524 1 18:15 pts/0 00:00:00 sed -E s/\o033\[0m//
1913root 6566 101 5 18:15 ? 00:00:00 /lib/systemd/systemd-udevd
1914root 6576 101 3 18:15 ? 00:00:00 /lib/systemd/systemd-udevd
1915root 6577 101 7 18:15 ? 00:00:00 /lib/systemd/systemd-udevd
1916root 6578 101 4 18:15 ? 00:00:00 /lib/systemd/systemd-udevd
1917root 6594 398 0 18:15 ? 00:00:00 sleep 1
1918root 6602 6540 0 18:15 pts/0 00:00:00 ps -eaf
1919teslausb has been up 37 minutes. System time is Sat 16 Nov 18:15:27 GMT 2019
1920====== end of diagnostics ======
1921root@teslausb:/mutable#
1922root@teslausb:/mutable# Nov 11:36:34 GMT 2019: Mounted /mnt/cam.
1923-bash: Nov: command not found
1924:36 GMT 2019: Connecting usb to host...
1925Sat 16 Nov 11:36:37 GMT 2019: Connected usb to host.
1926Sat 16 Nov 11:36:37 GMT 2019: Waiting for archive to be unreachable...
1927Sat 16 Nov 11:38:03 GMT 2019: Sleeping before retry...
1928Sat 16 Nov 11:38:04 GMT 2019: Retrying...
1929Sat 16 Nov 11:38:20 GMT 2019: Sleeping before retry...
1930Sat 16 Nov 11:38:22 GMT 2019: Retrying...
1931Sat 16 Nov 11:38:43 GMT 2019: Sleeping before retry...
1932Sat 16 Nov 11:38:44 GMT 2019: Retrying...
1933Sat 16 Nov 11:38:56 GMT 2019: Sleeping before retry...
1934Sat 16 Nov 11:38:57 GMT 2019: Retrying...
1935==============================================
1936Thu 14 Feb 10:12:44 GMT 2019: Starting archiveloop...
1937Thu 14 Feb 10:12:44 GMT 2019: mounting snapshot /backingfiles/snapshots/snap-000000/snap.bin
1938Thu 14 Feb 10:12:45 GMT 2019: mounted all snapshots
1939Thu 14 Feb 10:12:45 GMT 2019: low space, deleting /backingfiles/snapshots/snap-000000
1940Thu 14 Feb 10:12:49 GMT 2019: warning: low space for snapshots
1941Thu 14 Feb 10:12:49 GMT 2019: taking snapshot of cam disk: /backingfiles/snapshots/snap-000000/snap.bin
1942Thu 14 Feb 10:12:51 GMT 2019: took snapshot
1943Thu 14 Feb 10:12:53 GMT 2019: comparing /backingfiles/snapshots/snap--00001/snap.bin.toc and /backingfiles/snapshots/newsnap/snap.bin.toc
1944Thu 14 Feb 10:12:53 GMT 2019: making links for /backingfiles/snapshots/newsnap/mnt, retargeted to /backingfiles/snapshots/snap-000000/mnt
1945Thu 14 Feb 10:12:54 GMT 2019: made all links for /backingfiles/snapshots/newsnap/mnt
1946Thu 14 Feb 10:12:55 GMT 2019: Waiting for time to be set by ntpd...
1947Thu 14 Feb 10:13:22 GMT 2019: Time still not set, attempting to force it
1948Thu 14 Feb 10:13:42 GMT 2019: Failed to set time
1949Thu 14 Feb 10:13:42 GMT 2019: Ensuring music backing file is mounted...
1950Thu 14 Feb 10:13:42 GMT 2019: Mounting /mnt/music...
1951Thu 14 Feb 10:13:42 GMT 2019: Mounted /mnt/music.
1952Thu 14 Feb 10:13:42 GMT 2019: Ensured music drive is mounted.
1953Thu 14 Feb 10:13:42 GMT 2019: Running fsck on /mnt/music...
1954Thu 14 Feb 10:13:43 GMT 2019: | fsck from util-linux 2.33.1
1955Thu 14 Feb 10:13:43 GMT 2019: | fsck.fat 4.1 (2017-01-24)
1956Thu 14 Feb 10:13:43 GMT 2019: | 0x41: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
1957Thu 14 Feb 10:13:43 GMT 2019: | Automatically removing dirty bit.
1958Thu 14 Feb 10:13:43 GMT 2019: | Performing changes.
1959Thu 14 Feb 10:13:43 GMT 2019: | /dev/loop1: 157 files, 138185/560394 clusters
1960Thu 14 Feb 10:13:43 GMT 2019: Finished fsck on /mnt/music.
1961Thu 14 Feb 10:13:43 GMT 2019: Unmounting /mnt/music...
1962Thu 14 Feb 10:13:44 GMT 2019: Unmounted /mnt/music.
1963Thu 14 Feb 10:13:44 GMT 2019: Archiving...
1964Thu 14 Feb 10:13:44 GMT 2019: Disconnecting usb from host...
1965Thu 14 Feb 10:13:44 GMT 2019: Disconnected usb from host.
1966Thu 14 Feb 10:13:44 GMT 2019: Ensuring cam archive is mounted...
1967Thu 14 Feb 10:15:50 GMT 2019: /mnt/archive is already mounted.
1968Thu 14 Feb 10:15:50 GMT 2019: Ensured cam archive is mounted.
1969Thu 14 Feb 10:15:50 GMT 2019: Checking saved folder count...
1970Thu 14 Feb 10:15:50 GMT 2019: Ensuring cam file is mounted...
1971Thu 14 Feb 10:15:50 GMT 2019: Mounting /mnt/cam...
1972Thu 14 Feb 10:15:50 GMT 2019: Mounted /mnt/cam.
1973Troot@teslausb:/mutable# Sat 16 Nov 11:36:34 GMT 2019: Ensured cam file is mounted.
1974hu 14 Feb 10:15:50 GMT 2019: Ensured cam file is mounted.
1975T-bash: Sat: command not found
1976root@teslausb:/mutable# Sat 16 Nov 11:36:34 GMT 2019: Running fsck on /mnt/cam...
1977-bash: Sat: command not found
1978root@teslausb:/mutable# Sat 16 Nov 11:36:34 GMT 2019: | fsck from util-linux 2.33.1
1979-bash: Sat: command not found
1980fsck from util-linux 2.33.1
1981Usage: fsck.ext4 [-panyrcdfktvDFV] [-b superblock] [-B blocksize]
1982 [-l|-L bad_blocks_file] [-C fd] [-j external_journal]
1983 [-E extended-options] [-z undo_file] device
1984
1985Emergency help:
1986 -p Automatic repair (no questions)
1987 -n Make no changes to the filesystem
1988 -y Assume "yes" to all questions
1989 -c Check for bad blocks and add them to the badblock list
1990 -f Force checking even if filesystem is marked clean
1991 -v Be verbose
1992 -b superblock Use alternative superblock
1993 -B blocksize Force blocksize when looking for superblock
1994 -j external_journal Set location of the external journal
1995 -l bad_blocks_file Add to badblocks list
1996 -L bad_blocks_file Set badblocks list
1997 -z undo_file Create an undo file
1998root@teslausb:/mutable# Sat 16 Nov 11:36:35 GMT 2019: | fsck.fat 4.1 (2017-01-24)
1999-bash: syntax error near unexpected token `('
2000root@teslausb:/mutable# Sat 16 Nov 11:36:35 GMT 2019: | 0x41: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
2001-bash: Sat: command not found
2002-bash: 0x41:: command not found
2003root@teslausb:/mutable# Sat 16 Nov 11:36:35 GMT 2019: | Automatically removing dirty bit.
2004-bash: Automatically: command not found
2005-bash: Sat: command not found
2006root@teslausb:/mutable# Sat 16 Nov 11:36:35 GMT 2019: | Performing changes.
2007-bash: Performing: command not found
2008-bash: Sat: command not found
2009root@teslausb:/mutable# Sat 16 Nov 11:36:35 GMT 2019: | /dev/loop1: 71 files, 97/1263255 clusters
2010-bash: /dev/loop1:: No such file or directory
2011-bash: Sat: command not found
2012root@teslausb:/mutable# Sat 16 Nov 11:36:35 GMT 2019: Finished fsck on /mnt/cam.
2013-bash: Sat: command not found
2014root@teslausb:/mutable# Sat 16 Nov 11:36:35 GMT 2019: There are 0 event folder(s) with 0 file(s) to move.
2015-bash: syntax error near unexpected token `('
2016root@teslausb:/mutable# Sat 16 Nov 11:36:35 GMT 2019: Unmounting /mnt/cam...
2017-bash: Sat: command not found
2018root@teslausb:/mutable# Sat 16 Nov 11:36:35 GMT 2019: Unmounted /mnt/cam.
2019-bash: Sat: command not found
2020root@teslausb:/mutable# Sat 16 Nov 11:36:36 GMT 2019: Finished archiving.
2021-bash: Sat: command not found
2022root@teslausb:/mutable# Sat 16 Nov 11:36:36 GMT 2019: Music archive not configured or unreachable
2023-bash: Sat: command not found
2024root@teslausb:/mutable# Sat 16 Nov 11:36:36 GMT 2019: unmounting /mnt/archive
2025-bash: Sat: command not found
2026root@teslausb:/mutable# Sat 16 Nov 11:36:36 GMT 2019: Connecting usb to host...
2027-bash: Sat: command not found
2028root@teslausb:/mutable# Sat 16 Nov 11:36:37 GMT 2019: Connected usb to host.
2029-bash: Sat: command not found
2030root@teslausb:/mutable# Sat 16 Nov 11:36:37 GMT 2019: Waiting for archive to be unreachable...
2031-bash: Sat: command not found
2032root@teslausb:/mutable# Sat 16 Nov 11:38:03 GMT 2019: Sleeping before retry...
2033-bash: Sat: command not found
2034root@teslausb:/mutable# Sat 16 Nov 11:38:04 GMT 2019: Retrying...
2035-bash: Sat: command not found
2036root@teslausb:/mutable# Sat 16 Nov 11:38:20 GMT 2019: Sleeping before retry...
2037-bash: Sat: command not found
2038root@teslausb:/mutable# Sat 16 Nov 11:38:22 GMT 2019: Retrying...
2039-bash: Sat: command not found
2040root@teslausb:/mutable# Sat 16 Nov 11:38:43 GMT 2019: Sleeping before retry...
2041-bash: Sat: command not found
2042root@teslausb:/mutable# Sat 16 Nov 11:38:44 GMT 2019: Retrying...
2043-bash: Sat: command not found
2044root@teslausb:/mutable# Sat 16 Nov 11:38:56 GMT 2019: Sleeping before retry...
2045-bash: Sat: command not found
2046root@teslausb:/mutable# Sat 16 Nov 11:38:57 GMT 2019: Retrying...
2047-bash: Sat: command not found
2048root@teslausb:/mutable# ==============================================
2049-bash: ==============================================: command not found
2050root@teslausb:/mutable# Thu 14 Feb 10:12:44 GMT 2019: Starting archiveloop...
2051-bash: Thu: command not found
2052root@teslausb:/mutable# Thu 14 Feb 10:12:44 GMT 2019: mounting snapshot /backingfiles/snapshots/snap-000000/snap.bin
2053-bash: Thu: command not found
2054root@teslausb:/mutable# Thu 14 Feb 10:12:45 GMT 2019: mounted all snapshots
2055-bash: Thu: command not found
2056root@teslausb:/mutable# Thu 14 Feb 10:12:45 GMT 2019: low space, deleting /backingfiles/snapshots/snap-000000
2057-bash: Thu: command not found
2058root@teslausb:/mutable# Thu 14 Feb 10:12:49 GMT 2019: warning: low space for snapshots
2059-bash: Thu: command not found
2060root@teslausb:/mutable# Thu 14 Feb 10:12:49 GMT 2019: taking snapshot of cam disk: /backingfiles/snapshots/snap-000000/snap.bin
2061-bash: Thu: command not found
2062root@teslausb:/mutable# Thu 14 Feb 10:12:51 GMT 2019: took snapshot
2063-bash: Thu: command not found
2064root@teslausb:/mutable# Thu 14 Feb 10:12:53 GMT 2019: comparing /backingfiles/snapshots/snap--00001/snap.bin.toc and /backingfiles/snapshots/newsnap/snap.bin.toc
2065-bash: Thu: command not found
2066root@teslausb:/mutable# Thu 14 Feb 10:12:53 GMT 2019: making links for /backingfiles/snapshots/newsnap/mnt, retargeted to /backingfiles/snapshots/snap-000000/mnt
2067-bash: Thu: command not found
2068root@teslausb:/mutable# Thu 14 Feb 10:12:54 GMT 2019: made all links for /backingfiles/snapshots/newsnap/mnt
2069-bash: Thu: command not found
2070root@teslausb:/mutable# Thu 14 Feb 10:12:55 GMT 2019: Waiting for time to be set by ntpd...
2071-bash: Thu: command not found
2072root@teslausb:/mutable# Thu 14 Feb 10:13:22 GMT 2019: Time still not set, attempting to force it
2073-bash: Thu: command not found
2074root@teslausb:/mutable# Thu 14 Feb 10:13:42 GMT 2019: Failed to set time
2075-bash: Thu: command not found
2076root@teslausb:/mutable# Thu 14 Feb 10:13:42 GMT 2019: Ensuring music backing file is mounted...
2077-bash: Thu: command not found
2078root@teslausb:/mutable# Thu 14 Feb 10:13:42 GMT 2019: Mounting /mnt/music...
2079-bash: Thu: command not found
2080root@teslausb:/mutable# Thu 14 Feb 10:13:42 GMT 2019: Mounted /mnt/music.
2081-bash: Thu: command not found
2082root@teslausb:/mutable# Thu 14 Feb 10:13:42 GMT 2019: Ensured music drive is mounted.
2083-bash: Thu: command not found
2084root@teslausb:/mutable# Thu 14 Feb 10:13:42 GMT 2019: Running fsck on /mnt/music...
2085-bash: Thu: command not found
2086root@teslausb:/mutable# Thu 14 Feb 10:13:43 GMT 2019: | fsck from util-linux 2.33.1
2087-bash: Thu: command not found
2088fsck from util-linux 2.33.1
2089Usage: fsck.ext4 [-panyrcdfktvDFV] [-b superblock] [-B blocksize]
2090 [-l|-L bad_blocks_file] [-C fd] [-j external_journal]
2091 [-E extended-options] [-z undo_file] device
2092
2093Emergency help:
2094 -p Automatic repair (no questions)
2095 -n Make no changes to the filesystem
2096 -y Assume "yes" to all questions
2097 -c Check for bad blocks and add them to the badblock list
2098 -f Force checking even if filesystem is marked clean
2099 -v Be verbose
2100 -b superblock Use alternative superblock
2101 -B blocksize Force blocksize when looking for superblock
2102 -j external_journal Set location of the external journal
2103 -l bad_blocks_file Add to badblocks list
2104 -L bad_blocks_file Set badblocks list
2105 -z undo_file Create an undo file
2106root@teslausb:/mutable# Thu 14 Feb 10:13:43 GMT 2019: | fsck.fat 4.1 (2017-01-24)
2107-bash: syntax error near unexpected token `('
2108root@teslausb:/mutable# Thu 14 Feb 10:13:43 GMT 2019: | 0x41: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
2109-bash: Thu: command not found
2110-bash: 0x41:: command not found
2111root@teslausb:/mutable# Thu 14 Feb 10:13:43 GMT 2019: | Automatically removing dirty bit.
2112-bash: Automatically: command not found
2113-bash: Thu: command not found
2114root@teslausb:/mutable# Thu 14 Feb 10:13:43 GMT 2019: | Performing changes.
2115-bash: Performing: command not found
2116-bash: Thu: command not found
2117root@teslausb:/mutable# Thu 14 Feb 10:13:43 GMT 2019: | /dev/loop1: 157 files, 138185/560394 clusters
2118-bash: /dev/loop1:: No such file or directory
2119-bash: Thu: command not found
2120root@teslausb:/mutable# Thu 14 Feb 10:13:43 GMT 2019: Finished fsck on /mnt/music.
2121-bash: Thu: command not found
2122root@teslausb:/mutable# Thu 14 Feb 10:13:43 GMT 2019: Unmounting /mnt/music...
2123-bash: Thu: command not found
2124root@teslausb:/mutable# Thu 14 Feb 10:13:44 GMT 2019: Unmounted /mnt/music.
2125-bash: Thu: command not found
2126root@teslausb:/mutable# Thu 14 Feb 10:13:44 GMT 2019: Archiving...
2127-bash: Thu: command not found
2128root@teslausb:/mutable# Thu 14 Feb 10:13:44 GMT 2019: Disconnecting usb from host...
2129-bash: Thu: command not found
2130root@teslausb:/mutable# Thu 14 Feb 10:13:44 GMT 2019: Disconnected usb from host.
2131-bash: Thu: command not found
2132root@teslausb:/mutable# Thu 14 Feb 10:13:44 GMT 2019: Ensuring cam archive is mounted...
2133-bash: Thu: command not found
2134root@teslausb:/mutable# Thu 14 Feb 10:15:50 GMT 2019: /mnt/archive is already mounted.
2135-bash: Thu: command not found
2136root@teslausb:/mutable# Thu 14 Feb 10:15:50 GMT 2019: Ensured cam archive is mounted.
2137-bash: Thu: command not found
2138root@teslausb:/mutable# Thu 14 Feb 10:15:50 GMT 2019: Checking saved folder count...
2139-bash: Thu: command not found
2140root@teslausb:/mutable# Thu 14 Feb 10:15:50 GMT 2019: Ensuring cam file is mounted...
2141-bash: Thu: command not found
2142root@teslausb:/mutable# Thu 14 Feb 10:15:50 GMT 2019: Mounting /mnt/cam...
2143-bash: Thu: command not found
2144root@teslausb:/mutable# Thu 14 Feb 10:15:50 GMT 2019: Mounted /mnt/cam.
2145-bash: Thu: command not found
2146root@teslausb:/mutable# Thu 14 Feb 10:15:50 GMT 2019: Ensured cam file is mounted.
2147-bash: Thu: command not found
2148root@teslausb:/mutable# Thu 14 Feb 10:15:50 GMT 2019: Running fsck on /mnt/cam...
2149019: Running fsck on /mnt/cam...
2150Sat 16 Nov 17:50:15 GMT 2-bash: Thu: command not found
2151root@teslausb:/mutable# Thu 14 Feb 10:15:50 GMT 2019: | fsck from util-linux 2.33.1
2152-bash: Thu: command not found
2153fsck from util-linux 2.33.1
2154Usage: fsck.ext4 [-panyrcdfktvDFV] [-b superblock] [-B blocksize]
2155 [-l|-L bad_blocks_file] [-C fd] [-j external_journal]
2156 [-E extended-options] [-z undo_file] device
2157
2158Emergency help:
2159 -p Automatic repair (no questions)
2160 -n Make no changes to the filesystem
2161 -y Assume "yes" to all questions
2162 -c Check for bad blocks and add them to the badblock list
2163 -f Force checking even if filesystem is marked clean
2164 -v Be verbose
2165 -b superblock Use alternative superblock
2166 -B blocksize Force blocksize when looking for superblock
2167 -j external_journal Set location of the external journal
2168 -l bad_blocks_file Add to badblocks list
2169 -L bad_blocks_file Set badblocks list
2170 -z undo_file Create an undo file
2171root@teslausb:/mutable# Thu 14 Feb 10:15:52 GMT 2019: | fsck.fat 4.1 (2017-01-24)
2172-bash: syntax error near unexpected token `('
2173root@teslausb:/mutable# Thu 14 Feb 10:15:52 GMT 2019: | 0x41: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
2174-bash: Thu: command not found
2175-bash: 0x41:: command not found
2176root@teslausb:/mutable# Thu 14 Feb 10:15:52 GMT 2019: | Automatically removing dirty bit.
2177-bash: Automatically: command not found
2178-bash: Thu: command not found
2179root@teslausb:/mutable# Thu 14 Feb 10:15:52 GMT 2019: | FATs differ but appear to be intact. Using first FAT.
2180-bash: FATs: command not found
2181-bash: Thu: command not found
2182root@teslausb:/mutable# Thu 14 Feb 10:15:52 GMT 2019: | Performing changes.
2183-bash: Performing: command not found
2184-bash: Thu: command not found
2185root@teslausb:/mutable# Thu 14 Feb 10:15:52 GMT 2019: | /dev/loop1: 154 files, 42978/1263255 clusters
2186-bash: /dev/loop1:: No such file or directory
2187-bash: Thu: command not found
2188root@teslausb:/mutable# Thu 14 Feb 10:15:52 GMT 2019: Finished fsck on /mnt/cam.
2189-bash: Thu: command not found
2190root@teslausb:/mutable# Thu 14 Feb 10:15:52 GMT 2019: There are 1 event folder(s) with 5 file(s) to move.
2191-bash: syntax error near unexpected token `('
2192root@teslausb:/mutable# Thu 14 Feb 10:15:52 GMT 2019: Starting recording archiving: 1 event folder(s) with 5 file(s)
2193-bash: syntax error near unexpected token `('
2194root@teslausb:/mutable# Thu 14 Feb 10:15:53 GMT 2019: Moving clips to archive...
2195-bash: Thu: command not found
2196root@teslausb:/mutable# Thu 14 Feb 10:15:53 GMT 2019: Creating output directory 'SavedClips/2019-11-16_12-37-05'
2197-bash: Thu: command not found
2198root@teslausb:/mutable# Thu 14 Feb 10:15:53 GMT 2019: connection dead, killing archive-clips
2199-bash: Thu: command not found
2200root@teslausb:/mutable# Thu 14 Feb 10:15:53 GMT 2019: Trimming free space in /mnt/cam...
2201-bash: Thu: command not found
2202root@teslausb:/mutable# Thu 14 Feb 10:15:53 GMT 2019: Unmounting /mnt/cam...
2203-bash: Thu: command not found
2204root@teslausb:/mutable# Thu 14 Feb 10:15:54 GMT 2019: Unmounted /mnt/cam.
2205-bash: Thu: command not found
2206root@teslausb:/mutable# Thu 14 Feb 10:15:54 GMT 2019: Finished archiving.
2207-bash: Thu: command not found
2208root@teslausb:/mutable# Thu 14 Feb 10:15:54 GMT 2019: Music archive not configured or unreachable
2209-bash: Thu: command not found
2210root@teslausb:/mutable# Thu 14 Feb 10:15:54 GMT 2019: unmounting /mnt/archive
2211-bash: Thu: command not found
2212root@teslausb:/mutable# Thu 14 Feb 10:15:54 GMT 2019: Connecting usb to host...
2213-bash: Thu: command not found
2214root@teslausb:/mutable# Thu 14 Feb 10:15:54 GMT 2019: Connected usb to host.
2215-bash: Thu: command not found
2216root@teslausb:/mutable# Thu 14 Feb 10:15:54 GMT 2019: Waiting for archive to be unreachable...
2217-bash: Thu: command not found
2218root@teslausb:/mutable# Thu 14 Feb 10:15:54 GMT 2019: Sleeping before retry...
2219-bash: Thu: command not found
2220root@teslausb:/mutable# Thu 14 Feb 10:15:55 GMT 2019: Retrying...
2221-bash: Thu: command not found
2222root@teslausb:/mutable# Thu 14 Feb 10:15:55 GMT 2019: Sleeping before retry...
2223-bash: Thu: command not found
2224root@teslausb:/mutable# Thu 14 Feb 10:15:56 GMT 2019: Retrying...
2225-bash: Thu: command not found
2226root@teslausb:/mutable# Thu 14 Feb 10:15:56 GMT 2019: Sleeping before retry...
2227-bash: Thu: command not found
2228root@teslausb:/mutable# Thu 14 Feb 10:15:57 GMT 2019: Retrying...
2229-bash: Thu: command not found
2230root@teslausb:/mutable# Thu 14 Feb 10:15:58 GMT 2019: Sleeping before retry...
2231-bash: Thu: command not found
2232root@teslausb:/mutable# Thu 14 Feb 10:15:59 GMT 2019: Retrying...
2233-bash: Thu: command not found
2234root@teslausb:/mutable# Thu 14 Feb 10:15:59 GMT 2019: Sleeping before retry...
2235-bash: Thu: command not found
2236root@teslausb:/mutable# Thu 14 Feb 10:16:00 GMT 2019: Retrying...
2237-bash: Thu: command not found
2238root@teslausb:/mutable# Thu 14 Feb 10:16:00 GMT 2019: Sleeping before retry...
2239-bash: Thu: command not found
2240root@teslausb:/mutable# Thu 14 Feb 10:16:01 GMT 2019: Retrying...
2241-bash: Thu: command not found
2242root@teslausb:/mutable# Thu 14 Feb 10:16:01 GMT 2019: Sleeping before retry...
2243-bash: Thu: command not found
2244root@teslausb:/mutable# Thu 14 Feb 10:16:02 GMT 2019: Retrying...
2245-bash: Thu: command not found
2246root@teslausb:/mutable# Thu 14 Feb 10:16:02 GMT 2019: Sleeping before retry...
2247-bash: Thu: command not found
2248root@teslausb:/mutable# Thu 14 Feb 10:16:03 GMT 2019: Retrying...
2249-bash: Thu: command not found
2250root@teslausb:/mutable# Thu 14 Feb 10:16:03 GMT 2019: Sleeping before retry...
2251-bash: Thu: command not found
2252root@teslausb:/mutable# Thu 14 Feb 10:16:04 GMT 2019: Retrying...
2253-bash: Thu: command not found
2254root@teslausb:/mutable# Thu 14 Feb 10:16:04 GMT 2019: Sleeping before retry...
2255-bash: Thu: command not found
2256root@teslausb:/mutable# Thu 14 Feb 10:16:05 GMT 2019: Retrying...
2257-bash: Thu: command not found
2258root@teslausb:/mutable# Thu 14 Feb 10:16:05 GMT 2019: Attempts exhausted.
2259-bash: Thu: command not found
2260root@teslausb:/mutable# Thu 14 Feb 10:16:05 GMT 2019: Archive is unreachable.
2261-bash: Thu: command not found
2262root@teslausb:/mutable# Thu 14 Feb 10:16:05 GMT 2019: Waiting for archive to be reachable...
2263-bash: Thu: command not found
2264root@teslausb:/mutable# Thu 14 Feb 10:23:08 GMT 2019: Archive is reachable.
2265-bash: Thu: command not found
2266root@teslausb:/mutable# Thu 14 Feb 10:23:08 GMT 2019: Waiting for time to be set by ntpd...
2267-bash: Thu: command not found
2268root@teslausb:/mutable# Thu 14 Feb 10:23:36 GMT 2019: Time still not set, attempting to force it
2269-bash: Thu: command not found
2270root@teslausb:/mutable# Sat 16 Nov 17:50:06 GMT 2019: taking snapshot of cam disk: /backingfiles/snapshots/snap-000001/snap.bin
2271-bash: Sat: command not found
2272root@teslausb:/mutable# Sat 16 Nov 17:50:08 GMT 2019: took snapshot
2273-bash: Sat: command not found
2274root@teslausb:/mutable# Sat 16 Nov 17:50:10 GMT 2019: comparing /backingfiles/snapshots/snap-000000/snap.bin.toc and /backingfiles/snapshots/newsnap/snap.bin.toc
2275-bash: Sat: command not found
2276root@teslausb:/mutable# Sat 16 Nov 17:50:11 GMT 2019: making links for /backingfiles/snapshots/newsnap/mnt, retargeted to /backingfiles/snapshots/snap-000001/mnt
2277-bash: Sat: command not found
2278root@teslausb:/mutable# Sat 16 Nov 17:50:13 GMT 2019: made all links for /backingfiles/snapshots/newsnap/mnt
2279-bash: Sat: command not found
2280root@teslausb:/mutable# Sat 16 Nov 17:50:13 GMT 2019: Archiving...
2281-bash: Sat: command not found
2282root@teslausb:/mutable# Sat 16 Nov 17:50:13 GMT 2019: Disconnecting usb from host...
2283-bash: Sat: command not found
2284root@teslausb:/mutable# Sat 16 Nov 17:50:13 GMT 2019: Disconnected usb from host.
2285-bash: Sat: command not found
2286root@teslausb:/mutable# Sat 16 Nov 17:50:13 GMT 2019: Ensuring cam archive is mounted...
2287-bash: Sat: command not found
2288root@teslausb:/mutable# Sat 16 Nov 17:50:13 GMT 2019: Mounting /mnt/archive...
2289-bash: Sat: command not found
2290root@teslausb:/mutable# Sat 16 Nov 17:50:14 GMT 2019: Mounted /mnt/archive.
2291-bash: Sat: command not found
2292root@teslausb:/mutable# Sat 16 Nov 17:50:14 GMT 2019: Ensured cam archive is mounted.
2293-bash: Sat: command not found
2294root@teslausb:/mutable# Sat 16 Nov 17:50:14 GMT 2019: Checking saved folder count...
2295-bash: Sat: command not found
2296root@teslausb:/mutable# Sat 16 Nov 17:50:14 GMT 2019: Ensuring cam file is mounted...
2297-bash: Sat: command not found
2298root@teslausb:/mutable# Sat 16 Nov 17:50:14 GMT 2019: Mounting /mnt/cam...
2299-bash: Sat: command not found
2300root@teslausb:/mutable# Sat 16 Nov 17:50:14 GMT 2019: Mounted /mnt/cam.
2301-bash: Sat: command not found
2302root@teslausb:/mutable# Sat 16 Nov 17:50:14 GMT 2019: Ensured cam file is mounted.
2303-bash: Sat: command not found
2304root@teslausb:/mutable# Sat 16 Nov 17:50:14 GMT 2019: Running fsck on /mnt/cam...
2305-bash: Sat: command not found
2306root@teslausb:/mutable# Sat 16 Nov 17:50:15 GMT 2019: | fsck from util-linux 2.33.1
2307-bash: Sat: command not found
2308fsck from util-linux 2.33.1
2309Usage: fsck.ext4 [-panyrcdfktvDFV] [-b superblock] [-B blocksize]
2310 [-l|-L bad_blocks_file] [-C fd] [-j external_journal]
2311 [-E extended-options] [-z undo_file] device
2312
2313Emergency help:
2314 -p Automatic repair (no questions)
2315 -n Make no changes to the filesystem
2316 -y Assume "yes" to all questions
2317 -c Check for bad blocks and add them to the badblock list
2318 -f Force checking even if filesystem is marked clean
2319 -v Be verbose
2320 -b superblock Use alternative superblock
2321 -B blocksize Force blocksize when looking for superblock
2322 -j external_journal Set location of the external journal
2323 -l bad_blocks_file Add to badblocks list
2324 -L bad_blocks_file Set badblocks list
2325 -z undo_file Create an undo file
2326root@teslausb:/mutable# Sat 16 Nov 17:50:15 GMT 2019: | fsck.fat 4.1 (2017-01-24)
2327-bash: syntax error near unexpected token `('
2328root@teslausb:/mutable# Sat 16 Nov 17:50:15 GMT 2019: | 0x41: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
2329-bash: 0x41:: command not found
2330-bash: Sat: command not found
2331root@teslausb:/mutable# Sat 16 Nov 17:50:15 GMT 2019: | Automatically removing dirty bit.
2332-bash: Automatically: command not found
2333-bash: Sat: command not found
2334root@teslausb:/mutable# Sat 16 Nov 17:50:15 GMT 2019: | Performing changes.
2335-bash: Performing: command not found
2336-bash: Sat: command not found
2337root@teslausb:/mutable# Sat 16 Nov 17:50:15 GMT 2019: | /dev/loop2: 110 files, 73311/1263255 clusters
2338-bash: /dev/loop2:: No such file or directory
2339-bash: Sat: command not found
2340root@teslausb:/mutable# Sat 16 Nov 17:50:16 GMT 2019: Finished fsck on /mnt/cam.
2341-bash: Sat: command not found
2342root@teslausb:/mutable# Sat 16 Nov 17:50:16 GMT 2019: There are 1 event folder(s) with 5 file(s) to move.
2343-bash: syntax error near unexpected token `('
2344root@teslausb:/mutable# Sat 16 Nov 17:50:16 GMT 2019: Starting recording archiving: 1 event folder(s) with 5 file(s)
2345-bash: syntax error near unexpected token `('
2346root@teslausb:/mutable# Sat 16 Nov 17:50:16 GMT 2019: Moving clips to archive...
2347-bash: Sat: command not found
2348root@teslausb:/mutable# Sat 16 Nov 17:50:16 GMT 2019: Creating output directory 'SavedClips/2019-11-16_12-37-05'
2349-bash: Sat: command not found
2350root@teslausb:/mutable# Sat 16 Nov 17:50:20 GMT 2019: Moving 'SavedClips/2019-11-16_12-37-05/2019-11-16_12-36-39-front.mp4'
2351-bash: Sat: command not found
2352root@teslausb:/mutable# Sat 16 Nov 17:50:23 GMT 2019: Moved 'SavedClips/2019-11-16_12-37-05/2019-11-16_12-36-39-front.mp4'
2353-bash: Sat: command not found
2354root@teslausb:/mutable# Sat 16 Nov 17:50:23 GMT 2019: Moving 'SavedClips/2019-11-16_12-37-05/2019-11-16_12-36-39-left_repeater.mp4'
2355-bash: Sat: command not found
2356root@teslausb:/mutable# Sat 16 Nov 17:50:24 GMT 2019: Moved 'SavedClips/2019-11-16_12-37-05/2019-11-16_12-36-39-left_repeater.mp4'
2357-bash: Sat: command not found
2358root@teslausb:/mutable# Sat 16 Nov 17:50:24 GMT 2019: Moving 'SavedClips/2019-11-16_12-37-05/2019-11-16_12-36-39-right_repeater.mp4'
2359-bash: Sat: command not found
2360root@teslausb:/mutable# Sat 16 Nov 17:50:26 GMT 2019: Moved 'SavedClips/2019-11-16_12-37-05/2019-11-16_12-36-39-right_repeater.mp4'
2361-bash: Sat: command not found
2362root@teslausb:/mutable# Sat 16 Nov 17:50:26 GMT 2019: Moving 'SavedClips/2019-11-16_12-37-05/2019-11-16_12-36-39-back.mp4'
2363-bash: Sat: command not found
2364root@teslausb:/mutable# Sat 16 Nov 17:50:27 GMT 2019: Moved 'SavedClips/2019-11-16_12-37-05/2019-11-16_12-36-39-back.mp4'
2365-bash: Sat: command not found
2366root@teslausb:/mutable# Sat 16 Nov 17:50:27 GMT 2019: /mnt/cam/TeslaCam/SentryClips does not exist, skipping
2367-bash: Sat: command not found
2368root@teslausb:/mutable# Sat 16 Nov 17:50:27 GMT 2019: Moved 4 file(s), failed to copy 0, deleted 0.
2369-bash: syntax error near unexpected token `('
2370root@teslausb:/mutable# Sat 16 Nov 17:50:27 GMT 2019: Trimming free space in /mnt/cam...
2371-bash: Sat: command not found
2372root@teslausb:/mutable# Sat 16 Nov 17:50:28 GMT 2019: Unmounting /mnt/cam...
2373-bash: Sat: command not found
2374root@teslausb:/mutable# Sat 16 Nov 17:50:28 GMT 2019: Unmounted /mnt/cam.
2375-bash: Sat: command not found
2376root@teslausb:/mutable# Sat 16 Nov 17:50:28 GMT 2019: Finished archiving.
2377-bash: Sat: command not found
2378root@teslausb:/mutable# Sat 16 Nov 17:50:28 GMT 2019: Music archive not configured or unreachable
2379-bash: Sat: command not found
2380root@teslausb:/mutable# Sat 16 Nov 17:50:28 GMT 2019: unmounting /mnt/archive
2381-bash: Sat: command not found
2382root@teslausb:/mutable# Sat 16 Nov 17:50:29 GMT 2019: Connecting usb to host...
2383-bash: Sat: command not found
2384root@teslausb:/mutable# Sat 16 Nov 17:50:29 GMT 2019: Connected usb to host.
2385-bash: Sat: command not found
2386root@teslausb:/mutable# Sat 16 Nov 17:50:29 GMT 2019: Waiting for archive to be unreachable...
2387-bash: Sat: command not found
2388root@teslausb:/mutable# Sat 16 Nov 17:51:14 GMT 2019: Sleeping before retry...
2389-bash: Sat: command not found
2390root@teslausb:/mutable# Sat 16 Nov 17:51:15 GMT 2019: Retrying...
2391-bash: Sat: command not found
2392root@teslausb:/mutable# Sat 16 Nov 17:51:42 GMT 2019: Sleeping before retry...
2393-bash: Sat: command not found
2394root@teslausb:/mutable# Sat 16 Nov 17:51:43 GMT 2019: Retrying...
2395-bash: Sat: command not found
2396root@teslausb:/mutable# ====== system log ======
2397-bash: ======: command not found
2398root@teslausb:/mutable# Feb 14 10:12:48 teslausb syslog.info syslogd started: BusyBox v1.30.1
2399-bash: Feb: command not found
2400root@teslausb:/mutable# Feb 14 10:13:22 teslausb daemon.notice ntpd[740]: ntpd 4.2.8p12@1.3728-o (1): Starting
2401-bash: syntax error near unexpected token `('
2402root@teslausb:/mutable# Feb 14 10:13:22 teslausb daemon.info ntpd[740]: Command line: ntpd -q -x -g
2403-bash: Feb: command not found
2404root@teslausb:/mutable# Feb 14 10:13:22 teslausb daemon.info ntpd[740]: proto: precision = 2.000 usec (-19)
2405-bash: syntax error near unexpected token `('
2406root@teslausb:/mutable# Feb 14 10:13:22 teslausb daemon.notice ntpd[740]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): good hash signature
2407-bash: syntax error near unexpected token `('
2408root@teslausb:/mutable# Feb 14 10:13:22 teslausb daemon.notice ntpd[740]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): loaded, expire=2020-06-28T00:00:00Z last=2017-01-01T00:00:00Z ofs=37
2409-bash: syntax error near unexpected token `('
2410root@teslausb:/mutable# Feb 14 10:13:22 teslausb daemon.info ntpd[740]: Listen and drop on 0 v6wildcard [::]:123
2411-bash: Feb: command not found
2412root@teslausb:/mutable# Feb 14 10:13:22 teslausb daemon.info ntpd[740]: Listen and drop on 1 v4wildcard 0.0.0.0:123
2413-bash: Feb: command not found
2414root@teslausb:/mutable# Feb 14 10:13:22 teslausb daemon.info ntpd[740]: Listen normally on 2 lo 127.0.0.1:123
2415-bash: Feb: command not found
2416root@teslausb:/mutable# Feb 14 10:13:22 teslausb daemon.info ntpd[740]: Listen normally on 3 lo [::1]:123
2417-bash: Feb: command not found
2418root@teslausb:/mutable# Feb 14 10:13:22 teslausb daemon.info ntpd[740]: Listening on routing socket on fd #20 for interface updates
2419-bash: Feb: command not found
2420root@teslausb:/mutable# Feb 14 10:13:23 teslausb daemon.err ntpd[740]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2421-bash: syntax error near unexpected token `('
2422root@teslausb:/mutable# Feb 14 10:13:24 teslausb daemon.err ntpd[740]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2423-bash: syntax error near unexpected token `('
2424root@teslausb:/mutable# Feb 14 10:13:25 teslausb daemon.err ntpd[740]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2425-bash: syntax error near unexpected token `('
2426root@teslausb:/mutable# Feb 14 10:13:26 teslausb daemon.err ntpd[740]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2427-bash: syntax error near unexpected token `('
2428root@teslausb:/mutable# Feb 14 10:13:42 teslausb daemon.notice ntpd[740]: ntpd exiting on signal 15 (Terminated)
2429-bash: syntax error near unexpected token `('
2430root@teslausb:/mutable# Feb 14 10:13:42 teslausb daemon.notice ntpd[745]: ntpd 4.2.8p12@1.3728-o (1): Starting
2431-bash: syntax error near unexpected token `('
2432root@teslausb:/mutable# Feb 14 10:13:42 teslausb daemon.info ntpd[745]: Command line: /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 109:114
2433-bash: Feb: command not found
2434root@teslausb:/mutable# Feb 14 10:13:42 teslausb daemon.info ntpd[751]: proto: precision = 2.000 usec (-19)
2435-bash: syntax error near unexpected token `('
2436root@teslausb:/mutable# Feb 14 10:13:42 teslausb daemon.notice ntpd[751]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): good hash signature
2437-bash: syntax error near unexpected token `('
2438root@teslausb:/mutable# Feb 14 10:13:42 teslausb daemon.notice ntpd[751]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): loaded, expire=2020-06-28T00:00:00Z last=2017-01-01T00:00:00Z ofs=37
2439-bash: syntax error near unexpected token `('
2440root@teslausb:/mutable# Feb 14 10:13:42 teslausb daemon.info ntpd[751]: Listen and drop on 0 v6wildcard [::]:123
2441-bash: Feb: command not found
2442root@teslausb:/mutable# Feb 14 10:13:42 teslausb daemon.info ntpd[751]: Listen and drop on 1 v4wildcard 0.0.0.0:123
2443-bash: Feb: command not found
2444root@teslausb:/mutable# Feb 14 10:13:42 teslausb daemon.info ntpd[751]: Listen normally on 2 lo 127.0.0.1:123
2445-bash: Feb: command not found
2446root@teslausb:/mutable# Feb 14 10:13:42 teslausb daemon.info ntpd[751]: Listen normally on 3 lo [::1]:123
2447-bash: Feb: command not found
2448root@teslausb:/mutable# Feb 14 10:13:42 teslausb daemon.info ntpd[751]: Listening on routing socket on fd #20 for interface updates
2449-bash: Feb: command not found
2450root@teslausb:/mutable# Feb 14 10:13:42 teslausb daemon.info ntpd[751]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
2451-bash: Feb: command not found
2452root@teslausb:/mutable# Feb 14 10:13:42 teslausb daemon.info ntpd[751]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
2453-bash: Feb: command not found
2454root@teslausb:/mutable# Feb 14 10:13:43 teslausb daemon.err ntpd[751]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2455-bash: syntax error near unexpected token `('
2456root@teslausb:/mutable# Feb 14 10:13:44 teslausb daemon.err ntpd[751]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2457-bash: syntax error near unexpected token `('
2458root@teslausb:/mutable# Feb 14 10:13:45 teslausb daemon.err ntpd[751]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2459-bash: syntax error near unexpected token `('
2460root@teslausb:/mutable# Feb 14 10:13:46 teslausb daemon.err ntpd[751]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2461-bash: syntax error near unexpected token `('
2462root@teslausb:/mutable# Feb 14 10:14:48 teslausb daemon.err ntpd[751]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2463-bash: syntax error near unexpected token `('
2464root@teslausb:/mutable# Feb 14 10:14:49 teslausb daemon.err ntpd[751]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2465-bash: syntax error near unexpected token `('
2466root@teslausb:/mutable# Feb 14 10:14:49 teslausb daemon.err ntpd[751]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2467-bash: syntax error near unexpected token `('
2468root@teslausb:/mutable# Feb 14 10:14:50 teslausb daemon.err ntpd[751]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2469-bash: syntax error near unexpected token `('
2470root@teslausb:/mutable# Feb 14 10:15:54 teslausb daemon.err ntpd[751]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2471-bash: syntax error near unexpected token `('
2472root@teslausb:/mutable# Feb 14 10:15:54 teslausb daemon.err ntpd[751]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2473-bash: syntax error near unexpected token `('
2474root@teslausb:/mutable# Feb 14 10:15:55 teslausb daemon.err ntpd[751]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2475-bash: syntax error near unexpected token `('
2476root@teslausb:/mutable# Feb 14 10:15:56 teslausb daemon.err ntpd[751]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2477-bash: syntax error near unexpected token `('
2478root@teslausb:/mutable# Feb 14 10:16:58 teslausb daemon.err ntpd[751]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2479-bash: syntax error near unexpected token `('
2480root@teslausb:/mutable# Feb 14 10:16:59 teslausb daemon.err ntpd[751]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2481-bash: syntax error near unexpected token `('
2482root@teslausb:/mutable# Feb 14 10:17:00 teslausb daemon.err ntpd[751]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2483-bash: syntax error near unexpected token `('
2484root@teslausb:/mutable# Feb 14 10:17:02 teslausb daemon.err ntpd[751]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2485-bash: syntax error near unexpected token `('
2486root@teslausb:/mutable# Feb 14 10:18:03 teslausb daemon.err ntpd[751]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2487-bash: syntax error near unexpected token `('
2488root@teslausb:/mutable# Feb 14 10:18:05 teslausb daemon.err ntpd[751]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2489-bash: syntax error near unexpected token `('
2490root@teslausb:/mutable# Feb 14 10:18:06 teslausb daemon.err ntpd[751]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2491-bash: syntax error near unexpected token `('
2492root@teslausb:/mutable# Feb 14 10:18:07 teslausb daemon.err ntpd[751]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2493-bash: syntax error near unexpected token `('
2494root@teslausb:/mutable# Feb 14 10:19:09 teslausb daemon.err ntpd[751]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2495-bash: syntax error near unexpected token `('
2496root@teslausb:/mutable# Feb 14 10:19:12 teslausb daemon.err ntpd[751]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2497-bash: syntax error near unexpected token `('
2498root@teslausb:/mutable# Feb 14 10:19:13 teslausb daemon.err ntpd[751]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2499-bash: syntax error near unexpected token `('
2500root@teslausb:/mutable# Feb 14 10:19:14 teslausb daemon.err ntpd[751]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2501-bash: syntax error near unexpected token `('
2502root@teslausb:/mutable# Feb 14 10:20:13 teslausb daemon.err ntpd[751]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2503-bash: syntax error near unexpected token `('
2504root@teslausb:/mutable# Feb 14 10:20:16 teslausb daemon.err ntpd[751]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2505-bash: syntax error near unexpected token `('
2506root@teslausb:/mutable# Feb 14 10:20:18 teslausb daemon.err ntpd[751]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2507-bash: syntax error near unexpected token `('
2508root@teslausb:/mutable# Feb 14 10:20:20 teslausb daemon.err ntpd[751]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2509-bash: syntax error near unexpected token `('
2510root@teslausb:/mutable# Feb 14 10:21:20 teslausb daemon.err ntpd[751]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2511-bash: syntax error near unexpected token `('
2512root@teslausb:/mutable# Feb 14 10:21:22 teslausb daemon.err ntpd[751]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2513-bash: syntax error near unexpected token `('
2514root@teslausb:/mutable# Feb 14 10:21:22 teslausb daemon.err ntpd[751]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2515-bash: syntax error near unexpected token `('
2516root@teslausb:/mutable# Feb 14 10:21:25 teslausb daemon.err ntpd[751]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2517-bash: syntax error near unexpected token `('
2518root@teslausb:/mutable# Feb 14 10:22:27 teslausb daemon.err ntpd[751]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2519-bash: syntax error near unexpected token `('
2520root@teslausb:/mutable# Feb 14 10:22:28 teslausb daemon.err ntpd[751]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2521-bash: syntax error near unexpected token `('
2522root@teslausb:/mutable# Feb 14 10:22:29 teslausb daemon.err ntpd[751]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2523-bash: syntax error near unexpected token `('
2524root@teslausb:/mutable# Feb 14 10:22:32 teslausb daemon.err ntpd[751]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2525-bash: syntax error near unexpected token `('
2526root@teslausb:/mutable# Feb 14 10:23:04 teslausb daemon.err ntpd[751]: bind(23) AF_INET6 fe80::26dc:2696:f4d6:6961%2#123 flags 0x11 failed: Cannot assign requested address
2527-bash: syntax error near unexpected token `('
2528root@teslausb:/mutable# Feb 14 10:23:04 teslausb daemon.err ntpd[751]: unable to create socket on wlan0 (4) for fe80::26dc:2696:f4d6:6961%2#123
2529-bash: syntax error near unexpected token `('
2530root@teslausb:/mutable# Feb 14 10:23:04 teslausb daemon.info ntpd[751]: failed to init interface for address fe80::26dc:2696:f4d6:6961%2
2531-bash: Feb: command not found
2532root@teslausb:/mutable# Feb 14 10:23:06 teslausb daemon.info ntpd[751]: Listen normally on 5 wlan0 [fe80::26dc:2696:f4d6:6961%2]:123
2533-bash: Feb: command not found
2534root@teslausb:/mutable# Feb 14 10:23:06 teslausb daemon.debug ntpd[751]: new interface(s) found: waking up resolver
2535-bash: syntax error near unexpected token `('
2536root@teslausb:/mutable# Feb 14 10:23:09 teslausb daemon.info ntpd[751]: Listen normally on 6 wlan0 10.0.2.8:123
2537-bash: Feb: command not found
2538root@teslausb:/mutable# Feb 14 10:23:09 teslausb daemon.debug ntpd[751]: new interface(s) found: waking up resolver
2539-bash: syntax error near unexpected token `('
2540root@teslausb:/mutable# Feb 14 10:23:31 teslausb daemon.err ntpd[751]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2541-bash: syntax error near unexpected token `('
2542root@teslausb:/mutable# Feb 14 10:23:34 teslausb daemon.err ntpd[751]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2543-bash: syntax error near unexpected token `('
2544root@teslausb:/mutable# Feb 14 10:23:34 teslausb daemon.err ntpd[751]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2545-bash: syntax error near unexpected token `('
2546root@teslausb:/mutable# Feb 14 10:23:36 teslausb daemon.notice ntpd[751]: ntpd exiting on signal 15 (Terminated)
2547-bash: syntax error near unexpected token `('
2548root@teslausb:/mutable# Feb 14 10:23:37 teslausb daemon.notice ntpd[2235]: ntpd 4.2.8p12@1.3728-o (1): Starting
2549-bash: syntax error near unexpected token `('
2550root@teslausb:/mutable# Feb 14 10:23:37 teslausb daemon.info ntpd[2235]: Command line: ntpd -q -x -g
2551-bash: Feb: command not found
2552root@teslausb:/mutable# Feb 14 10:23:37 teslausb daemon.info ntpd[2235]: proto: precision = 2.000 usec (-19)
2553-bash: syntax error near unexpected token `('
2554root@teslausb:/mutable# Feb 14 10:23:37 teslausb daemon.notice ntpd[2235]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): good hash signature
2555-bash: syntax error near unexpected token `('
2556root@teslausb:/mutable# Feb 14 10:23:37 teslausb daemon.notice ntpd[2235]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): loaded, expire=2020-06-28T00:00:00Z last=2017-01-01T00:00:00Z ofs=37
2557-bash: syntax error near unexpected token `('
2558root@teslausb:/mutable# Feb 14 10:23:37 teslausb daemon.info ntpd[2235]: Listen and drop on 0 v6wildcard [::]:123
2559-bash: Feb: command not found
2560root@teslausb:/mutable# Feb 14 10:23:37 teslausb daemon.info ntpd[2235]: Listen and drop on 1 v4wildcard 0.0.0.0:123
2561-bash: Feb: command not found
2562root@teslausb:/mutable# Feb 14 10:23:37 teslausb daemon.info ntpd[2235]: Listen normally on 2 lo 127.0.0.1:123
2563-bash: Feb: command not found
2564root@teslausb:/mutable# Feb 14 10:23:37 teslausb daemon.info ntpd[2235]: Listen normally on 3 wlan0 10.0.2.8:123
2565-bash: Feb: command not found
2566root@teslausb:/mutable# Feb 14 10:23:37 teslausb daemon.info ntpd[2235]: Listen normally on 4 lo [::1]:123
2567-bash: Feb: command not found
2568root@teslausb:/mutable# Feb 14 10:23:37 teslausb daemon.info ntpd[2235]: Listen normally on 5 wlan0 [fe80::26dc:2696:f4d6:6961%2]:123
2569-bash: Feb: command not found
2570root@teslausb:/mutable# Feb 14 10:23:37 teslausb daemon.info ntpd[2235]: Listening on routing socket on fd #22 for interface updates
2571-bash: Feb: command not found
2572root@teslausb:/mutable# Feb 14 10:23:38 teslausb daemon.info ntpd[2235]: Soliciting pool server 162.159.200.123
2573-bash: Feb: command not found
2574root@teslausb:/mutable# Feb 14 10:23:39 teslausb daemon.info ntpd[2235]: Soliciting pool server 37.187.5.167
2575-bash: Feb: command not found
2576root@teslausb:/mutable# Feb 14 10:23:39 teslausb daemon.info ntpd[2235]: Soliciting pool server 162.159.200.1
2577-bash: Feb: command not found
2578root@teslausb:/mutable# Feb 14 10:23:40 teslausb daemon.info ntpd[2235]: Soliciting pool server 212.45.144.88
2579-bash: Feb: command not found
2580root@teslausb:/mutable# Feb 14 10:23:40 teslausb daemon.info ntpd[2235]: Soliciting pool server 31.14.133.122
2581-bash: Feb: command not found
2582root@teslausb:/mutable# Feb 14 10:23:41 teslausb daemon.info ntpd[2235]: Soliciting pool server 147.135.207.213
2583-bash: Feb: command not found
2584root@teslausb:/mutable# Feb 14 10:23:41 teslausb daemon.info ntpd[2235]: Soliciting pool server 212.45.144.206
2585-bash: Feb: command not found
2586root@teslausb:/mutable# Feb 14 10:23:41 teslausb daemon.info ntpd[2235]: Soliciting pool server 85.199.214.99
2587-bash: Feb: command not found
2588root@teslausb:/mutable# Feb 14 10:23:42 teslausb daemon.info ntpd[2235]: Soliciting pool server 212.45.144.3
2589-bash: Feb: command not found
2590root@teslausb:/mutable# Feb 14 10:23:42 teslausb daemon.info ntpd[2235]: Soliciting pool server 80.211.128.146
2591-bash: Feb: command not found
2592root@teslausb:/mutable# Feb 14 10:23:43 teslausb daemon.info ntpd[2235]: Soliciting pool server 80.211.82.90
2593-bash: Feb: command not found
2594root@teslausb:/mutable# Feb 14 10:23:44 teslausb daemon.info ntpd[2235]: Soliciting pool server 193.204.114.233
2595-bash: Feb: command not found
2596root@teslausb:/mutable# Nov 16 17:49:45 teslausb daemon.notice ntpd[2235]: ntpd: time set +23786756.923130 s
2597-bash: Nov: command not found
2598root@teslausb:/mutable# Nov 16 17:49:46 teslausb daemon.notice ntpd[2239]: ntpd 4.2.8p12@1.3728-o (1): Starting
2599-bash: syntax error near unexpected token `('
2600root@teslausb:/mutable# Nov 16 17:49:46 teslausb daemon.info ntpd[2239]: Command line: /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 109:114
2601-bash: Nov: command not found
2602root@teslausb:/mutable# Nov 16 17:49:46 teslausb daemon.info ntpd[2249]: proto: precision = 2.000 usec (-19)
2603-bash: syntax error near unexpected token `('
2604root@teslausb:/mutable# Nov 16 17:49:46 teslausb daemon.notice ntpd[2249]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): good hash signature
2605-bash: syntax error near unexpected token `('
2606root@teslausb:/mutable# Nov 16 17:49:46 teslausb daemon.notice ntpd[2249]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): loaded, expire=2020-06-28T00:00:00Z last=2017-01-01T00:00:00Z ofs=37
2607-bash: syntax error near unexpected token `('
2608root@teslausb:/mutable# Nov 16 17:49:46 teslausb daemon.info ntpd[2249]: Listen and drop on 0 v6wildcard [::]:123
2609-bash: Nov: command not found
2610root@teslausb:/mutable# Nov 16 17:49:46 teslausb daemon.info ntpd[2249]: Listen and drop on 1 v4wildcard 0.0.0.0:123
2611-bash: Nov: command not found
2612root@teslausb:/mutable# Nov 16 17:49:46 teslausb daemon.info ntpd[2249]: Listen normally on 2 lo 127.0.0.1:123
2613-bash: Nov: command not found
2614root@teslausb:/mutable# Nov 16 17:49:46 teslausb daemon.info ntpd[2249]: Listen normally on 3 wlan0 10.0.2.8:123
2615-bash: Nov: command not found
2616root@teslausb:/mutable# Nov 16 17:49:46 teslausb daemon.info ntpd[2249]: Listen normally on 4 lo [::1]:123
2617-bash: Nov: command not found
2618root@teslausb:/mutable# Nov 16 17:49:46 teslausb daemon.info ntpd[2249]: Listen normally on 5 wlan0 [fe80::26dc:2696:f4d6:6961%2]:123
2619-bash: Nov: command not found
2620root@teslausb:/mutable# Nov 16 17:49:46 teslausb daemon.info ntpd[2249]: Listening on routing socket on fd #22 for interface updates
2621-bash: Nov: command not found
2622root@teslausb:/mutable# Nov 16 17:49:46 teslausb daemon.info ntpd[2249]: kernel reports TIME_ERROR: 0x4041: Clock Unsynchronized
2623-bash: Nov: command not found
2624root@teslausb:/mutable# Nov 16 17:49:46 teslausb daemon.info ntpd[2249]: kernel reports TIME_ERROR: 0x4041: Clock Unsynchronized
2625-bash: Nov: command not found
2626root@teslausb:/mutable# Nov 16 17:49:47 teslausb daemon.err ntpd[2249]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2627-bash: syntax error near unexpected token `('
2628root@teslausb:/mutable# Nov 16 17:49:48 teslausb daemon.err ntpd[2249]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2629-bash: syntax error near unexpected token `('
2630root@teslausb:/mutable# Nov 16 17:49:49 teslausb daemon.err ntpd[2249]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2631-bash: syntax error near unexpected token `('
2632root@teslausb:/mutable# Nov 16 17:49:50 teslausb daemon.err ntpd[2249]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2633-bash: syntax error near unexpected token `('
2634root@teslausb:/mutable# Nov 16 17:50:53 teslausb daemon.err ntpd[2249]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2635-bash: syntax error near unexpected token `('
2636root@teslausb:/mutable# Nov 16 17:50:53 teslausb daemon.err ntpd[2249]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2637-bash: syntax error near unexpected token `('
2638root@teslausb:/mutable# Nov 16 17:50:54 teslausb daemon.err ntpd[2249]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2639-bash: syntax error near unexpected token `('
2640root@teslausb:/mutable# Nov 16 17:50:55 teslausb daemon.err ntpd[2249]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2641-bash: syntax error near unexpected token `('
2642root@teslausb:/mutable# Nov 16 17:51:59 teslausb daemon.err ntpd[2249]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2643-bash: syntax error near unexpected token `('
2644root@teslausb:/mutable# Nov 16 17:52:00 teslausb daemon.err ntpd[2249]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2645-bash: syntax error near unexpected token `('
2646root@teslausb:/mutable# Nov 16 17:52:00 teslausb daemon.err ntpd[2249]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2647-bash: syntax error near unexpected token `('
2648root@teslausb:/mutable# Nov 16 17:52:00 teslausb daemon.err ntpd[2249]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2649-bash: syntax error near unexpected token `('
2650root@teslausb:/mutable# Nov 16 17:53:03 teslausb daemon.err ntpd[2249]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2651-bash: syntax error near unexpected token `('
2652root@teslausb:/mutable# Nov 16 17:53:05 teslausb daemon.err ntpd[2249]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2653-bash: syntax error near unexpected token `('
2654root@teslausb:/mutable# Nov 16 17:53:06 teslausb daemon.err ntpd[2249]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2655-bash: syntax error near unexpected token `('
2656root@teslausb:/mutable# Nov 16 17:53:07 teslausb daemon.err ntpd[2249]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2657-bash: syntax error near unexpected token `('
2658root@teslausb:/mutable# Nov 16 17:54:09 teslausb daemon.err ntpd[2249]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2659-bash: syntax error near unexpected token `('
2660root@teslausb:/mutable# Nov 16 17:54:10 teslausb daemon.err ntpd[2249]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2661-bash: syntax error near unexpected token `('
2662root@teslausb:/mutable# Nov 16 17:54:12 teslausb daemon.err ntpd[2249]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2663-bash: syntax error near unexpected token `('
2664root@teslausb:/mutable# Nov 16 17:54:13 teslausb daemon.err ntpd[2249]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2665-bash: syntax error near unexpected token `('
2666root@teslausb:/mutable# Nov 16 17:55:14 teslausb daemon.err ntpd[2249]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2667-bash: syntax error near unexpected token `('
2668root@teslausb:/mutable# Nov 16 17:55:14 teslausb daemon.err ntpd[2249]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2669-bash: syntax error near unexpected token `('
2670root@teslausb:/mutable# Nov 16 17:55:16 teslausb daemon.err ntpd[2249]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2671-bash: syntax error near unexpected token `('
2672root@teslausb:/mutable# Nov 16 17:55:19 teslausb daemon.err ntpd[2249]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2673-bash: syntax error near unexpected token `('
2674root@teslausb:/mutable# Nov 16 17:56:19 teslausb daemon.err ntpd[2249]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2675-bash: syntax error near unexpected token `('
2676root@teslausb:/mutable# Nov 16 17:56:19 teslausb daemon.err ntpd[2249]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2677-bash: syntax error near unexpected token `('
2678root@teslausb:/mutable# Nov 16 17:56:22 teslausb daemon.err ntpd[2249]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2679-bash: syntax error near unexpected token `('
2680root@teslausb:/mutable# Nov 16 17:56:25 teslausb daemon.err ntpd[2249]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2681-bash: syntax error near unexpected token `('
2682root@teslausb:/mutable# Nov 16 17:57:25 teslausb daemon.err ntpd[2249]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2683-bash: syntax error near unexpected token `('
2684root@teslausb:/mutable# Nov 16 17:57:26 teslausb daemon.err ntpd[2249]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2685-bash: syntax error near unexpected token `('
2686root@teslausb:/mutable# Nov 16 17:57:26 teslausb daemon.err ntpd[2249]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2687-bash: syntax error near unexpected token `('
2688root@teslausb:/mutable# Nov 16 17:57:31 teslausb daemon.err ntpd[2249]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2689-bash: syntax error near unexpected token `('
2690root@teslausb:/mutable# Nov 16 17:58:29 teslausb daemon.err ntpd[2249]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2691-bash: syntax error near unexpected token `('
2692root@teslausb:/mutable# Nov 16 17:58:31 teslausb daemon.err ntpd[2249]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2693-bash: syntax error near unexpected token `('
2694root@teslausb:/mutable# Nov 16 17:58:33 teslausb daemon.err ntpd[2249]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2695-bash: syntax error near unexpected token `('
2696root@teslausb:/mutable# Nov 16 17:58:37 teslausb daemon.err ntpd[2249]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2697-bash: syntax error near unexpected token `('
2698root@teslausb:/mutable# Nov 16 17:59:36 teslausb daemon.err ntpd[2249]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2699-bash: syntax error near unexpected token `('
2700root@teslausb:/mutable# Nov 16 17:59:36 teslausb daemon.err ntpd[2249]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2701-bash: syntax error near unexpected token `('
2702root@teslausb:/mutable# Nov 16 17:59:37 teslausb daemon.err ntpd[2249]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2703-bash: syntax error near unexpected token `('
2704root@teslausb:/mutable# Nov 16 17:59:41 teslausb daemon.err ntpd[2249]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2705-bash: syntax error near unexpected token `('
2706root@teslausb:/mutable# Nov 16 18:00:40 teslausb daemon.err ntpd[2249]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2707-bash: syntax error near unexpected token `('
2708root@teslausb:/mutable# Nov 16 18:00:40 teslausb daemon.err ntpd[2249]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2709-bash: syntax error near unexpected token `('
2710root@teslausb:/mutable# Nov 16 18:00:42 teslausb daemon.err ntpd[2249]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2711-bash: syntax error near unexpected token `('
2712root@teslausb:/mutable# Nov 16 18:00:46 teslausb daemon.err ntpd[2249]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2713-bash: syntax error near unexpected token `('
2714root@teslausb:/mutable# Nov 16 18:01:46 teslausb daemon.err ntpd[2249]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2715-bash: syntax error near unexpected token `('
2716root@teslausb:/mutable# Nov 16 18:01:47 teslausb daemon.err ntpd[2249]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2717-bash: syntax error near unexpected token `('
2718root@teslausb:/mutable# Nov 16 18:01:48 teslausb daemon.err ntpd[2249]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2719-bash: syntax error near unexpected token `('
2720root@teslausb:/mutable# Nov 16 18:01:53 teslausb daemon.err ntpd[2249]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2721-bash: syntax error near unexpected token `('
2722root@teslausb:/mutable# Nov 16 18:02:51 teslausb daemon.err ntpd[2249]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2723-bash: syntax error near unexpected token `('
2724root@teslausb:/mutable# Nov 16 18:02:52 teslausb daemon.err ntpd[2249]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2725-bash: syntax error near unexpected token `('
2726root@teslausb:/mutable# Nov 16 18:02:52 teslausb daemon.err ntpd[2249]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2727-bash: syntax error near unexpected token `('
2728root@teslausb:/mutable# Nov 16 18:02:57 teslausb daemon.err ntpd[2249]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2729-bash: syntax error near unexpected token `('
2730root@teslausb:/mutable# Nov 16 18:03:58 teslausb daemon.err ntpd[2249]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2731-bash: syntax error near unexpected token `('
2732root@teslausb:/mutable# Nov 16 18:03:58 teslausb daemon.err ntpd[2249]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2733-bash: syntax error near unexpected token `('
2734root@teslausb:/mutable# Nov 16 18:03:59 teslausb daemon.err ntpd[2249]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2735-bash: syntax error near unexpected token `('
2736root@teslausb:/mutable# Nov 16 18:04:03 teslausb daemon.err ntpd[2249]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2737-bash: syntax error near unexpected token `('
2738root@teslausb:/mutable# Nov 16 18:05:02 teslausb daemon.err ntpd[2249]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2739-bash: syntax error near unexpected token `('
2740root@teslausb:/mutable# Nov 16 18:05:04 teslausb daemon.err ntpd[2249]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2741-bash: syntax error near unexpected token `('
2742root@teslausb:/mutable# Nov 16 18:05:05 teslausb daemon.err ntpd[2249]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2743-bash: syntax error near unexpected token `('
2744root@teslausb:/mutable# Nov 16 18:05:09 teslausb daemon.err ntpd[2249]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2745-bash: syntax error near unexpected token `('
2746root@teslausb:/mutable# Nov 16 18:06:08 teslausb daemon.err ntpd[2249]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2747-bash: syntax error near unexpected token `('
2748root@teslausb:/mutable# Nov 16 18:06:10 teslausb daemon.err ntpd[2249]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2749-bash: syntax error near unexpected token `('
2750root@teslausb:/mutable# Nov 16 18:06:11 teslausb daemon.err ntpd[2249]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2751-bash: syntax error near unexpected token `('
2752root@teslausb:/mutable# Nov 16 18:06:14 teslausb daemon.err ntpd[2249]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2753-bash: syntax error near unexpected token `('
2754root@teslausb:/mutable# Nov 16 18:07:15 teslausb daemon.err ntpd[2249]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2755-bash: syntax error near unexpected token `('
2756root@teslausb:/mutable# Nov 16 18:07:16 teslausb daemon.err ntpd[2249]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2757-bash: syntax error near unexpected token `('
2758root@teslausb:/mutable# Nov 16 18:07:18 teslausb daemon.err ntpd[2249]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2759-bash: syntax error near unexpected token `('
2760root@teslausb:/mutable# Nov 16 18:07:19 teslausb daemon.err ntpd[2249]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2761-bash: syntax error near unexpected token `('
2762root@teslausb:/mutable# Nov 16 18:08:19 teslausb daemon.err ntpd[2249]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2763-bash: syntax error near unexpected token `('
2764root@teslausb:/mutable# Nov 16 18:08:21 teslausb daemon.err ntpd[2249]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2765-bash: syntax error near unexpected token `('
2766root@teslausb:/mutable# Nov 16 18:08:22 teslausb daemon.err ntpd[2249]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2767-bash: syntax error near unexpected token `('
2768root@teslausb:/mutable# Nov 16 18:08:26 teslausb daemon.err ntpd[2249]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2769-bash: syntax error near unexpected token `('
2770root@teslausb:/mutable# Nov 16 18:09:23 teslausb daemon.err ntpd[2249]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2771-bash: syntax error near unexpected token `('
2772root@teslausb:/mutable# Nov 16 18:09:26 teslausb daemon.err ntpd[2249]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2773-bash: syntax error near unexpected token `('
2774root@teslausb:/mutable# Nov 16 18:09:28 teslausb daemon.err ntpd[2249]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2775-bash: syntax error near unexpected token `('
2776root@teslausb:/mutable# Nov 16 18:09:32 teslausb daemon.err ntpd[2249]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2777-bash: syntax error near unexpected token `('
2778root@teslausb:/mutable# Nov 16 18:10:30 teslausb daemon.err ntpd[2249]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2779-bash: syntax error near unexpected token `('
2780root@teslausb:/mutable# Nov 16 18:10:33 teslausb daemon.err ntpd[2249]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2781-bash: syntax error near unexpected token `('
2782root@teslausb:/mutable# Nov 16 18:10:34 teslausb daemon.err ntpd[2249]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2783-bash: syntax error near unexpected token `('
2784root@teslausb:/mutable# Nov 16 18:10:37 teslausb daemon.err ntpd[2249]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2785-bash: syntax error near unexpected token `('
2786root@teslausb:/mutable# Nov 16 18:11:34 teslausb daemon.err ntpd[2249]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2787-bash: syntax error near unexpected token `('
2788root@teslausb:/mutable# Nov 16 18:11:38 teslausb daemon.err ntpd[2249]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2789-bash: syntax error near unexpected token `('
2790root@teslausb:/mutable# Nov 16 18:11:40 teslausb daemon.err ntpd[2249]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2791-bash: syntax error near unexpected token `('
2792root@teslausb:/mutable# Nov 16 18:11:41 teslausb daemon.err ntpd[2249]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2793-bash: syntax error near unexpected token `('
2794root@teslausb:/mutable# Nov 16 18:12:40 teslausb daemon.err ntpd[2249]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2795-bash: syntax error near unexpected token `('
2796root@teslausb:/mutable# Nov 16 18:12:43 teslausb daemon.err ntpd[2249]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2797-bash: syntax error near unexpected token `('
2798root@teslausb:/mutable# Nov 16 18:12:46 teslausb daemon.err ntpd[2249]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2799-bash: syntax error near unexpected token `('
2800root@teslausb:/mutable# Nov 16 18:12:48 teslausb daemon.err ntpd[2249]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2801-bash: syntax error near unexpected token `('
2802root@teslausb:/mutable# Nov 16 18:13:46 teslausb daemon.err ntpd[2249]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2803-bash: syntax error near unexpected token `('
2804root@teslausb:/mutable# Nov 16 18:13:48 teslausb daemon.err ntpd[2249]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2805-bash: syntax error near unexpected token `('
2806root@teslausb:/mutable# Nov 16 18:13:53 teslausb daemon.err ntpd[2249]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2807-bash: syntax error near unexpected token `('
2808root@teslausb:/mutable# Nov 16 18:13:55 teslausb daemon.err ntpd[2249]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2809-bash: syntax error near unexpected token `('
2810root@teslausb:/mutable# Nov 16 18:14:50 teslausb daemon.err ntpd[2249]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2811-bash: syntax error near unexpected token `('
2812root@teslausb:/mutable# Nov 16 18:14:53 teslausb daemon.err ntpd[2249]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2813-bash: syntax error near unexpected token `('
2814root@teslausb:/mutable# Nov 16 18:14:59 teslausb daemon.err ntpd[2249]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2815-bash: syntax error near unexpected token `('
2816root@teslausb:/mutable# Nov 16 18:15:00 teslausb daemon.err ntpd[2249]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
2817-bash: syntax error near unexpected token `('
2818root@teslausb:/mutable# Nov 16 18:15:12 teslausb auth.info sshd[6430]: Accepted password for pi from 10.0.0.5 port 64013 ssh2
2819-bash: Nov: command not found
2820root@teslausb:/mutable# Nov 16 18:15:12 teslausb authpriv.info sshd[6430]: pam_unix(sshd:session): session opened for user pi by (uid=0)
2821-bash: syntax error near unexpected token `('
2822root@teslausb:/mutable# Nov 16 18:15:12 teslausb authpriv.info systemd: pam_unix(systemd-user:session): session opened for user pi by (uid=0)
2823-bash: syntax error near unexpected token `('
2824root@teslausb:/mutable# Nov 16 18:15:17 teslausb authpriv.notice sudo: pi : TTY=pts/0 ; PWD=/home/pi ; USER=root ; COMMAND=/bin/bash
2825-bash: Nov: command not found
2826root@teslausb:/home/pi# Nov 16 18:15:17 teslausb authpriv.info sudo: pam_unix(sudo:session): session opened for user root by pi(uid=0)
2827-bash: syntax error near unexpected token `('
2828root@teslausb:/home/pi# ====== dmesg ======
2829-bash: ======: command not found
2830root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] Booting Linux on physical CPU 0x0
2831-bash: [Sat: command not found
2832root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] Linux version 4.19.66+ (dom@buildbot) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1253 Thu Aug 15 11:37:30 BST 2019
2833-bash: syntax error near unexpected token `('
2834root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] CPU: ARMv6-compatible processor [410fb767] revision 7 (ARMv7), cr=00c5387d
2835-bash: syntax error near unexpected token `('
2836root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] CPU: PIPT / VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
2837-bash: [Sat: command not found
2838root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] OF: fdt: Machine model: Raspberry Pi Zero W Rev 1.1
2839-bash: [Sat: command not found
2840root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] Memory policy: Data cache writeback
2841-bash: [Sat: command not found
2842root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] cma: Reserved 8 MiB at 0x1b400000
2843-bash: [Sat: command not found
2844root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] On node 0 totalpages: 114688
2845-bash: [Sat: command not found
2846root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] Normal zone: 1008 pages used for memmap
2847-bash: [Sat: command not found
2848root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] Normal zone: 0 pages reserved
2849-bash: [Sat: command not found
2850root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] Normal zone: 114688 pages, LIFO batch:31
2851-bash: [Sat: command not found
2852root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] random: get_random_bytes called from start_kernel+0x8c/0x49c with crng_init=0
2853-bash: [Sat: command not found
2854root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
2855-bash: [Sat: command not found
2856root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] pcpu-alloc: [0] 0
2857-bash: [Sat: command not found
2858root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] Built 1 zonelists, mobility grouping on. Total pages: 113680
2859-bash: [Sat: command not found
2860root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 smsc95xx.macaddr=B8:27:EB:FB:34:10 vc_mem.mem_base=0x1ec00000 vc_mem.mem_size=0x20000000 dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=PARTUUID=f18867b3-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait modules-load=dwc2 quiet fastboot noswap ro
2861-bash: [Sat: command not found
2862root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
2863-bash: syntax error near unexpected token `('
2864root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
2865-bash: syntax error near unexpected token `('
2866root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] Memory: 434424K/458752K available (6971K kernel code, 635K rwdata, 2080K rodata, 468K init, 797K bss, 16136K reserved, 8192K cma-reserved)
2867-bash: syntax error near unexpected token `('
2868root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] Virtual kernel memory layout:
2869-bash: [Sat: command not found
2870root@teslausb:/home/pi# vector : 0xffff0000 - 0xffff1000 ( 4 kB)
2871-bash: syntax error near unexpected token `('
2872root@teslausb:/home/pi# fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
2873-bash: syntax error near unexpected token `('
2874root@teslausb:/home/pi# vmalloc : 0xdc800000 - 0xff800000 ( 560 MB)
2875-bash: syntax error near unexpected token `('
2876root@teslausb:/home/pi# lowmem : 0xc0000000 - 0xdc000000 ( 448 MB)
2877-bash: syntax error near unexpected token `('
2878root@teslausb:/home/pi# modules : 0xbf000000 - 0xc0000000 ( 16 MB)
2879-bash: syntax error near unexpected token `('
2880root@teslausb:/home/pi# .text : 0x(ptrval) - 0x(ptrval) (6972 kB)
2881-bash: syntax error near unexpected token `('
2882root@teslausb:/home/pi# .init : 0x(ptrval) - 0x(ptrval) ( 468 kB)
2883-bash: syntax error near unexpected token `('
2884root@teslausb:/home/pi# .data : 0x(ptrval) - 0x(ptrval) ( 636 kB)
2885-bash: syntax error near unexpected token `('
2886root@teslausb:/home/pi# .bss : 0x(ptrval) - 0x(ptrval) ( 798 kB)
2887-bash: syntax error near unexpected token `('
2888root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
2889-bash: [Sat: command not found
2890root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] ftrace: allocating 25191 entries in 74 pages
2891-bash: [Sat: command not found
2892root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
2893-bash: [Sat: command not found
2894root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
2895-bash: [Sat: command not found
2896root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
2897-bash: [Sat: command not found
2898root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] bcm2835: system timer (irq = 27)
2899-bash: syntax error near unexpected token `('
2900root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] Console: colour dummy device 80x30
2901-bash: [Sat: command not found
2902root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] console [tty1] enabled
2903-bash: [Sat: command not found
2904root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] Calibrating delay loop... 697.95 BogoMIPS (lpj=3489792)
2905-bash: syntax error near unexpected token `('
2906root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] pid_max: default: 32768 minimum: 301
2907-bash: [Sat: command not found
2908root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
2909-bash: syntax error near unexpected token `('
2910root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
2911-bash: syntax error near unexpected token `('
2912root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] CPU: Testing write buffer coherency: ok
2913-bash: [Sat: command not found
2914root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] Setting up static identity map for 0x8200 - 0x8238
2915-bash: [Sat: command not found
2916root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] devtmpfs: initialized
2917-bash: [Sat: command not found
2918root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] VFP support v0.3: implementor 41 architecture 1 part 20 variant b rev 5
2919-bash: [Sat: command not found
2920root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
2921-bash: [Sat: command not found
2922root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] futex hash table entries: 256 (order: -1, 3072 bytes)
2923-bash: syntax error near unexpected token `('
2924root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] pinctrl core: initialized pinctrl subsystem
2925-bash: [Sat: command not found
2926root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] NET: Registered protocol family 16
2927-bash: [Sat: command not found
2928root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] DMA: preallocated 1024 KiB pool for atomic coherent allocations
2929-bash: [Sat: command not found
2930root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] hw-breakpoint: found 6 breakpoint and 1 watchpoint registers.
2931-bash: [Sat: command not found
2932root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] hw-breakpoint: maximum watchpoint size is 4 bytes.
2933-bash: [Sat: command not found
2934root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] Serial: AMBA PL011 UART driver
2935-bash: [Sat: command not found
2936root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] bcm2835-mbox 2000b880.mailbox: mailbox enabled
2937-bash: [Sat: command not found
2938root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] bcm2835-dma 20007000.dma: DMA legacy API manager at (ptrval), dmachans=0x1
2939-bash: syntax error near unexpected token `('
2940root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] SCSI subsystem initialized
2941-bash: [Sat: command not found
2942root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] usbcore: registered new interface driver usbfs
2943-bash: [Sat: command not found
2944root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] usbcore: registered new interface driver hub
2945-bash: [Sat: command not found
2946root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] usbcore: registered new device driver usb
2947-bash: [Sat: command not found
2948root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] raspberrypi-firmware soc:firmware: Attached to firmware from 2019-08-15 12:06, variant start
2949-bash: [Sat: command not found
2950root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] raspberrypi-firmware soc:firmware: Firmware hash is 0e6daa5106dd4164474616408e0dc24f997ffcf3
2951-bash: [Sat: command not found
2952root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] clocksource: Switched to clocksource timer
2953-bash: [Sat: command not found
2954root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] VFS: Disk quotas dquot_6.6.0
2955-bash: [Sat: command not found
2956root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
2957-bash: syntax error near unexpected token `('
2958root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] FS-Cache: Loaded
2959-bash: [Sat: command not found
2960root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] CacheFiles: Loaded
2961-bash: [Sat: command not found
2962root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] NET: Registered protocol family 2
2963-bash: [Sat: command not found
2964root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes)
2965-bash: syntax error near unexpected token `('
2966root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
2967-bash: syntax error near unexpected token `('
2968root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
2969-bash: syntax error near unexpected token `('
2970root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] TCP: Hash tables configured (established 4096 bind 4096)
2971-bash: syntax error near unexpected token `('
2972root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] UDP hash table entries: 256 (order: 0, 4096 bytes)
2973-bash: syntax error near unexpected token `('
2974root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
2975-bash: syntax error near unexpected token `('
2976root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] NET: Registered protocol family 1
2977-bash: [Sat: command not found
2978root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] RPC: Registered named UNIX socket transport module.
2979-bash: [Sat: command not found
2980root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] RPC: Registered udp transport module.
2981-bash: [Sat: command not found
2982root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] RPC: Registered tcp transport module.
2983-bash: [Sat: command not found
2984root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] RPC: Registered tcp NFSv4.1 backchannel transport module.
2985-bash: [Sat: command not found
2986root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] hw perfevents: no irqs for PMU, sampling events not supported
2987-bash: [Sat: command not found
2988root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] hw perfevents: enabled with armv6_1176 PMU driver, 3 counters available
2989-bash: [Sat: command not found
2990root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] Initialise system trusted keyrings
2991-bash: [Sat: command not found
2992root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] workingset: timestamp_bits=14 max_order=17 bucket_order=3
2993-bash: [Sat: command not found
2994root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] FS-Cache: Netfs 'nfs' registered for caching
2995-bash: [Sat: command not found
2996root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] NFS: Registering the id_resolver key type
2997-bash: [Sat: command not found
2998root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] Key type id_resolver registered
2999-bash: [Sat: command not found
3000root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] Key type id_legacy registered
3001-bash: [Sat: command not found
3002root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
3003-bash: [Sat: command not found
3004root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] Key type asymmetric registered
3005-bash: [Sat: command not found
3006root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] Asymmetric key parser 'x509' registered
3007-bash: [Sat: command not found
3008root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
3009-bash: syntax error near unexpected token `('
3010root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] io scheduler noop registered
3011-bash: [Sat: command not found
3012root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] io scheduler deadline registered (default)
3013-bash: syntax error near unexpected token `('
3014root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] io scheduler cfq registered
3015-bash: [Sat: command not found
3016root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] io scheduler mq-deadline registered (default)
3017-bash: syntax error near unexpected token `('
3018root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] io scheduler kyber registered
3019-bash: [Sat: command not found
3020root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] bcm2708_fb soc:fb: FB found 1 display(s)
3021-bash: syntax error near unexpected token `('
3022root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] Console: switching to colour frame buffer device 82x26
3023-bash: [Sat: command not found
3024root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] bcm2708_fb soc:fb: Registered framebuffer for display 0, size 656x416
3025-bash: [Sat: command not found
3026root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] bcm2835-rng 20104000.rng: hwrng registered
3027-bash: [Sat: command not found
3028root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] vc-mem: phys_addr:0x00000000 mem_base=0x1ec00000 mem_size:0x20000000(512 MiB)
3029-bash: syntax error near unexpected token `('
3030root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] vc-sm: Videocore shared memory driver
3031-bash: [Sat: command not found
3032root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] gpiomem-bcm2835 20200000.gpiomem: Initialised: Registers at 0x20200000
3033-bash: [Sat: command not found
3034root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] brd: module loaded
3035-bash: [Sat: command not found
3036root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] loop: module loaded
3037-bash: [Sat: command not found
3038root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] Loading iSCSI transport class v2.0-870.
3039-bash: [Sat: command not found
3040root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] usbcore: registered new interface driver smsc95xx
3041-bash: [Sat: command not found
3042root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
3043-bash: syntax error near unexpected token `('
3044root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] dwc_otg: FIQ enabled
3045-bash: [Sat: command not found
3046root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] dwc_otg: NAK holdoff enabled
3047-bash: [Sat: command not found
3048root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] dwc_otg: FIQ split-transaction FSM enabled
3049-bash: [Sat: command not found
3050root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] Module dwc_common_port init
3051-bash: [Sat: command not found
3052root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] usbcore: registered new interface driver usb-storage
3053-bash: [Sat: command not found
3054root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] mousedev: PS/2 mouse device common for all mice
3055-bash: [Sat: command not found
3056root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
3057-bash: [Sat: command not found
3058root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] bcm2835-cpufreq: min=700000 max=1000000
3059-bash: [Sat: command not found
3060root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] sdhci: Secure Digital Host Controller Interface driver
3061-bash: [Sat: command not found
3062root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] sdhci: Copyright(c) Pierre Ossman
3063-bash: syntax error near unexpected token `('
3064root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] mmc-bcm2835 20300000.mmcnr: could not get clk, deferring probe
3065-bash: [Sat: command not found
3066root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] sdhost-bcm2835 20202000.mmc: could not get clk, deferring probe
3067-bash: [Sat: command not found
3068root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] sdhci-pltfm: SDHCI platform and OF driver helper
3069-bash: [Sat: command not found
3070root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] ledtrig-cpu: registered to indicate activity on CPUs
3071-bash: [Sat: command not found
3072root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] hidraw: raw HID events driver (C) Jiri Kosina
3073-bash: syntax error near unexpected token `('
3074root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] usbcore: registered new interface driver usbhid
3075-bash: [Sat: command not found
3076root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] usbhid: USB HID core driver
3077-bash: [Sat: command not found
3078root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] vchiq: vchiq_init_state: slot_zero = (ptrval), is_master = 0
3079-bash: syntax error near unexpected token `('
3080root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] [vc_sm_connected_init]: start
3081-bash: [Sat: command not found
3082root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] [vc_sm_connected_init]: end - returning 0
3083-bash: [Sat: command not found
3084root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] Initializing XFRM netlink socket
3085-bash: [Sat: command not found
3086root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] NET: Registered protocol family 17
3087-bash: [Sat: command not found
3088root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] Key type dns_resolver registered
3089-bash: [Sat: command not found
3090root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] registered taskstats version 1
3091-bash: [Sat: command not found
3092root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] Loading compiled-in X.509 certificates
3093-bash: [Sat: command not found
3094root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] uart-pl011 20201000.serial: cts_event_workaround enabled
3095-bash: [Sat: command not found
3096root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] 20201000.serial: ttyAMA0 at MMIO 0x20201000 (irq = 81, base_baud = 0) is a PL011 rev2
3097-bash: syntax error near unexpected token `('
3098root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] mmc-bcm2835 20300000.mmcnr: mmc_debug:0 mmc_debug2:0
3099-bash: [Sat: command not found
3100root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] mmc-bcm2835 20300000.mmcnr: DMA channel allocated
3101-bash: [Sat: command not found
3102root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] sdhost: log_buf @ (ptrval) (5b510000)
3103-bash: syntax error near unexpected token `('
3104root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
3105-bash: syntax error near unexpected token `('
3106root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
3107-bash: syntax error near unexpected token `('
3108root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
3109-bash: syntax error near unexpected token `('
3110root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
3111-bash: syntax error near unexpected token `('
3112root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
3113-bash: syntax error near unexpected token `('
3114root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] of_cfs_init
3115-bash: [Sat: command not found
3116root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] of_cfs_init: OK
3117-bash: [Sat: command not found
3118root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] Waiting for root device PARTUUID=f18867b3-02...
3119-bash: [Sat: command not found
3120root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] random: fast init done
3121-bash: [Sat: command not found
3122root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] mmc0: host does not support reading read-only switch, assuming write-enable
3123-bash: [Sat: command not found
3124root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] mmc0: new high speed SDHC card at address 59b4
3125-bash: [Sat: command not found
3126root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] mmcblk0: mmc0:59b4 29.8 GiB
3127-bash: [Sat: command not found
3128root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] mmcblk0: p1 p2 p3 p4
3129-bash: [Sat: command not found
3130root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
3131-bash: syntax error near unexpected token `('
3132root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
3133-bash: syntax error near unexpected token `('
3134root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] devtmpfs: mounted
3135-bash: [Sat: command not found
3136root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] Freeing unused kernel memory: 468K
3137-bash: [Sat: command not found
3138root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] This architecture does not have kernel memory protection.
3139-bash: [Sat: command not found
3140root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] Run /sbin/init as init process
3141-bash: [Sat: command not found
3142root@teslausb:/home/pi# [Sat Nov 16 17:37:53 2019] mmc1: new high speed SDIO card at address 0001
3143-bash: [Sat: command not found
3144root@teslausb:/home/pi# [Sat Nov 16 17:37:54 2019] systemd[1]: System time before build time, advancing clock.
3145-bash: [Sat: command not found
3146root@teslausb:/home/pi# [Sat Nov 16 17:37:54 2019] NET: Registered protocol family 10
3147-bash: [Sat: command not found
3148root@teslausb:/home/pi# [Sat Nov 16 17:37:54 2019] Segment Routing with IPv6
3149-bash: [Sat: command not found
3150root@teslausb:/home/pi# [Sat Nov 16 17:37:54 2019] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
3151-bash: syntax error near unexpected token `('
3152root@teslausb:/home/pi# [Sat Nov 16 17:37:54 2019] systemd[1]: Detected architecture arm.
3153-bash: [Sat: command not found
3154root@teslausb:/home/pi# [Sat Nov 16 17:37:54 2019] systemd[1]: Set hostname to <teslausb>.
3155-bash: teslausb: No such file or directory
3156root@teslausb:/home/pi# [Sat Nov 16 17:37:54 2019] systemd[1]: Failed to bump fs.file-max, ignoring: Invalid argument
3157-bash: [Sat: command not found
3158root@teslausb:/home/pi# [Sat Nov 16 17:37:56 2019] systemd[1]: File /lib/systemd/system/systemd-journald.service:12 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
3159-bash: syntax error near unexpected token `('
3160root@teslausb:/home/pi# [Sat Nov 16 17:37:56 2019] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
3161-bash: syntax error near unexpected token `('
3162root@teslausb:/home/pi# [Sat Nov 16 17:37:57 2019] random: systemd: uninitialized urandom read (16 bytes read)
3163-bash: syntax error near unexpected token `('
3164root@teslausb:/home/pi# [Sat Nov 16 17:37:57 2019] random: systemd: uninitialized urandom read (16 bytes read)
3165-bash: syntax error near unexpected token `('
3166root@teslausb:/home/pi# [Sat Nov 16 17:37:57 2019] systemd[1]: Reached target System Time Synchronized.
3167-bash: [Sat: command not found
3168root@teslausb:/home/pi# [Sat Nov 16 17:37:57 2019] random: systemd: uninitialized urandom read (16 bytes read)
3169-bash: syntax error near unexpected token `('
3170root@teslausb:/home/pi# [Sat Nov 16 17:37:57 2019] systemd[1]: Listening on udev Kernel Socket.
3171-bash: [Sat: command not found
3172root@teslausb:/home/pi# [Sat Nov 16 17:37:57 2019] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
3173-bash: [Sat: command not found
3174root@teslausb:/home/pi# [Sat Nov 16 17:37:57 2019] systemd[1]: Created slice User and Session Slice.
3175-bash: [Sat: command not found
3176root@teslausb:/home/pi# [Sat Nov 16 17:37:58 2019] dwc2 20980000.usb: 20980000.usb supply vusb_d not found, using dummy regulator
3177-bash: [Sat: command not found
3178root@teslausb:/home/pi# [Sat Nov 16 17:37:58 2019] dwc2 20980000.usb: Linked as a consumer to regulator.0
3179-bash: [Sat: command not found
3180root@teslausb:/home/pi# [Sat Nov 16 17:37:58 2019] dwc2 20980000.usb: 20980000.usb supply vusb_a not found, using dummy regulator
3181-bash: [Sat: command not found
3182root@teslausb:/home/pi# [Sat Nov 16 17:37:58 2019] dwc2 20980000.usb: dwc2_check_params: Invalid parameter lpm=1
3183-bash: [Sat: command not found
3184root@teslausb:/home/pi# [Sat Nov 16 17:37:58 2019] dwc2 20980000.usb: dwc2_check_params: Invalid parameter lpm_clock_gating=1
3185-bash: [Sat: command not found
3186root@teslausb:/home/pi# [Sat Nov 16 17:37:58 2019] dwc2 20980000.usb: dwc2_check_params: Invalid parameter besl=1
3187-bash: [Sat: command not found
3188root@teslausb:/home/pi# [Sat Nov 16 17:37:58 2019] dwc2 20980000.usb: dwc2_check_params: Invalid parameter hird_threshold_en=1
3189-bash: [Sat: command not found
3190root@teslausb:/home/pi# [Sat Nov 16 17:37:58 2019] dwc2 20980000.usb: EPs: 8, dedicated fifos, 4080 entries in SPRAM
3191-bash: [Sat: command not found
3192root@teslausb:/home/pi# [Sat Nov 16 17:37:58 2019] dwc2 20980000.usb: DWC OTG Controller
3193-bash: [Sat: command not found
3194root@teslausb:/home/pi# [Sat Nov 16 17:37:58 2019] dwc2 20980000.usb: new USB bus registered, assigned bus number 1
3195-bash: [Sat: command not found
3196root@teslausb:/home/pi# [Sat Nov 16 17:37:58 2019] dwc2 20980000.usb: irq 33, io mem 0x20980000
3197-bash: [Sat: command not found
3198root@teslausb:/home/pi# [Sat Nov 16 17:37:58 2019] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
3199-bash: [Sat: command not found
3200root@teslausb:/home/pi# [Sat Nov 16 17:37:58 2019] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
3201-bash: [Sat: command not found
3202root@teslausb:/home/pi# [Sat Nov 16 17:37:58 2019] usb usb1: Product: DWC OTG Controller
3203-bash: [Sat: command not found
3204root@teslausb:/home/pi# [Sat Nov 16 17:37:58 2019] usb usb1: Manufacturer: Linux 4.19.66+ dwc2_hsotg
3205-bash: [Sat: command not found
3206root@teslausb:/home/pi# [Sat Nov 16 17:37:58 2019] usb usb1: SerialNumber: 20980000.usb
3207-bash: [Sat: command not found
3208root@teslausb:/home/pi# [Sat Nov 16 17:37:58 2019] hub 1-0:1.0: USB hub found
3209-bash: [Sat: command not found
3210root@teslausb:/home/pi# [Sat Nov 16 17:37:58 2019] hub 1-0:1.0: 1 port detected
3211-bash: [Sat: command not found
3212root@teslausb:/home/pi# [Sat Nov 16 17:38:00 2019] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
3213-bash: syntax error near unexpected token `('
3214root@teslausb:/home/pi# [Sat Nov 16 17:38:01 2019] systemd-journald[70]: Received request to flush runtime journal from PID 1
3215-bash: [Sat: command not found
3216root@teslausb:/home/pi# [Sat Nov 16 17:38:03 2019] media: Linux media interface: v0.10
3217-bash: [Sat: command not found
3218root@teslausb:/home/pi# [Sat Nov 16 17:38:03 2019] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
3219-bash: [Sat: command not found
3220root@teslausb:/home/pi# [Sat Nov 16 17:38:03 2019] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
3221-bash: [Sat: command not found
3222root@teslausb:/home/pi# [Sat Nov 16 17:38:03 2019] [vc_sm_connected_init]: start
3223-bash: [Sat: command not found
3224root@teslausb:/home/pi# [Sat Nov 16 17:38:03 2019] [vc_sm_connected_init]: installed successfully
3225-bash: [Sat: command not found
3226root@teslausb:/home/pi# [Sat Nov 16 17:38:03 2019] videodev: Linux video capture interface: v2.00
3227-bash: [Sat: command not found
3228root@teslausb:/home/pi# [Sat Nov 16 17:38:03 2019] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
3229-bash: [Sat: command not found
3230root@teslausb:/home/pi# [Sat Nov 16 17:38:04 2019] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
3231-bash: [Sat: command not found
3232root@teslausb:/home/pi# [Sat Nov 16 17:38:04 2019] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
3233-bash: [Sat: command not found
3234root@teslausb:/home/pi# [Sat Nov 16 17:38:04 2019] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
3235-bash: [Sat: command not found
3236root@teslausb:/home/pi# [Sat Nov 16 17:38:04 2019] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
3237-bash: [Sat: command not found
3238root@teslausb:/home/pi# [Sat Nov 16 17:38:04 2019] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
3239-bash: [Sat: command not found
3240root@teslausb:/home/pi# [Sat Nov 16 17:38:04 2019] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
3241-bash: [Sat: command not found
3242root@teslausb:/home/pi# [Sat Nov 16 17:38:04 2019] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
3243-bash: [Sat: command not found
3244root@teslausb:/home/pi# [Sat Nov 16 17:38:04 2019] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
3245-bash: [Sat: command not found
3246root@teslausb:/home/pi# [Sat Nov 16 17:38:04 2019] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
3247-bash: [Sat: command not found
3248root@teslausb:/home/pi# [Sat Nov 16 17:38:04 2019] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
3249-bash: [Sat: command not found
3250root@teslausb:/home/pi# [Sat Nov 16 17:38:04 2019] bcm2835_audio soc:audio: card created with 8 channels
3251-bash: [Sat: command not found
3252root@teslausb:/home/pi# [Sat Nov 16 17:38:05 2019] cfg80211: Loading compiled-in X.509 certificates for regulatory database
3253-bash: [Sat: command not found
3254root@teslausb:/home/pi# [Sat Nov 16 17:38:05 2019] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
3255-bash: [Sat: command not found
3256root@teslausb:/home/pi# [Sat Nov 16 17:38:06 2019] brcmfmac: F1 signature read @0x18000000=0x1541a9a6
3257-bash: [Sat: command not found
3258root@teslausb:/home/pi# [Sat Nov 16 17:38:06 2019] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1
3259-bash: [Sat: command not found
3260root@teslausb:/home/pi# [Sat Nov 16 17:38:06 2019] usbcore: registered new interface driver brcmfmac
3261-bash: [Sat: command not found
3262root@teslausb:/home/pi# [Sat Nov 16 17:38:06 2019] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1
3263-bash: [Sat: command not found
3264root@teslausb:/home/pi# [Sat Nov 16 17:38:06 2019] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available
3265-bash: syntax error near unexpected token `('
3266root@teslausb:/home/pi# [Sat Nov 16 17:38:06 2019] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM43430/1 wl0: Oct 23 2017 03:55:53 version 7.45.98.38 (r674442 CY) FWID 01-e58d219f
3267-bash: syntax error near unexpected token `('
3268root@teslausb:/home/pi# [Sat Nov 16 17:38:09 2019] SGI XFS with ACLs, security attributes, realtime, no debug enabled
3269-bash: [Sat: command not found
3270root@teslausb:/home/pi# [Sat Nov 16 17:38:09 2019] XFS (mmcblk0p3): Mounting V5 Filesystem
3271-bash: syntax error near unexpected token `('
3272root@teslausb:/home/pi# [Sat Nov 16 17:38:10 2019] EXT4-fs (mmcblk0p4): recovery complete
3273-bash: syntax error near unexpected token `('
3274root@teslausb:/home/pi# [Sat Nov 16 17:38:10 2019] EXT4-fs (mmcblk0p4): mounted filesystem with ordered data mode. Opts: (null)
3275-bash: syntax error near unexpected token `('
3276root@teslausb:/home/pi# [Sat Nov 16 17:38:10 2019] XFS (mmcblk0p3): Starting recovery (logdev: internal)
3277-bash: syntax error near unexpected token `('
3278root@teslausb:/home/pi# [Sat Nov 16 17:38:11 2019] XFS (mmcblk0p3): Ending recovery (logdev: internal)
3279-bash: syntax error near unexpected token `('
3280root@teslausb:/home/pi# [Sat Nov 16 17:38:14 2019] 8021q: 802.1Q VLAN Support v1.8
3281-bash: [Sat: command not found
3282root@teslausb:/home/pi# [Sat Nov 16 17:38:14 2019] uart-pl011 20201000.serial: no DMA platform data
3283-bash: [Sat: command not found
3284root@teslausb:/home/pi# [Sat Nov 16 17:38:14 2019] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
3285-bash: syntax error near unexpected token `('
3286root@teslausb:/home/pi# [Sat Nov 16 17:38:14 2019] brcmfmac: power management disabled
3287-bash: [Sat: command not found
3288root@teslausb:/home/pi# [Sat Nov 16 17:38:19 2019] Bluetooth: Core ver 2.22
3289-bash: [Sat: command not found
3290root@teslausb:/home/pi# [Sat Nov 16 17:38:19 2019] NET: Registered protocol family 31
3291-bash: [Sat: command not found
3292root@teslausb:/home/pi# [Sat Nov 16 17:38:19 2019] Bluetooth: HCI device and connection manager initialized
3293-bash: [Sat: command not found
3294root@teslausb:/home/pi# [Sat Nov 16 17:38:19 2019] Bluetooth: HCI socket layer initialized
3295-bash: [Sat: command not found
3296root@teslausb:/home/pi# [Sat Nov 16 17:38:19 2019] Bluetooth: L2CAP socket layer initialized
3297-bash: [Sat: command not found
3298root@teslausb:/home/pi# [Sat Nov 16 17:38:19 2019] Bluetooth: SCO socket layer initialized
3299-bash: [Sat: command not found
3300root@teslausb:/home/pi# [Sat Nov 16 17:38:19 2019] Bluetooth: HCI UART driver ver 2.3
3301-bash: [Sat: command not found
3302root@teslausb:/home/pi# [Sat Nov 16 17:38:19 2019] Bluetooth: HCI UART protocol H4 registered
3303-bash: [Sat: command not found
3304root@teslausb:/home/pi# [Sat Nov 16 17:38:19 2019] Bluetooth: HCI UART protocol Three-wire (H5) registered
3305-bash: syntax error near unexpected token `('
3306root@teslausb:/home/pi# [Sat Nov 16 17:38:19 2019] Bluetooth: HCI UART protocol Broadcom registered
3307-bash: [Sat: command not found
3308root@teslausb:/home/pi# [Sat Nov 16 17:38:20 2019] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
3309-bash: syntax error near unexpected token `('
3310root@teslausb:/home/pi# [Sat Nov 16 17:38:20 2019] Bluetooth: BNEP filters: protocol multicast
3311-bash: [Sat: command not found
3312root@teslausb:/home/pi# [Sat Nov 16 17:38:20 2019] Bluetooth: BNEP socket layer initialized
3313-bash: [Sat: command not found
3314root@teslausb:/home/pi# [Sat Nov 16 17:38:30 2019] random: crng init done
3315-bash: [Sat: command not found
3316root@teslausb:/home/pi# [Sat Nov 16 17:38:30 2019] random: 7 urandom warning(s) missed due to ratelimiting
3317-bash: syntax error near unexpected token `('
3318root@teslausb:/home/pi# [Sat Nov 16 17:38:32 2019] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
3319-bash: syntax error near unexpected token `('
3320root@teslausb:/home/pi# [Sat Nov 16 17:38:39 2019] FS-Cache: Netfs 'cifs' registered for caching
3321-bash: [Sat: command not found
3322root@teslausb:/home/pi# [Sat Nov 16 17:38:39 2019] Key type cifs.spnego registered
3323-bash: [Sat: command not found
3324root@teslausb:/home/pi# [Sat Nov 16 17:38:39 2019] Key type cifs.idmap registered
3325-bash: [Sat: command not found
3326root@teslausb:/home/pi# [Sat Nov 16 17:38:39 2019] No dialect specified on mount. Default has changed to a more secure dialect, SMB2.1 or later (e.g. SMB3), from CIFS (SMB1). To use the less secure SMB1 dialect to access old servers which do not support SMB3 (or SMB2.1) specify vers=1.0 on mount.
3327-bash: syntax error near unexpected token `('
3328root@teslausb:/home/pi# [Sat Nov 16 17:38:41 2019] loop0: p1
3329-bash: [Sat: command not found
3330root@teslausb:/home/pi# [Sat Nov 16 17:38:46 2019] loop0: p1
3331-bash: [Sat: command not found
3332root@teslausb:/home/pi# [Sat Nov 16 17:41:46 2019] CIFS VFS: Server 10.0.3.2 has not responded in 180 seconds. Reconnecting...
3333-bash: [Sat: command not found
3334root@teslausb:/home/pi# [Sat Nov 16 17:41:46 2019] FAT-fs (loop1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
3335-bash: syntax error near unexpected token `('
3336root@teslausb:/home/pi# [Sat Nov 16 17:41:50 2019] Mass Storage Function, version: 2009/09/11
3337-bash: [Sat: command not found
3338root@teslausb:/home/pi# [Sat Nov 16 17:41:50 2019] LUN: removable file: (no medium)
3339-bash: syntax error near unexpected token `('
3340root@teslausb:/home/pi# [Sat Nov 16 17:41:50 2019] LUN: removable file: /backingfiles/music_disk.bin
3341-bash: [Sat: command not found
3342root@teslausb:/home/pi# [Sat Nov 16 17:41:50 2019] LUN: removable file: /backingfiles/cam_disk.bin
3343-bash: [Sat: command not found
3344root@teslausb:/home/pi# [Sat Nov 16 17:41:50 2019] Number of LUNs=2
3345-bash: [Sat: command not found
3346root@teslausb:/home/pi# [Sat Nov 16 17:41:50 2019] g_mass_storage gadget: Mass Storage Gadget, version: 2009/09/11
3347-bash: [Sat: command not found
3348root@teslausb:/home/pi# [Sat Nov 16 17:41:50 2019] g_mass_storage gadget: g_mass_storage ready
3349-bash: [Sat: command not found
3350root@teslausb:/home/pi# [Sat Nov 16 17:41:50 2019] dwc2 20980000.usb: bound driver g_mass_storage
3351-bash: [Sat: command not found
3352root@teslausb:/home/pi# [Sat Nov 16 17:41:51 2019] dwc2 20980000.usb: new device is high-speed
3353-bash: [Sat: command not found
3354root@teslausb:/home/pi# [Sat Nov 16 17:41:51 2019] dwc2 20980000.usb: new device is high-speed
3355-bash: [Sat: command not found
3356root@teslausb:/home/pi# [Sat Nov 16 17:41:51 2019] dwc2 20980000.usb: new address 30
3357-bash: [Sat: command not found
3358root@teslausb:/home/pi# [Sat Nov 16 17:41:51 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3359-bash: [Sat: command not found
3360root@teslausb:/home/pi# [Sat Nov 16 17:44:02 2019] dwc2 20980000.usb: new device is high-speed
3361-bash: [Sat: command not found
3362root@teslausb:/home/pi# [Sat Nov 16 17:44:02 2019] dwc2 20980000.usb: new device is high-speed
3363-bash: [Sat: command not found
3364root@teslausb:/home/pi# [Sat Nov 16 17:44:02 2019] dwc2 20980000.usb: new address 30
3365-bash: [Sat: command not found
3366root@teslausb:/home/pi# [Sat Nov 16 17:44:02 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3367-bash: [Sat: command not found
3368root@teslausb:/home/pi# [Sat Nov 16 17:44:02 2019] dwc2 20980000.usb: new device is high-speed
3369-bash: [Sat: command not found
3370root@teslausb:/home/pi# [Sat Nov 16 17:44:03 2019] dwc2 20980000.usb: new device is high-speed
3371-bash: [Sat: command not found
3372root@teslausb:/home/pi# [Sat Nov 16 17:44:03 2019] dwc2 20980000.usb: new address 30
3373-bash: [Sat: command not found
3374root@teslausb:/home/pi# [Sat Nov 16 17:44:03 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3375-bash: [Sat: command not found
3376root@teslausb:/home/pi# [Sat Nov 16 17:44:59 2019] dwc2 20980000.usb: new device is high-speed
3377-bash: [Sat: command not found
3378root@teslausb:/home/pi# [Sat Nov 16 17:44:59 2019] dwc2 20980000.usb: new device is high-speed
3379-bash: [Sat: command not found
3380root@teslausb:/home/pi# [Sat Nov 16 17:44:59 2019] dwc2 20980000.usb: new address 30
3381-bash: [Sat: command not found
3382root@teslausb:/home/pi# [Sat Nov 16 17:44:59 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3383-bash: [Sat: command not found
3384root@teslausb:/home/pi# [Sat Nov 16 17:45:59 2019] dwc2 20980000.usb: new device is high-speed
3385-bash: [Sat: command not found
3386root@teslausb:/home/pi# [Sat Nov 16 17:46:00 2019] dwc2 20980000.usb: new device is high-speed
3387-bash: [Sat: command not found
3388root@teslausb:/home/pi# [Sat Nov 16 17:46:00 2019] dwc2 20980000.usb: new address 30
3389-bash: [Sat: command not found
3390root@teslausb:/home/pi# [Sat Nov 16 17:46:00 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3391-bash: [Sat: command not found
3392root@teslausb:/home/pi# [Sat Nov 16 17:46:00 2019] dwc2 20980000.usb: new device is high-speed
3393-bash: [Sat: command not found
3394root@teslausb:/home/pi# [Sat Nov 16 17:46:00 2019] dwc2 20980000.usb: new device is high-speed
3395-bash: [Sat: command not found
3396root@teslausb:/home/pi# [Sat Nov 16 17:46:00 2019] dwc2 20980000.usb: new address 30
3397-bash: [Sat: command not found
3398root@teslausb:/home/pi# [Sat Nov 16 17:46:00 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3399-bash: [Sat: command not found
3400root@teslausb:/home/pi# [Sat Nov 16 17:46:02 2019] dwc2 20980000.usb: new device is high-speed
3401-bash: [Sat: command not found
3402root@teslausb:/home/pi# [Sat Nov 16 17:46:03 2019] dwc2 20980000.usb: new device is high-speed
3403-bash: [Sat: command not found
3404root@teslausb:/home/pi# [Sat Nov 16 17:46:03 2019] dwc2 20980000.usb: new address 30
3405-bash: [Sat: command not found
3406root@teslausb:/home/pi# [Sat Nov 16 17:46:03 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3407-bash: [Sat: command not found
3408root@teslausb:/home/pi# [Sat Nov 16 17:46:05 2019] dwc2 20980000.usb: new device is high-speed
3409-bash: [Sat: command not found
3410root@teslausb:/home/pi# [Sat Nov 16 17:46:05 2019] dwc2 20980000.usb: new device is high-speed
3411-bash: [Sat: command not found
3412root@teslausb:/home/pi# [Sat Nov 16 17:46:05 2019] dwc2 20980000.usb: new address 30
3413-bash: [Sat: command not found
3414root@teslausb:/home/pi# [Sat Nov 16 17:46:05 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3415-bash: [Sat: command not found
3416root@teslausb:/home/pi# [Sat Nov 16 17:46:05 2019] dwc2 20980000.usb: new device is high-speed
3417-bash: [Sat: command not found
3418root@teslausb:/home/pi# [Sat Nov 16 17:46:05 2019] dwc2 20980000.usb: new device is high-speed
3419-bash: [Sat: command not found
3420root@teslausb:/home/pi# [Sat Nov 16 17:46:05 2019] dwc2 20980000.usb: new address 30
3421-bash: [Sat: command not found
3422root@teslausb:/home/pi# [Sat Nov 16 17:46:05 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3423-bash: [Sat: command not found
3424root@teslausb:/home/pi# [Sat Nov 16 17:47:01 2019] dwc2 20980000.usb: new device is high-speed
3425-bash: [Sat: command not found
3426root@teslausb:/home/pi# [Sat Nov 16 17:47:02 2019] dwc2 20980000.usb: new device is high-speed
3427-bash: [Sat: command not found
3428root@teslausb:/home/pi# [Sat Nov 16 17:47:02 2019] dwc2 20980000.usb: new address 30
3429-bash: [Sat: command not found
3430root@teslausb:/home/pi# [Sat Nov 16 17:47:02 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3431-bash: [Sat: command not found
3432root@teslausb:/home/pi# [Sat Nov 16 17:47:05 2019] dwc2 20980000.usb: new device is high-speed
3433-bash: [Sat: command not found
3434root@teslausb:/home/pi# [Sat Nov 16 17:47:06 2019] dwc2 20980000.usb: new device is high-speed
3435-bash: [Sat: command not found
3436root@teslausb:/home/pi# [Sat Nov 16 17:47:06 2019] dwc2 20980000.usb: new address 30
3437-bash: [Sat: command not found
3438root@teslausb:/home/pi# [Sat Nov 16 17:47:06 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3439-bash: [Sat: command not found
3440root@teslausb:/home/pi# [Sat Nov 16 17:48:04 2019] dwc2 20980000.usb: new device is high-speed
3441-bash: [Sat: command not found
3442root@teslausb:/home/pi# [Sat Nov 16 17:48:04 2019] dwc2 20980000.usb: new device is high-speed
3443-bash: [Sat: command not found
3444root@teslausb:/home/pi# [Sat Nov 16 17:48:04 2019] dwc2 20980000.usb: new address 30
3445-bash: [Sat: command not found
3446root@teslausb:/home/pi# [Sat Nov 16 17:48:04 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3447-bash: [Sat: command not found
3448root@teslausb:/home/pi# [Sat Nov 16 17:49:01 2019] dwc2 20980000.usb: new device is high-speed
3449-bash: [Sat: command not found
3450root@teslausb:/home/pi# [Sat Nov 16 17:49:01 2019] dwc2 20980000.usb: new device is high-speed
3451-bash: [Sat: command not found
3452root@teslausb:/home/pi# [Sat Nov 16 17:49:01 2019] dwc2 20980000.usb: new address 30
3453-bash: [Sat: command not found
3454root@teslausb:/home/pi# [Sat Nov 16 17:49:01 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3455-bash: [Sat: command not found
3456root@teslausb:/home/pi# [Sat Nov 16 17:49:03 2019] dwc2 20980000.usb: new device is high-speed
3457-bash: [Sat: command not found
3458root@teslausb:/home/pi# [Sat Nov 16 17:49:03 2019] dwc2 20980000.usb: new device is high-speed
3459-bash: [Sat: command not found
3460root@teslausb:/home/pi# [Sat Nov 16 17:49:03 2019] dwc2 20980000.usb: new address 30
3461-bash: [Sat: command not found
3462root@teslausb:/home/pi# [Sat Nov 16 17:49:03 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3463-bash: [Sat: command not found
3464root@teslausb:/home/pi# [Sat Nov 16 17:49:03 2019] dwc2 20980000.usb: new device is high-speed
3465-bash: [Sat: command not found
3466root@teslausb:/home/pi# [Sat Nov 16 17:49:03 2019] dwc2 20980000.usb: new device is high-speed
3467-bash: [Sat: command not found
3468root@teslausb:/home/pi# [Sat Nov 16 17:49:03 2019] dwc2 20980000.usb: new address 30
3469-bash: [Sat: command not found
3470root@teslausb:/home/pi# [Sat Nov 16 17:49:03 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3471-bash: [Sat: command not found
3472root@teslausb:/home/pi# [Sat Nov 16 17:49:04 2019] dwc2 20980000.usb: new device is high-speed
3473-bash: [Sat: command not found
3474root@teslausb:/home/pi# [Sat Nov 16 17:49:04 2019] dwc2 20980000.usb: new device is high-speed
3475-bash: [Sat: command not found
3476root@teslausb:/home/pi# [Sat Nov 16 17:49:04 2019] dwc2 20980000.usb: new address 30
3477-bash: [Sat: command not found
3478root@teslausb:/home/pi# [Sat Nov 16 17:49:04 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3479-bash: [Sat: command not found
3480root@teslausb:/home/pi# [Sat Nov 16 17:49:08 2019] dwc2 20980000.usb: new device is high-speed
3481-bash: [Sat: command not found
3482root@teslausb:/home/pi# [Sat Nov 16 17:49:08 2019] dwc2 20980000.usb: new device is high-speed
3483-bash: [Sat: command not found
3484root@teslausb:/home/pi# [Sat Nov 16 17:49:08 2019] dwc2 20980000.usb: new address 30
3485-bash: [Sat: command not found
3486root@teslausb:/home/pi# [Sat Nov 16 17:49:08 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3487-bash: [Sat: command not found
3488root@teslausb:/home/pi# [Sat Nov 16 17:50:01 2019] dwc2 20980000.usb: new device is high-speed
3489-bash: [Sat: command not found
3490root@teslausb:/home/pi# [Sat Nov 16 17:50:01 2019] dwc2 20980000.usb: new device is high-speed
3491-bash: [Sat: command not found
3492root@teslausb:/home/pi# [Sat Nov 16 17:50:01 2019] dwc2 20980000.usb: new address 30
3493-bash: [Sat: command not found
3494root@teslausb:/home/pi# [Sat Nov 16 17:50:01 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3495-bash: [Sat: command not found
3496root@teslausb:/home/pi# [Sat Nov 16 17:50:03 2019] dwc2 20980000.usb: new device is high-speed
3497-bash: [Sat: command not found
3498root@teslausb:/home/pi# [Sat Nov 16 17:50:03 2019] dwc2 20980000.usb: new device is high-speed
3499-bash: [Sat: command not found
3500root@teslausb:/home/pi# [Sat Nov 16 17:50:03 2019] dwc2 20980000.usb: new address 30
3501-bash: [Sat: command not found
3502root@teslausb:/home/pi# [Sat Nov 16 17:50:03 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3503-bash: [Sat: command not found
3504root@teslausb:/home/pi# [Sat Nov 16 17:50:03 2019] dwc2 20980000.usb: new device is high-speed
3505-bash: [Sat: command not found
3506root@teslausb:/home/pi# [Sat Nov 16 17:50:03 2019] dwc2 20980000.usb: new device is high-speed
3507-bash: [Sat: command not found
3508root@teslausb:/home/pi# [Sat Nov 16 17:50:03 2019] dwc2 20980000.usb: new address 30
3509-bash: [Sat: command not found
3510root@teslausb:/home/pi# [Sat Nov 16 17:50:03 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3511-bash: [Sat: command not found
3512root@teslausb:/home/pi# [Sat Nov 16 17:50:06 2019] loop1: p1
3513-bash: [Sat: command not found
3514root@teslausb:/home/pi# [Sat Nov 16 17:50:06 2019] loop1: p1
3515-bash: [Sat: command not found
3516root@teslausb:/home/pi# [Sat Nov 16 17:50:09 2019] dwc2 20980000.usb: new device is high-speed
3517-bash: [Sat: command not found
3518root@teslausb:/home/pi# [Sat Nov 16 17:50:09 2019] dwc2 20980000.usb: new device is high-speed
3519-bash: [Sat: command not found
3520root@teslausb:/home/pi# [Sat Nov 16 17:50:09 2019] dwc2 20980000.usb: new address 30
3521-bash: [Sat: command not found
3522root@teslausb:/home/pi# [Sat Nov 16 17:50:09 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3523-bash: [Sat: command not found
3524root@teslausb:/home/pi# [Sat Nov 16 17:50:13 2019] No dialect specified on mount. Default has changed to a more secure dialect, SMB2.1 or later (e.g. SMB3), from CIFS (SMB1). To use the less secure SMB1 dialect to access old servers which do not support SMB3 (or SMB2.1) specify vers=1.0 on mount.
3525-bash: syntax error near unexpected token `('
3526root@teslausb:/home/pi# [Sat Nov 16 17:50:14 2019] FAT-fs (loop2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
3527-bash: syntax error near unexpected token `('
3528root@teslausb:/home/pi# [Sat Nov 16 17:50:29 2019] Mass Storage Function, version: 2009/09/11
3529-bash: [Sat: command not found
3530root@teslausb:/home/pi# [Sat Nov 16 17:50:29 2019] LUN: removable file: (no medium)
3531-bash: syntax error near unexpected token `('
3532root@teslausb:/home/pi# [Sat Nov 16 17:50:29 2019] LUN: removable file: /backingfiles/music_disk.bin
3533-bash: [Sat: command not found
3534root@teslausb:/home/pi# [Sat Nov 16 17:50:29 2019] LUN: removable file: /backingfiles/cam_disk.bin
3535-bash: [Sat: command not found
3536root@teslausb:/home/pi# [Sat Nov 16 17:50:29 2019] Number of LUNs=2
3537-bash: [Sat: command not found
3538root@teslausb:/home/pi# [Sat Nov 16 17:50:29 2019] g_mass_storage gadget: Mass Storage Gadget, version: 2009/09/11
3539-bash: [Sat: command not found
3540root@teslausb:/home/pi# [Sat Nov 16 17:50:29 2019] g_mass_storage gadget: g_mass_storage ready
3541-bash: [Sat: command not found
3542root@teslausb:/home/pi# [Sat Nov 16 17:50:29 2019] dwc2 20980000.usb: bound driver g_mass_storage
3543-bash: [Sat: command not found
3544root@teslausb:/home/pi# [Sat Nov 16 17:50:29 2019] dwc2 20980000.usb: new device is high-speed
3545-bash: [Sat: command not found
3546root@teslausb:/home/pi# [Sat Nov 16 17:50:29 2019] dwc2 20980000.usb: new device is high-speed
3547-bash: [Sat: command not found
3548root@teslausb:/home/pi# [Sat Nov 16 17:50:29 2019] dwc2 20980000.usb: new address 26
3549-bash: [Sat: command not found
3550root@teslausb:/home/pi# [Sat Nov 16 17:50:29 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3551-bash: [Sat: command not found
3552root@teslausb:/home/pi# [Sat Nov 16 17:51:34 2019] dwc2 20980000.usb: new device is high-speed
3553-bash: [Sat: command not found
3554root@teslausb:/home/pi# [Sat Nov 16 17:51:34 2019] dwc2 20980000.usb: new device is high-speed
3555-bash: [Sat: command not found
3556root@teslausb:/home/pi# [Sat Nov 16 17:51:34 2019] dwc2 20980000.usb: new address 26
3557-bash: [Sat: command not found
3558root@teslausb:/home/pi# [Sat Nov 16 17:51:34 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3559-bash: [Sat: command not found
3560root@teslausb:/home/pi# [Sat Nov 16 17:51:35 2019] dwc2 20980000.usb: new device is high-speed
3561-bash: [Sat: command not found
3562root@teslausb:/home/pi# [Sat Nov 16 17:51:35 2019] dwc2 20980000.usb: new device is high-speed
3563-bash: [Sat: command not found
3564root@teslausb:/home/pi# [Sat Nov 16 17:51:36 2019] dwc2 20980000.usb: new address 26
3565-bash: [Sat: command not found
3566root@teslausb:/home/pi# [Sat Nov 16 17:51:36 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3567-bash: [Sat: command not found
3568root@teslausb:/home/pi# [Sat Nov 16 17:51:38 2019] dwc2 20980000.usb: new device is high-speed
3569-bash: [Sat: command not found
3570root@teslausb:/home/pi# [Sat Nov 16 17:51:38 2019] dwc2 20980000.usb: new device is high-speed
3571-bash: [Sat: command not found
3572root@teslausb:/home/pi# [Sat Nov 16 17:51:38 2019] dwc2 20980000.usb: new address 26
3573-bash: [Sat: command not found
3574root@teslausb:/home/pi# [Sat Nov 16 17:51:38 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3575-bash: [Sat: command not found
3576root@teslausb:/home/pi# [Sat Nov 16 17:51:39 2019] dwc2 20980000.usb: new device is high-speed
3577-bash: [Sat: command not found
3578root@teslausb:/home/pi# [Sat Nov 16 17:51:39 2019] dwc2 20980000.usb: new device is high-speed
3579-bash: [Sat: command not found
3580root@teslausb:/home/pi# [Sat Nov 16 17:51:39 2019] dwc2 20980000.usb: new address 26
3581-bash: [Sat: command not found
3582root@teslausb:/home/pi# [Sat Nov 16 17:51:39 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3583-bash: [Sat: command not found
3584root@teslausb:/home/pi# [Sat Nov 16 17:51:40 2019] dwc2 20980000.usb: new device is high-speed
3585-bash: [Sat: command not found
3586root@teslausb:/home/pi# [Sat Nov 16 17:51:40 2019] dwc2 20980000.usb: new device is high-speed
3587-bash: [Sat: command not found
3588root@teslausb:/home/pi# [Sat Nov 16 17:51:40 2019] dwc2 20980000.usb: new address 26
3589-bash: [Sat: command not found
3590root@teslausb:/home/pi# [Sat Nov 16 17:51:40 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3591-bash: [Sat: command not found
3592root@teslausb:/home/pi# [Sat Nov 16 17:51:42 2019] dwc2 20980000.usb: new device is high-speed
3593-bash: [Sat: command not found
3594root@teslausb:/home/pi# [Sat Nov 16 17:51:42 2019] dwc2 20980000.usb: new device is high-speed
3595-bash: [Sat: command not found
3596root@teslausb:/home/pi# [Sat Nov 16 17:51:42 2019] dwc2 20980000.usb: new address 26
3597-bash: [Sat: command not found
3598root@teslausb:/home/pi# [Sat Nov 16 17:51:42 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3599-bash: [Sat: command not found
3600root@teslausb:/home/pi# [Sat Nov 16 17:52:35 2019] dwc2 20980000.usb: new device is high-speed
3601-bash: [Sat: command not found
3602root@teslausb:/home/pi# [Sat Nov 16 17:52:35 2019] dwc2 20980000.usb: new device is high-speed
3603-bash: [Sat: command not found
3604root@teslausb:/home/pi# [Sat Nov 16 17:52:35 2019] dwc2 20980000.usb: new address 26
3605-bash: [Sat: command not found
3606root@teslausb:/home/pi# [Sat Nov 16 17:52:35 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3607-bash: [Sat: command not found
3608root@teslausb:/home/pi# [Sat Nov 16 17:52:40 2019] dwc2 20980000.usb: new device is high-speed
3609-bash: [Sat: command not found
3610root@teslausb:/home/pi# [Sat Nov 16 17:52:41 2019] dwc2 20980000.usb: new device is high-speed
3611-bash: [Sat: command not found
3612root@teslausb:/home/pi# [Sat Nov 16 17:52:41 2019] dwc2 20980000.usb: new address 26
3613-bash: [Sat: command not found
3614root@teslausb:/home/pi# [Sat Nov 16 17:52:41 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3615-bash: [Sat: command not found
3616root@teslausb:/home/pi# [Sat Nov 16 17:52:41 2019] dwc2 20980000.usb: new device is high-speed
3617-bash: [Sat: command not found
3618root@teslausb:/home/pi# [Sat Nov 16 17:52:41 2019] dwc2 20980000.usb: new device is high-speed
3619-bash: [Sat: command not found
3620root@teslausb:/home/pi# [Sat Nov 16 17:52:41 2019] dwc2 20980000.usb: new address 26
3621-bash: [Sat: command not found
3622root@teslausb:/home/pi# [Sat Nov 16 17:52:41 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3623-bash: [Sat: command not found
3624root@teslausb:/home/pi# [Sat Nov 16 17:53:37 2019] dwc2 20980000.usb: new device is high-speed
3625-bash: [Sat: command not found
3626root@teslausb:/home/pi# [Sat Nov 16 17:53:37 2019] dwc2 20980000.usb: new device is high-speed
3627-bash: [Sat: command not found
3628root@teslausb:/home/pi# [Sat Nov 16 17:53:37 2019] dwc2 20980000.usb: new address 26
3629-bash: [Sat: command not found
3630root@teslausb:/home/pi# [Sat Nov 16 17:53:37 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3631-bash: [Sat: command not found
3632root@teslausb:/home/pi# [Sat Nov 16 17:53:38 2019] dwc2 20980000.usb: new device is high-speed
3633-bash: [Sat: command not found
3634root@teslausb:/home/pi# [Sat Nov 16 17:53:38 2019] dwc2 20980000.usb: new device is high-speed
3635-bash: [Sat: command not found
3636root@teslausb:/home/pi# [Sat Nov 16 17:53:38 2019] dwc2 20980000.usb: new address 26
3637-bash: [Sat: command not found
3638root@teslausb:/home/pi# [Sat Nov 16 17:53:38 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3639-bash: [Sat: command not found
3640root@teslausb:/home/pi# [Sat Nov 16 17:53:38 2019] dwc2 20980000.usb: new device is high-speed
3641-bash: [Sat: command not found
3642root@teslausb:/home/pi# [Sat Nov 16 17:53:38 2019] dwc2 20980000.usb: new device is high-speed
3643-bash: [Sat: command not found
3644root@teslausb:/home/pi# [Sat Nov 16 17:53:38 2019] dwc2 20980000.usb: new address 26
3645-bash: [Sat: command not found
3646root@teslausb:/home/pi# [Sat Nov 16 17:53:38 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3647-bash: [Sat: command not found
3648root@teslausb:/home/pi# [Sat Nov 16 17:54:36 2019] dwc2 20980000.usb: new device is high-speed
3649-bash: [Sat: command not found
3650root@teslausb:/home/pi# [Sat Nov 16 17:54:36 2019] dwc2 20980000.usb: new device is high-speed
3651-bash: [Sat: command not found
3652root@teslausb:/home/pi# [Sat Nov 16 17:54:36 2019] dwc2 20980000.usb: new address 26
3653-bash: [Sat: command not found
3654root@teslausb:/home/pi# [Sat Nov 16 17:54:36 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3655-bash: [Sat: command not found
3656root@teslausb:/home/pi# [Sat Nov 16 17:54:37 2019] dwc2 20980000.usb: new device is high-speed
3657-bash: [Sat: command not found
3658root@teslausb:/home/pi# [Sat Nov 16 17:54:37 2019] dwc2 20980000.usb: new device is high-speed
3659-bash: [Sat: command not found
3660root@teslausb:/home/pi# [Sat Nov 16 17:54:37 2019] dwc2 20980000.usb: new address 26
3661-bash: [Sat: command not found
3662root@teslausb:/home/pi# [Sat Nov 16 17:54:37 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3663-bash: [Sat: command not found
3664root@teslausb:/home/pi# [Sat Nov 16 17:54:37 2019] dwc2 20980000.usb: new device is high-speed
3665-bash: [Sat: command not found
3666root@teslausb:/home/pi# [Sat Nov 16 17:54:37 2019] dwc2 20980000.usb: new device is high-speed
3667-bash: [Sat: command not found
3668root@teslausb:/home/pi# [Sat Nov 16 17:54:37 2019] dwc2 20980000.usb: new address 26
3669-bash: [Sat: command not found
3670root@teslausb:/home/pi# [Sat Nov 16 17:54:37 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3671-bash: [Sat: command not found
3672root@teslausb:/home/pi# [Sat Nov 16 17:54:40 2019] dwc2 20980000.usb: new device is high-speed
3673-bash: [Sat: command not found
3674root@teslausb:/home/pi# [Sat Nov 16 17:54:40 2019] dwc2 20980000.usb: new device is high-speed
3675-bash: [Sat: command not found
3676root@teslausb:/home/pi# [Sat Nov 16 17:54:40 2019] dwc2 20980000.usb: new address 26
3677-bash: [Sat: command not found
3678root@teslausb:/home/pi# [Sat Nov 16 17:54:40 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3679-bash: [Sat: command not found
3680root@teslausb:/home/pi# [Sat Nov 16 17:54:41 2019] dwc2 20980000.usb: new device is high-speed
3681-bash: [Sat: command not found
3682root@teslausb:/home/pi# [Sat Nov 16 17:54:41 2019] dwc2 20980000.usb: new device is high-speed
3683-bash: [Sat: command not found
3684root@teslausb:/home/pi# [Sat Nov 16 17:54:41 2019] dwc2 20980000.usb: new address 26
3685-bash: [Sat: command not found
3686root@teslausb:/home/pi# [Sat Nov 16 17:54:41 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3687-bash: [Sat: command not found
3688root@teslausb:/home/pi# [Sat Nov 16 17:54:41 2019] dwc2 20980000.usb: new device is high-speed
3689-bash: [Sat: command not found
3690root@teslausb:/home/pi# [Sat Nov 16 17:54:41 2019] dwc2 20980000.usb: new device is high-speed
3691-bash: [Sat: command not found
3692root@teslausb:/home/pi# [Sat Nov 16 17:54:41 2019] dwc2 20980000.usb: new address 26
3693-bash: [Sat: command not found
3694root@teslausb:/home/pi# [Sat Nov 16 17:54:41 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3695-bash: [Sat: command not found
3696root@teslausb:/home/pi# [Sat Nov 16 17:54:42 2019] dwc2 20980000.usb: new device is high-speed
3697-bash: [Sat: command not found
3698root@teslausb:/home/pi# [Sat Nov 16 17:54:42 2019] dwc2 20980000.usb: new device is high-speed
3699-bash: [Sat: command not found
3700root@teslausb:/home/pi# [Sat Nov 16 17:54:42 2019] dwc2 20980000.usb: new address 26
3701-bash: [Sat: command not found
3702root@teslausb:/home/pi# [Sat Nov 16 17:54:42 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3703-bash: [Sat: command not found
3704root@teslausb:/home/pi# [Sat Nov 16 17:54:42 2019] dwc2 20980000.usb: new device is high-speed
3705-bash: [Sat: command not found
3706root@teslausb:/home/pi# [Sat Nov 16 17:54:42 2019] dwc2 20980000.usb: new device is high-speed
3707-bash: [Sat: command not found
3708root@teslausb:/home/pi# [Sat Nov 16 17:54:43 2019] dwc2 20980000.usb: new address 26
3709-bash: [Sat: command not found
3710root@teslausb:/home/pi# [Sat Nov 16 17:54:43 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3711-bash: [Sat: command not found
3712root@teslausb:/home/pi# [Sat Nov 16 17:55:39 2019] dwc2 20980000.usb: new device is high-speed
3713-bash: [Sat: command not found
3714root@teslausb:/home/pi# [Sat Nov 16 17:55:39 2019] dwc2 20980000.usb: new device is high-speed
3715-bash: [Sat: command not found
3716root@teslausb:/home/pi# [Sat Nov 16 17:55:39 2019] dwc2 20980000.usb: new address 26
3717-bash: [Sat: command not found
3718root@teslausb:/home/pi# [Sat Nov 16 17:55:39 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3719-bash: [Sat: command not found
3720root@teslausb:/home/pi# [Sat Nov 16 17:55:40 2019] dwc2 20980000.usb: new device is high-speed
3721-bash: [Sat: command not found
3722root@teslausb:/home/pi# [Sat Nov 16 17:55:40 2019] dwc2 20980000.usb: new device is high-speed
3723-bash: [Sat: command not found
3724root@teslausb:/home/pi# [Sat Nov 16 17:55:40 2019] dwc2 20980000.usb: new address 26
3725-bash: [Sat: command not found
3726root@teslausb:/home/pi# [Sat Nov 16 17:55:40 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3727-bash: [Sat: command not found
3728root@teslausb:/home/pi# [Sat Nov 16 17:55:41 2019] dwc2 20980000.usb: new device is high-speed
3729-bash: [Sat: command not found
3730root@teslausb:/home/pi# [Sat Nov 16 17:55:41 2019] dwc2 20980000.usb: new device is high-speed
3731-bash: [Sat: command not found
3732root@teslausb:/home/pi# [Sat Nov 16 17:55:41 2019] dwc2 20980000.usb: new address 26
3733-bash: [Sat: command not found
3734root@teslausb:/home/pi# [Sat Nov 16 17:55:41 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3735-bash: [Sat: command not found
3736root@teslausb:/home/pi# [Sat Nov 16 17:55:42 2019] dwc2 20980000.usb: new device is high-speed
3737-bash: [Sat: command not found
3738root@teslausb:/home/pi# [Sat Nov 16 17:55:42 2019] dwc2 20980000.usb: new device is high-speed
3739-bash: [Sat: command not found
3740root@teslausb:/home/pi# [Sat Nov 16 17:55:42 2019] dwc2 20980000.usb: new address 26
3741-bash: [Sat: command not found
3742root@teslausb:/home/pi# [Sat Nov 16 17:55:42 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3743-bash: [Sat: command not found
3744root@teslausb:/home/pi# [Sat Nov 16 17:56:42 2019] dwc2 20980000.usb: new device is high-speed
3745-bash: [Sat: command not found
3746root@teslausb:/home/pi# [Sat Nov 16 17:56:42 2019] dwc2 20980000.usb: new device is high-speed
3747-bash: [Sat: command not found
3748root@teslausb:/home/pi# [Sat Nov 16 17:56:42 2019] dwc2 20980000.usb: new address 26
3749-bash: [Sat: command not found
3750root@teslausb:/home/pi# [Sat Nov 16 17:56:42 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3751-bash: [Sat: command not found
3752root@teslausb:/home/pi# [Sat Nov 16 17:57:40 2019] dwc2 20980000.usb: new device is high-speed
3753-bash: [Sat: command not found
3754root@teslausb:/home/pi# [Sat Nov 16 17:57:40 2019] dwc2 20980000.usb: new device is high-speed
3755-bash: [Sat: command not found
3756root@teslausb:/home/pi# [Sat Nov 16 17:57:40 2019] dwc2 20980000.usb: new address 26
3757-bash: [Sat: command not found
3758root@teslausb:/home/pi# [Sat Nov 16 17:57:40 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3759-bash: [Sat: command not found
3760root@teslausb:/home/pi# [Sat Nov 16 17:57:40 2019] dwc2 20980000.usb: new device is high-speed
3761-bash: [Sat: command not found
3762root@teslausb:/home/pi# [Sat Nov 16 17:57:40 2019] dwc2 20980000.usb: new device is high-speed
3763-bash: [Sat: command not found
3764root@teslausb:/home/pi# [Sat Nov 16 17:57:40 2019] dwc2 20980000.usb: new address 26
3765-bash: [Sat: command not found
3766root@teslausb:/home/pi# [Sat Nov 16 17:57:40 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3767-bash: [Sat: command not found
3768root@teslausb:/home/pi# [Sat Nov 16 17:57:46 2019] dwc2 20980000.usb: new device is high-speed
3769-bash: [Sat: command not found
3770root@teslausb:/home/pi# [Sat Nov 16 17:57:46 2019] dwc2 20980000.usb: new device is high-speed
3771-bash: [Sat: command not found
3772root@teslausb:/home/pi# [Sat Nov 16 17:57:46 2019] dwc2 20980000.usb: new address 26
3773-bash: [Sat: command not found
3774root@teslausb:/home/pi# [Sat Nov 16 17:57:46 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3775-bash: [Sat: command not found
3776root@teslausb:/home/pi# [Sat Nov 16 17:57:47 2019] dwc2 20980000.usb: new device is high-speed
3777-bash: [Sat: command not found
3778root@teslausb:/home/pi# [Sat Nov 16 17:57:47 2019] dwc2 20980000.usb: new device is high-speed
3779-bash: [Sat: command not found
3780root@teslausb:/home/pi# [Sat Nov 16 17:57:47 2019] dwc2 20980000.usb: new address 26
3781-bash: [Sat: command not found
3782root@teslausb:/home/pi# [Sat Nov 16 17:57:47 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3783-bash: [Sat: command not found
3784root@teslausb:/home/pi# [Sat Nov 16 17:58:37 2019] dwc2 20980000.usb: new device is high-speed
3785-bash: [Sat: command not found
3786root@teslausb:/home/pi# [Sat Nov 16 17:58:37 2019] dwc2 20980000.usb: new device is high-speed
3787-bash: [Sat: command not found
3788root@teslausb:/home/pi# [Sat Nov 16 17:58:37 2019] dwc2 20980000.usb: new address 26
3789-bash: [Sat: command not found
3790root@teslausb:/home/pi# [Sat Nov 16 17:58:37 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3791-bash: [Sat: command not found
3792root@teslausb:/home/pi# [Sat Nov 16 17:58:37 2019] dwc2 20980000.usb: new device is high-speed
3793-bash: [Sat: command not found
3794root@teslausb:/home/pi# [Sat Nov 16 17:58:37 2019] dwc2 20980000.usb: new device is high-speed
3795-bash: [Sat: command not found
3796root@teslausb:/home/pi# [Sat Nov 16 17:58:37 2019] dwc2 20980000.usb: new address 26
3797-bash: [Sat: command not found
3798root@teslausb:/home/pi# [Sat Nov 16 17:58:37 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3799-bash: [Sat: command not found
3800root@teslausb:/home/pi# [Sat Nov 16 17:58:38 2019] dwc2 20980000.usb: new device is high-speed
3801-bash: [Sat: command not found
3802root@teslausb:/home/pi# [Sat Nov 16 17:58:38 2019] dwc2 20980000.usb: new device is high-speed
3803-bash: [Sat: command not found
3804root@teslausb:/home/pi# [Sat Nov 16 17:58:39 2019] dwc2 20980000.usb: new address 26
3805-bash: [Sat: command not found
3806root@teslausb:/home/pi# [Sat Nov 16 17:58:39 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3807-bash: [Sat: command not found
3808root@teslausb:/home/pi# [Sat Nov 16 17:58:39 2019] dwc2 20980000.usb: new device is high-speed
3809-bash: [Sat: command not found
3810root@teslausb:/home/pi# [Sat Nov 16 17:58:39 2019] dwc2 20980000.usb: new device is high-speed
3811-bash: [Sat: command not found
3812root@teslausb:/home/pi# [Sat Nov 16 17:58:39 2019] dwc2 20980000.usb: new address 26
3813-bash: [Sat: command not found
3814root@teslausb:/home/pi# [Sat Nov 16 17:58:39 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3815-bash: [Sat: command not found
3816root@teslausb:/home/pi# [Sat Nov 16 17:58:41 2019] dwc2 20980000.usb: new device is high-speed
3817-bash: [Sat: command not found
3818root@teslausb:/home/pi# [Sat Nov 16 17:58:41 2019] dwc2 20980000.usb: new device is high-speed
3819-bash: [Sat: command not found
3820root@teslausb:/home/pi# [Sat Nov 16 17:58:41 2019] dwc2 20980000.usb: new address 26
3821-bash: [Sat: command not found
3822root@teslausb:/home/pi# [Sat Nov 16 17:58:41 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3823-bash: [Sat: command not found
3824root@teslausb:/home/pi# [Sat Nov 16 17:58:54 2019] dwc2 20980000.usb: new device is high-speed
3825-bash: [Sat: command not found
3826root@teslausb:/home/pi# [Sat Nov 16 17:58:54 2019] dwc2 20980000.usb: new device is high-speed
3827-bash: [Sat: command not found
3828root@teslausb:/home/pi# [Sat Nov 16 17:58:54 2019] dwc2 20980000.usb: new address 26
3829-bash: [Sat: command not found
3830root@teslausb:/home/pi# [Sat Nov 16 17:58:54 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3831-bash: [Sat: command not found
3832root@teslausb:/home/pi# [Sat Nov 16 17:58:55 2019] dwc2 20980000.usb: new device is high-speed
3833-bash: [Sat: command not found
3834root@teslausb:/home/pi# [Sat Nov 16 17:58:55 2019] dwc2 20980000.usb: new device is high-speed
3835-bash: [Sat: command not found
3836root@teslausb:/home/pi# [Sat Nov 16 17:58:55 2019] dwc2 20980000.usb: new address 26
3837-bash: [Sat: command not found
3838root@teslausb:/home/pi# [Sat Nov 16 17:58:55 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3839-bash: [Sat: command not found
3840root@teslausb:/home/pi# [Sat Nov 16 17:58:56 2019] dwc2 20980000.usb: new device is high-speed
3841-bash: [Sat: command not found
3842root@teslausb:/home/pi# [Sat Nov 16 17:58:56 2019] dwc2 20980000.usb: new device is high-speed
3843-bash: [Sat: command not found
3844root@teslausb:/home/pi# [Sat Nov 16 17:58:56 2019] dwc2 20980000.usb: new address 26
3845-bash: [Sat: command not found
3846root@teslausb:/home/pi# [Sat Nov 16 17:58:56 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3847-bash: [Sat: command not found
3848root@teslausb:/home/pi# [Sat Nov 16 17:58:57 2019] dwc2 20980000.usb: new device is high-speed
3849-bash: [Sat: command not found
3850root@teslausb:/home/pi# [Sat Nov 16 17:58:57 2019] dwc2 20980000.usb: new device is high-speed
3851-bash: [Sat: command not found
3852root@teslausb:/home/pi# [Sat Nov 16 17:58:57 2019] dwc2 20980000.usb: new address 26
3853-bash: [Sat: command not found
3854root@teslausb:/home/pi# [Sat Nov 16 17:58:57 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3855-bash: [Sat: command not found
3856root@teslausb:/home/pi# [Sat Nov 16 17:59:38 2019] dwc2 20980000.usb: new device is high-speed
3857-bash: [Sat: command not found
3858root@teslausb:/home/pi# [Sat Nov 16 17:59:38 2019] dwc2 20980000.usb: new device is high-speed
3859-bash: [Sat: command not found
3860root@teslausb:/home/pi# [Sat Nov 16 17:59:38 2019] dwc2 20980000.usb: new address 26
3861-bash: [Sat: command not found
3862root@teslausb:/home/pi# [Sat Nov 16 17:59:38 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3863-bash: [Sat: command not found
3864root@teslausb:/home/pi# [Sat Nov 16 17:59:39 2019] dwc2 20980000.usb: new device is high-speed
3865-bash: [Sat: command not found
3866root@teslausb:/home/pi# [Sat Nov 16 17:59:39 2019] dwc2 20980000.usb: new device is high-speed
3867-bash: [Sat: command not found
3868root@teslausb:/home/pi# [Sat Nov 16 17:59:39 2019] dwc2 20980000.usb: new address 26
3869-bash: [Sat: command not found
3870root@teslausb:/home/pi# [Sat Nov 16 17:59:39 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3871-bash: [Sat: command not found
3872root@teslausb:/home/pi# [Sat Nov 16 18:00:39 2019] dwc2 20980000.usb: new device is high-speed
3873-bash: [Sat: command not found
3874root@teslausb:/home/pi# [Sat Nov 16 18:00:39 2019] dwc2 20980000.usb: new device is high-speed
3875-bash: [Sat: command not found
3876root@teslausb:/home/pi# [Sat Nov 16 18:00:39 2019] dwc2 20980000.usb: new address 26
3877-bash: [Sat: command not found
3878root@teslausb:/home/pi# [Sat Nov 16 18:00:39 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3879-bash: [Sat: command not found
3880root@teslausb:/home/pi# [Sat Nov 16 18:00:40 2019] dwc2 20980000.usb: new device is high-speed
3881-bash: [Sat: command not found
3882root@teslausb:/home/pi# [Sat Nov 16 18:00:41 2019] dwc2 20980000.usb: new device is high-speed
3883-bash: [Sat: command not found
3884root@teslausb:/home/pi# [Sat Nov 16 18:00:41 2019] dwc2 20980000.usb: new address 26
3885-bash: [Sat: command not found
3886root@teslausb:/home/pi# [Sat Nov 16 18:00:41 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3887-bash: [Sat: command not found
3888root@teslausb:/home/pi# [Sat Nov 16 18:00:41 2019] dwc2 20980000.usb: new device is high-speed
3889-bash: [Sat: command not found
3890root@teslausb:/home/pi# [Sat Nov 16 18:00:41 2019] dwc2 20980000.usb: new device is high-speed
3891-bash: [Sat: command not found
3892root@teslausb:/home/pi# [Sat Nov 16 18:00:41 2019] dwc2 20980000.usb: new address 26
3893-bash: [Sat: command not found
3894root@teslausb:/home/pi# [Sat Nov 16 18:00:42 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3895-bash: [Sat: command not found
3896root@teslausb:/home/pi# [Sat Nov 16 18:00:45 2019] dwc2 20980000.usb: new device is high-speed
3897-bash: [Sat: command not found
3898root@teslausb:/home/pi# [Sat Nov 16 18:00:45 2019] dwc2 20980000.usb: new device is high-speed
3899-bash: [Sat: command not found
3900root@teslausb:/home/pi# [Sat Nov 16 18:00:45 2019] dwc2 20980000.usb: new address 26
3901-bash: [Sat: command not found
3902root@teslausb:/home/pi# [Sat Nov 16 18:00:45 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3903-bash: [Sat: command not found
3904root@teslausb:/home/pi# [Sat Nov 16 18:01:38 2019] dwc2 20980000.usb: new device is high-speed
3905-bash: [Sat: command not found
3906root@teslausb:/home/pi# [Sat Nov 16 18:01:39 2019] dwc2 20980000.usb: new device is high-speed
3907-bash: [Sat: command not found
3908root@teslausb:/home/pi# [Sat Nov 16 18:01:39 2019] dwc2 20980000.usb: new address 26
3909-bash: [Sat: command not found
3910root@teslausb:/home/pi# [Sat Nov 16 18:01:39 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3911-bash: [Sat: command not found
3912root@teslausb:/home/pi# [Sat Nov 16 18:01:39 2019] dwc2 20980000.usb: new device is high-speed
3913-bash: [Sat: command not found
3914root@teslausb:/home/pi# [Sat Nov 16 18:01:39 2019] dwc2 20980000.usb: new device is high-speed
3915-bash: [Sat: command not found
3916root@teslausb:/home/pi# [Sat Nov 16 18:01:39 2019] dwc2 20980000.usb: new address 26
3917-bash: [Sat: command not found
3918root@teslausb:/home/pi# [Sat Nov 16 18:01:39 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3919-bash: [Sat: command not found
3920root@teslausb:/home/pi# [Sat Nov 16 18:01:40 2019] dwc2 20980000.usb: new device is high-speed
3921-bash: [Sat: command not found
3922root@teslausb:/home/pi# [Sat Nov 16 18:01:40 2019] dwc2 20980000.usb: new device is high-speed
3923-bash: [Sat: command not found
3924root@teslausb:/home/pi# [Sat Nov 16 18:01:40 2019] dwc2 20980000.usb: new address 26
3925-bash: [Sat: command not found
3926root@teslausb:/home/pi# [Sat Nov 16 18:01:45 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3927-bash: [Sat: command not found
3928root@teslausb:/home/pi# [Sat Nov 16 18:01:47 2019] dwc2 20980000.usb: new device is high-speed
3929-bash: [Sat: command not found
3930root@teslausb:/home/pi# [Sat Nov 16 18:01:48 2019] dwc2 20980000.usb: new device is high-speed
3931-bash: [Sat: command not found
3932root@teslausb:/home/pi# [Sat Nov 16 18:01:48 2019] dwc2 20980000.usb: new address 26
3933-bash: [Sat: command not found
3934root@teslausb:/home/pi# [Sat Nov 16 18:01:48 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3935-bash: [Sat: command not found
3936root@teslausb:/home/pi# [Sat Nov 16 18:01:48 2019] dwc2 20980000.usb: new device is high-speed
3937-bash: [Sat: command not found
3938root@teslausb:/home/pi# [Sat Nov 16 18:01:48 2019] dwc2 20980000.usb: new device is high-speed
3939-bash: [Sat: command not found
3940root@teslausb:/home/pi# [Sat Nov 16 18:01:48 2019] dwc2 20980000.usb: new address 26
3941-bash: [Sat: command not found
3942root@teslausb:/home/pi# [Sat Nov 16 18:01:48 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3943-bash: [Sat: command not found
3944root@teslausb:/home/pi# [Sat Nov 16 18:01:49 2019] dwc2 20980000.usb: new device is high-speed
3945-bash: [Sat: command not found
3946root@teslausb:/home/pi# [Sat Nov 16 18:01:49 2019] dwc2 20980000.usb: new device is high-speed
3947-bash: [Sat: command not found
3948root@teslausb:/home/pi# [Sat Nov 16 18:01:49 2019] dwc2 20980000.usb: new address 26
3949-bash: [Sat: command not found
3950root@teslausb:/home/pi# [Sat Nov 16 18:01:49 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3951-bash: [Sat: command not found
3952root@teslausb:/home/pi# [Sat Nov 16 18:01:50 2019] dwc2 20980000.usb: new device is high-speed
3953-bash: [Sat: command not found
3954root@teslausb:/home/pi# [Sat Nov 16 18:01:50 2019] dwc2 20980000.usb: new device is high-speed
3955-bash: [Sat: command not found
3956root@teslausb:/home/pi# [Sat Nov 16 18:01:50 2019] dwc2 20980000.usb: new address 26
3957-bash: [Sat: command not found
3958root@teslausb:/home/pi# [Sat Nov 16 18:01:50 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3959-bash: [Sat: command not found
3960root@teslausb:/home/pi# [Sat Nov 16 18:01:51 2019] dwc2 20980000.usb: new device is high-speed
3961-bash: [Sat: command not found
3962root@teslausb:/home/pi# [Sat Nov 16 18:01:51 2019] dwc2 20980000.usb: new device is high-speed
3963-bash: [Sat: command not found
3964root@teslausb:/home/pi# [Sat Nov 16 18:01:51 2019] dwc2 20980000.usb: new address 26
3965-bash: [Sat: command not found
3966root@teslausb:/home/pi# [Sat Nov 16 18:01:51 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3967-bash: [Sat: command not found
3968root@teslausb:/home/pi# [Sat Nov 16 18:02:42 2019] dwc2 20980000.usb: new device is high-speed
3969-bash: [Sat: command not found
3970root@teslausb:/home/pi# [Sat Nov 16 18:02:42 2019] dwc2 20980000.usb: new device is high-speed
3971-bash: [Sat: command not found
3972root@teslausb:/home/pi# [Sat Nov 16 18:02:42 2019] dwc2 20980000.usb: new address 26
3973-bash: [Sat: command not found
3974root@teslausb:/home/pi# [Sat Nov 16 18:02:42 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3975-bash: [Sat: command not found
3976root@teslausb:/home/pi# [Sat Nov 16 18:02:43 2019] dwc2 20980000.usb: new device is high-speed
3977-bash: [Sat: command not found
3978root@teslausb:/home/pi# [Sat Nov 16 18:02:43 2019] dwc2 20980000.usb: new device is high-speed
3979-bash: [Sat: command not found
3980root@teslausb:/home/pi# [Sat Nov 16 18:02:43 2019] dwc2 20980000.usb: new address 26
3981-bash: [Sat: command not found
3982root@teslausb:/home/pi# [Sat Nov 16 18:02:43 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3983-bash: [Sat: command not found
3984root@teslausb:/home/pi# [Sat Nov 16 18:02:44 2019] dwc2 20980000.usb: new device is high-speed
3985-bash: [Sat: command not found
3986root@teslausb:/home/pi# [Sat Nov 16 18:02:44 2019] dwc2 20980000.usb: new device is high-speed
3987-bash: [Sat: command not found
3988root@teslausb:/home/pi# [Sat Nov 16 18:02:44 2019] dwc2 20980000.usb: new address 26
3989-bash: [Sat: command not found
3990root@teslausb:/home/pi# [Sat Nov 16 18:02:44 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3991-bash: [Sat: command not found
3992root@teslausb:/home/pi# [Sat Nov 16 18:02:45 2019] dwc2 20980000.usb: new device is high-speed
3993-bash: [Sat: command not found
3994root@teslausb:/home/pi# [Sat Nov 16 18:02:45 2019] dwc2 20980000.usb: new device is high-speed
3995-bash: [Sat: command not found
3996root@teslausb:/home/pi# [Sat Nov 16 18:02:45 2019] dwc2 20980000.usb: new address 26
3997-bash: [Sat: command not found
3998root@teslausb:/home/pi# [Sat Nov 16 18:02:45 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
3999-bash: [Sat: command not found
4000root@teslausb:/home/pi# [Sat Nov 16 18:03:40 2019] dwc2 20980000.usb: new device is high-speed
4001-bash: [Sat: command not found
4002root@teslausb:/home/pi# [Sat Nov 16 18:03:40 2019] dwc2 20980000.usb: new device is high-speed
4003-bash: [Sat: command not found
4004root@teslausb:/home/pi# [Sat Nov 16 18:03:40 2019] dwc2 20980000.usb: new address 26
4005-bash: [Sat: command not found
4006root@teslausb:/home/pi# [Sat Nov 16 18:03:40 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4007-bash: [Sat: command not found
4008root@teslausb:/home/pi# [Sat Nov 16 18:03:40 2019] dwc2 20980000.usb: new device is high-speed
4009-bash: [Sat: command not found
4010root@teslausb:/home/pi# [Sat Nov 16 18:03:40 2019] dwc2 20980000.usb: new device is high-speed
4011-bash: [Sat: command not found
4012root@teslausb:/home/pi# [Sat Nov 16 18:03:41 2019] dwc2 20980000.usb: new address 26
4013-bash: [Sat: command not found
4014root@teslausb:/home/pi# [Sat Nov 16 18:03:41 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4015-bash: [Sat: command not found
4016root@teslausb:/home/pi# [Sat Nov 16 18:03:48 2019] dwc2 20980000.usb: new device is high-speed
4017-bash: [Sat: command not found
4018root@teslausb:/home/pi# [Sat Nov 16 18:03:48 2019] dwc2 20980000.usb: new device is high-speed
4019-bash: [Sat: command not found
4020root@teslausb:/home/pi# [Sat Nov 16 18:03:48 2019] dwc2 20980000.usb: new address 26
4021-bash: [Sat: command not found
4022root@teslausb:/home/pi# [Sat Nov 16 18:03:48 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4023-bash: [Sat: command not found
4024root@teslausb:/home/pi# [Sat Nov 16 18:03:51 2019] dwc2 20980000.usb: new device is high-speed
4025-bash: [Sat: command not found
4026root@teslausb:/home/pi# [Sat Nov 16 18:03:51 2019] dwc2 20980000.usb: new device is high-speed
4027-bash: [Sat: command not found
4028root@teslausb:/home/pi# [Sat Nov 16 18:03:51 2019] dwc2 20980000.usb: new address 26
4029-bash: [Sat: command not found
4030root@teslausb:/home/pi# [Sat Nov 16 18:03:51 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4031-bash: [Sat: command not found
4032root@teslausb:/home/pi# [Sat Nov 16 18:03:51 2019] dwc2 20980000.usb: new device is high-speed
4033-bash: [Sat: command not found
4034root@teslausb:/home/pi# [Sat Nov 16 18:03:51 2019] dwc2 20980000.usb: new device is high-speed
4035-bash: [Sat: command not found
4036root@teslausb:/home/pi# [Sat Nov 16 18:03:51 2019] dwc2 20980000.usb: new address 26
4037-bash: [Sat: command not found
4038root@teslausb:/home/pi# [Sat Nov 16 18:03:51 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4039-bash: [Sat: command not found
4040root@teslausb:/home/pi# [Sat Nov 16 18:04:38 2019] dwc2 20980000.usb: new device is high-speed
4041-bash: [Sat: command not found
4042root@teslausb:/home/pi# [Sat Nov 16 18:04:38 2019] dwc2 20980000.usb: new device is high-speed
4043-bash: [Sat: command not found
4044root@teslausb:/home/pi# [Sat Nov 16 18:04:38 2019] dwc2 20980000.usb: new address 26
4045-bash: [Sat: command not found
4046root@teslausb:/home/pi# [Sat Nov 16 18:04:38 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4047-bash: [Sat: command not found
4048root@teslausb:/home/pi# [Sat Nov 16 18:04:45 2019] dwc2 20980000.usb: new device is high-speed
4049-bash: [Sat: command not found
4050root@teslausb:/home/pi# [Sat Nov 16 18:04:46 2019] dwc2 20980000.usb: new device is high-speed
4051-bash: [Sat: command not found
4052root@teslausb:/home/pi# [Sat Nov 16 18:04:46 2019] dwc2 20980000.usb: new address 26
4053-bash: [Sat: command not found
4054root@teslausb:/home/pi# [Sat Nov 16 18:04:46 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4055-bash: [Sat: command not found
4056root@teslausb:/home/pi# [Sat Nov 16 18:04:47 2019] dwc2 20980000.usb: new device is high-speed
4057-bash: [Sat: command not found
4058root@teslausb:/home/pi# [Sat Nov 16 18:04:48 2019] dwc2 20980000.usb: new device is high-speed
4059-bash: [Sat: command not found
4060root@teslausb:/home/pi# [Sat Nov 16 18:04:48 2019] dwc2 20980000.usb: new address 26
4061-bash: [Sat: command not found
4062root@teslausb:/home/pi# [Sat Nov 16 18:04:48 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4063-bash: [Sat: command not found
4064root@teslausb:/home/pi# [Sat Nov 16 18:04:50 2019] dwc2 20980000.usb: new device is high-speed
4065-bash: [Sat: command not found
4066root@teslausb:/home/pi# [Sat Nov 16 18:04:50 2019] dwc2 20980000.usb: new device is high-speed
4067-bash: [Sat: command not found
4068root@teslausb:/home/pi# [Sat Nov 16 18:04:50 2019] dwc2 20980000.usb: new address 26
4069-bash: [Sat: command not found
4070root@teslausb:/home/pi# [Sat Nov 16 18:04:50 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4071-bash: [Sat: command not found
4072root@teslausb:/home/pi# [Sat Nov 16 18:04:50 2019] dwc2 20980000.usb: new device is high-speed
4073-bash: [Sat: command not found
4074root@teslausb:/home/pi# [Sat Nov 16 18:04:50 2019] dwc2 20980000.usb: new device is high-speed
4075-bash: [Sat: command not found
4076root@teslausb:/home/pi# [Sat Nov 16 18:04:50 2019] dwc2 20980000.usb: new address 26
4077-bash: [Sat: command not found
4078root@teslausb:/home/pi# [Sat Nov 16 18:04:51 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4079-bash: [Sat: command not found
4080root@teslausb:/home/pi# [Sat Nov 16 18:04:51 2019] dwc2 20980000.usb: new device is high-speed
4081-bash: [Sat: command not found
4082root@teslausb:/home/pi# [Sat Nov 16 18:04:51 2019] dwc2 20980000.usb: new device is high-speed
4083-bash: [Sat: command not found
4084root@teslausb:/home/pi# [Sat Nov 16 18:04:51 2019] dwc2 20980000.usb: new address 26
4085-bash: [Sat: command not found
4086root@teslausb:/home/pi# [Sat Nov 16 18:04:51 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4087-bash: [Sat: command not found
4088root@teslausb:/home/pi# [Sat Nov 16 18:05:38 2019] dwc2 20980000.usb: new device is high-speed
4089-bash: [Sat: command not found
4090root@teslausb:/home/pi# [Sat Nov 16 18:05:39 2019] dwc2 20980000.usb: new device is high-speed
4091-bash: [Sat: command not found
4092root@teslausb:/home/pi# [Sat Nov 16 18:05:39 2019] dwc2 20980000.usb: new address 26
4093-bash: [Sat: command not found
4094root@teslausb:/home/pi# [Sat Nov 16 18:05:39 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4095-bash: [Sat: command not found
4096root@teslausb:/home/pi# [Sat Nov 16 18:05:40 2019] dwc2 20980000.usb: new device is high-speed
4097-bash: [Sat: command not found
4098root@teslausb:/home/pi# [Sat Nov 16 18:05:40 2019] dwc2 20980000.usb: new device is high-speed
4099-bash: [Sat: command not found
4100root@teslausb:/home/pi# [Sat Nov 16 18:05:40 2019] dwc2 20980000.usb: new address 26
4101-bash: [Sat: command not found
4102root@teslausb:/home/pi# [Sat Nov 16 18:05:40 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4103-bash: [Sat: command not found
4104root@teslausb:/home/pi# [Sat Nov 16 18:05:41 2019] dwc2 20980000.usb: new device is high-speed
4105-bash: [Sat: command not found
4106root@teslausb:/home/pi# [Sat Nov 16 18:05:41 2019] dwc2 20980000.usb: new device is high-speed
4107-bash: [Sat: command not found
4108root@teslausb:/home/pi# [Sat Nov 16 18:05:41 2019] dwc2 20980000.usb: new address 26
4109-bash: [Sat: command not found
4110root@teslausb:/home/pi# [Sat Nov 16 18:05:41 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4111-bash: [Sat: command not found
4112root@teslausb:/home/pi# [Sat Nov 16 18:05:42 2019] dwc2 20980000.usb: new device is high-speed
4113-bash: [Sat: command not found
4114root@teslausb:/home/pi# [Sat Nov 16 18:05:42 2019] dwc2 20980000.usb: new device is high-speed
4115-bash: [Sat: command not found
4116root@teslausb:/home/pi# [Sat Nov 16 18:05:42 2019] dwc2 20980000.usb: new address 26
4117-bash: [Sat: command not found
4118root@teslausb:/home/pi# [Sat Nov 16 18:05:42 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4119-bash: [Sat: command not found
4120root@teslausb:/home/pi# [Sat Nov 16 18:06:40 2019] dwc2 20980000.usb: new device is high-speed
4121-bash: [Sat: command not found
4122root@teslausb:/home/pi# [Sat Nov 16 18:06:40 2019] dwc2 20980000.usb: new device is high-speed
4123-bash: [Sat: command not found
4124root@teslausb:/home/pi# [Sat Nov 16 18:06:40 2019] dwc2 20980000.usb: new address 26
4125-bash: [Sat: command not found
4126root@teslausb:/home/pi# [Sat Nov 16 18:06:40 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4127-bash: [Sat: command not found
4128root@teslausb:/home/pi# [Sat Nov 16 18:06:42 2019] dwc2 20980000.usb: new device is high-speed
4129-bash: [Sat: command not found
4130root@teslausb:/home/pi# [Sat Nov 16 18:06:42 2019] dwc2 20980000.usb: new device is high-speed
4131-bash: [Sat: command not found
4132root@teslausb:/home/pi# [Sat Nov 16 18:06:42 2019] dwc2 20980000.usb: new address 26
4133-bash: [Sat: command not found
4134root@teslausb:/home/pi# [Sat Nov 16 18:06:42 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4135-bash: [Sat: command not found
4136root@teslausb:/home/pi# [Sat Nov 16 18:06:42 2019] dwc2 20980000.usb: new device is high-speed
4137-bash: [Sat: command not found
4138root@teslausb:/home/pi# [Sat Nov 16 18:06:42 2019] dwc2 20980000.usb: new device is high-speed
4139-bash: [Sat: command not found
4140root@teslausb:/home/pi# [Sat Nov 16 18:06:42 2019] dwc2 20980000.usb: new address 26
4141-bash: [Sat: command not found
4142root@teslausb:/home/pi# [Sat Nov 16 18:06:42 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4143-bash: [Sat: command not found
4144root@teslausb:/home/pi# [Sat Nov 16 18:06:43 2019] dwc2 20980000.usb: new device is high-speed
4145-bash: [Sat: command not found
4146root@teslausb:/home/pi# [Sat Nov 16 18:06:43 2019] dwc2 20980000.usb: new device is high-speed
4147-bash: [Sat: command not found
4148root@teslausb:/home/pi# [Sat Nov 16 18:06:43 2019] dwc2 20980000.usb: new address 26
4149-bash: [Sat: command not found
4150root@teslausb:/home/pi# [Sat Nov 16 18:06:43 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4151-bash: [Sat: command not found
4152root@teslausb:/home/pi# [Sat Nov 16 18:06:45 2019] dwc2 20980000.usb: new device is high-speed
4153-bash: [Sat: command not found
4154root@teslausb:/home/pi# [Sat Nov 16 18:06:46 2019] dwc2 20980000.usb: new device is high-speed
4155-bash: [Sat: command not found
4156root@teslausb:/home/pi# [Sat Nov 16 18:06:46 2019] dwc2 20980000.usb: new address 26
4157-bash: [Sat: command not found
4158root@teslausb:/home/pi# [Sat Nov 16 18:06:46 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4159-bash: [Sat: command not found
4160root@teslausb:/home/pi# [Sat Nov 16 18:06:47 2019] dwc2 20980000.usb: new device is high-speed
4161-bash: [Sat: command not found
4162root@teslausb:/home/pi# [Sat Nov 16 18:06:47 2019] dwc2 20980000.usb: new device is high-speed
4163-bash: [Sat: command not found
4164root@teslausb:/home/pi# [Sat Nov 16 18:06:47 2019] dwc2 20980000.usb: new address 26
4165-bash: [Sat: command not found
4166root@teslausb:/home/pi# [Sat Nov 16 18:06:47 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4167-bash: [Sat: command not found
4168root@teslausb:/home/pi# [Sat Nov 16 18:07:40 2019] dwc2 20980000.usb: new device is high-speed
4169-bash: [Sat: command not found
4170root@teslausb:/home/pi# [Sat Nov 16 18:07:40 2019] dwc2 20980000.usb: new device is high-speed
4171-bash: [Sat: command not found
4172root@teslausb:/home/pi# [Sat Nov 16 18:07:40 2019] dwc2 20980000.usb: new address 26
4173-bash: [Sat: command not found
4174root@teslausb:/home/pi# [Sat Nov 16 18:07:40 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4175-bash: [Sat: command not found
4176root@teslausb:/home/pi# [Sat Nov 16 18:07:41 2019] dwc2 20980000.usb: new device is high-speed
4177-bash: [Sat: command not found
4178root@teslausb:/home/pi# [Sat Nov 16 18:07:41 2019] dwc2 20980000.usb: new device is high-speed
4179-bash: [Sat: command not found
4180root@teslausb:/home/pi# [Sat Nov 16 18:07:41 2019] dwc2 20980000.usb: new address 26
4181-bash: [Sat: command not found
4182root@teslausb:/home/pi# [Sat Nov 16 18:07:41 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4183-bash: [Sat: command not found
4184root@teslausb:/home/pi# [Sat Nov 16 18:07:42 2019] dwc2 20980000.usb: new device is high-speed
4185-bash: [Sat: command not found
4186root@teslausb:/home/pi# [Sat Nov 16 18:07:42 2019] dwc2 20980000.usb: new device is high-speed
4187-bash: [Sat: command not found
4188root@teslausb:/home/pi# [Sat Nov 16 18:07:42 2019] dwc2 20980000.usb: new address 26
4189-bash: [Sat: command not found
4190root@teslausb:/home/pi# [Sat Nov 16 18:07:42 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4191-bash: [Sat: command not found
4192root@teslausb:/home/pi# [Sat Nov 16 18:07:44 2019] dwc2 20980000.usb: new device is high-speed
4193-bash: [Sat: command not found
4194root@teslausb:/home/pi# [Sat Nov 16 18:07:44 2019] dwc2 20980000.usb: new device is high-speed
4195-bash: [Sat: command not found
4196root@teslausb:/home/pi# [Sat Nov 16 18:07:44 2019] dwc2 20980000.usb: new address 26
4197-bash: [Sat: command not found
4198root@teslausb:/home/pi# [Sat Nov 16 18:07:44 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4199-bash: [Sat: command not found
4200root@teslausb:/home/pi# [Sat Nov 16 18:08:13 2019] dwc2 20980000.usb: new device is high-speed
4201-bash: [Sat: command not found
4202root@teslausb:/home/pi# [Sat Nov 16 18:08:13 2019] dwc2 20980000.usb: new device is high-speed
4203-bash: [Sat: command not found
4204root@teslausb:/home/pi# [Sat Nov 16 18:08:13 2019] dwc2 20980000.usb: new address 26
4205-bash: [Sat: command not found
4206root@teslausb:/home/pi# [Sat Nov 16 18:08:13 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4207-bash: [Sat: command not found
4208root@teslausb:/home/pi# [Sat Nov 16 18:08:13 2019] dwc2 20980000.usb: new device is high-speed
4209-bash: [Sat: command not found
4210root@teslausb:/home/pi# [Sat Nov 16 18:08:13 2019] dwc2 20980000.usb: new device is high-speed
4211-bash: [Sat: command not found
4212root@teslausb:/home/pi# [Sat Nov 16 18:08:13 2019] dwc2 20980000.usb: new address 26
4213-bash: [Sat: command not found
4214root@teslausb:/home/pi# [Sat Nov 16 18:08:13 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4215-bash: [Sat: command not found
4216root@teslausb:/home/pi# [Sat Nov 16 18:08:42 2019] dwc2 20980000.usb: new device is high-speed
4217-bash: [Sat: command not found
4218root@teslausb:/home/pi# [Sat Nov 16 18:08:43 2019] dwc2 20980000.usb: new device is high-speed
4219-bash: [Sat: command not found
4220root@teslausb:/home/pi# [Sat Nov 16 18:08:43 2019] dwc2 20980000.usb: new address 26
4221-bash: [Sat: command not found
4222root@teslausb:/home/pi# [Sat Nov 16 18:08:43 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4223-bash: [Sat: command not found
4224root@teslausb:/home/pi# [Sat Nov 16 18:08:43 2019] dwc2 20980000.usb: new device is high-speed
4225-bash: [Sat: command not found
4226root@teslausb:/home/pi# [Sat Nov 16 18:08:43 2019] dwc2 20980000.usb: new device is high-speed
4227-bash: [Sat: command not found
4228root@teslausb:/home/pi# [Sat Nov 16 18:08:43 2019] dwc2 20980000.usb: new address 26
4229-bash: [Sat: command not found
4230root@teslausb:/home/pi# [Sat Nov 16 18:08:43 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4231-bash: [Sat: command not found
4232root@teslausb:/home/pi# [Sat Nov 16 18:08:44 2019] dwc2 20980000.usb: new device is high-speed
4233-bash: [Sat: command not found
4234root@teslausb:/home/pi# [Sat Nov 16 18:08:44 2019] dwc2 20980000.usb: new device is high-speed
4235-bash: [Sat: command not found
4236root@teslausb:/home/pi# [Sat Nov 16 18:08:44 2019] dwc2 20980000.usb: new address 26
4237-bash: [Sat: command not found
4238root@teslausb:/home/pi# [Sat Nov 16 18:08:44 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4239-bash: [Sat: command not found
4240root@teslausb:/home/pi# [Sat Nov 16 18:08:44 2019] dwc2 20980000.usb: new device is high-speed
4241-bash: [Sat: command not found
4242root@teslausb:/home/pi# [Sat Nov 16 18:08:44 2019] dwc2 20980000.usb: new device is high-speed
4243-bash: [Sat: command not found
4244root@teslausb:/home/pi# [Sat Nov 16 18:08:44 2019] dwc2 20980000.usb: new address 26
4245-bash: [Sat: command not found
4246root@teslausb:/home/pi# [Sat Nov 16 18:08:44 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4247-bash: [Sat: command not found
4248root@teslausb:/home/pi# [Sat Nov 16 18:08:48 2019] dwc2 20980000.usb: new device is high-speed
4249-bash: [Sat: command not found
4250root@teslausb:/home/pi# [Sat Nov 16 18:08:48 2019] dwc2 20980000.usb: new device is high-speed
4251-bash: [Sat: command not found
4252root@teslausb:/home/pi# [Sat Nov 16 18:08:48 2019] dwc2 20980000.usb: new address 26
4253-bash: [Sat: command not found
4254root@teslausb:/home/pi# [Sat Nov 16 18:08:48 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4255-bash: [Sat: command not found
4256root@teslausb:/home/pi# [Sat Nov 16 18:09:42 2019] dwc2 20980000.usb: new device is high-speed
4257-bash: [Sat: command not found
4258root@teslausb:/home/pi# [Sat Nov 16 18:09:42 2019] dwc2 20980000.usb: new device is high-speed
4259-bash: [Sat: command not found
4260root@teslausb:/home/pi# [Sat Nov 16 18:09:43 2019] dwc2 20980000.usb: new address 26
4261-bash: [Sat: command not found
4262root@teslausb:/home/pi# [Sat Nov 16 18:09:43 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4263-bash: [Sat: command not found
4264root@teslausb:/home/pi# [Sat Nov 16 18:09:43 2019] dwc2 20980000.usb: new device is high-speed
4265-bash: [Sat: command not found
4266root@teslausb:/home/pi# [Sat Nov 16 18:09:43 2019] dwc2 20980000.usb: new device is high-speed
4267-bash: [Sat: command not found
4268root@teslausb:/home/pi# [Sat Nov 16 18:09:43 2019] dwc2 20980000.usb: new address 26
4269-bash: [Sat: command not found
4270root@teslausb:/home/pi# [Sat Nov 16 18:09:43 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4271-bash: [Sat: command not found
4272root@teslausb:/home/pi# [Sat Nov 16 18:09:44 2019] dwc2 20980000.usb: new device is high-speed
4273-bash: [Sat: command not found
4274root@teslausb:/home/pi# [Sat Nov 16 18:09:44 2019] dwc2 20980000.usb: new device is high-speed
4275-bash: [Sat: command not found
4276root@teslausb:/home/pi# [Sat Nov 16 18:09:44 2019] dwc2 20980000.usb: new address 26
4277-bash: [Sat: command not found
4278root@teslausb:/home/pi# [Sat Nov 16 18:09:44 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4279-bash: [Sat: command not found
4280root@teslausb:/home/pi# [Sat Nov 16 18:09:45 2019] dwc2 20980000.usb: new device is high-speed
4281-bash: [Sat: command not found
4282root@teslausb:/home/pi# [Sat Nov 16 18:09:45 2019] dwc2 20980000.usb: new device is high-speed
4283-bash: [Sat: command not found
4284root@teslausb:/home/pi# [Sat Nov 16 18:09:45 2019] dwc2 20980000.usb: new address 26
4285-bash: [Sat: command not found
4286root@teslausb:/home/pi# [Sat Nov 16 18:09:45 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4287-bash: [Sat: command not found
4288root@teslausb:/home/pi# [Sat Nov 16 18:09:45 2019] dwc2 20980000.usb: new device is high-speed
4289-bash: [Sat: command not found
4290root@teslausb:/home/pi# [Sat Nov 16 18:09:45 2019] dwc2 20980000.usb: new device is high-speed
4291-bash: [Sat: command not found
4292root@teslausb:/home/pi# [Sat Nov 16 18:09:45 2019] dwc2 20980000.usb: new address 26
4293-bash: [Sat: command not found
4294root@teslausb:/home/pi# [Sat Nov 16 18:09:45 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4295-bash: [Sat: command not found
4296root@teslausb:/home/pi# [Sat Nov 16 18:09:46 2019] dwc2 20980000.usb: new device is high-speed
4297-bash: [Sat: command not found
4298root@teslausb:/home/pi# [Sat Nov 16 18:09:46 2019] dwc2 20980000.usb: new device is high-speed
4299-bash: [Sat: command not found
4300root@teslausb:/home/pi# [Sat Nov 16 18:09:47 2019] dwc2 20980000.usb: new address 26
4301-bash: [Sat: command not found
4302root@teslausb:/home/pi# [Sat Nov 16 18:09:47 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4303-bash: [Sat: command not found
4304root@teslausb:/home/pi# [Sat Nov 16 18:09:47 2019] dwc2 20980000.usb: new device is high-speed
4305-bash: [Sat: command not found
4306root@teslausb:/home/pi# [Sat Nov 16 18:09:47 2019] dwc2 20980000.usb: new device is high-speed
4307-bash: [Sat: command not found
4308root@teslausb:/home/pi# [Sat Nov 16 18:09:47 2019] dwc2 20980000.usb: new address 26
4309-bash: [Sat: command not found
4310root@teslausb:/home/pi# [Sat Nov 16 18:09:47 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4311-bash: [Sat: command not found
4312root@teslausb:/home/pi# [Sat Nov 16 18:09:47 2019] dwc2 20980000.usb: new device is high-speed
4313-bash: [Sat: command not found
4314root@teslausb:/home/pi# [Sat Nov 16 18:09:47 2019] dwc2 20980000.usb: new device is high-speed
4315-bash: [Sat: command not found
4316root@teslausb:/home/pi# [Sat Nov 16 18:09:47 2019] dwc2 20980000.usb: new address 26
4317-bash: [Sat: command not found
4318root@teslausb:/home/pi# [Sat Nov 16 18:09:47 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4319-bash: [Sat: command not found
4320root@teslausb:/home/pi# [Sat Nov 16 18:09:48 2019] dwc2 20980000.usb: new device is high-speed
4321-bash: [Sat: command not found
4322root@teslausb:/home/pi# [Sat Nov 16 18:09:48 2019] dwc2 20980000.usb: new device is high-speed
4323-bash: [Sat: command not found
4324root@teslausb:/home/pi# [Sat Nov 16 18:09:48 2019] dwc2 20980000.usb: new address 26
4325-bash: [Sat: command not found
4326root@teslausb:/home/pi# [Sat Nov 16 18:09:48 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4327-bash: [Sat: command not found
4328root@teslausb:/home/pi# [Sat Nov 16 18:10:41 2019] dwc2 20980000.usb: new device is high-speed
4329-bash: [Sat: command not found
4330root@teslausb:/home/pi# [Sat Nov 16 18:10:41 2019] dwc2 20980000.usb: new device is high-speed
4331-bash: [Sat: command not found
4332root@teslausb:/home/pi# [Sat Nov 16 18:10:41 2019] dwc2 20980000.usb: new address 26
4333-bash: [Sat: command not found
4334root@teslausb:/home/pi# [Sat Nov 16 18:10:41 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4335-bash: [Sat: command not found
4336root@teslausb:/home/pi# [Sat Nov 16 18:10:42 2019] dwc2 20980000.usb: new device is high-speed
4337-bash: [Sat: command not found
4338root@teslausb:/home/pi# [Sat Nov 16 18:10:42 2019] dwc2 20980000.usb: new device is high-speed
4339-bash: [Sat: command not found
4340root@teslausb:/home/pi# [Sat Nov 16 18:10:42 2019] dwc2 20980000.usb: new address 26
4341-bash: [Sat: command not found
4342root@teslausb:/home/pi# [Sat Nov 16 18:10:42 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4343-bash: [Sat: command not found
4344root@teslausb:/home/pi# [Sat Nov 16 18:10:43 2019] dwc2 20980000.usb: new device is high-speed
4345-bash: [Sat: command not found
4346root@teslausb:/home/pi# [Sat Nov 16 18:10:43 2019] dwc2 20980000.usb: new device is high-speed
4347-bash: [Sat: command not found
4348root@teslausb:/home/pi# [Sat Nov 16 18:10:43 2019] dwc2 20980000.usb: new address 26
4349-bash: [Sat: command not found
4350root@teslausb:/home/pi# [Sat Nov 16 18:10:43 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4351-bash: [Sat: command not found
4352root@teslausb:/home/pi# [Sat Nov 16 18:10:43 2019] dwc2 20980000.usb: new device is high-speed
4353-bash: [Sat: command not found
4354root@teslausb:/home/pi# [Sat Nov 16 18:10:43 2019] dwc2 20980000.usb: new device is high-speed
4355-bash: [Sat: command not found
4356root@teslausb:/home/pi# [Sat Nov 16 18:10:43 2019] dwc2 20980000.usb: new address 26
4357-bash: [Sat: command not found
4358root@teslausb:/home/pi# [Sat Nov 16 18:10:43 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4359-bash: [Sat: command not found
4360root@teslausb:/home/pi# [Sat Nov 16 18:10:44 2019] dwc2 20980000.usb: new device is high-speed
4361-bash: [Sat: command not found
4362root@teslausb:/home/pi# [Sat Nov 16 18:10:44 2019] dwc2 20980000.usb: new device is high-speed
4363-bash: [Sat: command not found
4364root@teslausb:/home/pi# [Sat Nov 16 18:10:44 2019] dwc2 20980000.usb: new address 26
4365-bash: [Sat: command not found
4366root@teslausb:/home/pi# [Sat Nov 16 18:10:44 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4367-bash: [Sat: command not found
4368root@teslausb:/home/pi# [Sat Nov 16 18:10:46 2019] dwc2 20980000.usb: new device is high-speed
4369-bash: [Sat: command not found
4370root@teslausb:/home/pi# [Sat Nov 16 18:10:46 2019] dwc2 20980000.usb: new device is high-speed
4371-bash: [Sat: command not found
4372root@teslausb:/home/pi# [Sat Nov 16 18:10:46 2019] dwc2 20980000.usb: new address 26
4373-bash: [Sat: command not found
4374root@teslausb:/home/pi# [Sat Nov 16 18:10:46 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4375-bash: [Sat: command not found
4376root@teslausb:/home/pi# [Sat Nov 16 18:10:46 2019] dwc2 20980000.usb: new device is high-speed
4377-bash: [Sat: command not found
4378root@teslausb:/home/pi# [Sat Nov 16 18:10:46 2019] dwc2 20980000.usb: new device is high-speed
4379-bash: [Sat: command not found
4380root@teslausb:/home/pi# [Sat Nov 16 18:10:46 2019] dwc2 20980000.usb: new address 26
4381-bash: [Sat: command not found
4382root@teslausb:/home/pi# [Sat Nov 16 18:10:46 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4383-bash: [Sat: command not found
4384root@teslausb:/home/pi# [Sat Nov 16 18:10:47 2019] dwc2 20980000.usb: new device is high-speed
4385-bash: [Sat: command not found
4386root@teslausb:/home/pi# [Sat Nov 16 18:10:47 2019] dwc2 20980000.usb: new device is high-speed
4387-bash: [Sat: command not found
4388root@teslausb:/home/pi# [Sat Nov 16 18:10:47 2019] dwc2 20980000.usb: new address 26
4389-bash: [Sat: command not found
4390root@teslausb:/home/pi# [Sat Nov 16 18:10:47 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4391-bash: [Sat: command not found
4392root@teslausb:/home/pi# [Sat Nov 16 18:10:59 2019] dwc2 20980000.usb: new device is high-speed
4393-bash: [Sat: command not found
4394root@teslausb:/home/pi# [Sat Nov 16 18:10:59 2019] dwc2 20980000.usb: new device is high-speed
4395-bash: [Sat: command not found
4396root@teslausb:/home/pi# [Sat Nov 16 18:10:59 2019] dwc2 20980000.usb: new address 26
4397-bash: [Sat: command not found
4398root@teslausb:/home/pi# [Sat Nov 16 18:10:59 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4399-bash: [Sat: command not found
4400root@teslausb:/home/pi# [Sat Nov 16 18:11:42 2019] dwc2 20980000.usb: new device is high-speed
4401-bash: [Sat: command not found
4402root@teslausb:/home/pi# [Sat Nov 16 18:11:42 2019] dwc2 20980000.usb: new device is high-speed
4403-bash: [Sat: command not found
4404root@teslausb:/home/pi# [Sat Nov 16 18:11:42 2019] dwc2 20980000.usb: new address 26
4405-bash: [Sat: command not found
4406root@teslausb:/home/pi# [Sat Nov 16 18:11:42 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4407-bash: [Sat: command not found
4408root@teslausb:/home/pi# [Sat Nov 16 18:11:43 2019] dwc2 20980000.usb: new device is high-speed
4409-bash: [Sat: command not found
4410root@teslausb:/home/pi# [Sat Nov 16 18:11:43 2019] dwc2 20980000.usb: new device is high-speed
4411-bash: [Sat: command not found
4412root@teslausb:/home/pi# [Sat Nov 16 18:11:43 2019] dwc2 20980000.usb: new address 26
4413-bash: [Sat: command not found
4414root@teslausb:/home/pi# [Sat Nov 16 18:11:43 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4415-bash: [Sat: command not found
4416root@teslausb:/home/pi# [Sat Nov 16 18:11:44 2019] dwc2 20980000.usb: new device is high-speed
4417-bash: [Sat: command not found
4418root@teslausb:/home/pi# [Sat Nov 16 18:11:44 2019] dwc2 20980000.usb: new device is high-speed
4419-bash: [Sat: command not found
4420root@teslausb:/home/pi# [Sat Nov 16 18:11:44 2019] dwc2 20980000.usb: new address 26
4421-bash: [Sat: command not found
4422root@teslausb:/home/pi# [Sat Nov 16 18:11:44 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4423-bash: [Sat: command not found
4424root@teslausb:/home/pi# [Sat Nov 16 18:11:44 2019] dwc2 20980000.usb: new device is high-speed
4425-bash: [Sat: command not found
4426root@teslausb:/home/pi# [Sat Nov 16 18:11:44 2019] dwc2 20980000.usb: new device is high-speed
4427-bash: [Sat: command not found
4428root@teslausb:/home/pi# [Sat Nov 16 18:11:44 2019] dwc2 20980000.usb: new address 26
4429-bash: [Sat: command not found
4430root@teslausb:/home/pi# [Sat Nov 16 18:11:44 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4431-bash: [Sat: command not found
4432root@teslausb:/home/pi# [Sat Nov 16 18:11:45 2019] dwc2 20980000.usb: new device is high-speed
4433-bash: [Sat: command not found
4434root@teslausb:/home/pi# [Sat Nov 16 18:11:45 2019] dwc2 20980000.usb: new device is high-speed
4435-bash: [Sat: command not found
4436root@teslausb:/home/pi# [Sat Nov 16 18:11:45 2019] dwc2 20980000.usb: new address 26
4437-bash: [Sat: command not found
4438root@teslausb:/home/pi# [Sat Nov 16 18:11:45 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4439-bash: [Sat: command not found
4440root@teslausb:/home/pi# [Sat Nov 16 18:11:49 2019] dwc2 20980000.usb: new device is high-speed
4441-bash: [Sat: command not found
4442root@teslausb:/home/pi# [Sat Nov 16 18:11:49 2019] dwc2 20980000.usb: new device is high-speed
4443-bash: [Sat: command not found
4444root@teslausb:/home/pi# [Sat Nov 16 18:11:49 2019] dwc2 20980000.usb: new address 26
4445-bash: [Sat: command not found
4446root@teslausb:/home/pi# [Sat Nov 16 18:11:49 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4447-bash: [Sat: command not found
4448root@teslausb:/home/pi# [Sat Nov 16 18:11:50 2019] dwc2 20980000.usb: new device is high-speed
4449-bash: [Sat: command not found
4450root@teslausb:/home/pi# [Sat Nov 16 18:11:50 2019] dwc2 20980000.usb: new device is high-speed
4451-bash: [Sat: command not found
4452root@teslausb:/home/pi# [Sat Nov 16 18:11:50 2019] dwc2 20980000.usb: new address 26
4453-bash: [Sat: command not found
4454root@teslausb:/home/pi# [Sat Nov 16 18:11:50 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4455-bash: [Sat: command not found
4456root@teslausb:/home/pi# [Sat Nov 16 18:12:42 2019] dwc2 20980000.usb: new device is high-speed
4457-bash: [Sat: command not found
4458root@teslausb:/home/pi# [Sat Nov 16 18:12:42 2019] dwc2 20980000.usb: new device is high-speed
4459-bash: [Sat: command not found
4460root@teslausb:/home/pi# [Sat Nov 16 18:12:42 2019] dwc2 20980000.usb: new address 26
4461-bash: [Sat: command not found
4462root@teslausb:/home/pi# [Sat Nov 16 18:12:42 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4463-bash: [Sat: command not found
4464root@teslausb:/home/pi# [Sat Nov 16 18:12:45 2019] dwc2 20980000.usb: new device is high-speed
4465-bash: [Sat: command not found
4466root@teslausb:/home/pi# [Sat Nov 16 18:12:45 2019] dwc2 20980000.usb: new device is high-speed
4467-bash: [Sat: command not found
4468root@teslausb:/home/pi# [Sat Nov 16 18:12:45 2019] dwc2 20980000.usb: new address 26
4469-bash: [Sat: command not found
4470root@teslausb:/home/pi# [Sat Nov 16 18:12:45 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4471-bash: [Sat: command not found
4472root@teslausb:/home/pi# [Sat Nov 16 18:12:48 2019] dwc2 20980000.usb: new device is high-speed
4473-bash: [Sat: command not found
4474root@teslausb:/home/pi# [Sat Nov 16 18:12:48 2019] dwc2 20980000.usb: new device is high-speed
4475-bash: [Sat: command not found
4476root@teslausb:/home/pi# [Sat Nov 16 18:12:48 2019] dwc2 20980000.usb: new address 26
4477-bash: [Sat: command not found
4478root@teslausb:/home/pi# [Sat Nov 16 18:12:48 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4479-bash: [Sat: command not found
4480root@teslausb:/home/pi# [Sat Nov 16 18:12:48 2019] dwc2 20980000.usb: new device is high-speed
4481-bash: [Sat: command not found
4482root@teslausb:/home/pi# [Sat Nov 16 18:12:49 2019] dwc2 20980000.usb: new device is high-speed
4483-bash: [Sat: command not found
4484root@teslausb:/home/pi# [Sat Nov 16 18:12:49 2019] dwc2 20980000.usb: new address 26
4485-bash: [Sat: command not found
4486root@teslausb:/home/pi# [Sat Nov 16 18:12:49 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4487-bash: [Sat: command not found
4488root@teslausb:/home/pi# [Sat Nov 16 18:12:49 2019] dwc2 20980000.usb: new device is high-speed
4489-bash: [Sat: command not found
4490root@teslausb:/home/pi# [Sat Nov 16 18:12:49 2019] dwc2 20980000.usb: new device is high-speed
4491-bash: [Sat: command not found
4492root@teslausb:/home/pi# [Sat Nov 16 18:12:49 2019] dwc2 20980000.usb: new address 26
4493-bash: [Sat: command not found
4494root@teslausb:/home/pi# [Sat Nov 16 18:12:49 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4495-bash: [Sat: command not found
4496root@teslausb:/home/pi# [Sat Nov 16 18:12:49 2019] dwc2 20980000.usb: new device is high-speed
4497-bash: [Sat: command not found
4498root@teslausb:/home/pi# [Sat Nov 16 18:12:49 2019] dwc2 20980000.usb: new device is high-speed
4499-bash: [Sat: command not found
4500root@teslausb:/home/pi# [Sat Nov 16 18:12:50 2019] dwc2 20980000.usb: new address 26
4501-bash: [Sat: command not found
4502root@teslausb:/home/pi# [Sat Nov 16 18:12:50 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4503-bash: [Sat: command not found
4504root@teslausb:/home/pi# [Sat Nov 16 18:12:50 2019] dwc2 20980000.usb: new device is high-speed
4505-bash: [Sat: command not found
4506root@teslausb:/home/pi# [Sat Nov 16 18:12:50 2019] dwc2 20980000.usb: new device is high-speed
4507-bash: [Sat: command not found
4508root@teslausb:/home/pi# [Sat Nov 16 18:12:50 2019] dwc2 20980000.usb: new address 26
4509-bash: [Sat: command not found
4510root@teslausb:/home/pi# [Sat Nov 16 18:12:50 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4511-bash: [Sat: command not found
4512root@teslausb:/home/pi# [Sat Nov 16 18:13:42 2019] dwc2 20980000.usb: new device is high-speed
4513-bash: [Sat: command not found
4514root@teslausb:/home/pi# [Sat Nov 16 18:13:42 2019] dwc2 20980000.usb: new device is high-speed
4515-bash: [Sat: command not found
4516root@teslausb:/home/pi# [Sat Nov 16 18:13:42 2019] dwc2 20980000.usb: new address 26
4517-bash: [Sat: command not found
4518root@teslausb:/home/pi# [Sat Nov 16 18:13:42 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4519-bash: [Sat: command not found
4520root@teslausb:/home/pi# [Sat Nov 16 18:13:45 2019] dwc2 20980000.usb: new device is high-speed
4521-bash: [Sat: command not found
4522root@teslausb:/home/pi# [Sat Nov 16 18:13:45 2019] dwc2 20980000.usb: new device is high-speed
4523-bash: [Sat: command not found
4524root@teslausb:/home/pi# [Sat Nov 16 18:13:45 2019] dwc2 20980000.usb: new address 26
4525-bash: [Sat: command not found
4526root@teslausb:/home/pi# [Sat Nov 16 18:13:45 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4527-bash: [Sat: command not found
4528root@teslausb:/home/pi# [Sat Nov 16 18:14:44 2019] dwc2 20980000.usb: new device is high-speed
4529-bash: [Sat: command not found
4530root@teslausb:/home/pi# [Sat Nov 16 18:14:44 2019] dwc2 20980000.usb: new device is high-speed
4531-bash: [Sat: command not found
4532root@teslausb:/home/pi# [Sat Nov 16 18:14:44 2019] dwc2 20980000.usb: new address 26
4533-bash: [Sat: command not found
4534root@teslausb:/home/pi# [Sat Nov 16 18:14:44 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4535-bash: [Sat: command not found
4536root@teslausb:/home/pi# [Sat Nov 16 18:14:45 2019] dwc2 20980000.usb: new device is high-speed
4537-bash: [Sat: command not found
4538root@teslausb:/home/pi# [Sat Nov 16 18:14:45 2019] dwc2 20980000.usb: new device is high-speed
4539-bash: [Sat: command not found
4540root@teslausb:/home/pi# [Sat Nov 16 18:14:45 2019] dwc2 20980000.usb: new address 26
4541-bash: [Sat: command not found
4542root@teslausb:/home/pi# [Sat Nov 16 18:14:45 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4543-bash: [Sat: command not found
4544root@teslausb:/home/pi# [Sat Nov 16 18:14:58 2019] dwc2 20980000.usb: new device is high-speed
4545-bash: [Sat: command not found
4546root@teslausb:/home/pi# [Sat Nov 16 18:14:58 2019] dwc2 20980000.usb: new device is high-speed
4547-bash: [Sat: command not found
4548root@teslausb:/home/pi# [Sat Nov 16 18:14:58 2019] dwc2 20980000.usb: new address 26
4549-bash: [Sat: command not found
4550root@teslausb:/home/pi# [Sat Nov 16 18:14:58 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4551-bash: [Sat: command not found
4552root@teslausb:/home/pi# [Sat Nov 16 18:14:58 2019] dwc2 20980000.usb: new device is high-speed
4553-bash: [Sat: command not found
4554root@teslausb:/home/pi# [Sat Nov 16 18:14:58 2019] dwc2 20980000.usb: new device is high-speed
4555-bash: [Sat: command not found
4556root@teslausb:/home/pi# [Sat Nov 16 18:14:58 2019] dwc2 20980000.usb: new address 26
4557-bash: [Sat: command not found
4558root@teslausb:/home/pi# [Sat Nov 16 18:14:58 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4559-bash: [Sat: command not found
4560root@teslausb:/home/pi# [Sat Nov 16 18:14:59 2019] dwc2 20980000.usb: new device is high-speed
4561-bash: [Sat: command not found
4562root@teslausb:/home/pi# [Sat Nov 16 18:15:00 2019] dwc2 20980000.usb: new device is high-speed
4563-bash: [Sat: command not found
4564root@teslausb:/home/pi# [Sat Nov 16 18:15:00 2019] dwc2 20980000.usb: new address 26
4565-bash: [Sat: command not found
4566root@teslausb:/home/pi# [Sat Nov 16 18:15:00 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4567-bash: [Sat: command not found
4568root@teslausb:/home/pi# [Sat Nov 16 18:15:01 2019] dwc2 20980000.usb: new device is high-speed
4569-bash: [Sat: command not found
4570root@teslausb:/home/pi# [Sat Nov 16 18:15:01 2019] dwc2 20980000.usb: new device is high-speed
4571-bash: [Sat: command not found
4572root@teslausb:/home/pi# [Sat Nov 16 18:15:01 2019] dwc2 20980000.usb: new address 26
4573-bash: [Sat: command not found
4574root@teslausb:/home/pi# [Sat Nov 16 18:15:01 2019] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
4575-bash: [Sat: command not found
4576root@teslausb:/home/pi# ====== process list and uptime ======
4577-bash: ======: command not found
4578root@teslausb:/home/pi# UID PID PPID C STIME TTY TIME CMD
4579-bash: UID: command not found
4580root@teslausb:/home/pi# root 1 0 0 17:37 ? 00:00:08 /sbin/init fastboot noswap
4581-bash: root: command not found
4582root@teslausb:/home/pi# root 2 0 0 17:37 ? 00:00:00 [kthreadd]
4583-bash: root: command not found
4584root@teslausb:/home/pi# root 6 2 0 17:37 ? 00:00:00 [mm_percpu_wq]
4585-bash: root: command not found
4586root@teslausb:/home/pi# root 7 2 0 17:37 ? 00:00:02 [ksoftirqd/0]
4587-bash: root: command not found
4588root@teslausb:/home/pi# root 8 2 0 17:37 ? 00:00:00 [kdevtmpfs]
4589-bash: root: command not found
4590root@teslausb:/home/pi# root 9 2 0 17:37 ? 00:00:00 [netns]
4591-bash: root: command not found
4592root@teslausb:/home/pi# root 11 2 0 17:37 ? 00:00:00 [khungtaskd]
4593-bash: root: command not found
4594root@teslausb:/home/pi# root 12 2 0 17:37 ? 00:00:00 [oom_reaper]
4595-bash: root: command not found
4596root@teslausb:/home/pi# root 13 2 0 17:37 ? 00:00:00 [writeback]
4597-bash: root: command not found
4598root@teslausb:/home/pi# root 14 2 0 17:37 ? 00:00:00 [kcompactd0]
4599-bash: root: command not found
4600root@teslausb:/home/pi# root 15 2 0 17:37 ? 00:00:00 [crypto]
4601-bash: root: command not found
4602root@teslausb:/home/pi# root 16 2 0 17:37 ? 00:00:00 [kblockd]
4603-bash: root: command not found
4604root@teslausb:/home/pi# root 17 2 0 17:37 ? 00:00:00 [watchdogd]
4605-bash: root: command not found
4606root@teslausb:/home/pi# root 18 2 0 17:37 ? 00:00:00 [rpciod]
4607-bash: root: command not found
4608root@teslausb:/home/pi# root 19 2 0 17:37 ? 00:00:00 [kworker/u3:0-hci0]
4609-bash: root: command not found
4610root@teslausb:/home/pi# root 20 2 0 17:37 ? 00:00:00 [xprtiod]
4611-bash: root: command not found
4612root@teslausb:/home/pi# root 23 2 0 17:37 ? 00:00:06 [kswapd0]
4613-bash: root: command not found
4614root@teslausb:/home/pi# root 24 2 0 17:37 ? 00:00:00 [nfsiod]
4615-bash: root: command not found
4616root@teslausb:/home/pi# root 35 2 0 17:37 ? 00:00:00 [kthrotld]
4617-bash: root: command not found
4618root@teslausb:/home/pi# root 36 2 0 17:37 ? 00:00:00 [iscsi_eh]
4619-bash: root: command not found
4620root@teslausb:/home/pi# root 37 2 0 17:37 ? 00:00:00 [DWC Notificatio]
4621-bash: root: command not found
4622root@teslausb:/home/pi# root 38 2 0 17:37 ? 00:00:00 [vchiq-slot/0]
4623-bash: root: command not found
4624root@teslausb:/home/pi# root 39 2 0 17:37 ? 00:00:00 [vchiq-recy/0]
4625-bash: root: command not found
4626root@teslausb:/home/pi# root 40 2 0 17:37 ? 00:00:00 [vchiq-sync/0]
4627-bash: root: command not found
4628root@teslausb:/home/pi# root 41 2 0 17:37 ? 00:00:00 [vchiq-keep/0]
4629-bash: root: command not found
4630root@teslausb:/home/pi# root 42 2 0 17:37 ? 00:00:00 [SMIO]
4631-bash: root: command not found
4632root@teslausb:/home/pi# root 43 2 0 17:37 ? 00:00:03 [irq/86-mmc1]
4633-bash: root: command not found
4634root@teslausb:/home/pi# root 44 2 0 17:37 ? 00:00:01 [kworker/0:2-xfs-cil/mmcblk0p3]
4635-bash: root: command not found
4636root@teslausb:/home/pi# root 46 2 0 17:37 ? 00:00:00 [mmc_complete]
4637-bash: root: command not found
4638root@teslausb:/home/pi# root 48 2 0 17:37 ? 00:00:00 [jbd2/mmcblk0p2-]
4639-bash: root: command not found
4640root@teslausb:/home/pi# root 49 2 0 17:37 ? 00:00:00 [ext4-rsv-conver]
4641-bash: root: command not found
4642root@teslausb:/home/pi# root 51 2 0 17:37 ? 00:00:00 [ipv6_addrconf]
4643-bash: root: command not found
4644root@teslausb:/home/pi# root 70 1 0 17:37 ? 00:00:03 /lib/systemd/systemd-journald
4645-bash: root: command not found
4646root@teslausb:/home/pi# root 86 2 0 17:37 ? 00:00:09 [kworker/u2:2-events_unbound]
4647-bash: root: command not found
4648root@teslausb:/home/pi# root 101 1 0 17:38 ? 00:00:01 /lib/systemd/systemd-udevd
4649-bash: root: command not found
4650root@teslausb:/home/pi# root 113 2 0 17:38 ? 00:00:00 [SMIO]
4651-bash: root: command not found
4652root@teslausb:/home/pi# root 125 2 0 17:38 ? 00:00:00 [mmal-vchiq]
4653-bash: root: command not found
4654root@teslausb:/home/pi# root 126 2 0 17:38 ? 00:00:00 [mmal-vchiq]
4655-bash: root: command not found
4656root@teslausb:/home/pi# root 128 2 0 17:38 ? 00:00:00 [mmal-vchiq]
4657-bash: root: command not found
4658root@teslausb:/home/pi# root 141 2 0 17:38 ? 00:00:00 [cfg80211]
4659-bash: root: command not found
4660root@teslausb:/home/pi# root 142 2 0 17:38 ? 00:00:00 [brcmf_wq/mmc1:0]
4661-bash: root: command not found
4662root@teslausb:/home/pi# root 143 2 0 17:38 ? 00:00:01 [brcmf_wdog/mmc1]
4663-bash: root: command not found
4664root@teslausb:/home/pi# root 162 2 0 17:38 ? 00:00:00 [xfsalloc]
4665-bash: root: command not found
4666root@teslausb:/home/pi# root 163 2 0 17:38 ? 00:00:00 [xfs_mru_cache]
4667-bash: root: command not found
4668root@teslausb:/home/pi# root 164 2 0 17:38 ? 00:00:00 [xfs-buf/mmcblk0]
4669-bash: root: command not found
4670root@teslausb:/home/pi# root 165 2 0 17:38 ? 00:00:00 [xfs-data/mmcblk]
4671-bash: root: command not found
4672root@teslausb:/home/pi# root 166 2 0 17:38 ? 00:00:00 [xfs-conv/mmcblk]
4673-bash: root: command not found
4674root@teslausb:/home/pi# root 167 2 0 17:38 ? 00:00:00 [xfs-cil/mmcblk0]
4675-bash: root: command not found
4676root@teslausb:/home/pi# root 168 2 0 17:38 ? 00:00:00 [xfs-reclaim/mmc]
4677-bash: root: command not found
4678root@teslausb:/home/pi# root 169 2 0 17:38 ? 00:00:00 [xfs-log/mmcblk0]
4679-bash: root: command not found
4680root@teslausb:/home/pi# root 170 2 0 17:38 ? 00:00:00 [xfs-eofblocks/m]
4681-bash: root: command not found
4682root@teslausb:/home/pi# root 172 2 0 17:38 ? 00:00:00 [jbd2/mmcblk0p4-]
4683-bash: root: command not found
4684root@teslausb:/home/pi# root 173 2 0 17:38 ? 00:00:01 [xfsaild/mmcblk0]
4685-bash: root: command not found
4686root@teslausb:/home/pi# root 174 2 0 17:38 ? 00:00:00 [ext4-rsv-conver]
4687-bash: root: command not found
4688root@teslausb:/home/pi# avahi 219 1 0 17:38 ? 00:00:08 avahi-daemon: running [teslausb.local]
4689-bash: avahi: command not found
4690root@teslausb:/home/pi# root 221 1 0 17:38 ? 00:00:00 /usr/sbin/alsactl -E HOME=/run/alsa -s -n 19 -c rdaemon
4691-bash: root: command not found
4692root@teslausb:/home/pi# message+ 226 1 0 17:38 ? 00:00:01 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
4693-bash: message+: command not found
4694root@teslausb:/home/pi# avahi 230 219 0 17:38 ? 00:00:00 avahi-daemon: chroot helper
4695-bash: avahi: command not found
4696root@teslausb:/home/pi# root 234 1 0 17:38 ? 00:00:00 /lib/systemd/systemd-logind
4697-bash: root: command not found
4698root@teslausb:/home/pi# root 240 1 0 17:38 ? 00:00:00 /sbin/wpa_supplicant -u -s -O /run/wpa_supplicant
4699-bash: root: command not found
4700root@teslausb:/home/pi# root 290 1 0 17:38 ? 00:00:00 /usr/bin/hciattach /dev/serial1 bcm43xx 3000000 flow - b8:27:eb:51:9e:ba
4701-bash: root: command not found
4702root@teslausb:/home/pi# root 291 2 0 17:38 ? 00:00:00 [kworker/u3:2-hci0]
4703-bash: root: command not found
4704root@teslausb:/home/pi# root 296 1 0 17:38 ? 00:00:00 /usr/lib/bluetooth/bluetoothd
4705-bash: root: command not found
4706root@teslausb:/home/pi# root 306 1 0 17:38 ? 00:00:00 wpa_supplicant -B -c/etc/wpa_supplicant/wpa_supplicant.conf -iwlan0 -Dnl80211,wext
4707-bash: root: command not found
4708root@teslausb:/home/pi# root 372 1 0 17:38 ? 00:00:00 /sbin/dhcpcd -q -w
4709-bash: root: command not found
4710root@teslausb:/home/pi# root 388 1 0 17:38 ? 00:00:00 /bin/bash -eu /root/bin/archiveloop
4711-bash: root: command not found
4712root@teslausb:/home/pi# root 390 2 0 17:38 ? 00:00:00 [cifsiod]
4713-bash: root: command not found
4714root@teslausb:/home/pi# root 391 2 0 17:38 ? 00:00:00 [cifsoplockd]
4715-bash: root: command not found
4716root@teslausb:/home/pi# root 396 388 0 17:38 ? 00:00:00 flock -en -E 99 /root/bin/archiveloop /root/bin/archiveloop
4717-bash: root: command not found
4718root@teslausb:/home/pi# root 398 396 0 17:38 ? 00:00:12 /bin/bash -eu /root/bin/archiveloop
4719-bash: root: command not found
4720root@teslausb:/home/pi# root 403 1 0 17:38 ? 00:00:00 /usr/sbin/sshd -D
4721-bash: root: command not found
4722root@teslausb:/home/pi# root 487 1 0 17:38 ? 00:00:00 /usr/sbin/cron -f
4723-bash: root: command not found
4724root@teslausb:/home/pi# root 490 1 0 17:38 ? 00:00:00 /usr/sbin/rngd -r /dev/hwrng
4725-bash: root: command not found
4726root@teslausb:/home/pi# root 498 1 0 17:38 tty1 00:00:00 /sbin/agetty -o -p -- \u --noclear tty1 linux
4727-bash: root: command not found
4728root@teslausb:/home/pi# root 500 1 0 17:38 ? 00:00:00 /sbin/syslogd -C128
4729-bash: root: command not found
4730root@teslausb:/home/pi# root 529 2 0 17:38 ? 00:00:00 [loop0]
4731-bash: root: command not found
4732root@teslausb:/home/pi# root 630 398 0 17:38 ? 00:00:00 /bin/bash -eu /root/bin/archiveloop
4733-bash: root: command not found
4734root@teslausb:/home/pi# root 632 630 0 17:38 ? 00:00:00 sleep 3500
4735-bash: root: command not found
4736root@teslausb:/home/pi# root 1125 2 0 17:43 ? 00:00:09 [kworker/u2:3-events_unbound]
4737-bash: root: command not found
4738root@teslausb:/home/pi# ntp 2249 1 0 17:49 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 109:114
4739-bash: ntp: command not found
4740root@teslausb:/home/pi# root 2291 2 0 17:50 ? 00:00:00 [loop1]
4741-bash: root: command not found
4742root@teslausb:/home/pi# root 2462 2 3 17:50 ? 00:00:48 [file-storage]
4743-bash: root: command not found
4744root@teslausb:/home/pi# root 2900 2 0 17:53 ? 00:00:03 [kworker/0:2H-xfs-log/mmcblk0p3]
4745-bash: root: command not found
4746root@teslausb:/home/pi# root 3700 2 0 17:58 ? 00:00:00 [kworker/0:1H-xfs-log/mmcblk0p3]
4747-bash: root: command not found
4748root@teslausb:/home/pi# root 4193 2 0 18:01 ? 00:00:00 [kworker/0:1-events_power_efficient]
4749-bash: root: command not found
4750root@teslausb:/home/pi# root 4524 2 0 18:03 ? 00:00:00 [kworker/0:0H-mmc_complete]
4751-bash: root: command not found
4752root@teslausb:/home/pi# root 5038 2 0 18:06 ? 00:00:00 [kworker/0:3-events_power_efficient]
4753-bash: root: command not found
4754root@teslausb:/home/pi# root 6038 2 0 18:12 ? 00:00:00 [kworker/0:0-xfs-cil/mmcblk0p3]
4755-bash: root: command not found
4756root@teslausb:/home/pi# root 6209 2 0 18:13 ? 00:00:00 [kworker/u2:0-brcmf_wq/mmc1:0001:1]
4757-bash: root: command not found
4758root@teslausb:/home/pi# root 6430 403 2 18:15 ? 00:00:00 sshd: pi [priv]
4759-bash: root: command not found
4760root@teslausb:/home/pi# pi 6448 1 3 18:15 ? 00:00:00 /lib/systemd/systemd --user
4761-bash: pi: command not found
4762root@teslausb:/home/pi# pi 6451 6448 0 18:15 ? 00:00:00 (sd-pam)
4763-bash: syntax error near unexpected token `('
4764root@teslausb:/home/pi# pi 6468 6430 0 18:15 ? 00:00:00 sshd: pi@pts/0
4765-bash: pi: command not found
4766root@teslausb:/home/pi# pi 6471 6468 3 18:15 pts/0 00:00:00 -bash
4767-bash: pi: command not found
4768root@teslausb:/home/pi# root 6493 6471 0 18:15 pts/0 00:00:00 sudo -i
4769-bash: root: command not found
4770root@teslausb:/home/pi# root 6498 6493 2 18:15 pts/0 00:00:00 -bash
4771-bash: root: command not found
4772root@teslausb:/home/pi# root 6522 6498 0 18:15 pts/0 00:00:00 /bin/bash -eu /root/bin/setup-teslausb diagnose
4773-bash: root: command not found
4774root@teslausb:/home/pi# root 6523 6522 0 18:15 pts/0 00:00:00 flock -en -E 99 /root/bin/setup-teslausb /root/bin/setup-teslausb diagnose
4775-bash: root: command not found
4776root@teslausb:/home/pi# root 6524 6523 1 18:15 pts/0 00:00:00 /bin/bash -eu /root/bin/setup-teslausb diagnose
4777-bash: root: command not found
4778root@teslausb:/home/pi# root 6540 6524 3 18:15 pts/0 00:00:00 /bin/bash -eu /root/bin/setup-teslausb diagnose
4779-bash: root: command not found
4780root@teslausb:/home/pi# root 6541 6524 0 18:15 pts/0 00:00:00 tr \r \n
4781-bash: root: command not found
4782root@teslausb:/home/pi# root 6542 6524 0 18:15 pts/0 00:00:00 sed /^ *$/d
4783-bash: root: command not found
4784root@teslausb:/home/pi# root 6543 6524 0 18:15 pts/0 00:00:00 grep -a -v ^Reading package lists
4785-bash: root: command not found
4786root@teslausb:/home/pi# root 6544 6524 0 18:15 pts/0 00:00:00 grep -a -v ^(Reading database
4787-bash: syntax error near unexpected token `('
4788root@teslausb:/home/pi# root 6545 6524 0 18:15 pts/0 00:00:00 grep -a -v ^Adding 'diversion of
4789> root 6549 6524 0 18:15 pts/0 00:00:00 grep -a -v ^Removing 'diversion of
4790-bash: root: command not found
4791root@teslausb:/home/pi# root 6550 6524 0 18:15 pts/0 00:00:00 sed -E s/\o033\[0;32m//
4792-bash: root: command not found
4793-bash: 32m//: No such file or directory
4794root@teslausb:/home/pi# root 6551 6524 1 18:15 pts/0 00:00:00 sed -E s/\o033\[0m//
4795-bash: root: command not found
4796root@teslausb:/home/pi# root 6566 101 5 18:15 ? 00:00:00 /lib/systemd/systemd-udevd
4797-bash: root: command not found
4798root@teslausb:/home/pi# root 6576 101 3 18:15 ? 00:00:00 /lib/systemd/systemd-udevd
4799-bash: root: command not found
4800root@teslausb:/home/pi# root 6577 101 7 18:15 ? 00:00:00 /lib/systemd/systemd-udevd
4801-bash: root: command not found
4802root@teslausb:/home/pi# root 6578 101 4 18:15 ? 00:00:00 /lib/systemd/systemd-udevd
4803-bash: root: command not found
4804root@teslausb:/home/pi# root 6594 398 0 18:15 ? 00:00:00 sleep 1
4805-bash: root: command not found
4806root@teslausb:/home/pi# root 6602 6540 0 18:15 pts/0 00:00:00 ps -eaf
4807-bash: root: command not found
4808root@teslausb:/home/pi# teslausb has been up 37 minutes. System time is Sat 16 Nov 18:15:27 GMT 2019
4809-bash: teslausb: command not found
4810root@teslausb:/home/pi# ====== end of diagnostics ======