LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 06-28-2005, 11:59 AM   #1
djmrmagic
LQ Newbie
 
Registered: Oct 2003
Location: Milton Keynes
Distribution: Fedora
Posts: 3

Rep: Reputation: 0
FC4 to Active Directory


Hi All, I have Fedora Core 4 installed, everything is updated and running a treat.
I have a Windows Server 2003 domain, and want to add the FC4 machine to it.

I have set up krb5.conf, smb.conf and nsswitch.conf files
I have started winbind and smb
I have checked kinit and it comes back with no errors

When i exicute net ads join user@DOMAIN.COM it then asks for domain password, i supply it then i get;

[root@linuxsrv ~]# net ads join -UPfagg@DOMIN.COM
Pfagg@DOMAIN.COM's password:
Using short domain name -- WAESAMB
Joined 'LINUXSRV' to realm 'DOMAIN.COM'
*** glibc detected *** net: free(): invalid pointer: 0x008117f0 ***
======= Backtrace: =========
/lib/libc.so.6[0xe7b424]
/lib/libc.so.6(__libc_free+0x77)[0xe7b95f]
/lib/libcom_err.so.2(remove_error_table+0x4b)[0x128abb]
/usr/lib/libkrb5.so.3[0x7af823]
/usr/lib/libkrb5.so.3[0x7af5c7]
/usr/lib/libkrb5.so.3[0x8003ba]
/lib/ld-linux.so.2[0x9d5058]
/lib/libc.so.6(exit+0xc5)[0xe42c69]
/lib/libc.so.6(__libc_start_main+0xce)[0xe2cdee]
net[0x18e0f1]

Any thoughts, many thanks.
 
Old 06-30-2005, 03:39 AM   #2
fibbi
Member
 
Registered: Sep 2003
Distribution: gentoo
Posts: 101

Rep: Reputation: 16
looks like you've found a bug (it crashes trying to free a pointer, which is no fault of yours). Try a different version of net.
 
Old 06-30-2005, 05:20 AM   #3
djmrmagic
LQ Newbie
 
Registered: Oct 2003
Location: Milton Keynes
Distribution: Fedora
Posts: 3

Original Poster
Rep: Reputation: 0
whew, at least its not me
Thanks for your reply
 
Old 07-29-2005, 01:58 PM   #4
saylestock
Member
 
Registered: Apr 2004
Location: Virginia
Distribution: Fedora
Posts: 30

Rep: Reputation: 15
I am having the same problem. Were you able to get your problem resolved?
 
Old 08-16-2005, 04:33 PM   #5
saylestock
Member
 
Registered: Apr 2004
Location: Virginia
Distribution: Fedora
Posts: 30

Rep: Reputation: 15
anybody????

Still puzzled Sam.
 
Old 08-19-2005, 03:22 PM   #6
mikeyt_333
Member
 
Registered: Jun 2001
Location: Up in the clouds
Distribution: Fedora et al.
Posts: 353

Rep: Reputation: 30
also experiencing this, any solution in sight?
 
Old 08-24-2005, 06:14 PM   #7
dattilo0691
LQ Newbie
 
Registered: Aug 2005
Posts: 4

Rep: Reputation: 0
Until the kerberos, or e2fsprogs or whatever bug is fixed:

WORK-AROUND:

export MALLOC_CHECK_=0

-Garth
 
Old 08-24-2005, 06:33 PM   #8
dattilo0691
LQ Newbie
 
Registered: Aug 2005
Posts: 4

Rep: Reputation: 0
Also, for libgcc < 4.0:

export MALLOC_CHECK=0
 
Old 09-20-2005, 04:01 PM   #9
saylestock
Member
 
Registered: Apr 2004
Location: Virginia
Distribution: Fedora
Posts: 30

Rep: Reputation: 15
Waaahoo!! Just loaded all the recent updates to FC4, reconfigured everthing again, and now it works. Looks like one of the updates has corrected the problem with the scripting errors while joining the Domain. I still had some minor problems with SAMBA and AD but was resolved when I installed SAMBA 3.0.20. You can download the FC4 RPM's from samba.org. I have duplicated my success on another computer just to make sure it was not something querky.

Good Luck!
Sam
 
Old 10-25-2005, 02:25 AM   #10
blutonium
LQ Newbie
 
Registered: Oct 2005
Posts: 4

Rep: Reputation: 0
Same problem as above

Hello people

I'm having the same issues. Could anyone explain what this "export MALLOC_CHECK_=0" does and how to apply that in detail to fix this problem?

Thanks
 
Old 10-25-2005, 02:30 AM   #11
blutonium
LQ Newbie
 
Registered: Oct 2005
Posts: 4

Rep: Reputation: 0
Also when I do wbinfo -u (lists ad users) command I do not get any users listed, but wbinfo -g (lists ad groups) shows me the active directory groups. I've also transfered a Kerberos ticket to the linux machine manually. If anyone can help in anyway please do so. hehe
 
Old 10-25-2005, 10:50 AM   #12
saylestock
Member
 
Registered: Apr 2004
Location: Virginia
Distribution: Fedora
Posts: 30

Rep: Reputation: 15
I had success about a month ago. One of the FC4 updates has fixed the problem. For FC4 you need to install all the available updates (not sure which specific update fixed the library problem). Then download and upgrade your version of Sambe to the current version from samba.org. I already had the current version of Samba, so it was one of the FC4 updates that did the trick.

Good Luck!
 
Old 10-25-2005, 11:27 AM   #13
mikeyt_333
Member
 
Registered: Jun 2001
Location: Up in the clouds
Distribution: Fedora et al.
Posts: 353

Rep: Reputation: 30
Is NTLM working for you? When you visit a share in KDE or Gnome, are you required to authenticate? I can't get it to automatically authenticate in KDE or Gnome for network shares, althought the other aspects are functioning now that I've updated.
 
Old 10-25-2005, 11:33 AM   #14
saylestock
Member
 
Registered: Apr 2004
Location: Virginia
Distribution: Fedora
Posts: 30

Rep: Reputation: 15
I have not try it. I use my FC4 as a fileserver to AD member Windows desktops.
 
Old 10-26-2005, 02:14 AM   #15
blutonium
LQ Newbie
 
Registered: Oct 2005
Posts: 4

Rep: Reputation: 0
Ok thanks for that saylestock i'll try to get the updates. I've tried logging in to Samba through a Windows client with a active directory user which didnt work which makes sense since there is an authentication issues with kerberos.

T
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Active Directory vs LDAP alex r Linux - Software 26 04-07-2010 04:47 AM
Fedora Directory Server sync Active Directory paul_mat Linux - Networking 8 03-08-2007 10:51 AM
fc4 crashing when wlan0 is active Mujahid215 Linux - Wireless Networking 2 08-08-2005 07:05 PM
NIS + Active Directory willigiann Linux - Networking 1 07-05-2005 08:15 AM
what is active directory in linux ? rinux Linux - Newbie 3 05-28-2003 11:56 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 04:14 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