Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fedora17: systemd is broken (booting blocks) #115

Closed
gdha opened this issue Jun 21, 2012 · 4 comments
Closed

fedora17: systemd is broken (booting blocks) #115

gdha opened this issue Jun 21, 2012 · 4 comments
Assignees
Labels
bug The code does not do what it is meant to do
Milestone

Comments

@gdha
Copy link
Member

gdha commented Jun 21, 2012

Apparently after changes made to /lib into /usr/lib on Fedora 17 systemd seems to be broken. I could fix most systemd stuff after moving the /lib to /usr/lib in our skel structure. However, it still blocks at

[FAILED] Failed to start Rear run-syslog script.
                See 'systemctl status rsyslog.service' for details.

However, nothing happens after this point - no prompt. A bit more debugging is required...

@ghost ghost assigned gdha Jun 21, 2012
@gdha
Copy link
Member Author

gdha commented Jun 25, 2012

commited changes to the skel tree (mv /lib to /usr/lib). Need some more testing as Jeroen changed usr/share/rear/build/GNU/Linux/39_copy_binaries_libraries.sh

@gdha
Copy link
Member Author

gdha commented Jun 26, 2012

it works again - /usr/lib/systemd is the main track to use.

@gdha gdha closed this as completed Jun 26, 2012
@jhoekx
Copy link
Contributor

jhoekx commented Jun 26, 2012

Gratien, wouldn't it be useful to link /lib/systemd to /usr/lib/systemd to not break previous fedora versions?

@gdha
Copy link
Member Author

gdha commented Jun 27, 2012

/lib is linked to /usr/lib - so that is covered

On Tue, Jun 26, 2012 at 4:03 PM, Jeroen Hoekx <
reply@reply.github.com

wrote:

Gratien, wouldn't it be useful to link /lib/systemd to /usr/lib/systemd to
not break previous fedora versions?


Reply to this email directly or view it on GitHub:
#115 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The code does not do what it is meant to do
Projects
None yet
Development

No branches or pull requests

2 participants