cssoss team mailing list archive
-
cssoss team
-
Mailing list archive
-
Message #00220
[Bug 1068633] [NEW] Problem starting nova-network
Public bug reported:
When you start nova-network service, it fails to start and throws an
error
CRITICAL nova [-] Unexpected error while running command.
Command: sudo nova iptables-save -t filter
Exit code: 1
Stdout: ''
Stderr: 'sudo: no tty present and no askpass program specified\nSorry, try again.\nsudo: no tty present and no askpass program specified\nSorry, try again.\nsudo: no tty present and no askpass program specified\nSorry, try again.\nsudo: 3 incorrect password attempts\n
This error is caused because nova user is not added to sudoer file.
To fix this bug add
nova ALL=(ALL) NOPASSWD:ALL
to visudo
** Affects: openstackbook
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of CSS OSS
Team, which is subscribed to OpenStack Book.
Matching subscriptions: OpenStackBook
https://bugs.launchpad.net/bugs/1068633
Title:
Problem starting nova-network
Status in OpenStack Book for Ubuntu:
New
Bug description:
When you start nova-network service, it fails to start and throws an
error
CRITICAL nova [-] Unexpected error while running command.
Command: sudo nova iptables-save -t filter
Exit code: 1
Stdout: ''
Stderr: 'sudo: no tty present and no askpass program specified\nSorry, try again.\nsudo: no tty present and no askpass program specified\nSorry, try again.\nsudo: no tty present and no askpass program specified\nSorry, try again.\nsudo: 3 incorrect password attempts\n
This error is caused because nova user is not added to sudoer file.
To fix this bug add
nova ALL=(ALL) NOPASSWD:ALL
to visudo
To manage notifications about this bug go to:
https://bugs.launchpad.net/openstackbook/+bug/1068633/+subscriptions
Follow ups
References