> -----Original Message----- > From: SpCD > Sent: Sunday, June 08, 2003 5:33 AM > Subject: [leaf-user] Why this script doesn't work? > > Hi > I've finally managed to set up bering properly (with a little > help of my friend :-) ) - unfortunatly QoS (based on HTB) > script doesn't work on bering > ;-( I just can't start it - i get: > > Yorg: -root- > # ls > bootmisc.sh firewall keyboard rc sysklogd > cbq halt modutils rcS umountfs > checkroot.sh hostname.sh mountall.sh reboot urandom > cron hwclock mountnfs.sh rmnologin watchdog > dhcpd ifupdown mrtg sendsigs > directnet inetd networking single > > Yorg: -root- > # ./cbq > ./cbq: not found > > (cbq is only the name)
Just a guess here... but I have seen the above when I forget to convert my script from DOS (CR/LF) to UNIX (LF) format. Try: # tr -d '\015' <cbq >cbq.sh # ./cbq.sh Steve Cowles ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.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
