Re: mmap port from 9 not working

2019-07-21 Thread Laurie Jennings
On Sunday, July 21, 2019, 10:44:14 AM EDT, Konstantin Belousov wrote: On Sun, Jul 21, 2019 at 03:48:03AM +, Laurie Jennings wrote: > I have some custom stuff I'm porting from Freebsd 9.x using mmap. I get a > pointer from the kernel via an ioctl and I map it into a shared buffer. > char *k

Re: filesystem mount problem

2019-07-21 Thread Ian Lepore
On Sun, 2019-07-21 at 15:07 -0400, AN wrote: > Hi: > > FreeBSD FreeBSD_13 13.0-CURRENT FreeBSD 13.0-CURRENT #102 r350187: > Sat Jul > 20 19:04:30 EDT 2019 > root@FreeBSD_13:/usr/obj/usr/src/amd64.amd64/sys/MYKERNEL amd64 > 1300036 > > I would appreciate some help with the following problem. >

Re: vmx0: watchdog timeout on queue 2, no interrupts on BSP

2019-07-21 Thread Patrick Kelsey
> On Jul 21, 2019, at 4:17 PM, Andriy Gapon wrote: > >> On 20/07/2019 20:08, Patrick Kelsey wrote: >> >> >> On Fri, Jul 19, 2019 at 10:07 AM Andriy Gapon > > wrote: >> >> >>Recently we experienced a strange problem. >>We noticed a lot of these messages in th

Re: vmx0: watchdog timeout on queue 2, no interrupts on BSP

2019-07-21 Thread Andriy Gapon
On 20/07/2019 20:08, Patrick Kelsey wrote: > > > On Fri, Jul 19, 2019 at 10:07 AM Andriy Gapon > wrote: > > > Recently we experienced a strange problem. > We noticed a lot of these messages in the logs: > vmx0: watchdog timeout on queue 2 > (always queu

Re: filesystem mount problem

2019-07-21 Thread Trond Endrestøl
On Sun, 21 Jul 2019 15:07-0400, AN wrote: > I don't understand why the /tmp is being mounted. It is causing problems > because when I try to run portupgrade it fails for lack of space. If I > forcibly unmount it everything breaks. tmpmfs is set to "AUTO" in /etc/defaults/rc.conf. Try setting t

Re: filesystem mount problem

2019-07-21 Thread Christoph Moench-Tegeder
## AN (a...@neu.net): > tmpfs 47G4.0K 47G 0%/compat/linux/dev/shm > tmpfs 20M604K 19M 3%/tmp > I don't understand why the /tmp is being mounted. It is causing problems > because when I try to run portupgrade it fails for lack of space. If I

filesystem mount problem

2019-07-21 Thread AN
Hi: FreeBSD FreeBSD_13 13.0-CURRENT FreeBSD 13.0-CURRENT #102 r350187: Sat Jul 20 19:04:30 EDT 2019 root@FreeBSD_13:/usr/obj/usr/src/amd64.amd64/sys/MYKERNEL amd64 1300036 I would appreciate some help with the following problem. /etc/fstab: # DeviceMountpoint FStype Options Du

Re: acpi issues on FreeBSD-current_r350103 on Thinkpad A485

2019-07-21 Thread Evilham
On dg., jul. 21 2019, Cristian Pogolsha wrote: Hi, Thank you for the instructions. I have a question related to post-installation. My system doesn't boot after installing and rebooting the system. It just doesn't find the partition on the drive. I get a blank screen when selecting from the bo

Re: acpi issues on FreeBSD-current_r350103 on Thinkpad A485

2019-07-21 Thread Evilham
On ds., jul. 20 2019, Evilham wrote: Serious issue: I was just debugging this right now, more infos with a proper bug report will come, but I think the system encounters a deadlock sometimes with the drm-kmod / amdgpu which results in a kernel panic. It is a serious issue, but it allows me to use

Re: mmap port from 9 not working

2019-07-21 Thread Konstantin Belousov
On Sun, Jul 21, 2019 at 03:48:03AM +, Laurie Jennings wrote: > I have some custom stuff I'm porting from Freebsd 9.x using mmap. I get a > pointer from the kernel via an ioctl and I map it into a shared buffer. > char *kptr;   // mem ptr from kernel > fd=open("/dev/kmem",O_RDWR);memp=mmap(0,si

acpi issues on FreeBSD-current_r350103 on Thinkpad A485

2019-07-21 Thread Cristian Pogolsha
Hi, Thank you for the instructions. I have a question related to post-installation. My system doesn't boot after installing and rebooting the system. It just doesn't find the partition on the drive. I get a blank screen when selecting from the boot media list. What partitioning scheme did you use

mmap port from 9 not working

2019-07-21 Thread Laurie Jennings
I have some custom stuff I'm porting from Freebsd 9.x using mmap. I get a pointer from the kernel via an ioctl and I map it into a shared buffer. char *kptr;   // mem ptr from kernel fd=open("/dev/kmem",O_RDWR);memp=mmap(0,size,PROT_READ|PROT_WRITE,MAP_SHARED,fd,(off_t) ptr); This worked perfect

Re: acpi issues on FreeBSD-current_r350103 on Thinkpad A485

2019-07-21 Thread StaffSilence
Having same issue with an i915 inside a hp envy On July 19, 2019 3:15:11 PM PDT, Cristian Pogolsha wrote: >Hi, > >I tried recently to boot FreeBSD current r350103 on a Thinkpad A485. >It's >the AMD Ryzen equivalent of the T480. During the boot I encountered >this >ACPI related error >https://driv