Re: mkimg used to create gpt image, problem booting

2014-08-24 Thread Andrey V. Elsukov
On 24.08.2014 06:14, Craig Rodrigues wrote: Hi, I did some more experiments, and found that after /boot/loader runs, if I break into the loader prompt and type lsdev, I would get this: (1) GPT Disk image which boots under QEMU, made by bsdinstall

Re: Boot loader too large with Aug-11 FreeBSD/i386 11-CURRENT snapshot

2014-08-24 Thread Joel Dahl
23 aug 2014 kl. 20:45 skrev Adrian Chadd adr...@freebsd.org: I thought there was a recent discussion about this. Would you mind filing a bug so this gets looked at? Done. See Bug 192962. Joel ___ freebsd-current@freebsd.org mailing list

Re: mkimg used to create gpt image, problem booting

2014-08-24 Thread Marcel Moolenaar
On Aug 24, 2014, at 2:11 AM, Andrey V. Elsukov bu7c...@yandex.ru wrote: On 24.08.2014 06:14, Craig Rodrigues wrote: I did some further debugging inside the loader by doing the following. - I added CFLAGS += -DPART_DEBUG to sys/boot/common/Makefile.inc - I added DEBUG() statements all over

Re: mkimg used to create gpt image, problem booting

2014-08-24 Thread Craig Rodrigues
On Sun, Aug 24, 2014 at 2:11 AM, Andrey V. Elsukov bu7c...@yandex.ru wrote: Yes, the problem is in the ptable_gptread() function. I'll commit the fix. Index: head/sys/boot/common/part.c === --- head/sys/boot/common/part.c (revision

Re: mkimg used to create gpt image, problem booting

2014-08-24 Thread Craig Rodrigues
On Sun, Aug 24, 2014 at 8:23 AM, Marcel Moolenaar mar...@xcllnt.net wrote: On Aug 24, 2014, at 2:11 AM, Andrey V. Elsukov bu7c...@yandex.ru wrote: On 24.08.2014 06:14, Craig Rodrigues wrote: I did some further debugging inside the loader by doing the following. - I added CFLAGS +=

Re: mkimg used to create gpt image, problem booting

2014-08-24 Thread Marcel Moolenaar
On Aug 24, 2014, at 9:59 AM, Craig Rodrigues rodr...@freebsd.org wrote: On Sun, Aug 24, 2014 at 2:11 AM, Andrey V. Elsukov bu7c...@yandex.ru wrote: Yes, the problem is in the ptable_gptread() function. I'll commit the fix. Should mkimg be changed to create a partition table with 128

Re: Boot loader too large with Aug-11 FreeBSD/i386 11-CURRENT snapshot

2014-08-24 Thread Adrian Chadd
Thanks! -a On 24 August 2014 02:21, Joel Dahl j...@vnode.se wrote: 23 aug 2014 kl. 20:45 skrev Adrian Chadd adr...@freebsd.org: I thought there was a recent discussion about this. Would you mind filing a bug so this gets looked at? Done. See Bug 192962. Joel

Re: KQueue 0-length UDP packet

2014-08-24 Thread Fedor Indutny
Hello again! I just realized that the wording was probably a bit off. What I wanted to ask is: why does FreeBSD kqueue implementation treat `SO_RCVLOWAT` as a raw packet size watermark, and not using the actual data size for filtering out events? I am totally fine with the fact that it triggers

Re: mkimg used to create gpt image, problem booting

2014-08-24 Thread Craig Rodrigues
On Sun, Aug 24, 2014 at 12:05 PM, Marcel Moolenaar mar...@xcllnt.net wrote: On Aug 24, 2014, at 9:59 AM, Craig Rodrigues rodr...@freebsd.org wrote: On Sun, Aug 24, 2014 at 2:11 AM, Andrey V. Elsukov bu7c...@yandex.ru wrote: Yes, the problem is in the ptable_gptread() function. I'll commit

make installworld commands used to generate manifest for makefs?

2014-08-24 Thread Craig Rodrigues
Hi, Is there an easy way to take most of the commands performed during make installworld and create a manifest file which is compatible with makefs? That would be very handy for creating file system images. -- Craig ___ freebsd-current@freebsd.org

Re: mkimg used to create gpt image, problem booting

2014-08-24 Thread John-Mark Gurney
Craig Rodrigues wrote this message on Sun, Aug 24, 2014 at 15:37 -0700: On Sun, Aug 24, 2014 at 12:05 PM, Marcel Moolenaar mar...@xcllnt.net wrote: On Aug 24, 2014, at 9:59 AM, Craig Rodrigues rodr...@freebsd.org wrote: On Sun, Aug 24, 2014 at 2:11 AM, Andrey V. Elsukov bu7c...@yandex.ru

Re: ktrace -c behavior

2014-08-24 Thread John-Mark Gurney
Eric van Gyzen wrote this message on Fri, Aug 22, 2014 at 15:26 -0400: On 08/22/2014 15:20, John-Mark Gurney wrote: Eric van Gyzen wrote this message on Fri, Aug 22, 2014 at 15:16 -0400: What behavior would you expect from this sequence of commands? ktrace -tw -p 1234 ktrace -c

Re: mkimg used to create gpt image, problem booting

2014-08-24 Thread Marcel Moolenaar
On Aug 24, 2014, at 4:31 PM, John-Mark Gurney j...@funkthat.com wrote: With mkimg, you know exactly how many partitions you are creating , so you don't need to specify 128 as the number of partitions. Though, w/ people dd'ing images onto disks, and using growfs to grow as necessary, we

Crash on xen/amd64

2014-08-24 Thread Shawn Webb
I've been getting these occasional kernel panics in my VM: http://imgur.com/BYes0gj,Ay8iDar This time around pkg-static seemed to cause the crash. Thanks, Shawn ___ freebsd-current@freebsd.org mailing list

Re: Crash on xen/amd64

2014-08-24 Thread Allan Jude
On 2014-08-24 20:28, Shawn Webb wrote: I've been getting these occasional kernel panics in my VM: http://imgur.com/BYes0gj,Ay8iDar This time around pkg-static seemed to cause the crash. Thanks, Shawn ___ freebsd-current@freebsd.org mailing

Re: Crash on xen/amd64

2014-08-24 Thread Shawn Webb
On Sun, Aug 24, 2014 at 8:47 PM, Allan Jude allanj...@freebsd.org wrote: On 2014-08-24 20:28, Shawn Webb wrote: I've been getting these occasional kernel panics in my VM: http://imgur.com/BYes0gj,Ay8iDar This time around pkg-static seemed to cause the crash. Thanks, Shawn