Re: 13.0-CURRENT: Linux syscall inotify_init regression?

2018-11-21 Thread matias
I see, what I took for the symptom of the absence of the stub is 
actually the stub doing what it should be doing 8P
No, the kernel doesn't panic, Sublime just dies. Now that I know that 
the stub is actually there, I realize it is probably a problem with 
Sublime itself. I have now installed the previous version (sublime build 
3143) that I knew was working in 12.0-CURRENT and there you go, it 
works.


Thanks for your help and sorry for the noise :D


On 21/11/2018 10:46, Tijl Coosemans wrote:

On Wed, 21 Nov 2018 10:22:27 +0100 mat...@pizarro.net wrote:

Hi Tijl and all,

Thanks for r340631 and r340674. I am currently running r340703 and I
thought this might be of interest to you: I get the following error 
when

trying to run Sublime Text 3 on X:

kernel: linux: pid 104 (io_worker): syscall inotify_init not 
implemented


I understand there should be a stub in place, even though the inotify
syscall is not supported, shouldn't there be?


Yes, there is a stub that prints the message you see.  What exactly is
the problem?  Does the kernel still panic?  Can you provide the 
core.txt

file in that case?
___
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: 13.0-CURRENT: Linux syscall inotify_init regression?

2018-11-21 Thread Tijl Coosemans
On Wed, 21 Nov 2018 10:22:27 +0100 mat...@pizarro.net wrote:
> Hi Tijl and all,
> 
> Thanks for r340631 and r340674. I am currently running r340703 and I 
> thought this might be of interest to you: I get the following error when 
> trying to run Sublime Text 3 on X:
> 
> kernel: linux: pid 104 (io_worker): syscall inotify_init not implemented
> 
> I understand there should be a stub in place, even though the inotify 
> syscall is not supported, shouldn't there be?

Yes, there is a stub that prints the message you see.  What exactly is
the problem?  Does the kernel still panic?  Can you provide the core.txt
file in that case?
___
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"


13.0-CURRENT: Linux syscall inotify_init regression?

2018-11-21 Thread matias

Hi Tijl and all,

Thanks for r340631 and r340674. I am currently running r340703 and I 
thought this might be of interest to you: I get the following error when 
trying to run Sublime Text 3 on X:


kernel: linux: pid 104 (io_worker): syscall inotify_init not implemented

I understand there should be a stub in place, even though the inotify 
syscall is not supported, shouldn't there be?


$ uname -a
FreeBSD lenovo01.x.xxx 13.0-CURRENT FreeBSD 13.0-CURRENT 
r340703+73a91fe29c4(svn_head) GENERIC-NODEBUG  amd64


Best regards,

-- Matías
___
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"