Page 1 of 1

1.13.0.x gargoyle-ispy 2021-January-26 17.torrent

Posted: Sat Jan 30, 2021 5:29 am
by ispyisail
USE AT YOUR OWN RISK

WARNING: DO NOT PRESERVE SETTINGS

Now includes packages

1.13.0.x gargoyle-ispy 2021-January-26 17.torrent

Torrent
http://bit.ly/3cs8lcC





Routers
http://bit.ly/3j2UquI



Changelog
(see creation date for commit date)

https://github.com/ericpaulbishop/gargo ... its/master

Re: 1.13.0.x gargoyle-ispy 2021-January-26 17.torrent

Posted: Sat Jan 30, 2021 2:20 pm
by ektus
I was able to download the torrent, but my router is having trouble reaching most of the trackers and hasn't uploaded anything yet:

Code: Select all

1.13.0.x gargoyle-ispy 2021-January-26 17.7z
Tier 1

    udp://tracker.openbittorrent.com:80
    Last Announce: Today 06:57:50 PM (got 1 peer)
    Next announce in 10 minutes
    Last Scrape: Today 06:47:41 PM
    Seeders:	1
    Leechers:	0
    Downloads:	0

Tier 2

    udp://open.demonii.com:1337
    Announce error: Connection failed - Today 06:29:43 PM
    Next announce in 1 hour, 15 minutes
    Scrape error: Connection failed - Today 06:10:30 PM
    Seeders:	N/A
    Leechers:	N/A
    Downloads:	N/A

Tier 3

    udp://tracker.coppersurfer.tk:6969
    Announce error: Connection failed - Today 06:30:03 PM
    Next announce in 1 hour, 15 minutes
    Scrape error: Connection failed - Today 06:10:30 PM
    Seeders:	N/A
    Leechers:	N/A
    Downloads:	N/A

Tier 4

    udp://tracker.leechers-paradise.org:6969
    Announce error: Connection failed - Today 06:30:03 PM
    Next announce in 1 hour, 16 minutes
    Scrape error: Connection failed - Today 05:27:53 PM
    Seeders:	N/A
    Leechers:	N/A
    Downloads:	N/A

Tier 5

    udp://tracker.coppersurfer.tk:6969
    Announce error: Connection failed - Today 06:30:03 PM
    Next announce in 1 hour, 15 minutes
    Scrape error: Connection failed - Today 05:27:40 PM
    Seeders:	N/A
    Leechers:	N/A
    Downloads:	N/A

Tier 6

    udp://tracker.open-internet.nl:6969
    Announce error: Connection failed - Today 06:30:33 PM
    Next announce in 1 hour, 16 minutes
    Scrape error: Connection failed - Today 06:11:51 PM
    Seeders:	N/A
    Leechers:	N/A
    Downloads:	N/A

Tier 7

    udp://allesanddro.de:1337
    Announce error: Could not connect to tracker - Today 06:27:39 PM
    Next announce in 1 hour, 13 minutes
    Scrape error: Could not connect to tracker - Today 06:06:50 PM
    Seeders:	N/A
    Leechers:	N/A
    Downloads:	N/A

Tier 8

    udp://9.rarbg.to:2710
    Announce error: Could not connect to tracker - Today 06:41:35 PM
    Next announce in 1 hour, 27 minutes
    Scrape error: Connection failed - Today 06:06:34 PM
    Seeders:	1
    Leechers:	0
    Downloads:	2
Times are UTC+1

The router's software is quite outdated 'cause I'd have to redo much of the configuration (including VPN and extroot) :-(

Code: Select all

Device Name:Archer-Gargoyle
Gargoyle Version:1.10.X (Built 20171128-0318 git@fcbd169)
Model:TP-Link Archer C5 v1
Device Configuration:Gateway
Memory Usage:87.8MB / 123.1MB (71.3%)
Swap Memory Usage:4.3MB / 1191.9MB (0.3%)
Connections:228/4096
CPU Load Averages:0.22 / 0.11 / 0.03 (1/5/15 minutes)

Re: 1.13.0.x gargoyle-ispy 2021-January-26 17.torrent

Posted: Sat Jan 30, 2021 6:15 pm
by oliver44
Device Name:Gargoyle
Gargoyle Version:1.13.X (Built 20210126-1716 git@0c75cab9)
Model:Linksys WRT1900ACS v2
IPv6 issue reported in another thread.

I noticed another problem, if you do not activate the wifi part wrt1900acs v2 reaches the speed of 1Gbps in speed test.
After activating the wifi on the cable side in the speed test on dowlowd reaching 600MBPS and on uploud reaching 930Mbps!
Where is the problem how it can support on uplod 1Gbps?

Re: 1.13.0.x gargoyle-ispy 2021-January-26 17.torrent

Posted: Sat Jan 30, 2021 7:43 pm
by RomanHK
So I could help and make them easier to download, so I started my own web server: http://gargoyle.romanhk.cz

Here you can find the latest (and some older) builds from this forum.

Build from @ispyisail (I thank him):
The "images and built" directory will be decompressed by file.
Here you will also find a mirror in compressed form.

You can use my (already unpacked) resources and paste them into Gargoyle via SSH. After pressing the "Refresh plugin" button, the resources will be loaded.

Run commands using SSH (should work for all architectures):

Code: Select all

cpath1=$(cat /etc/opkg.conf | grep 'gargoyle http' | sed 's/^.*gargoyle-1.14//g')
cpath2=$(cat /etc/opkg.conf | grep 'gargoyle_kernel_specific http' | sed 's/^.*gargoyle-1.14//g')
echo 'src/gz romanhk http://gargoyle.romanhk.cz/1.13.x/1.13.0.x%20gargoyle-ispy%202021-January-26%2017/built'$cpath1 >> /etc/opkg.conf
echo 'src/gz romanhk_kernel_specific http://gargoyle.romanhk.cz/1.13.x/1.13.0.x%20gargoyle-ispy%202021-January-26%2017/built'$cpath2 >> /etc/opkg.conf
I also recommend performing this step via SSH to download some OpenWrt packages correctly (eg Squid proxy server). This should work for all architectures:

Code: Select all

cat /etc/opkg/distfeeds.conf >> /etc/opkg.conf

:!: Here I must warn that if you are installing Gargoyle packages (such as "plugin-gargoyle-usb-storage-full") you must first comment out the OpenWrt repository for compatibility with Gargoyle packages:

Example of how to install the "plugin-gargoyle-usb-storage-full" package:

1. Run commands via SSH to install Gargoyle packages:

Code: Select all

sed -i 's+src/gz openwrt+#src/gz openwrt+g' /etc/opkg.conf
rm -rf /tmp/opkg-lists/*
gpkg update
gpkg install plugin-gargoyle-usb-storage-full
sed -i 's+#src/gz openwrt+src/gz openwrt+g' /etc/opkg.conf
2. You can now install OpenWrt packages that are not part of Gargoyle.

It is important to keep this procedure for package compatibility as follows: if you want another Gargoyle package, you must start with a point. 1!


Also note that I use http instead of https, as there may be a problem with https if the router does not have the right time (or does not have an ssl library).

P.S. Sometimes the server may not work because of an update - but this should take a short time. Also, I don't know how long I will be hosting my site, but I will try to keep it as long as possible.

Good luck and good health ;) ...

Re: 1.13.0.x gargoyle-ispy 2021-January-26 17.torrent

Posted: Sun Jan 31, 2021 12:41 am
by BJReplay
Thanks RomanHK for hosting.

Wake on LAN is showing the text at the top of the page (wol_help), but nothing else.

The console is showing

Code: Select all

Uncaught TypeError: Cannot read property 'toUpperCase' of undefined
    at initWolTable (wol.js?1.13.X--Built-20210126-1716-git-0c75cab9-:26)
    at wol.sh:5157

Re: 1.13.0.x gargoyle-ispy 2021-January-26 17.torrent

Posted: Sun Jan 31, 2021 1:35 am
by Lantis
if you view the source of the page, can you post all of the lines which show

Code: Select all

arpLines = new Array();
arpLines.push("192.168.1.45 dev br-lan lladdr 78:88:6d:c1:b9:38 STALE");
...
Thanks

Re: 1.13.0.x gargoyle-ispy 2021-January-26 17.torrent

Posted: Sun Jan 31, 2021 1:41 am
by BJReplay
Several plug-in installs later, and a couple of restarts trying to IPv6 up, and the WoL list is back.

If it disappears again, will post the arpLines as requested.

Re: 1.13.0.x gargoyle-ispy 2021-January-26 17.torrent

Posted: Sun Jan 31, 2021 8:36 am
by coits
Hi All,

Tried to install bind-dig but it leads to a lot of dependencies issues.
Can someone please advise,if we have a work around on this?

Thank you all.

Re: 1.13.0.x gargoyle-ispy 2021-January-26 17.torrent

Posted: Sun Jan 31, 2021 5:14 pm
by medonho
Upgraded my TP-Link WDR-4300 v1.7 with this one, last firmware version was 1.12.x from March/2020.

Everything is fine so far.

Thank you very much for the great job!

Re: 1.13.0.x gargoyle-ispy 2021-January-26 17.torrent

Posted: Mon Feb 01, 2021 4:46 am
by phgerin
looks like the NaN bug in bandwidth distribution Graph is fixed. Thanks !