GNU bug report logs -
#36583
26.1; emacs 26 tries loading original user's .emacs after su to root
Previous Next
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
debian 10 "buster", amd64
GNU Emacs 26.1 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.4) of 2019-02-03, modified by Debian
- I did /bin/su from my own user to root
- When I started emacs I got the following error message:
Warning (initialization): An error occurred while loading ‘/home/sb/.emacs’:
File is missing: Cannot open load file, No such file or directory, editorconfig
To ensure normal operation, you should investigate and remove the
cause of the error in your initialization file. Start Emacs with
the ‘--debug-init’ option to view a complete error backtrace.
- Ie. emacs tried to load the original user's .emacs and fails (and the
configuration of the editor is kind of broken)
Results of HOME and id after su:
root <at> cadalora:~# env | grep HOME
HOME=/root
root <at> cadalora:~# id
uid=0(root) gid=0(root) groups=0(root)
root <at> cadalora:~#
- When I do "/bin/su - root" then emacs reports no error messages on
startup
Results of HOME and id looks the same:
root <at> cadalora:~# env | grep HOME
HOME=/root
root <at> cadalora:~# id
uid=0(root) gid=0(root) groups=0(root)
root <at> cadalora:~#
This bug report was last modified 123 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.