Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix use of correct tail on Solaris for network route #40170

Closed
dmurphy18 opened this issue Mar 20, 2017 · 2 comments
Closed

Fix use of correct tail on Solaris for network route #40170

dmurphy18 opened this issue Mar 20, 2017 · 2 comments
Assignees
Labels
Platform Relates to OS, containers, platform-based utilities like FS, system based apps
Milestone

Comments

@dmurphy18
Copy link
Contributor

Description of Issue/Question

The use of tail for Solaris is using option specific to /usr/xpg4/bin/tail, but the tail used depends on that in PATH, which is typically /usr/bin/tail, also use of the option -n+5 generates an error, should be '-n +5'
This is similar to #40161

Setup

install salt-minion on a Solaris system

Steps to Reproduce Issue

root@localhost:# salt solx10a network.default_route
[WARNING ] Cannot resolve address None info via socket: <class 'socket.gaierror'>
solx10a:
ERROR: Minions returned with non-zero exit code
root@localhost:
#

Versions Report

root@localhost:~# salt solx10a --versions-report
Salt Version:
Salt: 2016.11.2

Dependency Versions:
cffi: Not Installed
cherrypy: Not Installed
dateutil: 1.5
gitdb: Not Installed
gitpython: Not Installed
ioflo: Not Installed
Jinja2: 2.7.2
libgit2: Not Installed
libnacl: Not Installed
M2Crypto: Not Installed
Mako: 0.8.1
msgpack-pure: Not Installed
msgpack-python: 0.4.6
mysql-python: Not Installed
pycparser: Not Installed
pycrypto: 2.6.1
pygit2: Not Installed
Python: 2.7.5 (default, Jun 17 2014, 18:11:42)
python-gnupg: Not Installed
PyYAML: 3.11
PyZMQ: 15.3.0
RAET: Not Installed
smmap: Not Installed
timelib: Not Installed
Tornado: 4.2.1
ZMQ: 4.1.4

System Versions:
dist: centos 7.1.1503 Core
machine: x86_64
release: 3.10.0-229.el7.x86_64
system: Linux
version: CentOS Linux 7.1.1503 Core

root@localhost:~#

@dmurphy18 dmurphy18 added Platform Relates to OS, containers, platform-based utilities like FS, system based apps TEAM Platform labels Mar 20, 2017
@dmurphy18 dmurphy18 added this to the Nitrogen 6 milestone Mar 20, 2017
@dmurphy18 dmurphy18 self-assigned this Mar 20, 2017
@dmurphy18 dmurphy18 reopened this Mar 31, 2017
@cachedout
Copy link
Contributor

@dmurphy18 Why did this get re-opened?

@dmurphy18
Copy link
Contributor Author

@cachedout No idea, Zendesk gets things in wrong column with drag and drop, can only think that is what must have happened, closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Platform Relates to OS, containers, platform-based utilities like FS, system based apps
Projects
None yet
Development

No branches or pull requests

2 participants