[Samba] Samba wbinfo error message Could not get info for user xxxxxx

2012-03-14 Thread kartheek katakam
Hi Everyone,

I am running into this issue, when I integrated linux host to AD using
samba.
when I run wbinfo -u it is listing all AD users.
but when I pick any one of the user from o/p of previous command and ran
webinfo -i for the user I am getting this error message, any idea ??

#wbinfo -i xx
Could not get info for user xx
# rpm -qa | grep samba
samba-3.5.10-114.el6.x86_64
samba-common-3.5.10-114.el6.x86_64
samba-client-3.5.10-114.el6.x86_64
samba-winbind-clients-3.5.10-114.el6.x86_64
samba-winbind-3.5.10-114.el6.x86_64
#

Thanks,
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] Samba wbinfo error message Could not get info for user xxxxxx

2012-03-14 Thread Bernd Markgraf
Hi,

I've seen the same error today. Had to restart winbindd (after running
for like 200days). That made things work nicely again.

  Bernd

On Wed, 2012-03-14 at 12:28 -0400, kartheek katakam wrote:
 Hi Everyone,
 
 I am running into this issue, when I integrated linux host to AD using
 samba.
 when I run wbinfo -u it is listing all AD users.
 but when I pick any one of the user from o/p of previous command and ran
 webinfo -i for the user I am getting this error message, any idea ??
 
 #wbinfo -i xx
 Could not get info for user xx
 # rpm -qa | grep samba
 samba-3.5.10-114.el6.x86_64
 samba-common-3.5.10-114.el6.x86_64
 samba-client-3.5.10-114.el6.x86_64
 samba-winbind-clients-3.5.10-114.el6.x86_64
 samba-winbind-3.5.10-114.el6.x86_64
 #
 
 Thanks,


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] Samba wbinfo error message Could not get info for user xxxxxx

2012-03-14 Thread kartheek katakam
Thanks Bernd,

but it was helpfull, I restarted the winbind service I still see the same
issue.



On Wed, Mar 14, 2012 at 1:06 PM, Bernd Markgraf
bernd.markg...@med.ovgu.dewrote:

 Hi,

 I've seen the same error today. Had to restart winbindd (after running
 for like 200days). That made things work nicely again.

  Bernd

 On Wed, 2012-03-14 at 12:28 -0400, kartheek katakam wrote:
  Hi Everyone,
 
  I am running into this issue, when I integrated linux host to AD using
  samba.
  when I run wbinfo -u it is listing all AD users.
  but when I pick any one of the user from o/p of previous command and ran
  webinfo -i for the user I am getting this error message, any idea ??
 
  #wbinfo -i xx
  Could not get info for user xx
  # rpm -qa | grep samba
  samba-3.5.10-114.el6.x86_64
  samba-common-3.5.10-114.el6.x86_64
  samba-client-3.5.10-114.el6.x86_64
  samba-winbind-clients-3.5.10-114.el6.x86_64
  samba-winbind-3.5.10-114.el6.x86_64
  #
 
  Thanks,



-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] Samba wbinfo error message Could not get info for user xxxxxx

2012-03-14 Thread Dale Schroeder
What error messages are you getting in the logs, and which idmap backend 
are you using?


Dale


On 03/14/2012 12:33 PM, kartheek katakam wrote:

Thanks Bernd,

but it was helpfull, I restarted the winbind service I still see the same
issue.



On Wed, Mar 14, 2012 at 1:06 PM, Bernd Markgraf
bernd.markg...@med.ovgu.dewrote:


Hi,

I've seen the same error today. Had to restart winbindd (after running
for like 200days). That made things work nicely again.

  Bernd

On Wed, 2012-03-14 at 12:28 -0400, kartheek katakam wrote:

Hi Everyone,

I am running into this issue, when I integrated linux host to AD using
samba.
when I run wbinfo -u it is listing all AD users.
but when I pick any one of the user from o/p of previous command and ran
webinfo -i for the user I am getting this error message, any idea ??

#wbinfo -i xx
Could not get info for user xx
# rpm -qa | grep samba
samba-3.5.10-114.el6.x86_64
samba-common-3.5.10-114.el6.x86_64
samba-client-3.5.10-114.el6.x86_64
samba-winbind-clients-3.5.10-114.el6.x86_64
samba-winbind-3.5.10-114.el6.x86_64
#

Thanks,




--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] Samba wbinfo error message Could not get info for user xxxxxx

2012-03-14 Thread kartheek katakam
Hi Dale,

I haven't seen anything being updated in the log file under  /var/log --
[log.smbd, log.winbindd] when I tried to run these commands in parallel.
Any particular log file do you want me have look into to ??

in /etc/samba/smb.conf file I updated it with following lines for idmap

workgroup = TEST

realm = TEST.LAB.COM

server string = Samba Server Version %v

security = ADS

password server = TEST.LAB.COM

log file = /var/log/samba/log.%m

max log size = 50

idmap backend = nss

idmap uid = 1-2

idmap gid = 1-2

template homedir = /home/%U

template shell = /bin/bash

winbind separator = +

winbind cache time = 10

winbind enum users = Yes

winbind enum groups = Yes

winbind use default domain = Yes

winbind nss info = rfc2307

idmap config TEST:schema_mode = rfc2307

idmap config TEST:range = 1-2

idmap config TEST:default = yes

idmap config TEST:backend = ad

cups options = raw

Thanks,
Kartheek.

On Wed, Mar 14, 2012 at 3:01 PM, Dale Schroeder 
d...@briannassaladdressing.com wrote:

 What error messages are you getting in the logs, and which idmap backend
 are you using?

 Dale



 On 03/14/2012 12:33 PM, kartheek katakam wrote:

 Thanks Bernd,

 but it was helpfull, I restarted the winbind service I still see the same
 issue.



 On Wed, Mar 14, 2012 at 1:06 PM, Bernd Markgraf
 bernd.markg...@med.ovgu.de**wrote:

  Hi,

 I've seen the same error today. Had to restart winbindd (after running
 for like 200days). That made things work nicely again.

  Bernd

 On Wed, 2012-03-14 at 12:28 -0400, kartheek katakam wrote:

 Hi Everyone,

 I am running into this issue, when I integrated linux host to AD using
 samba.
 when I run wbinfo -u it is listing all AD users.
 but when I pick any one of the user from o/p of previous command and ran
 webinfo -i for the user I am getting this error message, any idea ??

 #wbinfo -i xx
 Could not get info for user xx
 # rpm -qa | grep samba
 samba-3.5.10-114.el6.x86_64
 samba-common-3.5.10-114.el6.**x86_64
 samba-client-3.5.10-114.el6.**x86_64
 samba-winbind-clients-3.5.10-**114.el6.x86_64
 samba-winbind-3.5.10-114.el6.**x86_64
 #

 Thanks,





-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


[Samba] wbinfo error!!!!

2008-08-29 Thread Helcio Wagner

   Gentlemen,

   I'm having the following problem: I can not see the [homes] share on the 
client machines. The server and clients are Linux machines. When typing 'wbinfo 
-t' on server, I do obtain:
--
[EMAIL PROTECTED]:/home# wbinfo -t
checking the trust secret via RPC calls failed
error code was NT_STATUS_DOMAIN_CONTROLLER_NOT_FOUND (0xc233)
Could not check secret
---
   And when I type 'wbinfo -u' on server, this is the result:

[EMAIL PROTECTED]:/home# wbinfo -u
Error looking up domain users


   I think those messages are strongly related to my problem (clients don't see 
their /home directory - just remember). So, anybody can help me, please?

-

   HELCIO WAGNER DA SILVA 



  Novos endereços, o Yahoo! que você conhece. Crie um email novo com a sua 
cara @ymail.com ou @rocketmail.com.
http://br.new.mail.yahoo.com/addresses
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] wbinfo error

2004-02-19 Thread Delagarza, Gilbert
We have setup Samba3 and joined the server to the AD domain. problem is when
I run wbinfo -u I get the error msg Error looking up users. If I use the
syntax wbinfo -a domain+user%password -g, it rec msgs back that the passwd
succeeded but still does not let me list groups.




-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] wbinfo error

2004-02-19 Thread Aaron Collins
Make Sure you have winbindd running, and that if your using ads, that the
clock on your Unix box is not less than 5 minutes off from your Windows PDC.
Also if you look at the wbinfo man, it talks about setting up a user and
password for wbinfo to check info against your PDC with, sometimes this is
helpful is you disallow anonymous user queries.

-Aaron C.

- Original Message -
From: Delagarza, Gilbert [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, February 19, 2004 9:54 AM
Subject: [Samba] wbinfo error


 We have setup Samba3 and joined the server to the AD domain. problem is
when
 I run wbinfo -u I get the error msg Error looking up users. If I use the
 syntax wbinfo -a domain+user%password -g, it rec msgs back that the
passwd
 succeeded but still does not let me list groups.




 --
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


RE: [Samba] wbinfo error

2004-02-19 Thread Delagarza, Gilbert
I used the -a switch with our administrator acct and password and that
didn't work as well.


-Original Message-
From: Aaron Collins [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 19, 2004 11:22 AM
To: Delagarza, Gilbert; [EMAIL PROTECTED]
Subject: Re: [Samba] wbinfo error


Make Sure you have winbindd running, and that if your using ads, that the
clock on your Unix box is not less than 5 minutes off from your Windows PDC.
Also if you look at the wbinfo man, it talks about setting up a user and
password for wbinfo to check info against your PDC with, sometimes this is
helpful is you disallow anonymous user queries.

-Aaron C.

- Original Message -
From: Delagarza, Gilbert [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, February 19, 2004 9:54 AM
Subject: [Samba] wbinfo error


 We have setup Samba3 and joined the server to the AD domain. problem is
when
 I run wbinfo -u I get the error msg Error looking up users. If I use the
 syntax wbinfo -a domain+user%password -g, it rec msgs back that the
passwd
 succeeded but still does not let me list groups.




 --
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


RE: [Samba] wbinfo error

2004-02-19 Thread Delagarza, Gilbert
we where able to get a list of groups from AD. we had to enter the command
winbind --set-auth-user userid%password
We can now see groups and enumerate group assignments via Samba, but still
cannot see the share via windows 2k.


-Original Message-
From: Aaron Collins [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 19, 2004 11:22 AM
To: Delagarza, Gilbert; [EMAIL PROTECTED]
Subject: Re: [Samba] wbinfo error


Make Sure you have winbindd running, and that if your using ads, that the
clock on your Unix box is not less than 5 minutes off from your Windows PDC.
Also if you look at the wbinfo man, it talks about setting up a user and
password for wbinfo to check info against your PDC with, sometimes this is
helpful is you disallow anonymous user queries.

-Aaron C.

- Original Message -
From: Delagarza, Gilbert [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, February 19, 2004 9:54 AM
Subject: [Samba] wbinfo error


 We have setup Samba3 and joined the server to the AD domain. problem is
when
 I run wbinfo -u I get the error msg Error looking up users. If I use the
 syntax wbinfo -a domain+user%password -g, it rec msgs back that the
passwd
 succeeded but still does not let me list groups.




 --
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] wbinfo error

2003-11-04 Thread rruegner
put it in the global section
of smb.conf
- Original Message - 
From: Altrock, Jens [EMAIL PROTECTED]
To: 'rruegner' [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Tuesday, November 04, 2003 7:19 AM
Subject: AW: [Samba] wbinfo error


Hi,

SuSE settings are set to german though.
But where to add these rows?

-Ursprüngliche Nachricht-
Von: rruegner [mailto:[EMAIL PROTECTED]
Gesendet: Montag, 3. November 2003 17:34
An: Altrock, Jens; [EMAIL PROTECTED]
Betreff: Re: [Samba] wbinfo error


Hi, to get to german umlauts and away from this failure message

add this and setup root use lang in suse

displaycharset = ISO8859-1

unixcharset = ISO8859-1

doscharset = CP850

riginal Message - 
From: Altrock, Jens [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, November 03, 2003 3:12 PM
Subject: [Samba] wbinfo error


 Hi!

 I set up Samba 3.0.0 on SuSE 8.2 Professional, and got it joining our NT4
 domain with success. Although I got a little problem: when using wbinfo -u
I
 get the following error:
 wbinfo: relocation error: /usr/local/samba/lib/samba/charset/cp850.so:
 undifined symbol: smb_register_charset

 Can anyone help me with that?

 Regards,

 Jens
 ###
 Diese Nachricht wurde von F-Secure Anti-Virus gescannt.

 This message has been scanned by F-Secure Anti-Virus.

 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba

###
Diese Nachricht wurde von F-Secure Anti-Virus gescannt.

This message has been scanned by F-Secure Anti-Virus.


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


AW: [Samba] wbinfo error

2003-11-04 Thread Altrock, Jens
Ok did it, but
if i use testparm I get the following errors:

Module '/usr/local/samba/lib/samba/charset/CP850.so' loaded
Conversion from UCS-2LE to ISO8859-1 not supported
Conversion from ISO8859-1 to UCS-2LE not supported
Conversion from ISO8859-1 to ASCII not supported
Conversion from ISO8859-1 to CP850 not supported
Conversion from ISO8859-1 to UTF8 not supported
Conversion from ASCII to ISO8859-1 not supported
Conversion from CP850 to ISO8859-1 not supported
Conversion from UTF8 to ISO8859-1 not supported
Conversion from UCS-2LE to ISO8859-1 not supported
Conversion from UCS-2LE to ISO8859-1 not supported
Conversion from ISO8859-1 to UCS-2LE not supported
Conversion from ISO8859-1 to CP850 not supported
Conversion from ISO8859-1 to UTF8 not supported
Conversion from ISO8859-1 to UCS-2LE not supported
Conversion from ISO8859-1 to CP850 not supported
Conversion from ISO8859-1 to UTF8 not supported
Conversion from CP850 to ISO8859-1 not supported
Conversion from CP850 to ISO8859-1 not supported
Conversion from UTF8 to ISO8859-1 not supported
Conversion from UTF8 to ISO8859-1 not supported
convert_string_allocate: Conversion not supported.
Processing section [tmp]
Conversion from UCS-2LE to ISO8859-1 not supported
Conversion from UCS-2LE to ISO8859-1 not supported
Conversion from ISO8859-1 to UCS-2LE not supported
Conversion from ISO8859-1 to CP850 not supported
Conversion from ISO8859-1 to UTF8 not supported
Conversion from ISO8859-1 to UCS-2LE not supported
Conversion from ISO8859-1 to CP850 not supported
Conversion from ISO8859-1 to UTF8 not supported
Conversion from CP850 to ISO8859-1 not supported
Conversion from CP850 to ISO8859-1 not supported
Conversion from UTF8 to ISO8859-1 not supported
Conversion from UTF8 to ISO8859-1 not supported
Load smb config files from /etc/samba/smb.conf
Loaded services file OK.
ERROR: the 'winbind separator' parameter must be a single character.
Server role: ROLE_DOMAIN_MEMBER
Press enter to see a dump of your service definitions
# Global parameters
[global]
unix charset = ISO8859-1
display charset = ISO8859-1
workgroup = xxx
server string = Squid Proxy
security = DOMAIN
password server = xxx
ldap ssl = no
idmap uid = 1-2
idmap gid = 1-2
template shell = /bin/bash
winbind separator = \

[tmp]
comment = Temporary Files
path = /tmp


So he kicks out the dos charset line.
and wbinfo has the same error as before


-Ursprüngliche Nachricht-
Von: rruegner [mailto:[EMAIL PROTECTED]
Gesendet: Dienstag, 4. November 2003 10:56
An: Altrock, Jens; [EMAIL PROTECTED]
Betreff: Re: [Samba] wbinfo error


put it in the global section
of smb.conf
- Original Message - 
From: Altrock, Jens [EMAIL PROTECTED]
To: 'rruegner' [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Tuesday, November 04, 2003 7:19 AM
Subject: AW: [Samba] wbinfo error


Hi,

SuSE settings are set to german though.
But where to add these rows?

-Ursprüngliche Nachricht-
Von: rruegner [mailto:[EMAIL PROTECTED]
Gesendet: Montag, 3. November 2003 17:34
An: Altrock, Jens; [EMAIL PROTECTED]
Betreff: Re: [Samba] wbinfo error


Hi, to get to german umlauts and away from this failure message

add this and setup root use lang in suse

displaycharset = ISO8859-1

unixcharset = ISO8859-1

doscharset = CP850

riginal Message - 
From: Altrock, Jens [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, November 03, 2003 3:12 PM
Subject: [Samba] wbinfo error


 Hi!

 I set up Samba 3.0.0 on SuSE 8.2 Professional, and got it joining our NT4
 domain with success. Although I got a little problem: when using wbinfo -u
I
 get the following error:
 wbinfo: relocation error: /usr/local/samba/lib/samba/charset/cp850.so:
 undifined symbol: smb_register_charset

 Can anyone help me with that?

 Regards,

 Jens
 ###
 Diese Nachricht wurde von F-Secure Anti-Virus gescannt.

 This message has been scanned by F-Secure Anti-Virus.

 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba

###
Diese Nachricht wurde von F-Secure Anti-Virus gescannt.

This message has been scanned by F-Secure Anti-Virus.

###
Diese Nachricht wurde von F-Secure Anti-Virus gescannt.

This message has been scanned by F-Secure Anti-Virus.

--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] wbinfo error

2003-11-04 Thread rruegner
it seems to me that you dont have installed the needed packs
glibc-locale check it via yast if it is installed.
this sometimes happened if you dont make a default setup with suse ( which i
would not recommend for a server )
- Original Message - 
From: Altrock, Jens [EMAIL PROTECTED]
To: 'rruegner' [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Tuesday, November 04, 2003 11:32 AM
Subject: AW: [Samba] wbinfo error


Ok did it, but
if i use testparm I get the following errors:

Module '/usr/local/samba/lib/samba/charset/CP850.so' loaded
Conversion from UCS-2LE to ISO8859-1 not supported
Conversion from ISO8859-1 to UCS-2LE not supported
Conversion from ISO8859-1 to ASCII not supported
Conversion from ISO8859-1 to CP850 not supported
Conversion from ISO8859-1 to UTF8 not supported
Conversion from ASCII to ISO8859-1 not supported
Conversion from CP850 to ISO8859-1 not supported
Conversion from UTF8 to ISO8859-1 not supported
Conversion from UCS-2LE to ISO8859-1 not supported
Conversion from UCS-2LE to ISO8859-1 not supported
Conversion from ISO8859-1 to UCS-2LE not supported
Conversion from ISO8859-1 to CP850 not supported
Conversion from ISO8859-1 to UTF8 not supported
Conversion from ISO8859-1 to UCS-2LE not supported
Conversion from ISO8859-1 to CP850 not supported
Conversion from ISO8859-1 to UTF8 not supported
Conversion from CP850 to ISO8859-1 not supported
Conversion from CP850 to ISO8859-1 not supported
Conversion from UTF8 to ISO8859-1 not supported
Conversion from UTF8 to ISO8859-1 not supported
convert_string_allocate: Conversion not supported.
Processing section [tmp]
Conversion from UCS-2LE to ISO8859-1 not supported
Conversion from UCS-2LE to ISO8859-1 not supported
Conversion from ISO8859-1 to UCS-2LE not supported
Conversion from ISO8859-1 to CP850 not supported
Conversion from ISO8859-1 to UTF8 not supported
Conversion from ISO8859-1 to UCS-2LE not supported
Conversion from ISO8859-1 to CP850 not supported
Conversion from ISO8859-1 to UTF8 not supported
Conversion from CP850 to ISO8859-1 not supported
Conversion from CP850 to ISO8859-1 not supported
Conversion from UTF8 to ISO8859-1 not supported
Conversion from UTF8 to ISO8859-1 not supported
Load smb config files from /etc/samba/smb.conf
Loaded services file OK.
ERROR: the 'winbind separator' parameter must be a single character.
Server role: ROLE_DOMAIN_MEMBER
Press enter to see a dump of your service definitions
# Global parameters
[global]
unix charset = ISO8859-1
display charset = ISO8859-1
workgroup = xxx
server string = Squid Proxy
security = DOMAIN
password server = xxx
ldap ssl = no
idmap uid = 1-2
idmap gid = 1-2
template shell = /bin/bash
winbind separator = \

[tmp]
comment = Temporary Files
path = /tmp


So he kicks out the dos charset line.
and wbinfo has the same error as before


-Ursprüngliche Nachricht-
Von: rruegner [mailto:[EMAIL PROTECTED]
Gesendet: Dienstag, 4. November 2003 10:56
An: Altrock, Jens; [EMAIL PROTECTED]
Betreff: Re: [Samba] wbinfo error


put it in the global section
of smb.conf
- Original Message - 
From: Altrock, Jens [EMAIL PROTECTED]
To: 'rruegner' [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Tuesday, November 04, 2003 7:19 AM
Subject: AW: [Samba] wbinfo error


Hi,

SuSE settings are set to german though.
But where to add these rows?

-Ursprüngliche Nachricht-
Von: rruegner [mailto:[EMAIL PROTECTED]
Gesendet: Montag, 3. November 2003 17:34
An: Altrock, Jens; [EMAIL PROTECTED]
Betreff: Re: [Samba] wbinfo error


Hi, to get to german umlauts and away from this failure message

add this and setup root use lang in suse

displaycharset = ISO8859-1

unixcharset = ISO8859-1

doscharset = CP850

riginal Message - 
From: Altrock, Jens [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, November 03, 2003 3:12 PM
Subject: [Samba] wbinfo error


 Hi!

 I set up Samba 3.0.0 on SuSE 8.2 Professional, and got it joining our NT4
 domain with success. Although I got a little problem: when using wbinfo -u
I
 get the following error:
 wbinfo: relocation error: /usr/local/samba/lib/samba/charset/cp850.so:
 undifined symbol: smb_register_charset

 Can anyone help me with that?

 Regards,

 Jens
 ###
 Diese Nachricht wurde von F-Secure Anti-Virus gescannt.

 This message has been scanned by F-Secure Anti-Virus.

 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba

###
Diese Nachricht wurde von F-Secure Anti-Virus gescannt.

This message has been scanned by F-Secure Anti-Virus.

###
Diese Nachricht wurde von F-Secure Anti-Virus gescannt.

This message has been scanned by F-Secure Anti-Virus.


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


AW: [Samba] wbinfo error

2003-11-04 Thread Altrock, Jens
Anyway the error is still there :( same as before

But I see... I didn't make a default setup though... for there are too many
components I 
don't need. Anyway are there any more packages that samba needs? :)

-Ursprüngliche Nachricht-
Von: rruegner [mailto:[EMAIL PROTECTED]
Gesendet: Dienstag, 4. November 2003 11:36
An: Altrock, Jens; [EMAIL PROTECTED]
Betreff: Re: [Samba] wbinfo error


it seems to me that you dont have installed the needed packs
glibc-locale check it via yast if it is installed.
this sometimes happened if you dont make a default setup with suse ( which i
would not recommend for a server )
- Original Message - 
From: Altrock, Jens [EMAIL PROTECTED]
To: 'rruegner' [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Tuesday, November 04, 2003 11:32 AM
Subject: AW: [Samba] wbinfo error


Ok did it, but
if i use testparm I get the following errors:

Module '/usr/local/samba/lib/samba/charset/CP850.so' loaded
Conversion from UCS-2LE to ISO8859-1 not supported
Conversion from ISO8859-1 to UCS-2LE not supported
Conversion from ISO8859-1 to ASCII not supported
Conversion from ISO8859-1 to CP850 not supported
Conversion from ISO8859-1 to UTF8 not supported
Conversion from ASCII to ISO8859-1 not supported
Conversion from CP850 to ISO8859-1 not supported
Conversion from UTF8 to ISO8859-1 not supported
Conversion from UCS-2LE to ISO8859-1 not supported
Conversion from UCS-2LE to ISO8859-1 not supported
Conversion from ISO8859-1 to UCS-2LE not supported
Conversion from ISO8859-1 to CP850 not supported
Conversion from ISO8859-1 to UTF8 not supported
Conversion from ISO8859-1 to UCS-2LE not supported
Conversion from ISO8859-1 to CP850 not supported
Conversion from ISO8859-1 to UTF8 not supported
Conversion from CP850 to ISO8859-1 not supported
Conversion from CP850 to ISO8859-1 not supported
Conversion from UTF8 to ISO8859-1 not supported
Conversion from UTF8 to ISO8859-1 not supported
convert_string_allocate: Conversion not supported.
Processing section [tmp]
Conversion from UCS-2LE to ISO8859-1 not supported
Conversion from UCS-2LE to ISO8859-1 not supported
Conversion from ISO8859-1 to UCS-2LE not supported
Conversion from ISO8859-1 to CP850 not supported
Conversion from ISO8859-1 to UTF8 not supported
Conversion from ISO8859-1 to UCS-2LE not supported
Conversion from ISO8859-1 to CP850 not supported
Conversion from ISO8859-1 to UTF8 not supported
Conversion from CP850 to ISO8859-1 not supported
Conversion from CP850 to ISO8859-1 not supported
Conversion from UTF8 to ISO8859-1 not supported
Conversion from UTF8 to ISO8859-1 not supported
Load smb config files from /etc/samba/smb.conf
Loaded services file OK.
ERROR: the 'winbind separator' parameter must be a single character.
Server role: ROLE_DOMAIN_MEMBER
Press enter to see a dump of your service definitions
# Global parameters
[global]
unix charset = ISO8859-1
display charset = ISO8859-1
workgroup = xxx
server string = Squid Proxy
security = DOMAIN
password server = xxx
ldap ssl = no
idmap uid = 1-2
idmap gid = 1-2
template shell = /bin/bash
winbind separator = \

[tmp]
comment = Temporary Files
path = /tmp


So he kicks out the dos charset line.
and wbinfo has the same error as before


-Ursprüngliche Nachricht-
Von: rruegner [mailto:[EMAIL PROTECTED]
Gesendet: Dienstag, 4. November 2003 10:56
An: Altrock, Jens; [EMAIL PROTECTED]
Betreff: Re: [Samba] wbinfo error


put it in the global section
of smb.conf
- Original Message - 
From: Altrock, Jens [EMAIL PROTECTED]
To: 'rruegner' [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Tuesday, November 04, 2003 7:19 AM
Subject: AW: [Samba] wbinfo error


Hi,

SuSE settings are set to german though.
But where to add these rows?

-Ursprüngliche Nachricht-
Von: rruegner [mailto:[EMAIL PROTECTED]
Gesendet: Montag, 3. November 2003 17:34
An: Altrock, Jens; [EMAIL PROTECTED]
Betreff: Re: [Samba] wbinfo error


Hi, to get to german umlauts and away from this failure message

add this and setup root use lang in suse

displaycharset = ISO8859-1

unixcharset = ISO8859-1

doscharset = CP850

riginal Message - 
From: Altrock, Jens [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, November 03, 2003 3:12 PM
Subject: [Samba] wbinfo error


 Hi!

 I set up Samba 3.0.0 on SuSE 8.2 Professional, and got it joining our NT4
 domain with success. Although I got a little problem: when using wbinfo -u
I
 get the following error:
 wbinfo: relocation error: /usr/local/samba/lib/samba/charset/cp850.so:
 undifined symbol: smb_register_charset

 Can anyone help me with that?

 Regards,

 Jens
 ###
 Diese Nachricht wurde von F-Secure Anti-Virus gescannt.

 This message has been scanned by F-Secure Anti-Virus.

 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba

###
Diese Nachricht wurde von F-Secure Anti-Virus

[Samba] wbinfo error

2003-11-03 Thread Altrock, Jens
Hi!

I set up Samba 3.0.0 on SuSE 8.2 Professional, and got it joining our NT4
domain with success. Although I got a little problem: when using wbinfo -u I
get the following error:
wbinfo: relocation error: /usr/local/samba/lib/samba/charset/cp850.so:
undifined symbol: smb_register_charset

Can anyone help me with that?

Regards,

Jens 
###
Diese Nachricht wurde von F-Secure Anti-Virus gescannt.

This message has been scanned by F-Secure Anti-Virus.

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] wbinfo error

2003-11-03 Thread rruegner
Hi, to get to german umlauts and away from this failure message

add this and setup root use lang in suse

displaycharset = ISO8859-1

unixcharset = ISO8859-1

doscharset = CP850

riginal Message - 
From: Altrock, Jens [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, November 03, 2003 3:12 PM
Subject: [Samba] wbinfo error


 Hi!

 I set up Samba 3.0.0 on SuSE 8.2 Professional, and got it joining our NT4
 domain with success. Although I got a little problem: when using wbinfo -u
I
 get the following error:
 wbinfo: relocation error: /usr/local/samba/lib/samba/charset/cp850.so:
 undifined symbol: smb_register_charset

 Can anyone help me with that?

 Regards,

 Jens
 ###
 Diese Nachricht wurde von F-Secure Anti-Virus gescannt.

 This message has been scanned by F-Secure Anti-Virus.

 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


AW: [Samba] wbinfo error

2003-11-03 Thread Altrock, Jens
Hi,

SuSE settings are set to german though.
But where to add these rows?

-Ursprüngliche Nachricht-
Von: rruegner [mailto:[EMAIL PROTECTED]
Gesendet: Montag, 3. November 2003 17:34
An: Altrock, Jens; [EMAIL PROTECTED]
Betreff: Re: [Samba] wbinfo error


Hi, to get to german umlauts and away from this failure message

add this and setup root use lang in suse

displaycharset = ISO8859-1

unixcharset = ISO8859-1

doscharset = CP850

riginal Message - 
From: Altrock, Jens [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, November 03, 2003 3:12 PM
Subject: [Samba] wbinfo error


 Hi!

 I set up Samba 3.0.0 on SuSE 8.2 Professional, and got it joining our NT4
 domain with success. Although I got a little problem: when using wbinfo -u
I
 get the following error:
 wbinfo: relocation error: /usr/local/samba/lib/samba/charset/cp850.so:
 undifined symbol: smb_register_charset

 Can anyone help me with that?

 Regards,

 Jens
 ###
 Diese Nachricht wurde von F-Secure Anti-Virus gescannt.

 This message has been scanned by F-Secure Anti-Virus.

 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba

###
Diese Nachricht wurde von F-Secure Anti-Virus gescannt.

This message has been scanned by F-Secure Anti-Virus.

--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba