Ubuntu :: How Much CPU Should FF Plugin Container Use

Aug 28, 2010

How much of CPU should Firefox plugin continer be using? and what about Firefox bin? What are reasonable figures?

I've been monitoring them and seems to me at times they are running high, 40,50% even higher at times though then it drops back.

View 5 Replies


ADVERTISEMENT

Ubuntu :: Why Does Plugin-container Use So Much RAM?

Jul 1, 2011

When I use firefox, I accumulate multiple plugin-container processes, typically one of them sits around hanging onto well over 200 MB of RAM. I think this happens when I watch flash videos. Does simply having a flash app on a web page cause a plugin-container process to be created? Will they ever go away without my explicitly killing them or closing firefox? If they stay around, do they ever free any RAM?

View 1 Replies View Related

Ubuntu Multimedia :: Best Codec And Container?

Jun 1, 2010

So I know that Mac OSX post-production and Linux post-production are very different things. I'm hoping to give editing on Linux with Cinelerra a try and I'm wondering, what in FFMpeg's array of codec and container support is widely understood to be the best combination for editing video. I'm looking for the most lossless option so H.264 won't do. Is there a good Apple Intermediate Codec or Apple Pro Res equivalent? Is AVCHD the answer?

View 2 Replies View Related

Ubuntu :: Cryptsetup Container Ain't Mountable Anymore?

Jan 22, 2011

i have a cryptsetup container, which after freshly setting up the computer isn't mountable anymore. Google didnt help me much soSince i use a keyfile, it cant be the passphrase.This is what i do:Quote:

losetup /dev/loop0 /home/data.img
cryptsetup -d super-secret-key.file data /dev/loop0
mount /dev/mapper/data /data

[code]....

View 4 Replies View Related

Programming :: STL Container Into A C Struct

May 23, 2011

I have an old C application in which i am trying to include some STL cointainers. When i use the STL container alone it works fine, but when i include it into a C struct i have segmentation faults errors. I know that it is not a good idea to mix C and C++. Considering this code:

Code:

typedef struct{
int shmid;
...
APPLSPACETYPE applSpace;

[code]...

and how to make a malloc for this issue; something like :

Code:

mem->applSpace.rData.completeGroups2zeroGroup=(map_completeGroups2zeroGroup_type *)malloc((sizeof(map_completeGroups2zeroGroup_type)+1)* sizeof(char ));

View 11 Replies View Related

Ubuntu Servers :: 10.04 - Correct Procedure To Move LXC Container

May 6, 2010

I have a Ubuntu 10.04 server configured with an lxc container also running 10.04. I wonder if somebody knows the correct procedure to move such a container to another server? I tried a straight rsync both with the source up and down but mysql won't start on boot after move and if I manually start it none of the websites within the container are able to connect to mysql. I can connect to mysql using telnet of the command line client.

View 1 Replies View Related

Ubuntu Security :: Truecrypt Container And Clearing Swap?

Sep 27, 2010

my current plan is to create a truecrypt container with the whirlpool hash. This container will be located on a hdd that is not where my OS will be located (so a separate physical sata drive).My concern is when this container is accessed, that some of the password information could be stored in my swap partition (which is on the main drive where the OS "/" is located)

I would like to have a script or command I could run that after I unmount those drives (or just halt the system) that my swap (and ram too if possible) could be wiped (or like overwritten with the shred command). Also, am I going about this the right way, or should I just use truecrypts FDE on the entire drive? In addition, when Ubuntu does it's default install, does it create a swap file in addition to a swap partition? If it does, would that be another vulnerability? If it is, how do I prevent this from happening?

I welcome any input you have on this. I am aware that once the drive is mounted, it is vulnerable, but I want the data to be secure as possible once my computer is turned off. Also, I have read that there are ram exploits where it holds your passwords for up to a few minutes after you turn the machine off, does anyone know how long that it and is there a way to clear it, or will only time let it fade?

View 1 Replies View Related

Ubuntu Multimedia :: Multiple Dvd Titles In Single Container?

Aug 24, 2011

I am using DVD::rip to convert some instructional DVD's to .avi (xvid + mp3). I have never used this app before but its seems fairly straight forward and easy to use. I am able to convert 1 title from the DVD to 1 avi file. One DVD however has 19 titles which vary from 3-5 minutes in length. My question is, can I convert all or at least some titles to a single .avi file and if so how?

View 1 Replies View Related

General :: LVM Groups And Partitioning Container

May 16, 2010

I am trying to install my debian again. In this time I want to encrypt it using LVM and later LUks. How I do that? I am in installation process. And I want to create a Group LVM and later partition the container.

View 12 Replies View Related

Programming :: Store H.264 File On Avi Container?

Mar 4, 2010

i m trying to store h.264 in avi container using ffmpeg....is it possible using ffmpeg.i m using v4l to capture a image and compressed in to h.264, how i can store it in avi container,any programming example,header format for avi container,and what other information required to store in a container.

View 14 Replies View Related

General :: Print List Of All Users In The Container

Apr 7, 2011

We are using OES 10.00 and would like ot print list of all users in the container.

View 3 Replies View Related

Ubuntu Security :: Diffetences Between The WD Hardware Decryption Or A Truecrypt Container/drive?

Jul 20, 2011

Now since 1TB 2,5" hard drives have been released and are payable I've thought about buying one. The most improtant issue for me when using a protable drive is security and data security. I found the "Western Digital My Passport Essential" with hardware encryption but the description says that only Windows and MAC operating systems are supported not Linux in anyway. My question is are there any significant diffetences between the WD hardware decryption or a truecrypt container/drive? And is there another program out there better for this job? I want to use the drive on Windows and Linux systems.

View 3 Replies View Related

General :: Convert A Video File To Mxf Mxf Container Format?

May 31, 2010

I am trying to convert a mpg video file to mxf container format using ffmpeg by follwing command. ffmpeg -y -i INPUT.mpg -s 640x480 -vcodec mjpeg -b 5Mb -minrate 4Mb -maxrate 6Mb -bufsize 3Mb -an -f mxf OUTPUT.mxf

I get this error::

FFmpeg version 0.5.2, Copyright (c) 2000-2009 Fabrice Bellard, et al.
configuration: --enable-shared --enable-libmp3lame
libavutil 49.15. 0 / 49.15. 0
libavcodec 52.20. 1 / 52.20. 1

[Code]....

View 2 Replies View Related

Server :: Directory Max Size For Virtual User Under Container?

May 19, 2011

I am running Debian under virtual container. I need to set max size of directory for each of vsftpd virtual users - because they are virtual, I cannot use user quotas. I was wondering, if I could create images with filesystem and mount them, but I cannot access /dev/loop device from container. Is there any other way, how to set max directory size in virtual container

View 2 Replies View Related

Software :: Convert A Video File To Mxf Container Format?

Jun 1, 2010

I am trying to convert a video file to mxf container format using ffmpeg.But not able to achieve the goal.This the command which i used.ffmpeg -i smirnoff_edlp2ok4.mpg -vcodec mpeg2video -b 450k -acodec libmp3lame -ab 64k -ar 48000 -y op.mxf

View 1 Replies View Related

Applications :: Mount Or Make An Encrypted Container A Message Pops Up?

Jan 7, 2010

I am running Pclinuxos with KDE 4.3.4. I have installed Truecrypt but am having problems using this program when the user is not root. If I try to mount or make an encrypted container a message pops up saying: Administrator privileges required: enter user password or administrator password

When I enter the root password a box then says: Failed to obtain administrator privileges: username is not in the sudoers file. This incident will be reported

I can't understand why this has happened as I gave the root password. Once I provide the root password, surely I become all powerful and the system should let me do anything? Also to mount a encrypted file in Truecrypt I have to assign full write permissions for users to the /media directory. Is this safe to do?

The only way I have found to use Truecrypt with a non root user account is to go to super user mode terminal, sign in with root password, CD to the truecrypt directory and launch Truecrypt from the terminal. I find this very laborious to do every time.

View 2 Replies View Related

Ubuntu :: Add Xfce4-xkb-plugin / Keyboard Layout Plugin At Startup?

Feb 28, 2010

i have this-for me huge problem- xfce4-xkb-plugin won�t save my keyboard setup and it won�t show after startup in xfce4 panel (xubuntu 9.10): I did this:

1) i added in /etc/default/console-setup needed keyboard layouts (de,hr,rs)-because i know that after restart xfce4-xkb-plugin will not memorize my layouts.

[Code]....

View 9 Replies View Related

Ubuntu :: Plugin Error: Unable To Activate Plugin Cover Art

Jan 17, 2011

While using Rhythmbox this morning, I was greeted by a blunt and undiscriptive error message:

Code:

Plugin Error:Unable to activate plugin Cover Art.Going to the plugin page, I was supprised to find that most of the installed plugins would not load. Without any info being offered in the player, I looked on line. Many people had problems with other plugins, and most of the time it was a problem with an uninstalled python package. But I checked on this site and I found that I had all of these packages installed. (Well, the python ones at least, to check all of them would take forever.)

Code:

[URL]

After finding no help there, I ran rhythmbox -d to debug:

Code:

(12:04:33) [0x934fe68] [rb_python_module_init] rb-python-module.c:406: Init of python module
(rhythmbox:4971): Rhythmbox-WARNING **: unable to load module as python runtime could not be initialized

[code]....

View 1 Replies View Related

CentOS 5 :: Copied Files Into A Virtual Host Container But Cannot Access The Site?

Sep 8, 2010

Has anyone had issues installing Drupal on centos. I have copied my files into a virtual host container but cannot access the site. When I place a phpinfo file into the folder and browes to it I see that Virtual Directory Support is "Disabled" However how did the php page get shown from the same virtual directory mm I may have asked to soon.Installing Drupal on CentOS 5/Red Hat/Fedora http://drupal.org/node/32773

View 1 Replies View Related

Fedora :: Running The Zotero Openoffice Integration Plugin In F13 Under The Openjdk Plugin?

May 31, 2010

I',m having trouble running the zotero openoffice integration plugin in F13 under the openjdk plugin.It's known top be not working as per The problem lies in some permissions as reported here -fedora-linux/However i want to know if there's any progress on it, since i dont have privilege to install it in my lab computer. Also i found this old bug reportwhich seems to have something done.If anypone has any idea please post, else i think i need to file a new bug report.EDIT: I'd be glad even if someone can guide me to write local policy (.java.policy) to enable the plugin

View 1 Replies View Related

SUSE / Novell :: Flash Plugin For Mozilla Plugin Doesn't Work

Nov 26, 2009

I am using openSUSE 11.0. This OS installation gives firefox 3.0.5 Beta. I had installed new version of firefox at /usr/local/bin/firefox. I had placed link of this firefox at /usr/bin using this command ->

Code:

linux-snvz:/usr/bin # ln -s /usr/local/bin/firefox/firefox firefox My older firefox contains the flush plugin. So i can easily played ..... video's in my browser. But now my new browser saying that it doesn't have flash plugin. I was tried to install flash plugin once again.

[Code]...

Even after installation also my browser is again without flash plugin.

View 3 Replies View Related

OpenSUSE Multimedia :: Package-Kit-gstreamer-plugin Requires An Additional Plugin To Decode File

Jul 21, 2010

I just updated my distribution to 11.3 from 11.2. But now this problem occurs when I try to play an mp3. There was no problem before with 11.2.

It also says

Code:
The following plugin is required : MPEG-4 AAC decoder

Only certain mp3s have this problem. All gstreamer packages have been installed. What package is missing anyway?

View 1 Replies View Related

Ubuntu Installation :: Software Centre Doesn't Work - Error "sudo Apt-get Install Vlc Vlc-plugin-pulse Mozilla-plugin-vlc"

Jan 31, 2011

I have just installed the newest version of ubuntu (10.10 the maverick meerkat) and im struggling installing any programs, wine and vlc arnt appearing on synaptic package manager and anything i try to do in either the command promt or ubuntu software centre doesnt work either. On the command promt when i follow the commands as seen on various tutourials the command promt comes back with an error. VLC example given below.

[Code]...

View 5 Replies View Related

Ubuntu Multimedia :: QuickTime Renderer Was The Only Rendering Container That Didn't Result In Sped-up/compressed Video Or Correct Rendering For Just Fifteen Seconds?

Mar 7, 2010

I downloaded an FLV video and placed an extra MP3 file over it. Two files. Total: 30 MBI experimented with about seven rendering containers, and QuickTime renderer was the only rendering container that didn't result in sped-up/compressed video or correct rendering for just fifteen seconds.How in the name of all that is holy did this rendering end up with 570 extra MB?

View 2 Replies View Related

Software :: Cannot Uninstall Flash-plugin From Yast - Deleted Flash-Plugin Directory

Aug 15, 2010

In my frustration to get adobe flash working in firefox I deleted the /usr/lib/flash-plugin folder. Now when I try to uninstall "Flash-Plugin" from YAST it fails as it can't find the sub-folder. I also cannot install the latest version of flash player as it says that it is already installed - So I am stuck in a loop.

I am running SUSE 11.2.

Is there a config file of installed programs that I can modify to remove the "Flash-Plugin" entry, or is there another way to get over this problem.

View 1 Replies View Related

General :: Firefox JRE Plugin Installation / Firefox Isn't Able To Recognise The Plugin?

Apr 11, 2011

Yesterday I wasn't able to successful enable JRE in my firefox.This is what I did ,

I downloaded the rpm from the file and installed it in /usr/java Code: chmod a+x jre-6u<version>-linux-i586-rpm.bin./jre-6u<version>-linux-i586-rpm.bin This successfully installed Firefox JRE in my system now in order to make firefox know abt it

I went to /usr/lib/firefox/plugins and
Code:
ln -s /usr/java/jre1.6.0_24/lib/i386/libnpjp2.so as said in the instruction manual. Still firefox isn't able to recognise the plugin.

View 1 Replies View Related

Fedora :: MDADM On 12 64bit - Error "mdadm: Cannot Add Disks To A 'member' Array, Perform This Operation On The Parent Container"

Nov 22, 2009

Here's a brief description of my system:

120GB Sata HDD - Primary OS drive
3 x 1.0TB Sata HDD - Raid 5 array

This is on a C2D MSI P35 Platinum board. Anyway, did a fresh install of F12 on the 120GB, which I had problems with - Anaconda refused to see the drive. Fedora Live could see it fine, and it was listed as an 'nvidia_raid_member' - no idea why, but I completely erased the disc under the Live CD and proceeded to install F12.

Once F12 was installed, I loaded up mdadm to re-activate my Raid 5 array, using 'sudo mdadm --assemble --uuidthe uuid) - and it started with only 2 of the 3 drives. My /dev/sdb drive did not activate into the array, due to what mdadm said was a mismatched UUID. Ok, so I erased /dev/sdb, intending to rebuild the array. Erased /dev/sdb, and then attempted 'sudo mdadm --add /dev/md0 /dev/sdb' and I get this error: "mdadm: Cannot add disks to a 'member' array, perform this operation on the parent container" - I can find NO information on this error message.

[Code].....

I don't believe the hard drives are connected in the exact same order they were in before - I disconnected everything in the system and blew it out (it was pretty dusty)

View 1 Replies View Related

Ubuntu :: Getting A SIP Plugin For Pidgin?

Feb 21, 2010

I have found Pidgin to be very useful but I am lacking a very essential functionality of SIP based calling.

View 5 Replies View Related

Ubuntu :: Xvid Plugin For 10.10 64-bit?

Apr 4, 2011

I've been researching this for awhile now and cannot find anything that works. I'm trying to watch videos in a browser, either Chrome or Firefox, that are encoded with Xvid. Nothing has worked, and when I try to watch an Xvid video I get the following error:

"We're sorry, our content is not compatible with your computer configuration."

I've installed vlc, libxvidcore4, gecko-mediaplayer, ubuntu-restricted-extras, and numerous other libraries, none of which do anything.

View 3 Replies View Related

Ubuntu :: Firefox 3.7 And Java-plugin ?

Jan 1, 2010

Anyone know how to get the sun java plugin to work with firefox 3.7? Any files I need to copy over to a different folder or anything?

I just installed Firefox 3.7 from the Mozilla Daily PPA and thats the only thing currently not showing up.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved