Displaying 20 results from an estimated 5000 matches similar to: "Samba4 Classicupgrade Failed"
2017 Nov 17
2
SAMBA failing to start after upgrade
The upgrade shouldn't have touched the Samba database, just the
binaries etc, so check the smb.conf file and recreate it if you cannot
find it, or if it is incorrect.
The smb.conf still exists
[global]
workgroup = IUMNET
realm = IUMNET.EDU.NA
netbios name = IUMDCDP01
server role = active directory domain controller
dns forwarder = 172.16.10.254
2017 Nov 17
1
SAMBA failing to start after upgrade
Hi Rowland
The samba-tool command is not working please see the error below:
root at iumdcdp01:/home/administrator# samba-tool
ERROR(<type 'exceptions.ValueError'>): uncaught exception - bad marshal
data (unknown type code)
File "/usr/bin/samba-tool", line 46, in <module>
retval = cmd._run("samba-tool", subcommand, *args)
File
2020 Feb 26
2
samba-tool to list users of the trust domain
Thanks Andrew, however there's an LDAP error. There are so heaps of users
on our main AD.
I put -U and using an account on the main AD.
ERROR(ldb): uncaught exception - LDAP error 4 LDAP_SIZE_LIMIT_EXCEEDED -
<> <>
File "/usr/lib64/python3.6/site-packages/samba/netcmd/__init__.py", line
186, in _run
return self.run(*args, **kwargs)
File
2018 Mar 14
2
samba-tool error just after samba 4.8.0 install
Hi all,
I just compiled and installed samba 4.8.0 on my centos 6.9 server.
After installation I wanted to run samba-tool dbcheck but it fails with the following message even when running samba-tool --help :
[root at frtlse-srv018 samba-4.8.0]# samba-tool --help
ERROR(<type 'exceptions.SyntaxError'>): uncaught exception - invalid syntax (ms_schema.py, line 280)
File
2013 Jul 09
2
Renaming puppet binary to use with two puppet agent instances
I''m trying to do the same thing and running into two minor problems.. I
would like to rename the puppet command
to something like puppet3. We''re running two versions for two separate
teams for 2.7 and 3.x However, when I try to do a symlink I get the
following error.
Error: Unknown Puppet subcommand ''puppet3''
See ''puppet
2012 Jun 29
6
UX/UI of puppet help when face actions have unmet dependencies
Hello,
We''re trying to come up with a nice way to indicate when a Puppet
module like cloud provisioner breaks a Puppet subcommand because of
missing dependencies.
When this happens in the current 3.0rc branch, all help for all
subcommands is unavailable. This isn''t very helpful.
We''re planning to simply mark the subcommands that have incomplete
actions as
2018 Mar 07
2
Extending llvm-objcopy to support COFF
Currently llvm-objcopy only supports ELF files, and most of it's command
line flags are ELF / DWARF specific that don't make any sense on COFF
files. So a useful set of options for COFF would be largely disjoint, with
maybe 1-2 overlapping options. What would be the best way to add this in
llvm-objcopy? I can think of 3 options:
1) Re-write the existing CLI of llvm-objcopy to use
2018 Mar 07
2
Extending llvm-objcopy to support COFF
On Wed, Mar 7, 2018 at 9:56 AM Eric Christopher via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Hi Zach!
>
> I've been thinking a bit about this for a while now and I'm still of two
> opinions:
>
> On Wed, Mar 7, 2018 at 9:21 AM Zachary Turner via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
>> Currently llvm-objcopy only supports ELF
2023 Jun 06
1
What's the substitution of 'samba-tool domain provision' in v4.17.5
On 06/06/2023 10:02, luckydog xf via samba wrote:
> I am quite confident about the command I was typing. :) And I copied from
> yours and tried it again.
>
> ==
> [root at dc ~]# samba-tool domain provision
> samba-tool domain: no such subcommand: provision
>
> Usage: samba-tool domain <subcommand>
>
> Domain management.
>
>
> Options:
> -h,
2018 Mar 29
2
Unable to rejoin to domain as AD DC
Hi all,
I was trying to upgrade samba to 4.8.0 on one of my AD DC (with Centos 6.6).
Sadly, there was some compatibility issues (I suppose so):
[root at backup samba-4.8.0]# samba-tool drs showrepl ERROR(<type
'exceptions.SyntaxError'>): uncaught exception - invalid syntax
(ms_schema.py, line 280)
File "/usr/local/samba/bin/samba-tool", line 45, in <module>
2016 Jun 18
4
Supporting sub commands in LLVM command line tools
Hi all,
I've written a patch <http://reviews.llvm.org/D21485> to support
subcommands in llvm command line tools. This potentially has broad
interest (either positive or negative), so I figured I'd give a heads up
here instead of just on llvm-commits.
The motivation for this is that we frequently have tools with incompatible
sets of command line options. I ran into this on
2016 Jun 18
2
Supporting sub commands in LLVM command line tools
Not sure I follow how this would work. "llvm" is an executable, and "opt"
is a symlink to "llvm"? How does llvm then detect that it needs to use the
opt set of commands?
That said, in principle sure you could have "llvm opt <opt-specific command
syntax>" or "llvm llc <llc options>". At some point you'd probably need to
extend
2023 Jun 06
1
What's the substitution of 'samba-tool domain provision' in v4.17.5
I am quite confident about the command I was typing. :) And I copied from
yours and tried it again.
==
[root at dc ~]# samba-tool domain provision
samba-tool domain: no such subcommand: provision
Usage: samba-tool domain <subcommand>
Domain management.
Options:
-h, --help show this help message and exit
Available subcommands:
info - Print basic info about a domain and the DC
2018 Nov 15
1
samba-tool backup online Not enough virtual memory or paging file quota is available to complete the specified operation.
Hi i installed samba 4.9.1 from source on centos 7.
I need to setup backup script .
I cannot use samba-tool:
Command:
samba-tool domain backup offline --targetdir=/backupdir
Gives me :
Usage: samba-tool domain backup <subcommand>
samba-tool domain backup: error: no such option: --targetdir
Command:
Samba-tool domain backup -h
Gives me:
Usage:
2023 Jun 06
2
What's the substitution of 'samba-tool domain provision' in v4.17.5
Makes sense.
Can I use Ubuntu 22.04 as an alternative to Debian ? Does Ubuntu have a
DEB package in the official repository?
It's pretty bothersome if I build packages from source codes on Ubuntu,
because they're so many packages and dependencies that need to be resolved.
On Tue, Jun 6, 2023 at 5:07?PM Rowland Penny via samba <
samba at lists.samba.org> wrote:
>
>
> On
2016 Oct 08
2
reverse dns confused
On 2016-10-08 07:58, Rowland Penny via samba wrote:
> On Sat, 08 Oct 2016 07:50:03 -0500
> Bob of Donelson Trophy via samba <samba at lists.samba.org> wrote:
>
>> I have built a second dtdc03 and joined to my first dtdc01. Thought
>> all was well but, discovered that reverse dns is not correct on second
>> dtdc03.
>>
>> root at dtdc03:~# host dtdc03
2020 Jun 19
2
Add gidNumber for group
> You will probably not have any uidNumbers yet either, but if you have
> added any users, 'samba-tool user' has a similar option to the group
> one. If you haven't added any users, see 'samba-tool user create
> --help' for more info.
>
> Rowland
>
No, I have not added any groups as yet but, I did add four users via RSAT.
Now:
root at dc01:~#
2020 Feb 26
2
samba-tool to list users of the trust domain
It seems to generate an error 'No such file or directory' if I put -H
option.
samba-tool user list -H main-dc1.sandbox.net
ltdb: tdb(/var/lib/samba/private/main-dc1.sandbox.net): tdb_open_ex: could
not open file /var/lib/samba/private/main-dc1.sandbox.net: No such file or
directory
Unable to open tdb '/var/lib/samba/private/main-dc1.sandbox.net': No such
file or directory
Failed
2018 Mar 07
0
Extending llvm-objcopy to support COFF
Hi Zach!
I've been thinking a bit about this for a while now and I'm still of two
opinions:
On Wed, Mar 7, 2018 at 9:21 AM Zachary Turner via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Currently llvm-objcopy only supports ELF files, and most of it's command
> line flags are ELF / DWARF specific that don't make any sense on COFF
> files. So a useful set of
2013 Jan 09
1
samba-tool not working as i'd expect
Hello all,
I'm having problems using the "samba-tool" tool. From the documentation
i've read, the following command 'should' work. Apparently i'm missing
something.
####
[root at vmhost bin]# pwd
/usr/local/samba/bin
[root at vmhost bin]# ./samba-tool domain provision --realm=mytest.local
--domain=MYTEST --adminpass='welcome' --server-role='dc'