Moral Hazard!!

ドラマーが音楽やホームページやガラクタを作るよ。

QTS 4.3.3.0404 build 20171213が出てたので雑翻訳

No Comment 駄日記,

[Important Notes]
- For the status of QTS updates and maintenance for your NAS model,ana visit https://www.qnap.com/en/product/eol.php
- When QTS 4.3.x is installed on NAS models running on 64-bit Intel and AMD processors, some applications may not be supported. To check if installed apps on your NAS are compatible with QTS 4.3.x, download the QTS 64-bit compatibility tool and install it on your current QTS build. (https://download.qnap.com/QPKG/CF64_0.1-1114.qpkg.zip)
- QTS 4.3.3 is the final available firmware update for the following models:
TS-112P, TS-212P, TS-212-E, HS-210, TS-112, TS-212, TS-121, TS-221, TS-421 TS-120, TS-220, TS-420, TS-420U, TS-421U TS-412, TS-412U, TS-419U, TS-419U+, TS-419U II, TS-119P II, TS-219P II, TS-419P II, TS-119P+, TS-219P+, TS-419P+, TS-119P, TS-219P, TS-419P, TS-119, TS-219, TS-419

[Fixed Issues]
- The transcoding wizard in File Station would indicate an incorrect path for managing transcoding tasks.
- Disconnecting an external storage device from the NAS might occasionally cause videos to stop playing when users accessed a shared folder via Samba.
- Media Library could not generate correct thumbnails for certain CR2 files.
- QTS would display messages about the exFAT license on the TAS-x68 and TS-x28, which do not support the exFAT format.
- Users that were created when Android Station was enabled could not access the "Android" shared folder.
- Users could not successfully download files with certain Chinese filenames via share links when accessing the myQNAPcloud website via Internet Explorer.
- Users could not restart certain NAS models after connecting to the NAS from Windows using iSCSI Initiator and then updating QTS to 4.3.3.0396 Build 20171205.

[重要注意事項]

ご利用のNASモデルのメンテナンス、アップデート対応状況はこちらでご確認ください。

64bit IntelとAMDプロセッサが搭載されているモデルのNASで QTS 4.3.x がインストールされている場合、いくつかのアプリケーションがサポートされていない可能性があります。
ご利用のNASにインストールされているアプリケーションが QTS 4.3.x と互換性 があるか確認し、 QTS 64-bit と互換性のあるアプリケーションをダウンロードし、現在のバージョンのQTSにインストールしてください。
(リンク先)

QTS 4.3.3 :は以下のモデルで最終更新版のファームウェアとなります。
TS-112P, TS-212P, TS-212-E, HS-210, TS-112, TS-212, TS-121, TS-221, TS-421 TS-120, TS-220, TS-420, TS-420U, TS-421U TS-412, TS-412U, TS-419U, TS-419U+, TS-419U II, TS-119P II, TS-219P II, TS-419P II, TS-119P+, TS-219P+, TS-419P+, TS-119P, TS-219P, TS-419P, TS-119, TS-219, TS-419

[修正された問題]

・ファイルステーション上の変換ウィザードが変換タスクを管理する際、間違ったパスを表示する問題を修正。
・Samba(ファイルサーバ共有アプリ)を使用して共有フォルダからビデオを再生している際、時々外部ストレージデバイスの接続が切れる問題を修正。
・メディアライブラリがCR2(CANONのRawファイル)から正確なサムネイルを作成出来なかった問題を修正。
・TAS-x68 and TS-x28モデルではexFATをサポートしていないにもかかわらず、QTSでexFATライセンスを表示していた問題を修整。
(※筆者注釈 : 特定モデル以外のNASではexFATドライバをライセンス購入することで使用可能になるらしい。参照)
・ユーザーがAndroid Stationで利用できない"Android"共有フォルダを作成できていた問題を修正。
・Internet Explorerを利用してmyQNAPCloudにアクセスした際、漢字ファイル名の共有リンクからファイルがダウンロードできない問題を修正。
・WindowsのiSCSIイニシエーター からNASに接続した後 QTS を 4.3.3.0396 Build 20171205にアップデートした際、ユーザーがNASを再起動できなくなる問題を修正。

和訳 QTS 4.3.2.0144 Build 20170329

No Comment パソコン備忘録,

QTS 4.3.2.0144 Build 20170329 for TS-X31X / TS-X31XU / TS-X53B / TS-X85U / TVS-X73の和訳。
勉強ついでの和訳なので、翻訳内容に関して責任はとれませんのであしからず。

- Fixed a vulnerability in a configuration file that could be exploited to compromise the security of sensitive data. (CVE-2017-5227)

機密データを漏えいさせられる設定ファイルの脆弱性を修正。

- Fixed an Apache HTTP Server vulnerability that could be exploited to deny requests to a server. (CVE-2016-8740)

Apache HTTPサーバのアクセスへの禁止リクエストを悪用される脆弱性を修正。

- Fixed a stack overflow vulnerability that could be exploited to gain control of the EIP register.

EIPレジスタを制御する事でスタックオーバーフローを引き起こす脆弱性を修正。

- Fixed a SQL injection vulnerability that could be exploited to execute arbitrary SQL commands.

任意のSQLコマンドを実行される SQL インジェクション の脆弱性を修正。

- Fixed a command injection vulnerability in transcoding that could be exploited to execute unauthorized commands.

コード変換時に、不正なコマンドを実行するコマンドインジェクションの脆弱性を修正。

- Fixed a heap overflow vulnerability.

ヒープオーバーフローの脆弱性を修正。
※ヒープ(動的に確保するメモリ領域)で起こるバッファオーバーフロー

- Fixed a cross-site scripting vulnerability that could be exploited to inject arbitrary JavaScript commands.

任意のJavaScriptを挿入する事でXSSを引き起こす脆弱性を修正。

- Fixed 2 stack overflow vulnerabilities that could be exploited to cause segmentation faults and gain control of the EIP register.

セグメンテーション違反によりEIPレジスタを制御され、スタックオーバーフローを引き起こす脆弱性を修正。

- Fixed a command injection vulnerability that could be exploited to execute unauthorized commands. (CVE-2017-6361)

不正コマンドを実行するコマンドインジェクションの脆弱性を修正。

- Fixed a command injection vulnerability that could be exploited to gain administrator privileges and unrestricted access to sensitive

data. (CVE-2017-6360)

管理者特権と制限されないアクセスを制御して機密データを悪用されるコマンドインジェクションの脆弱性を修正。

- Fixed a command injection vulnerability that could be exploited to gain the administrator privileges and execute unauthorized commands.

(CVE-2017-6359)

管理者特権と不正なコマンドを制御して機密データを悪用されるコマンドインジェクションの脆弱性を修正。

- Fixed an access control vulnerability that would incorrectly restrict authorized user access to resources.

誤って制限されたユーザーがリソースへアクセス出来てしまう脆弱性を修正。

- Fixed 2 stack overflow vulnerabilities.

スタックオーバーフローを2件修正。

和訳 : 4.2.0 Build 20160412 QTS 4.2.0 Build 0412 for TAS

No Comment パソコン備忘録,

Qnap NASアプリケーション QTSのアップデートが来てたので、雑ですが訳。

4.2.0 Build 20160412
QTS 4.2.0 Build 0412 for TAS

[不具合修正]

- Android: Fixed an issue where an “Insufficient space” warning message would be displayed when the remaining disk space is more than 8TB.
ディスク容量が残り8TB以上ある時に、「容量が不足しています」と表示される不具合の修正

- Android: Fixed a compatibility issue that would cause Google Play? to crash when launched.
Android: Google Playが原因で起動時にクラッシュする互換性の問題を修正

- Android: Fixed an issue where users would be unable to download apps from Google Play? when it is performing a bulk app update in the background.
バックグラウンドでGoogle Playが大量のアプリをアップデートしようとした時に、アプリをダウンロードできない問題を修正

- Android: Applied security patches for reported CVE vulnerabilities in Android.
CVE(Common Vulnerabilities and Exposures)がまとめたAndoroidにおける脆弱性の修正

- Android: Fixed an issue where the TAS launcher would repeatedly crash when QTS is set to force an SSL connection.
QTSが「SSLに強制的に接続する」に設定されている場合、TASランチャーが連続してクラッシュする問題の修正

- QTS: Fixed an issue where daylight saving options would not appear when set to time zones with daylight saving.
タイムゾーンをサマータイムに設定するオプションが表示されなかった不具合を修正

- QTS: Fixed an issue that would cause a volume formatting failure.
音量の初期化が失敗する問題を修正

- QTS: Fixed a compatibility issue with Microsoft Edge? when creating remote connections.
マイクロソフト Edgeがリモートコネクションを作成する時の互換性問題を修正

[注意]

- You must connect a keyboard and mouse to the TAS if you plan to set up using HDMI output.
HDMI出力端子を設定する時、TASにマウスとキーボードを必ず接続して下さい。

- Android is enabled by default. You can disable/enable it by pressing and holding the USB copy button for 6 seconds.
初期状態ではアンドロイドに対応しております。対応/非対応の切り替えはUSBボタンを6秒押し続けてください。

- When you connect USB storage to the TAS, Android will create two folders ("Android" and "obb") on it.
TASをUSBに接続する時、アンドロイドは「Andoroid」「obb」という二つのフォルダを自動的に作ります。

- Pre-installed Google Apps may not work if Google Services are blocked by your firewall.
貴方のファイヤーウォールでGoogleのサービスをブロックしている場合、最初からインストールされているGoogleは動作しません。

- Downgrading QTS to 4.1.4 may cause the system to become unstable. Please ensure you have backed up important data if you plan to downgrade the system firmware.
QTS 4.1.4にダウングレードすると、システムは不安定になります。 もしファームウェアでダウングレードする時は、重要なデータをバックアップしてから行ってください。

請求額

1 Comment 駄日記,

NAS

NAS買っちゃったー!

こんばんは、NAS(Network Attached Storage)を買いました。
ただの自慢です。
やっちんです。

WEBの仕事をしてはいるものの、あまり設備にお金をかけていないというか…
かけるお金もないのですが、これではいけない。
仕事なんだから良いじゃない、ちょっと買ってもいいじゃない…と、PC周りにお金をかけだしたら、なんと2か月で中古車が変えるくらいの請求額がカード会社から届いて、目ん玉ひっくり返りそうになりました。

いやこれでも既製のパソコンは高いからパーツから組み立てたり、バルクのHDD選んだり、昔のPCもそれなりの方法で使ったり節約してるんですよ?

当分食費を削ります…。

(体重も人生最大に太ってるし)