moServices 3 on RT 1185 players ..

moServices 3 on RT 1185 players ..

Postby aasoror » 21 Oct 2011, 08:01

Hello Guys,
I was trying to run moServices on my RT 1185 based box and have been having some troubles.
Apparently there seem to be a runtime issue related to compilation, here is what happens:

- Installation breaks because the "wget" binary included with moServices isn't recognized on my player.

Code: Select all
==========================================
 Installing moServices 3
------------------------------------------
 Version: 0.4
------------------------------------------
 17/08/11 > FarVoice  > www.moservices.org
==========================================
Choose destination:
=> (1) - auto (root or etc partition)
=> (2) - root partition
=> (3) - etc partition
=> (0) - Exit
3
Connecting to www.moservices.org[90.156.201.101]:80
base.tar.bz2         100% |*****************************|   138 KB    00:00 ETA
 Install package base
 Update repository list
/usr/local/etc/mos/bin/pm: /usr/local/etc/mos/bin/pm: 459: /usr/local/etc/mos/bi
n/wget: not found
Unable to download http://www.moservices.org/mos3/packages.tar.bz2


This is fixed by using wget from my box instead, then complete the installation manually.

Code: Select all
/usr/local/etc/mos/bin # ./pm install base
 Install package base
 Update repository list
Connecting to www.moservices.org[90.156.201.37]:80
packages.tar.bz2     100% |*****************************|  6761       00:00 ETA
  Package base already installed
 Install package libgcc_s
  Package libgcc_s is embeded
 Install package busybox
Connecting to www.moservices.org[90.156.201.54]:80
busybox.tar.bz2      100% |*****************************|   605 KB    00:00 ETA
 Install package web
Connecting to www.moservices.org[90.156.201.101]:80
web.tar.bz2          100% |*****************************|  2733 KB    00:00 ETA
 Install package libgcc_s
  Package libgcc_s already installed
 Install package php
Connecting to www.moservices.org[90.156.201.13]:80
php.tar.bz2          100% |*****************************|  3129 KB    00:00 ETA
 Install package libgcc_s
  Package libgcc_s already installed
 Install package libcurl
Connecting to www.moservices.org[90.156.201.101]:80
libcurl.tar.bz2      100% |*****************************|   812 KB    00:00 ETA
 Install package libiconv
Connecting to www.moservices.org[90.156.201.54]:80
libiconv.tar.bz2     100% |*****************************|   629 KB    00:00 ETA
 Install package libjpeg
Connecting to www.moservices.org[90.156.201.101]:80
libjpeg.tar.bz2      100% |*****************************|   132 KB    00:00 ETA
 Install package libpng14
Connecting to www.moservices.org[90.156.201.13]:80
libpng14.tar.bz2     100% |*****************************|   104 KB    00:00 ETA
 Install package libxml2
Connecting to www.moservices.org[90.156.201.37]:80
libxml2.tar.bz2      100% |*****************************|   550 KB    00:00 ETA
 Install package libz
Connecting to www.moservices.org[90.156.201.54]:80
libz.tar.bz2         100% |*****************************| 57685       00:00 ETA
 Install package core
Connecting to www.moservices.org[90.156.201.101]:80
core.tar.bz2         100% |*****************************|   348 KB    00:00 ETA


Next installation completes fine, but I can't run lighthttpd

Code: Select all
lighttpd: can't load library 'libpcre.so.0'


As I have optware installed on my box, i fetch and install lighthttpd from "http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable"

After replacing the lighthttpd binary from the mos folder by the one from my opt folder I get the following errors ..

Code: Select all
/usr/local/etc/mos # ./services enable
/usr/local/etc/mos # ./services start
/usr/local/etc/mos # Starting lighttp service...
2011-10-20 09:51:20: (plugin.c.169) dlopen() failed for: /opt/lib/lighttpd/mod_webdav.so File not found
2011-10-20 09:51:20: (server.c.657) loading plugins finally failed
/usr/local/etc/mos/bin/php: can't load library 'libiconv.so.2'
/usr/local/etc/mos/bin/php: can't load library 'libiconv.so.2'


I have double checked my opt folder and /opt/lib/lighttpd/mod_webdav.so exists

Code: Select all
/opt/lib/lighttpd # ls
mod_access.so         mod_extforward.so     mod_secdownload.so
mod_accesslog.so      mod_fastcgi.so        mod_setenv.so
mod_alias.so          mod_flv_streaming.so  mod_simple_vhost.so
mod_auth.so           mod_indexfile.so      mod_ssi.so
mod_cgi.so            mod_magnet.so         mod_staticfile.so
mod_cml.so            mod_mysql_vhost.so    mod_status.so
mod_compress.so       mod_proxy.so          mod_trigger_b4_dl.so
mod_dirlisting.so     mod_redirect.so       mod_userdir.so
mod_evasive.so        mod_rewrite.so        mod_usertrack.so
mod_evhost.so         mod_rrdtool.so        mod_webdav.so
mod_expire.so         mod_scgi.so


Any insights is appreciated,
Thanks,
aasoror
 
Posts: 14
Joined: 21 Oct 2011, 07:35

Re: moServices 3 on RT 1185 players ..

Postby pborus » 21 Oct 2011, 13:33

aasoror wrote:Hello Guys,
I was trying to run moServices on my RT 1185 based box and have been having some troubles.
Apparently there seem to be a runtime issue related to compilation, here is what happens:

- Installation breaks because the "wget" binary included with moServices isn't recognized on my player.
| +
Code: Select all
==========================================
 Installing moServices 3
------------------------------------------
 Version: 0.4
------------------------------------------
 17/08/11 > FarVoice  > www.moservices.org
==========================================
Choose destination:
=> (1) - auto (root or etc partition)
=> (2) - root partition
=> (3) - etc partition
=> (0) - Exit
3
Connecting to www.moservices.org[90.156.201.101]:80
base.tar.bz2         100% |*****************************|   138 KB    00:00 ETA
 Install package base
 Update repository list
/usr/local/etc/mos/bin/pm: /usr/local/etc/mos/bin/pm: 459: /usr/local/etc/mos/bi
n/wget: not found
Unable to download http://www.moservices.org/mos3/packages.tar.bz2


This is fixed by using wget from my box instead, then complete the installation manually.

Code: Select all
/usr/local/etc/mos/bin # ./pm install base
 Install package base
 Update repository list
Connecting to www.moservices.org[90.156.201.37]:80
packages.tar.bz2     100% |*****************************|  6761       00:00 ETA
  Package base already installed
 Install package libgcc_s
  Package libgcc_s is embeded
 Install package busybox
Connecting to www.moservices.org[90.156.201.54]:80
busybox.tar.bz2      100% |*****************************|   605 KB    00:00 ETA
 Install package web
Connecting to www.moservices.org[90.156.201.101]:80
web.tar.bz2          100% |*****************************|  2733 KB    00:00 ETA
 Install package libgcc_s
  Package libgcc_s already installed
 Install package php
Connecting to www.moservices.org[90.156.201.13]:80
php.tar.bz2          100% |*****************************|  3129 KB    00:00 ETA
 Install package libgcc_s
  Package libgcc_s already installed
 Install package libcurl
Connecting to www.moservices.org[90.156.201.101]:80
libcurl.tar.bz2      100% |*****************************|   812 KB    00:00 ETA
 Install package libiconv
Connecting to www.moservices.org[90.156.201.54]:80
libiconv.tar.bz2     100% |*****************************|   629 KB    00:00 ETA
 Install package libjpeg
Connecting to www.moservices.org[90.156.201.101]:80
libjpeg.tar.bz2      100% |*****************************|   132 KB    00:00 ETA
 Install package libpng14
Connecting to www.moservices.org[90.156.201.13]:80
libpng14.tar.bz2     100% |*****************************|   104 KB    00:00 ETA
 Install package libxml2
Connecting to www.moservices.org[90.156.201.37]:80
libxml2.tar.bz2      100% |*****************************|   550 KB    00:00 ETA
 Install package libz
Connecting to www.moservices.org[90.156.201.54]:80
libz.tar.bz2         100% |*****************************| 57685       00:00 ETA
 Install package core
Connecting to www.moservices.org[90.156.201.101]:80
core.tar.bz2         100% |*****************************|   348 KB    00:00 ETA


Next installation completes fine, but I can't run lighthttpd

Code: Select all
lighttpd: can't load library 'libpcre.so.0'


As I have optware installed on my box, i fetch and install lighthttpd from "http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable"

After replacing the lighthttpd binary from the mos folder by the one from my opt folder I get the following errors ..

Code: Select all
/usr/local/etc/mos # ./services enable
/usr/local/etc/mos # ./services start
/usr/local/etc/mos # Starting lighttp service...
2011-10-20 09:51:20: (plugin.c.169) dlopen() failed for: /opt/lib/lighttpd/mod_webdav.so File not found
2011-10-20 09:51:20: (server.c.657) loading plugins finally failed
/usr/local/etc/mos/bin/php: can't load library 'libiconv.so.2'
/usr/local/etc/mos/bin/php: can't load library 'libiconv.so.2'


I have double checked my opt folder and /opt/lib/lighttpd/mod_webdav.so exists

Code: Select all
/opt/lib/lighttpd # ls
mod_access.so         mod_extforward.so     mod_secdownload.so
mod_accesslog.so      mod_fastcgi.so        mod_setenv.so
mod_alias.so          mod_flv_streaming.so  mod_simple_vhost.so
mod_auth.so           mod_indexfile.so      mod_ssi.so
mod_cgi.so            mod_magnet.so         mod_staticfile.so
mod_cml.so            mod_mysql_vhost.so    mod_status.so
mod_compress.so       mod_proxy.so          mod_trigger_b4_dl.so
mod_dirlisting.so     mod_redirect.so       mod_userdir.so
mod_evasive.so        mod_rewrite.so        mod_usertrack.so
mod_evhost.so         mod_rrdtool.so        mod_webdav.so
mod_expire.so         mod_scgi.so

Any insights is appreciated,
Thanks,

May be,the problem with the installation can be of the following- BusyBox difference and package libgcc_s incompatibility.
wget on your box is a function of BusyBox or Optware package?
Last edited by pborus on 22 Oct 2011, 03:58, edited 1 time in total.
http://pborus.org- Patriot Box Office RUS
PBO(BC27)- amp_r8_hd2-HDD 320Gb(swap,ext3,ntfs)
PBO(BC27)-amp_r8_hd2- HDD 500Gb (swap,ntfs,ext3)
PBO(BC18)-PBO_P70r2_mos3 _by _FarVoice - скин PBO
User avatar
pborus
 
Posts: 58
Joined: 04 May 2011, 23:33
Location: Киев

Re: moServices 3 on RT 1185 players ..

Postby FarVoice » 21 Oct 2011, 20:42

moServices3 don't use the optware.
Show me ls -l /lib and I ask you will work moS on your FW or not.
ASUS O!Play R1 (amp_r12_vrtn), xTreamer Pro (amp_r12_vrt), xTreamer Prodigy (iNeXT 2.14 r2), IconBIT HDR12L (amp_r12_vrt), 3Q F425HW (xds42gl_7725_r3), MyGica A11 (mygica_m3_20121222)
User avatar
FarVoice
Администратор
 
Posts: 8572
Joined: 03 Sep 2010, 01:27
Location: Russia, Moscow

Re: moServices 3 on RT 1185 players ..

Postby aasoror » 21 Oct 2011, 20:42

pborus wrote:wget on your box is a function of BusyBox or Optware package?

Thanks for you reply.
True, as you noted, on my box wget is a function of busybox
aasoror
 
Posts: 14
Joined: 21 Oct 2011, 07:35

Re: moServices 3 on RT 1185 players ..

Postby FarVoice » 21 Oct 2011, 20:52

aasoror wrote:
pborus wrote:wget on your box is a function of BusyBox or Optware package?

Thanks for you reply.
True, as you noted, on my box wget is a function of busybox

but moS uses wget from /usr/local/etc/mos/bin !
it's standalone app, not a part of busybox.
ASUS O!Play R1 (amp_r12_vrtn), xTreamer Pro (amp_r12_vrt), xTreamer Prodigy (iNeXT 2.14 r2), IconBIT HDR12L (amp_r12_vrt), 3Q F425HW (xds42gl_7725_r3), MyGica A11 (mygica_m3_20121222)
User avatar
FarVoice
Администратор
 
Posts: 8572
Joined: 03 Sep 2010, 01:27
Location: Russia, Moscow

Re: moServices 3 on RT 1185 players ..

Postby aasoror » 21 Oct 2011, 20:58

FarVoice wrote:moServices3 don't use the optware.
Show me ls -l /lib and I ask you will work moS on your FW or not.


Hello FarVoice,
Thanks for your reply.
Yes I know that moServices3 doesn't use the optware, but I thought it was the easiest way to install the propblematic binaries.

Here is the output you asked for.

Code: Select all
BusyBox v1.1.3 (2011.09.09-05:41+0000) Built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ # ls -l /lib
-rwxr-xr-x    1 default  513         22572 Sep  9 05:45 ld-uClibc-0.9.30.3.so
lrwxrwxrwx    1 default  513            14 Oct 20 05:19 ld-uClibc.so -> ld-uClibc.so.0
lrwxrwxrwx    1 default  513            21 Oct 20 05:19 ld-uClibc.so.0 -> ld-uClibc-0.9.30.3.so
lrwxrwxrwx    1 default  513            14 Oct 20 05:19 ld.so.1 -> ld-uClibc-*.so
-rw-r--r--    1 default  513            49 Sep  9 05:41 lib.info
-rw-r--r--    1 default  513           281 Sep  9 05:41 libc.so
lrwxrwxrwx    1 default  513            21 Oct 20 05:19 libc.so.0 -> libuClibc-0.9.30.3.so
-rwxr-xr-x    1 default  513         11304 Sep  9 05:45 libcrypt-0.9.30.3.so
lrwxrwxrwx    1 default  513            13 Oct 20 05:19 libcrypt.so -> libcrypt.so.0
lrwxrwxrwx    1 default  513            20 Oct 20 05:19 libcrypt.so.0 -> libcrypt-0.9.30.3.so
-rwxr-xr-x    1 default  513          9496 Sep  9 05:45 libdl-0.9.30.3.so
lrwxrwxrwx    1 default  513            10 Oct 20 05:19 libdl.so -> libdl.so.0
lrwxrwxrwx    1 default  513            17 Oct 20 05:19 libdl.so.0 -> libdl-0.9.30.3.so
lrwxrwxrwx    1 default  513            13 Oct 20 05:19 libgcc.so -> libgcc_s.so.1
lrwxrwxrwx    1 default  513            13 Oct 20 05:19 libgcc_s.so -> libgcc_s.so.1
-rw-r--r--    1 default  513         76628 Sep  9 05:45 libgcc_s.so.1
-rwxr-xr-x    1 default  513        114896 Sep  9 05:45 libm-0.9.30.3.so
lrwxrwxrwx    1 default  513             9 Oct 20 05:19 libm.so -> libm.so.0
lrwxrwxrwx    1 default  513            16 Oct 20 05:19 libm.so.0 -> libm-0.9.30.3.so
-rwxr-xr-x    1 default  513          1664 Sep  9 05:45 libnsl-0.9.30.3.so
lrwxrwxrwx    1 default  513            11 Oct 20 05:19 libnsl.so -> libnsl.so.0
lrwxrwxrwx    1 default  513            18 Oct 20 05:19 libnsl.so.0 -> libnsl-0.9.30.3.so
-rwxr-xr-x    1 default  513         79284 Sep  9 05:45 libpthread-0.9.30.3.so
lrwxrwxrwx    1 default  513            15 Oct 20 05:19 libpthread.so -> libpthread.so.0
lrwxrwxrwx    1 default  513            22 Oct 20 05:19 libpthread.so.0 -> libpthread-0.9.30.3.so
-rwxr-xr-x    1 default  513          1668 Sep  9 05:45 libresolv-0.9.30.3.so
lrwxrwxrwx    1 default  513            14 Oct 20 05:19 libresolv.so -> libresolv.so.0
lrwxrwxrwx    1 default  513            21 Oct 20 05:19 libresolv.so.0 -> libresolv-0.9.30.3.so
-rwxr-xr-x    1 default  513          6944 Sep  9 05:45 librt-0.9.30.3.so
lrwxrwxrwx    1 default  513            10 Oct 20 05:19 librt.so -> librt.so.0
lrwxrwxrwx    1 default  513            17 Oct 20 05:19 librt.so.0 -> librt-0.9.30.3.so
lrwxrwxrwx    1 default  513            19 Oct 20 05:19 libstdc++.so -> libstdc++.so.6.0.10
lrwxrwxrwx    1 default  513            19 Oct 20 05:19 libstdc++.so.6 -> libstdc++.so.6.0.10
-rwxr-xr-x    1 default  513        951956 Sep  9 05:45 libstdc++.so.6.0.10
-rwxr-xr-x    1 default  513         13528 Sep  9 05:45 libthread_db-0.9.30.3.so
lrwxrwxrwx    1 default  513            17 Oct 20 05:19 libthread_db.so -> libthread_db.so.1
lrwxrwxrwx    1 default  513            24 Oct 20 05:19 libthread_db.so.1 -> libthread_db-0.9.30.3.so
-rwxr-xr-x    1 default  513        381908 Sep  9 05:45 libuClibc-0.9.30.3.so
-rwxr-xr-x    1 default  513          4852 Sep  9 05:45 libutil-0.9.30.3.so
lrwxrwxrwx    1 default  513            12 Oct 20 05:19 libutil.so -> libutil.so.0
lrwxrwxrwx    1 default  513            19 Oct 20 05:19 libutil.so.0 -> libutil-0.9.30.3.so
drwxrwxr-x    3 default  513            31 Sep  9 05:41 modules
~ #


As I already got metafeeds working I think its just an issue of getting the proper packages installed for moServices to work.
Thanks again.
aasoror
 
Posts: 14
Joined: 21 Oct 2011, 07:35

Re: moServices 3 on RT 1185 players ..

Postby aasoror » 21 Oct 2011, 20:59

FarVoice wrote:but moS uses wget from /usr/local/etc/mos/bin !
it's standalone app, not a part of busybox.

True, thats the reason I got the error quoted above. Because my box didn't recognize /usr/local/etc/mos/bin/wget as a working binary.
Last edited by aasoror on 21 Oct 2011, 21:00, edited 1 time in total.
aasoror
 
Posts: 14
Joined: 21 Oct 2011, 07:35

Re: moServices 3 on RT 1185 players ..

Postby FarVoice » 21 Oct 2011, 21:00

I'm sorry, but moS3 maked on uClibc0.9.28 and don't work on 0.9.30 :(
ASUS O!Play R1 (amp_r12_vrtn), xTreamer Pro (amp_r12_vrt), xTreamer Prodigy (iNeXT 2.14 r2), IconBIT HDR12L (amp_r12_vrt), 3Q F425HW (xds42gl_7725_r3), MyGica A11 (mygica_m3_20121222)
User avatar
FarVoice
Администратор
 
Posts: 8572
Joined: 03 Sep 2010, 01:27
Location: Russia, Moscow

Re: moServices 3 on RT 1185 players ..

Postby aasoror » 21 Oct 2011, 21:02

FarVoice wrote:Opps... I'm sorry, but moS3 maked on uClibc0.9.28 and don't work on 0.9.30 :(


Is there a way around it ? can I downgrade my uClibc ? I heard of similar issues with moServices and Xtreamer sidewinder (a 1185 player too). So apparently many of the newer player would face this problem.
aasoror
 
Posts: 14
Joined: 21 Oct 2011, 07:35

Re: moServices 3 on RT 1185 players ..

Postby FarVoice » 21 Oct 2011, 21:04

aasoror wrote:
FarVoice wrote:Opps... I'm sorry, but moS3 maked on uClibc0.9.28 and don't work on 0.9.30 :(


Is there a way around it ? can I downgrade my uClibc ? I heard of similar issues with moServices and Xtreamer sidewinder (a 1185 player too). So apparently many of the newer player would face this problem.

downgrade is impossible. And, what modules you planning to use?
ASUS O!Play R1 (amp_r12_vrtn), xTreamer Pro (amp_r12_vrt), xTreamer Prodigy (iNeXT 2.14 r2), IconBIT HDR12L (amp_r12_vrt), 3Q F425HW (xds42gl_7725_r3), MyGica A11 (mygica_m3_20121222)
User avatar
FarVoice
Администратор
 
Posts: 8572
Joined: 03 Sep 2010, 01:27
Location: Russia, Moscow

Next

Return to About moServices

Who is online

Users browsing this forum: No registered users and 12 guests