ERROR OCURRED

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Friday, June 15, 2012

How to Convert VirtualBox VDI files to IMG for KVM

Posted on 4:17 AM by Unknown



Make Sure Virtual machine not in running state/mode.

After that use below command.


[root@localhost tmp]# VBoxManage internalcommands converttoraw machine-name.vdi newmachine-name.img
VirtualBox Command Line Management Interface Version 3.1.0
(C) 2005-2009 Sun Microsystems, Inc.
All rights reserved.

Converting image "umarket-oracle-1-36.vdi" with size 8589934592 bytes (8192MB) to raw...


This will take time according to Machine Size.

Once Finished, Move .img machine to running KVM machine.


Here you need to create following things.

1) newmachie-nam.xml  under /ect/libvirt/qemu

2) Storage path location must be correct.

3) Machine name

4) UUID


Restart libvirtd service, after that you can find your machine under Virt-manager.


Enjoy.
Read More
Posted in | No comments

Tuesday, June 12, 2012

NTOP prefsCache.db failed: Can't be writer

Posted on 1:43 AM by Unknown


When i start ntop service, it fails with following error.

[root@localhost bin]# ./ntop -i -d -L -u ntop -P /usr/local/ntop -w 3000 --interface eth0 --skip-version-check yes
Tue Jun 12 12:27:06 2012  NOTE: Interface merge enabled by default
Tue Jun 12 12:27:06 2012  Initializing gdbm databases
Tue Jun 12 12:27:06 2012  **ERROR** ....open of /usr/local/ntop/prefsCache.db failed: Can't be writer
Tue Jun 12 12:27:06 2012  Possible solution: please use '-P '
Tue Jun 12 12:27:06 2012  **FATAL_ERROR** GDBM open failed, ntop shutting down...
Tue Jun 12 12:27:06 2012  CLEANUP[t3086178000]: ntop caught signal 2 [state=2]
Tue Jun 12 12:27:06 2012  ntop is now quitting...


Solution :-

As we can see in error, ntop enable to write in database file.

After check, found this file owned by root user.

-rw-r----- 1 root root  16K Jun 12 12:25 prefsCache.db


#killall ntop

Now this db file must written by ntop user, following command has been used to change ownsership.

[root@localhost ntop]# chown ntop:ntop prefsCache.db

Now seems likes this.

root@localhost ntop]# ls -ltrh

-rw-r----- 1 ntop ntop  16K Jun 12 12:25 prefsCache.db



Now just run service again, and it should work.

if again trough same error, kill service 2-3 time & run again.

P.S :- check staus through ps like
#ps -aux | grep ntop

Enjoy.
Read More
Posted in | No comments
Newer Posts Older Posts Home
Subscribe to: Comments (Atom)

Popular Posts

  • No package 'lua5.1' found
    hecking for LUA51... no checking for LUA51... configure: error: Package requirements (lua5.1 >= 5.1) were not met: No package 'lua5.1...
  • response to SOA query was unsuccessful: solved
    check your zone file [root@inf1sysadm1 data]# pwd /var/named/data # cat ind.raman.com.zone $ORIGIN . $TTL 3600 ; 1 hour ind.raman.com IN SO...
  • can't locate your x11 installation Fedora
    While install Conky, system through this error. Solution:- You need to install X11 Software Dev Package. Login on system with root user ...
  • Qmail Installation & Configuration step by step
    Tested under CentOS 5.8  64bit machine. 1)Packges which i installed for Qmail. httpd-2.2.3-76 php-5.1.6-39 perl-5.8.8 -38 gcc-4.1.2 mysql-5....
  • Dell MD3200 SAS Cabling With Diagram
    I have 2 MD3200 with SAS Ports + 2 Power Edge720. Task to connect Both DAS with Both server and make sure Both server showing  all DAS Parti...
  • It is safe to clean windows prefetch folder and registry folder ?
     It is safe to clean windows prefetch folder and registry folder ? Will this boost Windows operating system capabilities ? Many of you hav...
  • Windows 7 & Windows 8 fail to start
    Windows 7 fail to boot, what should I do? Is Windows 7 failing to boot after you installed the loader or after you just installed a fresh ne...
  • Steps how to change VolStatus in Bacula through bonsole.
    In my example MediaId=4 or Volumename=000018L4 shows volstatus is Purged. *list volumes Pool: Default +---------+------------+-----------+--...
  • Adobe Photoshop CS5 Error 16 , Adobe Photoshop CS5 Error 7
    When you install Adobe Photoshop CS5 you might get some errors. In case you get one you will see a code and a little description. Is very im...
  • X connection to localhost:10.0 broken (explicit kill or server shutdown).
    Solution:- With Xhost, you can solve this issue.

Categories

  • Adobe
  • Players
  • Reviews
  • Windows

Blog Archive

  • ►  2013 (27)
    • ►  October (3)
    • ►  August (1)
    • ►  June (1)
    • ►  April (3)
    • ►  February (10)
    • ►  January (9)
  • ▼  2012 (29)
    • ►  December (2)
    • ►  November (7)
    • ►  October (10)
    • ►  September (4)
    • ►  August (1)
    • ▼  June (2)
      • How to Convert VirtualBox VDI files to IMG for KVM
      • NTOP prefsCache.db failed: Can't be writer
    • ►  April (1)
    • ►  March (1)
    • ►  January (1)
  • ►  2011 (36)
    • ►  December (3)
    • ►  November (3)
    • ►  October (1)
    • ►  September (5)
    • ►  August (4)
    • ►  May (2)
    • ►  April (4)
    • ►  March (5)
    • ►  February (2)
    • ►  January (7)
  • ►  2010 (24)
    • ►  December (1)
    • ►  November (1)
    • ►  October (4)
    • ►  August (1)
    • ►  May (1)
    • ►  April (1)
    • ►  March (2)
    • ►  February (5)
    • ►  January (8)
  • ►  2009 (18)
    • ►  December (6)
    • ►  November (3)
    • ►  August (1)
    • ►  July (2)
    • ►  June (1)
    • ►  May (1)
    • ►  April (1)
    • ►  March (1)
    • ►  February (1)
    • ►  January (1)
  • ►  2008 (16)
    • ►  December (1)
    • ►  October (1)
    • ►  August (1)
    • ►  July (5)
    • ►  April (2)
    • ►  February (1)
    • ►  January (5)
  • ►  2007 (4)
    • ►  July (3)
    • ►  June (1)
Powered by Blogger.

About Me

Unknown
View my complete profile