huangtf

Members
  • Posts

    20
  • Joined

  • Last visited

Everything posted by huangtf

  1. ***Update I found out i got the above error due to running the update twice. Below is the initial error I'm able to clear all records in the new db using the --clear-schema flag I manage to fix the errors using the below commands php occ config:system:set mysql.utf8mb4 --type boolean --value="true" php occ maintenance:repair then running the conversion again
  2. Hi Findus, Following your guide it seems to work fine, but as my installation is an current installation which i've been using, i'm hit with some errors, i'm wondering if any of u have any idea how i can fix it?
  3. Anyway i manage to migrate the data over to emby/emby server and its working fine now.... BTW, i checked binhex's thread and found that this part was left out coz binhex does not have any spare hardware to test it out...
  4. yes, i tried, and its working for emby/emby container, now i'll have to find ways to migrate it, my registration key does not work on the newly installed docker
  5. Advance is still the same setting to yes does not work
  6. Yes, i'm on unraid, I'm unsure y xorg is using it....... i'll try to give that container a try if i can.....
  7. I'm using binhex docker, I have rebooted the container and the server itself quite a few times I'm fairly sure my license is enabled...
  8. Hi Guys, I cant get the hardware encoding to work on emby. The gpu was detected and and i have emby premiere. am i doing anything wrong? I've gone thru the guide a few times to ensure i didnt miss out any steps
  9. root@Tower:~# curl https://www.cloudflare.com/ips-v6 2400:cb00::/32 2606:4700::/32 2803:f800::/32 2405:b500::/32 2405:8100::/32 2a06:98c0::/29 2c0f:f248::/32 root@Tower:~# curl https://www.cloudflare.com/ips-v4 173.245.48.0/20 103.21.244.0/22 103.22.200.0/22 103.31.4.0/22 141.101.64.0/18 108.162.192.0/18 190.93.240.0/20 188.114.96.0/20 197.234.240.0/22 198.41.128.0/17 162.158.0.0/15 104.16.0.0/12 172.64.0.0/13 131.0.72.0/22 root@Tower:~# looks normal to me
  10. Haha, ok noted, im on my way to work, will run the command after i get back
  11. anyway i manage to get it working by deleting line 258 to 796
  12. /tmp # curl https://www.cloudflare.com/ips-v6 sh: curl: not found /tmp # curl https://www.cloudflare.com/ips-v4 sh: curl: not found
  13. Guys, i need some help, npm have been working fine for me for quite some time, suddenly today it stopped working. below is are some entires from the log. nginx: [emerg] invalid number of arguments in "set_real_ip_from" directive in /etc/nginx/conf.d/include/ip_ranges.conf:258 [10/26/2020] [10:51:54 PM] [IP Ranges] › ℹ info Fetching https://www.cloudflare.com/ips-v4 [10/26/2020] [10:51:54 PM] [IP Ranges] › ℹ info Fetching https://www.cloudflare.com/ips-v6 [10/26/2020] [10:51:54 PM] [SSL ] › ℹ info Let's Encrypt Renewal Timer initialized [10/26/2020] [10:51:54 PM] [SSL ] › ℹ info Renewing SSL certs close to expiry... [10/26/2020] [10:51:54 PM] [IP Ranges] › ℹ info IP Ranges Renewal Timer initialized [10/26/2020] [10:51:54 PM] [Global ] › ℹ info Backend PID 5616 listening on port 3000 ... [nginx] starting... nginx: [emerg] invalid number of arguments in "set_real_ip_from" directive in /etc/nginx/conf.d/include/ip_ranges.conf:258 [nginx] starting... nginx: [emerg] invalid number of arguments in "set_real_ip_from" directive in /etc/nginx/conf.d/include/ip_ranges.conf:258 [nginx] starting... nginx: [emerg] invalid number of arguments in "set_real_ip_from" directive in /etc/nginx/conf.d/include/ip_ranges.conf:258 [nginx] starting... nginx: [emerg] invalid number of arguments in "set_real_ip_from" directive in /etc/nginx/conf.d/include/ip_ranges.conf:258 [nginx] starting... nginx: [emerg] invalid number of arguments in "set_real_ip_from" directive in /etc/nginx/conf.d/include/ip_ranges.conf:258 [nginx] starting... nginx: [emerg] invalid number of arguments in "set_real_ip_from" directive in /etc/nginx/conf.d/include/ip_ranges.conf:258 [nginx] starting... nginx: [emerg] invalid number of arguments in "set_real_ip_from" directive in /etc/nginx/conf.d/include/ip_ranges.conf:258 [nginx] starting... nginx: [emerg] invalid number of arguments in "set_real_ip_from" directive in /etc/nginx/conf.d/include/ip_ranges.conf:258 [nginx] starting... nginx: [emerg] invalid number of arguments in "set_real_ip_from" directive in /etc/nginx/conf.d/include/ip_ranges.conf:258 on inspection on the following line
  14. Hi Guys, I'm having some issues recently, so after going thru reinstalling trying to downgrade to v1.70 etc, i finally resolve the issue by restoring my backup for appdata, the proxy host works now. However, i'm unable to log in to the gui it shows bad gateway I'm getting lots of errors in the logs. [4/20/2020] [5:49:29 PM] [Migrate ] › ℹ info Current database version: 20190227065017 [4/20/2020] [5:49:29 PM] [Migrate ] › ℹ info [access_list_client] Migrating Up... migration file "20200410143839_access_list_client.js" failed migration failed with error: create table `access_list_client` (`id` int unsigned not null auto_increment primary key, `created_on` datetime not null, `modified_on` datetime not null, `access_list_id` int unsigned not null, `address` varchar(255) not null, `directive` varchar(255) not null, `meta` json not null) - ER_TABLE_EXISTS_ERROR: Table 'access_list_client' already exists [4/20/2020] [5:49:29 PM] [Global ] › ✖ error create table `access_list_client` (`id` int unsigned not null auto_increment primary key, `created_on` datetime not null, `modified_on` datetime not null, `access_list_id` int unsigned not null, `address` varchar(255) not null, `directive` varchar(255) not null, `meta` json not null) - ER_TABLE_EXISTS_ERROR: Table 'access_list_client' already exists [4/20/2020] [5:49:30 PM] [Migrate ] › ℹ info Current database version: 20190227065017 [4/20/2020] [5:49:30 PM] [Migrate ] › ℹ info [access_list_client] Migrating Up... migration file "20200410143839_access_list_client.js" failed migration failed with error: create table `access_list_client` (`id` int unsigned not null auto_increment primary key, `created_on` datetime not null, `modified_on` datetime not null, `access_list_id` int unsigned not null, `address` varchar(255) not null, `directive` varchar(255) not null, `meta` json not null) - ER_TABLE_EXISTS_ERROR: Table 'access_list_client' already exists looks like something to do with access list, but i've not setup anything wif access list, any help will be appreciated. Sorry i'm kinda noob, i may need some help in collecting information for troubleshooting ****Edit****** Hi, I've manage to resolve the problems......
  15. I manage to resolve the issue, its due to misconfig i have VFIO-PCI Config installed and configured, after the power trip the ACS override disappear and my LSI card was included in the group that was configured removing the config for VFIO-PCI Config or enabling ACS overide solves the problem
  16. Hi Guys, Long story short, my unraid has 7 disk, 1 cache and 1 parity, after power trip 3 disk shows missing. the 3 disk is connected to a LSI SAS2308 in IT mode. I'm sure the hardware is working because i used another thumbdrive and download a fresh copy of unraid, plugged it in and i see all the disks How do i bring it back without loosing my current config? I'm not really a linux user so i might need some help when you guys tell me to collect information like what command to run and where to run it, i'm sorry to bother you guys...... tower-diagnostics-20200416-1235.zip