Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

blueharford

Members
  • Joined

  • Last visited

Everything posted by blueharford

  1. ============================================================ ERROR: Permission denied writing to data directory! ============================================================ Directory: /app/data Please fix permissions on the host: chmod -R 777 /mnt/user/appdata/cv-manager Or create the directory with correct ownership: mkdir -p /mnt/user/appdata/cv-manager/data chown -R 1001:1001 /mnt/user/appdata/cv-manager ============================================================ Data directory: /app/data Database path: /app/data/cv.db looks like it doesnt work with unraids permissions. shouldnt need 777 thats bad security
  2. getting this when running the admin one Database does not exist: /app/data/cv.db In public-only mode, the database must already exist (created by admin container). Data directory: /app/data Database path: /app/data/cv.db Auto-detected read-only filesystem, running in public-only mode
  3. @ich777 are you able to build the plugin with the runtime and daemon? im eager to test
  4. @ich777 here you go, its not RIGHT after the install, but it is after install while everything is still there and getting docker errors because of the missing daemon tower-diagnostics-20250424-1402.zip
  5. @ich777 does your plugin install the driver and the runtime? https://github.com/memryx/MemryX_eXamples/discussions/1#discussioncomment-12581992
  6. so it seems its not working still. im asking the developer what i can test locally. i see the card now after re-installing your steps in /dev/memx0 but it wont work on the docker side
  7. @ich777 it didnt work here is a screenshot of lshw showing that it was unclaimed
  8. @ich777 you are the man. My module gets delivered tomorrow. i ran through all your sets. so once it gets here, i'll install reboot and check back
  9. @ich777 would you be willing to put this together or give me some guidance? I see you’ve made quite a few
  10. How could i go about creating a plugin that did this install https://developer.memryx.com/deb/install.sh and if needed install a driver https://github.com/memryx/mx3_driver_pub ? looking for someone with experience on creating a plugin currently and what i would have to do,
  11. @JorgeB running had to --force it. will report back with diag when done
  12. @JorgeB sorry missed that root@Tower:~# btrfs device remove missing /mnt/cache ERROR: error removing device 'missing': unable to go below two devices on raid1 WARNING: Multiple block group profiles detected, see 'man btrfs(5)' WARNING: Data: single, raid1 root@Tower:~# btrfs balance start -dconvert=raid1,soft -mconvert=raid1,soft /mnt/cache ERROR: error during balancing '/mnt/cache': Invalid argument There may be more info in syslog - try dmesg | tail root@Tower:~# dmesg | tail [17638.027385] BTRFS error (device nvme0n1p1): balance: invalid convert data profile raid1 root@Tower:~#
  13. @JorgeB should i stop the array before running that?
  14. done tower-diagnostics-20250228-1411.zip
  15. devid 1 size 0 used 0 path MISSING is the one thats gone. /dev/nvme1n1p1 is the new disk im trying to add in.
  16. @JorgeB Label: none uuid: 29071009-56d4-4d38-917b-b20d40b64e46 Total devices 2 FS bytes used 222.82GiB devid 1 size 0 used 0 path MISSING devid 2 size 1.82TiB used 229.91GiB path /dev/nvme0n1p1 Label: none uuid: e2c24bd7-283c-459e-beb9-73ffd904e916 Total devices 1 FS bytes used 63.88GiB devid 1 size 150.00GiB used 111.00GiB path /dev/loop2 Label: none uuid: 221cc4f9-6146-41eb-a782-4a9a15c6bc64 Total devices 1 FS bytes used 154.00GiB devid 1 size 1.82TiB used 156.02GiB path /dev/nvme1n1p1
  17. i went to swap out drives with newer bigger drives. 512 -> 2TB. i removed one, added a 2TB worked fine tried to remove the last and replace with other 2TB and i get the error to many missing wrong devices. ive tried unassigning, start, stop, reassign, stop and it just keeps with the same error. when i do a newconfig i get this error popup and it doesnt add the drive. Warning [TOWER] - Cache pool BTRFS missing device(s) Notice [TOWER] - Cache disk returned to normal operation tower-diagnostics-20250228-1119.zip
  18. im at 84% in 22 days. fix common problems suggested i post my diagnostics here and see if anyone can help. can someone point me in the right direction? tower-diagnostics-20250201-1935.zip
  19. how can i go and get this driver installed? https://github.com/intel/linux-npu-driver/releases i want to be able to use the NPU with docker containers, but it requires the driver be installed on the host first, like the coral device.
  20. im getting this error. can anyone help? WARN Unable to load properties from '/usr/lib/unifi/data/system.properties' - /usr/lib/unifi/data/system.properties (No such file or directory) Exception in thread "Thread-14" com.ui.analytics.Object.C.B: Failed to send crash reports or parse response at com.ui.analytics.Object.C.A.super.o00000(HttpAnalyticsTransport.java:63) at com.ui.analytics.new.oOOO.J.Ô00000(CrashReportBatchingClient.java:72) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: java.net.UnknownHostException: crash-report-service.svc.ui.com at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:572) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) at java.base/java.net.Socket.connect(Socket.java:633) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:304) at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:178) at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:533) at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:638) at java.base/sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:266) at java.base/sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:380) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:193) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1241) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1127) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:179) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1450) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1421) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java:220) at com.ui.analytics.Object.C.A.OoOO.o00000(HttpSender.java:47) at com.ui.analytics.Object.C.A.OoOO.Ó00000(HttpSender.java:34) at com.ui.analytics.Object.C.A.super.o00000(HttpAnalyticsTransport.java:56) ... 2 more

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.