Displaying 20 results from an estimated 300 matches similar to: "username.map causes delays?"
2010 Nov 03
2
Calling C in R in Windows 64 bit
Dear developers,
I am trying to run some C/ Fortran code in R. Although I have experience with that in Windows (Vista) 32 bit, I could not succeed in 64 bit. I downloaded the following:
- R 2.12.0
- Rtools 212
- miktex 2.9
- inno setup 5
-Afterwards, I changed the path as:
?C:\Program Files\R\R-2.12.0\bin;C:\Rtools\bin;C:\Rtools\MinGW64\bin;C:\Program Files\HTML Help Workshop;C:\Program Files
2013 Nov 15
0
[qemu-upstream-unstable test] 21952: regressions - FAIL
flight 21952 qemu-upstream-unstable real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/21952/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
test-amd64-i386-qemuu-rhel6hvm-intel 7 redhat-install fail REGR. vs. 20054
Tests which did not succeed, but are not blocking:
test-amd64-amd64-xl-qemuu-win7-amd64 13 guest-stop
2013 Nov 14
0
[qemu-upstream-unstable test] 21930: regressions - FAIL
flight 21930 qemu-upstream-unstable real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/21930/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
test-amd64-i386-qemuu-rhel6hvm-intel 7 redhat-install fail REGR. vs. 20054
Tests which are failing intermittently (not blocking):
test-amd64-i386-xl-qemuu-winxpsp3-vcpus1 7
2013 Nov 18
0
[qemu-upstream-unstable test] 21993: regressions - FAIL
flight 21993 qemu-upstream-unstable real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/21993/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
test-amd64-i386-qemuu-rhel6hvm-intel 7 redhat-install fail REGR. vs. 20054
Tests which are failing intermittently (not blocking):
test-amd64-amd64-xl-qemuu-win7-amd64 8
2007 Mar 13
2
An example of "overloading" [
Hello:
Could anyone point me to a nice example where someone has created methods
for "[" on a user defined Class?
I looked at the package Matrix but that was a little daunting. I'm looking
for someone a little more introductory. I've tried to search the help
section and the web but its difficult since "[" isn't searchable.
Thanks in advance!
Greg
[[alternative
2014 Apr 06
0
[Bug 77102] gallium nouveau has no profile in vdpau and libva
https://bugs.freedesktop.org/show_bug.cgi?id=77102
Ilia Mirkin <imirkin at alum.mit.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|mesa-dev at lists.freedesktop. |nouveau at lists.freedesktop.o
|org |rg
Component|Other
2014 Apr 06
0
[Bug 77102] gallium nouveau has no profile in vdpau and libva
https://bugs.freedesktop.org/show_bug.cgi?id=77102
--- Comment #7 from Stefan Ringel <mail at stefanringel.de> ---
Created attachment 96999
--> https://bugs.freedesktop.org/attachment.cgi?id=96999&action=edit
ls
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2014 Apr 06
0
[Bug 77102] gallium nouveau has no profile in vdpau and libva
https://bugs.freedesktop.org/show_bug.cgi?id=77102
--- Comment #8 from Ilia Mirkin <imirkin at alum.mit.edu> ---
OK, so it seems like the firmware is correctly in place, and there are no
errors coming from dmesg, which means it's getting loaded (or at least isn't
failing to load).
What version of Mesa are you using? I recently added a feature which
auto-detects if firmware is
2014 Apr 06
0
[Bug 77102] gallium nouveau has no profile in vdpau and libva
https://bugs.freedesktop.org/show_bug.cgi?id=77102
--- Comment #9 from Stefan Ringel <mail at stefanringel.de> ---
(In reply to comment #8)
> OK, so it seems like the firmware is correctly in place, and there are no
> errors coming from dmesg, which means it's getting loaded (or at least isn't
> failing to load).
>
> What version of Mesa are you using? I recently
2014 Apr 06
0
[Bug 77102] gallium nouveau has no profile in vdpau and libva
https://bugs.freedesktop.org/show_bug.cgi?id=77102
--- Comment #10 from Ilia Mirkin <imirkin at alum.mit.edu> ---
Would you mind booting with
nouveau.debug=PBSP=trace
and putting up a dmesg from that (after the vdpauinfo, that is). BTW, silly
question -- do you have a libvdpau_nouveau.so?
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part
2014 Apr 06
0
[Bug 77102] gallium nouveau has no profile in vdpau and libva
https://bugs.freedesktop.org/show_bug.cgi?id=77102
--- Comment #11 from Stefan Ringel <mail at stefanringel.de> ---
(In reply to comment #10)
> Would you mind booting with
>
> nouveau.debug=PBSP=trace
>
> and putting up a dmesg from that (after the vdpauinfo, that is). BTW, silly
> question -- do you have a libvdpau_nouveau.so?
yes I have libvdpau_nouveau.so. It is
2014 Apr 06
0
[Bug 77102] gallium nouveau has no profile in vdpau and libva
https://bugs.freedesktop.org/show_bug.cgi?id=77102
--- Comment #12 from Stefan Ringel <mail at stefanringel.de> ---
Created attachment 97000
--> https://bugs.freedesktop.org/attachment.cgi?id=97000&action=edit
dmesg
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2014 Apr 07
0
[Bug 77102] gallium nouveau has no profile in vdpau and libva
https://bugs.freedesktop.org/show_bug.cgi?id=77102
--- Comment #13 from Ilia Mirkin <imirkin at alum.mit.edu> ---
Created attachment 97009
--> https://bugs.freedesktop.org/attachment.cgi?id=97009&action=edit
firmware present patch
OK, upon further code reading, it looks like the way nouveau does class id's is
a bit off. That doesn't strictly matter for BSP, but there's
2014 Apr 07
0
[Bug 77102] gallium nouveau has no profile in vdpau and libva
https://bugs.freedesktop.org/show_bug.cgi?id=77102
--- Comment #14 from Stefan Ringel <mail at stefanringel.de> ---
(In reply to comment #13)
> Created attachment 97009 [details] [review]
> firmware present patch
>
> OK, upon further code reading, it looks like the way nouveau does class id's
> is a bit off. That doesn't strictly matter for BSP, but there's a
2014 Apr 07
0
[Bug 77102] gallium nouveau has no profile in vdpau and libva
https://bugs.freedesktop.org/show_bug.cgi?id=77102
--- Comment #15 from Stefan Ringel <mail at stefanringel.de> ---
Created attachment 97014
--> https://bugs.freedesktop.org/attachment.cgi?id=97014&action=edit
correct profile in vdpauinfo + vainfo
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment
2014 Apr 07
0
[Bug 77102] gallium nouveau has no profile in vdpau and libva
https://bugs.freedesktop.org/show_bug.cgi?id=77102
Ilia Mirkin <imirkin at alum.mit.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution|--- |FIXED
--- Comment #17 from Ilia Mirkin <imirkin at
2014 Apr 07
0
[Bug 77102] gallium nouveau has no profile in vdpau and libva
https://bugs.freedesktop.org/show_bug.cgi?id=77102
--- Comment #16 from Stefan Ringel <mail at stefanringel.de> ---
(In reply to comment #15)
> Created attachment 97014 [details]
> correct profile in vdpauinfo + vainfo
dmseg:
[ 97.292274] nouveau T[ PBSP][0000:01:00.0] inc() == 4
[ 97.341821] nouveau T[ PBSP][0000:01:00.0] use(+1) == 1
[ 97.341827] nouveau T[
2005 Sep 29
1
changeset:7135:7f732bba3ed4 update
Fc4 domO, tyan 2462 SMP
xen_changeset : Thu Sep 29 14:59:18 2005 +0100 7f732bba3ed4
domU''s will not start, they try to and hang.
Regards,
Ted
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2017 Jul 21
15
[Bug 2746] New: RFE: Allow to disable SHA1 signatures for RSA
https://bugzilla.mindrot.org/show_bug.cgi?id=2746
Bug ID: 2746
Summary: RFE: Allow to disable SHA1 signatures for RSA
Product: Portable OpenSSH
Version: 7.5p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
Assignee: unassigned-bugs at
2006 Apr 13
0
question reg. conditional regression
Hi useRs,
I have been running a regression of the following kind:
> summary(lm(dx[2:2747] ~ 0 + (dx[1:2746]>15)))
Call:
lm(formula = dx[2:2747] ~ 0 + (dx[1:2746] > 15))
Residuals:
Min 1Q Median 3Q Max
-46.35871 -3.15871 0.04129 3.04129 30.04129
Coefficients:
Estimate Std. Error t value Pr(>|t|)
dx[1:2746] > 15FALSE