search for: inadvisability

Displaying 20 results from an estimated 55 matches for "inadvisability".

Did you mean: advisability
2010 Sep 20
1
Problem installing latest dovecot w vpopmail
Hello - I am trying to migrate my dovecot installation from an older server running version 1.x to the latest 2.0.3 When I run configure --with-vpopmail, it bombs pretty quick as follows: ./configure --with-vpopmail checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for
2007 Nov 07
2
Adding submenus to existing consol GUI menu
If possible I would like to add two sub-menus to the R Console under Windows. For example, I would like to add: winMenuAddItem("File", "Load CSV...", "loadCSV()") winMenuAddItem("File", "Save CSV...", "saveCSV()") and have them appear under the initial 'File' item rather than add a new 'File' menu item. I seem to
2007 Mar 16
4
Re: Fwd: Re: struct page field arrangement
Btw., another question that made me wonder already when doing the original patch: why is it that x86-64 properly uses locking for mm_pin_all(), yet i386 doesn''t need to? Jan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2018 Sep 24
3
Users cannot change their passwords
Thanks for the quick reply, I believe I am using MIT based on log file names; but is there a better way to tell? I'm not very knowledgeable about the distinction between MIT and Heimdal regarding KDC. Can you direct me to a resource that explains how to make the switch as I am just using the defaults in SUSE. Additionally, many of the domains experiencing this bug were working fine; before
2018 Sep 25
2
Users cannot change their passwords
On Tue, 2018-09-25 at 09:44 +0100, Rowland Penny via samba wrote: > On Mon, 24 Sep 2018 21:22:06 GMT > "Torin Woltjer" <torin.woltjer at granddial.com> wrote: > > > > > Thanks for the quick reply, I believe I am using MIT based on log > > file names; but is there a better way to tell? I'm not very > > knowledgeable about the distinction
2006 Feb 10
12
Accessing ''many'' variables
Hi, I have a class called Outlet which has_many Jacks. Apart from internal id, each jack is unique by the attribute ''color''. I''d like to iterate through each Outlet, and be able to output data for a Jack of a certain color. Say, I want to access the orange jack for the current outlet: <td><%=h outlet.jack.color[''O''].ip_address
2019 Aug 25
5
Illegal instruction (core dumped) LLVM 8.0
Hello, I have implemented a pass to count total number of instructions in LLVM 8.0. Its source code is attached here. The pass runs fine with LLVM 4.0. But with LLVM 8.0 following error is shown; $ $LLVMopt_BIN/opt -load $LLVM_SO/LLVMStatic-Info.so -one output-simple.bc WARNING: You're attempting to print out a bitcode file. This is inadvisable as it may cause display problems. If you REALLY
2011 Apr 04
1
[LLVMdev] opt -dot-cfg
I use "opt -dot-cfg sample.bc" command to view cfg, but I encountered the following warning. WARNING: You're attempting to print out a bitcode file. This is inadvisable as it may cause display problems. If you REALLY want to taste LLVM bitcode first-hand, you can force output with the `-f' option. I see unmeaning thing when use -f , in additinal I've installed graphvis
2001 Mar 02
1
inc function .. more generally, var arguments
Hi I'd like to be able to write a simple 'increment' function (like inc in pascal or ++ in C++) that takes the argument and increments it 'permanently' ie so that z<-1; inc(z) # no assignment; z #2 I can see how to do it with a global variable but that is not what I want - I want to modify the object that is the actual argument.. I have looked at assign(), <<
2018 Sep 25
2
Users cannot change their passwords
On Tue, 2018-09-25 at 09:59 +0100, Rowland Penny via samba wrote: > On Tue, 25 Sep 2018 20:49:07 +1200 > Andrew Bartlett <abartlet at samba.org> wrote: > > > On Tue, 2018-09-25 at 09:44 +0100, Rowland Penny via samba wrote: > > > On Mon, 24 Sep 2018 21:22:06 GMT > > > "Torin Woltjer" <torin.woltjer at granddial.com> wrote: > > >
2018 Sep 25
1
Users cannot change their passwords
On 25.09.2018 15:44, Rowland Penny via samba wrote: > On Mon, 24 Sep 2018 21:22:06 GMT > "Torin Woltjer" <torin.woltjer at granddial.com> wrote: > >> Thanks for the quick reply, I believe I am using MIT based on log >> file names; but is there a better way to tell? I'm not very >> knowledgeable about the distinction between MIT and Heimdal regarding
2012 Jan 27
2
Unable to reload Rdoc
Dear list, I'm hoping the R guru's can help with an error i've been getting for at least a year during active package development. I have a package loaded & spot a documentation bug, so I: edit the Rd file (or in the roxygen header + roxygenize); then R CMD BUILD, R CMD INSTALL then in the same R session, reload the library & lookup a man page, I always get this error: Error
2012 Nov 03
2
optim & .C / Crashing on run
Hello, I am attempting to use optim under the default Nelder-Mead algorithm for model fitting, minimizing a Chi^2 statistic whose value is determined by a .C call to an external shared library compiled from C & C++ code. My problem has been that the R session will immediately crash upon starting the simplex run, without it taking a single step. This is strange, as the .C call itself works,
2016 Jan 27
2
Prevent read locks on shares
I really don't know if this is a Samba or Linux issue but after migrating one of our file shares from a Samba 3 server to a Samba 4 server we discovered a problem that never existed before. On this share we have a couple of ini files which is periodically read by a Windows application on client machines. The problem appeared when one of those files needed to be edited, which can happen
2015 Jun 26
4
[LLVMdev] Function "llvm::PassManager::run" not defined.
Hi, I am trying to use GDB for debugging my llvm pass. I am following the documentation http://llvm.org/docs/WritingAnLLVMPass.html. When i am doing this the following error and warning messages I am getting. I tried to remove the warning by apt-get install libc6-dbg:i386 command for updating the libc6 but still getting the same. Copyright (C) 2014 Free Software Foundation, Inc. License GPLv3+:
2018 Sep 25
1
Users cannot change their passwords
On Tue, 2018-09-25 at 12:08 +0100, Rowland Penny via samba wrote: > On Tue, 25 Sep 2018 10:40:52 +0000 > Jon Gerdes via samba <samba at lists.samba.org> wrote: > > > On Tue, 2018-09-25 at 09:59 +0100, Rowland Penny via samba wrote: > > > On Tue, 25 Sep 2018 20:49:07 +1200 > > > Andrew Bartlett <abartlet at samba.org> wrote: > > > > >
2005 Jan 14
6
[LLVMdev] Proposed Makefile Changes
Hi, In buildling XPS using LLVM's makefile system, I'm finding that there's a few things lacking in our support for LLVM-based projects. The items below should help but may require changes to project makefiles. I thought I'd check before just going and doing it. 1. Various autoconf generated variables (e.g. abs_top_srcdir) are set in the makefiles but not used. They
2005 Jan 16
0
[LLVMdev] Proposed Makefile Changes
The proposed makefile changes have been committed. If you are working from CVS head and you use the LLVM Makefile System in your own project, please make a note of the following: 1. If your makefiles use any BUILD_* variables, they now need to be prefixed with PROJ_ instead of BUILD_. For example, BUILD_SRC_ROOT is now PROJ_SRC_ROOT. 2. There are additional requirements
2019 Jul 22
3
Fwd: bugpoint can't automatically select a safe interpreter!
I tried to reduce the test case in https://bugs.llvm.org/show_bug.cgi?id=42706. Here it is crashing opt: $ ~/llvm-debug/bin/opt -use-gpu-divergence-analysis -divergence stripped.ll WARNING: You're attempting to print out a bitcode file. This is inadvisable as it may cause display problems. If you REALLY want to taste LLVM bitcode first-hand, you can force output with the `-f' option.
2005 Jan 16
0
[LLVMdev] Proposed Makefile Changes
The proposed makefile changes have been committed. If you are working from CVS head and you use the LLVM Makefile System in your own project, please make a note of the following: 1. If your makefiles use any BUILD_* variables, they now need to be prefixed with PROJ_ instead of BUILD_. For example, BUILD_SRC_ROOT is now PROJ_SRC_ROOT. 2. There are additional requirements for projects.