* [gentoo-user] ADSL confusion after update
@ 2005-12-22 18:28 Christoph Eckert
2005-12-26 3:36 ` Walter Dnes
0 siblings, 1 reply; 4+ messages in thread
From: Christoph Eckert @ 2005-12-22 18:28 UTC (permalink / raw
To: gentoo-user
Hi,
I recently did update my machine (didn't do so for a year <mehide> :) .
It is likely that I messed up some things because I'm still not that
familiar with portage/emerge as I should be, but I call this "learning
by doing" ;-) .
Today I'd ask for help concerning adsl.
My machine automatically connects during boot, and this works great.
When I shutdown the machine, I get an error that adsl doesn't seem to
run.
When trying to do an adsl-stop manually, I evenly get this message:
adsl-stop: No ADSL connection appears to be running
adsl-status is a bit more verbose:
adsl-status: Link is down (can't read pppoe PID
file /var/run/pppoe.conf-adsl.pid.pppoe)
And in fact, the file that the script is looking for simply doesn't
exist:
ls /var/run/ | grep adsl
63-adsl.pid
63-adsl.pid.pppd
63-adsl.pid.pppoe
pppoe.conf-adsl.pid.start
I checked /etc/ppp/pppoe.conf and found the following lines:
CF_BASE=`basename $CONFIG`
PIDFILE="/var/run/$CF_BASE-adsl.pid"
It appears to me that adsl-start creates another file that is searched
by adsl-status or adsl-stop. But I wonder how this can be fixed?
I really prefer to be able to kill my adsl connection without shutting
down the machine, so any hints (even RTFM) are much appreciated.
Best regards
ce
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] ADSL confusion after update
2005-12-22 18:28 [gentoo-user] ADSL confusion after update Christoph Eckert
@ 2005-12-26 3:36 ` Walter Dnes
2005-12-29 9:11 ` Christoph Eckert
0 siblings, 1 reply; 4+ messages in thread
From: Walter Dnes @ 2005-12-26 3:36 UTC (permalink / raw
To: gentoo-user
On Thu, Dec 22, 2005 at 07:28:40PM +0100, Christoph Eckert wrote
> My machine automatically connects during boot, and this works great.
> When I shutdown the machine, I get an error that adsl doesn't seem
> to run.
I have a combined ADSL modem/router that logs on and coverts ADSL into
ethernet. The only difference from ordinary LANs is that I have to run
with MTU 1454. The ifconfig command gives output like...
eth0 Link encap:Ethernet HWaddr 00:0F:EA:64:77:57
inet addr:192.168.123.252 Bcast:192.168.123.255 Mask:255.255.255.248
UP BROADCAST RUNNING MULTICAST MTU:1454 Metric:1
I have no ADSL support compiled in. Instead, my eth0 connects to the
ADSL modem/router. Is your system possibly set up like that?
--
Walter Dnes <waltdnes@waltdnes.org> In linux /sbin/init is Job #1
My musings on technology and security at http://tech_sec.blog.ca
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] ADSL confusion after update
2005-12-26 3:36 ` Walter Dnes
@ 2005-12-29 9:11 ` Christoph Eckert
2005-12-29 9:50 ` Dale
0 siblings, 1 reply; 4+ messages in thread
From: Christoph Eckert @ 2005-12-29 9:11 UTC (permalink / raw
To: gentoo-user
Hi Walter,
> > My machine automatically connects during boot, and this works
> > great. When I shutdown the machine, I get an error that adsl
> > doesn't seem to run.
>
> I have a combined ADSL modem/router that logs on and coverts ADSL
> into ethernet. The only difference from ordinary LANs is that I have
> to run with MTU 1454. The ifconfig command gives output like...
>
> eth0 Link encap:Ethernet HWaddr 00:0F:EA:64:77:57
> inet addr:192.168.123.252 Bcast:192.168.123.255
> Mask:255.255.255.248 UP BROADCAST RUNNING MULTICAST MTU:1454
> Metric:1
>
> I have no ADSL support compiled in. Instead, my eth0 connects to
> the ADSL modem/router. Is your system possibly set up like that?
thanks for the hint, but my ethernet card is directly connected to the
ADSL modem. Furthermore it worked perfectly until I did some emerge
--update world. I guess I haven't been carefully enough when running
etc-update :( .
Anyone some further hints?
Best regards
ce
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] ADSL confusion after update
2005-12-29 9:11 ` Christoph Eckert
@ 2005-12-29 9:50 ` Dale
0 siblings, 0 replies; 4+ messages in thread
From: Dale @ 2005-12-29 9:50 UTC (permalink / raw
To: gentoo-user
Christoph Eckert wrote:
>
>
>thanks for the hint, but my ethernet card is directly connected to the
>ADSL modem. Furthermore it worked perfectly until I did some emerge
>--update world. I guess I haven't been carefully enough when running
>etc-update :( .
>
>Anyone some further hints?
>
>
>Best regards
>
>
>ce
>
>
>
I don't have any experience with DSL, regretfully, but have you checked
/etc/conf.d/net to see if it was changed? Was it set up as a gateway or
DHCP and it changed that?
Just a thought.
Dale
:-)
--
To err is human, I'm most certainly human.
I have four rigs:
1: Home built; Abit NF7 ver 2.0 w/ AMD 2500+ CPU, 1GB of ram and right now two 80GB hard drives. Named Smoker
2: Home built; Iwill KK266-R w/ AMD 1GHz CPU, 256MBs of ram and a 4GB drive. Named Swifty
3: Home built; Gigabyte GA-71XE4 w/ 800MHz CPU, 224MBs of ram and a 2.5GB drive. Named Pokey
4: Compaq Proliant 6000 Server w/ Quad 200MHz CPUs, 128MBs of ram and a 4.3GB SCSI drive. Named Putput
All run Gentoo Linux, all run folding. #1 is my desktop, 2, 3, and 4 are set up as servers.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-12-29 9:54 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-22 18:28 [gentoo-user] ADSL confusion after update Christoph Eckert
2005-12-26 3:36 ` Walter Dnes
2005-12-29 9:11 ` Christoph Eckert
2005-12-29 9:50 ` Dale
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox