Marius Dinu

Results 60 comments of Marius Dinu

I was wrong. Busybox uses the same paths too.

So... musl doesn't have ttyslot(), uclibc and dietlibc don't have ttyslot either, dropbear doesn't add it with --disable-pututline, and on glibc there's no need for --disable-pututline, because pututline() works. Why...

I did some searching. I coudn't find any. - OpenBSD and all other common BSDs support login and pututline - macOS supports login and pututxline - minix supports login and...

It's probably the same as #1706.

As a workaround, I hardcoded my email address in `resources/lib/services/nfsession/session/access.py`, after the failed regex match and it works once again.

Edit `resources/lib/services/nfsession/session/access.py` in the netflix plugin directory. Search for this line: `# Get the account e-mail`. After that, there's a `email = ...` line. Replace that with your email address...

No, it's a different issue.

Thanks for reply. The package is old. It doesn't make sense to debug that version. I'm currently updating it v3.0.7 and I'll report back if it still doesn't work. You...

I tried v3.0.7 and it still segfaults. Normal run: ``` # auditd -f -c /tmp Config file /tmp/auditd.conf doesn't exist, skipping No plugins found, not dispatching events Segmentation fault ```...