OVH Cloud OVH Cloud

Connection ADSL suite migration de release

1 réponse
Avatar
JB
Fau-il recréer la connection avec les outils Rh comme adsl-setup
A priori dans /var/log/messages j'ai ceci :
[jb@alpha111 jb]$ pg trace-2.4.21_messages
Aug 6 16:03:29 alpha111 pppd[1849]: Exit.
Aug 6 16:03:29 alpha111 adsl-connect: ADSL connection lost; attempting
re-connection.
Aug 6 16:03:34 alpha111 pppd[1854]: pppd 2.4.1 started by root, uid 0
Aug 6 16:03:34 alpha111 modprobe: modprobe: Can't locate module tty-ldisc-3
Aug 6 16:03:34 alpha111 pppd[1854]: Couldn't set tty to PPP discipline:
Invalid argument
Aug 6 16:03:34 alpha111 pppoe[1855]: PPP session is 6967
Aug 6 16:03:34 alpha111 pppoe[1855]: read (asyncReadFromPPP): Input/output
error
Aug 6 16:03:34 alpha111 pppoe[1855]: Sent PADT
Aug 6 16:03:34 alpha111 pppd[1854]: Exit.

Manquerai-t-il un ou des argument dans le .config

le tpcdump me donne ceci:

16:13:28.674530 PPPoE [ses 0x1b4a] LCP 21: Conf-Req(64), MRU=1492,
Auth-Prot CHAP/MD5, Magic-Num=2d8c02ea
16:13:33.690476 PPPoE PADI [Service-Name] [Host-Uniq UTF8]
16:13:33.866154 PPPoE PADO [AC-Name "BSAMI107"] [Host-Uniq UTF8]
[Service-Name] [AC-Cookie UTF8]
16:13:33.866980 PPPoE PADR [Service-Name] [Host-Uniq UTF8] [AC-Cookie UTF8]
16:13:34.172310 PPPoE PADS [ses 0x1b4b] [Service-Name] [Host-Uniq UTF8]
16:13:34.173603 PPPoE PADT [ses 0x1b4b] [Host-Uniq UTF8] [Generic-Error
"RP-PPPoE: System call error"] [AC-Cookie UTF8]
16:13:34.174968 PPPoE [ses 0x1b4b] LCP 21: Conf-Req(167), MRU=1492,
Auth-Prot CHAP/MD5, Magic-Num=7bf28143
16:13:39.200819 PPPoE PADI [Service-Name] [Host-Uniq UTF8]
16:13:39.375241 PPPoE PADO [AC-Name "BSAMI107"] [Host-Uniq UTF8]
[Service-Name] [AC-Cookie UTF8]
16:1

une connection réusie dans la release précedente:

15:33:51.426419 PPPoE PADI [Service-Name] [Host-Uniq UTF8]
15:33:51.606722 PPPoE PADO [AC-Name "BSAMI107"] [Host-Uniq UTF8]
[Service-Name] [AC-Cookie UTF8]
15:33:51.607349 PPPoE PADR [Service-Name] [Host-Uniq UTF8] [AC-Cookie UTF8]
15:33:51.885023 PPPoE PADS [ses 0x1b1a] [Service-Name] [Host-Uniq UTF8]
15:33:51.887673 PPPoE [ses 0x1b1a] LCP 21: Conf-Req(86), MRU=1492,
Auth-Prot CHAP/MD5, Magic-Num=2ca21c23
15:33:51.912280 PPPoE [ses 0x1b1a] LCP 16: Conf-Req(1), MRU=1492,
Magic-Num=479feeaa
15:33:51.912766 PPPoE [ses 0x1b1a] LCP 21: Conf-Ack(86), MRU=1492,
Auth-Prot CHAP/MD5, Magic-Num=2ca21c23
15:33:51.960539 PPPoE [ses 0x1b1a] LCP 16: Conf-Ack(1), MRU=1492,
Magic-Num=479feeaa
15:33:51.961241 PPPoE [ses 0x1b1a] LCP 10: Echo-Req(0), Magic-Num=479feeaa
15:33:51.967185 PPPoE [ses 0x1b1a] CHAP 31: Chal(18),
Value=536069468db9516268b5d5a34b7b70a5, Name=BSAMI107
15:33:51.967834 PPPoE [ses 0x1b1a] CHAP 34: Resp(18),
Value=ec94e4b07be313c2ce56cf77ee790960, Name=fti/xxxxxxxxx
15:33:52.008249 PPPoE [ses 0x1b1a] LCP 10: Echo-Rep(0), Magic-Num=2ca21c23
15:33:52.350863 PPPoE [ses 0x1b1a] CHAP 6: Succ(18), Msg=
15:33:52.351429 PPPoE [ses 0x1b1a] IPCP 12: Conf-Req(1), IP-Addr=0.0.0.0

Merci
A+
JB

1 réponse

Avatar
JB
JB wrote:

Stephxxx Catxxx wrote:

JB nous disait récement dans wanadoo.abonnes.entraide.unix
<news:bgr4ge$blo$ :

Manquerai-t-il un ou des argument dans le .config


Tiens, moi j'aurais plutôt dit qu'il manquait un module :

| Aug 6 16:03:34 alpha111 modprobe: modprobe: Can't locate module
|tty-ldisc-3



Une partie de cette ligne est incluse ici:
struct tty_ldisc ldiscs[NR_LDISCS]; /* line disc dispatch table */
ceci se trouve dans le fichier :
/usr/src/linux/drivers/char/tty_io.c

je fais comment pour valider cette directive et ou recompiler ce .c
existe-t-il un moyen pour une reprise partielle
Merci d'avance
JB