-
Notifications
You must be signed in to change notification settings - Fork 131
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
pepack does not use default userdb.txt (Ubuntu) #136
Comments
Sorry for the small delay :-) |
I installed from Ubuntu/Debian package |
@wesinator we debugged the package and are able to reproduce the issue on Ubuntu 18.04. We verified that the .deb package did overwrite the |
I believe this was a bug in the debian build for pev, since fixed in 0.81-1 currently in experimental. |
Thanks for your input @petterreinholdtsen. @jweyrich it will take some time until the package 0.81-1 makes its way to testing/stable builds. I'd suggest to keep this issue open until we can verify Ubuntu maintainers start using 0.81-1 from Debian. @wesinator Thanks for reporting this. The bug actually exists in Debian, Ubuntu, Kali, etc. It will be nice to have it fixed. |
I've verified this is fixed in 0.81-1!
|
@merces it seems that .config/pevpev.conf is missing the dir separator. We did fix this in our last conversation, right? Not sure if the fix was in time to get into this package. openat(AT_FDCWD, "/home/user/.config/pevpev.conf", O_RDWR) = -1 ENOENT (No such file or directory) |
@jweyrich yes we did fix it. It was not in time for the package but since the only available option supported by |
Sure. No problem! Seeing that output line just made me think for a second if we correctly fixed it - my temporal confusion. |
Is this still relevant? |
It is not. |
pev 0.80 Ubuntu package
To reproduce:
pepack file.exe
pepack does not load the db file from
/usr/share/pev/userdb.txt
when no -d file is specified:Expected: loads default userdb.txt file
https://github.com/merces/pev/blob/ef1a4c8a3f077c95cc7301e4c7b0abdd115c2891/doc/manpages/pepack.1#L19
The text was updated successfully, but these errors were encountered: