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

aeroo_install.sh hangs on gconf2 update-alternatives configuration #5

Open
RaffaeleT opened this issue Jan 14, 2016 · 5 comments
Open

Comments

@RaffaeleT
Copy link

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

@lukebranch
Copy link
Contributor

@RaffaeleT ,

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?

@RaffaeleT
Copy link
Author

I should launch the script in a blank machine. I'll do tomorrow
Or is there any log I could look into?

On Thu, Jan 14, 2016 at 2:37 PM, Luke Branch notifications@github.com
wrote:

@RaffaeleT https://github.com/RaffaeleT ,

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?


Reply to this email directly or view it on GitHub
#5 (comment)
.

@lukebranch
Copy link
Contributor

@RaffaeleT ,

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.

@RaffaeleT
Copy link
Author

it hangs in the initial installations, I think around

sudo apt-get install python-genshi python-cairo python-lxml
libreoffice-script-provider-python libreoffice-base python-cups -y
sudo apt-get install python-setuptools python3-pip -yf

But the analysis of the log could carry more significant information,
because it always hangs with the output I reported in the OP

On Thu, Jan 14, 2016 at 3:12 PM, Luke Branch notifications@github.com
wrote:

@RaffaeleT https://github.com/RaffaeleT ,

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.


Reply to this email directly or view it on GitHub
#5 (comment)
.

@RaffaeleT
Copy link
Author

I'm attaching the console output when the script hangs:

...
Adding debian:StartCom_Certification_Authority_G2.pem
Adding debian:DST_Root_CA_X3.pem
done.
Setting up default-jre-headless (2:1.7-51) ...
Setting up default-jre (2:1.7-51) ...
Setting up gconf-service-backend (3.2.6-0ubuntu2) ...
Setting up gconf-service (3.2.6-0ubuntu2) ...
Setting up gconf2 (3.2.6-0ubuntu2) ...
update-alternatives: using /usr/bin/gconftool-2 to provide /usr/bin/gconftool (gconftool) in auto mode

After printing the last line, it hangs indefinitely.
CTRL+C doesn't stop the script, I need to log in with a second SSH session and reboot (and clean up locks and other things)

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