Hi
This problem is much more serious than my other one, since I only have for coming days wifi available, however one laptop does not connect anymore.
I am on Kubuntu 14.04 and the connection does not work neigher with the plasma networkmananger nor with tdenetworkmanager.
I deleted a link from /run/resolvconf/resolv.conf to /etc/resolv.conf
Then the following file was created as /etc/resolv.conf
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8) # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN nameserver 127.0.1.1 search telefonica.net
Even as root I cannot anymore modify nor delete it, I wanted to set again the link mentioned above but without success.
When I start tdenetworkmanager I obtain the following error (no idea whether this related to the above problem) any help is strongly appreciated since outwise I have to reinstall everything.
Uwe Brauer
Il 20/09/2016 22:11, Uwe Brauer ha scritto:
Even as root I cannot anymore modify nor delete it, I wanted to set again the link mentioned above but without success.
If you change attribute like this: chattr +i /etc/resolv.conf your file is unchangeable.
chattr -i /etc/resolv.conf solve your problem.
Rodolfo
"relosrl" == relosrl relosrl@tiscalinet.it writes:
Il 20/09/2016 22:11, Uwe Brauer ha scritto:
Even as root I cannot anymore modify nor delete it, I wanted to set again the link mentioned above but without success.
If you change attribute like this: chattr +i /etc/resolv.conf your file is unchangeable.
chattr -i /etc/resolv.conf solve your problem.
Finally I run sudo dpkg -reconfigure resolvconf
Which most likely did the same. Still the tdenetworkmananger does not display when it is conncected
Rodolfo