Bug 45931

Summary: Pvestatd does not start when specifying table in ipv4 route
Product: Branch p10 Reporter: Тимoфей Смирнoв <amegami>
Component: pve-managerAssignee: 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   

Description Тимoфей Смирнoв 2023-04-21 19:16:39 MSK
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";
Comment 1 Evgeny Shesteperov 2023-05-01 11:18:58 MSK

*** This bug has been marked as a duplicate of bug 45932 ***