Cannot log into NAS with Qsync

Post your questions about myQNAPcloud service here.
Ankemiel
New here
Posts: 2
Joined: Sun Feb 06, 2011 6:08 pm

Re: Cannot log into NAS with Qsync

Post by Ankemiel »

I try to follow steps 1 to 7.
It turns out that in the directory "/etc/init.d/ the file "qbox.sh" is missing.
Well, I can find the file "mariadb.sh".

How can I fix this?

Emiel Koestal
Ankemiel
New here
Posts: 2
Joined: Sun Feb 06, 2011 6:08 pm

Re: Cannot log into NAS with Qsync

Post by Ankemiel »

I try to follow steps 1 to 7.
It turns out that in the directory "/etc/init.d/ the file "qbox.sh" is missing.
Well, I can find the file "mariadb.sh".

How can I fix this?

Emiel Koestal
hofumbau
New here
Posts: 3
Joined: Wed Apr 24, 2013 3:00 am

Re: Cannot log into NAS with Qsync

Post by hofumbau »

Hi Michel

you are the men - it works for me on TS-219 PII. Now it´s syncing well

Thx a lot
Matthias
michelv wrote:I got the following reply, posting it tested.
On my box, I got SSH certificate errors (ignore) and had to find out what is the correct name for $def_vol. That refers to a drive name, I had to ls -a to find it out.

Michel

___
Could you please try to clean the database of qsync :


Please follow this procedure :

Connect the NAS by SSH port 22, login as admin password admin

download here http://the.earth.li/~sgtatham/putty/lat ... /putty.exe

(you can right click you mouse to paste commands in putty)



NAS DB Fixed Step.
1. backup qsync db
/etc/init.d/qbox.sh backup_db /share/Public/qbox.db

2. stop mysql
/etc/init.d/mariadb.sh stop

3. remove mysql data
rm -r /share/$def_vol/.system/data

4. start mysql
/etc/init.d/mariadb.sh start

5. start qsync service
/etc/init.d/qbox.sh restart

6. restore qsync db
/etc/init.d/qbox.sh restore_db /share/Public/qbox.db (doesnt work yet so use next line till then )

/etc/init.d/qbox.sh clean_all_db

7. restart qsync service
/etc/init.d/qbox.sh restart
treefiddy
New here
Posts: 9
Joined: Sun Jun 26, 2016 6:00 pm

Re: Cannot log into NAS with Qsync

Post by treefiddy »

Thank you so much michelv. This fixed it for me. This should be a sticky! THANKS!
michelv wrote:I got the following reply, posting it tested.
On my box, I got SSH certificate errors (ignore) and had to find out what is the correct name for $def_vol. That refers to a drive name, I had to ls -a to find it out.

Michel

___
Could you please try to clean the database of qsync :


Please follow this procedure :

Connect the NAS by SSH port 22, login as admin password admin

download here http://the.earth.li/~sgtatham/putty/lat ... /putty.exe

(you can right click you mouse to paste commands in putty)



NAS DB Fixed Step.
1. backup qsync db
/etc/init.d/qbox.sh backup_db /share/Public/qbox.db

2. stop mysql
/etc/init.d/mariadb.sh stop

3. remove mysql data
rm -r /share/$def_vol/.system/data

4. start mysql
/etc/init.d/mariadb.sh start

5. start qsync service
/etc/init.d/qbox.sh restart

6. restore qsync db
/etc/init.d/qbox.sh restore_db /share/Public/qbox.db (doesnt work yet so use next line till then )

/etc/init.d/qbox.sh clean_all_db

7. restart qsync service
/etc/init.d/qbox.sh restart
keeztha
New here
Posts: 9
Joined: Tue Sep 20, 2016 12:38 pm

Re: Cannot log into NAS with Qsync

Post by keeztha »

Hi,

i upgraded the firmware '4.2.1 build 20160601' -> '4.2.2 build 20161021' (TS-220).
Qsync client works well on the newest firmware version.
whosnext
Starting out
Posts: 10
Joined: Thu Dec 31, 2015 12:42 am

Re: Cannot log into NAS with Qsync

Post by whosnext »

Not working with Qsync on 4.2.1 and 4.2.2 and windows 10.

also tried cleanup database also without any succes
ldebernardini
First post
Posts: 1
Joined: Wed Jul 13, 2011 2:55 am

Re: Cannot log into NAS with Qsync

Post by ldebernardini »

I had the same problem and tried to follow the db reset procedure. Anytime I was trying to execute the command "/etc/init.d/qbox.sh backup_db /share/Public/qbox.db" I got the error
"Found option without preceding group in config file: /etc/my.cnf at line: 2
Fatal error in defaults handling. Program aborted"
After some investigation I was able to solve the problem with the following steps:
1. connect to the NAS using Cyberduck (I'm on a MAC) through SFTP;
2. navigate to folder /etc
3. edit file "my.cnf"
4. add "[mysqld]" as the first line of the file
5. Disable "Qsync Central Station" on NAS
6. Enable "Qsync Central Station" on NAS

After these steps I was able to login QSYNC and it worked perfectly.

Hope this helps.
Luigi
michelv
New here
Posts: 7
Joined: Sat Jan 22, 2011 6:53 pm

Re: Cannot log into NAS with Qsync

Post by michelv »

Well, after some more issues, and getting lost in the slow responses and very slow updates in QSync, I decided to ditch it for something more modern.
Now I have Resilio Sync running (not open source) and the open source and slightly less convenient Syncthing. Both have quick apps for Android and similar available.
Both work enormously fast and reliable, and work outside your NAS network as well. Syncthing also can be adjusted to keep older versions.

So if you don't need a full "previous versions" system: upgrade to modern technology.
reddxx
First post
Posts: 1
Joined: Mon Jan 16, 2017 11:47 pm

Re: Cannot log into NAS with Qsync

Post by reddxx »

ldebernardini wrote:I had the same problem and tried to follow the db reset procedure. Anytime I was trying to execute the command "/etc/init.d/qbox.sh backup_db /share/Public/qbox.db" I got the error
"Found option without preceding group in config file: /etc/my.cnf at line: 2
Fatal error in defaults handling. Program aborted"
After some investigation I was able to solve the problem with the following steps:
1. connect to the NAS using Cyberduck (I'm on a MAC) through SFTP;
2. navigate to folder /etc
3. edit file "my.cnf"
4. add "[mysqld]" as the first line of the file
5. Disable "Qsync Central Station" on NAS
6. Enable "Qsync Central Station" on NAS

After these steps I was able to login QSYNC and it worked perfectly.

Hope this helps.
Luigi
it worked for me like a charm!
thaks you all!!!
Snaxmuppet
New here
Posts: 3
Joined: Sat Feb 25, 2017 12:35 am

Re: Cannot log into NAS with Qsync

Post by Snaxmuppet »

Had the same issue, ran through these steps and it fixed it!
michelv wrote:I got the following reply, posting it tested.
On my box, I got SSH certificate errors (ignore) and had to find out what is the correct name for $def_vol. That refers to a drive name, I had to ls -a to find it out.

Michel

___
Could you please try to clean the database of qsync :


Please follow this procedure :

Connect the NAS by SSH port 22, login as admin password admin

download here http://the.earth.li/~sgtatham/putty/lat ... /putty.exe

(you can right click you mouse to paste commands in putty)



NAS DB Fixed Step.
1. backup qsync db
/etc/init.d/qbox.sh backup_db /share/Public/qbox.db

2. stop mysql
/etc/init.d/mariadb.sh stop

3. remove mysql data
rm -r /share/$def_vol/.system/data

4. start mysql
/etc/init.d/mariadb.sh start

5. start qsync service
/etc/init.d/qbox.sh restart

6. restore qsync db
/etc/init.d/qbox.sh restore_db /share/Public/qbox.db (doesnt work yet so use next line till then )

/etc/init.d/qbox.sh clean_all_db

7. restart qsync service
/etc/init.d/qbox.sh restart
TVS-471... 3 x 3TB WD Red, 1 x 2TB WD Red
Anton1984
First post
Posts: 1
Joined: Tue Mar 07, 2017 12:57 pm

Re: Cannot log into NAS with Qsync

Post by Anton1984 »

MySQL reset commands

[~] # /usr/local/mariadb/bin/mysqldump -S /tmp/mysql_qbox.sock --user=root --password=qnapqnap qbox > /share/Public/qsync_backup.db
[~] # /etc/init.d/qbox.sh stop
[~] # /etc/init.d/mariadb.sh stop
[~] # mv /share/CACHEDEV1_DATA/.qbox/mysql/data /share/CACHEDEV1_DATA/.qbox/mysql/data_old
[~] # /etc/init.d/qbox.sh start
[~] # /etc/init.d/mariadb.sh start
[~] # /usr/local/mariadb/bin/mysql -S /tmp/mysql_qbox.sock --user=root --password=qnapqnap qbox < /share/Public/qsync_backup.db

Best regards.
raysvq
New here
Posts: 6
Joined: Wed Jul 06, 2016 8:12 am

Re: Cannot log into NAS with Qsync

Post by raysvq »

I followed the Putty and the Duck instructions above (once I worked out how to follow them) - but still no go. I can't logon onto Qsync. :cry:
I had to rebuild my NAS after 2 more disks failed (thankfully I had all my data backed up separately) and I decided to start using some of the features - Qsync being one of them. But Qsync doesn't want to play the game, so I guess it is either try to get on to tech support or just forget about it.

I am using a 4 bay TS-459 Pro II with 4TB WD reds in Raid 6 (although after 6 drive failures in 12 months I am switching to Seagate drives)
My QTS is v4.2.6 (2017/07/29)
TS-459 Pro II (No longer thinking about the TS-453A - I have placed an order for it)
4 x 4TD WD Reds (Migrating to Seagate Constellation 4TB - soon)
v4.2.6 (20140729)
raysvq
New here
Posts: 6
Joined: Wed Jul 06, 2016 8:12 am

Re: Cannot log into NAS with Qsync

Post by raysvq »

raysvq wrote:I followed the Putty and the Duck instructions above (once I worked out how to follow them) - but still no go. I can't logon onto Qsync. :cry:
I had to rebuild my NAS after 2 more disks failed (thankfully I had all my data backed up separately) and I decided to start using some of the features - Qsync being one of them. But Qsync doesn't want to play the game, so I guess it is either try to get on to tech support or just forget about it.

I am using a 4 bay TS-459 Pro II with 4TB WD reds in Raid 6 (although after 6 drive failures in 12 months I am switching to Seagate drives)
My QTS is v4.2.6 (2017/07/29)
Just a quick update - I am waiting on support to do a remote access, I will let you know what the result was.
TS-459 Pro II (No longer thinking about the TS-453A - I have placed an order for it)
4 x 4TD WD Reds (Migrating to Seagate Constellation 4TB - soon)
v4.2.6 (20140729)
raysvq
New here
Posts: 6
Joined: Wed Jul 06, 2016 8:12 am

Re: Cannot log into NAS with Qsync

Post by raysvq »

raysvq wrote:
raysvq wrote:I followed the Putty and the Duck instructions above (once I worked out how to follow them) - but still no go. I can't logon onto Qsync. :cry:
I had to rebuild my NAS after 2 more disks failed (thankfully I had all my data backed up separately) and I decided to start using some of the features - Qsync being one of them. But Qsync doesn't want to play the game, so I guess it is either try to get on to tech support or just forget about it.

I am using a 4 bay TS-459 Pro II with 4TB WD reds in Raid 6 (although after 6 drive failures in 12 months I am switching to Seagate drives)
My QTS is v4.2.6 (2017/07/29)
Just a quick update - I am waiting on support to do a remote access, I will let you know what the result was.
Well no success so far.
So I think I shall wait for my new TS-453A and 4 x new hard drives and do a clean build and see what happens then.
TS-459 Pro II (No longer thinking about the TS-453A - I have placed an order for it)
4 x 4TD WD Reds (Migrating to Seagate Constellation 4TB - soon)
v4.2.6 (20140729)
raysvq
New here
Posts: 6
Joined: Wed Jul 06, 2016 8:12 am

Re: Cannot log into NAS with Qsync

Post by raysvq »

raysvq wrote:
raysvq wrote:
raysvq wrote:I followed the Putty and the Duck instructions above (once I worked out how to follow them) - but still no go. I can't logon onto Qsync. :cry:
I had to rebuild my NAS after 2 more disks failed (thankfully I had all my data backed up separately) and I decided to start using some of the features - Qsync being one of them. But Qsync doesn't want to play the game, so I guess it is either try to get on to tech support or just forget about it.

I am using a 4 bay TS-459 Pro II with 4TB WD reds in Raid 6 (although after 6 drive failures in 12 months I am switching to Seagate drives)
My QTS is v4.2.6 (2017/07/29)
Just a quick update - I am waiting on support to do a remote access, I will let you know what the result was.
Well no success so far.
So I think I shall wait for my new TS-453A and 4 x new hard drives and do a clean build and see what happens then.
Just another update - I received my new TS-453A and new seagate harddrives (bloody noisey harddrives) and the Qsync works perfectly
TS-459 Pro II (No longer thinking about the TS-453A - I have placed an order for it)
4 x 4TD WD Reds (Migrating to Seagate Constellation 4TB - soon)
v4.2.6 (20140729)
Post Reply

Return to “myQNAPcloud service”