search for: irksom

Displaying 20 results from an estimated 22 matches for "irksom".

Did you mean: irksome
2017 Jul 14
2
[regression drm/noveau] suspend to ram -> BOOM: exception RIP: drm_calc_vbltimestamp_from_scanoutpos+335
On Fri, 2017-07-14 at 15:36 +0200, Mike Galbraith wrote: >  All DRM did was to slip a > WARN_ON_ONCE() that nouveau triggers into a kernel module where such > things no longer warn, they blow the box out of the water. BTW, turn that irksome WARN_ON_ONCE() in drivers/gpu/drm/drm_vblank.c into a WARN_ONCE(), and all is peachy, you get the warning, box lives. --- drivers/gpu/drm/drm_vblank.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/drivers/gpu/drm/drm_vblank.c +++ b/drivers/gpu/drm/drm_vblank.c @@ -605,7 +605,...
2009 Nov 24
1
The "lib" argument in install.packages().
...also tried). When the complete pathname is given the install.packages() call works seamlessly. Remark: I have "/Users/rturner/Rlib" as the first entry of my .libPaths(), so just doing install.packages(foo) works --- but this gives a warning about lib not being specified, which I find irksome. Questions: (1) Why is it that the complete pathname of ``lib'' has to be specified? Cannot the code of install.packages() be adjusted to work with relative pathnames? (2) If indeed this is not possible, wouldn't it be kind and helpful, to us young ( :-) ) and naive persons, t...
2017 Jul 14
4
[regression drm/noveau] suspend to ram -> BOOM: exception RIP: drm_calc_vbltimestamp_from_scanoutpos+335
...; On Fri, 2017-07-14 at 15:36 +0200, Mike Galbraith wrote: >>> >>> All DRM did was to slip a >>> WARN_ON_ONCE() that nouveau triggers into a kernel module where such >>> things no longer warn, they blow the box out of the water. >> >> BTW, turn that irksome WARN_ON_ONCE() in drivers/gpu/drm/drm_vblank.c >> into a WARN_ONCE(), and all is peachy, you get the warning, box lives. >> >> --- >> drivers/gpu/drm/drm_vblank.c | 3 ++- >> 1 file changed, 2 insertions(+), 1 deletion(-) >> >> --- a/drivers/gpu/drm/...
2006 Aug 31
1
serving speex without a server
...can listen to such a recording without the need for a prior download of the whole file and with quite minimal delay for buffering. One would need to have speexdec.exe and curl.exe in one's path. Then the command line to play a .spx file is curl URL | speexdec - Entering an entire URL is irksome and my friends can reduce this to double-clicking an icon on the desktop which invokes a .cmd file. The following example requires that you also need h2acons.exe, fgrep.exe, and basename.exe to be in your path. (Some of these are in the well known UnxUtils collection.) For .spx files on my home...
2017 Jul 14
4
[regression drm/noveau] suspend to ram -> BOOM: exception RIP: drm_calc_vbltimestamp_from_scanoutpos+335
On Wed, 2017-07-12 at 07:37 -0400, Ilia Mirkin wrote: > On Wed, Jul 12, 2017 at 7:25 AM, Mike Galbraith <efault at gmx.de> wrote: > > On Wed, 2017-07-12 at 11:55 +0200, Mike Galbraith wrote: > >> On Tue, 2017-07-11 at 14:22 -0400, Ilia Mirkin wrote: > >> > > >> > Some display stuff did change for 4.13 for GM20x+ boards. If it's not > >>
2017 Jul 14
0
[regression drm/noveau] suspend to ram -> BOOM: exception RIP: drm_calc_vbltimestamp_from_scanoutpos+335
.../17 3:41 PM, Mike Galbraith wrote: > On Fri, 2017-07-14 at 15:36 +0200, Mike Galbraith wrote: >>  All DRM did was to slip a >> WARN_ON_ONCE() that nouveau triggers into a kernel module where such >> things no longer warn, they blow the box out of the water. > BTW, turn that irksome WARN_ON_ONCE() in drivers/gpu/drm/drm_vblank.c > into a WARN_ONCE(), and all is peachy, you get the warning, box lives. > > --- > drivers/gpu/drm/drm_vblank.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > --- a/drivers/gpu/drm/drm_vblank.c > +++ b/driv...
2017 Jul 14
0
[regression drm/noveau] suspend to ram -> BOOM: exception RIP: drm_calc_vbltimestamp_from_scanoutpos+335
...t;> On Fri, 2017-07-14 at 15:36 +0200, Mike Galbraith wrote: >>>> All DRM did was to slip a >>>> WARN_ON_ONCE() that nouveau triggers into a kernel module where such >>>> things no longer warn, they blow the box out of the water. >>> BTW, turn that irksome WARN_ON_ONCE() in drivers/gpu/drm/drm_vblank.c >>> into a WARN_ONCE(), and all is peachy, you get the warning, box lives. >>> >>> --- >>> drivers/gpu/drm/drm_vblank.c | 3 ++- >>> 1 file changed, 2 insertions(+), 1 deletion(-) >>> >&...
2010 Feb 07
1
Lightscribe
...ive, according to the specs, the box and the logo on the tray. This is on a fully update CentOS 5.4 system that has behaved very well since I built this box (Gigabyte MA770T-UD3P) about 3-4 months ago. This is certainly no a critical situation but having new stuff that doesn't work is rather irksome to me. Can anyone offer a clue or two? Thanks!
2010 Dec 01
0
ACLs, NT_STATUS_ACCESS_DENIED, etc.
Hey, all. I've got some irksome issues, and would love it if someone could show me where I'm going wrong. First and foremost, I can access the folders, create new ones, etc. But copying stuff from an existing Windows share (with ACLs), not so much. Likewise when I try to assign permissions. I wind up with stuff like [2...
2018 Dec 15
0
RHEL7/Centos7 with Samba AD
...official packages > for RHEL/CentOS, as while few servers run on Fedora, people will use > these packages as an AD DC, hit the bugs in the MIT KDC, then come here > about it. Then I really wish they'd stop publishing empty packages labeled "samba-dc". It's confusing and irksome. > If you only want to do a pure backport (and not adjust the packages), > it would be safer, for the RHEL backport packages, to also turn off the > AD DC like RHEL does. The whole point of the backports for RHEL is to enable the full domain controller feature list. I've followed yo...
2016 Aug 06
4
ifelse() woes ... can we agree on a ifelse2() ?
Dear R-devel readers, ( = people interested in the improvement and development of R). This is not the first time that this topic is raised. and I am in now state to promise that anything will result from this thread ... Still, I think the majority among us has agreed that 1) you should never use ifelse(test, yes, no) if you know that length(test) == 1, in which case if(test) yes
2007 Oct 26
3
freebsd service management redux
After reading the rc.subr(8) man page and Newburns''s article on the rc.d subsystem[1], It''s clear that a rc.conf.d per service file structure is already natively supported on FreeBSD. I''ve verified this with my own testing: # echo puppetmasterd_enable=\"YES\" > /etc/rc.conf.d/puppetmasterd # /usr/local/etc/rc.d/puppetmasterd start Performing sanity check
2016 Aug 06
0
ifelse() woes ... can we agree on a ifelse2() ?
...is suggested as an alternative in ?ifelse). It generates an error in my test example, which seems reasonable. It gives the "right" thing in ifelse(c(TRUE, FALSE), factor(2:3), factor(3:2)) because the factors have the same levels. The lack of symmetry between yes and no is slightly irksome, but I would think in most cases you could choose attributes from just one of yes and no to be what you want in the result (and use !test to swap the order if necessary). > > One possibility would also be to consider a "numbers-only" or > rather "same type"-only {...
2016 Apr 29
0
C5: The Firefox ESR 45.1.0 Nighmare - bunny trail
...a few years since I played with this, but some brief research to find a working file manager show dolphin gets top marks. Used it under Gnome initially, but some stuff just doesn't show on my screen properly. At least I can actually do my job with Dolphin, but it has some quirks, some quite irksome quirks, but at least I am somewhat productive after a week of trying to get used to all the changes. With all the things I do not like about Windoze and Micro$oft, at least their file manager still works intuitively from WindozeXP, Windoze7 and Windoze10 - the only versions I have chosen to use...
2015 May 04
8
[Bug 90306] New: Nouveau crashes with multiple monitors
....x.org Hello all, I would like to direct your attention to this bug report from the arch linux tracker: https://bugs.archlinux.org/task/42121 Essentially the X server crashes when using nouveau with multiple monitors. Whenever an xrandr command is issued the server crashes. This is particularly irksome since this seems to send the monitors into power-saving mode (i.e. no more signals are sent) so that the problem can't even be resolved from a shell. I am not the author of the bug report above, I merely googled the error /usr/bin/Xorg.bin: symbol lookup error: /usr/lib/xorg/modules/drivers/...
2016 Aug 07
1
ifelse() woes ... can we agree on a ifelse2() ?
...ifelse). It generates an > error in my test example, which seems reasonable. It gives the "right" > thing in > > ifelse(c(TRUE, FALSE), factor(2:3), factor(3:2)) > > because the factors have the same levels. > > The lack of symmetry between yes and no is slightly irksome, but I would > think in most cases you could choose attributes from just one of yes and > no to be what you want in the result (and use !test to swap the order if > necessary). > >> >> One possibility would also be to consider a "numbers-only" or >> rather...
2016 Apr 29
3
C5: The Firefox ESR 45.1.0 Nighmare
On 29 April 2016 at 09:55, isdtor <isdtor at gmail.com> wrote: > Always Learning writes: > > However the time-wasting problem remains, so too do the down-loaded > > extensions in /tmp, example tmp-xxx.xpi > > The reason behind this is the missing patch referenced by Johnny's posting > that you referenced in a follow-up. > > What I would really like to see,
2016 Aug 12
2
ifelse() woes ... can we agree on a ifelse2() ?
...It generates an > error in my test example, which seems reasonable. It gives the "right" > thing in > ifelse(c(TRUE, FALSE), factor(2:3), factor(3:2)) > because the factors have the same levels. > The lack of symmetry between yes and no is slightly irksome, but I would > think in most cases you could choose attributes from just one of yes and > no to be what you want in the result (and use !test to swap the order if > necessary). Yes, you are right, that's a good point: if we don't want to "take everything"...
2018 Dec 11
3
RHEL7/Centos7 with Samba AD
On Tue, 2018-12-11 at 00:42 -0500, Nico Kadel-Garcia wrote: > On Mon, Dec 10, 2018 at 8:58 PM Andrew Bartlett <abartlet at samba.org> wrote: > > On Mon, 2018-12-10 at 20:53 -0500, Nico Kadel-Garcia wrote: > > > > > I actually hope that the "--with-experimental-ad-dc" option will work > > > well, as it seems to in Fedora 29. I'm not holding my
1997 Aug 07
9
printer problem
>Date: Mon, 4 Aug 1997 10:05:04 +0200 >From: marc.waknine@espace.aerospatiale.fr >To: samba@arvidsjaur.anu.edu.au (Non Receipt Notification Requested) >Subject: printer problem . URGENT help form SAMBA team !! >Message-ID: <9708040805.AA06185@musun95009.espace.aerospatiale.fr> > >on the SAMBA server i declare some printers >everything is ok in win3.11 because all