I'm having fits with a dedicated server.
As root I'm unable to run "perl -MCPAN -e shell" and get anything done other than the shell starting before it declares "Out of Memory" and quits.
Apt-get fails with
I haven't deliberately added any memory quotas yet it appears that I'm running out of allocated RAM for my shell session.
I'm coming in through SSH to the box. I run two different SSH servers.
One SSH server is run through the Fedora3 default config file (I've never had this problem with that config).
Another SSH server is run on another port using DJB's daemontools and 20MB of session RAM restriction.
What the hell is wrong with this box? The configuration is not fully mine so it's possible something is set that I don't know about.
uname -a
Linux example.com 2.6.11-1.27_FC3smp #1 SMP Tue May 17 20:43:11 EDT 2005 i686 i686 i386 GNU/Linux
df
df -i
free
quotacheck -vagum
D.E.R. Management - IT Project Management Consulting
As root I'm unable to run "perl -MCPAN -e shell" and get anything done other than the shell starting before it declares "Out of Memory" and quits.
Apt-get fails with
Code:
Reading Package Lists... Error!
E: Couldn't make mmap of 12582913 bytes - mmap (12 Cannot allocate memory)
W: Unable to munmap
E: The package lists or status file could not be parsed or opened.
I haven't deliberately added any memory quotas yet it appears that I'm running out of allocated RAM for my shell session.
I'm coming in through SSH to the box. I run two different SSH servers.
One SSH server is run through the Fedora3 default config file (I've never had this problem with that config).
Another SSH server is run on another port using DJB's daemontools and 20MB of session RAM restriction.
What the hell is wrong with this box? The configuration is not fully mine so it's possible something is set that I don't know about.
uname -a
Linux example.com 2.6.11-1.27_FC3smp #1 SMP Tue May 17 20:43:11 EDT 2005 i686 i686 i386 GNU/Linux
df
Code:
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda2 4806584 1357240 3205184 30% /
/dev/sda1 95139 18632 71595 21% /boot
/dev/sda3 28837740 613924 26758940 3% /var
/dev/sda11 19222656 260444 17985640 2% /home
/dev/sda6 473400 8383 440575 2% /tmp
/dev/sda7 961824 573876 339088 63% /usr/src
/dev/sda8 961824 18820 894144 3% /var/qmail
/dev/sda9 4806552 168168 4394224 4% /home/vpopmail
/dev/sda10 4806552 32828 4529564 1% /vhosts
none 509180 0 509180 0% /dev/shm
df -i
Code:
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/sda2 610432 82407 528025 14% /
/dev/sda1 24576 47 24529 1% /boot
/dev/sda3 3662848 1163 3661685 1% /var
/dev/sda11 2445984 169 2445815 1% /home
/dev/sda6 122400 57 122343 1% /tmp
/dev/sda7 122368 21653 100715 18% /usr/src
/dev/sda8 122368 396 121972 1% /var/qmail
/dev/sda9 610432 4741 605691 1% /home/vpopmail
/dev/sda10 610432 11 610421 1% /vhosts
none 127295 1 127294 1% /dev/shm
free
Code:
total used free shared buffers cached
Mem: 1018364 971484 46880 0 249828 346612
-/+ buffers/cache: 375044 643320
Swap: 977216 224 976992
quotacheck -vagum
Code:
quotacheck: Can't find filesystem to check or filesystem not mounted with quota option.
D.E.R. Management - IT Project Management Consulting