Everything posted by blueharford
-
[Support] CV Manager / Resume Builder
============================================================ 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
-
[Support] CV Manager / Resume Builder
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
-
Creating a Plugin?
@ich777 are you able to build the plugin with the runtime and daemon? im eager to test
-
Creating a Plugin?
@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
-
Creating a Plugin?
@ich777 does your plugin install the driver and the runtime? https://github.com/memryx/MemryX_eXamples/discussions/1#discussioncomment-12581992
-
Creating a Plugin?
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
-
Creating a Plugin?
-
Creating a Plugin?
@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
-
Creating a Plugin?
@ich777 would you be willing to put this together or give me some guidance? I see you’ve made quite a few
-
Creating a Plugin?
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,
-
Wrong Pool State cache - too many missing/wrong devices
@JorgeBthank you! that worked!
-
Wrong Pool State cache - too many missing/wrong devices
@JorgeB running had to --force it. will report back with diag when done
-
Wrong Pool State cache - too many missing/wrong devices
@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:~#
-
Wrong Pool State cache - too many missing/wrong devices
@JorgeB should i stop the array before running that?
-
Wrong Pool State cache - too many missing/wrong devices
done tower-diagnostics-20250228-1411.zip
-
Wrong Pool State cache - too many missing/wrong devices
devid 1 size 0 used 0 path MISSING is the one thats gone. /dev/nvme1n1p1 is the new disk im trying to add in.
-
Wrong Pool State cache - too many missing/wrong devices
@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
-
Wrong Pool State cache - too many missing/wrong devices
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
-
/var/logs filling up in less than a month
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
-
Intel NPU drivers installed
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.
-
[Support] - Unifi-Controller: Unifi. Unraid. Reborn.
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