<div dir="ltr"><br><br><div class="gmail_quote">On Sun, Aug 10, 2008 at 8:06 PM, NoOp <span dir="ltr"><<a href="mailto:glgxg@sbcglobal.net">glgxg@sbcglobal.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c">On 08/10/2008 03:33 PM, nathan bahn wrote:<br>
> Hello everyone--<br>
><br>
> When I go to *"Applications"* --> *"System Tools"* --> *"Configure<br>
> Network<br>
>>>> Card"* I get the following message:<br>
>>><br>
>>><br>
> *"Unable to start the network configuration tool.  Please setup Sudo<br>
> first!" *<br>
><br>
> Does anyone know precisely what this is referring to?  I don't have a<br>
> clue.<br>
><br>
> --N.B.<br>
><br>
><br>
<br>
</div></div>Please use the terminal: Applications|Accessories|Terminal (in fact<br>
right-click that application and put it on your panel, you will need it<br>
in the future as well) and provide the output of:<br>
<br>
cat /etc/hosts<br>
<br>
Some installations screwed up /etc/hosts by putting a workgroup name in<br>
<a href="http://127.0.1.1" target="_blank">127.0.1.1</a> in the file, example:<br>
<br>
$ cat /etc/hosts<br>
<a href="http://127.0.0.1" target="_blank">127.0.0.1</a> localhost <username>.<hostname/workgroupname><br>
<a href="http://127.0.1.1" target="_blank">127.0.1.1</a> <username>.<hostname/workgroupname><br>
<br>
it should be:<br>
<br>
$ cat /etc/hosts<br>
<a href="http://127.0.0.1" target="_blank">127.0.0.1</a> localhost <username>.<host/workgroupname><br>
<a href="http://127.0.1.1" target="_blank">127.0.1.1</a> <username><br>
<br>
If it is the same as the example (<a href="http://127.0.1.1" target="_blank">127.0.1.1</a><br>
<username>.<hostname/workgroupname>) modify it using:<br>
<br>
gksu gedit /etc/hosts<br>
<br>
then save & reboot. Sudo should work then.<br>
<font color="#888888"><br>
<br>
<br>
<br>
--<br>
</font></blockquote><div>Hello NoOp,<br><br>This is what I get:<br><br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote"> bill@bill-desktop:~$ cat /etc/hosts<br>
<a href="http://127.0.0.1">127.0.0.1</a> localhost<br><a href="http://127.0.1.1">127.0.1.1</a> bill-desktop<br><br># The following lines are desirable for IPv6 capable hosts<br>::1 ip6-localhost ip6-loopback<br>fe00::0 ip6-localnet<br>
ff00::0 ip6-mcastprefix<br>ff02::1 ip6-allnodes<br>ff02::2 ip6-allrouters<br>ff02::3 ip6-allhosts<br>bill@bill-desktop:~$ <br></blockquote><br></div></div>Will typing:  <br><br><div style="margin-left: 40px;"><b><i>gktsu gedit /etc/hosts</i></b><br>
<br></div>resolve the issue?<br><br><br></div>