Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Call for Testers: misc/amanda-{server,client} 2.6.0p2

3 views
Skip to first unread message

Goran Lowkrantz

unread,
Sep 27, 2008, 4:59:07 PM9/27/08
to freebs...@freebsd.org, Jun Kuriyama
Testing it and found the following so far:

1: Zero length patchfiles in the tar.
===> Applying FreeBSD patches for amanda-client-2.6.0p2,1
I can't seem to find a patch in there anywhere.
I can't seem to find a patch in there anywhere.
I can't seem to find a patch in there anywhere.
I can't seem to find a patch in there anywhere.
I can't seem to find a patch in there anywhere.
I can't seem to find a patch in there anywhere.
I can't seem to find a patch in there anywhere.

# find . -size 0 -print
./patch-sendsize.c
./patch-ab
./patch-ae
./patch-server-src::amcrypt-ossl-asym.sh.in
./patch-aa
./patch-ac
./patch-server-src::amcrypt-ossl.sh.in
# ls -la
total 14
drwxrwxr-x 2 1021 wheel 15 Sep 2 01:17 .
drwxrwxr-x 3 1021 wheel 8 Sep 4 06:43 ..
-rw-rw-r-- 1 1021 wheel 885 Nov 6 2006 extra-patch-sendbackup-dump.c
-rw-rw-r-- 1 1021 wheel 0 Aug 30 13:08 patch-aa
-rw-rw-r-- 1 1021 wheel 0 Aug 30 13:09 patch-ab
-rw-rw-r-- 1 1021 wheel 0 Aug 30 13:10 patch-ac
-rw-rw-r-- 1 1021 wheel 511 Aug 30 13:12 patch-ad
-rw-rw-r-- 1 1021 wheel 0 Aug 30 13:13 patch-ae
-rw-rw-r-- 1 1021 wheel 320 Aug 30 13:15 patch-chg-zd-mtx.sh.in
-rw-rw-r-- 1 1021 wheel 1786 Sep 1 00:42 patch-common-src::Makefile.in
-rw-rw-r-- 1 1021 wheel 310 Aug 31 15:28 patch-man::Makefile.in
-rw-rw-r-- 1 1021 wheel 5384 Sep 2 00:37 patch-perl::Makefile.in
-rw-rw-r-- 1 1021 wheel 0 Aug 30 13:18 patch-sendsize.c
-rw-rw-r-- 1 1021 wheel 0 Aug 30 13:19
patch-server-src::amcrypt-ossl-asym.sh.in
-rw-rw-r-- 1 1021 wheel 0 Aug 30 13:20
patch-server-src::amcrypt-ossl.sh.in


2: When doing an upgrade, the libamdevice.so got dependant on the previous
version of Amanda. Will test this on my other server next week and see if I
can find where it happens.
/usr/local/lib/amanda/libamdevice-2.6.0p2.so:
libamanda-2.5.1p3.so => not found (0x0)
libm.so.4 => /lib/libm.so.4 (0x28181000)
libgmodule-2.0.so.0 => /usr/local/lib/libgmodule-2.0.so.0
(0x28197000)
libgobject-2.0.so.0 => /usr/local/lib/libgobject-2.0.so.0
(0x2819b000)
libgthread-2.0.so.0 => /usr/local/lib/libgthread-2.0.so.0
(0x281d0000)
libglib-2.0.so.0 => /usr/local/lib/libglib-2.0.so.0 (0x281d4000)
libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x282a7000)
libintl.so.8 => /usr/local/lib/libintl.so.8 (0x2829e000)
libcurl.so.4 => /usr/local/lib/libcurl.so.4 (0x2839b000)
libssl.so.4 => /usr/lib/libssl.so.4 (0x283d2000)
libcrypto.so.4 => /lib/libcrypto.so.4 (0x28400000)
libz.so.3 => /lib/libz.so.3 (0x284f3000)

3: The chg-zd-mtx has picked up an bashism. Attached a patch for the patch.

That's it. Will make noise if I find anything more.

Cheers,
Göran L

---
"There is hopeful symbolism in the fact that flags do not wave in a vacuum."
-- Arthur C. Clarke

patch-chg-zd-mtx.sh.in

Goran Lowkrantz

unread,
Sep 28, 2008, 2:33:11 AM9/28/08
to freebs...@freebsd.org, Jun Kuriyama
One more script error:

# diff -u server-src/amcleanup.sh.orig server-src/amcleanup.sh
--- server-src/amcleanup.sh.orig 2008-09-28 08:21:09.000000000 +0200
+++ server-src/amcleanup.sh 2008-09-28 08:21:22.000000000 +0200
@@ -75,7 +75,7 @@
# after receiving SIGTERM, if yes send SIGKILL
#

-function killpid() {
+killpid() {

killPID=$1
SIGTERM=15

Cheers,
Göran

Goran Lowkrantz

unread,
Sep 29, 2008, 6:42:59 PM9/29/08
to freebs...@freebsd.org, Jun Kuriyama
Some more testing resulting in adding the bsdtcp and bsdudp security flags
to both server and client build. At least the bsdtcp flag is needed for
interop with the Windows clients but as both used to be included by default
(I think?), they should be there now too.

Included a patch against Jun's 2.6.0 port.

Cheers,
glz

--On Saturday, September 27, 2008 22:59 +0200 Goran Lowkrantz
<g...@hidden-powers.com> wrote:

................................................... the future isMobile

Goran Lowkrantz <goran.l...@ismobile.com>
System Architect, isMobile AB
Sandviksgatan 81, PO Box 58, S-971 03 Luleå, Sweden
Mobile: +46(0)70-587 87 82
http://www.ismobile.com ...............................................

amanda-2.6.0.patch.shar

Goran Lowkrantz

unread,
Oct 24, 2008, 4:40:38 PM10/24/08
to freebs...@freebsd.org, Jun Kuriyama
Then I have what I think is a working port for 2.6.0p2.

All of it:
<http://people.hidden-powers.com/~glz/amanda-2.6.0p2-20081024.tgz>
Patch against current port:
<http://people.hidden-powers.com/~glz/amanda-2.6.0p2.shar>

Only change since last is to check correct client version by looking for
the libamandad shared library.

/glz

--On Tuesday, September 30, 2008 00:42 +0200 Goran Lowkrantz

Julian Dunn

unread,
Dec 3, 2008, 12:07:46 AM12/3/08
to
On Oct 24, 3:40 pm, Goran Lowkrantz <goran.lowkra...@ismobile.com>
wrote:

> Then I have what I think is a working port for 2.6.0p2.
>
> All of it:
> <http://people.hidden-powers.com/~glz/amanda-2.6.0p2-20081024.tgz>
> Patch against current port:
> <http://people.hidden-powers.com/~glz/amanda-2.6.0p2.shar>
>
> Only change since last is to check correct client version by looking for
> the libamandad shared library.

Hi,

I tried your port. I see a lot of errors like this:

/libexec/ld-elf.so.1: /usr/local/lib/perl5/site_perl/5.8.8/auto/Amanda/
Config/libConfig.so: Undefined symbol "amglue_SvI32"

Any idea what the problem could be?

- Julian

0 new messages