search for: lafs

Displaying 20 results from an estimated 34 matches for "lafs".

Did you mean: labs
2011 Nov 13
0
LaF 0.3: fast access to large ASCII files
The LaF package provides methods for fast access to large ASCII files. Currently the following file formats are supported: * comma separated format (csv) and other separated formats and * fixed width format. It is assumed that the files are too large to fit into memory, although the package can also be used to efficiently access files that do fit into memory. In order to process files that
2011 Nov 13
0
LaF 0.3: fast access to large ASCII files
The LaF package provides methods for fast access to large ASCII files. Currently the following file formats are supported: * comma separated format (csv) and other separated formats and * fixed width format. It is assumed that the files are too large to fit into memory, although the package can also be used to efficiently access files that do fit into memory. In order to process files that
2008 Sep 02
4
Permission denied on mounted CIFS share
We have this situation: System A (running openSUSE 11.0 with samba-3.2.3-0.1) exports user home shares (e.g. for user sledz). On system B (running openSUSE 11.0 with samba-3.2.3-0.1) user hydra mounts the home share from sledz at system A with this command: sudo mount -t cifs -o user=sledz,uid=hydra //A/sledz localdir A subdir of this directory seen from A looks like this: sledz@A> ls
2015 Jun 18
1
error trying to get PJSIP working
I'm doing an upgrade from Asterisk 11 to 13. I'm following the guide at https://wiki.asterisk.org/wiki/display/ast/setting+up+PJSIP+REaltime to setup realtime, as I use realtime on Asterisk 11 too. I'm getting the following error when trying to connect the peer to the server. Help? :) Thanks, Travis [Jun 15 16:20:03] NOTICE[5116] res_odbc.c: res_odbc: Connected to laf [laf] [Jun
2005 Sep 01
1
?The network name cannot be found?
Hi, I'm running samba-3.0.14a_1,1 under FreeBSD 5.4-STABLE. I migrated all my data from samba 2 to samba 3, and I'm having a problem with some users. For example, user john can login perfectly to the network. It?s ok. But user smith not, him get the error ?The network name cannot be found?. But all configurations of john and smith are the same. I found this on Samba Official Hanbook:
2014 Jun 16
1
SELinux issue?
I've recently built a new mail server with centos6.5, and decided to bite the bullet and leave SELinux running. I've stumbled through making things work and am mostly there. I've got my own spam and ham corpus as mbox files in /home/user/Mail/learned. These files came from my backup of the centos 5 server this machine is replacing. The folder is owned by the user (the following is
2004 Oct 19
9
[ANNOUNCE] iproute2 2.6.9-041019
Now that 2.6.9 is final. Here is an update of the iproute2 utilities that contains all the patches in my queue. * lnstat to replace rtstat and ctstat (from Harald Welte) * latest xfrm related changes * several small typo''s and build fixes for older systems http://developer.osdl.org/dev/iproute2/download/iproute2-2.6.9-041019.tar.gz
2009 Sep 18
2
gdm-simple-greeter config?
grep face /home/<username> -r :) -- David Fix Senior Systems Administrator Mr. X Inc. ----- Original Message ----- From: "m roth" <m.roth at 5-cent.us> To: "CentOS mailing list" <centos at centos.org> Sent: Friday, September 18, 2009 9:01:27 AM Subject: Re: [CentOS] gdm-simple-greeter config? > Greetings, > > On Fri, Sep 18, 2009 at
2015 Jun 11
2
more newbie questions -- init 5 works, init 3 doesn't for "normal" users
On 06/11/2015 08:28 AM, m.roth at 5-cent.us wrote: > Kay Schenk wrote: >> On 06/10/2015 10:06 PM, Gordon Messmer wrote: >>> On 06/10/2015 05:25 PM, Kay Schenk wrote: >>>> I get /home/<username> not found when it's there and >>>> setup with correct permissions -- well here I am using it >>>> in run level 5 just fine! >>> >
2016 Jan 27
2
CentOS 7, man
This is... odd. >From my workstation, where I'm directly logged in, if I ssh to any CentOS 7 box, as myself, and try to run man, it fails. Example 1: man dd man: cannot write to /var/cache/man/cat1/dd.1.gz in catman mode dd. Example 2: man dd man: can't chmod (null): Bad address man: can't unlink (null): Bad address dd. In all cases, if I sudo -s to root, I have no trouble
2011 Sep 28
1
how to solve a simple discrete Bayesian Belief Network?
Can somebody save-me? Thanks in advance! #R script: #trying to find out how solve a discrete Bayesian Belief Network. #option: using 'catnet' package #BEGIN library(catnet) cnet <- cnNew(nodes = c("a", "b", "c"), cats = list(c("1", "2"), c("1", "2"), c("1", "2")), parents = list(NULL, c(1), c(1,
2015 Jun 11
2
more newbie questions -- init 5 works, init 3 doesn't for "normal" users
On 06/10/2015 10:06 PM, Gordon Messmer wrote: > On 06/10/2015 05:25 PM, Kay Schenk wrote: >> I get /home/<username> not found when it's there and setup with correct >> permissions -- well here I am using it in run level 5 just fine! > > Log in as root, and watch /var/log/messages, /var/log/secure, and > /var/log/audit/audit.log while a "normal" user
2013 Apr 18
5
como importar una base de datos grande a R
Se ha borrado un adjunto en formato HTML... URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20130418/96cdfbcc/attachment.html>
2011 Nov 08
3
Reading a specific column of a csv file in a loop
Dear all: I have two larges files with 2000 columns. For each file I am performing a loop to extract the "i"th element of each file and create a data frame with both "i"th elements in order to perform further analysis. I am not extracting all the "i"th elements but only certain which I am indicating on a vector called "d". See an example of my code below
2012 Nov 13
5
Getting information encoded in a SAS, SPSS or Stata command file into R.
Dear folks ? I have a large (26 gig) ASCII flat file in fixed-width format with about 10 million observations of roughly 400 variables. (It is 51 years of Current Population Survey micro data from IPUMS, roughly half the fields for each record). The file was produced by automatic process in response to a data request of mine. The file is not accompanied by a human-readable file giving the
2015 Jun 11
0
more newbie questions -- init 5 works, init 3 doesn't for "normal" users
Kay Schenk wrote: > On 06/10/2015 10:06 PM, Gordon Messmer wrote: >> On 06/10/2015 05:25 PM, Kay Schenk wrote: >>> I get /home/<username> not found when it's there and >>> setup with correct permissions -- well here I am using it >>> in run level 5 just fine! >> <SNIP> >> The file "startx.trace" will have a list of all of
2016 Jan 27
0
CentOS 7, man
On 01/27/2016 10:31 AM, m.roth at 5-cent.us wrote: > This is... odd. > > From my workstation, where I'm directly logged in, if I ssh to any CentOS > 7 box, as myself, and try to run man, it fails. > Example 1: > man dd > man: > cannot write to /var/cache/man/cat1/dd.1.gz in catman mode > dd. > > Example 2: > man dd > man: can't chmod (null): Bad
2011 Apr 07
1
How can I include a new book on the "Books" link at R-project.org ?
I've just published a new book for R beginners in Portuguese: "Conhecendo o R: uma vis?o estat?stica" (something like "Knowing R: an statistical approach"). I'd like to include it on the list "Books" at R-project.org. How can I do it? More informations about the book at http://www.editoraufv.com.br/produtos/conhecendo-o-r -- Marcio Pupin Mello Survey
2011 Apr 07
2
Time series of spatial data
Hi guys, I'm really new in R. Trying to analyze series of spatial datasets (365 satellite images) in order to find the best model that fit the data. Any suggestion which package that could help me? Thanks in advance. Cheers -- View this message in context: http://r.789695.n4.nabble.com/Time-series-of-spatial-data-tp3432979p3432979.html Sent from the R help mailing list archive at
2011 Oct 05
0
CentOS 6 USB changes
Ok, I just managed, after much effort, to rebuild my USB key to install CentOS 6. There are a number of changes. Partition the USB key, but make partition 1, Win 95 (FAT32) (I think that's partition type "b"), bigger. I made it 500M. The rest should be ext3 (or whatever). Format the partitions. Make sure to toggle the bootable flag on partition 1. syslinux /dev/<DOS