
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on
07-16-2018
08:46 AM
- last edited on
03-04-2025
08:32 AM
by
kh-richa_mig
Hey All,
Hope all are doing well. Need suggestions on this.
For some reason not able to login NetSUS webconsole.
Checked list of users cut -d: -f1 /etc/passwd , surprisingly , there is no webadmin account listed.
Please suggest on this.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 07-17-2018 06:56 AM
Thanks @mark.mahabir -- this helped me a lot.
I did spend few hours to analyse the issue and found this is an issue with disk space. And After adding some more space able to login.
try these steps guys -- just FYI -- I know you guys are genius.
1) df -h -- will provide occupied size of the server
2) sudo vgdisplay -- will have details of occupied and free space
3) sudo lvextend -l +100%FREE /dev/mapper/NetSUS-root --- to assign 100% of your free space to server volume
4) sudo resize2fs -p /dev/mapper/NetSUS-root -- this will extend the partion
5) sudo vgdisplay -- check free space available now -- it should be 0% now.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 07-16-2018 08:48 AM
Adding to the above one-- can we delete deprecated packages from Netsus server? am using 4.0 version

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 07-17-2018 01:32 AM
When we last ran into this issue, it was all down to disk space.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 07-17-2018 06:56 AM
Thanks @mark.mahabir -- this helped me a lot.
I did spend few hours to analyse the issue and found this is an issue with disk space. And After adding some more space able to login.
try these steps guys -- just FYI -- I know you guys are genius.
1) df -h -- will provide occupied size of the server
2) sudo vgdisplay -- will have details of occupied and free space
3) sudo lvextend -l +100%FREE /dev/mapper/NetSUS-root --- to assign 100% of your free space to server volume
4) sudo resize2fs -p /dev/mapper/NetSUS-root -- this will extend the partion
5) sudo vgdisplay -- check free space available now -- it should be 0% now.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 07-17-2018 08:57 AM
can we delete deprecated packages from Netsus server? -- still didn't got the solution

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 07-18-2018 02:22 AM
Does the solution here help at all?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 07-18-2018 05:00 AM
@mark.mahabir - Yes that worked just to remove deprecated entries from Branches.
