Ubic icon indicating copy to clipboard operation
Ubic copied to clipboard

Polymorphic service manager.

Results 27 Ubic issues
Sort by recently updated
recently updated
newest added

As non-root user (ICIM): ``` $ export PATH="/arbitrary/installation/path/of/perl/and/ubic/scripts/"; $ ubic-admin setup --batch-mode --local --no-sticky-777 … add a service called foo … $ ubic status $ ubic stop --force Stopping foo......

setting it to /usr/bin/perl makes EUMM update the #! during install

Most tests fail if running `make test PERL_USE_UNSAFE_INC=0` on a newer perl (e.g. 5.27.7) like this: ``` t/loaders/json.t ............... Can't locate t/Utils.pm in @INC (you may need to install the...

The test suite fails on all my FreeBSD 11 and 12 smokers: ``` # Failed test 'Ubic::Cmd logged something on start' # at t/cmd.t line 25. # 'Starting sleeping-daemon... Failed...

Hi, I was trying to install [Exobrain](https://metacpan.org/pod/Exobrain) which depends on Ubic for services and was a little surprised to find failures over Ubic running tests requiring sudo privileges. Here's a...

This happens only on Debian 8 (at least for me). Full message: Can't construct 'qbma-stderr': Can't locate Ubic/ServiceLoader/Ext/log.pm in @INC (you may need to install the Ubic::ServiceLoader::Ext::log module) (@INC contains:...

I'm using Ubic in C++ tests, so I cannot run ubic services just using Ubic.pm. Typical workflow is: - Run `ubic-admin setup` to make all needed directories in a temp...