Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Oct 2008 22:40:38 +0200
From:      Goran Lowkrantz <goran.lowkrantz@ismobile.com>
To:        freebsd-ports@freebsd.org
Cc:        Jun Kuriyama <kuriyama@FreeBSD.org>
Subject:   Re: Call for Testers: misc/amanda-{server,client} 2.6.0p2
Message-ID:  <23F809E0CCF2434FAB3BABAC@[10.255.253.2]>
In-Reply-To: <C13F7418BD5EEAFD805F5A00@[10.255.253.2]>
References:  <15BD3E45E9FF7269B52ACEDB@[10.255.253.2]> <C13F7418BD5EEAFD805F5A00@[10.255.253.2]>

next in thread | previous in thread | raw e-mail | index | archive | help
Then I have what I think is a working port for 2.6.0p2.

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

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

/glz

--On Tuesday, September 30, 2008 00:42 +0200 Goran Lowkrantz=20
<goran.lowkrantz@ismobile.com> wrote:

> 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
> <glz@hidden-powers.com> wrote:
>
>> Testing it and found the following so far:
>>
>> 1: Zero length patchfiles in the tar.
>> =3D=3D=3D>  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 =3D> not found (0x0)
>>         libm.so.4 =3D> /lib/libm.so.4 (0x28181000)
>>         libgmodule-2.0.so.0 =3D> /usr/local/lib/libgmodule-2.0.so.0
>> (0x28197000)
>>         libgobject-2.0.so.0 =3D> /usr/local/lib/libgobject-2.0.so.0
>> (0x2819b000)
>>         libgthread-2.0.so.0 =3D> /usr/local/lib/libgthread-2.0.so.0
>> (0x281d0000)
>>         libglib-2.0.so.0 =3D> /usr/local/lib/libglib-2.0.so.0 =
(0x281d4000)
>>         libiconv.so.3 =3D> /usr/local/lib/libiconv.so.3 (0x282a7000)
>>         libintl.so.8 =3D> /usr/local/lib/libintl.so.8 (0x2829e000)
>>         libcurl.so.4 =3D> /usr/local/lib/libcurl.so.4 (0x2839b000)
>>         libssl.so.4 =3D> /usr/lib/libssl.so.4 (0x283d2000)
>>         libcrypto.so.4 =3D> /lib/libcrypto.so.4 (0x28400000)
>>         libz.so.3 =3D> /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=F6ran L
>>
>> ---
>> "There is hopeful symbolism in the fact that flags do not wave in a
>> vacuum."
>>                 -- Arthur C. Clarke
>
>
>
> ................................................... the future isMobile
>
>   Goran Lowkrantz <goran.lowkrantz@ismobile.com>
>   System Architect, isMobile AB
>   Sandviksgatan 81, PO Box 58, S-971 03 Lule=E5, Sweden
>   Mobile: +46(0)70-587 87 82
> http://www.ismobile.com ...............................................



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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?23F809E0CCF2434FAB3BABAC>