Re: openup and OpenBSD ftp and pkg_add via proxy

2015-10-30 Thread Raf Czlonka
On Sat, Oct 31, 2015 at 12:39:38AM GMT, Steve Shockley wrote: > I'm trying to get openup to work through a proxy. I'm able to get it to > work through an antique Bluecoat proxy, but it fails using a Websense > Content Gateway (more or less Inktomi/Apache Traffic Server) or a Fortigate > firewall d

Re: How to restart wifi net after suspend to ram

2015-10-30 Thread Raf Czlonka
On Sat, Oct 31, 2015 at 04:52:19AM GMT, Артур Истомин wrote: > I have usb wifi dongle. Every time after suspend to ram I should > manualy restart it with command "sh /etc/netstart urtwn0" > > Is it possible automaticaly restart it? Put it in a shell script called /etc/apm/resume. --- #!/bin/sh

Re: compulab fitlet, non-working intel i211 ethernet, help requested

2015-10-30 Thread Jonathan Gray
On Fri, Oct 30, 2015 at 11:32:16AM -0400, Dewey Hylton wrote: > > > didn't have -current onhand, but was able to perform this function on a 5.8 > system ... i have 3 of these devices i'd really like to get going on > openbsd. THANKS! ... > Invalid PHY ID 0xA0044E90 This shouldn't be possible, pe

How to restart wifi net after suspend to ram

2015-10-30 Thread Артур Истомин
I have usb wifi dongle. Every time after suspend to ram I should manualy restart it with command "sh /etc/netstart urtwn0" Is it possible automaticaly restart it? Thanks.

Ntpd(8) in current: server (IP numerical) not used

2015-10-30 Thread Gerald Hanuer
Hello misc@, Ntpd(8) in current: server ("IP numerical") not being used, FQDN works. This is not a bug report. If this is known to devs@ please disregard. ### Works as expected. listen 192.168.1.2 ### Works as expected. server time1.google.com ### This does not. ( Numerical of above

openup and OpenBSD ftp and pkg_add via proxy

2015-10-30 Thread Steve Shockley
I'm trying to get openup to work through a proxy. I'm able to get it to work through an antique Bluecoat proxy, but it fails using a Websense Content Gateway (more or less Inktomi/Apache Traffic Server) or a Fortigate firewall device. I'm using 5.8-stable, and this happened on earlier release

usb device power off

2015-10-30 Thread urulab
Hi, I need to disable power off to certain usb device "Elan TouchScreen" due continuous error messages on boot OpenBSD 5.8 in a Acer Aspire Laptop. On FreeBSD I did through "usbconfig -d 0.3 power_off" command. Is there any way to achieve the same result or any other workaround? kind regards

Re: compulab fitlet, non-working intel i211 ethernet, help requested

2015-10-30 Thread Dewey Hylton
Jonathan Gray jsg.id.au> writes: > > > If you can get the dmesg output of a kernel built with the following > > > diff it should indicate where the problem is: > > > > > > Index: sys/dev/pci/if_em_osdep.h > > > === > > > RCS file: /c

Re: sshd failure following errata 007 for 5.8

2015-10-30 Thread Kurt Mosiejczuk
On Fri, Oct 30, 2015 at 03:41:19PM +, Olivier Debr?? wrote: > Plus, as I wrote, there are 50+ apps linked with libcrypto, and I prefer > putting back all base58.tgz in place instead of rebuilding all of them. There aren't 50+ apps linked *statically* to libcrypto. They use it as a shared lib

Re: EFI Install on 2013 MacBook Air and Display Corruption

2015-10-30 Thread Bryan Vyhmeister
After the additional commits by Mark Kettenis here: http://marc.info/?l=openbsd-cvs&m=144620412406055&w=2 I still have the same errors. The dmesg from today looks the same (link here and inline below): http://www.bsdjournal.net/files/macbookair/dmesg.20151030.txt Thanks again. Bryan

[OT] Re: The OpenBSD developers approve ???optimizing assembler??? and compilers?

2015-10-30 Thread Andreas Kusalananda Kähäri
On Fri, Oct 30, 2015 at 06:33:39AM -0700, français wrote: > Raul Miller wrote > > On Fri, Oct 30, 2015 at 8:13 AM, français < > > > romapera15@ > > > > wrote: > >> The OpenBSD developers approve ???optimizing assembler??? and compilers? > > > > You are overgeneralizing from jokes. > > > > -- > >

Re: The OpenBSD developers approve “optimizing assembler” and compilers?

2015-10-30 Thread Jack J. Woehr
Kimmo Paasiala wrote: On Fri, Oct 30, 2015 at 3:41 PM, Raul Miller wrote: On Fri, Oct 30, 2015 at 8:13 AM, français wrote: The OpenBSD developers approve “optimizing assembler” and compilers? You are overgeneralizing from jokes. -- Raul I believe you're feeding a troll. Possibly just a

Re: sshd failure following errata 007 for 5.8

2015-10-30 Thread Olivier Debré
Jared Hamilton fastmail.com> writes: > > Hi Olivier, > > I ran into this same issue. I simply rebuilt ssh after applying > libcrypto patch with: > cd /usr/src/usr.bin/ssh > make obj > make depend > make > make install > > Hope that helps > > -- > Jared Thank you Jared. I

Re: ASMedia USB 3.0

2015-10-30 Thread Maurice McCarthy
Sorry for the noise I've got bigger problems than a driver. Heigh ho.

Re: The OpenBSD developers approve “optimizing assembler” and compilers?

2015-10-30 Thread Kimmo Paasiala
On Fri, Oct 30, 2015 at 3:41 PM, Raul Miller wrote: > On Fri, Oct 30, 2015 at 8:13 AM, français wrote: >> The OpenBSD developers approve “optimizing assembler” and compilers? > > You are overgeneralizing from jokes. > > -- > Raul > I believe you're feeding a troll.

Re: compulab fitlet, non-working intel i211 ethernet, help requested

2015-10-30 Thread Dewey Hylton
On Thu, Oct 29, 2015 at 10:15 AM, Dewey Hylton wrote: > > > On Wed, Oct 28, 2015 at 11:35 PM, Jonathan Gray wrote: > >> On Wed, Oct 28, 2015 at 10:18:26PM -0400, Dewey Hylton wrote: >> > i like these little boxes; they are silent and stable and perfect for >> plenty >> > of my projects. this new

Re: sshd failure following errata 007 for 5.8

2015-10-30 Thread Jared Hamilton
Oof - forgive the top post. Sorry everyone. -- Jared

Re: sshd failure following errata 007 for 5.8

2015-10-30 Thread Jared Hamilton
Hi Olivier, I ran into this same issue. I simply rebuilt ssh after applying libcrypto patch with: cd /usr/src/usr.bin/ssh make obj make depend make make install Hope that helps -- Jared - Original message - From: Olivier Debré To: misc@openbsd.org Subject: sshd fail

sshd failure following errata 007 for 5.8

2015-10-30 Thread Olivier Debré
Hello everyone. Following Ted's advice regarding the use of cd-src.tar.gz (http://article.gmane.org/gmane.os.openbsd.misc/226175), for all 5.8 patches, I did so. I first had an error during 004 smtpd security fix. Never mind, I use Postfix. I then applied 007 libcrypto reliability fix. No error vi

Re: The OpenBSD developers approve “optimizing assembler” and compilers?

2015-10-30 Thread français
Raul Miller wrote > On Fri, Oct 30, 2015 at 8:13 AM, français < > romapera15@ > > wrote: >> The OpenBSD developers approve “optimizing assembler” and compilers? > > You are overgeneralizing from jokes. > > -- > Raul Raul Are jokes the quotes from John Von Neumann and Richard Hamming that I quot

Re: ASMedia USB 3.0

2015-10-30 Thread Maurice McCarthy
On Fri, Oct 30, 2015 at 12:59:56PM +0100 or thereabouts, ludovic coues wrote: > > You might have a better time trying to read the output of pcidump :) > > I looked a bit at the code and from what I've found, this quirk only > disable a driver requiring stream. I might be wrong as I'm not > famili

Re: The OpenBSD developers approve “optimizing assembler” and compilers?

2015-10-30 Thread Raul Miller
On Fri, Oct 30, 2015 at 8:13 AM, français wrote: > The OpenBSD developers approve “optimizing assembler” and compilers? You are overgeneralizing from jokes. -- Raul

The OpenBSD developers approve “optimizing assembler” and compilers?

2015-10-30 Thread français
Mel didn't approve of compilers. “If a program can't rewrite its own code”, he asked, “what good is it?” Mel had written, in hexadecimal, the most popular computer program the company owned. Mel loved the RPC-4000 because he could optimize his code: that is, locate instructions on the drum so th

Re: ASMedia USB 3.0

2015-10-30 Thread ludovic coues
2015-10-30 9:40 GMT+01:00 Maurice McCarthy : > Found the following at > https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/tree/drivers/usb/host/xhci-pci.c > > 175 if (pdev->vendor == PCI_VENDOR_ID_ASMEDIA && > 176 pdev->device == 0x1042) > 177

syscall 96 in top(1) on renice

2015-10-30 Thread Michael Lesniewski
Hi, When trying to renice from within top, this fails with syscall 96 in recent snapshots. Adding id to the pledge fixes this issue. Index: top.c === RCS file: /cvs/src/usr.bin/top/top.c,v retrieving revision 1.85 diff -u -p -r1.85

Re: smtpd with accept from any for domain alias relay via smtp://127.0.0.1:10025 doesn't support check?

2015-10-30 Thread Daniel Ouellet
On 10/30/15 4:10 AM, Gilles Chehade wrote: > On Fri, Oct 30, 2015 at 03:56:23AM -0400, Daniel Ouellet wrote: >> Isn't the long form domain alias should be supported >> here for the relay configuration in smtpd.conf >> >> In the man(5) smtpd.conf page I see this form as valid: >> >> accept from an

Re: ASMedia USB 3.0

2015-10-30 Thread Maurice McCarthy
Found the following at https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/tree/drivers/usb/host/xhci-pci.c 175 if (pdev->vendor == PCI_VENDOR_ID_ASMEDIA && 176 pdev->device == 0x1042) 177 xhci->quirks |= XHCI_BROKEN_STREAMS; Does this mean I'

Re: ASMedia USB 3.0

2015-10-30 Thread Maurice McCarthy
> > Hi, > > > > Got 5.8-stable installed today. Many thanks for the commitment of all > > developers etc. All went well except for the USB 3.0 I've a feeling it may > > not work at all unless I find a blob for the pci-e usb 3.0 card. > > > > # usbdevs -vd > > Controller /dev/usb0: > > addr 1: super

Re: smtpd with accept from any for domain alias relay via smtp://127.0.0.1:10025 doesn't support check?

2015-10-30 Thread Gilles Chehade
On Fri, Oct 30, 2015 at 03:56:23AM -0400, Daniel Ouellet wrote: > Isn't the long form domain alias should be supported > here for the relay configuration in smtpd.conf > > In the man(5) smtpd.conf page I see this form as valid: > > accept from any for domain alias deliver to maildir > accept

smtpd with accept from any for domain alias relay via smtp://127.0.0.1:10025 doesn't support check?

2015-10-30 Thread Daniel Ouellet
Isn't the long form domain alias should be supported here for the relay configuration in smtpd.conf In the man(5) smtpd.conf page I see this form as valid: accept from any for domain alias deliver to maildir accept from any for domain virtual deliver to \ maildir So, I would have e