Bug 6872
| Summary: | slip connects show false failure | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | culliton |
| Component: | rp3 | Assignee: | Nalin Dahyabhai <nalin> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.1 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2000-02-10 19:13:42 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
culliton
1999-11-10 07:36:22 UTC
OK here's something interesting, every time it bombs /var/log/messages shows: Nov 10 02:51:33 culliton-ppp modprobe: can't locate module sl0 Nov 10 02:51:33 culliton-ppp modprobe: can't locate module sl1 You are right, to be honest, about slip being the ugly stepchild here. That's mainly because dip is so incredibly inflexible in ways that it would have to be flexible to make this work well. It just does not give us the functionality we need to make ifup work properly in this context, and there are few enough slip users that I spent my time improving PPP rather than re-architecting dip... There's some code to make wvdial work for SLIP, and I may try to make use of that in the future to make SLIP connections work better. That uses slattach and would allow me, if it works reliably, to get rid of dip entirely for setting up SLIP connections. I think you've got the priorities right, SLIP is primarily a compatibility tool for older systems, we only use it to do dial up networking with old AIX 3.2 systems. Still, it would be nice if it worked from the usernet/rp3 GUI. I have dip scripts that work, but have to run them from a shell window as root. What exactly is the incompatibility between dip and rp3? Maybe my nasty twisty mind can help... It's not so much an incompatibility as a complete difference... rp3 doesn't explicitly know about dialing. It just stores some values in /etc/sysconfig/network-scripts/ifcfg-ppp<n> and /etc/wvdial.conf and that's it, as far as configuration goes. The wvdial intelligent dialer is the program actually doing the dialing underneath the covers. Closing because we don't ship rp3 anymore. |