Package Details: 389-console 1.1.19-1

Git Clone URL: https://aur.archlinux.org/389-console.git (read-only, click to copy)
Package Base: 389-console
Description: A Java based remote management console used for managing 389 Administration Server and 389 Directory Server.
Upstream URL: http://port389.org
Licenses: GPL
Submitter: None
Maintainer: vincent.ducamps
Last Packager: ImNtReal
Votes: 6
Popularity: 0.000000
First Submitted: 2009-11-26 01:16 (UTC)
Last Updated: 2019-12-17 20:42 (UTC)

Dependencies (5)

Required by (1)

Sources (2)

Latest Comments

1 2 Next › Last »

ImNtReal commented on 2021-04-27 18:35 (UTC)

I'm disowning this package. I think upstream has moved to using Cockpit for graphical management of 389 Directory Server.

aorth commented on 2019-02-15 16:40 (UTC)

That's strange: the 389 website says 1.1.19 was released, but they only give a link to the source tarball and there is no corresponding binary in the normal download location:

https://fedorapeople.org/groups/389ds/binaries/

WorMzy commented on 2019-02-12 13:54 (UTC)

I was waiting for the dependency tree to get updated before pushing the update, but since you're offering, it makes more sense for you to maintain this package.

Disowned. :)

ImNtReal commented on 2019-02-12 13:33 (UTC)

@WorMzy, if you're no longer interested in maintaining this package, I can take care of it.

WorMzy commented on 2018-01-20 21:44 (UTC)

Thanks for the heads up!

Also, /usr/bin/389-console isn't installed as executable, but it probably should be.

Yeah, that.. that would probably help. Oops.

dvdkon commented on 2018-01-20 15:50 (UTC)

The URL in the PKGBUILD no longer works. It's now https://fedorapeople.org/groups/389ds/binaries/$pkgname-$pkgver.tar.bz2.

Also, /usr/bin/389-console isn't installed as executable, but it probably should be.

Roken commented on 2017-01-28 20:18 (UTC)

Awesome moderating of the forums. One month ban and no way to contact any other moderators. You, my friend, are dead to me. For the record, I also read the (inappropriate) stuff you made public on your website. Hint, never put personal info out there, but I'm on her side.

cekstam commented on 2015-02-17 21:19 (UTC)

I had to modify the PKGBUILD to this in order for it to build; --- # Maintainer: Yonathan Dossow <ydossow@archlinux.cl> # Contributor: Yonathan Dossow <ydossow@archlinux.cl> pkgname=idm-console-framework pkgver=1.1.7 pkgrel=2 pkgdesc="A Java Management Console framework used for remote server management." arch=('x86_64') url="http://directory.fedoraproject.org" license=('GPL') groups=() depends=('ldapjdk' 'jss') makedepends=('apache-ant' 'java-environment') optdepends=() provides=() conflicts=() replaces=() backup=() options=() install= source=(http://directory.fedoraproject.org/sources/$pkgname-$pkgver.tar.bz2) noextract=() md5sums=('14bfcf3848b57711a665b3cea45756ea') #generate with 'makepkg -g' major_version=1.1 build() { cd "$srcdir/$pkgname-$pkgver" /usr/bin/ant -Dlib.dir=/usr/lib \ -Dbuilt.dir=`pwd`/built \ -Dclassdest=/usr/share/java } package(){ install -d $pkgdir/usr/share/java install -m644 $srcdir/$pkgname-$pkgver/built/release/jars/idm-console-mcc-1.1.7_en.jar $pkgdir/usr/share/java install -d $pkgdir/usr/bin install -d $pkgdir/usr/share/java install -m644 $srcdir/$pkgname-$pkgver/built/release/jars/idm-console-* $pkgdir/usr/share/java/ cd $pkgdir/usr/share/java ln -s idm-console-base-${pkgver}.jar idm-console-base-${major_version}.jar ln -s idm-console-base-${pkgver}.jar idm-console-base.jar ln -s idm-console-mcc-${pkgver}.jar idm-console-mcc-${major_version}.jar ln -s idm-console-mcc-${pkgver}.jar idm-console-mcc.jar ln -s idm-console-mcc-${pkgver}_en.jar idm-console-mcc-${major_version}_en.jar ln -s idm-console-mcc-${pkgver}_en.jar idm-console-mcc_en.jar ln -s idm-console-nmclf-${pkgver}.jar idm-console-nmclf-${major_version}.jar ln -s idm-console-nmclf-${pkgver}.jar idm-console-nmclf.jar ln -s idm-console-nmclf-${pkgver}_en.jar idm-console-nmclf-${major_version}_en.jar ln -s idm-console-nmclf-${pkgver}_en.jar idm-console-nmclf_en.jar } # vim:set ts=2 sw=2 et: --- -ekstam

jorge_barroso commented on 2013-08-19 20:54 (UTC)

solved :)

drwho commented on 2013-04-23 14:27 (UTC)

I fixed it like this: package(){ install -d $pkgdir/usr/share/java install -m644 $srcdir/$pkgname-$pkgver/built/389-console-1.1.7_en.jar $pkgdir/usr/share/java install -d $pkgdir/usr/bin install -m755 $srcdir/$pkgname-$pkgver/built/$pkgname $pkgdir/usr/bin }