| Summary: | Pvestatd does not start when specifying table in ipv4 route | ||
|---|---|---|---|
| Product: | Branch p10 | Reporter: | Тимoфей Смирнoв <amegami> |
| Component: | pve-manager | Assignee: | qa-team <qa-team> |
| Status: | CLOSED DUPLICATE | QA Contact: | qa-p10 <qa-p10> |
| Severity: | normal | ||
| Priority: | P5 | CC: | alimektor |
| Version: | не указана | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
Specifying anything other than default via in ipv*route causes pvestatd to throw an error and not boot: Etcnet reader: /etc/net/ifaces/vmbr0/ipv4route: unrecognized line "classified" table "classified" via "classified" at /usr/share/perl5/PVE/INotifyEtcnetOverride.pm line 614, <$fh> line 2. Compilation failed in require at /usr/bin/pvestatd line 6. BEGIN failed--compilation aborted at /usr/bin/pvestatd line 6 A temporary solution to ignore such entries and use comments: /usr/share/perl5/PVE/INotifyEtcnetOverride.pm #<----->} else { #<-----> die "Etcnet reader: $path: unrecognized line $line";