openSUSE Forums > Network/Internet » Do not install yast2 ISDN update if you have Pantech modem

Go Back   openSUSE Forums > Network/Internet
Forums FAQ Members List Search Today's Posts Mark Forums Read


Network/Internet Questions about internet applications, network configuration, usage (SAMBA, network printing, NFS)

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 20-Mar-2009, 13:06
Student Penguin
 
Join Date: Mar 2009
Posts: 91
seasoned_geek hasn't been rated much yet
Default Do not install yast2 ISDN update if you have Pantech modem

All,

I'm just about to finish re-installing my entire notebook due to the yast2 ISDN patch/update which was recently released. DO NOT install it if you have a Pantech modem which is working now. It will not be working once you install that no matter what you do. In the infinite wisdom of Yast, they do not allow you to back out patches. I had issues with my backup utility, so doing a complete re-install now.
Reply With Quote
  #2 (permalink)  
Old 20-Mar-2009, 13:20
AndreasStieger's Avatar
Busy Penguin
 
Join Date: Jun 2008
Posts: 275
AndreasStieger hasn't been rated much yet
Default Re: Do not install yast2 ISDN update if you have Pantech modem

seasoned geek wrote:
> I'm just about to finish re-installing my entire notebook due to the
> yast2 ISDN patch/update which was recently released. DO NOT install it
> if you have a Pantech modem which is working now. It will not be
> working once you install that no matter what you do. In the infinite
> wisdom of Yast, they do not allow you to back out patches.


Incorrect. You can always go back to the older version of the package.

> I had issues with my backup utility, so doing a complete re-install now.


Too bad.

Kind regards
Andreas Stieger

Reply With Quote
  #3 (permalink)  
Old 20-Mar-2009, 14:30
Student Penguin
 
Join Date: Mar 2009
Posts: 91
seasoned_geek hasn't been rated much yet
Default Re: Do not install yast2 ISDN update if you have Pantech mod

No, correct. Once the patch was installed it would not allow it to be backed out or deleted. Re-install didn't fix it either, tried that twice.
Reply With Quote
  #4 (permalink)  
Old 20-Mar-2009, 15:31
smpoole7's Avatar
Parent Penguin
 
Join Date: Oct 2008
Location: Birmingham. AL
Posts: 580
smpoole7 is on a distinguished reputation roadsmpoole7 is on a distinguished reputation road
Default Re: Do not install yast2 ISDN update if you have Pantech mod

Quote:
Originally Posted by AndreasStieger View Post
Incorrect. You can always go back to the older version of the package.
How do you back to the previous version?
Reply With Quote
  #5 (permalink)  
Old 20-Mar-2009, 17:45
AndreasStieger's Avatar
Busy Penguin
 
Join Date: Jun 2008
Posts: 275
AndreasStieger hasn't been rated much yet
Default Re: Do not install yast2 ISDN update if you have Pantech modem

seasoned geek wrote:
> No, correct. Once the patch was installed it would not allow it to be
> backed out or deleted. Re-install didn't fix it either, tried that
> twice.


I'm afraid you're incorrect. You can install any patched package...

Code:
$ zypper search -s yast2-network
Loading repository data...
Reading installed packages...

S | Name                    | Type       | Version       | Arch   | Repository
--+-------------------------+------------+---------------+--------+---------------------
i | yast2-network           | package    | 2.17.66-1.1.1 | i586   | openSUSE-11.1-Update
v | yast2-network           | package    | 2.17.60-1.4   | i586   | openSUSE 11.1-0
v | yast2-network           | package    | 2.17.60-1.4   | i586   | openSUSE-11.1-Oss
| yast2-network           | srcpackage | 2.17.66-1.1.1 | noarch | openSUSE-11.1-Update
| yast2-network           | srcpackage | 2.17.60-1.4   | noarch | openSUSE-11.1-Source
i | yast2-network           | patch      | 471           | noarch | openSUSE-11.1-Update
| yast2-network-devel-doc | package    | 2.17.66-1.1.1 | i586   | openSUSE-11.1-Update
| yast2-network-devel-doc | package    | 2.17.60-1.4   | i586   | openSUSE-11.1-Oss
....in any version...

Code:
$ zypper install yast2-network=2.17.60-1.4
Loading repository data...
Reading installed packages...
Resolving package dependencies...

The following package is going to be downgraded:
yast2-network


Overall download size: 327.0 K. After the operation, 7.0 K will be freed.
Continue? [YES/no]:
Retrieving package yast2-network-2.17.60-1.4.i586 (1/1), 327.0 K (2.0 M unpacked)
Installing: yast2-network-2.17.60-1.4 [done]
....you happen to like that day...

Code:
$ zypper install yast2-network=2.17.66-1.1.1
Loading repository data...
Reading installed packages...
Resolving package dependencies...

The following package is going to be upgraded:
yast2-network


Overall download size: 330.0 K. After the operation, additional 7.0 K will be used.
Continue? [YES/no]:
Retrieving package yast2-network-2.17.66-1.1.1.i586 (1/1), 330.0 K (2.0 M unpacked)
Retrieving delta: ./rpm/i586/yast2-network-2.17.60_2.17.66-1.4_1.1.1.i586.delta.rpm, 62.0 K
Retrieving: yast2-network-2.17.60_2.17.66-1.4_1.1.1.i586.delta.rpm [done]
Applying delta: ./yast2-network-2.17.60_2.17.66-1.4_1.1.1.i586.delta.rpm [done]
Installing: yast2-network-2.17.66-1.1.1 [done]
....because all of them are in the repositories.

So much for the messy part.

Original release versions aren't removed from the release repositories.
Intermediate updates version aren't removed either from the update repositories.
(Example: MozillaFirefox patched several times since 11.1 release)
Any such version is hence still installable for install. And yes, for mouse
operators there's an easy YaST way, look for the "versions" tab.

Kind regards,
Andreas Stieger
Reply With Quote
  #6 (permalink)  
Old 20-Mar-2009, 20:21
smpoole7's Avatar
Parent Penguin
 
Join Date: Oct 2008
Location: Birmingham. AL
Posts: 580
smpoole7 is on a distinguished reputation roadsmpoole7 is on a distinguished reputation road
Default Re: Do not install yast2 ISDN update if you have Pantech mod

Quote:
Originally Posted by AndreasStieger View Post
Original release versions aren't removed from the release repositories.
Intermediate updates version aren't removed either from the update repositories.
(Example: MozillaFirefox patched several times since 11.1 release)
Any such version is hence still installable for install. And yes, for mouse
operators there's an easy YaST way, look for the "versions" tab.
I didn't know that. Thanks for sharing it. Proof that you can learn something new every day.

Frankly, having suffered MAJOR problems after some updates in the past, this definitely needs to be made obvious to the user. With some busted Kernel updates, I've backed off to the previous version, but I wasn't aware that the older versions for ALL updates were still in the repos. That's handy to know!
Reply With Quote
  #7 (permalink)  
Old 21-Mar-2009, 09:03
MultiplePersonality
Guest
 
Posts: n/a
Default Re: Do not install yast2 ISDN update if you have Pantech modem

> this definitely needs to be made obvious to the user.

AGREE!
is it in the howTo, or faQ, or maybe the wiki, or (heaven help us) so
near as to be in the onboard documentation at:
file:///usr/share/doc/manual/opensuse-manual_en/manual/index.html

--
solo
Reply With Quote
Reply

Bookmarks

Tags
internet, pantech, yast2


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