Displaying 3 results from an estimated 3 matches for "applicationerror".
Did you mean:
eapplicationerror
2015 Oct 26
1
snmp-ups ApplicationError / APPCRASH
Hi List,
i've installed the network ups tool on one of my windows machine (server
2012 r2).
My ups is an APC Back-UPS Pro 550 which is connected via USB to an Synology
Diskstation DS414.
I found this video https://www.youtube.com/watch?v=0l54n_37M_k
My config:
*nut.conf*
MODE=standalone
*ups.conf*
[ups]
driver = snmp-ups
port = 192.168.2.5
community = public
*upsd.users*
[monuser]
2013 May 16
1
support remotely mounting disk images in p2v
Figure I'd share the latest revision to p2v I had regarding $subject.
The patch now applies against HEAD and compiles fine. I was able to update
the package on the client and run virt-p2v, though have yet to do a full
end-to-end verification
Most likely a little more work is needed to tidy up some edge cases and fully
flush things out, but the majority of the work should be in place.
On the
2005 Dec 31
7
Application Errors w/ layout & custom view pages
1) I get Rails Application Error when trying to use layout
test_controller
def list
layout "stdlayout"
end
in the views/test/layouts stdlayout.rhtml
<html>
<head><title>test</title></head>
</body>
<h1>Test</h1>
<%= content_for_layout %>
</body>
</html>
2) I get Rails Application Error when trying to use a separate