So, rather unexpectedly after I got Kubuntu up and running, I tried to open up Wireless Assistant in KDE and got a "Su returned with an error" message. I've been checking through topics on here, but everything seems about as clear as mud thus far.
I've tried running sudo and kdesu from the console to see if I could run kcontrol from there, and here's what I got:
I seem to be having at least two different problems here, with the gethostbyname() problem probably being the reason I can't use kdesu or sudo to get admin access to anything.
Everything was working fine before, and I have no idea why everything would suddenly not work. Anyone have any idea as to what's going on here?
I've tried running sudo and kdesu from the console to see if I could run kcontrol from there, and here's what I got:
Code:
smatthew@:~$ sudo apt-get update sudo: unable to lookup via gethostbyname() matthew@:~$ sudo apt-get update sudo: unable to lookup via gethostbyname() matthew@:~$ sudo passwd root sudo: unable to lookup via gethostbyname() matthew@:~$ sudo kcontrol sudo: unable to lookup via gethostbyname() matthew@:~$ kdesu kcontrol X Error: BadDevice, invalid or uninitialized input device 168 Major opcode: 145 Minor opcode: 3 Resource id: 0x0 Failed to open device X Error: BadDevice, invalid or uninitialized input device 168 Major opcode: 145 Minor opcode: 3 Resource id: 0x0 Failed to open device xauth: (argv):1: bad display name ":0.0" in "list" command kdesu (kdelibs): WARNING: No X authentication info set for display :0.0 matthew@:~$
Everything was working fine before, and I have no idea why everything would suddenly not work. Anyone have any idea as to what's going on here?
Comment