Displaying 5 results from an estimated 5 matches for "intren".
Did you mean:
intern
2009 Jul 21
1
Problem with INTERNALDATE when the year in localtime and GMT different
...ltm.tm_yday < gtm.tm_yday)
|| (ltm.tm_year < gtm.tm_year))
offset = -24 * 60;
else if ((ltm.tm_year == gtm.tm_year && ltm.tm_yday > gtm.tm_yday)
|| (ltm.tm_year > gtm.tm_year))
offset = 24 * 60;
else
offset = 0;
On 1 Jan. 2009, I found an error related to this code. The intrenal date of
message recieved at 01-Jan-2009 07:17:38 was not display as it received.
The protocol log was as followings.
FETCH (INTERNALDATE ?01-Jan-2009 07:17:38 -3900? RFC822.SIZE 1597 FLAGS
(\Seen) ENVELOP (?Thu, 1 Jan 2009 07:17:38 +0900 (KST)? ?
The INTERNALDATE must be ?01-Jan-2009 07:17:38...
2010 Mar 04
1
mysqlWriteTable . error in your SQL syntax?
Hi,
Can somebody advice on weird mysqlWriteTable bug.
> mysqlWriteTable(conn, 'comparison',design2, row.names = F, overwrite=T)
Error in mysqlExecStatement(conn, statement, ...) :
RS-DBI driver: (could not run statement: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '"condition"
2019 Nov 08
1
[PATCH] RFC: drm/nouveau: Make BAR1 support optional
...user.mem, 0, bar, fifo->user.bar,
+ NULL, 0);
+ }
- return nvkm_memory_map(fifo->user.mem, 0, bar, fifo->user.bar, NULL, 0);
+ return 0;
}
static void
@@ -998,7 +1004,12 @@ gk104_fifo_init(struct nvkm_fifo *base)
nvkm_wr32(device, 0x04014c + (i * 0x2000), 0xffffffff); /* INTREN */
}
- nvkm_wr32(device, 0x002254, 0x10000000 | fifo->user.bar->addr >> 12);
+ /* obsolete on GV100 and later */
+ if (fifo->user.bar) {
+ u32 value = 0x10000000 | fifo->user.bar->addr >> 12;
+
+ nvkm_wr32(device, 0x002254, value);
+ }
if (fifo->func->pbdm...
2012 Jan 12
9
linux 3.3-pre-rc1: Starting domU fails with Error: Failed to query current memory allocation of dom0.
Hi Konrad,
Today i tried linuses tree of today (last commit is 4c4d285ad5665bfbd983b95fde8d7a477d24a361).
It boots dom0 fine, but it fails to start any domU with: "Error: Failed to query current memory allocation of dom0."
With my previous 3.1.5 kernel everything is fine, nothing else changed in config in between.
dmesg and xm dmesg attached
--
Sander
Dom0 shows:
total
2015 Aug 31
8
[RFC PATCH v2 0/5] More explicit pushbuf error handling
Hi there,
Resending these now that they've had some more polish and testing, and I heard
that Ben's vacation is over :-)
These patches work as a starting point for more explicit error mechanisms and
better robustness. At the moment, when a job hangs or faults, it seems that
nouveau doesn't quite know how to handle the situation and often results in a
hang. Some of these situations