hello sir ,thank for your regards... help me to debug the error in ubuntu login windows...###!1#error#####.after repeat login entry it enter in recovery console (ldap failed)
this was happening after this installation of python2.7 and graphics repos procedure suddenly it ###2##error## suddenly it logout from the open windows and closing all my current works automatically to user login window ...help me.. #############################################################################3 On Ubuntu 10.10, I am unable to install lxml to python 2.7. Here are the steps I take. sudo su - apt-get install python2.7 apt-get install python-lxml Note when running the install for python-lxml package, the following appeared: **************************************************************************** INFO: using unknown version '/usr/bin/python2.7' (debian_defaults not up-to-date?) ***************************************************************************** to elimninate above error i blindly executed command below +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ On Ubuntu 10.10 the python packages installed from the repositories get installed to /usr/lib/python2.6/dist-packages so one option is to add this path to your $PYTHONPATH environmental variable so python2.7 will look to the python2.6 directory for the libs. What I've done on Ubuntu 10.10 is add ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ export PYTHONPATH="$PYTHONPATH:/usr/lib/python2.6/dist-packages" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ to my .bashrc file, and also to my .gnomerc file. This sets the $PYTHONPATH for python instances started from the shell or from the gnome desktop. You should then be able to import the python libs which you have installed from the Ubuntu repositories in python2.7. .bashrc and .gnomerc are both located in your home directory; you might have to create .gnomerc if it doesn't already exist. And one caution: &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& I had a syntax error in my .gnomerc which stopped the gnome desktop from loading, and I couldn't log in. &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& I had to use a recovery console to fix this syntax error and then I could log in again. On Mon, Nov 28, 2011 at 12:42 AM, Tyler Hicks <[email protected]> wrote: > Thanks for taking the time to report this bug and helping to make Ubuntu > better. We appreciate the difficulties you are facing, but this appears > to be a "regular" (non-security) bug. I have unmarked it as a security > issue since this bug does not show evidence of allowing attackers to > cross privilege boundaries nor directly cause loss of data/privacy. > Please feel free to report any other bugs you may find. > > ** Visibility changed to: Public > > ** This bug is no longer flagged as a security vulnerability > > ** Visibility changed to: Public > > ** This bug is no longer flagged as a security vulnerability > > -- > You received this bug notification because you are subscribed to the bug > report. > https://bugs.launchpad.net/bugs/894127 > > Title: > ldap failed in login > > Status in “synaptic” package in Ubuntu: > New > > Bug description: > at first time user login is failed > everytime > some command > display ldap failed > > on second time of user login only it enter into ubuntu window os > > ProblemType: Bug > DistroRelease: Ubuntu 10.10 > Package: synaptic 0.63.1ubuntu14 > ProcVersionSignature: Ubuntu 2.6.35-31.62-generic 2.6.35.13 > Uname: Linux 2.6.35-31-generic i686 > NonfreeKernelModules: wl > Architecture: i386 > Date: Thu Nov 24 01:03:17 2011 > ExecutablePath: /usr/sbin/synaptic > InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 > (20101007) > ProcEnviron: > PATH=(custom, no user) > LC_MESSAGES=en_IN.UTF-8 > LANG=en_IN > LANGUAGE=en_IN:en > SHELL=/bin/bash > SourcePackage: synaptic > > To manage notifications about this bug go to: > > https://bugs.launchpad.net/ubuntu/+source/synaptic/+bug/894127/+subscriptions > -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/894127 Title: ldap failed in login To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/synaptic/+bug/894127/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
