Home of the Squeezebox™ & Transporter® network music players.

Go Back   Squeezebox : Community : Forums > User Forums > 3rd Party Hardware
User Name
Password

Reply
 
Thread Tools Search this Thread Display Modes
  #131  
Old 2008-03-29, 13:11
flipflip's Avatar
flipflip flipflip is offline
Senior Member
 
Join Date: Apr 2006
Location: Shameland
Posts: 1,373
flipflip is on a distinguished road
Default

Quote:
Originally Posted by Dongle View Post
*** CPU seems to stick at 43% for tar, next process recycle at 7%, everything else negligible. tar process only goes away when the browser tab on SSODS is closed
Seems OK to me.

Quote:
*** Here's the strange bit, I get the prompt asking me to add on the YES-I-REALLY-WANT. I do this, and the uninstall gives me an error message, saying "Error: unsupported SqueezeCenter version (none-17793)."??
Because SC is not installed correctly. Remove SqueezeCenter and uninstall again (it should work then). Or modify the script so that it doesn't stop SC.

Conclusion: I cannot help you. I don't know what's wrong with your box.
__________________
Check out flipflip's Squeezebox Server On (some) DiskStation (SSODS) and on (some) TurboStations (SSOTS) and some other devices! Please do NOT file SSODS bugs in (SD's) bugzilla. Use the forums. And only the forums. Thanks.
Reply With Quote
  #132  
Old 2008-03-29, 13:17
flipflip's Avatar
flipflip flipflip is offline
Senior Member
 
Join Date: Apr 2006
Location: Shameland
Posts: 1,373
flipflip is on a distinguished road
Default

Quote:
Originally Posted by markushk View Post
I suspect the problem is that SC cannot find the TZ varible, which I set correctly in the TurboStations admin console.
Quote:
I noticed that the Progressive package does this:
cp /etc/TZ $BASE/etc/TZ
Because SC is running in a chroot there and needs the files.
SSODS runs in the normal system and should be able to find the info in the usual location (/etc/TZ probably, I don't know).

Again the question: what's wrong? The *timezone* or the *time*? I cannot see a timezone on my SB (maybe that's configurable) but I can see the *right* time and I'm in CET, not UT.

Quote:
So finally I added a TZ variable to my administrator shell and then started
So the problem it seems is that the TZ variable is inaccessible. However unfortunately I don't have the knowledge on how to add this to the default administrator shell - Do you have any suggestion?
Add it to /volume1/SSODS/etc/ssods/ssods.conf.local
And then tell me how that has to look like (TZ=CET or so?) so I can add it to the FAQ.

Quote:
The SYSTEM version is located here:
/etc/TZ
That's a file and not a variable. None of my systems here (Debian box, Diskstations etc. have a TZ variable (in the user shell)) but all show the correct time on the SB and also "date" reports correctly. I don't have /etc/TZ files on all systems (just on the TS). I don't know where to set it..

flip

Thanks
Markus[/quote]
__________________
Check out flipflip's Squeezebox Server On (some) DiskStation (SSODS) and on (some) TurboStations (SSOTS) and some other devices! Please do NOT file SSODS bugs in (SD's) bugzilla. Use the forums. And only the forums. Thanks.
Reply With Quote
  #133  
Old 2008-03-29, 14:18
mr_hyde mr_hyde is offline
Senior Member
 
Join Date: Jun 2006
Location: Portland, OR
Posts: 528
mr_hyde is on a distinguished road
Default

Quote:
Originally Posted by flipflip View Post
Add it to /volume1/SSODS/etc/ssods/ssods.conf.local
And then tell me how that has to look like (TZ=CET or so?) so I can add it to the FAQ.
I've got the problem with progressive when the daylight saving started in the US. QNAP had the right time and SS was one our to early.

I've change the startup line in progressive script:

export TZ=Europe/Amsterdam <-- I don't know if this is supported in the standard environment (it seems to be not).

That worked for progressive. It was also possible to generate locales in the chroot environment and the date/time screesaver displayed also german names of days and months. This is actually not possible with standard environment.

Nevertheless, where is your location? probably the problem is solved during the night, since also in europe the daylight savings starts this night.
__________________
2 x Squeezebox 3 - SSOTS 4.4 - Squeezecenter 7.4.2 - QNAP TS439 Pro (3.2.3 0209) - 4 x 500 GB Hitachi (RAID5)
Reply With Quote
  #134  
Old 2008-03-29, 22:43
Hopscotch Hopscotch is offline
Member
 
Join Date: Mar 2008
Posts: 53
Hopscotch is on a distinguished road
Default

Thnaks for your help. I couldn't find mysqld on the 109Pro, or make any progress with the installation, so I uninstalled everything, reformatted, and installed firmware 2.0.1 0319T.

When I tried to unzip the file I received the following:
-----------------------------------
[/share/HDA_DATA/Public] # unzip ssods-3.0beta9-armv5tejl.zip
Archive: ssods-3.0beta9-armv5tejl.zip
unzip: Invalid compressed data--crc error
inflating: ssods-3.0beta9-armv5tejl.pat
inflating: ssods-3.x-uninst.pat
inflating: README.TXT
inflating: WARNING.TXT
inflating: licenses.zip
inflating: ChangeLog.txt
inflating: ssods-ts
------------------------------------
Is this a problem with the download file, or my unzip? I tried downloading again, but same result.
__________________
2 x Duet, Qnap TS-109Pro 3.1.0 Build 0708T, SSOTS 4.8, SBS 7.5.0
Reply With Quote
  #135  
Old 2008-03-30, 03:08
mr_hyde mr_hyde is offline
Senior Member
 
Join Date: Jun 2006
Location: Portland, OR
Posts: 528
mr_hyde is on a distinguished road
Default Installed locales for Date/Time

Hello,

i've installed locales on my Qnap 109.

The Date/Time Screensaver displays now the german names. It should also work for other languages.

First i've installed:

(The .deb files can be extracted with 7zip, copy data.tar.gz to Public share)

locales_2.7-6_all.deb (untar the data.tar.gz to root -> tar -C / -xf data.tar.gz)

Then i've also installed.

belocs-locales-bin_2.4-2.2_armel.deb (untar the data.tar.gz to root)

change locale-gen in /etc/usr/sbin (use vi)

Code:
	tempdir=$(mktemp -d) || exit 1 
-->	tempdir=$(mktemp -d /tmp/XXXXXX) || exit 1
and

Code:
	echo '' | localedef.glibc --quiet -i - "$tempdir" || exit 2
-->	echo '' | localedef --quiet -i - "$tempdir" || exit 2
link 'od' from flips SSODS:
Code:
cd /usr/bin
ln -sf /volume1/SSODS/bin/od od
create a locale.gen in /etc

Code:
cd /etc
vi locale.gen

-->press i to insert text
-->e.g. copy the following lines or write them to the file

de_DE.UTF-8 UTF-8
de_DE ISO-8859-1
en_GB.UTF-8 UTF-8

--> press esc, press ':wq' and press enter, the file should be saved
execute locale-gen (takes some time)

Edit:
to change the ssctrl script seems to be not neccesarry!!
Probably only the locales need to be generated.


Not needed:
if this was successfull,
modify /volume1/SSODS/bin/ssctrl and add the bold lines
Code:
 
        # change PWD and start the server
        echo -n "(stay tuned) .. "
        cd ${SSDIR}
        serverlog "Command line = ${SSD} ${ssdargs} -- ${SSBIN} ${args}"
        export PATH
        export LC_CTYPE=de_DE.UTF-8
        export LC_LANG=de_DE.UTF-8
        ${SSD} ${ssdargs} -- ${SSBIN} ${args} >>${serverlog} 2>&1

I am quite sure, that this manual patch will not persist for next firmware update, but we could ask QNAP for a native locales support or we have to write a patch
Attached Images
 
__________________
2 x Squeezebox 3 - SSOTS 4.4 - Squeezecenter 7.4.2 - QNAP TS439 Pro (3.2.3 0209) - 4 x 500 GB Hitachi (RAID5)

Last edited by mr_hyde; 2008-03-30 at 04:45.
Reply With Quote
  #136  
Old 2008-03-30, 06:48
flipflip's Avatar
flipflip flipflip is offline
Senior Member
 
Join Date: Apr 2006
Location: Shameland
Posts: 1,373
flipflip is on a distinguished road
Default

Quote:
Originally Posted by Hopscotch View Post
When I tried to unzip the file I received the following:
Is this a problem with the download file, or my unzip? I tried downloading again, but same result.
I just downloaded it myself and successfully unzipped it on my Debian box with Info-ZIP's unzip 5.52.
__________________
Check out flipflip's Squeezebox Server On (some) DiskStation (SSODS) and on (some) TurboStations (SSOTS) and some other devices! Please do NOT file SSODS bugs in (SD's) bugzilla. Use the forums. And only the forums. Thanks.
Reply With Quote
  #137  
Old 2008-03-30, 06:50
flipflip's Avatar
flipflip flipflip is offline
Senior Member
 
Join Date: Apr 2006
Location: Shameland
Posts: 1,373
flipflip is on a distinguished road
Default

Quote:
Originally Posted by mr_hyde View Post
i've installed locales on my Qnap 109.
Excellent! I'm going to look at this, too.

Do you know what's the problem with the time(zones)? Here it correctly switched to DST tonight.
__________________
Check out flipflip's Squeezebox Server On (some) DiskStation (SSODS) and on (some) TurboStations (SSOTS) and some other devices! Please do NOT file SSODS bugs in (SD's) bugzilla. Use the forums. And only the forums. Thanks.
Reply With Quote
  #138  
Old 2008-03-30, 07:01
shawkie shawkie is offline
Member
 
Join Date: Feb 2006
Posts: 85
shawkie is on a distinguished road
Default

Quote:
Originally Posted by ratclma View Post
Hi,
I have a TS-101 and am trying to install the ssods-3.0beta9-armv5tejl.zip but I am not sure of the instructions probably because I'm a bit of a linux newbie.

I am connected via telnet to the TS-101. I followed shawkie's steps 1-3 but I don't understand step 4. I assume step 5 onwards only apply after the .pat install completes

I get as far as the below
Extracting ssods-3.0beta9-armv5tejl.pat . done.
Extracting ssods-ppc.tar.gz .tar: /share/HDA_DATA/SSODS/inst_tmp/ssods-ppc.tar.gz: No such file or directory

Do I need to download the ppc version as well as the the arm version?

Any help much appreciated.
Thanks
You want the ppc version and not the arm version for the TS101. I think you might also be better off just removing the problematic parts from the script and using the built-in sh shell (instead of worrying about bash). I haven't tried it myself but I think you just need to remove these two parts:

# say hello
echo
echo "${0##*/} -- SSODS on TurboStation installer -- ${rev//\$/}"
echo

and

# check if the right patch file is used
[ "${ssodspat/$arch/foo}" = "$ssodspat" ] && \
error "That is probably not the right .pat file for this machine."

Also note that my instructions were based on beta7 and flipflip may have already included some of the required changes in beta8.
Reply With Quote
  #139  
Old 2008-03-30, 07:12
mr_hyde mr_hyde is offline
Senior Member
 
Join Date: Jun 2006
Location: Portland, OR
Posts: 528
mr_hyde is on a distinguished road
Default

Quote:
Originally Posted by flipflip View Post
Do you know what's the problem with the time(zones)? Here it correctly switched to DST tonight.
Hi, i have no idea on that. Mine TS did not switch automatically (i set ntp update to 7 days). I updated the time via ntp this morning and the SC displayed it correctly after update. It seems to be that qnap does not update it internally. Nevertheless this is not a problem.
__________________
2 x Squeezebox 3 - SSOTS 4.4 - Squeezecenter 7.4.2 - QNAP TS439 Pro (3.2.3 0209) - 4 x 500 GB Hitachi (RAID5)
Reply With Quote
  #140  
Old 2008-03-30, 07:20
shawkie shawkie is offline
Member
 
Join Date: Feb 2006
Posts: 85
shawkie is on a distinguished road
Default

Quote:
Originally Posted by mr_hyde View Post
Hi, i have no idea on that. Mine TS did not switch automatically (i set ntp update to 7 days). I updated the time via ntp this morning and the SC displayed it correctly after update. It seems to be that qnap does not update it internally. Nevertheless this is not a problem.
I'm using SSODS 3beta7 on a TS101 and I'm in the UK. SC is not showing the correct time for me. It was displaying GMT-0100. I updated the time via ntp and now it is displaying GMT+0000.

When I run "date -u" I think I get the correct time:

Sun Mar 30 14:25:30 UTC 2008

But when I run "date" I get:

Sun Mar 30 15:26:52 IST 2008

What is IST? Doesn't look right to me.

Last edited by shawkie; 2008-03-30 at 07:27.
Reply With Quote
Reply

Tags
qnap, ssots raid5

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 20:41.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.