Displaying 15 results from an estimated 15 matches for "13724".
Did you mean:
1372
2009 May 26
1
Bug in "$<-.data.frame" yields corrupt data frame (PR#13724)
Full_Name: Steven McKinney
Version: 2.9.0
OS: Mac OS X 10.5.6
Submission from: (NULL) (142.103.207.10)
A corrupt data frame can be constructed as follows:
foo <- matrix(1:12, nrow = 3)
bar <- data.frame(foo)
bar$NewCol <- foo[foo[, 1] == 4, 4]
bar
lapply(bar, length)
> foo <- matrix(1:12, nrow = 3)
> bar <- data.frame(foo)
> bar$NewCol <- foo[foo[, 1] == 4, 4]
2005 Feb 28
1
fd_send broken pipe
...0.rh7.rf.i386.rpm
http://rpmfind.net/linux/RPM/dag/redhat/7.3/i386/dovecot-0.99.13-1.0.rh7.rf.i386.html
When I start up Dovecot, I get the following:
dovecot: Dovecot starting up
Feb 28 01:41:54 yelofsrv dovecot: Auth process died too early - shutting
down
Feb 28 01:41:54 yelofsrv dovecot: child 13724 (auth) returned error 127
Feb 28 01:41:54 yelofsrv imap-login: fd_send(-1) failed: Broken pipe
I'm just trying to do a simple PAM/passwd type login. No
MySQL/LDAP/PGSQL
stuff. I've Googled till the cows came home (almost literally. I was up
till 2am last night searching) and...
2009 Sep 05
1
Asterisk-1.6.2.0-rc1 and Instant Message sending
...1+realtimetext.txt
sip.conf
[general]
[...]
disallow=all
allow=ulaw
allow = alaw
allow=t140
allow=t140red
textsupport = yes
videosupport = yes
allow=h263
[...]
But Asterisk dropped the Message:
[Sep 5 19:57:05] WARNING[17906]: chan_sip.c:13724 receive_message:
Received message to <sip:2000 at khaolakforum.de> from "Jens Wolf"
<sip:2001 at khaolakforum.de>;tag=66a2f62e-b398-de11-99d4-00c0268c092d,
dropped it...
Content-Type:text/plain;charset=UTF-8
Message: test
[Sep 5 19:57:05] WARNING[17906]: chan_sip.c:1...
2011 Feb 10
3
Unwanted whitespace generated by template
...PUT -p icmp --icmp-type any -j ACCEPT
<% if netbackup_master_servers %>
<% netbackup_master_servers.each do |master_server| -%>
# Allow communication with NetBackup master server <%= master_server[0] %>
-A RH-Firewall-1-INPUT -p tcp -m tcp -s <%= master_server[1] %>
--dport 13724 -j ACCEPT
===============cut here=====================
One extra line containing a single white space is added, after the one
already there.
iptables fails to load because of this...
Is it the "if" tag that generated the line? how do I avoid that?
Thanks a lot.
Mohamed.
--
You recei...
2006 Jun 07
1
Ajax Pan - IFrame
I want to make an IFRAME or some kind of AJax app that will pan an
external page. Also allow for zooming.
Can this be done in Ruby on Rails?
--
Posted via http://www.ruby-forum.com/.
1999 Nov 24
0
problem with multiple figure postscript file
...pi.grid$y)),
add=T)
par(mfg=c(2,1,2,2))
par(mai=c(0.5, 0.5, 0.5, 0.5))
etc., etc., etc.
When I try to open the crocheinterp.ps file, ghostview gives me the
following error:
Error: /invalidfont in findfont
Operand stack:
Times-Roman Font Times-Roman 13724 Times-Roman
--nostringval-- Times-Roman Courier
Execution stack:
%interp_exit .runexec2 --nostringval--
--nostringval-- --nostringval-- 2 %stopped_push
--nostringval-- 2 3 %oparray_pop --nostringval--
--nostringval-- false 1 %stopped_pu...
2005 Feb 13
2
GRE tunnel problems
...traffic are
going thought this interface.
zebra-TestLinux# show interface
Interface eth0 is up, line protocol detection is disabled
index 2 metric 1 mtu 1500 <UP,BROADCAST,RUNNING,MULTICAST>
HWaddr: 00:02:a5:df:01:d9
inet 20.0.0.249/24 broadcast 20.0.0.255
input packets 13724, bytes 872184, dropped 0, multicast packets 0
input errors 0, length 0, overrun 0, CRC 0, frame 0, fifo 0, missed 0
output packets 19637, bytes 2395991, dropped 0
output errors 0, aborted 0, carrier 0, fifo 0, heartbeat 0, window 0
collisions 41
Interface eth1 is up, line proto...
2015 Mar 28
2
Problem connecting to an imap account with Dovecot
...nnected: Logged out rcvd=309, sent=11066
Mar 28 12:22:21 sd-41648 postfix/master[31571]: warning: master_wakeup_timer_event: service pickup(public/pickup): Connection refused
Mar 28 12:22:23 sd-41648 dovecot: imap-login: Login: user=<laurent at xxxxxx.fr>, method=PLAIN, rip=::1, lip=::1, mpid=13724, TLS, session=<QAiBdlcSwgAAAAAAAAAAAAAAAAAAAAAB>
Mar 28 12:22:23 sd-41648 dovecot: service=imap, user=laurent at xxxxxx.fr, ip=[::1]. Disconnected: Logged out rcvd=214, sent=3159
I have :
Plesk 12
Ubuntu 14.04.2
Dovecot 2.2.12
You can see my configuration file here : http://pastie.org/100...
2009 Jun 26
0
R 2.9.1 is released
...d to use mean().
This caused problems for POSIXt objects, for which mean() but
not sum() makes sense, so the change has been reverted.
o Assigning an extra 0-length column to a data frame by
DF$foo <- value gave a corrupt data frame rather than failing.
(PR#13724) This also happened for DF[["foo"]] <- value.
o R CMD INSTALL no longer gives a spurious warning about old R
versions ignoring multiple dependencies, if the conditions are
known to be satisfied.
o The test for setting dim() allowed a value with two or mor...
2009 Jun 26
0
R 2.9.1 is released
...d to use mean().
This caused problems for POSIXt objects, for which mean() but
not sum() makes sense, so the change has been reverted.
o Assigning an extra 0-length column to a data frame by
DF$foo <- value gave a corrupt data frame rather than failing.
(PR#13724) This also happened for DF[["foo"]] <- value.
o R CMD INSTALL no longer gives a spurious warning about old R
versions ignoring multiple dependencies, if the conditions are
known to be satisfied.
o The test for setting dim() allowed a value with two or mor...
2008 May 20
1
The specified network name is no longer available 3.0.25 RHEL4
...35444) = 1448
read(5, "\337\222u\262X\344k\235\251a}\200\337\237\10\365\225\337-j\262"..., 16620) = 1448
read(5, "exNm3b\335,\265nA\254[\244\326\255\210u\253\324\272\r\261"..., 15172) = 1448
read(5, "x\25\346cRa^\242\302|$\25\346S\25&^\205\205\230TX\220\250"..., 13724) = 1448
read(5, "{\25\361!G\36\372})\372\203\0z_\205>\30\350~\266\247\37"..., 12276) = 1448
read(5, "\214\212\245\0049\32\0G\3\31K\3\344h\4\34\334\326\314Y"..., 10828) = 1448
read(5, "\331F\20\31\357\222\217\331?x\342s\357\277\257\353\332"..., 9380) = 1448
read(...
2020 Aug 03
4
Migration issue
Hi All,
I have tried the below command to migrate the data from the old
server(dovecot version: 2.0.9) to new servers(dovecot version: 2.2.36
(1f10bfa63)). But it's throwing an error.
old server name: production1
new server1 name: production2 (for HA/Replication)
new server2 name: production3 (for HA/Replication)
I have configured replication between production2 and production3, which is
2007 Sep 18
0
[LLVMdev] 2.1 Pre-Release Available (testers needed)
...n/a
MultiSource/Benchmarks/Ptrdist/bc/bc | 0.5263 158212 0.8097 * 0.7139 | 3.65 * 3.14 * 3.93 | n/a 1.16 n/a n/a
MultiSource/Benchmarks/Ptrdist/ft/ft | 0.0953 13724 0.0613 * 0.0582 | 1.78 1.72 1.76 * 1.85 | 1.03 1.01 n/a n/a
MultiSource/Benchmarks/Ptrdist/ks/ks | 0.0748 16752 0.0799 * 0.0750 | 1.87 3.62 2.66 * 2.75...
2007 Sep 15
22
[LLVMdev] 2.1 Pre-Release Available (testers needed)
LLVMers,
The 2.1 pre-release (version 1) is available for testing:
http://llvm.org/prereleases/2.1/version1/
I'm looking for members of the LLVM community to test the 2.1
release. There are 2 ways you can help:
1) Download llvm-2.1, llvm-test-2.1, and the appropriate llvm-gcc4.0
binary. Run "make check" and the full llvm-test suite (make
TEST=nightly report).
2) Download
2015 Mar 11
1
Not able to access CIFS share using samba
...48.863953 IP 10.213.132.83.63941 > dev-130.odc.reconnex.net.ssh: P 13568:13620(52) ack 13469 win 64240
03:10:48.863956 IP 10.213.132.83.63941 > dev-130.odc.reconnex.net.ssh: P 13620:13672(52) ack 13469 win 64240
03:10:48.863960 IP 10.213.132.83.63941 > dev-130.odc.reconnex.net.ssh: P 13672:13724(52) ack 13469 win 64240
03:10:48.863964 IP 10.213.132.83.63941 > dev-130.odc.reconnex.net.ssh: P 13724:13776(52) ack 13469 win 64240
03:10:48.863967 IP 10.213.132.83.63941 > dev-130.odc.reconnex.net.ssh: P 13776:13828(52) ack 13469 win 64240
03:10:48.863971 IP 10.213.132.83.63941 > dev-130...