Page 13 of 22

Re: Gargoyle 1.11.0 Release Candidate 5

Posted: Tue Jan 29, 2019 3:55 pm
by ispyisail
doug_porsche wrote:Not sure the Connection > Basic > “Use Custom MAC address” is being respected?
I have this set to c1:04:15:90:f7:cf and the “Use Custom MAC Address” box checked

But
Status > Overview > WAN > WAN MAC Address reports C4:04:15:90:F7:EF
Status > Overview > Lan > LAN MAC Address reports C4:04:15:90:F7:EE
Cable Router reports a MAC of c4:04:15:90:f7:ef


I have saved the settings/rebooted the gargoyle router/powered off & on the gargoyle router to no effect
How do old versions work?

Is this a 1.11.x problem or has it been this way forever?

Re: Gargoyle 1.11.0 Release Candidate 5

Posted: Tue Jan 29, 2019 4:11 pm
by doug_porsche
ispyisail wrote:
doug_porsche wrote:Not sure the Connection > Basic > “Use Custom MAC address” is being respected?
I have this set to c1:04:15:90:f7:cf and the “Use Custom MAC Address” box checked

But
Status > Overview > WAN > WAN MAC Address reports C4:04:15:90:F7:EF
Status > Overview > Lan > LAN MAC Address reports C4:04:15:90:F7:EE
Cable Router reports a MAC of c4:04:15:90:f7:ef


I have saved the settings/rebooted the gargoyle router/powered off & on the gargoyle router to no effect
How do old versions work?

Is this a 1.11.x problem or has it been this way forever?
First time I have tried this feature, so 1.11.x is all I can test currently

Re: Gargoyle 1.11.0 Release Candidate 5

Posted: Tue Jan 29, 2019 4:15 pm
by ispyisail
This is 1.10.0
Image

Image

Re: Gargoyle 1.11.0 Release Candidate 5

Posted: Tue Jan 29, 2019 5:07 pm
by ViBE
finally i setup a server in VirtualBox. Ubuntu 18.04.1. but still nothing, NOTHING done:

Code: Select all

/home/akos/gargoyle/ramips-src/build_dir/host/u-boot-2014.10/lib/rsa/rsa-sign.c: In function 'rsa_get_exponent':
/home/akos/gargoyle/ramips-src/build_dir/host/u-boot-2014.10/lib/rsa/rsa-sign.c:279:21: error: dereferencing pointer to incomplete type 'RSA {aka struct rsa_st}'
  if (BN_num_bits(key->e) > 64)
                     ^~
scripts/Makefile.host:134: recipe for target 'tools/lib/rsa/rsa-sign.o' failed
make[6]: *** [tools/lib/rsa/rsa-sign.o] Error 1
Makefile:1195: recipe for target 'tools-only' failed
make[5]: *** [tools-only] Error 2
make[5]: Leaving directory '/home/akos/gargoyle/ramips-src/build_dir/host/u-boot-2014.10'
Makefile:46: recipe for target '/home/akos/gargoyle/ramips-src/build_dir/host/u-boot-2014.10/.built' failed
make[4]: *** [/home/akos/gargoyle/ramips-src/build_dir/host/u-boot-2014.10/.built] Error 2
make[4]: Leaving directory '/home/akos/gargoyle/ramips-src/tools/mkimage'
tools/Makefile:122: recipe for target 'tools/mkimage/compile' failed
make[3]: *** [tools/mkimage/compile] Error 2
make[3]: Leaving directory '/home/akos/gargoyle/ramips-src'
tools/Makefile:121: recipe for target '/home/akos/gargoyle/ramips-src/staging_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/stamp/.tools_install_yynyynynynyyyyyyyyynyyyyyyyyynyyyyynnyyynnyynnnyy' failed
make[2]: *** [/home/akos/gargoyle/ramips-src/staging_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/stamp/.tools_install_yynyynynynyyyyyyyyynyyyyyyyyynyyyyynnyyynnyynnnyy] Error 2
make[2]: Leaving directory '/home/akos/gargoyle/ramips-src'
/home/akos/gargoyle/ramips-src/include/toplevel.mk:181: recipe for target 'world' failed
make[1]: *** [world] Error 2
make[1]: Leaving directory '/home/akos/gargoyle/ramips-src'
find: ‘bin’: No such file or directory
find: ‘’: No such file or directory
find: ‘’: No such file or directory
ls: cannot access 'bin': No such file or directory
ended with this. what the hell should i do?

Re: Gargoyle 1.11.0 Release Candidate 5

Posted: Tue Jan 29, 2019 6:14 pm
by doug_porsche
ispyisail wrote:This is 1.10.0
Image

Image

Thanks for testing
1.11.x does not behave that way

Re: Gargoyle 1.11.0 Release Candidate 5

Posted: Tue Jan 29, 2019 6:19 pm
by RomanHK
doug_porsche wrote:Not sure the Connection > Basic > “Use Custom MAC address” is being respected?
I have this set to c1:04:15:90:f7:cf and the “Use Custom MAC Address” box checked

But
Status > Overview > WAN > WAN MAC Address reports C4:04:15:90:F7:EF
Status > Overview > Lan > LAN MAC Address reports C4:04:15:90:F7:EE
Cable Router reports a MAC of c4:04:15:90:f7:ef


I have saved the settings/rebooted the gargoyle router/powered off & on the gargoyle router to no effect
Here you can insert an extract from?:

Code: Select all

cat /etc/config/network
Try these commands:
for WAN:

Code: Select all

uci set network.wan.macaddr=c1:04:15:90:f7:cf
uci commit network
/etc/init.d/network restart
for LAN:

Code: Select all

uci set network.lan.macaddr=c1:04:15:90:f7:cf
uci commit network
/etc/init.d/network restart

Re: Gargoyle 1.11.0 Release Candidate 5

Posted: Tue Jan 29, 2019 6:56 pm
by doug_porsche
RomanHK wrote:
doug_porsche wrote:Not sure the Connection > Basic > “Use Custom MAC address” is being respected?
I have this set to c1:04:15:90:f7:cf and the “Use Custom MAC Address” box checked

But
Status > Overview > WAN > WAN MAC Address reports C4:04:15:90:F7:EF
Status > Overview > Lan > LAN MAC Address reports C4:04:15:90:F7:EE
Cable Router reports a MAC of c4:04:15:90:f7:ef


I have saved the settings/rebooted the gargoyle router/powered off & on the gargoyle router to no effect
Here you can insert an extract from?:

Code: Select all

cat /etc/config/network
Try these commands:
for WAN:

Code: Select all

uci set network.wan.macaddr=c1:04:15:90:f7:cf
uci commit network
/etc/init.d/network restart
for LAN:

Code: Select all

uci set network.lan.macaddr=c1:04:15:90:f7:cf
uci commit network
/etc/init.d/network restart
RomanHK

Thanks for the tip.
I modified the /etc/configs/network Config device 'wan_dev" line and that allowed me to get the the next step in my task!

My cable modem is now reporting the mac address I want!

Re: Gargoyle 1.11.0 Release Candidate 5

Posted: Tue Jan 29, 2019 7:46 pm
by Lantis
I’ll check the MAC changing utility.
It was broken a while ago and I fixed it.

Re: Gargoyle 1.11.0 Release Candidate 5

Posted: Tue Jan 29, 2019 7:47 pm
by Lantis
ViBE wrote:finally i setup a server in VirtualBox. Ubuntu 18.04.1. but still nothing, NOTHING done:

Code: Select all

/home/akos/gargoyle/ramips-src/build_dir/host/u-boot-2014.10/lib/rsa/rsa-sign.c: In function 'rsa_get_exponent':
/home/akos/gargoyle/ramips-src/build_dir/host/u-boot-2014.10/lib/rsa/rsa-sign.c:279:21: error: dereferencing pointer to incomplete type 'RSA {aka struct rsa_st}'
  if (BN_num_bits(key->e) > 64)
                     ^~
scripts/Makefile.host:134: recipe for target 'tools/lib/rsa/rsa-sign.o' failed
make[6]: *** [tools/lib/rsa/rsa-sign.o] Error 1
Makefile:1195: recipe for target 'tools-only' failed
make[5]: *** [tools-only] Error 2
make[5]: Leaving directory '/home/akos/gargoyle/ramips-src/build_dir/host/u-boot-2014.10'
Makefile:46: recipe for target '/home/akos/gargoyle/ramips-src/build_dir/host/u-boot-2014.10/.built' failed
make[4]: *** [/home/akos/gargoyle/ramips-src/build_dir/host/u-boot-2014.10/.built] Error 2
make[4]: Leaving directory '/home/akos/gargoyle/ramips-src/tools/mkimage'
tools/Makefile:122: recipe for target 'tools/mkimage/compile' failed
make[3]: *** [tools/mkimage/compile] Error 2
make[3]: Leaving directory '/home/akos/gargoyle/ramips-src'
tools/Makefile:121: recipe for target '/home/akos/gargoyle/ramips-src/staging_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/stamp/.tools_install_yynyynynynyyyyyyyyynyyyyyyyyynyyyyynnyyynnyynnnyy' failed
make[2]: *** [/home/akos/gargoyle/ramips-src/staging_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/stamp/.tools_install_yynyynynynyyyyyyyyynyyyyyyyyynyyyyynnyyynnyynnnyy] Error 2
make[2]: Leaving directory '/home/akos/gargoyle/ramips-src'
/home/akos/gargoyle/ramips-src/include/toplevel.mk:181: recipe for target 'world' failed
make[1]: *** [world] Error 2
make[1]: Leaving directory '/home/akos/gargoyle/ramips-src'
find: ‘bin’: No such file or directory
find: ‘’: No such file or directory
find: ‘’: No such file or directory
ls: cannot access 'bin': No such file or directory
ended with this. what the hell should i do?
Have you installed all the prerequisite tools and apps from the wiki?
Are you building off the “base_on_openwrt_remerge” branch?

Re: Gargoyle 1.11.0 Release Candidate 5

Posted: Tue Jan 29, 2019 7:57 pm
by ispyisail
ended with this. what the hell should i do?
My virtualbox works perfect (same specs as yours)