Or Goshen

Results 8 comments of Or Goshen

I have a problem using that widget inside a context menu event handler The following native GWT code works: PopupPanel popup = new PopupPanel(true); MenuBar menu = new MenuBar(true); menu.addSeparator();...

> @SmittyHalibut Are you using the EPL or IPP Everywhere driver on the CUPS side? (the PPD file in /etc/cups/ppd will tell you that) > > Right now LPrint doesn't...

> I have the same setup, ubuntu 22.04 with lprint installed from snap. Then started the server as you suggest.(even of secondary importance if using systemctl or star from cli)...

> You need to include the port number - typically 8000 on Linux but lprint should be logging it... Would make sense and be helpful if you add a few...

NetworkManager --version 1.30.4 I tried setting "ipv4.ignore-auto-routes" to yes / no I created the script file "/etc/ppp/ip-up.d/0001routes" Still behaves exactly the same. Routing table before bringing up the connection: ```...

I dont have those files: ``` $ ls -l /etc/modprobe.d/ total 0 ``` I dont have those modules (l2tp_ppp, l2tp_netlink) in Linux 5.10.104 kernel. What I do have is: PPP...

Thing is that once the connection is made it works perfectly fine .. for 20 seconds. I can even ssh from one side to the other (server to client or...

Well, I got the connection to last much longer with this disgusting hack (not my finest work ever): ``` diff -uarN git.orig/src/nm-l2tp-service.c git/src/nm-l2tp-service.c --- git.orig/src/nm-l2tp-service.c 2022-06-15 16:56:15.502164195 +0300 +++ git/src/nm-l2tp-service.c...