I got this error: /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such file to load -- puppet/util/network_device/f5/device (LoadError)
which I think is basically correct since there is not such F5 Network Device File on my proxy...
Any hints on how could I solve this issue???
thanks a lot! Cesar
Christopher Wood
unread,
Jan 8, 2013, 12:31:51 PM1/8/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to puppet...@googlegroups.com
(inline)
On Tue, Jan 08, 2013 at 08:30:23AM -0800, MrTeleBird wrote:
> Hello everyone!
>
> I am facing a problem by configuring the F5 Big-IP Module:
>
> I installed GEM f5-icontrol on both, the master and the proxy.
> the file "device.conf" is configured on my proxy too.
>
> However, when i run:
>
> # puppet device --deviceconf /etc/puppet/device/lb-device.conf
>
> I got this error:
> /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
> `gem_original_require': no such file to load --
> puppet/util/network_device/f5/device (LoadError)
I'm apparently just a couple of steps behind you. I do have this file:
> which I think is basically correct since there is not such F5 Network
> Device File on my proxy...
>
> Any hints on how could I solve this issue???
>
> thanks a lot!
> Cesar
>
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to puppet...@googlegroups.com, christop...@pobox.com
Hi Christopher, yes I installed F5-IControl gem on both, my puppet server and the proxy system. Is your puppet server the same machine as your proxy system?? Yes, I do have the file /etc/puppet/modules/f5/lib/puppet/util/network_device/f5/device.rb
but I have it on the machine running as puppet master, not in the machine running as proxy system.
I also installed the F5 module on my proxy system but it did not work neither. Same result as before:
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such file to load -- puppet/util/network_device/f5/device (LoadError)
:-((
Any other idea what am I missing??
Thanks
MrTeleBird
unread,
Jan 9, 2013, 9:01:23 AM1/9/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to puppet...@googlegroups.com, christop...@pobox.com