Displaying 20 results from an estimated 54 matches for "psb".
Did you mean:
ps
2017 Apr 20
0
[bug report] drm/nouveau/secboot/gm20b: add secure boot support
Hello Alexandre Courbot,
The patch 923f1bd27bf1: "drm/nouveau/secboot/gm20b: add secure boot
support" from Feb 24, 2016, leads to the following static checker
warning:
drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm20b.c:129 gm20b_secboot_new()
warn: did you mean to set '*psb' instead of 'psb'
drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm20b.c
103 int
104 gm20b_secboot_new(struct nvkm_device *device, int index,
105 struct nvkm_secboot **psb)
106 {
107 int ret;
108 struct gm200_secboot *gsb;
109...
2020 Jan 08
1
[PATCH] nouveau/secboot/gm20b: initialize pointer in gm20b_secboot_new()
We accidentally set "psb" which is a no-op instead of "*psb" so it
generates a static checker warning. We should probably set it before
the first error return so that it's always initialized.
Fixes: 923f1bd27bf1 ("drm/nouveau/secboot/gm20b: add secure boot support")
Signed-off-by: Dan Carpent...
2008 Oct 22
1
torque/psb & snow library
Hello all;
I'm trying to execute parallel jobs trough library snow on a cluster built
through torque/PSB. I'm succesfully obtaining the cluster with:
>system("cat $PBS_NODEFILE > cluster.txt")
>mycluster <- scan(file="cluster.txt",what="character")
>cl <- makeSOCKcluster(mycluster)
The only problem, at the moment, is that if I use processors in no...
2010 Sep 28
1
How to mirror only specified directories
I am trying to mirror only select directories from one server to another with rsync through its daemon mode.
Server A
/export
/home
/A-do
/A-not
/A-copy
/das
/htdocs
/docs
/em
/htdocs
/docs
/psb
/htdocs
/docs
/X-do
/X-not
/X-copy
Server B
/export
/home
/extranet
/das
/htdocs
/docs
/em
/htdocs
/docs
/psb
/htdocs
/docs
I wish to copy ev...
2012 Oct 30
1
sqlFetch doesn't read the whole objects.
...using sqlFetch, it looks okay.
However, the number of obs was different with the actual number.
If I read the same data from Microsoft Access, there are 656 obs. in it but
srt() shows me 600 obs.
Does anyone know why this happened and how to read all obs. from R?
Thank you in advance.
EJ
> psb<-odbcConnect("PSB",uid="XXX",pwd="XXXXXXX")
> cancers<-sqlFetch(psb,"CANCERS")
> str(cancers)
'data.frame': 600 obs. of 5 variables:
$ study_id : int 7 152 11 12 3 14 16 22 23 24 ...
$ cancer_type: Factor w/ 121 levels " Breas...
2020 Feb 14
0
[PATCH AUTOSEL 5.5 355/542] drm/nouveau/secboot/gm20b: initialize pointer in gm20b_secboot_new()
From: Dan Carpenter <dan.carpenter at oracle.com>
[ Upstream commit 3613a9bea95a1470dd42e4ed1cc7d86ebe0a2dc0 ]
We accidentally set "psb" which is a no-op instead of "*psb" so it
generates a static checker warning. We should probably set it before
the first error return so that it's always initialized.
Fixes: 923f1bd27bf1 ("drm/nouveau/secboot/gm20b: add secure boot support")
Signed-off-by: Dan Carpent...
2020 Feb 14
0
[PATCH AUTOSEL 5.4 309/459] drm/nouveau/secboot/gm20b: initialize pointer in gm20b_secboot_new()
From: Dan Carpenter <dan.carpenter at oracle.com>
[ Upstream commit 3613a9bea95a1470dd42e4ed1cc7d86ebe0a2dc0 ]
We accidentally set "psb" which is a no-op instead of "*psb" so it
generates a static checker warning. We should probably set it before
the first error return so that it's always initialized.
Fixes: 923f1bd27bf1 ("drm/nouveau/secboot/gm20b: add secure boot support")
Signed-off-by: Dan Carpent...
2020 Feb 14
0
[PATCH AUTOSEL 4.19 168/252] drm/nouveau/secboot/gm20b: initialize pointer in gm20b_secboot_new()
From: Dan Carpenter <dan.carpenter at oracle.com>
[ Upstream commit 3613a9bea95a1470dd42e4ed1cc7d86ebe0a2dc0 ]
We accidentally set "psb" which is a no-op instead of "*psb" so it
generates a static checker warning. We should probably set it before
the first error return so that it's always initialized.
Fixes: 923f1bd27bf1 ("drm/nouveau/secboot/gm20b: add secure boot support")
Signed-off-by: Dan Carpent...
2020 Feb 14
0
[PATCH AUTOSEL 4.14 125/186] drm/nouveau/secboot/gm20b: initialize pointer in gm20b_secboot_new()
From: Dan Carpenter <dan.carpenter at oracle.com>
[ Upstream commit 3613a9bea95a1470dd42e4ed1cc7d86ebe0a2dc0 ]
We accidentally set "psb" which is a no-op instead of "*psb" so it
generates a static checker warning. We should probably set it before
the first error return so that it's always initialized.
Fixes: 923f1bd27bf1 ("drm/nouveau/secboot/gm20b: add secure boot support")
Signed-off-by: Dan Carpent...
2002 Aug 14
0
: use of Error() for repeated measures with more than 2 factors
...described in "Notes on the use of R for psychology experiments and
questionnaires" by Jonathan Baron and Yuelin Li (see the example of Hay's)
I have found that there seems to be a limit, in the number of factors in
Error() . For example, the following worked :
aov(CV ~(Twb+Plb+Psb+tinsb+tseedb+Tmb+Mcb+Mom0b+Mom1b+Mom2b+Mom3b)^3 +
Error(Batch /
(Twb+Plb+Psb+tinsb+tseedb+Tmb+Mcb)),simulation.6batches.aovdata)
but not:
aov(CV ~(Twb+Plb+Psb+tinsb+tseedb+Tmb+Mcb+Mom0b+Mom1b+Mom2b+Mom3b)^3 +
Error(Batch /
(Twb+Plb+Psb+tinsb+tseedb+Tmb+Mcb+Mom0b+Mom1b)),simulation.6batches.ao...
2002 Aug 19
0
: Bug in Error() and the use of Error() for repeated measures with more than 2 fa ctors
...>>> Hay's)
>>
>>>>>
>>>>> I have found that there seems to be a limit, in the number of
>>>>> factors in
>>>>> Error() . For example, the following worked :
>>>>>
>>>>> aov(CV ~(Twb+Plb+Psb+tinsb+tseedb+Tmb+Mcb+Mom0b+Mom1b+Mom2b+Mom3b)3 +
>>>>> Error(Batch /
>>>>> (Twb+Plb+Psb+tinsb+tseedb+Tmb+Mcb)),simulation.6batches.aovdata)
>>>>>
>>>>> but not:
>>>>>
>>>>> aov(CV ~(Twb+Plb+Psb+tinsb+tseedb+Tm...
2010 Sep 30
3
Excluding most and including some problems continue.
...cal/bin/rsync -vvv --stats -Pzrtpl --delete --password-file=/export/home/webuser/.appprod --log-file=/export/home/webuser/logs/rsync-log -F /export/home/ webuser at appprod::dprweb_extranet/ > rsync-test
Here is the current .rsync-filter file.
+ das
+ em
+ enf
+ internal
+ itb
+ medtox
+ pml
+ psb
+ reg
+ whs
+ htdocs
+ docs
- /*
- das/*
- em/*
- enf/*
- internal/*
- itb/*
- medtox/*
- pml/*
- psb/*
- reg/*
- whs/*
- htdocs/*
This is doing pretty close to what I want it to do. Which is to mirror only the */htdocs/docs* in each of the ten directories (das,em,enf,etc.) in the base path o...
2004 Feb 04
0
help(Memory) [forwarded message]
I can't understand that people still send things like this to
R-core...
------- start of forwarded message -------
From: Tineke Casneuf <ticas at psb.ugent.be>
Sender: r-core-bounces at stat.math.ethz.ch
To: R-core at r-project.org
Subject: help(Memory)
Date: Wed, 04 Feb 2004 13:39:32 +0100
Dear,
I am trying to find a appropriate package to analyse gene expression
data from DNA microarray experiments. My data are allready normalized,
so for...
2008 Jul 25
3
cpu frequency scaling in domUs
...alled xen-3.2.1 on my AMD Sempron(tm) machine.
It runs gentoo 2.6.21 as dom0 and cpu frequency scaling works in dom0.
But inside a domU, cpu frequency scaling is not working.
By checking the boot log in domU I found that domU is unable to load the
powernow driver:
"powernow-k8: BIOS error - no PSB or ACPI _PSS objects"
I wonder if it is possible to have cpu frequency scaling support inside
domUs?
--
Vahid
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2006 Jun 11
26
Powernow-k8 support
...talled Xen on my AMD64 for my first time and so far,
everything seems to work pretty fine. :-)
I tried to enable cpu frequency support.
After booting, I get the following message in Dom0-dmesg:
powernow-k8: Found 1 AMD Athlon 64 / Opteron processors (version 1.60.0)
powernow-k8: BIOS error - no PSB or ACPI _PSS objects
I tried to find answers in the mailing-list archive and with Google, but
could not find answers.
Is there support in Xen? Are there any patches, I can download anywhere?
Would be really nice to get an answer
Thanks in advance
--- snap ---
Kind regards
Christian
--
Tel.:...
2007 Apr 28
4
Status of frequency scaling
...at the
other hand I found some fixes for powernow-k8 to get rid of some
messages.
I have an AMD64. powerno-k8 works find with non-XEN kernels, but with
XEN-kernels I get the error:
powernow-k8: Found 1 AMD Athlon(tm) 64 Processor 3400+ processors (version 2.00.00)
powernow-k8: BIOS error - no PSB or ACPI _PSS objects
This is normally a BIOS error and a BIOS update can fix it, but it works
for me with non-XEN kernels, so in my case it can’t be a BIOS problem.
So any information is welcome. Thanks!
Shade and sweet water!
Stephan
--
| Stephan Seitz E-Mail: Nur-Ab-Sal...
2007 May 04
0
RSVP RESV not seen
...st route lookup result: index 3 via 192.85.3.254 reported dest is 192.85.4.1
22:33:03.375 requesting unicast route for 192.85.4.1
22:33:03.375 unicast route lookup result: index 3 via 192.85.3.254 reported dest is 192.85.4.1
22:33:03.375 routing result after adjustment: eth1
22:33:03.375 creating PSB:192.85.3.2/2000 PHOP not yet set
22:33:03.375 creating PHopSB:192.85.3.2[32824] via rsvp-api
22:33:03.375 setting new PHOP PHopSB:192.85.3.2[32824] via rsvp-api
22:33:03.376 TSpec changed: r:530.000 b:106.000 p:530.000 m:106 M:106
22:33:03.376 creating: OIatPSB:192.85.3.2/2000 -> eth1
22:33:03.3...
2008 Nov 13
0
corfdrci and kendallfdrci from GeneNT
...==================================================================
Veronique Storme
Ing.
Master in statistical data analysis
Tel:+32 (0)9 331 38 84 fax:+32 (0)9 3313809
VIB Department of Plant Systems Biology, Ghent University
Technologiepark 927, 9052 Gent, BELGIUM
vesto at psb.ugent.be http://www.psb.ugent.be
2009 Sep 11
16
Wine and netbooks - INTEL GMA500
Hi, im having an issue running starcraft under Wine with GMA500, its the only thing i will use wine for on this ASUS EEE 1101
Code:
psb_scene.c:99: psb_scene_create: Assertion `scene->drm_scene->h <= region_height' failed.
wine: Assertion failed at address 0xb7f1e430 (thread 0009), starting debugger...
Unhandled exception: assertion failed in 32-bit code (0xb7f1e430).
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:...
2008 May 19
3
Rank Values in a Matrix
Dear All,
a short and maybe simple question:
I have to rank all values in a matrix from 0 to X,
[1] [2] [3] [4]
[1] 0.1 2 0 3
[2] 50 3 3 1
[3] 100 1 1 0
[4] 100 2 2 0
0->0
0.1->1
2->2
3->3
50->4
100->5 (X=5)
is there any function for this? i have looked in several packages
(vegan, labdsv etc.) because I am working with species by site tables,