search for: mikem

Displaying 20 results from an estimated 60 matches for "mikem".

Did you mean: mike
2006 May 18
1
Noncentral dt() with tiny 'x' values (PR#8874)
Full_Name: Mike Meredith Version: 2.3.0 OS: WinXP SP2 Submission from: (NULL) (210.195.228.29) Using dt() with a non-centrality parameter and near-zero values for 'x' results in erratic output. Try this: tst <- c(1e-12, 1e-13, 1e-14, 1e-15, 1e-16, 1e-17, 0) dt(tst,16,1) I get: 0.2381019 0.2385462 0.2296557 0.1851817 0.6288373 3.8163916 (!!) 0.2382217 The 0.238 values are okay,
2002 Sep 09
0
Re: [S] First max of a vector
>>>>> "MikeM" == Michael M Meyer <mikem at salter-point.com> >>>>> on Sat, 07 Sep 2002 18:40:01 -0700 writes: MikeM> which(x==max(x)) will return the indices fo all MikeM> elements that are equal to the max. So the first max MikeM> would be which(x==max(x))[1...
2003 Aug 20
1
convert_string error when tring to join AD domain with Samba 3 RC1
I'm getting the following when trying to join an Active Directory domain from Samba 3. Before anyone asks: mikem is a domain admin and use spnego = no is set to allow to me to auth against a Win2K3 box... net ads join -U mikem mikem password: [2003/08/20 13:45:30, 0] lib/charcnv.c:convert_string(194) convert_string: Required 19, available 16 >From Google, it seems lots of people are having this issue,...
2014 Dec 30
1
wbinfo; --getdcname vs --DSgetdcname
..."\\" in names, and with netbios names in one case and an IP address in the other. Lastly, the 3rd line of output is either a "1" or a "2", but I have no idea what that signifies. Can anyone clarify the output of dsgetdcname, and if this is normal? ON THE PDC: mikem at galactica:/etc/samba$ sudo wbinfo --getdcname musicplace Could not get dc name for musicplace mikem at galactica:/etc/samba$ sudo wbinfo --dsgetdcname musicplace \\GALACTICA \\10.17.1.26 1 00000000-0000-0000-0000-000000000000 MUSICPLACE (null) 0x00000000...
2010 May 05
0
[LLVMdev] Another bad binutils?
Hi Mike-M, Thanks for the help. It seems I'll have to just download the precompiled binaries since I only have 1 Gig in the entire system I'm using. --Sam ----- Original Message ---- > From: mike-m <mikem.llvm at gmail.com> > To: Samuel Crow <samuraileumas at yahoo.com> > Sent: Wed, May 5, 2010 3:36:34 PM > Subject: Re: [LLVMdev] Another bad binutils? > > You will need a 1GB guest. Linking is the biggest memory hog of the entire build > process. I've measured it to r...
2002 Sep 26
2
valid users and groups with winbind
..., Just starting on this list. I have samba (2.2.5a) on Linux/s390 and winbind authenticating and providing shares. I add the global to smb.conf: valid users = '@Domain Users' After that, I can no longer get the share even though I am in the 'Domain Users' group. # id poklcc+mikem uid=10001(POKLCC+mikem) gid=10000(POKLCC+Domain Users) groups=10000(POKLCC+Domain Users) I am using the same password, but log.smbd says: [2002/09/26 14:06:45, 2] smbd/service.c:make_connection(331) Invalid username/password for smbshare [poklcc+mikem] [2002/09/26 14:06:45, 3] smbd/error.c:er...
2009 Jan 30
1
barrier and commit options?
Hello, On my home server (Debian etch, custom 2.6.28.2 kernel), I am using ext3 for both root and /home filesystems, with barriers enabled to prevent corruption caused by my PATA disk write cache. Looking for a better performance, I have also set the commit=nr option as described in linux-2.6.28.2/Documentation/filesystems/ext3.txt, so that I now have: niko at petole:~$ mount -t ext3
2000 Apr 25
1
0.3.4 is due
On Mon Apr 24 2000, Mike MacNeill <mikem@accesscomm.ca> wrote: > I downloaded the cabal version as well and I seem to have discovered a > problem. > > Whenever the regenerate key goes off it manages to eat memory somewhere. > > I set the regen time from 90 minutes to basically all day. > > Have you tried runn...
2006 Sep 18
2
FC5 smbpasswd not working
..." It was working under FC2 and still works under Redhat 9, so it's definitely an FC5 issue. Anyone know what's going on? -- Regards, Michael Martinez Engineering Manager Tech Computer Center (TCC), Speare Room 128 New Mexico Tech, 801 Leroy Place, Socorro, NM 87801 (505) 835-5388 mikem@nmt.edu http://www.nmt.edu/tcc/ -- http://sftplogging.sourceforge.net http://atftplocalnet.sourceforge.net/
2010 Jun 17
1
kjournald blocked in D state
...100000000000, <--------------- This also looks wrong prev = 0x30f75c3 } } }, At this point I'm not sure how to continue or even if I went down the right path. From this info can anyone tell what's wrong? Or did I not go down the patch to reach this conclusion. -- mikem In this case /home is a heavily accessed filesystem.
2010 Jan 14
1
adapt package missing because of licensing issue: fix?
...authors and find out if they are willing to put the code under a suitably redistributable license? I can't find anything that suggests that they *don't* want it redistributed ... ? Would it be helpful if I did this, or is this the sort of thing the package maintainer should do? Mike Meyer: mikem at andrew.cmu.edu Alan Genz: Genz at gauss.math.wsu.edu cheers Ben Bolker -- Ben Bolker Associate professor, Biology Dep't, Univ. of Florida bolker at ufl.edu / people.biology.ufl.edu/bolker GPG key: people.biology.ufl.edu/bolker/benbolker-publickey.asc -------------- next part ------...
2003 Jul 16
2
Is there a bug in qr(..,LAPACK=T)
The following snippet suggests that there is either a bug in qr(,LAPACK=T), or some bug in my understanding. Note that the detected rank is correct (= 2) using the default LINPACK qr, but incorrect (=3) using LAPACK. This is running on Linux Redhat 9.0, using the lapack library that comes with the Redhat distribution. I'm running R 1.7.1 compiled from the source. If the bug is in my
2001 Apr 26
2
Functionality bug (possibly) in openssh on AIX 4.3 (fwd)
Has anyone else running AIX tried this patch? I'm looking for feedback if it should be applied before we release 2.9p1. - Ben ---------- Forwarded message ---------- Date: Tue, 24 Apr 2001 17:22:02 -0800 (AKDT) From: mikem at alaska.net To: openssh-unix-dev at mindrot.org Subject: Functionality bug (possibly) in openssh on AIX 4.3 Hi Folks, While compiling and testing openssh-2.5.2p2 on various AIX platforms, I've found that ssh will not accept root (based on ssh key credentials) logins at all if the AIX secur...
2014 Dec 30
2
3.x to 4.x (classic PDC) migration & group mapping problems
...o-sid xxx always fails for any valid GID, including the "4294967295" value. Obviously my group mapping is hosed, but I'm not sure where to start. Is the 4294967295 number some well known id that may be giving me a hint? Any tips on how to troubleshoot this problem? Thanks again, MikeM
2014 Dec 17
0
Virt SIG Meeting minutes for 16 Dec 2014
...let people know> check. *** kkeithley1 (~kaleb at c-73-16-206-47.hsd1.ma.comcast.net) has joined channel #centos-devel *** telex (teletype at freeshell.de) has joined channel #centos-devel *** crossbuilder (~crossbuil at p4FC14B09.dip0.t-ipconnect.de) has joined channel #centos-devel <mikem> kbsingh, if you know the dep order, you can use koji chain-build <gwd> OK, so shall we move on to oVirt? [14:23] <lars_kurth> +1 [14:24] <gwd> I wasn't what the procedure should be here. <gwd> I think it makes total sense to have the qemu rebuild in the Virt SIG....
2010 Apr 30
7
[LLVMdev] doxygen redux
Hi, I'm working on a patch to overhaul docs+doxygen builds for both llvm and clang source trees. Here's a sample of what it looks like for class clang::driver::Action (sorry, llvm API docs are a bigger set so only clang has been posted at this free webhost). Basically the output is a bump to latest doxygen plus custom css; the wins (IMHO) are the new style doesn't waste so much
2010 May 05
0
[LLVMdev] Another bad binutils?
384 MBytes RAM ----- Original Message ---- > From: mike-m <mikem.llvm at gmail.com> > To: Samuel Crow <samuraileumas at yahoo.com> > Sent: Wed, May 5, 2010 3:32:20 PM > Subject: Re: [LLVMdev] Another bad binutils? > > How much RAM have you allocated to vbox guest? --mike-m On > 2010-05-05, at 4:12 PM, Samuel Crow wrote: > After...
2010 May 06
0
[LLVMdev] doxygen redux
Excellent work, this greatly improves the clarity of the generated docs. I would love it if the inheritance diagrams were kept as they are and the collaboration diagrams were hidden under a knob. Thanks, John On Fri, Apr 30, 2010 at 8:54 AM, mike-m <mikem.llvm at gmail.com> wrote: > Hi, I'm working on a patch to overhaul docs+doxygen builds for both llvm > and clang source trees. > > Here's a sample of what it looks like for class clang::driver::Action > (sorry, llvm API docs are a bigger set so only clang has been posted...
2010 May 08
0
[LLVMdev] does llvm have some way to get the size of data type
No anchor naming options that I can find. But I'll keep an eye out for things that may improve anchor readability. --mike-m On 2010-05-08, at 12:53 PM, Jeffrey Yasskin wrote: > mike-m, is there any way to configure doxygen to produce > human-readable anchors? They might have avoided the duplication on > this thread, since Erick and John could have seen that I was linking > to
2001 Apr 25
0
Functionality bug (possibly) in openssh on AIX 4.3
...39;ve tested this on AIX 4.3.x only, and it doesn't appear to be necessary on older 3.2 systems, although it shouldn't hurt anything if it's applied on those OSs. Thanks in advance for your consideration and review of this. Sincerely, Mike Messick email: mikem at alaska.net Information Security Architect Phillips Alaska, Inc. PGP Key Fingerprint: 2048/0x57318496 053B 412B 82FC 3808 E141 CDCD 74AE 01C5 5731 8496 -------------- next part -------------- *** auth.c Tue Apr 24 16:01:02 2001 --- ../openssh-2.5.2p2/auth.c Mon Mar 19 13:15...