Page 2 of 3
Re: Cannot install Tor plugin - but everything else
Posted: Fri Jul 17, 2020 6:31 am
by Lantis
No idea, it definitely exists in the repository.
http://www.gargoyle-router.com/packages ... l_24kc.ipk
You can try downloading it manually and installing it.
You could try commenting out the openwrt repositories in the /etc/opkg.conf file, only leaving the Gargoyle ones. There may be a conflict generating between the two, but i've never seen that before.
Re: Cannot install Tor plugin - but everything else
Posted: Fri Jul 17, 2020 12:59 pm
by _mike
Yes, sorry, I always get the errors nobody else gets.

Thanks for all your hints. I tried that, but nothing works.
I don't know if this was the right command:
Code: Select all
root@Gargoyle:~# gpkg install http://www.gargoyle-router.com/packages/gargoyle-1
.12.0/ramips/usb_mt7620_kernelspecific/kmod-ipt-ipset_4.14.151-1-2af249c9249e7fe
128c299eed4ea8366_mipsel_24kc.ipk
ERROR: No package named http://www.gargoyle-router.com/packages/gargoyle-1.12.0/ramips/usb_mt7620_kernelspecific/kmod-ipt-ipset_4.14.151-1-2af249c9249e7fe128c299eed4ea8366_mipsel_24kc.ipk found, try updating your package lists
I also tried an older version of Gargoyle (11) and also the newest OpenWrt with a complete reset (GUI and via button), then back to Asus stock and again. Then I used an USB stick for root storage because I thought maybe that was the problem. But it just does not install. In addition, now also the plugin for the logs is missing.
So I think I might stick with the Tor browser for a while.

Re: Cannot install Tor plugin - but everything else
Posted: Fri Jul 17, 2020 2:19 pm
by RomanHK
The correct procedure should be as follows:
Code: Select all
gpkg update
wget http://www.gargoyle-router.com/packages/gargoyle-1.12.0/ramips/usb_mt7620_kernelspecific/kmod-ipt-ipset_4.14.151-1-2af249c9249e7fe128c299eed4ea8366_mipsel_24kc.ipk -O /tmp/package.ipk
gpkg install /tmp/package.ipk
Re: Cannot install Tor plugin - but everything else
Posted: Fri Jul 17, 2020 3:04 pm
by _mike
Thank you Roman!
But that brings the next error:
Code: Select all
root@Gargoyle:~# gpkg install /tmp/package.ipk
ERROR: Dependency kmod-nfnetlink of package kmod-ipt-ipset cannot be found, try updating your package lists
Re: Cannot install Tor plugin - but everything else
Posted: Fri Jul 17, 2020 3:08 pm
by RomanHK
_mike wrote:In addition, now also the plugin for the logs is missing.
Yes, it is now installed additionally as a plugin from the Gargoyle repository.
Re: Cannot install Tor plugin - but everything else
Posted: Fri Jul 17, 2020 3:14 pm
by RomanHK
_mike wrote: ↑Fri Jul 17, 2020 3:04 pm
Thank you Roman!
But that brings the next error:
Code: Select all
root@Gargoyle:~# gpkg install /tmp/package.ipk
ERROR: Dependency kmod-nfnetlink of package kmod-ipt-ipset cannot be found, try updating your package lists
That's weird. Can you paste the contents of the
/etc/opkg.conf file here?
Re: Cannot install Tor plugin - but everything else
Posted: Fri Jul 17, 2020 3:37 pm
by _mike
RomanHK wrote: ↑Fri Jul 17, 2020 3:08 pm
_mike wrote:In addition, now also the plugin for the logs is missing.
Yes, it is now installed additionally as a plugin from the Gargoyle repository.
Yes I mean that - but it does not get listed as before.
Here is the opkg.conf:
Code: Select all
src/gz openwrt_18.06.5_base http://downloads.openwrt.org/releases/18.06.5/packages/mipsel_24kc/base
src/gz openwrt_18.06.5_packages http://downloads.openwrt.org/releases/18.06.5/packages/mipsel_24kc/packages
src/gz openwrt_18.06.5_routing http://downloads.openwrt.org/releases/18.06.5/packages/mipsel_24kc/routing
src/gz openwrt_18.06.5_telephony http://downloads.openwrt.org/releases/18.06.5/packages/mipsel_24kc/telephony
src/gz gargoyle http://www.gargoyle-router.com/packages/gargoyle-1.12.0/ramips/default
src/gz gargoyle_kernel_specific http://www.gargoyle-router.com/packages/gargoyle-1.12.0/ramips/default_kernelspecific
dest root /
dest ram /tmp
dest plugin_root /plugin_root
lists_dir ext /var/opkg-lists
option overlay_root /overlay
~
Re: Cannot install Tor plugin - but everything else
Posted: Fri Jul 17, 2020 4:04 pm
by RomanHK
I probably found an error - it is not updated (kernel does not match) in the file:
http://www.gargoyle-router.com/packages ... c/Packages
Code: Select all
Package: kmod-ipt-ipset
Version: 4.14.151-1-bd1dd1014e524a4c272bd98ae37dc19b
Depends: kernel (=4.14.151-1-bd1dd1014e524a4c272bd98ae37dc19b), kmod-ipt-core, kmod-nfnetlink
License: GPL-2.0
Section: kernel
Architecture: mipsel_24kc
Installed-Size: 106319
Filename: kmod-ipt-ipset_4.14.151-1-bd1dd1014e524a4c272bd98ae37dc19b_mipsel_24kc.ipk
Size: 106772
SHA256sum: 44867e3347ef150c1ec34f3ec9a0b191d75840a433b867d12ed733b0b39a465b
Description: IPset netfilter modules
@Lantis: So how's it right?
Re: Cannot install Tor plugin - but everything else
Posted: Fri Jul 17, 2020 6:50 pm
by Lantis
What do you mean the kernel doesn't match?
Match what?
Re: Cannot install Tor plugin - but everything else
Posted: Fri Jul 17, 2020 7:18 pm
by RomanHK
Lantis wrote: ↑Fri Jul 17, 2020 6:50 pm
What do you mean the kernel doesn't match?
Match what?
kmod-ipt-ipset_4.14.151-1-
2af249c9249e7fe128c299eed4ea8366_mipsel_24kc.ipk
kmod-ipt-ipset_4.14.151-1-
bd1dd1014e524a4c272bd98ae37dc19b_mipsel_24kc.ipk
̶B̶o̶t̶h̶ ̶i̶n̶ ̶t̶h̶e̶ ̶s̶a̶m̶e̶ ̶r̶e̶p̶o̶s̶i̶t̶o̶r̶y̶ ̶b̶u̶t̶ ̶a̶ ̶d̶i̶f̶f̶e̶r̶e̶n̶t̶ ̶c̶o̶m̶p̶i̶l̶a̶t̶i̶o̶n̶, but the
Packages file specifies only one compilation.