DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD Installation and Upgrading

OpenBSD Installation and Upgrading Installing and upgrading OpenBSD.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 1st November 2017
livestradamus livestradamus is offline
Port Guard
 
Join Date: Nov 2016
Posts: 10
Default error: [drm:pid60567:intel_uncore_check_errors] *ERROR* Unclaimed register before int

On fresh install now of 6.2 on HP ProBook 450G1 laptop (i7 4th gen proc. w/ 16GB RAM)
Its been a while since I've last used and installed OpenBSD on this laptop. I recall having this same error below previously in 6.0 for a while and cant rememberl what I did to fix it or perhaps it was just hidden.
It scrolls 100s of times very fast at bootup.
Any help is appreciated ?

error: [drmid60567:intel_uncore_check_errors] *ERROR* Unclaimed register before interrupt
Attached Files
File Type: txt dmesg.txt (65.0 KB, 102 views)

Last edited by livestradamus; 1st November 2017 at 06:27 PM. Reason: fresh 6.2 install not 6.1
Reply With Quote
  #2   (View Single Post)  
Old 1st November 2017
hitest's Avatar
hitest hitest is offline
Real Name: George Nielsen
VPN Cryptographer
 
Join Date: Sep 2008
Location: B.C., Canada
Posts: 373
Default

Maybe try a clean install with OpenBSD 6.2? OpenBSD 6.2 has a lot of improvements over 6.1.
__________________
hitest
Reply With Quote
  #3   (View Single Post)  
Old 1st November 2017
livestradamus livestradamus is offline
Port Guard
 
Join Date: Nov 2016
Posts: 10
Default

I'm sorry, I meant its a fresh install of 6.2
Been a long day after work.
Reply With Quote
  #4   (View Single Post)  
Old 1st November 2017
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,975
Default

I've seen it reported to misc@ several times, and can't find a report to bugs@. Googling shows the error appears to occur with i915 video, Haswell and Ivy Bridge series CPUs, and has been reported with Linux and NetBSD, too.

Your dmesg buffer wrapped -- your attachment contains almost nothing but the error message. Check the contents of /var/run/dmesg.boot, as it may have information that has been lost from the buffer.
Reply With Quote
  #5   (View Single Post)  
Old 1st November 2017
livestradamus livestradamus is offline
Port Guard
 
Join Date: Nov 2016
Posts: 10
Default

Unfortunately /var/run/dmesg.boot gives only a little bit more.
Attached Files
File Type: txt dmesg.boot.txt (64.0 KB, 59 views)
Reply With Quote
  #6   (View Single Post)  
Old 1st November 2017
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,975
Default

It gave a LOT more. There's a complete dmesg starting at line 606.

It shows a Haswell Processor, which was expected:
Code:
cpu0: Intel(R) Core(TM) i7-4702MQ CPU @ 2.20GHz, 2195.20 MHz
And it shows 4600 series video:
Code:
inteldrm0 at pci0 dev 2 function 0 "Intel HD Graphics 4600" rev 0x06
The full dmesg may help with a problem report. But I don't know if there is a resolution, as I noted above.

Last edited by jggimi; 1st November 2017 at 07:46 PM. Reason: typo
Reply With Quote
  #7   (View Single Post)  
Old 2nd November 2017
livestradamus livestradamus is offline
Port Guard
 
Join Date: Nov 2016
Posts: 10
Default

I'll continue looking. Thanks for taking the time to read, research and respond.
Reply With Quote
  #8   (View Single Post)  
Old 4th November 2017
livestradamus livestradamus is offline
Port Guard
 
Join Date: Nov 2016
Posts: 10
Default

I'm guessing its related but I can't play videos

Code:
mpv Sample.mp4                                    
Playing: Sample_Video.mp4
 (+) Video --vid=1 (*) (h264)
 (+) Audio --aid=1 --alang=und (*) (aac)
libGL error: failed to open drm device: Permission denied
libGL error: failed to load driver: i965
libEGL warning: DRI2: could not open /dev/drm0 (Permission denied)
AO: [sdl] 44100Hz stereo 2ch s32
VO: [opengl] 1280x720 yuv420p
[osd/libass] PlayResX undefined, setting to 960
AV: 00:00:01 / 00:07:33 (0%) A-V:  0.000 Dropped: 44

Audio/Video desynchronisation detected! Possible reasons include too slow
hardware, temporary CPU spikes, broken drivers, and broken files. Audio
position will not match to the video (see A-V status field).

AV: 00:00:05 / 00:07:33 (1%) A-V:  0.000 Dropped: 123

Exiting... (Quit)
pthread_mutex_destroy on mutex with waiters!

Last edited by livestradamus; 4th November 2017 at 07:45 AM.
Reply With Quote
  #9   (View Single Post)  
Old 4th November 2017
e1-531g e1-531g is offline
ISO Quartermaster
 
Join Date: Mar 2014
Posts: 628
Default

I have Sandy Bridge CPU and also some drm errors in dmesg, but at least they seems to not damage anything.
Code:
error: [drm:pid93183:intel_pipe_update_start] *ERROR* Potential atomic update failure on pipe A
error: [drm:pid93183:intel_pipe_update_start] *ERROR* Potential atomic update failure on pipe A
@livestradamus
Code:
libEGL warning: DRI2: could not open /dev/drm0 (Permission denied)
It says this file coudn't be opened.
I have my user in video group. I mean the user that starts mpv (not root). You should have too. You can check by:
Code:
$ userinfo $(whoami) | grep groups
and I am changing ownership and permissions on this file by script before X.Org starts, just in case.
Code:
/usr/local/bin/sudo /usr/sbin/chown root:video /dev/drm0
/usr/local/bin/sudo /bin/chmod 660 /dev/drm0
__________________
Signature: Furthermore, I consider that systemd must be destroyed.
Based on Latin oratorical phrase
Reply With Quote
Old 4th November 2017
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,975
Default

You should not need to change ownership of a drm device; that should normally be done by X.org at startup, via startx(1), or a display manager such as xenodm(1).

The output in /var/log/Xorg.0.log may provide additional information about the problem.
Reply With Quote
Old 4th November 2017
livestradamus livestradamus is offline
Port Guard
 
Join Date: Nov 2016
Posts: 10
Default

I get these too
Code:
error: [drm:pid93183:intel_pipe_update_start] *ERROR* Potential atomic update failure on pipe A
Adding my user to VIDEO and STAFF has helped w/ the video playback I was having and some of the other issues with Xfce.
Thanks
Reply With Quote
Old 4th November 2017
e1-531g e1-531g is offline
ISO Quartermaster
 
Join Date: Mar 2014
Posts: 628
Default

Quote:
Originally Posted by jggimi View Post
You should not need to change ownership of a drm device; that should normally be done by X.org at startup, via startx(1), or a display manager such as xenodm(1).
I use xinit directly in my script to launch openbox-session. Before xinit I just declare some environment variables and set permissions. It works well.
__________________
Signature: Furthermore, I consider that systemd must be destroyed.
Based on Latin oratorical phrase
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
`halt -p` causes error sw2wolf OpenBSD General 6 24th August 2012 02:33 AM
shc unistd.h:239: error: syntax error before '&' token laraaj OpenBSD General 3 11th September 2010 07:21 AM
help error darken FreeBSD General 1 21st September 2008 09:28 PM
VLC run error mfaridi OpenBSD Packages and Ports 14 29th May 2008 05:38 PM
error kde darken FreeBSD General 1 5th May 2008 08:45 PM


All times are GMT. The time now is 06:45 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick