search for: ross

Displaying 20 results from an estimated 2617 matches for "ross".

Did you mean: roms
2005 Aug 23
5
Winbind UID/GID mismatch!!
Hi the list (again) Got a pretty major issue now Did the samba link to AD on a couple of redhat es3 servers using samba 3.0.14a Everything seems ok Except when I do a getent passwd username Server 3 getent passwd ross ross:x:10006:10000:ross:/home/ACADEMIC/ross:/bin/false Server 2 getent passwd ross ross:x:10006:10000:ross:/home/ACADEMIC/ross:/bin/false Server 1 getent passwd ross ross:x:10195:10000:ross:/home/ACADEMIC/ross:/bin/false Er... Why does server 1 have username ross as uid 10195?! :) All have the...
2009 Feb 23
8
[PATCH] Included reserved memory regions in dom0 iommu mappings
...also traced when incorrect RMRR to system memory map values are detected. This is being added to address some incorrect BIOS''s that do not report correctly the requied reserved memory ranges in the RMRRs. When this occurs it currently can cause early boot hangs and crashes. Signed-off-by: Ross Philipson <ross.philipson@citrix.com> Based on changeset 19238 Thanks Ross Ross Philipson Senior Software Engineer Citrix Systems, Inc 14 Crosby Drive Bedford, MA 01730 781-301-7949 ross.philipson@citrix.com<mailto:ross.philipson@citrix.com> _____________________________________...
2005 Jun 04
3
How to change the value of a class slot
...a CompletePathMaker pm at i <- pm at i+as.integer(1) [etc] I'm trying to make the class behave like an iterator, with i keeping track of its location. I'm sure there are more R'ish ways to go, but I'm also pretty sure I'm going to want to be able to update slots. Thanks. Ross Boylan
1997 Aug 07
1
R-alpha: Colors
...nd palette() could be used to obtain the current settings without a change. After a call to palette integer col= specification would provide indexes into this table. col=0 could be used to indicate the current background color. The "default" palette would have 1=black. Any comments? Ross =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.ma...
1998 Jan 06
1
IEEE 754 Style Arithmetic
...ike this too. Would it be a serious problem if I were to "fix" these? Q2: At present, the functions returning information about discrete distributions work on integer (32-bit C int) arguments. This limits the domain for these functions. Has anyone found that that this is a problem? Ross -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.m...
2011 Apr 12
4
OS X - `require': no such file to load -- sqlite3/sqlite3_native
I''ve searched and search, tried a number of things like unstalling sqlite3 and reinstalling. Reinstalling Rails, building sqlite3 from source, etc. Nothing seems to work. When I try to start up my server I get the following: MacBook-Pro:splash Ross$ rails server /Volumes/Macintosh HD/Users/Ross/rails_projects/splash/json/ruby/1.9.1/gems/sqlite3-1.3.3/lib/sqlite3.rb:6:in `require'': no such file to load -- sqlite3/sqlite3_native (LoadError) from /Volumes/Macintosh HD/Users/Ross/rails_projects/splash/json/ruby/1.9.1/gems/sqlite3-1.3.3...
2010 Jan 08
7
input form fields not in the #<WWW::Mechanize::Form array
...#39;' qualifier and not with a ''name'' qualifier is not recognised by Mechanize - at least it isn''t in the form field list. Is there any way of getting at these elements or am I, as I suspect, fresh out of luck. But you never know ... Appreciate any help. Regards Ross -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/mechanize-users/attachments/20100108/22249069/attachment.html>
2009 Aug 06
18
XCI: can we get to the demo state?
Hello XCI developers, I have a HP6930, downloaded xenclient from the git. And by following the instruction in HOWTO, I could get xenclient boot up fine. I try then to start a guest using xenvm.readme as template and nothing shows on the screen for the guest, although xenops shows 2 doms running. Can you point me to how to start a guest. And also, is the tree downloaded from git enough to arrive
2006 Nov 24
13
rSpec on Rails 1.2?
...cs fail: 1) TypeError in ''The User Controller should be a user controller'' can''t convert nil into String Each spec fails the same way. <context string> <spec string> can''t convert nil into String Any ideas what''s up with this? Thanks, s.ross
2006 Jul 20
11
3 columns
Hi all, Not really sure what to put in the title so hope people still open this! What I want to do is produce something like this Col1 Col2 Col3 data1 data2 data3 data4 data5 data6 data7 data8 data9 data.. data.. data.. data.. data.. data.. data-n data-n+1 data-n+2 I can get the data back from my db
2012 Dec 20
2
[PATCH v4 01/04] HVM firmware passthrough HVM defs header
Add public HVM definitions header for firmware passthrough support (including comment describing the feature''s use). In addition this header is used to collect the various xenstore string values that are used in HVMLOADER. Signed-off-by: Ross Philipson <ross.philipson@citrix.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel
2005 Nov 17
4
problem with \eqn (PR#8322)
Full_Name: Ross Boylan Version: 2.2.0 OS: Linux Submission from: (NULL) (65.175.48.58) \eqn{{\bf\beta}_j}{b(j)} in my .Rd file produces this error -------------------------------------------- ! Missing $ inserted. <inserted text> $ l.7 \eqn{{\bf\beta}_j}{\bf\beta}_...
2004 Aug 24
0
additional examples for R-intro.texi (PR#7195)
...nd @code{?help.search} for further details and examples. The examples on a help topic can normally be run by --- R-intro.texi~ Tue Aug 24 11:21:39 2004 +++ R-intro.texi Tue Aug 24 11:21:39 2004 @@ -3966,17 +3966,27 @@ @} ) @} +@end example +The function can then be used as follows: -ross <- open.account(100) -robert <- open.account(200) +@example +> ross <- open.account(100) +> robert <- open.account(200) -ross$withdraw(30) -ross$balance() -robert$balance() +> ross$withdraw(30) +30 withdrawn. Your balance is 70 +> ross$balance() +Your balance is 70 +>...
2006 May 30
4
Winamp v5.22 / oddcast / aac+
...cast Directory, but since Icecast streams cannot show in the SHOUTcast Directory anyway, this doesn't matter, and a content type of aac should be used. This way there is one Content Type for either AAC or aacPlus streams, and the decoder takes it from there. -greg. At 20:12 2006-05-30, Ross Levis wrote: >Ok, it's not as bad as I thought. With some investigation and >discussion with a "Major Dude" in the Winamp forums, it appears to be a >bug in Winamp v5.22 with streams that end with the mountpoint extension >.aac. I changed the mountpoint to end with .aacp...
2005 Jul 03
2
demo(scoping)
entercount an error with demo(scoping). > demo(scoping) demo(scoping) ---- ~~~~~~~ ___snip_____ > ross$balance() Your balance is 120 > try(ross$withdraw(500)) Error in ross$withdraw(500) : You don't have that much money! > version _ platform i486-pc-linux-gnu arch i486 os linux-gnu system i486, linux-gnu status beta major 2 minor 1.1 year 2005 month...
2003 Apr 25
1
FAQ/Website problems (PR#2840)
This is based on the FAQ at http://cran.r-project.org/doc/FAQ/R-FAQ.html 1) Section 2.7 says an update online html version of the docs is at http://stat.ethz.ch/R/manual/ Clicking on the link produces "not found". 2) Section 1.5 says feedback is most welcome. It needs to say where to send the feedback (/dev/null?).
2008 Jul 22
2
VM creation failure using passthrough with latest unstable
...d log shows the output where this fails - the wrong values for the bus/dev/func are clearly being traced out. Something changed in the last 2 - 3 weeks to cause this. I do not see this issue with a July 2 pull of unstable. I will keep digging but I hoped something would ring a bell. Thanks Ross Ross Philipson Senior Software Engineer Citrix Systems, Inc 14 Crosby Drive Bedford, MA 01730 781-301-7949 ross.philipson@citrix.com <mailto:ross.philipson@citrix.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http:/...
2017 Oct 14
3
Icecast on my website
Hi Ross, It's hosted on a system which I have no access to. On 10/14/17, Ross Levis <ross at stationplaylist.com> wrote: > Are you operating your own web server or is it hosted elsewhere? Do you > have access to the operating system of the server? > > -----Original Message----- >...
2009 Apr 12
3
Hi, complete ubuntu 8.10 novice needs help with wine
...#39;ve not used this before and am in need of an 'idiot's guide to Linux' i've gotten as far as having unpacked the file and installed it on terminal, it now to the point of running the Setup.exe however when i try to run the setup, i get the following command line error; [/home/ross/Documents/Dune/DUNE2/SETUP.EXE] End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. zipinfo: ca...
2014 Mar 12
1
2 versions of same library loaded
Can anyone help me understand how I got 2 versions of the same library loaded, how to prevent it, and what the consequences are? Running under Debian GNU/Linux squeeze. lsof and /proc/xxx/map both show 2 copies of several libraries loaded: /home/ross/install/lib/libmpi.so.1.3.0 /home/ross/install/lib/libopen-pal.so.6.1.0 /home/ross/install/lib/libopen-rte.so.7.0.0 /home/ross/Rlib-3.0.1/Rmpi/libs/Rmpi.so /usr/lib/openmpi/lib/libmpi.so.0.0.2 /usr/lib/openmpi/lib/libopen-pal.so.0.0.0 /usr/lib/openmpi/lib/libopen-rte.so.0.0.0 /usr/lib/R/lib/libR.so...