[Samba] Samba4 provision fails unable to find group id for BIND

2012-03-29 Thread Herczeg Péter
Dear list members,

Based on Samba4 Wiki I try to install and provision a SAMBA4 server on
a Debian server.
version: 6.0.4
kernel: 2.6.32-5-686
samba version: 4.0.0alpha19-GIT-55bd279

I have followed the official HOWTO step by step, but after I run the
provision command:

/usr/local/samba/sbin/provision

(REALM: itlabs.net, Domain: itlabs, Server Role: dc, Admin password:
PASSWORD, Retype: PASSWORD)

The configuration starts, but when provision process reach the
following part, it informs me:


Creating DomainDnsZones and ForestDnsZones partitions
Populating DomainDnsZones and ForestDnsZones partitions

Unable to find group id for BIND,
set permissions to sam.ldb* files manually

See /usr/local/samba/private/named.conf for an example configuration
include file for BIND
and /usr/local/samba/private/named.txt for further documentation
required for secure DNS updates
Setting up sam.ldb rootDSE marking as synchronized
Fixing provision GUIDs



Can you help me, what can be the problem?

how can I provide the proper permissions for BIND to set configuration
data and create own smb.conf correctly?

Thanks in advance,

Regards,

Peter
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] (no subject)

2012-01-17 Thread Herczeg Péter
Come on! Let�s do shopping together! Don�t waste any time!..
http://www.lecki.boo.pl/new.year.php?levgoogleId=30e6

-- 
Herczeg Péter
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

[Samba] SAMBA 4 test error after provision: NT_STATUS_INTERNAL_ERROR

2011-02-28 Thread Herczeg Péter
Dear Group,

after provisioned samba4 on Debian server, at testing I get the error
message NT_STATUS_INTERNAL ERROR
Have you got similar experience?

Thanks,

Peter

*
*
*h**erczegp@DERSG01:~/samba-master$ smbclient -L localhost -U%*
*
*
*Sharename   Type   Comment*
*-      ---*
*netlogonDisk*
*sysvol  Disk*
*IPC$IPCIPC Service*
*REWRITE: list servers not implemented*
*herczegp@DERSG01:~/samba-master$ smbcclient //localhost/netlogon
-Uadministrator%PASSWORD*
*-bash: smbcclient: command not found*
*herczegp@DERSG01:~/samba-master$ smbclient //localhost/netlogon
-Uadministrator%PASSWORD*
*Connection to \\localhost\netlogon failed - NT_STATUS_INTERNAL_ERROR*
*herczegp@DERSG01:~/samba-master$*
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] Samba4 start error

2011-02-27 Thread Herczeg Péter
Hello Andrew,

Thanks for the quick answer, I tried with the commands you advised, but no
success. The same message, command/directory not found. (the directory you
mentioned, is empty. ) instead of this folder was found *
/usr/local/samba/sbin*#
I have added libraries to PATH also.

What can be the problem? A previously installed Samba?
I have noticed, that smbclient cannot run also, it says cannot load smb.conf
(the provision was successful previously)

Shall I investigate in the log files of compilation or installation? Or make
a clean install of whole server?

Thanks in advance,

Peter



2011. február 27. 21:51 Andrew Bartlett írta, abart...@samba.org:

 On Sun, 2011-02-27 at 11:34 +0100, Santiago DIEZ wrote:
  Hi Peter,
 
  If the install worked fine, then you should be able to run the daemon
 with:
  /usr/local/samba/smbd -- -D
  You probably can't call it without the full path because
  /usr/local/samba/is not in your path.
 
  If you want to remove a program compiled from source, go back to the
 source
  directory and run
  make uninstallbin
  make uninstalldat
  make uninstallman
  make uninstallmo
  make uninstallmsg
  make uninstallscripts
  make uninstall

 The uninstall commands are not part of Samba4.

 As is almost correctly mentioned above, to run 'samba' (the Samba4
 server binary) from /usr/local/samba, you need to run:

 /usr/local/sbin/samba

 Andrew Bartlett

 --
 Andrew Bartletthttp://samba.org/~abartlet/
 Authentication Developer, Samba Team   http://samba.org
 Samba Developer, Cisco Inc.




-- 
Herczeg Péter
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] Samba4 start error

2011-02-27 Thread Herczeg Péter
Hi,

update1: I added some extra folders to PATH, and now it is ok, but the
strange thing, that when I test it with smbclient --version, it says 3.5.6,
not 4. as you write in the HowTo.
what can be the cause of this? Extra info, that I ran provision again, it
completes the process, but I have no smb.conf file afterwards.

Thanks,

Peter

2011. február 27. 22:36 Herczeg Péter írta, h.pj...@gmail.com:

 Hello Andrew,

 Thanks for the quick answer, I tried with the commands you advised, but no
 success. The same message, command/directory not found. (the directory you
 mentioned, is empty. ) instead of this folder was found *
 /usr/local/samba/sbin*#
 I have added libraries to PATH also.

 What can be the problem? A previously installed Samba?
 I have noticed, that smbclient cannot run also, it says cannot load
 smb.conf (the provision was successful previously)

 Shall I investigate in the log files of compilation or installation? Or
 make a clean install of whole server?

 Thanks in advance,

 Peter



 2011. február 27. 21:51 Andrew Bartlett írta, abart...@samba.org:

  On Sun, 2011-02-27 at 11:34 +0100, Santiago DIEZ wrote:
  Hi Peter,
 
  If the install worked fine, then you should be able to run the daemon
 with:
  /usr/local/samba/smbd -- -D
  You probably can't call it without the full path because
  /usr/local/samba/is not in your path.
 
  If you want to remove a program compiled from source, go back to the
 source
  directory and run
  make uninstallbin
  make uninstalldat
  make uninstallman
  make uninstallmo
  make uninstallmsg
  make uninstallscripts
  make uninstall

 The uninstall commands are not part of Samba4.

 As is almost correctly mentioned above, to run 'samba' (the Samba4
 server binary) from /usr/local/samba, you need to run:

 /usr/local/sbin/samba

 Andrew Bartlett

 --
 Andrew Bartlett
 http://samba.org/~abartlet/
 Authentication Developer, Samba Team   http://samba.org
 Samba Developer, Cisco Inc.




 --
 Herczeg Péter




-- 
Herczeg Péter
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


[Samba] Samba4 start error

2011-02-26 Thread Herczeg Péter
Dear All,

I would like to ask your help:

I have installed Samba4 by following the steps of Samba4 Wiki Howto to a
Debian Server.

- downloaded via git
- compiled successfully
- make quicktest is ok. (as far as I see during the process, it has written
at the ned: ALL OK)
- install is successful ('install' finished successfully)
- DC provision is successful (get the summary windows at the end, only
notice is to configure phpLDAPadmin)

And the problem is:

going to the next step, I try to starttest, but I get the error message
when executing samba command:
command not found

tried to start as service but no success.
if I used the install path in the same way as it written in the HowTo, how
can I check is it running and is able to manage the domain?

Thanks in advance,

Peter
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba