search for: subcommands

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

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 unavailable. Here''s a mock up of what we''re thinking: https://gist.github.com/3014923 Do you think the message, "check STDERR" in...
2023 Jun 06
1
What's the substitution of 'samba-tool domain provision' in v4.17.5
...t; == > [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 passed as parameter. > join - Join domain as either member or backup domain controller. > leave - Cause a domain member to leave the joined domain. > For more help on a specific subcommand, please type: samba-tool domain...
2012 Dec 04
2
Samba4 Classicupgrade Failed
...unexpected keyword argument 'epilog' File "/usr/local/samba/bin/samba-tool", line 44, in ? retval = cmd._run("samba-tool", subcommand, *args) File "/usr/local/samba/lib/python2.4/site-packages/samba/netcmd/__init__.py", line 201, in _run return self.subcommands[subcommand]._run( File "/usr/local/samba/lib/python2.4/site-packages/samba/netcmd/__init__.py", line 201, in _run return self.subcommands[subcommand]._run( File "/usr/local/samba/lib/python2.4/site-packages/samba/netcmd/__init__.py", line 142, in _run parser, optiong...
2023 Jun 06
1
What's the substitution of 'samba-tool domain provision' in v4.17.5
...ommand 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 passed as parameter. join - Join domain as either member or backup domain controller. leave - Cause a domain member to leave the joined domain. For more help on a specific subcommand, please type: samba-tool domain <subcommand> (-h...
2016 Jun 30
2
PSA: llvm::cl now supports subcommands
...n 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 like. D:\src\llvmbuild\clang-selfhost>bin\llvm-pdbdump --help OVERVIEW: LLVM PDB Dumper USAGE: llvm-pdbdump.exe [subcommand] [options] SUBCOMMANDS: pdb2yaml - Generate a detailed YAML description of a PDB File pretty - Dump semant...
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.
...-tool domain backup: error: no such option: --targetdir Command: Samba-tool domain backup -h Gives me: Usage: samba-tool domain backup <subcommand> Create or restore a backup of the domain. Options: -h, --help show this help message and exit Available subcommands: online - Copy a running DC's current DB into a backup tar file. rename - Copy a running DC's DB to backup file, renaming the domain in the process. restore - Restore the domain's DB from a backup-file. For more help on a specific subcommand, please type: samba-tool domai...
2023 Jun 06
2
What's the substitution of 'samba-tool domain provision' in v4.17.5
...n > > 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 passed as > parameter. > > join - Join domain as either member or backup domain controller. > > leave - Cause a domain member to leave the joined domain. > > For more help on a specific subcommand, pleas...
2013 Jul 09
2
Renaming puppet binary to use with two puppet agent instances
...ng 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 help'' for help on available puppet subcommands ie puppet agent -t -> everything is normal puppet3 agent -t -> calls puppet3 /opt/puppet3.2/bin/puppet Error: Unknown Puppet subcommand ''puppet3'' See ''puppet help'' for help on available puppet subcommands I do not have...
2018 Mar 07
2
Extending llvm-objcopy to support COFF
.../ 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 subcommands, and put the current set of options behind an ELF subcommand. To me this is the cleanest approach, but it's also the most disruptive, as existing users of llvm-objcopy would have to retrain themselves to use this new subcommand, and tools / scripts may have to be updated as wells. 2) Throw in...
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
...ncaught exception - bad marshal data (unknown type code) File "/usr/bin/samba-tool", line 46, in <module> retval = cmd._run("samba-tool", subcommand, *args) File "/usr/lib/python2.7/dist-packages/samba/netcmd/__init__.py", line 210, in _run cmd = self.subcommands[cmd_name] File "/usr/lib/python2.7/dist-packages/samba/netcmd/main.py", line 35, in __getitem__ fromlist=['cmd_%s' % attr]), Please help to fix it. *Harsh Kukreja *Systems Administrator *International University of Namibia *Tel: 061-4336000 - E-mail: h.kukreja @ium.edu.na...
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:...
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 be more reasonable to make the behaviours keeping...
2020 Jun 19
2
Add gidNumber for group
...Rowland > No, I have not added any groups as yet but, I did add four users via RSAT. Now: root at dc01:~# samba-tool group addunixattrs "Domain Users" 10000 Usage: samba-tool group <subcommand> Group management. Options: ? -h, --help? show this help message and exit Available subcommands: ? add??????????? - Creates a new AD group. ? addmembers???? - Add members to an AD group. ? delete???????? - Deletes an AD group. ? list?????????? - List all groups. ? listmembers??? - List all members of an AD group. ? move?????????? - Move a group to an organizational unit/container. ? re...
2016 Oct 08
2
reverse dns confused
.... . and got . . . root at dtdc01:~# samba-tool add dc 16.168.192.in-addr.arpa 49 PTR DTDC03 Usage: samba-tool <subcommand> Main samba administration tool. Options: -h, --help show this help message and exit Version Options: -V, --version Display version number Available subcommands: dbcheck - Check local AD database for errors. delegation - Delegation management. dns - Domain Name Service (DNS) management. domain - Domain management. drs - Directory Replication Services (DRS) management. dsacl - DS ACLs manipulation. fsmo -...
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
...on'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 subcommands, and put > the current set of options behind an ELF subcommand. To me this is the > cleanest approach, but it's also the most disruptive, as existing users of > llvm-objcopy would have to retrain themselves to use this new subcommand, > and tools / scripts may have to be updated as...
2018 Mar 07
2
Extending llvm-objcopy to support COFF
...nse 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 subcommands, and put >> the current set of options behind an ELF subcommand. To me this is the >> cleanest approach, but it's also the most disruptive, as existing users of >> llvm-objcopy would have to retrain themselves to use this new subcommand, >> and tools / scripts may have...
2019 Jan 10
2
Online backup of domain fails
...ferent. I tried to do a "offline" backup. But I dont' find an option "offline" samba-tool domain backup --help Usage: samba-tool domain backup <subcommand> Create or restore a backup of the domain. Options:   -h, --help  show this help message and exit Available subcommands:   online   - Copy a running DC's current DB into a backup tar file.   rename   - Copy a running DC's DB to backup file, renaming the domain in the process.   restore  - Restore the domain's DB from a backup-file. For more help on a specific subcommand, please type: samba-tool domain ba...