View Single Post
Old 01-14-2025, 06:18 PM   #317
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 47,386
Karma: 171313058
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
I opened a SSH session and ran the rename.sh script. The two files could not be found so nothing was done and then my session was dumped when my Kindle restarted. after the restart, the otaupd.bck and otav3.bck files were still sitting there. The error message was something like:
Code:
mv: can't rename 'otaupd': No such file or directory
mv: can't rename 'otav3': No such file or directory
.
Code:
#!/bin/sh
mntroot rw
cd /usr/bin
mv otaupd otaupd.bck
mv otav3 otav3.bck
mntroot ro
reboot

Last edited by DNSB; 01-14-2025 at 06:21 PM. Reason: Edit: I connected from KOReader since the USBNet connection wouldn't let me connect.
DNSB is offline   Reply With Quote