Ubuntu 9.04 Samba Server Integrated With Active Directory (windbind Not Found)

Discussion in 'HOWTO-Related Questions' started by Leow, Sep 9, 2009.

  1. Leow

    Leow New Member

    Hi, I don't know how to include windbind package into my computer..after typing this command;

    Code:
    root@ubuntuserver:/home/username# apt-get install samba  krb5-user  winbind
    
    couldn't find package windbind, I have checked synaptic package manager which I don't already have a windbind ..

    How should I resolve this? Thanks.
     
  2. falko

    falko Super Moderator Howtoforge Staff

    What's in your /etc/apt/sources.list?
     
  3. Leow

    Leow New Member

    Code:
    # deb cdrom:[Ubuntu 8.10 _Intrepid Ibex_ - Release i386 (20081029.5)]/ intrepid main restricted
    # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
    # newer versions of the distribution.
    
    deb http://my.archive.ubuntu.com/ubuntu/ jaunty main restricted
    deb-src http://my.archive.ubuntu.com/ubuntu/ jaunty main restricted
    
    ## Major bug fix updates produced after the final release of the
    ## distribution.
    deb http://my.archive.ubuntu.com/ubuntu/ jaunty-updates main restricted
    deb-src http://my.archive.ubuntu.com/ubuntu/ jaunty-updates main restricted
    
    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    ## team. Also, please note that software in universe WILL NOT receive any
    ## review or updates from the Ubuntu security team.
    deb http://my.archive.ubuntu.com/ubuntu/ jaunty universe
    deb-src http://my.archive.ubuntu.com/ubuntu/ jaunty universe
    deb http://my.archive.ubuntu.com/ubuntu/ jaunty-updates universe
    deb-src http://my.archive.ubuntu.com/ubuntu/ jaunty-updates universe
    
    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
    ## team, and may not be under a free licence. Please satisfy yourself as to 
    ## your rights to use the software. Also, please note that software in 
    ## multiverse WILL NOT receive any review or updates from the Ubuntu
    ## security team.
    deb http://my.archive.ubuntu.com/ubuntu/ jaunty multiverse
    deb-src http://my.archive.ubuntu.com/ubuntu/ jaunty multiverse
    deb http://my.archive.ubuntu.com/ubuntu/ jaunty-updates multiverse
    deb-src http://my.archive.ubuntu.com/ubuntu/ jaunty-updates multiverse
    
    ## Uncomment the following two lines to add software from the 'backports'
    ## repository.
    ## N.B. software from this repository may not have been tested as
    ## extensively as that contained in the main release, although it includes
    ## newer versions of some applications which may provide useful features.
    ## Also, please note that software in backports WILL NOT receive any review
    ## or updates from the Ubuntu security team.
    # deb http://my.archive.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiverse
    # deb-src http://my.archive.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiverse
    
    ## Uncomment the following two lines to add software from Canonical's
    ## 'partner' repository. This software is not part of Ubuntu, but is
    ## offered by Canonical and the respective vendors as a service to Ubuntu
    ## users.
    # deb http://archive.canonical.com/ubuntu intrepid partner
    # deb-src http://archive.canonical.com/ubuntu intrepid partner
    
    deb http://security.ubuntu.com/ubuntu jaunty-security main restricted
    deb-src http://security.ubuntu.com/ubuntu jaunty-security main restricted
    deb http://security.ubuntu.com/ubuntu jaunty-security universe
    deb-src http://security.ubuntu.com/ubuntu jaunty-security universe
    deb http://security.ubuntu.com/ubuntu jaunty-security multiverse
    deb-src http://security.ubuntu.com/ubuntu jaunty-security multiverse
    deb file:///tmp ./
    deb http://wine.budgetdedicated.com/apt jaunty main #WineHQ - Ubuntu 9.04 "Jaunty Jackalope"
    
    
    The above is what I have in

    Code:
    etc/apt/sources.list
    
     
  4. falko

    falko Super Moderator Howtoforge Staff

    Looks ok. Please run
    Code:
    aptitude update
    and try again.
     
  5. Leow

    Leow New Member

    Code:
    root@leow-desktop:/home/leow# apt-get install samba krb5-user windbind
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    E: Couldn't find package windbind
    root@leow-desktop:/home/leow# 
    
    
    Falko, I tried no it still doesn't find the package...?
     
  6. falko

    falko Super Moderator Howtoforge Staff

  7. Leow

    Leow New Member

    Just tried
    Code:
    sudo apt-get install samba krb5-user windbind4
    
    
    Code:
    Reading state information... Done
    E: Couldn't find package windbind4
    
    
    Still same..
     
  8. Quinton

    Quinton New Member

    Hi

    Shouldn't it be...

    winbind

    and not

    windbind

    ?
     
  9. Leow

    Leow New Member


    You're right, Quinton.
     

Share This Page