similar to: netbios alias upper case file name problem

Displaying 20 results from an estimated 200 matches similar to: "netbios alias upper case file name problem"

2006 May 08
1
Rails workshops/training in the Upper Valley
Hey, everyone. Wanted to post this announcement to the list. This is for a series of workshops that myself and my business partner are putting on. For those that live in the Northern New England area, looking to get some good hands-on instruction into Rails, this might be for you. Oh.. and don''t be too freaked out by my picture on the front page. I''ve got a fairly
2005 Oct 24
1
stepAIC formula upper limit guidelines
Hello, I am attempting to refine an lm()-generated model using the stepAIC function. My model has approximately 20 inputs and I am trying to determine the best upper limit scope for using those inputs. My lower limit is "y ~ 1" and my original upper limit was "y ~ x1 + x2 + ... + x20". This is great start, but I am wondering if some other (more broad) upper limit would
2012 Apr 25
0
[PATCH] xen: Fix memory hotplug epfn upper limit test for updating the compat M2P table
The epfn is being compared to (RDWR_COMPAT_MPT_VIRT_END - RDWR_COMPAT_MPT_VIRT_START) without a 2 bit shift, resulting in the epfn being compared to the size of the RDWR_COMPAT_MPT table in bytes instead of the maximum page frame number that the RDWR_COMPAT_MPT table can map. Signed-off-by: Malcolm Crossley <malcolm.crossley@citrix.com> diff -r 274e5accd62d -r 8b1e0a2ccd7f
2013 Jan 10
1
Question about memory upper limit
My CPU is 64 bit, but my CentOS is 32 bit version. Does my system support memory larger than 4G? Dae James -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-docs/attachments/20130110/7a547187/attachment-0006.html>
2009 Dec 01
1
draw a box at 10% lower and upper in scatter plot
Hi,   I would like to draw a box at each corner of lower 10% and upper 10% in the scatter plot on(0,1)*(0,1)  to indicate the lower and upper tail.  I hope somebody can help me.   Here is my code: ## scatter plot plot(hume_uni[,2],beec_uni[,2], pch=19, xlab="Hume_uni", ylab="Beec_uni", col= "blue")  title(main="Scatter plot of uniformised data of Hume and
2009 Feb 09
0
Problem with upper case extension names
It seems as if there is a problem if one uses Local/SomeName at some_context in a Dial application. If the extension is changed to somename then things work. I have an extension SomeName defined. In another extension I try to dial this extension and it does not work saying extension/context not found. The extension displayed has uppercase characters so the case is not lost. If I change the
2013 Jul 05
0
uid number from AD out of winbinds upper limit (1410065407)?
Hello, I'm seem to be hitting an upper limit on the range in winbind for idmap or I have something configured incorrectly... Here are the lines from my smb.conf idmap config CORP:range = 1000000000-9999999999 idmap config CORP:backend = ad idmap config CORP:schema_mode = rfc2307 [2013/07/05 14:47:09.217707, 5] ../source3/passdb/pdb_interface.c:1392(pdb_default_uid_to_sid)
2018 May 19
0
Lower bound and upper bound in maximum likelihood
Dear all, I need to simulate data which fit to a double poisson time series model with certain parameters. Then, check whether the estimated parameter close to the true parameter by using maximum likelihood estimation. Simulation: set.seed(10) library("rmutil") a0 = 1.5; a1 = 0.4; b1 = 0.3; g1= 0.7 ; n=100 #a0, a1 and b1 are parameter where n is size. nu = h =
2013 Jan 31
0
[LLVMdev] Unrolling a loop with unknown upper bound
Hi all, I am new to llvm. I want to leverage llvm to do some basic optimization. What I want to start is to unroll a loop with unkown upper bound. For example, for (i = 0; i < n; i++) { y[i] = i; } can be rewritten by the compiler as follows: for (i = 0; i < (n % 2); i++) { y[i] = i; } for ( ; i + 1 < n; i += 2) /* no initializer */ { y[i] = i; y[i+1] =
2015 Sep 25
2
Upper 32bits from 64bit value
Hi, I need to fetch lower and higher 32bits from 64bit value. I found "CreateLShr" function to fetch lower 32bits, llvm::Value *intermediateValue = LLVMIRBuilder->CreateLShr(x64BitValue, 32); What function I need to use for fetching upper 32bits from 64bit value. Thanks in advance, Deep -------------- next part -------------- An HTML attachment was scrubbed... URL:
2012 Mar 15
1
windbind and AD authentication - UPPER CASE usernames?
We're looking at using windbind and AD for our user account details but have run into a small snag. All user accounts in AD are upper case but our linux accounts are lower-case. Is there a simple solution we've overlooked? We really don't want to have to hack this... Thanx, Russell SMithies ======================================================================= Attention: The
2008 Feb 27
1
Lower and Upper Case and MS C# FilesystemWatcher
Hi all, I'm trying to find a way to make the C# FilesystemWatcher class distinguish between Linux mixed lower and upper case files on a Samba share. E.g., file A is called abc.JPG and file B is abc.jpg, and Linux knows that's two files - now, when I delete such a file via a Samba share, both files A and B are deleted. I did not find a solution at Google or in this list, so any help or
2013 Feb 07
1
Trouble with user who has mixed case login (upper and lower)
We're having an issue with a user who has a login with mixed case - we'll call him "USERone". Samba does not recognize him; it says that the "user does not exist" even though he does - and we're using the correct case for each letter. We would rename him to an all lower case name, but he there are multiple folders, files, and groups and processes that we'd
2016 Nov 17
0
?==?utf-8?q? samba 4.5.1 DC: attribute names are upper-case converted on replication
hi, there are just 2 bug-rports: https://bugzilla.samba.org/show_bug.cgi?id=12399 https://bugzilla.samba.org/show_bug.cgi?id=12302 Regards, Heinz Am Donnerstag, 17. November 2016 00:00 CET, Norbert Hanke via samba <samba at lists.samba.org> schrieb: > Hi, > > I have set up a fresh DC from scratch using samba 4.5.1 with Bind9, > added another DC, all strictly following
2004 Aug 06
0
Frozen upper spectrum in WB VBR CNG
Great, thanks! That patch solved it. VBR without DTX seems to work perfectly now. If I enable DTX, there's still a little bit of buzz but it doesn't seem to last very long when it happens. I appreciate the quick fix! Tom Jean-Marc Valin (jean-marc.valin@hermes.usherb.ca) wrote: > > Yep, you found a bug and here's the patch. It should solve your problem > (using VBR
2005 Dec 15
0
nls: constraints (lower/upper) (PR#8401)
I found what seems to be a glaring bug in nls when using constraints, but it is so glaring that I'm a bit nervous about having been stupid. I have (1) tried to make sure I'm up to date: platform i486-pc-linux-gnu arch i486 os linux-gnu system i486, linux-gnu status major 2 minor 2.0 year 2005 month 10 day 06 svn rev 35749 (2) skimmed through the SVN
2008 Jan 04
1
Addendum: nls (with SSlogis model and upper limit) never returns (PR#10548)
Peter Dalgaard reminded me to be more specific about my computing platform; it's Debian 4.1.1-19 on a 32-bit Pentium 4 machine (Dell Optiplex GX620). The problem I described (nls not returning) also occurs with different data at other values of the scal parameter. Regards Hendrik Weisser --
2008 Mar 25
1
regexp with [:upper:] (PR#11032)
Full_Name: Mark Bravington Version: 2.6.2 patched OS: Windows XP Pro Submission from: (NULL) (140.79.22.104) > grep( '[:upper:]', letters, val=T) # shurely shouldn't match anything ?? [1] "e" "p" "r" "u" The converse ( '[:lower:]' and LETTERS) seems to work OK. --please do not edit the information below-- Version: platform =
2005 Oct 02
2
convering upper triangular matrix into vector
Hi I have two symmetrical distance matrices and want to compute the correlation coefficient between them (after turning them into vectors). Is there a way of selecting only the upper triangular part of each matrix, then convert this into a vector so I can compute the correlation? Many Thanks Eleni Rapsomaniki
2006 Jun 19
1
Plotting Upper triangle of Matrix with diagonal as the Base
Hi.. I a have a symmetric matrix to plot . I would like to plot only the Upper triangle but with the diagonal as the Base of the rectangle. Is there an easy way to do it. Thanks. Harsh --------------------------------- [[alternative HTML version deleted]]