[ARM] init_user_config.sh no file in install


wido

Recommended Posts

Hello,

i use a odroid (ARM), I have a problem with the file "init_user_config"

$ uname -a
Linux odroid 3.10.92-71 #1 SMP PREEMPT Fri Dec 18 00:38:54 BRST 2015 armv7l armv7l armv7l GNU/Linux
$ ls -l /etc/btsync/
total 0
$ ls -l /var/lib/btsync/
total 0
odroid@odroid:~$ 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 0 not upgraded.
Need to get 4431 kB of archives.
After this operation, 8375 kB of additional disk space will be used.
Get:1 http://linux-packages.getsync.com/btsync/deb/ btsync/non-free btsync armhf 2.3.2-1 [4431 kB]
Fetched 4431 kB in 25s (173 kB/s)                                                                                                               
Selecting previously unselected package btsync.
(Reading database ... 170188 files and directories currently installed.)
Preparing to unpack .../btsync_2.3.2-1_armhf.deb ...
Unpacking btsync (2.3.2-1) ...
Processing triggers for systemd (225-1ubuntu9) ...
Processing triggers for ureadahead (0.100.0-19) ...
Setting up btsync (2.3.2-1) ...
chmod: cannot access '/etc/btsync/init_user_config.sh': No such file or directory
dpkg: error processing package btsync (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 btsync
E: Sub-process /usr/bin/dpkg returned an error code (1)
$ btsync --help

BitTorrent Sync 2.3.2 (287)
Usage:
	  btsync [ options ... ]
Options:
	--help                    Print this message
	--config <path>           Use a configuration file
	--storage <path>          Storage path for identity and license
	--identity <user name>    Creates user identity
	--license <path>          Apply owner license
	--nodaemon                Do not daemonize
	--dump-sample-config      Print a sample configuration file
	--log <file>              Set log file
	--webui.listen <IP>:<port> Set the webui listening interface
	--generate-secret         Generate a read/write key
	--get-ro-secret <r/w key> Get the read-only key associated to a read/write key

 

Link to comment
Share on other sites

Thanks you Helen

i use:

sudo rm /etc/apt/sources.list.d/btsync.list
sudo apt-get update
sudo apt-get autoremove --purge btsync
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 992A3C9A3C3DE741
sudo add-apt-repository "deb http://deb.silvenga.com/btsync any main"
sudo apt-get update
sudo apt-get install btsync-gui

for now I do not use the official repository

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.