Posts

Showing posts with the label cannot

Solution kaffeine cannot find demux plugin for x

Solution kaffeine cannot find demux plugin for x Kaffeine is missing a  libxine1-all-plugins install it using following command. sudo apt-get install  libxine1-all-plugins - Mihir Patel download file now

Solved Cannot find Joomla XML setup file

Image
Solved Cannot find Joomla XML setup file Ref: http://www.phoca.cz/documents/2-phoca-gallery-component/438-cannot-find-joomla-xml-setup-file � download file now

SQL1220N The database manager shared memory set cannot be allocated

SQL1220N The database manager shared memory set cannot be allocated I faced this error while using db2 on Ubuntu 12.04 desktop, When tried to start instance it failed as below. SQL1220N The database manager shared memory set cannot be allocated. The term shared memory is a term used to describe a type of memory management in the Unix kernel.  It is a memory region that can shared between different processes. Using a shared memory model, this avoids creating duplicate copies of memory.  So programs can eaily share data. SHMMAX is just the maximum size of a single shared memory segment.  It�s size is represented in bytes�. By default SHMMAX is 32 MB , Here db2 database manager wasnt able to start the instance with existing SHMMAX value use cat /proc/sys/kernel/shmmax to find out current value, so What we do is increase the value Place an entry in /etc/sysctl.conf like kernel.shmmax=500000000, which is around 500MB just restart the machine and we are good to go. If not worki...

Solved bin rm cannot remove run user root gvfs Is a directory When exit from root superuser

Image
Solved bin rm cannot remove run user root gvfs Is a directory When exit from root superuser This problem occurs when we have entered in the root or superuser , then when trying to exit , show this information " /bin/rm: cannot remove /run/user/root/gvfs: Is a directory " like image below: So, how can fix this? Open your Terminal by press Ctrl+Alt+T Then type this following command: sudo umount /run/user/root/gvfs So, after you exit from superuser, you will not see this information again. download file now

Solved Cannot start Microsoft Outlook Cannot open the Outlook window Vista Forums

Solved Cannot start Microsoft Outlook Cannot open the Outlook window Vista Forums Solved Cannot start Microsoft Outlook. Cannot open the Outlook window. - Vista Forums 1. Run -> cmd to open command line interface 2. Go to the directory of MS office 3. run command: outlook.exe /resetnavpane download file now