Displaying 20 results from an estimated 100 matches similar to: "cannot create /padrao/.oi2.sJ5loG : No such file or directory"
2013 Sep 26
1
Failed FSMO transfer - role naming - samba 4.0.9
Hi,
------------------------------------------------------------
root at samba4:~# samba-tool fsmo show
InfrastructureMasterRole owner: CN=NTDS
Settings,CN=SAMBA4,CN=Servers,CN=Primeiro-site-padrao,CN=Sites,CN=Configuration,DC=UDOPIAUI,DC=NET,DC=BR
RidAllocationMasterRole owner: CN=NTDS
Settings,CN=SAMBA4,CN=Servers,CN=Primeiro-site-padrao,CN=Sites,CN=Configuration,DC=UDOPIAUI,DC=NET,DC=BR
2013 Oct 11
2
Samba 4.1.0 join Windows 2003 Server with BIND9_DLZ
Hi guys,
When run join in DC
root at samba4:~# samba-tool domain join jacoramos.net.br DC -Uadministrador
--realm=jacoramos.net.br --dns-backend=BIND9_DLZ
Finding a writeable DC for domain 'jacoramos.net.br'
Found DC win2003.jacoramos.net.br
Password for [WORKGROUP\administrador]:
workgroup is JACORAMOS
realm is jacoramos.net.br
checking sAMAccountName
Adding CN=SAMBA4,OU=Domain
2013 Oct 11
1
Samba4 join Windows 2003 Server with BIND9_DLZ
Hi,
root at samba4:~# samba-tool domain join jacoramos.net.br DC -Uadministrador
--realm=jacoramos.net.br --dns-backend=BIND9_DLZ
Finding a writeable DC for domain 'jacoramos.net.br'
Found DC win2003.jacoramos.net.br
Password for [WORKGROUP\administrador]:
workgroup is JACORAMOS
realm is jacoramos.net.br
checking sAMAccountName
Adding CN=SAMBA4,OU=Domain
2005 Oct 18
0
Two differente networks at the same ethernet pci adapter
Hello all,
I need to put an IP alias to the same ethernet card, like this:
eth0 - IP1/MASK1/BROADCAST1
eth0:1 - IP2/MASK2/BROADCAST2
In this box I will have another card that conects to a LAN netowork. I
need this two alias in eth0 becouse I have two routes do take, but it seens
to do not work. This is the script I am using (this scripts works fine when
I have two ethernet cards
2012 Jun 24
2
equality of values
Dear list,
I'm trying to do a loop where I should choose a cell of a data frame
comparing it with another. The code actually works for the majority of the
loop but for some reason it doesn't and I can't figure out why.
When I tried to understand why I've noticed this:
> dif[11]
[1] 118.8333
> linhasUpdate[10,6]
[1] 118.8333
> dif[11]==linhasUpdate[10,6]
[1] FALSE
Even
2009 Mar 17
1
initial value in 'vmmin' is not finite
Dear r helpers,
I'm trying to run the models of the BIOMOD package and got this message:
*
Error in nnet.default (x, y, w,...): **initial value in 'vmmin' is not finite*
What does this mean? and how can I correct it?
Thank you
*Andreia*
[[alternative HTML version deleted]]
2005 Oct 19
2
Load balance (two links in one server): why is this not working?
Hello,
I am trying to make a load balance at my box using two conections. I have compile my kernel with this patch routes-2.6.13-12.diff (tha I get from this website: http://www.linuxvirtualserver.org/~julian/#routes).
The problem is that when I try to balance using weight sintaxe (i will put the script bellow) some conectios just drop. So I can enter some pages but other I could not...
2012 Jun 07
1
R2wd error in wdGet
Dear list,
I'm trying to use R2wd package. I've installed the package and try wdGet().
However a error message came up. I'm presently using R 2.15.0
> wdGet()
Error in if (wdapp[["Documents"]][["Count"]] == 0)
wdapp[["Documents"]]$Add() :
argument is of length zero
Does anyone knows what this means?
Thanks a lot.
Andreia Leite
--
View this
2012 Jun 06
1
Error in installing packages
Dear list,
I'm trying to install a package but every time I select the option form the
menu this error message appears:
> utils:::menuInstallPkgs()
Error in read.dcf(file = tmpf) :
Line starting '<!DOCTYPE html PUBLI ...' is malformed!
Do you have any clue of the reason why is it happening? I'm using a older
version (2.9.2) but it always worked perfectly!
Best regards,
2009 Nov 11
1
problems in installing biomart
Dear Forum
my machine runs Ubuntu 9.04. I am trying to install Biomart, what I realize
is that something is missing and it can't install XML, RCurl but I don't
know what more to do, I looked in previous posts but I did not find
infoprmation that helped.
Thanks
Andreia
biocLite("biomaRt")
Running biocinstall version 2.3.14 with R version 2.8.1
Your version of R requires version
2012 Apr 19
7
install Rails from terminal
I have been having trouble install Rails from the terminal on my new
MacBook. I have tried to find a solution on both google and youtube, but
I have not find a solution to the problem
$ rails -v
Rails is not currently installed on this system. To get the latest
version, simply type:
$ sudo gem install rails
You can then rerun your "rails" command.
$ sudo gem install rails
2009 Sep 29
1
Fax and dial-up connection issues
I have a pretty large setup on one of my customers. Digium TE420B (with echo cancelling module), 3 Xorcom Astribanks with 32 FXS each and 1 Xorcom Astribank with 16 FXO. These FXO ports are NOT used for fax/data transmission, as they are connected to cell phones. Not really related to the issue, but there are also 250 SIP phones.
The problem is that fax and dial-up connections are really
2007 Sep 28
1
RMySQL installing problems
Dear forum,
I'm trying to install RMySQL but I'm having problems in loading it, here is
the message that I'm getting in R
install.packages("RMySQL", dependencies=TRUE)
trying URL
'http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/2.5/RMySQL_0.6-0.zip'
Content type 'application/zip' length 391364 bytes
opened URL
downloaded 382Kb
package 'RMySQL'
2009 Aug 07
4
re reading config
Hi I am using freebsd 6.2-RELEASE with Samba version 3.0.24 out of
interest does it read the config periodically on its own with out
restarting it ?
Cheers
2011 Aug 29
1
Problem exporting table with many columns to dbf
Hello,
I'm newbie in R and I have a problem exporting a table with many columns to
a dbf file.
I found an error when I open the result DBF file on other software and also
importing it on R again.
Here a example snippet of the problem (on a GNU/Linux OS):
http://pastebin.com/0SMJqqwb
Is it a bug?
Thank you,
Nacho V
[[alternative HTML version deleted]]
2010 May 29
3
simpleError in storage.mode(y)
bonjour en travaillant avec un logiciel Multiple source methode, j'ai eu ce
message d'erreur : simpleError in storage.mode(y) - "double": invalid to
change the storage mode of a factor
en recherchant sur le net , c'est un message universel
svp, que signifiera ce message ?
merci pour votre int?r?t
anzid
--
View this message in context:
2000 Dec 28
1
anova
> -----Original Message-----
> From: Cobalt [mailto:grosso at mail.ru]
> Sent: Friday, 29 December 2000 7:23
> To: r-help at r-project.org
> Subject: [R] anova
>
>
>
> ..Hello,
Well Hello, whoever you are. (In this list anonymous messages are
considered rather impolite. Next time please submit your message under your
real name as a gesture of good faith. For this
2005 Aug 24
2
BDC + LDAP
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Good Moring list
I already possess PDC + LDAP. Today the necessity appeared to possess
a BDC, but users in base LDAP would like to legalize all, and mine
configuracao follows below:
[global]
~ workgroup = AURORA
~ netbios name = fly
~ server string = Marcio(CPD)
~ passdb backend = ldapsam:ldap://121.1.16.245
~
2006 Apr 06
1
SAMBA and Clamav
Dear Friends,
When I configure the SMB.CONF to using active clamav with vfs the
directory shared don't more access.
See below the configuratiom of file smb.conf
[BACKUP]
path = /data/bkp
comment = Backup
browseable = yes
public = yes
read only = no
share modes = yes
guest ok = yes
create mode = 0777
# Configuracao Lixeira
2012 May 30
0
anova.coxph for multiple events model
Hi,
I'm trying to do a multiple events model using coxph. I need to choose which
covariates stay in the final model and i'm using anova but it seems that it
doesn't work with robust variances as a error message appears when I try to
do it:
/PWPfit<-coxph(Surv(ini,fim,status)~Sexo+Transmissao+Regime+HAART+Drogas+Psi+
+ CD4+CV+Neo+IO+cluster(idPARTICIPANTE)+strata(Estrato),data=PWP)