Re: Problems with PPP on boot

2006-06-27 Thread Tomaz Solc
he /etc/rc2.d scripts. I think the problem is that S40networking runs 'ifup -a' which in turn runs pppd. pppd forks and returns immediately, which means that other boot scripts are started while the ppp is making connection in the background. Best regards Tomaz Solc -BEGIN PGP SI

Problems with PPP on boot

2006-06-26 Thread Tomaz Solc
;m also interested in why my "post-up" script in /etc/network/interfaces isn't working. It seems to be working correctly when I bring the ppp0 interface up manually with "ifup ppp0". Are these scripts started asynchronously on boot? Thanks in advance Tomaz Solc -BEGIN