search for: apple

Displaying 20 results from an estimated 20404 matches for "apple".

2012 Aug 29
0
Add apple MCX directory extensions
I'm trying to load the apple attributes and classes to samba4 using ldbmodify. I can get it to load, sort of. I keep getting errors and having to modify the file. Command I'm using: sudo ldbmodify -v -H ldap://lda.server.local -UAdministrator /home/user/apple-mcx.ldif here is the ldif that I'm loading ------...
2011 Apr 07
0
[LLVMdev] dragonegg-2.9 build fail
The dragonegg-2.9.tgz tarball is failing to build against either patched gcc 4.5.2 or gcc 4.5.3svn on x86_64-apple-darwin10. The build fails as... GCC=/sw/lib/gcc4.5/bin/gcc-4 LLVM_CONFIG=/sw/bin/llvm-config make CPPFLAGS="-DENABLE_LTO -I/sw/include" Compiling utils/TargetInfo.cpp <command-line>: warning: "__STDC_LIMIT_MACROS" redefined <command-line>: warning: this is the locat...
2006 Jun 16
0
3 Bugs in R (with R.crash.log) under OSX 10.4.6
...) Report Version: 4 Command: R Path: /Applications/Biologie- und Chemie-Programme/R 2.3.1/R.app/Contents/MacOS/R Parent: WindowServer [63] Version: 1.16 (3198) PID: 215 Thread: 0 Exception: EXC_BREAKPOINT (0x0006) Code[0]: 0x00000001 Code[1]: 0x92991120 Thread 0 Crashed: 0 com.apple.Foundation 0x92991120 _NSRaiseError + 264 1 com.apple.AppKit 0x93764d50 -[NSView _drawRect:clip:] + 2472 2 com.apple.AppKit 0x937641b8 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 404 3 com.apple.AppKit 0x93766f00 _recursi...
2006 Aug 31
1
R crashes in Mac OS 10.4 when Find is used (PR#9192)
...rt: OS Version: 10.4.7 (Build 8J135) Report Version: 4 Command: R Path: /Applications/R.app/Contents/MacOS/R Parent: WindowServer [60] Version: 1.16 (3198) PID: 474 Thread: 0 Exception: EXC_BREAKPOINT (0x0006) Code[0]: 0x00000001 Code[1]: 0x9295f120 Thread 0 Crashed: 0 com.apple.Foundation 0x9295f120 _NSRaiseError + 264 1 com.apple.AppKit 0x937c9274 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 160 2 com.apple.AppKit 0x937c8ce4 -[NSMenu performKeyEquivalent:] + 272 3 com.apple.AppKit 0x937c88c4 -[NSApplication _han...
2006 Feb 16
1
segmentation fault with Hmisc areg.boot(): Now acepack avas failure
...isc 3.0-10 acepack 1.3-2.2 I had R crashes while running areg.boot in Hmisc (see old message below), but now I realize that the problem appears to be in the avas function in acepack. I tried running running the avas example (in acepack package), and got an immediate crash. Any thoughts? The Apple crash report (from R GUI crash) follows. Hank Date/Time: 2006-02-16 14:28:39.836 -0500 OS Version: 10.4.4 (Build 8G32) Report Version: 3 Command: R Path: /Applications/R.app/Contents/MacOS/R Parent: WindowServer [75] Version: 1.14 (2129) PID: 1814 Thread: 0 Exception: EXC_BAD_...
2007 Jun 30
3
transactions with two models
...on Transactions (p 381) there are two main examples. 1) making changes in two records in the same database table 2) making changes in two records each in a different *database* I want to do what is in between: changes in two records each in a different table of the same database. Suppose they are apples and oranges tables. How do I write this? Do I need to be as elaborate as this and will it work? apple = Apple.find(:first) orange = Orange.find(:first) Apple.transaction(apple) do Orange.transaction(orange) do apple.update_attributes(params[:apple]) orange.update_attributes(params[:o...
2005 Jul 26
1
beginner finds a bug - crash induced. (PR#8035)
...KERN_PROTECTION_FAILURE (0x0002) at 0x00000000 Thread 0 Crashed: 0 libR.dylib 0x010665c8 Rf_eval + 0xa4 (eval.c:300) 1 libR.dylib 0x0103b218 R_run_onexits + 0xd4 (context.c:142) 2 libR.dylib 0x01063eb4 jump_to_top_ex + 0x260 (errors.c:682) 3 com.apple.AppKit 0x92fda908 -[NSToolbarButton sendAction:to:] + 0x4c 4 com.apple.AppKit 0x92fda8a8 -[NSToolbarButton sendAction] + 0x50 5 com.apple.AppKit 0x92f5a70c -[NSToolbarItemViewer mouseDown:] + 0x674 6 com.apple.AppKit 0x92eb2a24 -[NSWindow sendEvent:] + 0x10...
2004 Jun 05
1
Crash in OSX (PR#6940)
...CCESS (0x0001) Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000005 Thread 0 Crashed: 0 libSystem.B.dylib 0x90006e70 strlen + 0x50 1 R_aqua.so 0x0048699c HistFwd + 0x134 (aquaconsole.c:3451) 2 R_aqua.so 0x004825c8 KeybHandler + 0xd4 (aquaconsole.c:1370) 3 com.apple.HIToolbox 0x927d2330 DispatchEventToHandlers + 0x150 4 com.apple.HIToolbox 0x927d25a4 SendEventToEventTargetInternal + 0x174 5 com.apple.HIToolbox 0x927d6a0c SendEventToEventTargetWithOptions + 0x28 6 com.apple.HIToolbox 0x9280b4c0 _Z19HandleKeyboardEventP14OpaqueEventRefm + 0x160 7 com...
2006 Jul 04
1
double-quote tab crashes R (PR#9058)
...OS Version: 10.4.7 (Build 8J2135a) Report Version: 4 Command: R Path: /Applications/R.app/Contents/MacOS/R Parent: WindowServer [90] Version: 1.16 (3198) PID: 1698 Thread: 0 Exception: EXC_BREAKPOINT (0x0006) Code[0]: 0x00000002 Code[1]: 0x00000000 Thread 0 Crashed: 0 com.apple.Foundation 0x9275c2d3 _NSRaiseError + 227 1 com.apple.Foundation 0x92782fd7 +[NSException raise:format:] + 57 2 com.apple.Foundation 0x9272c08b -[NSString substringFromIndex:] + 196 3 org.R-project.R 0x000331a4 +[FileCompletion completeAll:cutPrefix:] +...
2005 Jul 25
2
R Cocoa GUI 1.12 (R 2.1.1 Framework) crashes on acf() (PR#8032)
After I upgraded my installation of R for OS X (Tiger) to 1.12, it consistently crashes when calling the function acf() [stats lib]. Roberto Osorio
2005 Jun 30
0
Fwd: Does not run under Mac OS X 10.3.9 (PR#7975)
...gno 2005 18:05:54 GMT+02:00 > To: stefano iacus <jago at mclink.it> > Subject: Re: [Rd] Does not run under Mac OS X 10.3.9 (PR#7975) > > > I don' have a folder 'Utilities' in applications, however here is > what I get when I chose > 'send error report to Apple'. Maybe that helps you, too. > > Date/Time: 2005-06-28 18:03:45 +0200 > OS Version: 10.3.9 (Build 7W98) > Report Version: 2 > > Command: R > Path: /Applications/R.app/Contents/MacOS/R > Version: 1.11 (1.11) > PID: 374 > Thread: 0 > > Exceptio...
2005 Jun 17
1
R worked once, now will not open. Works in console, but won't graph. (PR#7953)
...2005-06-16 20:27:57 -0500 OS Version: 10.3.9 (Build 7W98) Report Version: 2 Command: R Path: /Applications/R.app/Contents/MacOS/R Version: 1.11 (1.11) PID: 1605 Thread: 0 Exception: EXC_BREAKPOINT (0x0006) Code[0]: 0x00000001 Code[1]: 0x9023dc44 Thread 0 Crashed: 0 com.apple.CoreFoundation 0x9023dc44 __HALT + 0 1 com.apple.CoreFoundation 0x901c2164 CFDictionaryGetValue + 0xec 2 com.apple.Foundation 0x90a290d4 +[NSLanguageContext _alternateICUValueForKey:] + 0x48 3 com.apple.Foundation 0x90a2bc8c -[NSUserDefaults objectForKey:] + 0x30 4 com.apple.Fou...
2015 Feb 15
3
Bug or not?
The first grep of dmesg is for the apple info so you know exactly what box I have. The second is to show that I am booting in EFI mode and not some bogus bios compatibility thing. The third is to show the gmux version. The fourth is to answer the question you actually asked. $ cat /proc/version Linux version 3.19.0 (root at turingatlarge...
2009 Nov 20
2
R 2.10 memory leak on OS X
...rsion: 6 Anonymous UUID: D86CDCBC-00FD-4AEE-AB50-2EFE0DAE9E1E Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000067ee2 Crashed Thread: 0 Thread 0 Crashed: 0 libSystem.B.dylib 0xffff07c7 __memcpy + 39 (cpu_capabilities.h:246) 1 com.apple.CoreFoundation 0x96a6a0b4 __CFStringEncodeByteStream + 4052 2 com.apple.Foundation 0x94446eb7 -[NSString(NSStringOtherEncodings) getBytes:maxLength:usedLength:encoding:options:range:remainingRange:] + 295 3 com.apple.Foundation 0x94446a1a _NSNewStringByAppendingStrings...
2006 Feb 16
1
segmentation fault with Hmisc areg.boot()
...0x00015884 RGUI_ReplIteration + 500 (crt.c:300) 23 org.R-project.R 0x00015674 RGUI_ReplConsole + 148 (crt.c:300) 24 org.R-project.R 0x000155c8 run_REngineRmainloop + 156 (crt.c:300) 25 org.R-project.R 0x0000e56c -[REngine runREPL] + 76 (crt.c:300) 26 com.apple.Foundation 0x928e949c __NSFireTimer + 116 27 com.apple.CoreFoundation 0x90770aec __CFRunLoopDoTimer + 184 28 com.apple.CoreFoundation 0x9075d464 __CFRunLoopRun + 1680 29 com.apple.CoreFoundation 0x9075ca18 CFRunLoopRunSpecific + 268 30 com.apple.HIToolbox 0x9318e1e0 RunCurrentEven...
2015 Mar 12
3
Bug or not?
...using the intel instead of the nVidia GPU. Many thanks for your help, -Evan On Wed, Mar 11, 2015 at 3:52 PM, Pierre Moreau <pierre.morrow at free.fr> wrote: > Hi Evan! > > Sorry for taking so long before answering... > Thanks for the greps! It appears you have a newer version of apple_gmux than I have, so let's see if something also changed in the _DSM method. Could you please run - as root - `acpidump -b -n DSDT` which will create a file named dsdt.dat containing the DSDT table, and then run `iasl -d dsdt.dat` and send me the resulting dsdt.dsl file? > That way I will ha...
2015 Mar 11
4
vfs_fruit: xattr imcompatible with netatalk
.... smb.conf: [test2] path = /export/test2 writable = yes vfs objects = catia fruit streams_xattr fruit:locking = netatalk streams_xattr:prefix = user. streams_xattr:store_stream_type = no kernel oplocks = no On OS X: $ cd ~/test $ xattr ICONandEA.txt com.apple.FinderInfo com.apple.ResourceFork com.apple.TextEncoding com.apple.metadata:kMDItemFinderComment Copy from OS X to Fedora via Netatalk. On Fedora: $ cd /export/test2 $ ls -a1 ./ ../ .DS_Store ._ICONandEA.txt ICONandEA.txt $ getfattr ICONandEA.txt # f...
2005 May 03
1
Problem: R lässt sich nicht starten
...wurde wieder unerwartet (von mir schon ein bischen erwartet) beendet. Starte R von Neuem, versuche wieder ein Histo ab zu speichern, wieder das gleiche. Von nun an l??sst sich R wieder gar nicht mehr starten. Ich habe hier noch die Fehlermeldung angeh??ngt, die mir mein System angeboten hat an Apple zu schicken. Mit sch??nen Gr??ssen Clemens -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: FehlermeldungOSX10.3.9 Url: https://stat.ethz.ch/pipermail/r-help/attachments/20050503/e0efe8a6/FehlermeldungOSX10.3.pl
2010 Mar 23
1
:has_many and :controller specified in routes.rb
...ml view, and an xml and json api was hacked on. To keep it clean, we are now moving the first version of the api (v1) under its own directory (v1) under app/ controllers but still responding to the old paths. One of the parts of the new routes.rb specifies: map.resources :buckets, :has_many => :apples, :controller => ''v1/ buckets'' However, when I do rake routes, this produces: ... buckets GET /buckets(.:format) {:controller=>"v1/ buckets", :action=>"index"} POST /buckets(.:format) {:controller=>"v1/ buckets&quot...
2008 Sep 29
3
Cross-tabulation Question
Hi R, This is a cross tabulation question. Suppose that, > d=read.table("clipboard",header=F) > d V1 V2 V3 A One Apple A One Cake A One Cake B One Apple B One Apple B One Apple > table(d$V2,d$V3) Apple Cake One 4 2 But, I don't want the count to be like the above. Here, it is counting the number of rows in that particular category. What I need is in...