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

Raspberry Pi - Hangs on apt-get installation #184

Open
Skybound1 opened this issue Apr 8, 2015 · 2 comments
Open

Raspberry Pi - Hangs on apt-get installation #184

Skybound1 opened this issue Apr 8, 2015 · 2 comments

Comments

@Skybound1
Copy link

Trying to install btsync on my Raspberry Pi using apt-get but it hangs on Preconfiguring packages.

Version that is trying to be installed is 2.0.0-2.

Thanks for the help in advance.

@Kakoen
Copy link

Kakoen commented Aug 9, 2015

I have the same issue on a Odroid-XU running Ubuntu Server 14.04 LTS.

Installation went fine the first time, but after remove / reinstall it hangs on preconfiguring packages.

Possible way to reproduce in my case:

  1. Install btsync (apt-get install btsync)
  2. Run btsync
  3. Remove btsync (apt-get remove btsync - apt-get remove btsync-core)
  4. Re-install btsync (apt-get install btsync)
root@odroid-server:~# apt-get install btsync
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  btsync-core
Suggested packages:
  bind-shim
The following NEW packages will be installed:
  btsync btsync-core
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/5068 kB of archives.
After this operation, 8008 kB of additional disk space will be used.
Do you want to continue? [Y/n]
Preconfiguring packages ...

Hope this extra information helps to solve the issue.

@Kakoen
Copy link

Kakoen commented Aug 9, 2015

And using strace I found the root cause of the problem. It seems to scan for the earlier configured default sync directory, repeatedly. After re-creating that folder, the installation continues.

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