Gargoyle 1.11.0 Release Candidate 5
Moderator: Moderators
Re: Gargoyle 1.11.0 Release Candidate 5
Start here
https://www.gargoyle-router.com/wiki/do ... umentation
you need to 200 - 300 Gig hard drive
I use Ubuntu server
https://www.gargoyle-router.com/wiki/do ... umentation
you need to 200 - 300 Gig hard drive
I use Ubuntu server
-
mojolacerator
- Posts: 54
- Joined: Wed Jun 15, 2016 11:24 am
- Location: Canada
Re: Gargoyle 1.11.0 Release Candidate 5
X86-64 up and running - no problem
using Openwrt adblock so i can control the lists.
zero issues !

using Openwrt adblock so i can control the lists.
zero issues !
Gargoyle
i5-3550, 8gb ram, 120gb ssd
i5-3550, 8gb ram, 120gb ssd
Re: Gargoyle 1.11.0 Release Candidate 5
Do I need the whole article? Looks serious. Is an Ubuntu subsystem enough for this or I need a full system?ispyisail wrote:Start here
https://www.gargoyle-router.com/wiki/do ... umentation
you need to 200 - 300 Gig hard drive
I use Ubuntu server
Re: Gargoyle 1.11.0 Release Candidate 5
I'm stuck with this after make:ViBE wrote:Do I need the whole article? Looks serious. Is an Ubuntu subsystem enough for this or I need a full system?ispyisail wrote:Start here
https://www.gargoyle-router.com/wiki/do ... umentation
you need to 200 - 300 Gig hard drive
I use Ubuntu server
Code: Select all
BUILDING BANNER
make[1]: Entering directory '/home/akos/gargoyle/ramips-src'
make[2]: Entering directory '/home/akos/gargoyle/ramips-src'
make[3]: Entering directory '/home/akos/gargoyle/ramips-src'
Checking 'working-make'... ok.
Checking 'case-sensitive-fs'... ok.
Checking 'gcc'... ok.
Checking 'working-gcc'... ok.
Checking 'g++'... ok.
Checking 'working-g++'... ok.
Checking 'ncurses'... failed.
Checking 'zlib'... failed.
Checking 'libssl'... failed.
Checking 'tar'... ok.
Checking 'find'... ok.
Checking 'bash'... ok.
Checking 'patch'... ok.
Checking 'diff'... ok.
Checking 'cp'... ok.
Checking 'seq'... ok.
Checking 'awk'... ok.
Checking 'grep'... ok.
Checking 'getopt'... ok.
Checking 'stat'... ok.
Checking 'md5sum'... ok.
Checking 'unzip'... ok.
Checking 'bzip2'... ok.
Checking 'wget'... ok.
Checking 'perl'... ok.
Checking 'python'... ok.
Checking 'svn'... failed.
Checking 'git'... ok.
Checking 'file'... ok.
Checking 'openssl'... ok.
Checking 'ldconfig-stub'... ok.
Build dependency: Please install ncurses. (Missing libncurses.so or ncurses.h)
Build dependency: Please install zlib. (Missing libz.so or zlib.h)
Build dependency: Please install the openssl library (with development headers)
Build dependency: Please install the Subversion client
/home/akos/gargoyle/ramips-src/include/prereq.mk:12: recipe for target 'prereq' failed
Prerequisite check failed. Use FORCE=1 to override.
/home/akos/gargoyle/ramips-src/include/toplevel.mk:140: recipe for target 'staging_dir/host/.prereq-build' failed
make[3]: *** [staging_dir/host/.prereq-build] Error 1
make[3]: Leaving directory '/home/akos/gargoyle/ramips-src'
/home/akos/gargoyle/ramips-src/include/toplevel.mk:69: recipe for target 'prepare-tmpinfo' failed
make[2]: *** [prepare-tmpinfo] 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’: Nincs ilyen fájl vagy könyvtár
find: ‘’: Nincs ilyen fájl vagy könyvtár
find: ‘’: Nincs ilyen fájl vagy könyvtár
ls: 'bin' nem érhető el: Nincs ilyen fájl vagy könyvtár
Re: Gargoyle 1.11.0 Release Candidate 5
Install Ubuntu server 18.04 64bit
make an SSH connection (putty)
------------------------------------------------------------------------------------
OPTIONAL (only required if switching branch)
------------------------------------------------------------------------------------
Than wait 15 hours or so
I think my last build was close to 24 hours
make an SSH connection (putty)
Code: Select all
sudo add-apt-repository universeCode: Select all
sudo add-apt-repository multiverseCode: Select all
sudo apt-get updateCode: Select all
sudo apt-get upgradeCode: Select all
sudo apt-get install build-essential asciidoc binutils bzip2 gawk gettext git libncurses5-dev libz-dev patch unzip zlib1g-dev lib32gcc1 libc6-dev-i386 subversion flex uglifyjs git-core gcc-multilib p7zip p7zip-full msmtp libssl-dev texinfo npmCode: Select all
git clone git://github.com/ericpaulbishop/gargoyle.gitCode: Select all
cd gargoyleOPTIONAL (only required if switching branch)
Code: Select all
git checkout base_on_openwrt_remergeCode: Select all
make FULL_BUILD=trueI think my last build was close to 24 hours
Re: Gargoyle 1.11.0 Release Candidate 5
easy
The wiki has the information but its in the wrong order
The wiki has the information but its in the wrong order
Re: Gargoyle 1.11.0 Release Candidate 5
Damn, do I really need a server version? Desktop version is not enough for it?ispyisail wrote:Install Ubuntu server 18.04 64bit
make an SSH connection (putty)
Code: Select all
sudo add-apt-repository universeCode: Select all
sudo add-apt-repository multiverseCode: Select all
sudo apt-get updateCode: Select all
sudo apt-get upgradeCode: Select all
sudo apt-get install build-essential asciidoc binutils bzip2 gawk gettext git libncurses5-dev libz-dev patch unzip zlib1g-dev lib32gcc1 libc6-dev-i386 subversion flex uglifyjs git-core gcc-multilib p7zip p7zip-full msmtp libssl-dev texinfoCode: Select all
git clone git://github.com/ericpaulbishop/gargoyle.gitCode: Select all
cd gargoyleThan wait 15 hours or soCode: Select all
make FULL_BUILD=true
I think my last build was close to 24 hours
Re: Gargoyle 1.11.0 Release Candidate 5
Tip: You need to use Putty to cut and paste the commands (unless you want to manually type them)
The problem with this is when the putty SSH connection is cut so is the build process.
At work I have a windows server running 24/7 with a VM. I just leave putty running on the windows server.
The other option which I haven't needed to use yet is "screen"
https://help.ubuntu.com/community/Screen
keeps your commands running in the background
The problem with this is when the putty SSH connection is cut so is the build process.
At work I have a windows server running 24/7 with a VM. I just leave putty running on the windows server.
The other option which I haven't needed to use yet is "screen"
https://help.ubuntu.com/community/Screen
keeps your commands running in the background
Re: Gargoyle 1.11.0 Release Candidate 5
desktop is fineDamn, do I really need a server version? Desktop version is not enough for it?
I like server because its command line anyway and its optimized for number crunching. e.g. no desktop
but its up to you
Re: Gargoyle 1.11.0 Release Candidate 5
maybe desktop is easier for a first build