similar to: Grub Prompt

Displaying 20 results from an estimated 4000 matches similar to: "Grub Prompt"

2005 Mar 31
2
grub Error 28: Selected item cannot fit into memory
Good evening all, I''ve all but finished installing Xen 2.0.5, XenLinux 2.6.10 and Debian GNU/Linux 3.0r4 into /boot on a colo box currently (and temporarily) running CentOS. I''ve chrooted into the debian install (chroot /boot /bin/bash) and was able to set everything up, install requisite packages, install xen, etc. Now I''m at the last step and I''ve run into
2005 Mar 04
11
R: simulation
hi all a simple question i want to run simulations in r. i however want the experiments to be repeated at a later time with exactly the same numbers by other users. can i set the random number seed for rnorm in some way? e.g. is there some arguement that goes with rnorm? please supply an example regards Allan
2010 Jan 22
4
facter question
int he example below I run facter looking for the fact "sp_serial_number". as you can see, the command facter sp_serial_number returns nothing, but the fact is there and is returned when just running facter and grepping for the fact. Some fact seem to work and others do not. any ideas? marcuspro:~ allan$ facter --version 1.5.7 marcuspro:~ allan$ facter sp_serial_number marcuspro:~
2005 Jul 29
5
R: graphics devices
a simple question how does one produce plots on two different graphics devices? / allan
2004 Feb 03
3
R: plotting multiple functions
Hi all Another simple question. I would like to plot three graphs one the same plot with different colours. Say red, blue and black. Here are the functions. r1<-1+5*cos(2*pi*seq(1:100)/20)+rnorm(100) r2<-1+7*sin(2*pi*seq(1:100)/20)+rnorm(100) r3<-1+7*sin(2*pi*seq(1:100)/20)+5*cos(2*pi*seq(1:100)/20)+rnorm(100) Regards Allan
2009 Jun 04
3
WWDC Puppeteer lunch
Reminder for Mac Puppeteers going to WWDC How about we meet for lunch at noon on Tuesday. Let''s try to get the table closet to the Odwalla refrigerator, just for reference. We can get more specific on this list on the 8th after we verify the set up. I might even get there a little earlier and put down "reserved" tags. --- Thank you, Allan Marcus Solutions Architect Central
2004 Feb 10
6
R: lags
hi all how does one simulate a random walk process? i.e y(0)=0 y(t)=y(t-1)+ e(t) where e(t) is normal(0,1) say. Regards allan
2007 Jul 24
7
Obtaining summary of frequencies of value occurrences for a variable in a multivariate dataset.
Hi all, If the question below as been answered before I apologize for the posting. I would like to get the frequencies of occurrence of all values in a given variable in a multivariate dataset. In short for each variable (or field) a summary of values contained with in a value:frequency pair, there can be many such pairs for a given variable. I would like to do the same for several such variables.
2004 Feb 03
4
R: lags and plots
Hi all I want to calculate certain lags of a time series and plot them simultaneously on a graph. can anyone help?
2016 Jan 06
3
Stymied with samba vs openldap SSL ("Failed to issue the StartTLS instruction...")
On Wed, Jan 6, 2016 at 10:36 AM, Graham Allan <allan at physics.umn.edu> wrote: > On 01/06/2016 09:53 AM, Graham Allan wrote: > >> >> The packet dump is a good idea. I get the same failure using straight >> SSL to port 636, but wireshark might be able to decode any StartTLS >> negotiation attempt on the default port. Failing that I guess I'll >>
2016 Aug 18
0
GRUB 2 dumps to grub prompt when installed on >4TB disk
On Thu, Aug 18, 2016 at 11:57 AM, James A. Peltier <jpeltier at sfu.ca> wrote: > Hi All, > > I have a Dell R710 that has 6x1TB in a RAID-5 configuration. This is hardware RAID 5? Because it's pretty screwy how this ends up working when using software RAID and might take additional troubleshooting. > When installing CentOS 7 using the full disk capacity and booting in
2016 Aug 23
0
GRUB 2 dumps to grub prompt when installed on >4TB disk
On Mon, Aug 22, 2016 at 1:24 PM, James A. Peltier <jpeltier at sfu.ca> wrote: > > > When running grub2-install from within recovery mode I can assure you it is not a user error because simply installing the grub2-efi-modules package allows for grub2-install to work. No, this logic is flawed. Running grub2-install is obsolete on UEFI, it only applies for users who know exactly what
2016 Aug 21
0
GRUB 2 dumps to grub prompt when installed on >4TB disk
On Fri, Aug 19, 2016 at 4:59 PM, James A. Peltier <jpeltier at sfu.ca> wrote: > > > ----- Original Message ----- > | On Thu, Aug 18, 2016 at 11:57 AM, James A. Peltier <jpeltier at sfu.ca> wrote: > | > Hi All, > | > > | > I have a Dell R710 that has 6x1TB in a RAID-5 configuration. > | > | > | This is hardware RAID 5? Because it's pretty
2007 Jan 11
2
calls to SPA942 disconnect after 15 seconds (chan_sip.c set_destination: can't find address)
Am having a unique problem, calls received on my SPA942 seem to end after 15 seconds, but calls made from this device do not have this problem. For this device (when receiving calls) I get periodic "chan_sip.c set_destination: can't find address for host" I have set the "canreinvite=no" in the sip.conf. Does anyone have a sample entry from sip.conf for the Lynksys SPA 942
2003 Apr 03
4
Two y-axis in plots
Hi, I am trying to plot two data sets on one plot but with using a different y-axis ranges for each - preferably with one shown on each side of the graph. Is there a function that will allow me to do this. Thanks Allan McRae [[alternate HTML version deleted]]
2005 Sep 05
3
numerical intergation
how does one numerically intergate the following: A=function(x,y) { xy } over the range: 2<x<0 4<y<10 say. ie how would one set up the integrate function? i forgot!
2004 Jan 05
4
r: lm question
Hi all this is a silly question since i should know the answer. lm(y~x) perfroms linear regression with the intercept included. How do i estimate the equation without the intercept? cheers
2004 Jul 25
4
Econometrics Packages On R
Hello, I have just started using R, maybe more like learning it. I am interested in using it for Time Series Analysis and I wanted to know if anyone was familiar with packages other than TS that might be appropriate. Allan
2011 Feb 12
4
if xend block
Hi, All I use python, I want to know If xend is blocked, then I call virConnectOpen will it return or block? Thanks, Allan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2003 Dec 18
2
: Lp norm estimation
Hi all Just wondering whether one can undertake Lp norm estimation (a type of regression analysis) in R? i.e. argmin S ( | y(i) - x(i)b | ^p ) where: * S is the summation over observation i= 1,2,...,n * y is a vector of n observations * x is an n by p matrix of explanatory variables * b is a p by 1 vector of beta coefficients and * p is a constant to be estimated such that