Pomoc Qnap TS 112 problem po wgraniu softu - nie działa przez przeględarkę

GregP

Nowy użytkownik
Noobie
2 Maj 2011
6
1
3
Witam
po wgraniu najnowszego softu do TS-112 \ 4.0.2 przestała działać komunikacja przez www
zmieniłem na starszy 4.0.1 i to samo
wcześniej wszystko chodziło ok ??
urządzenia działa uruchamia się FTP ok można się połączyć ale panel www odpala się
może ktoś coś podpowie ??
 
dokładnie tak wpisuję adres urządzenie i port ale nawet z qnapfindera nie odpala ?? zaczyna ładować kręci i nic próbowałem https http bez portu z portem i nic ?? ogólnie urządzenia działa strona postawiona na nim odpala się ftp też tylko do panelu przez ww nie mogę się wbić
 
Ano pomoże bo możesz przejrzeć ustawienia web. możesz jeszcze spróbować w ciemno połączyć się przez połączenie bezpieczne https na porcie 8181. Niemniej mówiłeś, że nie przestawiałeś.
 
Jak się zalogujesz na konsole spróbuj zrestartować serwer WWW na którym stoi interfejs zarządzania:
Bash:
/etc/init.d/thttpd.sh restart

A po drugie, aby Ci się łatwiej pracowało w shellu, np. przeglądało pliki konfiguracyjne, zainstaluj Optware:
Bash:
cd /share/Public
wget http://eu1.qnap.com/Storage/QPKG/ARM/Optware_0.99.163_arm-x19.zip
unzip Optware_0.99.163_arm-x19.zip
rm Optware_0.99.163_arm-x19.zip
sh Optware_0.99.163_arm-x19.qpkg
rm Optware_0.99.163_arm-x19.qpkg
/etc/init.d/Optware.sh restart
export PATH=$PATH:/opt/bin:/opt/sbin
... następnie zainstaluj Midnight Commandera
Bash:
ipkg update
ipkg install mc
alias mc="mc -c"
... i uruchom
Bash:
mc
 
Problem jest z fw 4.0.2 u mnie po aktualizacji tez brak mozliwosci wejscia przez przegladarke a Qfinder dziala bez problemu po downgrade do 3.8.3 dziala wszystko jak powinno. Wystarczy wpisac w google "qnap webpage problem" i bedzie jasne ze problem jest z nowym FW bez zbednego teoretyzowania ze port ze cache ze...

Od supportu dostałem rozwiazanie, które jednak nie zadzialalo

Please follow steps update F/W 4.0.2 again :

0) please reboot your NAS without any HDDs, and wait 2 beeps
(power off NAS . unplug all HDDs. power on NAS without any HDD ..)

1) login NAS via SSH with "admin" account and password "admin" (ex:putty http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe) port 22
(Mac user please open Terminal and type: ssh admin@your_NAS_IP)

2) insert all HDDs in your NAS.(at NAS power on status)

3) follow these Linux command:

# config_util 1

# storage_boot_init 1

# ln -sf /mnt/HDA_ROOT/update /mnt/update

# rm /sbin/lock_system_update; echo '#!/bin/sh' > /sbin/lock_system_update; chmod +x /sbin/lock_system_update

4) update your NAS F/W via QNAP Finder “Tools” >>> “Update F/W”

and choose F/W image to update it.
:
:
5) after QNAP finder update done. NAS will auto reboot …..

6) Done!
 
Kolejna podpowiedz supportu podzialala:

Looks like NAS basic setting file still has problem. Can test these steps ??

1. Power off the NAS. Remove the HDD

2. Power on the NAS without any disk attached

3. After a short beep and a long beep,Run QNAP Finder, it will find the NAS.
Note: Do not re-initialize when the QNAP Finder prompt a message, if you have some useful data in the disk

4. Plug all disks back to NAS in original order.
push in till the previous HDD led flashes constantly green.(Not Blinking)

5. Connect the NAS by SSH port 22, login as admin
(Putty Tutorial: http://www.webmasters-central.com/a.../how-to-telnet-server-using-putty-ssh-client/ )
(Mac user please open Terminal and type: ssh admin@your_NAS_IP)

6. Issue the commands to check disk space
# config_util 1 --> Start mirroring of the first partitions.
# storage_boot_init 1
# df

7. Please issue the following commands to copy back default configfile
# cp /etc/default_config/uLinux.conf /mnt/HDA_ROOT/.config/
(You can also replace the text 'uLinux.conf' with others )
# rm -r /etc/config
# ln -sf /mnt/HDA_ROOT/.config /etc/config
# setcfg -f /etc/config/uLinux.conf Misc configured TRUE
# reboot

8. The above procedure will reset the configuration back to default and then you need to reconfigure it.
But all the share should be available now.
Do NOT to re-initialize the HDD,which would wipe out the data.
 
Ostatnio edytowane: