Nerijus Baliūnas

Results 123 comments of Nerijus Baliūnas

Power on hours is also incorrect. For an old drive (about a year of usage) zabbix displays "Power on hours: 9h", but smartctl -A /dev/nvme0: ``` === START OF SMART...

Could you please create a PR or show the diffs you done here?

Unfortunately libgpio-client.so.1.0.0 from #262 requires boost 1.58, while next branch uses boost 1.57. Where is the source of libgpio-client.so, can I recompile it myself?

Thanks, recompiled it, got libqatemcontrol.so.1.0.0 from #259 and it links now.

Sorry, I missed that #256 exists for the next branch (it links now too with it). But client segfaults at startup: ``` free(): invalid pointer [2019-02-25 10:41:20.748] [7ffff1b93800] [W] libpng...

If I use my own compiled libgpio-client.so.1.0.0, it segfaults with another backtrace: ``` Thread 1 "shell" received signal SIGSEGV, Segmentation fault. (gdb) bt #0 0x00007ffff774ede2 in boost::system::error_category::equivalent(boost::system::error_code const&, int) const...

Recompiled with system libs (by adding CONFIG += system-libqatemcontrol, CONFIG += system-boost, CONFIG += system-gpio-client, CONFIG += system-libvlc to *.pro files) and now it does not segfault anymore.

BTW, where is the "CasparCG Client 2.2.0 RC 1.zip" source code? It displays version 2.2.0 and Database revision 214, while my own compiled version from the next branch displays version...

I left the line CONFIG += c++11 where it is and just added other lines. My diff is: ``` diff --git a/src/Atem/Atem.pro b/src/Atem/Atem.pro index 7a27f8b6..90a88055 100644 --- a/src/Atem/Atem.pro +++ b/src/Atem/Atem.pro...

I updated to the latest git and ran `sudo ./install.sh`: ``` Updating config filename mv: cannot stat 'etc/lenovo_fix.conf': No such file or directory ``` I see that `/etc/lenovo_fix.conf` was not...