Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index Main Section General Discussion
  • Search

NO LANGUAGE DEFINED Topic is solved

General questions about VestaCP
Post Reply
  • Print view
Advanced search
8 posts • Page 1 of 1
x00001
Posts: 3
Joined: Thu Feb 22, 2018 4:06 pm

Os: Debian 8x
Web: apache + nginx
NO LANGUAGE DEFINED
  • Quote

Post by x00001 » Thu Feb 22, 2018 4:15 pm

hi all!

Last time i get this error if i try to enter to CP: NO LANGUAGE DEFINED
im didnt do anything at server..
but after 3-4hours it i cant enter to cp..

i dont know why.
can any1 help plz
Top

x00001
Posts: 3
Joined: Thu Feb 22, 2018 4:06 pm

Os: Debian 8x
Web: apache + nginx
Re: NO LANGUAGE DEFINED
  • Quote

Post by x00001 » Thu Feb 22, 2018 5:20 pm

i read same name posts, about no disc space.
i have some problem, i dont know where is all space

Code: Select all

root@p474597:~# df -i
Filesystem        Inodes IUsed  IFree IUse% Mounted on
/dev/ploop58979p1 655360 73020 582340   12% /
devtmpfs           65536    55  65481    1% /dev
tmpfs              65536     1  65535    1% /dev/shm
tmpfs              65536   210  65326    1% /run
tmpfs              65536     4  65532    1% /run/lock
tmpfs              65536    10  65526    1% /sys/fs/cgroup
tmpfs              65536    21  65515    1% /tmp
none               65536     1  65535    1% /run/shm
tmpfs              65536    11  65525    1% /run/user/0

Code: Select all

root@p474597:~# du -shc /*
8.0K    /aquota.group
8.0K    /aquota.user
4.0K    /backup
8.0M    /bin
4.0K    /boot
0       /dev
7.2M    /etc
219M    /home
38M     /lib
4.0K    /lib64
16K     /lost+found
4.0K    /media
4.0K    /mnt
4.0K    /opt
du: cannot access '/proc/23544/task/23544/fd/4': No such file or directory
du: cannot access '/proc/23544/task/23544/fdinfo/4': No such file or directory
du: cannot access '/proc/23544/fd/4': No such file or directory
du: cannot access '/proc/23544/fdinfo/4': No such file or directory
0       /proc
124K    /root
26M     /run
5.1M    /sbin
8.0K    /srv
0       /sys
16K     /tmp
1.7G    /usr
717M    /var
2.7G    total

Code: Select all

root@p474597:~# df -h
Filesystem         Size  Used Avail Use% Mounted on
/dev/ploop58979p1  9.8G  8.9G  343M  97% /
devtmpfs           256M     0  256M   0% /dev
tmpfs              256M     0  256M   0% /dev/shm
tmpfs              256M   26M  231M  11% /run
tmpfs              5.0M     0  5.0M   0% /run/lock
tmpfs              256M     0  256M   0% /sys/fs/cgroup
tmpfs              256M   16K  256M   1% /tmp
none               256M     0  256M   0% /run/shm
tmpfs               52M     0   52M   0% /run/user/0
dont know whats is it: /dev/ploop58979p1
cant enter there and cant unmount it.

Normaly i have 5Gigs free space, and dont add files to server.

Code: Select all

root@p474597:~# mount
/dev/ploop58979p1 on / type ext4 (rw,relatime,barrier=1,data=ordered,balloon_ino=12,jqfmt=vfsv0,usrjquota=aquota.user,grpjquota=aquota.group)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
devtmpfs on /dev type devtmpfs (rw,nosuid,mode=755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,nodev,mode=755)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio,name=beancounter)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
none on /run/shm type tmpfs (rw,relatime)
tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,size=52428k,mode=700)
Top

imperio
VestaCP Team
Posts: 7000
Joined: Sat Dec 01, 2012 12:37 pm
Contact:
Contact imperio
Website

Re: NO LANGUAGE DEFINED
  • Quote

Post by imperio » Thu Feb 22, 2018 5:31 pm

What about disk quotes for admin and vestacp logs ?
Also you dont have free space on the server

Code: Select all

/dev/ploop58979p1  9.8G  8.9G  343M  97% /
Try to clean old backups for e.g.
Top

mehargags
Support team
Posts: 1096
Joined: Sat Sep 06, 2014 9:58 pm
Contact:
Contact mehargags
Website Skype

Os: Debian 8x
Web: apache + nginx
Re: NO LANGUAGE DEFINED
  • Quote

Post by mehargags » Thu Feb 22, 2018 5:37 pm

clear all you tmp files

Code: Select all

find /home/*/tmp -type f -name 'sess_*' -ctime +2 -delete
your dhu -shc shows total of 2 GB space consumed... If you are sure there is no filled up directory otherwise it can be your some provisioning problem with your VPS.

your mount shows /dev/ploop58979p1 which implies you are on an OpenVZ VPS. This disk space problem can also occur when Quota calculations are corrupted. Raise a ticket with your provider and see what they say.
Top

x00001
Posts: 3
Joined: Thu Feb 22, 2018 4:06 pm

Os: Debian 8x
Web: apache + nginx
Re: NO LANGUAGE DEFINED
  • Quote

Post by x00001 » Fri Feb 23, 2018 11:53 am

TYWM to all, ill will ask vps support whats wrong..
Top

fajar
Posts: 1
Joined: Sat Mar 31, 2018 7:05 am

Os: Ubuntu 15x
Web: apache + nginx
Re: NO LANGUAGE DEFINED
  • Quote

Post by fajar » Sat Mar 31, 2018 7:17 am

Code: Select all

df -h
Filesystem      Size  Used Avail Use% Mounted on
/dev/root        95G   93G     0 100% /
devtmpfs        3.9G     0  3.9G   0% /dev
tmpfs           3.9G     0  3.9G   0% /dev/shm
tmpfs           3.9G  322M  3.6G   9% /run
tmpfs           5.0M     0  5.0M   0% /run/lock
tmpfs           3.9G     0  3.9G   0% /sys/fs/cgroup
tmpfs           798M     0  798M   0% /run/user/1005

Code: Select all

df -i
Filesystem      Inodes  IUsed   IFree IUse% Mounted on
/dev/root      5940864 351215 5589649    6% /
devtmpfs       1019563   1393 1018170    1% /dev
tmpfs          1020268      1 1020267    1% /dev/shm
tmpfs          1020268   1280 1018988    1% /run
tmpfs          1020268      4 1020264    1% /run/lock
tmpfs          1020268     17 1020251    1% /sys/fs/cgroup
tmpfs          1020268      4 1020264    1% /run/user/1005
if like this, what should i do?
do i need to upgrade?
Top

ScIT
Support team
Posts: 617
Joined: Mon Feb 23, 2015 4:13 pm

Os: Ubuntu 17x
Web: apache + nginx
Re: NO LANGUAGE DEFINED
  • Quote

Post by ScIT » Sat Mar 31, 2018 6:10 pm

fajar wrote: ↑
Sat Mar 31, 2018 7:17 am
Filesystem Size Used Avail Use% Mounted on
/dev/root 95G 93G 0 100% /
Well, you used the whole space, so yes, you have to upgrade or find the source of your space consume.
Top

princekolt
Posts: 2
Joined: Tue Mar 22, 2016 1:03 am

Re: NO LANGUAGE DEFINED
  • Quote

Post by princekolt » Fri Dec 21, 2018 9:26 am

I'll post this here just as a reference to anyone who gets this error out of a sudden: check you backups folder. My backups have been failing since November and eventually they took the whole disk space. The backup location is

Code: Select all

/home/backup
by default.
Top


Post Reply
  • Print view

8 posts • Page 1 of 1

Return to “General Discussion”



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

Login  •  Register

I forgot my password