Hi
It is booting fine with patch.
Thanks!
Ruslan
On Fri, Sep 23, 2016 at 12:34:40AM +0200, Mariusz Zaborski wrote:
> Thanks, I was able to reproduce that :)
> I attached the patch. Could you please confirm that it fix the problem?
>
> Thank you and sorry for inconveniences,
> Mariusz
>
> On 2
Thanks, I was able to reproduce that :)
I attached the patch. Could you please confirm that it fix the problem?
Thank you and sorry for inconveniences,
Mariusz
On 22 September 2016 at 18:11, Ruslan Bukin wrote:
> I have just tested this with MIPS64EL and the result is the same.
> So you can try
I have just tested this with MIPS64EL and the result is the same.
So you can try both EL or EB
e.g. make -j16 TARGET=mips TARGET_ARCH=mips64el KERNCONF=MALTA64 buildkernel
Ruslan
On Thu, Sep 22, 2016 at 03:21:53PM +, Ruslan Bukin wrote:
> Hi
>
> It reports nothing. Yes I use qemu:
> /home/r
Hi
It reports nothing. Yes I use qemu:
/home/rb743/dev/qemu/qemu/build1/mips64-softmmu/qemu-system-mips64 -M malta
-kernel ~/obj/mips.mips64/home/rb743/dev/freebsd-mips/sys/MALTA64/kernel -hda
/home/rb743/world-mips64eb/mips64eb.img -nographic -smp 1 -cpu 5kf -net nic
-net user -m 2048M -redir
I tested it on the mips for Malta kernel and it's works fine. I will
try to do it on mips64, are you using qemu to test it?
What is ctrl + t reporting you?
On 22 September 2016 at 16:56, Ruslan Bukin wrote:
> May be. The next line should be
> /etc/rc: WARNING: $hostname is not set -- see rc.conf
May be. The next line should be
/etc/rc: WARNING: $hostname is not set -- see rc.conf(5).
but it hangs before this line
Ruslan
On Thu, Sep 22, 2016 at 04:39:16PM +0200, Mariusz Zaborski wrote:
> Hi Ruslan,
>
> Does it hang on some network script?
>
> Thanks,
> Mariusz
>
>
> On 22 September 2
Hi Mariusz
my MIPS64EB kernel stops booting with this
somewhere here:
[...]
Starting file system checks:
/dev/ada0: 20369 files, 794696 used, 7573573 free (933 frags, 946580 blocks,
0.0% fragmentation)
Mounting local filesystems:.
ELF ldconfig path: /lib /usr/lib /usr/lib/compat
random: unblocki
Hi Ruslan,
Does it hang on some network script?
Thanks,
Mariusz
On 22 September 2016 at 16:34, Ruslan Bukin wrote:
> Hi Mariusz
>
> my MIPS64EB kernel stops booting with this
>
> somewhere here:
> [...]
> Starting file system checks:
> /dev/ada0: 20369 files, 794696 used, 7573573 free (933 fra
Author: oshogbo
Date: Thu Sep 22 09:58:46 2016
New Revision: 306174
URL: https://svnweb.freebsd.org/changeset/base/306174
Log:
capsicum: propagate rights on accept(2)
Descriptor returned by accept(2) should inherits capabilities rights from
the listening socket.
PR: 201052