Displaying 6 results from an estimated 6 matches for "pegase".
Did you mean:
pease
2014 Jul 18
1
request of information about creating DLL from R to be used in other languages/programs
...(or other types of tools as TPMath).
Is it possible to call a dll form R whereas R is not installed on the
computer?
I hope to be clear in my demand an I hope you will be able to give me some
indications or where to find it.
Best regards
Ludovic Brossard
Ludovic BROSSARD
UMR PEGASE (Physiologie, Environnement et Génétique pour l’Animal et les
Systèmes d’Elevage)
INRA – Agrocampus Ouest
Domaine de la Prise, 35590 Saint-Gilles, France
Tél : 33 (0)2 23 48 70 57 . Fax : 33(0)2 23 48 50 80
<http://www.rennes.inra.fr/pegase> www.rennes.inra.fr/pegase.
[[alternati...
2005 May 10
0
Connection problem to MySQL
...lem about my connection to my database.
My first problem is when I load the package MySQL (after loading DBI
package), I've got this message:
" change FPU control word from 8001f to 9001f "
After that I would like to do the connection:
> con<-dbConnect(MySQL(),
user="pegase",pass="*********",dbname="pegase",host="++++++")
Error in mysqlNewConnection(drv, ...) : RS-DBI driver: (could not
connect pegase@+++++ on dbname "pegase")
(for security I have hiden th pass and the host)
Releases that I'm using:
R 2.1.0
R...
2018 May 02
2
samba 4 joining samba 3 pdc - group mismatch
...hy
> >
>
> I think you are going to have to give us a bit more info, smb.conf from
> the S3 PDC and the S4 machine, for a start.
As requested, those files follows.
Samba 3 config file
S3# grep -v -e ^# -e '^;' /etc/samba/smb.conf | uniq | less -S
[global]
workgroup = PEGASE
server string = RedePEGASE
netbios name = PegaseSRV
hosts allow = 192.168.0. 192.168.1. 127.0.0.1
hosts deny = ALL EXCEPT 192.168.0. 127.0.0.1 192.168.1.
#unix charset = iso8859-1
wins support = yes
dns proxy = yes
name resolve order = bcast host lmhosts wins
inter...
2018 May 03
2
samba 4 joining samba 3 pdc - group mismatch
...d respect the "idmap config"
displacement and always return the source uid plus a constant displacement.
At least it is what I was expecting. Am I wrong?
>
> Try it like this:
>
> idmap config *:range = 3000-7999
> idmap config *:backend = tdb
> idmap config PEGASE:range = 100000-200000
> idmap config PEGASE:backend = rid
I got a small progress here. Now jgarcia uid is inside the "range". Thanks.
S4# id jgarcia
uid=103032(jgarcia) gid=100513(none) \
groups=100513(none),103032(jgarcia),101094(5p6l3d1$),\
101119(jgomes-pc$),10001(BUILTIN\u...
2018 May 03
0
samba 4 joining samba 3 pdc - group mismatch
...Am I wrong?
No, you should get the same UID on the Unix domain member at all times,
it will just be a different on to the PDC.
>
> >
> > Try it like this:
> >
> > idmap config *:range = 3000-7999
> > idmap config *:backend = tdb
> > idmap config PEGASE:range = 100000-200000
> > idmap config PEGASE:backend = rid
>
> I got a small progress here. Now jgarcia uid is inside the "range".
> Thanks.
>
> S4# id jgarcia
> uid=103032(jgarcia) gid=100513(none) \
> groups=100513(none),103032(jgarcia),101094(5p6l3d1...
2018 May 02
2
samba 4 joining samba 3 pdc - group mismatch
Hi all
Background: I am not a samba expert, not even close!
I have a ancient samba 3 (Server role: ROLE_DOMAIN_PDC) and I intend to
migrate all files to a samba 4 (Server role: ROLE_DOMAIN_MEMBER)
Users will stay in S3 for now.
Samba 4 joined samba 3 with no problems.
I rsync'ed all files and its permissions (rsync -a ...).
But...
I cannot find a way that makes S4 sees S3 users and groups