[QPKG] sherpa: a mini-package-manager (CLI) beta

This is the best place for community developers to publish their genius work. Your Apps enrich the QNAP Turbo NAS.
Post Reply
swany6mm
Getting the hang of things
Posts: 98
Joined: Mon Jan 11, 2016 8:39 pm

Re: [SCRIPT] Sherpa

Post by swany6mm »

Zero chance to test. AC88U died :( Been fighting with it for a couple days. Finally put my N66R back in place and waiting on RMA from Asus...Don't want to mess with too many things at once ;)
QNAP TS-651
4GB Mem (2x2GB)
4.5.2.1630 (2021/04/06)
Current HDD
2 Samsung SSD 850 EVO 250GB - Raid 1 -DataVol1
4 WD Red 8TB - RAID 5 - DataVol1_1
robdog75
New here
Posts: 4
Joined: Fri Sep 16, 2016 10:03 pm

Re: [SCRIPT] Sherpa

Post by robdog75 »

KUDOS!!!!!
swany6mm
Getting the hang of things
Posts: 98
Joined: Mon Jan 11, 2016 8:39 pm

Re: [SCRIPT] Sherpa

Post by swany6mm »

One,

Yeah, QBoost's file clean up is killing it :( Every time I run it, the next time the server reboots (minimum once a week), it dies and I have to reinstall SAB....So, no more running the disk clean up utility for me ;)

Swany
QNAP TS-651
4GB Mem (2x2GB)
4.5.2.1630 (2021/04/06)
Current HDD
2 Samsung SSD 850 EVO 250GB - Raid 1 -DataVol1
4 WD Red 8TB - RAID 5 - DataVol1_1
User avatar
OneCD
Guru
Posts: 12147
Joined: Sun Aug 21, 2016 10:48 am
Location: "... there, behind that sofa!"

Re: [SCRIPT] Sherpa

Post by OneCD »

QBoost - is that the thing with the dancing robot? Maybe QNAP should spend less time programming stupid gimics and more time on reliability. :roll:

Swany, do you have a suggestion for a fix? I don't have that firmware so I'm unable to see what's going on. Happy to hear any advice.

ImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImage
fraflo66
Starting out
Posts: 10
Joined: Sun Nov 17, 2013 11:52 pm

Re: [SCRIPT] Sherpa

Post by fraflo66 »

Hello anybody,
i might to install the sherpa script curl -O https://raw.githubusercontent.com/onecd ... rpa.tar.gz && tar -zxvf sherpa.tar.gz
but i get an error curl: (6) Couldn't resolve host 'raw.githubusercontent.com'.. also the another steps .:wget https://goo.gl/Qot9QK failed
Please help me ..the firmware is QTS 4.3.3 and the qnap is tv-219P
best regards
frank
User avatar
OneCD
Guru
Posts: 12147
Joined: Sun Aug 21, 2016 10:48 am
Location: "... there, behind that sofa!"

Re: [SCRIPT] Sherpa

Post by OneCD »

Hi Frank and welcome to the forum. :)

Looks like your name resolution isn't working.

Can you try:

Code: Select all

ping -c5 raw.githubusercontent.com

ImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImage
fraflo66
Starting out
Posts: 10
Joined: Sun Nov 17, 2013 11:52 pm

Re: [SCRIPT] Sherpa

Post by fraflo66 »

OneCD wrote:Hi Frank and welcome to the forum. :)

Looks like your name resolution isn't working.

Can you try:

Code: Select all

ping -c5 raw.githubusercontent.com
Hello Onecd,
thanks for your quickly answer. you have right.
[~] # -c COUNT
-sh: -c: command not found
[~] # -s SIZE
-sh: -s: command not found
[~] # -Q
-sh: -Q: command not found
[~] # -q
-sh: -q: command not found
[~] #

sorry, but what can i do??
frank
User avatar
OneCD
Guru
Posts: 12147
Joined: Sun Aug 21, 2016 10:48 am
Location: "... there, behind that sofa!"

Re: [SCRIPT] Sherpa

Post by OneCD »

Ah, no, that's not right. Can you please click on the 'SELECT ALL' box for the code block I posted, then copy and paste the selected text into your terminal window?

ImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImage
fraflo66
Starting out
Posts: 10
Joined: Sun Nov 17, 2013 11:52 pm

Re: [SCRIPT] Sherpa

Post by fraflo66 »

OneCD wrote:Ah, no, that's not right. Can you please click on the 'SELECT ALL' box for the code block I posted, then copy and paste the selected text into your terminal window?
Sorry, but i don't know what do you mean??
sign me up to putty via ssh and following the steps one and two and the third step i can't to connect!
sorry
frank
User avatar
OneCD
Guru
Posts: 12147
Joined: Sun Aug 21, 2016 10:48 am
Location: "... there, behind that sofa!"

Re: [SCRIPT] Sherpa

Post by OneCD »

No worries.

Code: Select all

ping -c5 raw.githubusercontent.com
Please click where it says 'SELECT ALL' above this code block, then copy and paste the selected text into your terminal window. This will help ensure that the entire command string is entered correctly at the NAS command prompt.

ImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImage
fraflo66
Starting out
Posts: 10
Joined: Sun Nov 17, 2013 11:52 pm

Re: [SCRIPT] Sherpa

Post by fraflo66 »

[~] # select all
<y/sherpa/master/sherpa.tar.gz && tar -zxvf sherpa.tar.gz
-sh: syntax error near unexpected token `curl'
[~] # cd /share/Public
[/share/Public] # ping -c5 raw.githubusercontent.com
BusyBox v1.01 (2017.10.31-18:03+0000) multi-call binary

Usage: ping [OPTION]... host

Send ICMP ECHO_REQUEST packets to network hosts.

Options:
-c COUNT Send only COUNT pings.
-s SIZE Send SIZE data bytes in packets (default=56).
-q Quiet mode, only displays output at start
and when finished. -w TIMEOUT Set gethostbynam e timeout.
User avatar
OneCD
Guru
Posts: 12147
Joined: Sun Aug 21, 2016 10:48 am
Location: "... there, behind that sofa!"

Re: [SCRIPT] Sherpa

Post by OneCD »

OK, let's try this:

Code: Select all

ping -c 5 z.com
Don't copy and paste this one. Instead, type it exactly as shown. ;)

ImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImage
fraflo66
Starting out
Posts: 10
Joined: Sun Nov 17, 2013 11:52 pm

Re: [SCRIPT] Sherpa

Post by fraflo66 »

OneCD wrote:OK, let's try this:

Code: Select all

ping -c 5 z.com
Don't copy and paste this one. Instead, type it exactly as shown. ;)
Unknown host
sorry
User avatar
OneCD
Guru
Posts: 12147
Joined: Sun Aug 21, 2016 10:48 am
Location: "... there, behind that sofa!"

Re: [SCRIPT] Sherpa

Post by OneCD »

That does look like DNS name resolution is not working. :(

I'm unable to help check your NAS DNS configuration as I don't use the newer QNAP firmwares. It would also be off-topic here.

So, suggest you create a new topic for this problem. Click here to navigate to the correct sub-forum and create a new topic called "Fix DNS resolution?". Explain that your NAS is not resolving DNS hosts at the command-line. You might need assistance to examine your DNS configuration.

ImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImage
fraflo66
Starting out
Posts: 10
Joined: Sun Nov 17, 2013 11:52 pm

Re: [SCRIPT] Sherpa

Post by fraflo66 »

OneCD wrote:That does look like DNS name resolution is not working. :(

I'm unable to help check your NAS DNS configuration as I don't use the newer QNAP firmwares. It would also be off-topic here.

So, suggest you create a new topic for this problem. Click here to navigate to the correct sub-forum and create a new topic called "Fix DNS resolution?". Explain that your NAS is not resolving DNS hosts at the command-line. You might need assistance to examine your DNS configuration.
thanks so much OneCD für your effort. :)
Post Reply

Return to “Community Apps”