Displaying 20 results from an estimated 55 matches for "inadvisable".
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
...uot;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 recall from somewhere that this is
inadvisable, however is it possible from within R and if so what might
be the consequences of such additions?
*Simon Gatehouse*
*Hellman & Schofield Pty Ltd*
6/3 Trelawney St., Eastwood, NSW, 2122
P.O. Box 599, Beecroft, NSW, 2119
Ph: (02) 9858 3863 Fax: (02) 9858 4057
Mb 0407 130 635...
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
...gt; >
> > Grand Dial Communications - A ZK Tech Inc. Company
> >
> > 616.776.1066 ext. 2006
> > www.granddial.com
> >
> >
> Took some finding, but I am now very sure that the opensuse Samba AD
> DC
> uses MIT instead of Heimdal, so this makes it inadvisable to use in
> production. There are just too many problems to make it usable, the
> password problem being one of them.
>
> I am sorry, but, as far as I am aware, there is no RPM based distro
> that has production ready Samba packages, I also have a feeling that
> the Ubuntu packag...
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
...t 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 want to taste LLVM bitcode first-hand, you
can force output with the `-f' option.
%2+_Z5UsageiPPc 5 call:1,getelementptr:1,load:2,ret:1,
_Z5UsageiPPc 5 5Stack dump:
0. Program arguments:opt -load /build/lib/LLVMStatic-Info.so -one
output-simple.bc...
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
software,
can anyone help me?
-------------- next part --------------
An HTML attachmen...
2001 Mar 02
1
inc function .. more generally, var arguments
...< etc .. I am not sure where to go next.
I thought I could possibly do it by reference to the calling environment
and tried
> inc
function(a){ eval.parent(a<-a+1,1) }
> z<-1
> inc(z)
[1] 2
> z
[1] 1
>
no good
Is what I want to do possible? (I realize that it is possibly inadvisable
as there would be no obvious way of knowing from the function
definition that it modified its arguments)
thanks
John Aitchison
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "in...
2018 Sep 25
2
Users cannot change their passwords
...t; 616.776.1066 ext. 2006
> > > > www.granddial.com
> > > >
> > > >
> > >
> > > Took some finding, but I am now very sure that the opensuse Samba
> > > AD
> > > DC
> > > uses MIT instead of Heimdal, so this makes it inadvisable to use
> > > in
> > > production. There are just too many problems to make it usable,
> > > the
> > > password problem being one of them.
> > >
> > > I am sorry, but, as far as I am aware, there is no RPM based
> > > distro
> > &...
2018 Sep 25
1
Users cannot change their passwords
...;
>> Torin Woltjer
>>
>> Grand Dial Communications - A ZK Tech Inc. Company
>>
>> 616.776.1066 ext. 2006
>> www.granddial.com
>
> Took some finding, but I am now very sure that the opensuse Samba AD DC
> uses MIT instead of Heimdal, so this makes it inadvisable to use in
> production. There are just too many problems to make it usable, the
> password problem being one of them.
>
> I am sorry, but, as far as I am aware, there is no RPM based distro
> that has production ready Samba packages, I also have a feeling that
> the Ubuntu packag...
2012 Jan 27
2
Unable to reload Rdoc
...e tried all ways of reloading the package that i'm aware of:
detach then library
unloadNamespace then library
devtools::install
devtools::reload
all lead to the error.
I see from ?detach:
... So detaching and re-attaching a package may
not refresh some or all components of the package, and is
inadvisable.
restarting the R session results in loading the updated man file, but do you have any ideas how to word around this & continue within the same R session?
cheers,
Mark
# 1) using Hadley's devtools
> library(devtools)
> library(updateR) # my package under development
> install(&q...
2012 Nov 03
2
optim & .C / Crashing on run
...code (compiled in Ubuntu 12.04 x64 with g++ 4.6.3)
is also attached. Calculating an initial Chi^2 value for a starting set of
model parameters works, then the R session crashes when the optim call is
made.
Is there something I'm perhaps doing wrong in the specification of the
optim run? Is it inadvisable to use external code with optim? There doesn't
seem to be a problem with the external code itself, so I'm very stumped as
to the source of the crashes.
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.
...quot;/usr/share/gdb/auto-load/usr/lib/x86_64-linux-gnu/libstdc++.
so.6.0.19-gdb.py", line 63, in <module>
from libstdcxx.v6.printers import register_libstdcxx_printers
ImportError: No module named 'libstdcxx'
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.
opt: loop_graph_new.cpp:245: void <anonymous
namespace>::LoopGraphAnalysisPass::AddDataEdges(llvm::Loop *, unsigned
int): Assertion `loopGraph != graphs.end()...
2018 Sep 25
1
Users cannot change their passwords
...gt; > > > >
> > > > > >
> > > > >
> > > > > Took some finding, but I am now very sure that the opensuse
> > > > > Samba AD
> > > > > DC
> > > > > uses MIT instead of Heimdal, so this makes it inadvisable to
> > > > > use
> > > > > in
> > > > > production. There are just too many problems to make it
> > > > > usable,
> > > > > the
> > > > > password problem being one of them.
> > > > >
> >...
2005 Jan 14
6
[LLVMdev] Proposed Makefile Changes
...for things other
than LLVM itself gets a easier/clearer and better documented.
I'm signing up to do the necessary changes in llvm and llvm-test. I'll
also help anyone with the necessary changes in their project.
Please let me know if these changes will be a significant burden or they
are inadvisable for your project.
Thanks,
Reid.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20050114/60...
2005 Jan 16
0
[LLVMdev] Proposed Makefile Changes
...elf gets a easier/clearer and better documented.
>
> I'm signing up to do the necessary changes in llvm and llvm-test. I'll
> also help anyone with the necessary changes in their project.
>
> Please let me know if these changes will be a significant burden or they
> are inadvisable for your project.
>
> Thanks,
>
> Reid.
>
> ______________________________________________________________________
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://mail...
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.
opt: /home/jayfoad2/git/llvm-project/llvm/lib/Analysis/SyncDependenceAnalysis.cpp:312:
std::unique_ptr<ConstBlockSet>
llvm::DivergencePropagator::computeJoinP...
2005 Jan 16
0
[LLVMdev] Proposed Makefile Changes
...elf gets a easier/clearer and better documented.
>
> I'm signing up to do the necessary changes in llvm and llvm-test. I'll
> also help anyone with the necessary changes in their project.
>
> Please let me know if these changes will be a significant burden or they
> are inadvisable for your project.
>
> Thanks,
>
> Reid.
>
> ______________________________________________________________________
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://mail...