search for: kooijman

Displaying 20 results from an estimated 247 matches for "kooijman".

2008 Jun 10
3
[LLVMdev] DejaGNU test fixes
...ched the error output for the remaining 20 tests, please check it and fix them where possible. Gr. Matthijs [1]: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20080609/063543.html -------------- next part -------------- llvm[0]: Running test suite make[1]: Entering directory `/home/kooijman/src/llvm-trunk/test' ( ulimit -t 600 ; ulimit -d 512000 ; \ PATH="/home/kooijman/src/llvm-trunk/Debug/bin:/home/kooijman/src/llvm-trunk/test/Scripts:/home/kooijman/bin:/home/kooijman/src/montiumccfe/Debug/bin:/home/kooijman/src/llvm-trunk/Debug/bin:/home/kooijman/src/llvm-trunk/tools/cl...
2008 Jul 30
3
[LLVMdev] llvm-gcc builds on 32 bit linux broken
Hi all, I'm having some trouble building llvm-gcc as of today, with and without bootstrap. The error I get is: /home/kooijman/src/llvm-gcc/obj/./gcc/xgcc -B/home/kooijman/src/llvm-gcc/obj/./gcc/ -B/home/kooijman/src/llvm-gcc/obj/../install/i686-pc-linux-gnu/bin/ -B/home/kooijman/src/llvm-gcc/obj/../install/i686-pc-linux-gnu/lib/ -isystem /home/kooijman/src/llvm-gcc/obj/../install/i686-pc-linux-gnu/include -isystem /h...
2008 Jul 31
0
[LLVMdev] llvm-gcc builds on 32 bit linux broken
..._GCC_LIMITS_H_ /* Terminated in limity.h. */ #define _GCC_LIMITS_H_ I couldn't imagine that this was allowed to stay in the FSF compiler if it messed up Linux. Does anyone have an idea of what the FSF GCC GPLv2 (*NOT* GPLv3) does in this case? -bw On Jul 30, 2008, at 6:19 AM, Matthijs Kooijman wrote: > Hi all, > > I'm having some trouble building llvm-gcc as of today, with and > without > bootstrap. > > The error I get is: > > /home/kooijman/src/llvm-gcc/obj/./gcc/xgcc > -B/home/kooijman/src/llvm-gcc/obj/./gcc/ > -B/home/kooijman/src/llvm-gcc/obj...
2006 Sep 24
2
[Bug 1235] [PATCH] scp does unnecessary getpwuid(), breaking chroot
...breaking chroot Product: Portable OpenSSH Version: -current Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: scp AssignedTo: bitbucket at mindrot.org ReportedBy: m.kooijman at student.utwente.nl CC: m.kooijman at student.utwente.nl When started, scp will always call getpwuid() to retrieve information about the current user. This information is used by scp in "client mode" to determine the login name when none has been specified on the com...
2016 Oct 04
8
[Bug 2621] New: ControlMaster started by scp (non-ssh?) doesn't forward agent
https://bugzilla.mindrot.org/show_bug.cgi?id=2621 Bug ID: 2621 Summary: ControlMaster started by scp (non-ssh?) doesn't forward agent Product: Portable OpenSSH Version: 7.3p1 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: Miscellaneous
2015 Apr 29
2
Mysql 5.6, Centos 7 and errno: 24 - Too many open files
Hi Johan, Does systemd also overrule /etc/my.conf? Thx! Carl On Wed, 29 Apr 2015 14:58:52 +0200 Johan Kooijman wrote: > Gotz, > > This is due to systemd, it overrules your settings. Add a file to > systemd config fixes it: > > [root at mysql2 ~]# cat /etc/systemd/system/mariadb.service.d/limits.conf > [Service] > LimitNOFILE=10000 > LimitMEMLOCK=10000 > > > On Wed, A...
2015 Apr 30
2
Mysql 5.6, Centos 7 and errno: 24 - Too many open files
Thank you for clarifying this, Johan. Very much appreciated! On Wed, 29 Apr 2015 22:28:00 +0200 Johan Kooijman wrote: > Carl, > > By default my.cnf has to obey the OS limits, so in this case the > order is: systemd > /etc/security/limits* > /etc/my*. > > On Wed, Apr 29, 2015 at 3:22 PM, Carl E. Hartung > <carlh04426 at gmail.com> wrote: > > > Hi Johan, > >...
2011 Dec 29
1
RHEV guest tools
...re running RHEV as our main virtualization platform. Most of our guests are CentOS though. Do you guys know if there's a guest tools package for CentOS available like there is for Windows for example? Can't really find an answer here. -- Met vriendelijke groeten / With kind regards, Johan Kooijman T +31(0) 6 43 44 45 27 F +31(0) 162 82 00 01 E mail at johankooijman.com
2008 May 07
4
[LLVMdev] Missing passes
Hi, I was evaluating all transformation passes and noticed a few things. In particular, I found three passes in the documentation that I can't seem to find any code for. Where these removed? Lower GC intrinsics, for GCless code generators (-lowergc) Correlated Expression Elimination (-cee) Lower select instructions to branches (-lowerselect) Additionally, I found the following passes for
2008 Jun 05
4
[LLVMdev] Adding DenseMap::FindAndConstruct with a default value
Hi All, I've been fiddling around with a DenseMap to store cached copies of some result. In short, I'm doing the following: It = Map.find(Key) if (It != Map.end() && It->second != Unknown) Return It->second; // do_stuff return Map[Key] = Result; However, I this requires two lookups in the hash table, which is not so nice. Currently, there is no way to write this down so
2015 Apr 29
4
Mysql 5.6, Centos 7 and errno: 24 - Too many open files
Hi, may be somewon has a working solution and information on that: I installed the most recent mysql community on a server and do get a lot of "errno: 24 - Too many open files". There are suggestions to increase the open_files_limit, change/add that to /etc/security/limits.conf and modify the systemd script by hand. Depending on how you start mysql (restart, or at systemboot time
2008 Sep 25
1
[LLVMdev] A question, About how to reading the historical mailling-?
Matthijs Kooijman wrote: > I assume you mean you want to read the archives of the mailinglist? There is > an "archives" link on top of each list info page, e.g. > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev On a related note, is there a way to search the archives? They do not seem to be vis...
2008 Sep 29
0
[LLVMdev] LLVM and dynamic binary translator
Hi Arabinda, > 1. Can LLVM be used in a dynamic binary translator? Dynamic translator > translators target code for an architecture (say PPC) to host code (say x86) > and execute it. There has been some discussion about this within the past two months on this list, IIRC. You should try searching the archives for that discussion. IIRC, the outcome is that transforming binary code into
2015 Apr 14
1
ksoftirqd / centos7
...nd new C7 installation: [root at redis1 ~]# uname -a Linux redis1.gamebasics.lan 3.10.0-229.1.2.el7.x86_64 #1 SMP Fri Mar 27 03:04:26 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux Hardware is a brand new supermicro X9DRW board with onboard igb NIC's in use. Hope someone can help me! -- KR, Johan Kooijman
2015 Apr 29
0
Mysql 5.6, Centos 7 and errno: 24 - Too many open files
...der is: systemd > /etc/security/limits* > /etc/my*. On Wed, Apr 29, 2015 at 3:22 PM, Carl E. Hartung <carlh04426 at gmail.com> wrote: > Hi Johan, > > Does systemd also overrule /etc/my.conf? > > Thx! > > Carl > > On Wed, 29 Apr 2015 14:58:52 +0200 > Johan Kooijman wrote: > > > Gotz, > > > > This is due to systemd, it overrules your settings. Add a file to > > systemd config fixes it: > > > > [root at mysql2 ~]# cat /etc/systemd/system/mariadb.service.d/limits.conf > > [Service] > > LimitNOFILE=10000 > &gt...
2009 Apr 27
2
[PATCH] Clarify rawlog example
# HG changeset patch # User matthijs at stdin.nl # Date 1240845142 -7200 # Branch HEAD # Node ID 19f4b6167b426c36b7b3b38db4397f2723dc75c2 # Parent c8de2237478fc01ee46e6ec8cda41e8d3cecb68c Clarify rawlog example. diff -r c8de2237478f -r 19f4b6167b42 dovecot-example.conf --- a/dovecot-example.conf Thu Apr 23 12:01:40 2009 -0400 +++ b/dovecot-example.conf Mon Apr 27 17:12:22 2009 +0200 @@ -543,6
2008 May 07
2
[LLVMdev] Two new 'llvmnotes'
On Wed, 7 May 2008, Matthijs Kooijman wrote: >> Aggregates as First Class Values: > it seems to me that having this would make the byval parameter attribute > partly obsolete? Will there be semantic differences between passing a struct > directly and a pointer to a struct byval? > > I can see that byval can be used...
2008 May 07
0
[LLVMdev] Missing passes
On 2008-05-07, at 08:42, Matthijs Kooijman wrote: > I was evaluating all transformation passes and noticed a few things. > In particular, I found three passes in the documentation that I > can't seem to find any code for. Where these removed? > Lower GC intrinsics, for GCless code generators (-lowergc) Yes; this pass...
2008 May 08
2
[LLVMdev] Missing passes
On May 8, 2008, at 05:50, Matthijs Kooijman wrote: > I've attached two patches. The first, pass-comments.diff adds or > improves the file comments for a number of passes. This patch is > slightly interesting. The second, pass-doc.diff is mostly a yank-put > job and updates Passes.html as follows. Thanks, applied! htt...
2008 May 13
2
[LLVMdev] [PATCH] Split LoopUnroll pass into mechanism and policy
Hi Dan, please find an updated patch attached (don't forget to run the svn cp command I posted earlier, before applying this patch). I've incorporated all the changes we've discussed. Gr. Matthijs -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: