Kodi Community Forum

Full Version: XBMCbuntu not able to write to OpenSUSE samba share
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey, What info do I need to post here so someone can give me an ideea of what is happening? No problems for years with my setup, but in the past week done a lot of changes to my network and to my machines and can't pinpoint the problem.

Long story short - I have a machine (the workstation supranumita Tractoru') running openSUSE 12.3 x86_64 fully updated that is holding the files in a couple of raid arrays and a media center XBMCbuntu playing my great movie collection via SMB from the openSUSE one.

Now - it still works, it can access everything, but it can't write back to the openSUSE (except that ... see the conf file pls, not changed at all for a long while), so for example I can't download the subtitle in the movie directory, or can't backup the library. And it's just so annoying. The major thing that it comes to mind is changing my user and group IDs for a variety of resons, mainly stupidity. I even reinstalled XBMC from scratch, now it's 12.2.

Thanks.

Code:
[global]
    workgroup = MUMU
    passdb backend = tdbsam
    printing = cups
    printcap name = cups
    printcap cache time = 750
    cups options = raw
    map to guest = Bad User
    logon path = \\%L\profiles\.msprofile
    logon home = \\%L\%U\.9xprofile
    logon drive = P:
    usershare allow guests = No
    add machine script = /usr/sbin/useradd  -c Machine -d /var/lib/nobody -s /bin/false %m$
    domain logons = No
    domain master = No
    security = user
    wins support = No
    log file = /var/log/samba/log.%m
    max log size = 50
    hosts allow = 127.0.0.1 192.168.2.0/24 192.168.3.0/24
    hosts deny = 0.0.0.0/0
    wins server =
[printers]
    comment = All Printers
    path = /var/tmp
    printable = Yes
    create mask = 0600
    browseable = No
[print$]
    comment = Printer Drivers
    path = /var/lib/samba/drivers
    write list = @ntadmin root
    force group = ntadmin
    create mask = 0664
    directory mask = 0775

## Share disabled by YaST
# [netlogon]

[1 - The Movies]
#    inherit acls = Yes
    path = /home/mumuloth/Superstructure/1 - The Movies
    read only = No
    valid users = mumuloth

[2 - TV Shows]
#    inherit acls = Yes
    path = /home/mumuloth/Superstructure/2 - TV Shows
    read only = No
    valid users = mumuloth
    guest ok = No

[Temp]
    comment = Transfer the shit here
    inherit acls = Yes
    path = /home/mumuloth/Temp
    read only = No