GithubHelp home page GithubHelp logo

slack's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

tsaavik

slack's Issues

FQDN Problem

We have some trouble with some of our VZ's: Some of them have the FQDN and some 
of them not in the /etc/hostname. In the roles.conf we only put in the 
Hostname. 
So some hosts can run slack now right, some of them not. They say that Host 
foo.bla.bar.com was not found in roles.conf... 
What is the right way of configuring slack? Is this a bug with slack or with 
our hostname configuration?
I  would advise to check first the FQDN, if this is not present, check the 
Hostname in roles.conf

Original issue reported on code.google.com by [email protected] on 3 Jul 2011 at 9:59

slack should warn when you are about to apply a role that is not in the host's configuration

What steps will reproduce the problem?
1. pass a role to slack on the command line that would not be slacked by
running slack without arguments
2.
3.

What is the expected output? What do you see instead?
slack should warn you the role your slacking is not currently part of the
host's configuration and either prompt you to continue or required you to
re-run the command using --force or similar option

What version of the product are you using? On what operating system?
0.15.2.tar.gz

Please provide any additional information below.
It should not be so easy to mess up your systems by slacking the wrong roles.

Original issue reported on code.google.com by [email protected] on 2 Apr 2009 at 4:22

src/slack does not honour Makefile.common

What steps will reproduce the problem?
1. Download slack-0.15.2.tar.gz
2. Edit Makefile.common to suit environment. Edit exec_prefix = /usr/local 
rather than /usr
3. make; make install
4. slack fails to run

What is the expected output? What do you see instead?

# slack
Can't locate Slack.pm in @INC (@INC contains: /usr/lib/slack 
/usr/libdata/perl5/i386-openbsd/5.10.1 
/usr/local/libdata/perl5/i386-openbsd/5.10.1 /usr/libdata/perl5 
/usr/local/libdata/perl5 /usr/local/libdata/perl5/site_perl/i386-openbsd 
/usr/libdata/perl5/site_perl/i386-openbsd /usr/local/libdata/perl5/site_perl 
/usr/libdata/perl5/site_perl .) at /usr/local/sbin/slack line 25.
BEGIN failed--compilation aborted at /usr/local/sbin/slack line 25.

What version of the product are you using? On what operating system?

0.15.2 on OpenBSD

Please provide any additional information below.

The source file src/slack has the following hardcoded rather than using the 
Makefile.common definition: 

use constant LIBEXEC_DIR => '/usr/lib/slack';
use constant LIB_DIR => '/usr/lib/slack';

The edits I made to Makefile.common:

exec_prefix     = /usr/local
libexecdir      = ${exec_prefix}/libexec
slack_localstatedir     = ${localstatedir}/spool/slack

The six files in /usr/local/libexec/slack also have LIB_DIR hardcoded. Also it 
might be nice to have /etc/slack.conf install with STAGE= and BACKUP_DIR= set 
to make what is defined in Makefile.common.

Original issue reported on code.google.com by [email protected] on 27 Jan 2011 at 6:43

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.