Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Quick fix for e2fsprogs, com_err, and ss blockers
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9  Next  
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
ianw1974
Guru
Guru


Joined: 18 Oct 2006
Posts: 387
Location: UK and Poland

PostPosted: Tue Oct 28, 2008 5:03 pm    Post subject: Reply with quote

OK, but can I just remove mit-krb5 without causing any problems to my system? As far as I know, I don't think I'm using it.
_________________
Ian Walker

Light travels faster than sound. This is why some people appear bright until you hear them speak.........

Linux Systems Limited | Masternode Monitoring
Back to top
View user's profile Send private message
richard.scott
Veteran
Veteran


Joined: 19 May 2003
Posts: 1497
Location: Oxfordshire, UK

PostPosted: Tue Oct 28, 2008 5:06 pm    Post subject: Reply with quote

try this:

Code:
equery depends mit-krb5


and it will tell you what needs it. If you've got the kerberos flag enabled then a few things will depend on this.
Back to top
View user's profile Send private message
snIP3r
l33t
l33t


Joined: 21 May 2004
Posts: 853
Location: germany

PostPosted: Tue Oct 28, 2008 5:06 pm    Post subject: Reply with quote

ok, all the posts above are related to mit-krb5 package. but is this also related to nft-utils? the machines i tested this fix all have mit-krb5 package installed so the fix works like a charm. but my last machine does not. can someone confirm this fix working if the initiator is nuf-utils?

Code:

area52 ~ # emerge -uavDN world

These are the packages that would be merged, in order:

Calculating world dependencies... done!
[ebuild     U ] sys-fs/e2fsprogs-1.41.2 [1.40.9] USE="nls (-static%)" 4,263 kB
[ebuild  N    ] sys-libs/e2fsprogs-libs-1.41.2  USE="nls" 479 kB
[ebuild     U ] net-fs/nfs-utils-1.1.3 [1.1.0-r1] USE="tcpd -kerberos -nonfsv4" 793 kB
[blocks B     ] sys-libs/e2fsprogs-libs (is blocking sys-libs/ss-1.40.9, sys-libs/com_err-1.40.9)
[blocks B     ] sys-libs/ss (is blocking sys-libs/e2fsprogs-libs-1.41.2)
[blocks B     ] <sys-fs/e2fsprogs-1.41 (is blocking sys-libs/e2fsprogs-libs-1.41.2)
[blocks B     ] sys-libs/com_err (is blocking sys-libs/e2fsprogs-libs-1.41.2)

Total: 3 packages (2 upgrades, 1 new, 4 blocks), Size of downloads: 5,534 kB


Code:

area52 ~ # emerge -s mit-krb5
Searching...
[ Results for search key : mit-krb5 ]
[ Applications found : 1 ]

*  app-crypt/mit-krb5
      Latest version available: 1.6.3-r1
      Latest version installed: [ Not Installed ]
      Size of files: 11,635 kB
      Homepage:      http://web.mit.edu/kerberos/www/
      Description:   MIT Kerberos V
      License:       as-is


greets
snIP3r
_________________
Intel i3-4130T on ASUS P9D-X
Kernel 5.15.88-gentoo SMP
-----------------------------------------------
if your problem is fixed please add something like [solved] to the topic!
Back to top
View user's profile Send private message
ianw1974
Guru
Guru


Joined: 18 Oct 2006
Posts: 387
Location: UK and Poland

PostPosted: Tue Oct 28, 2008 5:11 pm    Post subject: Reply with quote

I think a lot of these problems for me are stemming from when I was having a bright idea about putting samba on this machine using the following use flags (ads,kerberos,winbind). I was going to use LDAP like Active Directory - but since I never got around to this I just removed those three use flags.

Now, from issuing the update it didn't mention anything about ss or com_err as it's removing these flags from the packages that had the dependency for mit-krb5.

So, now I expect that this will fix the problem for me, and I can then just clean up the packages that don't need to be on my system - or in this case mit-krb5. Of course, if you're using kerberos for something, then don't do this.
_________________
Ian Walker

Light travels faster than sound. This is why some people appear bright until you hear them speak.........

Linux Systems Limited | Masternode Monitoring
Back to top
View user's profile Send private message
richard.scott
Veteran
Veteran


Joined: 19 May 2003
Posts: 1497
Location: Oxfordshire, UK

PostPosted: Tue Oct 28, 2008 5:13 pm    Post subject: Reply with quote

snIP3r: by the looks of it running this should fix your system, you can ignore the mit-krb5 stuff:

Code:
# emerge -f e2fsprogs e2fsprogs-libs
# emerge --unmerge ss com_err e2fsprogs
# emerge e2fsprogs


nfs-utils-1.1.3 looks to build against e2fsprogs and not ss/com_err
Back to top
View user's profile Send private message
jkomar
Apprentice
Apprentice


Joined: 24 Sep 2004
Posts: 192
Location: Calgary, Canada

PostPosted: Tue Oct 28, 2008 5:21 pm    Post subject: Reply with quote

Thanks for the post. Very helpful.

Jason
_________________
www.jbox.ca
www.flashinthepan.ca
stormfront Portage/Paludis overlay
Back to top
View user's profile Send private message
snIP3r
l33t
l33t


Joined: 21 May 2004
Posts: 853
Location: germany

PostPosted: Tue Oct 28, 2008 5:27 pm    Post subject: Reply with quote

richard.scott wrote:
snIP3r: by the looks of it running this should fix your system, you can ignore the mit-krb5 stuff:

Code:
# emerge -f e2fsprogs e2fsprogs-libs
# emerge --unmerge ss com_err e2fsprogs
# emerge e2fsprogs


nfs-utils-1.1.3 looks to build against e2fsprogs and not ss/com_err


thx for the help. works like a charm :)

snIP3r
_________________
Intel i3-4130T on ASUS P9D-X
Kernel 5.15.88-gentoo SMP
-----------------------------------------------
if your problem is fixed please add something like [solved] to the topic!
Back to top
View user's profile Send private message
wuzzerd
Guru
Guru


Joined: 05 Jan 2005
Posts: 467
Location: New Mexico

PostPosted: Tue Oct 28, 2008 6:32 pm    Post subject: Reply with quote

I broke my rule: Look at forums before deleteing blocks. lol.

That will teach me. Of course mount and umount spit out a list of missing libraries, which I restored from my backup with the help of knoppix.

Then emerge -pUDN world showed no blocks!?! revdep-rebuild came up clean. Time to update my backups...

Good thread guys, your solutions are spot on.
Back to top
View user's profile Send private message
davidjneff
n00b
n00b


Joined: 15 Dec 2005
Posts: 47

PostPosted: Tue Oct 28, 2008 7:39 pm    Post subject: Reply with quote

richard.scott wrote:
snIP3r: by the looks of it running this should fix your system, you can ignore the mit-krb5 stuff:

Code:
# emerge -f e2fsprogs e2fsprogs-libs
# emerge --unmerge ss com_err e2fsprogs
# emerge e2fsprogs


nfs-utils-1.1.3 looks to build against e2fsprogs and not ss/com_err


Thanks, this fixed it for me too. Had to do another

# emerge --sync

after this to make the problem fully go away (still showed blocks in a world update until I did another sync).
Back to top
View user's profile Send private message
jemrpo
n00b
n00b


Joined: 07 Mar 2008
Posts: 25
Location: Medellin - Colombia

PostPosted: Tue Oct 28, 2008 8:34 pm    Post subject: Reply with quote

Just had the same problem and solved with this:
Code:

emerge -atuvDN world ( shows blockers )
qpkg com_err ss e2fsprogs
emerge -C com_err ss e2fsprogs
emerge -atuvDN world

After that just run revdep-rebuild and worked just fine. finally I can boot as usual to my gentoo box.
Back to top
View user's profile Send private message
Vandon
n00b
n00b


Joined: 04 Jan 2004
Posts: 29

PostPosted: Tue Oct 28, 2008 8:36 pm    Post subject: Reply with quote

Why do stable x86 packages depend on unstable ~x86 packages? Is there a reason that the kerberos packages that are needed to fix this issue are still listed as unstable?
A stable system should be just that, stable and not depend on ~keyworded packages. Once you start allowing ~ keywords, then you'll need another package added to the packages.keywords file, then another. Soon it will just be easier to go ~x86. None of these packages should have been release to stable until they were all ready to release.
Back to top
View user's profile Send private message
depontius
Advocate
Advocate


Joined: 05 May 2004
Posts: 3509

PostPosted: Tue Oct 28, 2008 10:57 pm    Post subject: Reply with quote

ianw1974 wrote:

so is it safe to remove mit-krb5 and just not have it at all?


Presuming mit-krb5 was installed on purpose and not by elves in the middle of the night, I would presume you need it. It got there either because it was purposefully installed or because a USE flag called for it to be installed. My deskside doesn't have the kerberos use flag, and I don't think my hardened server does, either. At least kerberos isn't installed, I don't have "-kerberos" set in make.conf, and I have packages installed which would drag it in, if the USE flag were set.

At the very least, don't simply remove it. See what's depending on it. At the very least, you'll need to add "-kerberos" to your USE flags in make.conf, and "emerge -atuvDN system/world" to rebuild packages so they don't depend on it. Also check that you don't have things like "pam_krb5" installed, or that you're not using SASL with GSSAPI.
_________________
.sigs waste space and bandwidth
Back to top
View user's profile Send private message
BonesToo
Apprentice
Apprentice


Joined: 19 Aug 2003
Posts: 153

PostPosted: Wed Oct 29, 2008 6:47 pm    Post subject: Reply with quote

looks like mit-krb5 is now stable. no need to unmask it.
Back to top
View user's profile Send private message
saturday
Apprentice
Apprentice


Joined: 20 Dec 2004
Posts: 246
Location: de/munich/home

PostPosted: Wed Oct 29, 2008 7:07 pm    Post subject: Reply with quote

richard.scott wrote:
snIP3r: by the looks of it running this should fix your system, you can ignore the mit-krb5 stuff:

Code:
# emerge -f e2fsprogs e2fsprogs-libs
# emerge --unmerge ss com_err e2fsprogs
# emerge e2fsprogs



That worked for me like a charm! Thank you!
Back to top
View user's profile Send private message
cgmd
Veteran
Veteran


Joined: 17 Feb 2005
Posts: 1585
Location: Louisiana

PostPosted: Thu Oct 30, 2008 3:40 pm    Post subject: Reply with quote

OK, my efforts to correct the the damage to my gentoo functionality as a consequence of dealing with this problem left me with a borked system.

I no longer have sys-apps/util-linux on my system... :(

I'm now chrooted using gentoo min install cd and tried to emerge sys-apps/coreutils-6.10-r2, and have come up with:
Code:

[blocks B  ] <sys-apps/util-linux-2.13 (is blocking sys-apps/coreutils-6.10-r2)


Would someone please tell me a way to deal with this?

Thanks...
_________________
"Primum non nocere" ---Galen
Back to top
View user's profile Send private message
richard.scott
Veteran
Veteran


Joined: 19 May 2003
Posts: 1497
Location: Oxfordshire, UK

PostPosted: Thu Oct 30, 2008 4:30 pm    Post subject: Reply with quote

unmerge util-linux and emerge coreutils :-)
Back to top
View user's profile Send private message
cgmd
Veteran
Veteran


Joined: 17 Feb 2005
Posts: 1585
Location: Louisiana

PostPosted: Thu Oct 30, 2008 6:23 pm    Post subject: Reply with quote

richard.scott wrote:
unmerge util-linux and emerge coreutils :-)

util-linux has already been unmerged, but shows up as this blocker. :(
_________________
"Primum non nocere" ---Galen
Back to top
View user's profile Send private message
snIP3r
l33t
l33t


Joined: 21 May 2004
Posts: 853
Location: germany

PostPosted: Thu Oct 30, 2008 6:47 pm    Post subject: Reply with quote

cgmd wrote:
richard.scott wrote:
unmerge util-linux and emerge coreutils :-)

util-linux has already been unmerged, but shows up as this blocker. :(


perhaps a revdep-rebuild or another sync of the portage tree could help?
_________________
Intel i3-4130T on ASUS P9D-X
Kernel 5.15.88-gentoo SMP
-----------------------------------------------
if your problem is fixed please add something like [solved] to the topic!
Back to top
View user's profile Send private message
cgmd
Veteran
Veteran


Joined: 17 Feb 2005
Posts: 1585
Location: Louisiana

PostPosted: Thu Oct 30, 2008 8:11 pm    Post subject: Reply with quote

snIP3r wrote:
cgmd wrote:
richard.scott wrote:
unmerge util-linux and emerge coreutils :-)

util-linux has already been unmerged, but shows up as this blocker. :(


perhaps a revdep-rebuild or another sync of the portage tree could help?


The blocker error, above, also shows up with revdep-rebuild and prevents a a continuation of revdep-rebuild... :(
_________________
"Primum non nocere" ---Galen


Last edited by cgmd on Fri Oct 31, 2008 12:51 am; edited 1 time in total
Back to top
View user's profile Send private message
zeek
Guru
Guru


Joined: 16 Nov 2002
Posts: 480
Location: Bantayan Island

PostPosted: Fri Oct 31, 2008 12:06 am    Post subject: Reply with quote

cgmd wrote:
OK, my efforts to correct the the damage to my gentoo functionality as a consequence of dealing with this problem left me with a borked system.

I no longer have sys-apps/util-linux on my system... :(

I'm now chrooted using gentoo min install cd and tried to emerge sys-apps/coreutils-6.10-r2, and have come up with:
Code:

[blocks B  ] <sys-apps/util-linux-2.13 (is blocking sys-apps/coreutils-6.10-r2)


Would someone please tell me a way to deal with this?

Thanks...


emerge --nodeps -v1 coreutils
Back to top
View user's profile Send private message
jstead1
Guru
Guru


Joined: 01 Aug 2003
Posts: 427
Location: Oswego, NY where the snow is deep

PostPosted: Fri Oct 31, 2008 1:47 am    Post subject: Reply with quote

Wow, so many solutions.
Between this and other posts there must be a dozen.
I'm sure several of them work. Maybe one will work for me.
On the other hand, I already broke my gentoo once this week.
I think I'll sit this one out until the devs straighten this out.
_________________
jim
Back to top
View user's profile Send private message
cgmd
Veteran
Veteran


Joined: 17 Feb 2005
Posts: 1585
Location: Louisiana

PostPosted: Fri Oct 31, 2008 2:26 am    Post subject: Reply with quote

zeek wrote:
cgmd wrote:
OK, my efforts to correct the the damage to my gentoo functionality as a consequence of dealing with this problem left me with a borked system.

I no longer have sys-apps/util-linux on my system... :(

I'm now chrooted using gentoo min install cd and tried to emerge sys-apps/coreutils-6.10-r2, and have come up with:
Code:

[blocks B  ] <sys-apps/util-linux-2.13 (is blocking sys-apps/coreutils-6.10-r2)


Would someone please tell me a way to deal with this?

Thanks...


emerge --nodeps -v1 coreutils

This helped a lot... Thank you!

Now revdep-rebuild is free of blockers, but has rebuilt only a few, but not all packages...

Most packages fail with 'Temporary failure in name resolution' as exemplified when I attempt to emerge --sync:

Code:
Notice: (-3, 'Temporary failure in name resolution')
>>> Starting rsync with rsync://rsync.us.gentoo.org/gentoo-portage...
>>> Checking server timestamp ...
>>> Retrying...
Notice: (-3, 'Temporary failure in name resolution')


>>> Starting retry 1 of 3 with rsync://rsync.us.gentoo.org/gentoo-portage
>>> Checking server timestamp ...
>>> Retrying...
Notice: (-3, 'Temporary failure in name resolution')


What must I do to correct this?

Thanks!
_________________
"Primum non nocere" ---Galen
Back to top
View user's profile Send private message
anton_kg
Tux's lil' helper
Tux's lil' helper


Joined: 10 Feb 2007
Posts: 93

PostPosted: Fri Oct 31, 2008 2:54 am    Post subject: Reply with quote

The updated solution is much simpler:

Code:
emerge --sync
emerge -DNuf system
emerge -C ss com_err e2fsprogs e2fsprogs-libs

emerge -DNupv system
[ebuild  N    ] sys-libs/e2fsprogs-libs-1.41.2
[ebuild     U ] app-crypt/mit-krb5-1.6.3-r4 [1.6.3-r1]
[ebuild  N    ] sys-fs/e2fsprogs-1.41.2


Note1: Don't skip "emerge -f"step.
Note2: Use "emerge -1" if you're emerging some libs manually

Read the bug #244511 discussion and its dependencies if you still have some blockers
Back to top
View user's profile Send private message
snIP3r
l33t
l33t


Joined: 21 May 2004
Posts: 853
Location: germany

PostPosted: Fri Oct 31, 2008 6:51 am    Post subject: Reply with quote

cgmd wrote:
zeek wrote:
cgmd wrote:
OK, my efforts to correct the the damage to my gentoo functionality as a consequence of dealing with this problem left me with a borked system.

I no longer have sys-apps/util-linux on my system... :(

I'm now chrooted using gentoo min install cd and tried to emerge sys-apps/coreutils-6.10-r2, and have come up with:
Code:

[blocks B  ] <sys-apps/util-linux-2.13 (is blocking sys-apps/coreutils-6.10-r2)


Would someone please tell me a way to deal with this?

Thanks...


emerge --nodeps -v1 coreutils

This helped a lot... Thank you!

Now revdep-rebuild is free of blockers, but has rebuilt only a few, but not all packages...

Most packages fail with 'Temporary failure in name resolution' as exemplified when I attempt to emerge --sync:

Code:
Notice: (-3, 'Temporary failure in name resolution')
>>> Starting rsync with rsync://rsync.us.gentoo.org/gentoo-portage...
>>> Checking server timestamp ...
>>> Retrying...
Notice: (-3, 'Temporary failure in name resolution')


>>> Starting retry 1 of 3 with rsync://rsync.us.gentoo.org/gentoo-portage
>>> Checking server timestamp ...
>>> Retrying...
Notice: (-3, 'Temporary failure in name resolution')


What must I do to correct this?

Thanks!


hi!

i think this is due to a dns problem. you can wait a few hours and try it again or you can change your rsync server.
you can find the status off all rsync servers here:

http://mirrorstats.gentoo.org/rsync/

HTH
snIP3r[/code]
_________________
Intel i3-4130T on ASUS P9D-X
Kernel 5.15.88-gentoo SMP
-----------------------------------------------
if your problem is fixed please add something like [solved] to the topic!
Back to top
View user's profile Send private message
richard.scott
Veteran
Veteran


Joined: 19 May 2003
Posts: 1497
Location: Oxfordshire, UK

PostPosted: Fri Oct 31, 2008 9:04 am    Post subject: Reply with quote

anton_kg wrote:
The updated solution is much simpler....


yes, things are finally looking to smooth out now that portage has updated over the past few days and now isn't creating the blockers of my original post :wink:
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9  Next
Page 2 of 9

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum