Jump to content
RealModScene

Plimut

Members
  • Content Count

    4
  • Joined

  • Last visited

Community Reputation

1 Neutral

About Plimut

  • Rank
    RMS Freshman
  1. Hey all, I decided my problem, it was indeed in the version of smb server 3.0.37, it didn't support smb v2, updating on 3.6.25 everything runs like clockwork. Here is the working config in any case. [global] guest account = root security = user map to guest = bad user server string = EGAMI %h network services workgroup = WORKGROUP log file = /tmp/smb.log log level = 1 socket options = TCP_NODELAY netbios name = SEZAMMARWEL username map = /etc/samba/private/users.map smb passwd file = /etc/samba/private/smbpasswd encrypt passwords = yes passdb backend = smbpasswd idmap backend = smbpasswd obey pam restrictions = yes unix charset = utf-8 max stat cache size = 64 null passwords = yes unix password sync = 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* . [Root] comment = Everything - take care! path = / read only = no public = yes guest ok = yes valid users = root force create mode = 600 force directory mode = 700 force security mode = 600 force directory security mode = 700 [Harddisk] comment = The harddisk path = /media/hdd read only = no public = yes guest ok = yes valid users = root,kids admin users = root force create mode = 777 force directory mode = 777 force security mode = 777 force directory security mode = 777
  2. I tested on windows 7 launch is successful, it seems that SMB linux does not behave as expected Aurora. I will use wireshark to determine the cause, in any case, I'll write about my results here. I was confused by the fact that FreeStyle with the same daemon SMB client starts the game with the linux server successfully. Thanks for the direction.
  3. No, I use linux SMB server for Enigma2, there are no other machines connected to this server, access RW allowed, here is my configuration. [global] load printers = no guest account = root log file = /tmp/smb.log log level = 1 security = share server string = OpenPLi SEZAMMARWEL network services workgroup = OpenPLi netbios name = SEZAMMARWEL case sensitive=yes preserve case=yes short preserve case=yes socket options = TCP_NODELAY preferred master = no oplocks = no [Root] comment = Everything - take care! path = / read only = no public = yes guest ok = yes [Harddisk] comment = The harddisk path = /media/hdd read only = no public = yes guest ok = yes
  4. Greetings to all forum members and developers. There is a problem when running games via SMB client, initialization and connection is normal, the interface ConnectX correctly displays the free space on a network drive, scan games, as is normal, they appear among others. But the run ends with a return to Aurora, see the log. Please help, or give direction to solve the problem, Shell FreeStyle runs these same games without a problem. (perhaps playing the role of connectx_patch.xexp) I'm not sure it applies to the Aurora or not. { "time" : "17:32:37.000", "thread" : "0xF9000000", "type" : "normal", "filter" : "TaskManager", "message" : "Scheduling Task: 411C5130" } { "time" : "17:32:37.169", "thread" : "0xF9000008", "type" : "normal", "filter" : "ContentLauncher", "message" : "CONTENTLAUNCHER: INITIALIZE" } { "time" : "17:32:37.169", "thread" : "0xF9000008", "type" : "normal", "filter" : "ContentLauncher", "message" : "-------------------------------------------" } { "time" : "17:32:37.170", "thread" : "0xF9000008", "type" : "normal", "filter" : "ContentLauncher", "message" : "Properties:" } { "time" : "17:32:37.170", "thread" : "0xF9000008", "type" : "normal", "filter" : "ContentLauncher", "message" : "ContentID = 62" } { "time" : "17:32:37.170", "thread" : "0xF9000008", "type" : "normal", "filter" : "ContentLauncher", "message" : "-------------------------------------------" } { "time" : "17:32:37.200", "thread" : "0xF9000008", "type" : "normal", "filter" : "ContentItem", "message" : "Launch failed. Unable to open container, 752a85fa64d2578c3666" } { "time" : "17:32:37.210", "thread" : "0xF9000008", "type" : "error", "filter" : "ScnProgressUI", "message" : "DoWork failed... aborting." } { "time" : "17:32:37.210", "thread" : "0xF9000008", "type" : "normal", "filter" : "ScnProgressUI", "message" : "Progress Item completed with error code: 997" } { "time" : "17:32:37.211", "thread" : "0xF9000008", "type" : "normal", "filter" : "ContentLauncher", "message" : "-------------------------------------------" } { "time" : "17:32:37.211", "thread" : "0xF9000008", "type" : "normal", "filter" : "ContentLauncher", "message" : "CONTENTLAUNCHER: FINALIZE" } { "time" : "17:32:37.212", "thread" : "0xF9000008", "type" : "normal", "filter" : "TaskManager", "message" : "Completed Task: 411C5130" }
×
×
  • Create New...