knights_of_pine

Members
  • Posts

    28
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

knights_of_pine's Achievements

Noob

Noob (1/14)

2

Reputation

  1. text error warn system array login -A INPUT -i lo -j ACCEPT -A INPUT -i wg0 -j ACCEPT -A OUTPUT -d 198.54.133.130/32 -o eth0 -j ACCEPT -A OUTPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT -A OUTPUT -d 198.54.133.130/32 -o eth0 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 8112 -j ACCEPT -A OUTPUT -o eth0 -p udp -m udp --sport 8112 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 9696 -j ACCEPT -A OUTPUT -o eth0 -p udp -m udp --sport 9696 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 7878 -j ACCEPT -A OUTPUT -o eth0 -p udp -m udp --sport 7878 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 8989 -j ACCEPT -A OUTPUT -o eth0 -p udp -m udp --sport 8989 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 9897 -j ACCEPT -A OUTPUT -o eth0 -p udp -m udp --sport 9897 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 8686 -j ACCEPT -A OUTPUT -o eth0 -p udp -m udp --sport 8686 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 6767 -j ACCEPT -A OUTPUT -o eth0 -p udp -m udp --sport 6767 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 8080 -j ACCEPT -A OUTPUT -o eth0 -p udp -m udp --sport 8080 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 3000 -j ACCEPT -A OUTPUT -o eth0 -p udp -m udp --sport 3000 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 8191 -j ACCEPT -A OUTPUT -o eth0 -p udp -m udp --sport 8191 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 8787 -j ACCEPT -A OUTPUT -o eth0 -p udp -m udp --sport 8787 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 8788 -j ACCEPT -A OUTPUT -o eth0 -p udp -m udp --sport 8788 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 5076 -j ACCEPT -A OUTPUT -o eth0 -p udp -m udp --sport 5076 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 5801 -j ACCEPT -A OUTPUT -o eth0 -p udp -m udp --sport 5801 -j ACCEPT -A OUTPUT -s 172.17.0.0/16 -d 192.168.0.0/16 -o eth0 -p tcp -m tcp --sport 58846 -j ACCEPT -A OUTPUT -s 172.17.0.0/16 -d 192.168.0.0/16 -o eth0 -p tcp -m tcp --sport 8118 -j ACCEPT -A OUTPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT -A OUTPUT -o lo -j ACCEPT -A OUTPUT -o wg0 -j ACCEPT 2024-04-10 21:10:26,971 DEBG 'start-script' stdout output: -------------------- 2024-04-10 21:10:26,973 DEBG 'start-script' stdout output: [info] Configuring WireGuard... 2024-04-10 21:10:26,982 DEBG 'start-script' stdout output: [info] Attempting to bring WireGuard interface 'up'... 2024-04-10 21:10:26,990 DEBG 'start-script' stderr output: Warning: `/config/wireguard/wg0.conf' is world accessible 2024-04-10 21:10:26,994 DEBG 'start-script' stderr output: [#] ip link add wg0 type wireguard 2024-04-10 21:10:26,996 DEBG 'start-script' stderr output: [#] wg setconf wg0 /dev/fd/63 2024-04-10 21:10:26,996 DEBG 'start-script' stderr output: [#] ip -4 address add 10.69.141.95/32 dev wg0 2024-04-10 21:10:27,000 DEBG 'start-script' stderr output: [#] ip link set mtu 1420 up dev wg0 2024-04-10 21:10:27,002 DEBG 'start-script' stderr output: [#] resolvconf -a wg0 -m 0 -x 2024-04-10 21:10:27,010 DEBG 'start-script' stderr output: could not detect a useable init system 2024-04-10 21:10:27,033 DEBG 'start-script' stderr output: [#] wg set wg0 fwmark 51820 2024-04-10 21:10:27,034 DEBG 'start-script' stderr output: [#] ip -4 route add 0.0.0.0/0 dev wg0 table 51820 2024-04-10 21:10:27,035 DEBG 'start-script' stderr output: [#] ip -4 rule add not fwmark 51820 table 51820 2024-04-10 21:10:27,036 DEBG 'start-script' stderr output: [#] ip -4 rule add table main suppress_prefixlength 0 2024-04-10 21:10:27,038 DEBG 'start-script' stderr output: [#] sysctl -q net.ipv4.conf.all.src_valid_mark=1 2024-04-10 21:10:27,040 DEBG 'start-script' stderr output: [#] iptables-restore -n 2024-04-10 21:10:27,041 DEBG 'start-script' stderr output: [#] '/root/wireguardup.sh' log above. my docker will not start? no gui. did not change anything. not sure why? tried stopping, restarting, etc. tried new wg0.conf. any help?
  2. I am getting this same error. first reboot in a few months to update to 6.12.9
  3. i think this related to my nextcloud but i do have another questions since you have been so helpful!! my mariadb container appdata folder is growing huge. i have a ton of .err files in there some over a gig. the have the warning: 2024-03-09 8:56:14 3 [Warning] Aborted connection 3 to db: 'unconnected' user: 'unauthenticated' host: 'localhost' (This connection closed normally without authentication) 2024-03-09 8:56:14 4 [Warning] Access denied for user 'root'@'localhost' (using password: YES) 2024-03-09 8:56:58 6 [Warning] IP address '172.17.0.1' could not be resolved: Name does not resolve 2024-03-09 8:56:58 5 [Warning] IP address '172.17.0.1' could not be resolved: Name does not resolve 2024-03-09 8:56:58 7 [Warning] IP address '172.17.0.1' could not be resolved: Name does not resolve then they are FILLED with the errors over and over: 2024-03-05 14:09:17 5 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'hist_type' at position 9 to have type enum('SINGLE_PREC_HB','DOUBLE_PREC_HB','JSON_HB'), found type enum('SINGLE_PREC_HB','DOUBLE_PREC_HB'). 2024-03-05 14:09:17 5 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'histogram' at position 10 to have type longblob, found type varbinary(255). are you aware of a way to fix this? if not can you point me in the direction, thank you!
  4. all worked, thank you for your help, much appreciated!!
  5. thank you, i appreciate the help! for the maintenance, i put this in the config.php file that is in my appdata>nextcloud>congfig.php? do i put it in the section with dbtype, version, dbname, etc? database indices worked and cleared the error, thank you! I switched to cron and set the command in the scripts plugin.
  6. i installed sudo in the terminal on unraid to try to update my nextcloud container. i guess that was not needed... how can i uninstall sudo from my unraid system? thank you.
  7. I am getting the below errors in the admin console and the background jobs. i am not sure how to resolve these. I am new to some of this but can follow directions. can someone help me understand/resolve these? thank you!
  8. i am on postgres 15. i am having the same ownership problem. the container works fine with my other containers useing it as a database. however i can not view it appdata in krusader and it will not back up with appdata backup since it will not let it open its appdata folder. i have the appdata to mnt/cache in the template not user share. can someone help me? thank you!
  9. is this the same way to delay a docker from starting up after the plugin AppData backup runs? i have a docker of JellyStats and it really does not like starting until Jellyfin is started and running for at least like 2 minutes. Right now Jellystat just tries to stop then dies and have to manually start it. thank you for the help!
  10. for the ignore list location can I use /user or must I use /cache on that as well. for folder names that have spaces should I use \ to escape the space?
  11. i have a folder inside of a share that i would like to keep on the cache. how can i do this. the share is set to move from cache to array on move but for this one folder i would like it to stay on cache. can someone help me out? thank you!
  12. Step #6 worked for me. wasnt working at all but that did it, at least until the next reboot, same...
  13. 6.12.3, plugin 2023.08.22. i have the above problem. when i click the manual move now button it does not work. also moving tuner is not moving on the set schedule. when i click move now log says: shcmd (530893): /usr/local/sbin/mover &> /dev/null &
  14. intel i5-12400 on my gpu statisics plug-in it is not showing "imc bus utilization" receive and transmit just say NA. even when transcoding. tried rebooting server, no dice. any ideas? thank you!
  15. what is the benefit of enabling https? i acces my unraid server locally and by wireguard vpn only.