pppd[9050]: lcp: timeout sending Config-Requests pppd[9050]: Connection terminated. pppd[9050]: Modem hangup pppd[9050]: Exit. pptpd[9049]: GRE: read(fd=6,buffer=8059680,len=8196) from PTY failed: status = -1 error = Input/output error, usually caused by unexpected termination of pppd, check option syntax and pppd logs pptpd[9049]: CTRL: PTY read or GRE write failed (pty,gre)=(6,7) PPTP连不上,一...
# pppd call 3g timeout set to 8 seconds abort on (NO CARRIER) abort on (NO DIALTONE) abort on (ERROR) abort on (NO ANSWER) abort on (BUSY) send (AT^M) timeout set to 10 seconds expect (OK) AT^M^M OK -- got it send (ATDT*99#^M) expect (CONNECT) ^M ATDT*99#^M^M CONNECT -- got it Serial connection established. using channel 3 Using interface ppp0 Connect: ppp0 <--> /dev/ttyUSB2 sent [lcp ConfReq id...
本帖最后由 847608498 于 2012-03-19 09:48 编辑 # pppd call 3g timeout set to 8 seconds abort on (NO CARRIER) abort on (NO DIALTONE) abort on (ERROR) abort on (NO ANSWER) abort on (BUSY) send (AT^M) timeout set to 10 seconds expect (OK) AT^M^M OK -- got it send (ATDT*99#^M) expect (CONNECT) ^M ATDT*99#^M^M CONNECT -- got it Serial connection established. using channel 3 Using interface ppp0 C...
拨号总是显示: lcp: timeout sending Config-Requests Connection terminated. Modem hangup 查看日志,显示: pppd 2.4.4 started by root, uid 0 pptp: Using interface ppp0 pptp: Connect: ppp0 <--> /dev/pts/7 pptp: anon log[mainptp.c:276]: The synchronous pptp option is NOT activated pptp: anon log[ctrlp_repptp_ctrl.c:251]: Sent control packet type is 1 'Start-Control-Connection-Request' pptp: anon log...
遇见一个问题,就是l2tpd 拨号时候出现的问题 郁闷了很长时间 在启动l2tpd 进程的时候。日志为 #l2tpd & #tail -f /var/log/messages 日志如下: Jan 8 10:20:14 localhost l2tpd[21972]: This binary does not support kernel L2TP. Jan 8 10:20:14 localhost l2tpd[21973]: l2tpd version 0.69-FedoraExtra started on localhost PID:21973 Jan 8 10:20:14 localhost l2tpd[21973]: Written by Mark Spencer, Copyright ...
系统进入多用户出现如下提示: config:timeout-timeout table free list empty (min_free_callouts=50 exceedded) 请问如何解决?
你的上次对我提的问题“很菜的问题”的答复中的: 4.x 为/dev/rz8 5.x /dev/disk/dsk0 4.x 的命名规则是:bus X2 + target #scu show edt Bus: 2, Target: 1, Lun: 0 它的名字就是/dev/rz17 5.x 命名是从/dev/disk/dsk0 依次加的。 中的“4.x 的命名规则是:bus X2 + target” 是不是应该为:“4.x 的命名规则是:bus *8 + target” ? 谢谢!
我在开发板上运行一程序,显示如下错误,GOOGLE了下说是内存对齐或是代码里有错误造成的,这程序之前是可以跑的,换了个扳子就不行了... 这个错误的原因一般是怎么造成的啊? 有知道的帮解释一下吧,谢谢了... sending SIGBUS to "XXX" due to unaligned access ( PC FFFEF48C PR FFFEF48C )