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
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
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
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
{
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:
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