
PLAY3R
Members-
Content Count
16 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout PLAY3R
-
Rank
Newbie
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Hello All!!! If anyone is having an issue not being able to connect their e-reader to Calbire and it just gives a 172.x.x.x IP. Change the Network Type to custom and get it a set IP. After, you will see the IP, and be able to connect with the default settings.
-
Yep, its always something i forget. Thanks, its running now
-
Help! What am I doing wrong? Thanks fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz v3.12.3-119-gadcf08925b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] v3.12.3-114-g726dc65b43 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] OK: 12751 distinct packages available OK: 58 MiB in 36 packages OK: 58 MiB in 36 packages 2021-02-21T02:12:38Z I! Starting Telegraf 1.17.2 2021-02-21T02:12:38Z I! Using config file: /etc/telegraf/telegraf.conf 2021-02-21T0
-
Ah, well, makes sense. Thanks
-
Ok, now getting this Exception Object ( [message:protected] => Could not connect to host (http://192.168.1.100:18083/) [string:Exception:private] => [code:protected] => 64 [file:protected] => /web/VB/endpoints/api.php [line:protected] => 134 [trace:Exception:private] => Array ( ) [previous:Exception:private] => )
-
What step am i missing?
-
This one was my bad i think, my pfSense runs as a VM and i had one DNS.... pointing to pfSense lol. Changed it to Googles DNS and its now working.
-
Hello! I am having the same issue, adding the DNS servers did not help, any ideas?
-
PLAY3R started following Wordpress Docker?? and [Support] Linuxserver.io - Sickchill
-
Simpler / Easier PCI Device Pass Through for NON-GPUs
PLAY3R replied to jonp's topic in VM Engine (KVM)
I feel silly, read your logs and you can fix anything. I fixed this and now am using pfSense with no issues (and two ports) after creating the VM with Machine: i440fx-1.4 -
Simpler / Easier PCI Device Pass Through for NON-GPUs
PLAY3R replied to jonp's topic in VM Engine (KVM)
Hello all!! So, using the below, <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x02' slot='0x00' function='0x0'/> </source> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x02' slot='0x00' function='0x1'/> </source> </hostdev> and stubbing out the two ports i wish to use, I can see both po -
I get the same error, even if i have "strict_protocol_version_checking = false" un-commented out in the config Logs don't show any useful info, that i can see
-
*bump* still no luck with getting it to work by playing around with settings
-
Sorry, i should have included i tried that as well ( 192.168.1.100:3306 ) no luck Edit 10:34 AM Oct 3: Sorry all. It looks like i shouldn't be playing late at night. I installed MySQL not mariadb. Fixed that, now mariadb is installed along with Apache-PHP With mariadb, im not sure how to create a database. ( I am new to this, ( like you can't tell ) ) in mariadb i see: Host Port 1: 3306 Key 1: 99 ( Container Variable: PUID ) Key 2: 100 ( Container Variable: PGID ) Key 3: MYPASSWORD ( Container Va
-
Hello all! Just started using Unraid a few weeks ago, love it , went from 2012 R2. Never going back. The problem : I tried following smdion's post to get Wordpress working I am getting stuck on an error, ( Error establishing a database connection ) right after starting the install MySQL settings are below MYSQL_ROOT_PASSWORD password MYSQL_DATABASE wordpress MYSQL_USER wordpress MYSQL_PASSWORD password My wordpress is set as follows Database Name : wordpress Username : wordpress