Sunday, April 30, 2017

Re: Etnernal & infernal browser woes

On Sat, Apr 29, 2017 at 05:28:33PM +0200, Sebastien Marie wrote:
> On Sat, Apr 29, 2017 at 11:21:25PM +0900, Bryan Linton wrote:
> > On 2017-04-29 15:48:51, Ingo Schwarze <schwarze@usta.de> wrote:
> > >
> > > Chris Bennett wrote on Sat, Apr 29, 2017 at 07:10:05AM -0500:
> > >
> > >> Firefox [...] takes a long period to actually finish crashing
> > >
> > > It dumps core. That takes a long time because firefox tends
> > > to waste huge amounts of memory [...]
> > >
> >
> > One hack I've done when I don't care about actually getting or
> > using a corefile from large programs is to do the following:
> >
> > # rm progname.core
> > # touch progname.core
> > # chflags uchg progname.core
> >
> > Of course, I'd only recommend doing so if one is absolutely
> > certain they don't want a corefile from said program ever again,
> > and will remember to unset that flag should they ever change their
> > mind.
> >
>
> If you want to disable core dump for a program, you could (should ?)
> configure your RLIMIT_CORE to 0.
>
> $ ulimit -c 0
> $ firefox
>
> --
> Sebastien Marie
>

That's great. I was traveling a few months ago and I had a box of
hard drives I was using stolen. Temporarily, I really need to not have
any of those huge core files eating up space.
Saddest thing is I know they probably just opened the box and threw them
away.

Chris Bennett

pkgsrcCon 2017 CFT

Hello,
This years annual pkgsrcCon is being held in London on the July 1st &
2nd with a evening social event on 30 of June. While the primary focus
is on pkgsrc, the event is about building open source software in
general and the challenges we all face.
Last year the event was held in Kraków, Poland with representatives from
a wide range of communities giving talks about their respective projects
including OpenBSD, tanks to Adam Wolk & Frederic Cambus :). I'd very
much like to continue the same theme with this years event.

If you would like to give a talk about OpenBSD on July the 1st
(preferably on ports but other areas is fine) it would be cool, please
send the title, slot duration (minimum of 15 minutes) and a brief
description (for the web site) to me, off-list.

Stuart? Ed? Adam? Frederic?


Sevan

Re: OpenBSD/octeon on EdgeRouter PoE - my experience

I have been running an EdgeRouter Lite, using all three ports, for
about a year, rock solid!

Cheers
Adam

On Mon, May 1, 2017 at 3:25 AM, Daniel Gracia <paladdin@gmail.com> wrote:
> I'd bet there are quite more important issues related to the Octean
> platform than the switch issue, so I won't expect any progress soon.
>
> About the Lite, you'd get your three working ports.
>
> Regards!
>
>
> 2017-04-29 23:34 GMT+02:00 Doggie <doggie@privilege.pl>:
>
>> W dniu 2017-04-25 o 18:47, Daniel Gracia pisze:
>>
>>> EdgeRouter PoE octeon has 3 Ethernet hardware ports (it is the very same
>>> platform for PoE and Lite). In the case of the PoE unit:
>>>
>>> * Two first ports are connected to a PHY device (so you can connect an
>>> actual UTP/FTP cable).
>>> * Third port is connected to an embedded hardware switch rather than a PHY
>>> (so you get no cable for your cnmac2).
>>>
>>> So the OpenBSD kernel output seems reasonable as long as you suppose that
>>> nobody has taken the job of writting the driver to enable the embedded
>>> switch. Managing PoE is closely related (as this kind of hardware level
>>> configuration should require its very own driver).
>>>
>>> Regards!
>>>
>>
>> Sorry for delayed response and thanks for yours.
>>
>> In this case, can someone please let me know if there are any plans for
>> making this switch supported in OpenBSD in the nearest future?
>>
>> I'm pretty excited about these little devices so now I'm thinking about
>> buying EdgeRouter Lite where, as I understand, all 3 ports would be
>> available. And 3 ports is the minimum amount required for my own purposes.
>>
>> --
>> Cheers,
>> Pawel Waga
>>

Playstations and PF de-fragmentation

I find that to prevent connection timeouts on playstations, the
following is required. Hopefully they will fix their packet AND
connection handling one day.

match from ! $ps3 scrub(tcp reassembly)
match from $ps3 scrub(without tcp reassembly)

Re: Etnernal & infernal browser woes

Just wanted to mention the firefox extension umatrix.

I find it much better than noscript for controlling page speed. That
said I only *notice* slowness compared to like xombrero on older
machines.

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: nigel@cvs.openbsd.org 2017/04/30 17:20:24

Modified files:
multimedia/get_iplayer: Makefile distinfo

Log message:
Update to fix BBC site changes. Read the release notes
section "do this first"
https://github.com/get-iplayer/get_iplayer/wiki/release300
Ok sthen@

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2017/04/30 16:37:28

Added files:
audio/caps-plugins/patches: patch-AutoFilter_cc

Log message:
calling div on unsigned is ambiguous, so force it into a known call (clang)

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2017/04/30 16:29:53

Modified files:
net/putty : Makefile distinfo
net/putty/pkg : PLIST-main
Added files:
net/putty/patches: patch-Makefile_in

Log message:
update to PuTTY-0.69
disable new pageant build for now, doesn't build (setpgrp)

Re: iwm0 problems

> I also have this issue with AC 3160. What i did as a workaround was to switch iwm to 802.11g using
> ifconfig iwm0 media autoselect mode 11g

Excellent! That got my wireless interface working without error messages. As far as I haven't had a single firmware error in two hours. I haven't tested the download speed because I don't have anything to compare it to, but it's more than sufficient for my purposes.

Thank you.

UPDATE: devel/coccinelle 1.0.6

Last fall, people discussed and reviewed jsg's patch to update
devel/coccinelle to 1.0.5:

https://marc.info/?t=147469915500001&r=1&w=2

Since then, 1.0.6 has been released.

It seems that jsg's patch stalled because there was, for an unknown
reason, a big regression in the test suite results. However, with the
below patch, I almost exactly the same score as the current port:

> --------------------------------
> total score
> --------------------------------
> good = 453/498
> Current score is equal to expected score; everything is fine

I don't know whether this is because of bugs fixed in the new version or
because of differences between our patches.

Aside from typical update fluff, my patch removes the mv command in the
port Makefile because the associated shared object seems like it's no
longer generated. Their changelog notes that they now only use the
bundled version of Pycaml:

http://coccinelle.lip6.fr/distrib/changes.html

That may be the cause of this change, but I'm not sure.

I also remove an additional pair of instances in which the -v flag is
passed to cp.

I'm interested to hear what people think.

Thanks for your time,
Mike


Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/coccinelle/Makefile,v
retrieving revision 1.34
diff -u -p -u -r1.34 Makefile
--- Makefile 1 Nov 2016 22:02:59 -0000 1.34
+++ Makefile 30 Apr 2017 21:55:37 -0000
@@ -4,9 +4,8 @@ COMMENT = program matching and transform

# if updating, check for any additional use of diff/grep which
# may need to be switched to gdiff/ggrep
-DISTNAME = coccinelle-1.0.4
+DISTNAME = coccinelle-1.0.6
EXTRACT_SUFX = .tgz
-REVISION = 1

CATEGORIES = devel

@@ -67,8 +66,6 @@ pre-configure:
post-install:
${MODPY_BIN} ${MODPY_LIBDIR}/compileall.py \
${PREFIX}/share/coccinelle/python/coccilib
- mv ${PREFIX}/lib/coccinelle/dllpycaml_stubs.so \
- ${PREFIX}/lib/ocaml/stublibs/
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/coccinelle
cd ${WRKSRC}/docs/manual; \
${MAKE_PROGRAM} WEBDOCS=${PREFIX}/share/doc/coccinelle install
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/coccinelle/distinfo,v
retrieving revision 1.12
diff -u -p -u -r1.12 distinfo
--- distinfo 29 Oct 2015 15:41:36 -0000 1.12
+++ distinfo 30 Apr 2017 21:55:37 -0000
@@ -1,2 +1,2 @@
-SHA256 (coccinelle-1.0.4.tgz) = f4I4E6LqKZwPbAHYQZuDxNxmFxFtMrqZ1yZEOhwisG0=
-SIZE (coccinelle-1.0.4.tgz) = 2484218
+SHA256 (coccinelle-1.0.6.tgz) = hFLtJlwgna6Zy7M7Z7x5Eucvi8oeJPM/Goi6PXmF6Qk=
+SIZE (coccinelle-1.0.6.tgz) = 6684278
Index: patches/patch-Makefile
===================================================================
RCS file: /cvs/ports/devel/coccinelle/patches/patch-Makefile,v
retrieving revision 1.10
diff -u -p -u -r1.10 patch-Makefile
--- patches/patch-Makefile 29 Oct 2015 15:41:36 -0000 1.10
+++ patches/patch-Makefile 30 Apr 2017 21:55:37 -0000
@@ -1,10 +1,22 @@
$OpenBSD: patch-Makefile,v 1.10 2015/10/29 15:41:36 sthen Exp $
---- Makefile.orig Wed Oct 28 14:07:59 2015
-+++ Makefile Thu Oct 29 15:36:45 2015
+--- Makefile.orig
++++ Makefile
+@@ -267,9 +267,9 @@ purebytecode:
+ # copies the stubs libraries (if any) to the root directory
+ copy-stubs:
+ @if test -f ./bundles/pyml/dllpyml_stubs.so; then \
+- cp -fv ./bundles/pyml/dllpyml_stubs.so .; fi
++ cp -f ./bundles/pyml/dllpyml_stubs.so .; fi
+ @if test -f ./bundles/pcre/dllpcre_stubs.so; then \
+- cp -fv ./bundles/pcre/dllpcre_stubs.so .; fi
++ cp -f ./bundles/pcre/dllpcre_stubs.so .; fi
+
+ ##############################################################################
+ # Build version information
@@ -347,7 +347,7 @@ install-man:
$(INSTALL_DATA) docs/spatch.1 $(DESTDIR)$(MANDIR)/man1/
$(INSTALL_DATA) docs/pycocci.1 $(DESTDIR)$(MANDIR)/man1/
- # $(INSTALL_DATA) docs/spgen.1 $(DESTDIR)$(MANDIR)/man1/
+ $(INSTALL_DATA) docs/spgen.1 $(DESTDIR)$(MANDIR)/man1/
- $(INSTALL_DATA) docs/Coccilib.3cocci $(DESTDIR)$(MANDIR)/man3/
+ $(INSTALL_DATA) docs/Coccilib.3cocci $(DESTDIR)$(MANDIR)/man3/Coccilib.3

@@ -13,9 +25,9 @@ $OpenBSD: patch-Makefile,v 1.10 2015/10/
@@ -378,9 +378,9 @@ install-python:
install-stubs:
$(MKDIR_P) $(DESTDIR)$(LIBDIR)
- @if test -f ./bundles/pycaml/dllpycaml_stubs.so; then \
-- cp -fv ./bundles/pycaml/dllpycaml_stubs.so $(DESTDIR)$(LIBDIR); fi
-+ cp -f ./bundles/pycaml/dllpycaml_stubs.so $(DESTDIR)$(LIBDIR); fi
+ @if test -f ./bundles/pyml/dllpyml_stubs.so; then \
+- cp -fv ./bundles/pyml/dllpyml_stubs.so $(DESTDIR)$(LIBDIR); fi
++ cp -f ./bundles/pyml/dllpyml_stubs.so $(DESTDIR)$(LIBDIR); fi
@if test -f ./bundles/pcre/dllpcre_stubs.so; then \
- cp -fv ./bundles/pcre/dllpcre_stubs.so $(DESTDIR)$(LIBDIR); fi
+ cp -f ./bundles/pcre/dllpcre_stubs.so $(DESTDIR)$(LIBDIR); fi
Index: patches/patch-cocci_ml
===================================================================
RCS file: /cvs/ports/devel/coccinelle/patches/patch-cocci_ml,v
retrieving revision 1.7
diff -u -p -u -r1.7 patch-cocci_ml
--- patches/patch-cocci_ml 27 Oct 2015 14:43:07 -0000 1.7
+++ patches/patch-cocci_ml 30 Apr 2017 21:55:37 -0000
@@ -1,7 +1,7 @@
$OpenBSD: patch-cocci_ml,v 1.7 2015/10/27 14:43:07 sthen Exp $
---- cocci.ml.orig Mon Oct 26 16:22:50 2015
-+++ cocci.ml Tue Oct 27 14:33:27 2015
-@@ -245,8 +245,8 @@ let show_or_not_diff2 cfile outfile =
+--- cocci.ml.orig
++++ cocci.ml
+@@ -249,8 +249,8 @@ let show_or_not_diff2 cfile outfile =

let line =
match !Flag_parsing_c.diff_lines with
@@ -12,7 +12,7 @@ $OpenBSD: patch-cocci_ml,v 1.7 2015/10/2
let res = Common.cmd_to_list line in
(match res with
[] -> ()
-@@ -524,7 +524,7 @@ let worth_trying2 cfiles (tokens,_,query,_) =
+@@ -528,7 +528,7 @@ let worth_trying2 cfiles (tokens,_,query,_) =

) in
let com =
@@ -21,7 +21,7 @@ $OpenBSD: patch-cocci_ml,v 1.7 2015/10/2
(String.concat "|" tokens) (String.concat " " cfiles) in
(match Sys.command com with
| 0 (* success *) -> true
-@@ -2293,7 +2293,7 @@ let check_duplicate_modif2 xs =
+@@ -2222,7 +2222,7 @@ let check_duplicate_modif2 xs =
match res2 with
| None -> false
| Some res2 ->
Index: patches/patch-commons_common_ml
===================================================================
RCS file: /cvs/ports/devel/coccinelle/patches/patch-commons_common_ml,v
retrieving revision 1.6
diff -u -p -u -r1.6 patch-commons_common_ml
--- patches/patch-commons_common_ml 27 Oct 2015 14:43:07 -0000 1.6
+++ patches/patch-commons_common_ml 30 Apr 2017 21:55:37 -0000
@@ -1,7 +1,7 @@
$OpenBSD: patch-commons_common_ml,v 1.6 2015/10/27 14:43:07 sthen Exp $
---- commons/common.ml.orig Mon Oct 26 16:22:50 2015
-+++ commons/common.ml Tue Oct 27 14:23:22 2015
-@@ -3277,7 +3277,7 @@ let glob pattern =
+--- commons/common.ml.orig
++++ commons/common.ml
+@@ -3281,7 +3281,7 @@ let glob pattern =
let files_of_dir_or_files ext xs =
xs +> List.map (fun x ->
if is_directory x
@@ -10,7 +10,7 @@ $OpenBSD: patch-commons_common_ml,v 1.6
else [x]
) +> List.concat

-@@ -3287,7 +3287,7 @@ let files_of_dir_or_files_no_vcs ext xs =
+@@ -3291,7 +3291,7 @@ let files_of_dir_or_files_no_vcs ext xs =
if is_directory x
then
cmd_to_list
@@ -19,7 +19,7 @@ $OpenBSD: patch-commons_common_ml,v 1.6
"| grep -v /.hg/ |grep -v /CVS/ | grep -v /.git/ |grep -v /_darcs/"
)
else [x]
-@@ -3300,7 +3300,7 @@ let files_of_dir_or_files_no_vcs_post_filter regex xs
+@@ -3304,7 +3304,7 @@ let files_of_dir_or_files_no_vcs_post_filter regex xs
then
cmd_to_list
("find " ^ x ^
@@ -28,7 +28,7 @@ $OpenBSD: patch-commons_common_ml,v 1.6
)
+> List.filter (fun s -> s =~ regex)
else [x]
-@@ -5241,7 +5241,7 @@ let (diff: (int -> int -> diff -> unit)-> (string list
+@@ -5256,7 +5256,7 @@ let (diff: (int -> int -> diff -> unit)-> (string list
write_file file1 (unwords xs);
write_file file2 (unwords ys);
command2
@@ -37,7 +37,7 @@ $OpenBSD: patch-commons_common_ml,v 1.6
let res = cat fileresult in
let a = ref 0 in
let b = ref 0 in
-@@ -5269,7 +5269,7 @@ let (diff2: (int -> int -> diff -> unit) -> (string *
+@@ -5284,7 +5284,7 @@ let (diff2: (int -> int -> diff -> unit) -> (string *
write_file "/tmp/diff1" xstr;
write_file "/tmp/diff2" ystr;
command2
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/coccinelle/pkg/PLIST,v
retrieving revision 1.12
diff -u -p -u -r1.12 PLIST
--- pkg/PLIST 24 Jun 2016 15:59:11 -0000 1.12
+++ pkg/PLIST 30 Apr 2017 21:55:37 -0000
@@ -1,9 +1,11 @@
-@comment $OpenBSD: PLIST,v 1.12 2016/06/24 15:59:11 krw Exp $
+@comment $OpenBSD$
%%dynlink%%
bin/pycocci
bin/spatch
bin/spatch.byte
+bin/spgen
lib/coccinelle/
+lib/coccinelle/dllpyml_stubs.so
lib/coccinelle/ocaml/
lib/coccinelle/ocaml/ast0_cocci.cmi
lib/coccinelle/ocaml/ast_c.cmi
@@ -12,6 +14,7 @@ lib/coccinelle/ocaml/coccilib.cmi
lib/coccinelle/ocaml/common.cmi
lib/coccinelle/ocaml/config.cmi
lib/coccinelle/ocaml/exposed_modules.cmi
+lib/coccinelle/ocaml/externalanalysis.cmi
lib/coccinelle/ocaml/flag.cmi
lib/coccinelle/ocaml/iteration.cmi
lib/coccinelle/ocaml/lexer_c.cmi
@@ -23,8 +26,8 @@ lib/coccinelle/ocaml/prepare_ocamlcocci.
lib/coccinelle/ocaml/pretty_print_c.cmi
lib/coccinelle/ocaml/regexp.cmi
lib/coccinelle/ocaml/run_ocamlcocci.cmi
-lib/coccinelle/ocaml/type_cocci.cmi
lib/coccinelle/ocaml/visitor_c.cmi
+lib/coccinelle/ocaml/yes_prepare_ocamlcocci.cmi
lib/coccinelle/python/
lib/coccinelle/python/coccilib/
lib/coccinelle/python/coccilib/__init__.py
@@ -39,17 +42,23 @@ lib/coccinelle/python/coccilib/coccigui/
lib/coccinelle/python/coccilib/coccigui/vimeditor.py
lib/coccinelle/python/coccilib/coccigui/vimembed.py
lib/coccinelle/python/coccilib/elems.py
+lib/coccinelle/python/coccilib/iteration.py
lib/coccinelle/python/coccilib/org.py
lib/coccinelle/python/coccilib/output.py
lib/coccinelle/python/coccilib/report.py
lib/coccinelle/python/coccilib/trac.py
lib/coccinelle/python/coccilib/xml_firehose.py
@bin lib/coccinelle/spatch
+lib/coccinelle/spgen/
+@bin lib/coccinelle/spgen/spgen
+@bin lib/coccinelle/spgen/spgen.opt
lib/coccinelle/standard.h
lib/coccinelle/standard.iso
-lib/ocaml/stublibs/dllpycaml_stubs.so
+lib/ocaml/
+lib/ocaml/stublibs/
@man man/man1/pycocci.1
@man man/man1/spatch.1
+@man man/man1/spgen.1
@man man/man3/Coccilib.3
share/doc/coccinelle/
share/doc/coccinelle/contents_motif.gif
@@ -72,6 +81,8 @@ share/doc/coccinelle/main_grammar012.htm
share/doc/coccinelle/main_grammar013.html
share/doc/coccinelle/main_grammar014.html
share/doc/coccinelle/main_grammar015.html
+share/doc/coccinelle/main_grammar016.html
+share/doc/coccinelle/main_grammar017.html
share/doc/coccinelle/manual.pdf
share/doc/coccinelle/next_motif.gif
share/doc/coccinelle/options.pdf

Re: iwm0 problems

thanks! I think it partially solved my problem. It doesn't show the
dmesg message any more.
I get 8.77Mbps download 0.78Mbps upload 171ms ping
which is better than 4.81Mbps download 0.58Mbps upload 240 ms ping i was
getting before.
Still a bit slower compared to 10.79Mbps download 0.80Mpbs upload 115 ms
ping i get with ethernet.


On 04/30/17 22:40, Kai Wirt wrote:
> On Sat, Apr 29, 2017 at 12:37:20PM -0400, Steve Throckmorton wrote:
>> I recently installed -current on a Dell laptop my mother decided she didn't want. I have the same problems with iwm0 on this machine (with its AC 3160 wireless device) as were reported for the 3165.
>>
>> The dmesg I'm reproducing below includes this error msg at the end:
>>
>> iwm0: hw rev 0x160, fw ver 16.242414.0, address 34:de:1a:24:9e:ec
>> iwm0: fatal firmware error
>> iwm0: device timeout
>> iwm0: device timeout
>> iwm0: device timeout
>
>
> I also have this issue with AC 3160. What i did as a workaround was to
> switch iwm to 802.11g using
>
> ifconfig iwm0 media autoselect mode 11g
>
> So at least in my case i think that the problem lies within 11n and the
> iwm0 driver. I didn't have this issue with 6.0 though.
>
> Here is my dmesg:
>
>
> OpenBSD 6.1 (GENERIC.MP) #20: Sat Apr 1 13:45:56 MDT 2017
> deraadt@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
> real mem = 8484519936 (8091MB)
> avail mem = 8222703616 (7841MB)
> mpath0 at root
> scsibus0 at mpath0: 256 targets
> mainbus0 at root
> bios0 at mainbus0: SMBIOS rev. 2.8 @ 0xacee2000 (82 entries)
> bios0: vendor American Megatrends Inc. version "702" date 06/26/2015
> bios0: Medion E6415 MD99904
> acpi0 at bios0: rev 2
> acpi0: sleep states S0 S3 S4 S5
> acpi0: tables DSDT FACP APIC FPDT FIDT MCFG HPET SSDT ECDT UEFI ASF! SSDT SSDT TPM2 SSDT DMAR CSRT BGRT
> acpi0: wakeup devices PEGP(S4) PEG0(S4) PEGP(S4) PEG1(S4) PEGP(S4) PEG2(S4) PXSX(S4) RP01(S4) PXSX(S4) RP02(S4) PXSX(S4) RP03(S4) PXSX(S4) RP04(S4) PXSX(S4) RP05(S4) [...]
> acpitimer0 at acpi0: 3579545 Hz, 24 bits
> acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
> cpu0 at mainbus0: apid 0 (boot processor)
> cpu0: Intel(R) Core(TM) i3-5005U CPU @ 2.00GHz, 1995.71 MHz
> cpu0: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,RDSEED,ADX,SMAP,PT,SENSOR,ARAT
> cpu0: 256KB 64b/line 8-way L2 cache
> cpu0: TSC frequency 1995706480 Hz
> cpu0: smt 0, core 0, package 0
> mtrr: Pentium Pro MTRR support, 10 var ranges, 88 fixed ranges
> cpu0: apic clock running at 99MHz
> cpu0: mwait min=64, max=64, C-substates=0.2.1.2.4.1.1.1, IBE
> cpu1 at mainbus0: apid 2 (application processor)
> cpu1: Intel(R) Core(TM) i3-5005U CPU @ 2.00GHz, 1995.38 MHz
> cpu1: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,RDSEED,ADX,SMAP,PT,SENSOR,ARAT
> cpu1: 256KB 64b/line 8-way L2 cache
> cpu1: smt 0, core 1, package 0
> cpu2 at mainbus0: apid 1 (application processor)
> cpu2: Intel(R) Core(TM) i3-5005U CPU @ 2.00GHz, 1995.38 MHz
> cpu2: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,RDSEED,ADX,SMAP,PT,SENSOR,ARAT
> cpu2: 256KB 64b/line 8-way L2 cache
> cpu2: smt 1, core 0, package 0
> cpu3 at mainbus0: apid 3 (application processor)
> cpu3: Intel(R) Core(TM) i3-5005U CPU @ 2.00GHz, 1995.38 MHz
> cpu3: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,RDSEED,ADX,SMAP,PT,SENSOR,ARAT
> cpu3: 256KB 64b/line 8-way L2 cache
> cpu3: smt 1, core 1, package 0
> ioapic0 at mainbus0: apid 2 pa 0xfec00000, version 20, 40 pins
> acpimadt0: bogus nmi for apid 0
> acpimadt0: bogus nmi for apid 2
> acpimadt0: bogus nmi for apid 1
> acpimadt0: bogus nmi for apid 3
> acpimcfg0 at acpi0 addr 0xf8000000, bus 0-63
> acpihpet0 at acpi0: 14318179 Hz
> acpiec0 at acpi0
> acpiprt0 at acpi0: bus 0 (PCI0)
> acpiprt1 at acpi0: bus -1 (PEG0)
> acpiprt2 at acpi0: bus -1 (PEG1)
> acpiprt3 at acpi0: bus -1 (PEG2)
> acpiprt4 at acpi0: bus 1 (RP01)
> acpiprt5 at acpi0: bus -1 (RP02)
> acpiprt6 at acpi0: bus 2 (RP03)
> acpiprt7 at acpi0: bus 3 (RP04)
> acpiprt8 at acpi0: bus 4 (RP05)
> acpiprt9 at acpi0: bus -1 (RP06)
> acpiprt10 at acpi0: bus -1 (RP07)
> acpiprt11 at acpi0: bus -1 (RP08)
> acpicpu0 at acpi0: C3(200@506 mwait.1@0x60), C2(200@148 mwait.1@0x33), C1(1000@1 mwait.1), PSS
> acpicpu1 at acpi0: C3(200@506 mwait.1@0x60), C2(200@148 mwait.1@0x33), C1(1000@1 mwait.1), PSS
> acpicpu2 at acpi0: C3(200@506 mwait.1@0x60), C2(200@148 mwait.1@0x33), C1(1000@1 mwait.1), PSS
> acpicpu3 at acpi0: C3(200@506 mwait.1@0x60), C2(200@148 mwait.1@0x33), C1(1000@1 mwait.1), PSS
> acpipwrres0 at acpi0: PG00, resource for PEG0
> acpipwrres1 at acpi0: PG01, resource for PEG1
> acpipwrres2 at acpi0: PG02, resource for PEG2
> acpitz0 at acpi0: critical temperature is 103 degC
> "MSFT0001" at acpi0 not configured
> "ETD042F" at acpi0 not configured
> "INT3F0D" at acpi0 not configured
> "INT3437" at acpi0 not configured
> "INTL9C60" at acpi0 not configured
> "INT3436" at acpi0 not configured
> acpiac0 at acpi0: AC unit online
> acpibat0 at acpi0: BAT0 model "D15D-26" serial type LIon oem "TKBSS"
> acpibtn0 at acpi0: SLPB
> "MSFT0101" at acpi0 not configured
> acpibtn1 at acpi0: PWRB
> "PTK0001" at acpi0 not configured
> acpibtn2 at acpi0: LID_
> "PNP0C14" at acpi0 not configured
> acpivideo0 at acpi0: GFX0
> acpivout0 at acpivideo0: DD1F
> cpu0: Enhanced SpeedStep 1995 MHz: speeds: 2000, 1900, 1800, 1700, 1600, 1500, 1400, 1300, 1200, 1100, 1000, 900, 800, 700, 600, 500 MHz
> pci0 at mainbus0 bus 0
> pchb0 at pci0 dev 0 function 0 "Intel Core 5G Host" rev 0x09
> inteldrm0 at pci0 dev 2 function 0 "Intel HD Graphics 5500" rev 0x09
> drm0 at inteldrm0
> inteldrm0: msi
> inteldrm0: 1920x1080, 32bpp
> wsdisplay0 at inteldrm0 mux 1: console (std, vt100 emulation)
> wsdisplay0: screen 1-5 added (std, vt100 emulation)
> azalia0 at pci0 dev 3 function 0 "Intel Core 5G HD Audio" rev 0x09: msi
> xhci0 at pci0 dev 20 function 0 "Intel 9 Series xHCI" rev 0x03: msi
> usb0 at xhci0: USB revision 3.0
> uhub0 at usb0 configuration 1 interface 0 "Intel xHCI root hub" rev 3.00/1.00 addr 1
> "Intel 9 Series MEI" rev 0x03 at pci0 dev 22 function 0 not configured
> azalia1 at pci0 dev 27 function 0 "Intel 9 Series HD Audio" rev 0x03: msi
> azalia1: codecs: Realtek ALC269
> audio0 at azalia1
> ppb0 at pci0 dev 28 function 0 "Intel 9 Series PCIE" rev 0xe3: msi
> pci1 at ppb0 bus 1
> ppb1 at pci0 dev 28 function 2 "Intel 9 Series PCIE" rev 0xe3: msi
> pci2 at ppb1 bus 2
> iwm0 at pci2 dev 0 function 0 "Intel Dual Band Wireless AC 3160" rev 0x83, msi
> ppb2 at pci0 dev 28 function 3 "Intel 9 Series PCIE" rev 0xe3: msi
> pci3 at ppb2 bus 3
> re0 at pci3 dev 0 function 0 "Realtek 8168" rev 0x0c: RTL8168G/8111G (0x4c00), msi, address dc:fe:07:53:fc:fa
> rgephy0 at re0 phy 7: RTL8251 PHY, rev. 0
> ppb3 at pci0 dev 28 function 4 "Intel 9 Series PCIE" rev 0xe3: msi
> pci4 at ppb3 bus 4
> ehci0 at pci0 dev 29 function 0 "Intel 9 Series USB" rev 0x03: apic 2 int 23
> usb1 at ehci0: USB revision 2.0
> uhub1 at usb1 configuration 1 interface 0 "Intel EHCI root hub" rev 2.00/1.00 addr 1
> pcib0 at pci0 dev 31 function 0 "Intel 9 Series LPC" rev 0x03
> ahci0 at pci0 dev 31 function 2 "Intel 9 Series AHCI" rev 0x03: msi, AHCI 1.3
> ahci0: port 0: 3.0Gb/s
> ahci0: port 1: 1.5Gb/s
> scsibus1 at ahci0: 32 targets
> sd0 at scsibus1 targ 0 lun 0: <ATA, TOSHIBA MQ01ABD1, AX1P> SCSI3 0/direct fixed naa.5000039685608828
> sd0: 953869MB, 512 bytes/sector, 1953525168 sectors
> cd0 at scsibus1 targ 1 lun 0: <HL-DT-ST, DVDRAM GUB0N, 1.00> ATAPI 5/cdrom removable
> ichiic0 at pci0 dev 31 function 3 "Intel 9 Series SMBus" rev 0x03: apic 2 int 18
> iic0 at ichiic0
> spdmem0 at iic0 addr 0x52: 8GB DDR3 SDRAM PC3-12800 SO-DIMM
> isa0 at pcib0
> isadma0 at isa0
> pckbc0 at isa0 port 0x60/5 irq 1 irq 12
> pckbd0 at pckbc0 (kbd slot)
> wskbd0 at pckbd0: console keyboard, using wsdisplay0
> pms0 at pckbc0 (aux slot)
> wsmouse0 at pms0 mux 0
> pms0: Elantech Clickpad, version 4, firmware 0x461f01
> pcppi0 at isa0 port 0x61
> spkr0 at pcppi0
> vmm0 at mainbus0: VMX/EPT
> efifb at mainbus0 not configured
> ugen0 at uhub0 port 5 "Generic USB2.0-CRW" rev 2.00/39.60 addr 2
> uvideo0 at uhub0 port 6 configuration 1 interface 0 "Chicony Electronics Co.,Ltd. USB2.0 HD UVC WebCam" rev 2.00/54.66 addr 3
> video0 at uvideo0
> ugen1 at uhub0 port 8 "Intel product 0x07dc" rev 2.00/0.01 addr 4
> uhub2 at uhub1 port 1 configuration 1 interface 0 "Intel Rate Matching Hub" rev 2.00/0.03 addr 2
> vscsi0 at root
> scsibus2 at vscsi0: 256 targets
> softraid0 at root
> scsibus3 at softraid0: 256 targets
> sd1 at scsibus3 targ 1 lun 0: <OPENBSD, SR CRYPTO, 006> SCSI2 0/direct fixed
> sd1: 697868MB, 512 bytes/sector, 1429235553 sectors
> root on sd1a (e9300914951d70a2.a) swap on sd1b dump on sd1b
> iwm0: hw rev 0x160, fw ver 16.242414.0, address 00:1e:64:f4:90:39
> arp_rtrequest: bad gateway value: iwm0
>

Re: iwm0 problems

-----BEGIN PGP SIGNATURE-----

iQIuBAEBCAAYBQJZBl2PERxncGVkQG1haWxib3gub3JnAAoJEIdJ8dyKELkwfWIP
/R70y4VvLr8GwpF2GyZ2KJNgM35acj45LhoUb2abHj0U/er+tCajIB68X7Y4/dv0
2udgfJgmK6mfSI95kzfrlKpu9YdhjhD0UakSgFksa5fN6AnkNluRL8xz0n2XeF7j
Hnr2ZnmNspJI0ecRwqx2JJc4Ia/QFpZS9ZB86oFiH1dNOQV8E0Hrej3dfbQRu85r
Hnxw+TwykWMRSPZ162zX0UERoywtQvNdhxEp2iuR8Ig1J5uXgkEEHLARliPXbaCq
g1V+3HX0OMeOJiJs/Q7Ckdi/SB2U2MJ9ECo8aeD1SxjQf0/x9q+yJK7ZmvcUa/eh
TbwoHmB9gsL1+dHAfSma/WvDkiJKVFdJqPdy3P+bzCBZLNbKh+QcFAXWHhz7XT10
r95Bs1d4w4q6qslllUkpUY9ENZGfpWGdbcgk+h+2pXi6FnLfCFb6Ns4rrC4IpD3W
pb38sQtHoeHem+QDywRCHtbkT6YurBsmFBSZZQkF/E8XEK7hEvkryLd1c1jeNKr/
jXH/N5tIuBqBjCPY5rCzmjrc274N6yJTf788qJwie3VWk0VOgyB45j+RalxAsojv
f0aRDKbtlJ1wWN/aMIHOtjl7j0bsUSLf/VqdCHKgPA+Zuz+Nr+bblcKy8X5FU4gA
Sx+oW+8E8nRAmGOkwW1vriOnf+mKZHA9yzp+sNN4nG8U
=QMc5
-----END PGP SIGNATURE-----
thanks!!!!! I think it partially solved my problem. It doesn't show the
dmesg any more and i think my wifi. Although my system just freeze for a
couple of seconds. I dont know if wifi cause this.
I get 8.77Mbps download 0.78Mbps upload 171ms ping
which is better than 4.81Mbps download 0.58Mbps upload 240 ms ping i was
getting before.
Still a bit slower compared to 10.79Mbps download 0.80Mpbs upload 115 ms
ping i get with ethernet.

On 04/30/17 22:40, Kai Wirt wrote:
> On Sat, Apr 29, 2017 at 12:37:20PM -0400, Steve Throckmorton wrote:
>> I recently installed -current on a Dell laptop my mother decided she didn't want. I have the same problems with iwm0 on this machine (with its AC 3160 wireless device) as were reported for the 3165.
>>
>> The dmesg I'm reproducing below includes this error msg at the end:
>>
>> iwm0: hw rev 0x160, fw ver 16.242414.0, address 34:de:1a:24:9e:ec
>> iwm0: fatal firmware error
>> iwm0: device timeout
>> iwm0: device timeout
>> iwm0: device timeout
>
>
> I also have this issue with AC 3160. What i did as a workaround was to
> switch iwm to 802.11g using
>
> ifconfig iwm0 media autoselect mode 11g
>
> So at least in my case i think that the problem lies within 11n and the
> iwm0 driver. I didn't have this issue with 6.0 though.
>
> Here is my dmesg:
>
>
> OpenBSD 6.1 (GENERIC.MP) #20: Sat Apr 1 13:45:56 MDT 2017
> deraadt@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
> real mem = 8484519936 (8091MB)
> avail mem = 8222703616 (7841MB)
> mpath0 at root
> scsibus0 at mpath0: 256 targets
> mainbus0 at root
> bios0 at mainbus0: SMBIOS rev. 2.8 @ 0xacee2000 (82 entries)
> bios0: vendor American Megatrends Inc. version "702" date 06/26/2015
> bios0: Medion E6415 MD99904
> acpi0 at bios0: rev 2
> acpi0: sleep states S0 S3 S4 S5
> acpi0: tables DSDT FACP APIC FPDT FIDT MCFG HPET SSDT ECDT UEFI ASF! SSDT SSDT TPM2 SSDT DMAR CSRT BGRT
> acpi0: wakeup devices PEGP(S4) PEG0(S4) PEGP(S4) PEG1(S4) PEGP(S4) PEG2(S4) PXSX(S4) RP01(S4) PXSX(S4) RP02(S4) PXSX(S4) RP03(S4) PXSX(S4) RP04(S4) PXSX(S4) RP05(S4) [...]
> acpitimer0 at acpi0: 3579545 Hz, 24 bits
> acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
> cpu0 at mainbus0: apid 0 (boot processor)
> cpu0: Intel(R) Core(TM) i3-5005U CPU @ 2.00GHz, 1995.71 MHz
> cpu0: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,RDSEED,ADX,SMAP,PT,SENSOR,ARAT
> cpu0: 256KB 64b/line 8-way L2 cache
> cpu0: TSC frequency 1995706480 Hz
> cpu0: smt 0, core 0, package 0
> mtrr: Pentium Pro MTRR support, 10 var ranges, 88 fixed ranges
> cpu0: apic clock running at 99MHz
> cpu0: mwait min=64, max=64, C-substates=0.2.1.2.4.1.1.1, IBE
> cpu1 at mainbus0: apid 2 (application processor)
> cpu1: Intel(R) Core(TM) i3-5005U CPU @ 2.00GHz, 1995.38 MHz
> cpu1: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,RDSEED,ADX,SMAP,PT,SENSOR,ARAT
> cpu1: 256KB 64b/line 8-way L2 cache
> cpu1: smt 0, core 1, package 0
> cpu2 at mainbus0: apid 1 (application processor)
> cpu2: Intel(R) Core(TM) i3-5005U CPU @ 2.00GHz, 1995.38 MHz
> cpu2: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,RDSEED,ADX,SMAP,PT,SENSOR,ARAT
> cpu2: 256KB 64b/line 8-way L2 cache
> cpu2: smt 1, core 0, package 0
> cpu3 at mainbus0: apid 3 (application processor)
> cpu3: Intel(R) Core(TM) i3-5005U CPU @ 2.00GHz, 1995.38 MHz
> cpu3: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,RDSEED,ADX,SMAP,PT,SENSOR,ARAT
> cpu3: 256KB 64b/line 8-way L2 cache
> cpu3: smt 1, core 1, package 0
> ioapic0 at mainbus0: apid 2 pa 0xfec00000, version 20, 40 pins
> acpimadt0: bogus nmi for apid 0
> acpimadt0: bogus nmi for apid 2
> acpimadt0: bogus nmi for apid 1
> acpimadt0: bogus nmi for apid 3
> acpimcfg0 at acpi0 addr 0xf8000000, bus 0-63
> acpihpet0 at acpi0: 14318179 Hz
> acpiec0 at acpi0
> acpiprt0 at acpi0: bus 0 (PCI0)
> acpiprt1 at acpi0: bus -1 (PEG0)
> acpiprt2 at acpi0: bus -1 (PEG1)
> acpiprt3 at acpi0: bus -1 (PEG2)
> acpiprt4 at acpi0: bus 1 (RP01)
> acpiprt5 at acpi0: bus -1 (RP02)
> acpiprt6 at acpi0: bus 2 (RP03)
> acpiprt7 at acpi0: bus 3 (RP04)
> acpiprt8 at acpi0: bus 4 (RP05)
> acpiprt9 at acpi0: bus -1 (RP06)
> acpiprt10 at acpi0: bus -1 (RP07)
> acpiprt11 at acpi0: bus -1 (RP08)
> acpicpu0 at acpi0: C3(200@506 mwait.1@0x60), C2(200@148 mwait.1@0x33), C1(1000@1 mwait.1), PSS
> acpicpu1 at acpi0: C3(200@506 mwait.1@0x60), C2(200@148 mwait.1@0x33), C1(1000@1 mwait.1), PSS
> acpicpu2 at acpi0: C3(200@506 mwait.1@0x60), C2(200@148 mwait.1@0x33), C1(1000@1 mwait.1), PSS
> acpicpu3 at acpi0: C3(200@506 mwait.1@0x60), C2(200@148 mwait.1@0x33), C1(1000@1 mwait.1), PSS
> acpipwrres0 at acpi0: PG00, resource for PEG0
> acpipwrres1 at acpi0: PG01, resource for PEG1
> acpipwrres2 at acpi0: PG02, resource for PEG2
> acpitz0 at acpi0: critical temperature is 103 degC
> "MSFT0001" at acpi0 not configured
> "ETD042F" at acpi0 not configured
> "INT3F0D" at acpi0 not configured
> "INT3437" at acpi0 not configured
> "INTL9C60" at acpi0 not configured
> "INT3436" at acpi0 not configured
> acpiac0 at acpi0: AC unit online
> acpibat0 at acpi0: BAT0 model "D15D-26" serial type LIon oem "TKBSS"
> acpibtn0 at acpi0: SLPB
> "MSFT0101" at acpi0 not configured
> acpibtn1 at acpi0: PWRB
> "PTK0001" at acpi0 not configured
> acpibtn2 at acpi0: LID_
> "PNP0C14" at acpi0 not configured
> acpivideo0 at acpi0: GFX0
> acpivout0 at acpivideo0: DD1F
> cpu0: Enhanced SpeedStep 1995 MHz: speeds: 2000, 1900, 1800, 1700, 1600, 1500, 1400, 1300, 1200, 1100, 1000, 900, 800, 700, 600, 500 MHz
> pci0 at mainbus0 bus 0
> pchb0 at pci0 dev 0 function 0 "Intel Core 5G Host" rev 0x09
> inteldrm0 at pci0 dev 2 function 0 "Intel HD Graphics 5500" rev 0x09
> drm0 at inteldrm0
> inteldrm0: msi
> inteldrm0: 1920x1080, 32bpp
> wsdisplay0 at inteldrm0 mux 1: console (std, vt100 emulation)
> wsdisplay0: screen 1-5 added (std, vt100 emulation)
> azalia0 at pci0 dev 3 function 0 "Intel Core 5G HD Audio" rev 0x09: msi
> xhci0 at pci0 dev 20 function 0 "Intel 9 Series xHCI" rev 0x03: msi
> usb0 at xhci0: USB revision 3.0
> uhub0 at usb0 configuration 1 interface 0 "Intel xHCI root hub" rev 3.00/1.00 addr 1
> "Intel 9 Series MEI" rev 0x03 at pci0 dev 22 function 0 not configured
> azalia1 at pci0 dev 27 function 0 "Intel 9 Series HD Audio" rev 0x03: msi
> azalia1: codecs: Realtek ALC269
> audio0 at azalia1
> ppb0 at pci0 dev 28 function 0 "Intel 9 Series PCIE" rev 0xe3: msi
> pci1 at ppb0 bus 1
> ppb1 at pci0 dev 28 function 2 "Intel 9 Series PCIE" rev 0xe3: msi
> pci2 at ppb1 bus 2
> iwm0 at pci2 dev 0 function 0 "Intel Dual Band Wireless AC 3160" rev 0x83, msi
> ppb2 at pci0 dev 28 function 3 "Intel 9 Series PCIE" rev 0xe3: msi
> pci3 at ppb2 bus 3
> re0 at pci3 dev 0 function 0 "Realtek 8168" rev 0x0c: RTL8168G/8111G (0x4c00), msi, address dc:fe:07:53:fc:fa
> rgephy0 at re0 phy 7: RTL8251 PHY, rev. 0
> ppb3 at pci0 dev 28 function 4 "Intel 9 Series PCIE" rev 0xe3: msi
> pci4 at ppb3 bus 4
> ehci0 at pci0 dev 29 function 0 "Intel 9 Series USB" rev 0x03: apic 2 int 23
> usb1 at ehci0: USB revision 2.0
> uhub1 at usb1 configuration 1 interface 0 "Intel EHCI root hub" rev 2.00/1.00 addr 1
> pcib0 at pci0 dev 31 function 0 "Intel 9 Series LPC" rev 0x03
> ahci0 at pci0 dev 31 function 2 "Intel 9 Series AHCI" rev 0x03: msi, AHCI 1.3
> ahci0: port 0: 3.0Gb/s
> ahci0: port 1: 1.5Gb/s
> scsibus1 at ahci0: 32 targets
> sd0 at scsibus1 targ 0 lun 0: <ATA, TOSHIBA MQ01ABD1, AX1P> SCSI3 0/direct fixed naa.5000039685608828
> sd0: 953869MB, 512 bytes/sector, 1953525168 sectors
> cd0 at scsibus1 targ 1 lun 0: <HL-DT-ST, DVDRAM GUB0N, 1.00> ATAPI 5/cdrom removable
> ichiic0 at pci0 dev 31 function 3 "Intel 9 Series SMBus" rev 0x03: apic 2 int 18
> iic0 at ichiic0
> spdmem0 at iic0 addr 0x52: 8GB DDR3 SDRAM PC3-12800 SO-DIMM
> isa0 at pcib0
> isadma0 at isa0
> pckbc0 at isa0 port 0x60/5 irq 1 irq 12
> pckbd0 at pckbc0 (kbd slot)
> wskbd0 at pckbd0: console keyboard, using wsdisplay0
> pms0 at pckbc0 (aux slot)
> wsmouse0 at pms0 mux 0
> pms0: Elantech Clickpad, version 4, firmware 0x461f01
> pcppi0 at isa0 port 0x61
> spkr0 at pcppi0
> vmm0 at mainbus0: VMX/EPT
> efifb at mainbus0 not configured
> ugen0 at uhub0 port 5 "Generic USB2.0-CRW" rev 2.00/39.60 addr 2
> uvideo0 at uhub0 port 6 configuration 1 interface 0 "Chicony Electronics Co.,Ltd. USB2.0 HD UVC WebCam" rev 2.00/54.66 addr 3
> video0 at uvideo0
> ugen1 at uhub0 port 8 "Intel product 0x07dc" rev 2.00/0.01 addr 4
> uhub2 at uhub1 port 1 configuration 1 interface 0 "Intel Rate Matching Hub" rev 2.00/0.03 addr 2
> vscsi0 at root
> scsibus2 at vscsi0: 256 targets
> softraid0 at root
> scsibus3 at softraid0: 256 targets
> sd1 at scsibus3 targ 1 lun 0: <OPENBSD, SR CRYPTO, 006> SCSI2 0/direct fixed
> sd1: 697868MB, 512 bytes/sector, 1429235553 sectors
> root on sd1a (e9300914951d70a2.a) swap on sd1b dump on sd1b
> iwm0: hw rev 0x160, fw ver 16.242414.0, address 00:1e:64:f4:90:39
> arp_rtrequest: bad gateway value: iwm0
>

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: phessler@cvs.openbsd.org 2017/04/30 15:36:05

Modified files:
textproc/xml2rfc: Makefile distinfo
textproc/xml2rfc/pkg: PLIST
Removed files:
textproc/xml2rfc/files: xml2rfc

Log message:
xml2rfc has been completely re-written, moving from tcl/tk to python.

Update to the version that is currently used for submtting RFCs to the IETF.

OK sthen@

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2017/04/30 15:33:26

Modified files:
lang/ghc : Makefile

Log message:
Suppress a lot of (not all) warnings when using clang:

ghc uses cc for generating object files from assembler files and
passes the CONF_CC_OPTS_STAGE? flags to it, which clang doesn't
like, so add -Wno-unused-command-line-argument to the flags passed
to cc if it's clang.

To let this work for the bootstrap compiler, properly CONFIGURE_ENV
when installing the bootstrap (in post-patch:). This also makes the
hack patching the bootstrap/bin/ghc script in post-patch: obsolete.

prodded by (and with some hints from) espie@

~here are still a lot of warnings, most about macros #defined in
storage/ClosureMacros.h. Those should be fixed in a separate step,
probably after an update to ghc-8.

Re: Help with authpf(8)

On 2017-04-30, Michael Graves <mgraves@brainfat.net> wrote:
> So my question, is there a way to setup authenticate users against
> authpf(8) without needing their accounts local or in YP?

No. But depending on your environment, maybe it would work to
periodically pull from ldap and generate local accounts with the
login class set appropriately to use radius for authentication?

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2017/04/30 14:56:19

Modified files:
infrastructure/bin: proot

Log message:
let's be slightly more helpful and show the dirs we know about along with
the users

Re: Remove benchmarks/bytebench?

On Sun, Apr 30, 2017 at 09:34:58PM +0200, Christian Weisgerber wrote:
> benchmarks/bytebench BYTE magazine benchmark suite
>
> The timestamps in the distfile are from February 1992.
> (BYTE magazine folded in 1998.)
>
> I was going to add some fixes to make this compile with clang, but
> there's no point. This long forgotten cruft can just be removed,
> ok?
>
> --
> Christian "naddy" Weisgerber naddy@mips.inka.de
>

I see no point in keeping it. ok krw@ fwiw

.... Ken

Re: Remove benchmarks/bytebench?

Christian Weisgerber <naddy@mips.inka.de> writes:

> benchmarks/bytebench BYTE magazine benchmark suite
>
> The timestamps in the distfile are from February 1992.
> (BYTE magazine folded in 1998.)
>
> I was going to add some fixes to make this compile with clang, but
> there's no point. This long forgotten cruft can just be removed,
> ok?

yup

--
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2017/04/30 14:28:12

Modified files:
mail : Makefile

Log message:
build gpgme,sasl flavour of mutt (as is already done for neomutt).
req by William Graeber

Re: iwm0 problems

On Sat, Apr 29, 2017 at 12:37:20PM -0400, Steve Throckmorton wrote:
> I recently installed -current on a Dell laptop my mother decided she didn't want. I have the same problems with iwm0 on this machine (with its AC 3160 wireless device) as were reported for the 3165.
>
> The dmesg I'm reproducing below includes this error msg at the end:
>
> iwm0: hw rev 0x160, fw ver 16.242414.0, address 34:de:1a:24:9e:ec
> iwm0: fatal firmware error
> iwm0: device timeout
> iwm0: device timeout
> iwm0: device timeout


I also have this issue with AC 3160. What i did as a workaround was to
switch iwm to 802.11g using

ifconfig iwm0 media autoselect mode 11g

So at least in my case i think that the problem lies within 11n and the
iwm0 driver. I didn't have this issue with 6.0 though.

Here is my dmesg:


OpenBSD 6.1 (GENERIC.MP) #20: Sat Apr 1 13:45:56 MDT 2017
deraadt@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 8484519936 (8091MB)
avail mem = 8222703616 (7841MB)
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.8 @ 0xacee2000 (82 entries)
bios0: vendor American Megatrends Inc. version "702" date 06/26/2015
bios0: Medion E6415 MD99904
acpi0 at bios0: rev 2
acpi0: sleep states S0 S3 S4 S5
acpi0: tables DSDT FACP APIC FPDT FIDT MCFG HPET SSDT ECDT UEFI ASF! SSDT SSDT TPM2 SSDT DMAR CSRT BGRT
acpi0: wakeup devices PEGP(S4) PEG0(S4) PEGP(S4) PEG1(S4) PEGP(S4) PEG2(S4) PXSX(S4) RP01(S4) PXSX(S4) RP02(S4) PXSX(S4) RP03(S4) PXSX(S4) RP04(S4) PXSX(S4) RP05(S4) [...]
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Core(TM) i3-5005U CPU @ 2.00GHz, 1995.71 MHz
cpu0: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,RDSEED,ADX,SMAP,PT,SENSOR,ARAT
cpu0: 256KB 64b/line 8-way L2 cache
cpu0: TSC frequency 1995706480 Hz
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 10 var ranges, 88 fixed ranges
cpu0: apic clock running at 99MHz
cpu0: mwait min=64, max=64, C-substates=0.2.1.2.4.1.1.1, IBE
cpu1 at mainbus0: apid 2 (application processor)
cpu1: Intel(R) Core(TM) i3-5005U CPU @ 2.00GHz, 1995.38 MHz
cpu1: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,RDSEED,ADX,SMAP,PT,SENSOR,ARAT
cpu1: 256KB 64b/line 8-way L2 cache
cpu1: smt 0, core 1, package 0
cpu2 at mainbus0: apid 1 (application processor)
cpu2: Intel(R) Core(TM) i3-5005U CPU @ 2.00GHz, 1995.38 MHz
cpu2: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,RDSEED,ADX,SMAP,PT,SENSOR,ARAT
cpu2: 256KB 64b/line 8-way L2 cache
cpu2: smt 1, core 0, package 0
cpu3 at mainbus0: apid 3 (application processor)
cpu3: Intel(R) Core(TM) i3-5005U CPU @ 2.00GHz, 1995.38 MHz
cpu3: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,RDSEED,ADX,SMAP,PT,SENSOR,ARAT
cpu3: 256KB 64b/line 8-way L2 cache
cpu3: smt 1, core 1, package 0
ioapic0 at mainbus0: apid 2 pa 0xfec00000, version 20, 40 pins
acpimadt0: bogus nmi for apid 0
acpimadt0: bogus nmi for apid 2
acpimadt0: bogus nmi for apid 1
acpimadt0: bogus nmi for apid 3
acpimcfg0 at acpi0 addr 0xf8000000, bus 0-63
acpihpet0 at acpi0: 14318179 Hz
acpiec0 at acpi0
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus -1 (PEG0)
acpiprt2 at acpi0: bus -1 (PEG1)
acpiprt3 at acpi0: bus -1 (PEG2)
acpiprt4 at acpi0: bus 1 (RP01)
acpiprt5 at acpi0: bus -1 (RP02)
acpiprt6 at acpi0: bus 2 (RP03)
acpiprt7 at acpi0: bus 3 (RP04)
acpiprt8 at acpi0: bus 4 (RP05)
acpiprt9 at acpi0: bus -1 (RP06)
acpiprt10 at acpi0: bus -1 (RP07)
acpiprt11 at acpi0: bus -1 (RP08)
acpicpu0 at acpi0: C3(200@506 mwait.1@0x60), C2(200@148 mwait.1@0x33), C1(1000@1 mwait.1), PSS
acpicpu1 at acpi0: C3(200@506 mwait.1@0x60), C2(200@148 mwait.1@0x33), C1(1000@1 mwait.1), PSS
acpicpu2 at acpi0: C3(200@506 mwait.1@0x60), C2(200@148 mwait.1@0x33), C1(1000@1 mwait.1), PSS
acpicpu3 at acpi0: C3(200@506 mwait.1@0x60), C2(200@148 mwait.1@0x33), C1(1000@1 mwait.1), PSS
acpipwrres0 at acpi0: PG00, resource for PEG0
acpipwrres1 at acpi0: PG01, resource for PEG1
acpipwrres2 at acpi0: PG02, resource for PEG2
acpitz0 at acpi0: critical temperature is 103 degC
"MSFT0001" at acpi0 not configured
"ETD042F" at acpi0 not configured
"INT3F0D" at acpi0 not configured
"INT3437" at acpi0 not configured
"INTL9C60" at acpi0 not configured
"INT3436" at acpi0 not configured
acpiac0 at acpi0: AC unit online
acpibat0 at acpi0: BAT0 model "D15D-26" serial type LIon oem "TKBSS"
acpibtn0 at acpi0: SLPB
"MSFT0101" at acpi0 not configured
acpibtn1 at acpi0: PWRB
"PTK0001" at acpi0 not configured
acpibtn2 at acpi0: LID_
"PNP0C14" at acpi0 not configured
acpivideo0 at acpi0: GFX0
acpivout0 at acpivideo0: DD1F
cpu0: Enhanced SpeedStep 1995 MHz: speeds: 2000, 1900, 1800, 1700, 1600, 1500, 1400, 1300, 1200, 1100, 1000, 900, 800, 700, 600, 500 MHz
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "Intel Core 5G Host" rev 0x09
inteldrm0 at pci0 dev 2 function 0 "Intel HD Graphics 5500" rev 0x09
drm0 at inteldrm0
inteldrm0: msi
inteldrm0: 1920x1080, 32bpp
wsdisplay0 at inteldrm0 mux 1: console (std, vt100 emulation)
wsdisplay0: screen 1-5 added (std, vt100 emulation)
azalia0 at pci0 dev 3 function 0 "Intel Core 5G HD Audio" rev 0x09: msi
xhci0 at pci0 dev 20 function 0 "Intel 9 Series xHCI" rev 0x03: msi
usb0 at xhci0: USB revision 3.0
uhub0 at usb0 configuration 1 interface 0 "Intel xHCI root hub" rev 3.00/1.00 addr 1
"Intel 9 Series MEI" rev 0x03 at pci0 dev 22 function 0 not configured
azalia1 at pci0 dev 27 function 0 "Intel 9 Series HD Audio" rev 0x03: msi
azalia1: codecs: Realtek ALC269
audio0 at azalia1
ppb0 at pci0 dev 28 function 0 "Intel 9 Series PCIE" rev 0xe3: msi
pci1 at ppb0 bus 1
ppb1 at pci0 dev 28 function 2 "Intel 9 Series PCIE" rev 0xe3: msi
pci2 at ppb1 bus 2
iwm0 at pci2 dev 0 function 0 "Intel Dual Band Wireless AC 3160" rev 0x83, msi
ppb2 at pci0 dev 28 function 3 "Intel 9 Series PCIE" rev 0xe3: msi
pci3 at ppb2 bus 3
re0 at pci3 dev 0 function 0 "Realtek 8168" rev 0x0c: RTL8168G/8111G (0x4c00), msi, address dc:fe:07:53:fc:fa
rgephy0 at re0 phy 7: RTL8251 PHY, rev. 0
ppb3 at pci0 dev 28 function 4 "Intel 9 Series PCIE" rev 0xe3: msi
pci4 at ppb3 bus 4
ehci0 at pci0 dev 29 function 0 "Intel 9 Series USB" rev 0x03: apic 2 int 23
usb1 at ehci0: USB revision 2.0
uhub1 at usb1 configuration 1 interface 0 "Intel EHCI root hub" rev 2.00/1.00 addr 1
pcib0 at pci0 dev 31 function 0 "Intel 9 Series LPC" rev 0x03
ahci0 at pci0 dev 31 function 2 "Intel 9 Series AHCI" rev 0x03: msi, AHCI 1.3
ahci0: port 0: 3.0Gb/s
ahci0: port 1: 1.5Gb/s
scsibus1 at ahci0: 32 targets
sd0 at scsibus1 targ 0 lun 0: <ATA, TOSHIBA MQ01ABD1, AX1P> SCSI3 0/direct fixed naa.5000039685608828
sd0: 953869MB, 512 bytes/sector, 1953525168 sectors
cd0 at scsibus1 targ 1 lun 0: <HL-DT-ST, DVDRAM GUB0N, 1.00> ATAPI 5/cdrom removable
ichiic0 at pci0 dev 31 function 3 "Intel 9 Series SMBus" rev 0x03: apic 2 int 18
iic0 at ichiic0
spdmem0 at iic0 addr 0x52: 8GB DDR3 SDRAM PC3-12800 SO-DIMM
isa0 at pcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5 irq 1 irq 12
pckbd0 at pckbc0 (kbd slot)
wskbd0 at pckbd0: console keyboard, using wsdisplay0
pms0 at pckbc0 (aux slot)
wsmouse0 at pms0 mux 0
pms0: Elantech Clickpad, version 4, firmware 0x461f01
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
vmm0 at mainbus0: VMX/EPT
efifb at mainbus0 not configured
ugen0 at uhub0 port 5 "Generic USB2.0-CRW" rev 2.00/39.60 addr 2
uvideo0 at uhub0 port 6 configuration 1 interface 0 "Chicony Electronics Co.,Ltd. USB2.0 HD UVC WebCam" rev 2.00/54.66 addr 3
video0 at uvideo0
ugen1 at uhub0 port 8 "Intel product 0x07dc" rev 2.00/0.01 addr 4
uhub2 at uhub1 port 1 configuration 1 interface 0 "Intel Rate Matching Hub" rev 2.00/0.03 addr 2
vscsi0 at root
scsibus2 at vscsi0: 256 targets
softraid0 at root
scsibus3 at softraid0: 256 targets
sd1 at scsibus3 targ 1 lun 0: <OPENBSD, SR CRYPTO, 006> SCSI2 0/direct fixed
sd1: 697868MB, 512 bytes/sector, 1429235553 sectors
root on sd1a (e9300914951d70a2.a) swap on sd1b dump on sd1b
iwm0: hw rev 0x160, fw ver 16.242414.0, address 00:1e:64:f4:90:39
arp_rtrequest: bad gateway value: iwm0

Remove benchmarks/bytebench?

benchmarks/bytebench BYTE magazine benchmark suite

The timestamps in the distfile are from February 1992.
(BYTE magazine folded in 1998.)

I was going to add some fixes to make this compile with clang, but
there's no point. This long forgotten cruft can just be removed,
ok?

--
Christian "naddy" Weisgerber naddy@mips.inka.de

Re: OpenBSD/octeon on EdgeRouter PoE - my experience

I'd bet there are quite more important issues related to the Octean
platform than the switch issue, so I won't expect any progress soon.

About the Lite, you'd get your three working ports.

Regards!


2017-04-29 23:34 GMT+02:00 Doggie <doggie@privilege.pl>:

> W dniu 2017-04-25 o 18:47, Daniel Gracia pisze:
>
>> EdgeRouter PoE octeon has 3 Ethernet hardware ports (it is the very same
>> platform for PoE and Lite). In the case of the PoE unit:
>>
>> * Two first ports are connected to a PHY device (so you can connect an
>> actual UTP/FTP cable).
>> * Third port is connected to an embedded hardware switch rather than a PHY
>> (so you get no cable for your cnmac2).
>>
>> So the OpenBSD kernel output seems reasonable as long as you suppose that
>> nobody has taken the job of writting the driver to enable the embedded
>> switch. Managing PoE is closely related (as this kind of hardware level
>> configuration should require its very own driver).
>>
>> Regards!
>>
>
> Sorry for delayed response and thanks for yours.
>
> In this case, can someone please let me know if there are any plans for
> making this switch supported in OpenBSD in the nearest future?
>
> I'm pretty excited about these little devices so now I'm thinking about
> buying EdgeRouter Lite where, as I understand, all 3 ports would be
> available. And 3 ports is the minimum amount required for my own purposes.
>
> --
> Cheers,
> Pawel Waga
>

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2017/04/30 13:01:28

Log message:
Initial import of the MATE Desktop Environment (version 1.18)...

The MATE Desktop Environment is the continuation of GNOME 2.
It provides an intuitive and attractive desktop environment, using
traditional metaphors for Linux and other Unix-like operating systems.

This is imported as WIP (almost done though) to ease review.

ok @ajacoutot

This import contains the following parts of MATE (not hooked up yet):

- mate/atril
document viewer for the MATE desktop

- mate/calc
MATE calculator

- mate/caja
file manager for the MATE desktop

- mate/caja-extensions
extensions for Caja, the MATE file manager

- mate/control-center
MATE control center

- mate/desktop
components for the MATE desktop

- mate/engrampa
file archiver for the MATE desktop

- mate/eom
image viewer for the MATE desktop

- mate/icon-theme
base icon theme for MATE

- mate/libmatekbd
MATE keyboard configuration library

- mate/libmatemixer
mixer library for MATE desktop

- mate/libmateweather
weather library for MATE

- mate/marco
the MATE window manager

- mate/media
media tools for the MATE desktop

- mate/menus
implementation of the FreeDesktop menu spec for MATE

- mate/notification-daemon
MATE notification daemon

- mate/panel
panel component for MATE

- mate/pluma
powerful text editor for the MATE desktop

- mate/power-manager
MATE power manager

- mate/screensaver
MATE screensaver

- mate/session-manager
MATE session manager

- mate/settings-daemon
MATE settings daemon

- mate/terminal
MATE terminal

- mate/themes
standard MATE themes

- mate/utils
MATE support utilities

Status:

Vendor Tag: robert
Release Tags: robert_20170430

N ports/x11/mate/Makefile
N ports/x11/mate/Makefile.inc
N ports/x11/mate/desktop/Makefile
N ports/x11/mate/desktop/distinfo
N ports/x11/mate/desktop/pkg/DESCR
N ports/x11/mate/desktop/pkg/PLIST
N ports/x11/mate/panel/Makefile
N ports/x11/mate/panel/distinfo
N ports/x11/mate/panel/pkg/DESCR
N ports/x11/mate/panel/pkg/PLIST
N ports/x11/mate/settings-daemon/Makefile
N ports/x11/mate/settings-daemon/distinfo
N ports/x11/mate/settings-daemon/pkg/DESCR
N ports/x11/mate/settings-daemon/pkg/PLIST
N ports/x11/mate/libmatekbd/Makefile
N ports/x11/mate/libmatekbd/distinfo
N ports/x11/mate/libmatekbd/pkg/DESCR
N ports/x11/mate/libmatekbd/pkg/PLIST
N ports/x11/mate/libmatemixer/Makefile
N ports/x11/mate/libmatemixer/distinfo
N ports/x11/mate/libmatemixer/pkg/DESCR
N ports/x11/mate/libmatemixer/pkg/PLIST
N ports/x11/mate/menus/Makefile
N ports/x11/mate/menus/distinfo
N ports/x11/mate/menus/pkg/DESCR
N ports/x11/mate/menus/pkg/PLIST
N ports/x11/mate/menus/patches/patch-layout_mate-applications_menu
N ports/x11/mate/libmateweather/Makefile
N ports/x11/mate/libmateweather/distinfo
N ports/x11/mate/libmateweather/pkg/DESCR
N ports/x11/mate/libmateweather/pkg/PLIST
N ports/x11/mate/libmateweather/patches/patch-configure_ac
N ports/x11/mate/session-manager/Makefile
N ports/x11/mate/session-manager/distinfo
N ports/x11/mate/session-manager/pkg/DESCR
N ports/x11/mate/session-manager/pkg/PLIST
N ports/x11/mate/marco/Makefile
N ports/x11/mate/marco/distinfo
N ports/x11/mate/marco/pkg/DESCR
N ports/x11/mate/marco/pkg/PLIST
N ports/x11/mate/marco/patches/patch-src_core_window-props_c
N ports/x11/mate/marco/patches/patch-configure
N ports/x11/mate/caja/Makefile
N ports/x11/mate/caja/distinfo
N ports/x11/mate/caja/pkg/DESCR
N ports/x11/mate/caja/pkg/PLIST
N ports/x11/mate/icon-theme/Makefile
N ports/x11/mate/icon-theme/distinfo
N ports/x11/mate/icon-theme/pkg/DESCR
N ports/x11/mate/icon-theme/pkg/PLIST
N ports/x11/mate/control-center/Makefile
N ports/x11/mate/control-center/distinfo
N ports/x11/mate/control-center/pkg/DESCR
N ports/x11/mate/control-center/pkg/PLIST
N ports/x11/mate/themes/Makefile
N ports/x11/mate/themes/distinfo
N ports/x11/mate/themes/pkg/DESCR
N ports/x11/mate/themes/pkg/PLIST
N ports/x11/mate/terminal/Makefile
N ports/x11/mate/terminal/distinfo
N ports/x11/mate/terminal/pkg/DESCR
N ports/x11/mate/terminal/pkg/PLIST
N ports/x11/mate/power-manager/Makefile
N ports/x11/mate/power-manager/distinfo
N ports/x11/mate/power-manager/pkg/DESCR
N ports/x11/mate/power-manager/pkg/PLIST
N ports/x11/mate/power-manager/patches/patch-configure_ac
N ports/x11/mate/screensaver/Makefile
N ports/x11/mate/screensaver/distinfo
N ports/x11/mate/screensaver/pkg/DESCR
N ports/x11/mate/screensaver/pkg/PLIST
N ports/x11/mate/screensaver/patches/patch-src_gs-auth-bsdauth_c
N ports/x11/mate/screensaver/patches/patch-configure_ac
N ports/x11/mate/screensaver/patches/patch-src_Makefile_in
N ports/x11/mate/screensaver/patches/patch-src_Makefile_am
N ports/x11/mate/screensaver/patches/patch-src_setuid_c
N ports/x11/mate/screensaver/patches/patch-src_gs-auth-pwent_c
N ports/x11/mate/screensaver/patches/patch-data_mate-screensaver-preferences_desktop_in
N ports/x11/mate/screensaver/patches/patch-data_lock-dialog-default_ui
N ports/x11/mate/media/Makefile
N ports/x11/mate/media/distinfo
N ports/x11/mate/media/pkg/DESCR
N ports/x11/mate/media/pkg/PLIST
N ports/x11/mate/utils/Makefile
N ports/x11/mate/utils/distinfo
N ports/x11/mate/utils/pkg/DESCR
N ports/x11/mate/utils/pkg/PLIST
N ports/x11/mate/calc/Makefile
N ports/x11/mate/calc/distinfo
N ports/x11/mate/calc/pkg/DESCR
N ports/x11/mate/calc/pkg/PLIST
N ports/x11/mate/atril/Makefile
N ports/x11/mate/atril/distinfo
N ports/x11/mate/atril/pkg/DESCR
N ports/x11/mate/atril/pkg/PLIST
N ports/x11/mate/caja-extensions/Makefile
N ports/x11/mate/caja-extensions/distinfo
N ports/x11/mate/caja-extensions/pkg/DESCR
N ports/x11/mate/caja-extensions/pkg/PLIST
N ports/x11/mate/eom/Makefile
N ports/x11/mate/eom/distinfo
N ports/x11/mate/eom/pkg/DESCR
N ports/x11/mate/eom/pkg/PLIST
N ports/x11/mate/notification-daemon/Makefile
N ports/x11/mate/notification-daemon/distinfo
N ports/x11/mate/notification-daemon/pkg/DESCR
N ports/x11/mate/notification-daemon/pkg/PLIST
N ports/x11/mate/engrampa/Makefile
N ports/x11/mate/engrampa/distinfo
N ports/x11/mate/engrampa/pkg/DESCR
N ports/x11/mate/engrampa/pkg/PLIST
N ports/x11/mate/pluma/Makefile
N ports/x11/mate/pluma/distinfo
N ports/x11/mate/pluma/pkg/DESCR
N ports/x11/mate/pluma/pkg/PLIST

No conflicts created by this import

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2017/04/30 12:49:14

Modified files:
infrastructure/bin: proot
infrastructure/man/man1: proot.1

Log message:
run ldconfig *after* unpopulate. Makes no sense to scan /usr/local/lib
right before emptying it.

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2017/04/30 11:52:15

Modified files:
sysutils/collectd: Makefile distinfo
sysutils/collectd/patches: patch-Makefile_in
patch-src_Makefile_in
patch-src_daemon_Makefile_in
patch-src_processes_c
patch-src_tcpconns_c

Log message:
Update to collectd 5.7.1, from Pavel Korovin, thanks !

See https://collectd.org/wiki/index.php/Version_5.7

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2017/04/30 11:27:19

Modified files:
mail/mozilla-thunderbird: Makefile distinfo
mail/mozilla-thunderbird/pkg: PLIST-main
mail/thunderbird-i18n: Makefile.inc distinfo

Log message:
Update to thunderbird 52.1.0.

See https://www.mozilla.org/en-US/thunderbird/52.1.0/releasenotes/

Build against bundled sqlite, as Gloda (the global indexing database
behind the search field, not the 'quick filter' search bar) relies on
SQLITE_ENABLE_FTS3_TOKENIZER (see #1252937) - and it might not be a good
idea to enable this option in the systemwide sqlite install. Might be
revisited once #1270882 is fixed.

Gloda not working issue reported & fix tested by mpi@
ok mpi@

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2017/04/30 11:18:48

Modified files:
sysutils/riemann: Makefile distinfo

Log message:
Update to riemann 0.2.13, from maintainer Pavel Korovin.

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2017/04/30 10:35:55

Modified files:
www/p5-HTML-StripScripts: Makefile distinfo

Log message:
Update to p5-HTML-StripScripts-1.06.

Re: NEW: texproc/p5-LaTeXML

I fixed the tests with a missing dependency first signaled by benoit@. I will look into the other bit and come back to you. Thanks for the review Edd!

De la: Edd Barrett
Trimis: sâmbătă, 29 aprilie 2017 18:50
Către: Paul Irofti
Cc: ports@openbsd.org
Subiect: Re: NEW: texproc/p5-LaTeXML

Hi Paul,

On Fri, Apr 28, 2017 at 12:42:34PM +0300, Paul Irofti wrote:
> Here is a new port for generating HTML/XML output from TeX files.

Since you install into texmf-local, you need to re-hash this folder upon
package installation and removal. Look at other ports which install into
texmf-local for examples.

To test if it worked, `kpsewhich latexml.sty` should return a correct
path whilst your package is intalled.

Also, a lot of tests seem to be failing. Can you reproduce that?

--
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2017/04/30 10:26:21

Modified files:
www/p5-CSS-Tiny: Makefile distinfo

Log message:
Update to p5-CSS-Tiny-1.20.

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2017/04/30 10:14:36

Modified files:
textproc/p5-XML-SAX-Base: Makefile distinfo

Log message:
Update to p5-XML-SAX-Base-1.09.

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2017/04/30 10:03:01

Modified files:
textproc/p5-XML-SemanticDiff: Makefile distinfo

Log message:
Update to p5-XML-SemanticDiff-1.0005.

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2017/04/30 09:56:29

Modified files:
textproc/p5-Text-Table: Makefile distinfo

Log message:
Update to p5-Text-Table-1.132.

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2017/04/30 09:47:03

Modified files:
textproc/p5-Text-Template: Makefile distinfo

Log message:
Update to p5-Text-Template-1.47.

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2017/04/30 09:40:02

Modified files:
textproc/p5-Text-Glob: Makefile distinfo

Log message:
Update to p5-Text-Glob-0.11.

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2017/04/30 09:38:15

Modified files:
audio/grip : Makefile
Added files:
audio/grip/patches: patch-src_gripcfg_c

Log message:
* add missing return value (clang fix from upstream)
* replace gettext module and sync wantlib

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2017/04/30 09:29:46

Modified files:
textproc/p5-Text-Format: Makefile distinfo

Log message:
Update to p5-Text-Format-0.60.

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2017/04/30 09:23:21

Modified files:
textproc/p5-Text-Aligner: Makefile distinfo

Log message:
Update to p5-Text-Aligner-0.13.

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2017/04/30 09:11:10

Modified files:
textproc/p5-Template: Makefile distinfo
textproc/p5-Template/pkg: PLIST

Log message:
Update to p5-Template-2.27.

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2017/04/30 08:55:24

Modified files:
textproc/p5-String-Approx: Makefile distinfo

Log message:
Update to p5-String-Approx-3.28.

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2017/04/30 08:48:16

Added files:
www/mozilla-firefox/patches:
patch-media_libstagefright_binding_mp4parse_capi_Cargo_toml

Log message:
Add patch to fix build with upcoming cargo 0.17, from semarie@.
See https://bugzilla.mozilla.org/show_bug.cgi?id=1360521

Re: Etnernal & infernal browser woes

> On Thu, 8 Sep 2016 17:53:24 +0200
> "Jens A. Griepentrog" <m-griepentrog@t-online.de> wrote:
> ...
> I have been using OpenBSD for six years on my desktop
> without any problems. Everything works fine on my
> ASUS P7F-M WS mainboard including its audio daughterboard;
> also graphics hardware acceleration on ATI Radeon HD 6450.
> ...
> There has been some degradation in speed in OpenBSD 5.9
> when looking online videos with seamonkey/firefox browsers.
> Usually, I download longer videos and mplay those offline
> without any stuttering.
> ...

Dear OpenBSD Developer Team,

many thanks for the new release! In contrast to the problems
originally mentioned in this thread I have the opposite feeling:
After my yearly upgrade (from OpenBSD 5.9 to 6.1) there is no
degradation in speed at all ... Much better, the stuttering has
gone when looking online videos with seamonkey/firefox browsers!

With best regards,
Jens

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2017/04/30 08:36:00

Modified files:
sysutils/ddrescue: Makefile distinfo

Log message:
Update to ddrescue-1.22.

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2017/04/30 08:26:13

Modified files:
security/scrypt: Makefile distinfo

Log message:
Update to scrypt-1.2.1.

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2017/04/30 08:10:28

Modified files:
security/p5-Net-SSL-ExpireDate: Makefile distinfo

Log message:
Update to p5-Net-SSL-ExpireDate-1.20.

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2017/04/30 07:56:43

Modified files:
security/p5-Crypt-OpenSSL-X509: Makefile distinfo

Log message:
Update to p5-Crypt-OpenSSL-X509-1.807.

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2017/04/30 07:55:57

Modified files:
misc/mmv : Makefile
misc/mmv/patches: patch-mmv_1 patch-mmv_c

Log message:
adding missing includes and not redefining void as char makes this build
with clang

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2017/04/30 07:23:09

Modified files:
net/p5-RPC-XML : Makefile distinfo

Log message:
Update to p5-RPC-XML-0.80.

Help with authpf(8)

Hello

I am in the process of setting up the authpf(8) service on OpenBSD 6.1.
I
would like to have the users authenticate using radius. I have setup
the
login.conf (below) appropriately to achieve this, however I find that
when
I try to login with a user that is not on the system, the radius
authentication fails. I see that sshd(8) is sending out two radius auth
requests. One has the username w/o a password and one has a user of
NOUSER
with a password. Looking at the ssh code I can see that sshd is looking
for an account with the username and since one doesn't exist it is
calling
fakepw() to process fake information. I was trying to avoid having to
setup
the ypldap(8) + ldapd(8) dance to have user accounts on the system.

So my question, is there a way to setup authenticate users against
authpf(8)
without needing their accounts local or in YP?

Regards
Michael Graves

=== login.conf (comments removed)

# Default allowed authentication styles
auth-defaults:auth=passwd,skey:

# Default allowed authentication styles for authentication type ftp
auth-ftp-defaults:auth-ftp=passwd:

auth-ssh-defaults:auth-ssh=radius:

authpf-defaults:\
:shell=/usr/sbin/authpf:

default:\
:path=/usr/bin /bin /usr/sbin /sbin /usr/X11R6/bin
/usr/local/bin /usr/local/sbin:\
:umask=022:\
:datasize-max=768M:\
:datasize-cur=768M:\
:maxproc-max=256:\
:maxproc-cur=128:\
:openfiles-max=1024:\
:openfiles-cur=512:\
:stacksize-cur=4M:\
:localcipher=blowfish,a:\
:tc=auth-ssh-defaults:\
:tc=radius:\
:tc=auth-defaults:\
:tc=auth-ftp-defaults:

myclass:\
:auth=-mystyle:\
:tc=authpf-defaults:\
:tc=default:

radius:\
:radius-port=1812:\
:radius-server=10.1.2.1:\
:radius-timeout=1:\
:radius-retries=1:

daemon:\
:ignorenologin:\
:datasize=infinity:\
:maxproc=infinity:\
:openfiles-max=1024:\
:openfiles-cur=128:\
:stacksize-cur=8M:\
:localcipher=blowfish,a:\
:tc=default:

staff:\
:datasize-cur=1536M:\
:datasize-max=infinity:\
:maxproc-max=512:\
:maxproc-cur=256:\
:ignorenologin:\
:requirehome@:\
:tc=default:

authpf:\
:welcome=/etc/motd.authpf:\
:shell=/usr/sbin/authpf:\
:tc=default:

pbuild:\
:datasize-max=infinity:\
:datasize-cur=4096M:\
:maxproc-max=1024:\
:maxproc-cur=256:\
:tc=default:

bgpd:\
:openfiles=512:\
:tc=daemon:

unbound:\
:openfiles=512:\
:tc=daemon:

Re: update textproc/xml2rfc

Updated based on feedback from sthen@, specifically converting
LIB_DEPENDS into BUILD+RUN depends, and making sure the plist won't be
broken if we bump the REVISION.

OKs?

Jakob: should I keep you as MAINTAINER?

-peter

Index: textproc/xml2rfc/Makefile
===================================================================
RCS file: /cvs/openbsd/ports/textproc/xml2rfc/Makefile,v
retrieving revision 1.38
diff -u -p -u -p -r1.38 Makefile
--- textproc/xml2rfc/Makefile 10 Aug 2014 09:58:06 -0000 1.38
+++ textproc/xml2rfc/Makefile 30 Apr 2017 13:10:29 -0000
@@ -2,31 +2,22 @@

COMMENT= convert memos written in XML to the RFC format

-DISTNAME= xml2rfc-1.36
+MODPY_EGG_VERSION = 2.5.2
+DISTNAME= xml2rfc-${MODPY_EGG_VERSION}
CATEGORIES= textproc

-EXTRACT_SUFX= .tgz
-MASTER_SITES= http://xml.resource.org/authoring/
-HOMEPAGE=
http://xml.resource.org/
-
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>

# BSD
PERMIT_PACKAGE_CDROM= Yes

-MODULES+= x11/tk
-RUN_DEPENDS+= ${MODTK_RUN_DEPENDS}
-NO_BUILD= Yes
-NO_TEST= Yes
-PKG_ARCH= *
+MASTER_SITES = ${MASTER_SITE_PYPI:=x/xml2rfc/}
+
+MODULES = lang/python
+MODPY_SETUPTOOLS = Yes

-do-install:
- @${SUBST_PROGRAM} ${FILESDIR}/xml2rfc ${PREFIX}/bin/xml2rfc
- @${INSTALL_DATA_DIR} ${PREFIX}/share/xml2rfc
- @${INSTALL_DATA} ${WRKSRC}/xml2rfc.tcl ${PREFIX}/share/xml2rfc
- @${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xml2rfc
-.for file in *.html *.txt *.xml *.dtd *.xsd *.rnc
- @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/xml2rfc
-.endfor
+RUN_DEPENDS = textproc/py-lxml${MODPY_FLAVOR} \
+ www/py-requests${MODPY_FLAVOR}
+BUILD_DEPENDS += ${RUN_DEPENDS}

.include <bsd.port.mk>
Index: textproc/xml2rfc/distinfo
===================================================================
RCS file: /cvs/openbsd/ports/textproc/xml2rfc/distinfo,v
retrieving revision 1.10
diff -u -p -u -p -r1.10 distinfo
--- textproc/xml2rfc/distinfo 7 Feb 2013 14:21:04 -0000 1.10
+++ textproc/xml2rfc/distinfo 1 Dec 2016 21:53:46 -0000
@@ -1,2 +1,2 @@
-SHA256 (xml2rfc-1.36.tgz) = 6xxZWX/LQFdb9W4tBOHI1+Gz6WXDLiCAE1TXQE4fJww=
-SIZE (xml2rfc-1.36.tgz) = 1525517
+SHA256 (xml2rfc-2.5.2.tar.gz) = pyg1cof39iovnxaS0DGAMN8w+2u0673BMDrY8QFnrsQ=
+SIZE (xml2rfc-2.5.2.tar.gz) = 1091059
Index: textproc/xml2rfc/files/xml2rfc
===================================================================
RCS file: textproc/xml2rfc/files/xml2rfc
diff -N textproc/xml2rfc/files/xml2rfc
--- textproc/xml2rfc/files/xml2rfc 16 Jan 2013 20:25:30 -0000 1.5
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,13 +0,0 @@
-#!/bin/sh
-#
-# $Id: xml2rfc,v 1.5 2013/01/16 20:25:30 sthen Exp $
-
-wish=${MODTK_BIN}
-tclsh=${MODTCL_BIN}
-xml2rfc=${TRUEPREFIX}/share/xml2rfc/xml2rfc.tcl
-
-if [ $# -gt 0 ]; then
- exec $tclsh $xml2rfc xml2rfc $@
-else
- exec $wish $xml2rfc
-fi
Index: textproc/xml2rfc/pkg/PLIST
===================================================================
RCS file: /cvs/openbsd/ports/textproc/xml2rfc/pkg/PLIST,v
retrieving revision 1.11
diff -u -p -u -p -r1.11 PLIST
--- textproc/xml2rfc/pkg/PLIST 7 Feb 2013 14:21:04 -0000 1.11
+++ textproc/xml2rfc/pkg/PLIST 30 Apr 2017 13:09:32 -0000
@@ -1,22 +1,43 @@
@comment $OpenBSD: PLIST,v 1.11 2013/02/07 14:21:04 stu Exp $
@pkgpath textproc/xml2rfc,no_x11
bin/xml2rfc
-share/doc/xml2rfc/
-share/doc/xml2rfc/README.html
-share/doc/xml2rfc/README.txt
-share/doc/xml2rfc/README.xml
-share/doc/xml2rfc/draft-mrose-writing-rfcs.html
-share/doc/xml2rfc/draft-mrose-writing-rfcs.txt
-share/doc/xml2rfc/example.html
-share/doc/xml2rfc/example.txt
-share/doc/xml2rfc/example.xml
-share/doc/xml2rfc/rfc2629.dtd
-share/doc/xml2rfc/rfc2629.html
-share/doc/xml2rfc/rfc2629.rnc
-share/doc/xml2rfc/rfc2629.xml
-share/doc/xml2rfc/rfc2629.xsd
-share/doc/xml2rfc/test.txt
-share/doc/xml2rfc/test.xml
-share/doc/xml2rfc/xml.xsd
-share/xml2rfc/
-share/xml2rfc/xml2rfc.tcl
+lib/python${MODPY_VERSION}/site-packages/xml2rfc/
+lib/python${MODPY_VERSION}/site-packages/xml2rfc-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
+lib/python${MODPY_VERSION}/site-packages/xml2rfc-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
+lib/python${MODPY_VERSION}/site-packages/xml2rfc-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
+lib/python${MODPY_VERSION}/site-packages/xml2rfc-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
+lib/python${MODPY_VERSION}/site-packages/xml2rfc-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
+lib/python${MODPY_VERSION}/site-packages/xml2rfc-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
+lib/python${MODPY_VERSION}/site-packages/xml2rfc-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
+lib/python${MODPY_VERSION}/site-packages/xml2rfc-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
+lib/python${MODPY_VERSION}/site-packages/xml2rfc/__init__.py
+lib/python${MODPY_VERSION}/site-packages/xml2rfc/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/xml2rfc/log.py
+lib/python${MODPY_VERSION}/site-packages/xml2rfc/log.pyc
+lib/python${MODPY_VERSION}/site-packages/xml2rfc/parser.py
+lib/python${MODPY_VERSION}/site-packages/xml2rfc/parser.pyc
+lib/python${MODPY_VERSION}/site-packages/xml2rfc/run.py
+lib/python${MODPY_VERSION}/site-packages/xml2rfc/run.pyc
+lib/python${MODPY_VERSION}/site-packages/xml2rfc/templates/
+lib/python${MODPY_VERSION}/site-packages/xml2rfc/templates/address_card.html
+lib/python${MODPY_VERSION}/site-packages/xml2rfc/templates/base.html
+lib/python${MODPY_VERSION}/site-packages/xml2rfc/templates/rfc2629-other.ent
+lib/python${MODPY_VERSION}/site-packages/xml2rfc/templates/rfc2629-xhtml.ent
+lib/python${MODPY_VERSION}/site-packages/xml2rfc/templates/rfc2629.dtd
+lib/python${MODPY_VERSION}/site-packages/xml2rfc/utils.py
+lib/python${MODPY_VERSION}/site-packages/xml2rfc/utils.pyc
+lib/python${MODPY_VERSION}/site-packages/xml2rfc/writers/
+lib/python${MODPY_VERSION}/site-packages/xml2rfc/writers/__init__.py
+lib/python${MODPY_VERSION}/site-packages/xml2rfc/writers/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/xml2rfc/writers/base.py
+lib/python${MODPY_VERSION}/site-packages/xml2rfc/writers/base.pyc
+lib/python${MODPY_VERSION}/site-packages/xml2rfc/writers/expanded_xml.py
+lib/python${MODPY_VERSION}/site-packages/xml2rfc/writers/expanded_xml.pyc
+lib/python${MODPY_VERSION}/site-packages/xml2rfc/writers/html.py
+lib/python${MODPY_VERSION}/site-packages/xml2rfc/writers/html.pyc
+lib/python${MODPY_VERSION}/site-packages/xml2rfc/writers/nroff.py
+lib/python${MODPY_VERSION}/site-packages/xml2rfc/writers/nroff.pyc
+lib/python${MODPY_VERSION}/site-packages/xml2rfc/writers/paginated_txt.py
+lib/python${MODPY_VERSION}/site-packages/xml2rfc/writers/paginated_txt.pyc
+lib/python${MODPY_VERSION}/site-packages/xml2rfc/writers/raw_txt.py
+lib/python${MODPY_VERSION}/site-packages/xml2rfc/writers/raw_txt.pyc




On 2016 Dec 01 (Thu) at 23:09:52 +0100 (+0100), Peter Hessler wrote:
:The IETF expects RFCs to be originally written in an XML format, then
:coverted to all of the different forms that we know. They now require
:version 2 of the tool, so I updated our port.
:
:Looks like they re-wrote it all, so no more tk/tcl and it is now in
:python.
:
:OK?
:

--
Yes, but every time I try to see things your way, I get a headache.

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: fcambus@cvs.openbsd.org 2017/04/30 06:08:32

Modified files:
www/lynx : Makefile distinfo
www/lynx/patches: patch-lynx_cfg patch-lynx_man
patch-src_LYReadCFG_c patch-src_LYUtils_c

Log message:
Update lynx to 2.8.9pl13.

While there, amend our lynx.cfg patch to switch default site to HTTPS.

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2017/04/30 05:55:52

Modified files:
security/glib-openssl/patches: patch-tls_openssl_gtlsbio_c
patch-tls_openssl_gtlsclientconnection-openssl_c

Log message:
Pushed upstream.

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2017/04/30 05:51:07

Modified files:
net/p5-Net-TFTP: Makefile distinfo

Log message:
Update to p5-Net-TFTP-0.1901.

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2017/04/30 05:41:38

Modified files:
net/p5-Net-SMTPS: Makefile distinfo

Log message:
Update to p5-Net-SMTPS-0.06.

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2017/04/30 05:30:50

Modified files:
net/p5-Net-SMTP-SSL: Makefile distinfo

Log message:
Update to p5-Net-SMTP-SSL-1.04.

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2017/04/30 05:28:28

Modified files:
graphics/tesseract/tesseract: Makefile

Log message:
needs libtool

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2017/04/30 05:28:14

Modified files:
net/gnaughty : Makefile

Log message:
Bump autofuck requirements because I am a naughty boy.

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2017/04/30 05:19:12

Modified files:
net/p5-Bot-BasicBot: Makefile distinfo

Log message:
Update to p5-Bot-BasicBot-0.91.

Re: UPDATE: graphics/gd

On 2017/04/29 23:14, Rafael Sadowski wrote:
> is there any good reason to not update libgd? Here are eight good
> reasons for a update:

No reason not to update it. Quite a few things depend on it though,
so testing is a bit annoying, which might explain why it's old.

> -WANTLIB += c expat fontconfig freetype iconv jpeg m png pthread
> -WANTLIB += pthread-stubs ${LIBCXX} tiff vpx z
> +#WANTLIB += c expat fontconfig freetype iconv jpeg m png pthread
> +#WANTLIB += pthread-stubs ${LIBCXX} tiff vpx z

er?

> LIB_DEPENDS= converters/libiconv \
> graphics/jpeg \
> graphics/png \
> - graphics/tiff \
> - multimedia/libvpx
> + graphics/tiff

Need to make sure that dropping libvpx doesn't cause problems in
dependent ports.

Didn't they change from libvpx to libwebp rather than dropping webp
support completely?

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2017/04/30 05:04:36

Modified files:
misc/ytree : Makefile distinfo

Log message:
Update to ytree-1.99.

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2017/04/30 04:56:02

Modified files:
security/glib-openssl/patches: patch-tls_openssl_gtlsbio_c
patch-tls_openssl_gtlsclientconnection-openssl_c

Log message:
Add BZ URL.

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2017/04/30 04:56:03

Modified files:
misc/p5-User-Identity: Makefile distinfo

Log message:
Update to p5-User-Identity-0.97.

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2017/04/30 04:36:43

Modified files:
security/glib-openssl: Makefile
security/glib-openssl/patches: patch-tls_openssl_gtlsbio_c
patch-tls_openssl_gtlsclientconnection-openssl_c
security/glib-openssl/pkg: PLIST
Added files:
security/glib-openssl/patches:
patch-tls_openssl_openssl-module_c

Log message:
Fix a few warnings (from upstream).
Regen PLIST while here.

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2017/04/30 04:36:32

Modified files:
misc/p5-I18N-Charset: Makefile distinfo

Log message:
Update to p5-I18N-Charset-1.415.

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2017/04/30 04:29:09

Modified files:
security/glib-openssl: Makefile
Added files:
security/glib-openssl/patches: patch-tls_openssl_gtlsbio_c
patch-tls_openssl_gtlsclientconnection-openssl_c

Log message:
Fix build with clang and a bazillion of implicit declarations. Patches may
be revisited but it can't be worse.

reported by espie@

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2017/04/30 04:22:19

Modified files:
mail/evolution-ews/patches:
patch-cmake_modules_SetupBuildFlags_cmake

Log message:
Sync patch with what was pushed upstream.

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2017/04/30 04:21:56

Modified files:
databases/evolution-data-server: Makefile
databases/evolution-data-server/patches: patch-CMakeLists_txt
mail/evolution : Makefile
Removed files:
mail/evolution/patches: patch-CMakeLists_txt

Log message:
Drop patch and use CMAKE_C_FLAGS instead.

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2017/04/30 04:14:27

ports/security/glib-openssl/patches

Update of /cvs/ports/security/glib-openssl/patches
In directory cvs.openbsd.org:/tmp/cvs-serv79999/patches

Log Message:
Directory /cvs/ports/security/glib-openssl/patches added to the repository

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2017/04/30 04:11:44

Modified files:
audio/xcd/patches: patch-cdplayer_cc

Log message:
silence most warnings and an error with clang

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2017/04/30 03:58:48

Modified files:
math/udunits : Makefile distinfo
math/udunits/patches: patch-lib_Makefile_in

Log message:
Update to udunits-2.2.24.

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2017/04/30 03:36:59

Modified files:
x11/libdnd/patches: patch-DNDlib_DragAndDrop_c
Added files:
x11/libdnd/patches: patch-DNDlib_configure

Log message:
fix stupid configure test.
regen patches

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2017/04/30 03:10:00

Modified files:
math/p5-Math-GMP: Makefile distinfo

Log message:
Update to p5-Math-GMP-2.14.

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2017/04/30 02:59:34

Modified files:
math/p5-Math-Derivative: Makefile distinfo

Log message:
Update to p5-Math-Derivative-0.04.

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2017/04/30 02:56:45

Modified files:
games/dangerdeep: Makefile
Added files:
games/dangerdeep/patches: patch-src_condvar_cpp
patch-src_condvar_h patch-src_game_h
patch-src_log_cpp
patch-src_message_queue_h
patch-src_modelmeasure_cpp
patch-src_mutex_cpp patch-src_mutex_h
patch-src_thread_h

Log message:
wrap dangerdeep's mutex into its own namespace so that it doesn't conflict
with std::mutex on modern compilers.
Fixes the build with clang, and still builds with gcc

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2017/04/30 02:50:52

Modified files:
mail/pear-Mail-mimeDecode: Makefile distinfo
mail/pear-Mail-mimeDecode/pkg: PLIST

Log message:
Update to pear-Mail-mimeDecode-1.5.6.

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2017/04/30 02:33:32

Modified files:
textproc/elasticsearch: Makefile distinfo
textproc/elasticsearch/pkg: PLIST

Log message:
update to elasticsearch-5.3.2l

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2017/04/30 02:29:51

Modified files:
mail/p5-Mail-IMAPTalk: Makefile distinfo

Log message:
Update to p5-Mail-IMAPTalk-4.04.