Re: Are there any public ia-64 machines for debugging purposes?
John Paul Adrian Glaubitz <[email protected]>
| Newsgroups | gmane.linux.debian.ports.ia64 |
|---|---|
| Message-ID | <[email protected]> |
Hi Ted! On 7/25/19 9:27 PM, Theodore Y. Ts'o wrote: > Thanks for access. It looks like it works just fine on the machine > you gave me access. The test in question, m_hugefile, creates a 4T > file system. Assuming the file system on the build host for /tmp > supports sparse files, it requires 1.1G of space. If it doesn't > support sparse files, then it needs 4TB of space: > > % mke2fs -t ext4 -Fq /tmp/foo.img 4T > % ls -slh /tmp/foo.img > 1.1G -rw-r--r-- 1 tytso tytso 4.0T Jul 25 21:18 /tmp/foo.img Thanks for digging into this. > Is there is a possibility that the problem is the lack of space on > /tmp on the ia-64 build server? /tmp is part of the root file system which has 6.2G of free space, it might have been less during the build. I'll see if I can do some clean up. Adrian