Yes I did. I run both commands and then reboot system. After reboot everything is exactly the same except that after entering login and password it showed the regular terminal (based on X server not ctrl+alt+F_whatever<7) and then went back to the screen with running dots
Announcement
Collapse
No announcement yet.
A million bugs after updates. Can not login
Collapse
This topic is closed.
X
X
-
When you are at the screen for entering your login and password, don't. Press Ctrl+Alt+F1 and login to the command line. Then type:
Code:df -hT --exclude-type=tmpfs --exclude-type=devtmpfs
Code:Filesystem Type Size Used Avail [B]Use%[/B] Mounted on /dev/sda5 ext4 25G 7.2G 17G 31% / /dev/sda6 ext4 74G 3.9G 67G 6% /home
What we want you to tell us is the percentage listed under Use% for the root partition.Last edited by Snowhog; Oct 27, 2013, 07:00 PM.Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Ok one more detail.
Now I tried to play with different options under login page (like try different options) an as soon as I tried to change Default to KDE plasma it went further to the screen with loading elements (hardware icon and all of that) and then it went to a desktop, but immediately crushed and showed black screen with regular crash notification : Plasma Desktop crashed unexpected. Also it showed the same for KMix.
- Top
- Bottom
Comment
-
Originally posted by Snowhog View PostWhen you are at the screen for entering your login and password, don't. Press Ctrl+Alt+F1 and login to the command line. Then type:
Code:df -hT --exclude-type=tmpfs --exclude-type=devtmpfs
Code:Filesystem Type Size Used Avail [B]Use%[/B] Mounted on /dev/sda5 ext4 25G 7.2G 17G 31% / /dev/sda6 ext4 74G 3.9G 67G 6% /home
What we want you to tell us is the percentage listed under Use% for the root partition.
VINNYi7 4core HT 8MB L3 2.9GHz
16GB RAM
Nvidia GTX 860M 4GB RAM 1152 cuda cores
- Top
- Bottom
Comment
-
As I suspected. You don't have enough space left to run your system normally. Some cleanup is in order. From the Ctrl+Alt+F1 login, type:
Code:sudo apt-get --purge autoremove && sudo apt-get clean && sudo rm /var/cache/apt/archives/lock
Code:df -hT --exclude-type=tmpfs --exclude-type=devtmpfs
Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Ok. Now I am able to login and everything (at least in first approximation) works. So how can I extend the space - should I remove something or mount extra space? Do you need specification for other drives under
Code:df -hT --exclude-type=tmpfs --exclude-type=devtmpfs
- Top
- Bottom
Comment
-
Okay. That means you might have more than a few kernels still installed.
In the console type:
Code:dpkg --list | awk '/linux-image/ {print $2}'
Code:linux-image-3.11.0-12-generic linux-image-3.11.0-13-generic linux-image-extra-3.11.0-12-generic linux-image-extra-3.11.0-13-generic linux-image-generic
Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
It looks like alot
Code:bender@oneiric-vaio:~$ dpkg --list | awk '/linux-image/ {print $2}' linux-image-3.0.0-12-generic linux-image-3.0.0-16-generic linux-image-3.2.0-24-generic linux-image-3.2.0-25-generic linux-image-3.2.0-26-generic linux-image-3.2.0-27-generic linux-image-3.2.0-29-generic linux-image-3.2.0-30-generic linux-image-3.2.0-31-generic linux-image-3.2.0-32-generic linux-image-3.2.0-33-generic linux-image-3.2.0-34-generic linux-image-3.2.0-35-generic linux-image-3.2.0-36-generic linux-image-3.2.0-37-generic linux-image-3.2.0-38-generic linux-image-3.2.0-39-generic linux-image-3.2.0-40-generic linux-image-3.2.0-41-generic linux-image-3.2.0-43-generic linux-image-3.2.0-44-generic linux-image-3.2.0-45-generic linux-image-3.2.0-48-generic linux-image-3.2.0-49-generic linux-image-3.2.0-51-generic linux-image-3.2.0-52-generic linux-image-3.2.0-53-generic linux-image-3.2.0-54-generic linux-image-3.2.0-55-generic linux-image-generic
- Top
- Bottom
Comment
-
Yep, and they are taking up a lot of space. You only need these:
Code:linux-image-3.2.0-54-generic linux-image-3.2.0-55-generic linux-image-generic
Code:sudo apt-get purge linux-image-3.0.0-12-generic
Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Ok afteralll I have
Code:bender@oneiric-vaio:~$ df -hT --exclude-type=tmpfs --exclude-type=devtmpfs Filesystem Type Size Used Avail Use% Mounted on /dev/sda5 ext4 23G 18G 4.3G 81% / /dev/sda7 ext4 46G 21G 24G 47% /home /dev/sda9 ext4 179G 85G 86G 50% /home/media /dev/sda8 ext4 74G 27G 43G 39% /home/work
Code:bender@oneiric-vaio:~$ dpkg --list | awk '/linux-image/ {print $2}' linux-image-3.2.0-53-generic linux-image-3.2.0-54-generic linux-image-3.2.0-55-generic linux-image-generic
Any other recommendations?
- Top
- Bottom
Comment
Comment