[FreeNX-kNX] windows/osx shares fail to mount

Marcelo Boveto Shima marceloshima at gmail.com
Mon Jul 26 19:28:59 UTC 2010


If you have apparmor running then try disabling it.

Regards

On Monday, July 26, 2010, Johannes Scholz <lgdlubyou at googlemail.com> wrote:
> typo in the patch, sorry for spamming the list :)
>
> Correct patch:
>
> --- nxnode.orig 2010-07-26 18:56:00.000000000 +0200
> +++ nxnode      2010-07-26 19:05:10.000000000 +0200
> @@ -1921,9 +1921,9 @@
>         # dimbor: add russian, save cmdstr and kill dialogs
>         if [ -n "$SMB_MOUNT_OPTIONS" ]
>         then
> -           MNTSTR="PASSWD=\"$password\" $COMMAND_SMBMOUNT //$computername/$share $dir -o username=$username,ip=127.0.0.1,port=$port,$SMB_MOUNT_OPTIONS 2>&1"
> +           MNTSTR="$COMMAND_SMBMOUNT //$computername/$share $dir -o username=$username%$password,ip=127.0.0.1,port=$port,$SMB_MOUNT_OPTIONS 2>&1"
>         else
> -           MNTSTR="PASSWD=\"$password\" $COMMAND_SMBMOUNT //$computername/$share $dir -o username=$username,ip=127.0.0.1,port=$port 2>&1"
> +           MNTSTR="$COMMAND_SMBMOUNT //$computername/$share $dir -o username=$username%$password,ip=127.0.0.1,port=$port 2>&1"
>         fi
>         echo "$DELIM 701 Attempt to start $MNTSTR"
>         error=$($MNTSTR)
>
> Am 26.07.2010 um 19:22 schrieb Johannes Scholz:
>
>> --- nxnode.orig 2010-07-26 18:56:00.000000000 +0200
>> +++ nxnode      2010-07-26 19:05:10.000000000 +0200
>> @@ -1921,9 +1921,9 @@
>>         # dimbor: add russian, save cmdstr and kill dialogs
>>         if [ -n "$SMB_MOUNT_OPTIONS" ]
>>         then
>> -           MNTSTR="PASSWD=\"$password\" $COMMAND_SMBMOUNT //$computername/$share $dir -o username=$username,ip=127.0.0.1,port=$port,$SMB_MOUNT_OPTIONS 2>&1"
>> +           MNTSTR="$COMMAND_SMBMOUNT //$computername/$share $dir -o username=$username%$password,ip=127.0.0.1,port=$port,$SMB_MOUNT_OPTIONS 2>&1"
>>         else
>> -           MNTSTR="PASSWD=\"$password\" $COMMAND_SMBMOUNT //$computername/$share $dir -o username=$username,ip=127.0.0.1,port=$port 2>&1"
>> +           MNTSTR="$COMMAND_SMBMOUNT //$computername/$share $dir -o username%$password=$username,ip=127.0.0.1,port=$port 2>&1"
>>         fi
>>         echo "$DELIM 701 Attempt to start $MNTSTR"
>>         error=$($MNTSTR)
>
> ________________________________________________________________
>      Were you helped on this list with your FreeNX problem?
>     Then please write up the solution in the FreeNX Wiki/FAQ:
>
> http://openfacts2.berlios.de/wikien/index.php/BerliosProject:FreeNX_-_FAQ
>
>          Don't forget to check the NX Knowledge Base:
>                  http://www.nomachine.com/kb/
>
> ________________________________________________________________
>        FreeNX-kNX mailing list --- FreeNX-kNX at kde.org
>       https://mail.kde.org/mailman/listinfo/freenx-knx
> ________________________________________________________________
>



More information about the FreeNX-kNX mailing list