Re: alc0 watchdog timeout

2019-06-21 Thread Kevin Lo
On Fri, Jun 21, 2019 at 09:44:12PM +0200, Stephane HUC "PengouinBSD" wrote: > > HI, Hi, > To communicate on Internet, with my laptop - a Dell Alienware 13 - I > use an external LAN Adapter USB to RJ. This run correcty! > > I did not notice / understood that the physical network card was

Re: ospf point to point network

2019-06-21 Thread Henry Bonath
What about GRE(4) with a Cisco router on the other end? /etc/hostname.gre123: 1.1.1.1 1.1.1.2 netmask 255.255.255.252 up tunnel IP.OF.OB.SD IP.OF.I.OS Cisco IOS: ! interface Tunnel123 ip address 1.1.1.2 255.255.255.252 tunnel source GigabitEthernet0/0/1 tunnel destination IP.OF.OB.SD

Re: alc0 watchdog timeout

2019-06-21 Thread Stephane HUC "PengouinBSD"
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, Brad. With -current, it seems run correctly. dhclient: ok statics inet4 and inet6 seem to good. Do you want some tests? On 6/21/19 11:24 PM, Brad Smith wrote: > Can you please try -current and let me know if it works any better? > > On >

Re: Ansible install Re: Reboot and re-link

2019-06-21 Thread Frank Beuth
On Fri, Jun 21, 2019 at 01:20:44PM -0700, Misc User wrote: You could stick bsd.rd onto a bootable partition then point grub to it. You could also disable password login for root and just use a key pair. That way you wouldn't be sending the password encrypted (or at most only giving it a

Re: Ansible install Re: Reboot and re-link

2019-06-21 Thread Frank Beuth
On Fri, Jun 21, 2019 at 12:36:22PM -0700, Misc User wrote: I use PXE + install.conf + siteXX.tgz + siteXX-%hostname%.tgz for my installs. I also have an rc.firsttime to download and install the required packages. Thanks, but neither this nor the autoinstall suggestion seem applicable for my

Re: Ansible install Re: Reboot and re-link

2019-06-21 Thread Misc User
On 6/21/2019 1:08 PM, Frank Beuth wrote: On Fri, Jun 21, 2019 at 12:36:22PM -0700, Misc User wrote: I use PXE + install.conf + siteXX.tgz + siteXX-%hostname%.tgz for my installs.  I also have an rc.firsttime to download and install the required packages. Thanks, but neither this nor the

tsc defect? (kern.timecounter.hardware=acpihpet0)

2019-06-21 Thread Stephane HUC "PengouinBSD"
Hi, Always on my laptop Dell AW13, yesterday i realized a new installation on other HD with OpenBSD 6.5 (amd64) And, after log into my Xsession, I cant use correctly my keyboard since keys are repeated. (and the log X grow up). In September 2018, a solution found: change sysctl value

Correct pexp variable for a shell script

2019-06-21 Thread Jacob Adams
I've got a shell script I'd like to run as a system service. Due to the 16 character limitation on pgrep and the -x flag that rc.subr passes to check by default, I can't get check or stop to work correctly. The problem is that the process name looks like "/bin/sh /usr/local/bin/script.sh" which,

alc0 watchdog timeout

2019-06-21 Thread Stephane HUC "PengouinBSD"
HI, To communicate on Internet, with my laptop - a Dell Alienware 13 - I use an external LAN Adapter USB to RJ. This run correcty! I did not notice / understood that the physical network card was managed . $ grep alc0 dmesg.txt alc0 at pci2 dev 0 function 0 "Attansic Technology E2200" rev

Re: Ansible install Re: Reboot and re-link

2019-06-21 Thread Misc User
On 6/21/2019 11:02 AM, Frank Beuth wrote: On Wed, Jun 19, 2019 at 11:29:32PM +0200, Maxim Bourmistrov wrote: Installing via NOT RECOMMENDED WAY(following upgrade65.html) - scripting on steroides (ansible). I don't want to re-open the hostilities, but installing OpenBSD via Ansible is very

Re: ospf point to point network

2019-06-21 Thread Kapetanakis Giannis
On 21/06/2019 20:30, Stuart Henderson wrote: On 2019-06-21, Kapetanakis Giannis wrote: Hi, Can I get an update if point to point network support has been added in ospfd? Thanks G On 19/12/2014 12:54, Kapetanakis Giannis wrote: On 18/12/14 22:38, Stuart Henderson wrote: On 2014-12-17,

Re: Ansible install Re: Reboot and re-link

2019-06-21 Thread Daniel Jakots
On Fri, 21 Jun 2019 20:02:48 +0200, Frank Beuth wrote: > On Wed, Jun 19, 2019 at 11:29:32PM +0200, Maxim Bourmistrov wrote: > >Installing via NOT RECOMMENDED WAY(following upgrade65.html) - > >scripting on steroides (ansible). > > I don't want to re-open the hostilities, but installing

Ansible install Re: Reboot and re-link

2019-06-21 Thread Frank Beuth
On Wed, Jun 19, 2019 at 11:29:32PM +0200, Maxim Bourmistrov wrote: Installing via NOT RECOMMENDED WAY(following upgrade65.html) - scripting on steroides (ansible). I don't want to re-open the hostilities, but installing OpenBSD via Ansible is very relevant to my interests. Previously

Re: Route through different gateways depending on process

2019-06-21 Thread Allan Streib
Claudio Jeker writes: > On Fri, Jun 21, 2019 at 02:11:53PM +, slackwaree wrote: >> Hello, >> >> I wonder if the following scenario can be solved with OpenBSD on 1 single >> machine or with VMM: >> >> I got 3 OpenBSD vms, all of them are exactly the same running squid except >> they use

Re: dhcpd and Polycom SoundPoint IP 550 phones

2019-06-21 Thread Stuart Henderson
>> After several days of desperation ... > > There is no need for this. Try to see the dhcpd's logs, after you put > the server to log it to the maximum extent for you. Then you can try > tcpdump to watch closely the Polycom's requests, you can see if they > are out of standard crap or if there is

Re: ospf point to point network

2019-06-21 Thread Stuart Henderson
On 2019-06-21, Kapetanakis Giannis wrote: > Hi, > > Can I get an update if point to point network support has been added in ospfd? > > Thanks > > G > > > > On 19/12/2014 12:54, Kapetanakis Giannis wrote: >> On 18/12/14 22:38, Stuart Henderson wrote: >>> On 2014-12-17, Kapetanakis Giannis wrote:

Re: assembler issue - no such instruction

2019-06-21 Thread Stuart Henderson
On 2019-06-21, Riccardo Mottola wrote: > Hi all, > > I am trying to compile ArcticFox on OpenBSD 6.5. On 6.4 I had no > issues,it compiled and worked! > I am using gcc 4.9 from ports and it dies with: > >  2:16.64 host_pathsub.o >  2:16.85 /tmp//cctgHRHn.s: Assembler messages: >  2:16.85

Re: Reboot and re-link (fwd) Maxim Bourmistrov: Re: Reboot and re-link

2019-06-21 Thread U'll Be King Of The Stars
On 21 June 2019 14:04:50 BST, Florian Obser wrote: >On Thu, Jun 20, 2019 at 10:47:49PM +0200, mathijs wrote: >> this makes misc@ so much more amusing > >It really doesn't. We are not here to have manure tossed at us for the >audience's amusement. Agreed. This kind of abuse happens in any FOSS

Re: Route through different gateways depending on process

2019-06-21 Thread Claudio Jeker
On Fri, Jun 21, 2019 at 02:11:53PM +, slackwaree wrote: > Hello, > > I wonder if the following scenario can be solved with OpenBSD on 1 single > machine or with VMM: > > I got 3 OpenBSD vms, all of them are exactly the same running squid except > they use different default routers to route

Route through different gateways depending on process

2019-06-21 Thread slackwaree
Hello, I wonder if the following scenario can be solved with OpenBSD on 1 single machine or with VMM: I got 3 OpenBSD vms, all of them are exactly the same running squid except they use different default routers to route their traffic out. I would like to merge these to one VM if it is

compiling one's own GCC - configuration considerations

2019-06-21 Thread Riccardo Mottola
Hi, ports prrovide two gcc's 4.9 and 8. I have a program which compiles fine with up to gcc 7, also the system clang is too "new". On OpenBSD 6.4 I could use the system clang. Now, a solution would be to install gcc 6.5 or 7.4, a compiler which I know works fine on NetBSD and Linux for

assembler issue - no such instruction

2019-06-21 Thread Riccardo Mottola
Hi all, I am trying to compile ArcticFox on OpenBSD 6.5. On 6.4 I had no issues,it compiled and worked! I am using gcc 4.9 from ports and it dies with:  2:16.64 host_pathsub.o  2:16.85 /tmp//cctgHRHn.s: Assembler messages:  2:16.85 /tmp//cctgHRHn.s:36: Error: no such instruction: `vmovaps

Re: Reboot and re-link (fwd) Maxim Bourmistrov: Re: Reboot and re-link

2019-06-21 Thread Florian Obser
On Thu, Jun 20, 2019 at 10:47:49PM +0200, mathijs wrote: > this makes misc@ so much more amusing It really doesn't. We are not here to have manure tossed at us for the audience's amusement. Everytime something like this happens it takes time away from hacking on OpenBSD. It doesn't matter that

Re: reinstalling boot blocks

2019-06-21 Thread Riccardo Mottola
Hi all, Riccardo Mottola wrote: I want to reinstall safely boot blocks as the installer does, how can I do it? best from the CD-ROM let me summarize the situation: - I had 6.4 not booting correctly (partition boot size issue) - I upgraded 6.5, and all works, boots fine - actually it did not

Re: Newer snapshots on ALIX

2019-06-21 Thread Paul de Weerd
Hi Claudio, others, First of, let me apologize for the severe lack of details in my previous post. I thought to quickly check if anyone else had seen what I'm seeing. I've gone to my archive of snapshots and extracted all the pxeboot's from every snapshot I have, a total 1972 snapshot over the

How to specify "device" option in vm.conf to always boot PXE

2019-06-21 Thread Joel Carnat
Hi, I need a VM to always boot from the network. I could do it using vmctl(8): # doas vmctl start test -c -B net -b /bsd -n vswitch0 (...) PXE boot MAC address fe:e1:bb:d1:c5:d8, interface vio0 nfs_boot: using interface vio0, with revarp & bootparams But I can't find the syntax to be used in

Re: ospf point to point network

2019-06-21 Thread Kapetanakis Giannis
Hi, Can I get an update if point to point network support has been added in ospfd? Thanks G On 19/12/2014 12:54, Kapetanakis Giannis wrote: > On 18/12/14 22:38, Stuart Henderson wrote: >> On 2014-12-17, Kapetanakis Giannis wrote: >>> Hi, >>> >>> I'd like to ask if point-to-point support has

Re: HIPPA supported ciphers

2019-06-21 Thread Nick Holland
On 6/21/19 12:43 AM, Kihaguru Gathura wrote: > OpenBSD 6.5 (GENERIC.MP) #84: Wed Apr 17 05:53:43 MDT 2019 > > Hi, > > SSL compliance tests below refers. (htbridge) > > > 2:SUPPORTED CIPHERS > TLSv1.2 > TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 Non-compliant with HIPAA guidance >

Re: Current snapshot sets fail verification

2019-06-21 Thread Andreas Kusalananda Kähäri
On Thu, Jun 20, 2019 at 11:12:30PM -, Stuart Henderson wrote: > On 2019-06-20, Andreas Kusalananda Kähäri wrote: > > > > It seems to have resolved itself. Maybe I just managed to run > > sysupgrade while the mirror was updating... > > > > > > On Thu, Jun 20, 2019 at 09:45:50PM +0200, Andreas

HIPPA supported ciphers

2019-06-21 Thread Kihaguru Gathura
OpenBSD 6.5 (GENERIC.MP) #84: Wed Apr 17 05:53:43 MDT 2019 Hi, SSL compliance tests below refers. (htbridge) 2:SUPPORTED CIPHERS TLSv1.2 TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 Non-compliant with HIPAA guidance TLS_RSA_WITH_CAMELL TLS_RSA_WITH_CAMELLIA_128_CBC_SHA Non-compliant with HIPAA