Everything posted by IGHOR
-
Unraid API Error - CLOUD: Client Closed Connection
unraid-api restart and unregister/register didn't help
-
[Plugin] NUT v2 - Network UPS Tools
-
[Plugin] NUT v2 - Network UPS Tools
Yes, I did exactly this. I was expecting to do it once only thats why I made no scripts for that. I hope I'll not need to do it and plugin dev will release update, or plugin dev share his build steps. Anyway I'm with unRAID for a long time, and if it is really needed I can make automated updates for this plugin.
-
[Plugin] NUT v2 - Network UPS Tools
It not written, you need to replace result binaries in the previous version of txz package.
-
[Plugin] NUT v2 - Network UPS Tools
-
[Plugin] NUT v2 - Network UPS Tools
You need to find out those values for your ups default.battery.voltage.high = default.battery.voltage.low = default.battery.voltage.nominal =
-
[Plugin] NUT v2 - Network UPS Tools
I think nut can't get those values from some UPS And driver calculate it by voltage, and if you calibrate nut and define high/low voltages it will show % and runtime left
-
[Plugin] NUT v2 - Network UPS Tools
I tested and it survived reboot, also here is updated file with some fixes. How to install: 1) copy the attached file and replace it in the folder /boot/config/plugins/nut 2) reboot It will remain to be the same plugin, but with newer nut v2.7.4.1 for usb devices only. Once plugin dev update it officially, it will be upgraded natively nut-2.7.4.20200318-x86_64-1.txz
-
[Plugin] NUT v2 - Network UPS Tools
I think you need just copy the file 'nut-2.7.4.1.20210620-x86_64-1.txz' attached in my message to folder /boot/config/plugins/nut And reboot server, it may use latest version of nut instead of old one. If it not works this way, replace existing nut-2.7.4... file in folder /boot/config/plugins/nut by my file and reboot
-
[Plugin] NUT v2 - Network UPS Tools
I fixed it, maybe it is just enough to put the file to this folder /boot/config/plugins/nut Or replace existing one. Anyway if extracted to root, it starts working instantly. So everything is working fine with nut compiled from latest sources. There should be nothing that stops plugin dev to release an update. Here is a right commands to compile nut to run on unRAID: apt update && apt install ca-certificates freeipmi git libusb-dev autoconf automake make libtool python --no-install-recommends -y git clone --depth 1 https://github.com/networkupstools/nut.git && cd nut ./autogen.sh ./configure --enable-strip --runstatedir=/var/run/nut --with-pidpath=/var/run/nut --with-usb --datarootdir=/usr/share/nut --bindir=/usr/bin --sbindir=/usr/sbin --prefix=/ --sysconfdir=/etc/nut --libexecdir=/usr/libexec/nut --libdir=/usr/lib64 --with-drvpath=/usr/libexec/nut && make -j `nproc` && make install nut-2.7.4.1.20210620-x86_64-1.txz
-
[Plugin] NUT v2 - Network UPS Tools
Actually latest compilation of nut is working. It is possible parsing problem in the plugin code, not nut itself In command line it works root@unRAID:/# upsc [email protected] battery.voltage: 27.30 device.type: ups driver.flag.noscanlangid: enabled driver.flag.novendor: enabled driver.name: nutdrv_qx driver.parameter.langid_fix: 0x0409 driver.parameter.pollfreq: 30 driver.parameter.pollinterval: 2 driver.parameter.port: auto driver.parameter.productid: 0000 driver.parameter.protocol: hunnox driver.parameter.synchronous: no driver.parameter.vendorid: 0001 driver.version: 2.7.4.1 driver.version.data: Hunnox 0.01 driver.version.internal: 0.30 input.frequency: 49.6 input.voltage: 217.0 input.voltage.fault: 0.0 output.voltage: 220.0 ups.beeper.status: disabled ups.delay.shutdown: 60 ups.delay.start: 0 ups.load: 13 ups.productid: 0000 ups.status: OL ups.temperature: 29.0 ups.type: offline / line interactive ups.vendorid: 0001
-
[Plugin] NUT v2 - Network UPS Tools
I built latest nut sources for unRAID with usb support only. Here is steps to build it on ubuntu/debian: apt update && apt install ca-certificates freeipmi git libusb-dev autoconf automake make libtool python --no-install-recommends -y git clone --depth 1 https://github.com/networkupstools/nut.git && cd nut ./autogen.sh ./configure --enable-strip --with-usb --datarootdir=/usr/share/nut --bindir=/usr/bin --sbindir=/usr/sbin --prefix=/ --sysconfdir=/etc/nut --libexecdir=/usr/libexec/nut --runstatedir=/var/run/nut --libdir=/usr/lib64 --with-drvpath=/usr/libexec/nut && make -j `nproc` && make install
-
Web authorization often lost
This bug appears since unRAID implemented web login. I do have 32 docker containers in my unRAID server. Here is a steps I'm doing: Login to unRAID web interface Visit Docker tab After that Docker tab completely loaded, but become frozen, I can't click anything. It happens not every time, but often. And when I refresh page it asks to login again. It is really annoying, please fix that. My browser is Safari, macOS latest x86_64 Overall loosing of authorization happens time to time. It is also annoying when I can see a authorization interface inside of multiple web frames in the UI. julynas-diagnostics-20210610-1457.zip
-
[Plugin] DVB-Driver
Thats awesome! Thanks!
-
[Plugin] DVB-Driver
Thats nice, but is there a chance you may not be able to do it some times? I mean we could get long delays in some reasons. Can you make build fully automated once new version released without your interaction?
-
[Plugin] DVB-Driver
Logitech Webcam C170 I mean can I install single driver for my device from libreelec and another single webcam driver from DigitalDevices? Hm, as I remember while used 6.9.0 I had kernel version 5.10.21, so with updating to 6.9.1 no kernel version changed. Maybe I'm mistaken, but anyway 6.9.1 working fine for me with that DVB plugin (libreelec) right now.
-
[Plugin] DVB-Driver
My DVB card works fine with Libreelec, but WebCam doesn't Also with Digital Devices WebCam works fine, but DVB not. Is there a way to install selected drivers only? PS: by the way, updated to 6.9.1, since kernel version is the same, everything works fine as before for my card Hauppauge WinTV-dualHD DVB (except webcam of course).
-
Speedtest.net for unRAID 6.1+
Looks like your file /boot/config/plugins/speedtest/speedtest.xml is corrupted. You can just remove it, it is the history of speedtest. It will create new one.
-
Unraid OS version 6.8.0-rc series has started
Thank you, it is very nice channel. I didn't know that it is possible to use Time Machine with SMB directly using unRAID
-
Unraid OS version 6.8.0-rc series has started
Thanks, but I don't think it is related to unRAID. I got the answer I asked about AFP, my mistake was that I googled AFC instead, so I found nothing.
-
Unraid OS version 6.8.0-rc series has started
I tried it some time ago, many tries. I got never finished my Time Machine backup over SMB this way. Well, will do it in other way.
-
Unraid OS version 6.8.0-rc series has started
Thanks, but it says AFP won't work on APFS volume that have no relation to unRAID. Time Machine remains to work on AFP in Time Capsule, so why to remove it from unRAID? Here is confirmation that AFP is deprecated https://developer.apple.com/library/archive/documentation/FileManagement/Conceptual/APFS_Guide/FAQ/FAQ.html
-
Unraid OS version 6.8.0-rc series has started
I can't find any information about this. And why would Apple reject own protocol in favor of Microsoft's protocol?
-
Unraid OS version 6.8.0-rc series has started
Can someone explain why AFP become deprecated?
-
Update your BIOS
No. I have no BIOS updates since 2012 I have just tried to update unRAID again. And in 6.6.0 vms didn’t work but 6.6.6 works fine.