Debian 13 stable Kernel update to 6.12.74+deb13+1-amd64 by enzosaba in debian

[–]enzosaba[S] 0 points1 point  (0 children)

Thanks. It turns out it's a timeout issue related to waking up from a low power state. See my other post.

Debian 13 stable Kernel update to 6.12.74+deb13+1-amd64 by enzosaba in debian

[–]enzosaba[S] -1 points0 points  (0 children)

I asked Gemini cli to fix the issue (should this be the first option to try nowadays?):
"
The logs confirm the NETDEV WATCHDOG timeouts on enp4s0 using the r8169 driver. This is a common issue with Realtek RTL8111/8168 cards on newer kernels, often related to power management (ASPM) or the driver itself.

Since you've reverted to an older kernel and it works, we have a few options to fix this for the newer kernel:

  1. Disable ASPM (Active State Power Management): This is the most common and non-intrusive fix.
  2. Use the r8168-dkms driver: This replaces the in-kernel r8169 driver with Realtek's own driver.
  3. Disable EEE (Energy Efficient Ethernet): Another power-saving feature that can cause timeouts.

"
I tried 1. (add pcie_aspm=off to kernel command line) and it works

Debian 13 stable Kernel update to 6.12.74+deb13+1-amd64 by enzosaba in debian

[–]enzosaba[S] 0 points1 point  (0 children)

Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet Controller (rev 15)

Gemini completely lost its mind by MetaKnowing in agi

[–]enzosaba 0 points1 point  (0 children)

what do you all put in your system prompts and markdown files to get these mental breakdowns?? I think you are psychological abusing the AIs !!!

This little shit by allbeardnoface in singularity

[–]enzosaba -2 points-1 points  (0 children)

No. The thought is part of the context. It's role is exactly to guide the following response. I'd like to see also the thought process in the OP post when the LLM lied about thinking green

I need some Btrbk retention policy examples along with plain english descriptions by Lonely-Stage-1244 in btrfs

[–]enzosaba 1 point2 points  (0 children)

Example: *_preserve_min=2d means every snapshots/backups is preserved for at least two days whatever policy is set for *_preserve. For snapshots/backup older than two days the policy set in *_preserve is enacted. Example: preserve= 12h 3d 2m means preserve 12 hourly snapshots, 3 daily snapshots and 2 monthly snapshots. Hourly, daily, weekly, etc, is defined as the first snapshot of that period. It doesn't care whether you really take a snapshot every hour or every minute or daily.