“system-config-network-tui &” doesn't work
When I try to edit or assign the IP using this command:
system-config-network-tui &
Terminal opens a console which is uncontrollable, just like this:
This happens on CentOS and Red Hat.
command-line rhel ip
add a comment |
When I try to edit or assign the IP using this command:
system-config-network-tui &
Terminal opens a console which is uncontrollable, just like this:
This happens on CentOS and Red Hat.
command-line rhel ip
@harish.venkat Great job It worked. Dear put this as an answer so I can accept it.Thanks and Good day
– OmiPenguin
Nov 25 '12 at 8:09
add a comment |
When I try to edit or assign the IP using this command:
system-config-network-tui &
Terminal opens a console which is uncontrollable, just like this:
This happens on CentOS and Red Hat.
command-line rhel ip
When I try to edit or assign the IP using this command:
system-config-network-tui &
Terminal opens a console which is uncontrollable, just like this:
This happens on CentOS and Red Hat.
command-line rhel ip
command-line rhel ip
edited Dec 24 '12 at 3:38
Michael Mrozek♦
61.2k29191211
61.2k29191211
asked Nov 25 '12 at 7:22
OmiPenguinOmiPenguin
1,540235789
1,540235789
@harish.venkat Great job It worked. Dear put this as an answer so I can accept it.Thanks and Good day
– OmiPenguin
Nov 25 '12 at 8:09
add a comment |
@harish.venkat Great job It worked. Dear put this as an answer so I can accept it.Thanks and Good day
– OmiPenguin
Nov 25 '12 at 8:09
@harish.venkat Great job It worked. Dear put this as an answer so I can accept it.Thanks and Good day
– OmiPenguin
Nov 25 '12 at 8:09
@harish.venkat Great job It worked. Dear put this as an answer so I can accept it.Thanks and Good day
– OmiPenguin
Nov 25 '12 at 8:09
add a comment |
3 Answers
3
active
oldest
votes
try not opening it as background process system-config-network-tui
instead of system-config-network-tui &
this has worked for me and later i switched to editing config files at /etc/sysconfig/network-scripts/
add a comment |
Of course it doesn't work ... It's a ncurses based program that uses a loop to refresh current screen, you run it in background, you end up with a mess ..
If you just need to setup some IPs, why won't you just do it with ifconfig
or nmcli
(for network manager) ?
add a comment |
can use
$ nmtui
command for this.
On RHEL , theNetworkManager-tui
package is required to getnmtui
.
– GAD3R
Jan 28 at 21:13
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f56607%2fsystem-config-network-tui-doesnt-work%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
try not opening it as background process system-config-network-tui
instead of system-config-network-tui &
this has worked for me and later i switched to editing config files at /etc/sysconfig/network-scripts/
add a comment |
try not opening it as background process system-config-network-tui
instead of system-config-network-tui &
this has worked for me and later i switched to editing config files at /etc/sysconfig/network-scripts/
add a comment |
try not opening it as background process system-config-network-tui
instead of system-config-network-tui &
this has worked for me and later i switched to editing config files at /etc/sysconfig/network-scripts/
try not opening it as background process system-config-network-tui
instead of system-config-network-tui &
this has worked for me and later i switched to editing config files at /etc/sysconfig/network-scripts/
answered Nov 25 '12 at 17:54
harish.venkatharish.venkat
4,5431924
4,5431924
add a comment |
add a comment |
Of course it doesn't work ... It's a ncurses based program that uses a loop to refresh current screen, you run it in background, you end up with a mess ..
If you just need to setup some IPs, why won't you just do it with ifconfig
or nmcli
(for network manager) ?
add a comment |
Of course it doesn't work ... It's a ncurses based program that uses a loop to refresh current screen, you run it in background, you end up with a mess ..
If you just need to setup some IPs, why won't you just do it with ifconfig
or nmcli
(for network manager) ?
add a comment |
Of course it doesn't work ... It's a ncurses based program that uses a loop to refresh current screen, you run it in background, you end up with a mess ..
If you just need to setup some IPs, why won't you just do it with ifconfig
or nmcli
(for network manager) ?
Of course it doesn't work ... It's a ncurses based program that uses a loop to refresh current screen, you run it in background, you end up with a mess ..
If you just need to setup some IPs, why won't you just do it with ifconfig
or nmcli
(for network manager) ?
answered Nov 25 '12 at 8:42
daisydaisy
28.7k49171302
28.7k49171302
add a comment |
add a comment |
can use
$ nmtui
command for this.
On RHEL , theNetworkManager-tui
package is required to getnmtui
.
– GAD3R
Jan 28 at 21:13
add a comment |
can use
$ nmtui
command for this.
On RHEL , theNetworkManager-tui
package is required to getnmtui
.
– GAD3R
Jan 28 at 21:13
add a comment |
can use
$ nmtui
command for this.
can use
$ nmtui
command for this.
answered Jan 28 at 18:36
Watch DogWatch Dog
1
1
On RHEL , theNetworkManager-tui
package is required to getnmtui
.
– GAD3R
Jan 28 at 21:13
add a comment |
On RHEL , theNetworkManager-tui
package is required to getnmtui
.
– GAD3R
Jan 28 at 21:13
On RHEL , the
NetworkManager-tui
package is required to get nmtui
.– GAD3R
Jan 28 at 21:13
On RHEL , the
NetworkManager-tui
package is required to get nmtui
.– GAD3R
Jan 28 at 21:13
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f56607%2fsystem-config-network-tui-doesnt-work%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
@harish.venkat Great job It worked. Dear put this as an answer so I can accept it.Thanks and Good day
– OmiPenguin
Nov 25 '12 at 8:09