ERROR OCURRED

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

Tuesday, October 8, 2013

No package 'lua5.1' found

Posted on 3:17 AM by Unknown
hecking for LUA51... no
checking for LUA51... configure: error: Package requirements (lua5.1 >= 5.1) were not met:

No package 'lua5.1' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables LUA51_CFLAGS
and LUA51_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.


Solution:- yum install lua-devel
Read More
Posted in | No comments

can't locate your x11 installation Fedora

Posted on 3:16 AM by Unknown
While install Conky, system through this error.

Solution:- You need to install X11 Software Dev Package.

Login on system with root user & run following command.

#yum groupinstall "X Software Development"

Once installed, run Conky install script again, error gone.


Read More
Posted in | No comments

Linux command Line tool for Google Drive

Posted on 2:36 AM by Unknown
Grive is the tool, downloads all  files from your Google drive into local dir. To upload new file from your local dir just run grive and it will upload to Google drive.

Tested under fedora 16, can download PKG for here according to version. http://koji.russianfedora.ru/packages/grive/0.2.0/

After install RPM, create any local dir. (just for identification)  in my case i am using below.

1) [ramank@ramank Gdrive]$ pwd
/home/ramank/Desktop/Gdrive

Now time to sync to 

[ramank@ramank Gdrive]$ grive -a
-----------------------
Please go to this URL and get an authentication code:

https://accounts.google.com/o/oauth/auth?scope=https%3F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email+https%32F%2Fwww.googleapis.com%2Fauth2Fuserinfo.profile+https%3A%2F%2Fgoogle.com%2Ffeeds%2F+https%3A%2F%2Fdocs.googleusercontent.com%2F+https%3A%2F%2Fspreadshets.google.com%2Ffeeds%2F&redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=code&client_id=22848848484.apps.googleusercontent.com


-----------------------
Please input the authentication code here: 
4/FFpgg0c--JuaRHDHHDKSYYSSUYRFVHK4.0qy_y867HVsgsgTG-sT2ZLcbT7P6AugwI
Reading local directories
Synchronizing folders
Reading remote server file list
Synchronizing files
sync "./file1" created in remote. creating local
sync "./file2" created in remote. creating local


Let finish this sync. you can find all doc in local dir.


2) Upload test.

create any file, & just run grive, it will upload.

[ramank@ramank Gdrive]$ grive 
Reading local directories
Synchronizing folders
Reading remote server file list
Synchronizing files
sync "./testgrive.txt" doesn't exist in server, uploading
Finished!

Once the file was synced, open  web interface for google drive to confirm whether the file was really synced or not.

Read More
Posted in | No comments

Monday, August 19, 2013

How to uninstall VMware Player on Fedora 19

Posted on 11:21 PM by Unknown
[root@localhost Downloads]# vmware-installer -u vmware-player

All configuration information is about to be removed. Do you wish to
keep your configuration files? [yes]: yes

Uninstalling VMware Installer 2.1.0
    Deconfiguring...
[######################################################################] 100%
Uninstallation was successful.
Read More
Posted in | No comments

Wednesday, June 19, 2013

/usr/bin/ssh-copy-id: ERROR: No identities found

Posted on 2:35 AM by Unknown
This error come while copy ssh id.

[root@ramank .ssh]# ssh-copy-id 10.****.91.***
/usr/bin/ssh-copy-id: ERROR: No identities found


Solution:-

[root@ramank .ssh]# ssh-agent $SHELL

[root@ramank .ssh]# ssh-add -L
The agent has no identities.

[root@ramank .ssh]# ssh-add
Enter passphrase for /root/.ssh/id_dsa:
Identity added: /root/.ssh/id_dsa (/root/.ssh/id_dsa)

[root@ramank .ssh]# ssh-add -L
ssh-dss ASSAAB3NzaC1kc3MAAACBAMTBNcL69Ho+ZcwTnsoUGa6zWeJwMD8FmJpA7Pyc/24ZaIZ4qYBZVwIFT3DnVicq5dZWWBLYSkPsQlwB0sau2HnZ4uDicCX1EQxNNB1Ly6fuFYfpzz+afv1X7DXjz0PLSB5sY9LqSU2G/46nGkbz4vM8xyaZFKbnW2KJHUfia5VNAAAAFQDgG9JA083ENyBRGIREpS7y7HhUsQAAAIBXhfvIiwFJSV2MusAa+lx/IO4z9zI/jEnoA0g/AXdSDFRUQhxtg3kF1kXyqIFajU6KlSefGwajvPoAvGZA0zyk7+0p01OXYOzu10iOa4U4hylDrPQ3yc12XEicQraPyAwIdMVLaW/r+sDUtPYRSTTYO6FL1nM88OC+6EuV3BzDdTW2ts7mBN8wAAAIEAkpeSpKhtjKgS3ewcMvSenVrCsO+jmZEdrBMXzP0ydTGR5XKz2SzBucwPAyAypP7cHYu7Hq7Gsz/M/q9WCq2ZR9xQ6758WhskTPsN6E2vSDloqYa2J3JwtYuphniY0ayj5+QGgzQJV8tQXfSI7+eFeVY60mxC29MEGMx47ztwc3Dxw= /root/.ssh/id_dsa

[root@ramank .ssh]# ssh-copy-id  10.***.11.***
root@10.***.11.****'s password:
Now try logging into the machine, with "ssh '10.***.11.****'", and check in:

  ~/.ssh/authorized_keys

to make sure we haven't added extra keys that you weren't expecting.

Read More
Posted in | No comments

Monday, April 29, 2013

X connection to localhost:10.0 broken (explicit kill or server shutdown).

Posted on 2:39 AM by Unknown
Solution:- With Xhost, you can solve this issue.
Read More
Posted in | No comments

X11 connection rejected because of wrong authentication.

Posted on 2:34 AM by Unknown
Solution :- With root/super -user able to  access xclock, with normal user it through error. i.e X11 connection rejected because of wrong authentication.

To access xclock through user run following command.

Login as root user, then allow user to

#xhost +username

Restart machine.

After that login by User.

$ssh -X username@IP-of-machine

Now run xclock

$xclock


Enjoy.
Read More
Posted in | No comments
Older Posts Home
Subscribe to: Posts (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...
  • 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...
  • 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.
  • /usr/bin/ssh-copy-id: ERROR: No identities found
    This error come while copy ssh id. [root@ramank .ssh]# ssh-copy-id 10.****.91.*** /usr/bin/ssh-copy-id: ERROR: No identities found Solution:...
  • multiple lines edit by Sed command.
    Suppose you have a file with 1000000 lines.. & you want to change any word. Use sed command. For example: i have a file with name rk.co...
  • Wireless Issue -Dell Vostro 1520 - Fedora 11 (Broadcom corporation BCM 4312 802.11b/g (rev 01) )
    Wireless Issue -Dell Vostro 1520 - Fedora 11 (Broadcom corporation BCM 4312 802.11b/g (rev 01) ) #lspci (with this command you can find the...
  • multipath centos 5.4 (64bit ) + Dell md3000i
    My kernel 2.6.18-164.el5 Before multipath [root@my machine ~]# fdisk -l Disk /dev/sda: 72.7 GB, 72746008576 bytes 255 heads, 63 sectors/trac...
  • Bacula : Tape Cannot label Volume because it is already labeled
    when i try to label barcode, through me below error. 3302 Autochanger "loaded? drive 0", result is Slot 20. 3920 Cannot label Volu...

Categories

  • Adobe
  • Players
  • Reviews
  • Windows

Blog Archive

  • ▼  2013 (27)
    • ▼  October (3)
      • No package 'lua5.1' found
      • can't locate your x11 installation Fedora
      • Linux command Line tool for Google Drive
    • ►  August (1)
    • ►  June (1)
    • ►  April (3)
    • ►  February (10)
    • ►  January (9)
  • ►  2012 (29)
    • ►  December (2)
    • ►  November (7)
    • ►  October (10)
    • ►  September (4)
    • ►  August (1)
    • ►  June (2)
    • ►  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