iridium-browser + unveil

2018-11-08 Thread Stefan Wollny
Hi there, just a little nit with the iridium-browser unveiled: I changed the 'exec' command in /usr/local/bin/iridium like so: - LANG=${_l} exec "/usr/local/iridium/iridium" "${@}" + LANG=${_l} exec "/usr/local/iridium/iridium" "--enable-unveil" "${@}" With this change I can browse the web as

Re: iridium-browser + unveil

2018-11-08 Thread Dumitru Moldovan
On Thu, 8 Nov 2018 09:03:51 +0100, Stefan Wollny wrote: > > I changed the 'exec' command in /usr/local/bin/iridium like so: > - LANG=${_l} exec "/usr/local/iridium/iridium" "${@}" > + LANG=${_l} exec "/usr/local/iridium/iridium" "--enable-unveil" "${@}" > > With this change I can browse the web

Re: iridium-browser + unveil

2018-11-08 Thread Florian Obser
On Thu, Nov 08, 2018 at 10:52:11AM +0200, Dumitru Moldovan wrote: > On Thu, 8 Nov 2018 09:03:51 +0100, Stefan Wollny wrote: > > > > I changed the 'exec' command in /usr/local/bin/iridium like so: > > - LANG=${_l} exec "/usr/local/iridium/iridium" "${@}" > > + LANG=${_l} exec

Re: iridium-browser + unveil

2018-11-08 Thread Florian Obser
On Thu, Nov 08, 2018 at 09:45:38AM +0100, Stefan Wollny wrote: > Am 08.11.18 um 09:03 schrieb Stefan Wollny: > > Hi there, > > > > just a little nit with the iridium-browser unveiled: > > > > I changed the 'exec' command in /usr/local/bin/iridium like so: > > - LANG=${_l} exec

Re: iridium-browser + unveil

2018-11-08 Thread Stefan Wollny
Am 08.11.18 um 12:47 schrieb Florian Obser: > The point of unveil in chrome is that it can't exfiltrate your ssh > private key. Got it! Thank you for making things clear.

Re: ikev2 and road warriors setup

2018-11-08 Thread Radek
I've been playing around with netcat. I noticed that the netcat process on my VPN_server does not show any "X" on stdout for ports 4500 and 1701. May it be relevant to my VPN issue? VPN_serv is A.B.C.77/23 (it is not behind NAT): $ pfctl -s rules pass all flags S/SA $ nc -u -l 500

Re: mail doesn't read mail from /var/mail/root

2018-11-08 Thread TronDD
On November 8, 2018 1:39:13 AM CST, ivp...@eml.cc wrote: >Hello, > >I must be missing something obvious, but since installing 6.4-current >(on a few versions in a row), I can't get mail to read /var/mail/root. > >After logging in, I see: > >>---< >OpenBSD 6.4-current (GENERIC.MP) #425: Sun

Re: Munin node over IPv6

2018-11-08 Thread Alarig Le Lay
On jeu. 8 nov. 12:32:31 2018, Florian Obser wrote: > > can you try the following: > > > > host ::1 (or even host :::1 it seems that a bug requires to add an extra > > colon) With explicit IPv6 addresses and without the INET6 pkg installed, munin crashes > I believe one needs

Re: Munin node over IPv6

2018-11-08 Thread Florian Obser
On Thu, Nov 08, 2018 at 12:21:58PM +0100, Solene Rapenne wrote: > Alarig Le Lay wrote: > > Hi, > > > > I would like to pull my munin node over IPv6, but the process is only > > listening on IPv4. > > > > guinch# grep '^host' /etc/munin/munin-node.conf > > host * > > guinch# netstat -af inet |

Re: 6.4 - Unable to boot after successfully installed

2018-11-08 Thread Luthing
OK you were all right... After let the default partionning values, I'm able to boot normally. I would thank Stefan and Kenneth about their detailed replies. Many thanks for your help, and faq is answering my new questions about that. Cheers Luthing -- Sent from:

Re: 'auto-join' to the wifi

2018-11-08 Thread Stefan Sperling
On Thu, Nov 08, 2018 at 01:12:35PM +0500, Артур Истомин wrote: > There is example for hostname.if for auto-join to wifi network > https://www.mail-archive.com/source-changes@openbsd.org/msg99921.html > > But what if I have different networks with dynamic and static IPs or another > different

Re: iridium-browser + unveil

2018-11-08 Thread Stefan Wollny
Am 08.11.18 um 09:03 schrieb Stefan Wollny: > Hi there, > > just a little nit with the iridium-browser unveiled: > > I changed the 'exec' command in /usr/local/bin/iridium like so: > - LANG=${_l} exec "/usr/local/iridium/iridium" "${@}" > + LANG=${_l} exec "/usr/local/iridium/iridium"

Re: Munin node over IPv6

2018-11-08 Thread Solene Rapenne
Alarig Le Lay wrote: > Hi, > > I would like to pull my munin node over IPv6, but the process is only > listening on IPv4. > > guinch# grep '^host' /etc/munin/munin-node.conf > host * > guinch# netstat -af inet | grep 4949 > tcp 0 0 *.4949 *.*

Munin node over IPv6

2018-11-08 Thread Alarig Le Lay
Hi, I would like to pull my munin node over IPv6, but the process is only listening on IPv4. guinch# grep '^host' /etc/munin/munin-node.conf host * guinch# netstat -af inet | grep 4949 tcp 0 0 *.4949 *.*LISTEN guinch# netstat -af inet6 | grep

'auto-join' to the wifi

2018-11-08 Thread Артур Истомин
There is example for hostname.if for auto-join to wifi network https://www.mail-archive.com/source-changes@openbsd.org/msg99921.html But what if I have different networks with dynamic and static IPs or another different options? For example: join home wpakey password <-- has static IP

Re: mail doesn't read mail from /var/mail/root

2018-11-08 Thread Otto Moerbeek
On Thu, Nov 08, 2018 at 07:18:57AM -0800, ivp...@eml.cc wrote: > I also tested on 6.4-release, and can confirm the same behavior. Is you MAIL environment var set? -Otto > > On Thu, Nov 8, 2018, at 7:13 AM, ivp...@eml.cc wrote: > > On Thu, Nov 8, 2018, at 6:03 AM, TronDD wrote: > > >

Re: mail doesn't read mail from /var/mail/root

2018-11-08 Thread ivpgbe
And regardless, /usr/src/usr.bin/mail/main.c:95 unsets MAIL environment variable when an '-u' flag is present, and the problem I'm reporting persists even when I run mail -u root as root. On Thu, Nov 8, 2018, at 7:29 AM, ivp...@eml.cc wrote: > Yes, and I didn't change any defaults: > > # set

Re: mail doesn't read mail from /var/mail/root

2018-11-08 Thread ivpgbe
Yes, and I didn't change any defaults: # set | grep MAIL MAIL=/var/mail/root MAILCHECK=600 On Thu, Nov 8, 2018, at 7:23 AM, Otto Moerbeek wrote: > On Thu, Nov 08, 2018 at 07:18:57AM -0800, ivp...@eml.cc wrote: > > > I also tested on 6.4-release, and can confirm the same behavior. > > Is you

Re: mail doesn't read mail from /var/mail/root

2018-11-08 Thread ivpgbe
On Thu, Nov 8, 2018, at 6:03 AM, TronDD wrote: > On November 8, 2018 1:39:13 AM CST, ivp...@eml.cc wrote: > >Hello, > > > >I must be missing something obvious, but since installing 6.4-current > >(on a few versions in a row), I can't get mail to read /var/mail/root. > > > >After logging in, I see:

Re: mail doesn't read mail from /var/mail/root

2018-11-08 Thread ivpgbe
I also tested on 6.4-release, and can confirm the same behavior. On Thu, Nov 8, 2018, at 7:13 AM, ivp...@eml.cc wrote: > On Thu, Nov 8, 2018, at 6:03 AM, TronDD wrote: > > On November 8, 2018 1:39:13 AM CST, ivp...@eml.cc wrote: > > >Hello, > > > > > >I must be missing something obvious, but

Re: "relay as" domain rewrite in new smtpd.conf syntax

2018-11-08 Thread Gilles Chehade
On Thu, Nov 08, 2018 at 12:40:51PM -0500, Allan Streib wrote: > Prior to 6.4, in smtpd.conf(5), the relay directive supported the "as" > parameter: > > If the as parameter is specified, smtpd(8) will rewrite the sender > advertised in the SMTP session. address may be a user, a domain >

Re: Wallpaper artwork created for OpenBSD

2018-11-08 Thread Juan Francisco Cantero Hurtado
On Thu, Nov 08, 2018 at 03:52:06PM +0800, Alex wrote: > Dear OpenBSD users, developers, contributors, My name is Mingjing a *BSD user > and lover from China. My friend and I did some wallpapers for OpenBSD and > other opensource project in the free time. For now they are designed only for >

Re: Wallpaper artwork created for OpenBSD

2018-11-08 Thread Stuart Henderson
In gmane.os.openbsd.misc, you wrote: > On Thu, Nov 08, 2018 at 03:52:06PM +0800, Alex wrote: >> Dear OpenBSD users, developers, contributors, My name is Mingjing a *BSD >> user and lover from China. My friend and I did some wallpapers for OpenBSD >> and other opensource project in the free time.

Re: OpenBSD terminals and ligatures

2018-11-08 Thread Philippe
On 03/11/2018 18:58, Philippe wrote: > Hello dear openbsd users, > > I would like to install a font (Fira Code), with ligatures. Hello again, I know why this wasn't working: the package does not contain the FiraCode font with ligatures. So, the solution is: mkdir

Few ldapd questions

2018-11-08 Thread Predrag Punosevac
Hi Misc, I have been using ldapd for the past five years for centralized user authorization and authentication for a growing university research group. Secured connections are provided using STARTTLS even thought all queries are done on the private network. More recently I did some more reading

Re: Wallpaper artwork created for OpenBSD

2018-11-08 Thread Alex
Hi  Juan, Thanks for the reply and suggestions. We don't have Google Play account so we ask a friend who has account for help. And I put the wallpaper in github so you don't need to download the app instead. About the permissions you mentioned I will check with my friend. If there are some

Re: Wallpaper artwork created for OpenBSD

2018-11-08 Thread Alex
Hi Stuart, Thanks for your suggestions. I will remove them. Mingjing On 星期五, 2018-11-09 07:31:59 Stuart Henderson wrote In gmane.os.openbsd.misc, you wrote: > On Thu, Nov 08, 2018 at 03:52:06PM +0800, Alex wrote: >> Dear OpenBSD users, developers, contributors, My name is Mingjing a

"relay as" domain rewrite in new smtpd.conf syntax

2018-11-08 Thread Allan Streib
Prior to 6.4, in smtpd.conf(5), the relay directive supported the "as" parameter: If the as parameter is specified, smtpd(8) will rewrite the sender advertised in the SMTP session. address may be a user, a domain prefixed with ‘@’, or an email address, causing smtpd(8) to rewrite

Thank you

2018-11-08 Thread Wayne Oliver
Hi All, Just wanted to say thanks for the hard work, OpenBSD runs better than any other OS on my laptop. One thing that really stands out is suspend and resume, I have *never* had a Linux or Windows laptop do it properly. Obviously everything else works great, I just wanted to point this out

Re: mail doesn't read mail from /var/mail/root

2018-11-08 Thread ivpgbe
Mystery solved! The very first line is missing a space between ‘Nov’ and ‘1’ (should be two spaces). After adding it back, mail can now parse the file. (Also, Nov 1 is Thu, not Sun, but that wouldn’t have prevented mail from parsing the file). I will send a patch to tech@ adding that space back -

[armv7] Beaglebone - libraries

2018-11-08 Thread Olivier
Hello all, I just bought a beaglebone black 'rev C) and installed OpenBSD. I would like to install Adafruit_BBIO (for python) however it seems that is only for linux platform. The prerequisite is : epoll.h (only for linux.) I am not a hacker / developer. I would like to start to