Click to See Complete Forum and Search --> : i got this error message while upgrading samba3.0. what it mean? good or bad?


roadorange
12-16-2003, 10:17 PM
[root@roadorange programs]# rpm -Fvh samba*.rpm
warning: samba-3.0.1-2_rh9.i386.rpm: V3 DSA signature: NOKEY, key ID 2f87af6f
Preparing... ########################################### [100%]
1:samba ########################################### [100%]
Moving tdb files in /var/cache/samba/*.tdb to /var/lib/samba/*.tdb
Installing stack version of /etc/pam.d/samba...
error: %postun(samba-2.2.7a-7.9.0) scriptlet failed, exit status 1

what that mean??
is it upgrade successfully? what about the error message? is it ok?
error: %postun(samba-2.2.7a-7.9.0) scriptlet failed, exit status 1

100prcnt Marine
12-17-2003, 02:48 PM
i just installed samb3 myself and got the same error on 2 different machines

when i do smbstatus they both report that i'm running ver 3.0 and all seems to be fine but i am current trying to track that down

i'lll let u know if i find something

roadorange
12-17-2003, 08:53 PM
Originally posted by 100prcnt Marine
i just installed samb3 myself and got the same error on 2 different machines

when i do smbstatus they both report that i'm running ver 3.0 and all seems to be fine but i am current trying to track that down

i'lll let u know if i find something

hi... i do testparm for samba and all seem good too
thank your reply to my message. thank you.

100prcnt Marine
12-18-2003, 09:53 AM
i did testparm aswell but its an independent proggy that looks at your smb.conf atleast thats what i think it does
but mine came out good aswell. i am not to sure how i feel about that but it works and sometimes working is botom line
:D

DMR
12-19-2003, 12:01 AM
the %postun script is used by RPM packages to do a final post-uninstall cleanup. In this case, it looks like the upgrade was able to complete sucessfully, but was unable to totally remove all traces of the older version.

100prcnt Marine
12-19-2003, 10:46 AM
sounds good thanx

DMR
12-19-2003, 11:40 AM
You're welcome :)