Re: Problems with a quad Realtek NIC

2018-10-11 Thread Aaron Mason
Wow, never seen a multi-port Realtek NIC before. Based on your dmesg and the excerpt above, it looks like the issue starts at ppb1 - a PCI-PCI bridge likely on the quad-port NIC based on the vendor being the same as each one below it and the one above it being an Intel ppb(4) - and then cascades

wacom tablet settings? absolute mode?

2018-10-11 Thread Rudolf Sykora
Hello, when I connect my Wacom Intuos3 tablet via usb, I see (in the console) uhidev0 at uhub0 port 3 configuration 1 interface 0 "Tablet PTZ-930" rev 1.10/1.02 addr 2 uhidev0: iclass 3/1, 13 report ids ums0 at uhidev0 reportid 1: 3 buttons, Z dir wsmouse0 at ums0 mux 0 uhid0 at uhidev0 reportid

Re: Graphical debugger for C/C++ ?

2018-10-11 Thread Kevin Chadwick
On Thu, 11 Oct 2018 12:32:06 +0200 > The gdb from packages is then called egdb. Make sure cgdb is using egdb, if you use cgdb too. Documentation is required for gdb unlike eclipse and could be better but once you find the commands you need it is actually more capable than eclipse.

Inconsistency between installurl(5) and the info inside regarding the URL

2018-10-11 Thread flauenroth
Just found a little error regarding the URL listed in installurl(5) and the website itself. The manpage is listing https://cdn.openbsd.org/pub/OpenBSD while the actual website is [http://cdn.openbsd.org/pub/OpenBSD](https://cdn.openbsd.org/pub/OpenBSD). Pretty certain it´s a new change since I

Re: Graphical debugger for C/C++ ?

2018-10-11 Thread Simon Mages
Hi, 2018-10-11 11:44 GMT+02:00, Peter Kay : > Just looking at writing a small enhancement to dhcpd, and starting to use > gdb properly for the first time. OK, it is functional, but it's a bit > awkward compared to graphical alternatives. > What does everyone use? I can see ddd and eclipse exist

Re: Graphical debugger for C/C++ ?

2018-10-11 Thread Antal Ispanovity
cgdb 2018-10-11 12:16 GMT+02:00, Edgar Pettijohn : > gdb -tui > > On Oct 11, 2018 4:44 AM, Peter Kay wrote: >> >> Just looking at writing a small enhancement to dhcpd, and starting to use >> gdb properly for the first time. OK, it is functional, but it's a bit >> awkward compared to graphical

Re: Graphical debugger for C/C++ ?

2018-10-11 Thread Edgar Pettijohn
gdb -tui On Oct 11, 2018 4:44 AM, Peter Kay wrote: > > Just looking at writing a small enhancement to dhcpd, and starting to use > gdb properly for the first time. OK, it is functional, but it's a bit > awkward compared to graphical alternatives. > What does everyone use? I can see ddd and

Re: pkg_add + httpd...high latency on 6.4

2018-10-11 Thread Sebastian Benoit
Thanks for your report. I backed out the change since we are close to release. The real problem here will be revisited later. /Benno Mark Patruck(m...@wrapped.cx) on 2018.10.11 07:57:30 +0200: > - http or https doesn't matter > > - only pkg_add is affected, ftp download works > > - reverting

Re: pkg_add + httpd...high latency on 6.4

2018-10-11 Thread Stuart Henderson
On 2018/10/11 07:57, Mark Patruck wrote: Thanks for finding this and testing, hopefully we can backout before 6.4 is final. > - only pkg_add is affected, ftp download works btw, ftp is affected too, the problem is when fetching an autogenerated directory index (which pkg_add does as a first

Graphical debugger for C/C++ ?

2018-10-11 Thread Peter Kay
Just looking at writing a small enhancement to dhcpd, and starting to use gdb properly for the first time. OK, it is functional, but it's a bit awkward compared to graphical alternatives. What does everyone use? I can see ddd and eclipse exist at least. Typically I've used windbg on Windows (and