Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 4th April 2012, 02:58 AM
alialoy Offline
Registered User
 
Join Date: Apr 2012
Location: USA
Posts: 13
linuxfirefox
Exclamation Unable to donwload VLC

Hi there,
I tried to download VLC using:

# rpm -ivh http://download1.rpmfusion.org/free/...ble.noarch.rpm

But I got this error message:
[Errno 22] invalid mode ('w') or filename: '//var/lib/yum/rpmdb-indexes/conflicts.tmp'
[root@Khooneh khooneh]

I had clean expire-cahe and updated yum. Have no idea as to what it means. Any help? Thanks!
Reply With Quote
  #2  
Old 4th April 2012, 03:17 AM
tox
Guest
 
Posts: n/a
windows_7chrome
Re: Unable to donwload VLC

what Kernel are you using?

uname -a

---------- Post added at 12:17 PM ---------- Previous post was at 12:16 PM ----------

going from this, it maybe a Kernel regression http://forums.fedoraforum.org/showthread.php?t=264291
Reply With Quote
  #3  
Old 4th April 2012, 03:24 AM
alialoy Offline
Registered User
 
Join Date: Apr 2012
Location: USA
Posts: 13
linuxfirefox
Re: Unable to donwload VLC

Thanks..here is what I got using uname -a:
# uname -a
Linux Khooneh 3.1.0-7.fc16.i686 #1 SMP Tue Nov 1 21:00:16 UTC 2011 i686 i686 i386 GNU/Linux

I will check the link you provided. Thanks

---------- Post added at 10:24 PM ---------- Previous post was at 10:20 PM ----------

I tried updatedb. This is what I got:

# updatedb
updatedb: can not open a temporary file for `/var/lib/mlocate/mlocate.db'

So, another error here.
Reply With Quote
  #4  
Old 4th April 2012, 03:27 AM
tox
Guest
 
Posts: n/a
windows_7chrome
Re: Unable to donwload VLC

you could try updating your Kernel to the 3.3.0 then do a

Code:
yum install http://
the full path of the rpm you want

but it doesnt look like VLC2 has been built for F16. only F17
Reply With Quote
  #5  
Old 4th April 2012, 03:30 AM
alialoy Offline
Registered User
 
Join Date: Apr 2012
Location: USA
Posts: 13
linuxfirefox
Re: Unable to donwload VLC

I think that is the issue. I tried rpm, as you said, but it failed. Maybe I should use an older version of VLC Thanks!
Reply With Quote
  #6  
Old 4th April 2012, 03:36 AM
tox
Guest
 
Posts: n/a
windows_7chrome
Re: Unable to donwload VLC

when you tried to updatedb were you user root or full root?

im pretty sure or try to remember you have to be full root to updatedb

su
passwrd:
Reply With Quote
  #7  
Old 4th April 2012, 03:40 AM
alialoy Offline
Registered User
 
Join Date: Apr 2012
Location: USA
Posts: 13
linuxfirefox
Re: Unable to donwload VLC

I am at root. But I keep getting this message:

can not open a temporary file for `/var/lib/mlocate/mlocate.db'

Not sure what is going on....
Reply With Quote
  #8  
Old 4th April 2012, 08:14 AM
oboedad55's Avatar
oboedad55 Offline
Registered User
 
Join Date: Nov 2010
Location: Amerika
Age: 57
Posts: 35
linuxfirefox
Re: Unable to donwload VLC

I'm using VLC 2 from the remi-testing repo and it works fine.
__________________
Fedora 17, Arch Linux x86_64
Registered Linux user #436067
Reply With Quote
  #9  
Old 4th April 2012, 03:22 PM
alialoy Offline
Registered User
 
Join Date: Apr 2012
Location: USA
Posts: 13
linuxfirefox
Re: Unable to donwload VLC

I tried to install in on my desktop and this is what I did and received (I was at root):


# rpm -ivh http://download1.rpmfusion.org/free/...ide.noarch.rpm
Retrieving http://download1.rpmfusion.org/free/...ide.noarch.rpm
warning: /var/tmp/rpm-tmp.jv1w9b: Header V3 RSA/SHA256 Signature, key ID 8296fa0f: NOKEY
error: Failed dependencies:
system-release >= 17 is needed by rpmfusion-free-release-17-0.5.noarch

Then, I installed VLC 1.1.3 and it did work. I will try to install in on my laptop.

Thanks
Reply With Quote
  #10  
Old 5th April 2012, 04:22 AM
alialoy Offline
Registered User
 
Join Date: Apr 2012
Location: USA
Posts: 13
linuxfirefox
Exclamation [Errno 22] invalid mode ('w') or filename: '//var/lib/yum/rpmdb-indexes/conflicts.tmp

Has anyone seen this error message?

[Errno 22] invalid mode ('w') or filename: '//var/lib/yum/rpmdb-indexes/conflicts.tmp'

This basically does not let me install anything on my laptop (Sony Vaio-VGN-TZ, 32-bit), specially VLC.

Thanks!
Reply With Quote
  #11  
Old 5th April 2012, 05:19 AM
nonamedotc's Avatar
nonamedotc Offline
Formerly known as"professorrmd"
 
Join Date: Mar 2011
Posts: 2,736
linuxfirefox
Re: [Errno 22] invalid mode ('w') or filename: '//var/lib/yum/rpmdb-indexes/conflicts

Hmmm. Did you try

Code:
yum clean all


---------- Post added at 11:19 PM ---------- Previous post was at 10:57 PM ----------

Wait a sec - looks like you have had the same problem yesterday. Has it not been resolved yet based on the suggestion(s) provided there?
Reply With Quote
  #12  
Old 5th April 2012, 04:46 PM
george_toolan Offline
Registered User
 
Join Date: Dec 2006
Posts: 1,762
linuxfirefox
Re: Unable to donwload VLC

This repository is for Fedora 17 not 16. You might run into problems later ;-)
Reply With Quote
  #13  
Old 5th April 2012, 04:50 PM
george_toolan Offline
Registered User
 
Join Date: Dec 2006
Posts: 1,762
linuxfirefox
Re: [Errno 22] invalid mode ('w') or filename: '//var/lib/yum/rpmdb-indexes/conflicts

This error has nothing to do with vlc, because you're just trying to enable the repository.

Can you install any other programs or updates from the Fedora repository? Try

Code:
yum install joe

Last edited by george_toolan; 7th April 2012 at 10:19 AM.
Reply With Quote
  #14  
Old 5th April 2012, 04:57 PM
alialoy Offline
Registered User
 
Join Date: Apr 2012
Location: USA
Posts: 13
linuxfirefox
Re: Unable to donwload VLC

Yes, you are right....well...I decided to go with VLC 1.1.3 buth I ran into this error:

[Errno 22] invalid mode ('w') or filename: '//var/lib/yum/rpmdb-indexes/conflicts

I am now clueless!!
Reply With Quote
  #15  
Old 5th April 2012, 11:53 PM
alialoy Offline
Registered User
 
Join Date: Apr 2012
Location: USA
Posts: 13
linuxfirefox
Re: [Errno 22] invalid mode ('w') or filename: '//var/lib/yum/rpmdb-indexes/conflicts

I will try it george_toolan....

---------- Post added at 06:53 PM ---------- Previous post was at 11:59 AM ----------

OK...no luck...after #yum clear all, I tried #yum install vlc and still received the same error message. The same thing happened when tried to run: #yum install joe....no clue!!
Reply With Quote
Reply

Tags
donwload, errno, filename, invalid, mode, unable, vlc

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Help me donwload a set of soft using yum bmvbab Using Fedora 0 19th September 2008 12:25 PM
i want program to donwload streaming vedio barq Using Fedora 2 14th March 2008 09:36 PM
Yum donwload location? yahya2006 Installation and Live Media 4 14th January 2007 10:34 PM
Yum donwload location? yahya2006 Installation and Live Media 1 13th December 2006 09:38 PM


Current GMT-time: 10:10 (Thursday, 20-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat