Displaying 20 results from an estimated 800 matches similar to: "Hanging ssh sessions with openssh-5.1p1 and Solaris 8 & 10"
2007 Aug 21
2
Dovecot should raise the limit of file descriptors at startup...
We've run into a situation where the Dovecot master process "dovecot"
runs out of file descriptors on Solaris 10 since the default is
only 256:
# plimit 1
1: /sbin/init
resource current maximum
time(seconds) unlimited unlimited
file(blocks) unlimited unlimited
data(kbytes) unlimited unlimited
2001 Oct 23
1
ssh/sshd go off in limbo-land after closing remote session (v2.9.9p2)
When I run a remote xterm, the ssh hangs even after I quit the xterm.
Below is the output for the following sequence:
client> ssh -v -v -v dazel xterm
xterm> exit
client> ^C
The outcome is always the same - the ssh doesn't exit with I quit the
xterm... I have to hit CTRL-C on the client side.
polycut:~> ssh -v -v -v dazel xterm
OpenSSH_2.9p2, SSH protocols 1.5/2.0, OpenSSL
2007 Jan 24
1
[sfs@tc.umn.edu: Re: dovecot-auth file descriptor usage]
I hate to be a pest, but are there any revelations on file descriptor
"overusage" by dovecot-auth?
----- Forwarded message from Steven F Siirila <sfs at tc.umn.edu> -----
Date: Sat, 20 Jan 2007 12:42:50 -0600
From: Steven F Siirila <sfs at tc.umn.edu>
To: Dovecot Mailing List <dovecot at dovecot.org>
User-Agent: Mutt/1.4.2.1i
Subject: Re: [Dovecot] dovecot-auth file
2010 Apr 02
1
Problems with PDF/Latex when building a package
Dear R People:
I'm building a packages on an Ubuntu Karmic Koala 9.10 system and am
getting the following errors:
* checking PDF version of manual ... WARNING
LaTeX errors when creating PDF version.
This typically indicates Rd problems.
LaTeX errors found:
! Font T1/ptm/m/n/10=ptmr8t at 10.0pt not loadable: Metric (TFM) file not found
.
<to be read again>
relax
l.7
2009 Apr 24
2
Error building package: LaTeX error when creating PDF version
Hi all
I am trying to build an R package, which I have successfully done many times before, but have an error I cannot trace. I hope someone can help me.
Here's is some edited output (full output below if it is useful):
pdunn2 at PDunnUbuntu:~/DSdata$ R CMD build GLMsData
* checking for file 'GLMsData/DESCRIPTION' ... OK
* preparing 'GLMsData':
* checking DESCRIPTION
2018 Feb 02
2
Does samba support fsync() a directory?
Hi, Jeremy:
> Can you show us the wireshark trace and the smbd logs
Sorry that I don't known how to use wireshark now.
I have the ptrace log:
```
execve("/home/fujitsu/a.out", ["/home/fujitsu/a.out"], [/* 22 vars */]) = 0
brk(0) = 0x8ce000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x7f27a257d000
2005 Jun 02
0
chan_capi + mISDN + Fritz PTP
I'm now up&running with
- mISDN with avmfritz driver for Fritz PCI card
- chan_capi from debian recompiled with a patch (see below)
- EuroISDN with Point-to-Point (ptp) mode (Austria)
- With Asterisk 1.0.7-BRIstuffed-0.2.0-RC7k from debian sarge
But am having some problems:
1) I needed to patch chan_capi.c from debian sarge (see below) to give
the new channel to asterisk in state
2013 May 16
1
To List or Not To List
Dear R Helpers,
A few weeks ago I asked for some help on how to accomplish modifications
to data in a set of data frames. As part of that request I mentioned that
I realized that one way to accomplish my goal was to put the data frames
together in a list but that I was looking for a way to do it with data
frames and a loop because I "believe the better thing is to work df by df
for my
2009 Mar 25
3
very fast OLS regression?
Dear R experts:
I just tried some simple test that told me that hand computing the OLS
coefficients is about 3-10 times as fast as using the built-in lm()
function. (code included below.) Most of the time, I do not care,
because I like the convenience, and I presume some of the time goes
into saving a lot of stuff that I may or may not need. But when I do
want to learn the properties of an
2010 Sep 21
1
reshape is re-ordering my variables
Is it an undocumented (at least I missed it if it's documented) feature
of the reshape function to do numeric variables followed by character?
I ask because that seems to be the case below.
> str(rcw)
'data.frame': 23 obs. of 21 variables:
$ ICU : int 1 18 17 9 22 19 6 16 25 26 ...
$ Q6.RC.1 : chr "SM" "JF" "IW"
2005 Oct 06
0
chan_capi configuration with AVM C2 card
Hi;
I've been asked to take a (remote) look at an Asterisk@home system
running asterisk 1.0.9 on Centos 3.5. It's running chan_capi-0.3.5
It has an AVM c2 ISDN card which is plugged into what I believe to be a
couple of BT ISDN2e "System Access" (i.e. point to point) connections.
We've placed a support call to BT to find out how these lines are
actually provisioned, but
2004 Sep 13
2
calculating memory usage
I am comparing two different algorithms in terms of speed and memory
usage. I can calculate the processing time with proc.time() as follows
but am not sure how to calculate the memory usage.
ptm <- proc.time()
x <- rnorm(1000000)
proc.time() - ptm
I would like to be within R itself since I will test the algorithm
several hundred times and in batch mode. So manually looking up
2002 Nov 21
1
nmblookup not honoring smb.conf?
$ nmblookup ohwow
querying ohwow on 129.22.171.31
name_query failed to find name ohwow
$ nmblookup -s /etc/samba/smb.conf ohwow
querying ohwow on 129.22.171.31
name_query failed to find name ohwow
$ cat /etc/samba/smb.conf
[global]
workgroup = scholars
netbios name = fedora
security = user
wins server = 129.22.4.11
wins support = no
name resolve order = wins lmhosts dns
my problem is that
2010 Mar 19
2
strptime(): on Linux system it seems to call system time?
[I am herewith re-posting this message on R-devel, as it seems to be the
most appropriate mailing list for this issue.]
Dear List,
>From what I understand, strptime() simply converts from one class
representation to another; i.e., from character to POSIXct/POSIXlt.
One strange feature of this command running on Linux is that there are
repeated calls to system time (as was revealed
2010 Aug 06
1
Latex errors when checking package
Dear listers,
I just run R CMD check on an update of one of my packages.
All seems fine but after having gone through all the Rd-file and example
checking and so on, I get the following kind of errors:
LaTeX errors when creating PDF version.
This typically indicates Rd problems.
LaTeX errors found:
! Font T1/ptm/m/n/10=ptmr8t at 10.0pt not loadable: Metric (TFM) file not
found
.
<to be read
2011 Dec 23
0
dtrace-discuss Digest, Vol 80, Issue 6
Have you considered the mdb dcmd ::pfiles?
mfe at inker:~/Code/dtrace/examples$ *pfexec mdb -k*
Loading modules: [ unix genunix specfs dtrace mac cpu.generic uppc pcplusmp
scsi_vhci zfs ip hook neti sockfs arp usba uhci fctl s1394 stmf stmf_sbd md
lofs random idm sd crypto fcp cpc fcip smbsrv nfs ufs logindmux ptm nsmb
sppp nsctl sdbc rdc sv ii ipc ]
> *::ps ! grep clock-applet*
R 1744
2012 Sep 06
2
choose() function returning anomalous results (zero instead of one)
Hello,
(Apologies for length, wanted to get all the relevant detail in that I know
of).
I've been having a lot of trouble with some code for an inventory analysis
problem I was doing, and finally came to the conclusion that it appears
that choose() is returning incorrect values. Specifically:
-------------
Browse[1]> nn
[1] 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 2 2 2 2 2 2 2 2 3 3 3 3 3 3 3
2002 Mar 06
1
samba 2.2.3a on PPC
I can join a domain, but wbinfo -t does not work. I used Mandrake's
.src.rpm. I tried the same .src.rpm on a x86 machine and it works.
strace's are attached. Any ideas?
...Jeff
-------------- next part --------------
execve("/usr/bin/wbinfo", ["wbinfo", "-t"], [/* 38 vars */]) = 0
uname({sys="Linux", node="balsa", ...}) = 0
2006 Feb 20
1
DO NOT REPLY [Bug 3527] New: rsync: tries to chdir() into a device
https://bugzilla.samba.org/show_bug.cgi?id=3527
Summary: rsync: tries to chdir() into a device
Product: rsync
Version: 2.6.6
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: philipp.marek@bmlv.gv.at
2011 Aug 15
0
Stopping criterion in option "control" of BBsolve( )
Dear Dr. Gilbert, Dr. Varadhan and all R-help list members,
I'm using the function BBsolve( ) and I have some questions on the stopping
criterion "maxit" and "noimp" specified in the option "control". Here
are two such examples I'm having problem with. In these two examples, the
function BBsolve( ) always stops at iteration 100, overlooking the values