Problems Installing ARM ipkg

Any questions? Need some help?
Post Reply
ricarva
Posts: 5
Joined: 10 Apr 2014, 15:34

Problems Installing ARM ipkg

Post by ricarva »

Hi, guys


I'n trying to get Filebot going on a QNAP NAS. According to this, people have done it before:

http://forum.qnap.com/viewtopic.php?f=45&t=72488

Have successfully installed JRE, but on trying to install ARM ipkg I get the following output:

Code: Select all

[/share/Public] # ipkg install filebot_4.0_arm.ipk
Installing filebot (4.0) to root...
Configuring filebot
ln: /opt/usr/bin/filebot: No such file or directory
//opt/lib/ipkg/info/filebot.postinst: line 7: filebot: command not found
postinst script returned status 127
ERROR: filebot.postinst returned 127
Successfully terminated.
Am I doing something horribly/obviously wrong?


Thank you for your help
ricarva
Posts: 5
Joined: 10 Apr 2014, 15:34

Re: Problems Installing ARM ipkg

Post by ricarva »

Some extra info.

Tried a -V ipkg install, and here's the output:

Code: Select all

[/share/Public] # ipkg -V 3 install filebot_4.0_arm.ipk
pkg_info_preinstall_check: updating arch priority for each package
pkg_info_preinstall_check: update file owner list
best installation candidate for filebot
 adding filebot to providers
  filebot arch=arm arch_priority=10 version=4.0
 Found a valid candidate for the install: filebot 4.0
arch arm (priority 10) supported for pkg filebot
Installing filebot (4.0) to root...
Running script /opt/ipkg-MqJpId/filebot-KJYFKX/preinst
  installing maintainer scripts
  installing data files
    extracting data files to /
    Calling pkg_write_filelist from install_data_files
    creating filebot.list file
    creating //opt/lib/ipkg/info/filebot.list file for pkg filebot
  resolving conf files
   pkg=filebot old_state_flag=190 state_flag=180
  cleanup temp files
cleanup_temporary_files: pkg=filebot local_filename=filebot_4.0_arm.ipk tmp_dir=/opt/ipkg-MqJpId
Done.
Configuring unpacked packages
Configuring filebot
Running script //opt/lib/ipkg/info/filebot.postinst
ln: /opt/usr/bin/filebot: No such file or directory
//opt/lib/ipkg/info/filebot.postinst: line 7: filebot: command not found
postinst script returned status 127
ERROR: filebot.postinst returned 127
  writing status file
pkg_write_changed_filelists: saving changed filelists
Calling pkg_write_filelist for pkg=filebot from pkg_write_changed_filelists
    creating filebot.list file
    creating //opt/lib/ipkg/info/filebot.list file for pkg filebot
Successfully terminated.
hash_table[pkg-hash] n_buckets=0 n_elements=1359 max_conflicts=0 n_conflicts=0
hash_table[file-hash] n_buckets=0 n_elements=2675 max_conflicts=0 n_conflicts=0
hash_table[obs-file-hash] n_buckets=0 n_elements=0 max_conflicts=0 n_conflicts=0
Again, if I'm missing anything obvious, sorry. Dipping my toes in linux, but have much to learn.
User avatar
rednoah
The Source
Posts: 23933
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Problems Installing ARM ipkg

Post by rednoah »

:idea: Please read the FAQ and How to Request Help.
ricarva
Posts: 5
Joined: 10 Apr 2014, 15:34

Re: Problems Installing ARM ipkg

Post by ricarva »

Yup, had found that post in the meantime.

Will have a go soon enough.

Thanks for the reply!
Post Reply