Bug#1032884: Acknowledgement (amanda-client: Amanda is unusable)

2023-03-15 Thread Hideki Yamane
control: tags -1 +pending


On Wed, 15 Mar 2023 18:39:47 + Jose M Calhariz  wrote:
> Thank you, your problem is known and will be fixed on the next upload.

-- 
Hideki Yamane 



Processed: Re: Bug#1032884: Acknowledgement (amanda-client: Amanda is unusable)

2023-03-15 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 +pending
Bug #1032884 [amanda-client] amanda-client: Amanda is unusable
Added tag(s) pending.

-- 
1032884: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1032884
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1032884: Acknowledgement (amanda-client: Amanda is unusable)

2023-03-15 Thread Jose M Calhariz

On 3/13/23 13:16, Kamil Jońca wrote:

"Debian Bug Tracking System"  writes:


Thank you for filing a new Bug report with Debian.

You can follow progress on this Bug here: 1032884: 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1032884.


dpkg -l "amanda*"
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name   Version  Architecture Description
+++-==---==
un  amanda   (no description available)
ii  amanda-client  1:3.5.1-9+b1 amd64Advanced Maryland Automatic 
Network Disk Archiver (Client)
ii  amanda-common  1:3.5.1-9+b1 amd64Advanced Maryland Automatic 
Network Disk Archiver (Libs)
ii  amanda-server  1:3.5.1-10   amd64Advanced Maryland Automatic 
Network Disk Archiver (Server)


Work properly, so this is kind a regression.

KJ



Hi


What dumptypes do you use in amanda?


I am preparing one update to fix a regression and I would like to know 
your situation is covered by my fix.



Kind regards

Jose M Calhariz



Bug#1032884: Acknowledgement (amanda-client: Amanda is unusable)

2023-03-15 Thread Jose M Calhariz

On 3/15/23 18:29, Kamil Jońca wrote:

Jose M Calhariz  writes:


On 3/13/23 13:16, Kamil Jońca wrote:

"Debian Bug Tracking System"  writes:


Thank you for filing a new Bug report with Debian.

You can follow progress on this Bug here: 1032884: 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1032884.


dpkg -l "amanda*"
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name   Version  Architecture Description
+++-==---==
un  amanda   (no description available)
ii  amanda-client  1:3.5.1-9+b1 amd64Advanced Maryland Automatic 
Network Disk Archiver (Client)
ii  amanda-common  1:3.5.1-9+b1 amd64Advanced Maryland Automatic 
Network Disk Archiver (Libs)
ii  amanda-server  1:3.5.1-10   amd64Advanced Maryland Automatic 
Network Disk Archiver (Server)


Work properly, so this is kind a regression.

KJ



Hi


What dumptypes do you use in amanda?



--8<---cut here---start->8---
define dumptype gnutar-base {
 compress client custom
 client-custom-compress "/usr/local/lib/amanda/xz9"
 encrypt client
 client-encrypt "/usr/local/lib/amanda/encgpg"
 index yes
 program "GNUTAR"
 maxpromoteday 30
}
define dumptype gnutar-local {
 gnutar-base
 auth "local"
}

define dumptype gnutar-bsdtcp {
 gnutar-base
 auth "bsdtcp"
}
define dumptype gnutar-bsdtcp-nocomp {
 gnutar-bsdtcp
 compress none
}

define dumptype gnutar-local-nocomp {
 gnutar-local
 compress none
}
--8<---cut here---end--->8---

"/usr/local/lib/amanda/xz9"   = exec /usr/bin/xz "$@"

"/usr/local/lib/amanda/encgpg" = exec gpg -e  (in case of dumping)
  


Thank you, your problem is known and will be fixed on the next upload.


Kind regards

Jose M Calhariz



Bug#1032884: Acknowledgement (amanda-client: Amanda is unusable)

2023-03-15 Thread Kamil Jońca
Jose M Calhariz  writes:

> On 3/13/23 13:16, Kamil Jońca wrote:
>> "Debian Bug Tracking System"  writes:
>>
>>> Thank you for filing a new Bug report with Debian.
>>>
>>> You can follow progress on this Bug here: 1032884: 
>>> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1032884.
>>>
>> dpkg -l "amanda*"
>> Desired=Unknown/Install/Remove/Purge/Hold
>> | 
>> Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
>> |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
>> ||/ Name   Version  Architecture Description
>> +++-==---==
>> un  amanda   (no description available)
>> ii  amanda-client  1:3.5.1-9+b1 amd64Advanced Maryland Automatic 
>> Network Disk Archiver (Client)
>> ii  amanda-common  1:3.5.1-9+b1 amd64Advanced Maryland Automatic 
>> Network Disk Archiver (Libs)
>> ii  amanda-server  1:3.5.1-10   amd64Advanced Maryland Automatic 
>> Network Disk Archiver (Server)
>>
>>
>> Work properly, so this is kind a regression.
>>
>> KJ
>>
>>
> Hi
>
>
> What dumptypes do you use in amanda?
>
>
--8<---cut here---start->8---
define dumptype gnutar-base {
compress client custom
client-custom-compress "/usr/local/lib/amanda/xz9"
encrypt client
client-encrypt "/usr/local/lib/amanda/encgpg"
index yes
program "GNUTAR"
maxpromoteday 30
}
define dumptype gnutar-local {
gnutar-base
auth "local"
}

define dumptype gnutar-bsdtcp {
gnutar-base
auth "bsdtcp"
}
define dumptype gnutar-bsdtcp-nocomp {
gnutar-bsdtcp
compress none
}

define dumptype gnutar-local-nocomp {
gnutar-local
compress none
}
--8<---cut here---end--->8---

"/usr/local/lib/amanda/xz9"   = exec /usr/bin/xz "$@"

"/usr/local/lib/amanda/encgpg" = exec gpg -e  (in case of dumping)
 
-- 
http://wolnelektury.pl/wesprzyj/teraz/



Bug#1032884: Acknowledgement (amanda-client: Amanda is unusable)

2023-03-13 Thread Kamil Jońca
"Debian Bug Tracking System"  writes:

> Thank you for filing a new Bug report with Debian.
>
> You can follow progress on this Bug here: 1032884: 
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1032884.
>

dpkg -l "amanda*"
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name   Version  Architecture Description
+++-==---==
un  amanda   (no description available)
ii  amanda-client  1:3.5.1-9+b1 amd64Advanced Maryland Automatic 
Network Disk Archiver (Client)
ii  amanda-common  1:3.5.1-9+b1 amd64Advanced Maryland Automatic 
Network Disk Archiver (Libs)
ii  amanda-server  1:3.5.1-10   amd64Advanced Maryland Automatic 
Network Disk Archiver (Server)


Work properly, so this is kind a regression.

KJ


-- 
http://wolnelektury.pl/wesprzyj/teraz/