|
From: mna.news <mna...@li...> - 2005-07-02 16:16:43
|
Le jeudi 30 Juin 2005 09:53, Johannes Wein a =E9crit=A0:
> Hi again,
>
> ./BackupPC_tarCreate fails too:
>
> debian:/usr/share/backuppc/bin$ ./BackupPC_tarCreate -h <hostname> -n 0 -s
> / / > /var/lib/backuppc/archives/<hostname>.tar
> Unable to write to output file (Bad Filedeskriptor)
>
> greetings
> Johannes
>
hi johannes,
can you fo a test for me on your system :
edit the BackupPC_tarCreate script file and modify the line number 230
from=20
my $fh =3D @_; <- this mean the number of arguments in @_
to
my ($fh) =3D @_; <- this mean the value of the argument @_
then try to use the functionality of the BackupPC_tarCreate and say us if i=
t's=20
OK.
thanks for your help.
Michael.
=2D-=20
On n'=E9chappe pas =E0 un infini, en fuyant vers un autre infini.
Umberto Eco
|