On 11/14/2016 2:27 PM, to...@tuxteam.de wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Mon, Nov 14, 2016 at 01:09:51PM -0600, Richard Owlett wrote:
There is light at the end of the tunnel which doesn't appear to be
an oncoming train ;/
This is a manually created transcript of what I've done this morning.
I physically can *NOT* do a copy-n-paste of what's happening as it is
currently in progress on a separate _intentionally isolated_ laptop.
My procedure has been to login "root" at the Jessie boot screen.
I did *NOT* login as "richard" followed by executing "su" in a
terminal.
There *appears* to be subtle differences -- more investigation
needed.
There is. If you invoke just "su", you inherit (more or less) the
(regular) user's environment, with some exceptions. If you invoke
"su -" (or equivalently "su -l") you get a fresh environment for
root, as if you had logged in as root directly.
My observed symptoms would seem to match.
I have a test case in mind that could verify that.
It will have to wait. I have a higher priority project thirsting
for an available 300GB drive. It is the motivation for a lot of
my recent posts ;/
The gory details are in su's man page (a bit complicated by the
fact that su can do more things, e.g. su'ing to another user instead
of root, executing just one command as the new user, and so on).
Jonathan commented on the other points much better than I could,
so I'll stop here :-)
regards
- -- tomás