Displaying 7 results from an estimated 7 matches for "rasf".
Did you mean:
ralf
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
Gigabyt...
2012 Nov 05
2
[PATCH] x86/ACPI: invalidate BGRT
...escription Table */
+#define ACPI_SIG_MPST "MPST" /* Memory Power State Table */
+#define ACPI_SIG_PCCT "PCCT" /* Platform Communications Channel Table */
+#define ACPI_SIG_PMTT "PMTT" /* Platform Memory Topology Table */
+#define ACPI_SIG_RASF "RASF" /* RAS Feature table */
+
+#define ACPI_SIG_S3PT "S3PT" /* S3 Performance (sub)Table */
+#define ACPI_SIG_PCCS "PCC" /* PCC Shared Memory Region */
+
+/* Reserved table signatures */
+
+#define ACPI_SIG_CSRT "CSRT&quo...
2012 Nov 07
0
[PATCH v2] x86/ACPI: invalidate BGRT if necessary
...escription Table */
+#define ACPI_SIG_MPST "MPST" /* Memory Power State Table */
+#define ACPI_SIG_PCCT "PCCT" /* Platform Communications Channel Table */
+#define ACPI_SIG_PMTT "PMTT" /* Platform Memory Topology Table */
+#define ACPI_SIG_RASF "RASF" /* RAS Feature table */
+
+#define ACPI_SIG_S3PT "S3PT" /* S3 Performance (sub)Table */
+#define ACPI_SIG_PCCS "PCC" /* PCC Shared Memory Region */
+
+/* Reserved table signatures */
+
+#define ACPI_SIG_CSRT "CSRT&quo...
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