chip

Members
  • Posts

    442
  • Joined

  • Last visited

Everything posted by chip

  1. Unraid 6.9.2 I have a VM(Windows 10) that I run on Unraid that runs MCEBuddy 2.5 basically to remove commercials from all the Shows I record with plex. At random I will get a Moving converted file to destination failed. Two other shows copied to the correct folders with no issues last night. This seems to happen at random. Current fix is to run "Docer safe new Perms" then re-run the MCEBuddy job for that failed show. Any ideas what might be causing this to happen? To expand on this particular issue - The show is recorded with Plex. A new folder was created as this was 1st episode for Season 3. - I can't even manually drop a file in this folder. But yet a brand new Show/Series had no issues with all the above from last night either.
  2. Must be my docker.img as I have 90gs on my cache drive. I will have to look up how to clean docker.img file.
  3. Getting this error - Error: failed to register layer: ApplyLayer exit status 1 stdout: stderr: write /usr/lib/x86_64-linux-gnu/libjq.so.1.0.4: no space left on device Not sure what it means.
  4. Have you tried this? https://hub.shinobi.video/articles/view/PHPllc46JMDm83W Which Dahua camera do you have ?
  5. Recently I started getting this error. I haven't changed anything on my machine. A reboot seemed to fix it for a bit but later I am missing VMs from main screen. When I click on VMS up top I see. Libvirt Service failed to start. Bottom says "Libvirt is not running. Goto Settings tab then click start. If I go into settings, VM Manager, Advance View, View Libvert log I see.... 2021-02-04 13:59:31.065+0000: 7402: error : qemuDomainGetBlockInfo:12236 : invalid argument: invalid path /mnt/user/files/software/Operating Systems/Unraid/ISOs/virtio-win-0.1.102.iso not assigned to domain Very odd message to me since I didn't change anything.
  6. Can anyone expand on the pro vs CE? Can one run this docker in a home environment and not pay the $75*/month?
  7. With the Dynamix System Buttons plugin does the "Stop the Array" do the following. Stop VMs properly Stop Dockers properly Or is it best to stop each docker and vm running before doing "Stop the array"?
  8. Since the last upgrade now I am seeing this - -: ERROR while decoding metadata state = FLAC__STREAM_DECODER_END_OF_STREAM Not sure what broke?
  9. I tried pulling the repo from https://hub.docker.com/r/uldiseihenbergs/meshcentral and it says "The command Failed" Ok uldiseihenbergs/meshcentral:0.6.56 works but when I try to add similiar settings as list above with the ports, etc it fails and disappears.
  10. Thanks man. To be safe I removed the docker, deleted the cache folder and started from scratch. Seems to be OK now.
  11. let me know when I can retry it. Thanks.
  12. I also ran the following commands after it was still broken - chown -R nobody:users /config/databases chmod -R 755 /config/databases No go/changes and log file still doesn't write to /config/databases So I did the following chmod -R 777 /config/databases Noticed the err log file showed up in /config/databases Skipped looking at the err file and just ran /usr/bin/mysqld_safe --skip-syslog --datadir='/config/databases' and it is working. I am far from a linux guy just know the basics and know the above commands are about rights/etc but something still seems to be broken in my mind. Again not a linux expert but something isn't working properly.
  13. Remove the Docker and the folder. Added it and then changed it to uberchuckie/observium:3.0_beta. I also change the other two settings to /mnt/cache/appdata Thought it was good for a moment as it loaded the log in page. But again DB Error 2002: No such file or directory. Nope looks to be in the same messed up state on my end. Still won't write the log err file to config/databases either so still must be a rights issue again as well. This is odd as all my other dockers work fine so I believe I don't have an issue with my cache drive that I use for dockers.
  14. I have my settings to /mnt/cache/appdata/observium for all 3 in the container. So with the build as is it can't write to the /config/databases folder so the .err file never shows up. So reading a page back here I ran - chown -R nobody:users /config/databases chmod -R 755 /config/databases Then Reran - /usr/bin/mysqld_safe --skip-syslog --datadir='/config/databases' Now I have a .err file in the databases folder. Here is some of that error. 2020-09-29 10:32:04 0 [Note] InnoDB: Using Linux native AIO 2020-09-29 10:32:04 0 [Note] InnoDB: Uses event mutexes 2020-09-29 10:32:04 0 [Note] InnoDB: Compressed tables use zlib 1.2.11 2020-09-29 10:32:04 0 [Note] InnoDB: Number of pools: 1 2020-09-29 10:32:04 0 [Note] InnoDB: Using SSE4.2 crc32 instructions 2020-09-29 10:32:04 0 [Note] mariadbd: O_TMPFILE is not supported on /tmp (disabling future attempts) 2020-09-29 10:32:04 0 [Note] InnoDB: Initializing buffer pool, total size = 134217728, chunk size = 134217728 2020-09-29 10:32:04 0 [Note] InnoDB: Completed initialization of buffer pool 2020-09-29 10:32:04 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). 2020-09-29 10:32:04 0 [Note] InnoDB: 128 rollback segments are active. 2020-09-29 10:32:04 0 [Note] InnoDB: Creating shared tablespace for temporary tables 2020-09-29 10:32:04 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... 2020-09-29 10:32:04 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB. 2020-09-29 10:32:04 0 [Note] InnoDB: 10.5.4 started; log sequence number 37755; transaction id 9 2020-09-29 10:32:04 0 [Note] InnoDB: Loading buffer pool(s) from /config/databases/ib_buffer_pool 2020-09-29 10:32:04 0 [Note] Plugin 'FEEDBACK' is disabled. 2020-09-29 10:32:04 0 [Note] InnoDB: Buffer pool(s) load completed at 200929 10:32:04 2020-09-29 10:32:04 0 [Note] Zerofilling moved table: './mysql/plugin' 2020-09-29 10:32:04 0 [Warning] Checking table: './mysql/plugin' 2020-09-29 10:32:04 0 [ERROR] mysql.plugin: Table is from another system and must be zerofilled or repaired to be usable on this system 2020-09-29 10:32:04 0 [Warning] Recovering table: './mysql/plugin' 2020-09-29 10:32:04 0 [ERROR] mysql.plugin: 9 when fixing table 2020-09-29 10:32:04 0 [ERROR] Couldn't repair table: mysql.plugin 2020-09-29 10:32:04 0 [ERROR] Could not open mysql.plugin table: "Index for table 'plugin' is corrupt; try to repair it". Some plugins may be not loaded 2020-09-29 10:32:04 0 [Note] Zerofilling moved table: './mysql/servers' 2020-09-29 10:32:04 0 [Warning] Checking table: './mysql/servers' 2020-09-29 10:32:04 0 [ERROR] mysql.servers: Table is from another system and must be zerofilled or repaired to be usable on this system Any Ideas?
  15. That log file never gets created. /config/databases# dir aria_log.00000001 ib_buffer_pool ibdata1 mysql performance_schema aria_log_control ib_logfile0 multi-master.info observium test If I run your command above - /etc/service/mariadb/run Database exists. Starting MariaDB... 200924 06:07:37 mysqld_safe Logging to '/config/databases/2e96f60615f2.err'. 200924 06:07:37 mysqld_safe Starting mariadbd daemon with databases from /config/databases service mariadb status * MariaDB is stopped. Also I am running Version: 6.8.3 of Unraid.
  16. Quick update from above - Ran the following - chown -R mysql:mysql /var/lib/mysql Then ran mysqld 2020-09-23 15:34:59 0 [Note] mysqld (mysqld 10.5.4-MariaDB-1:10.5.4+maria~bionic) starting as process 2139 ... 2020-09-23 15:34:59 0 [Note] mysqld: Aria engine: starting recovery recovered pages: 0% 25% 82% 93% 100% (0.0 seconds); tables to flush: 4 3 2 1 0 (0.0 seconds); 2020-09-23 15:34:59 0 [Note] mysqld: Aria engine: recovery done 2020-09-23 15:34:59 0 [Note] InnoDB: Using Linux native AIO 2020-09-23 15:34:59 0 [Note] InnoDB: Uses event mutexes 2020-09-23 15:34:59 0 [Note] InnoDB: Compressed tables use zlib 1.2.11 2020-09-23 15:34:59 0 [Note] InnoDB: Number of pools: 1 2020-09-23 15:34:59 0 [Note] InnoDB: Using SSE4.2 crc32 instructions 2020-09-23 15:34:59 0 [Note] mysqld: O_TMPFILE is not supported on /tmp (disabling future attempts) 2020-09-23 15:34:59 0 [Note] InnoDB: Initializing buffer pool, total size = 134217728, chunk size = 134217728 2020-09-23 15:34:59 0 [Note] InnoDB: Completed initialization of buffer pool 2020-09-23 15:34:59 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). 2020-09-23 15:34:59 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=45069 2020-09-23 15:34:59 0 [Note] InnoDB: 128 rollback segments are active. 2020-09-23 15:34:59 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1" 2020-09-23 15:34:59 0 [Note] InnoDB: Creating shared tablespace for temporary tables 2020-09-23 15:34:59 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... 2020-09-23 15:34:59 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB. 2020-09-23 15:34:59 0 [Note] InnoDB: 10.5.4 started; log sequence number 45081; transaction id 21 2020-09-23 15:34:59 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool 2020-09-23 15:34:59 0 [Note] Plugin 'FEEDBACK' is disabled. 2020-09-23 15:34:59 0 [Note] InnoDB: Buffer pool(s) load completed at 200923 15:34:59 2020-09-23 15:34:59 0 [Note] Server socket created on IP: '127.0.0.1'. 2020-09-23 15:34:59 0 [Note] Reading of all Master_info entries succeeded 2020-09-23 15:34:59 0 [Note] Added new Master_info '' to hash table 2020-09-23 15:34:59 0 [Note] mysqld: ready for connections. Version: '10.5.4-MariaDB-1:10.5.4+maria~bionic' socket: '/run/mysqld/mysqld.sock' port: 3306 mariadb.org binary distribution 2020-09-23 15:35:00 7 [Warning] Access denied for user 'observium'@'localhost' 2020-09-23 15:35:01 11 [Warning] Access denied for user 'observium'@'localhost' 2020-09-23 15:35:01 12 [Warning] Access denied for user 'observium'@'localhost' ^C2020-09-23 15:37:45 13 [Warning] Access denied for user 'observium'@'localhost' Click on the Docker I get this - DB Error 1698: Access denied for user 'observium'@'localhost' Even after running chown -R mysql:mysql /var/lib/mysql and restarting the docker mariadb won't autostart. I have to go into it and start by - service mariadb status and still see this going on when you click on the far right log file after you get it started. Database exists. Starting MariaDB... 200923 16:19:52 mysqld_safe Logging to '/config/databases/2e96f60615f2.err'. 200923 16:19:52 mysqld_safe A mysqld process already exists Database exists. Starting MariaDB... 200923 16:19:53 mysqld_safe Logging to '/config/databases/2e96f60615f2.err'. 200923 16:19:53 mysqld_safe A mysqld process already exists
  17. I'm getting the same errors as others here - "DB Error 2002: No such file or directory" Log just continues with this - Database exists. Starting MariaDB... Sep 23 11:49:34 8ffb5f7097ea cron[38]: (CRON) INFO (pidfile fd = 3) Sep 23 11:49:34 8ffb5f7097ea cron[38]: (CRON) INFO (Running @reboot jobs) 200923 11:49:34 mysqld_safe Logging to '/config/databases/8ffb5f7097ea.err'. 200923 11:49:34 mysqld_safe Starting mariadbd daemon with databases from /config/databases Database exists. Starting MariaDB... 200923 11:49:35 mysqld_safe Logging to '/config/databases/8ffb5f7097ea.err'. 200923 11:49:35 mysqld_safe Starting mariadbd daemon with databases from /config/databases Anyone figure out this issue yet? If I run this from the command line. mysqld 2020-09-23 15:28:02 0 [Note] mysqld (mysqld 10.5.4-MariaDB-1:10.5.4+maria~bionic) starting as process 1651 ... 2020-09-23 15:28:02 0 [ERROR] mysqld: Can't create/write to file '/var/lib/mysql/aria_log_control' (Errcode: 13 "Permission denied") 2020-09-23 15:28:02 0 [ERROR] mysqld: Got error 'Can't create file' when trying to use aria control file '/var/lib/mysql/aria_log_control' 2020-09-23 15:28:02 0 [ERROR] Plugin 'Aria' init function returned error. 2020-09-23 15:28:02 0 [ERROR] Plugin 'Aria' registration as a STORAGE ENGINE failed. 2020-09-23 15:28:02 0 [Note] InnoDB: Using Linux native AIO 2020-09-23 15:28:02 0 [ERROR] InnoDB: The innodb_system data file 'ibdata1' must be writable 2020-09-23 15:28:02 0 [ERROR] InnoDB: The innodb_system data file 'ibdata1' must be writable 2020-09-23 15:28:02 0 [ERROR] Plugin 'InnoDB' init function returned error. 2020-09-23 15:28:02 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed. 2020-09-23 15:28:02 0 [Note] Plugin 'FEEDBACK' is disabled. 2020-09-23 15:28:02 0 [ERROR] Could not open mysql.plugin table: "Table 'mysql.plugin' doesn't exist". Some plugins may be not loaded 2020-09-23 15:28:02 0 [ERROR] Failed to initialize plugins. 2020-09-23 15:28:02 0 [ERROR] Aborting
  18. within the app settings (not the server settings) I went and changed the prohibit insecure connections to Allow on local network. The app started working after that.
  19. Just recently now the boys Xbox one will not connect to the plex server. I tried signing the device out and removing it from "authorized devices" and signing it back in - no luck says it can't connect to the server. I even removed the app and reinstalled it same thing. It is hard wired and so are the rest of my streaming devices. All my other devices in my house connect fine - 2 Rokus 2 Nvidia Shields 2 Iphones
  20. I get this every time I try converting DVD files: Failed to execute external program 'ccextractor' from location 'usr/bin/mmccextr'
  21. Do I need to worry about the errors listed in the below? 2020-03-19T17:05:05+0000 ClamAV process starting Updating ClamAV scan DB LibClamAV Warning: Cannot dlopen libclamunrar_iface: file not found - unrar support unavailable ClamAV update process started at Thu Mar 19 17:05:05 2020 WARNING: Your ClamAV installation is OUTDATED! WARNING: Local version: 0.102.1 Recommended version: 0.102.2 DON'T PANIC! Read https://www.clamav.net/documents/upgrading-clamav daily database available for update (local version: 25755, remote version: 25756) Testing database: '/var/lib/clamav/tmp/clamav-f7f0b66ce827844c8f5352135dee0529.tmp-daily.cld' ... Database test passed. daily.cld updated (version: 25756, sigs: 2229890, f-level: 63, builder: raynman) main.cvd database is up to date (version: 59, sigs: 4564902, f-level: 60, builder: sigmgr) bytecode.cvd database is up to date (version: 331, sigs: 94, f-level: 63, builder: anvilleg) WARNING: Clamd was NOT notified: Can't connect to clamd through /run/clamav/clamd.sock: No such file or directory