The failure with suse_* 10 was not a fault of the version as such.
Instead, TSM breaks on the suse1*_base package's habit of symlinking ${EMULDIR}/etc/mtab to ${EMULDIR}/proc/mounts, instead of the correct (from the POV of a linux application) /proc/mounts. Note that in MESSAGE (I have debugged it for the second time now...); suse*_base INSTALL should probably be fixed.
This commit is contained in:
parent
9a146cf092
commit
0aa26bf8c4
2 changed files with 9 additions and 8 deletions
14
tsm/MESSAGE
14
tsm/MESSAGE
|
@ -1,5 +1,5 @@
|
|||
===========================================================================
|
||||
$NetBSD: MESSAGE,v 1.9 2011/03/18 16:40:09 hfath Exp $
|
||||
$NetBSD: MESSAGE,v 1.10 2011/03/18 17:27:36 hfath Exp $
|
||||
|
||||
Tivoli Storage Manager Client has been installed in
|
||||
${EMULDIR}/opt/tivoli
|
||||
|
@ -12,14 +12,18 @@ The documentation (html and pdf) has been installed in
|
|||
|
||||
NetBSD configuration hints:
|
||||
|
||||
- TSM expects ${EMULDIR}/etc/mtab to exist and be meaningful. The
|
||||
suse_base package sets up a symlink to ${EMULDIR}/proc/mounts
|
||||
(make sure it links to /proc/mounts instead for NetBSD 5 and
|
||||
newer!), which works on NetBSD 3 or newer if you mount procfs like
|
||||
- TSM expects ${EMULDIR}/etc/mtab to exist and be meaningful.
|
||||
Making it a syslink to /proc/mounts works on NetBSD 3 or
|
||||
newer, if you mount procfs like
|
||||
>> procfs /emul/linux/proc procfs ro,linux 0 0 <<
|
||||
in /etc/fstab.
|
||||
Alternatively, make ${EMULDIR}/etc/mtab a symlink to /etc/fstab.
|
||||
|
||||
- The suse_base package sets up ${EMULDIR}/etc/mtab as a symlink
|
||||
to ${EMULDIR}/proc/mounts. Make sure it links to /proc/mounts
|
||||
instead for NetBSD 5 and newer, or dsmc will die an early
|
||||
ANS1030E death.
|
||||
|
||||
- Make sure the 'passworddir' variable is set in tsm.sys so that the
|
||||
passwd file ends up in ${PKG_SYSCONFDIR} instead of the shadow
|
||||
hierarchy.
|
||||
|
|
3
tsm/TODO
3
tsm/TODO
|
@ -2,9 +2,6 @@
|
|||
|
||||
- Work out installation on rpm-native platforms (Linux, Solaris, AIX)
|
||||
|
||||
- With suse-linux 10, this version of the TSM client dies with an
|
||||
out-of-memory error.
|
||||
|
||||
- http://secunia.com/advisories/42639/
|
||||
|
||||
- v5.2.x is no longer supported. Unfortunately, it is the last version
|
||||
|
|
Loading…
Reference in a new issue