• 10 Posts
  • 1.41K Comments
Joined 3 years ago
cake
Cake day: July 7th, 2023

help-circle

  • I don’t think you need to directly edit the script if that’s what you mean. You want to edit the values in the plug-in menu so it’s not out of bounds. Those get passed to the script, which then executes.

    You probably need the direct error instead of this raised exception. Start Gimp from a terminal, trigger the error, and see if the terminal error is showing exactly what the script’s error is.















  • I’m not sure your rationale for picking Alipine for this use-case, but you might want to consider a more fleshed out distro for a NAS. Alpine is the BARE MINIMUM of an OS, meaning a lot of helpers that exist on other distros are not there for things like setting your power settings and link negotiations in certain cases. Sure the NIC driver is there, but all the nice tweaks for that specific module that exist in, say, Fedora Server aren’t going to be there, leading to this issue.

    I’d honestly just throw FreeNAS, TrueNAS, or Unraid on this box and be done with it. They’ll have all the power settings and tweaks meant for a NAS in place, and then you won’t need to spend time hunting stuff like this down.


  • It could be related to power saving settings and/or your power profile.

    Some Q’s:

    1. Is your computer awake and in use when this happens?
    2. Are any of your USB devices disconnecting at the same time?
    3. I see your connection is 100Full and not 1Gb, is that because whatever it’s patched to is only 10/100?

    I saw you tried to set power for the interface itself, but if this is a power issue, you probably want to disable power savings on your PCIe interfaces. Easiest way to do this is probably installing powertop, and navigating over to the ‘tunables’ menu, and disabling power management for those interfaces, just to test and see if it fixes it.