We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The debian/control file should be updated to include these additional dependencies under Depends::
debian/control
Depends:
net-tools, sudo
Without sudo, the debian/postinst script fails and exits.
debian/postinst
Without net-tools, the datastage-config interactive config submenu crashes (due to external calls to the ifconfig tool, provided by net-tools.
These packages are usually present by default, but in my case I was trying to set up DataStage on a more barebones Ubuntu environment (Docker).
The text was updated successfully, but these errors were encountered:
Added net-tools and sudo to enable successfull setup on a more barebo…
b356894
…ne environment. Request from Stephen Eisenhauer dataflow#11
No branches or pull requests
The
debian/control
file should be updated to include these additional dependencies underDepends:
:Without sudo, the
debian/postinst
script fails and exits.Without net-tools, the datastage-config interactive config submenu crashes (due to external calls to the ifconfig tool, provided by net-tools.
These packages are usually present by default, but in my case I was trying to set up DataStage on a more barebones Ubuntu environment (Docker).
The text was updated successfully, but these errors were encountered: