similar to: [Bug 93629] New: [NVE6] complete system freeze, PGRAPH engine fault on channel 2, SCHED_ERROR [ CTXSW_TIMEOUT ]

Displaying 20 results from an estimated 1000 matches similar to: "[Bug 93629] New: [NVE6] complete system freeze, PGRAPH engine fault on channel 2, SCHED_ERROR [ CTXSW_TIMEOUT ]"

2018 Sep 05
14
[Bug 107829] New: nouveau crash/freeze [MULTIPLE_WARP_ERRORS] warp 3f0009 [ILLEGAL_INSTR_ENCODING]
https://bugs.freedesktop.org/show_bug.cgi?id=107829 Bug ID: 107829 Summary: nouveau crash/freeze [MULTIPLE_WARP_ERRORS] warp 3f0009 [ILLEGAL_INSTR_ENCODING] Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: major Priority:
2017 Apr 04
47
[Bug 100567] New: Nouveau system freeze fifo: SCHED_ERROR 0a [CTXSW_TIMEOUT]
https://bugs.freedesktop.org/show_bug.cgi?id=100567 Bug ID: 100567 Summary: Nouveau system freeze fifo: SCHED_ERROR 0a [CTXSW_TIMEOUT] Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau
2023 May 30
1
PAM Offline Authentication in Ubuntu 22.04...
On 30/05/2023 09:57, Marco Gaiarin via samba wrote: > Mandi! Rowland Penny via samba > In chel di` si favelave... > >>> Probably, but first, I will install Ubuntu 22.04 with that god awful GDM >>> and see if I can get that to work. > > As just stated, i really doubt it is gnome or GDM the fault... > > >> I give up with Ubuntu > > What
2023 May 30
1
PAM Offline Authentication in Ubuntu 22.04...
Mandi! Rowland Penny via samba In chel di` si favelave... >> Probably, but first, I will install Ubuntu 22.04 with that god awful GDM >> and see if I can get that to work. As just stated, i really doubt it is gnome or GDM the fault... > I give up with Ubuntu What was... ah, 'Debian': an ancient English word that mean: i was not able to install Ubuntu. ;-) -- Per
2017 Dec 12
14
[Bug 104222] New: GNOME/Wayland desktop freezes when resizing Firefox window
https://bugs.freedesktop.org/show_bug.cgi?id=104222 Bug ID: 104222 Summary: GNOME/Wayland desktop freezes when resizing Firefox window Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau
2015 Nov 12
9
[Bug 92922] New: Xorg random freeze
https://bugs.freedesktop.org/show_bug.cgi?id=92922 Bug ID: 92922 Summary: Xorg random freeze Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: major Priority: medium Component: Driver/nouveau Assignee: nouveau at
2023 May 29
2
PAM Offline Authentication in Ubuntu 22.04...
On 29/05/2023 14:25, Rowland Penny via samba wrote: > > > On 29/05/2023 13:41, Marco Gaiarin via samba wrote: >> Mandi! Kees van Vloten via samba >> ?? In chel di` si favelave... >> >>> To me it looks identical to this >>> https://lists.samba.org/archive/samba/2021-July/236850.html >> >> Yes, seems the same... >> >>
2016 Dec 26
6
[Bug 99202] New: system freeze - fifo: SCHED_ERROR 0a [CTXSW_TIMEOUT] - MULTIPLE_WARP_ERRORS - DATA_ERROR 00000004 [INVALID_VALUE] - ILLEGAL_CLASS ch 11 - RT_STORAGE_TYPE_MISMATCH - CLASS_SUBCH_MISMATCH
https://bugs.freedesktop.org/show_bug.cgi?id=99202 Bug ID: 99202 Summary: system freeze - fifo: SCHED_ERROR 0a [CTXSW_TIMEOUT] - MULTIPLE_WARP_ERRORS - DATA_ERROR 00000004 [INVALID_VALUE] - ILLEGAL_CLASS ch 11 - RT_STORAGE_TYPE_MISMATCH - CLASS_SUBCH_MISMATCH Product: xorg Version: unspecified
2016 Jan 15
4
Samba AD/DC, Single-Sign-On, domain users cannot change password
On January 14, 2016 at 12:16 Rowland Penny wrote: > Using 'passwd' does work, but pam has to be setup correctly and you > cannot change the password on the first day unless you change the > minimum password age to '0' You answer piles of questions on this list, so you may not remember, but you helped me set this whole domain-member/single logon thing last October. The
2015 Dec 15
2
Debugging INVALID_OPCODE / MULTIPLE_WARP_ERRORS ?
Hi all, As part of my compute work I'm trying to get some TGSI compute code to work. The code from mesa/src/gallium/tests/trivial.c works. So now I'm trying to get a "native" tgsi kernel to run via clover, I'm using Francisco's nbody.c example for this: https://fedorapeople.org/~jwrdegoede/nbody.c Which does not work, at first I thought there was an issue with the
2015 Dec 15
2
Debugging INVALID_OPCODE / MULTIPLE_WARP_ERRORS ?
Also, where's the exit op? Perhaps what's happening is that you don't have an exit and it just goes off executing into the ether? On Tue, Dec 15, 2015 at 12:00 PM, Ilia Mirkin <imirkin at alum.mit.edu> wrote: > A few things that stand out: > > 0: ld u32 %r219 c0[0x0000000000000000+0x0] (0) > > wtf is that 0x0000000000000 thing doing there? Was it a %rX which got
2015 Apr 15
10
Laptop for CentOS
Hello, Has anyone used the Dell M3800 (ubuntu) laptop to run CentOS 6.x? If so how did it work out? Also does anyone have a fairly new laptop they are running CentOS 6.x on, that they are happy about? I am in the market for a new laptop and it must run CentOS 6.x. Thanks, -- Stephen Clark
2023 Oct 30
1
Wayland Display Support in R Plot
On 29-10-2023 22:29, Dirk Eddelbuettel wrote: > On 30 October 2023 at 09:20, Simon Urbanek wrote: > | > On 30/10/2023, at 8:38 AM, Dirk Eddelbuettel<edd at debian.org> wrote: > | > On 30 October 2023 at 07:54, Paul Murrell wrote: > | > | I am unaware of any Wayland display support. > | > | > | > | One useful way forward would be an R package that provides
2015 Dec 16
4
Debugging INVALID_OPCODE / MULTIPLE_WARP_ERRORS ?
I believe that your problem is this: /*01a0*/ LD R8, [R8]; /* 0x8000000000821c85 */ That needs to be LD.E (and your ST's need to be ST.E). You're using a 32-bit gmem address, but you need to be using a 64-bit one. I believe the 32-bit ones work on fermi, but afaik not on Kepler. Cheers, -ilia On Wed, Dec 16, 2015 at 12:06 PM, Hans de Goede
2019 Sep 30
12
[Bug 111868] New: xorg with nouveau crash when starting mate-session in debian 10
https://bugs.freedesktop.org/show_bug.cgi?id=111868 Bug ID: 111868 Summary: xorg with nouveau crash when starting mate-session in debian 10 Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW Severity: not set Priority: not set Component:
2016 Jan 14
2
Samba AD/DC, Single-Sign-On, domain users cannot change password
On 14/01/16 05:54, Mark Foley wrote: > Hmmm, this message is a week old and nothing? > > I know many of you have domain member hosts in your domain and surely are logging in as domain > users authenticating with the Samba4 AD/DC, right? > > How do you change your password without having the domain Administrator do it for you? > > --Mark > > -----Original Message-----
2015 Dec 04
1
NV50 compute support questions
Hi, On 04-12-15 09:54, Samuel Pitoiset wrote: > > > On 12/04/2015 09:45 AM, Hans de Goede wrote: <snip> >>> Please give a shot at this branch : >>> http://cgit.freedesktop.org/~hakzsam/mesa/log/?h=nvf0_compute >>> >>> It fixes the initialization of the compute state and allows me to >>> launch 'test_input_global' (ie. ./compute
2011 Jul 05
9
[Bug 38984] New: xorg-nouveau: Segfault after gdm3 login, EQ overflowing, GeForce 8600 GT (backtrace attached)
https://bugs.freedesktop.org/show_bug.cgi?id=38984 Summary: xorg-nouveau: Segfault after gdm3 login, EQ overflowing, GeForce 8600 GT (backtrace attached) Product: xorg Version: 7.6 Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: major Priority: medium Component:
2023 May 30
1
PAM Offline Authentication in Ubuntu 22.04...
On 29/05/2023 18:31, Rowland Penny via samba wrote: > > > On 29/05/2023 14:25, Rowland Penny via samba wrote: >> >> >> On 29/05/2023 13:41, Marco Gaiarin via samba wrote: >>> Mandi! Kees van Vloten via samba >>> ?? In chel di` si favelave... >>> >>>> To me it looks identical to this >>>>
2016 May 10
2
Change Password after expired
I do not speak Spanish, I am using a web server, which is not locally on Samba 4, but on the same network. OS: CentOS 7 64-bit [Root @ webserver conf] # rpm -qa | grep httpd httpd-tools-2.4.6-31.el7.centos.x86_64 httpd-2.4.6-31.el7.centos.x86_64 [Root @ webserver conf] # [Root @ webserver conf] # rpm -qa | grep php php-pear-1.9.4-21.el7.noarch php-pear-Net-Socket-1.0.14-1.el7.noarch