Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


KVM Quota Issue
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

KVM Quota Issue

xaitmixaitmi Member
edited February 2016 in Help

This is a KVM VPS running ubuntu

uname-ar output:
Linux vps-ip-here 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:31:42 UTC 2014 i686 i686 i686 GNU/Linux

Anyone know how to fix this

[root@188]:(810.5kb)~# /etc/init.d/quota start
* Checking quotas... [ OK ]
* Turning on quotas... quotaon: using //aquota.user on /dev/disk/by-label/root [/]: No such process
quotaon: Quota format not supported in kernel.

I did some research online before opening this thread and they said to do this but it didn't work

 aptitude install linux-image-extra-virtual
 depmod -a
 modprobe quota_v1
 modprobe quota_v2
 /etc/init.d/quota start
 

When I did it I got

[root@188]:(810.5kb)~# modprobe quota_v1
 modprobe: FATAL: Module quota_v1 not found.
 [root@188]:(810.5kb)~# modprobe quota_v2
 modprobe: FATAL: Module quota_v2 not found.
 

Comments

  • Is the linux-image-extra-virtual for the current kernel or for a newer one and haven't you rebooted yet?

    Thanked by 1netomx
  • @mpkossen said:
    Is the linux-image-extra-virtual for the current kernel or for a newer one and haven't you rebooted yet?

    Yes I have rebooted.

  • apt-get quota* -y

  • xaitmixaitmi Member
    edited February 2016

    @century1stop said:
    apt-get quota* -y

    root@188:(810.5kb)~# apt-get quota* -y

    E: Command line option 'y' [from -y] is not known.

  • oops, too used to yum "apt-get quota*", haha

  • netomxnetomx Moderator, Veteran

    Apt-cache search quota

  • @century1stop said:
    oops, too used to yum "apt-get quota*", haha
    @netomx said:
    Apt-cache search quota

    [root@188]:(810.5kb)~# apt-cache search quota
    camlp4 - Pre Processor Pretty Printer for OCaml
    camlp5 - Pre Processor Pretty Printer for OCaml - classical version
    quota - disk quota management tools
    texlive-lang-german - TeX Live: German
    texlive-latex-extra - TeX Live: LaTeX additional packages
    boxbackup-server - server for the BoxBackup remote backup system
    camlp4-extra - Pre Processor Pretty Printer for OCaml - extras
    cyrus-common - Cyrus mail system - common files
    cyrus-common-2.4 - Cyrus mail system - common files
    cyrus-doc-2.4 - Cyrus mail system - documentation files
    cyrus-imapd-2.4 - Cyrus mail system - IMAP support
    cyrus-pop3d-2.4 - Cyrus mail system - POP3 support
    fortunes-br - Data files with fortune cookies in Portuguese
    gyrus - GNOME tool for Cyrus-IMAP servers administration
    jmacro - utility for jmacro JavaScript generation library
    knews - Graphical threaded news reader
    ldap-account-manager - webfrontend for managing accounts in an LDAP directory
    ldap-account-manager-lamdaemon - Quota and home directory management for LDAP Account Manager
    libghc-jmacro-dev - library for programmatic generation of JavaScript
    libghc-jmacro-doc - library for programmatic generation of JavaScript; documentation
    libghc-jmacro-prof - library for programmatic generation of JavaScript; profiling libraries
    libghc-shakespeare-text-dev - interpolation with quasi-quotation
    libghc-shakespeare-text-doc - interpolation with quasi-quotation; documentation
    libghc-shakespeare-text-prof - interpolation with quasi-quotation; profiling libraries
    libimap-admin-perl - Perl module for administrating IMAP servers
    libquota-perl - Perl interface to file system quotas
    libtext-autoformat-perl - module for automatic text wrapping and reformatting
    maildrop - mail delivery agent with filtering abilities
    nagios-plugins-contrib - Plugins for nagios compatible monitoring systems
    php-texy - Human-readable text to HTML converter
    pure-ftpd - Secure and efficient FTP server
    pure-ftpd-ldap - Secure and efficient FTP server with LDAP user authentication
    pure-ftpd-mysql - Secure and efficient FTP server with MySQL user authentication
    pure-ftpd-postgresql - Secure and efficient FTP server with PostgreSQL user authentication
    quotatool - tool to edit disk quotas from the command line
    texlive-generic-extra - TeX Live: Generic additional packages
    vzquota - server virtualization solution - quota tools
    zope-quotafolder - folder based quota system for Zope
    [root@188]:(810.5kb)~# 
  • xaitmi said: quota - disk quota management tools

  • I already have that installed

    [root@188]:(810.5kb)~# apt-get install quota -y
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    quota is already the newest version.
    The following package was automatically installed and is no longer required:
      firefox-locale-en
    Use 'apt-get autoremove' to remove it.
    0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
    [root@188]:(810.5kb)~# quota
    Disk quotas for user root (uid 0): none
    [root@188]:(810.5kb)~# /etc/init.d/quota start
     * Checking quotas...                                                    [ OK ] 
     * Turning on quotas...                                                         quotaon: using //aquota.user on /dev/disk/by-label/root [/]: No such process
    quotaon: Quota format not supported in kernel.
    [root@188]:(810.5kb)~# 
    
    
  • xaitmi said: quotatool - tool to edit disk quotas from the command line ......what of this?

Sign In or Register to comment.