Displaying 20 results from an estimated 4000 matches similar to: "Problem adding users from Windows using svrtool package"
2013 Mar 04
1
Fwd: OpenVSwitch and libvirt integration problem at shutdown/reboot
Hi everyone, I'm forwarding this mail that I wrote to OpenVSwitch dev
list because I think that you could maybe help me a little :-)
What did you think about the patch to libvirt that I'm using?. At
least, it worked for me :-)
Thanks.
Ernesto
---------- Forwarded message ----------
From: Ernesto Domato <edomat at gmail.com>
Date: Mon, Mar 4, 2013 at 2:09 PM
Subject: OpenVSwitch
2005 May 11
0
Re: samba Digest, Vol 29, Issue 13
Este no es el correo de Yanier
----- Original Message -----
From: <samba-request@lists.samba.org>
To: <samba@lists.samba.org>
Sent: Tuesday, May 10, 2005 2:02 PM
Subject: samba Digest, Vol 29, Issue 13
> Send samba mailing list submissions to
> samba@lists.samba.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>
2010 Jul 03
2
pam_smbpass.so passdb.tdb support
Hi,
Recently I have installed samba 3.4.8 on my device. Since then ftp
(vsftp,proftpd) which is taking users from samba database with
pam_smbpass.so is not working. After enabling detailed log I have
noticed it is looking for the passwords in smbpasswd
(/etc/samba/private) which is of zero size . I think all users passwd
are located in passwd.tdb.I could fix this by giving "passdb
2013 Apr 15
6
Shorewall and OpenVSwitch on Debian
Hi, I have a machine with a Debian Stable installation that runs
OpenVSwitch to connect a virtual machine on the same box.
The machine is also running shorewall.
The problem that I''m having is that shorewall try to run before
openvswitch, this makes that shorewall fails because it can''t
determine the IP of the virtual interface generated by openvswitch
that start after
2002 Mar 13
2
Problem compiling libvorbis-1.0rc3 (fatal signal 11 with envelope.c)
Hi everyone. First, excuse me if this problem was discussed before but
seems that I can't search the list archive.
The problem is that when I try to compile libvorbis-1.0rc3, it fails
throwing:
gcc: Internal compiler error: program cc1 got fatal signal 11
make[2]: *** [envelope.lo] Error 1
It happens when trying to compile envelope.c as you can see. Anyway, I'm
not very experienced
2007 Oct 11
2
R260 cross-compilation
Hi,
I'm trying to cross compile R260 in a ubuntu 6.06 linux. I downloaded
the Makefile for 251 and simply replaced the R version by 260. However
I'm getting an error about mingw.
ernesto at gandalf:~/ipimar/devel/R/ccompile260$ make R
export
2003 Jul 03
2
unlist
Hi
I have a list with several data.frames, all with the same number of
colunms but different number of rows, and I'd like to transform this
list into a single dataframe. I need to mimic an rbind of all dataframes
...
Transform doesn't seem to work :-(
Thanks
EJ
--
Ernesto Jardim <ernesto at ipimar.pt>
Bi?logo Marinho/Marine Biologist
IPIMAR - Instituto Nacional de Investiga??o
2004 May 25
0
RMySQL problem - SOLVED
Hi,
The problem was the row.names that were sent to the database and created
an primary key duplicate. Now it works fine.
BTW congratulations for the package. It copied 15300 rows by 11 columns
in less than 5 seconds, in my PIII 833 with 1 GB RAM.
> system.time(dbWriteTable(con, "TBL_SIMDATA", TBL.SIMDATA, append =
TRUE, row.names=F))
[1] 3.87 0.05 4.86 0.01 0.00
Just one
2000 Aug 18
0
cook's distance
Hi
Where can I find information about the cook's distance that appears in
the plot(lm.object) function ?
Thanks
ernesto
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ernesto.vcf
Type: text/x-vcard
Size: 321 bytes
Desc: Card for José Ernesto Jardim
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20000818/1e5a8925/ernesto.vcf
2002 Oct 10
0
Re: [R-gui] NEdit Highligth patterns for R
-----Forwarded Message-----
> From: Ernesto Jardim <ernesto at ipimar.pt>
> To: Agustin Lobo <alobo at ija.csic.es>
> Subject: Re: [R-gui] NEdit Highligth patterns for R
> Date: 10 Oct 2002 14:36:24 +0100
>
> Hi
>
> You have to install the *.pats file.
>
> Use
>
> nedit -import R-5.1.pats
>
> then "save defaults".
>
> If
2003 Sep 08
0
New highlighting for NEdit 5.3
Hi,
I've just put together a new R syntax highlighting file for Nedit 5.3.
I've borrow the "base" functions of Jedit (thanks to Tobias Elze and Zed
A. Shaw) so now NEdit highlights a little more than before :)
You can download the file here:
http://ernesto.freezope.org/cmf/starthere/r/R-5.3.pats
Just import it into NEdit with
> nedit -import R-5.3.pats
and save your
2003 Jan 24
4
memory problems
Hi
I'm computing a bca interval using bca.ci from the boot package.
When I try to use this I get an error
> library(boot)
> boot(logglm.data,boot.fishpower,2500,coef.vec=coeflm.vec)->blm8901
> bca.ci(blm8901,index=29)
Error: cannot allocate vector of size 456729 Kb
However my machine has 2GB of memory and without R running I only have
112M of memory used.
Is there something
2005 Mar 17
1
srvtools (Usrmgr.exe) : strange problem
Hello everybody. I have noted a strange problem when using Usrmgr.exe
(from srvtools). The problem arise when a net groupmap is done on a
group for which a user exist with the same name that the specified
unixgroup. For example, lets say that I have the following UNIX user and
group create on my Samba server :
joe (in /etc/group)
joe (in /etc/passwd)
Now I create the following map :
net
2003 Jan 23
2
Exporting graphics window
Hi
I'm working on a remote computer with R (SuSE 8.1) and I want to do some
ploting. Does anyone knows if it is possible to export the graphics
window in to my display and how I can do it ?
Thanks
EJ
--
Ernesto Jardim <ernesto at ipimar.pt>
Marine Biologist
Research Institute for Agriculture and Fisheries
Lisboa, Portugal
Tel: +351 213 027 000
Fax: +351 213 015 948
2003 Jan 16
1
bootstraping lm
Hi
I'm doing a bootstrap of a linear model using:
boot.fishpower <- function(data, i){
data <- data[i,]
fplm <- lm(log(U)~Q+S+P+B+D, data=data)
fp <- coef(fplm)
exp(fp)
}
> boot(logglm.data,boot.fishpower,100)
Error in "[<-"(*tmp*, r, , value = statistic(data, i[r, ], ...)) :
number of items to replace is not a multiple of replacement
length
2002 Oct 10
1
NEdit Highligth patterns for R
Hi
I've just submitted to the NEdit development team a R highligth patterns
for NEdit (www.nedit.org).
NEdit is a text editor for LINUX which I use to write small R functions.
In my opinion is a very good tool for small scripts, maybe for huge
projects is not the best.
I'm attaching the R-5.1.pats file so you can try it.
As usual contributions and comments are welcome.
Regards
EJ
2010 Feb 05
0
samba Digest, Vol 86, Issue 6
Hi.
reading docs i found
THIS
pdbedit -P "minimum password age" -C 5184000 (limit for validity of the
password set for 60 days)
pdbedit -P "maximum password age" -C 7776000 (maximum period for validity of
the password set for 90 days)
after u set ur policies restart samba and cofirm policies/informations make
to user:
pdbedit -L -v samba_user
AND THIS
-P account-policy
2007 Jan 30
1
ErnestoPerez
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi
Im willing to update some stuff in the list policy page.
thanks!
ernesto
- --
Ing. Ernesto P?rez Est?vez
http://www.ecualinux.com
USA: + 1 404 795 0321 / Espa?a: +34 917617884
Ecuador: +593 2 3412402 / + 593 9 9246504
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
Comment: Using GnuPG with CentOS - http://enigmail.mozdev.org
2003 Jun 05
1
scales in xyplot doesn't seem to work for x axis
Hi
I'm doing a xyplot and I wand to reduce the number of tick marks in the
x axis. My x axis are month and I want to reduce the 12 tick marks to 4.
I used the scales argument but it doesn't seem to work, althougth it
works on y axis if I use scales=list(tick.number=4).
2005 Oct 01
0
Can't become connected user! ........
hi, i just configure a samba box to be a PDC for my
entire win98se netrowk, but im having this errors on
log.user1:
[2005/10/01 00:17:24, 2]
lib/access.c:check_access(324)
Allowed connection from (192.168.1.21)
[2005/10/01 00:17:24, 1]
smbd/service.c:make_connection_snum(705)
sergio (192.168.1.21) connect to service netlogon
initially as user sergio (uid=503, gid=503) (pid 6542)
[2005/10/01