search for: speelman

Displaying 7 results from an estimated 7 matches for "speelman".

2016 May 26
1
Failed to join domain: failed to lookup DC info for domain '<EXAMPLE.COM>' over rpc: The object name is not found.
>You say 'My domain controller and client are running Debian testing with >samba 4.4.3' >This sort of suggests you only have one DC, yet you have posted two DC >smb.conf files, can we sort this out before going further. Do you have >two DCs and are trying to join a client, or do you only have one DC and >are trying to join another DC? >Rowland Excuse me. I meant
2016 May 26
1
Failed to join domain: failed to lookup DC info for domain '<EXAMPLE.COM>' over rpc: The object name is not found.
Try to ping from client to server with its hostname. Sounds like dns problem. ping server Then try to ping its ip address. Then try to add server address to host file. Ex 192.168.8.30 server.example.com server Best M On May 26, 2016 12:02, "Nico Speelman" <nico at speelmanrobben.nl> wrote: > Hello, > > I've been trying to add a new server to my Samba 4 Active directory, but > I've been failing so far. I'm running the command "net ads join -k" and it > fails with "Failed to join domain: failed to...
2016 May 26
1
Failed to join domain: failed to lookup DC info for domain '<EXAMPLE.COM>' over rpc: The object name is not found.
> OK, then it sounds like a dns problem, can you post the ipaddresses of > the DCs, the resolv.conf files from the DCs. You seem to be using Bind9, > can you post the conf files for this. > > Can you also post the resolv.conf file and /etc/hosts from the client > > You also seem to have a lot of cruft in the ZUES smb.conf, one line in > particular shouldn't be
2016 May 26
3
Failed to join domain: failed to lookup DC info for domain '<EXAMPLE.COM>' over rpc: The object name is not found.
...the output of "net ads join -k -d10" shows a lot more information. Unfortunately I am unable to filter through this all. I hope anyone is able to point me in the direction of a solution. My domain controller and client are running Debian testing with samba 4.4.3. Thank in advance, Nico Speelman output of "netstat -plane | grep 135" on the domain controllers: tcp 0 0 10.0.0.2:135 0.0.0.0:* LISTEN 0 96682 8639/samba tcp 0 0 127.0.0.1:135 0.0.0.0:* LISTEN 0 96679...
2014 Jan 02
1
Strange problem with ddns AAAA delete
I am trying to setup dynamic updates with bind_dlz backend, but for some reason if any windows client or linux with nsupdate tries to remove AAAA record, server just 'cancelling transaction', while A and PTR records (both on reverse ipv4 and ipv6) working fine. If i'am remove AAAA record manually via samba-tool or windows mmc then AAAA record can be updated, but after that it again
2016 May 26
0
Failed to join domain: failed to lookup DC info for domain '<EXAMPLE.COM>' over rpc: The object name is not found.
Try to ping from client to server with its hostname. Sounds like dns problem. ping server Then try to ping its ip address. Then try to add server address to host file. Ex 192.168.8.30 server.example.com[1] server Best M On May 26, 2016 12:02, "Nico Speelman" <nico at speelmanrobben.nl[2]> wrote: Hello, I've been trying to add a new server to my Samba 4 Active directory, but I've been failing so far. I'm running the command "net ads join -k" and it fails with "Failed to join domain: failed to lookup DC info for...
2006 Apr 21
2
destory Test Case Messes up all tests
...t that destroys the user all my other tests work again. All the fixtures are suppose be reloaded between tests right? Here is my testcase : require File.dirname(__FILE__) + ''/../test_helper'' class UserTest < Test::Unit::TestCase fixtures :users def setup # get grant_speelman user @first_user = User.find(1) end # Test updating of a user def test_update assert_equal @grant_speelman.firstname, @first_user.firstname assert_equal @grant_speelman.surname, @first_user.surname assert_equal @grant_speelman.email, @first_user.email @first_user.firstnam...