Hello list, after somes days I have this error when I run git pull in samba4 error: Unable to find 3b6a88a1a49fdc23cd956c6583e9ec56e541eeae under http://gitweb.samba.org/samba.git Cannot obtain needed blob 3b6a88a1a49fdc23cd956c6583e9ec56e541eeae while processing commit 1a596076697624545f415eb558c4647267cfe46c. error: Fetch failed. root at jupiter:/home/run# error: Unable to find 3b6a88a1a49fdc23cd956c6583e9ec56e541eeae under http://gitweb.samba.org/samba.git^C What mean it?, What can I do?
On 6/2/2012 8:01 AM, sandy.napoles at eccmg.cupet.cu wrote:> Hello list, after somes days I have this error when I run git pull in samba4 > error: Unable to find 3b6a88a1a49fdc23cd956c6583e9ec56e541eeae under > http://gitweb.samba.org/samba.git > Cannot obtain needed blob 3b6a88a1a49fdc23cd956c6583e9ec56e541eeae > while processing commit 1a596076697624545f415eb558c4647267cfe46c. > error: Fetch failed. > root at jupiter:/home/run# error: Unable to find > 3b6a88a1a49fdc23cd956c6583e9ec56e541eeae under > http://gitweb.samba.org/samba.git^C > > What mean it?, What can I do? >Instead of making new post you could bump your old ones. What is the command you are trying to run?
Sometimes things appear to get a little confused if objects have been moved around. It often helps to run: git clean -x -f -d I've had times when I have actually removed the entire samba-master directory and pulled from scratch. Obviously, this assumes that you haven't actually made any source changes or applied scripts outside of git. On Sat, Jun 2, 2012 at 11:01 AM, <sandy.napoles at eccmg.cupet.cu> wrote:> Hello list, after somes days I have this error when I run git pull in > samba4 > error: Unable to find 3b6a88a1a49fdc23cd956c6583e9ec56e541eeae under > http://gitweb.samba.org/samba.git > Cannot obtain needed blob 3b6a88a1a49fdc23cd956c6583e9ec56e541eeae > while processing commit 1a596076697624545f415eb558c4647267cfe46c. > error: Fetch failed. > root at jupiter:/home/run# error: Unable to find > 3b6a88a1a49fdc23cd956c6583e9ec56e541eeae under > http://gitweb.samba.org/samba.git^C > > What mean it?, What can I do? > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba >-- Charles Tryon _________________________________________________________________________ ?Risks are not to be evaluated in terms of the probability of success, but in terms of the value of the goal.? - Ralph D. Winter
Hello list, I have samba4 as PDC, I need join other samba4 as BDC, I follow the step in the how to, but when I run this step kinit at DOMAIN i have kinit: Cannot resolve network address for KDC in realm "ECCMG.CUPET.CU" while getting initial credentials Somebody can help me
Hello, What do the following commands return, please return the first 2 host commands for both your PDC and your BDC, and the 2 cat commands for only the BDC server. host -t SRV _kerberos._udp.eccmg.cupet.cu. host -t A YOURPDCSERVER.eccmg.cupet.cu. cat /etc/krb5.conf cat /etc/krb.conf Best regards, Gerben Op 19-06-12 21:39, sandy.napoles at eccmg.cupet.cu schreef:> Hello list, I have samba4 as PDC, I need join other samba4 as BDC, I > follow the step in the how to, but when I run this step kinit at DOMAIN i > have > > kinit: Cannot resolve network address for KDC in realm "ECCMG.CUPET.CU" > while getting initial credentials > > Somebody can help me >
and, when I run this other commands ./samba-tool domain join eccmg.cupet.cu DC -Usandy --realm=eccmg.cupet.cu Finding a writeable DC for domain 'eccmg.cupet.cu' ERROR(exception): uncaught exception - Failed to find a writeable DC for domain 'eccmg.cupet.cu' File "/usr/local/samba/lib/python2.6/site-packages/samba/netcmd/__init__.py", line 160, in _run return self.run(*args, **kwargs) File "/usr/local/samba/lib/python2.6/site-packages/samba/netcmd/domain.py", line 184, in run machinepass=machinepass, use_ntvfs=use_ntvfs) File "/usr/local/samba/lib/python2.6/site-packages/samba/join.py", line 943, in join_DC machinepass, use_ntvfs) File "/usr/local/samba/lib/python2.6/site-packages/samba/join.py", line 65, in __init__ ctx.server = ctx.find_dc(domain) File "/usr/local/samba/lib/python2.6/site-packages/samba/join.py", line 203, in find_dc raise Exception("Failed to find a writeable DC for domain '%s'" % domain) root at orion:/usr/local/samba/bin#
First commands in BDC host -t SRV _kerberos._udp.eccmg.cupet.cu. Host _kerberos._udp.eccmg.cupet.cu. not found: 3(NXDOMAIN) Second commands in BDC host -t A server.eccmg.cupet.cu. server.eccmg.cupet.cu has address 10.10.10.1 /etc/krb5.conf [libdefaults] dns_lookup_realm = true dns_lookup_kdc = true default_realm = ECCMG.CUPET.CU
First commands in BDC host -t SRV _kerberos._udp.eccmg.cupet.cu. Host _kerberos._udp.eccmg.cupet.cu. not found: 3(NXDOMAIN) Second commands in BDC host -t A server.eccmg.cupet.cu. server.eccmg.cupet.cu has address 10.10.10.1 /etc/krb5.conf [libdefaults] dns_lookup_realm = true dns_lookup_kdc = true default_realm = ECCMG.CUPET.CU PD: My dns is not integrate to my samba4
hummmm I make some change in my bind configuration, for example, I add in my configuration _ldap._tcp.eccmg.cupet.cu. SRV 0 0 389 capital.eccmg.cupet.cu. _kerberos._tcp.eccmg.cupet.cu. SRV 0 0 88 capital.eccmg.cupet.cu. _ldap._tcp.dc._msdcs.eccmg.cupet.cu. SRV 0 0 389 capital.eccmg.cupet.cu. _kerberos._tcp.dc._msdcs.eccmg.cupet.cu. SRV 0 0 88 capital.eccmg.cupet.cu. and when i run again the commands ./samba-tool domain join eccmg.cupet.cu DC -Uadministrator Finding a writeable DC for domain 'eccmg.cupet.cu' Found DC capital.eccmg.cupet.cu Password for [ECCMG\administrator]: workgroup is ECCMG realm is eccmg.cupet.cu checking sAMAccountName Adding CN=ORION,OU=Domain Controllers,DC=eccmg,DC=cupet,DC=cu Adding CN=ORION,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=eccmg,DC=cupet,DC=cu Adding CN=NTDS Settings,CN=ORION,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=eccmg,DC=cupet,DC=cu Adding SPNs to CN=ORION,OU=Domain Controllers,DC=eccmg,DC=cupet,DC=cu Setting account password for ORION$ Enabling account Calling bare provision No IPv6 address will be assigned get_nt_acl_no_snum: fset_nt_acl returned zero. Join failed - cleaning up checking sAMAccountName Deleted CN=ORION,OU=Domain Controllers,DC=eccmg,DC=cupet,DC=cu Deleted CN=NTDS Settings,CN=ORION,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=eccmg,DC=cupet,DC=cu Deleted CN=ORION,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=eccmg,DC=cupet,DC=cu ERROR(<class 'samba.provision.ProvisioningError'>): uncaught exception - ProvisioningError: Your filesystem or build does not support posix ACLs, s3fs is unworkable in this mode File "/usr/local/samba/lib/python2.6/site-packages/samba/netcmd/__init__.py", line 160, in _run return self.run(*args, **kwargs) File "/usr/local/samba/lib/python2.6/site-packages/samba/netcmd/domain.py", line 184, in run machinepass=machinepass, use_ntvfs=use_ntvfs) File "/usr/local/samba/lib/python2.6/site-packages/samba/join.py", line 965, in join_DC ctx.do_join() File "/usr/local/samba/lib/python2.6/site-packages/samba/join.py", line 871, in do_join ctx.join_provision() File "/usr/local/samba/lib/python2.6/site-packages/samba/join.py", line 599, in join_provision use_ntvfs=ctx.use_ntvfs, dns_backend="NONE") File "/usr/local/samba/lib/python2.6/site-packages/samba/provision/__init__.py", line 1749, in provision raise ProvisioningError("Your filesystem or build does not support posix ACLs, s3fs is unworkable in this mode") root at orion:/usr/local/samba/bin#