deividgdt / ytadsblocker

YTadsblocker is a script to block all the Youtube's advertisement in Pi-Hole
GNU General Public License v3.0
89 stars 12 forks source link

Installing Error #2

Closed dionassydqi closed 3 years ago

dionassydqi commented 3 years ago

./ytadsblocker.sh: line 139: echo: write error: No space left on device

I tried to install it, but why is there a statement that there is no memery available, even though there are still 5GB more free space on my device.

deividgdt commented 3 years ago

Hi there,

Please double check if you have space left on the device on /var/log or /var. I think that there is not other possibility to be receiving this error, the line 139 is just an echo with some information that is being forwarded to: /var/log/ytadsblocker.log

YTADSBLOCKER_LOG="/var/log/ytadsblocker.log" echo "[$(date "+%F %T")] Searching Googlevideo's subdomains in the logs..." >> $YTADSBLOCKER_LOG

Kind regards,

dionassydqi commented 3 years ago

yes, I am also surprised, because there is still 4gb of free memory. For how it works, does it read the query logs related to googlevideo.com and then insert it gravity?

deividgdt commented 3 years ago

Hi,

That's exactly how it works.

Regarding this issue, can you write some on: /var/log ? Did you try it?

Kind regards,

dionassydqi commented 3 years ago

I can't find the logs

deividgdt commented 3 years ago

Did you solve it?