Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Force10: FTOS 9 keeps triggering alerts due to flash mod time changing #86

Open
joschi99 opened this issue Aug 10, 2016 · 1 comment
Open

Comments

@joschi99
Copy link

We use rancid 3.4.1. On every runcid-run whe have a update on our Force10 S4820T switches, because:

  • flash: timestamp is still changing every runcid-run
  • fan speed: has no sense and is changing very often

2016-08-10 10_23_42- rancid repository diff of _dell_configs_192 168 253 252

Is there any solution about this?

Thanks in advance

Jochen

@yesrod
Copy link

yesrod commented Jan 11, 2017

The pattern in question that's supposed to prevent this is at line 340 of f10rancid:

/ \.{1,2}$/ && next;

For some reason the end of line match is causing issues. I ended up with the following pattern instead:

/\+\d{2}:\d{2} \.{1,2}/ && next;

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants