Displaying 4 results from an estimated 4 matches for "diffenrent".
Did you mean:
diffenent
2005 May 18
2
Guest OS woun''t boot
...nknown-block(0,0)
The configuration is this:
# -*- mode: python; -*-
kernel = "/boot/vmlinuz-2.6.10-xenU"
memory = 128
name = "SYSP"
disk = [ ''phy:vg01/SYSP,sda1,w'' ]
dhcp="dhcp"
root = "/dev/sda1 ro"
extra = "3"
I have tried diffenrent Config like
disk = [ ''phy:/dev/vg01/SYSP,sda1,w'' ]
or
root = "sda1 ro"
or
root = "/dev/vg01/SYSP ro"
but it also doesn''t work.
Don''t know if there is a problem with devfs used by Gentoo (but dom0 is
working fine with devfs!).
Both Kernels (xe...
2008 Sep 28
2
passing variable between methods
How can I pass @member varible from def member to def name and insert it
into name_id? These methods are in the same controller.
def member
@member = params[:member] || ''''
member = @member
end
def name
name_id = @member
end
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are
2005 Feb 25
2
Teaching R in 40 minutes. What should be included?
If _you_ were asked to give a 40 minute dog and pony show about R for
a group of scientists ranging from physicists to geographers what
would you put in? These people want to know what R can do.
I'm thinking about something like:
A. Overview
B. data structures
C. arithmetic and manipulation
D. reading data
E. linear models using glm
F. graphics
G. programming
H. other tricks like rpart or
2010 Apr 19
1
Problem with mongrel_rails, but works with script/server
On Mon, Apr 19, 2010 at 9:21 AM, <rpavesic at gmail.com> wrote:
> Hi there, I am having problem with mongrel_rails and
> I do not know whom to ask so I found your e-mail as
> one of the last people contributing to mongrel_rails, so
> may be you would be able to help me out.
>
Please, email mongrel-users mailing list for problems, so in that way
all benefit from the answers.