* [gentoo-user] avidemux
@ 2006-07-27 20:47 Uwe Thiem
2006-07-27 21:02 ` Willie Wong
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Uwe Thiem @ 2006-07-27 20:47 UTC (permalink / raw
To: gentoo-user
Hi folks,
while saving an edited MPEG2 file, avidemux ate tens of GB under /home. I
can't find that/those temporary files. Anybody in the know where it stores
them? It definitely isn't under /tmp or /var/tmp. It's under /home and
presumebly under my home directory but "find . -size +1G -print" in my home
directory didn't reveal anything.
It must have eaten about 30GB, but where? Anybody?
Uwe
--
Mark Twain: I rather decline two drinks than a German adjective.
http://www.SysEx.com.na
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] avidemux
2006-07-27 20:47 [gentoo-user] avidemux Uwe Thiem
@ 2006-07-27 21:02 ` Willie Wong
2006-07-28 7:19 ` Uwe Thiem
2006-07-27 21:46 ` [gentoo-user] avidemux Harm Geerts
2006-07-27 23:48 ` [gentoo-user] avidemux Nick Rout
2 siblings, 1 reply; 7+ messages in thread
From: Willie Wong @ 2006-07-27 21:02 UTC (permalink / raw
To: gentoo-user
On Thu, Jul 27, 2006 at 09:47:09PM +0100, Penguin Lover Uwe Thiem squawked:
> Hi folks,
>
> while saving an edited MPEG2 file, avidemux ate tens of GB under /home. I
> can't find that/those temporary files. Anybody in the know where it stores
> them? It definitely isn't under /tmp or /var/tmp. It's under /home and
> presumebly under my home directory but "find . -size +1G -print" in my home
> directory didn't reveal anything.
Presumeably it could be a bunch of small files, rather than 1 file
bigger than 1 gigabyte (as an aside, why is it for my version of find,
+1G is not a valid size? The only units that it admits [according to
the man page] are b[lock], c[haracter=byte], w[ord], and k[ilo]]),
which might explain why your find command doesn't see it.
Have you looked at the output of
du --max-depth 1 | sort -g
It should show you which are your abnormally large directories...
HTH,
W
--
Stewardesses" is the longest word typed with only the left hand,
"lollipop" is the longest word typed with your right hand; given
that you don't type in Dvorak.
Sortir en Pantoufles: up 1 day, 2 min
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-user] Re: avidemux
2006-07-27 20:47 [gentoo-user] avidemux Uwe Thiem
2006-07-27 21:02 ` Willie Wong
@ 2006-07-27 21:46 ` Harm Geerts
2006-07-28 7:41 ` Uwe Thiem
2006-07-27 23:48 ` [gentoo-user] avidemux Nick Rout
2 siblings, 1 reply; 7+ messages in thread
From: Harm Geerts @ 2006-07-27 21:46 UTC (permalink / raw
To: gentoo-user
On Thursday 27 July 2006 22:47, Uwe Thiem wrote:
> Hi folks,
>
> while saving an edited MPEG2 file, avidemux ate tens of GB under /home. I
> can't find that/those temporary files. Anybody in the know where it stores
> them? It definitely isn't under /tmp or /var/tmp. It's under /home and
> presumebly under my home directory but "find . -size +1G -print" in my home
> directory didn't reveal anything.
>
> It must have eaten about 30GB, but where? Anybody?
If you started avidemux from within your desktop environment you might want to
check ~/.xsession-errors
I've seen this file grow very large in the past.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] avidemux
2006-07-27 20:47 [gentoo-user] avidemux Uwe Thiem
2006-07-27 21:02 ` Willie Wong
2006-07-27 21:46 ` [gentoo-user] avidemux Harm Geerts
@ 2006-07-27 23:48 ` Nick Rout
2 siblings, 0 replies; 7+ messages in thread
From: Nick Rout @ 2006-07-27 23:48 UTC (permalink / raw
To: gentoo-user
On Thu, 27 Jul 2006 21:47:09 +0100
Uwe Thiem wrote:
> Hi folks,
>
> while saving an edited MPEG2 file, avidemux ate tens of GB under /home.
permanently or temporarily?
>I
> can't find that/those temporary files. Anybody in the know where it stores
> them? It definitely isn't under /tmp or /var/tmp. It's under /home and
> presumebly under my home directory but "find . -size +1G -print" in my home
> directory didn't reveal anything.
were you trancoding to another format? That can create quite large files, sorry dunno where they are though.
>
> It must have eaten about 30GB, but where? Anybody?
>
--
Nick Rout <nick@rout.co.nz>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] avidemux
2006-07-27 21:02 ` Willie Wong
@ 2006-07-28 7:19 ` Uwe Thiem
2006-07-28 13:18 ` Willie Wong
0 siblings, 1 reply; 7+ messages in thread
From: Uwe Thiem @ 2006-07-28 7:19 UTC (permalink / raw
To: gentoo-user
On 27 July 2006 22:02, Willie Wong wrote:
> On Thu, Jul 27, 2006 at 09:47:09PM +0100, Penguin Lover Uwe Thiem squawked:
> > Hi folks,
> >
> > while saving an edited MPEG2 file, avidemux ate tens of GB under /home. I
> > can't find that/those temporary files. Anybody in the know where it
> > stores them? It definitely isn't under /tmp or /var/tmp. It's under /home
> > and presumebly under my home directory but "find . -size +1G -print" in
> > my home directory didn't reveal anything.
>
> Presumeably it could be a bunch of small files, rather than 1 file
> bigger than 1 gigabyte (as an aside, why is it for my version of find,
> +1G is not a valid size? The only units that it admits [according to
> the man page] are b[lock], c[haracter=byte], w[ord], and k[ilo]]),
> which might explain why your find command doesn't see it.
>From "man find":
-size n[cwbkMG]
File uses n units of space. The following suffixes can be used:
`b' for 512-byte blocks (this is the default if no suffix is
used)
`c' for bytes
`w' for two-byte words
`k' for Kilobytes (units of 1024 bytes)
`M' for Megabytes (units of 1048576 bytes)
`G' for Gigabytes (units of 1073741824 bytes)
Uwe
--
Mark Twain: I rather decline two drinks than a German adjective.
http://www.SysEx.com.na
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Re: avidemux
2006-07-27 21:46 ` [gentoo-user] avidemux Harm Geerts
@ 2006-07-28 7:41 ` Uwe Thiem
0 siblings, 0 replies; 7+ messages in thread
From: Uwe Thiem @ 2006-07-28 7:41 UTC (permalink / raw
To: gentoo-user
On 27 July 2006 22:46, Harm Geerts wrote:
> On Thursday 27 July 2006 22:47, Uwe Thiem wrote:
> > Hi folks,
> >
> > while saving an edited MPEG2 file, avidemux ate tens of GB under /home. I
> > can't find that/those temporary files. Anybody in the know where it
> > stores them? It definitely isn't under /tmp or /var/tmp. It's under /home
> > and presumebly under my home directory but "find . -size +1G -print" in
> > my home directory didn't reveal anything.
> >
> > It must have eaten about 30GB, but where? Anybody?
>
> If you started avidemux from within your desktop environment you might want
> to check ~/.xsession-errors
> I've seen this file grow very large in the past.
Yeah, I saw that. It was about 36G, and I removed it. Still the harddisk
remained full. What I did not take into account was that that file was still
open. So it didn't get erased from the harddrive. Logging out and in again
solved the problem.
Stupid me!
On the other hand, this kind of behaviour makes avidemux unusable.
Uwe
--
Mark Twain: I rather decline two drinks than a German adjective.
http://www.SysEx.com.na
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] avidemux
2006-07-28 7:19 ` Uwe Thiem
@ 2006-07-28 13:18 ` Willie Wong
0 siblings, 0 replies; 7+ messages in thread
From: Willie Wong @ 2006-07-28 13:18 UTC (permalink / raw
To: gentoo-user
On Fri, Jul 28, 2006 at 08:19:21AM +0100, Penguin Lover Uwe Thiem squawked:
> >From "man find":
>
> -size n[cwbkMG]
> File uses n units of space. The following suffixes can be used:
>
> `b' for 512-byte blocks (this is the default if no suffix is
> used)
>
> `c' for bytes
>
> `w' for two-byte words
>
> `k' for Kilobytes (units of 1024 bytes)
>
> `M' for Megabytes (units of 1048576 bytes)
>
> `G' for Gigabytes (units of 1073741824 bytes)
I just checked my ~x86 machine, and it is the same as what you gave.
But on my x86 server it doesn't have M or G. I guess I must have an
older version of findutils on it then.
Thanks,
W
--
I remember walking to school through the snow,
uphill both ways, in my bare feet. Oh, now wait...
never mind, that was my father.
Sortir en Pantoufles: up 1 day, 16:21
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2006-07-28 14:25 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-27 20:47 [gentoo-user] avidemux Uwe Thiem
2006-07-27 21:02 ` Willie Wong
2006-07-28 7:19 ` Uwe Thiem
2006-07-28 13:18 ` Willie Wong
2006-07-27 21:46 ` [gentoo-user] avidemux Harm Geerts
2006-07-28 7:41 ` Uwe Thiem
2006-07-27 23:48 ` [gentoo-user] avidemux Nick Rout
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox