Hallo,
seit meinem letzten Upgrade (aufs aktuelle SID, ich fahre darueber hinaus einen 2.4.22) mag pppd (nun 2.4.2b3) meine DSL-Verbindung nicht mehr herstellen.
Hat jemand aehnliche Erfahrungen mit der aktuellen Unstable gemacht?
plog meldet:
pppd[2929]: pppd 2.4.2b3 started by root, uid 0
pppd[2929]: Using interface ppp0
pppd[2929]: Fatal signal 11
pppd[2929]: Exit.
Hoffentlich weiss jemand Rat, der ueber einen Downgrade des pppd hinausgeht.
pppd 2.4.2b3 "Fatal signal 11"
- psychomantis
- Beiträge: 101
- Registriert: 03.06.2003 01:34:13
- Wohnort: karlsruhe
-
Kontaktdaten:
pppd 2.4.2b3 "Fatal signal 11"
...Was hab' ich hier für'n Wort erfunden ( NICHTNULLHAUPTDIAGONALELEMENT ), ...UM GOTTES WILLEN !!!...
- blackm
- Moderator und Co-Admin
- Beiträge: 5921
- Registriert: 02.06.2002 15:03:17
- Lizenz eigener Beiträge: MIT Lizenz
Schöne Grüße
Martin
Neu im Forum? --> https://wiki.debianforum.de/debianforum ... tensregeln
Log- und Konfigurationsdatein? --> pastebin.php
Forum unterstützen? --> https://wiki.debianforum.de/debianforum.de/Spenden
Martin
Neu im Forum? --> https://wiki.debianforum.de/debianforum ... tensregeln
Log- und Konfigurationsdatein? --> pastebin.php
Forum unterstützen? --> https://wiki.debianforum.de/debianforum.de/Spenden
- psychomantis
- Beiträge: 101
- Registriert: 03.06.2003 01:34:13
- Wohnort: karlsruhe
-
Kontaktdaten:
Und den Code schreibe ich in meine pppd-Sourcen? Oder wie soll das funktionieren?The following patch fixes the problem
for me. I'm not sure if NULL is the correct value for the remove_option
function there, though.
--- ppp/pppd/ipcp.c-old 2003-09-28 21:46:58.000000000 +0200
+++ ppp/pppd/ipcp.c 2003-09-28 21:48:39.000000000 +0200
@@ -259,6 +259,7 @@
"IP",
ipcp_option_list,
ip_check_options,
+ NULL,
ip_demand_conf,
ip_active_pkt
};
-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux sehanine 2.4.22 #2 Tue Sep 2 19:34:34 CEST 2003 i686
Locale: LANG=C, LC_CTYPE=de_DE@euro
Versions of packages ppp depends on:
ii libc6 2.3.2-8 GNU C Library: Shared libraries an
ii libpam-modules 0.76-14 Pluggable Authentication Modules f
ii libpam-runtime 0.76-14 Runtime support for the PAM librar
ii libpam0g 0.76-14 Pluggable Authentication Modules l
ii libpcap0.7 0.7.2-1 System interface for user-level pa
ii makedev 2.3.1-63 Creates device files in /dev
ii netbase 4.13 Basic TCP/IP networking system
ii procps 1:3.1.12-1 The /proc file system utilities
-- no debconf information
...Was hab' ich hier für'n Wort erfunden ( NICHTNULLHAUPTDIAGONALELEMENT ), ...UM GOTTES WILLEN !!!...
- blackm
- Moderator und Co-Admin
- Beiträge: 5921
- Registriert: 02.06.2002 15:03:17
- Lizenz eigener Beiträge: MIT Lizenz
Das ist ein patchman patch
Code: Alles auswählen
--- ppp/pppd/ipcp.c-old 2003-09-28 21:46:58.000000000 +0200
+++ ppp/pppd/ipcp.c 2003-09-28 21:48:39.000000000 +0200
@@ -259,6 +259,7 @@
"IP",
ipcp_option_list,
ip_check_options,
+ NULL,
ip_demand_conf,
ip_active_pkt
};
Schöne Grüße
Martin
Neu im Forum? --> https://wiki.debianforum.de/debianforum ... tensregeln
Log- und Konfigurationsdatein? --> pastebin.php
Forum unterstützen? --> https://wiki.debianforum.de/debianforum.de/Spenden
Martin
Neu im Forum? --> https://wiki.debianforum.de/debianforum ... tensregeln
Log- und Konfigurationsdatein? --> pastebin.php
Forum unterstützen? --> https://wiki.debianforum.de/debianforum.de/Spenden