[nmglug] Mozilla apps freeze on print

BrianO'Keefe okeefe at cybermesa.com
Fri Feb 1 08:11:22 PST 2008


I was having a strange localhost issue when I was in Mexico and I had
almost no internet in Ubuntu. I'd get a pop-up that said I needed to
check the date and time settings and that the localhost at localdomain
certificate had expired as of 2005. I can dig out those messages but I
had posted them when I was there and having the issue. Don't know if
it's relevant.
Here's restarting cups:
brianokeefe at ubuntu:~$ sudo /etc/init.d/cupsys restart Password:
 * Restarting Common Unix Printing System: cupsd cupsd: Child exited on
signal 15!

And trying to print freezes the app again.

I was having trouble with Network Manager so I edited
/etc/network/interfaces and commented out all the interfaces that I had
activated in Mexico to use the standard Networking in my attempt to get
internet service. I'll include the current config at the end of the
post. Infinitum was the Mexico ISP. I probably commented out something I
shouldn't have.

I'm not running a firewall.
Here's the output:

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

and:
127.0.0.1 localhost.localdomain localhost ubuntu

# The following lines are desirable for IPv6 capable hosts
fe00::0 ip6-localnet ip6-localnet
ff00::0 ip6-mcastprefix ip6-mcastprefix
ff02::1 ip6-allnodes ip6-allnodes
ff02::2 ip6-allrouters ip6-allrouters
ff02::3 ip6-allhosts ip6-allhosts

# The following lines are desirable for IPv6 capable hosts
# (added automatically by netbase upgrade)


# The following lines are desirable for IPv6 capable hosts
# (added automatically by netbase upgrade)


# The following lines are desirable for IPv6 capable hosts
# (added automatically by netbase upgrade)


# The following lines are desirable for IPv6 capable hosts
# (added automatically by netbase upgrade)


# The following lines are desirable for IPv6 capable hosts
# (added automatically by netbase upgrade)

::1 ip6-localhost ip6-loopback


/etc/network:

# 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

# This is a list of hotpluggable network interfaces.
# They will be activated automatically by the #hotplug subsystem.
#auto eth1


#iface eth1 inet dhcp
#wireless-essid SFBC
#wireless-essid home
#wireless-key "xxxxxxxxxxx"




#iface eth0 inet dhcp

#auto eth0


#iface eth1 inet dhcp
#wireless-essid INFINITUM2259
#wireless-key 9948213764











Gary Sandine wrote:
> On Fri, Feb 01, 2008 at 08:27:35AM -0700, BrianO'Keefe wrote:
>   
>> This doesn't look too good:
>> brianokeefe at ubuntu:~$ ping localhost
>> PING localhost.localdomain (127.0.0.1) 56(84) bytes of data.
>>
>> --- localhost.localdomain ping statistics ---
>> 126 packets transmitted, 0 received, 100% packet loss, time 125608ms
>>     
>
> Oh, that's weird.  Do you have a firewall (iptables) running?  What
> is the output of /sbin/ifconfig?  What does the line starting with
> 127.0.0.1 in /etc/hosts look like?  If localhost does not resolve
> (or can not be reached), lots of weird things will happen.
>
>   



More information about the nmglug mailing list