Re: Getting Asus FM200 working with FreeBSD

2015-07-12 Thread Julian Elischer
On 7/11/15 8:29 PM, Daniel Peyrolon wrote: Hi everyone, I'm trying to get FreeBSD-CURRENT up and running with anything different than console-only on an Asus FM200. I created a wiki page for it: [1]. I've tried GhostBSD on it, and everything pretty much worked, except suspend/resume, and audio.

FreeBSD_HEAD-tests - Build #1178 - Still Failing

2015-07-12 Thread jenkins-admin
FreeBSD_HEAD-tests - Build #1178 - Still Failing: Check console output at https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1178/ to view the results. ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-curren

FreeBSD_HEAD-tests - Build #1177 - Failure

2015-07-12 Thread jenkins-admin
FreeBSD_HEAD-tests - Build #1177 - Failure: Check console output at https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1177/ to view the results. ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To u

Re: Lenovo BIOS boot fix

2015-07-12 Thread Allan Jude
On 2015-07-12 11:10, Andrey V. Elsukov wrote: > On 12.07.2015 09:02, Allan Jude wrote: >> I forgot to include the link to the patch as well: >> >> http://www.allanjude.com/bsd/lenovofix_gpart.patch >> >> I will most likely make this patch optional, behind a flag to the 'gpart >> create -s gpt' comm

Re: Lenovo BIOS boot fix

2015-07-12 Thread Kurt Jaeger
Hi! > What model machine is this? It's a X220: Intel(R) Core(TM) i5 CPU M 520 2500 MHz 4096 MB RAM Serial: R9-GGPAX YY/MM Type: 42918F6 dmidecode says: Vendor: LENOVO Version: 8DET69WW (1.39 ) with more details available at http://people.freebsd.org/~pi/udog/ > Can you

Re: Lenovo BIOS boot fix

2015-07-12 Thread Allan Jude
On 2015-07-12 13:52, Kurt Jaeger wrote: > Hi! > >> This was a mistake in my image, can you please try one of the new ones? >> >> compressed (193 MiB): >> http://www.allanjude.com/bsd/lenovofix_20150712-r285132.img.xz > > I did this: > > xzcat lenovofix_20150712-r285132.img.xz | dd of=/dev/da0 bs

Re: Lenovo BIOS boot fix

2015-07-12 Thread Kurt Jaeger
Hi! > This was a mistake in my image, can you please try one of the new ones? > > compressed (193 MiB): > http://www.allanjude.com/bsd/lenovofix_20150712-r285132.img.xz I did this: xzcat lenovofix_20150712-r285132.img.xz | dd of=/dev/da0 bs=1m gpart show => 34 2097085 diskid/DISK-60A44C3

Re: unp gc vs socket close/shutdown race

2015-07-12 Thread Conrad Meyer
Hi all, (Sorry In-Reply-To is wrong; gmail isn't the most flexible MUA and I was not subscribed to FreeBSD-Current until today.) I have a slightly cleaned up version of this patch in phabricator at https://reviews.freebsd.org/D3044 . My mentor thinks it looks ok, but we would appreciate any feedb

Re: Failed to build 11-CURRENT on 10.1-RELEASE (was: Re: FreeBSD_HEAD - Build #2953 - Still Failing

2015-07-12 Thread John-Mark Gurney
Li-Wen Hsu wrote this message on Sun, Jul 12, 2015 at 11:31 +0800: > Resend this using another subject for not being overwhelmed by lots of build > fail mails :( This has already been addressed by r285417: svnweb.freebsd.org/changeset/base/r285417 > On Sun, Jul 12, 2015 at 01:22:48 +0800, Li-Wen

Re: Lenovo BIOS boot fix

2015-07-12 Thread Allan Jude
On 2015-07-12 04:44, Tomoaki AOKI wrote: Hi. I'd have to chime in. ;-) There are at least 4 ways of workarounds, including yours (1). 1: Offset GPT entry in PMBR. (First posted by Chris Torek.) 2: Mimic ESP [use 0xEF instead of 0xEE] (Need patch for loader.) 3: Use UEFI loader. (Curren

Re: Lenovo BIOS boot fix

2015-07-12 Thread Allan Jude
On 2015-07-12 09:24, Tomoaki AOKI wrote: Hi. As far as I could confirm currently, *My ThinkPad didn't boot from decompressed .xz image written in memstick. *The partition tables (both PMBR and GPT) looks fine. (As expected. Verified with `gpart show` and `fdisk -p -v da0`) *O

Re: Lenovo BIOS boot fix

2015-07-12 Thread Andrey V. Elsukov
On 12.07.2015 09:02, Allan Jude wrote: > I forgot to include the link to the patch as well: > > http://www.allanjude.com/bsd/lenovofix_gpart.patch > > I will most likely make this patch optional, behind a flag to the 'gpart > create -s gpt' command, to avoid potentially breaking existing working

Re: Lenovo BIOS boot fix

2015-07-12 Thread Tomoaki AOKI
Hi. As far as I could confirm currently, *My ThinkPad didn't boot from decompressed .xz image written in memstick. *The partition tables (both PMBR and GPT) looks fine. (As expected. Verified with `gpart show` and `fdisk -p -v da0`) *Overwriting bootcode (gptzfsboot) in GPT partitio

Re: Lenovo BIOS boot fix

2015-07-12 Thread Kurt Jaeger
Hi! > I have spent my weekend researching why my Lenovo X220s refuse to boot > from GPT partitioned disks. > > Based on this mailing list post: > https://lists.freebsd.org/pipermail/freebsd-i386/2013-March/010437.html > > I have written a patch for gpart to change the way the PMBR is created. >

FreeBSD_HEAD - Build #2957 - Fixed

2015-07-12 Thread jenkins-admin
FreeBSD_HEAD - Build #2957 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD/2957/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD/2957/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD/2957/console Change summaries: 285417 by rodrigc: Add

Re: Lenovo BIOS boot fix

2015-07-12 Thread Tomoaki AOKI
Hi. I'd have to chime in. ;-) There are at least 4 ways of workarounds, including yours (1). 1: Offset GPT entry in PMBR. (First posted by Chris Torek.) 2: Mimic ESP [use 0xEF instead of 0xEE] (Need patch for loader.) 3: Use UEFI loader. (Currently clean root-on-ZFS is NOT supported) 4: U

Re: libarchive / bsdtar bug

2015-07-12 Thread Kurt Jaeger
Hi! > I just got bit by this bug in bsdtar: > > https://github.com/libarchive/libarchive/issues/464 > > Since libarchive 3.1.2 is over 2 years old now and there have not been > any more releases, what is the right way of going about reporting a > fixed bug so that the FreeBSD version gets a pa