blipmode
October 4th, 2005, 12:11 AM
Hi,
I'm trying to execute someone else's code (multithreaded) in Ubuntu 5.04. (I'm a brand-newbie, so it's been a journey to this point).
Code compiles ok with gcc
The makefile has some unfamiliar (to me) stuff:
chown root testcode
chgrp root testcode
chmod 4755 testcode
(I included this because not sure if it indicates a privilege problem or what?)
The Problem:
Program fails early in execution because call to msgget fails, error = No space left on disk.
I am running in gnome terminal as root. Not sure how to proceed, any suggestions?
I'm trying to execute someone else's code (multithreaded) in Ubuntu 5.04. (I'm a brand-newbie, so it's been a journey to this point).
Code compiles ok with gcc
The makefile has some unfamiliar (to me) stuff:
chown root testcode
chgrp root testcode
chmod 4755 testcode
(I included this because not sure if it indicates a privilege problem or what?)
The Problem:
Program fails early in execution because call to msgget fails, error = No space left on disk.
I am running in gnome terminal as root. Not sure how to proceed, any suggestions?