LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 02-24-2007, 02:21 AM   #1
TigerLinux
Senior Member
 
Registered: Sep 2005
Location: Kuala Lumpur, Malaysia
Distribution: Ubuntu 11.04
Posts: 1,731

Rep: Reputation: 30
Suse 10.1 Yast Does not creat URL for local directory as installation source


I try to create a reference to local folder as installation source, but it is unable to do so, it prompts me that URL unable to be created.
 
Old 02-24-2007, 04:13 AM   #2
colucix
LQ Guru
 
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509

Rep: Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983
When you add a new source from Yast, try to specify it as "package directory" instead of "local directory". It works fine for me.
 
Old 02-24-2007, 04:55 AM   #3
litlmary
Member
 
Registered: May 2005
Location: Texas, somewhere near Houston (I think)
Distribution: See my sig
Posts: 308

Rep: Reputation: 30
colucix=nail on head.

I went around and around with this for a long time. If you just "specify URL" it will look for some type of yast or yum repo data to define the source. If you just tell it to look for packages, it will simply make a list of the .rpm files in the directory.

viel gluck,

J
 
Old 02-24-2007, 08:21 AM   #4
TigerLinux
Senior Member
 
Registered: Sep 2005
Location: Kuala Lumpur, Malaysia
Distribution: Ubuntu 11.04
Posts: 1,731

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by colucix
When you add a new source from Yast, try to specify it as "package directory" instead of "local directory". It works fine for me.
Hi, there is no choice for Package Directory when i click the ADD button.
 
Old 02-24-2007, 10:39 AM   #5
colucix
LQ Guru
 
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509

Rep: Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983
Quote:
Originally Posted by TigerLinux
Hi, there is no choice for Package Directory when i click the ADD button.
Sorry. Obviously that choice was introduced since version 10.2. On 10.1 (altough all the YAST update/installation was buggy) a command-line method was introduced to manage repositories and services via ZEN. See man rug for details. A command like
Code:
rug sa --type=mount /dir/where/rpm/are/stored/ local_install         #or eventually
rug sa --type=mount dir:///dir/where/rpm/are/stored/ local_install
should work. sa stats for service-add, --type=mount stats for "Mount a directory of RPMs", local_install is an arbitrary name for the source you're going to create. Hope this will help. The source added with rug, should be read from YAST, too (at least in theory).
 
Old 02-24-2007, 05:19 PM   #6
TigerLinux
Senior Member
 
Registered: Sep 2005
Location: Kuala Lumpur, Malaysia
Distribution: Ubuntu 11.04
Posts: 1,731

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by colucix
Sorry. Obviously that choice was introduced since version 10.2. On 10.1 (altough all the YAST update/installation was buggy) a command-line method was introduced to manage repositories and services via ZEN. See man rug for details. A command like
Code:
rug sa --type=mount /dir/where/rpm/are/stored/ local_install         #or eventually
rug sa --type=mount dir:///dir/where/rpm/are/stored/ local_install
should work. sa stats for service-add, --type=mount stats for "Mount a directory of RPMs", local_install is an arbitrary name for the source you're going to create. Hope this will help. The source added with rug, should be read from YAST, too (at least in theory).
I did likewise, it shows Waking up Zmd........... then no more response
 
Old 02-24-2007, 05:40 PM   #7
colucix
LQ Guru
 
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509

Rep: Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983
"Waking up ZMD" is the expected answer! Did the command hang up or you returned to prompt?
 
Old 02-24-2007, 07:36 PM   #8
TigerLinux
Senior Member
 
Registered: Sep 2005
Location: Kuala Lumpur, Malaysia
Distribution: Ubuntu 11.04
Posts: 1,731

Original Poster
Rep: Reputation: 30
After that, it showed unable to create URL as last time.
 
Old 02-25-2007, 03:34 AM   #9
colucix
LQ Guru
 
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509

Rep: Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983
Hmmm... I have had a bad experience with SuSE 10.1, all the update/installation stuff was broken! I survived after installing Smart package manager... until the release of SuSE 10.2 which solved the problems!
 
Old 02-25-2007, 03:29 PM   #10
litlmary
Member
 
Registered: May 2005
Location: Texas, somewhere near Houston (I think)
Distribution: See my sig
Posts: 308

Rep: Reputation: 30
He got it right again! I thought the OP was using 10.2. Yast package management in 10.1 was a horrible joke. Install smart and smart-gui and use that until you upgrade. Even then, I still prefer smart in 10.2. It is just plain better at resolving dependencies.

Frankly, 10.2 is so superior to 10.1 in so many ways that I don't see why you haven't upgraded...

J
 
Old 02-25-2007, 06:17 PM   #11
TigerLinux
Senior Member
 
Registered: Sep 2005
Location: Kuala Lumpur, Malaysia
Distribution: Ubuntu 11.04
Posts: 1,731

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by litlmary
He got it right again! I thought the OP was using 10.2. Yast package management in 10.1 was a horrible joke. Install smart and smart-gui and use that until you upgrade. Even then, I still prefer smart in 10.2. It is just plain better at resolving dependencies.

Frankly, 10.2 is so superior to 10.1 in so many ways that I don't see why you haven't upgraded...

J
10.2 can not login to created USER ID. I am trying 10.3 alpha 1.
 
Old 02-25-2007, 09:40 PM   #12
litlmary
Member
 
Registered: May 2005
Location: Texas, somewhere near Houston (I think)
Distribution: See my sig
Posts: 308

Rep: Reputation: 30
Quote:
Originally Posted by TigerLinux
10.2 can not login to created USER ID. I am trying 10.3 alpha 1.
I've considered that, but while it is still in alpha it will have a lot of bugs. I'm probably going to wait until it gets to RC...

J
 
Old 02-26-2007, 02:06 AM   #13
TigerLinux
Senior Member
 
Registered: Sep 2005
Location: Kuala Lumpur, Malaysia
Distribution: Ubuntu 11.04
Posts: 1,731

Original Poster
Rep: Reputation: 30
the users of 10.3 alpha 1 said that it is almost impeccable.
 
Old 02-26-2007, 02:11 AM   #14
litlmary
Member
 
Registered: May 2005
Location: Texas, somewhere near Houston (I think)
Distribution: See my sig
Posts: 308

Rep: Reputation: 30
Quote:
Originally Posted by TigerLinux
the users of 10.3 alpha 1 said that it is almost impeccable.
Well, that's good. Maybe at this stage they have only focused on fixing bugs in <=10.2 and will begin adding new features (and the inevitably accompanying bugs) at a later development stage.
 
Old 02-26-2007, 02:39 AM   #15
colucix
LQ Guru
 
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509

Rep: Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983
Quote:
Originally Posted by TigerLinux
10.2 can not login to created USER ID
Sorry my ignorance, but what does this mean?
 
  


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
SuSE Linux 10.1/Yast installation source ndhenry SUSE / openSUSE 6 06-07-2006 10:56 PM
How do I add a local directory as an YaST repository. simjii SUSE / openSUSE 4 04-03-2006 10:07 AM
how do i add a local dir as YAST installation source? MrFixit Linux - Software 2 10-15-2004 07:59 AM
Yast crashes with local directory source ed.lazda SUSE / openSUSE 0 10-15-2004 03:33 AM
Using Yast Online Update from a local directory to install Nvida drivers Killer-Tomato Linux - Newbie 2 09-28-2004 06:07 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 01:50 PM.

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