IPKG install on Synology DS412+ (Intel Atom)

Any questions? Need some help?
Post Reply
Strunov
Posts: 8
Joined: 10 Dec 2013, 12:02

IPKG install on Synology DS412+ (Intel Atom)

Post by Strunov »

Hi all,

I have trouble installing the i686 ipkg package, because it fails somehow. Could anyone please help me figure out what is wrong?

I am not that strong in Linux systems, but learning everyday. Please help.

This is my result:

Code: Select all

BusyBox v1.16.1 (2013-11-06 05:22:56 CST) built-in shell (ash)
Enter 'help' for a list of built-in commands.
                                                                                                                                                             
DiskStation> wget http://downloads.sourceforge.net/project/filebot/filebot/FileBot_3.8/filebot_3.8_i686.ipk
--2013-12-10 14:47:44--  http://downloads.sourceforge.net/project/filebot/filebot/FileBot_3.8/filebot_3.8_i686.ipk
Resolving downloads.sourceforge.net... 216.34.181.59
Connecting to downloads.sourceforge.net|216.34.181.59|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://surfnet.dl.sourceforge.net/project/filebot/filebot/FileBot_3.8/filebot_3.8_i686.ipk [following]
--2013-12-10 14:47:45--  http://surfnet.dl.sourceforge.net/project/filebot/filebot/FileBot_3.8/filebot_3.8_i686.ipk
Resolving surfnet.dl.sourceforge.net... 130.59.138.21, 2001:620:0:1b::21
Connecting to surfnet.dl.sourceforge.net|130.59.138.21|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 30473672 (29M) [application/octet-stream]
Saving to: `filebot_3.8_i686.ipk'
                                                                                                                                                             
100%[===================================================================================================================>] 30,473,672  4.86M/s   in 6.4s
                                                                                                                                                             
2013-12-10 14:47:51 (4.52 MB/s) - `filebot_3.8_i686.ipk' saved [30473672/30473672]
                                                                                                                                                             
DiskStation> ipkg install filebot_3.8_i686.ipk
Installing filebot (3.8) to root...
Configuring filebot
ln: /opt/usr/bin/filebot: No such file or directory
postinst script returned status 1
ERROR: filebot.postinst returned 1
Successfully terminated.
DiskStation>
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: IPKG install on Synology DS412+ (Intel Atom)

Post by rednoah »

You may have to extract the ipk somewhere else.

By default it installs to /opt/usr/share/filebot but maybe u can force location with ipkg, or just use the portable.
:idea: Please read the FAQ and How to Request Help.
Strunov
Posts: 8
Joined: 10 Dec 2013, 12:02

Re: IPKG install on Synology DS412+ (Intel Atom)

Post by Strunov »

Thank you. Do you happen to know how to do that?
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: IPKG install on Synology DS412+ (Intel Atom)

Post by rednoah »

use the portable then
:idea: Please read the FAQ and How to Request Help.
Post Reply