Displaying 4 results from an estimated 4 matches for "15682".
Did you mean:
1568
2007 Mar 26
4
Problem dropping rows based on values in a column
I am trying to drop rows of a dataframe based on values of the column PID, but my strategy is not working. I hope someoen can tell me what I am doing incorrectly.
# Values of PID column
> jdata[,"PID"]
[1] 16608 16613 16355 16378 16371 16280 16211 16169 16025 11595 15883 15682 15617 15615 15212 14862 16539
[18] 12063 16755 16720 16400 16257 16209 16200 16144 11598 13594 15419 15589 15982 15825 15834 15491 15822
[35] 15803 15795 10202 15680 15587 15552 15588 15375 15492 15568 15196 10217 15396 15477 15446 15374 14092
[52] 14033 15141 14953 15473 10424 13445 14854 10481 14...
2005 Jul 22
3
pop3 authentication failure - password mismatch
I tried to run dovecot 1.0 built by myself but encountered the above problem.
See the error traces below. First of all, the password and user are
correct, as it worked with the 0.99 rpm version of dovecot. I also
hand verified with ssh.
I also attached the dovecot config file below. Any ideas?
Jun
fetchmail output on client:
-------------------------------------
fetchmail: POP3< +OK
2002 Jan 18
2
Connection established, but no data transfer...
...86 unknown
$ifconfig
eth0 Link encap:Ethernet HWaddr 00:01:03:BC:2B:92
inet addr:10.89.2.126 Bcast:10.89.255.255 Mask:255.255.0.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:338992 errors:0 dropped:0 overruns:1 frame:0
TX packets:15682 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
Interrupt:11 Base address:0xec00
eth1 Link encap:Ethernet HWaddr 00:50:DA:B4:59:EE
inet addr:192.168.1.2 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MT...
2006 May 03
12
Mongrel + RubyOnRails + FileUploads = Problems?
I really like the idea of using Mongrel. But reading the FAQ, I noticed
something that might be an issue. It stated:
"Ruby on Rails is not thread safe so there is a synchronized block
around the calls to Dispatcher.dispatch. This means that everything is
threaded right before and right after Rails runs. While Rails is running
there is only one controller in operation at a time."
So