Displaying 20 results from an estimated 58 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...
2025 May 20
2
how to read a PSB file in R?
I have come across this file (warning, massive, 4.3 GB) https://esahubble.org/media/archives/images/original/heic1502a.psb and it appears to be a filetype I was not aware of previously.
Is it possible to read the file in R using any tool? It is an image and I am looking for the RGB of the file.
Many thanks and best wishes,
Ranjan
2025 May 20
2
how to read a PSB file in R?
On Tue May20'25 05:56:59AM, Rui Barradas wrote:
> From: Rui Barradas <ruipbarradas at sapo.pt>
> Date: Tue, 20 May 2025 05:56:59 +0100
> To: Ranjan Maitra <mlmaitra at gmx.com>, r-help at r-project.org
> Subject: Re: [R] how to read a PSB file in R?
>
> ?s 03:17 de 20/05/2025, Ranjan Maitra via R-help escreveu:
> > I have come across this file (warning, massive, 4.3 GB) https://esahubble.org/media/archives/images/original/heic1502a.psb and it appears to be a filetype I was not aware of previously.
> >
> >...
2025 May 20
1
how to read a PSB file in R?
?s 03:17 de 20/05/2025, Ranjan Maitra via R-help escreveu:
> I have come across this file (warning, massive, 4.3 GB) https://esahubble.org/media/archives/images/original/heic1502a.psb and it appears to be a filetype I was not aware of previously.
>
> Is it possible to read the file in R using any tool? It is an image and I am looking for the RGB of the file.
>
> Many thanks and best wishes,
> Ranjan
>
> ______________________________________________
>...
2025 May 26
1
how to read a PSB file in R?
...n Tue May20'25 12:15:41AM, Ranjan Maitra via R-help wrote:
> From: Ranjan Maitra via R-help <r-help at r-project.org>
> Date: Tue, 20 May 2025 00:15:41 -0500
> To: r-help at r-project.org
> Reply-To: Ranjan Maitra <mlmaitra at gmx.com>
> Subject: Re: [R] how to read a PSB file in R?
>
> On Tue May20'25 05:56:59AM, Rui Barradas wrote:
> > From: Rui Barradas <ruipbarradas at sapo.pt>
> > Date: Tue, 20 May 2025 05:56:59 +0100
> > To: Ranjan Maitra <mlmaitra at gmx.com>, r-help at r-project.org
> > Subject: Re: [R] how to r...
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...