Cannot install Tor plugin - but everything else

Report problems and success stories with Gargoyle on various hardware platforms.

Moderator: Moderators

Lantis
Moderator
Posts: 6753
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: Cannot install Tor plugin - but everything else

Post 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.
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

_mike
Posts: 10
Joined: Tue Jul 14, 2020 5:33 am

Re: Cannot install Tor plugin - but everything else

Post 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. :)

RomanHK
Posts: 794
Joined: Sat May 04, 2013 4:18 pm
Location: Czech Republik

Re: Cannot install Tor plugin - but everything else

Post 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
Turris Omnia with OpenWrt 21.02 - Tested
Linksys WRT3200ACM with Gargoyle 1.13.x
TL-WR1043ND v2 with Gargoyle 1.10.0

http://gargoyle.romanhk.cz custom builds by gargoyle users

_mike
Posts: 10
Joined: Tue Jul 14, 2020 5:33 am

Re: Cannot install Tor plugin - but everything else

Post 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

RomanHK
Posts: 794
Joined: Sat May 04, 2013 4:18 pm
Location: Czech Republik

Re: Cannot install Tor plugin - but everything else

Post 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.
Turris Omnia with OpenWrt 21.02 - Tested
Linksys WRT3200ACM with Gargoyle 1.13.x
TL-WR1043ND v2 with Gargoyle 1.10.0

http://gargoyle.romanhk.cz custom builds by gargoyle users

RomanHK
Posts: 794
Joined: Sat May 04, 2013 4:18 pm
Location: Czech Republik

Re: Cannot install Tor plugin - but everything else

Post 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?
Turris Omnia with OpenWrt 21.02 - Tested
Linksys WRT3200ACM with Gargoyle 1.13.x
TL-WR1043ND v2 with Gargoyle 1.10.0

http://gargoyle.romanhk.cz custom builds by gargoyle users

_mike
Posts: 10
Joined: Tue Jul 14, 2020 5:33 am

Re: Cannot install Tor plugin - but everything else

Post 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                                                                                                                  
~                   

RomanHK
Posts: 794
Joined: Sat May 04, 2013 4:18 pm
Location: Czech Republik

Re: Cannot install Tor plugin - but everything else

Post 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?
Turris Omnia with OpenWrt 21.02 - Tested
Linksys WRT3200ACM with Gargoyle 1.13.x
TL-WR1043ND v2 with Gargoyle 1.10.0

http://gargoyle.romanhk.cz custom builds by gargoyle users

Lantis
Moderator
Posts: 6753
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: Cannot install Tor plugin - but everything else

Post by Lantis »

What do you mean the kernel doesn't match?
Match what?
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

RomanHK
Posts: 794
Joined: Sat May 04, 2013 4:18 pm
Location: Czech Republik

Re: Cannot install Tor plugin - but everything else

Post 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.
Last edited by RomanHK on Fri Jul 17, 2020 7:59 pm, edited 1 time in total.
Turris Omnia with OpenWrt 21.02 - Tested
Linksys WRT3200ACM with Gargoyle 1.13.x
TL-WR1043ND v2 with Gargoyle 1.10.0

http://gargoyle.romanhk.cz custom builds by gargoyle users

Post Reply