-
Notifications
You must be signed in to change notification settings - Fork 14
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
aeroo_install.sh hangs on gconf2 update-alternatives configuration #5
Comments
Thanks for reporting this. Could you provide me with a screenshot, or a larger portion of the terminal log demonstrating when this issue presents itself? |
I should launch the script in a blank machine. I'll do tomorrow On Thu, Jan 14, 2016 at 2:37 PM, Luke Branch [email protected]
|
If you can just paste a portion of the output of the script near where it hangs (preferably with a decent chunk of the script output before the it hangs) this will help immensely in troubleshooting why it's getting stuck. |
it hangs in the initial installations, I think around sudo apt-get install python-genshi python-cairo python-lxml But the analysis of the log could carry more significant information, On Thu, Jan 14, 2016 at 3:12 PM, Luke Branch [email protected]
|
I'm attaching the console output when the script hangs:
After printing the last line, it hangs indefinitely. |
Hallo this happens every time I run this script on an Ubuntu 14.03 or 14.04 64bit: the installation hangs at (roughly translated):
update-alternatives: using /usr/bin/gconftool-2 for /usr/bin/gconftool (gconftool) in automatic mode
I even cannot block the script by CTRL+C.
Maybe I miss some other preventive configuration?
I solve every time by:
1- forcing machine reboot
2- rm /var/lib/dpkg/info/gconf2.postinst
3- sudo dpkg -configure -a
4- running ./aeroo_install.sh again
The text was updated successfully, but these errors were encountered: