dezertdawg / urukdroid

Automatically exported from code.google.com/p/urukdroid
0 stars 0 forks source link

Samba-tools are compiled with mistake in "etc"-directory path and several mistakes in file system. #83

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
samba can't be used beacuse hangs right after it's start and then is killd 
because of "low memory".
The reason is that "smbd" and "smbpasswd" are compiled with "/var/etc//..." 
(double '/' chracter) path instead of "/var/etc/...".
Also "/etc/samba" is a directory instead of link to "/var/etc/samba".
Also "/usr/sbin/smbd" and "/usr/local/sbin/smbd" are both files (one of them 
must be a link to another).
The same with "/usr/bin/smbpasswd" and "/usr/local/bin/smbpasswd".
Also smbd.pid file is (supposed to be) created in "/var/run" but searched by 
UrukConfig in "/var/run/samba".
There are pathed smbd and smbpasswd files are attached.
They use "/var/etc/samba" to store configs and "/var/run/samba" for smbd.pid

Original issue reported on code.google.com by sap...@gmail.com on 9 Oct 2011 at 11:36

Attachments: