elik@bhphotovideo.com
2003-Aug-31  16:53 UTC
[Samba] samba-3.0.0rc2 Please help with charset error
Hi all,
I am using solaris9 x86 with samba-3.0.0rc2, getting this errors by 
running any samba command.
any help is appreciated.
./testparm
Load smb config files from /data4/samba3_rc2/lib/smb.conf
Error loading module '/data4/samba3_rc2/lib/charset/646.so': ld.so.1:
./testparm
: fatal: /data4/samba3_rc2/lib/charset/646.so: open failed: No such file or dire
ctory
Error loading module '/data4/samba3_rc2/lib/charset/646.so': ld.so.1:
./testparm
: fatal: /data4/samba3_rc2/lib/charset/646.so: open failed: No such file or dire
ctory
Error loading module '/data4/samba3_rc2/lib/charset/646.so': ld.so.1:
./testparm
: fatal: /data4/samba3_rc2/lib/charset/646.so: open failed: No such file or dire
ctory
Error loading module '/data4/samba3_rc2/lib/charset/646.so': ld.so.1:
./testparm
: fatal: /data4/samba3_rc2/lib/charset/646.so: open failed: No such file or dire
ctory
Error loading module '/data4/samba3_rc2/lib/charset/646.so': ld.so.1:
./testparm
: fatal: /data4/samba3_rc2/lib/charset/646.so: open failed: No such file or dire
ctory
Error loading module '/data4/samba3_rc2/lib/charset/646.so': ld.so.1:
./testparm
: fatal: /data4/samba3_rc2/lib/charset/646.so: open failed: No such file or dire
ctory
Error loading module '/data4/samba3_rc2/lib/charset/646.so': ld.so.1:
./testparm
: fatal: /data4/samba3_rc2/lib/charset/646.so: open failed: No such file or dire
ctory
Error loading module '/data4/samba3_rc2/lib/charset/646.so': ld.so.1:
./testparm
: fatal: /data4/samba3_rc2/lib/charset/646.so: open failed: No such file or dire
ctory
Error loading module '/data4/samba3_rc2/lib/charset/646.so': ld.so.1:
./testparm
: fatal: /data4/samba3_rc2/lib/charset/646.so: open failed: No such file or dire
ctory
Error loading module '/data4/samba3_rc2/lib/charset/646.so': ld.so.1:
./testparm
: fatal: /data4/samba3_rc2/lib/charset/646.so: open failed: No such file or dire
ctory
Processing section "[homes]"
Processing section "[printers]"
Loaded services file OK.
Server role: ROLE_STANDALONE
Press enter to see a dump of your service definitions
# Global parameters
[global]
        dos charset = ASCII
        display charset = ASCII
        workgroup = MYGROUP
        server string = Samba Server
        client lanman auth = No
        client plaintext auth = No
        log file = /data4/samba3_rc2/var/log.%m
        max log size = 50
        dns proxy = No
[homes]
        comment = Home Directories
        read only = No
        browseable = No
[printers]
        comment = All Printers
        path = /usr/spool/samba
        printable = Yes
        browseable = No
=========================bnhapps8# cat ../lib/smb.conf | grep -v ^# | grep -v
^\;
[global]
   workgroup = MYGROUP
   server string = Samba Server
   security = user
   dos charset = ASCII
   display charset = ASCII
   load printers = yes
   log file = /data4/samba3_rc2/var/log.%m
   max log size = 50
   socket options = TCP_NODELAY
   dns proxy = no
[homes]
   comment = Home Directories
   browseable = no
   writable = yes
[printers]
   comment = All Printers
   path = /usr/spool/samba
   browseable = no
   guest ok = no
   writable = no
   printable = yes
==========================
Hi! I?m running a test samba-3rc2 in RedHat 9 with LDAP passdb backend. I got UserManager and police to work, I have 1 mandatory profile to all users that is erased from the workstation when users log off (done with poledit). My problem is that I want to deny write access to the desktop, My Documents, and every thing that is in the profile; and I want to redirect the folder My Documents to a directory in the server (that can be done in W2K). I didn?t find a way to do that with poledit. I know it can be done editing the registry in the workstation but I have more than 200 workstations and I?d like to do it just once and apply it to all machines. Is there any tool to do that or is it possible? Thank?s Bruno Pereti.