Package Base Details: tsmclient

Git Clone URL: https://aur.archlinux.org/tsmclient.git (read-only, click to copy)
Submitter: semi
Maintainer: codyps (zsoerenm, ninjaaron, alyst, bananana)
Last Packager: codyps
Votes: 5
Popularity: 0.000000
First Submitted: 2014-08-22 11:45 (UTC)
Last Updated: 2022-06-11 06:25 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

ninjaaron commented on 2017-06-06 10:17 (UTC) (edited on 2017-06-06 10:17 (UTC) by ninjaaron)

Cool someone is maintaining this now. I have to ask, why'd you choose to stick with tsm 7 instead of move to 8? They both work in my usecase, so I went with 8. Is there some kind of deal-breaking difference? (I know almost nothing about Tivoli. My work just told me I could use it to backup my desktop to their crazy AIX backup thing.)

greyltc commented on 2016-12-21 20:10 (UTC)

disowning

greyltc commented on 2016-12-20 13:02 (UTC)

@codyps would you like to take over maintenance of this package?

codyps commented on 2016-12-09 19:02 (UTC)

Here's a patch to update this to 7.1.6.2 & use bsdtar. It also adds a broken dkms package for the kernel module now shipped in the package. Build fails due to kernel incompatibilities. https://gist.github.com/jmesmon/9eb1d60d1a5ffaa154c2a528e7ea8787

Scimmia commented on 2016-11-26 08:38 (UTC)

You should use bsdtar to extract the rpm files instead of the useless rpmextract wrapper.

FoPref commented on 2015-09-25 18:00 (UTC)

diff --git a/PKGBUILD b/PKGBUILD index 3420b58..cd358f2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -16,10 +16,10 @@ conflicts=() install= options=(!strip) -source=(ftp://public.dhe.ibm.com/storage/tivoli-storage-management/maintenance/client/v7r1/Linux/LinuxX86/BA/v712/7.1.2.0-TIV-TSMBAC-LinuxX86.tar +source=(ftp://public.dhe.ibm.com/storage/tivoli-storage-management/maintenance/client/v7r1/Linux/LinuxX86/BA/v713/7.1.3.0-TIV-TSMBAC-LinuxX86.tar dsmcad.service) -sha1sums=('de8988b38c86ceb85104d01d95d2c978d79d90f1' +sha1sums=('4b9b66e994cf6fc9b2eb5f2ca663c0a0fc89a6c7' 'd4702d06339da46e998980e0d145e1f3e92f30aa') prepare() {

FoPref commented on 2015-09-25 17:49 (UTC)

7.1.3.0 is available at ftp://public.dhe.ibm.com/storage/tivoli-storage-management/maintenance/client/v7r1/Linux/LinuxX86/BA/v713/

greyltc commented on 2015-08-20 14:29 (UTC)

Updated. Sorry this took me so long.

semi commented on 2015-08-14 12:57 (UTC)

Here's the full working PKGBUILD instead of patches: https://gist.github.com/sseemayer/6e7d9eb0e876ba77c7f8

semi commented on 2015-08-14 12:55 (UTC)

I FIXED IT! :) https://gist.github.com/sseemayer/0c73a1ed723fb9ce4992 The most interesting of the patches is #2 -- as it turns out, the makepkg script was stripping the binaries of symbols by default before creating the package, changing the checksum of `/usr/local/ibm/gsk8_64/lib64/N/icc/icclib/libicclib083.so` which failed a signature test. By adding `options=(!strip)`, this feature was disabled and the client can be used normally.