Brian K. White

Results 106 comments of Brian K. White

... and 6.7-rc2 works fine.

I tried to duplicate your case, run as root, with deteled .config/mainline and with a copy of your config, and in all cases it worked. And yours is dying before...

I think I know what's going on, though not why. It's dying on get_string_member, and indeed your config file is missing some recently added fields, including the string fields, auth_cmd...

Since it works without sudo, and even in sudo it's clearly able to read the file since it can print it back out. And since it works without sudo, it...

does `sudo mainline args` behave differently than `sudo -i` followed by `mainline args` ?

Thanks for the pointer. Assuming I can follow it, it's great that it has both autostart and dbus already, because that elimitates all 3 of the external shell scripts and...

Whatever it is it isn't your fault. There should be nothing you could do wrong to cause that even if you tried. Could you run `mainline install-minor -v 9` ?

Hm. Everything is fine. Right up until it isn't. May I see `ls -lR ~/.cache/mainline` and/or just blindly try `mainline delete-cache` and manually verify that ~/.cache/mainline is really gone before...

Could you please redo with exactly the command I give and not something else? Changing the input-file arg changed the test, not only because I didn't provide the contents of...

Exit 0 and 0 bytes even tried to write to stderr. Perfectly normal and expected. Oh well thank you. At least it is a few more things that are *not*...