[Bug 555525] Re: domainjoin-cli: Failed to join domain

2011-10-27 Thread Ryan Tam
after i remove and reinstall again, it works!! Thank you very much
Paul!!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/25

Title:
  domainjoin-cli: Failed to join domain

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/likewise-open/+bug/25/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 555525] Re: domainjoin-cli: Failed to join domain

2010-09-03 Thread Carlos Barbet
I'm just another person confirming that modifying the /etc/hosts with
the IP address and name of the DCs seems to be correcting this.

Is it because our PTR records are misconfigured (saying Windows is
providing name resolution)? just checked; nope.  Curious but fixed..
thanks.

-- 
domainjoin-cli: Failed to join domain
https://bugs.launchpad.net/bugs/25
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 555525] Re: domainjoin-cli: Failed to join domain

2010-06-21 Thread Tim Rush
I got passed this by editing the HOSTS file and adding my servers.
Also verify your resolv.conf points to the correct DNS.  The default may not be 
correct for your system.

-- 
domainjoin-cli: Failed to join domain
https://bugs.launchpad.net/bugs/25
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 555525] Re: domainjoin-cli: Failed to join domain

2010-06-04 Thread Paul Webster
After wrestling with this for a while I did the following, per Gerald's 
suggestion here or in another thread:
sudo apt-get remove likewise-open
sudo dpkg --purge likewise-open
rebooted
sudo apt-get install likewise-open

I don't know whether it matters or not but I did use the domainjoin-cli
instead of the gui this time.  It worked.  I got joined.  I don't think
it was the gui.  I think there was an underlying setting that didn't get
updated in likewise-open until I completely removed it and started over.

I can authenticate now on my domain BUT I cannot get in to GDM.  It gives me an 
errror with two things, maybe related to ownership.
"Could not update ICEauthority file 
/home/likewise-open/MYDOMAIN/username/.ICEauthority
also
Problem configuring server (/usr/lib/libgconf2-4/gconf-sanity-check-2 exited 
with status 256)

Based on googling I think it is an ownership issue for these files.  I
have tried changing ownership.  None of the posts I have seen are
dealing with domain users, so that extra level of the domain in the
username makes it a bit more complicated.

Any brilliant ideas?

-- 
domainjoin-cli: Failed to join domain
https://bugs.launchpad.net/bugs/25
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 555525] Re: domainjoin-cli: Failed to join domain

2010-06-03 Thread Paul Webster
I changed my /etc/hosts to the following but it still won't leave the
domain (that it really never finished joining)

127.0.0.1 localhost.localdomain localhost
127.0.1.1 pweb-lap
10.1.67.51 SERVER-DC1.mydomain.domain SERVER-DC1
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts

There is a second DC server but it isn't referenced when I run 
lw-get-dc-name mydomain.domain

I get:
Printing LWNET_DC_INFO fields:
===
dwDomainControllerAddressType = 23
dwFlags = 13309
dwVersion = 5
wLMToken = 65535
wNTToken = 65535
pszDomainControllerName = SERVER-DC1.mydomain.domain
pszDomainControllerAddress = 10.1.67.51
pucDomainGUID(hex) = D2 32 2B 75 EA 46 E0 41 A2 9B 0D 39 E3 06 BA 92 
pszNetBIOSDomainName = MYDOMAIN
pszFullyQualifiedDomainName = mydomain.domain
pszDnsForestName = mydomain.domain
pszDCSiteName = Default-First-Site-Name
pszClientSiteName = Default-First-Site-Name
pszNetBIOSHostName = SERVER-DC1
pszUserName = 

Do you see anything fishy here?  It looks good to me.

The error I get when trying to leave or join is:
Lsass Error
1225 (0x4C9) ERROR_CONNECTION_REFUSED - Unkown error

Details:
Error code: CENTERROR_DOMAINJOIN_LSASS_ERROR (0x00080047)
Backtrace:
main.c:368
djmodule.c:323
djauthinfo.c:925
djauthinfo.c:1238

One more clue.  My likewise-open-gui currently shows that I am joined even 
though I got this error.  It gives me there error again if I try to unjoin.  If 
I try to login with my domain credentials it gives me the following:
MYDOMAIN\username -> correct password (No User Account)
MYDOMAIN\username -> wrong password (Authentication Error)

This is really peculiar.  I can tell it is talking to someone out there
and getting something back.

Any help would be really appreciated.

-- 
domainjoin-cli: Failed to join domain
https://bugs.launchpad.net/bugs/25
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 555525] Re: domainjoin-cli: Failed to join domain

2010-06-03 Thread Jerome Haltom
I have a funny feeling this is related to IPv6 being enabled on my
network, but I have no way to verify it. All of my servers have 
records.

Gerald, does this seem like a reasonable line of investigation?

-- 
domainjoin-cli: Failed to join domain
https://bugs.launchpad.net/bugs/25
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs



[Bug 555525] Re: domainjoin-cli: Failed to join domain

2010-06-02 Thread Paul Webster
Jaimie-
What exactly would the host entry on the linux box look like.  My /etc/hosts 
file looks like this. Do I put in the ip address of the DC?

127.0.0.1 localhost.localdomain localhost
127.0.1.1 pweb-lap
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts

-- 
domainjoin-cli: Failed to join domain
https://bugs.launchpad.net/bugs/25
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 555525] Re: domainjoin-cli: Failed to join domain

2010-05-27 Thread DustWolf
Adding the DC record in /etc/hosts worked for me as well and note that
DNS resolution worked just fine beforehand.

-- 
domainjoin-cli: Failed to join domain
https://bugs.launchpad.net/bugs/25
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 555525] Re: domainjoin-cli: Failed to join domain

2010-05-27 Thread Joan Villalta
I have the same issue:
Error: Lsass Error [code 0x00080047]
40286 (0x9D5E) LW_ERROR_LDAP_SERVER_DOWN - Unknown error
Any suggestion?
Thx

-- 
domainjoin-cli: Failed to join domain
https://bugs.launchpad.net/bugs/25
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 555525] Re: domainjoin-cli: Failed to join domain

2010-05-24 Thread jai...@onsitepcs.net
I ran into this same problem and I created a host entry for the DC on
the linux box and the join worked. DNS looks to be setup correctly on
the windows server and every resolves both forward and reverse but the
linux server would not join with out the host entry.

-- 
domainjoin-cli: Failed to join domain
https://bugs.launchpad.net/bugs/25
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 555525] Re: domainjoin-cli: Failed to join domain

2010-04-12 Thread Gerald Carter
Honestly, I'm a little stumped.  I have no local repro for the failure.
If your domainname is really "dnsname.local", you could try removning
any mdns references from /etc/nsswitch.conf.

-- 
domainjoin-cli: Failed to join domain
https://bugs.launchpad.net/bugs/25
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 555525] Re: domainjoin-cli: Failed to join domain

2010-04-12 Thread Casey Jones
I've gotta same error like;

Error: Lsass Error [code 0x00080047]

40286 (0x9D5E) LW_ERROR_LDAP_SERVER_DOWN - Unknown error

lw-get-dc-name dnsname.local is work and getting Domain name.

any suggestion for resolve that problem ?

-- 
domainjoin-cli: Failed to join domain
https://bugs.launchpad.net/bugs/25
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 555525] Re: domainjoin-cli: Failed to join domain

2010-04-06 Thread Jerome Haltom
isi\jhal...@station-1:/home/ISI/jhaltom$ lw-get-dc-name ad.isillc.com
Printing LWNET_DC_INFO fields:
===
dwDomainControllerAddressType = 23
dwFlags = 12796
dwVersion = 5
wLMToken = 65535
wNTToken = 65535
pszDomainControllerName = domino.ad.isillc.com
pszDomainControllerAddress = 10.0.6.3
pucDomainGUID(hex) = 07 6A C4 27 2C 80 B6 49 96 B7 56 83 48 CB AE CD 
pszNetBIOSDomainName = ISI
pszFullyQualifiedDomainName = ad.isillc.com
pszDnsForestName = ad.isillc.com
pszDCSiteName = HQ
pszClientSiteName = HQ
pszNetBIOSHostName = DOMINO
pszUserName = 


Seems to work okay.

-- 
domainjoin-cli: Failed to join domain
https://bugs.launchpad.net/bugs/25
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 555525] Re: domainjoin-cli: Failed to join domain

2010-04-06 Thread Gerald Carter
Jerome,  Could you verify that 'lw-net-dc-name ad.isillc.com' works (or
fails)?  And that the output from "iptables -n -L" is not blocking
traffic on things like port 389,88, 445, 53, or 3268

** Summary changed:

- domainjoin-cli crashes (5.4)
+ domainjoin-cli: Failed to join domain

** Changed in: likewise-open (Ubuntu)
   Status: New => Incomplete

-- 
domainjoin-cli: Failed to join domain
https://bugs.launchpad.net/bugs/25
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs