lildebi icon indicating copy to clipboard operation
lildebi copied to clipboard

Installation should abort when deboostrap exit

Open ycaniou opened this issue 11 years ago • 1 comments

Hi,

Tried to make an installation, and it's not the first time that deboostrap ends because not able to retrieve Release -- I'm investigating the reason, since I can do a wget at the same moment from my computer. Anyway, the script create-debian-setup.sh ends with an exit, good. But then the script stop-debian.sh is called, with no need, making in addition log unclear. And then start-debian.sh is called... Cheers.

.Y

ycaniou avatar Apr 17 '14 09:04 ycaniou

Yes, the scripts should definitely handle errors better.

It is required to call stop-debian.sh after create-debian-setup.sh, then calling start-debian.sh. That ensures the whole setup/stop/start process is complete.

On 04/17/2014 05:33 AM, ycaniou wrote:

Hi,

Tried to make an installation, and it's not the first time that deboostrap ends because not able to retrieve Release -- I'm investigating the reason, since I can do a wget at the same moment from my computer. Anyway, the script create-debian-setup.sh ends with an exit, good. But then the script stop-debian.sh is called, with no need, making in addition log unclear. And then start-debian.sh is called... Cheers.

.Y


Reply to this email directly or view it on GitHub: https://github.com/guardianproject/lildebi/issues/95

eighthave avatar Apr 17 '14 15:04 eighthave