LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Problem in server (https://www.linuxquestions.org/questions/linux-software-2/problem-in-server-4175612042/)

Huamin 08-16-2017 04:21 AM

Problem in server
 
Hi,
What to correct, due to error below, in Ubuntu server?

https://app.box.com/s/hqhwhafsvndtrjpf571fjic6nxkg9ca5

Turbocapitalist 08-16-2017 04:46 AM

Which error? Please post it here so we can read it and give you advice.

Jjanel 08-16-2017 06:10 AM

Your box.com (needs javascript to view:eek:) screenshot says:
The volume "boot" has only 11.9MB disk space remaining.

Is this LVM /boot? Are there old kernels which you can delete?

https://askubuntu.com/questions/7197...pace-remaining

web-searching will help. Best wishes. Let us know!

Huamin 08-17-2017 02:48 AM

Thanks a lot.

I now even cannot open Firefox below. What to adjust?
https://app.box.com/s/5m7ayq2fabm92katm18bk9oi7tjfi9aw

Turbocapitalist 08-17-2017 03:22 AM

Below what? Please post the error or screenshot here in on this forum in this thread so a) we can read it and b) it is archived for future use in case this thread is relevant to someone else.

What is your memory usage like?

Code:

free -m
Also, are there any resource hogs obvious?

Code:

top

Huamin 08-18-2017 03:25 AM

Sorry, where to get into Terminal below?
https://app.box.com/s/wm8dn3h67dempk25m3pufxgvs3qrwbot

Turbocapitalist 08-18-2017 03:34 AM

2 Attachment(s)
Please show the screenshots here. Use attachments as necessary. See either picture below in this post.

Or if you are in the terminal copy and paste the output between [code] [/code] tags. Otherwise it's not really possible to help.

Huamin 08-18-2017 05:05 AM

1 Attachment(s)
Sorry, where to get into Terminal below (as attached)?

Turbocapitalist 08-18-2017 05:16 AM

Thanks. That looks like Ubuntu Desktop, but it can run server applications just as well.

You can get to the terminal with clicking on the Ubuntu icon in the upper left and typing "terminal", or pressing F2 and typing terminal, or by pressing ctrl-alt-t. Once you have a terminal you can "lock" it to the launcher if you plan to use it often. Then try the commands above.

Or since you have the Ubuntu Desktop, you can press F2 and search for "Disk Usage Analyzer"

Justa note about the terminall. There is an emphasis on using the terminal for server activities because then you can use SSH to connect to the server and do your maintenance and SSH can work from anywhere in the world. The Desktop versions are more for local use and thus have graphical tools to do many of the same things.

Can you please show a screenshot of the original errors?

Huamin 08-18-2017 05:23 AM

1 Attachment(s)
Here is what I've got (see the attached).

How to resolve original problem?

Turbocapitalist 08-18-2017 05:26 AM

You've got plenty of RAM. What about the output from the Disk Usage Analyzer? Or from df or df ?

Code:

df -h
du -sh /*


Huamin 08-18-2017 08:18 AM

1 Attachment(s)
Here is what I've got

Turbocapitalist 08-18-2017 08:51 AM

Probably too many old kernels. What happens when you try the following?

Code:

sudo apt-get autoremove
df -h /boot/

Then after that, what do the following say?

Code:

uname -sr
dpkg --list 'linux-image*'


Habitual 08-18-2017 09:27 AM

Original problem is System says firefox profile is busted.
Easy fix.
search_engine:
Code:

New Profile for firefox linux
or in a terminal issue
Code:

firefox --ProfileManager
create a new one.

Now is not time time to ask if you have tested backups?
But when was your last backup of your stuff?

Install and learn shutter. :)

https://opensource.com/life/16/10/ho...ical-questions

Habitual 08-18-2017 09:29 AM

The actual error
 
1 Attachment(s)
https://app.box.com/s/5m7ayq2fabm92katm18bk9oi7tjfi9aw


All times are GMT -5. The time now is 08:11 PM.