- Edited
I’m honestly 6 beers deep, and i’m in testing. I don’t remember the specific package name, but a new 66 package just pushed to testing borked boot for me at Stage 1.
# 66-env -t boot boot@ system
66-env: fatal: unable to get EDITOR: No such file or directory
Probably a problem with my systemThe only thing that should change in your script should benegative wroteim sure my manual install script will fail now...
66-enable -t boot boot
becomes
66-enable -t boot boot@ negative
and it should bootgreat. this should make it easier for me. thanks for the reply.fungal_net wroteThe only thing that should change in your script should benegative wroteim sure my manual install script will fail now...becomes66-enable -t boot boot
and it should boot66-enable -t boot boot@ negative
This means that your shell doesn't have an editor set or the one that is set (/root/.bashrc or /root/.zshrc) is not installed.Wat-now wrote Probably a problem with my system
If need be, I can just use file manger to find mentioned conf. file as workaround until I get it sorted.
export EDITOR=whatever_the_prog_to_use
do the same for your at .zhrc of your regular user. For bash use the .bashrc file instead% sudo -E 66-env -t boot boot@ system
it that case 66-env you will use the EDITOR set at .zshrc (or whatever the shell used) of the regular user.% printenv
it will display you all the variable set at your environment.export EDITOR=editor_of_choice
in .bashrc &or .zshrc file in root &or home folder.On the second try everything went smoothly. Reboot and everything works perfectly.s6-rc-update: warning: s6-svscan not running on /run/66/tree/1000/jean-michel/scandir
s6-rc-update: warning: unable to live update s6rc-fdholder - restarting it
s6-svc: fatal: unable to control /run/66/tree/1000/jean-michel/servicedirs/s6rc-fdholder: supervisor not listening
Powered by Obarun