Pavin Joseph

Results 21 comments of Pavin Joseph

`/usr/bin/entrypoint` in container (read-only) is mapped to `/usr/local/bin/distrobox-init` in the host. After the upgrade, do you still have that file on the host? What's the output of: `ls -lh /usr/local/bin/...

@lgdsgd2000 The `/usr/bin/..` path is used when installing from the official repos. Otherwise when running the install script from Github the path would be `/usr/local/bin/..` Please post the output of:...

@quazar-omega Try removing it directly using podman: ``` podman start podman exec rm /var/lib/pacman/db.lck # or to get a shell podman exec -it bash ```

@quazar-omega Ah, I should've seen this coming as distrobox uses a custom entrypoint. Try this: ``` podman unshare podman mount # cd into the mounted filesystem and make changes podman...

@quazar-omega Strange, perhaps we can glean some useful info from the following outputs: ``` distrobox enter --verbose podman logs -f podman cp :/var/log/pacman.log - ```

@quazar-omega It would've been better to have the logs after deleting the `db.lck` file manually and trying to enter distrobox. Have a look at `distrobox-init` which is the default entrypoint...

@as-muncher Strange, it shouldn't happen with zypperoni. 🤖

@mwt Thanks, I moved to your repo 💯 @shiftkey repo should be hidden away in the docs with a warning not to use other than for mirrors. 📜

I'm having the same issues with kernel 6.13. 😭 P4 warnings: ``` Feb 21 08:15:06 suse-pc kernel: WARNING: CPU: 11 PID: 5479 at fs/bcachefs/btree_iter.c:3028 bch2_trans_srcu_unlock+0x11d/0x130 [bcachefs] Feb 21 08:15:06 suse-pc...

@koverstreet Still hanging with bcachefs `1.25.1` and kernel `6.15.8`. 🦥 There appears to be some improvement after force fsck'ing with `-pfk` flags, but problem recurs after some time under heavy...