I have a mix of Win2K and Debian Linux computers. My cable router/switch is acting as a DHCP server and a DNS server for my internal 19.168.1. network. My new computer Lzit1 is acting as a smbd, nmbd and winbind server. My Lzit2 is acting as a samba client. Wzit3 and Wzit4 also exist.

When trying to change the file attributes of Lzit2 from Lzit1 I get:

Changing
the attributes of files is not supported with protocol smb.



When trying to delete files from Lzit2 via Lzit1 I get:

The file or folder smb://Lzit2 ........ does not exist





Now I can see the files in Dolphin and can open, change attributes and
delete some. Others. I get the above errors. I can't seem to get a
consistent pattern of behavior. Directories seem to be more likely to
cause trouble.



My Samba config files are:



Lzit1 server:

# Samba config file created using SWAT
# from UNKNOWN (127.0.0.1)
# Date: 2010/08/12 12:50:12

[global]
        server string = %h server
        obey pam restrictions = Yes
        pam password change = Yes
        passwd program = /usr/bin/passwd %u
        passwd chat = *Enter\snew\s*\spassword:* %n\n 
*Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
        unix password sync = Yes
        syslog = 0
        log file = /var/log/samba/log.%m
        max log size = 1000
        printcap name = cups
        add user script = /usr/sbin/useradd -m %u
        delete user script = /usr/sbin/userdel -r %u
        add group script = /usr/sbin/groupadd %g
        delete group script = /usr/sbin/groupdel %g
        add user to group script = /usr/sbin/groupmod -A %u %g
        delete user from group script = /usr/sbin/groupmod -R %u %g
        add machine script = /usr/sbin/useradd -s /bin/false -d /ver/lib/nobody 
  %u
        logon script = scripts\logon.bat
        logon drive = M:
        logon home = \\%N\%U\profile
        domain logons = Yes
        os level = 255
        preferred master = Auto
        domain master = Yes
        dns proxy = No
        wins support = Yes
        panic action = /usr/share/samba/panic-action %d
        idmap uid = 15000-20000
        idmap gid = 15000-20000

[homes]
        comment = Home Directories
        valid users = %S
        read only = No
        create mask = 0600
        directory security mask = 0700
        guest ok = Yes
        hosts allow = 192.138.1.
        browseable = No
        browsable = No

[printers]
        comment = All Printers
        path = /var/spool/samba
        create mask = 0600
        guest ok = Yes
        printable = Yes
        browseable = No
        browsable = No

[print$]
        comment = Printer Drivers
        path = /var/lib/samba/drivers
        write list = root, gary

[netlogon]
        comment = Network Logon Service
        path = /var/lib/samba/netlogon
        admin users = root, gary
        guest ok = Yes
        browseable = No
        browsable = No

[Profiles]
        comment = Home Directories
        valid users = %S
        read only = No
        create mask = 0600
        directory security mask = 0700
        guest ok = Yes
        hosts allow = 192.138.1.
        browseable = No
        browsable = No
        available = No

[GaryHome]
        comment = Garys samba share
        path = /home/gary

[epson]
        comment = Epson Color Stylus RX680
        path = /var/spool/samba
        printable = Yes
        printer name = epson

Lzit2 client:


Reply via email to