64-bit inodes (ino64) Status Update and Call for Testing

2017-04-20 Thread Konstantin Belousov
Inodes are data structures corresponding to objects in a file system, such as files and directories. FreeBSD has historically used 32-bit values to identify inodes, which limits file systems to somewhat under 2^32 objects. Many modern file systems internally use 64-bit identifiers and FreeBSD needs

Re: Sendmail eats CPU on r317039 [after -r316874 it may be -r316951 and -r316973 are not enough to fix everything]

2017-04-20 Thread Mark Millard
On 2017-Apr-20, at 2:31 AM, Tom Vijlbrief wrote: >> Op wo 19 apr. 2017 09:11 schreef Tom Vijlbrief : >> I'm currently rebuilding world and kernel on a just completed SVN checkout. >> >> Note that the normal sendmail daemon which listens for incoming traffic does >> NOT loop. >> >> The sendmail

Re: Sendmail eats CPU on r317039 [after -r316874 it may be -r316951 and -r316973 are not enough to fix everything]

2017-04-20 Thread Tom Vijlbrief
Op wo 19 apr. 2017 09:11 schreef Tom Vijlbrief : > I'm currently rebuilding world and kernel on a just completed SVN checkout. > > Note that the normal sendmail daemon which listens for incoming traffic > does NOT loop. > > The sendmail instance which tries local delivery (echo Hi | mail root) or

Re: increased power consumption lately?

2017-04-20 Thread Johannes Lundberg
I found another solution. Modifying the DSDT file by removing Method (_L06, 0, NotSerialized) // _Lxx: Level-Triggered GPE { If (LAnd (\_SB.PCI0.IGPU.GSSE, LNot (GSMI))) { \_SB.PCI0.IGPU.GSCI () } Else {

Re: increased power consumption lately?

2017-04-20 Thread Johannes Lundberg
Seem like a temporary solution on Linux is to disable the interrupt. Can this be done on FreeBSD somehow? On Thu, Apr 20, 2017 at 10:09 AM, Johannes Lundberg wrote: > Thanks Ngie, that was a good one! (I really need to learn dtrace...) > > Got this among other: > > AcpiNsLookup:entry PathInfo:

Re: increased power consumption lately?

2017-04-20 Thread Johannes Lundberg
Thanks Ngie, that was a good one! (I really need to learn dtrace...) Got this among other: AcpiNsLookup:entry PathInfo: \/ _SB_PCI0IGPUGSSE�GSMI\/ _SB_PCI0IGPUGSCI�K p Might be related to: https://bugs.freedesktop.org/show_bug.cgi?id=98501 On Wed, Apr 5, 2017 at 8:15 PM, Ngie Cooper (yaneura