Page 2 of 4
Re: 330N3G
Posted: Mon Oct 17, 2016 3:51 am
by cmay
Ok. I might miss some of the stuff to install, but i'll sort it out.
Anyway, i think this device is ramips, no? If i build for the AR71xx won't that be useless?
Maybe i should do
?
Re: 330N3G
Posted: Tue Oct 18, 2016 3:07 am
by cmay
Well, i wend ahead and started a make with ramips. Please correct me if you think i should go with AR71xx. Taking into account the platform i'm using it should go for days, instead of hours.
Will report back when done and/or if problems are found.
Re: 330N3G
Posted: Tue Oct 18, 2016 4:31 am
by ispyisail
I suspect your correct but I would have had to google it to find the answer so i said nothing
Re: 330N3G
Posted: Tue Oct 18, 2016 7:07 am
by cmay
The openwrt page about the 330n3g states that it's ramips family.
Apparentely the built has finished, but i am not sure. The computer from where i was SSHing suspended when i left, so the connection terminated. How can i check if everything went ok? Is there any log?
Also, if it's OK, what is the next step?
And thank you all for your time and patience so far.
Re: 330N3G
Posted: Tue Oct 18, 2016 8:40 am
by Lantis
I expect you didn't add your router to the image gen script so it won't have ended up in the /images folder.
But, it will be in the folder structure somewhere. I think under /*-src/bin
Will have the openwrt name instead.
Re: 330N3G
Posted: Tue Oct 18, 2016 2:35 pm
by cmay
Yeah, i have no /image directory, and i also don't have anything that looks like "/*-src/bin".
The problem here is that i'm a ridiculous noob that can't find his own way under linux. I started a "make" inside the gargoyle directory. They should be somewhere inside there, no? What about a log? Is it usually produced?
Also, how much space would the new files use in total?
Re: 330N3G
Posted: Tue Oct 18, 2016 4:01 pm
by Lantis
Should br /ramips-src
The log is in the console which I think you said you lost?
Quite a bit of space. 30GB?
Re: 330N3G
Posted: Wed Oct 19, 2016 3:27 am
by cmay
Damn. Then it probably stopped for lack of space.
It will take some time to find space on that installation. I'll report back when it's done.
Re: 330N3G
Posted: Wed Oct 19, 2016 3:52 am
by ispyisail
I use 100 gig for build, saves grief
Re: 330N3G
Posted: Thu Oct 20, 2016 2:06 am
by cmay
Ok, so the make process stopped, and i don't think it was clean enough.
These were the last lines:
Code: Select all
Checking out files from the git repository...
Cloning into 'bridge-utils-1.5'...
error: gnutls_handshake() failed: A TLS fatal alert has been received. while accessing https://git.kernel.org/pub/scm/linux/kernel/git/shemminger/bridge-utils.git/info/refs
fatal: HTTP request failed
Makefile:70: recipe for target '/home/coiso/gargoyle/ramips-src/dl/bridge-utils-1.5.tar.gz' failed
make[4]: *** [/home/coiso/gargoyle/ramips-src/dl/bridge-utils-1.5.tar.gz] Error 128
make[4]: Leaving directory '/home/coiso/gargoyle/ramips-src/package/bridge-utils'
package/Makefile:193: recipe for target 'package/bridge-utils/compile' failed
make[3]: *** [package/bridge-utils/compile] Error 2
make[3]: Leaving directory '/home/coiso/gargoyle/ramips-src'
package/Makefile:190: recipe for target '/home/coiso/gargoyle/ramips-src/staging_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/stamp/.package_compile' failed
make[2]: *** [/home/coiso/gargoyle/ramips-src/staging_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/stamp/.package_compile] Error 2
make[2]: Leaving directory '/home/coiso/gargoyle/ramips-src'
/home/coiso/gargoyle/ramips-src/include/toplevel.mk:181: recipe for target 'world' failed
make[1]: *** [world] Error 2
make[1]: Leaving directory '/home/coiso/gargoyle/ramips-src'
I do have now a bunch of stuff on a ramips-src directory, though.
So, new questions:
1-How do i know i have everything i need?
2-If i have to repeat this again, what steps can i make in order for this to go clean?
3-If i do have everything needed, how shall i proceed?
4-HOW THE HELL DO YOU COPE WITH THE GODDAMN GRIEVANCE AND HEART-SINKING FEELING OF STARING INTO THE ABYSS OF FAILURE AFTER LIKE 16 HOURS OF BUILDING?
Any help is much appreciated, specially now.