ChinaUnix.net
相关文章推荐:

LCP timeout sending ConfigRequests

往板子上移植pppoe的东本好几天了,也看了很多资料,但总是不成功。 现在好不容易把ppp-2.4.4和rp-pppoe的东西移植到了板子上,但是拨不 上号,出错信息如下: --------------------------------------------- using channel 9 Using interface ppp0 Connect: ...

by boywonder - 内核源码 - 2012-12-25 21:31:10 阅读(12648) 回复(5)

相关讨论

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连不上,一...

by Mylib - Linux系统管理 - 2016-07-06 16:39:36 阅读(14260) 回复(13)

# 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...

by 847608498 - Linux系统管理 - 2012-11-24 21:17:03 阅读(11131) 回复(6)

本帖最后由 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...

by 847608498 - 网络技术 - 2012-03-19 10:20:48 阅读(3504) 回复(1)

拨号总是显示: 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...

by LightStay - 服务器应用 - 2007-12-06 08:45:00 阅读(14273) 回复(3)

遇见一个问题,就是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 ...

by 4℃華客 - 服务器应用 - 2008-01-30 14:29:36 阅读(4505) 回复(1)

系统进入多用户出现如下提示: config:timeout-timeout table free list empty (min_free_callouts=50 exceedded) 请问如何解决?

by kfqzhj - 其他UNIX - 2008-04-25 16:03:23 阅读(1872) 回复(0)

ftp.jms165.com总是提示我timeout,联不上呀 :(

by tonny_liu - Linux论坛 - 2003-03-07 10:01:20 阅读(807) 回复(1)

ftp.jms165.com总是提示我timeout,联不上呀 :(

by tonny_liu - Linux系统管理 - 2003-03-07 10:01:20 阅读(712) 回复(1)

你的上次对我提的问题“很菜的问题”的答复中的: 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” ? 谢谢!

by leyearn - 其他UNIX - 2003-07-25 10:53:03 阅读(1188) 回复(1)

我在开发板上运行一程序,显示如下错误,GOOGLE了下说是内存对齐或是代码里有错误造成的,这程序之前是可以跑的,换了个扳子就不行了... 这个错误的原因一般是怎么造成的啊? 有知道的帮解释一下吧,谢谢了... sending SIGBUS to "XXX" due to unaligned access ( PC FFFEF48C PR FFFEF48C )

by dd8924 - Linux环境编程 - 2012-01-15 11:31:12 阅读(1756) 回复(1)