href in faq3.html

2015-09-10 Thread Rob Pierce
Regards, Index: faq3.html === RCS file: /cvs/www/faq/faq3.html,v retrieving revision 1.93 diff -u -p -r1.93 faq3.html --- faq3.html 2 Jul 2015 05:49:04 - 1.93 +++ faq3.html 11 Sep 2015 01:15:20 - @@ -139,7 +139,7 @@

Re: Native EFI Bootloader Support

2015-09-10 Thread Brian Conway
I get similar behavior (EFI boot blocks run, boot loader 3.29 shows, but kernel fails to finish loading and reboots) on an Intel NUC DN2820FYKH using the latest snapshot (9/9) with install58.fs. I tried both bsd.rd and bsd for good measure. Installing via CSM works as expected. Firing up the same

Re: late 2006 intel iMac no sound OpenBSD5.7

2015-09-10 Thread Dave Turner
Jonathan, Just to be sure I re-installed OpenBSD but using a downloaded snapshot install iso for 5.8 dated 20150909. The audio behaviour below is unchanged so I obviously was running azalia_codec.c V1.170 but had the wrong source code. So, I have a real bug. How do I find out what the subid fo

Re: Incoming packets arrives on an interface and outgoing packets takes another interface

2015-09-10 Thread jean-yves boisiaud
I will try. Thanks for your help. 2015-09-09 23:16 GMT+02:00 Giancarlo Razzolini : > Em 09-09-2015 07:11, jean-yves boisiaud escreveu: > > I resolved the problem with the reply-to pf directive. > If you enable multipath and add the default gateways, you can use a > reply-to for the interface onl

Re: System clock hours behind, network hangs (amd64, -current)

2015-09-10 Thread Miod Vallat
> Could you also include the output of "ifconfig", "netstat -nf inet" and > "netsat -rn"? "vmstat -i" might be useful as well.

Re: Sending patches to tech

2015-09-10 Thread Delan Azabani
On Fri, Sep 11, 2015 at 2:40 AM, Michael McConville wrote: > * Patches are sometimes accepted without response. Be sure to check >that they weren't committed silently. Thanks for the hints, and this one especially. You were right, one of them was actually committed, and while the other one s

Re: System clock hours behind, network hangs (amd64, -current)

2015-09-10 Thread Martin Pieuchot
Mark Patruck wrapped.cx> writes: > > over the last few weeks i'm having a strange issue here running amd64 > -current (last updated 3 days before) > > ### system > Supermicro X7SPA-HF-D525 1,8Ghz Atom > 4 GB RAM > 1x 128GB SSD (system) > 1x 6TB /1x 4TB HDD (NFS exported) > > Everything works fi

Sending patches to tech

2015-09-10 Thread Delan Azabani
(Please forgive me if this is something stupid or regularly asked) I've sent two patches to tech@ so far, one in May, and one in August. Neither of them have seen any replies, which is fair enough, as they're both fairly minor and everyone has a finite amount of time to carve up. That said, it'd

Re: Native EFI Bootloader Support

2015-09-10 Thread Chris Cappuccio
Chris Cappuccio [ch...@nmedia.net] wrote: > b. Format the UEFI partition on softraid disks: >newfs_msdos /dev/sd0i >newfs_msdos /dev/sd1i > c. Get BOOTX64.EFI and BOOTIA32.EFI: >ftp ftp.openbsd.org >cd pub/OpenBSD/snapshots/amd64/ >lcd /tmp >get

Re: Native EFI Bootloader Support

2015-09-10 Thread Chris Cappuccio
Toby Slight [tobysli...@gmail.com] wrote: > On 10 September 2015 at 13:09, Toby Slight wrote: > > > Thought I'd try giving this a whirl on my T430 (which thankfully support > > CSM legacy mode). The miniroot58.fs snapshot from today (10 September) gets > > to the bootloader when UEFI is enabled a

System clock hours behind, network hangs (amd64, -current)

2015-09-10 Thread Mark Patruck
Hi, over the last few weeks i'm having a strange issue here running amd64 -current (last updated 3 days before) ### system Supermicro X7SPA-HF-D525 1,8Ghz Atom 4 GB RAM 1x 128GB SSD (system) 1x 6TB /1x 4TB HDD (NFS exported) Everything works fine the first few hours, then suddenly - the system

faq2.html

2015-09-10 Thread Rob Pierce
A few full stops and some line spacing. Rob Index: faq2.html === RCS file: /cvs/www/faq/faq2.html,v retrieving revision 1.127 diff -u -p -r1.127 faq2.html --- faq2.html 2 Jul 2015 05:49:04 - 1.127 +++ faq2.html 10 Sep 2

Re: library missing after upgarde to current snapshot

2015-09-10 Thread Joseph Oficre
Not really, i'll wait for packages, ty a lot for ur response! 2015-09-10 15:43 GMT+03:00 Benjamin Baier : > OFF LIST > > If it's urgent i can upload a base58.tgz from Sep 2 for you. > > > On Thu, 10 Sep 2015 14:33:42 +0200 > Benjamin Baier wrote: > > > Hello! > > today i've upgraded my system to

Re: spamdb

2015-09-10 Thread Peter N. M. Hansteen
On Thu, Sep 10, 2015 at 03:04:26PM +0200, Fran. J Ballesteros wrote: > with 5.7 our spamdb becomes corrupt after a while. Are we the only ones with > this problem? Anyone else using it? using spamd with related tools including spamdb through the 5.7 cycle and past, yes. seeing spamdb corrupted

Re: dmesg (current) MacBook Air 5,2 (2012) Intel 1.8

2015-09-10 Thread Aaron Poffenberger
On 09/10/15 03:59, Stefan Sperling wrote: On Wed, Sep 09, 2015 at 09:43:44PM -0500, Aaron Poffenberger wrote: Occasional problems with loading firmware for urtwn as seen near the end of this dmesg: urtwn0: could not load firmware page 1 I've also seen the same message for page 0. Interestin

Re: NFS umount stuck on client machine

2015-09-10 Thread Thijs van Dijk
In linux, umount has the -l option: Lazy unmount. Detach the filesystem from the filesystem hierarchy now, and > cleanup all references to the filesystem as soon as it is not busy anymore. > (Requires kernel 2.4.11 or later.) I've used this flag (in conjunction with -f) for this exact situation,

spamdb

2015-09-10 Thread Fran. J Ballesteros
hi with 5.7 our spamdb becomes corrupt after a while. Are we the only ones with this problem? Anyone else using it?

Re: Native EFI Bootloader Support

2015-09-10 Thread Toby Slight
On 10 September 2015 at 13:09, Toby Slight wrote: > Thought I'd try giving this a whirl on my T430 (which thankfully support > CSM legacy mode). The miniroot58.fs snapshot from today (10 September) gets > to the bootloader when UEFI is enabled and CSM is disabled in the BIOS, > however it hangs w

Re: library missing after upgarde to current snapshot

2015-09-10 Thread Benjamin Baier
On Thu, 10 Sep 2015 15:06:21 +0300 Joseph Oficre wrote: > Hello! > today i've upgraded my system to 10 september snapshot. And pkg_add -u > shows: > root:/home/usf# pkg_add -u > quirks-2.121 signed on 2015-09-08T18:55:21Z > Can't install libiconv-1.14p3 because of libraries > |library c.81.0 not

Re: NFS umount stuck on client machine

2015-09-10 Thread Dot Yet
That was a reasonable workaround! Going through the documentation and reading a bit, seems "intr" is what I should add to my mount options to avoid completely hung processes. That was helpful, Thanks Dag! On Wed, Sep 9, 2015 at 6:23 PM, Dag Richards wrote: > I had this happen once before in the

Re: library missing after upgarde to current snapshot

2015-09-10 Thread Joseph Oficre
Oh, got it! Thank u, will read it for a next time. 2015-09-10 15:19 GMT+03:00 Stuart Henderson : > On 2015-09-10, Joseph Oficre wrote: > > So i have libc 80 and 82, but no 81. What is that mean and how can i fix > > the problem? My last upgrade was a month ago. > > Wait a few days for new packag

Re: library missing after upgarde to current snapshot

2015-09-10 Thread Stuart Henderson
On 2015-09-10, Joseph Oficre wrote: > So i have libc 80 and 82, but no 81. What is that mean and how can i fix > the problem? My last upgrade was a month ago. Wait a few days for new packages to become available. In general, if you are following -current, it is advisable to read commit log one w

Re: Native EFI Bootloader Support

2015-09-10 Thread Toby Slight
Thought I'd try giving this a whirl on my T430 (which thankfully support CSM legacy mode). The miniroot58.fs snapshot from today (10 September) gets to the bootloader when UEFI is enabled and CSM is disabled in the BIOS, however it hangs when trying to boot the kernel, as shown in the attached imag

library missing after upgarde to current snapshot

2015-09-10 Thread Joseph Oficre
Hello! today i've upgraded my system to 10 september snapshot. And pkg_add -u shows: root:/home/usf# pkg_add -u quirks-2.121 signed on 2015-09-08T18:55:21Z Can't install libiconv-1.14p3 because of libraries |library c.81.0 not found | /usr/lib/libc.so.79.0 (system): bad major | /usr/lib/libc.so.80.

Re: Running roundcube over httpd

2015-09-10 Thread Stuart Henderson
On 2015-09-09, Chris Cappuccio wrote: > Alexander Hall [alexan...@beard.se] wrote: >> Hi! >> >> Does anyone have an example for a functional configuration for >> roundcube[mail] over the new httpd? >> >> pkg-readmes/roundcubemail* seems to be for running apache. >> > > It "just works" when you

Re: dmesg (current) MacBook Air 5,2 (2012) Intel 1.8

2015-09-10 Thread Stefan Sperling
On Wed, Sep 09, 2015 at 09:43:44PM -0500, Aaron Poffenberger wrote: > Occasional problems with loading firmware for urtwn as seen near the end of > this dmesg: > urtwn0: could not load firmware page 1 > > I've also seen the same message for page 0. Interesting. I don't think I've seen this befor

Re: Looking for assistance with rtwn(4) on 5.8

2015-09-10 Thread Stefan Sperling
On Wed, Sep 09, 2015 at 07:57:11PM -0400, Nickolas P. O'Malley wrote: > Hello, > I'm new to the OpenBSD community and mailing list, so please forgive me if > this is the wrong list to ask. > I decided to install a snapshot of 5.8 on my workstation today, because I > found out that it features a n