Changes between Version 162 and Version 163 of ProblemHotlist


Ignore:
Timestamp:
Aug 8, 2024, 7:22:05 PM (2 months ago)
Author:
jmroot (Joshua Root)
Comment:

add readonly database error

Legend:

Unmodified
Added
Removed
Modified
  • ProblemHotlist

    v162 v163  
    22
    33[[PageOutline(1-3,Table of Contents,inline)]]
     4
     5== sqlite error: attempt to write a readonly database == #readonlydb
     6
     7You may get this error after updating to a new MacPorts version. Write permissions to the registry database are needed in order to update it. Running any port command once as root will allow the update to succeed, and after that things should work normally. For example:
     8{{{
     9sudo port outdated
     10}}}
     11
     12'''Ticket:''' #70511
    413
    514== Certificate expired messages when accessing web sites encrypted by Let's Encrypt certificates == #letsencrypt