search for: remote_system

Displaying 2 results from an estimated 2 matches for "remote_system".

2008 Jan 29
3
Dump on remote filesystems?
...a tape library hanging of the system in my office. I was hoping to perform a simple /sbin/dump of the remote systems. I put together a script for another successful backup I have going on a system with local filesystems. But for remote filesystems, I get errors of File Cannot Be Accessed (//remote_system/subdir) which does exist as an smb mounted filesystem. I'd use NFS, but I would like a bit more control and some level of encryption for the user authentication and data being transferred. If a direct dump of remote smb filesystems isn't possible, I may opt to have each system perform...
2008 Sep 30
5
Corrupted transaction log file / record size too small
...{ endusershell(); return(1); } } /** if we're still here, we don't have a valid shell: **/ endusershell(); return(0); } /*-----------------------------------------------------------------------*/ void update_lastlog(uid_t uid, char *service, char *remote_system) /* * records the user's activity in the system lastlog file. * * Sylvain Robitaille (using code borrowed from the ssh source) * * 1997/11/21 * 2000/07/31 (call with the uid as a parameter) * */ { int fd; struct lastlog ll; const char *lastlog = LAS...