[Freedombox-pkg-team] Bug#840988: plinth: Unable to access sqlit3 db after remove --purge ttrss

James Valleroy jvalleroy at mailbox.org
Mon Jan 23 00:07:56 UTC 2017


On Sun, 16 Oct 2016 12:33:13 -0400 stephen mahood <mv at glocal.coop> wrote:
> inorder to reinstall from plinth I ran 
> marxistvegan at freedombox:~$ sudo echo 'UPDATE plinth_module SET setup_version=0 WHERE name="ttrss";' | sqlite3 /var/lib/plinth/plinth.sqlite3
> Error: unable to open database "/var/lib/plinth/plinth.sqlite3": unable to open database file
> marxistvegan at freedombox:~$ 

Need to move the sudo in front of the sqlite3 command:
$ echo 'UPDATE plinth_module SET setup_version=0 WHERE name="ttrss";' |
sudo sqlite3 /var/lib/plinth/plinth.sqlite3

Could you confirm if this is still an issue?

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/freedombox-pkg-team/attachments/20170122/c4e76868/attachment.sig>


More information about the Freedombox-pkg-team mailing list