Re: [BackupPC-users] Backuppc restore freezing

2015-11-22 Thread Johan Ehnberg
Hi,

Are you using sudo with rsync? As described here:

http://backuppc.sourceforge.net/faq/ssh.html#how_can_client_access_as_root_be_avoided

The permission issue in the log below, and the fact that temp 
directories work point at this possibility.

Best regards,
Johan

On 2015-11-21 21:56, donkeydong69 wrote:
> I found that trying to do a full restore of / seems to break down here:
> Sending /vmlinuz (remote=vmlinuz) type = 2
>restore l 777   0/0  30 /vmlinuz -> 
> boot/vmlinuz-3.19.0-33-generic
> Remote[1]: rsync: mknod "/dev/pts/1" failed: Operation not permitted (1)
> Remote[1]: rsync: mknod "/dev/pts/11" failed: Operation not permitted (1)
> Read EOF:
> Tried again: got 0 bytes
> Done: 215256 files, 5884382843 bytes
> restore failed: Unable to read 7237443 bytes
>
> It seems I need to do more research as to what folders in the / directory can 
> be restored and which shouldn't.
>
> I've also discovered that although a restore of, say a particular file or 
> directory, may finish long before the backuppc gui has updated the status. In 
> addition, I have found little to no issues restoring large directories to 
> temporary folders on the client computer, rather than overriding the existing 
> directories during the restore process. I am eager to see what happens when I 
> replace the folders on the system with the ones sent by my backuppc.
>
> +--
> |This was sent by vur...@me.com via Backup Central.
> |Forward SPAM to ab...@backupcentral.com.
> +--
>
>
>
> --
> Go from Idea to Many App Stores Faster with Intel(R) XDK
> Give your users amazing mobile app experiences with Intel(R) XDK.
> Use one codebase in this all-in-one HTML5 development environment.
> Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
> http://pubads.g.doubleclick.net/gampad/clk?id=254741551&iu=/4140
> ___
> 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/
>

--
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741551&iu=/4140
___
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] Backuppc restore freezing

2015-11-22 Thread donkeydong69
This issue, is also causing newly installed systems to break. I can see that 
certain files are getting restored, but many installed programs are getting 
broken (in other words, they are being rendered unusable through the partial 
restore).

I guess my following question is, is there a better way to monitor this 
restoration process before I determine it is frozen and thus kill the process.

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



--
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741551&iu=/4140
___
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] Backuppc restore freezing

2015-11-22 Thread donkeydong69
I found that trying to do a full restore of / seems to break down here:
Sending /vmlinuz (remote=vmlinuz) type = 2
  restore l 777   0/0  30 /vmlinuz -> boot/vmlinuz-3.19.0-33-generic
Remote[1]: rsync: mknod "/dev/pts/1" failed: Operation not permitted (1)
Remote[1]: rsync: mknod "/dev/pts/11" failed: Operation not permitted (1)
Read EOF: 
Tried again: got 0 bytes
Done: 215256 files, 5884382843 bytes
restore failed: Unable to read 7237443 bytes

It seems I need to do more research as to what folders in the / directory can 
be restored and which shouldn't. 

I've also discovered that although a restore of, say a particular file or 
directory, may finish long before the backuppc gui has updated the status. In 
addition, I have found little to no issues restoring large directories to 
temporary folders on the client computer, rather than overriding the existing 
directories during the restore process. I am eager to see what happens when I 
replace the folders on the system with the ones sent by my backuppc.

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



--
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741551&iu=/4140
___
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] Backuppc restore freezing

2015-11-22 Thread donkeydong69
I'm using ubuntu across 4 different computers in my network - one of which runs 
backuppc. Anything over 3-4 files seems to cause bakuppc to freeze. Right now 
I'm actually trying to restore an entire file system to a computer, but I've 
noticed the same issue occur trying to restore 4 items in a download directory 
to a separate computer, no less than 30mb total.

What I observe using sudo iftop and sudo htop is my server jumps to uploading 
50mb/s for several minutes to the designated computer, and then dropping all 
connection. On top, I see at the same time of the drop, the process stops using 
the CPU and process up time just pauses and doesn't change after hours. Thus, 
on the web GUI it looks like the process is running, through htop it looks like 
the process has frozen.

The systems hardware should not be limited enough to cause such freeze ups. How 
can I diagnose this?

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



--
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741551&iu=/4140
___
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/