Re: relayd: "listen on egress" only listens to IPv4 and not IPv6

2019-09-17 Thread Muhammad Kaisar Arkhan
the diff? > > /Benno > > Sebastian Benoit(benoit-li...@fb12.de) on 2019.09.01 17:05:34 +0200: > > > > Sebastian Benoit(benoit-li...@fb12.de) on 2019.09.01 16:44:37 > +0200: > > > > > > > Muhammad Kaisar Arkhan(h...@yukiisbo.red) o

Re: relayd: "listen on egress" only listens to IPv4 and not IPv6

2019-08-29 Thread Muhammad Kaisar Arkhan
Hi Tom, > listen on 2a03:6000:9106::50f7:f07a:d1cc port 443 tls I've tried this before, it just results in this: /etc/relayd.conf:33: cannot load certificates for relay https2:443 I'm not sure why it does this despite the fact I have clearly indicated which TLS certificates to use in relayd.c

Re: relayd: "listen on egress" only listens to IPv4 and not IPv6

2019-08-29 Thread Muhammad Kaisar Arkhan
> can you run > ifconfig interfacename > route -n show % ifconfig vio0 vio0: flags=408b43 mtu 1500 lladdr xx:xx:xx:xx:xx:xx index 1 priority 0 llprio 3 groups: egress media: Ethernet autoselect status: active inet 46.23.92.126 netmask 0xff00

Re: relayd: "listen on egress" only listens to IPv4 and not IPv6

2019-08-29 Thread Muhammad Kaisar Arkhan
Hi Tom, > In any case... just specifiy the interface manually, on the config line > > --listen on egress port 443 tls > > ++listen on vio0 port 443 tls > > replace vio0 with your actual "egress" interface name I tried it. Sadly it doesn't work, it still only listens to IPv4. % cat /etc/rela

relayd: "listen on egress" only listens to IPv4 and not IPv6

2019-08-29 Thread Muhammad Kaisar Arkhan
Hi misc@, I have relayd running on my -current machine which does reverse proxies along with TLS relays for various programs and it seems when using "listen on egress", it only listens to IPv4 and doesn't listen to IPv6. In httpd, this is not the case, when using "listen on egress" it listens

Re: [6.5] minidlna error: accept(http): Too many open files

2019-04-29 Thread Muhammad Kaisar Arkhan (Yuki)
I had the same issue with Syncthing. openfiles=infinity in login.conf(5) fixed it for me. syncthing:\ :openfiles=infinity:\ :tc=daemon: Though some may argue it is better to disable inotify altogether. Dim 28 avr 2019, à 22:38, Stephane HUC "PengouinBSD" a écrit : > -BEGIN PGP SIGN

Re: starting cwm and terminal font

2017-07-31 Thread Muhammad Kaisar Arkhan
>xsetroot -solid gray40 (does the 40 actually do anything? I've seen a >few examples with numbers after it) I think you can pass an 8-bit color value \ (the ones you see on HTML/CSS, like "#EE") Thanks, Muhammad Kaisar Arkhan

Re: starting cwm and terminal font

2017-07-30 Thread Muhammad Kaisar Arkhan
>Is there a way to change the console font to something a little larger? >fontname seems to change for menus only. Depends on which terminal emulator you're running. If you're using xterm/urxvt, you change them in .Xresources \ and load them with xrdb -m ~/. Xresources Thanks,