similar to: [Bug 71357] New: After S3 resume X is broken and reboot needed

Displaying 20 results from an estimated 1000 matches similar to: "[Bug 71357] New: After S3 resume X is broken and reboot needed"

2013 Nov 07
8
[Bug 71362] New: [NVC1] X hang with drop to console after some time / GPU lockup
https://bugs.freedesktop.org/show_bug.cgi?id=71362 Priority: medium Bug ID: 71362 Assignee: nouveau at lists.freedesktop.org Summary: [NVC1] X hang with drop to console after some time / GPU lockup Severity: normal Classification: Unclassified OS: Linux (All) Reporter: krah.tm at gmail.com
2013 May 19
5
[Bug 64772] New: nouveau GF108 kernel errors and graphics corruption when enabling second output
https://bugs.freedesktop.org/show_bug.cgi?id=64772 Priority: medium Bug ID: 64772 Assignee: nouveau at lists.freedesktop.org Summary: nouveau GF108 kernel errors and graphics corruption when enabling second output QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified
2007 Jun 15
1
valid/invalid users not working with samba & windows 2003 AD
Hi. the samba server is client in a windows 2003 AD managed domain. Got a samba share like this: [Praktikanten] comment = Praktikanten path = /data/Praktikanten read only = No browseable = Yes create mask = 0664 directory mask = 0775 force group = +praktikanten Lets take some users: user1 is in group praktikanten. user2 is in group
2008 Jul 02
1
Can't create subfolders when activating namespaces, e.g. private/public
Hi, i am using hardy dovecot, 1.0.10. If i enable namespaces (the private and a public one) i am unable to create new subfolders in my private namespace, only top level folders works. There is nothing in the log about that error even if i set mail_debug = yes. If i comment out everything (no namespaces at all, implicit private one), it works again. Any hints whats going wrong, why is my client
2011 May 26
1
passdb: password contains illegal chars question
Hi, some question about passdb backend: I'll receive this (using dovecot 2.0.13, pgsql passdb backend) for some users: mail dovecot: auth: passdb(account-username,127.0.0.1): Attempted login with password having illegal chars Password schema ist crypt-md5. So what "chars" does dovecot not like (why?) and whats the preferred way to fix this? regards Torsten -- Bitte senden
2017 Jun 20
2
Fwd: [Bug 99900] nouveau: freeze / crash after kernel update to 4.10
Hey, This was reported back in February and it seems nobody's given a shit? I've got a machine here with a Quadro 4000 that the screen locks up on every single time the monitor goes to sleep. Userspace is Ubuntu 16.04, kernel is recent mainline (4.12-rc4+). It's been happening since 4.10 though. Can we please see this fixed by 4.12? It's an enormous regression and a major hassle
2013 Nov 07
2
[LLVMdev] Bugzilla REST API?
Does anybody know if we have bugzilla's REST API enabled, and if so how to access it? <https://wiki.mozilla.org/Bugzilla:REST_API:Methods>. I tried e.g. http://llvm.org/bugs/bug/count but there doesn't seem to be anything there. I'd like to write a script that tracks various statistics e.g. how many bugs were filed in the last week, how many were closed, etc. and a REST API
2013 Nov 01
30
[Bug 71116] New: [Ubuntu userspace upgrade 13.04 -> 13.10][regression] NV34 card fails to properly resume.
https://bugs.freedesktop.org/show_bug.cgi?id=71116 Priority: medium Bug ID: 71116 Assignee: nouveau at lists.freedesktop.org Summary: [Ubuntu userspace upgrade 13.04 -> 13.10][regression] NV34 card fails to properly resume. QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified
2013 Sep 11
39
[Bug 69203] New: Kernel 3.11 - Xorg hangs immediately after invocation
https://bugs.freedesktop.org/show_bug.cgi?id=69203 Priority: medium Bug ID: 69203 Assignee: nouveau at lists.freedesktop.org Summary: Kernel 3.11 - Xorg hangs immediately after invocation Severity: normal Classification: Unclassified OS: All Reporter: alupu01 at gmail.com Hardware: Other
2013 Nov 07
2
[LLVMdev] Should remove calling NULL pointer or not
Hi John, It seems the dereferencing a NULL pointer is undefined behavior but Calling a function through a null pointer seems o.k. If so , for this place, we need comment out the check. http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#232 look at Notes from the October 2003 meeting. Yin From: John Criswell [mailto:criswell at illinois.edu] Sent: Wednesday,
2010 Oct 26
1
S4 methods for rbind()
Hello. I am trying to write an S4 method for rbind(). I have a class of objects called 'mdm', and I want to be able to rbind() them to one another. I do not want the method for rbind() to coerce anything to an mdm object. I want rbind(x1,x2,x1,x2) to work as expected [ie rbind() should take any number of arguments]. This is what I have so far: setGeneric(".rbind_pair",
2006 Sep 18
1
BSD Auth: set child environment variables requested by login script [PATCH]
Hello, in the BSD Authentication system the login script can request environment variables to be set/unset. The call to auth_close() in auth-passwd.c does change the current environment, but those changes are lost for the child environment. It would be really useful to add some kind of mechanism to get those changes into the child environment. I've added two possible solutions. Both
2010 Nov 10
1
S4 package warning
Hello everyone. R-2.12.0, suse linux 11.3. I am debugging a package that uses S4 methods and R CMD check gives the following warning: > Warning in methods::findMethods(g, env) : > non-generic function 'mdm' given to findMethods() > See the information on DESCRIPTION files in the chapter 'Creating R > packages' of the 'Writing R Extensions' manual. I
2013 Nov 08
3
[LLVMdev] loop vectorizer and storing to uniform addresses
I am trying my luck on this global reduction kernel: float foo( int start , int end , float * A ) { float sum[4] = {0.,0.,0.,0.}; for (int i = start ; i < end ; ++i ) { for (int q = 0 ; q < 4 ; ++q ) sum[q] += A[i*4+q]; } return sum[0]+sum[1]+sum[2]+sum[3]; } LV: Checking a loop in "foo" LV: Found a loop: for.cond1 LV: Found an induction variable. LV: We
2009 Dec 03
1
S4 and head() problems
Hi I am having difficulty defining an S4 method for head() and tail(). I can't quite provide minimal self-contained code because the problem appears to require the whole corpus of my package; and there also appears to be a difference between sourcing the lines directly, and having them installed in a package. The lines in question (I think) are: setClass("mdm",
2013 Nov 07
3
[LLVMdev] [cfe-dev] RFC: A proposal to move toward using C++11 features in LLVM & Clang / bounding support for old host compilers
On 6 Nov 2013, at 19:23, Renato Golin <renato.golin at linaro.org> wrote: > BUT, right now working off a release is painful because of the > integration cost of upgrading to a new release. APIs totally change, > new bugs have to be tracked down, performance regressions fixed, etc. > Integrating our changes is a lot of work but it's not the only hard > part. Dealing with
2013 Nov 07
0
[LLVMdev] Bugzilla REST API?
I don't know the answer to this question, but I've attached an (old) version of pybugz that I tweaked a little to work with LLVM bugzilla. You can probably write such queries on top of this if you feel like figuring out its API: -- $ ./bugz get -n 1000 * Using http://llvm.org/bugs/ * Getting bug 1000 .. Title : Chris Is Buggy Assignee : tonic Reported : 2006-11-10
2003 Feb 25
0
WinXP cannot join domain (Samba PDC on FreeBSD)
Dear Sirs, I created user account "jupiter$" and did "smbpasswd -a -m jupiter". That always worked for WinNT4, but WinXP refuses to join domain (I applied registry "requiresignorseal" hack) What do I need to add/remove from smb.conf ? I'm using FreeBSD. smb.conf is attached Regards, (????????? ?????????) Ilia Chipitsine (???? ???????) -------------- next part
2011 Jan 06
0
Raid1 degraded mode
I am trying to understand how btrfs works with Raid1. Is it possible to create the filesystem with -m raid1 -d raid1 in which there is only one device available when the filesystem is created. Is it possible to refer to a second device as "missing" The use case I am thinking of is converting an existing raid1 setup from mdm + lvm + ext4 to btrfs with raid1 and subvolumes. I would
2003 Oct 25
0
memory optimization and use of recursion
Hi listers, In light with the recent discussion on the optimizing the use of memory in straneous proceudres i present you m problem, and hope to some additional ideas. I'm running a simualtion that in each step uses quite an amount of memory (but not exceedingly) - just to give you an idea - I create a pseudo population (n=1000, m=3) run lme and lm model and multiply impute (M=5) and do the