On Sat, 26 Oct 2002 22:50:49 -0700 (PDT), you wrote: >On Sat, 26 Oct 2002, Lars Kneschke wrote:
>> Another problem. /etc/localtime contains garbage. The line in localtime >> looks like this for me >> @@@@@@@@@@@@@@.@@@@@@@@@@@@@@@@@@@@@@UTC@@@@@@@@@@@@@@.@ >> >> Bad! :) > >No, good. > >/etc/localtime is a binary file. See >http://leaf.sf.net/devel/jnilo/butime.html Ok! :) >> Works very well when i call ifup/ifdown wlan0 or ifup/ifdown -a on the >> console. But when i reboot the system wlan0 is missing. Where get the >> network interfaces initialized? networking is not called in runlevel 2??? >> Hm... > >I would guess some startup script executed after networking is started >that enables your wireless setup. Someone else may be able to provide >more concise help... I would just be looking at the RCDLINKS variables in >the init files. Ok, i found my problem. The network interfaces become initialized before initd is starting. The first script which becomes executed in runlevel 2, is a script which copies some configuration files. It copies also a updated interfaces file. But because the network is initialized already, my wlan interface does not become up anymore. I fixed it my way. :) What's the reason not using a init script for initializing the network? Cu -- Lars Kneschke CCNP ------------------------------------------------------- This SF.net email is sponsored by: ApacheCon, November 18-21 in Las Vegas (supported by COMDEX), the only Apache event to be fully supported by the ASF. http://www.apachecon.com ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
