Everything posted by realies
-
Soulseek Dockers
Just to let you know, the Docker image has just been refactored and updated. It now uses the latest ubuntu image and noVNC package, TigerVNC to scale according to the browser viewport, deprecates the `resolution` and `resize` configuration parameters, and adds parameters to reconfigure the default umask, VNC server password and time zone.
-
Guest has not initialised the display (yet)
Where did you install qm from? Edit: recreating the VM also fixes it, as mentioned above.
-
[Plugin] CA User Scripts
@JoeUnraidUser, thanks for figuring it out, will try it out with lower case day of the week.
-
[Plugin] CA User Scripts
Setting scripts to run at a custom cron interval (e.g. 0 6 * * MON) does not work. Is there a missing dependency?
-
Soulseek Dockers
@ridge, if you have a look at the readme in the repository, the variables for setting user and group ID are not in capital letters.
-
Soulseek Dockers
@cen you might have swapped the container/host ports. https://docs.docker.com/config/containers/container-networking/ Also, the folder mapping seems wrong. Please refer to the README.
-
Soulseek Dockers
@cen, are you sure you are trying to access the container at the configured port?
-
[6.8.2] Rebooting Windows 10 VM made unRAID hang
Upon a manual stop/start, the disks had lost their assignments. This is the second time disk assignments have been lost due to a hang. The hardware is: AMD Ryzen 1700 @ 3.8GHz AsRock X370 Taichi Crucial 4 x 16GB ECC @ 2400MHz NVIDIA GeForce GTX 1050 Ti AMD Radeon RX 580 Kingston SV300 120GB Samsung 850 EVO 500GB Samsung 960 PRO 512GB 32TB Mixed Drive Array Corsair HX1000i Fractal Design Define R5 The RX 580 and NVME drive are assigned to the Windows 10 VM, could the AMD card be related?
-
Soulseek Dockers
@iilied, you might want to reduce the auto-save period to a lower value than the default 60 to make Soulseek save its config. @ridge, just pushed an new build allowing for correct ownership using the pgid/puid environment variable pattern. Volume mount mapping and File Sharing settings within Soulseek need to be updated.
-
High Memory Usage Alert
@limetech any plans for something like this to be implemented?
-
Dynamix - V6 Plugins
Thanks for pointing out the correct unRAID terminology. I have not used 82% of the available space and it is impossible to use 18.9 TB of a 9 TB total array size. Before adding the new drives the total space used percentage was at 55%, when the new drives were added it jumped to 82% during the clearing stage.
-
Dynamix - V6 Plugins
Disk array size and free size calculation seems to be wrong during the pre-clearing of new drives in the array.
-
[Plugin] Corsair PSU Statistics
Not sure what do you mean with the hub, but the PSU has to be connected to the system via USB in some way.
-
[Plugin] Corsair PSU Statistics
@LintHart, generally all PSUs that work with Corsair Link should work with this plugin as long as their hardware ID is added to the supported devices.
-
[Plugin] Corsair PSU Statistics
@sameranio, you need to satisfy all dependencies, maybe compile in a Linux VM that already has compiling tools installed? Otherwise, DevTools is an option.
-
[Plugin] Corsair PSU Statistics
@sameranio, wrong repository address, I've updated my post.
-
[Plugin] Corsair PSU Statistics
Hey @sameranio, could you please test if this branch has an expected output based on your device id? You might have to compile in a glibc/gcc environment to satisfy all headers. git clone -b feature-ax860i https://github.com/realies/corsairmi cd corsairmi make ./corsairmi
-
[Plugin] Corsair PSU Statistics
@jtmsrl, does it have a USB interface?
-
[Plugin] Corsair PSU Statistics
Credits to github/notaz for taking the time to reverse engineer the USB messages. Feel free to publish it on CA. Not sure what you mean by "make it compatible with the watercooling AIO's"...
-
Telegram Bot Notifications
Just seeing this now. I am still using the plugin without any issues, can someone report if there's anything wrong? RE: Adding ChatID/Token text fields, am not aware this is currently possible with the way NotificationAgents.xml is parsed, perhaps @bonienl can shed some light on this?
-
Soulseek Dockers
@ridge, there's an issue regarding this in the source repository with a discussion on a potential fix, but I have not found time yet to work on it... it will eventually get fixed.
-
Telegram Bot Notifications
@Ashe , did some bug fixes that can be seen here. Did retest in a clean environment and can't replicate the issue you were having. Feel free to test it yourself (note you also have to remove /boot/config/plugins/dynamix/notifications/agents/Telegram.sh if you do change NotificationAgents.xml). Pretty sure @limetech will merge the changes for the next release.
-
Telegram Bot Notifications
@limetech, following this up from: @Ashe, as you can see from here, the script checks if the `chatid` file does not exist and if it doesn't it asks the Telegram API for the latest bot updates, expecting to find a message from the user in there that would get the chat id to the `chatid` file. I have recently noticed that the timestamp on the files generated by this script updates everytime an update has come through, which is something I would not expect. Will do a revision in the following days.
-
[Plugin] Corsair PSU Statistics
Might get to it at some point when I get to that version, feel free to do a PR if you want it sooner.
-
[Plugin] Corsair PSU Statistics
@rix, what does it take?