[X2Go-Commits] x2goserver.git - build-baikal (branch) updated: 3.1.1.3-309-g0a9acf6

X2Go dev team git-admin at x2go.org
Fri Jan 3 18:05:25 CET 2014


The branch, build-baikal has been updated
       via  0a9acf654da524a5ce58b221c97f5843a07ef836 (commit)
      from  132994f66f14cd75b7632e320a5e20ceaaa98599 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 x2goserver/bin/x2gomountdirs |    9 +++++++++
 1 file changed, 9 insertions(+)

The diff of changes is:
diff --git a/x2goserver/bin/x2gomountdirs b/x2goserver/bin/x2gomountdirs
index 9e8d8f3..b5d305f 100755
--- a/x2goserver/bin/x2gomountdirs
+++ b/x2goserver/bin/x2gomountdirs
@@ -248,6 +248,7 @@ for (my $i=0;$i<@dirs;$i++)
 	if (db_insertmount( $session, $mntpath, $host))
 	{
 
+		syslog('debug', "insertion of shared folder into session DB has been successful");
 		my $Config = get_config();
 		my $umask=$Config->param("security.umask");
 		my $umaskstr="";
@@ -264,6 +265,14 @@ for (my $i=0;$i<@dirs;$i++)
 		{
 			$code_conv="-o $code_conv";
 		}
+		if ( -f $key )
+		{
+			syslog('debug', "SSH key file has arrived: $key");
+		}
+		if ( -f $key.ident )
+		{
+			syslog('debug', "SSH host key has arrived: $key.ident");
+		}
 		$msg = "sshfs $code_conv -o idmap=user,uid=`id -u`,gid=`id -g`,$umaskstr,ServerAliveInterval=300,Cipher=blowfish,IdentityFile=$key,UserKnownHostsFile=$key.ident \"$user\"\@$host:\"@dirs[$i]\" \"$mntpath\" -p $port";
 		syslog('debug', "executing: $msg");
 		print "inserted, $msg\n";


hooks/post-receive
-- 
x2goserver.git (X2Go Server)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "x2goserver.git" (X2Go Server).




More information about the x2go-commits mailing list