Displaying 20 results from an estimated 800 matches similar to: "LaF 0.3: fast access to large ASCII files"
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
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
2003 Oct 28
0
New version of R-WinEdt (for Windows)
There was a user request to announce this new version (1.6-0) of
R-WinEdt (actually, the request was to announce version 1.5-1). It is
propagating through CRAN these days and (is|will be) available at
yourCRANmirror/contrib/extra/winedt/
For those who have not already noticed the changes since R-WinEdt 1.4-x,
I'd like to summarize the changes below. The most exciting one is the
new
2023 Jan 31
0
New package - LGDtoolkit
Dear all,
my new R package LGDtoolkit is now on CRAN.
The goal of this package is to cover the most common steps in Loss Given
Default (LGD) rating model development. The main procedures available are
those that refer to bivariate and multivariate analysis.
In particular two statistical methods for multivariate analysis are
currently implemented ? OLS regression and fractional logistic
2023 Jan 31
0
New package - LGDtoolkit
Dear all,
my new R package LGDtoolkit is now on CRAN.
The goal of this package is to cover the most common steps in Loss Given
Default (LGD) rating model development. The main procedures available are
those that refer to bivariate and multivariate analysis.
In particular two statistical methods for multivariate analysis are
currently implemented ? OLS regression and fractional logistic
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,
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!
>>>
>
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
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
2015 Jun 11
0
more newbie questions -- init 5 works, init 3 doesn't for "normal" users
Kay Schenk wrote:
> 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
2004 Aug 31
7
blockwise sums
I am looking for a function like
my.blockwisesum(vector, n)
that computes sums of disjoint subsequences of length n from vector
and can work with vector lengths that are not a multiple of n.
It should give me for instance
my.blockwisesum(1:10, 3) == c(6, 15, 24, 10)
Is there a builtin function that can do this?
One could do it by coercing the vector into a matrix of width n,
and then use
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
2010 Aug 31
0
UTF-8 to ASCII Conversion
UTF-8 to ASCII Conversion
does anybody knows how to convert from UTF-8 to ASCII.
the problem is that,the DB supports UTF-8 in one server, which can
display Special characters when PRAWN generates the PDF...
when the same code is migrated to another server which supports ASCII-
database, its not working. so is there any method or code that tells the
server to convert or process in the same UTF-8