Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 354174

Summary: /tmp on dev.eclipse.org is full thus cvs is failing to checkout
Product: Community Reporter: Kim Moir <kim.moir>
Component: CVSAssignee: Eclipse Webmaster <webmaster>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Kim Moir CLA 2011-08-08 15:19:26 EDT
CVS failed due to an internal error (took 1:01.594)
   Error: The server reported an error: No space left on device
      Error: org.eclipse.releng.basebuilder: cannot create_adm_p /tmp/cvs-serv30304/plugins/org.eclipse.pde.build_3.7.0.v20110512-1320/data/21/fragment
***

kmoir@dev3:~> df | grep tmp
devtmpfs               8202076       164   8201912   1% /dev
tmpfs                  8202076         0   8202076   0% /dev/shm
/dev/md1               1027756    890380     85168  92% /tmp


Could you please clean it up?

And yes, ironically I am testing git migrations right now :-)
Comment 1 Kim Moir CLA 2011-08-08 15:23:04 EDT
Also, it looks like a single large file is consuming most of the space

kmoir@dev3:/tmp> du -sh *
3.8M    config.xml
du: cannot read directory `cvs-serv27424': Permission denied
4.0K    cvs-serv27424
du: cannot read directory `cvs-serv3191': Permission denied
4.0K    cvs-serv3191
du: cannot read directory `cvs-serv3198': Permission denied
4.0K    cvs-serv3198
0       gitc18Hoe.cvsps
0       gitEhLl3J.cvsps
0       gitHXAhCK.cvsps
4.0K    list_options
92K     logscan_stats.txt
848M    sort3xTKR9 <-----
Comment 2 Eclipse Webmaster CLA 2011-08-08 15:35:13 EDT
Sorry about that, I was sorting some apache logs.  I've killed the offending task.

-M.