Linksys WRT3200ACM
OpenWrt 22.03.2
uci: parse error (invalid character in name field) at line 1, byte 37 /etc/config/clamav-milter is broken
i cant find there any error.
Linksys WRT3200ACM
OpenWrt 22.03.2
uci: parse error (invalid character in name field) at line 1, byte 37 /etc/config/clamav-milter is broken
i cant find there any error.
maybe post /etc/config/clamav-milter
here?? Nobody can help you unless we can review the file itself.
Also, this can't be too hard for the OP to find, as the issue seems to exist on Line 1.
If only there existed a way to identify the offending character’s position in line 1
There is; but we would need to see OPs file.
Place into a hex editor, browse cursor to Byte 37 (most editors show Hex and Bytes like a office productivity app shows lines/columns...if you don't want to count.
I've seen this before when someone uses a back quote/grave accent mark:
`
Instead of a single quote:
'
If the line is 37 characters long and the error position corresponds to the end of line, then the issue might be windows (\r\n) vs. unix (\n) newlines