search for: pailles

Displaying 11 results from an estimated 11 matches for "pailles".

Did you mean: paille
2019 Dec 03
5
clang and -D_FORTIFY_SOURCE=1
Hi folks (CCing llvm-dev, but that's probably more of a cfe-dev topic), As a follow-up to that old thread about -D_FORTIFY_SOURCE=n http://lists.llvm.org/pipermail/cfe-dev/2015-November/045845.html And, more recently, to this fedora thread where clang/llvm -D_FORTIFY_SOURCE support is claimed to be only partial: https://pagure.io/fesco/issue/2020 I dig into the glibc headers in
2002 Sep 07
2
Can't access samba server from windows
Dear all, I've already install new samba 2.2.5 at Redhat 7.3. Some configuration of smb.conf has been tested using testparm and no error return. Using LinNeigborhood I can access some files and folders of windows PC. But from windows I can't access samba directories and files. Error report from windows is Network path was not found. Lan connection is ok if test ping. Can you suggest me
2002 Sep 23
7
How best to get ACL support?
My Dell server was preloaded with Redhat 7.2 , Linux 2.4.7-10, gccv2.96 with Ext3 file system. I want to install the machine into my company W2k domain using winbind but my Linux kernel does not support the needed ACls. I Does the latest Linux kernel come with ACL support and if so should I just update the kernel to 2.4.19 which I think is the latest production quality kernel? The ACL
2000 Feb 04
0
Concurrent logon problem...
Hi you all, We are currently setting up a corporate wide file server using Samba 2.0.6 on a RedHat Linux Alpha platform. We only have Win98 clients, and the Samba server is doing net logons (no password encryption) and master browsing for the workgroup. The problem we have is that NMDB dies when a logon occurs with a username which is already logged. After that, Win98 freezes when you try to log
2017 Jun 17
5
LoopVectorize fails to vectorize loops with induction variables with PtrToInt/IntToPtr conversions
Hello all, There is a missing vectorization opportunity issue with clang 4.0 with the file attached. Indeed, when compiled with -O2, the "op_distance" function get vectorized, but not the "op" one. For information, this test case has been reduced from a file generated by the Pythran compiler (https://github.com/serge-sans-paille/pythran). If we take a look at the generated
2018 Jan 01
0
LLVM Weekly - #209, Jan 1st 2018
LLVM Weekly - #209, Jan 1st 2018 ================================ If you prefer, you can read a HTML version of this email at <http://llvmweekly.org/issue/209>. Welcome to the two hundred and ninth issue of LLVM Weekly, a weekly newsletter (published every Monday) covering developments in LLVM, Clang, and related projects. LLVM Weekly is brought to you by [Alex
2007 Sep 20
12
ANNOUNCE: Xen 3.1.1 First Release Candidate
Folks, The patch queue for 3.1.1 has been pushed into http://xenbits.xensource.com/xen-3.1-testing.hg, and tagged as -rc1. Please try it out and let us know of any problems (patches gladly accepted!). -- Keir PS. The patch queue (xen-3.1-testing.pq.hg) is no longer being used. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com
2019 Dec 04
2
[cfe-dev] clang and -D_FORTIFY_SOURCE=1
> Are you sure you've diagnosed the issue correctly? __builtin___memcpy_chk works correctly, as far as I know. 100% sure. Let's have a look at the output of #include <string.h> static char dest[10]; char* square(int n) { memcpy(dest, "hello", n); return dest; } compiled with -D_FORTIFY_SOURCE=1 -O1 : https://godbolt.org/z/UvABWp Clang issues a call to
2002 Sep 10
3
XP woes
Working with Windows XP and debian Samba 2.2.3a on a box as my PDC. Sign or seal patch was applied. The past few days when we have been adding new computers running windows XP to the domain we have had machines tell us they have joined the domain, but when we try to log onto them using a "domain" account we get the following error on the PC: "The system could not log you on to
2007 Sep 03
5
Dom0 <> DomU clock sync
Hello ! Just a quick question about time synchronization between xen dom0 and domUs... We''re running Xen 3.1 64-bit, with 32 and 64 bits linux guests. It''s up since 89 days and the domU''s time is around 5 minutes behind the dom0, which is updated via ntpdate... Any idea why it doesn''t sync the guests even that /proc/sys/xen/independent_wallclock is 0 ?
2007 Jan 08
6
Xen 3.0.4 - Ballooning
Hi, Maybe it''s a dumb question, but I''m actually trying to understand how the memory allocation works within Xen. I try to give 128MB to a domU and see if it increases for example when I "nano" a 500mb file, but the process just get killed when it reachs the 128MB memory limit. How do I configure the guests so they can ask for more memory until a limit is reached