[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: [PLUG] apt-get dist-upgrade gone haywire
|
Pretty amazing. The update kept choking on a library deb that (I suppose) was defective in that it contained conflicting file versions within itself. I tried to apt-get remove it, and found that gnucash was dependent on it. So I did an apt-get remove of gnucash (all the data is in kmymoney anyway) and after removing gnucash, it started setting up the remainder of the dist-upgrade. Perl/locale complained a few times after that, but has since stopped. The dist-upgrade is still running, and the problems have seemed to stop.
gyoza@comcast.net wrote: Here goes one of my wild guesses. Try typing "locale -a" to see which encodings are available.
Maybe try the following:
LANGUAGE = "en_US" LC_ALL = "en_US" LANG = "en_US"
I know I've played with those settings when switching to
Japanese.
ARTHUR ALEXION wrote:
> I tried to upgrade from [a perfectly good] Ubuntu Hoary to Ubuntu > Breezy via apt-get dist-upgrade, and it initially failed. > > Re-running apt-get dist-upgrade with the --fix-missing option resulted > in finally downloading and installing most of the failed packages, but > still an error (dpkg code 1). > > Now when I run apt-get dist-upgrade -f, I get the following errors: > > perl: warning: Setting locale failed. > perl: warning: Please check that your locale settings: > LANGUAGE = "en_GB:en_US:en" > LC_ALL = (unset), > LANG = "en_US" > are supported and installed on your system. > perl: warning: Falling back to the standard locale ("C"). > locale: Cannot set LC_CTYPE to default locale: No such file or directory. > locale: Cannot set LC_MESSAGES to default locale: No such file or > directory. > locale: Cannot
set LC_ALL to default locale: No such file or directory. > > System boots, but X won't start.
-- _____________________________ artAlexion art[dot]alexion[at]verizon[dot]net Sent unsigned from web interface. Confirm source if important.___________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|