-
I'm trying to setup Inadyn, but I'm getting this error when I start it, and then it fails:
This is my configuration file:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
That's very odd. The error comes from flex, which is the LALR parser used in libConfuse, which In-a-Dyn in turn use to parse configuration files. I have never seen this before. This is how it looks on my system, Linux Mint 21.2, based on Ubuntu 22.04.
My guess is that there's something really wrong with the GNU Flex package on your system. I'm on version 2.6.4-8build2 (Debian appends -8build2, which may include various local fixes and backports they carry). I don't know what kind of system you are on, but I'd suggest reporting this upstream, to your distribution. |
Beta Was this translation helpful? Give feedback.
-
Having this issue too, using Docker and the official troglobit/inadyn:latest image |
Beta Was this translation helpful? Give feedback.
-
I also had this issue with troglobit/inadyn:latest image (v2.12) with volume definition: fixed with change to volume definition: -v /etc:/etc |
Beta Was this translation helpful? Give feedback.
I also had this issue with troglobit/inadyn:latest image (v2.12) with volume definition:
-v /etc:/etc/inadyn.conf
--> failed with "input in flex scanner failed"
fixed with change to volume definition:
-v /etc:/etc