dopeytree

Members
  • Posts

    529
  • Joined

  • Last visited

Recent Profile Visitors

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

dopeytree's Achievements

Enthusiast

Enthusiast (6/14)

54

Reputation

7

Community Answers

  1. Probably easier to just go old school and take a photo or screenshot and email the ISP that as will be inline in the email form. I'm on fibre and speeds hardly change now whereas before on copper it would move around a fair bit. So have relaxed tests to 1once a day at 8am as a fault test really.
  2. Ah ok. Maybe my docker is using my old templates which are /user/ I always have to manually change. I read something in the powertop thread about SHFS being the 'fuse' process and you can save some cpu power by renaming to /cache's name/
  3. Some kind of built in script to either suggest the path or some way of auto filling. Basically unraid already knows where you appdata share is as your have to tell unraid which drive to put the share on... So can we use that input to output the drive path to places that ask for 'appdata'. so detect the word 'appdata' and offer to fill with the direct path for use in docker containers etc.
  4. If you don't use a UPS... A work around could be shutting down at a set time via a script. Say 11.30PM. Then at 5PM the next day using a remote plug to cycle the power off & back on. This should then boot up. You'd need to set your motherboard to revert to last state when power is disconnected. This wouldn't cause any parity error as the server would already be off. You'd effectively be turning it on manually but automated remotely if that makes any sense. Won't work if you use a UPS.
  5. Seems good have been powering down and restarting the array a lot lately while tuning some settings. Thanks for the fix 🙂
  6. Are you adding a virtual card as the no1 graphics card? Then adding the 'passed' through graphics card as a 2nd graphics card? This should streamline any problems.. It allows you to boot into the windows VM or other VM system first via VNC and update to get drivers in order etc.
  7. lspci -vvs 00:02.0 lspci -vvs 00:02.1 00:02.0 VGA compatible controller: Intel Corporation RocketLake-S GT1 [UHD Graphics 750] (rev 01) (prog-if 00 [VGA controller]) DeviceName: Onboard - Video Subsystem: Micro-Star International Co., Ltd. [MSI] RocketLake-S GT1 [UHD Graphics 750] Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 178 IOMMU group: 0 Region 0: Memory at 6000000000 (64-bit, non-prefetchable) [size=16M] Region 2: Memory at 4000000000 (64-bit, prefetchable) [size=256M] Region 4: I/O ports at 4000 [size=64] Expansion ROM at 000c0000 [virtual] [disabled] [size=128K] Capabilities: [40] Vendor Specific Information: Len=0c <?> Capabilities: [70] Express (v2) Root Complex Integrated Endpoint, MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0 ExtTag- RBE+ FLReset+ DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- FLReset- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend- DevCap2: Completion Timeout: Not Supported, TimeoutDis- NROPrPrP- LTR- 10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix- EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- FRS- AtomicOpsCap: 32bit- 64bit- 128bitCAS- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR- 10BitTagReq- OBFF Disabled, AtomicOpsCtl: ReqEn- Capabilities: [ac] MSI: Enable+ Count=1/1 Maskable+ 64bit- Address: fee00018 Data: 0000 Masking: 00000000 Pending: 00000000 Capabilities: [d0] Power Management version 2 Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [100 v1] Process Address Space ID (PASID) PASIDCap: Exec- Priv-, Max PASID Width: 14 PASIDCtl: Enable- Exec- Priv- Capabilities: [200 v1] Address Translation Service (ATS) ATSCap: Invalidate Queue Depth: 00 ATSCtl: Enable+, Smallest Translation Unit: 00 Capabilities: [300 v1] Page Request Interface (PRI) PRICtl: Enable- Reset- PRISta: RF- UPRGI- Stopped+ Page Request Capacity: 00008000, Page Request Allocation: 00000000 Kernel driver in use: i915 Kernel modules: i915
  8. Its saying my CPU isn't supported or is in VF mode. I have a test cpu 11-900t which is reported as being a 'Genuine Intel® 0000 @ 1.10GHz' is this how it's checking the cpu or is it actually checking the hardware... and then if I try the other GVT-g plugin for 11th gen it says.. One of these must work with my 11th gen cpu? SR-IOV or GVT-g
  9. post your config for the bird feeder. My main trip up was trying to put the required 2 IPs in the same format when the MQQT and frigate need different format styling. One needs a port the other doesn't
  10. read somewhere it's recommended to use 'mask' rather than disable. echo disable > /sys/firmware/acpi/interrupts/gpe69 2>/dev/null
  11. Hmm its reappeared today.. Here's a screenshot & diagnostics attached... Maybe it is just a feature..
  12. What I mean is you can use 'monitor network traffic' settings to get around most problems.
  13. Anyone else get kworker at 100% cpu? Now fixed and am noticing reaching C7. To find the culprit then.. grep . -r /sys/firmware/acpi/interrupts/ Fixed with the following inserted into config go file # ------------------------------------------------- # CPU bug fix # ------------------------------------------------- echo disable > /sys/firmware/acpi/interrupts/gpe69 2>/dev/null
  14. 6.12.4 Bug: Something causes kworker cpu to get stuck at 100% while not really doing anything which in turn causes unnecessary boosting and power usage. This kernel bug https://askubuntu.com/questions/33640/kworker-what-is-it-and-why-is-it-hogging-so-much-cpu So grep . -r /sys/firmware/acpi/interrupts/ To find the culprit then.. Fixed with the following inserted into config go file # ------------------------------------------------- # CPU bug fix # ------------------------------------------------- echo disable > /sys/firmware/acpi/interrupts/gpe69 2>/dev/null
  15. Sleep plugin works... My personal set up is: Set to shutdown (to avoid the cpu bug) Set excluded hours (6am - 11pm) Array activity = yes Status & counters Monitor all array disks & other caches like 4 disk ZFS pools (I choose to ignore the main nvme cache as this is ALWAYS active) Network activity = high (to avoid shutdown during plex or other network transfer) User inactive = yes (to avoid shutdown when I am fiddling)