From: Vanger <fa...@gm...> - 2006-08-11 19:20:15
|
On Fri, 11 Aug 2006 03:33:43 +0400, uel archuletta <ue...@gm...> wrote: > vanger I think i have fixed all of your bugs this time let me know if i > missed any Thanks for xdelta in the new iso ;) . You are reading my thoughts! And, please, add unrar and leafpad ;) . About bugs - well, only dublicated "ZAxisMapping" in xorg.conf disappeared. Absent fontpath to cyrillic fonts in xorg.conf still makes me sad. About networking it still doesn't work properly, but - I think, I found the bug. As far as I see, networking is being started in rc.M. The thing is, that vnetadd script (which works perfectly), modifies /etc/rc.d/rc.eth0 . And in the rc.M only rc.inet$i, rc.route and rc.firewall are started. I just added eth0 in > for RC in eth0 route firewall; do > if [ -x /etc/rc.d/rc.$RC ]; then > /etc/rc.d/rc.text 18 "Setting up $RC ..." echonl > "Setting up $RC ..." > /etc/rc.d/rc.$RC start > /dev/null 2>&1 > evaluate_retvall > fi > done and everything started working. I don't know, how to code it more nicely, though. Maybe, > for RC in `ls /etc/rc.d/rc.eth*` route firewall; do That is all for now ;) . -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ |