search for: mike

Displaying 20 results from an estimated 11602 matches for "mike".

Did you mean: like
2010 Aug 13
1
rsync is not deleting subdirectories
...have been removed/renamed on the source. I'm running 64-bit Arch, rsync 3.0.7, and am trying to back up /home to an external USB drive. Both drives are JFS. Example, where /media/8c4d270d-6139-4fed-8a32-2df8d28acdf3/ is the mount point for the external drive on which a back-up already exists: mike at robots mike]$ pwd /media/8c4d270d-6139-4fed-8a32-2df8d28acdf3/mike [mike at robots mike]$ mkdir deleteme1 [mike at robots mike]$ cd deleteme1/ [mike at robots deleteme1]$ touch deleteme1.txt [mike at robots deleteme1]$ cd ../Desktop [mike at robots Desktop]$ mkdir deleteme2 [mike at robots Deskt...
2008 Mar 14
8
Facebooker updates
I just went through and cleaned out most of the bugs and patches. I also added a facebooker.js file that implements enough of prototype to do $() and link_to_remote with :update and remote_form_for with :update Let me know if you run into any issues with it. Mike -- Mike Mangino http://www.elevatedrails.com
2008 Dec 05
1
UID/GID changed
I have a problem with Dovecot 1.1.6 after having reset the UID/GID information for a few email accounts. I get the following error: Dec 5 12:26:03 ns6 dovecot: POP3(mike): stat(/home/popuser_mike/Maildir/tmp) failed: Permission denied (euid=1366 egid=1366 missing +x perm: /home/popuser_mike/Maildir) Dec 5 12:26:03 ns6 dovecot: POP3(mike): Couldn't open INBOX: Internal error occurred. Refer to server log for more information. [2008-12-05 12:26:03] Dec 5 12:27:...
2008 Jul 31
8
Facebook Connect
Is anyone planning on using Facebook Connect? I have the implementation that I think covers the user registration. I''m going to work on the UI stuff as well but would love to get some feedback on it. Mike -- Mike Mangino http://www.elevatedrails.com
2006 Oct 03
1
Reshape into a contingency table/Fisher's test
Dear all, how can I "reshape"/"cast" the following matrix 00;01;10;11 John.Mike;123;313;12;31 John.Jim;54;57;39;36 John.Steve;135;47;47;74 Mike.Jim;63;37;27;16 Mike.Steve;15;15;5;61 Jim.Steve;6;10;34;35 into a set of stacked 2x2 contingency tables 0;1 John;123;12 Mike;313;31 John;54;39 Jim;57;36 John;135;47 Steve;47;16 ... so that the "fisher.test" and "chisq...
2003 Jun 13
2
Quotas once again
...s to be a quota problem. I have only /var with quotas and basedir is under /usr (not quotaed). default_mail_env = mbox:~/mail/:INBOX=/var/mail/%u. I tried with mbox_locks = dotlock fcntl (1st set of logs below) and with mbox_locks = fcntl (2nd set of logs) dotlock: Jun 12 17:02:49 newrook pop3(mike): open(/var/mail/mike.lock) failed: Disk quota exceeded Jun 12 17:02:49 newrook pop3(mike): file_lock_dotlock() failed with mbox file /var/mail/mike: Disk quota exceeded Jun 12 17:02:49 newrook pop3(mike): open(/var/mail/mike.lock) failed: Disk quota exceeded Jun 12 17:02:49 newrook pop3(mike): fil...
2005 Sep 17
0
[LLVMdev] Re: Problems Cross Compiling for x86 and ia64
...at all here, or should I be doing something like llvmgcc -> gccas -> opt -> llc ? I've given up on the filetype=obj argument, so now the problem is that llc is crashing when I use -march=ia64. I'd appreciate help tracking this down. I've included the backtrace here. Thanks, -mike (gdb) run -march=ia64 loopUnroll.bc -f Starting program: /Users/mike/Documents/hpcl/LLVM/obj-llvm-darcslocal/Debug/bin/llc -march=ia64 loopUnroll.bc -f Reading symbols for shared libraries . done Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_PROTECTION_FAILURE at a...
2007 Feb 26
1
Add-up duplicates and merge
Hello, a have two matrices of data as below. I would like to add-up the duplicate in terms of pair of names in rows, and then merge the values in the second matrix to the pairs as two new variables x3 and x4. Input ,x1,x2 jane.mike,31,43 jane.steve,32,2 jane.steve,5,3 jim.mike,76,5 jane.steve,4,4 mike.steve,54,7 mike.steve,5,7 jane.mike,7,8 and ,y jane,0.3 jim,0.4 mike,0.1 carl,0.5 john,0.9 steve,0.4 dirk,0.2 Output: ,x1,x2,x3,x4 jane.mike,38,51,0.3,0.1 jane.steve,41,9,0.3,0.4 jim.mike,76,5,0.4,0.1 mike.steve,59,14,0.1,0....
2005 Sep 16
2
[LLVMdev] Problems Cross Compiling for x86 and ia64
...te that without -filetype=obj I get no problems and an apparently fine x86 asm file. LLVM/obj-llvm-darcslocal/Debug/bin//llc -march=ia64 -stats -f -o loopUnroll-ia64 loopUnroll.bc make: *** [llvm-ia64] Bus error (core dumped) -- note that this has no -filetype option at all. Any hints? Thanks, -mike -- Michael McCracken UCSD CSE PhD Candidate research: http://www.cse.ucsd.edu/~mmccrack/ misc: http://michael-mccracken.net/blog/
2004 Apr 30
1
IAX2 * -> * handoff
...is (passwords changed): --------------------------------------------------------------------------------------- -- Accepting AUTHENTICATED call from 203.221.53.223, requested format = 2, actual format = 2 -- Executing Dial("IAX2[darryl@darryl]/6", "IAX2/oeg_pbx:password@mike/100,60,tT") in new stack -- Called oeg_pbx:password@mike/100 -- Call accepted by 203.31.11.15 (format GSM) -- Format for call is GSM -- IAX2[mike]/14 stopped sounds -- IAX2[mike]/14 is ringing -- IAX2[mike]/14 stopped sounds -- IAX2[mike]/14 answered IAX2[dar...
2006 Apr 01
1
libxml2 RPM via yum?
Hi All, I can't find anything via yum for libxml2. I also, for some reason, can't get to the source page for libxml2 here, http://xmlsoft.org/sources/libxml2/ Is there not an RPM via yum for this? Need it for a dependency for installing PHP from source, which I need to do, for certain reasons. Cheers. Mark.
2005 Jan 07
1
[LLVMdev] Shared library building problems on Darwin
...advice of 'Writing an LLVM Pass" tutorial, you will create (say) llvm/lib/Transforms/PMFBuild/ and fill it with the appropriate files. Then, running 'make' in llvm/lib/Transforms/PMFBuild generates a bunch of files in llvm/Debug/lib/: % cd llvm/Debug/lib % ll *PMF* -rw-r--r-- 1 mike staff 385584 Jan 6 18:16 PMFBuild.o -rwxr-xr-x 1 mike staff 1053828 Jan 6 18:16 libPMFBuild.0.0.0.dylib lrwxr-xr-x 1 mike staff 23 Jan 6 18:16 libPMFBuild.0.dylib -> libPMFBuild.0.0.0.dylib -rw-r--r-- 1 mike staff 385600 Jan 6 18:16 libPMFBuild...
2006 Jul 25
1
can't authenticate after upgrade to 3.0.23a
...order = wins lmhosts bcast guest ok = yes hosts allow = 127.0.0.1 192.168.14.0/24 192.168.0.0/24 192.168.111.0/24 wins support = true max protocol = NT server string = Samba Server %v remote announce = 192.168.14.255/PTFD workgroup = PTFD force create mode = 1777 server signing = Auto force user = mike preload = global firehouse qb data homes itfe max log size = 50 #bind interfaces only = yes remote browse sync = 192.168.111.255 192.168.14.102 192.168.14.107 192.168.14.108 acl compatibility = winnt security = share [homes] browseable = no read only = no write list = %u path = /home/%u force use...
2004 Jun 16
4
How to keep local profiles when joining domain?
...with this myself, but we?re unsure how to join the new domain, such that the existing profiles (eg desktop layout, applications, etc etc) are retained for each user. When we simply change the PC properties to join the domain, we lose the users? settings. For example, if we have a user named Mike who is logging on to our new domain of scodomain, it creates a profile under ?My Documents & Settings? named mike.scodomain. There is already a profile named ?mike?. Both users have administrative access on the PC. We?ve tried creating and logging on as another administrative user then...
2006 Jul 12
1
mike.exe - It used to work.
mike.exe is Counting at Bridge by Mike Lawerence. It used to work as installed by Windows in a Windows partition and started with wine version 0.0.20050310-1.2 as installed from the debian package on a Sarge box with a 2.6.11 kernel. (It wasn't perfect. The card symbols were odd charac...
2000 May 30
6
Time Synchronisation
.../YES" to sync the times between the two systems ... but if I save a file onto the RS6000 through Samba on a mapped drive the file in UNIX is 1 hour old. I haven't been able to find any help on this so I'm assuming it's a bug !? This was also true for a Windows 95 client. Thanks Mike
2017 Jul 24
8
syslog from chrooted environment
...s, but its a bit of a pain if someone restarts syslogd and forgets to recreate the hardlinks (needed on FreeBSD anyways). Are there any alternatives to this method ? Are there any patches thoughts for supplementary logging of some sort of sshd that can work around these logging constraints ? ---Mike -- ------------------- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, mike at sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada http://www.tancsa.com/
2007 Feb 06
1
Questions on counts by case
Hi all, for the data below I would like to 1. generate a dummy variable for each group "gr" of the same composition by people, then save each portion in a separate file, 2. compute the frequency of "1"'s in "x" for each person by group "gr". So, "mike" will have freq=2/3, as he has two "1" and one "0" in 3 groups. Thanks a lot, Serguei Kaniovski The data looks like: person;gr;x mike;gr1;1 jane;gr1;0 bill;gr1;0 jack;gr2;1 mike;gr2;1 jane;gr2;0 bill;gr2;0 alex;gr2;1 james;gr2;1 mike;gr3;0 bill;gr3;1 jane;...
2009 Apr 01
5
Fun with permissions
...s recycle:repository = TheBin recycle:noversions = *.doc|*.xls|*.ppt recycle:excludedir = /tmp|/temp|/cache recycle:exclude = *.tmp|*.temp|*.o|*.obj|~$*|*.~?? recycle:maxsize = 0 recycle:versions = Yes recycle:touch = Yes Within the web group there are users stuart and mike, i've been mounting common in two places (/mnt/tmp and /mnt/tmp2) under different users, when I create a file as stuart(bob.txt in tmp2) it gets created on the server with 0740 permissions and correct ownership however if I try and delete the file as mike (from tmp) it allows this even thou...
2007 Dec 04
5
new facebooker
Hi guys, I am new to this list and thought i''d say hello. I am using facebooker on a new project and so far I am really pleased with it. I saw that some users are having woes with the url_rewriter breaking urls for paths outside of the facebook canvas (i.e. your site supports both facebook and non-facebook users). I don''t have a prefect answer for this but I wrote a