On Mon, May 8, 2023 at 1:14 PM Olaf Hering <o...@aepfle.de> wrote: > > On a fedora system, if you run `sudo sh install.sh` you break your > system. The installation clobbers /var/run, a symlink to /run. A > subsequent boot fails when /var/run and /run are different since > accesses through /var/run can't find items that now only exist in /run > and vice-versa. > > Skip populating /var/run/xen during make install. > The directory is already created by some scripts. Adjust all remaining > scripts to create XEN_RUN_DIR at runtime. > > XEN_RUN_STORED is covered by XEN_RUN_DIR because xenstored is usually > started afterwards. > > Reported-by: Jason Andryuk <jandr...@gmail.com> > Signed-off-by: Olaf Hering <o...@aepfle.de>
Tested-by: Jason Andryuk <jandr...@gmail.com> I tested with Fedora/systemd. Thanks, Olaf. Regards, Jason