Displaying 20 results from an estimated 400 matches similar to: "Memory size problems in R"
2007 May 15
9
[Bug 10957] New: Garbled console text with XAA enabled
http://bugs.freedesktop.org/show_bug.cgi?id=10957
Summary: Garbled console text with XAA enabled
Product: xorg
Version: 7.1
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
ReportedBy:
2012 Nov 12
3
arrange data
Dear r-users,
I have daily rainfall data from 1971 to 2000. I would like to extract november and december data only. I would also like to do column bind for november and december, therefore I would like to delete 31 December from december data so that the length of november and december are the same. Hope somebody can help me. I tried this below:
> kuantan.dt.1 <-
2010 Nov 22
2
aggregate a Date column does not work?
Hi, I am trying to aggregate max a Date type column but have weird
result, how do I fix this?
> a <- rbind(
+ data.frame(name='Tom', payday=as.Date('1999-01-01')),
+ data.frame(name='Tom', payday=as.Date('2000-01-01')),
+ data.frame(name='Pete', payday=as.Date('1998-01-01')),
+ data.frame(name='Pete',
2010 Mar 14
6
xm mem-set Domain-0 box went poof
On a fresh reboot
free:
total used free shared buffers cached
Mem: 3371340 448156 2923184 0 5328 77840
----------
top:
Mem: 3371340k total, 449044k used, 2922296k free, 5344k buffers
----------
xentop - 01:44:00 Xen 3.4.3-rc4-pre
1 domains: 1 running, 0 blocked, 0 paused, 0 crashed, 0 dying, 0 shutdown
Mem: 4160828k total, 4022996k used, 137832k free CPUs: 4
2019 Feb 18
3
Error sending email from client
Latest
So if I telnet into port 25 I am able to send an email to my gmail account
True it comes into my spam folder
But when I try sending via client where my server is I get error 4 6 5 configuration error
Also email I send to server are lost ???????
Pleas3 help
2005 Jun 14
1
Problem with samba broadcast
Hi all,
I''m new to shorewall and have been struggling with several problems for
several days now. Most of them are solved, but one still persists.
The firewall is running on my server under Debian Sarge (Kernel 2.6)
I''ve got three network interfaces:
ppp0 (DSL Internet)
eth1 (lan)
ath0 (wlan)
eth1 and ath0 are bridged together to br0.
The problem is, that Samba (also running
2012 Sep 18
3
Nginx + Phusion Passenger 3 problem with "504 Gateway time-out"
Hi,
I have a Rails 3.2 app. There is a specific request that takes a long
time to execute. The context is, the user uploads a pdf, and then we
have some processing through carrierwave + rmagick that generate a
jpeg from the first page of the document. Everything works in dev mode
using both webrick and thin. The problem happens on the prod
environment with Nginx + Passenger.
The request takes a
2006 May 16
2
retaining character matrices when combining into data frames
Hello everyone,
If I want to convert or combine a (large) character matrix into a data
frame without having any of its columns convert into a factor class,
is there a simple solution? I() says it will operate on 'an
object' but it seems that unless the object is a vector, the results
are not what I expect.
For instance, if g is a 2x2 character matrix, as.data.frame(I(g)) will
return an
2006 Dec 05
4
Attended Transfer
Dear List,
I've been working with Asterisk CVS-v1-0-09 and i'm trying to enable
attended transfer feature. but i just can't do it work. I've already
set "atxfer = *" (and many other combinations) and all extensions on
extensions.conf have the t and T option. But when I'm going to test,
it doesn't work. Is there any other file that i have to configure in
order to
2019 Feb 18
0
Error sending email from client
Here is error when sending
Feb 18 08:24:27 pepino dovecot: imap-login: Login: user=<pi>, method=PLAIN, rip=127.0.0.1, lip=127.0.1.1, mpid=5297, TLS, session=<1gQ/CyuChpB/AAAB>
Feb 18 08:24:28 pepino dovecot: imap(pi): Logged out in=8 out=416
Feb 18 08:24:34 pepino dovecot: imap-login: Login: user=<pi>, method=PLAIN, rip=127.0.0.1, lip=127.0.1.1, mpid=5303, TLS,
2003 Feb 08
3
Find strings in a array
I need to know which strings of an array that are in another array.
What a best solution?
Tks,
Francisco.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Francisco Júnior,
Computer Science - UFPE-Brazil
"One life has more value that the
world whole"
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2003 Oct 12
1
Error openning file (PR#4550)
Full_Name: Adolfo Jiménez Pérez
Version: 1.8.0 (2003-10-08)
OS: Window'98 2ed
Submission from: (NULL) (81.203.134.156)
I've a crash when reading a specific file with the command:
> read.table("file.dat")
This file can be readed with the 1.1.1 version using the same command and R
reads it correctly.
The content file is this:
---->file beginning<---------
2003 Jan 30
2
Validation of clustering
Hi,
I'm using the library cluster to cluster a set of figures (method CLARA).
Somebody that it work with clustering would know informs what I make to
evaluate the clustering?
Tks VM,
Francisco.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Francisco Júnior,
Computer Science - UFPE-Brazil
"One life has more value that the
world whole"
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2008 Jul 21
4
how to speed up this for loop?
Could anyone tell me a better way to achieve the output of this for loop? It
seems to run quite slow. I'm sure there must be a more consise way to sum
from FN to LN, excluding positive values, for each row.
#sum between FN and LN, excluding positive values
for(i in 1:R){
for(j in FN[i]:LN[i]){
if(Temp[i,j]<0)
sum[i] <- sum[i] + sum(Temp[i,j])}}
Cheers,
R
--
View this message in
2011 Feb 19
1
Ubuntu server won't restart
Hi all
I have a simple setup:
Ubuntu 9.04 server
APC Back-UPS ES-700 connected with USB
nut installed from packages (apt-get install nut). I guess that makes it
version 2.4.1 ?
The problem:
When issuing: upsmon -c fsd I get a messages that the server will halt,
and it does. But it won't restart again.
I have set the BIOS to always power on, and this works fine when if I
just cut the
2016 Dec 13
4
Redhat Dependencies
On Tue, 13 Dec 2016 22:09:22 +0100
Reindl Harald via samba <samba at lists.samba.org> wrote:
>
>
> Am 13.12.2016 um 21:58 schrieb Kris Lou via samba:
> > "python-crypto" looks like it's also in EPEL.
> >
> > http://rpms.famillecollet.com/rpmphp/zoom.php?rpm=python-crypto
>
> looks so, "yum" is just too dumb to find it when the
2018 Mar 23
2
samba-tool drs showrepl dont list all Dcs
Hi!
I tested shutdown in server samba-dc101, but samba-dc102 e samba-dc103
dont replication each other.
I wait for more 10 minutes!!
In logs dont see information try connection.
samba-dc102 <-> samba-dc103
It is problem.....
Any Ideia ?
Regards;
On 23-03-2018 11:43, Carlos wrote:
>
> Hi!
>
> Thanks for answer !
>
> This caught my attention, because in other
2018 Mar 23
2
samba-tool drs showrepl dont list all Dcs
On 3/23/2018 9:56 AM, Carlos via samba wrote:
> Hi!
>
> Any Ideia ?
>
> Regards;
>
>
> On 22-03-2018 14:09, Carlos wrote:
>>
>> Hi!!
>>
>> I have 3 Dcs, all system and configuration equal.
>>
>> samba-dc101(FSMO)
>>
>> samba-dc102
>>
>> samba-dc103
>>
>> But, then i executed command samba-tool drs
2009 Feb 12
4
Rails & unixODBC
Hello,
I decided to embrace getting a new Rails application to see an
existing MSSQL database and trying to get unixODBC, freeTDS, and
ActiveRecord able to query my MSSQL database.
I''m following the procedure outlined at
http://wiki.rubyonrails.org/rails/pages/HowtoConnectToMicrosoftSQLServerFromRailsOnLinux
but my system (Ubuntu 8.10 - Intrepid Ibex, Rails 2.3, Ruby 1.8.7)
2019 Mar 30
1
Translate Wiki to Brazilian Portuguese
Hello friends,
I would like to join the translation team of the CentOS project.
I'm from Brazil and I realized that the Project Wiki does not have a
Portuguese version of Brazil and I wanted to use my skills to translate it
into my native language.
Thank you very much in advance.
Best Regards
Carlos Henrique do Nascimento
-------------- next part --------------
An HTML attachment was