LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 04-10-2007, 10:51 AM   #61
BillyGalbreath
Member
 
Registered: Nov 2005
Location: Houston Texas
Distribution: Debian Sid
Posts: 379

Rep: Reputation: 31

Quote:
Originally Posted by lurko
hizzah for Etch! btw.

the dist-upgrade I did after reading in the wee hours on /. about Etch going stable was problem free. I'm going to run stable for a few months I think, or until there's something in testing I want to use.
"Problem free" because a dist-upgrade from Etch testing to Etch stable did nothing to your system.... Its still Etch.
 
Old 04-10-2007, 04:47 PM   #62
war1025
Member
 
Registered: Jul 2006
Distribution: Debian: Squeeze AMD64
Posts: 318

Rep: Reputation: 32
Someone is a little grumpy...
 
Old 04-10-2007, 06:16 PM   #63
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Quote:
Originally Posted by BillyGalbreath
Get a clue... Etch has been stable for months now on most architectures (which most probably includes yours). Unless you use an "off-the-wall" architecture, like sparc, then you've been running the exact same Etch as you are now for months. Nothing has changed.
Grow a brain?
I stopped using the beta versions of Etch because of breakage issues and switched over to Slack. I'm not a newcomer to Unix/Linux and I don't appreciate the insult/sarcasm, okay?
If you don't have anything more constructive to say than this then keep your opinions to yourself.
I'm looking forward to running Debian again.
 
Old 04-10-2007, 08:33 PM   #64
Daws
Member
 
Registered: May 2006
Location: UK
Distribution: Debian
Posts: 447

Rep: Reputation: 39
Quote:
Originally Posted by BillyGalbreath
You ONLY need to do a dist upgrade if you are changing to a newer dist.
Not entirely true, you will occasionally need to do a dist-upgrade when running testing or unstable. Lets say you have randompackage_v1 which depends on randomlib.

randompackage_v2 has just arrived in testing/unstable, it now depends on someotherrandomlib instead. apt-get upgrade will only upgrade packages that are already on your system. As someotherrandomlib is not installed apt will refuse to upgrade randompackage.

During the process you will see something like "[...] and 1 not upgraded"

However apt-get dist-upgrade will install someotherrandomlib automatically and randompackage will be upgraded.

Just thought I'd clear that up.
 
Old 04-10-2007, 08:34 PM   #65
BillyGalbreath
Member
 
Registered: Nov 2005
Location: Houston Texas
Distribution: Debian Sid
Posts: 379

Rep: Reputation: 31
Quote:
Originally Posted by war1025
Someone is a little grumpy...
Yeah - sry 'bout that guys. Was at work, and to put it lightly it wasnt a very fun day.

Quote:
Originally Posted by hitest
Grow a brain?
I stopped using the beta versions of Etch because of breakage issues and switched over to Slack. I'm not a newcomer to Unix/Linux and I don't appreciate the insult/sarcasm, okay?
If you don't have anything more constructive to say than this then keep your opinions to yourself.
I'm looking forward to running Debian again.
I apalogize for sounding so rude, but my post (other than the first sentence) was not meant to be sarcastic. I was just trying to state the point that Etch has been stable on most architectures since late 2006. Maybe your problems were before then, but all I know is Etch has not been getting any updates to most archetectures except for security updates. The only reason Etch was not dubbed "stable" by the debian developers was because they wanted all architectures to be 100% stable before they called any of them stable. That is all.

Again, I apalogize for my rude behavior earlier today.
 
Old 04-10-2007, 08:36 PM   #66
BillyGalbreath
Member
 
Registered: Nov 2005
Location: Houston Texas
Distribution: Debian Sid
Posts: 379

Rep: Reputation: 31
Quote:
Originally Posted by Daws
Not entirely true, you will occasionally need to do a dist-upgrade when running testing or unstable. Lets say you have randompackage_v1 which depends on randomlib.

randompackage_v2 has just arrived in testing/unstable, it now depends on someotherrandomlib instead. apt-get upgrade will only upgrade packages that are already on your system. As someotherrandomlib is not installed apt will refuse to upgrade randompackage.

During the process you will see something like "[...] and 1 not upgraded"

However apt-get dist-upgrade will install someotherrandomlib automatically and randompackage will be upgraded.

Just thought I'd clear that up.
apt-get install -f will install those lib packages you speak of.

Another solution (that I use often) is running dselect - I have found that dselect catches dependacy issues far better than apt-get does (like the lib packages you speak of) and will install them - without running a dist-upgrade.
 
Old 04-10-2007, 08:39 PM   #67
BillyGalbreath
Member
 
Registered: Nov 2005
Location: Houston Texas
Distribution: Debian Sid
Posts: 379

Rep: Reputation: 31
Another note. dist-upgrade will not hurt to run. If it makes things easier for you, by all means do it. Its not like dist-upgrade will "accidentally" break something if you haven't changed your sources or anything. Its a perfectly safe command.
 
Old 04-10-2007, 09:08 PM   #68
Daws
Member
 
Registered: May 2006
Location: UK
Distribution: Debian
Posts: 447

Rep: Reputation: 39
Hehehe perhaps apt-get dselect-upgrade would do the trick . It's all down to personal preference. I just wanted to clear up your strong usage of the word ONLY, it might send confusing messages to those new to the Debian world.
 
Old 04-10-2007, 10:07 PM   #69
JackieBrown
Member
 
Registered: Dec 2004
Location: San Antonio, TX
Distribution: Debian-AMD64 Sid
Posts: 481

Rep: Reputation: 31
Quote:
Originally Posted by BillyGalbreath
apt-get install -f will install those lib packages you speak of.
No it won't. Daws is correct.

apt-get install -f helps when an conflict occurs (the f is for fix.) For example, if I used dpkg to manually force install k3b but forgot to install libk3b3, dpkg would complain about the missing dependency. That is where apt-get install -f comes into play (or maybe if an upgrade breaks midprocess.)

In the situation where packages are being help back because new dependencies are introduced (or removed) dpkg will not see any breaks in the system. That is because there are no breaks as far as dependencies are concerned. So there would be nothing for apt-get -f to fix.
 
Old 04-10-2007, 10:30 PM   #70
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Smile

Quote:
Originally Posted by BillyGalbreath

I apalogize for sounding so rude, but my post (other than the first sentence) was not meant to be sarcastic. I was just trying to state the point that Etch has been stable on most architectures since late 2006. Maybe your problems were before then, but all I know is Etch has not been getting any updates to most archetectures except for security updates. The only reason Etch was not dubbed "stable" by the debian developers was because they wanted all architectures to be 100% stable before they called any of them stable. That is all.

Again, I apalogize for my rude behavior earlier today.
That's okay:-) No harm done:-) No need to apologize, I know what it is like to have a really bad day at work. I also don't usually get heated under the collar, but, I'm tired, had a late night last night.

Yes, I know that Etch has been stable for quite some time, I've just been unlucky methinks:-) Going to give Etch stable another go tomorrow or the next day when I get some sleep.

P.S. Does anyone know if the signing key issue (that was causing breakage problems) applies to Etch 4.0 stable? I'm planning on using the 159 MB net install iso.
 
Old 04-10-2007, 10:38 PM   #71
Dutch Master
Senior Member
 
Registered: Dec 2005
Posts: 1,686

Rep: Reputation: 124Reputation: 124
IFAIK the GPG issue has been resolved and the offending key removed. Haven't seen references to it during dist-upgrades for weeks
 
Old 04-10-2007, 10:50 PM   #72
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250

Original Poster
Rep: Reputation: 62
Some repos may still be giving a message about unauthenticated packages, but I just ignore it. Heard it would be fixed shortly ... maybe already.
 
Old 04-11-2007, 01:57 AM   #73
deepclutch
Member
 
Registered: Nov 2004
Location: Kerala, India
Distribution: Debian Bookworm
Posts: 773
Blog Entries: 1

Rep: Reputation: 34
Code:
prakash@sid:~$ cat /etc/debian_version 
lenny/sid
using apt-pinning
 
Old 04-11-2007, 02:51 AM   #74
lurko
Member
 
Registered: Jun 2006
Location: Ontario, Canada
Distribution: Debian
Posts: 448

Rep: Reputation: 35
Quote:
Originally Posted by BillyGalbreath
Yeah - sry 'bout that guys. Was at work, and to put it lightly it wasnt a very fun day.
It's quite alright. Actually the "upgrade" did do something to my system - it installed around 10 packages. What I was thinking of when I said it went off without a hitch was the upgrade I did on my fileserver about a month ago - openbsd-inetd (IIRC) had a bug that caused that upgrade to grind to a halt, much to my dismay and confusion. Nothing like that happened over the weekend.
 
Old 04-11-2007, 08:04 AM   #75
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Talking

Quote:
Originally Posted by Dutch Master
IFAIK the GPG issue has been resolved and the offending key removed. Haven't seen references to it during dist-upgrades for weeks
Thank you! I appreciate the reply!
 
  


Reply

Tags
gnome, sid



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
LXer: Linux Distribution Debian 4.0 "Etch" suffers delays LXer Syndicated Linux News 0 11-18-2006 02:21 AM
Dbeian etch "apt-get install alien" failes , bug? android6011 Debian 5 08-04-2006 02:38 PM
How to deal with "We don't support Linux"? thisperson Linux - General 6 05-04-2006 02:26 AM
Debian "etch" install problems - no NIC found SharkeyNor Debian 2 08-14-2005 04:12 AM
What's the deal with the urpmi "contrib" sources? adamis Mandriva 6 02-01-2004 12:36 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 12:50 AM.

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