Hello people,
I'm try install samba e ldap.
#the site that I below is a tutorial http://www.unixmen.com/setup-samba-domain-controller-with-openldap-backend-i....
My OS is ubuntu, I have some troubles smbldap CRASH. How mean this log ?
Sorry, command-not-found has crashed! Please file a bug report at: https://bugs.launchpad.net/command-not-found/+filebug Please include the following information with the report:
command-not-found version: 0.3 Python version: 3.3.1 final 0 Distributor ID: Ubuntu Description: Ubuntu 13.04 Release: 13.04 Codename: raring Exception information:
unsupported locale setting Traceback (most recent call last): File "/usr/lib/python3/dist-packages/CommandNotFound/util.py", line 24, in crash_guard callback() File "/usr/lib/command-not-found", line 69, in main enable_i18n() File "/usr/lib/command-not-found", line 40, in enable_i18n locale.setlocale(locale.LC_ALL, '') File "/usr/lib/python3.3/locale.py", line 541, in setlocale return _setlocale(category, locale) locale.Error: unsupported locale setting
Hi Rodrigo,
Sorry, command-not-found has crashed! Please file a bug report at: https://bugs.launchpad.net/command-not-found/+filebug Please include the following information with the report:
It means that command-not-found, a script that is triggered when you mistype a command in the shell, has failed. That's what the message states pretty clearly, and it also states as clearly that the place to report this is not the OpenLDAP mailing list ;).
Cheers, Nik
Hi Rodrigo,
to beginn with: this is no(t yet an) openldap question. You should rather go to a ubuntu list.
My guess: during your installation a package is missing. The ubuntu tool command-not-found wanted to tell you that, but does not support your locale setting (see http://en.wikipedia.org/wiki/Locale). Most probably it does not know Brazilian Portuguese. so reset your locale and listen to what command-not-found will tell you. If the answer is openldap related you might want to come back here, if not you shouldn't.
Cheers,
Peter
Am 14.06.2014 20:43, schrieb rodrigo tavares:
Hello people,
I'm try install samba e ldap.
#the site that I below is a tutorial http://www.unixmen.com/setup-samba-domain-controller-with-openldap-backend-i....
My OS is ubuntu, I have some troubles smbldap CRASH. How mean this log ?
Sorry, command-not-found has crashed! Please file a bug report at: https://bugs.launchpad.net/command-not-found/+filebug Please include the following information with the report:
command-not-found version: 0.3 Python version: 3.3.1 final 0 Distributor ID: Ubuntu Description: Ubuntu 13.04 Release: 13.04 Codename: raring Exception information:
unsupported locale setting Traceback (most recent call last): File "/usr/lib/python3/dist-packages/CommandNotFound/util.py", line 24, in crash_guard callback() File "/usr/lib/command-not-found", line 69, in main enable_i18n() File "/usr/lib/command-not-found", line 40, in enable_i18n locale.setlocale(locale.LC_ALL, '') File "/usr/lib/python3.3/locale.py", line 541, in setlocale return _setlocale(category, locale) locale.Error: unsupported locale setting
openldap-technical@openldap.org