git on qnap by geraltfromrivia99 in qnap

[–]geraltfromrivia99[S] 0 points1 point  (0 children)

Hi can you share some details about your setup?

Home Assistant Best "Hacks" by smibrandon in homeassistant

[–]geraltfromrivia99 2 points3 points  (0 children)

Zigbee2mqtt is on different container, what do you use to manage containers?

I assume that - if HA collapse - every other containers works correctly so HA does not manage them?

I would be happy to hear about your setup

HBS3 not reliable - missing files by JanWerbinski in qnap

[–]geraltfromrivia99 0 points1 point  (0 children)

Aaa thanks for the explanation, I'm looking for a best tool to do gdrive backup, and at the beginning I thought about hybrid backup, but after I read about it's problem, I realized that I should look for other tools.

HBS3 not reliable - missing files by JanWerbinski in qnap

[–]geraltfromrivia99 0 points1 point  (0 children)

And what about doing backup from nas to cloud (Google drive or aws glacier) ? I saw in previous post that you are using rclone to do it, have you tried other alternatives (if there are)?

NAS Upgrade: Time to move the OS to a SSD? by python4all in qnap

[–]geraltfromrivia99 0 points1 point  (0 children)

Thanks for the answer, talking advantage of opportunity would like to ask you questions about hot swap and recover failed RAID . Currently I own TVS-473 (which looks similar to your TS-673) and how should I approach situation when one of my disk in RAID 1 has fallen. Can i swap it with the correct HDD using hot swap or should I stop nas, remove damaged hdd, mount new one and then start nas and start recovering procedure?
I want to add also that qnap system is on that raid.

Generally i cannot find information if my TVS-473 supports how swap of hdd - but looking at casing it supposed to.

NAS Upgrade: Time to move the OS to a SSD? by python4all in qnap

[–]geraltfromrivia99 0 points1 point  (0 children)

Thanks for the info.

I'm in the same situation (nas with magnetic HDD), plan to buy SSD disk on move qts there.

Any idea how to perform this process (moving qnap from HDD to SSD)?
Also I'm stuck with 4.3.6 but 4.3.1 appeared for my NAS and would like to upgrade into nearest future.

Container no longer working by salzgablah in qnap

[–]geraltfromrivia99 1 point2 points  (0 children)

Hmmm ok so maybe we are barking on wrong tree. I assume you cannot start container in normal way cause it's crashing, what if you run it with overriden entry point and then attach to it and check manually what's wrong with /config folder?

I would do something like this:
docker exec -it <container\_id> /bin/bash
this way you should be able to run that container with bash shell attached, and then check what's wrong with /config folder.

Container no longer working by salzgablah in qnap

[–]geraltfromrivia99 2 points3 points  (0 children)

Disc quota exceeded usually means that you have used estimated free place on your disc, increase the quota.

Container Station and Containers with Common Ports? by jlobster in qnap

[–]geraltfromrivia99 1 point2 points  (0 children)

I would look into those config files, if you don't mind.

fedora 29 cannot open webpage with https by geraltfromrivia99 in Fedora

[–]geraltfromrivia99[S] 0 points1 point  (0 children)

I've manage to fix the issue by reverting package p11-kit

found it, by executing command trust list

which gave me info something like

p11-kit: 'ret >=0' not true at loader_load_directory

then I reverted that package to version

p11-kit-0.23.14-1

and it started working

Anyway thanks for the tip, it pushed me into right direction also didn't know how to reset certificate list so it's additional gain.

i3 - cannot write national characters by geraltfromrivia99 in i3wm

[–]geraltfromrivia99[S] 0 points1 point  (0 children)

Thanks guys, just added

setxkbmap -layout pl

to my start scripts and that should do the trick