search for: runmod

Displaying 16 results from an estimated 16 matches for "runmod".

Did you mean: runmed
2010 Nov 17
2
Reference classes: accessor functions via 'getRefClass(...)$accessors(...)'
....get() where the function retrieves the data from a database (or some other location), stores it to a buffer and optionally updates the static field value ''a''. I''ve set up such a method ''a.get()'' where I can actually decide between static and dynamic runmode (so the method also wraps the call ''myObj$a'' for the static runmode). Now I saw that setting up such accessor methods (get/set) is already done for me if I use ''getRefClass("Blabla")$accessors(.)''. I just don''t understand what exactly I ha...
2008 Jun 04
12
Mongrel as Windows service with normal privileges
I am trying to run Mongrel 1.1.5 with mongrel_service 0.3.4 on Ruby 1.8.6 with a "normal" user account, i.e. a user which belongs only to the Windows group "Users". The rationale behind this is that running a web server with full administrative rights (e.g. Local System) is not something that I would like to do. Unfortunately, starting the service from the services control
2012 Aug 02
2
[LLVMdev] [NVPTX] Strange assertion around BlockToChain.clear(); in Release+Asserts build
....2svn.so #7 0x00007ffff64cf840 in llvm::PassManagerImpl::run(llvm::Module&) () from /opt/kernelgen/lib/libLLVM-3.2svn.so #8 0x00007ffff75aa57a in TrackedPassManager::run (this=0x7fffffffc8d0, M=...) at ../bugpoint/TrackedPassManager.h:168 #9 0x00007ffff75a66bf in kernelgen::runtime::codegen (runmode=1, kernel=0x7fffffffd420, m=0x833ab0) at codegen.cpp:454 #10 0x00007ffff75871b1 in main (argc=1, argv=0x7fffffffdcc8, envp=0x7fffffffdcd8) at entry.cpp:318 #11 0x00007ffff7848bc6 in __libc_start_main () from /lib64/libc.so.6 #12 0x00000000004008f9 in _start () at ../sysdeps/x86_64/elf/start.S:113...
2007 Mar 29
10
Mongrel Service won''t start on windows
64bit Intel 8 CPU server Windows 2003 Server Service set to run as LocalSystem, doesn''t work as user account either The error we see is: "Service failed to start in a timely..." Which I have seen in the past email trails as working The app works from mongrel_rails start and from mongrel_service console -N servicename -p 3000 -c c:\rails_apps\appname -e production We upgraded
2012 Aug 03
0
[LLVMdev] [NVPTX] Strange assertion around BlockToChain.clear(); in Release+Asserts build
...ffff64cf840 in llvm::PassManagerImpl::run(llvm::Module&) () > from /opt/kernelgen/lib/libLLVM-3.2svn.so > #8 0x00007ffff75aa57a in TrackedPassManager::run > (this=0x7fffffffc8d0, M=...) at ../bugpoint/TrackedPassManager.h:168 > #9 0x00007ffff75a66bf in kernelgen::runtime::codegen (runmode=1, > kernel=0x7fffffffd420, m=0x833ab0) at codegen.cpp:454 > #10 0x00007ffff75871b1 in main (argc=1, argv=0x7fffffffdcc8, > envp=0x7fffffffdcd8) at entry.cpp:318 > #11 0x00007ffff7848bc6 in __libc_start_main () from /lib64/libc.so.6 > #12 0x00000000004008f9 in _start () at ../sysdep...
2012 Aug 03
1
[LLVMdev] [NVPTX] Strange assertion around BlockToChain.clear(); in Release+Asserts build
...lvm::PassManagerImpl::run(llvm::Module&) () >> from /opt/kernelgen/lib/libLLVM-3.2svn.so >> #8 0x00007ffff75aa57a in TrackedPassManager::run >> (this=0x7fffffffc8d0, M=...) at ../bugpoint/TrackedPassManager.h:168 >> #9 0x00007ffff75a66bf in kernelgen::runtime::codegen (runmode=1, >> kernel=0x7fffffffd420, m=0x833ab0) at codegen.cpp:454 >> #10 0x00007ffff75871b1 in main (argc=1, argv=0x7fffffffdcc8, >> envp=0x7fffffffdcd8) at entry.cpp:318 >> #11 0x00007ffff7848bc6 in __libc_start_main () from /lib64/libc.so.6 >> #12 0x00000000004008f9 in _s...
2005 Jul 26
1
beginner finds a bug - crash induced. (PR#8035)
...ibSystem.B.dylib 0x90007878 mach_msg_trap + 0x8 1 libSystem.B.dylib 0x900073f8 mach_msg + 0x38 2 com.apple.CoreFoundation 0x901c16e0 __CFRunLoopRun + 0x350 3 com.apple.CoreFoundation 0x901c5e6c CFRunLoopRunSpecific + 0x148 4 com.apple.Foundation 0x90a2d1b8 -[NSRunLoop runMode:beforeDate:] + 0xac 5 com.apple.Foundation 0x90a45dbc -[NSRunLoop run] + 0x4c 6 com.apple.Foundation 0x90a98054 +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 0x20c 7 com.apple.Foundation 0x90a6a510 forkThreadForFunction + 0x6c 8 libSystem.B.dylib 0...
2007 Mar 26
16
mongrel_service fails to get "service.exe" from ppid?
...ent, with the windows message : "error 1053 : The service did not respond to the start or control request in a timely fashion." >From a part of "ServiceFB.log" at c:/ruby/bin, mongrel_service failed to get the process name of "service.exe". >ServiceController.RunMode() >CurrentPID: 540 >ParentPID: 716 >Parent Name: <unknown> >ServiceController.RunMode() done and a part of "gem list" is ; >mongrel (1.0.1) >mongrel_service (0.3.1) >rails (1.2.3, 1.2.2) >win32-service (0.5.2) I guess that the reason is my environment a...
2019 Feb 14
2
Changing UID numbers
Hello everyone - I have a question regarding UID and GID numbers. First, a bit of background: Yesterday I suffered a complete power failure. My UPS batteries ran everything for an hour, but that was not long enough. My CentOS6 server shut itself down, just like it should. When the power came back up, the perfectly running server was no longer working. The boot hard drive was complete toast.
2019 Feb 16
3
Changing UID numbers
Hello everyone - Update: Many thanks to Matt Miller for the tip on usermod options. That worked very well! I did not know those options existed and would never have thought to look for them. After making and testing backups, I started with my main workstation. Rebooted in runmode=3, then ran the usermod -u and -g options. I did this in two runs. I first had to uninstall docker since it had taken over GID=1000. No big deal, I am not using it. After the usermod programs ran, I then did a "find -uid=500" with an exec option to change ownership. Repeat for chang...
2009 Oct 13
2
Mac R spinning wheel with Package Manager (PR#14005)
.../SMARTLib 00134000 /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording Thread id: e53c5d0 User stack: 449 ??? [0x239a] 449 ??? [0xf9ba] 449 -[NSRunLoop(NSRunLoop) run] + 84 (in Foundation) [0x91e444f4] 449 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213 (in Foundation) [0x91e383d5] 449 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x94240aa8] 449 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x945c5286] Process: Dock [215] Path: /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock...
2010 Aug 17
2
multcomp issues on MAC OSX 10.6.4
...blued [16] Path: /usr/sbin/blued UID: 0 Thread 520c3d4 DispatchQueue 1 User stack: 14 ??? (in blued + 7581) [0x2d9d] 14 ??? (in blued + 163537) [0x28ed1] 14 -[NSRunLoop(NSRunLoop) run] + 76 (in Foundation) [0x9715e255] 14 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 279 (in Foundation) [0x9715e378] 14 CFRunLoopRunInMode + 97 (in CoreFoundation) [0x925c3ec1] 14 CFRunLoopRunSpecific + 452 (in CoreFoundation) [0x925c4094] 14 __CFRunLoopRun + 2079 (in CoreFoundation) [0x925c4faf] 14 mach_msg_trap...
2006 Aug 31
1
R crashes in Mac OS 10.4 when Find is used (PR#9192)
...5: 0 libSystem.B.dylib 0x9000b268 mach_msg_trap + 8 1 libSystem.B.dylib 0x9000b1bc mach_msg + 60 2 com.apple.CoreFoundation 0x907dbb78 __CFRunLoopRun + 832 3 com.apple.CoreFoundation 0x907db47c CFRunLoopRunSpecific + 268 4 com.apple.Foundation 0x92953164 -[NSRunLoop runMode:beforeDate:] + 172 5 com.apple.Foundation 0x9295309c -[NSRunLoop run] + 76 6 com.apple.WebKit 0x9562ff70 +[WebFileDatabase _syncLoop:] + 176 7 com.apple.Foundation 0x92944194 forkThreadForFunction + 108 8 libSystem.B.dylib 0x9002bc28 _pthread_body + 96 Thread 0...
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
2006 Feb 16
1
segmentation fault with Hmisc areg.boot(): Now acepack avas failure
...0 libSystem.B.dylib 0x9000b208 mach_msg_trap + 8 1 libSystem.B.dylib 0x9000b15c mach_msg + 60 2 com.apple.CoreFoundation 0x9075d114 __CFRunLoopRun + 832 3 com.apple.CoreFoundation 0x9075ca18 CFRunLoopRunSpecific + 268 4 com.apple.Foundation 0x928f5664 -[NSRunLoop runMode:beforeDate:] + 172 5 com.apple.Foundation 0x928f559c -[NSRunLoop run] + 76 6 com.apple.WebKit 0x95665410 +[WebFileDatabase _syncLoop:] + 176 7 com.apple.Foundation 0x928e66d4 forkThreadForFunction + 108 8 libSystem.B.dylib 0x9002b200 _pthread_body + 96 Thread...
2013 Jul 10
20
puppetlabs-ntp template discussion
Hi guys, As I mentioned in a previous email I''ve refactored ntp and released a 1.0.0 release candidate. There''s one outstanding "flaw" remaining that''s bothering me and I wanted to solicit opinions on the list. We currently maintain a template per distribution that is close to the stock distribution provided ntp configuration. This leads to massive