Displaying 20 results from an estimated 5210 matches for "useless".
2013 Feb 05
4
[PATCH] tools/libxl: Disable useless empty floppy drive with qemu-xen
tools/libxl: Disable useless empty floppy drive with
qemu-xen
Signed-off-by: Fabio Fantoni <fabio.fantoni@heliman.it>
---
tools/libxl/libxl_dm.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tools/libxl/libxl_dm.c b/tools/libxl/libxl_dm.c
index 51f9914..c265618 100644
--- a/tools/libxl/libxl_dm.c
+++ b/...
2010 Apr 13
4
Useless use of AllowOverride
Hello,
While i m trying to start my apache server i am getting following error.
[Wed Apr 14 01:47:58 2010] [warn] Useless use of AllowOverride in line 31 of
/home/tomcat/conf/mod_jk.conf.
[Wed Apr 14 01:47:58 2010] [warn] Useless use of AllowOverride in line 36 of
/home/tomcat/conf/mod_jk.conf.
Please let me know if you have any solution regarding this.
Thanks & Regards
Manoj
-------------- next part ---------...
2008 Jul 04
1
Samba 3.2.0 doesn't compile under Solaris8
...rflows
INT_M
AX (2147483647)
"./librpc/gen_ndr/srvsvc.h", line 238: warning: enumerator value overflows
INT_M
AX (2147483647)
"./librpc/gen_ndr/srvsvc.h", line 242: warning: enumerator value overflows
INT_M
AX (2147483647)
"./librpc/gen_ndr/wkssvc.h", line 10: warning: useless declaration
"./librpc/gen_ndr/samr.h", line 633: warning: useless declaration
"./librpc/gen_ndr/nbt.h", line 496: warning: useless declaration
"./librpc/gen_ndr/netlogon.h", line 204: warning: useless declaration
"./librpc/gen_ndr/netlogon.h", line 206: warni...
2010 Jan 21
1
Bug#566107: logcheck-database: with violations.d/logcheck empty most rules in violations.ignore.d look useless
...tabase
Version: 1.3.5
Severity: normal
Hi,
I was having a look at logcheck and why I received a "verification failed:
Temporary failure in name resolution" as a _system_ message.
Turns out that since violations.d/logcheck is empty now, most of the rules in
violations.ignore.d look quite useless, can you confirm?
I suspect that a big part of those rules should be removed or moved to
ignore.*.d or work with the package maintainer to ship them together with the
respective violations.d.
thanks for your work,
filippo
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable...
2005 Feb 24
0
[PATCH] Drop two useless HAVE_CYGWIN
Hi,
the below patch removes two special cases for Cygwin, which are already
superfluous for a good while.
- openbsd-compat/bsd-openpty.c: Since openpty() is implemented in Cygwin
now, the bsd-openpty.c code just isn't build into OpenSSH on Cygwin.
So the Cygwin special case is useless.
- When building OpenSSH for Cygwin, the minires-devel package (development
package for the special "minires" resolver library for Cygwin) is
required. But this package also brings its own version of arpa/nameser.h,
so the #ifndef HAVE_CYGWIN is useless.
Corinna
Index: openbs...
2008 Jun 28
1
New yum search behavior is awful/useless
...rom where) and from which
repositories which version is available. This information is all gone now.
Also gone is the description. I can get the description from info and the
installed status from list, but the repo information is completely gone
now it seems. In this state yum search is pretty useless.
Am I missing something? man yum and yum.conf don't list any options to get
a more useful behavior.
Kai
--
Kai Sch?tzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com
2004 Mar 26
1
--link-dest mostly useless on a server without chroot
When using the rsync server without chroot, the --link-dest and
--compare-dest options are almost useless. This is because
sanitize_paths is called on the link-dest directory, stripping out
leading dots and slashes. Thus, the only possiblitiy for a link-dest
directory is under the target directory, which is generally not useful.
There doesn't seem to be an easy fix. sanitize_paths is applied
in...
1998 Aug 20
1
Amanda + SAMBA 1.9.18p8 => useless backup
...tape
The attached patch for SAMBA fixes this problem, preventing log
messages from being printed to stdout if the tar-file is written to
stdout...
Anyone using Amanda to back up MS-Windows shares with SAMBA should
apply this patch in the SAMBA sources and rebuild it, otherwise the
backups will be useless! Then, force Amanda to run full backups, so
as to ensure that you have usable backups as soon as possible.
Thanks to Ronny Blomme for having investigated the problem and
suggesting a solution.
--
Alexandre Oliva
mailto:oliva@dcc.unicamp.br mailto:aoliva@acm.org
http://www.dcc.unicamp.br/~oliva...
2012 Apr 04
2
[PATCH RFC] virtio-net: remove useless disable on freeze
disable_cb is just an optimization: it
can not guarantee that there are no callbacks.
I didn't yet figure out whether a callback
in freeze will trigger a bug, but disable_cb
won't address it in any case. So let's remove
the useless calls as a first step.
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
---
drivers/net/virtio_net.c | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c
index 019da01..971931e5 100644
--- a/drivers/net/virtio_...
2012 May 30
1
[PATCH repost] virtio-net: remove useless disable on freeze
disable_cb is just an optimization: it
can not guarantee that there are no callbacks.
In particular it doesn't have any effect when
event index is on.
Instead, detach, napi disable and reset on freeze ensure we don't run
concurrently with a callback.
Remove the useless calls so we get same behaviour
with and without event index.
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
---
Reposting a patch that seems to have fallen through cracks.
drivers/net/virtio_net.c | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/drivers/...
2012 Apr 04
2
[PATCH RFC] virtio-net: remove useless disable on freeze
disable_cb is just an optimization: it
can not guarantee that there are no callbacks.
I didn't yet figure out whether a callback
in freeze will trigger a bug, but disable_cb
won't address it in any case. So let's remove
the useless calls as a first step.
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
---
drivers/net/virtio_net.c | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c
index 019da01..971931e5 100644
--- a/drivers/net/virtio_...
2012 May 30
1
[PATCH repost] virtio-net: remove useless disable on freeze
disable_cb is just an optimization: it
can not guarantee that there are no callbacks.
In particular it doesn't have any effect when
event index is on.
Instead, detach, napi disable and reset on freeze ensure we don't run
concurrently with a callback.
Remove the useless calls so we get same behaviour
with and without event index.
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
---
Reposting a patch that seems to have fallen through cracks.
drivers/net/virtio_net.c | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/drivers/...
2017 Oct 09
2
[PATCH] daemon: proto: Remove pervasive but useless debugging messages.
...daemon main loop like this:
guestfsd: main_loop: new request, len 0x54
guestfsd: main_loop: proc 278 (mkfs) took 0.02 seconds
I don't think these messages really bring much value. This commit
removes them entirely.
An alternative might be to change them to make them shorter and/or
less useless, but I'm not sure what that would be.
Rich.
2008 May 14
1
[LLVMdev] Useless check in TailDuplication
...of predecessor. If this count is zero, Dest
is regarded as dead and no tail duplication happens.
However, as far as I can see, there is no way that Dest can have zero
predecessors. By definition, it has at least one: The block containing BI. Is
there a point I am missing here, or is this really a useless check?
In particular, I'm talking about the following piece of code from
lib/Transforms/Scalar/TailDuplication.cpp:
pred_iterator PI = pred_begin(Dest), PE = pred_end(Dest);
if (PI == PE && Dest != Dest->getParent()->begin())
return false; // It's just a dead block,...
2007 Jan 11
1
Matching on multiple columns
...frames. Newdata is the data set from an
experiment. In real #life it has an additional 9 columns of data
#exclude is a dataframe that was manually created after discovering
some quality #control issues
#Any row in newdata that matches any row in exclude must be discarded
match(newdata$x,exclude$x)# useless because it is only on one column
match(newdata$y,exclude$y)# useless because it is only on one column
newdata$x %in% exclude$x # useless because it is only on one column
newdata$y %in% exclude$y # useless because it is only on one column
newdata$x %in% exclude$x & newdata$y %in% exclude$y...
2015 Apr 01
4
Have options changed for "samba-tool domain provision"
...--adminpass='1GoodPasswd' --domain='TEST'
--workgroup='TEST' --realm='test.fr' --use-xattr=yes --use-rfc2307
--server-role='dc'
Now with samba 4.2
The same command ends with:
samba-tool domain provision: error: no such option: --workgroup
Is that option now useless?
Regards,
--
Jean-Fran?ois
2009 Oct 20
4
[LLVMdev] Dereference PointerType?
It may not be the best way to do what I'm trying to do, but it's not useless
and bogus. Consider the following:
%1 = alloca i32* ; %1 is of type i32**, dereferenced it becomes a type i32*
and
; the size of that is sizeof(void *) bytes
Having said that I am looking at the target data getTypeAllocSize method.
Daniel
2009/10/20 Duncan Sands <bal...
2006 Jan 10
1
qdisc''s useless in my case?
...which are
connected via 100Mbit crossover-cable and the modem queues the packets
itself
and drops the ones exceeding the maximum upload rate. With an constant
empty
queue in the kernel it would make no differences if fifo_fast or sfq is
the qdisc, right?
So my question is: Am I right? Is it useless to assign sfq to eth1 & eth2?
What would
be an alternative solution?
PS: I read seph''s mail from Thu Jan 5 17:02:10 CET 2006. I had the same
problem. Solution:
Use a kernel > 2.6.11 (don''t know exactly when this was fixed) but with
2.6.14.3 and 2.6.15
this "MASQ...
2010 Dec 07
0
[LLVMdev] disable llc optimizations
...ator know
when to power on/off the multiplier. I need to insert an instruction before
the first multiply and another one after the last multiply in a basic
block. I'm currently trying to figure out the best way to do that without
having to add a new instruction to llvm.
My plan was to insert useless instructions, let llc generate an assembly
(.s) file, then use sed to replace the useless instructions with my special
instructions. However, llc eliminates my useless instructions. ( Allocas
and binary operators go away, volatile loads and stores change the register
allocation. )
%mul_en = allo...
2010 Aug 24
4
[LLVMdev] DSA Analysis
...Excerpt of the debugging output:
Visiting single node SCC #: 355 fn: subjournalPage
[BU] Calculating graph for: subjournalPage
Inlining graph for mallocWithAlarm[14+5] into 'subjournalPage' [18+5]
Inlining graph for memjrnlWrite[11+5] into 'subjournalPage' [20+8]
WARNING: Useless call site found.
WARNING: Useless call site found.
WARNING: Useless call site found.
Deleteing 0x1036e1318
Merged 4 call nodes.
[BU] Done inlining: subjournalPage [18+8]
Recalculating subjournalPage due to new knowledge
Visiting single node SCC #: 356 fn: subjournalPage
[BU] Calculating graph...