On 31 May 2013 14:27, Steve Wills <swi...@freebsd.org> wrote:
>> Moving to ruby 1.9 by following the instructions in UPDATING breaks
>> puppet.
>>
>> When updating with portmaster, at install time it says 'could not load
>> facter; cannot install' and exits. I had to manually run 'gem install
>> facter', then puppet installed.
>
> It's better to install via the port so that the package management knows
> it's there. This could be causing the later problems.
>
>> However, 'service puppetmaster status'
>> was reporting puppet as not running even though it was, so I had to kill
>> the running process before 'service puppetmaster start'. I assume this
>> is related to $command_interpreter in the rc script being changed from
>> ruby18 to ruby19? Although, /usr/local/bin/ruby and
>> /usr/local/bin/ruby19 are identical, can't the script use plain ruby
>> instead of ruby19?
>>
>
> It would probably be best to kill puppet before the upgrade.

This is definitely the problem here.  I'm afraid you'll have to
manually kill it here, since the old rc script has been deinstalled.
You'll only have to do it this once.

Chris
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to