similar to: R crashes trying to read a data.frame

Displaying 20 results from an estimated 110 matches similar to: "R crashes trying to read a data.frame"

2014 Apr 22
2
[LLVMdev] SCEV and induction variable identification
Hi Fellows, The goal is to find the induction variable for a loop, where the induction variable increments with the multiplication, division or shift operations, like this one: sz = 8; do { ... ... sz = sz / 2; } while (sz) Is SCEV capable of detecting the induction variable 'sz' in this case? The code snippet I am using to solve the problem is for each basic-block in a
2010 Apr 20
5
Snow Leopard and Samba
A customer has an expanding number of Mac computers. Last Friday and existing machine started having problems writing files to a Samba share on a CentOS 5.x server. They had no problems prior to Friday. They are getting permission failure errors in creating files and folders. I made the sare owned by the user and group with group write enabled. Even with him as the owner he can not write
2018 Nov 07
4
Avoiding constant HDD access
Am 07.11.18 um 12:07 schrieb Rowland Penny via samba: > On Wed, 7 Nov 2018 11:44:28 +0100 > Reindl Harald via samba <samba at lists.samba.org> wrote: > >> >> Am 07.11.18 um 09:54 schrieb Rowland Penny via samba: >>> On Wed, 7 Nov 2018 05:45:45 +0300 >>> Albert Berger via samba <samba at lists.samba.org> wrote: >>> >>>>
2008 Jun 29
2
spam filtering with centos 5.2
In the past I've used a combination of spamhaus combined RBL's and Spamassassin with Mailscanner as my spam recipe, but this stopped working very well for me well over a year ago. As many of the users of the couple small/personal mail servers I run are NOT technical people, and use POP to read their mail, 'training' spamassassin is difficult at best. Once upon a time, using
2014 Jul 08
1
Homes shares randomly dissapear on AD-DC'S
Hi, I have an strange issue on our company network. We run samba4 ad-dc's on four branches as separate sites, they are connected via ipsec tunnels, all servers are debian wheezy systems using sernet 4.1.9-8 samba packages. We use roaming profiles with folder redirection configured via GPo's. In tree of the four branches users suddenly losse the connection to their home shares, since
2004 Jun 25
9
SS7 to Pri
Does anyone know of a device that will take an SS7 link and convert it to a PRI? -- respectfully, Joseph - (606) 477-2355 x140 ------=============
2009 Nov 03
2
reshaping pairs of columns
Given a data frame consisting of a pointID and 12 pairs of (lat, long) variables, with names latA, longA, latB, longB, ... latL, longL, I want to reshape it into a data frame with the structure point source lat long 1 A ... ... 1 B ... ... I've looked at reshape and plyr, but can't figure out how to do this. Details of my data frame are below
2018 Nov 07
2
Avoiding constant HDD access
Am 07.11.18 um 09:54 schrieb Rowland Penny via samba: > On Wed, 7 Nov 2018 05:45:45 +0300 > Albert Berger via samba <samba at lists.samba.org> wrote: > >> I'm running a Samba server on Raspbian and observing that Samba >> during idle periods is constantly (every minute) writing to HDD >> (maybe doing some journaling?) what causes the HDD to constantly spin
2004 Jul 13
1
Different guest account for each sare (sevice)
I have upgraded to samba 3 and having big problems with being unable to set different guest accoutn for each share i have. I use share security and want to have a different guest account for each share. For example, one share contains web data and another contains file exchange data, so the first share must have guest account apache and another one is pcguest. I tried settibfg different
2006 Jun 19
5
multivariate splits
Dear R users! Does someone know about any algorithms / packages in R, that perform classification / regression / decision trees using multivariate splits? I have done some research, but I found nothing. Packages "tree" and "rpart" seem only to be able to do CART with univariate splits. Thank you for your help! B?lint -- Cz?cz B?lint PhD hallgat? BCE KTK Talajtan ?s
2019 Feb 06
4
syslinux-6.04-pre2
On Wed, 2019-02-06 at 16:00 +0100, Joakim Tjernlund wrote: > On Tue, 2019-02-05 at 14:07 -0800, H. Peter Anvin via Syslinux wrote: > > CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe. > > > > > > Hi all, > > > > It has been the case for
2003 Oct 09
4
howto enable ssh on connect to rsync daemon
Hi, I'm trying to setup automatic sync of files over SSH from node2 to node1. node2 is the "server" and node1 is the "client". I have setup rsync like this on the nodes which runs AIX (4.3.3 and 5.1): 1. Installed rsync from Linux Toolbox (rsync-2.5.4-1.aix4.3.ppc.rpm) on both nodes. 2. Added following to both nodes /etc/services file: rsync 873/tcp 3. Added
2007 May 30
4
AIX mail quota plugin problems
From reading the wiki for a filesystem quota, I took my shot at 1) building my binaries using the mods in AIXPluginsSupport 2) changing dovecot.conf and 3) putting the plugins in the library But I'm getting this error message when I invoke dovecot: Plugin imap_quota not found from directory /usr/local/lib/dovecot Error: imap dump-capability process returned 89 It would seem that a) I have
2005 Nov 13
1
R for reliability analysis (with censored samples)?
Hello, first: I am a newbie to this list, so if this isn't the right place to ask, thanks for pointing me to the right direction... I'm currently working on adding a degree in RAMS engineering to my general engineering education, and consequently I'm looking for software to get my future work done. This will have to handle mostly right-/left-/intervall-censored samples,
2019 Feb 07
2
syslinux-6.04-pre2
On Wed, Feb 6, 2019 at 2:35 PM H. Peter Anvin via Syslinux <syslinux at zytor.com> wrote: > > On 2/6/19 9:17 AM, Joakim Tjernlund via Syslinux wrote: > > On Wed, 2019-02-06 at 16:00 +0100, Joakim Tjernlund wrote: > >> On Tue, 2019-02-05 at 14:07 -0800, H. Peter Anvin via Syslinux wrote: > >>> CAUTION: This email originated from outside of the organization. Do
2003 Jun 11
3
How do i make best use of Macro?
Hi, im trying to setup a chat system. And i belive the best way is using an macro. But a couple of questions regarding using macros pops up. a) Is there state building up if my macro calls itself recusivly? Pseudo example: [macro-chat] to_many? Macro(chat, next_room) increase # of users in chat meeteme(room) exit from meetme: decrease # of users in chat then Macro(chat, next_room) exten
2003 Aug 27
1
trying to produce an array of ranks
OK, I am try to produce an array of ranks. I have a set of data (s) that looks like this rt subj 312 dave 467 dave 411 dave 383 kim 398 kim ... Now I want to make a column that is an array of the ranks of rt by subject. The closest of gotten is using the following. r <- by (s, s$subj, function(d) rank(d[1])) This gets the data out with ranks but I cannot figure out how to easily
2018 Nov 07
0
Avoiding constant HDD access
On Wed, 7 Nov 2018 12:21:17 +0100 Reindl Harald via samba <samba at lists.samba.org> wrote: > > > Am 07.11.18 um 12:07 schrieb Rowland Penny via samba: > > On Wed, 7 Nov 2018 11:44:28 +0100 > > Reindl Harald via samba <samba at lists.samba.org> wrote: > > > >> > >> Am 07.11.18 um 09:54 schrieb Rowland Penny via samba: > >>>
2012 Jul 30
1
'x' bit always set?
Hello all. Seems I can't find the root cause of $subj. When I store a file on my "home", it gets chmodded ugo+x ... My smb.conf is: -8<-- [global] workgroup = PERSONALE realm = PERSONALE.EXAMPLE.COM server string = Local shares netbios name = STR00160-SAMBA security = ADS encrypt passwords = true password server =
2019 Feb 05
6
syslinux-6.04-pre2
Hi all, It has been the case for quite a while that the master tree is unambiguously better than 6.03. I have thus tagged and pushed out a syslinux-6.04-pre2 release, however, due to the issues with continuing to keep the main archive on kernel.org, I have moved the release archive to: https://www.zytor.com/pub/syslinux/ Other than the URL, there is no difference from the kernel.org archive.