similar to: Re: Error on login when running dovecot on RH9

Displaying 20 results from an estimated 5000 matches similar to: "Re: Error on login when running dovecot on RH9"

2007 Jul 25
1
Can't see clients in network neighborhood
Hi list, Small bug here succesfully setup a samba file server as a domain controller . Thing is I can't see the clients in network neighborhood - only the file server. This seems to also be causing problems for central admin programs, which is a real concern. Can any one shed light on this? Thanks, -- Ismail
2015 Jul 23
1
[LLVMdev] DebugInfo/PDB/pdbdump-symbol-format.test fails with VS 2015
Ok just tried on Win 7 and the same problem occurs. I am building with : cmake -G "Ninja" -DCMAKE_BUILD_TYPE=Release -DLLVM_USE_CRT_RELEASE=MT -DLLVM_ENABLE_TIMESTAMPS=ON -DLLVM_ENABLE_ASSERTIONS=ON -DLLVM_INSTALL_TOOLCHAIN_ONLY=ON -DLLVM_TARGETS_TO_BUILD="ARM;X86" -DPYTHON_EXECUTABLE=$python_exe -DLLVM_BUILD_TESTS=ON -DLLVM_LIT_TOOLS_DIR=C:/cygwin64/bin fwiw compiler-rt is
2015 Jul 21
0
[LLVMdev] DebugInfo/PDB/pdbdump-symbol-format.test fails with VS 2015
FWIW, this test is passing for me on Windows 7 with Visual Studio 2015 (debug build). 59> Running all regression tests 59> -- Testing: 23734 tests, 32 threads -- 59> 59> Testing Time: 634.19s 59> Expected Passes : 22821 59> Expected Failures : 160 59> Unsupported Tests : 753 59> lit.py: lit.cfg:195: note: using clang:
2015 Jul 21
4
[LLVMdev] DebugInfo/PDB/pdbdump-symbol-format.test fails with VS 2015
Hi, This might be interesting since it seems to be the only LLVM test failing with VS 2015: FAIL: LLVM :: DebugInfo/PDB/pdbdump-symbol-format.test (7377 of 14212) ******************** TEST 'LLVM :: DebugInfo/PDB/pdbdump-symbol-format.test' FAILED ******************** Script: -- llvm-pdbdump -symbols C:\cygwin64\home\ismail\src\llvm\test\DebugInfo\PDB/Inputs/symbolformat.pdb |
2016 Jul 20
2
Hitting assertion failure related to vectorization + instcombine
Hi folks, I'm hitting the below assertion failure when compiling this small piece of C code (repro.c, attached). My command line is: bin/clang --target=aarch64-linux-gnu -c -O2 repro.c clang is built from top of trunk as of this morning. It only happens at -O2, and it doesn't happen with the default target (x86_64). I tried to reproduce using just 'llc -O2' but didn't
2016 Jul 20
2
Hitting assertion failure related to vectorization + instcombine
Thanks for notifying me. Yes, this was a recent change. Taking a look now. On Wed, Jul 20, 2016 at 1:49 PM, Michael Kuperstein <mkuper at google.com> wrote: > +Sanjay, who touched this last. :-) > > On Wed, Jul 20, 2016 at 12:44 PM, Ismail Badawi (ibadawi) via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Hi folks, >> >> I'm hitting the
2016 Jul 27
0
Hitting assertion failure related to vectorization + instcombine
David, Sanjay: ping? On Mon, Jul 25, 2016 at 11:07 AM, Hans Wennborg <hans at chromium.org> wrote: > Sure. David, what do you think about merging this to 3.9? > > Sanjay: are you saying I'd just apply that diff to > InstructionSimplify.cpp, not InstCombineSelect.cpp? > > On Fri, Jul 22, 2016 at 7:08 AM, Sanjay Patel <spatel at rotateright.com> wrote: >> Hi
2016 Jul 28
1
Hitting assertion failure related to vectorization + instcombine
LGTM On Wednesday, July 27, 2016, Hans Wennborg <hans at chromium.org> wrote: > David, Sanjay: ping? > > On Mon, Jul 25, 2016 at 11:07 AM, Hans Wennborg <hans at chromium.org > <javascript:;>> wrote: > > Sure. David, what do you think about merging this to 3.9? > > > > Sanjay: are you saying I'd just apply that diff to > >
2016 Jul 22
2
Hitting assertion failure related to vectorization + instcombine
Sanjay: let me know if this is something that will apply to 3.9. Thanks, Hans On Wed, Jul 20, 2016 at 5:59 PM, Sanjay Patel via llvm-dev <llvm-dev at lists.llvm.org> wrote: > Quick update - the bug existed before I refactored that chunk in > InstSimplify with: > https://reviews.llvm.org/rL275911 > > In fact, as discussed in https://reviews.llvm.org/D22537 - because we have a
2016 Jul 25
2
Hitting assertion failure related to vectorization + instcombine
Sure. David, what do you think about merging this to 3.9? Sanjay: are you saying I'd just apply that diff to InstructionSimplify.cpp, not InstCombineSelect.cpp? On Fri, Jul 22, 2016 at 7:08 AM, Sanjay Patel <spatel at rotateright.com> wrote: > Hi Hans - > > Yes, I think this is a good patch for 3.9 (cc'ing David Majnemer as code > owner). The functional change was
2004 Apr 20
3
Sambe max file size on RH9
I'm getting a "max file size exceeded" when copying from knoppix 3.3. to RH9 over a samba share when the file gets to be >2G in size. This is samba 3.0.2a on server, 3.0.2-Debian on client. I googled a bit, and the more recent one (2003) directed the user to get a build that was built on their Linux 2.4 system. I installed from an RPM I downloaded for RH9 (3.0.2a), I
2003 Jun 11
2
Does the RPM for RH9 know about TCL/Tk
Sorry for the probable repeat post but I can only search the list up to 2002 (is there a better way?). I am using the RH9 RPM from CRAN but packages like AnalyzeFMRI say that tcltk is not found. Do I need to do more to get Tk GUIs working on RH9 or does the RPM not have tcltk support built in (should I compile from source). Thanks in advance. Take care. -Morgan
2003 Apr 28
1
I have gotten Office to run on RH9
I have gotten WINE installed and working with RH9 and installed Office 2000 I can get excel to work and get word to start but it can not save the files. Any ideas? James jdickson@cimtel.net
2005 Jan 31
2
upgrade RH9?
Can you upgrade RH9 to Centos, or do you have to do a complete install? Is there an iso with a .ks file on it to do a remote install?
2015 Jan 30
2
[LLVMdev] ARM regression between r223766 and r223925
Hi, On Fri, Jan 30, 2015 at 7:15 PM, Renato Golin <renato.golin at linaro.org> wrote: > On 13 December 2014 at 09:49, İsmail Dönmez <ismail at donmez.ws> wrote: >> With trunk things got even worse while compiling a simple hello world cpp: >> >> 1. /usr/lib/gcc/arm-linux-gnueabihf/4.9/../../../../include/c++/4.9/bits/basic_string.h:114:57: >> current
2007 Nov 21
1
Migration from RH9
Hi, I will probably have to migrate a few servers running Red Hat 9 to CentOS and I'd like to have opinions. One server to migrate is running Fedora core 4. Reason for migrating to CentOS: no more security updates available, hardware change planned anyway. Here are the services to be migrated: sendmail pop (not sure which daemon, I think it is running the default daemon in RH9) DNS
2003 Apr 16
5
rh9 and pxe
Hi, I've got pxelinux 2.00 working to boot rh 7.3, 8.0, and phoebe-beta pxe install images but I've recently tried to load the rh 9 pxe install images and I get this.. 4000 AX:0208 BX:0200 CX:0002 DX:0000. Any thoughts? Thanks aaron
2003 Apr 14
2
compile error RH9 & R162
Hi, I tried to compile source because for RH9.0 doesn't exist binary. During compiling I got error: *********************** make[3]: Entering directory `/home/allans/R-1.6.2/src/library/methods' dumping R code in package 'methods' Error in eval(expr, envir, enclos) : couldn't find function "character" Execution halted make[3]: *** [../../../library/methods/R/all.rda]
2003 Sep 14
1
gnophone and RH9 comments and questions
Hello, trying to get gnophone to fully function under RH9 and finally have the browser working from the rpm from 2001. Turns out I had to get an old Mozilla 1.2 version and alter the startup gnophone script to point to it (MOZILLA_FIVE_HOME and LD_LIBRARY_PATH). How much better is the CVS stuff? I cvs checked out the gnophone and the Changelog only shows a comment about 0.2.5 but no real changes.
2004 Jul 06
1
rh9, asterisk HEAD, & asterisk-oh323-0.6.3a working
I have no new information, just a note of encouragement to those traversing the bowels of h323: I've been trying to get h323 working with asterisk for several months now, trying with chan_h323 & chan_oh323 with all kinds of different combinations. As with several folk on the list, I've had no luck. Either I had no audio, or I could only receive calls, or I could dial but no had