search for: 120000

Displaying 20 results from an estimated 98 matches for "120000".

Did you mean: 10000
2016 Feb 23
2
[GIT,PULL] Signed firmware for NVIDIA Maxwell 2 GPUs
...gm200/gr/gpccs_inst.bin create mode 100644 nvidia/gm200/gr/gpccs_sig.bin create mode 100644 nvidia/gm200/gr/sw_bundle_init.bin create mode 100644 nvidia/gm200/gr/sw_ctx.bin create mode 100644 nvidia/gm200/gr/sw_method_init.bin create mode 100644 nvidia/gm200/gr/sw_nonctx.bin create mode 120000 nvidia/gm204/acr/bl.bin create mode 120000 nvidia/gm204/acr/ucode_load.bin create mode 120000 nvidia/gm204/acr/ucode_unload.bin create mode 120000 nvidia/gm204/gr/fecs_bl.bin create mode 100644 nvidia/gm204/gr/fecs_data.bin create mode 120000 nvidia/gm204/gr/fecs_inst.bin create mode 10...
2011 Jul 30
1
[PATCH node] Update rawhide to F17
...: Mike Burns <mburns at redhat.com> --- recipe/Makefile.am | 2 +- recipe/ovirt17-install.ks | 1 + recipe/ovirt17-minimizer.ks | 1 + recipe/ovirt17-pkgs.ks | 1 + recipe/ovirt17-post.ks | 1 + 5 files changed, 5 insertions(+), 1 deletions(-) create mode 120000 recipe/ovirt17-install.ks create mode 120000 recipe/ovirt17-minimizer.ks create mode 120000 recipe/ovirt17-pkgs.ks create mode 120000 recipe/ovirt17-post.ks diff --git a/recipe/Makefile.am b/recipe/Makefile.am index 060fa19..b28203c 100644 --- a/recipe/Makefile.am +++ b/recipe/Makefile.am @@ -2...
2010 Dec 22
0
Asterisk 1.8.1.1 Multiple Parking Lots
...rrent --------------- ------- ------- (none) Feature Groups: --------------- (none) Call parking (Parking lot: parkinglot_fitts) ------------ Parking extension : 700 Parking context : parkedcalls-fitts Parked call extensions: 701-710 Parkingtime : 120000 MusicOnHold class : Call parking (Parking lot: parkinglot_coventry) ------------ Parking extension : 700 Parking context : parkedcalls-coventry Parked call extensions: 701-710 Parkingtime : 120000 MusicOnHold class : Call parking (Parking lot: par...
2011 Oct 26
1
wine crash on exe launch
...1_0_SERVER (500): STUB fixme:wininet:INET_QueryOption INTERNET_OPTION_CONNECTED_STATE: semi-stub fixme:wininet:InternetAutodial STUB fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DISABLE_AUTODIAL; STUB fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 120000 fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 120000 fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (120000): STUB fixme:mshtml:DllGetClassObject Unknown class {3050f3d6-98b5-11cf-bb82-00aa00bdce0b} err:ole:apartment_getclassobject...
2011 Dec 30
1
winbind user mapping problem
...09:33:08.072315, 1] smbd/sesssetup.c:454(reply_spnego_kerberos) Username GALILEU-F\teste is invalid on this system Also, in 'winbind-idmap' log file I am getting this: [2011/12/30 09:32:56.902810, 1] winbindd/idmap_tdb.c:445(idmap_tdb_allocate_id) Fatal Error: UID range full!! (max: 120000) So what happens in reality? Trying to 'getent' that user results in nothing, so no mapping, right? root at sputnik:/var/cache/samba# getent passwd bmartins bmartins:*:100001:100000::/home/GALILEU-F/bmartins:/bin/false root at sputnik:/var/cache/samba# getent passwd teste root at sputnik:/...
2014 Aug 24
0
[PATCH 1/3] subdev: add a pfuse subdev
...+++++++++++++++ > nvkm/subdev/fuse/gf100.c | 83 ++++++++++++++++++++++++++++++++++++++++++ > nvkm/subdev/fuse/gm107.c | 66 +++++++++++++++++++++++++++++++++ > nvkm/subdev/fuse/priv.h | 9 +++++ > 21 files changed, 388 insertions(+), 1 deletion(-) > create mode 120000 drm/core/include/subdev/fuse.h > create mode 120000 drm/core/subdev/fuse/base.c > create mode 120000 drm/core/subdev/fuse/g80.c > create mode 120000 drm/core/subdev/fuse/gf100.c > create mode 120000 drm/core/subdev/fuse/gm107.c > create mode 120000 drm/core/subdev/fuse/priv.h &g...
2023 Feb 15
2
[libnbd PATCH v3 02/29] generator/C.ml: use space consistently in func. and func.-like macro calls
...efine LIBNBD_GCC_VERSION \\\n"; pr " (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__)\n"; pr "#endif\n"; pr "\n"; pr "#ifndef LIBNBD_ATTRIBUTE_NONNULL\n"; - pr "#if defined(__GNUC__) && LIBNBD_GCC_VERSION >= 120000 /* gcc >= 12.0 */\n"; - pr "#define LIBNBD_ATTRIBUTE_NONNULL(...) __attribute__((__nonnull__(__VA_ARGS__)))\n"; + pr "#if defined (__GNUC__) && LIBNBD_GCC_VERSION >= 120000 /* gcc >= 12.0 */\n"; + pr "#define LIBNBD_ATTRIBUTE_NONNULL(...) __attribut...
2008 Jul 23
3
Trouble Playing message file via Perl AGI
...message, but it then skips to the next AGI instruction and nothing gets played. Then I tried to use the get_data() method. It turns out that I had to put two of them in my code, but then the timeout doesn't work and it doesn't capture any keypresses: $result = $agi->get_data($msg, 120000, 1); $result = $agi->get_data($msg, 120000, 1); Finally, I tried to use the get_option() method that was documented in the module POD file; Perl complains that the method isn't defined: $result = $agi->get_option($msg, "12345", 10000); So, what am I missing? I know this wor...
2014 Dec 18
4
[RFC PATCH 0/3] introduce DVFS for GK20A
...v/dvfs/Makefile.am | 6 ++ nvkm/subdev/dvfs/base.c | 129 ++++++++++++++++++++++++++++++++++ nvkm/subdev/dvfs/gk20a.c | 156 +++++++++++++++++++++++++++++++++++++++++ nvkm/subdev/dvfs/priv.h | 43 ++++++++++++ 15 files changed, 382 insertions(+), 5 deletions(-) create mode 120000 drm/core/include/subdev/dvfs.h create mode 120000 drm/core/subdev/dvfs/base.c create mode 120000 drm/core/subdev/dvfs/gk20a.c create mode 120000 drm/core/subdev/dvfs/priv.h create mode 100644 nvkm/include/subdev/dvfs.h create mode 100644 nvkm/subdev/dvfs/Makefile.am create mode 100644 nvkm/su...
2007 Aug 30
5
Upper limit to numeric user IDs?
I am still in the familiarisation and testing phase of my puppet implementation, and have a question for the enlightened: Is there an upper limit to the numeric user ID that puppet recognises? Here is what I have so far: System is RHEL4, puppet 0.23.1 All users are defined in LDAP rather than in /etc/password, and their numeric user IDs are sourced from LDAP as well. These numeric IDs
2014 Aug 24
8
[PATCH 1/3] subdev: add a pfuse subdev
...++++++++++++++++++++++++++++++++++++++++ nvkm/subdev/fuse/gf100.c | 83 ++++++++++++++++++++++++++++++++++++++++++ nvkm/subdev/fuse/gm107.c | 66 +++++++++++++++++++++++++++++++++ nvkm/subdev/fuse/priv.h | 9 +++++ 21 files changed, 388 insertions(+), 1 deletion(-) create mode 120000 drm/core/include/subdev/fuse.h create mode 120000 drm/core/subdev/fuse/base.c create mode 120000 drm/core/subdev/fuse/g80.c create mode 120000 drm/core/subdev/fuse/gf100.c create mode 120000 drm/core/subdev/fuse/gm107.c create mode 120000 drm/core/subdev/fuse/priv.h create mode 100644 nvkm/in...
2009 Jul 03
0
e164.org and tollfree ENUM records
...,ALL,e164.org)}) exten => _X.,n,Set(max=${ENUMRESULT(${id},getnum)}) exten => _X.,n,While($["${i}" <= "${max}"]) exten => _X.,n,Set(uri=${ENUMRESULT(${id},${i})}) exten => _X.,n,Exec(${IF($["${uri:0:3}" = "sip"]?Dial(SIP/${uri:4},40,KL(7200000:120000)T):NoOp(ENUM URI is not of type SIP))}) exten => _X.,n,Exec(${IF($["${uri:0:4}" = "iax2"]?Dial(IAX2/${uri:5},40,KL(7200000:120000)T):NoOp(ENUM URI is not of type IAX2))}) exten => _X.,n,Set(i=${MATH(${i}+1,i)}) exten => _X.,n,EndWhile() The console results are as fo...
2014 Dec 18
2
[RFC PATCH 2/3] dvfs: add support for GK20A
...6 ++ > nvkm/subdev/dvfs/base.c | 129 ++++++++++++++++++++++++++++++++++ > nvkm/subdev/dvfs/gk20a.c | 156 +++++++++++++++++++++++++++++++++++++++++ > nvkm/subdev/dvfs/priv.h | 43 ++++++++++++ > 13 files changed, 376 insertions(+), 2 deletions(-) > create mode 120000 drm/core/include/subdev/dvfs.h > create mode 120000 drm/core/subdev/dvfs/base.c > create mode 120000 drm/core/subdev/dvfs/gk20a.c > create mode 120000 drm/core/subdev/dvfs/priv.h > create mode 100644 nvkm/include/subdev/dvfs.h > create mode 100644 nvkm/subdev/dvfs/Makefile.am &g...
2014 Dec 18
3
[RFC PATCH 2/3] dvfs: add support for GK20A
...+++++++++++++++++++++++++++++++++ >>> nvkm/subdev/dvfs/gk20a.c | 156 >>> +++++++++++++++++++++++++++++++++++++++++ >>> nvkm/subdev/dvfs/priv.h | 43 ++++++++++++ >>> 13 files changed, 376 insertions(+), 2 deletions(-) >>> create mode 120000 drm/core/include/subdev/dvfs.h >>> create mode 120000 drm/core/subdev/dvfs/base.c >>> create mode 120000 drm/core/subdev/dvfs/gk20a.c >>> create mode 120000 drm/core/subdev/dvfs/priv.h >>> create mode 100644 nvkm/include/subdev/dvfs.h >>> creat...
2009 Dec 09
1
VFS full_audit problem
...osix = yes # ldap admin dn = cn=samba,ou=DSA,dc=obram ldap suffix = dc=obram ldap user suffix = ou=Users ldap group suffix = ou=Groups ldap machine suffix = ou=Computers ldap idmap suffix = ou=Idmap #ldap ssl = start tls ldap ssl = no ldap delete dn = Yes ldap passwd sync = Yes # idmap uid = 111000-120000 idmap gid = 111000-120000 idmap backend = ldap:"ldap://127.0.0.1 ldap://192.168.0.40" idmap alloc backend = ldap idmap alloc config:ldap_base_dn = ou=Idmap,dc=obram idmap alloc config:ldap_user_dn = cn=samba,ou=DSA,dc=obram idmap alloc config:ldap_url = ldap://localhost idmap alloc config...
2023 Feb 15
1
[libnbd PATCH v3 02/29] generator/C.ml: use space consistently in func. and func.-like macro calls
...-by: Laszlo Ersek <lersek at redhat.com> > --- > generator/C.ml | 20 ++++++++++---------- > 1 file changed, 10 insertions(+), 10 deletions(-) > > pr "#ifndef LIBNBD_ATTRIBUTE_NONNULL\n"; > - pr "#if defined(__GNUC__) && LIBNBD_GCC_VERSION >= 120000 /* gcc >= 12.0 */\n"; > - pr "#define LIBNBD_ATTRIBUTE_NONNULL(...) __attribute__((__nonnull__(__VA_ARGS__)))\n"; > + pr "#if defined (__GNUC__) && LIBNBD_GCC_VERSION >= 120000 /* gcc >= 12.0 */\n"; > + pr "#define LIBNBD_ATTRIBUTE_NONNULL(...
2011 Apr 01
2
Unable to join to Windows 2003 PDC using samba 3.5.8 from a linux machine!!
...sbin/usermod -a -G %g %u delete user from group script = /usr/sbin/deluser %u %g add machine script = /usr/sbin/adduser -n -g machines -c Machine -d /dev/null -s /bin/false %u domain master = No dns proxy = No wins server = 10.25.66.71 idmap uid = 200-120000 idmap gid = 200-120000 admin users = root cups options = raw [homes] comment = Home Directories read only = No browseable = No [printers] comment = All Printers path = /usr/spool/samba printable = Yes browseable = No...
2014 Dec 18
0
[RFC PATCH 2/3] dvfs: add support for GK20A
...v/dvfs/Makefile.am | 6 ++ nvkm/subdev/dvfs/base.c | 129 ++++++++++++++++++++++++++++++++++ nvkm/subdev/dvfs/gk20a.c | 156 +++++++++++++++++++++++++++++++++++++++++ nvkm/subdev/dvfs/priv.h | 43 ++++++++++++ 13 files changed, 376 insertions(+), 2 deletions(-) create mode 120000 drm/core/include/subdev/dvfs.h create mode 120000 drm/core/subdev/dvfs/base.c create mode 120000 drm/core/subdev/dvfs/gk20a.c create mode 120000 drm/core/subdev/dvfs/priv.h create mode 100644 nvkm/include/subdev/dvfs.h create mode 100644 nvkm/subdev/dvfs/Makefile.am create mode 100644 nvkm/su...
2014 Aug 24
0
[PATCH 1/3] subdev: add a pfuse subdev
...++++++++++ > nvkm/subdev/fuse/gf100.c | 83 ++++++++++++++++++++++++++++++++++++++++++ > nvkm/subdev/fuse/gm107.c | 66 +++++++++++++++++++++++++++++++++ > nvkm/subdev/fuse/priv.h | 9 +++++ > 21 files changed, 388 insertions(+), 1 deletion(-) > create mode 120000 drm/core/include/subdev/fuse.h > create mode 120000 drm/core/subdev/fuse/base.c > create mode 120000 drm/core/subdev/fuse/g80.c > create mode 120000 drm/core/subdev/fuse/gf100.c > create mode 120000 drm/core/subdev/fuse/gm107.c > create mode 120000 drm/core/subdev/fuse/priv...
2016 Jul 09
1
[GIT,PULL] Signed firmware for NVIDIA GP100 GPU
...nit.bin | Bin 0 -> 11928 bytes nvidia/gp100/gr/sw_nonctx.bin | Bin 0 -> 2248 bytes 16 files changed, 17 insertions(+) create mode 100644 nvidia/gp100/acr/bl.bin create mode 100644 nvidia/gp100/acr/ucode_load.bin create mode 100644 nvidia/gp100/acr/ucode_unload.bin create mode 120000 nvidia/gp100/gr/fecs_bl.bin create mode 100644 nvidia/gp100/gr/fecs_data.bin create mode 100644 nvidia/gp100/gr/fecs_inst.bin create mode 100644 nvidia/gp100/gr/fecs_sig.bin create mode 120000 nvidia/gp100/gr/gpccs_bl.bin create mode 100644 nvidia/gp100/gr/gpccs_data.bin create mode 100...