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

How do I start drbl without rebuilding every image, every time? #12

Open
sydneybrokeit opened this issue Apr 6, 2017 · 3 comments
Open

Comments

@sydneybrokeit
Copy link
Contributor

I'm using DRBL as the base of a PXE-based testing and imaging platform (Panucci, if you're interested in what it is), and every morning, I have to power on the server, wait for it to power on, and then run drblpush with our existing configuration.

How do I make it so that I can start up the necessary services without creating the images every time, or at least without making the user hit enter each time?

@stevenshiau
Copy link
Owner

I believe you are using use "DRBL live"? If you follow
http://drbl.org/installation/
to install DRBL on a GNU/Linux system, e.g., Ubuntu 16.04, then you only have to run "drblsrv -i" and "drblpush -i" once. Even you reboot the machine, the required service will be ready, no need to run "drblpush -i" again.

Steven

@sydneybrokeit
Copy link
Contributor Author

I've attempted that, and no matter what, I have to run drblpush -c after every boot - it hangs at /bin/sh otherwise.

@stevenshiau
Copy link
Owner

So which version of GNU/Linux did you install drbl? Please provide more details so that I can try to reproduce the issue here.
BTW, please also give unstable drbl a try if you can.

Steven

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants