OpenVZ Forum


Home » General » Support » /tmp problem
/tmp problem [message #3830] Tue, 20 June 2006 15:39 Go to next message
dbeery is currently offline  dbeery
Messages: 34
Registered: April 2006
Location: Des Moines, IA
Member

An install of software inside of a VPS is failing. The software uses a java installer that is complaining about insufficient space in /tmp and non-writeable directories in /opt.

We've had no other problems of this kind before in this or any other VPS.

We are wondering if anyone here might have some ideas why this might be happening.

An strace simply reveals that the installer is reading /etc/mtab.

More information is below:

-bash-3.00# uname -r
2.6.16-026test014.4-smp
-bash-3.00# cat /etc/redhat-release
Fedora Core release 4 (Stentz)
-bash-3.00# df -k
Filesystem 1K-blocks Used Available Use% Mounted on
simfs 3000000 1396604 1603396 47% /
-bash-3.00# cat /etc/mtab
simfs / simfs rw 0 0
proc /proc proc rw 0 0
devpts /dev/pts devpts rw 0 0
Re: /tmp problem [message #3837 is a reply to message #3830] Wed, 21 June 2006 05:45 Go to previous messageGo to next message
Vasily Tarasov is currently offline  Vasily Tarasov
Messages: 1345
Registered: January 2006
Senior Member
Hello,
If it is possible tell me the name of software you were installing, please, and I'll try to reproduce it locally.

If it isn't possible, please, attach strace...

Also, specify kernel, distribution and VPS template you were using, please.

Thanks.
Re: /tmp problem [message #3848 is a reply to message #3837] Wed, 21 June 2006 14:27 Go to previous messageGo to next message
dbeery is currently offline  dbeery
Messages: 34
Registered: April 2006
Location: Des Moines, IA
Member

Thanks in advance for looking into this. OpenVZ is great!

kernel: 2.6.16-026test014.4-smp
distro: Fedora Core release 4 (Stentz)
template: fedora-core-4-i386-default.tar.gz
  • Attachment: install.out
    (Size: 6.04KB, Downloaded 231 times)

[Updated on: Wed, 21 June 2006 14:33]

Report message to a moderator

Re: /tmp problem [message #3854 is a reply to message #3830] Thu, 22 June 2006 05:53 Go to previous message
Vasily Tarasov is currently offline  Vasily Tarasov
Messages: 1345
Registered: January 2006
Senior Member
Sorry, but you've posted not the whole strace. Look:
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7e0a708) = 13568

Here parent process creates child process, but we don't have strace of this child process. To get necessary strace, please, give command
# strace -ff -o install.out installer.executables

-ff flag allows to strace child process to. After that you'll get files install.out.<PID> in current directory. Please, send them here.

Thanks!
Previous Topic: SLM ala Vz 3.0
Next Topic: *SOLVED* disable venet0
Goto Forum:
  


Current Time: Tue Oct 01 08:08:58 GMT 2024

Total time taken to generate the page: 0.02379 seconds