Re: ping time fluctuates, any idea?

2019-09-10 Thread Jihyun Yu
It does fixes the problem, thanks for the help! I'll make sure to include full dmesg next time Thanks, On Tue, Sep 10, 2019 at 12:23 PM Richard Procter < richard.n.proc...@gmail.com> wrote: > Hello, > > > On 9/09/2019, at 8:45 PM, Jihyun Yu wrote: > > > > It seems that time from ping command fl

Re: DVD & how to overcome mkisofs

2019-09-10 Thread T T
hi all . now i use openbsd snapshots(6.6) and manage to watch DVD . 1) mount /dev/cd0c /mnt 2)$ mplayer -v /mnt/VIDEO_TS/VTS_11_1.VOB | grep 'audio stream' ==> Found audio stream: 128 ==> Found audio stream: 129 3)mplayer /mnt/VIDEO_TS/VTS_11_1.VOB -aid 129 -nosub -- regards

Re: Iked and PKCS7

2019-09-10 Thread Sebastian Benoit
Tristan Pilat(cont...@tristanpilat.com) on 2019.09.09 10:02:32 +0200: > Hello all, > > It's the first time I'm trying to set up a site-to-site IKEv2 VPN with a > non OpenBSD device at the other side. I've been asked to provide a CSR, > then they sent me a PKCS7 certificate in return. > > Is there

Re: arpwatch on OpenBSD vm misinterpreting data?

2019-09-10 Thread Theo de Raadt
Paul Hanson wrote: > > That arpwatch notice just shows that there was a packet from an IP address > > that hadn't been seen before. What makes you think it's a spoofing attempt? > > The newly advertised IP used the same mac as the default gateway. > > > Something like this might be seen if e.g.

Re: arpwatch on OpenBSD vm misinterpreting data?

2019-09-10 Thread Paul Hanson
> That arpwatch notice just shows that there was a packet from an IP address > that hadn't been seen before. What makes you think it's a spoofing attempt? The newly advertised IP used the same mac as the default gateway. > Something like this might be seen if e.g. a new IP address was added on th

Re: Question regarding server hardware

2019-09-10 Thread James Huddle
On 2019-09-07, James Huddle wrote: >> I recently purchased a Dell T-330 server that I had intended to >> install OpenBSD on and use as a serious web server. My goal was to >> have more control than would be (naturally) given with, say an AWS VM. >> And by control, I mean what is *not* running on

Re: athn bugs: usbd_free_xfer and fail HT-MCS

2019-09-10 Thread Theo de Raadt
Stefan Sperling wrote: > In cases where you have to reboot the system, I believe you are seeing > effects from bugs in our USB stack, related to management of available > power on the bus. > > I don't have time or interest to dig into this, sorry. But this is an area > where we realy need some h

Re: documentation for building a new package?

2019-09-10 Thread Ingo Schwarze
Hi, Antal Ispanovity wrote on Tue, Sep 10, 2019 at 11:39:41AM +0200: > 2019-09-10 11:30 GMT+02:00, Mayuresh Kathe : >> what do i need to read regarding steps and procedure >> for building a new package and having it included in >> the openbsd repository? > If it is intended to be in ports: > htt

Re: Question regarding server hardware

2019-09-10 Thread Stuart Henderson
On 2019-09-07, James Huddle wrote: > I recently purchased a Dell T-330 server that I had intended to > install OpenBSD on and use as a serious web server. My goal was to > have more control than would be (naturally) given with, say an AWS VM. > And by control, I mean what is *not* running on the

Re: arpwatch on OpenBSD vm misinterpreting data?

2019-09-10 Thread Stuart Henderson
On 2019-09-09, Paul Hanson wrote: > TLDR; - Arpwatch new station alert showed arp spoofing attempt. Cloud > hosting provider is adamant that arpwatch is misinterpreting data. > > OpenBSD 6.5 vm running in a cloud hosting provider: > > WEB# uname -a > OpenBSD WEB 6.5 GENERIC.MP#3 amd64 > >

Re: 6.6-beta (RAMDISK_CD) #281 hangs on fsck

2019-09-10 Thread Mischa
> On 10 Sep 2019, at 10:03, Hrvoje Popovski wrote: > > On 9.9.2019. 11:39, David Gwynne wrote: >> This should be fixed in -current now. A snapshot should pick it up in a day >> or so. Sorry for the inconvenience. >> >> Cheers, >> dlg > > Hi, > > with new snapshot from 09-Sep-2019 bsd.rd and s

Re: documentation for building a new package?

2019-09-10 Thread Paco Esteban
On Tue, 10 Sep 2019, Mayuresh Kathe wrote: > what do i need to read regarding steps and procedure > for building a new package and having it included in > the openbsd repository? Read the porting guide: https://www.openbsd.org/faq/ports/guide.html Also good references are ports(7) and bsd.port.m

Re: athn bugs: usbd_free_xfer and fail HT-MCS

2019-09-10 Thread Stefan Sperling
On Mon, Sep 09, 2019 at 03:08:42PM -0300, soiahf...@airmail.cc wrote: > New issue prompted today: > > athn0: device time out > athn0: firmware command 0x11 timed out > athn0: could not remove station 1 (-address-) from table > athn0: firmware command 0x14 timed out > athn0: firmware command 0x15 t

Re: Meaning of 'OpenBSD -stable binary packages'

2019-09-10 Thread Stuart Henderson
On 2019-09-10, Michael Hekeler wrote: > Hello all. > > I am running 6.5 STABLE. > This release was with PHP 7.1.28. So my webserver runs PHP 7.1.28. > > Today I wanted to install an additional PHP driver for postgresql and I > realized that there are only plugins for PHP versions 7.1.31 and 7.1

Re: Impossible to remove a broken package on 6.5.

2019-09-10 Thread Marc Espie
More specifically: add an indirection to solving dependencies for pure pkg_delete, so that we don't end up constructing full UpdateSets for no reason Index: AddCreateDelete.pm === RCS file: /cvs/src/usr.sbin/pkg_add/OpenBSD/AddCreate

Re: documentation for building a new package?

2019-09-10 Thread Marc Espie
On Tue, Sep 10, 2019 at 09:30:33AM +, Mayuresh Kathe wrote: > what do i need to read regarding steps and procedure > for building a new package and having it included in > the openbsd repository? Web site, porting information

Re: documentation for building a new package?

2019-09-10 Thread Antal Ispanovity
2019-09-10 11:30 GMT+02:00, Mayuresh Kathe : > what do i need to read regarding steps and procedure > for building a new package and having it included in > the openbsd repository? It it is intended to be in ports: https://www.openbsd.org/faq/ports/index.html If you want your package to be included

documentation for building a new package?

2019-09-10 Thread Mayuresh Kathe
what do i need to read regarding steps and procedure for building a new package and having it included in the openbsd repository?

Meaning of 'OpenBSD -stable binary packages'

2019-09-10 Thread Michael Hekeler
Hello all. I am running 6.5 STABLE. This release was with PHP 7.1.28. So my webserver runs PHP 7.1.28. Today I wanted to install an additional PHP driver for postgresql and I realized that there are only plugins for PHP versions 7.1.31 and 7.1.32 (and 7.2.x + 7.3.x) available with pkg_add. S

Re: 6.6-beta (RAMDISK_CD) #281 hangs on fsck

2019-09-10 Thread Hrvoje Popovski
On 9.9.2019. 11:39, David Gwynne wrote: > This should be fixed in -current now. A snapshot should pick it up in a day > or so. Sorry for the inconvenience. > > Cheers, > dlg Hi, with new snapshot from 09-Sep-2019 bsd.rd and sysupgrade is working normally with mfii.. thank you ...

Re: Impossible to remove a broken package on 6.5.

2019-09-10 Thread Marc Espie
On Fri, Sep 06, 2019 at 07:13:21AM -0700, Chris Cappuccio wrote: > Angelo Rossi [angelo.rossi.home...@gmail.com] wrote: > > > > # pkg_delete -v kicad > > Can't locate object method "updateset_with_new" via package > > "OpenBSD::PkgDelete::State" at /usr/libdata/perl5/OpenBSD/Dependencies.pm > > li

Re: Impossible to remove a broken package on 6.5.

2019-09-10 Thread Marc Espie
On Fri, Sep 06, 2019 at 10:55:32AM +0200, Angelo Rossi wrote: > # pkg_delete -v kicad > Can't locate object method "updateset_with_new" via package > "OpenBSD::PkgDelete::State" at /usr/libdata/perl5/OpenBSD/Dependencies.pm > line 309. Update your pkg tools to -current, nothing bad will happen to