From owner-freebsd-stable@freebsd.org Wed Jan 24 11:55:26 2018 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5BE69ECF5DE for ; Wed, 24 Jan 2018 11:55:26 +0000 (UTC) (envelope-from nimrod@nimrod.is-a-geek.net) Received: from mail-yb0-x229.google.com (mail-yb0-x229.google.com [IPv6:2607:f8b0:4002:c09::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DE918858D4 for ; Wed, 24 Jan 2018 11:55:25 +0000 (UTC) (envelope-from nimrod@nimrod.is-a-geek.net) Received: by mail-yb0-x229.google.com with SMTP id v12so1420833ybl.3 for ; Wed, 24 Jan 2018 03:55:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=1GPsIUJSPbqhv1hlAWMhnFuqwuhWjevuYmqs8KkSWmA=; b=cfsDDctMMn+oSk6cv7oCktq/RKozZt4XXaLipDtVKFPBsEYyz8S20lpZ/dmiYSrLJw dnuyhEweuYxebvukWCFyDRyZYMK8EiBcfpFjnvo48ao/g2hbhStMhhSev4u62HNZZPrh 0s0wYkGSMD66XlxaSbbW6hbAPXuN+HattAwd7rToKUy8oK10mEoWSwz7lbSUatIjoanp ZzVmB+yV6Uv4NXWAyiOOQNsB2yQ/mcm2jX8PV86VbE9uDBNjSvgwTy5b4Ubhr3mBNleC zxW1DEj1DfptNV9NlY84whYYgRuVHLmCH2pesZ61RxQ4CqPyYl/LIY+0XQN0LqPGLTlM 3wew== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=1GPsIUJSPbqhv1hlAWMhnFuqwuhWjevuYmqs8KkSWmA=; b=jaBCXJrRkhTQf8fJ4Fbtfa1mp/OxpzszivTXJ4EqIYE+MQwsQZqWjo+0uAJc4D2BXC 5Dw5VfsMswOe7+K6K58FeyhBqs/L/Td6f7F4tec0i6HBdgtryQPGW9MruxB/V9IRXPn+ 1KGKdc9owJFD2do2YPO2BZCpBptF88tkfb+Z6OHnfqLruDw/j5Uua/ejjySzQp042aWF Tr10/KJ0rruhNyAyVrI1I6+Z08ON2WFzNZEoASzYzvtVlJgSqrvVxyRvWcdnOyUl3aIe +Pl9tSZyYfPOks01XaA/3xdXpwTAJmnpLW1I5BOmZcNZbX9ndbiFZSnbO9hgYmYe4JpY UyTw== X-Gm-Message-State: AKwxyte+RrlvaulRFSaMHf09Ge3K0WOAzbacka460rrdtbdKOdyn5VIu eAx6jE/1dJgoVwvmHLgJ/C+PBT10rUzmv5nShTXszTmc X-Google-Smtp-Source: AH8x224TRvGvyWkCpl2esAvQ/CmQkH+alAAPdWFDk+Sz8mKZd8YOSD8NqDBo4Qkc4DPGtQ4K5SCFTlVV5XykWXXRoE4= X-Received: by 10.37.136.14 with SMTP id c14mr4767895ybl.177.1516794924852; Wed, 24 Jan 2018 03:55:24 -0800 (PST) MIME-Version: 1.0 References: <8e842dec-ade7-37d1-6bd8-856ea1a827ca@sentex.net> <3b625072-dfb3-6b4f-494d-7fe1b2fa554c@ingresso.co.uk> <2c6ce4dd-f43c-7c40-abc2-732d6f8996ec@sentex.net> <795dbb79-3c18-d967-98b9-5d09a740dbfe@sentex.net> <9b769e4e-b098-b294-0bce-8bb1c42e8a59@rootautomation.com> In-Reply-To: From: Nimrod Levy Date: Wed, 24 Jan 2018 11:55:14 +0000 Message-ID: Subject: Re: Ryzen issues on FreeBSD ? To: Nimrod Levy Cc: freebsd-stable@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Jan 2018 11:55:26 -0000 Changing the memory speed from 2400 to 2133 in the BIOS has given me 4.5 days of uptime so far. The memory is supposed to be 2400. I'm still confused, but I'll accept the result On Fri, Jan 19, 2018 at 4:02 PM Nimrod Levy wrote: > I can try lowering my memory clock and see what happens. I'm a little > skeptical because I have been able to run memtest with no errors for some > time. I'm glad to give anything a try... > > > On Fri, Jan 19, 2018 at 3:49 PM Mike Tancsa wrote: > >> On 1/19/2018 3:23 PM, Ryan Root wrote: >> > This looks like the QVL list for your MB -> >> > >> http://download.gigabyte.us/FileList/Memory/mb_memory_ga-ax370-Gaming5.pdf >> >> Its an Asus MB, but the memory I have is in the above PDF list >> >> I dont see CT16G4DFD824A, but I do see other crucial products with >> slower clock speeds. Right now I do have it set to 2133 where as it was >> 2400 before. >> >> ---Mike >> >> >> > >> > >> > On 1/19/2018 12:13 PM, Mike Tancsa wrote: >> >> Drag :( I have mine disabled as well as lowering the RAM freq to 2100 >> >> from 2400. For me the hangs are infrequent. Its only been a day and a >> >> half, so not sure if its gone or I have been "lucky"... Either ways, >> >> this platform feels way too fragile to deploy on anything :( >> >> >> >> ---Mike >> >> >> >> On 1/19/2018 3:08 PM, Nimrod Levy wrote: >> >>> Looks like disabling the C- states in the bios didn't change >> anything. >> >>> >> >>> On Wed, Jan 17, 2018 at 9:22 PM Nimrod Levy > >>> > wrote: >> >>> >> >>> That looks promising. I just found that seeing in the bios and >> >>> disabled it. I'll see how it runs. >> >>> >> >>> Thanks >> >>> >> >>> >> >>> On Wed, Jan 17, 2018, 18:38 Don Lewis > >>> > wrote: >> >>> >> >>> On 17 Jan, Nimrod Levy wrote: >> >>> > I'm running 11-STABLE from 12/9. amdtemp works for me. It >> >>> also has the >> >>> > systl indicating that it it has the shared page fix. I'm >> >>> pretty sure I've >> >>> > seen the lockups since then. I'll update to the latest >> STABLE >> >>> and see >> >>> > what happens. >> >>> > >> >>> > One weird thing about my experience is that if I keep >> >>> something running >> >>> > continuously like the distributed.net < >> http://distributed.net> >> >>> client on 6 of 12 possible threads, >> >>> > it keeps the system up for MUCH longer than without. This >> is >> >>> a home server >> >>> > and very lightly loaded (one could argue insanely >> overpowered >> >>> for the use >> >>> > case). >> >>> >> >>> This sounds like the problem with the deep Cx states that has >> been >> >>> reported by numerous Linux users. I think some motherboard >> >>> brands are >> >>> more likely to have the problem. See: >> >>> >> http://forum.asrock.com/forum_posts.asp?TID=5963&title=taichi-x370-with-ubuntu-idle-lock-ups-idle-freeze >> >>> >> >>> -- >> >>> >> >>> -- >> >>> Nimrod >> >>> >> >>> >> >>> >> >>> -- >> >>> >> >>> -- >> >>> Nimrod >> >>> >> >> >> > >> > >> > _______________________________________________ >> > freebsd-stable@freebsd.org mailing list >> > https://lists.freebsd.org/mailman/listinfo/freebsd-stable >> > To unsubscribe, send any mail to " >> freebsd-stable-unsubscribe@freebsd.org" >> > >> > >> >> >> -- >> ------------------- >> Mike Tancsa, tel +1 519 651 3400 <(519)%20651-3400> >> Sentex Communications, mike@sentex.net >> Providing Internet services since 1994 www.sentex.net >> Cambridge, Ontario Canada http://www.tancsa.com/ >> _______________________________________________ >> freebsd-stable@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-stable >> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >> > > > -- > > -- > Nimrod > -- -- Nimrod