Displaying 10 results from an estimated 10 matches for "solly".
Did you mean:
silly
2011 Jul 04
1
puppetlabs-firewall gsub error
Hi,
I am testing https://github.com/puppetlabs/puppetlabs-firewall and get
this error:
err: Could not prefetch firewall provider ''iptables'': private method
`gsub'' called for nil:NilClass
I don''t know ruby so any help appreciated!
--
Bjørge Solli
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
2006 Nov 08
3
Question about Intel VT on PowerEdge
Hi, I''m runing a Fedora Core 6 on a Power Edge with Xeon Cranford that I
planning to running Windows as a guest S.O. and reading "Fedora Xen
Quickstar FC6" as document to install Xen on this server.
This document recomend a "grep vmx /proc/cpuinfo" test to verify if computer
is Intel VT supported. Running this command I don''t find any information
about vmx.
2011 Sep 15
3
puppet and kerberos keytabs
Hi,
we use kerberos with keytabs on our clients. We do *not* trust root on
the clients! One client should never have access to any other client''s
keytab. This is my proposed solution to get the keytabs to the clients,
any comments welcome!
1. Use file to get /root/.ssh/authorized_keys
2. Use exported resource to let the client "notify" the server that it
wants a keytab
3. On
2007 Feb 12
6
prototype.js and different browsers
Hi
I''m currently learning how AJAX is working and found prototype.js interesting.
But I have some issues that might be because of misusage:
http://brasilia.nersc.no/test/PyTest/AJAX.html
When I use this in Firefox2 it correctly fills the first select, using opera9
it is filled, but it just shows a list of "blank" options (no description),
and in IE6 it doesn''t get
2010 Feb 08
1
Model using STI new function only working partially
...ll other columns do. However,
if I later call
--
p[:service] = "TwitterPublisher"
--
all is well. Any ideas about what is going on? My environment is
Ruby 1.9/1.8.6 with Rails 2.3.5 running on MinGW(1.9) and Linux (1.8.6
- on Heroku). Any idea as to what is going wrong?
Best Regards,
Solly
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/J...
2010 Apr 05
17
[Bug 27455] New: dualhead not working, second display always black
https://bugs.freedesktop.org/show_bug.cgi?id=27455
Summary: dualhead not working, second display always black
Product: xorg
Version: unspecified
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at
2015 Oct 21
0
Bug#753358:
...ets
image_type = identify_disk_image(file)
File "/usr/lib/xen-4.5/bin/pygrub", line 58, in identify_disk_image
fd = os.open(file, os.O_RDONLY)
OSError: [Errno 2] No such file or directory: 'gd-test-domU-disk'
---
--
Adam Wilbraham
--
G2G3 Digital
Velocity House, 3 Solly Street, Sheffield, S1 4DE
+44 (0)114 2212123
http://g2g3.digital/
Part of Capita plc: www.capita.co.uk
Registered address: 71 Victoria Street, Westminster, London SW1H 0XA
Registered in England and Wales Company No. 02299747
VAT registration No. 618 1841 40
-------------- next part -------...
2007 Dec 27
0
looking for xen-ioemu compatible with xen-hypervisor-3.1-1-i386
Hi, I'm just install a debian etch, with lenny repository enabled, and the
list o xen package listed below, but i didn't find package of xen-ioemu for
hypervisor-3.1-1 .
The xen-ioemu-3.0.3-1 package is dependable of xen-utils-3.0.3-1 and
recomend the instalation o xen-hypervisor-3.0.3-1. Looking around, I found
at http://download.thorstenstrusch.de/debian/etch/ xen-ioemu for
2005 Dec 23
1
Overloading error_message_on method in ActiveRecordHelper
Hello all
I would like to overload the error_message_on method in the
ActiveRecordHelper module in order to emit a span tag instead of a div
tag. I try to achieve this by way of plugins: Under vendor/plugins
I''ve made a error_messages_on_fix directory, containing init.rb like
this:
---
require ''active_record_helper_fix''
---
..and a lib directory with
2005 Dec 27
0
Re: RESOLVED: Overloading error_message_on method in ActiveRecordHelper
Leaving the body of the method the same as the default still throws
the "stack level too deep" error. As a matter of fact, it only
disappears if I comment out the ''require'' in line 1.
As it turned out, it was the method definiton itself that caused
problems. Ruby doesn''t have keyword arguments, but I tried calling the
method as if it had. But when I changed