search for: subcommander

Displaying 20 results from an estimated 615 matches for "subcommander".

Did you mean: subcommand
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
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,
2012 Dec 04
2
Samba4 Classicupgrade Failed
Hi, I am stuck on upgrading the current Samba3 to Samba4, currently used Samba 3.3.10 and upgraded to Samba 3.4.17 still the same problems below. I also try to upgrade the Python 2.4.3 to Python 2.7 still same problems, with the OpenLDAP 2.3.43. [root at ewanko]# /usr/local/samba/bin/samba-tool domain classicupgrade --dbdir=/var/lib/samba/ --use-xattrs=yes --realm=ewanko.local
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
2016 Jun 30
2
PSA: llvm::cl now supports subcommands
I submitted this yesterday in r274171. I think this allows for a more intuitive way to structure the options of command line tools. It's optional and if you do nothing llvm::cl will work as it always has for you. Probably self explanatory, but here's some output of --help from llvm-pdbdump, which was updated to use subcommands in r274247, in case anyone wants to see what this looks
2017 May 30
1
[PATCH] btrfs_replace: fix position of subcommand options
btrfs-progs 4.11 is more strict with option parsing, so subcommand options must appear now before the subcommand arguments. --- daemon/btrfs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/daemon/btrfs.c b/daemon/btrfs.c index 23513a9..ae2310b 100644 --- a/daemon/btrfs.c +++ b/daemon/btrfs.c @@ -2185,11 +2185,11 @@ do_btrfs_replace (const char *srcdev, const char
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
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
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
2008 Dec 23
2
HOgg Release 0.4.1
HOgg 0.4.1 Released ------------------- The HOgg package provides a commandline tool for manipulating Ogg files, and a corresponding Haskell library. HOgg is in hackage, or on the web at: http://www.kfish.org/~conrad/software/hogg/ This is the fourth public release. The focus is on correctness of Ogg parsing, production and editing. The capabilities of the hogg commandline tool are roughly on
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
2010 May 07
0
equivalent xe subcommands to ''xm sysrq'' and ''xm dump-core''
Hi all, Are there equivalent xe subcommands to ''xm sysrq'' and ''xm dump-core''? I looked up xe''s help message and hidden subcommands in source code but cannot find. -- Regards Yu Zhiguo _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2010 Mar 31
1
The exit code makes user confused while using '-' prefixed subcommands
guestfish returns 0 if the commands completed without error, or 1 if there was an error. But the rule break when we use '-' prefix subcommands: ------------------------------------ $ guestfish <<\EOF > blabla > EOF blabla: unknown command $ echo $? 1 $ guestfish <<\EOF -blabla EOF blabla: unknown command $ echo $? 0 ------------------------------------ I think it should
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:~#
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
2011 May 09
3
ssh-agent subprocess parentage
I regularly use ssh-agent with a subcommand; my X11 session is spawned through ssh-agent, and sometimes i'll run a special agent for a certain subset of commands, like this: ssh-agent bash ... and then do work within that shell. From the man page: > If a commandline is given, this is executed as a subprocess of the agent. > When the command dies, so does the agent. But
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
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
2019 Jan 10
2
Online backup of domain fails
Hi, thanks for your hints! Am 10.01.19 um 03:46 schrieb Tim Beale via samba: > - As a sanity-check, you could run 'samba-tool ntacl sysvolcheck' > locally on your DC. It may tell you if there's an ACL problem. samba-tool ntacl sysvolcheck doesn't show any problems. > - Instead of an online backup, try running 'samba-tool domain backup > offline' locally on