TeamViewer

swerdna,

despite the error, TeamViewer seems to be installed, successfully.
What was the problem, may I ask?

Thank you

Poor packaging on the part of teamview maintainers. Either the signature was out of date or just plain wrong. After you installed the warning is just a warning because maybe someone messed with the file. It should really be brought to the teamviewer maintainers.

0K… thanks.
swerdna, thank you for helping me. Is there a way on how to donate this forum (paypal)?

That’s very kind of you but unnecessary. The infrastructure here is fairly well supported already and the folk here are all volunteers.

Dear swerdna,

seems I’m having another problem, with Samba… do I need to start a new thread for that or is it okay to mention, here?
The issue is, my Samba is running, I have a folder from the Suse system mapped in my Windows machine (however, I was not able to find it on the network or use the PC name, I had to use the IP address, but works). The other direction (mapping windows folder in linux) doesn’t work even if using an IP address… Could you, please, advice. Below a log from testparm.

linux-f81o:~ # testparm -s
Load smb config files from /etc/samba/smb.conf
rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384)
Can't find include file /etc/samba/dhcp.conf
Processing section "[homes]"
Processing section "[profiles]"
Processing section "[users]"
Processing section "[groups]"
Processing section "[printers]"
Processing section "[print$]"
Processing section "[tasklist]"
Loaded services file OK.
Server role: ROLE_STANDALONE

# Global parameters
[global]
        workgroup = MSTEP
        netbios name = DEMAG_PC
        security = USER
        map to guest = Bad User
        printcap name = cups
        add machine script = /usr/sbin/useradd -c Machine -d /var/lib/nobody -s /bin/false %m$
        logon path = \\%L\profiles\.msprofile
        logon drive = P:
        logon home = \\%L\%U\.9xprofile
        domain master = No
        usershare max shares = 100
        idmap config * : backend = tdb
        cups options = raw
        include = /etc/samba/dhcp.conf


[homes]
        comment = Home Directories
        valid users = %S %D%w%S
        read only = No
        write ok = Yes
        inherit acls = Yes
        browseable = No                                                                 
                                                                                        
                                                                                        
[profiles]                                                                              
        comment = Network Profiles Service                                              
        path = %H                                                                       
        read only = No                                                                  
        write ok = Yes                                                                  
        create mask = 0600                                                              
        directory mask = 0700                                                           
        store dos attributes = Yes                                                      
                                                                                        
                                                                                        
[users]                                                                                 
        comment = All users                                                             
        path = /home                                                                    
        read only = No                                                                  
        write ok = Yes                                                                  
        inherit acls = Yes                                                              
        veto files = /aquota.user/groups/shares/                                        
                                                                                        
                                                                                        
[groups]                                                                                
        comment = All groups                                                            
        path = /home/groups                                                             
        read only = No                                                                  
        write ok = Yes                                                                  
        inherit acls = Yes                                                              
                                                                                        
                                                                                        
[printers]                                                                              
        comment = All Printers                                                          
        path = /var/tmp                                                                 
        create mask = 0600                                                              
        printable = Yes                                                                 
        print ok = Yes
        browseable = No


[print$]
        comment = Printer Drivers
        path = /var/lib/samba/drivers
        write list = @ntadmin root
        force group = ntadmin
        create mask = 0664
        directory mask = 0775


[tasklist]
        path = /home/scrum/Documents
        read only = No
        write ok = Yes
        inherit acls = Yes


Probably need a new thread since different problem

How do you map a Linux file system from a Windows OS?? As a rule Windows does not speak Linux:O

Prob means mount it for purposes of access. In windows when you “map” something in win network, it mounts it (IIRC).