-
Notifications
You must be signed in to change notification settings - Fork 43
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
btsync: Can't install 1.4 on Ubuntu 14.04 Server #163
Comments
I've got the same problem. |
I tried to reproduce that situation with a Ubuntu 14.04 Server freshly installed with YeaSoft/uic. This Ubuntu Server is really minimal: it contains the packages created by Result: the installation went perfectly:
The output of
I will close this issue, but perhaps you may provide some additional information. In this case I will reopen the Issue. |
I'm running into this same issue. I'm running in a server/headless environment. Linux myhostname 3.13.0-46-generic #77-Ubuntu SMP Mon Mar 2 18:23:39 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux Distributor ID: Ubuntu Here's is what I see up until it hangs: |
I have the suspicion, that on some Ubuntu 14.04 the creation of the certificate fails. Can you please try the following on the command line and tell me what happens? Copy the entire block and paste it.
|
Hi. I ran that command. it doesn't finish with the <<+ part on the end. It just goes to a new line with a > and waits forever until I ctrl-c. It hasn't created either file after I ctrl-c. If I take off the <<+ it starts prompting me for the details of the certificate. Hope that helps.
|
Please copy and paste the entire block (including the last line containing only a + sign). After the line containing only a +, hit the Enter-Key again. |
oops. my bad. I didn't realize I missed that part. It does complete successfully and does create the two files.
|
Mhhhh... that's strange. I do not understand it. It hangs but there is absolutely no reason why it hangs. And it happens only in a few cases... I will try to prepare a debug version of the package, that we can run on your machine. Please stay tuned. I will contact you in a few days. |
You can try another thing: launch the installation and while it is stuck in
and send me the output. Perhaps we may see in which command it is stuck... |
Here is the relevant section of that output
|
I ran this command to monitor the system calls of a process "strace -p $pid -s 1024" and got this output:
It looks like it's writing out to a stream "INPUT high btsync/directory_root\n" and reading in "30 question skipped" repeatedly. It's also writing out "GET btsync/directory_root\n" and reading "0 /data/public/btsync" during the loop. I looked and that folder or file doesn't exist in the /data/public directory. BTW, the /data/public directory is my own partition where I save my data files. Maybe the issue is with using relative paths somewhere so it's looking in the wrong directory. |
OK - This is an interesting information. I think we will get it. But today I will have no time to fix it. Tomorrow you will have a chance... |
I had the same issue installing btsync, it got stalled in the preconfiguring... stage. Running the strace command for the process I created manually the /opt/btsync directory, and the preconfiguring stage unstuck. Everything installed OK after that.
|
@tuxpoldo any progress on this? |
👍 I'm also facing this issue on Ubuntu 14.04.3 LTS Edit: ok I was facing the same issue that #184. I had already installed then removed btsync a few months ago. Recreating the previous sync folder allowed me to continue the installation (in my case |
I faced the same problem. I previously installed btsync removed it and the reinstallation stalls at I solved it with: It seems that some configurations from the first installation process are stored in debconf, which leads to this ambiguous behaviour. |
I had this error like forever, "echo PURGE | debconf-communicate btsync" did the job! Thanks @jerik |
@jandechent you're welcome. Good to know that it helped someone! |
Hi Leo,
I'm using the PPA on Ubuntu Server 14.04 and am not able to install the 1.4 update. Things hang on the "Preconfiguring packages" part. It was running OK on the previous version. I tried removing and readding the package but it is still stuck.
peter@homeserver:~$ sudo apt-get install btsync
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
btsync
0 upgraded, 1 newly installed, 0 to remove and 20 not upgraded.
Need to get 0 B/77.6 kB of archives.
After this operation, 290 kB of additional disk space will be used.
Preconfiguring packages ...
I'm not getting the configuration wizard like I did before.
peter@homeserver:~apt-cache policy btsync
btsync:
Installed: (none)
Candidate: 1.4.0-4
Version table:
1.4.0-4 0
500 http://ppa.launchpad.net/tuxpoldo/btsync/ubuntu/ trusty/main amd64 Packages
100 /var/lib/dpkg/status
Thanks for the help. I'm sure it's something dumb I'm doing.
The text was updated successfully, but these errors were encountered: