Re: Fwd: Re: r365488 page faults on AMD Ryzen 9 3950X

2020-09-20 Thread Jack L.
I also have the exact same panic on a Dell motherboard with a Haswell processor.

On Sat, Sep 19, 2020 at 11:05 PM monochrome  wrote:
>
> I have confirmed that r365487 is the last kernel that will boot on my
> 2400G. These are the files changed between r365487 and r365488:
>
> Usys/vm/phys_pager.c
> Usys/vm/vm_object.c
> Usys/vm/vm_object.h
> Usys/vm/vm_pager.h
>
>
>
> On 9/18/20 8:57 AM, Rainer Hurling wrote:
> > Hi,
> > I am AFK until Sunday, so can't investigate ATM.
> > And no, I haven't solved it until now. Thanks for your report.
> > Rainer
> >
> > Am 18. September 2020 00:38:31 MESZ schrieb monochrome 
> > :
> >>
> >> forgot you
> >>
> >>  Forwarded Message 
> >> Subject: Re: r365488 page faults on AMD Ryzen 9 3950X
> >> Date: Thu, 17 Sep 2020 17:03:49 -0400
> >> From: monochrome 
> >> To: freebsd-current@freebsd.org
> >>
> >> I am also having this problem. Have you resolved it? Mine is a Ryzen 5 
> >> 2400G
> >>
> >> On 9/12/20 5:22 AM, Rainer Hurling wrote:
> >>> Since r365488 (and above until recent) my box breaks with the following
> >>> error when starting:
> >>>
> >>> Fatal trap 12: page fault while in kernel mode
> >>> cpuid = 31; apic id = 1f
> >>> fault virtual address   = 0x0
> >>> fault code  = supervisor read data, page not present
> >>> instruction pointer = 0x20:0x808f452b
> >>> stack pointer   = 0x28:0x81711800
> >>> frame pointer   = 0x28:0x81711800
> >>> code segment= base 0x0, limit 0xf, type 0x1b
> >>>   = DPL 0, pres 1, long 1, def32 0, gran 1
> >>> processor eflags= interrupt enabled, resume, IOPL = 0
> >>> current process = 0 (swapper)
> >>> trap number = 12
> >>> panic: page fault
> >>> cpuid = 31
> >>> time = 1
> >>>
> >>>
> >>>
> >>> Some infos about the system, the page fault occurs:
> >>>
> >>> CPU: AMD Ryzen 9 3950X 16-Core Processor (3493.50-MHz
> >>> K8-class CPU)
> >>> Origin="AuthenticAMD"  Id=0x870f10  Family=0x17  Model=0x71  
> >>> Stepping=0
> >>> Features=0x178bfbff
> >>> Features2=0x7ed8320b
> >>> AMD Features=0x2e500800
> >>> AMD
> >>> Features2=0x75c237ff
> >>> Structured Extended
> >>> Features=0x219c91a9
> >>> Structured Extended Features2=0x44
> >>> XSAVE Features=0xf
> >>> AMD Extended Feature Extensions ID
> >>> EBX=0x108b657
> >>> SVM: (disabled in BIOS) NP,NRIP,VClean,AFlush,DAssist,NAsids=32768
> >>> TSC: P-state invariant, performance statistics
> >>> real memory  = 68717379584 (65534 MB)
> >>> avail memory = 66756149248 (63663 MB)
> >>> Event timer "LAPIC" quality 600
> >>>
> >>>
> >>> #cat /etc/sysctl.conf
> >>> security.bsd.map_at_zero=1
> >>> kern.module_path=/boot/kernel;/boot/modules;/usr/local/modules
> >>> kern.evdev.rcpt_mask=6
> >>> kern.maxfiles=49312
> >>> kern.ipc.shm_allow_removed=1
> >>> kern.ipc.maxsockbuf=16777216
> >>> vfs.usermount=1
> >>> net.inet.tcp.rfc1323=1
> >>> net.inet.tcp.sack.enable=1
> >>> net.inet.tcp.sendbuf_auto=1
> >>> net.inet.tcp.recvbuf_auto=1
> >>> net.inet.tcp.sendbuf_max=16777216
> >>> net.inet.tcp.recvbuf_max=16777216
> >>> net.inet6.ip6.use_tempaddr=1
> >>> net.inet6.ip6.prefer_tempaddr=1
> >>> net.local.stream.recvspace=65536
> >>> net.local.stream.sendspace=65536
> >>>
> >>>
> >>> Please let me know, if I should provide more info or test something.
> >>> Thanks in advance,
> >>> Rainer
> >>> ___
> >>> freebsd-current@freebsd.org mailing list
> >>> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> >>> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
> >>>
> >> ___
> >> freebsd-current@freebsd.org mailing list
> >> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> >> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
> ___
> freebsd-current@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: make installworld broke / how to recover

2018-02-22 Thread Jack L.
maybe try a clean buildworld, update /usr/src to the latest version, rm -rf
/usr/obj, then make buildworld && make installworld && make kernel and see
if that fixes the issue?

On Thu, Feb 22, 2018 at 2:57 AM, John  wrote:

> Hello,
>
> When trying to upgrade from 11-stable to 12-current, make installworld
> broke. The OS is mainly on a ssd, there is zfs installed (usr/src is on
> zfs). Is there a guide somewhere that shows how to recover from this
> situation? both 11.1 and 12-current kernels are bootable. I can just blat
> the system and install from scratch but that would mean i've not learned
> how to fix it. I have subsequently tried make buildworld again but it bais
> out with this error:
>
> #
>
> objcopy --only-keep-debug xinstall.full install.debug
> objcopy --strip-debug --add-gnu-debuglink=install.debug  xinstall.full
> xinstall
> sh /storage/usr/src/tools/install.sh  -s -o root -g wheel -m 555
>  xinstall /obj/storage/usr/src/amd64.amd64/tmp/legacy/usr/bin/install
> sh /storage/usr/src/tools/install.sh  -o root -g wheel -m 444
> install.debug /obj/storage/usr/src/amd64.amd64/tmp/legacy/usr/lib/
> debug/usr/bin/install.debug
> install: install.debug: Inappropriate file type or format
> *** Error code 71
>
> Stop.
> make[3]: stopped in /storage/usr/src/usr.bin/xinstall
> *** Error code 1
>
> Stop.
> make[2]: stopped in /storage/usr/src
> *** Error code 1
>
> Stop.
> make[1]: stopped in /storage/usr/src
> *** Error code 1
>
> Stop.
> make: stopped in /storage/usr/src
>
> #
>
> thanks,
>
> --
>   John
>   tech-li...@zyxst.net
> ___
> freebsd-current@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
>
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: Opteron 6100-series "Magny-Cours"

2017-03-25 Thread Jack L.
I have a few still sitting in a corner with FreeBSD 7 or 8 on them. Someday i 
might put them back on with FreeBSD but not anytime soon

Sent from far away...

> On Mar 25, 2017, at 11:02 AM, Andriy Gapon  wrote:
> 
> 
> Does anyone [still] use Opteron 6100-series / "Magny-Cours" processors with 
> FreeBSD?
> 
> 
> -- 
> Andriy Gapon
> ___
> freebsd-current@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: Build error on current@r296308: 'yacc.h' file not found

2016-03-02 Thread Jack L.
I have the same compilation error when I tried to build current today as well.

On Wed, Mar 2, 2016 at 11:48 AM, Kurt Jaeger  wrote:
> Hi!
>
>> Today, I upgraded to r296308 and had this failure during buildworld:
>>
>> ===> usr.bin/mkesdb_static (obj,build-tools)
>> cc -O2 -pipe -I/usr/src/usr.bin/mkesdb_static 
>> -I/usr/src/usr.bin/mkesdb_static/../mkesdb  
>> -I/usr/src/usr.bin/mkesdb_static/../../lib/libc/iconv  -g -std=gnu99  
>> -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c lex.c -o 
>> lex.o
>> /usr/src/usr.bin/mkesdb_static/../mkesdb/lex.l:44:10: fatal error: 'yacc.h' 
>> file not found
>> #include "yacc.h"
>> 1 error generated.
>> *** Error code 1
>>
>> A 'script' output is available at http://people.freebsd.org/~pi/logs/src-up-2
>>
>> Is it just me or ... ?
>
> If I change the sequence in
>
> /usr/src/usr.bin/mkesdb/Makefile.inc
>
> for line
>
> SRCS+=  lex.l yacc.y
>
> to
>
> SRCS+=  yacc.y lex.l
>
> it builds ? That file was last touched 4 years ago ?
>
> --
> p...@opsec.eu+49 171 3101372 4 years to 
> go !
> ___
> freebsd-current@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"