Re: Issue with relayd and redirections

2020-07-13 Thread Gabri Tofano
I have tried to implement the workaround as per man page but it still doesn't work, here the pf.conf config: eth0 = "xnf0" web1 = "172.16.101.31" anchor "relayd/*" set skip on lo block return log pass log pass out quick on $eth0 proto tcp to $web1 port 80 \ received-on $eth0 nat-to $eth0

Re: Issue with relayd and redirections

2020-07-13 Thread Brian Brombacher
> On Jul 13, 2020, at 8:30 PM, Gabri Tofano wrote: > > I have tried to implement the workaround as per man page > but it still doesn't work, here the pf.conf config: > > eth0 = "xnf0" > web1 = "172.16.101.31" > > anchor "relayd/*" > > set skip on lo > > block return log > pass log >

Re: how to mount phone?

2020-07-13 Thread Greg Thomas
Have you set your USB preferences on your phone? To File transfer? My Android defaults to charging only. On Mon, Jul 13, 2020 at 2:57 PM Justin Muir wrote: > Hi, > > Just wishing to mount my phone to access photos. > > Here's the output from dmesg: > > ugen0 at uhub0 port 3 "Alcatel U50?

how to mount phone?

2020-07-13 Thread Justin Muir
Hi, Just wishing to mount my phone to access photos. Here's the output from dmesg: ugen0 at uhub0 port 3 "Alcatel U50? Alcatel U50?" rev 2.00/3.10 addr 2 Any ideas on how this might be mounted?? tia!

Re: Installation problem on Fujitsu RX1330M4

2020-07-13 Thread Maurice McCarthy
On 13/07/2020, martin.scha...@l-bank.de wrote: > Hi all, > > we have new Fujitsu RX1330M4 machines here. When I try to boot the > install67.iso (cd) or the install67.fs (usb) the installaiotn media is not > recognized by the system and therefore i can not select the media in the > boot menu of

Installation problem on Fujitsu RX1330M4

2020-07-13 Thread Martin.Schaupp
Hi all, we have new Fujitsu RX1330M4 machines here. When I try to boot the install67.iso (cd) or the install67.fs (usb) the installaiotn media is not recognized by the system and therefore i can not select the media in the boot menu of the bios. My installation medias work as expected on

Re: awk segfaults on RS regexp

2020-07-13 Thread Todd C . Miller
On Mon, 13 Jul 2020 13:02:44 +0200, Jan Stary wrote: > This is current/amd64. > > On UTF input, awk segfaults when using a multi-character RS: > > $ cat /tmp/in > č > > $ hexdump -C /tmp/in > c4 8d 0a|...| > 0003 > > $ cat /tmp/in | awk

sndiod mostly required

2020-07-13 Thread Jan Stary
The following paragraph from sndio(7) probably no longer applies as is: DEFAULTS If default is used as the audio device, the program will use the one specified in the AUDIODEVICE environment variable. If it is not set, the program first tries to connect to snd/0. If that

Re: sysupgrade failure due to boot.conf

2020-07-13 Thread Alfred Morgan
I wrote: > I attempted over the weekend and I'm trying but my new code is not taking. > when I reboot I see "OpenBSD/amd64" not "HelloBoot/amd64" I figured out the issue. I need to compile efiboot separately. # cd /usr/src/sys/arch/amd64/stand/efiboot/ # make # make install ... This did the

awk segfaults on RS regexp

2020-07-13 Thread Jan Stary
This is current/amd64. On UTF input, awk segfaults when using a multi-character RS: $ cat /tmp/in č $ hexdump -C /tmp/in c4 8d 0a |...| 0003 $ cat /tmp/in | awk '{print$1}' č $ cat /tmp/in | awk -v RS=x '{print$1}' č $ cat /tmp/in | awk

Re: sysupgrade failure due to boot.conf

2020-07-13 Thread Alfred Morgan
Brian wrote: > (echo boot /bsd.upgrade; echo boot) > /etc/boot.conf Brian, that doesn't work. I tried that already before. It seems to stop at the error not finding bsd.upgrade and won't continue. -alfred

Re: sysupgrade failure due to boot.conf

2020-07-13 Thread Alfred Morgan
> Figure out how to build and install. It is not hard to test. I attempted over the weekend and I'm trying but my new code is not taking. I am using 6.6 release source code and it looks like I'm doing the right steps but when I reboot UEFI I still see the old boot not my new HelloBoot that I

Re: Issue with relayd and redirections

2020-07-13 Thread Gabri Tofano
After some further troubleshooting, tonight I took some time to sit down and read again the man pages as everything on my config files was looking fine and no errors were showing up in any log. With Brian's help we were leading to the direction that something was wrong with the pf translation

Re: supermicro - A2SDV-8C-LN8F

2020-07-13 Thread Hrvoje Popovski
On 11.7.2020. 11:13, mlopenb...@xiphosura.co.uk wrote: > On Sat, 11 Jul 2020 00:13:34 +0200 > Hrvoje Popovski wrote: > >> Hi all, >> >> does anyone have experience or dmesg of this motherboard >> https://www.supermicro.com/en/products/motherboard/A2SDV-8C-LN8F >> >> is it stable? i'm most