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.
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.
Adding to the above one-- can we delete deprecated packages from Netsus server? am using 4.0 version
When we last ran into this issue, it was all down to disk space.
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.
can we delete deprecated packages from Netsus server? -- still didn't got the solution
Does the solution here help at all?
@mark.mahabir - Yes that worked just to remove deprecated entries from Branches.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.