Nils Breunese (Lemonbit) wrote:
> Les Mikesell wrote:
> 
>>> Although the ALRM and PIPE signals are probably technically correct 
>>> it might be clearer to use different terms/explanations in the 
>>> interface. I have the feeling not everyone understands these signals.
>>
>> man signal
>> will show all the possibilities.  SIGPIPE isn't very clear because it 
>> really just means a child process terminated while the parent is still 
>> trying to communicate with it, but in this case the child is the ssh, 
>> rsync, or smbclient that is doing the transfer from the remote and the 
>> likely reasons are either a network problem or that the remote side 
>> terminated.
> 
> I know I can take a look at the man pages, but I still think it would 
> better for the web interface to display something a bit clearer than 
> just the signal name.
> 

I haven't looked at the code, but it probably just picks up the error or 
exit status and its description as returned by the operating system. 
Things like 'no space on device' or 'permission denied' are a little 
more understandable but there are a lot of possibilities for failure.

-- 
   Les Mikesell
    [EMAIL PROTECTED]

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to