Displaying 20 results from an estimated 30000 matches similar to: "Bug repository problem (PR#6168)"
2009 Jan 03
2
Bash cgi upload form
Anyone have a function or script for uploading files from a web
browser with a bash script? I know this is possible to do with Perl,
I'm wondering if the same is possible using only bash.
2006 Jul 06
1
How did I turn off params ?
I am trying to create an input form where subsets of the input data goes
into separate rows of the table (events).
I have created a proxy object (CompoundEvent) to hold all of the data,
and overridden its "save" method to create the several tuples.
This was almost working late last night when I did something that
stopped the params[] hash from getting any information from the post
2005 Oct 16
1
BIC doesn't work for glm(family=binomial()) (PR#8208)
Full_Name: Ju-Sung Lee
Version: 2.2.0
OS: Windows XP
Submission from: (NULL) (66.93.61.221)
BIC() requires the attribute $nobs from the logLik object but the logLik of a
glm(formula,family=binomial()) object does not include $nobs. Adding
attr(obj,'nobs') = value, seems to allow BIC() to work.
Reproducing the problem:
library(nmle);
BIC(logLik(glm(1~1,family=binomial())));
2003 May 09
2
Revisiting two old issues
I'd like some opinions on a couple of long-standing rsync issues. My
two oldest, uncommitted patches are:
- A "no hang" patch that makes sure that the pipe from the receiver
to the generator can't block with resend requests.
- The "move files" patch that got changed into a --delete-sent-files
option.
For each item I have two questions -- do we need to
2007 Jan 12
1
Package is not on the repository (PR#9450)
Full_Name: Alexandra R Mendes de Almeida
Version: 2.4.1
OS: Linux
Submission from: (NULL) (201.51.225.154)
R-Masters
The packahe SGAx is not on the repository.
See the message returned by R when i tried to install it:
> install.packages("SAGx")
--- Please select a CRAN mirror for use in this session ---
Loading Tcl/Tk interface ... done
Warning in download.packages(unique(pkgs),
2011 Aug 23
3
IE 9 not sending digest auth info
I migrated our internal wiki server last week, and some IE users
aren't able to authenticate.
The service is hosted by Apache using Digest authentication. It
migrated from Apache 2.2.9 (Debian 5) to Apache 2.2.15 (CentOS 6). The
internal hostname for the wiki server is a DNS CNAME that was
repointed from one host to another during the cutover.
In a normal session,
1. Client sends GET
2.
2018 Feb 22
3
Attempts to connect to Axway SFTP server result in publickey auth loopin
We are attempting to use openssh sftp to connect to a server that is
running some version of the Axway SFTP server. After a publickey auth
completes, the server resends publickey as a valid auth. This results in
a loop as openssh sftp resubmits the publickey information. This seems
similar to a discussion in 2014 that terminated with the thought that it
might be nice if the client tracked
2009 Jul 11
1
tftp-hpa fails after lost data packet
Hello,
I am using the tftp-hpa 0.48 as delivered in Linux Fedora Core 9 as a
client to send a file to another server on an unreliable network.
The transaction is sometimes timing out.
I have monitored the the TFTP packets to see what is missing.
It seems a DATA packet is being lost. The server is repeating the ACKs
for the previous packet every three seconds. I think these repeated ACKs
are
2011 Jan 11
1
Unable to get Fax t38 working with IrisTel trunk
Hi everyone,
I have been trying to get T.38 Faxing to work with Iristel sip trunks for
last few days but havn't been sccussful. I am using Asterisk 1.6.2.8 and
SpanDSP 0.6. Here is what I see in the tcpdump capture:
1. Call come in from the trunk as regular voice call with g.711 codec
2. Asterisk answers the call and recognizes the CNG and sends the call to
fax extension
3. Eventually
2005 Apr 24
0
utils::setRepositories bug when adding a local repository? (PR#7810)
Full_Name: John Gavin
Version: 2.1.0 patched 18-04-05
OS: windows XP SP2
Submission from: (NULL) (139.149.1.203)
Hi,
I suspect that there may be a bug in utils::setRepositories().
Starting with
> getOption("repos")
CRAN CRANextra
"@CRAN@"
2019 Apr 25
1
Samba 4 write lock problem with MS Word
I'm getting "access denied" with one particular samba 4 home directory NFS
share. But only with Microsoft Word, Excel and PowerPoint. If I edit an
RTF file in wordpad or notepad and save it back to the samba home share it
works. But I get "access denied" if I'm using Word. Also, no problems with
WordPerfect.
On the same NFS mount point I have several Samba shares. Lets
2011 Jul 27
2
lmtp multiple recipients fail
Hello,
I am having a problem with the lmtp delivery of mail addressed to
multiple recipients. ?The first recipient receives the mail correctly
but the next recipients do not. ?ltmp apparently tries to create a
link from the subsequent recipients' mail store to the first recipient
mail store and fails. This returns 451 smtp codes to the sender which
then resends at some later time. Please see
2004 Nov 11
3
Legal sample rates
On Thu, 11 Nov 2004 13:33:42 -0800 (PST)
Josh Coalson <xflac@yahoo.com> wrote:
> --- Erik de Castro Lopo <erikd-flac@mega-nerd.com> wrote:
> > On Wed, 10 Nov 2004 16:08:21 -0800 (PST)
> > Josh Coalson <xflac@yahoo.com> wrote:
> >
> > > > Is there someway of figuring out if a sample rate is valid?
> > >
> > > that's the
2004 May 01
2
Generating Lognormal Random variables (PR#6843)
Full_Name: Anthony Gichangi
Version: 1.90
OS: Windows XP Pro
Submission from: (NULL) (130.225.131.206)
The function rlnorm generates negative values for lognormal distribution.
x- rlnorm(1000, meanlog = 0.6931472, sdlog = 1)
Regards
Anthony
2006 May 22
4
Sys.setlocale upsets windows graphics device (PR#8887)
Full_Name: Edward McNeil
Version: 2.3.0
OS: Widows XP
Submission from: (NULL) (203.170.234.5)
Type the following:
> Sys.setlocale("LC_ALL","C")
> hist(1:10)
CRASH
2007 Jan 05
2
SIP/TCP?
I'm still learning some of the basics. Can someone explain in layman's
terms what's the difficulty for Asterisk to support SIP/TCP (and even
RTP/TCP)?
2023 Mar 11
1
[PATCH 03/11] kthread: Pass in the thread's name during creation
On 3/11/23 2:53 AM, Christian Brauner wrote:
> On Fri, Mar 10, 2023 at 04:03:24PM -0600, Mike Christie wrote:
>> This has us pass in the thread's name during creation in kernel_thread.
>>
>> Signed-off-by: Mike Christie <michael.christie at oracle.com>
>> ---
>> kernel/kthread.c | 35 ++++++++++++++---------------------
>> 1 file changed, 14
2003 Nov 21
2
question on scalability
Hello All,
We have a Linux cluster application that uses openssh as its inter-node
communication mechanism and we've recently run into a problem that points
to a potential scalability issue in openssh code.
Our client nodes systematically open ssh connections to the server node to
execute an administrative command. When establishing socket connections,
the server side sometimes fails to
2005 Nov 30
1
multinom crashes (when I do something stupid) (PR#8358)
Full_Name: Rob Foxall
Version: 2.2.0
OS: Windows XP
Submission from: (NULL) (149.155.96.5)
I was using multinom from nnet package, when I did something stupid -- I entered
in an incorrect factor variable as response. This factor had only one level.
Instead of R telling me not to be so dumb, it crashed, clicking on debug coming
up with the message "An exception 'Unhandled Win32
2000 May 22
0
RE:bug 548 graphics '*' (PR#549)
> From: acuster@nature.berkeley.edu
> Date: Mon, 22 May 2000 00:13:41 +0200 (MET DST)
> To: r-devel@stat.math.ethz.ch
> Subject: [Rd] RE:bug 548 graphics '*' (PR#549)
> CC: R-bugs@biostat.ku.dk
> X-Loop: R-bugs@biostat.ku.dk
> X-Keywords:
>
> Full_Name: Adrian Custer
> Version: 1.0.1
> OS: gnu-linux (mandrake 7.1beta)
> Submission from: (NULL)