search for: rieck

Displaying 18 results from an estimated 18 matches for "rieck".

Did you mean: rick
2011 Feb 25
3
Link to xva.py broken
Hi, any link[1] that I can find for "xva.py" did not seem to be working. where it has been moved? regards Andreas [1] http://www.xen.org/products/cloud_projects.html http://www.xen.org/files/xva/README -- Andreas Rieck Fraunhofer-Gesellschaft e.V. / Zentrale Abteilung C7 Kommunikationsmanagement Schloss Birlinghoven, 53754 Sankt Augustin Phone: (+49 2241) 14-2641 Fax: (+49 2241) 144-2641 mailto:andreas.rieck@zv.fraunhofer.de http://www.fraunhofer.de _______________________________________________ Xen-users m...
1999 Oct 07
2
Tree connect failed: ERRSRV - ERRbadpw (2nd try)
...doing smbclient -L MYWINNT -U MYUSER I get back the list of shares on MYWINNT. MYUSER is a Linux user and is in /etc/smbpasswd. As far as I know gid 65534 belongs to "nobody", so MYUSER is not envolved yet. Thanks in advance... Mit freundlichen Gr??en, das pixelconcept Team i.A. Jens Rieck ________________________________________________________________ P I X E L C O N C E P T GmbH * K?nigsplatz 36A * 34117 Kassel Tel.: 0561/789845-0 * Fax 0561/789845-19 * www.pixelconcept.de
2014 Feb 13
2
[LLVMdev] Bad test health
I was curious how widespread bad usage of FileCheck prefixes is in the LLVM/Clang test suite. Running the attached script yields over 200 tests (~1.5%) which are essentially broken because they contain checks that are never checked. Most widespread is the usage of the "CHECK" prefix while all FileCheck invocations have an explicit check prefix. Then there are quite a few prefixes that
2013 Jul 23
4
[LLVMdev] [Patch] WinCOFFObjectWriter: fix for storing pointer to string table in header name field
On 23.07.2013 18:43, Reid Kleckner wrote: > Is there a problem if the string is not null terminated? If not, you can > snprintf it right into place instead of doing sprintf+mempcy. snprintf always null-terminates (and truncates if there's not enough space). -Nico
2013 Feb 03
0
[LLVMdev] RFC: Improving our DWARF (and ELF) emission testing capabilities
On 23.01.2013 00:45, Eli Bendersky wrote: > I do mean semantic extraction which provides a representation that's > meaningful to a user and hence can be effectively compared in a test. > But really, I gave up arguing on this topic a few messages (and heated > IRC discussions) ago. RFC retracted. I actually hit the same predicament for COFF. The few tests that are there usually use
2013 Apr 17
1
[LLVMdev] make check rebuilds the project?
On 17.04.2013 21:46, Jim Grosbach wrote: > AFAIK ninja still only has very preliminary support for Windows, so anyone > working there can’t use it. Perhaps that’s changed or I’m misinformed? Ninja works fine for me on Windows. I've been using it to compile LLVM and co. for a few months. It's also really easy to compile Ninja itself on Windows. There's just one issue: When a
2000 Oct 30
1
circular statistics in R?
...'R' (so far I did most of my analysis using matlab, but even the matlab statistics package is rather limited), and was hoping that I didn't have to write all functions from scratch... -- \_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_ _/ _/ _/_/_/ _/_/_/ Bernhard Riecke _/_/ _/_/ _/ _/ _/ Max-Planck Institute for _/ _/ _/ _/_/_/ _/ Biological Cybernetics, _/ _/ _/ _/ Spemannstrasse 38, _/ _/ _/ _/_/_/ 72076 T"ubingen, Germany http://www.kyb.tuebingen.mpg.de/bu/people/bernie/ mailto:bernhard.riecke at tu...
2001 Oct 02
1
Probably broken getaddrinfo() on Solaris x86.
...me that Sun developers mixed endianess on the x86 platform. I could fix the problem by marking the getaddrinfo() function as broken on Solaris 8 x86 (#define BROKEN_GETADDRINFO 1). Maybe someone of you could recheck this problem and try to find a better fix for it. Regards, Konrad -- Konrad Rieck <kr at roqe.org> Roqefellaz - http://www.roqe.org, Public Key http://www.roqe.org/keys/kr.pub -- Fingerprint: 5803 E58E D1BF 9A29 AFCA 51B3 A725 EA18 ABA7 A6A3
2014 Oct 10
2
[LLVMdev] lld coding style
On 10.10.2014 02:51, Sean Silva wrote: > On Wed, Oct 8, 2014 at 10:59 AM, Manuel Klimek <klimek at google.com> wrote: >> On a different note: >> My favorite feature of Phabricator: if you look at a file in blame mode, >> there are little "<<" next to the revision, which lets you jump to the file >> "past that revision". This lets one
2013 Jul 23
0
[LLVMdev] [Patch] WinCOFFObjectWriter: fix for storing pointer to string table in header name field
On Tue, Jul 23, 2013 at 12:48 PM, Nico Rieck <nico.rieck at gmail.com> wrote: > On 23.07.2013 18:43, Reid Kleckner wrote: > >> Is there a problem if the string is not null terminated? If not, you can >> snprintf it right into place instead of doing sprintf+mempcy. >> > > snprintf always null-terminates (a...
2013 Mar 26
6
[LLVMdev] Feedback required on proper dllexport/import implementation
Hello, while improving and extending support for dllexport/import I have noticed that the current way these are implemented is problematic and I would like some input on how to proceed. Currently dllexport/dllimport is treated as linkage type. This conflicts with inlined functions because there is no linkage for the combination of both. On first though, combining both doesn't make sense, but
1999 Oct 05
0
SAMBA digest 2259
...6 AM > To: Bernhard Bruscha > Subject: SAMBA digest 2259 > > > SAMBA Digest 2259 > > For information on unsubscribing see http://samba.org/listproc/ > Topics covered in this issue include: > > 1) Tree connect failed: ERRSRV - ERRbadpw > by "Jens Rieck" <rieck@pixelconcept.de> > 2) RE: Automatically locating domain controller > by Bjart Kvarme <bjart.kvarme@usit.uio.no> > 3) slowness with smbclient's TAR mode > by vectro@pipeline.com > 4) Re: Tree connect failed: ERRSRV - ERRbadpw > by Urban W...
1999 Oct 04
3
Tree connect failed: ERRSRV - ERRbadpw
...r the correct password, I get this error message. But if I do "smbclient -L MYWINNT -U myuser", I get the list of shares on the NT machine. "myuser" is a regular user in Linux. What can be the reason of this? Any idea? Mit freundlichen Gr??en, das pixelconcept Team i.A. Jens Rieck ________________________________________________________________ P I X E L C O N C E P T GmbH * K?nigsplatz 36A * 34117 Kassel Tel.: 0561/789845-0 * Fax 0561/789845-19 * www.pixelconcept.de Global parameters [global] workgroup = MYDOMAIN netbios name = MYLINUX interfaces = 195.90.254.xxx/2...
2013 Jan 22
2
[LLVMdev] RFC: Improving our DWARF (and ELF) emission testing capabilities
On Tue, Jan 22, 2013 at 3:35 PM, Daniel Berlin <dberlin at dberlin.org> wrote: > On Fri, Jan 18, 2013 at 4:00 PM, Eli Bendersky <eliben at google.com> wrote: >> Hi All, >> >> While working on some recent patches for x32 support, I ran into an >> unpleasant limitation the LLVM eco-system has with testing DWARF >> emission. We currently have several
2013 Apr 23
0
[LLVMdev] Feedback required on proper dllexport/import implementation
...// "dllimport" attribute", which seems wrong... void foo_user() { foo(); } /* end of file */ What are your thoughts? - Gao. ________________________________________ From: llvmdev-bounces at cs.uiuc.edu [llvmdev-bounces at cs.uiuc.edu] on behalf of Nico Rieck [nico.rieck at gmail.com] Sent: Monday, March 25, 2013 9:43 PM To: LLVM Developers Mailing List Subject: [LLVMdev] Feedback required on proper dllexport/import implementation Hello, while improving and extending support for dllexport/import I have noticed that the current way these are implemente...
2014 Apr 07
2
[LLVMdev] Getting FileCheck's colored output through lit (& possibly ninja)
So I manage to get clang's colored output through ninja simply by force (CMAKE_CXX_FLAGS=-fcolor-diagnostics), which isn't ideal (if I were to pipe ninja's output to a file it'd still have color escapes, etc) but it works. But I haven't found a similar solution for FileCheck & I'm wondering has anyone already solved this problem for themselves - if so, how? if not,
1999 Oct 05
0
SAMBA digest 2259 / Tree connect failed: ERRSRV - ERRbadpw
Jens Rieck wrote: >>Can anyone help me? >> >>I have Samba 2.0.5a running on SuSE Linux 6.0 (2.0.36) and >>Windows NT Server 4.0 SP4 (PDC). >> >>When I try to do a "smbclient -L MYUNIX" (according to the trouble >>shooting guide) I get the following...
2013 Apr 23
2
[LLVMdev] Feedback required on proper dllexport/import implementation
On 23.04.2013 19:10, Gao, Yunzhong wrote: > I missed the discussion when I implemented dllexport/dllimport for our local tree. I > essentially implemented your approach#1. I was trying to avoid the various > external_linkage + some_attribute approaches because it seems that external_linkage > would imply the external linkage without the dllimport/dllexport semantics, and there > may