search for: u00

Displaying 11 results from an estimated 11 matches for "u00".

Did you mean: 100
2012 Nov 23
14
extended attributes wiredness
...", &attrs[i]); valuelen = lgetxattr(argv[1], &attrs[i], value, 1024); if (valuelen < 0); { perror("lgetxattr failed"); return 1; } printf("value %.*s", (int) valuelen, value); } return 0; } is returning: processing file /u00/root.20121121.210102.full/var/lib/nfs/sm processing attribute system.posix_acl_default lgetxattr failed: No data available output of stat: File: ''/u00/root.20121121.210102.full/var/lib/nfs/sm'' Size: 94 Blocks: 0 IO Block: 4096 directory Device: 3ah/58d I...
2015 Jun 10
3
C5 : Firefox 38 bug
...quot;Content-Type" CONTENT="text/html; charset=iso-8859-1"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META NAME="lang" CONTENT="en"> <META NAME="dir" CONTENT="ltr"> <LINK HREF="/u00/u00.css" REL="stylesheet" TYPE="text/css"> <LINK HREF="/u00/z00extra.css" REL="stylesheet" TYPE="text/css"> <LINK HREF="/u00/u00tulpen0.png" REL="icon" TYPE="image/png"> <style> .d {fl...
2007 Aug 16
0
WERR_INVALID_NAME in printer migrate
...t devmode = no # Profiles logon path = logon home = logon drive = F: logon script = kix32.exe create mask = 0770 force create mode = 0770 force directory mode = 0770 [homes] comment = Pasta Pessoal read only = no browseable = no [netlogon] comment = Servico de login da rede path = /u00/netlogon guest ok = yes read only = yes browseable = no write list = @admin [printers] comment = Impressoras path = /var/spool/samba printable = yes browseable = yes guest ok = no [print$] comment = Drivers path = /u00/drivers browseable = yes guest ok = yes read only = yes write l...
2008 Dec 09
0
Upgrade ocfs2 question?
OCFS2 development team, We are on RHEL5 oracle-umawachorad01-+ASM1:/u00/app/oracle/admin/wachprd/bdump> uname -a Linux umawachorad01 2.6.18-92.el5 #1 SMP Tue Apr 29 13:16:15 EDT 2008 x86_64 We want to upgrade our current OCFS2 version 1.2.8 to the latest release 1.4.1 oracle-umawachorad01-+ASM1:/u00/app/oracle/admin/wachprd/bdump> cat /proc/fs/ocfs2/version OC...
2014 Aug 30
3
[PATCH envytools] nvbios: Fix reading of ram_restrict_group_count.
The entry offset was use instead of the data it points to. Probably a regression. The files showing script parsing errors has been reduced from 410 to 6 with the database of 505 vbios. --- nvbios/mem.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nvbios/mem.c b/nvbios/mem.c index 81f2d1b..e4797e3 100644 --- a/nvbios/mem.c +++ b/nvbios/mem.c @@ -232,11 +232,11 @@
2017 Sep 29
2
nfs-ganesha locking problems
...cle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production With the Partitioning, Automatic Storage Management, OLAP, Data Mining and Real Application Testing options ORA-39001: invalid argument value ORA-39000: bad dump file specification ORA-31641: unable to create dump file "/u00/app/oracle/DB_BACKUPS/FPESSP11/riskdw_prod_tabs_28092017_01.dmp" ORA-27086: unable to lock file - already in use Linux-x86_64 Error: 37: No locks available Additional information: 10 ORA-27037: unable to obtain file status Linux-x86_64 Error: 2: No such file or directory Additional information...
2017 Oct 02
0
nfs-ganesha locking problems
...Release > 11.2.0.4.0 - 64bit Production > With the Partitioning, Automatic Storage Management, OLAP, Data Mining > and Real Application Testing options > ORA-39001: invalid argument value > ORA-39000: bad dump file specification > ORA-31641: unable to create dump file > "/u00/app/oracle/DB_BACKUPS/FPESSP11/riskdw_prod_tabs_28092017_01.dmp" > ORA-27086: unable to lock file - already in use > Linux-x86_64 Error: 37: No locks available > Additional information: 10 > ORA-27037: unable to obtain file status > Linux-x86_64 Error: 2: No such file or directo...
2013 Jun 30
0
[PATCH v2] nv50: H.264/MPEG2 decoding support via VP2, available on NV84-NV96, NVA0
...ag; // a0 + uint32_t pad2[(0x1c8 - 0xa0 - 4) / 4]; + uint32_t second_chroma_qp_index_offset; // 1c8 + uint32_t u1cc; // 1cc + uint32_t curr_pic_order_cnt; // 1d0 + uint32_t field_order_cnt[2]; // 1d4 + uint32_t curr_mvidx; // 1dc + struct iref { + uint32_t u00; // 00 + uint32_t field_is_ref; // 04 // bit0: top, bit1: bottom + uint8_t is_long_term; // 08 + uint8_t non_existing; // 09 + uint32_t frame_idx; // 0c + uint32_t field_order_cnt[2]; // 10 + uint32_t mvidx; // 18 + uint8_t field_pic_flag; //...
2013 Jun 27
4
[PATCH] nv50: H.264/MPEG2 decoding support via VP2, available on NV84-NV96, NVA0
...ag; // a0 + uint32_t pad2[(0x1c8 - 0xa0 - 4) / 4]; + uint32_t second_chroma_qp_index_offset; // 1c8 + uint32_t u1cc; // 1cc + uint32_t curr_pic_order_cnt; // 1d0 + uint32_t field_order_cnt[2]; // 1d4 + uint32_t curr_mvidx; // 1dc + struct iref { + uint32_t u00; // 00 + uint32_t field_is_ref; // 04 // bit0: top, bit1: bottom + uint8_t is_long_term; // 08 + uint8_t non_existing; // 09 + uint32_t frame_idx; // 0c + uint32_t field_order_cnt[2]; // 10 + uint32_t mvidx; // 18 + uint8_t field_pic_flag; //...
2014 Aug 25
12
[PATCH envytools] demmio: Add decoding of some MEM_TIMINGS registers for NVC0.
--- rnndb/memory/nvc0_pbfb.xml | 37 ++++++++++++++++++++++++++++++++++--- 1 file changed, 34 insertions(+), 3 deletions(-) diff --git a/rnndb/memory/nvc0_pbfb.xml b/rnndb/memory/nvc0_pbfb.xml index 500cea9..e006dbe 100644 --- a/rnndb/memory/nvc0_pbfb.xml +++ b/rnndb/memory/nvc0_pbfb.xml @@ -49,23 +49,54 @@ Most bitfields are unknown. </doc> <bitfield high="7"
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking