You are not logged in.

#1 2008-12-22 18:15:47

foggybrain
Member
Registered: 2008-07-29
Posts: 86

samba errors after update ?? [solved]

I've just updated my samba package and now I get this error on startup

[tim@timbo ~]$ /etc/rc.d/samba start
:: Starting Samba Server                                                 [BUSY] /usr/sbin/smbd: error while loading shared libraries: libhx509.so.3: cannot open shared object file: No such file or directory
/usr/sbin/nmbd: error while loading shared libraries: libhx509.so.3: cannot open shared object file: No such file or directory
                                                                         [FAIL]
[tim@timbo ~]$

Everything was working fine before this update

EDIT

I have tried symlinking " ln -s /usr/lib/libhx509.so.4.0.0 /usr/lib/libhx509.so.3" but I still get a [fail] on samba start

Any help welcome, thanks

Tim

Last edited by foggybrain (2008-12-23 00:37:14)

Offline

#2 2008-12-22 19:19:31

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: samba errors after update ?? [solved]

First off, never symlink libraries. You may introduce very difficult to find bugs by doing this.

It looks like the version of samba that you have on your machine is built against an older  heimdal. Is your whole system up to date?

Offline

#3 2008-12-22 19:31:37

attila
Member
Registered: 2006-11-14
Posts: 293

Re: samba errors after update ?? [solved]

From my view the bug seems to come from the maschine of the package maintainer because if i compile it by myself this is gone:

$ ldd /usr/sbin/smbd | grep libhx509
        libhx509.so.3 => not found
        libhx509.so.4 => /usr/lib/libhx509.so.4 (0xb7317000)
$ ldd pkg/usr/sbin/smbd | grep libhx509
        libhx509.so.4 => /usr/lib/libhx509.so.4 (0xb77f9000)

@skottish Perhaps it would be a good idea to write a bug report.

Offline

#4 2008-12-22 19:44:27

ninian
Member
From: United Kingdom
Registered: 2008-02-24
Posts: 726
Website

Re: samba errors after update ?? [solved]

I've got a fully upgraded system and get the following when issuing the command /etc/rc.d/samba restart:

:: Stopping Samba Server                 [DONE] 
:: Starting Samba Server                 [BUSY]
/usr/sbin/smbd: error while loading shared libraries: libhx509.so.3: cannot open shared object file: No such file or directory
/usr/sbin/nmbd: error while loading shared libraries: libhx509.so.3: cannot open shared object file: No such file or directory    [FAIL]

So it looks like the latest upgrade has indeed caused the breakage.

Offline

#5 2008-12-22 19:49:36

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: samba errors after update ?? [solved]

fill a bug report

Last edited by wonder (2008-12-22 19:52:01)


Give what you have. To someone, it may be better than you dare to think.

Offline

#6 2008-12-22 19:54:39

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: samba errors after update ?? [solved]

I'm not going to file a bug report because I don't use samba. It makes it hard to see what's happening. Either it could be that samba's out of date, or it could be that some of the mirrors are. Would someone having this problem please do it?

Offline

#7 2008-12-22 19:57:05

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: samba errors after update ?? [solved]

there is already a repote about mplayer. i gues that who build it had an old version of heimdal http://bugs.archlinux.org/task/12543

Last edited by wonder (2008-12-22 19:57:43)


Give what you have. To someone, it may be better than you dare to think.

Offline

#8 2008-12-22 20:25:52

attila
Member
Registered: 2006-11-14
Posts: 293

Re: samba errors after update ?? [solved]

There is a bugreport about it: http://bugs.archlinux.org/task/12544

skottish wrote:

I'm not going to file a bug report because I don't use samba.

Sorry this was my mistake because i've overseen that foggybrain and not you open this thread ... silly scrolling from myself.

Offline

#9 2008-12-22 22:30:51

foggybrain
Member
Registered: 2008-07-29
Posts: 86

Re: samba errors after update ?? [solved]

in reply to
"It looks like the version of samba that you have on your machine is built against an older  heimdal. Is your whole system up to date?"

yes

I perform pacman -Syu every day, if not every hour

EDIT

why does the bug report say it's fixed, when it is not ?

I'm gonna wind my system back pre-samba-update until this is fixed sad

Last edited by foggybrain (2008-12-23 00:22:12)

Offline

#10 2008-12-22 23:31:50

ninian
Member
From: United Kingdom
Registered: 2008-02-24
Posts: 726
Website

Re: samba errors after update ?? [solved]

foggybrain wrote:

why does the bug report say it's fixed, when it is not ?

No sign of fixed updates here either - hopefully just the mirrors taking a while to sync?
hmm

Offline

#11 2008-12-23 00:38:10

foggybrain
Member
Registered: 2008-07-29
Posts: 86

Re: samba errors after update ?? [solved]

samba-3.2.6-2 has fixed the problem smile:)

thanks guys

Offline

#12 2008-12-23 00:42:06

krupintupple
Member
From: toronto
Registered: 2007-06-11
Posts: 29

Re: samba errors after update ?? [solved]

same here, just reporting that my samba now works perfectly!

Offline

#13 2008-12-23 10:47:21

ninian
Member
From: United Kingdom
Registered: 2008-02-24
Posts: 726
Website

Re: samba errors after update ?? [solved]

foggybrain wrote:

samba-3.2.6-2 has fixed the problem smile:)

thanks guys

+1 Here! big_smile

Offline

#14 2008-12-29 17:16:20

sighter
Member
Registered: 2008-11-23
Posts: 13

Re: samba errors after update ?? [solved]

Hello,

I have updated samba to samba-3.2.6-2, but without any results depending on this problem.
Has anyone an idea? smile

thx

Offline

#15 2009-01-05 16:22:42

sighter
Member
Registered: 2008-11-23
Posts: 13

Re: samba errors after update ?? [solved]

Problem solved!

I have used the way, wich foggybrain has posted.
Linking to the the new libhx, and it works fine for me.

greetz
Sighter

Offline

Board footer

Powered by FluxBB