Displaying 3 results from an estimated 3 matches for "ntroller".
Did you mean:
stroller
2005 Dec 29
0
reboot domU failes
..._poweroff = ''destroy''
on_reboot = ''restart''
on_crash = ''restart''
and xend.log is:
File
"/usr/src/xen/xen-unstable/dist/install/usr/lib/python/xen/xend/XendDomainIn
fo.py", line 971, in waitForDevices_
return self.getDeviceController(deviceClass).waitForDevices()
File
"/usr/src/xen/xen-unstable/dist/install/usr/lib/python/xen/xend/server/DevCo
ntroller.py", line 135, in waitForDevices
return map(self.waitForDevice, self.deviceIDs())
File
"/usr/src/xen/xen-unstable/dist/install/usr/lib/python/xen/xend/serv...
2009 Jan 26
7
Auto Detect
Which command to run which will auto detect all hardwares present in the
system ?
OS : CentOS
Running Asterisk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090126/5e064cf8/attachment.htm
2009 Jan 16
16
Testing arbitrary post action parameters
I am working on our (newly renamed) authentication feature. The current
scenario is:
Scenario: Non-administrators should not set administrator ability
Given I have no users
And I add a user named "admin" as an administrator
And I add a user named "myuser" as not an administrator
When the user named "myuser" authenticates
And the user