Find the answer to your Linux question:
Results 1 to 4 of 4
Hello , I am new user of debian . I have just move from redhat to debian . I need to configure Radius server . so I need my net ...
  1. #1
    Just Joined!
    Join Date
    May 2008
    Location
    DHAKA
    Posts
    8

    poblem with pppoe installation in debian

    Hello , I am new user of debian . I have just move from redhat to debian .
    I need to configure Radius server . so I need my net connection ., I have
    PPPoE connection . but I find that my pppoe is not installed from deselect
    So I try to install it but every time I have the following error massage

    Building dependency tree... Done
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    W: Couldn't stat source package list ftp.osuosl.org :: Oregon State University Open Source Lab stable/main Packages (/var/lib/apt/lists/http.us.debian.org_debian_dists_stable_main_binary-i386_Packages) - stat (2 No such file or directory)
    W: Couldn't stat source package list ftp.osuosl.org :: Oregon State University Open Source Lab stable/contrib Packages (/var/lib/apt/lists/http.us.debian.org_debian_dists_stable_contrib_bin ary-i386_Packages) - stat (2 No such file or directory)
    W: Couldn't stat source package list ftp.osuosl.org :: Oregon State University Open Source Lab stable/non-free Packages (/var/lib/apt/lists/http.us.debian.org_debian_dists_stable_non-free_binary-i386_Packages) - stat (2 No such file or directory)
    W: Couldn't stat source package list ftp.osuosl.org :: Oregon State University Open Source Lab stable/main Packages (/var/lib/apt/lists/http.us.debian.org_debian_dists_stable_main_binary-i386_Packages) - stat (2 No such file or directory)
    W: Couldn't stat source package list ftp.osuosl.org :: Oregon State University Open Source Lab stable/contrib Packages (/var/lib/apt/lists/http.us.debian.org_debian_dists_stable_contrib_bin ary-i386_Packages) - stat (2 No such file or directory)
    W: Couldn't stat source package list ftp.osuosl.org :: Oregon State University Open Source Lab stable/non-free Packages (/var/lib/apt/lists/http.us.debian.org_debian_dists_stable_non-free_binary-i386_Packages) - stat (2 No such file or directory)
    W: You may want to run apt-get update to correct these problems


    I installed my debian from cd and it was iso file and my kernel version is 2.6.18-5-686 . but I don’t have connectivity with net with debian OS
    . I am using windows for net connection , as debian software can be install directly from
    Net with I can not do because I don’t have net connection. So I have to do it by manually .. but when ever im trying to install by apt-get install package name command I got the same error massage ..


    Will u please help me solve this problem ….

    Mehdy

  2. #2
    Linux Engineer jledhead's Avatar
    Join Date
    Oct 2004
    Location
    North Carolina
    Posts
    1,077
    you can download it from here
    Debian -- Details of package ppp in etch
    take note of the dependancies since you are manually installing them
    run the following command to find out which of the dependancies you already have.
    Code:
    dpkg -l pkg
    after you have downloaded the file and transferred it to your debian box
    Code:
    dpkg -i packagename.deb

  3. #3
    Just Joined!
    Join Date
    May 2008
    Location
    DHAKA
    Posts
    8
    Thanks for the suggestion . in this site there are lots of depended . which one
    particularly i need ?

  4. #4
    Linux Engineer jledhead's Avatar
    Join Date
    Oct 2004
    Location
    North Carolina
    Posts
    1,077
    there is a key explaining that. the red dot means required. so any listed that have a red dot are required.

    once your network is working though, apt will take care of the dependancies and download and install when needed.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •