Opened 11 years ago
Closed 11 years ago
#5236 closed enhancement (fixed)
NetworkManager-0.9.10.0
Reported by: | Fernando de Oliveira | Owned by: | Fernando de Oliveira |
---|---|---|---|
Priority: | normal | Milestone: | 7.6 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Change History (5)
comment:1 by , 11 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 11 years ago
There are new features. After two additional dependencies and a new switch, builds and works fine.
- Required: libndp - Library for Neighbor Discovery Protocol
http://libndp.org/files/libndp-1.3.tar.gz
Used to be in the source, but was removed.
Easy and fast to install, small:
./configure --prefix=/usr --disable-static make make install Download (HTTP): http://libndp.org/files/libndp-1.3.tar.gz Download (FTP): " " Download MD5 sum: e4ac1fce2faa664ba8b20df581bf30ea Download size: 328 KB Estimated disk space required: 2.4 MB Estimated build time: less than 0.1 SBU installed program: ndptool installed library: libndp.so installed directory: none
- Added a new curses-based client called "nmtui" for easier console operation
Very good program. Needs switch --with-nmtui and recommended dependency newt (libnewt).
Easy and fast to install, small:
./configure --prefix=/usr --with-gpm-support (gpm optional) make make install Download (HTTP): https://fedorahosted.org/releases/n/e/newt/newt-0.52.17.tar.gz Download (FTP): " " Download MD5 sum: f36d4d908965a0c89fd6fd8b61a6118b Download size: 176 KB Estimated disk space required: 5.0 MB Estimated build time: less than 0.1 SBU installed program: whiptail installed libraries: libnewt.{so,a}, whiptcl.so, python2.7/site-packages/_snack.so, and python3.4/site-packages/_snack.so installed directory: none
So, it is necessary to add two packages, for the update.
Interesting that using "dns=none" in NetworkManager.conf, it does not modify /etc/resolv.conf.
Opinions, please? Where (if) should go the new packages?
If somebody knows their dependencies, I would like a list, very much, thanks.
comment:4 by , 11 years ago
deleted sed and replaced libnewt.so by libnewt.{so,a}. After will increase Estimated disk space required