Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

input in flex scanner failed when using configs #19

Closed
sjaks opened this issue Dec 28, 2020 · 4 comments
Closed

input in flex scanner failed when using configs #19

sjaks opened this issue Dec 28, 2020 · 4 comments

Comments

@sjaks
Copy link

sjaks commented Dec 28, 2020

When using the predefined configs, I get:

sami@pad:~ $ hl -V
hl: version 1.93
sami@pad:~ $ hl --du
input in flex scanner failed
sami@pad:~ $ hl --log_d
input in flex scanner failed
sami@pad:~ $ cat /var/log/auth.log | hl --log
input in flex scanner failed
sami@pad:~ $

Version number is visible above.

I'm on Ubuntu 20.04. Feel free to ask if you need to know other package versions. I am eager to help!

@mbornet-hl
Copy link
Owner

Hello,
can you please provide the version numbers for flex and bison ?
You also may use the "-L" option to activate lex (flex) debug and the "-v" option (-v, -vv, -vvv) to get additional information.
Thanks.

@sjaks
Copy link
Author

sjaks commented Jan 6, 2021

I used the debian package discussed in #17.

@mbornet-hl
Copy link
Owner

Hi,
I've just installed Ubuntu 20.04 in a VM, downloaded git, make, gcc, flex and bison and it worked fine.
Regarding your problem, I didn't define the configurations you want to use :

mb@VM-ubuntu-20-04:~/projets/hl/config_files$ grep '^du[        ]*:' *
mb@VM-ubuntu-20-04:~/projets/hl/config_files$ grep '^log[       ]*:' *

Where do these configurations come from ?

Regards.

@mbornet-hl
Copy link
Owner

I have no answer to the question I asked 25 days ago, so I close this issue.

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

No branches or pull requests

2 participants