Everything posted by sojab0on
-
[GUIDE] INSTALL DSM 7.1 ON UNRAID 6.10.3 (2022)
this is because of licencing and stuff from synology , and this does not work on xpenology so even if you have an account it wont login
-
[Support] ich777 - Gameserver Dockers
yes it is
-
[Support] ich777 - Gameserver Dockers
Yes i started a race now it shows as online
-
[Support] ich777 - Gameserver Dockers
I had teh asseto crosa steamcmd docker installed but i can get de server in online mode, it keeps stating server ofline in ac manager Success! App '302550' already up to date. src/common/pipes.cpp (885) : stalled cross-thread pipe. src/clientdll/steamclient.cpp (863) : bufRet.TellPut() == sizeof(uint8) CWorkThreadPool::~CWorkThreadPool: work complete queue not empty, 1 items discarded. CWorkThreadPool::~CWorkThreadPool: work processing queue not empty: 6 items discarded. ---Assetto-Server-Manager found, continuing!--- ---Prepare Server--- ---Start Server--- time="2022-06-29T23:37:23-07:00" level=info msg="initialising Raven monitoring" time="2022-06-29T23:37:23-07:00" level=info msg="initialising Prometheus Monitoring" time="2022-06-29T23:37:39-07:00" level=error msg="Could not check sysctl val: net.core.rmem_max" error="open /proc/sys/net/core/rmem_max: no such file or directory" time="2022-06-29T23:37:39-07:00" level=error msg="Could not check sysctl val: net.core.rmem_default" error="open /proc/sys/net/core/rmem_default: no such file or directory" time="2022-06-29T23:37:39-07:00" level=error msg="Could not check sysctl val: net.core.wmem_max" error="open /proc/sys/net/core/wmem_max: no such file or directory" time="2022-06-29T23:37:39-07:00" level=error msg="Could not check sysctl val: net.core.wmem_default" error="open /proc/sys/net/core/wmem_default: no such file or directory" time="2022-06-29T23:37:39-07:00" level=info msg="Server manager instance identifies as: 46eeb3e6-6e2a-4630-aba3-97f9650141e8" time="2022-06-29T23:37:39-07:00" level=info msg="starting assetto server manager on: 0.0.0.0:8772" time="2022-06-30T00:17:03-07:00" level=error msg="couldn't schedule race" error="when: time specified is in the past" Last log entries It was a clean setup docker so it downloaded the files for the game and manager.
-
[Plugin] CA Fix Common Problems
My CA wont load the feeds anymore reinstalled the plugin but wont do it, i can find a plg link for the fix common problems does some one have it?
-
***GUIDE*** Passing Through Network Controllers to unRAID 6 Virtual Machines
If i try this i get a big problem, because its an server with a 4 port nic onboard al have the same vendor en dev ids so they al get passed trough even if i do append pcie_acs_override=downstream,multifunction iommu=pt vfio-pci.ids=14e4:1639 initrd=/bzroot,/bzroot-gui IOMMU group 14: [14e4:1639] 01:00.0 Ethernet controller: BCM5709 Gigabit Ethernet IOMMU group 15: [14e4:1639] 01:00.1 Ethernet controller: BCM5709 Gigabit Ethernet IOMMU group 16: [14e4:1639] 02:00.0 Ethernet controller: BCM5709 Gigabit Ethernet IOMMU group 16: [14e4:1639] 02:00.1 Ethernet controller: BCM5709 Gigabit Ethernet what i want to acomplish is that nic eth0 1:00.0 is left alone because that is the port that is staticly configured so it can be coneected to from outside for the web interface. nic eth1 1:00.1 need to be passed trough to vms (sophos/pfsence) nic eth2 02:00.0 and eth3 02:00.1 where a failover bond/bridge br2 for the other vms and docker to use for internet connection. but if i remove the iommu groups and the code between the append and initrd=/bzroot i cant pass the cards trough. can some one point out if this is even poosible or not ? regard Michel