-
-
Notifications
You must be signed in to change notification settings - Fork 5
Closed as not planned
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
Every database that i have tried to edit was "readonly". From another similar program for editing sqlite db in docker i edited my table without any problem. Of course, all my db had 777 rights and respectful owner for this test (externally). Internal:
-rwxrwxrwx 1 1026 messagebus 11558912 May 12 21:44 db.db
this is default, i did not touch it.
As always, your image is absolutely unusable, linuxserver. And as always, you will do nothing to fix it. But i will provide more information anyway.
Expected Behavior
Database should not be readonly.
Steps To Reproduce
Try to edit 1 database at least... Try testing your images first!
Environment
- OS: DSM 6
- How docker service was installed:
CPU architecture
x86-64
Docker creation
version: "2.1"
services:
sqlitebrowser:
image: lscr.io/linuxserver/sqlitebrowser:3.12.2
container_name: sqlite
environment:
PUID: 1026
PGID: 65539
CUSTOM_USER: "admin"
PASSWORD: "admin"
FM_HOME: /data
volumes:
- /config:/config:rw
- /data:/data/subdir1:rw
ports:
- 3000:3000
restart: unless-stopped
### Container logs
```bash
Why? You will ignore this issue anyway.
[migrations] started
[migrations] no migrations found
───────────────────────────────────────
██╗ ███████╗██╗ ██████╗
██║ ██╔════╝██║██╔═══██╗
██║ ███████╗██║██║ ██║
██║ ╚════██║██║██║ ██║
███████╗███████║██║╚██████╔╝
╚══════╝╚══════╝╚═╝ ╚═════╝
Brought to you by linuxserver.io
───────────────────────────────────────
To support the app dev(s) visit:
DB Browser for SQLite: https://www.patreon.com/db4s
To support LSIO projects visit:
https://www.linuxserver.io/donate/
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID: 1026
User GID: 65539
───────────────────────────────────────
[custom-init] No custom files found, skipping...
[ls.io-init] done.
Openbox-Message: Failed to open the display from the DISPLAY environment variable.
_XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created.
Xvnc KasmVNC 1.1.0 - built Apr 29 2023 18:51:48
Copyright (C) 1999-2018 KasmVNC Team and many others (see README.me)
See http://kasmweb.com for information on KasmVNC.
Underlying X server release 12014000, The X.Org Foundation
Obt-Message: Xinerama extension is not present on the server
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-abc'
2023-05-12 22:13:44,531 [INFO] websocket 0: got client connection from 127.0.0.1
2023-05-12 22:13:44,557 [PRIO] Connections: accepted: @172.28.0.1_1683929624.532791::websocket
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done