Displaying 20 results from an estimated 200 matches similar to: "RFC 5258 violation: incomplete response for "LIST ($OPT RECURSIVEMATCH) ...""
2014 Jul 29
0
Missing IMAP Subfolders
I've recently encountered an issue with my IMAP folders on Dovecot
2.0.19. When I telnet into my account and perform a list, I get the
following response:
A list "" "*"
* LIST (\Unmarked) "." "INBOX"
A OK List completed.
However I know there are subfolders here and have examined the server
directly via SSH and strangely:
a select INBOX.Clients
* OK
2010 Sep 20
1
Dynamic forking in Win32
I created an application that uses dynamic forking and it works perfect in windows, but fails in wine. Is this a bug or is this feature disabled in Wine?
I don't have wine myself but someone we have testing the app for us does. It's difficult to debug over the net so I was hoping for some help here...
After adding some debug info we've traced a few failure points to a call to
2018 Apr 04
0
[Bug 13364] rsyncd clips trims relative symlinks outside of source tree
https://bugzilla.samba.org/show_bug.cgi?id=13364
--- Comment #3 from Chris Severance <samba.severach at spamgourmet.com> ---
>enable munge-symlinks. That way the client will get back the same out-of-tree symlink as it started with
This is a lousy option for backups. The only way to get my original links back
is to pull the restore through rsync. Restoring directly from the rsyncd server
2013 Mar 04
1
robustbase adjbox segfault - memory not mapped
Hi,
I encountered a segfault, memory not mapped error when using adjbox in
robustbase. In trying to recreate the issue I found that the error
occurs only for large sample size. Here is the code.
> require(robustbase)
Loading required package: robustbase
> x <- rnorm(10)
> y <- rep(1, 10)
> adjbox(x ~ y) ## gives a plot
> x <- rnorm(10000)
> y <- rep(1,
2012 Oct 30
0
[LLVMdev] Status of YAML IO?
Hi Nick,
I had a few questions :-
1) Is there a way to validate that the input file is of a valid format,
thats defined by the YAML Reader ?
2) How are you plannning to represent section groups in the YAML ?
3) How are you planning to support Atom specific flags ? Is there a way
already ?
(This would be needed to group similiar atoms together)
4) Are you planning to support representing
2013 Mar 29
1
Asterisk 11 - Change CDR in hangup exten [Was: CDR values changed in hangup handler not saved]
2013/3/29 Julian Lyndon-Smith <asterisk at dotr.com>
> check out the endbeforehexten option in cdr.conf
>
> this needs to set to "yes"
>
> Julian
>
Unfortunately, this doesn't help.
Let's drop the hangup handler at the moment, and focus on the "saving to
file" part.
Then my issue is I can't update CDR value is hangup exten.
Here is a
2012 Oct 30
2
[LLVMdev] Status of YAML IO?
Michael,
To validate the refactor of YAML Reader/Writer using YAML I/O. I updated all the test cases to be compatible with YAML I/O. One issue that was a gnarly was how to handle the test cases with archives. Currently, we have test cases like:
---
atoms:
- name: foo
# more stuff
---
archive:
- name bar.o
atoms:
- name: bar
# more stuff
This sort of
2010 Oct 22
2
puppet-zenoss plugin
Hello All,
I''m testing the puppet-zenoss plugin:
http://github.com/mamba/puppet-zenoss
I''m able to export and collect host properly. I however, can''t get
the provider to work. I can''t see much of the provider or type from
running puppetmaster in debug/verbose mode. Are there any tools to
test out a provider and/type? Also, if anyone has this module
2006 Sep 27
1
samba & ACL questions
Greetings,
I seem to have Samba+AD+ACL's working on a RH ES4 server; however, I'm
looking for clarification in regard to how the ACL's differ between
windows and samba... or if they differ?
With windows ACL's, I can give out user permission traverse directory,
but not read its contents. Then I can give said user more permission to
a sub folders contents. Meaning: I
2002 Oct 25
0
qgamma precision (PR#2214)
Full_Name: Morten Welinder
Version: 1.5.1
OS: Solaris
Submission from: (NULL) (65.213.85.136)
I was having problems with qgamma's precision in the sense that
pgamma(qpgamma(x))
was not as close to the identity function as I would like. I was seeing
relative
errors with random input of about 1e-8. This fits nicely with the code'd EPS2
value of 5e-7.
To solve this I added a newton step
2004 Jul 02
0
(PR#7045) Re: homals: Error in y[g[i, j], ] : incorrect number
Function homals() is not part of R. It appears to be in a contributed
package `homals', but you did not say so.
To quote the FAQ
Bug reports on contributed packages should be sent first to the package
maintainer, and only submitted to the R-bugs repository by package
maintainers, mentioning the package in the subject line.
I have closed this bug report on R-bugs.
On Fri, 2 Jul
2012 Oct 30
2
[LLVMdev] Status of YAML IO?
On Oct 30, 2012, at 7:12 AM, Shankar Easwaran wrote:
> Hi Nick,
>
> I had a few questions :-
>
> 1) Is there a way to validate that the input file is of a valid format, thats defined by the YAML Reader ?
Do you mean different than if the yaml reader accepts it? Tons of files will be valid yaml syntactically. It is the semantic level checking that is hard, and that is what
2004 Jun 02
0
idmap with w2k3 active directory ldap supported?
Hi folks,
I'm trying to integrate a group of linux clients into a windows 2003
active directory system using winbind and an ldap idmap backend.
Whenever I start up winbindd it reports the following to log.winbindd:
[2004/06/02 01:41:45, 1] nsswitch/winbindd_util.c:add_trusted_domain(166)
Added domain GEL gel.local S-1-5-21-1287777321-1459595337-1044068293
[2004/06/02 02:39:56, 1]
2005 Jul 08
1
Printer dialogue box slow to pop up
Hi, we're in the process of rolling out Samba on Suse Enterprise Server v
9 in an environment of Windows 98, 2000, and XP computers (samba v
3.0.14a). The samba server is replacing a Windows 2000 domain controller.
The computers switched over to using the samba server as the domain
controller are not experiencing any issues logging onto the domain,
initializing their logon batch script, or
2013 May 24
0
zpool resource fails with incorrect error
I''m working to expand / develop on the zpool built-in type, but the zpool
command is failing and Puppet''s returned stderr is not what I get if I
copy/paste the command given by the debug output.
# cat /etc/puppet/manifests/zpool_raidz2.pp
zpool { ''tank'':
ensure => present,
raidz => [ ''d01 d02 d03 d04'', ''d05 d06
2006 Mar 21
3
Rsync 4TB datafiles...?
I need to rsync 4 TB datafiles to remote server and clone to a new oracle
database..I have about 40 drives that contains this 4 TB data. I would like
to do rsync from a directory level by using --files-from=FILE option. But
the problem is what will happen if the network connection fails the whole
rsync will fail right.
rsync -a srchost:/ / --files-from=dbf-list
and dbf-list would contain this:
2011 Mar 24
1
datalist and data objects in R Package building
Hello all,
I have,say 4 R objects... bar1, bar2, bar3, bar4.. that I'd like to include
in an R package "foobar".
The desired functionality would be:
> library(foobar)
> data(foo)
> ls()
[1] "bar1" "bar2" "bar3" "bar4"
I've tried the following two approaches:
1) I created the file 'datalist' under pre-build directory
2019 Sep 16
0
[PATCH 1/2] drm/nouveau: tegra: Fix NULL pointer dereference
From: Thierry Reding <treding at nvidia.com>
Fill in BAR2 callbacks for instance memory. There's no BAR2 on Tegra
GPUs, but buffers are all in system memory anyway, so just return the
plain address.
Signed-off-by: Thierry Reding <treding at nvidia.com>
---
.../drm/nouveau/nvkm/subdev/instmem/gk20a.c | 30 +++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git
1998 Jun 25
1
Difference in behaviour of model.matrix
This is an obscure R/S incompatibility but it is tripping up some code
for us in the lme library. If you specify the contrasts argument in a
call to model.matrix, that seems to take precedence over the
interpretation of the formula. In S if the formula contains a "- 1",
that will cause the contrasts to be suppressed.
S> foo <- data.frame(bar = factor(rep(1:3, rep(2,3))))
S>
2013 May 28
0
[PATCH RFC] virtio-pci: new config layout: using memory BAR
"Michael S. Tsirkin" <mst at redhat.com> writes:
> On Tue, May 28, 2013 at 12:15:16PM -0500, Anthony Liguori wrote:
>> > @@ -455,6 +462,226 @@ static void virtio_pci_config_write(void *opaque, hwaddr addr,
>> > }
>> > }
>> >
>> > +static uint64_t virtio_pci_config_common_read(void *opaque, hwaddr addr,
>> > +