openSUSE Forums > Install/Boot/Login » openSUSE 11.1 - Repositories?!

Go Back   openSUSE Forums > Install/Boot/Login
Forums FAQ Members List Search Today's Posts Mark Forums Read


Install/Boot/Login Questions about installation, login, boot issues, partitioning, file systems, software that runs at boot (GRUB, LILO, boot scripts)

Reply
Page 1 of 3 1 23
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 21-Dec-2008, 19:00
Puzzled Penguin
 
Join Date: Dec 2008
Posts: 6
besuch hasn't been rated much yet
Default openSUSE 11.1 - Repositories?!

Hi.
Today I tried to install openSUSE 11.1 from a DVD on a ppc (MacG4) system.

Yaboot sucessfully booted the kernel and the installation system loadet up the graphics.
After choosing my language (guess its german..) and accepting the license agreement (gpl and so on..)
The installation system startet to auto-checkup my system where its last point on the check list is Adding sources or stuff.

So here it comes: at that point the installation stops and asks me for me repositories. I thought: OK, click DVD and press OK. same question... choose CD ...
fails again.. nervous...

anyhow. i tried to boot from 2 different DVDs , iso image is md5sumed correctly and now i tried to boot from a HDD. where i entered install from HDD (/dev/sda3 in my case i hope thats right "a" for first external device, "3" for its partition?)

i need to now what to enter at this repository line, where are these repositories? ( which is probably the same as the sources list for apt from debian, where i used to hang around 5 years ago... )

so i'm a bit rusty please explain it slooooow to me. ;)
-willi
Reply With Quote
  #2 (permalink)  
Old 21-Dec-2008, 20:25
dragonbite's Avatar
Parent Penguin
 
Join Date: Jun 2008
Location: Connecticut, USA
Posts: 763
dragonbite hasn't been rated much yet
Send a message via AIM to dragonbite Send a message via MSN to dragonbite Send a message via Yahoo to dragonbite
Default Re: openSUSE 11.1 - Repositories?!

You should be able to get the repository information from the wiki pages:
Package Repositories - openSUSE
Additional YaST Package Repositories - openSUSE
__________________
"Linux provides freedom, problem is most users don't know what it is or how to use it." ~me
openSUSE; Have a lot of fun on your desktop again!
Linux User #477531 | DACS Linux SIG Leader (dacs.org)
Reply With Quote
  #3 (permalink)  
Old 21-Dec-2008, 20:42
Parent Penguin
 
Join Date: Dec 2008
Posts: 646
robopensuse hasn't been rated much yet
Default Re: openSUSE 11.1 - Repositories?!

Quote:
Originally Posted by besuch View Post
Hi.
So here it comes: at that point the installation stops and asks me for me repositories. I thought: OK, click DVD and press OK. same question... choose CD ...
fails again.. nervous...
I've seen similar messages when installing from Net and it couldn't find the YaST repository via HTTP or NFS depending how I was installing.

Are you seeing this, after initial kernel loading, and the installer has started.

In that case, it should know how to mount the DVD and where to find the packages to install in it's repo. So, the issue you see, would suggest a driver problem making the DVD unmountable for some reason. ( I don't know the PPC, have you an equivalent of CNTRL-ALT-F2 to run commands as root, whilst the installer is running? )


Or is it post-installation, with a difficulty sorting out update repositaries (because I've seen bug reports on this). In that case you can ignore the setting of software sources for now. The defaults should be correct.
Reply With Quote
  #4 (permalink)  
Old 21-Dec-2008, 20:50
dragonbite's Avatar
Parent Penguin
 
Join Date: Jun 2008
Location: Connecticut, USA
Posts: 763
dragonbite hasn't been rated much yet
Send a message via AIM to dragonbite Send a message via MSN to dragonbite Send a message via Yahoo to dragonbite
Default Re: openSUSE 11.1 - Repositories?!

I had some error like that once before and had to do a full download and install even though it passed all of the tests.
__________________
"Linux provides freedom, problem is most users don't know what it is or how to use it." ~me
openSUSE; Have a lot of fun on your desktop again!
Linux User #477531 | DACS Linux SIG Leader (dacs.org)
Reply With Quote
  #5 (permalink)  
Old 21-Dec-2008, 21:42
Parent Penguin
 
Join Date: Dec 2008
Posts: 646
robopensuse hasn't been rated much yet
Default Re: openSUSE 11.1 - Repositories?!

I think it is the point where Software selection is made, after "Preparation" in which case it's frustrating as it lets you spend time on disk partitioning etc, and then fails on something it could have checked, after showing you the welcome screen to read.
Reply With Quote
  #6 (permalink)  
Old 22-Dec-2008, 04:43
Puzzled Penguin
 
Join Date: Dec 2008
Posts: 6
besuch hasn't been rated much yet
Default Re: openSUSE 11.1 - Repositories?!

Ok, i'll try to mount the dvd..

before:
here is the dialog i got:

while "system analysis"

"Unable to create repository from URL 'cd:///?devices:/dev/hdc'.

Failed to Mount cd:///?devices:/dev/hdc/

Try Again?"


only options where CD and DVD and a text field where i entered "oss non-oss"

confirmed:

"Insert openSUSE 11.1 CD 1"

continue

and then it loops.



brb trying to mount.
Reply With Quote
  #7 (permalink)  
Old 22-Dec-2008, 05:24
Puzzled Penguin
 
Join Date: Dec 2008
Posts: 6
besuch hasn't been rated much yet
Default Re: openSUSE 11.1 - Repositories?!

****, am i dumb?

mkdir /cdrom
mount -F hfs /dev/hdc /cdrom/
invalid argument
mount -t hfs -o ro,user,exec /dev/hdc /cdrom

in combinations... and also with hfsplus nothing worked?!

hdc must be my cdrom drive there is just hda my harddrive, and hdc, no hdb or hdd....

I'm so close to give up and install fedora.. :/
Reply With Quote
  #8 (permalink)  
Old 22-Dec-2008, 05:33
Puzzled Penguin
 
Join Date: Dec 2008
Posts: 25
stream303 hasn't been rated much yet
Default Re: openSUSE 11.1 - Repositories?!

The repositories kind of threw me in 11.1 on my G5 iMac. When I did a net-install I chose to use

powerpc.opensuse.org

and

/distribution/11.1/repo/oss/

to get me started. I could have used aria2 or manually chosen a mirror, but this was my very first install.

It may not help with your DVD situation, but I wrote up a little thing about netinstalling openSUSE on ppc here:

PPCLinux - 11.1 installation walk-through and comments - PPCLinux

I've still got a lot to learn!
__________________
G5 iMac / AMD64
Reply With Quote
  #9 (permalink)  
Old 22-Dec-2008, 05:37
Puzzled Penguin
 
Join Date: Dec 2008
Posts: 3
clicker71 hasn't been rated much yet
Default Re: openSUSE 11.1 - Repositories?!

It seems i have the same problem. But i am trying to boot from HDD and Yast says at the very same place while "installing repositories" that it can not find repo at dev/sda1/openSUSE-11.1-DVD-i586.iso.

Please anybody help!!!!
Reply With Quote
  #10 (permalink)  
Old 22-Dec-2008, 05:48
Puzzled Penguin
 
Join Date: Dec 2008
Posts: 6
besuch hasn't been rated much yet
Default Re: openSUSE 11.1 - Repositories?!

i also tried with plan B installing from a hard disc but also there i need something like

"Enter Directory On The Server
> /distribution/11.1/repo/oss/"

just for the dvd.

-


btw i dont understand why the installer is asking me for "openSUSE 11.1 CD 1" when the name of the burned image "openSUSE 11.1 1" is. (cd is missing?!)
Reply With Quote
Reply
Page 1 of 3 1 23

Bookmarks

Tags
11.1, mac, ppc, repositories


Thread Tools
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
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2