search for: solli

Displaying 10 results from an estimated 10 matches for "solli".

Did you mean: olli
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. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this gr...
2006 Nov 08
3
Question about Intel VT on PowerEdge
...n 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. My question is : Without this flag I can''t run Windows as guest on this server ? Thanks, Solli M. Honório _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
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
Hi, I have an application using STI on a model named Publisher. Publisher uses STI via a column named "service". When I call -- p = Publisher.new(..., :service => "TwitterPublisher") -- the service does not get assigned, yet all other columns do. However, if I later call -- p[:service] = "TwitterPublisher" -- all is well. Any ideas about what is going on? My
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:
I can confirm that I'm also seeing this issue with DRBD backed block devices. A test dom0 pair that I've just dist upgraded from Wheezy to Jessie is no longer able to boot any domUs via pygrub. As a test I've just pulled pygrub out of xen-tools-4.5 from experimental but I'm still getting the same error in the bootloader.log: ---- Traceback (most recent call last): File
2007 Dec 27
0
looking for xen-ioemu compatible with xen-hypervisor-3.1-1-i386
...ng, but I think the problem is beacause I have xen-ioemu version 3.0 and hypervisor version 3.1 I'd like know if the are a xen-ioemu package compatible with xen-hypervisor-3.1-1-i386 available ? The are another good way to install Windows withou do a downgrade on hypervisor install ? Thanks, Solli M. Honorio <list> libc6-xen 2.7-4 linux-headers-2.6-xen-vserver-686 2.6.18+6etch2 linux-headers-2.6.18-5-xen-vserver 2.6.18.dfsg.1-13etch6 linux-headers-2.6.18-5-xen-vserver-686 2.6.18.dfsg.1-13etch6 linux-image-2.6-xen-vserver-686 2.6.18+6et...
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
...g the thing a lot easier > (thats not a deployment strategy mind you). > > If you leave the body of your method the same as AR''s default does it > still throw the ''stack too deep'' ? > > cheers, > David > > > On 23/12/2005, at 11:51 PM, Martin Solli wrote: > > > 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...