Jump to content
XPEnology Community

BeatMaster

Rookie
  • Posts

    2
  • Joined

  • Last visited

Posts posted by BeatMaster

  1. On 11/15/2020 at 3:27 AM, azhur said:

    My variant of fix for/etc.defaults/syslog-ng/patterndb.d/scemd.conf

    Works fine at Microserver N54L, DSM 6.2.3-25426 Update 2

    
    # begin scemd.conf patch to suppress ioctl messages
    filter f_scemd_ioctl { program(scemd) and match("polling_.*ioctl\ device\ failed$" value("MESSAGE")); };
    #log with no destination and final flag = discard
    log { source(src); filter(f_scemd_ioctl); flags(final); };
    # end scemd.conf patch
    filter f_scemd { program(scemd);  };
    filter f_scemd_sev { level(err..emerg) };
    destination d_scemd { file("/var/log/scemd.log"); };
    log { source(src); filter(f_scemd); filter(f_scemd_sev); destination(d_scemd); };

     

     

     

    Many thanks - worked absolutely perfect and hard drives are sleeping once again 😴

  2. Upgraded from 5.0-4528 Update 2 to 5.2-5592

     

    Followed the guides on generating a serial number and MAC address and added the VID and PID for USB pen

    Performed upgrade which took a couple of attempts via find.synology.com

    Static IP changed to DHCP and was a bit tricky to get it to switch to static IP but once done, run smoothly now

     

    USB drive for Crashplan now stays connected where previously it would randomly disconnect

     

    Have applied Update 1 but not sure whether to do Update 2 and Update 3

     

    Thanks everyone for help and advice :smile:

×
×
  • Create New...