search for: command

Displaying 20 results from an estimated 95224 matches for "command".

2004 Aug 06
0
Majordomo results: Hidden message
-- >>>> ----------geinwhjqlzkmqlsdwpel **** Command '----------geinwhjqlzkmqlsdwpel' not recognized. >>>> Content-Type: text/html; charset="us-ascii" **** Command 'content-type:' not recognized. >>>> Content-Transfer-Encoding: 7bit **** Command 'content-transfer-encoding:' not recognized. &gt...
2004 Apr 29
0
Majordomo results: RE: Message Notify
-- >>>> ----------pphaqkvbimriqvajcock **** Command '----------pphaqkvbimriqvajcock' not recognized. >>>> Content-Type: text/html; charset="us-ascii" **** Command 'content-type:' not recognized. >>>> Content-Transfer-Encoding: 7bit **** Command 'content-transfer-encoding:' not recognized. &gt...
2016 Aug 23
3
Possible IMAP IDLE bug in Dovecot 2.2.18 and 2.2.25
Hello Guys, I guess that I found a bug in Dovecot 2.2.18 and 2.2.25 versions. The problem it's when I try to connect in a Dovecot used a proxy to another e-mail server (in our case it's a Smartermail Server) the DoveCot send a lot of IDLE commands to the destination server. With that, the LOG files grow and grow and grow :( I make a test with 1 connection only and if you see the log file in the same second the dovecot send 25, 40 IDLE commands. But, when I disconnect the client (outlook 2013) the dovecot continue to send the IDLE com...
2006 Jan 26
2
PRI restarting each hour?
...gger.c: -- B-channel 0/21 successfully restarted on span 1 Jan 26 11:56:45 VERBOSE[10411] logger.c: -- B-channel 0/22 successfully restarted on span 1 Jan 26 11:56:45 VERBOSE[10411] logger.c: -- B-channel 0/23 successfully restarted on span 1 Jan 26 11:56:46 DEBUG[10442] manager.c: Manager received command 'Command' Jan 26 11:56:46 DEBUG[10442] manager.c: Manager received command 'Command' Jan 26 11:58:46 DEBUG[10442] manager.c: Manager received command 'Command' Jan 26 11:58:46 DEBUG[10442] manager.c: Manager received command 'Command' Jan 26 12:00:46 DEBUG[10442] man...
2004 Feb 05
0
Majordomo results: STATUS
-- >>>> This is a multi-part message in MIME format. **** Command 'this' not recognized. >>>> >>>> ------=_NextPart_000_0003_034EB533.958EAF8F **** Command '------=_nextpart_000_0003_034eb533.958eaf8f' not recognized. >>>> Content-Type: text/plain; **** Command 'content-type:' not recognized. >>&g...
2004 Aug 06
0
Majordomo results: hello
-- >>>> This is a multi-part message in MIME format. **** Command 'this' not recognized. >>>> >>>> ------=_NextPart_000_0005_D1A35047.F5B255F4 **** Command '------=_nextpart_000_0005_d1a35047.f5b255f4' not recognized. >>>> Content-Type: text/plain; **** Command 'content-type:' not recognized. >>&g...
2004 May 07
0
Majordomo results: Hi
-- >>>> ----------ssntvvyegabjkvmgucjk **** Command '----------ssntvvyegabjkvmgucjk' not recognized. >>>> Content-Type: text/plain; charset="us-ascii" **** Command 'content-type:' not recognized. >>>> Content-Transfer-Encoding: 7bit **** Command 'content-transfer-encoding:' not recognized. &g...
2004 Aug 06
0
Majordomo results: Hi
-- >>>> This is a multi-part message in MIME format. **** Command 'this' not recognized. >>>> >>>> ------=_NextPart_000_0006_7916E83F.C56F8A13 **** Command '------=_nextpart_000_0006_7916e83f.c56f8a13' not recognized. >>>> Content-Type: text/plain; **** Command 'content-type:' not recognized. >>&g...
2004 Jan 23
0
Majordomo results: Hi
-- >>>> ----------340628352367234 **** Command '----------340628352367234' not recognized. >>>> Content-Type: text/plain; charset="us-ascii" **** Command 'content-type:' not recognized. >>>> Content-Transfer-Encoding: 7bit **** Command 'content-transfer-encoding:' not recognized. >&gt...
2016 Dec 27
2
lldb-mi support for GNU emacs
...uld work out-of-the-box. So I took a moment to try it out. I started lldb like this: lldb-mi --interpreter=mi hello (btw, `hello` is written in swift) The program loaded successfully, and I also was able to set a breakpoint. Then I tried to run the program and I got the following errors: Command: -exec-run Driver. Received command '5-file-list-exec-source-files'. It was not handled. Command 'file-list-exec-source-files' not in Command Factory Driver. Received command '6-file-list-exec-source-file'. It was not handled. Command 'file-list-exec-source-f...
2006 May 02
1
Samba3 PDC and W2K3 server
..._PDC - winver of the W2K3 server : Version 5.2.3790 Service Pack 1 Build 3790 "Appliance Edition" The W2K3 server is in a workgroup. Has anyone got success when joining a samba3 domain from a W2K3 server ? A WinXP client can join this SAMBA3 domain. When I compare the list of RPC commands sent by the XP client and the W2K3 server (see below), this is the same list of commands from the first one to the command "SAMR_SET_USERINFO" used to modify the machine account password on the server. This "SAMR_SET_USERINFO" command is sent after another "SAMR_SET_USE...
2002 Dec 12
3
lprm command not getting called.
I have configured Samba on both a RH Linux 7.2 box and Solaris 8 box and am not able to remove print jobs. The lprm command is not getting called. I know that for a fact because I changed lprm command to equal a script which will log when it is called. And that script is never called. There are no errors in any log files - system or samba. The printing parts of the smb.conf file are: [global] printcap nbame = /etc/...
2007 Aug 03
3
Sourcing commands but delaying their execution
Colleagues: I have encountered the following situation: SERIES OF COMMANDS source("File1") MORE COMMANDS source("File2") Optimally, I would like File1 and File2 to be merged into a single file (FileMerged). However, if I wrote the following: SERIES OF COMMANDS source("FileMerged") MORE COMMANDS I encounter an error: the File2 port...
2016 May 31
4
[RFC] Changing `lit` default output
Hi all, I have some patches up in: http://reviews.llvm.org/D20721 to make `lit` output more readable when commands fail. I'd like to get a little more feedback on this before landing, since it impacts how test failures appear when using the internal shell script runner (which is not the default so this will currently mostly impact Windows or test frameworks that intentionally set this behavior). These pat...
2014 Oct 05
0
[PATCH v5 2/7] tests/c-api: Convert the C API tests to use the test harness.
...specifying $srcdir at the start of a FileIn path, you can now specify arbitrary environment variables. This is necessary to allow the tests to run from a tmpdir. - Use COPYING instead of COPYING.LIB, and copy that file into the test suite directory. - Require the static binaries (test-command, test-pwd) in order to run tests. - Don't conditionalize the C++ tests. Instead if a C++ compiler is not available then we build a "skip" script. --- .gitignore | 3 - Makefile.am | 4 +- generator/actions.ml | 150 ++++++++++++++++++++++++-...
2016 Jul 15
3
[PATCH 1/4] Create a simple project to create version.h to run before any other
...32/VS2015/celt.vcxproj b/win32/VS2015/celt.vcxproj index 273ee4d..1499f56 100644 --- a/win32/VS2015/celt.vcxproj +++ b/win32/VS2015/celt.vcxproj @@ -249,8 +249,10 @@ <GenerateDebugInformation>true</GenerateDebugInformation> </Link> <PreBuildEvent> - <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command> - <Message>Generating version.h</Message> + <Command> + </Command> + <Message> + </Message> </Pr...
2015 Aug 06
0
[PATCH v4 02/17] tests/c-api: Convert the C API tests to use the test harness.
...specifying $srcdir at the start of a FileIn path, you can now specify arbitrary environment variables. This is necessary to allow the tests to run from a tmpdir. - Use COPYING instead of COPYING.LIB, and copy that file into the test suite directory. - Require the static binaries (test-command, test-pwd) in order to run tests. - Don't conditionalize the C++ tests. Instead if a C++ compiler is not available then we build a "skip" script. --- .gitignore | 3 - Makefile.am | 4 +- generator/actions.ml | 150 ++++++++++++++++++++++...
2010 Jun 13
2
wrappers
...in text file with each tag on their own line theoracomment - works like 'vorbiscomment' from VorbisTools package, but sets comments for the theora streams inside an Ogg container. The only two things that you can't do with theoracomment that you can with vorbis comment are: 1. run a command and then enter the tags from console 2. use error codes in the same way If anybody has any suggestions on changes or additions to these scripts, let me know. They are GPL3-ed, so you can use them and pass them along if you like. - Volodya -- http://freedom.libsyn.com/ Echo of...
2005 Feb 15
2
pdf printing queue never empties out
...E----- Hash: SHA1 Greetings. I'm seeing an odd problem with 3.0.10 and 3.0.11 here. We have some pdf printers defined: [Accounting pdf printer] printer admin = "DOMAIN+Domain Users" browseable = yes path = /pdfdropbox/Accounting printable = yes writeable = no print command = /usr/bin/preprintpdf %s -r lpq command = lprm command = The /usr/bin/preprintpdf just passes the job on: #! /bin/sh OUTDIR=/pdfdropbox /usr/bin/printpdf -dCompatibilityLevel=1.4 "$1" rm $1 The /usr/bin/printpdf converts the file to a pdf with ghostscript. With 3.0.7 everything...
2023 Jul 14
2
[libnbd PATCH 1/2] api: Tighten rules on completion.callback
...since commit 6f4dcdab that any > > completion callback will be called exactly once; but this is not > > consistent with the code: if nbd_aio_* itself returns an error, then > > nothing is queued and the user does not need to wait for a completion > > callback to know how the command failed. We could tweak the generator > > to call completion.callback no matter what, but since the > > completion.free callback already serves that role, it's easier to fix > > the documentation to match reality. After all, one only needs > > completion status if an ai...