[nmglug] Mozilla apps freeze on print

BrianO'Keefe okeefe at cybermesa.com
Fri Feb 1 13:56:11 PST 2008


Thanks for all the help! I'm back up and running. I had a sneaky feeling
I screwed up my interfaces. A little knowledge is a dangerous thing in
the hands of the ignorant, like me.
The last part is actually:

brianokeefe at ubuntu:/etc/init.d$ sudo /etc/init.d/cupsys restart
 * Restarting Common Unix Printing System: cupsd  

What did you mean "Is it really /etc/network/interfaces?" It is.
Thanks a bunch to you too Nick.
I love my GLUG! Just wish I could contribute as much as I am helped.

My brother bought a Microtel desktop loaded with Linspire which didn't
work at all so we installed Ubuntu 7.10. It works great but there is no
sound and it may be an ALSA problem. I have a vague memory of having to
edit an ALS config file once but can't remember what I did. Any ideas of
where to begin?

thanks again  


Gary Sandine wrote:
> On Fri, Feb 01, 2008 at 09:11:22AM -0700, BrianO'Keefe wrote:
>   
>> brianokeefe at ubuntu:~$ /sbin/ifconfig
>> eth0      Link encap:Ethernet  HWaddr 00:0A:95:68:5A:D8
>>           UP BROADCAST MULTICAST  MTU:1500  Metric:1
>>           RX packets:0 errors:0 dropped:0 overruns:0 frame:0
>>           TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
>>           collisions:0 txqueuelen:1000
>>           RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
>>           Interrupt:41 Base address:0xf400
>>
>> eth1      Link encap:Ethernet  HWaddr 00:30:65:25:8D:87
>>           inet addr:192.168.0.101  Bcast:192.168.0.255  Mask:255.255.255.0
>>           inet6 addr: fe80::230:65ff:fe25:8d87/64 Scope:Link
>>           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>>           RX packets:28951 errors:0 dropped:0 overruns:0 frame:0
>>           TX packets:20777 errors:18 dropped:0 overruns:0 carrier:0
>>           collisions:0 txqueuelen:1000
>>           RX bytes:28570703 (27.2 MiB)  TX bytes:3637356 (3.4 MiB)
>>           Interrupt:57
>>     
>
> I'm pretty certain that the problem is due to interface "lo" not
> being up.  Uncomment the two "lo" entries in /etc/network/interfaces
> (see below):
>
> then bring it up:
>
> sudo /sbin/ifup lo
>
> then try starting cups:
>
> sudo /etc/init.d/cups stop
> sudo /etc/init.d/cups start
>
>   
>> /etc/network:
>>     
>
> Is it really /etc/network/interfaces?
>
>   
>> # This file describes the network interfaces available on your system
>> # and how to activate them. For more information, see interfaces(5).
>>
>> # The loopback network interface
>> #auto lo
>> #iface lo inet loopback
>>     
>
> ^^^ Uncomment those two lines.  You need lo to be up all the time or
> there will be bizarre problems (like this one).
>
>   



More information about the nmglug mailing list