Re: pkgin needs root permission on arm64?
Lloyd Parkes <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.arm |
|---|---|
| Message-ID | <7861b1a20f8759594ebeafd82e2097d907005f64.camel@must-have-coffee.gen.nz> |
On Sat, 2024-07-20 at 19:11 -0500, Ted Spradley wrote: > I just stumbled on something that surprised me. On amd64 I can do > 'pkgin list' or 'pkgin search' as my ordinary user, but on OrangePi > 5+ > it requires root permission, and the error message is not very > helpful. > Is there something I'm not understanding? It sounds like a file permission problem on the SQLite database that pkgin uses. Compare the output from "ls -la /var/db/pkgin/" on the two systems. Also double check that you are running the same version of pkgin on both systems with "pkg_info pkgin" because there might just be a bug in pkgin. Ngā mihi, Lloyd