search for: rasfs

Displaying 7 results from an estimated 7 matches for "rasfs".

Did you mean: ramfs
2011 Sep 09
1
Problem with Windows on Xen
...n server 1, everything installs fine. Both servers and the workstation are Debian Squeeze installed from bootstrap with almost identical installs. I have searched for similar situations on Google and the forums, but have come up empty handed. Only thing I can see from /var/log/xen/qemu-dm-rasfs.log is the last line says track_dirty_vram(f0000000, 26) failed (-1,3). Any help would be apprecitated on how to resolve this. Thank you -- Shane D. Johnson IT Administrator Rasmussen Equipment Workstation Server 1 Server 2 CPU Phenom 9950 Opteron 6174 Phenom 1100t MB Gigabyte...
2012 Nov 05
2
[PATCH] x86/ACPI: invalidate BGRT
Since the image pointed to may (and generally will) live in boot services memory (which we add to the global memory pool long before ACPI tables get looked at), we should prevent Dom0 from trying to retrieve the image data. The alternatives would be to - not add boot services memory to the global pool at all, or - defer adding boot services memory until Dom0 indicates it is safe to do so, or -
2012 Nov 07
0
[PATCH v2] x86/ACPI: invalidate BGRT if necessary
Since the image pointed to may live in boot services memory (which we add to the global memory pool long before ACPI tables get looked at), we should prevent Dom0 from trying to retrieve the image data in that case. The alternatives would be to - not add boot services memory to the global pool at all, or - defer adding boot services memory until Dom0 indicates it is safe to do so, or - find and
2008 Sep 11
2
respond_to and format
Hello! I use a "format" parameter in my application for internal calculations. But Rails catches it and uses for view name. I mean, if I go to url: myapp.com/foo/?format=xml Rails tries to show me index.xml.erb view, but I don''t want this! I want the application to continue showing index.html.erb template. How can I do this? Thanks :)
2008 Dec 17
3
Access from common class
Hello! I have made a common class and put it to the /lib folder of my Rails application. Now I have some problems with access to: 1. Mailers Call to SupportMailer.send_activation_email gives an error: NoMethodError (undefined method `send_activation_email'' for SupportMailer:Class): Ok, I have changed my SupportMailer class - give a prefix to the function function send_activation_email
2008 Sep 02
5
Appending a record to a table
Hi I''m not too sure how best to explain this but here goes! I am trying to write an appointment system. I have, through example, just about got the dynamics correct. Even tried to play with some table joins (and excuse me if I''ve used the incorrect terminlogy). But no matter what I try I can''t seem to get the following code to work. I have a cart filled with Treatment
2008 Sep 07
8
How do I make an API?
Hi! I''m a new developer trying to get into Ruby on Rails. My team is developing an iPhone application that wants to call our Ruby on Rails web-end to store and retrieve data. I''ve looked on the web and in this forum but the only things I could find were dealing with scaffolding, which a) didn''t solve the problem clearly for me and b) we''re not using