PDA

View Full Version : Ubuntu 9.04 Samba Server Integrated With Active Directory (windbind Not Found)


Leow
9th September 2009, 19:54
Hi, I don't know how to include windbind package into my computer..after typing this command;


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.

falko
10th September 2009, 19:18
What's in your /etc/apt/sources.list?

Leow
12th September 2009, 17:28
# 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


etc/apt/sources.list

falko
13th September 2009, 17:59
Looks ok. Please run
aptitude update
and try again.

Leow
4th October 2009, 04:08
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...?

falko
4th October 2009, 13:37
But it's in the repository: http://packages.ubuntu.com/search?keywords=winbind&searchon=names&suite=jaunty&section=all

Have you tried winbind4?

Leow
5th October 2009, 17:06
Just tried

sudo apt-get install samba krb5-user windbind4




Reading state information... Done
E: Couldn't find package windbind4



Still same..

Quinton
6th October 2009, 11:47
Hi

Shouldn't it be...

winbind

and not

windbind

?

Leow
6th October 2009, 14:58
Hi

Shouldn't it be...

winbind

and not

windbind

?


You're right, Quinton.