-
Notifications
You must be signed in to change notification settings - Fork 94
bdutil doesn't work with Ubuntu images #29
Comments
86c7b09 fixes the missing /usr/local/share/google directory; at head we see:
This means "which insserv" and "which chkconfig" both failed running as root. Various Ubuntu forum threads indicate insserv residing in /usr/lib/insserv/insserv, and needing to symlink into /sbin before usage:
Applying this fix to configure_startup_processes.sh appears to allow the deployment to proceed at least to the NFS-setup steps. |
The second failure is on setup_master_nfs.sh with:
This is a neat quirk of Ubuntu; whereas on plain Debian, running
Compared to Ubuntu:
|
It appears there's no easy way to modify nfsv4gracetime for Ubuntu, aside from editing |
For posterity, the root cause of the existence/nonexistence of nfsv4gracetime is that in Debian,
Compared to Ubuntu's ending like this:
So the extra |
The fix has been tested successfully in several setups now and pull request has been sent: #30 |
Merged into master: 84fdd46 |
Reported on StackOverflow, I'm able to reproduce the problem at the latest 1.2.1 release. There appear to be multiple issues leading to the incompatibility.
The text was updated successfully, but these errors were encountered: