Thanks Spoon for you post.
I tried to follow your instructions to install the x86 version on my QNAP TS-269L.(Intel Atom- Dual core) It installs but when I try to run Asset I get errors:
[/usr/bin/asset/bin] * ./AssetUPnP
./AssetUPnP: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by ./AssetUPnP)
./AssetUPnP: /lib/libc.so.6: version `GLIBC_2.9' not found (required by ./AssetUPnP)
./AssetUPnP: /lib/libc.so.6: version `GLIBC_2.7' not found (required by ./AssetUPnP)
I take it I have some missing Libraries. Any thoughts on this?
Thanks in advance..
GREAT to read that there would be some possibility to run the Asset on Linux/QNAP's.
Because I just received my new QNAP TS-870, I tried today the procedure, I do not get the first line but i do still get last two ones.
My QNAP software is 4.0.5.
I, too, have encountered the same problem as roburx69 in the above post on my new QNAP TS-269L. Is there a different link to the most recent build of Asset?
Thanks for making a QNAP NAS version of Asset available.
Is your QNAP NAS running 32-bit (x86) or 64-bit (x64) Linux? I've looked at their product sheet but they're rather vague about the exact Linux version that they use.
The 32-bit build of Asset has been made free of the problematic GLIBCXX dependency (as far as I am aware of) but the 64-bit one still has it. If your NAS is 64-bit, we will provide a corrected 64-bit build of Asset for you.
Last edited by PeterP; December 09, 2013, 10:41 AM.
I called QNAP and they confirmed that the TS-269L is running on a 64-bit processor. If you can provide a corrected 64-bit build of Asset, I will give it a shot and report back.
Another question, Linux as implemented in the TS-269L does not recognize the "sudo" command. Are there issues in running the implementation without using "sudo"?
Fixed "rescan all" command not working on Linux
Fixed a bug that prevented certain files from being indexed (all versions)
Removed 64 bit version dependency on LIBC
If I install and run the 32-bit version of Asset, I get the following error messages:
./AssetUPnP: /lib/libc.so.6: version `GLIBC_2.9' not found (required by ./AssetUPnP)
./AssetUPnP: /lib/libc.so.6: version `GLIBC_2.7' not found (required by ./AssetUPnP)
If I delete all files and install and run the 64-bit version of Asset, I get the following error message:
error while loading shared libraries: libdl.so.2: wrong ELF class: ELFCLASS32
If I install and run the 32-bit version of Asset, I get the following error messages:
./AssetUPnP: /lib/libc.so.6: version `GLIBC_2.9' not found (required by ./AssetUPnP)
./AssetUPnP: /lib/libc.so.6: version `GLIBC_2.7' not found (required by ./AssetUPnP)
If I delete all files and install and run the 64-bit version of Asset, I get the following error message:
error while loading shared libraries: libdl.so.2: wrong ELF class: ELFCLASS32
Any further suggestions?
Hello,
Same for me, for instance on QNAP 870. Software package : 4.0.5
For better information, I have redone the thing from scratch and I wonder, I am not a linux specialist, if it is normal that the command rm *.gz returns nothing.
Maybe the unpacking is not "complete".
If I install and run the 32-bit version of Asset, I get the following error messages:
./AssetUPnP: /lib/libc.so.6: version `GLIBC_2.9' not found (required by ./AssetUPnP)
./AssetUPnP: /lib/libc.so.6: version `GLIBC_2.7' not found (required by ./AssetUPnP)
If I delete all files and install and run the 64-bit version of Asset, I get the following error message:
error while loading shared libraries: libdl.so.2: wrong ELF class: ELFCLASS32
Any further suggestions?
Hello Again.
+1 on the above on my Qnap TS-269L
Thanks Spoon and PeterP for your efforts so far , it Is much appreciated however!
Hi,
first: thanks for making this available, it runs fine on my Scientific Linux 6.4 server (which is basically a RHEL Clone like CentOs), however scanning ~84k songs takes some time :-), but it feeds my Naim Uniti pretty well so far.
I tried to not run this as root, so I created a assetupnp user and shifted the files into /opt/asset and run the upnp server from there as user 'assetupnp', which does fine so far, however the logfile links from the configure website stay empty.. but I think I can live with that. Oh, and I made a very basic init-script and created a service with chkconfig for that too, so it will start automatically when rebooting the next time. But I guess those things will come in the final release anyway
I just wonder if this somehow expires after 30 days then and if and how I can prevent it from doing this, as I can only see Windows Version to be purchased..
Regards,
Ralf
Last edited by rst1; December 28, 2013, 01:55 PM.
Reason: typo
When it expires certain advanced functionality will be removed. There is currently no way to prevent it other than wait for the full release (I hope will be February).
Many thanks from me also for the work done on AssetUPnP for Linux. I have it running quite well on my unRAID server (unRAID v5.0.4 - Slackware 13.1 based).
Getting Asset running was straightforward, although I have a couple of questions / possible requests....
1) By default, AssetUPnP stores it's database and settings in a directory whch under unRAID happens to be located in the RAM filing system. This means that settings and the scanned database are lost after a restart. By using a symlink in my start-up script I was able to store the settings and database in a directory that I have specified which is located on a physical hard drive. In my case that is a folder on my unRAID cache drive, but I guess it could be pretty much anywhere. This works, and the settings and database survive restarts, even remembering how many days I have remaining for the "trial". But I wonder, is there a mechanism to allow the folder for the settings and data to be specified directly (perhaps from a switch or two in the command line)? This would make usage somewhat simpler in cases like this were the data and settings are otherwise only temporarily stored.
2) AssetUPnP seems to regularly scan the specified audio folders and files for new or modified content. That's a great feature, except that it wakes up my hard drives when I really would rather they were left idle. Is there a way to optionally inhibit the automatic scanning, or alternatively to change the frequency of the scan?
Apart from these two issues, I am so far very impressed. Clients have included Roku SoundBridge (playing AAC and ALAC natively, and FLAC transcoded to WAV / LPCM), Frontier Silicon based streamers such as the Roberts Stream 83i (playing AAC and FLAC natively with ALAC trancoded) as well as Android and iOS apps such as PlugPlayer, Skifta, etc.
Comment