|
#131
|
||||
|
||||
|
Quote:
Quote:
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. |
|
#132
|
||||
|
||||
|
Quote:
Quote:
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:
And then tell me how that has to look like (TZ=CET or so?) so I can add it to the FAQ. Quote:
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. |
|
#133
|
|||
|
|||
|
Quote:
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) |
|
#134
|
|||
|
|||
|
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 |
|
#135
|
|||
|
|||
|
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 Code:
echo '' | localedef.glibc --quiet -i - "$tempdir" || exit 2 --> echo '' | localedef --quiet -i - "$tempdir" || exit 2 Code:
cd /usr/bin ln -sf /volume1/SSODS/bin/od od 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 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
__________________
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. |
|
#136
|
||||
|
||||
|
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. |
|
#137
|
||||
|
||||
|
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. |
|
#138
|
|||
|
|||
|
Quote:
# 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. |
|
#139
|
|||
|
|||
|
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) |
|
#140
|
|||
|
|||
|
Quote:
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. |
![]() |
| Tags |
| qnap, ssots raid5 |
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
All times are GMT -7. The time now is 20:41.







Linear Mode

