Go Back   PS3Hax - Sony Fears Us > OtherOS Resources > Yellow Dog Linux
Yellow Dog Linux Other OS for Sony Playstation

Reply
 
LinkBack Thread Tools

Rar?
  #1 (permalink)  
Old 03-22-2008, 10:23 PM
Smoking_blade is offline
I'm Moving On Up ...
 
Join Date: Mar 2008
Posts: 9
Default Rar?

Yes I am a total noob. How do I extract rar files on yellowdog? Really can't wait to figure stuff out, it is only day 1 of linux usage.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #2 (permalink)  
Old 03-22-2008, 10:59 PM
haxen's Avatar
haxen is offline
I shredded my PS3
PS3Hax Leader
 
Join Date: Dec 2006
Posts: 239
Default

install unrar by entering this in terminal window

Quote:
yum install unrar
to open (unpack) rar file in current directory type command:

Quote:
unrar e filename.rar
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

It won't install... I
  #3 (permalink)  
Old 03-23-2008, 12:43 AM
Smoking_blade is offline
I'm Moving On Up ...
 
Join Date: Mar 2008
Posts: 9
Default It won't install... I

I tried doing that before and this is the error I get. I'll try the new .conf and see if thats it but I bet its the repo isn't it.
Edit: I added the yum .conf's and this is the error I get now.


[root@localhost ~]# yum install unrar
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
extrasfc4 [1/7]
extrasfc4 100% |=========================| 1.1 kB 00:00
freshrpms2 [2/7]
[Please register to see this link. ] [Errno 12] Timeout:
Trying other mirror.
Cannot open/read repomd.xml file for repository: freshrpms2
failure: repodata/repomd.xml from freshrpms2: [Errno 256] No more mirrors to try.
Error: failure: repodata/repomd.xml from freshrpms2: [Errno 256] No more mirrors to try.

Last edited by Smoking_blade : 03-23-2008 at 12:49 AM. Reason: quick edit
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

also..
  #4 (permalink)  
Old 03-23-2008, 08:21 PM
Smoking_blade is offline
I'm Moving On Up ...
 
Join Date: Mar 2008
Posts: 9
Default also..

It gives me this error anytime I try to use my YUM for anything... I have no idea what I did wrong, I edited all the files that the Sticky said to. I hope YDL isn't always this troublesome for me :P
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5 (permalink)  
Old 03-23-2008, 08:49 PM
haxen's Avatar
haxen is offline
I shredded my PS3
PS3Hax Leader
 
Join Date: Dec 2006
Posts: 239
Default

post your yum.conf file in here please
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Ahh.
  #6 (permalink)  
Old 03-23-2008, 09:18 PM
Smoking_blade is offline
I'm Moving On Up ...
 
Join Date: Mar 2008
Posts: 9
Default Ahh.

You just saying that fixed it thanks. I looked at it and it didn't quite say what I wanted it to.Thanks. Hmm, i sense another problem on it's way I can't find unrar, also, I can't find yumex. I have all the repo files updated.. I just get no matches found and when I list.. well they definitely aren't on the list either. I'm learning though... and I hope thats what this is all about.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #7 (permalink)  
Old 03-23-2008, 09:33 PM
haxen's Avatar
haxen is offline
I shredded my PS3
PS3Hax Leader
 
Join Date: Dec 2006
Posts: 239
Default

Quote:
yum install yumex
Quote:
yum search unrar
Quote:
yum install unrar
Post your yum.conf in here just so I can check it. I assume you are using YDL 5.02 right?
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

eh
  #8 (permalink)  
Old 03-23-2008, 09:41 PM
Smoking_blade is offline
I'm Moving On Up ...
 
Join Date: Mar 2008
Posts: 9
Default eh

Uhm, I hope thats not my problem I have 5.0, I didn't find this sight and all the updates until after I installed . Here's my yum.conf though


[main]
cachedir=/var/cache/yum
keepcache=0
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=yellowdog-release
tolerant=1
exactarch=1
obsoletes=1
gpgcheck=0
plugins=1
metadata_expire=1800

# PUT YOUR REPOS HERE OR IN separate files named file.repo
# in /etc/yum.repos.d
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Thanks
  #9 (permalink)  
Old 03-23-2008, 10:26 PM
Smoking_blade is offline
I'm Moving On Up ...
 
Join Date: Mar 2008
Posts: 9
Default Thanks

Hey, I still don't have unrar but I've got the YUM mostly correct now. Now my only prohblem is that i can't get [extras] to finish it's search or whatever, it always stops at 3/4 which is [freshrpms] and then takes forever to display this error. again..

[root@localhost ~]# yum search unrar
Loading "installonlyn" plugin
Searching Packages:
Setting up repositories
base [1/4]
fedora-extras [2/4]
updates [3/4]
freshrpms [4/4]
[Please register to see this link. ] [Errno 12] Timeout:
Trying other mirror.
Cannot open/read repomd.xml file for repository: freshrpms
failure: repodata/repomd.xml from freshrpms: [Errno 256] No more mirrors to try.Error: failure: repodata/repomd.xml from freshrpms: [Errno 256] No more mirrors to try.


All I know is I'm getting somewhere.

Last edited by Smoking_blade : 03-23-2008 at 10:34 PM. Reason: add example
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #10 (permalink)  
Old 03-24-2008, 12:33 AM
haxen's Avatar
haxen is offline
I shredded my PS3
PS3Hax Leader
 
Join Date: Dec 2006
Posts: 239
Default

Here are the original 3 repos for YDL 5.0, you can put them in your yum.conf or in separate .repo files in the /etc/yum.repos.d directory.

Post your freshrpms repo file please.


yellowdog-base.repo

[base]
name=Yellow Dog Linux 5.0 Base
#baseurl=http://ftp.yellowdoglinux.com/pub/yellowdog/yum/5.0/base/
mirrorlist=http://www.terrasoftsolutions.com/resources/yd50-base-mlist
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY

yellowdog-extras.repo:

[extras]
name=Yellow Dog Linux 5.0 Extras
#baseurl=http://ftp.yellowdoglinux.com/pub/yellowdog/yum/5.0/extras/
mirrorlist=http://www.terrasoftsolutions.com/resources/yd50-extras-mlist
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY

yellowdog-updates.repo:

[updates]
name=Yellow Dog Linux 5.0 Updates
#baseurl=http://ftp.yellowdoglinux.com/pub/yellowdog/yum/5.0/updates/
mirrorlist=http://www.terrasoftsolutions.com/resources/yd50-updates-mlist
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 12:14 PM.

vB skin by: eXtremepixels
Powered by vBulletin® Version 3.6.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
 SEO by 3.0.0
© PS3Hax.com 2007 & 2008