Displaying 20 results from an estimated 1000 matches similar to: "Samba and non-ASCII characters"
2005 Aug 25
3
Problem calling executable with document as argument
Hello all,
I'm performing some tests with Wine, since we have only one Windows
server in our network, used for specific purposes.
One of the services which I intend to migrate to Linux/Wine is called
"SIAFI Gerencial", which runs EDM Client to update a local database
from a remote database.
Here's the deal. I've copied all EDM files to my desktop to perform the testing.
2009 Feb 03
1
Translation pt-br "WIKI - FrontPage"
O que ? CentOS?
CentOS Enterprise Linux ? uma distribui??o baseada no Red Hat
Enterprise Linux. CentOS Cada vers?o ? suportada por 7 anos (por meio
de atualiza??es de seguran?a). CentOS Uma nova vers?o ? liberada a
cada 2 anos, e cada vers?o CentOS ? actualizado regularmente (a cada 6
meses) para suportar os hardware mais novos. Isso resulta em uma rede
segura, de baixa manuten??o, confi?vel e
2009 Aug 15
1
System is computationally singular and scale of covariates
Dear all,
I'm running a self-written numerical optimization routine (hazard
model) which includes computing the inverse of the outer product of
the score. I have been getting the above error message ("System is
computationally singular"), and after some tweaking, I realized that
these variables have some high numbers and the problem could be
circumvented by scaling them down (i.e.
2013 Nov 18
1
Calling dovecot-lda from maildrop/shell
Hello,
I want to make final delivery for some of my mailboxes using
dovecot-lda, since I'm interested in using sieve. My usual MDA which is
called from postfix is and will be maildrop.
First try was to call dovecot-lda from command line:
/usr/lib/dovecot/dovecot-lda -d spam at xgm.de < testmail
which gave return code 75 (EX_TEMPFAIL) and logged:
dovecot: auth-worker(3533):
2006 Jun 20
3
Create variables with common values for each group
Dear all,
sorry, this is for sure really basic, but I searched a lot in the
internet, and just couldn't find a solution.
The problem is to create new variables from a data frame which
contains both individual and group variables, such as mean age for an
household. My data frame:
df
hhid h.age
1 10010020 23
2 10010020 23
3 10010126 42
4 10010126 60
5 10010142
2003 May 11
1
Mac OS X canonically decomposed UTF-16 filenames
Hi.
I'd like to find some way for Samba to convert the filenames created
by Macintosh OS X into something windows can use.
According to their docs:
http://developer.apple.com/techpubs/macosx/Essentials/SystemOverview/FileSystem/chapter_9_section_13.html
filenames are stored as
canonically decomposed Unicode 2.1 in UTF-16 format (a sequence of
16-bit codes)
Samba running on a
2003 Jan 03
4
factor analysis (pca): how to get the 'communalities'?
Dear expe-R-ts,
I try some test data for a factorAnalysis (resp. pca) in the sense of Prof.
Ripley's MASS ? 11.1, p. 330 ff., just to prepare myself for an analysis of my
own empirical data using R (instead of SPSS).
1. the data.
## The test data is (from the book of Backhaus et al.: Multivariate ##
Analysemethoden. Springer 2000 [9th ed.], p. 300 ff):
2001 Oct 08
1
Package Install Problem under Win98
Hi,
I have tried to install 'tensor' as a new package in these phases:
1.
via 'Install package from local Zip-File' in Rgui/Windows98:
install.packages("D:/R/_Pakets12MB/tensor.zip", .lib.loc[1], CRAN = NULL)
2.
Looking at the library folder, there was now a new entry 'tensor'
including some files e.g.
\library\tensor\R\tensor.R
3.
Then I have done
2009 Jan 19
2
Using apply to generate matrix from rows?
Dear all,
I have a simple question which I unfortunately do not seem to be able
to solve myself. I have a (NxK) matrix and want to generate a new
matrix by multiplying each row with itself such that the new matrix
has dimension ((N*K)xK) (or better, generate an array with dimension
(K,K,N)). I tried apply, but that did not work. Any suggestions?
Thanks!
Stephan
## Here is a simple
2004 Aug 06
2
pull relay problems
i was using multiple ports because that's how i figured i'd have to do
it.
o, mounting the remote source locally? i'm not familiar with how to do
this. i'm also not seeing how to do this in the docs.
how would i go about mounting a remote stream?
-a.j.
On Fri, 27 Apr 2001, Jack Moffitt wrote:
> Why are you using multiple ports at all? That's what mountpoints are
>
2008 Nov 19
2
tapply and any
Dear all,
A quick question which I somehow cannto figure out: I want to apply
the function "any" to subsets of a dataset in order to create a vector
with TRUE/FALSE values, depending on whether a subset has the number
5. I.e.,
y <- matrix(c(1,2,3,3,4,5,5,6,6,7,5,1,1,3,5,NA,5,1,1,3),ncol=2)
> y
[,1] [,2]
[1,] 1 5
[2,] 2 1
[3,] 3 1
[4,] 3 3
[5,]
2006 Aug 25
1
dos filemode not working (NT_STATUS_ACCESS_DENIED)
dear all,
switching from 3.0.22 to 3.023b, we can't get the parameter "dos
filemode" to work (giving members of a group with full control the
ability to change the acl's). in previous versions we were using "acl
group control" which served well (now marked deprecated).
the share section of smb.conf is:
[test]
comment = testshare
path = /media/samba/test
public =
2000 Aug 29
1
Samba 2.07 eats Disk-Space!
Hello,
we are using SAMBA 2.07 on an SUN Enterprise 10000 Server.
Today are 1800 Users connected.
After 2-3 Days the /opt Directory is getting full (2GB).
After stop samba server, the disk-space is getting free.
Data of the Server:
Solaris 7
Samba 2.07 installed in /opt/samba
6 Sparc CPU with 400MHz
6 GB RAM
Disk Space 1,7 TB
Can you help us?
ciao
Hans-Joerg Lindner
2016 Dec 26
0
DDNS with Bind
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Am 26.12.2016 um 18:24 schrieb Stefan Kania via samba:
>
> Hello, I try to set up a ADDC with bind9 and dhcp-Server for
> dynamic DNS-updates. I followd the wiki:
> https://wiki.samba.org/index.php/Configure_DHCP_to_update_DNS_records_
wi
>
>
th_BIND9
>
> My problem is, that the PTR Record will not be updated, because
2004 Aug 06
2
pull relay problems
heya...
i'm extremely new to the list (10 minutes), and i have a burnin' question
that i was hopin' you folks could help me out with.
i'm running beos as an encoder box, with two streams (8000 and 8001)
hosted on it.
the idea is to use my redhat box to relay those streams to the public
using icecast, allowing the be machines cpu cycles to focus solely on
encoding.
anyway, i
2009 Sep 20
1
Computing the sum of cross products of rows of a matrix
Hi everyone,
I would like to compute the sum of cross products of rows of a
matrix. Does anyone know how to do this without an explicit loop for
computational efficiency? Below is a code example.
Thanks!
Stephan
# I.e., if I have a matrix like this
x <- matrix(rep(c(1,2,3),3),ncol=3)
## > x
## [,1] [,2] [,3]
## [1,] 1 1 1
## [2,] 2 2 2
## [3,] 3 3
2004 Nov 14
0
Windows 2000/2003 shares -> danish character problem
Hallo,
I know this problem is marked as solved, but here is another solution, a
solution which makes it possible still to use smbfs.
I have been working on a project connecting Skolelinux ltsp-server to a
windows 2000 server in norwegian secondary school and came across the same
problem ( that is one of the teachers and his students in my school did
first).
Searching the net I found the
2009 Jun 25
4
Using by() and stacking back sub-data frames to one data frame
Dear all,
I have a code where I subset a data frame to match entries within
levels of an factor (actually, the full script uses three difference
factors do do that). I'm very happy with the precision with which I can
work with R, but since I loop over factor levels, and the data frame is
big, the process is slow. So I've been trying to speed up the process
using by(), but I got stuck at
2006 Jul 04
1
using weights in lrm
Dear all,
just a quick question regarding weights in logistic regression. I do
results <- lrm(y.js ~
h.hhsize
+ h.death1
+ h.ill1
+ h.ljob1
+ h.fin1
+ h.div1
+ h.fail1
+ h.sex
+ h.ch.1
2009 Mar 30
1
Importing csv file with character values into sqlite3 and subsequent problem in R / RSQLite
Dear all,
I'm trying to import a csv file into sqlite3 and from there into
R. Everything looks fine exepct that R outputs the character values in
an odd fashion: they are shown as "\"CHARACTER\"" instead of
"CHARACTER", but only if I show the character variable as a
vector. Does someone know why this happens? Below is a sample
code. The first part is written in