Displaying 20 results from an estimated 10649 matches for "complain".
2007 Feb 13
1
Zpool complain about missing devices
Hello,
We had a situation at customer site where one of the zpool complains about missing devices. We do not know which devices are missing. Here are the details:
Customer had a zpool created on a hardware raid(SAN). There is no redundancy in the pool. Pool had 13 LUN''s, customer wanted to increase the size of and added 5 more Luns. During zpool add process syst...
2009 Jun 10
1
Bug#532719: logcheck-database: filter pam_env complaining about missing /etc/default/locale
...re is used to set no locale at all, the file will
contain a commented out line, so when trying to reproduce this you
should first purge and reinstall the locales)
if filtering this is against logcheck's habits (eg because the message
should not occur in the first place), please reassign to the complaining
program (libpam-modules, i guess, for complaining about a file missing
that can legally be absent) or locales (for not creating a file other
packages rely on)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 1...
2004 Jun 07
1
rsync server complaining about vanishing files while they are not.
.... Thus I can reproduce the
problem at will by simply executing the client again and again.
I call the client with the following:
/opt/rsync/bin/rsync -vvvvrL
some.server.com::module1/redhat/9/en/os/i386/RedHat/RPMS
/export/lmw/install_images/redhat
I also notice that the rsync server complains with a code 24, while
the client complains with a code 23 (is this normal?).
Should I report this as a bug?
Best regards,
Hans Deragon
--
Consultant en informatique/Software Consultant
Deragon Informatique inc. Open source:
http://www.deragon.biz http://facil.qc.ca (Promotion d...
2015 Mar 11
2
Why is Sieve trying to re-compile global scripts?
...ot/sieve/script2.sieve' need to be pre-compiled using the sievec tool
Well, OK, is it going by the timestamp on the files? Fine. I recompiled
it by hand. Yet, I STILL got these errors!
I triple and quadruple checked that the timestamp on the svbin files was
more recent. And Sieve was only complaining about one of the two
scripts in the directory.
I restarted dovecot. No change.
So I removed read permission on the .sieve files and only left read
permission on the .svbin files. THIS WORKED. No more error.
I can live with that, but why was it not complaining before, why was it
only complai...
2015 Mar 11
2
Why is Sieve trying to re-compile global scripts?
...the sievec tool
> >
> > Well, OK, is it going by the timestamp on the files? Fine. I recompiled
> > it by hand. Yet, I STILL got these errors!
> >
> > I triple and quadruple checked that the timestamp on the svbin files was
> > more recent. And Sieve was only complaining about one of the two
> > scripts in the directory.
> >
> > I restarted dovecot. No change.
> >
> > So I removed read permission on the .sieve files and only left read
> > permission on the .svbin files. THIS WORKED. No more error.
> > I can live with...
2015 Mar 11
5
[LLVMdev] RFC: I plan to remove the autoconf and Makefile build of LLD
...mailing list address... See below...
On Wed, Mar 11, 2015 at 3:07 PM, Chandler Carruth <chandlerc at gmail.com>
wrote:
> Why?
>
> 1) We're moving away from autoconf already today. We're hoping to drop it
> completely soon.
> 2) It doesn't work today and no one is complaining.
> 3) It hasn't worked for weeks and no one has complained.
>
> Due to #2 and #3, I believe it is dead code. I can't even test my changes
> to it because it doesn't work.
>
> I don't want to invest time fixing it if we're moving the other direction.
>
>...
2023 Jun 03
3
codetools wrongly complains about lazy evaluation in S4 methods
...formal argument 'ncol' relies on lazy evaluation:
> formals(qr.X)[["ncol"]]
if (complete) nrow(R) else min(dim(R))
where 'R' must be defined in the body of any method that might evaluate 'ncol'.
To my surprise, tools:::.check_code_usage_in_package() complains about the
undefined symbol:
qr.X: no visible binding for global variable 'R'
qr.X,qr: no visible binding for global variable 'R'
Undefined global functions or variables:
R
I claim that it should _not_ complain, given that lazy evaluation is a really
a featur...
2007 Apr 09
3
Too much silence, perceived delay
In a system connected to a verizon T1, Digium TE411P (quad T1 echo cancellation), client is complaining it is "too quiet".
The complaint regards calls over the T1, not in house SIP only calls.
Their description indicates they want some earpiece feedback of themselves speaking. Also, they complain that it takes several seconds (3-4) for the other party to respond. That is kind of subj...
2014 Oct 08
1
Actual complaining: nixspam
John accused me of complaining about systemd... this here's *real*
complaining.
Several times every month, my email starts getting bounced by freakin'
nixspam, because my giant hosting provider, that hosts millions of
domains. Akemi has argued that nixspam works just fine (if so, then why
did we get that spam a few w...
2012 May 18
2
Facter 1.6.9 complains about "No LSB modules are available."
Hi,
it seems that Facter 1.6.9 complains that "No LSB modules are
available." on every run. This is on Ubuntu 10.04 and 12.04, probably
others as well. This message (on stderr) usually comes from calling
"lsb_release -v" when no additional LSB modules are installed. Facter
apparently calls "lsb_release -v -s"...
2019 Nov 24
2
Dovecot proxy with ldap, complains about 'host not given'
My query? Is dovecot not getting this field automatically?
-----Original Message-----
Subject: Re: Dovecot proxy with ldap, complains about 'host not given'
On 23 Nov 2019, at 16:11, Marc Roos <M.Roos at f1-outsourcing.eu> wrote:
> It looks like the dovecot proxy can authenticate correctly but fails
> then on with this message
>
> Nov 23 23:33:33 test2 dovecot: pop3-login: Error: proxy: host not
giv...
2006 Apr 23
2
[LLVMdev] Building CFE in Mingw
...\
-I$(srcdir)/../include @INCINTL@
Change them to:
INCLUDES = -I. -I$(@D) -I$(srcdir) -I$(srcdir)/$(@D) \
-I$(srcdir)/../include @INCINTL@ -IPREFIX/include
Note: use forward slashes for PREFIX, e.g.
-If:/projects/mingw
2. Possible issues.
1) Problem: Complains about *.info files.
Resolutions: There are know miscompartibilities between msys makeinfo
file and GCC's sources. Either use makeinfo from cygwin,
or just remove msys' version out.
2) Problem: Complains about gthr-default.h file.
R...
2004 Dec 28
3
Fedora Core 3 app_curl compile error?
Hi,
I'm making the latest CVS asterisk source on a newly installed Fedora
Core 3 distribution. However, when the makefile for asterisk/apps runs,
it generates an error when trying to link app_curl.so complaining about
not finding -lidn.
Has anyone else run into this problem? I can chase down libidn but I
find it odd that others on the list have seemingly gotten asterisk to work
on FC3 but never complained about this particular problem...
Michael Swan
Neon Software, Inc.
2007 Apr 28
4
pure R code package for Windows
...quot;. If I am wrong, please tell me.
I tried the following approaches (after verifying the package
using R CMD check - 1 warning concerning the missing documentation
for some of the R-functions.)
1. Installing the source package (with no C, C++ or F files)
directly on Windows XP. Installation complains that
"make" command is mising. OK, it is a source package.
2. Building binary package using R CMD build --binary --use-zip
on Linux and try to install it under Windows XP. Installation
complains that "make" command is missing. (Why, if it is
a binary package?).
3...
2016 Mar 06
2
[PATCH 3/5] installers: MSVC compatibility fixes
On 2016.03.06 13:13, Gene Cumm wrote:
> Did Visual Studio actually complain about this one?
WDK compiler (which I also use) if I recall correctly. At any rate, some
older compilers do not like double initializations like this one, and I
don't think this change should be much of a contention point, since it
doesn't introduce any liability.
Regards,
/Pete
2010 Jan 27
2
[Bug 1704] New: sftp complains about -p command-line option
https://bugzilla.mindrot.org/show_bug.cgi?id=1704
Summary: sftp complains about -p command-line option
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: sftp
AssignedTo: unassigned-bugs at mindrot.org...
2004 Jun 29
0
Complaining Emails
...mistakes. Not all lists work
quite the same way... and at time's I've been a bit over eager, and
over zealous. And I'm sure I've had my posts simply marked as read or
deleted by many people - some without opening.
But I have a strategy for dealing with the people who see fit to
complain:
Don't reply.
It's that simple. If some people want to insult the intelligence or
care of the people on this list, there is little we can do about it -
except ignore them.
Then, when they complain about people not replying, we can simply say
to ourselves - it's there own fault. An...
2008 Dec 22
2
Games complain ybout missing DirctX 9.0c
Hi!
according to the Wine FAQ DirectX 9 is already implemented and you warn about installing the one from MS.
When I try to install "newer" games (e.g. NFS - Most Wanted) the installer complains that DirectX 9.0c isn't installed. The same happened when I tried to install Drakensang.
My installed wine version: 1.1.11
Thanks for any advice!
2007 Dec 28
1
parse() does not complain for not finished strings?
...t; # Now, another incomplete code (character string not finished)
> msg <- 'text <- "some incomplete string'
> mc <- textConnection(msg)
> parse(mc)
expression(text <- "some incomplete string\n")
> close(mc)
I don't understand why parse() does not complain in this third case, and
why it "finishes" my string and adds a '\n' at its end. Does anybody
could explain me,... or is this a bug?
Many thanks.
Philippe Grosjean
2012 Jul 22
1
btrfs-convert complains that fs is mounted even if it isn't
Hi,
I''m trying to run btrfs-convert on a system that has three raid
partitions (boot/md1, swap/md2 and root/md3). When I boot a rescue
system from md1, and try to run "btrfs-convert /dev/md3", it complains
that /dev/md3 is already mounted, although it definitely is not. The
only partition mounted is /dev/md1 because of the rescue system. When I
replicate the setup in a local VM, booting the rescue system from
another disk (no /dev/md1 mounted) helps, btrfs-convert runs. However,
I cannot do thi...