Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #105391
| From | "Adam" <adam@no_thanks.com> |
|---|---|
| Newsgroups | alt.os.linux.ubuntu, comp.lang.python |
| Subject | Re: crash while using PyCharm / Python3 |
| Date | 2016-03-21 11:36 -0700 |
| Organization | albasani.net |
| Message-ID | <ncpev8$51d$1@news.albasani.net> (permalink) |
| References | <ncikss$tks$1@news.albasani.net> <ncp8r1$ofd$1@news.albasani.net> <56f03080$0$5924$e4fe514c@news.xs4all.nl> |
Cross-posted to 2 groups.
"Dirk T. Verbeek" <dverbeek@xs4all.nl> wrote in message
news:56f03080$0$5924$e4fe514c@news.xs4all.nl...
> Op 21-03-16 om 17:51 schreef Adam:
>> "Adam" <adam@no_thanks.com> wrote in message
>> news:ncikss$tks$1@news.albasani.net...
>>>
>>> Host OS: Ubuntu Desktop 14.04 LTS / Unity
>>>
>>> System crashed while using PyCharm / Python3.
>>> Booting takes forever and stuck at the purple screen with
>>> the Ubuntu logo and the five dots cycling.
>>> How to fix?
>>>
>>
>> So, I tried Ubuntu repair methods suggested here...
>>
>> How to Fix an Ubuntu System When It Won't Boot
>> http://www.howtogeek.com/196740/how-to-fix-an-ubuntu-system-when-it-wont-boot/
>> GRUB Boot Loader is accessible but using the recovery mode did not help.
>> It hangs with "Loading extension GLX" but I forget which command I used.
>>
>> Then, I tried to...
>>
>> Reinstall Ubuntu While Keeping Files and Programs
>>
>> but, I am instead given the following options...
>> ===========================================================
>> This computer currently has Ubuntu 14.04.4 LTS on it. What would you
>> like
>> to do?
>>
>> - Erase Ubuntu 14.04.4 LTS and reinstall
>> Warning: This will delete all your Ubuntu 14.04.4 LTS programs,
>> documents, photos...
>> - Install Ubuntu 14.04.4 LTS alongside Ubuntu 14.04.4 LTS
>> Documents, music, and other personal files will be kept. You can
>> choose
>> which operating system...
>> - Erase disk and install Ubuntu
>> - Something else
>> ===========================================================
>>
>> Perhaps, "Install Ubuntu 14.04.4 LTS alongside Ubuntu 14.04.4 LTS" is the
>> safest ?
>>
>>
> It's easy to do a reinstall without wiping documents and application
> configurations/settings PROVIDING you have a separate / (root) and /home
> partition.
>
> During partition you select Manual partitioning and assign the existing
> partitions being VERY careful to NOT format the existing /home.
>
> But / where the OS and all applications reside will need to be
> formatted/deleted/overwritten.
I guess I can do something like...
$ dpkg --get-selections \* | awk '{print $1}' > ~/package_list
$ cat ~/package_list | sudo xargs -l1 aptitude reinstall
to reinstall packages that were installed after installing Ubuntu.
There ought to be a way to just reinstall the graphics subsystem rather than
an all-or-none installation approach.
>
> Keeping the configuration on your /home might cause the old error to be
> included in the new install...
>
> Although, you error seems to be the system, not the applications.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
crash while using PyCharm / Python3 "Adam" <adam@no_thanks.com> - 2016-03-18 21:34 -0700
Re: crash while using PyCharm / Python3 wxjmfauth@gmail.com - 2016-03-19 02:30 -0700
Re: crash while using PyCharm / Python3 "Adam" <adam@no_thanks.com> - 2016-03-21 09:51 -0700
Re: crash while using PyCharm / Python3 "Dirk T. Verbeek" <dverbeek@xs4all.nl> - 2016-03-21 18:33 +0100
Re: crash while using PyCharm / Python3 "Adam" <adam@no_thanks.com> - 2016-03-21 11:05 -0700
Re: crash while using PyCharm / Python3 "Adam" <adam@no_thanks.com> - 2016-03-21 11:36 -0700
Re: crash while using PyCharm / Python3 "Jonathan N. Little" <lws4art@gmail.com> - 2016-03-21 15:58 -0400
Re: crash while using PyCharm / Python3 "Adam" <adam@no_thanks.com> - 2016-03-21 15:15 -0700
Re: crash while using PyCharm / Python3 "Adam" <adam@no_thanks.com> - 2016-03-21 17:23 -0700
Re: crash while using PyCharm / Python3 "Jonathan N. Little" <lws4art@gmail.com> - 2016-03-21 22:58 -0400
Re: crash while using PyCharm / Python3 "Adam" <adam@no_thanks.com> - 2016-03-22 00:41 -0700
Re: crash while using PyCharm / Python3 "Jonathan N. Little" <lws4art@gmail.com> - 2016-03-22 09:10 -0400
Re: crash while using PyCharm / Python3 Daniel Wilcox <dmw@yubasolutions.com> - 2016-03-22 09:32 -0700
Re: crash while using PyCharm / Python3 "Adam" <adam@no_thanks.com> - 2016-03-22 14:52 -0700
Re: crash while using PyCharm / Python3 Big Bad Bob <BigBadBob-at-mrp3-dot-com@testing.local> - 2016-03-22 09:39 -0700
Re: crash while using PyCharm / Python3 "Adam" <adam@no_thanks.com> - 2016-03-22 14:52 -0700
Re: crash while using PyCharm / Python3 "Adam" <adam@no_thanks.com> - 2016-03-21 17:36 -0700
Re: crash while using PyCharm / Python3 "Jonathan N. Little" <lws4art@gmail.com> - 2016-03-21 23:13 -0400
Re: crash while using PyCharm / Python3 "Adam" <adam@no_thanks.com> - 2016-03-22 00:46 -0700
Re: crash while using PyCharm / Python3 "Adam" <adam@no_thanks.com> - 2016-03-21 10:52 -0700
Re: crash while using PyCharm / Python3 "Adam" <adam@no_thanks.com> - 2016-03-23 21:18 -0700
Re: crash while using PyCharm / Python3 Daniel Wilcox <dmw@yubasolutions.com> - 2016-04-02 17:05 -0700
csiph-web