...trying to get a USB keyboard to work on a USB only system. I don't
give up that easily...After having problems trying to build sysvinit
with an older Mandrake distro I switched to Suse Enterprise 9. Now with
buildtool, I am able to produce all of the above modules with new
kernel and USB keyboard support, but there are new problems:

- SQUID is broken:

decode_addr: unsafe IP address: '0.0.0.0'
FATAL: decode_addr: unsafe IP address
Squid Cache (Version 2.5STABLE5): Terminated abnormally
CPU Usage: 0.010 seconds = 0.010 user +0.000 sys
Maxiumum Resident Size: 0 KB
Page faults with physical i/o: 111

- And (a cosmetic problem, but might give us a clue) when backing up a
package I get:

/usr/sbin/ticker: 9: :: not found

But the backup works. In fact, seems like everything works except the
two noted problems. Here's ticker (and if I run it manually I get the
same error):

#!/bin/sh
trap 'exit' 0 2 5 15
echo -n " "
while : ; do
        for i in \\\\ \| / - ; do
                echo -e -n "\b$i"
                sleep 1
        done
done

Why does it produce this error (line 9, not found)? This isn't anything
wrong with this script. I should also mention, I recompiled everything
with default kernel options and I get the same problems. One major
difference between a stock setup and this one is that buildtool now
uses gcc version 3.3.3 instead of gcc version 2.95.3.

Any ideas?



                
__________________________________ 
Do you Yahoo!? 
Make Yahoo! your home page 
http://www.yahoo.com/r/hs


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
------------------------------------------------------------------------
leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html

Reply via email to