Gargoyle 1.11.0 Release Candidate 5

Want to share your OpenWrt / Gargoyle knowledge? Implemented a new feature? Let us know here.

Moderator: Moderators

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

Re: Gargoyle 1.11.0 Release Candidate 5

Post by RomanHK »

Lantis wrote:f2fs is possibly the only one that wouldn’t let it boot properly.
Including ath9/10k are both quite big for the sake of a single target.

If it works I may need to split it into a new target profile.

The main issue appears to be the initramfs.
I used initramfs from here: https://downloads.openwrt.org/releases/ ... mfs.tar.gz . It's just about mediating uploading and flash gargoyle_1.11.x-mvebu-cortexa9-turris-omnia-sysupgrade.img.gz . Perhaps the current version of OpenWrt is sufficient.

f2fs is the default OpenWrt file system on this router.
I fed it with the command: mkfs.ext4 /dev/loop0 and reboot, so the configuration was saved correctly (ext4 but not suitable for flash).

ath9 / 10k is inevitable for wireless network operation (it would be an additional manual installation via opkg, but it would have to be a permanent storage with the current kernel). The directory https://downloads.openwrt.org/releases/ ... -a9_vfpv3/ has already changed and so opkg can not be used.

If this helps, I did not use the gargoyle_1.11.x-mvebu-cortexa9-turris-omnia-kernel.bin file - the flash did without this file.
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

Gus
Posts: 14
Joined: Tue Jul 12, 2016 7:34 am

Re: Gargoyle 1.11.0 Release Candidate 5

Post by Gus »

Tried this on my WDR 3600 and miniupnpd wont start(after installing the plugin obviously). Tried restarting and resetting and still doesnt work, any help?

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

Re: Gargoyle 1.11.0 Release Candidate 5

Post by Lantis »

Gus wrote:Tried this on my WDR 3600 and miniupnpd wont start(after installing the plugin obviously). Tried restarting and resetting and still doesnt work, any help?
Please provide a system log after trying to enable it.
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.

Gus
Posts: 14
Joined: Tue Jul 12, 2016 7:34 am

Re: Gargoyle 1.11.0 Release Candidate 5

Post by Gus »

Lantis wrote:
Gus wrote:Tried this on my WDR 3600 and miniupnpd wont start(after installing the plugin obviously). Tried restarting and resetting and still doesnt work, any help?
Please provide a system log after trying to enable it.
Thanks for the help, here is it: https://pastebin.com/RiCcsYvc

PS: The log is after rebooting the router and trying to enable it twice.

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

Re: Gargoyle 1.11.0 Release Candidate 5

Post by Lantis »

Nothing particularly stands out to say it isn’t working or it failed to start.
What makes you think it isn’t?

Can you check if an instance is running using “ps” command?

If you manually run /etc/init.d/miniupnpd start, what happens?

The only error in there is I assume from a lack of MINIUPNPD chain in iptables, which seems odd as it should be created by the firewall restart.

It would take me at least a week to prepare a device to test this, so please confirm the above before I go to that trouble.
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.

Gus
Posts: 14
Joined: Tue Jul 12, 2016 7:34 am

Re: Gargoyle 1.11.0 Release Candidate 5

Post by Gus »

Lantis wrote:Nothing particularly stands out to say it isn’t working or it failed to start.
What makes you think it isn’t?

Can you check if an instance is running using “ps” command?

If you manually run /etc/init.d/miniupnpd start, what happens?

The only error in there is I assume from a lack of MINIUPNPD chain in iptables, which seems odd as it should be created by the firewall restart.

It would take me at least a week to prepare a device to test this, so please confirm the above before I go to that trouble.
What made me notice it didnt work at first was it appeared as disabled in the ui afer enabling it.

Running ps:

Code: Select all

root@Gargoyle:~# ps
  PID USER       VSZ STAT COMMAND
    1 root      1548 S    /sbin/procd
    2 root         0 SW   [kthreadd]
    3 root         0 SW   [ksoftirqd/0]
    4 root         0 SW   [kworker/0:0]
    5 root         0 SW<  [kworker/0:0H]
    7 root         0 SW<  [lru-add-drain]
   77 root         0 SW   [oom_reaper]
   78 root         0 SW<  [writeback]
   80 root         0 SW   [kcompactd0]
   81 root         0 SW<  [crypto]
   82 root         0 SW<  [bioset]
   84 root         0 SW<  [kblockd]
  111 root         0 SW   [kworker/0:1]
  118 root         0 SW   [kswapd0]
  175 root         0 SW   [spi0]
  194 root         0 SW<  [bioset]
  200 root         0 SW<  [bioset]
  206 root         0 SW<  [bioset]
  211 root         0 SW<  [bioset]
  217 root         0 SW<  [bioset]
  223 root         0 SW<  [bioset]
  326 root         0 SW<  [ipv6_addrconf]
  333 root         0 SW<  [kworker/0:1H]
  441 root         0 SW   [scsi_eh_0]
  442 root         0 SW<  [scsi_tmf_0]
  443 root         0 SW   [usb-storage]
  447 root         0 SW<  [bioset]
  473 root         0 SWN  [jffs2_gcd_mtd3]
  541 root      1184 S    /sbin/ubusd
  543 root       900 S    /sbin/askfirst /usr/libexec/login.sh
  651 root         0 SW<  [rpciod]
  652 root         0 SW<  [xprtiod]
  670 root         0 SW<  [nfsiod]
  939 root         0 SW<  [cfg80211]
 1138 root      1248 S    /sbin/logd -S 64
 1877 nobody    1160 S    /usr/sbin/portmap
 2035 root      1652 S    /sbin/netifd
 2669 root      1208 S<   /usr/sbin/ntpd -n -N -l -S /usr/sbin/ntpd-hotplug -p
 2912 root      1064 S    /usr/sbin/dropbear -F -P /var/run/dropbear.1.pid -p
 3154 root      3188 S    /usr/sbin/uhttpd -f -h /www -r Gargoyle -x /cgi-bin
 3200 root      3728 S    /usr/sbin/hostapd -s -P /var/run/wifi-phy1.pid -B /v
 3298 root      3728 S    /usr/sbin/hostapd -s -P /var/run/wifi-phy0.pid -B /v
 3449 dnsmasq   2664 S    /usr/sbin/dnsmasq -C /var/etc/dnsmasq.conf.cfg01411c
 4029 root         0 SW   [jbd2/sda1-8]
 4030 root         0 SW<  [ext4-rsv-conver]
19698 root       968 S    qosmon -a -b 800 10.153.0.61 12000 23
20497 root      1208 S    /usr/sbin/crond -f -c /etc/crontabs -l 9
22243 root         0 SW   [kworker/u2:2]
22943 root         0 SW   [kworker/u2:1]
23433 root         0 SW   [kworker/u2:0]
23704 root      1132 S    /usr/sbin/dropbear -F -P /var/run/dropbear.1.pid -p
23725 root      1204 S    -ash
23737 root      1204 R    ps
ps after running /etc/init.d/miniupnpd start:

Code: Select all

root@Gargoyle:~# ps
  PID USER       VSZ STAT COMMAND
    1 root      1548 S    /sbin/procd
    2 root         0 SW   [kthreadd]
    3 root         0 SW   [ksoftirqd/0]
    4 root         0 SW   [kworker/0:0]
    5 root         0 SW<  [kworker/0:0H]
    7 root         0 SW<  [lru-add-drain]
   77 root         0 SW   [oom_reaper]
   78 root         0 SW<  [writeback]
   80 root         0 SW   [kcompactd0]
   81 root         0 SW<  [crypto]
   82 root         0 SW<  [bioset]
   84 root         0 SW<  [kblockd]
  111 root         0 SW   [kworker/0:1]
  118 root         0 SW   [kswapd0]
  175 root         0 SW   [spi0]
  194 root         0 SW<  [bioset]
  200 root         0 SW<  [bioset]
  206 root         0 SW<  [bioset]
  211 root         0 SW<  [bioset]
  217 root         0 SW<  [bioset]
  223 root         0 SW<  [bioset]
  326 root         0 SW<  [ipv6_addrconf]
  333 root         0 SW<  [kworker/0:1H]
  441 root         0 SW   [scsi_eh_0]
  442 root         0 SW<  [scsi_tmf_0]
  443 root         0 SW   [usb-storage]
  447 root         0 SW<  [bioset]
  473 root         0 SWN  [jffs2_gcd_mtd3]
  541 root      1184 S    /sbin/ubusd
  543 root       900 S    /sbin/askfirst /usr/libexec/login.sh
  651 root         0 SW<  [rpciod]
  652 root         0 SW<  [xprtiod]
  670 root         0 SW<  [nfsiod]
  939 root         0 SW<  [cfg80211]
 1138 root      1252 S    /sbin/logd -S 64
 1877 nobody    1160 S    /usr/sbin/portmap
 2035 root      1652 S    /sbin/netifd
 2669 root      1208 S<   /usr/sbin/ntpd -n -N -l -S /usr/sbin/ntpd-hotplug -p 0.europe.pool.ntp.org -p 1.europe.pool.ntp.org -p 2.europe.pool.ntp.org
 2912 root      1064 S    /usr/sbin/dropbear -F -P /var/run/dropbear.1.pid -p 22 -K 300 -T 3
 3154 root      3188 S    /usr/sbin/uhttpd -f -h /www -r Gargoyle -x /cgi-bin -t 900 -T 30 -k 20 -A 1 -E /transpixel.gif -n 50 -N 200 -D -R -p 0.0.0.0:80 -i .sh=/usr/bin/run_haserl -i .csv=/usr/bin/run_haserl -I login.sh -C /etc/uhttpd
 3200 root      3728 S    /usr/sbin/hostapd -s -P /var/run/wifi-phy1.pid -B /var/run/hostapd-phy1.conf
 3298 root      3728 S    /usr/sbin/hostapd -s -P /var/run/wifi-phy0.pid -B /var/run/hostapd-phy0.conf
 3449 dnsmasq   2664 S    /usr/sbin/dnsmasq -C /var/etc/dnsmasq.conf.cfg01411c -k -x /var/run/dnsmasq/dnsmasq.cfg01411c.pid
 4029 root         0 SW   [jbd2/sda1-8]
 4030 root         0 SW<  [ext4-rsv-conver]
19698 root       968 S    qosmon -a -b 800 10.153.0.61 12000 23
20497 root      1208 S    /usr/sbin/crond -f -c /etc/crontabs -l 9
22943 root         0 SW   [kworker/u2:1]
23433 root         0 SW   [kworker/u2:0]
23704 root      1132 S    /usr/sbin/dropbear -F -P /var/run/dropbear.1.pid -p 22 -K 300 -T 3
23725 root      1204 S    -ash
23762 root         0 SW   [kworker/u2:2]
23946 root      1204 R    ps

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

Re: Gargoyle 1.11.0 Release Candidate 5

Post by Lantis »

I’ll see if I can reproduce locally. Thank you
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.

Gus
Posts: 14
Joined: Tue Jul 12, 2016 7:34 am

Re: Gargoyle 1.11.0 Release Candidate 5

Post by Gus »

Lantis wrote:I’ll see if I can reproduce locally. Thank you
If you want me to send you any file just ask

sigwx
Posts: 70
Joined: Fri Oct 23, 2015 4:14 am

Re: Gargoyle 1.11.0 Release Candidate 5

Post by sigwx »

I've not rebooted since Dec 29th, and noticed that if I try to view 'Days' for the Bandwidth Distribution, I only see December 31 ... a glitch dealing with the new year? I can hold off rebooting if there is some debugging I could with it in this state...

Months gives me November, December and January.

sigwx
Posts: 70
Joined: Fri Oct 23, 2015 4:14 am

Re: Gargoyle 1.11.0 Release Candidate 5

Post by sigwx »

It also appears that for no reason I'm only able to get 5-10Mbps download (I was getting over 300Mbps last week) over ethernet. If I remove the router and connect direct, I get closer to 200Mbps. I'm using a WRT1900ACS and its been fine before.... I've rebooted a couple times, but still no bandwidth improvement. Very strange...

Post Reply