search for: eliding

Displaying 20 results from an estimated 753 matches for "eliding".

Did you mean: sliding
2018 Jul 11
2
Connection refused (61)
sorry forgot to mention the port in the roundcube config file! $config['smtp_port'] = 587; On Wed, Jul 11, 2018 at 11:36 PM, Larry Rosenman <larryrtx at gmail.com> wrote: > What mail port are you expecting it connect to on 127.0.0.1? > > Here's my config. > $ grep -v "^//" config.inc.php > <?php > > /* Local configuration for Roundcube Webmail
2018 Jul 11
2
Connection refused (61)
connection refused! But why? On Wed, Jul 11, 2018 at 11:40 PM, Larry Rosenman <larryrtx at gmail.com> wrote: > What happens if you telnet 127.0.0.1 587? > > -- > Larry Rosenman http://www.lerctr.org/~ler > Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com > US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106 > > ?On 7/11/18, 4:39
2018 Jul 11
2
Connection refused (61)
Dear list, in a box with the following setup: openbsd 6.3 opensmtpd dovecot 2.2.34 roundcubemail 1.3.5 httpd web server when a system user is authenticated via roundcubemail and tries to send an email, the following errors pops in the roundcube log file: Connection refused (61) Failed to connect socket: Connection refused () here is my roundcube config file: $config['default_host']
2018 Jul 11
2
Connection refused (61)
when using neomutt for the same system user, I can send and receive emails to everywhere Also, when installing roundcube, the test email function did succeed! So my SMTP server should be fine? On Wed, Jul 11, 2018 at 11:45 PM, Larry Rosenman <larryrtx at gmail.com> wrote: > Your smtp server isn't listening. > > Is it running, and binding to 127.0.0.1? > > > -- >
2010 Feb 28
2
[LLVMdev] Stuck
Hi Talin, On Feb 27, 2010, at 22:06, Talin wrote: > The main problem with shadow-stack is that it's not thread-safe. It sounds like you've outgrown it, then. > What about modifying the shadow-stack to use a thread-local linked list? > Another alternative is to add an additional parameter to every function containing the address of the head of the stack frame list. and have
2014 Oct 01
2
[LLVMdev] size_t?
We inject a typedef for size_t here: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/Sema.cpp?revision=218230&view=markup#l206 The typedef type is determined by calling getSizeType(). SizeType is (relevantly) calculated in two places: X86_64 http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Basic/Targets.cpp?revision=218666&view=markup#l3512 X86_32
2018 Jul 11
4
Connection refused (61)
I am using OpenSMTPD. The OpenBSD 6.3 default one. Also, when telnet to 127.0.0.1 25 I get a response! So must be something with 587? On Wed, Jul 11, 2018 at 11:47 PM, Larry Rosenman <larryrtx at gmail.com> wrote: > What's your neomutt connecting to? > > For smtp? > > -- > Larry Rosenman http://www.lerctr.org/~ler > Phone: +1 214-642-9640
2016 Sep 16
2
LLVM v3.9.0 and math built-ins
A little while ago I asked a question on CFE-Dev about a change in the behaviour of programs using the ISO C math functions, although that question should have been put to LLVM-Dev. But I got excellent clarification of the problem anyway. However, since then I have been trying to adapt our out-of-tree implementation to get the previous behaviour. The problem is that something like: #include
2010 Feb 28
0
[LLVMdev] Stuck
On Sun, Feb 28, 2010 at 9:55 AM, Gordon Henriksen <gordonhenriksen at me.com> wrote: > In practice, so long as frame pointers are not elided, a handful of lines of > assembly per platform should get you a stack walker. If frame pointers are > elided, however, you're looking at parsing DWARF to find out where it was > saved, which is probably too expensive for the job. Unless
2019 Apr 17
2
Disable combining of loads and stores in instcombine
...gt; Why do you want this? The goal is to share arrays between multiple tiles on a manycore architecture by splitting arrays between tiles. With a DRF memory model, it makes sense to elide multiple loads to the same memory location between barriers.; IIRC the semantics for volatile don’t allow this eliding. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190417/e6e6c004/attachment.html>
2018 Jul 11
2
Connection refused (61)
forgot to also ask about the maildir set up I have: mail_location = maildir:~/var/mail/%u:LAYOUT=fs for the following structure: /var/mail/[user]/Drafts Inbox Sent Spam Trash but should be wrong cause when I log in into roundcube I can't see the stored emails. If I completely skip
2018 Jul 11
2
Connection refused (61)
drwxr-xr-x 5 512 Jun 26 21:41 Trash drwxr-xr-x 5 512 Jun 26 21:41 Spam drwxr-xr-x 5 512 Jun 26 21:41 Sent drwx------ 6 512 Jul 7 00:23 Inbox drwxr-xr-x 5 512 Jun 26 21:41 Drafts On Thu, Jul 12, 2018 at 12:00 AM, Larry Rosenman <larryrtx at gmail.com> wrote: > What does an ls -lr of /var/mail/<user> look like? > > > -- > Larry Rosenman
2009 May 31
2
Problem with reshaping of data
Hi, i have to reshape a dataset. my data have the following format: ID; x1; x2; x3; x4; v1; ... v20 1; 0.1; 0.3; 0.4; 0.2; 2; ... 3 2; 0.3; 0.7; 0.1; 0.2; 1; ... 4 ... 999; 0.9; 0.6; 0.3; 0.1; 4; ... 2 1000; 0.2; 0.6; 0.7; 0.8; 1; ... 5 ID is the number of persons (here 1000 persons) x are descriptive variables and v1-v20 are values of satisfaction on holidays for 20 days and now i
2018 Jul 11
0
Connection refused (61)
What mail port are you expecting it connect to on 127.0.0.1? Here's my config. $ grep -v "^//" config.inc.php <?php /* Local configuration for Roundcube Webmail */ $config['mime_types'] = '/usr/local/etc/apache22/mime.types'; $config['db_dsnw'] = 'pgsql://roundcube:<elided>@localhost/roundcubemail'; $config['default_host'] =
2020 Aug 28
4
[Bug 1456] New: Consider eliding empty variables if expanded within an element list
https://bugzilla.netfilter.org/show_bug.cgi?id=1456 Bug ID: 1456 Summary: Consider eliding empty variables if expanded within an element list Product: nftables Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: nft Assign...
2018 Jul 11
0
Connection refused (61)
What happens if you telnet 127.0.0.1 587? -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106 ?On 7/11/18, 4:39 PM, "Teno Deuter" <gvgter at googlemail.com> wrote: sorry forgot to mention the port in the roundcube config file!
2019 Jun 29
2
Avoiding alloca elision
Hello I'm implementing stack copying coroutines. It's an interesting challenge. When we use setjmp/longjmp to move between stacks, we must make sure that restoring the stack doesn't blow away the current stack frame before calling longjmp. To do that, we check how big the stack we are restoring is, and use alloca to push the current stack frame beyond that. It works but when I add
2016 Sep 20
4
LLVM v3.9.0 and math built-ins
Hi Mehdi, The ISO C specification does permit the math functions to modify ‘errno’, but I thought that the ‘-fno-math-errno’ option was to tell the optimiser to assume that ‘errno’ is not modified by the math functions. Explicitly providing ‘-fno-math-errno’ is not restoring the elision optimisation that was performed by LLVM v3.8, and this is really only a driver option, with ‘-fmath-errno’
2018 Jul 11
2
Connection refused (61)
in: /var/mail/[user]/Inbox drwxr-xr-x 2 512 Jul 5 01:30 tmp -rw------- 1 5 Jul 7 00:00 subscriptions drwxr-xr-x 2 512 Jul 7 00:00 new -rw------- 1 24 Jul 7 00:00 dovecot.mailbox.log -rw------- 1 1988 Jul 7 00:22 dovecot.index.log -rw------- 1 4568 Jul 11 19:34 dovecot.index.cache -r--r--r-- 1 0 Jul 7 00:00 dovecot-uidvalidity.5b3fe690 -rw------- 1 8 Jul
2014 Sep 19
1
Pointer ownership with GECreateDevDesc/GEDestroyDevDesc
According to the "R Internals" document, for a custom device, I should create a pDevDesc structure that gets passed to GECreateDevDesc. ..elided... pDevDesc dev; /* Allocate and initialize the device driver data */ if (!(dev = (pDevDesc) calloc(1, sizeof(DevDesc)))) return 0; /* or error() */ /* set up device driver or free ?dev? and error() */ gdd = GEcreateDevDesc(dev);