Displaying 20 results from an estimated 30 matches for "sgp".
Did you mean:
pgp
2020 Aug 27
1
[PATCH 0/8] Convert the intel iommu driver to the dma-iommu api
...Gunthorpe <logang at deltatee.com> wrote:
>
>
>
> On 2020-08-23 6:04 p.m., Tom Murphy wrote:
> > I have added a check for the sg_dma_len == 0 :
> > """
> > } __sgt_iter(struct scatterlist *sgl, bool dma) {
> > struct sgt_iter s = { .sgp = sgl };
> >
> > + if (sgl && sg_dma_len(sgl) == 0)
> > + s.sgp = NULL;
> >
> > if (s.sgp) {
> > .....
> > """
> > at location [1].
> > but it doens't fix the problem.
>
> Base...
2020 Sep 10
1
[Intel-gfx] [PATCH 0/8] Convert the intel iommu driver to the dma-iommu api
...t;>>> +++ b/drivers/gpu/drm/i915/i915_scatterlist.h
> >>>>>> @@ -27,13 +27,19 @@ static __always_inline struct sgt_iter {
> >>>>>> } __sgt_iter(struct scatterlist *sgl, bool dma) {
> >>>>>> struct sgt_iter s = { .sgp = sgl };
> >>>>>>
> >>>>>> + if (sgl && !sg_dma_len(s.sgp))
> >>>>>
> >>>>> I'd extend the condition to be, just to be safe:
> >>>>> if (dma && sgl && !sg_dma_len(...
2020 Sep 08
0
[Intel-gfx] [PATCH 0/8] Convert the intel iommu driver to the dma-iommu api
...rs/gpu/drm/i915/i915_scatterlist.h
> >>> +++ b/drivers/gpu/drm/i915/i915_scatterlist.h
> >>> @@ -27,13 +27,19 @@ static __always_inline struct sgt_iter {
> >>> } __sgt_iter(struct scatterlist *sgl, bool dma) {
> >>> struct sgt_iter s = { .sgp = sgl };
> >>>
> >>> + if (sgl && !sg_dma_len(s.sgp))
> >>
> >> I'd extend the condition to be, just to be safe:
> >> if (dma && sgl && !sg_dma_len(s.sgp))
> >>
> >
> > Right, good catch,...
2007 Apr 09
3
Red Hat Enterprise 3 build
...s for my machine:
automake-1.6.3-5
automake15-1.5-7
automake14-1.4p6-6
autoconf-2.57-3
autoconf213-2.13-6
Kernel version: 2.4.21-47.0.1.ELsmp (yes it is a dual processor machine)
Am I missing something that NUT needs to build?
Ron
--
Ronald Reed - RHCE, GCUX
Manager of Computer Operations
ARM SGP ACRF Site
(580)388-4053 Ext. 114
rreed@ops.sgp.arm.gov
2004 Sep 21
1
SFTP is prompting for password
...]>ssh -V
OpenSSH_3.6.1p2, SSH protocols 1.5/2.0, OpenSSL
0x0090702f ---> Remote --> connecting
Also the sftp debug seen below,
********************************************************************************************************************************
sftp -vvv redbrick at ctss91.sgp.xxx.com
Connecting to ctss91.sgp.xxx.com...
debug: SSH args "ssh -oProtocol=2 -l redbrick -v -v -v
ctss91.sgp.xxx.com -s sftp" OpenSSH_2.9p1, SSH
protocols 1.5/2.0, OpenSSL 0x0090600f
debug1: Reading configuration data
/home/guest/odyssey/.ssh/config
debug1: Applying options for *
debug1:...
2020 Aug 24
1
[PATCH 0/8] Convert the intel iommu driver to the dma-iommu api
Hi Logan/All,
I have added a check for the sg_dma_len == 0 :
"""
} __sgt_iter(struct scatterlist *sgl, bool dma) {
struct sgt_iter s = { .sgp = sgl };
+ if (sgl && sg_dma_len(sgl) == 0)
+ s.sgp = NULL;
if (s.sgp) {
.....
"""
at location [1].
but it doens't fix the problem.
You're right though, this change does need to be made, this code
doesn't handle pages of sg_d...
2008 Nov 03
4
wine hangs until ctrl - C is sent
Hello,
I have a strange problem
I have two applications called ADM and SGP
When I start one or another it starts very fast, but the second hangs until I got to the terminal and I press crtl-c
The message sent when i press ctrl-c is the following
fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for c000013a
After that it starts working
2006 Aug 01
1
snmp-ups and a Liebert GXT2-3000RT120 Ups
...am trying to get the snmp-ups driver to work with a
Liebert GXT2 UPS, and it works for knowing when it goes on battery and
such, but when it comes to shutting down the Liebert UPS, it doesn't
work.
Any suggestions or docs that I need to read?
--
Ronald Reed
Manager of Computer Operations
ARM SGP ACRF Site
(580)388-4053 Ext. 114
rreed@ops.sgp.arm.gov
2008 Nov 11
1
Can I load kernel32 native dll ?
I cant load kernel32 native dll ...
why ?
WINEDLLOVERRIDES="kernel32=n" wine sgp.exe
2011 Aug 22
0
CRAN packages maintained by you
....
- a comment to see ?person for descriptions of fields wouldn't hurt either
best,
-Michael
On 8/8/2011 9:46 AM, Kurt Hornik wrote:
> Dear maintainers,
>
> This concerns the packages
>
> CITAN ENmisc Formula MSBVAR RExcelInstaller RcmdrPlugin.mosaic
> Rd2roxygen Rz SGP betareg expectreg fastcluster glmc gptk heplots pxR
> sideChannelAttack sp spacetime trapezoid vcd
>
> maintained by one of you.
>
> I see that you have added Author at R fields providing enhanced information
> on package authors to your DESCRIPTION files, which since R 2.12.0...
2017 Oct 31
0
convertTime package.
Hi Scott,
Where did you get this function originally? I can't find anything about it.
What OS are you using?
What says, "not available for the version"? Where are you getting that error?
What are you trying to accomplish? What does that function actually
do? It's impossible to suggest a work-around for a function of unknown
purpose and origin.
(The posting guide for this
2017 Oct 31
2
convertTime package.
To whom it might concern. I am working on a project that needs the convertTime function. I am currently using version 3.4.1 and it says not available for the version. Two questions is there a work around for the function or is there another package that contains that functions.
Thanks,
Scott Anderwald
2012 Mar 17
0
[URGENT] unable to connect to 'localhost:8000': Connection refused with Xen 4.2-unstable
...- Version 1.1.pdf
===========================================================================
Download link: http://www.mediafire.com/?bk6s9ovjsrxc1qi
=======================================================================================
Linux ubuntu-1110-amd64-desktop 3.3.0-rc7-xen-teo.en.ming-sgp #1 SMP Wed
Mar 14 15:49:31 SGT 2012 x86_64 x86_64 x86_64 GNU/Linux
=======================================================================================
teo-en-ming@ubuntu-1110-amd64-desktop:~$ sudo xl list
Name ID Mem VCPUs State
Time(s)
Domain-...
2008 Sep 29
3
wine: Unhandled page fault on read access to 0x00000064
Why am i always getting this crash ??
I dont understand how can I make this work
wine: Unhandled page fault on read access to 0x00000064 at address 0x7e72d7a6 (thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0x00000064 in 32-bit code (0x7e72d7a6).
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b
EIP:7e72d7a6 ESP:00334b7c EBP:00334b94
1999 Dec 06
1
PAM authentication
...computers running sshd.
Yet
when I start (Open)sshd on my local computer and try and connect, it
won't let me login.
When I run sshd -d it says that PAM rejected my account. Here is what it
says.
I did copy the generic ssh pam file into /etc/pam.d/sshd
debug: PAM setting rhost to "redhawk.sgp.arm.gov"
PAM rejected by account configuration: Module is unknown
Faking authloop for illegal user jasapp from 198.124.97.210 port 3830
fatal: Connection closed by 198.124.97.210
debug: Calling cleanup 0x804a940(0x0)
Cannot close PAM session: Module is unknown
debug: Calling cleanup 0x8055320(...
2008 Jul 23
1
AIRC application sendig email .NETV2 fails
Hello my app tries to send an email
in the debug i get the following
trace:loaddll:load_native_dll Loaded L"C:\\AIRC\\SGP\\AIRCMail.dll" at 0x2450000: native
trace:loaddll:load_native_dll Loaded L"C:\\windows\\winsxs\\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_0de06acd\\MSVCR80.dll" at 0x78130000:
native
trace:loaddll:load_native_dll Loaded L"C:\\windows\\Microsoft.NET\\Framework\\v...
2013 Jul 14
1
Cannot VGA Passthrough Intel HD Graphics 4600 IGD
...e as follows:
===============================================================================================
teo-en-ming@intel-core-i5-4430-desktop:~$ sudo xl info
[sudo] password for teo-en-ming:
host : intel-core-i5-4430-desktop
release : 3.10.0-xen-teo.en.ming-sgp
version : #1 SMP Sat Jul 13 00:07:55 SGT 2013
machine : x86_64
nr_cpus : 4
max_cpu_id : 3
nr_nodes : 1
cores_per_socket : 4
threads_per_core : 1
cpu_mhz : 2999
hw_caps :
bfebfbff:2c1008...
2010 Nov 08
1
try (nls stops unexpectedly because of chol2inv error
...Str = "nls.L";
} else {
myStr = paste("nls.",j,sep="");
}
assign(myStr,results);
}
if(doubleBreak==T)
{
# break from outer loop if fit didn't work [SKIP simulation]
print(doubleBreak);
doubleBreak = F;
next;
}
gsim = gsim + 1;
# http://www.maths.bris.ac.uk/~mazjcr/SGP.R
COV.pooled = pooledNum/pooledDen;
## loop back through, use COV.t and COV.pooled to do tests and record reject
or not
CONTROL = nls.L$summary.nls$parameters[,1];
Vp = numeric(L-1);
for(j in 1:(L-1))
{
myStr = paste("nls.",j,sep="");
myData = get(myStr);
Diff = myData$summa...
2006 Jul 18
2
how can I delete rows?
...+ +
96 Oman OMN - -
97 Pakistan PAK + +
98 Philippines PHL + +
99 Saudi Arabia SAU - -
100 Singapore SGP + +
101 Sri Lanka LKA + +
102 Syria SYR - +
103 Taiwan OAN + +
104 Thailand THA + +
105 United Arab Emirates...
2010 Jun 10
1
Re: Recognising an unrecognisable scanner
...argument)
checking /dev/sgk... failed to open (Invalid argument)
checking /dev/sgl... failed to open (Invalid argument)
checking /dev/sgm... failed to open (Invalid argument)
checking /dev/sgn... failed to open (Invalid argument)
checking /dev/sgo... failed to open (Invalid argument)
checking /dev/sgp... failed to open (Invalid argument)
checking /dev/sgq... failed to open (Invalid argument)
checking /dev/sgr... failed to open (Invalid argument)
checking /dev/sgs... failed to open (Invalid argument)
checking /dev/sgt... failed to open (Invalid argument)
checking /dev/sgu... failed to open (Inval...