search for: mrj

Displaying 20 results from an estimated 134 matches for "mrj".

Did you mean: mr
2012 Dec 08
4
read.table()
...NH Black 26+ 2.8763 0.15133 any NH AM-AK 26+ 3.9674 0.76611 any NH HI-OPI 26+ 1.2919 0.66205 any NH Asian 26+ 0.7207 0.13870 any NH Multiracial 26+ 3.0668 0.52334 any Mexican 12-17 4.3152 0.53235 mrj Puerto Rican 12-17 3.7237 0.20969 mrj Cuban 12-17 2.0616 0.67248 mrj C-S American 12-17 3.3282 0.47392 mrj Dominican 12-17 1.3797 0.40435 mrj Spanish (Spain) 12-17 5.1810 0.93979 mrj Multi Hisp Eth 12-17 4.8915 0.94816...
2009 Sep 01
15
install sxce as paravirtual guest
I have tried to define a domain or using virt-install both failed. Could some one give me the correct command to do this? I used: virt-install --nographics --paravirt --os-type=solaris --os-variant=opensolaris --ram 1024 --name cam-host --disk path=/dev/dsk/c0t600A0B800049E902000008EB4A9CE744d0p0,driver=phy -l /export/media_images/sol-nv-b121-x86-dvd.iso thx, florian
2007 Nov 27
16
Windows Vista in XVM
Dear Experts, Does anyone install Windows Vista on XVM successfully? I am using machine Sun x4600 with AMD 8218 cpu with virtualization feature. i installed OpenSolaris build 75, My installation steps: # svccfg -s xvm/xend setprop config/vncpasswd = astring: \"secret\" # svccfg -s xvm/xend setprop config/vnc-listen = astring: \"0.0.0.0\" # svccfg -s xvm/xend setprop
2006 Dec 21
1
iplots/JGR on OS X 10.4.8
...create object of class `org/rosuda/iplots/Framework' In addition: Warning message: NewObject("org/rosuda/iplots/Framework","()V",...) failed Error: package 'iplots' could not be loaded Exception in thread "main" java.lang.NoClassDefFoundError at com.apple.mrj.MRJPriv.registerAboutHandler(MRJPriv.java:281) at com.apple.mrj.MRJApplicationUtils.registerAboutHandler(MRJApplicationUtils.java:64) at org.rosuda.util.PlatformMac.registerHandlers(PlatformMac.java:43) at org.rosuda.util.PlatformMac.<init>(PlatformMac.java:20) at org.rosuda.iplots.Platfo...
2008 May 22
5
Configuring svc:/system/xvm/domains?
I''m running Xen on Nexenta Core, and I haven''t yet figured out how to control which DomU''s are started with svcadm enable svc:/system/xvm/domains:default. virsh doesn''t seem to be available with Nexenta Core, so I''d rather edit the configuration files by hand. However, I''ve found neither OpenSolaris or Nexenta documentation on how this is
2009 Aug 26
3
Import vmware vmdk into xVM (osol-2009.06)
Good afternoon, I was wondering if anyone has any in site as to how to import a VMware vmdk into xVM on OpenSolaris 2009.06 (xVM 3.1). I have a VMware VM created on VMware Server 2.0 and would like to move it over to this xVM server. I appreciate any advice anyone may have. Cheers, -Chris -- This message posted from opensolaris.org
2008 Feb 24
2
Install SNV DomU (b>75) at CentOS 5.1 (2.6.18-53.1.13.el5xen) Dom0 (64-bit)
...ot; disk = [''file:/usr/lib/xen-solaris/snv81.iso,6:cdrom,r'',''phy:/dev/sda8,0,w''] vif = [''''] on_shutdown = "destroy" on_reboot = "destroy" on_crash = "destroy" ********************************** Run time profile (per MRJ) : ********************************** name = "Solaris81PVM" vcpus = 1 memory = "1024" bootloader = "/usr/bin/pygrub" kernel = "/platform/i86xpv/kernel/amd64/unix" ramdisk = "/platform/i86pc/amd64/boot_archive" disk = [''phy:/dev/sda8,0,w'...
2008 Jan 28
5
XEN - ZFS
Hello, I read, and know, that ZFS + XEN are not works well together. (I''ve only 512MB for Dom0). How I can disable/off all ZFS stuff to have more usable memory to Dom0. Regards Maciej
2008 Jan 26
20
Solaris 10 HVM on Intel VT?
Can I run 8/07 fully virtualised on an Intel VT CPU (with a Linux Dom0)? I gave up on 11/06 because of real mode problems. If not, does anyone have an estimate of when this might be possible, if at all? Thanks - Evan
2006 Feb 11
6
models and validation problem
In my model, I am attempting to correct some bad data rather than just pass an error message back to the user. The problem is that my fix seems to get the data past validation but it then puts the bad data into the database rather than the new(and improved) data. If I pass in web_site with the value of ''www.test.com'', it will pass validation but it won''t add
2017 Apr 22
7
[Bug 100760] New: Rapid flickering when an app is placed on the second Nouveau ZaphodHeads display
...Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: major Priority: medium Component: Driver/nouveau Assignee: nouveau at lists.freedesktop.org Reporter: mrj at advancedcontrols.com.au QA Contact: xorg-team at lists.x.org For many years I've configured my second monitor as a separate X display because this allows the monitors to have an independent sets of virtual desktops. With five virtual desktops on each monitor, I could select and disp...
2006 Jan 30
4
dispatch.cgi Problem
Hey all, I''ve been battling with ruby configurations for days now...trying to get either SCGI or FCGI to work on my Apache 1.3/Linux Red Hat 3 server. I''ve pretty much gave up that battle since either of them will work with me after trying dozens of configurations, but now even when I try to run apps with dispatch.cgi I get this error in my log: "Premature end of
2006 Jan 13
9
form_remote_tag breaks inside table
i guess its better form to keep form tags outside of table tags anyways, but it took a lot of trial and error to figure out thats why @params were no longer showing up after switching form_tag to form_remote_tag. not sure if this is a prototype ''bug'' or ''feature'' or what. but my next step was to switch to a seperate form tag for each row to reduce needless
2006 Mar 15
7
Populating text_tag with serialized data
I am using a serialized attribute in one of my models The serialized data is in the form of an array. I want to have a text_tag for each element contained in my serialized attribute. How would I construct the text_tag? My model name is ''questions''. The serialized attribute is "answers" So I might have: <% form tag %> <% text_tag ''question'',
2009 Oct 10
2
virsh dumpxml didn''t reflect viridian=1
Just the output of one of the viridian enabled windows hvm machines: Florian virsh dumpxml titan <domain type=''xen'' id=''40''> <name>titan</name> <uuid>cedb6201-82d6-3c96-4da3-e0bfad6a7501</uuid> <memory>2097152</memory> <currentMemory>2097152</currentMemory> <vcpu>2</vcpu> <os>
2009 Jun 26
4
[Errno 28] No space left on device when trying to create domU guest
Looks like there is plenty of space.All VM''s are under /data folder See attached screenshot of ''df -h'' output See below. Thanks. -- This message posted from opensolaris.org
2009 Oct 10
2
virsh dumpxml didn''t reflect viridian=1
Just the output of one of the viridian enabled windows hvm machines: Florian virsh dumpxml titan <domain type=''xen'' id=''40''> <name>titan</name> <uuid>cedb6201-82d6-3c96-4da3-e0bfad6a7501</uuid> <memory>2097152</memory> <currentMemory>2097152</currentMemory> <vcpu>2</vcpu> <os>
2010 Jan 17
2
error: failed to serialize S-Expr
Last night I upgraded from b127 to b130 and now I can''t mark autostart domains: # virsh autostart lunar-1 error: Failed to mark domain lunar-1 as autostarted error: failed to serialize S-Expr: (domain (on_crash restart) (uuid 91c21040-2098-bc0d-b401-3908f3a21667) (bootloader_args) (vcpus 1) (name lunar-1) (on_poweroff destroy) (on_reboot restart) (cpus ( Searching the archives
2005 Apr 07
0
HTML Help Browser in R Mac OS X Aqua GUI
...refox browser window for viewing help topics. options("htmlhelp") = TRUE options("browser") = "/Applications/Connections/Firefox.app/Contents/MacOS/firefox-bin" Java Embedding Plugin 0.9.0 is installed (the Java Embedding Plugin (JavaEmbeddingPlugin.bundle) and the MRJ Plugin JEP (MRJPlugin.plugin), are in the /Library/Internet Plug-Ins folder, and MRJ Plugin's timestamp is more recent than the Java Embedding Plugin's timestamp) help.start() launches firefox and displays the initial html help page. however, the following error message is displayed:...
2014 Nov 14
1
file.copy
...lder, list.of.files)) [1] "H:/R/cis_study" "F:/cis_study_backup" [3] "anl.in.scope_111114.R" "create.oid.data.frame.R" [5] "create_xd2012.R" "file.copy.R" [7] "further.data.R" "mrj.in.scope_111214.R" [9] "oid.in.scope_111114.R" "oid_cohort.R" [11] "warning.max.R" "xdate.R" [13] "years.before.anl.init.R" "years.before.mrj.init.R" [15] "years.before.oid.init.R" &...