Re: [BackupPC-users] Cannot start BackupPC in DNS-323 (ffp 0.5)

2009-04-20 Thread Craig Barratt
iazmin writes:

 I installed everything provided in 
 http://www.inreto.de/dns323/fun-plug/0.5/extra-packages/perl/. So the perl 
 version is 5.10-2 while for backuppc I am using 3.1.0 version.

At line 1635 of bin/BackupPC, try replacing this:

foreach my $host ( sort(HostSortCompare keys(%$Hosts)) ) {

with this:

foreach my $host ( sort HostSortCompare keys(%$Hosts) ) {

Craig

--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


[BackupPC-users] Cannot start BackupPC in DNS-323 (ffp 0.5)

2009-04-20 Thread iazmin


Craig Barratt wrote:
 iazmin writes:
 
 
  I installed everything provided in 
  http://www.inreto.de/dns323/fun-plug/0.5/extra-packages/perl/. So the perl 
  version is 5.10-2 while for backuppc I am using 3.1.0 version.
  
 
 At line 1635 of bin/BackupPC, try replacing this:
 
 foreach my $host ( sort(HostSortCompare keys(%$Hosts)) ) {
 
 with this:
 
 foreach my $host ( sort HostSortCompare keys(%$Hosts) ) {
 
 Craig


Love you! it just works!


nbsp;/ffp/share/BackupPC/bin/BackupPC -d
r...@nashawa#58;/mnt/usb/ffp/home/root#


Thank Craig...any brief explanation for perl/linux nob like me wold be great to 
explain this[/code]

+--
|This was sent by azminis...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


[BackupPC-users] Cannot start BackupPC in DNS-323 (ffp 0.5)

2009-04-19 Thread iazmin

I am using ffp 0.5 on my D-Link DNS-323 NAS.
I am using this wiki http://wiki.dns323.info/howto:backuppc to install backuppc.

I am still unable to start the BackupPC to run on the device. The command that 
I use to start backupPC is:

home/root# /ffp/usr/BackupPC/bin/BackupPC -d
Bareword call not allowed while strict subs in use at 
/ffp/usr/BackupPC/bin/BackupPC line 1635.
Execution of /ffp/usr/BackupPC/bin/BackupPC aborted due to compilation errors.


The above result is the outcome afteerI tried to resolve using a method in 
http://forum.dsmg600.info/viewtopic.php?id=2264p=2 (post #35)

I am still stuck

+--
|This was sent by azminis...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Cannot start BackupPC in DNS-323 (ffp 0.5)

2009-04-19 Thread Craig Barratt
iazmin writes:

 I am using ffp 0.5 on my D-Link DNS-323 NAS.
 I am using this wiki http://wiki.dns323.info/howto:backuppc to install 
 backuppc.
 
 I am still unable to start the BackupPC to run on the device. The command 
 that I use to start backupPC is:
 
 home/root# /ffp/usr/BackupPC/bin/BackupPC -d
 Bareword call not allowed while strict subs in use at 
 /ffp/usr/BackupPC/bin/BackupPC line 1635.
 Execution of /ffp/usr/BackupPC/bin/BackupPC aborted due to compilation errors.

What version of BackupPC and perl are you running?

Craig

--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


[BackupPC-users] Cannot start BackupPC in DNS-323 (ffp 0.5)

2009-04-19 Thread iazmin


Craig Barratt wrote:
 iazmin writes:
 
 
  I am using ffp 0.5 on my D-Link DNS-323 NAS.
  I am using this wiki http://wiki.dns323.info/howto:backuppc to install 
  backuppc.
  
  I am still unable to start the BackupPC to run on the device. The command 
  that I use to start backupPC is:
  
  home/root# /ffp/usr/BackupPC/bin/BackupPC -d
  Bareword call not allowed while strict subs in use at 
  /ffp/usr/BackupPC/bin/BackupPC line 1635.
  Execution of /ffp/usr/BackupPC/bin/BackupPC aborted due to compilation 
  errors.
  
 
 What version of BackupPC and perl are you running?
 
 Craig


I installed everything provided in 
http://www.inreto.de/dns323/fun-plug/0.5/extra-packages/perl/. So the perl 
version is 5.10-2 while for backuppc I am using 3.1.0 version.

+--
|This was sent by azminis...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/