Re: [opensuse-factory] after big gcc6 update I keep getting "no space left on device"
Hi Robby, [you replied only to me.] 2016-06-30 16:48 GMT+02:00 Robby Engelmann <robby.engelmann@igfs-ev.de>:
So it is a subvolume as here. With
btrfs qgroup show /
-> sudo btrfs qgroup show / ERROR: can't perform the search - No such file or directory ERROR: can't list qgroups: No such file or directory
you will get the size (I hope). You will have a look for the ID of /tmp. However, I do not know how btrfs allocates space to subvolumes. You should read more about that topic elsewhere...ask your search machine of choice.
I'll do it. Ciao
Cheers.
On Donnerstag, 30. Juni 2016 16:43:28 CEST you wrote:
Hi,
2016-06-30 16:35 GMT+02:00 Robby Engelmann <robby.engelmann@igfs-ev.de>:
You may check whether /tmp is a subvolume (here on my TW installation it is....
btrfs subvolume list /
) and have an apropriate size. I cannot really advice you, because the concept and work with subvolumes is not absolutely clear to me.
ID 262 gen 264136 top level 5 path tmp [...] ID 271 gen 264623 top level 5 path var/tmp
Does it make sense to you?
Notice that I never had issues with this before and I'm 99% sure that I had times with my /tmp being way bigger than the 44M is now
Fra
-- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
And if you do not need any of the snapshots you can remove all of them to free some space. Over 1000 snapshots are really a lot. On Donnerstag, 30. Juni 2016 16:53:03 CEST Francesco Montesano wrote:
Hi Robby,
[you replied only to me.]
2016-06-30 16:48 GMT+02:00 Robby Engelmann <robby.engelmann@igfs-ev.de>:
So it is a subvolume as here. With
btrfs qgroup show /
-> sudo btrfs qgroup show / ERROR: can't perform the search - No such file or directory ERROR: can't list qgroups: No such file or directory
you will get the size (I hope). You will have a look for the ID of /tmp. However, I do not know how btrfs allocates space to subvolumes. You should read more about that topic elsewhere...ask your search machine of choice.
I'll do it.
Ciao
Cheers.
On Donnerstag, 30. Juni 2016 16:43:28 CEST you wrote:
Hi,
2016-06-30 16:35 GMT+02:00 Robby Engelmann <robby.engelmann@igfs-ev.de>:
You may check whether /tmp is a subvolume (here on my TW installation it is....
btrfs subvolume list /
) and have an apropriate size. I cannot really advice you, because the concept and work with subvolumes is not absolutely clear to me.
ID 262 gen 264136 top level 5 path tmp [...] ID 271 gen 264623 top level 5 path var/tmp
Does it make sense to you?
Notice that I never had issues with this before and I'm 99% sure that I had times with my /tmp being way bigger than the 44M is now
Fra
Hi, 2016-06-30 17:05 GMT+02:00 Robby Engelmann <robby.engelmann@igfs-ev.de>:
And if you do not need any of the snapshots you can remove all of them to free some space. Over 1000 snapshots are really a lot.
I don't have 1000 snapshots. I've just done 1006 of them since I started using this installation. I have only the snapshots shown in my previous mail. "ls /.snapshots" and /.snapshots/grub-snapshot.cfg show the same snapshot of snapper fra -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Originally it's reported:
OSError: [Errno 28] No space left on device: '/usr/tmp/tmpzrux9b_p'
That is definitely on Btrfs. Later,
fatal error: error writing to /tmp/ccZoakJY.s: No space left on device
That is /tmp on tmpfs which ends up using swap space if necessary. So we need to make sure to keep these problems separate. Chris Murphy -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On 2016-06-30 17:28, Chris Murphy wrote:
Originally it's reported:
OSError: [Errno 28] No space left on device: '/usr/tmp/tmpzrux9b_p'
That is definitely on Btrfs.
Later,
fatal error: error writing to /tmp/ccZoakJY.s: No space left on device
That is /tmp on tmpfs which ends up using swap space if necessary. So we need to make sure to keep these problems separate.
On another post: ..........
Let's start with obvious question - where is /tmp mounted?
fstab tells me: UUID="very long id" /tmp btrfs subvol=tmp 0 0 .......... So, that's not a tmpfs. -- Cheers / Saludos, Carlos E. R. (from 13.1 x86_64 "Bottle" at Telcontar)
On Thu, Jun 30, 2016 at 12:05 PM, Carlos E. R. <robin.listas@telefonica.net> wrote:
On 2016-06-30 17:28, Chris Murphy wrote:
Originally it's reported:
OSError: [Errno 28] No space left on device: '/usr/tmp/tmpzrux9b_p'
That is definitely on Btrfs.
Later,
fatal error: error writing to /tmp/ccZoakJY.s: No space left on device
That is /tmp on tmpfs which ends up using swap space if necessary. So we need to make sure to keep these problems separate.
On another post:
..........
Let's start with obvious question - where is /tmp mounted?
fstab tells me:
UUID="very long id" /tmp btrfs subvol=tmp 0 0 ..........
So, that's not a tmpfs.
Aha, well at least things are consistent! -- Chris Murphy -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (4)
-
Carlos E. R.
-
Chris Murphy
-
Francesco Montesano
-
Robby Engelmann