Everything posted by pross
-
[SUPPORT] wupasscat's Template Repository
Also, all other apps look like they use nobody user, this one is using root user.
-
[SUPPORT] wupasscat's Template Repository
I removed the app, and removed its whole folder under /mnt/user/appdata and reinstalled. Error remains. root@Tower:/mnt/user/appdata# ls -l meshmonitor/ total 0 drwxr-xr-x 1 root root 18 Dec 17 18:06 logs/ drwxr-xr-x 1 root root 80 Dec 17 18:06 scripts/
-
[SUPPORT] wupasscat's Template Repository
App MeshMonitor does not start [ERROR] DATABASE STARTUP ERROR [ERROR] ═══════════════════════════════════════════════════════════ [ERROR] Failed to access database directory or file [ERROR] [ERROR] Database path: /data/meshmonitor.db [ERROR] Database directory: /data [ERROR] [ERROR] PERMISSION DENIED - The database directory or file is not writable. [ERROR] [ERROR] For Docker deployments: [ERROR] 1. Check that your volume mount exists and is writable [ERROR] 2. Verify permissions on the host directory: [ERROR] chmod -R 755 /path/to/your/data/directory [ERROR] 3. Example volume mount in docker-compose.yml: [ERROR] volumes: [ERROR] - ./meshmonitor-data:/data [ERROR] [ERROR] For bare metal deployments: [ERROR] 1. Ensure the data directory exists and is writable: [ERROR] mkdir -p /data [ERROR] chmod 755 /data [ERROR] ═══════════════════════════════════════════════════════════ file:///app/dist/services/database.js:109 throw new Error(`Database directory access check failed: ${err.message}`); ^ Error: Database directory access check failed: EACCES: permission denied, access '/data' at new DatabaseService (file:///app/dist/services/database.js:109:19) at file:///app/dist/services/database.js:3578:16 at ModuleJob.run (node:internal/modules/esm/module_job:343:25) at async onImport.tracePromise.__proto__ (node:internal/modules/esm/loader:665:26) at async asyncRunEntryPointWithESMLoader (node:internal/modules/run_main:117:5) Node.js v22.21.1
-
Unraid OS Version 7.2.0-rc.1 available
Updated from b3 to rc1 with no issues at all! Also, this was my 1st successful reboot! Normally my system hangs on the reboot and I have to manually power it off/on to get it past that but today it just rebooted so whatever changed there, thanks! 🙂
-
Unraid 7.1 super high dockerd load
I upgraded from stable to rc1 a while back then rc2 and rc3 when they became available. When running rc3 I noticed my NAS was attempting takeoff with fan noise. On logging in and running htop the screen was just filled with dockerd 100% processes, the server load was 20+ I only have six docker "apps" running and one tiny vm but the ammount of dockerd instances was way more than that. I have since rolled back to 7.0.1 and everything is normal again.
-
[Support] kilrah/nextcloud-ffmpeg with pdlib
Fresh install of the app After adding uername and clicking install Error Your data directory is readable by other users. Please change the permissions to 0770 so that the directory cannot be listed by other users.