Re: [ubuntu-uk] where does flash store it's temporary files?

2014-04-18 Thread Neil Greenwood


On 18 April 2014 11:31:40 GMT+01:00, Peter Smout  wrote:
>On 18/04/14 11:26, Simon Greenwood wrote:
>>
>>
>>
>> On 18 April 2014 11:20, Peter Smout > > wrote:
>>
>> On 18/04/14 11:03, Simon Greenwood wrote:
>>
>>
>>
>>
>> On 17 April 2014 17:12, Peter Smout > 
>> >>
>wrote:
>>
>>  Hi,
>>
>>  Still trying to investigate the memory leak in the
>thread "My
>>  thoughts confirmed", and I'm trying to find where the
>> flash-plug-in
>>  stores it's temp files.
>>
>>  I've looked in /tmp and can see nothing that looks like
>a
>> .flv video
>>  (or part of) and I can see nothing in
>/home/pete/.mozilla or
>>  /home/pete/.adobe
>>
>>  Does anyone know where it downloads it's cache to?
>>
>>  Or is there a CLI way of following the data (the tail
>> command looks
>>  promising but I don't know what to tail!)
>>
>>
>> I seem to recall that swf files are cached in their browser
>config
>> directory but also that they're compiled to bytecode so you
>> might not be
>> able to identify them.
>>
>> The best command tool to start with would be lsof, which
>should
>> show you
>> open files. I have a feeling that you might find that a
>plugin
>> library
>> is causing the problem but that it runs inside the browser so
>isn't
>> visible to the OS.
>>
>> s/
>>
>>
>> --
>> Twitter: @sfgreenwood
>> "TBA are particularly glib
>>
>>
>> Hi,
>>
>> lsof gives unknown command ls -of the same!
>>
>>
>> Odd, it's a standard Linux command. How about /usr/bin/lsof?
>>
>> s/
>>
>>
>> --
>> Twitter: @sfgreenwood
>> "TBA are particularly gli
>>
>>
>hi,
>
>pete@petes-lappy:~$ /usr/bin/lsof
>bash: /usr/bin/lsof: No such file or directory
>pete@petes-lappy:~$ lsof
>bash: lsof: command not found

Just to confirm, the command in uppercase is LSOF, but you type it in lowercase 
to run it. I just wanted to check that it wasn't a confusion caused by a sans 
font... 


Neil 
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.

-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] where does flash store it's temporary files?

2014-04-18 Thread Colin Law
On 18 April 2014 11:53, Peter Smout  wrote:
> On 18/04/14 11:50, Colin Law wrote:
>>
>> On 18 April 2014 11:40, Andy Braben  wrote:
>>>
>>>

 pete@petes-lappy:~$ /usr/bin/lsof
 bash: /usr/bin/lsof: No such file or directory
 pete@petes-lappy:~$ lsof
 bash: lsof: command not found



 -
>>>
>>>
>>>
>>> I'm very very surprised that such a program is not installed, which is
>>> what
>>> it looks like, so
>>>
>>> apt-get install lsof
>>
>>
>> with sudo of course.
>>
>> Colin
>>
> Thanks for the infoI took sudo as read, apt-get don't work without it ;)

Well that all depends of course.

Others reading may not be used to using apt-get.

Colin

-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] where does flash store it's temporary files?

2014-04-18 Thread Peter Smout

On 18/04/14 11:50, Colin Law wrote:

On 18 April 2014 11:40, Andy Braben  wrote:




pete@petes-lappy:~$ /usr/bin/lsof
bash: /usr/bin/lsof: No such file or directory
pete@petes-lappy:~$ lsof
bash: lsof: command not found



-



I'm very very surprised that such a program is not installed, which is what
it looks like, so

apt-get install lsof


with sudo of course.

Colin


Thanks for the infoI took sudo as read, apt-get don't work without it ;)



--
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] where does flash store it's temporary files?

2014-04-18 Thread Colin Law
On 18 April 2014 11:40, Andy Braben  wrote:
>
>>
>> pete@petes-lappy:~$ /usr/bin/lsof
>> bash: /usr/bin/lsof: No such file or directory
>> pete@petes-lappy:~$ lsof
>> bash: lsof: command not found
>>
>>
>>
>> -
>
>
> I'm very very surprised that such a program is not installed, which is what
> it looks like, so
>
> apt-get install lsof

with sudo of course.

Colin

-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] where does flash store it's temporary files?

2014-04-18 Thread Andy Braben
>
> pete@petes-lappy:~$ /usr/bin/lsof
> bash: /usr/bin/lsof: No such file or directory
> pete@petes-lappy:~$ lsof
> bash: lsof: command not found
>
>
>
> -
>

I'm very very surprised that such a program is not installed, which is what
it looks like, so

apt-get install lsof
-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] where does flash store it's temporary files?

2014-04-18 Thread Peter Smout

On 18/04/14 11:26, Simon Greenwood wrote:




On 18 April 2014 11:20, Peter Smout mailto:smoutp...@gmail.com>> wrote:

On 18/04/14 11:03, Simon Greenwood wrote:




On 17 April 2014 17:12, Peter Smout mailto:smoutp...@gmail.com>
>> wrote:

 Hi,

 Still trying to investigate the memory leak in the thread "My
 thoughts confirmed", and I'm trying to find where the
flash-plug-in
 stores it's temp files.

 I've looked in /tmp and can see nothing that looks like a
.flv video
 (or part of) and I can see nothing in /home/pete/.mozilla or
 /home/pete/.adobe

 Does anyone know where it downloads it's cache to?

 Or is there a CLI way of following the data (the tail
command looks
 promising but I don't know what to tail!)


I seem to recall that swf files are cached in their browser config
directory but also that they're compiled to bytecode so you
might not be
able to identify them.

The best command tool to start with would be lsof, which should
show you
open files. I have a feeling that you might find that a plugin
library
is causing the problem but that it runs inside the browser so isn't
visible to the OS.

s/


--
Twitter: @sfgreenwood
"TBA are particularly glib


Hi,

lsof gives unknown command ls -of the same!


Odd, it's a standard Linux command. How about /usr/bin/lsof?

s/


--
Twitter: @sfgreenwood
"TBA are particularly gli



hi,

pete@petes-lappy:~$ /usr/bin/lsof
bash: /usr/bin/lsof: No such file or directory
pete@petes-lappy:~$ lsof
bash: lsof: command not found


--
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] where does flash store it's temporary files?

2014-04-18 Thread Simon Greenwood
On 18 April 2014 11:20, Peter Smout  wrote:

> On 18/04/14 11:03, Simon Greenwood wrote:
>
>>
>>
>>
>> On 17 April 2014 17:12, Peter Smout > > wrote:
>>
>> Hi,
>>
>> Still trying to investigate the memory leak in the thread "My
>> thoughts confirmed", and I'm trying to find where the flash-plug-in
>> stores it's temp files.
>>
>> I've looked in /tmp and can see nothing that looks like a .flv video
>> (or part of) and I can see nothing in /home/pete/.mozilla or
>> /home/pete/.adobe
>>
>> Does anyone know where it downloads it's cache to?
>>
>> Or is there a CLI way of following the data (the tail command looks
>> promising but I don't know what to tail!)
>>
>>
>> I seem to recall that swf files are cached in their browser config
>> directory but also that they're compiled to bytecode so you might not be
>> able to identify them.
>>
>> The best command tool to start with would be lsof, which should show you
>> open files. I have a feeling that you might find that a plugin library
>> is causing the problem but that it runs inside the browser so isn't
>> visible to the OS.
>>
>> s/
>>
>>
>> --
>> Twitter: @sfgreenwood
>> "TBA are particularly glib
>>
>>
>>  Hi,
>
> lsof gives unknown command ls -of the same!
>
>
Odd, it's a standard Linux command. How about /usr/bin/lsof?

s/


-- 
Twitter: @sfgreenwood
"TBA are particularly gli
-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] where does flash store it's temporary files?

2014-04-18 Thread Peter Smout

On 18/04/14 11:03, Simon Greenwood wrote:




On 17 April 2014 17:12, Peter Smout mailto:smoutp...@gmail.com>> wrote:

Hi,

Still trying to investigate the memory leak in the thread "My
thoughts confirmed", and I'm trying to find where the flash-plug-in
stores it's temp files.

I've looked in /tmp and can see nothing that looks like a .flv video
(or part of) and I can see nothing in /home/pete/.mozilla or
/home/pete/.adobe

Does anyone know where it downloads it's cache to?

Or is there a CLI way of following the data (the tail command looks
promising but I don't know what to tail!)


I seem to recall that swf files are cached in their browser config
directory but also that they're compiled to bytecode so you might not be
able to identify them.

The best command tool to start with would be lsof, which should show you
open files. I have a feeling that you might find that a plugin library
is causing the problem but that it runs inside the browser so isn't
visible to the OS.

s/


--
Twitter: @sfgreenwood
"TBA are particularly glib



Hi,

lsof gives unknown command ls -of the same!

Pete S

--
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] where does flash store it's temporary files?

2014-04-18 Thread Peter Smout

On 18/04/14 11:03, Simon Greenwood wrote:




On 17 April 2014 17:12, Peter Smout mailto:smoutp...@gmail.com>> wrote:

Hi,

Still trying to investigate the memory leak in the thread "My
thoughts confirmed", and I'm trying to find where the flash-plug-in
stores it's temp files.

I've looked in /tmp and can see nothing that looks like a .flv video
(or part of) and I can see nothing in /home/pete/.mozilla or
/home/pete/.adobe

Does anyone know where it downloads it's cache to?

Or is there a CLI way of following the data (the tail command looks
promising but I don't know what to tail!)


I seem to recall that swf files are cached in their browser config
directory but also that they're compiled to bytecode so you might not be
able to identify them.

The best command tool to start with would be lsof, which should show you
open files. I have a feeling that you might find that a plugin library
is causing the problem but that it runs inside the browser so isn't
visible to the OS.

s/


--
Twitter: @sfgreenwood
"TBA are particularly glib



Thanks I'll look in to it ;)

Pete S

--
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] where does flash store it's temporary files?

2014-04-18 Thread Simon Greenwood
On 17 April 2014 17:12, Peter Smout  wrote:

> Hi,
>
> Still trying to investigate the memory leak in the thread "My thoughts
> confirmed", and I'm trying to find where the flash-plug-in stores it's temp
> files.
>
> I've looked in /tmp and can see nothing that looks like a .flv video (or
> part of) and I can see nothing in /home/pete/.mozilla or /home/pete/.adobe
>
> Does anyone know where it downloads it's cache to?
>
> Or is there a CLI way of following the data (the tail command looks
> promising but I don't know what to tail!)
>
>
I seem to recall that swf files are cached in their browser config
directory but also that they're compiled to bytecode so you might not be
able to identify them.

The best command tool to start with would be lsof, which should show you
open files. I have a feeling that you might find that a plugin library is
causing the problem but that it runs inside the browser so isn't visible to
the OS.

s/


-- 
Twitter: @sfgreenwood
"TBA are particularly glib
-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/