Search found 76 matches

by stuartbh
Sun Oct 24, 2021 3:29 am
Forum: Gargoyle Development
Topic: Future Gargoyle Features
Replies: 4
Views: 15332

Future Gargoyle Features

Developers, I am curious about a few things concerning the future of Gargoyle... When might the latest openwrt (21) become a part of Gargoyle? What is future regarding adding mesh networking to Gargoyle? If one had a non-WiFi 6/6E router (as I have, a WRT3200acm) and wanted to plug a WiFi 6/6E USB a...
by stuartbh
Mon Oct 18, 2021 2:22 am
Forum: Show / Tell / Contribute
Topic: how-to Quick build
Replies: 21
Views: 53073

Re: how-to Quick build

I've gotten used to starting the build and doing something else until it's done (usually build overnight, especially if I kick off parallel builds with different targets). This is exactly where I'm at. Start getting into exotic stuff you are bound to find problems. I am not quite sure I would class...
by stuartbh
Mon Oct 18, 2021 2:17 am
Forum: Show / Tell / Contribute
Topic: Build error with Debian 11
Replies: 3
Views: 11365

Re: Build error with Debian 11

Well, I ended up doing just that, I installed python2. After thinking about it, I figured it was not worth the concern since I had created a development container (under Proxmox) as a build environment anyway and I could always uninstall python2 after the build or just trash the whole LXC container....
by stuartbh
Fri Oct 15, 2021 10:52 am
Forum: Show / Tell / Contribute
Topic: how-to Quick build
Replies: 21
Views: 53073

Re: how-to Quick build

Years a ago building with multicore caused errors so Eric forced single core only. Not sure what the current status is. Best I can tell multi-thread builds are active. My Ubuntu build VM has 2 cores enabled; the build script sets the number of threads at 4 (i.e. available cores +2) and it seems to ...
by stuartbh
Fri Oct 15, 2021 5:51 am
Forum: Show / Tell / Contribute
Topic: Build error with Debian 11
Replies: 3
Views: 11365

Build error with Debian 11

I started with a basic Debian 11 installation (running as a container under Proxmox VE 7) and then created a small script to assert my Gargoyle build environment and consequently execute the build. #!/usr/bin/env bash function setup_prerequisites() { # On debian-11 lib32gcc1 was replaced by lib32gcc...
by stuartbh
Fri Oct 15, 2021 3:56 am
Forum: Show / Tell / Contribute
Topic: how-to Quick build
Replies: 21
Views: 53073

Re: how-to Quick build

There are many things you can do to speed up the process but over the years I found bugs causing build errors. So now I just do the slow sure and steady. e.g. I erase the whole build each time now, start fresh each time. Years a ago building with multicore caused errors so Eric forced single core o...
by stuartbh
Fri Oct 15, 2021 2:40 am
Forum: Show / Tell / Contribute
Topic: how-to Quick build
Replies: 21
Views: 53073

Re: how-to Quick build

All, The above entitled procedure would seem to presume (quite reasonably) that the compilation process is being executed upon an x86_64 based instantiation of Ubuntu Linux. However, I am curious, what (if any) differences in the procedure would be requisite if the execution of were performed on an ...
by stuartbh
Wed Oct 13, 2021 2:50 am
Forum: General Discussion
Topic: wildcard lets encrypt SSL support
Replies: 1
Views: 2857

wildcard lets encrypt SSL support

Gargoyle users/developers: Is there a manner by which Gargoyle could support Let's Encrypt wildcard SSL certificate management with ACMEv2, certbot, etc...? In my case, Google is my registrar and my DNS provider. I have a Proxmox and several other servers on my LAN I'd like to use Let's Encrypt wild...
by stuartbh
Thu Sep 09, 2021 11:44 am
Forum: General Discussion
Topic: PiHole and Adblock
Replies: 3
Views: 2753

Re: PiHole and Adblock

Currently I have Gargoyle set to use "OpenDNS Servers" and I also have the "Allow NameCoin/OpenNIC Resolution" ticked too. I now have unticked "Force Clients To Use Router DNS Servers". Having a place in the menu to set DHCP option 6 would be nice. Do you think this wou...
by stuartbh
Mon Sep 06, 2021 2:00 pm
Forum: General Discussion
Topic: PiHole and Adblock
Replies: 3
Views: 2753

PiHole and Adblock

Gargoyle users/developers, I am interested in maximizing my ability to block ads on my network and recently installed PiHole into a container running on my ProxMox V7 server. Initially I set my DNS to be the IP address of the PiHole server in the DNS menu in Gargoyle (removing all other DNS IP addre...