search for: irv

Displaying 20 results from an estimated 97 matches for "irv".

Did you mean: irq
2002 Apr 11
2
Obtaining names of ``...'' arguments.
This may be an FAQ, but a (perfunctory) search failed to turn it up. Suppose I have a function foo(...){<something>} and I want to obtain, inside foo, the names of items comprising the ``...''. E.g. if I call foo(melvin,clyde,irving) I want to be able to loop through the ``...'' and successively obtain the text strings "melvin", "clyde", and "irving". Is there any way to do this? I know that if I had a function foo(x,y,z){<something>}, and I called foo(melvin,clyde,irving), I c...
2016 Feb 15
1
[PATCH 09/23] nv50-: separate vertex formats from surface format descriptions
...LOAT, > 32_32_32_32, IBV, 0), > + V_C4A(R32G32B32A32_UNORM, NONE, C0, C1, C2, C3, UNORM, 32_32_32_32, > TV, 0), > + V_C4A(R32G32B32A32_SNORM, NONE, C0, C1, C2, C3, SNORM, 32_32_32_32, > TV, 0), > + V_C4A(R32G32B32A32_SINT, RGBA32_SINT, C0, C1, C2, C3, SINT, > 32_32_32_32, IRV, 0), > + V_C4A(R32G32B32A32_UINT, RGBA32_UINT, C0, C1, C2, C3, UINT, > 32_32_32_32, IRV, 0), > + > + V_F2A(R32G32_FLOAT, RG32_FLOAT, C0, C1, xx, xx, FLOAT, 32_32, IBV), > + V_F2A(R32G32_UNORM, NONE, C0, C1, xx, xx, UNORM, 32_32, TV), > + V_F2A(R32G32_SNORM, NONE, C0, C1, x...
2013 Nov 06
0
[LLVMdev] configparser and ConfigParser are different
Okay, I've traced it to a bug in configparser, which on my python 2.7.4 system is a backport of configparser from python 3. Here is a clean patch that works around the problem. Geoffrey On Wed, Nov 6, 2013 at 10:24 AM, Geoffrey Irving <irving at naml.us> wrote: > LLVM builds with me on the release_33 branch, but fails on trunk. I > bisected the problem to this commit: > > commit b49fb7bcd5001567d2da06f6a6e1c7ba79649e1b > Author: Daniel Dunbar <daniel at zuster.org> > Date: Wed Aug 14 23:15:39...
2002 Dec 04
3
Debian Samba Versions
...know of .deb or .dsc files for Samba Version 2.2.4, 2.2.5, 2.2.6, or 2.2.7? The only packages available from Debian are: 1. Stable - Samba 2.2.3 2. Testing - Samba 2.2.3 3. Unstable - Samba 30alpha20-4 I've looked on the debian website and in google with no luck. Any help much appreciated? IRV
2016 Feb 15
0
[PATCH 09/23] nv50-: separate vertex formats from surface format descriptions
...AT, RGBA32_FLOAT, C0, C1, C2, C3, FLOAT, 32_32_32_32, IBV, 0), + V_C4A(R32G32B32A32_UNORM, NONE, C0, C1, C2, C3, UNORM, 32_32_32_32, TV, 0), + V_C4A(R32G32B32A32_SNORM, NONE, C0, C1, C2, C3, SNORM, 32_32_32_32, TV, 0), + V_C4A(R32G32B32A32_SINT, RGBA32_SINT, C0, C1, C2, C3, SINT, 32_32_32_32, IRV, 0), + V_C4A(R32G32B32A32_UINT, RGBA32_UINT, C0, C1, C2, C3, UINT, 32_32_32_32, IRV, 0), + + V_F2A(R32G32_FLOAT, RG32_FLOAT, C0, C1, xx, xx, FLOAT, 32_32, IBV), + V_F2A(R32G32_UNORM, NONE, C0, C1, xx, xx, UNORM, 32_32, TV), + V_F2A(R32G32_SNORM, NONE, C0, C1, xx, xx, SNORM, 32_32, TV), +...
2013 Nov 06
2
[LLVMdev] configparser and ConfigParser are different
LLVM builds with me on the release_33 branch, but fails on trunk. I bisected the problem to this commit: commit b49fb7bcd5001567d2da06f6a6e1c7ba79649e1b Author: Daniel Dunbar <daniel at zuster.org> Date: Wed Aug 14 23:15:39 2013 +0000 [llvm-build] Make Py3 compatible. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk at 188424 91177308-0d34-0410-b5e6-96231b3b80d8
2002 Oct 11
1
Domain Admins
...goal is so that anyone in the "Domain Admins" group (by default) have administrative access to all member pcs of the domain. Currently, the pc's don't recognize any of the domain admins I've set according to man smbgroupedit. Anyone out there have a clue. Mucho Thanks! IRV FYI: My version of Samba is 2.999+3.0.alpha20-2 -------------- next part -------------- HTML attachment scrubbed and removed
2002 Oct 14
1
Samba Accross Lans
...ay = 10.0.0.250 Here is the ip info of one of the machines on a different subnet: Ip = 11.0.0.244 Mask = 255.255.255.0 Gateway = 11.0.0.250 Wins = 10.0.0.7 The samba server is able to ping the client ip, and vice-versa. I'll be happy to post my smb.conf file if anyone is interested. Thanks! IRV
2007 Feb 19
1
Documenting options specific to a package.
...f one specifies new options in a package, using the options() function, where does/should one document these new options? E.g. suppose that I put the line options(melvin=42) in a file zzz.R in the R directory of the package source, where the package contains functions foo(), bar(), clyde(), and irving() which all query options("melvin") and take some action based on the value of ``melvin''. The user can of course change the value of ``melvin'' from its default value by doing, e.g. options(melvin=99) Are there any conventions or standards as to how and wher...
2002 Dec 03
1
RE: Machine accounts are no longer recognized in SAMBA 3.0-20-4
...t .tdb file machine information is stored in. Also I exported all information from the pdbedit backend using pdbedit -e to an smbpasswd format and everything looked fine. All machine accounts were listed. So I don't think it's the passdb.tdb. I'm really puzzled by this one. Thanks! IRV -----Original Message----- From: samba-technical-admin@lists.samba.org [mailto:samba-technical-admin@lists.samba.org] On Behalf Of Steve Langasek Sent: Tuesday, December 03, 2002 5:13 PM To: Irving Carrion Cc: samba-technical@lists.samba.org; Eloy Paris Subject: Re: Machine accounts are no longer...
2002 Oct 01
6
XP Pro and Samba 3.0-alpha1.9
Hi everybody, I set up Samba 3.0alpha1.9 on a RH7.2 and I want to configure it as a Primary Domain Controller. Below , my smb.conf: # Samba config file created using SWAT # from 0.0.0.0 (0.0.0.0) # Date: 2002/10/01 09:04:58 # Global parameters [global] ;Nom du domaine workgroup = MOMODOM ;Nom netBios de la machine netbios name = SRV2000 ;Commentaires qui sera affiche dans le vouisinage
2002 Oct 17
2
Samba 3.0 alpha20-2 and Win2k SP3
...domain is missing or the password on that account is incorrect." I've looked through the docs but see nothing about using SP3 and Samba. Also, the log level 3 looks cryptic to me. I think I've exhausted my resources. I really don't know what else to try. Anyone have any ideas? IRV
2005 Apr 18
3
Samba Internal Error and Panic
...11 in pid 94957 (3.0.14a) Please read the appendix Bugs of the Samba HOWTO collection [2005/04/18 09:00:37, 0] lib/fault.c:fault_report(39) =============================================================== [2005/04/18 09:00:37, 0] lib/util.c:smb_panic2(1495) PANIC: internal error Thanks, Mark Irving
2002 Oct 21
6
can't add w2K client to samba domain
Hi there I can't add a w2k Machine to my existing samba domain. I did configure samba as a pdc, did create all accounts and when I wanna trust my box to the pdc it tells me in a faboulous window: " The domain name "DOMAIN" is either invalid or does not exist. Any Ideas? Best Rgds Jochen
2011 Jul 19
1
"may be used in an incorrect context"
R CMD check tells me * checking R code for possible problems ... NOTE agexact.fit.rds: ... may be used in an incorrect context: ?optim(init, agfitfn, ...)? Warning: <anonymous>: ... may be used in an incorrect context: ?optim(init, agfitfn, ...)? Can anyone tell me what this message means? My searches haven't turned up anything useful. This is with R 2.7 and 2.9. The message
2002 Oct 16
3
Problem Logging in to Samba PDC
...get is the following: "The system cannot log you on to this domain because the system's computer account in its primary domain is missing or the password on that account is incorrect" According to the docs, these are the steps I need to take. useradd -g 100 -d /dev/null -c "irvpc" -s /bin/false irvpc$ passwd -l irvpc$ smbpasswd -a -m irvpc So, before the upgrade, I could look at smbpasswd to see if the machine accounts where created successfully and if there were any duplicates. However, with this new version, all machine accounts are stored in a .tdb format. H...
2016 Feb 15
24
[PATCH 01/23] nv50: import updated g80_defs.xml.h from rnndb
From: Ben Skeggs <bskeggs at redhat.com> Signed-off-by: Ben Skeggs <bskeggs at redhat.com> --- src/gallium/drivers/nouveau/nv50/g80_defs.xml.h | 279 ++++++++++++++++++++++++ 1 file changed, 279 insertions(+) create mode 100644 src/gallium/drivers/nouveau/nv50/g80_defs.xml.h diff --git a/src/gallium/drivers/nouveau/nv50/g80_defs.xml.h
2002 Apr 17
8
Samba as BDC
Hi, Is it possible to make samba act as a BDC yet?? Cheers ------------- Kristyan Osborne IT Assistant Manager Longhill High School ------ Computers are like airconditioners: They stop working properly if you open windows. Win95: A 32-bit patch for a 16-bit GUI shell running on top of an 8-bit operating system written for a 4-bit processor by a 2-bit company who
2011 Feb 28
1
OSX 10.6 Clients on a 3.4.11 Server
...(I'm talking about something like 100 or so locks, some as old as 2 days). It looks like the client is requesting the locks on the folders for some reason. I'm 95% sure that this is a OSX client bug but I was hoping someone out there had a workaround for it. Thanks, David -- David Irving, Technical Director Workflow By Design, LLC tel 978.998.6630 mobile 207.320.5026
2002 Aug 22
7
a "hidden" setting for a samba server
does anyone know how to hide a samba server in SMB terms? on an NT machine the command "net config server /hidden:yes" will make the machine vanish from the network neighbourhood but i cant figure out how to do this for a samba server many thanks sincerely, bob reven