You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems if you create a new Yara rule from scratch, and then restart pastehunter, you get the message below. If you remove the new Yara rule then the restart works.
Feb 22 13:05:19 vps639933 systemd[1]: pastehunter.service: Service hold-off time over, scheduling restart.
Feb 22 13:05:19 vps639933 systemd[1]: pastehunter.service: Scheduled restart job, restart counter is at 5.
Feb 22 13:05:19 vps639933 systemd[1]: Stopped PasteHunter.
Feb 22 13:05:19 vps639933 systemd[1]: pastehunter.service: Start request repeated too quickly.
Feb 22 13:05:19 vps639933 systemd[1]: pastehunter.service: Failed with result 'start-limit-hit'.
Feb 22 13:05:19 vps639933 systemd[1]: Failed to start PasteHunter.
The text was updated successfully, but these errors were encountered:
That looks like the issue is with the syntax in your local rule file.
I will add some more handling around yara rules to validate each rule before including so it doesnt take the whole stack down.
Hi,
It seems if you create a new Yara rule from scratch, and then restart pastehunter, you get the message below. If you remove the new Yara rule then the restart works.
Feb 22 13:05:19 vps639933 systemd[1]: pastehunter.service: Service hold-off time over, scheduling restart.
Feb 22 13:05:19 vps639933 systemd[1]: pastehunter.service: Scheduled restart job, restart counter is at 5.
Feb 22 13:05:19 vps639933 systemd[1]: Stopped PasteHunter.
Feb 22 13:05:19 vps639933 systemd[1]: pastehunter.service: Start request repeated too quickly.
Feb 22 13:05:19 vps639933 systemd[1]: pastehunter.service: Failed with result 'start-limit-hit'.
Feb 22 13:05:19 vps639933 systemd[1]: Failed to start PasteHunter.
The text was updated successfully, but these errors were encountered: