LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-11-2014, 02:59 AM   #1
zak100
Member
 
Registered: Jul 2009
Posts: 262

Rep: Reputation: 2
Problem with installing mysql on Fedora 20 x86


Hi,

I am trying to install mysql on Fedora 20. I am using following command which i got from a link:

Code:
yum install community-mysql-server community-mysql-libs community-mysql
I am getting following error:

Code:
[root@localhost socket]# yum install community-mysql-server community-mysql-libs community-mysql
Loaded plugins: langpacks, refresh-packagekit
Error: Cannot retrieve metalink for repository: fedora/20/x86_64. Please verify its path and try again
[root@localhost socket]#
Some body please guide me.

Zulfi.
 
Old 08-11-2014, 08:34 AM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by zak100 View Post
Hi,
I am trying to install mysql on Fedora 20. I am using following command which i got from a link:
Code:
yum install community-mysql-server community-mysql-libs community-mysql
I am getting following error:
Code:
[root@localhost socket]# yum install community-mysql-server community-mysql-libs community-mysql
Loaded plugins: langpacks, refresh-packagekit
Error: Cannot retrieve metalink for repository: fedora/20/x86_64. Please verify its path and try again
[root@localhost socket]#
Some body please guide me.
You don't say anything about your network/environment/firewalls/proxy-server(s), so we can't guess. Either that site is blocked, or it's temporarily down. So either unblock it, use the system from another network, or wait until the site comes back up.
 
Old 08-11-2014, 08:46 AM   #3
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
does yum work when you try to install anything else ?
maybe this info will help us troubleshoot:
Code:
 head -n 9999 cat /etc/yum.conf /etc/yum.repos.d/*

Last edited by schneidz; 08-12-2014 at 08:49 AM.
 
Old 08-11-2014, 06:49 PM   #4
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
also, maybe post output of
Code:
sudo yum repolist
...
 
Old 08-11-2014, 11:20 PM   #5
zak100
Member
 
Registered: Jul 2009
Posts: 262

Original Poster
Rep: Reputation: 2
Hi,
I used following commands as instructed and i have shown the output also:
Code:
             
[root@localhost lab6]# sudo yum repolist
Loaded plugins: langpacks, refresh-packagekit
Error: Cannot retrieve metalink for repository: fedora/20/x86_64. Please verify its path and try again
[root@localhost lab6]#
I also tried the other command. The output is specified.
Code:
[root@localhost lab6]# head -n 9999 cat /etc/yum.conf /etc/yum.repos.d/*
head: cannot open ‘cat’ for reading: No such file or directory
==> /etc/yum.conf <==
[main]
cachedir=/var/cache/yum/$basearch/$releasever
keepcache=0
debuglevel=2
logfile=/var/log/yum.log
exactarch=1
obsoletes=1
gpgcheck=1
plugins=1
installonly_limit=3

#  This is the default, if you make this bigger yum won't see if the metadata
# is newer on the remote and so you'll "gain" the bandwidth of not having to
# download the new metadata and "pay" for it by yum not having correct
# information.
#  It is esp. important, to have correct metadata, for distributions like
# Fedora which don't keep old packages around. If you don't like this checking
# interupting your command line usage, it's much better to have something
# manually check the metadata once an hour (yum-updatesd will do this).
# metadata_expire=90m

# PUT YOUR REPOS HERE OR IN separate files named file.repo
# in /etc/yum.repos.d

==> /etc/yum.repos.d/fedora.repo <==
[fedora]
name=Fedora $releasever - $basearch
failovermethod=priority
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/$basearch/os/
metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch
enabled=1
metadata_expire=7d
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=False

[fedora-debuginfo]
name=Fedora $releasever - $basearch - Debug
failovermethod=priority
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/$basearch/debug/
metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&arch=$basearch
enabled=0
#metadata_expire=7d
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=False

[fedora-source]
name=Fedora $releasever - Source
failovermethod=priority
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/source/SRPMS/
metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch
enabled=0
#metadata_expire=7d
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=False

==> /etc/yum.repos.d/fedora-updates.repo <==
[updates]
name=Fedora $releasever - $basearch - Updates
failovermethod=priority
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/$releasever/$basearch/
metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=False

[updates-debuginfo]
name=Fedora $releasever - $basearch - Updates - Debug
failovermethod=priority
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/$releasever/$basearch/debug/
metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-released-debug-f$releasever&arch=$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=False

[updates-source]
name=Fedora $releasever - Updates Source
failovermethod=priority
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/$releasever/SRPMS/
metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-released-source-f$releasever&arch=$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=False

==> /etc/yum.repos.d/fedora-updates-testing.repo <==
[updates-testing]
name=Fedora $releasever - $basearch - Test Updates
failovermethod=priority
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/testing/$releasever/$basearch/
metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$releasever&arch=$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=False

[updates-testing-debuginfo]
name=Fedora $releasever - $basearch - Test Updates Debug
failovermethod=priority
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/testing/$releasever/$basearch/debug/
metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-testing-debug-f$releasever&arch=$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=False

[updates-testing-source]
name=Fedora $releasever - Test Updates Source
failovermethod=priority
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/testing/$releasever/SRPMS/
metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-testing-source-f$releasever&arch=$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=False
[root@localhost lab6]#
Please help me in this regard.

Zulfi.
 
Old 08-11-2014, 11:54 PM   #6
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Quote:
[root@localhost lab6]# sudo yum repolist
you are already ROOT
so why are you trying to use "sudo"
sudo is not set up nor configured on fedora

if you want to use it YOU need to configure it


by chance are you on a LAN behind a router ?
if so you have to configure yum to use that router
 
Old 08-12-2014, 12:04 AM   #7
zak100
Member
 
Registered: Jul 2009
Posts: 262

Original Poster
Rep: Reputation: 2
Hi,
Thanks for looking into my problem. I would retry the command which i ran using sudo. Right now i am not on linux. Actually i was double minded before using it. i have got some concept of sudo through this forum.

Quote:
by chance are you on a LAN behind a router ?
if so you have to configure yum to use that router
Yes we have a router. But i dont know how to configure it. I would talk with lab staff, but i dont think he can do it. If this is the end for yum i would try to use other option for installing mysql.

Thanks.
Zulfi.
 
Old 08-12-2014, 10:13 AM   #8
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
i am also having problems installing stuff in fc20... worked a couple days ago.
 
Old 08-18-2014, 01:22 AM   #9
zak100
Member
 
Registered: Jul 2009
Posts: 262

Original Poster
Rep: Reputation: 2
Hi,
I have used another internet resource, a wifi USB. Now I am getting following:
Code:
[root@localhost lab6]# yum install community-mysql-server community-mysql-libs community-mysql
Loaded plugins: langpacks, refresh-packagekit
Existing lock /var/run/yum.pid: another copy is running as pid 2091.
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 15:50 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 15:52 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 15:54 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 15:56 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 15:58 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 16:00 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 16:02 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 16:04 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 16:06 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 16:08 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 16:10 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 16:12 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 16:14 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 16:16 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 16:18 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 16:20 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 16:22 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 16:24 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 16:26 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 16:28 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 16:30 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 16:32 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 16:34 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 16:36 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 16:38 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 16:40 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 16:42 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 16:44 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 16:46 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 16:48 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 16:50 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 16:52 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 16:54 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 16:56 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 16:58 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 17:00 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 17:02 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 17:04 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 17:06 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 17:08 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 17:10 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 17:12 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 17:14 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 17:16 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 17:18 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 17:20 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 17:22 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 17:24 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 17:26 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 17:28 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 17:30 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 17:32 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 17:34 ago
    State  : Sleeping, pid: 2091
Another app is currently holding the yum lock; waiting for it to exit...
Kindly guide me how can i start my download.

Zulfi.
 
Old 08-18-2014, 01:31 AM   #10
zak100
Member
 
Registered: Jul 2009
Posts: 262

Original Poster
Rep: Reputation: 2
Hi,
Its done and asking for more downloads y/n. Some body please guide me.

Code:
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory : 246 M RSS (657 MB VSZ)
    Started: Sun Aug 17 22:59:50 2014 - 22:16 ago
    State  : Sleeping, pid: 2091
fedora/20/x86_64/metalink                                | 8.9 kB     00:00     
fedora                                                   | 3.8 kB     00:00     
(1/2): fedora/20/x86_64/group_gz                           | 394 kB   00:12     
fedora/20/x86_64/primary_db    FAILED                                           
http://mirrors.hustunique.com/fedora/releases/20/Everything/x86_64/os/repodata/0054652738782478eff37604abc430cdf327795d157634e1dfcca0fa18d8fedf-primary.sqlite.bz2: [Errno 12] Timeout on http://mirrors.hustunique.com/fedora/releases/20/Everything/x86_64/os/repodata/0054652738782478eff37604abc430cdf327795d157634e1dfcca0fa18d8fedf-primary.sqlite.bz2: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
Trying other mirror.
(2/2): fedora/20/x86_64/primary_db                         |  18 MB   03:42     
Resolving Dependencies
--> Running transaction check
---> Package community-mysql.x86_64 0:5.5.38-3.fc20 will be installed
--> Processing Dependency: community-mysql-common(x86-64) = 5.5.38-3.fc20 for package: community-mysql-5.5.38-3.fc20.x86_64
---> Package community-mysql-libs.x86_64 0:5.5.38-3.fc20 will be installed
---> Package community-mysql-server.x86_64 0:5.5.38-3.fc20 will be installed
--> Processing Dependency: perl-DBI for package: community-mysql-server-5.5.38-3.fc20.x86_64
--> Processing Dependency: perl-DBD-MySQL for package: community-mysql-server-5.5.38-3.fc20.x86_64
--> Processing Dependency: perl(DBI) for package: community-mysql-server-5.5.38-3.fc20.x86_64
--> Running transaction check
---> Package community-mysql-common.x86_64 0:5.5.38-3.fc20 will be installed
--> Processing Dependency: /etc/my.cnf for package: community-mysql-common-5.5.38-3.fc20.x86_64
---> Package perl-DBD-MySQL.x86_64 0:4.024-1.fc20 will be installed
---> Package perl-DBI.x86_64 0:1.630-1.fc20 will be installed
--> Processing Dependency: perl(RPC::PlServer) >= 0.2001 for package: perl-DBI-1.630-1.fc20.x86_64
--> Processing Dependency: perl(RPC::PlClient) >= 0.2000 for package: perl-DBI-1.630-1.fc20.x86_64
--> Processing Dependency: perl(Coro::Select) for package: perl-DBI-1.630-1.fc20.x86_64
--> Processing Dependency: perl(Coro::Handle) for package: perl-DBI-1.630-1.fc20.x86_64
--> Processing Dependency: perl(Coro) for package: perl-DBI-1.630-1.fc20.x86_64
--> Running transaction check
---> Package mariadb-libs.x86_64 1:5.5.38-3.fc20 will be installed
---> Package perl-Coro.x86_64 0:6.39-1.fc20 will be installed
--> Processing Dependency: perl(IO::AIO) >= 3.1 for package: perl-Coro-6.39-1.fc20.x86_64
--> Processing Dependency: perl(Guard) >= 0.5 for package: perl-Coro-6.39-1.fc20.x86_64
--> Processing Dependency: perl(Event) >= 1.08 for package: perl-Coro-6.39-1.fc20.x86_64
--> Processing Dependency: perl(EV) >= 4 for package: perl-Coro-6.39-1.fc20.x86_64
--> Processing Dependency: perl(AnyEvent::BDB) >= 1 for package: perl-Coro-6.39-1.fc20.x86_64
--> Processing Dependency: perl(AnyEvent::AIO) >= 1 for package: perl-Coro-6.39-1.fc20.x86_64
--> Processing Dependency: perl(AnyEvent) >= 7 for package: perl-Coro-6.39-1.fc20.x86_64
--> Processing Dependency: perl(common::sense) for package: perl-Coro-6.39-1.fc20.x86_64
--> Processing Dependency: perl(Net::HTTP) for package: perl-Coro-6.39-1.fc20.x86_64
--> Processing Dependency: perl(BDB) for package: perl-Coro-6.39-1.fc20.x86_64
--> Processing Dependency: perl(AnyEvent::Util) for package: perl-Coro-6.39-1.fc20.x86_64
--> Processing Dependency: perl(AnyEvent::Socket) for package: perl-Coro-6.39-1.fc20.x86_64
--> Processing Dependency: perl(AnyEvent::DNS) for package: perl-Coro-6.39-1.fc20.x86_64
--> Processing Dependency: perl(:MODULE_COMPAT_5.18.2) for package: perl-Coro-6.39-1.fc20.x86_64
---> Package perl-PlRPC.noarch 0:0.2020-15.fc20 will be installed
--> Processing Dependency: perl(Net::Daemon) >= 0.13 for package: perl-PlRPC-0.2020-15.fc20.noarch
--> Processing Dependency: perl(Net::Daemon::Test) for package: perl-PlRPC-0.2020-15.fc20.noarch
--> Processing Dependency: perl(Net::Daemon::Log) for package: perl-PlRPC-0.2020-15.fc20.noarch
--> Processing Dependency: perl(Compress::Zlib) for package: perl-PlRPC-0.2020-15.fc20.noarch
--> Running transaction check
---> Package perl.x86_64 4:5.18.1-288.fc20 will be updated
---> Package perl.x86_64 4:5.18.2-289.fc20 will be an update
--> Processing Dependency: perl-libs = 4:5.18.2-289.fc20 for package: 4:perl-5.18.2-289.fc20.x86_64
---> Package perl-AnyEvent.x86_64 0:7.05-1.fc20 will be installed
--> Processing Dependency: perl(Task::Weaken) for package: perl-AnyEvent-7.05-1.fc20.x86_64
--> Processing Dependency: perl(Net::SSLeay) for package: perl-AnyEvent-7.05-1.fc20.x86_64
---> Package perl-AnyEvent-AIO.noarch 0:1.1-13.fc20 will be installed
---> Package perl-AnyEvent-BDB.noarch 0:1.1-13.fc20 will be installed
---> Package perl-BDB.x86_64 0:1.90-6.fc20 will be installed
---> Package perl-EV.x86_64 0:4.11-4.fc20 will be installed
---> Package perl-Event.x86_64 0:1.21-4.fc20 will be installed
---> Package perl-Guard.x86_64 0:1.022-6.fc20 will be installed
---> Package perl-IO-AIO.x86_64 0:4.15-6.fc20 will be installed
---> Package perl-IO-Compress.noarch 0:2.062-2.fc20 will be installed
--> Processing Dependency: perl(Compress::Raw::Zlib) >= 2.062 for package: perl-IO-Compress-2.062-2.fc20.noarch
--> Processing Dependency: perl(Compress::Raw::Bzip2) >= 2.062 for package: perl-IO-Compress-2.062-2.fc20.noarch
---> Package perl-Net-Daemon.noarch 0:0.48-7.fc20 will be installed
---> Package perl-Net-HTTP.noarch 0:6.06-4.fc20 will be installed
--> Processing Dependency: perl(IO::Socket::SSL) >= 1.38 for package: perl-Net-HTTP-6.06-4.fc20.noarch
---> Package perl-common-sense.noarch 0:3.6-6.fc20 will be installed
--> Running transaction check
---> Package perl-Compress-Raw-Bzip2.x86_64 0:2.062-2.fc20 will be installed
---> Package perl-Compress-Raw-Zlib.x86_64 0:2.062-2.fc20 will be installed
---> Package perl-IO-Socket-SSL.noarch 0:1.955-2.fc20 will be installed
--> Processing Dependency: perl(IO::Socket::IP) >= 0.20 for package: perl-IO-Socket-SSL-1.955-2.fc20.noarch
--> Processing Dependency: perl(Net::LibIDN) for package: perl-IO-Socket-SSL-1.955-2.fc20.noarch
---> Package perl-Net-SSLeay.x86_64 0:1.55-4.fc20 will be installed
---> Package perl-Task-Weaken.noarch 0:1.04-8.fc20 will be installed
---> Package perl-libs.x86_64 4:5.18.1-288.fc20 will be updated
---> Package perl-libs.x86_64 4:5.18.2-289.fc20 will be an update
--> Running transaction check
---> Package perl-IO-Socket-IP.noarch 0:0.30-2.fc20 will be installed
---> Package perl-Net-LibIDN.x86_64 0:0.12-16.fc20 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package                     Arch       Version               Repository   Size
================================================================================
Installing:
 community-mysql             x86_64     5.5.38-3.fc20         updates     4.8 M
 community-mysql-libs        x86_64     5.5.38-3.fc20         updates     556 k
 community-mysql-server      x86_64     5.5.38-3.fc20         updates     8.8 M
Installing for dependencies:
 community-mysql-common      x86_64     5.5.38-3.fc20         updates     209 k
 mariadb-libs                x86_64     1:5.5.38-3.fc20       updates     752 k
 perl-AnyEvent               x86_64     7.05-1.fc20           fedora      431 k
 perl-AnyEvent-AIO           noarch     1.1-13.fc20           fedora      9.1 k
 perl-AnyEvent-BDB           noarch     1.1-13.fc20           fedora      9.7 k
 perl-BDB                    x86_64     1.90-6.fc20           fedora       74 k
 perl-Compress-Raw-Bzip2     x86_64     2.062-2.fc20          fedora       33 k
 perl-Compress-Raw-Zlib      x86_64     2.062-2.fc20          fedora       58 k
 perl-Coro                   x86_64     6.39-1.fc20           updates     257 k
 perl-DBD-MySQL              x86_64     4.024-1.fc20          fedora      142 k
 perl-DBI                    x86_64     1.630-1.fc20          fedora      810 k
 perl-EV                     x86_64     4.11-4.fc20           fedora      257 k
 perl-Event                  x86_64     1.21-4.fc20           fedora      283 k
 perl-Guard                  x86_64     1.022-6.fc20          fedora       20 k
 perl-IO-AIO                 x86_64     4.15-6.fc20           fedora      111 k
 perl-IO-Compress            noarch     2.062-2.fc20          fedora      259 k
 perl-IO-Socket-IP           noarch     0.30-2.fc20           updates      37 k
 perl-IO-Socket-SSL          noarch     1.955-2.fc20          updates     116 k
 perl-Net-Daemon             noarch     0.48-7.fc20           fedora       51 k
 perl-Net-HTTP               noarch     6.06-4.fc20           fedora       29 k
 perl-Net-LibIDN             x86_64     0.12-16.fc20          fedora       29 k
 perl-Net-SSLeay             x86_64     1.55-4.fc20           fedora      284 k
 perl-PlRPC                  noarch     0.2020-15.fc20        fedora       35 k
 perl-Task-Weaken            noarch     1.04-8.fc20           fedora       19 k
 perl-common-sense           noarch     3.6-6.fc20            fedora       28 k
Updating for dependencies:
 perl                        x86_64     4:5.18.2-289.fc20     updates     8.2 M
 perl-libs                   x86_64     4:5.18.2-289.fc20     updates     694 k

Transaction Summary
================================================================================
Install  3 Packages (+25 Dependent packages)
Upgrade             (  2 Dependent packages)

Total size: 27 M
Total download size: 27 M
Is this ok [y/d/N]:
Some body please guide me.

Zulfi.
 
Old 08-18-2014, 01:36 AM   #11
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

there don't seem to be any errors in your last post. If you want it to install, go ahead an press "y".

Evo2.
 
Old 08-18-2014, 02:19 AM   #12
zak100
Member
 
Registered: Jul 2009
Posts: 262

Original Poster
Rep: Reputation: 2
Hi,
It has completed the installation:
Code:
Is this ok [y/d/N]: y
Downloading packages:
Delta RPMs reduced 8.2 M of updates to 3.6 M (55% saved)
warning: /var/cache/yum/x86_64/20/updates/packages/community-mysql-common-5.5.38-3.fc20.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 246110c1: NOKEY
Public key for community-mysql-common-5.5.38-3.fc20.x86_64.rpm is not installed
(1/29): community-mysql-common-5.5.38-3.fc20.x86_64.rpm    | 209 kB   00:07     
(2/29): mariadb-libs-5.5.38-3.fc20.x86_64.rpm              | 752 kB   00:06     
Public key for perl-AnyEvent-7.05-1.fc20.x86_64.rpm is not installed  01:30 ETA 
(3/29): perl-AnyEvent-7.05-1.fc20.x86_64.rpm               | 431 kB   00:07     
(4/29): perl-AnyEvent-AIO-1.1-13.fc20.noarch.rpm           | 9.1 kB   00:00     
(5/29): perl-AnyEvent-BDB-1.1-13.fc20.noarch.rpm           | 9.7 kB   00:00     
(6/29): perl-BDB-1.90-6.fc20.x86_64.rpm                    |  74 kB   00:00     
(7/29): community-mysql-libs-5.5.38-3.fc20.x86_64.rpm      | 556 kB   00:23     
(8/29): perl-Compress-Raw-Bzip2-2.062-2.fc20.x86_64.rpm    |  33 kB   00:00     
(9/29): perl-Compress-Raw-Zlib-2.062-2.fc20.x86_64.rpm     |  58 kB   00:03     
(10/29): perl-Coro-6.39-1.fc20.x86_64.rpm                  | 257 kB   00:05     
(11/29): perl-DBD-MySQL-4.024-1.fc20.x86_64.rpm            | 142 kB   00:03     
(12/29): perl-EV-4.11-4.fc20.x86_64.rpm                    | 257 kB   00:05     
(13/29): perl-DBI-1.630-1.fc20.x86_64.rpm                  | 810 kB   00:16     
(14/29): perl-Event-1.21-4.fc20.x86_64.rpm                 | 283 kB   00:10     
(15/29): perl-Guard-1.022-6.fc20.x86_64.rpm                |  20 kB   00:01     
(16/29): community-mysql-5.5.38-3.fc20.x86_64.rpm          | 4.8 MB   00:47     
(17/29): perl-IO-Socket-IP-0.30-2.fc20.noarch.rpm          |  37 kB   00:04     
(18/29): perl-IO-Compress-2.062-2.fc20.noarch.rpm          | 259 kB   00:04     
(19/29): perl-Net-Daemon-0.48-7.fc20.noarch.rpm            |  51 kB   00:02     
(20/29): perl-Net-HTTP-6.06-4.fc20.noarch.rpm              |  29 kB   00:01     
(21/29): perl-IO-AIO-4.15-6.fc20.x86_64.rpm                | 111 kB   00:11     
(22/29): perl-Net-LibIDN-0.12-16.fc20.x86_64.rpm           |  29 kB   00:02     
(23/29): perl-IO-Socket-SSL-1.955-2.fc20.noarch.rpm        | 116 kB   00:09     
(24/29): perl-PlRPC-0.2020-15.fc20.noarch.rpm              |  35 kB   00:03     
(25/29): perl-common-sense-3.6-6.fc20.noarch.rpm           |  28 kB   00:01     
(26/29): perl-Task-Weaken-1.04-8.fc20.noarch.rpm           |  19 kB   00:06     
(27/29): perl-Net-SSLeay-1.55-4.fc20.x86_64.rpm            | 284 kB   00:23     
(28/29): community-mysql-server-5.5.38-3.fc20.x86_64.rpm   | 8.8 MB   02:38     
(29/29): perl-5.18.1-288.fc20_5.18.2-289.fc20.x86_64.drpm  | 3.6 MB   07:39     
Finishing delta rebuilds of 1 package(s) (8.2 M)
--------------------------------------------------------------------------------
Total                                            49 kB/s |  22 MB     07:43     
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-20-x86_64
Importing GPG key 0x246110C1:
 Userid     : "Fedora (20) <fedora@fedoraproject.org>"
 Fingerprint: c7c9 a9c8 9153 f201 83ce 7cba 2eb1 61fa 2461 10c1
 Package    : fedora-release-20-1.noarch (@anaconda)
 From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-20-x86_64
Is this ok [y/N]: y
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Updating   : 4:perl-libs-5.18.2-289.fc20.x86_64                          1/32 
  Updating   : 4:perl-5.18.2-289.fc20.x86_64                               2/32 
  Installing : perl-common-sense-3.6-6.fc20.noarch                         3/32 
  Installing : perl-BDB-1.90-6.fc20.x86_64                                 4/32 
  Installing : perl-IO-AIO-4.15-6.fc20.x86_64                              5/32 
  Installing : perl-Compress-Raw-Zlib-2.062-2.fc20.x86_64                  6/32 
  Installing : perl-Net-SSLeay-1.55-4.fc20.x86_64                          7/32 
  Installing : 1:mariadb-libs-5.5.38-3.fc20.x86_64                         8/32 
  Installing : community-mysql-common-5.5.38-3.fc20.x86_64                 9/32 
  Installing : community-mysql-5.5.38-3.fc20.x86_64                       10/32 
  Installing : perl-EV-4.11-4.fc20.x86_64                                 11/32 
  Installing : perl-Event-1.21-4.fc20.x86_64                              12/32 
  Installing : perl-Compress-Raw-Bzip2-2.062-2.fc20.x86_64                13/32 
  Installing : perl-IO-Compress-2.062-2.fc20.noarch                       14/32 
  Installing : perl-Net-LibIDN-0.12-16.fc20.x86_64                        15/32 
  Installing : perl-Guard-1.022-6.fc20.x86_64                             16/32 
  Installing : perl-IO-Socket-IP-0.30-2.fc20.noarch                       17/32 
  Installing : perl-IO-Socket-SSL-1.955-2.fc20.noarch                     18/32 
  Installing : perl-Net-HTTP-6.06-4.fc20.noarch                           19/32 
  Installing : perl-Task-Weaken-1.04-8.fc20.noarch                        20/32 
  Installing : perl-AnyEvent-7.05-1.fc20.x86_64                           21/32 
  Installing : perl-AnyEvent-AIO-1.1-13.fc20.noarch                       22/32 
  Installing : perl-AnyEvent-BDB-1.1-13.fc20.noarch                       23/32 
  Installing : perl-Coro-6.39-1.fc20.x86_64                               24/32 
  Installing : perl-Net-Daemon-0.48-7.fc20.noarch                         25/32 
  Installing : perl-PlRPC-0.2020-15.fc20.noarch                           26/32 
  Installing : perl-DBI-1.630-1.fc20.x86_64                               27/32 
  Installing : perl-DBD-MySQL-4.024-1.fc20.x86_64                         28/32 
  Installing : community-mysql-server-5.5.38-3.fc20.x86_64                29/32 
  Installing : community-mysql-libs-5.5.38-3.fc20.x86_64                  30/32 
  Cleanup    : 4:perl-libs-5.18.1-288.fc20.x86_64                         31/32 
  Cleanup    : 4:perl-5.18.1-288.fc20.x86_64                              32/32 
  Verifying  : 1:mariadb-libs-5.5.38-3.fc20.x86_64                         1/32 
  Verifying  : community-mysql-common-5.5.38-3.fc20.x86_64                 2/32 
  Verifying  : perl-AnyEvent-7.05-1.fc20.x86_64                            3/32 
  Verifying  : perl-EV-4.11-4.fc20.x86_64                                  4/32 
  Verifying  : perl-Event-1.21-4.fc20.x86_64                               5/32 
  Verifying  : community-mysql-libs-5.5.38-3.fc20.x86_64                   6/32 
  Verifying  : community-mysql-server-5.5.38-3.fc20.x86_64                 7/32 
  Verifying  : perl-PlRPC-0.2020-15.fc20.noarch                            8/32 
  Verifying  : community-mysql-5.5.38-3.fc20.x86_64                        9/32 
  Verifying  : perl-common-sense-3.6-6.fc20.noarch                        10/32 
  Verifying  : perl-BDB-1.90-6.fc20.x86_64                                11/32 
  Verifying  : perl-Compress-Raw-Bzip2-2.062-2.fc20.x86_64                12/32 
  Verifying  : perl-IO-AIO-4.15-6.fc20.x86_64                             13/32 
  Verifying  : perl-Coro-6.39-1.fc20.x86_64                               14/32 
  Verifying  : perl-DBD-MySQL-4.024-1.fc20.x86_64                         15/32 
  Verifying  : 4:perl-5.18.2-289.fc20.x86_64                              16/32 
  Verifying  : perl-Net-LibIDN-0.12-16.fc20.x86_64                        17/32 
  Verifying  : perl-AnyEvent-AIO-1.1-13.fc20.noarch                       18/32 
  Verifying  : perl-Guard-1.022-6.fc20.x86_64                             19/32 
  Verifying  : perl-IO-Compress-2.062-2.fc20.noarch                       20/32 
  Verifying  : perl-IO-Socket-IP-0.30-2.fc20.noarch                       21/32 
  Verifying  : perl-Compress-Raw-Zlib-2.062-2.fc20.x86_64                 22/32 
  Verifying  : perl-Task-Weaken-1.04-8.fc20.noarch                        23/32 
  Verifying  : 4:perl-libs-5.18.2-289.fc20.x86_64                         24/32 
  Verifying  : perl-AnyEvent-BDB-1.1-13.fc20.noarch                       25/32 
  Verifying  : perl-DBI-1.630-1.fc20.x86_64                               26/32 
  Verifying  : perl-Net-Daemon-0.48-7.fc20.noarch                         27/32 
  Verifying  : perl-Net-SSLeay-1.55-4.fc20.x86_64                         28/32 
  Verifying  : perl-IO-Socket-SSL-1.955-2.fc20.noarch                     29/32 
  Verifying  : perl-Net-HTTP-6.06-4.fc20.noarch                           30/32 
  Verifying  : 4:perl-libs-5.18.1-288.fc20.x86_64                         31/32 
  Verifying  : 4:perl-5.18.1-288.fc20.x86_64                              32/32 

Installed:
  community-mysql.x86_64 0:5.5.38-3.fc20                                        
  community-mysql-libs.x86_64 0:5.5.38-3.fc20                                   
  community-mysql-server.x86_64 0:5.5.38-3.fc20                                 

Dependency Installed:
  community-mysql-common.x86_64 0:5.5.38-3.fc20                                 
  mariadb-libs.x86_64 1:5.5.38-3.fc20                                           
  perl-AnyEvent.x86_64 0:7.05-1.fc20                                            
  perl-AnyEvent-AIO.noarch 0:1.1-13.fc20                                        
  perl-AnyEvent-BDB.noarch 0:1.1-13.fc20                                        
  perl-BDB.x86_64 0:1.90-6.fc20                                                 
  perl-Compress-Raw-Bzip2.x86_64 0:2.062-2.fc20                                 
  perl-Compress-Raw-Zlib.x86_64 0:2.062-2.fc20                                  
  perl-Coro.x86_64 0:6.39-1.fc20                                                
  perl-DBD-MySQL.x86_64 0:4.024-1.fc20                                          
  perl-DBI.x86_64 0:1.630-1.fc20                                                
  perl-EV.x86_64 0:4.11-4.fc20                                                  
  perl-Event.x86_64 0:1.21-4.fc20                                               
  perl-Guard.x86_64 0:1.022-6.fc20                                              
  perl-IO-AIO.x86_64 0:4.15-6.fc20                                              
  perl-IO-Compress.noarch 0:2.062-2.fc20                                        
  perl-IO-Socket-IP.noarch 0:0.30-2.fc20                                        
  perl-IO-Socket-SSL.noarch 0:1.955-2.fc20                                      
  perl-Net-Daemon.noarch 0:0.48-7.fc20                                          
  perl-Net-HTTP.noarch 0:6.06-4.fc20                                            
  perl-Net-LibIDN.x86_64 0:0.12-16.fc20                                         
  perl-Net-SSLeay.x86_64 0:1.55-4.fc20                                          
  perl-PlRPC.noarch 0:0.2020-15.fc20                                            
  perl-Task-Weaken.noarch 0:1.04-8.fc20                                         
  perl-common-sense.noarch 0:3.6-6.fc20                                         

Dependency Updated:
  perl.x86_64 4:5.18.2-289.fc20        perl-libs.x86_64 4:5.18.2-289.fc20       

Complete!
[root@localhost lab6]# whereis mysql
mysql: /usr/bin/mysql /usr/lib64/mysql /usr/share/mysql /usr/share/man/man1/mysql.1.gz
I have tried to run mysql but i am able to come to mysql prompt:
Code:
[root@localhost lab6]# service mysqld start
Redirecting to /bin/systemctl start  mysqld.service
[root@localhost lab6]# mysql -u root -p
Enter password: 
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
[root@localhost lab6]#
I have gievn my linux root passwd but its not working. Please guide me.

Zulfi.
 
Old 08-18-2014, 02:23 AM   #13
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

ok, so you have successfully installed the mysql server, so this particular thread is solved. Next you need to configure the the mysql server. Eg make accounts, set passwords etc. What documentation are you following?

Evo2.
 
Old 08-18-2014, 05:05 AM   #14
zak100
Member
 
Registered: Jul 2009
Posts: 262

Original Poster
Rep: Reputation: 2
Hi,
Thanks. Its working now. Actually I dont have to use any pass word for root. Its not same as root of linux.

Zulfi.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Problem installing Fedora 13 x86 on x3950 M2 Ehtetur Fedora 3 10-15-2010 01:00 PM
Need Help in installing Fedora x86 64 on HP pavilion 1106ax laptop deepak1018 Fedora 2 05-25-2009 01:04 AM
Problem With mysql after installing FEDORA-9 supreedkumar Fedora 3 10-29-2008 07:05 AM
installing mySQL on solaris 10 x86 bigearsbilly Solaris / OpenSolaris 2 01-11-2008 11:55 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:13 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration