search for: complains

Displaying 20 results from an estimated 10601 matches for "complains".

Did you mean: 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 syste...
2009 Jun 10
1
Bug#532719: logcheck-database: filter pam_env complaining about missing /etc/default/locale
Package: logcheck-database Version: 1.2.69 Severity: normal on systems without configured global locale, i get lines like this in the logcheck filtered logs: Jun 10 21:12:13 ... sshd[9729]: pam_env(sshd:setcred): Unable to open env file: /etc/default/locale: No such file or directory this looks like a warning that is perfectly ok but does not do any harm and occurs because when no global locale
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 du...
2015 Mar 11
2
Why is Sieve trying to re-compile global scripts?
I have some global scripts that were running nicely. Then I opened one in an editor and (probably, but not 100% sure) mindlessly saved the file, even though I hadn't made any changes. Shortly after, Sieve errors started showing in the log: Error: 4k5JA74R/1TlIwABG/SpMA: sieve: binary save: failed to create temporary file: open(/usr/local/var/dovecot/sieve/script2.svbin.example.com.4139.)
2015 Mar 11
2
Why is Sieve trying to re-compile global scripts?
> > I have some global scripts that were running nicely. > > > > Then I opened one in an editor and (probably, but not 100% sure) > > mindlessly saved the file, even though I hadn't made any changes. > > > > Shortly after, Sieve errors started showing in the log: > > > > Error: 4k5JA74R/1TlIwABG/SpMA: sieve: binary save: failed to create
2015 Mar 11
5
[LLVMdev] RFC: I plan to remove the autoconf and Makefile build of LLD
This time with the correct 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
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 feature...
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
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 weeks ago?). I've politely requested being put on a whitelist, and
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 give...
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. Re...
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
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
Hi Everyone, I'm one of those "newbie" users that really doesn't know what is going on. And in stark contrast to the posts you may read, I do actually think that when you post on this list, you get a reply. In fact, I know you do. I have had a quite nice run setting up asterisk, when I've had problems I've looked at the Wiki or Google, and then when I can't find
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?
Hello, parse() is supposed to detect incomplete instructions, isn't it? For instance: > # Correct code > msg <- 'log(10)' > mc <- textConnection(msg) > parse(mc) expression(log(10)) > close(mc) > # Now, an incomplete code > msg <- 'log(' > mc <- textConnection(msg) > parse(mc) Error in parse(mc) : unexpected end of input at 2: log( >
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 this...