kristof

Members
  • Posts

    10
  • Joined

  • Last visited

kristof's Achievements

Noob

Noob (1/14)

3

Reputation

  1. This really helps me too. Thank You! I will not ask how you figured it out (?!?!?) I have the same network card as you: Asus XG-C100C 10Gbe
  2. Please add 'dstat'. Many thanks in advance!
  3. I fixed it by myself. I changed permissions for /mnt/user/appdata/Zoneminder/mysql and files inside. Restarted the docker and it looks ok now.
  4. Hi all, just trying to install Zoneminder docker on Unraid 6.9.2. All from scratch. I am getting these errors in the docker log file: Starting services... * Starting Apache httpd web server apache2 * * Starting MariaDB database server mysqld ...done. DBI connect('database=zm;host=localhost','zmuser',...) failed: Unknown database 'zm' at /usr/share/perl5/ZoneMinder/Database.pm line 110. DBI connect('database=zm;host=localhost','zmuser',...) failed: Unknown database 'zm' at /usr/share/perl5/ZoneMinder/Database.pm line 110. DBI connect('database=zm;host=localhost','zmuser',...) failed: Unknown database 'zm' at /usr/share/perl5/ZoneMinder/Database.pm line 110. Unable to connect to DB. ZM Cannot continue. BEGIN failed--compilation aborted at /usr/share/perl5/ZoneMinder/Config.pm line 150. Compilation failed in require at /usr/bin/zmupdate.pl line 74. BEGIN failed--compilation aborted at /usr/bin/zmupdate.pl line 74. Jun 26 08:48:19 0be73ceb92ac zmupdate[16744]: ERR [Error reconnecting to db: errstr:Unknown database 'zm' error val:] Jun 26 08:48:19 0be73ceb92ac zmupdate[16744]: ERR [Error reconnecting to db: errstr:Unknown database 'zm' error val:] DBI connect('database=zm;host=localhost','zmuser',...) failed: Unknown database 'zm' at /usr/share/perl5/ZoneMinder/Database.pm line 110. DBI connect('database=zm;host=localhost','zmuser',...) failed: Unknown database 'zm' at /usr/share/perl5/ZoneMinder/Database.pm line 110. Jun 26 08:48:19 0be73ceb92ac zmupdate[16745]: ERR [Error reconnecting to db: errstr:Unknown database 'zm' error val:] DBI connect('database=zm;host=localhost','zmuser',...) failed: Unknown database 'zm' at /usr/share/perl5/ZoneMinder/Database.pm line 110. Unable to connect to DB. ZM Cannot continue. Any hint how to fix it is appreciated
  5. I see the same behavior. The NFS is ignoring owner and permissions to files and folders. Any hint if this will be fixed? Any workarounds maybe? Using Unraid 6.8.3
  6. There is YT video about the multi display feature in KVM/QEMU. I would like to achieve the same in Unraid. Is it possible?
  7. The VM machine is CentOS 7. I enabled the spice-vdagentd service. Not sure how this could help. When I run xrandr I see 4 virtual displays: "Virtual-0", "Virtual-1", ... Only first one is connected. The rest have status "disconnected". How do I make the "Virtual-1" connected???
  8. I investigated further. The Spice remote protocol supports multiple monitors. I can use the "graphics type='spice' ..." in VM config XML and I am able to connect to it using the virt remote viewer from Windows machine. I can set "heads=2" for "video model type='qxl'" and then I am able to see "Display 1"and "Display 2" in the viewer menu. But the "Display 2" is grayed out (inactive). Any hints?
  9. Hi, is it possible to have multiple virtual monitors for a VM (Win 7/10, CentOS 7/8)? Would it be possible to use a VNC Viewer to access these virtual monitors and display them on physical monitors? I did some research and found out that RealVNC and UltraVNC support virtual monitors. But RealVNC have issues connecting to Unraid VM. Many thanks for any suggestions! Regards K.