Hope someone can help here: I have upgraded from Samba 2.0.7 to Samba 2.2.0 without changing anything in the config files, and everything goes well. Now I am looking at what can and what must be changed for this new version. Currently there are three things in the SmbClient that I am wondering about: - SmbClient constantly complains about a missing codepage (850). After looking at the doc, I have made a new code page for 850, which indeed was not there (but 2.0.7 never has complainted about this), and this works: no complaints about this one anymore. But now it misses the unicode_map.850. How do I make that one? - SmbClient also tells me everytime it loads, that it has "added interface ip= ", why is this, and can I stop it? - SmbClient tells me everytime it loads "INFO: Debug class all level = 1 ", why is this, and can i stop it? thanks in advance Jeroen Heijungs Het Muziektheater, Amsterdam
Hello Jeroen, I have installed the 2.2.0 released version, and did not have this issue; my code pages are there (both dos and unicode), in the directory /usr/local/samba/lib/codepages. Perhaps you did not do the 'make install' after you did the 'make all' to make the product? As far as the messages you are getting, this is because of the default log level in 2.2.0 (level = 1), I believe. If you edit your smb.conf file and add the line "log level = 0" in the global section, these messages should disappear. Hope this helps, Don "Reason, not volume, is the primary differentiator between a discussion, and an argument." -----Original Message----- From: Jeroen Heijungs [mailto:Jeroen.Heijungs@Het-Muziektheater.nl] Sent: Thursday, May 03, 2001 9:51 AM To: samba@lists.samba.org Subject: Unicode pages Hope someone can help here: I have upgraded from Samba 2.0.7 to Samba 2.2.0 without changing anything in the config files, and everything goes well. Now I am looking at what can and what must be changed for this new version. Currently there are three things in the SmbClient that I am wondering about: - SmbClient constantly complains about a missing codepage (850). After looking at the doc, I have made a new code page for 850, which indeed was not there (but 2.0.7 never has complainted about this), and this works: no complaints about this one anymore. But now it misses the unicode_map.850. How do I make that one? - SmbClient also tells me everytime it loads, that it has "added interface ip= ", why is this, and can I stop it? - SmbClient tells me everytime it loads "INFO: Debug class all level = 1 ", why is this, and can i stop it? thanks in advance Jeroen Heijungs Het Muziektheater, Amsterdam -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
Hi Jeroen, Problem is in the smbclient code; it sets DEBUGLEVEL = 2; explicitly in its main code, and calls load_interfaces() which had the added interface ip=... message at a debug level 2, BEFORE it reads in the -d option from the smbclient command line, and before it sets the debuglevel from the smb.conf file. Simplest way (not necessarily the best - didn't look too long at it) would be to go in and change the initial DEBUGLEVEL=2; line in the main() part of client/client.c to be DEBUGLEVEL=0; and re-make smbclient: make bin/smbclient. IF you really need to rid yourself of this line. Hope this helps, Don "Reason, not volume, is the primary differentiator between a discussion, and an argument." -----Original Message----- From: Jeroen Heijungs [mailto:Jeroen.Heijungs@Het-Muziektheater.nl] Sent: Monday, May 07, 2001 8:49 AM To: MCCALL,DON (HP-USA,ex1) Subject: RE: Unicode pages Hello Don, thanks>Perhaps you did not do the 'make install' after you did the 'make all' to >make the product?this was the issue, the files were gone for one reason or another, after I did make install again (I did it before) they were back again and OK.>As far as the messages you are getting, this is because of the default log >level in 2.2.0 (level = 1), I believe. If you edit your smb.conf file andadd the line>"log level = 0" in the global section, these messages should disappear.this helped partially, the "INFO: Debug class all level = 1 ", is gone, but it keeps telling me that it has "added interface ip= ", any additional ideas about that? tia Jeroen Heijungs Het Muziektheater, Amsterdam
Hi all Currently we have developped a program based on Samba 2.0.7, and we would like to offer unicode support. We have noticed that there are some files called unicode_map.XXX in directory lib/codepages, how can we use them?. Does this files offer full support for unicode?. Can these files be used with samba 2.0.7 or it is necessary an upgrade?. These are the values we are using now. client code page = 850 character set = ISO8859-1 so files in use are codepage.850 but we would like to use unicode_map.850 and unicode_map.ISO8859-1. Can anyone help us?. Thank you in advance. Luis Bermejo -------------- next part -------------- HTML attachment scrubbed and removed