Displaying 8 results from an estimated 8 matches for "zweimal".
Did you mean:
weimar
2019 Feb 13
3
idmap backend ad well-known-sids 512 & 513
...root at fileserv2:~# getent group SOMEDOM\\stas
SOMEDOM\stas:x:10165:
We can use getent passwd and wbinfo -i fine for all our ldap created
users and get the correct UID/GID if we are using the config:
idmap config SOMEDOM:unix_primary_group = yes
root at fileserv2:~# getent passwd SOMEDOM\\test.zweimal
SOMEDOM\test.zweimal:*:10409:10000::/home/test.zweimal:/bin/false
root at fileserv2:~# wbinfo -i SOMEDOM\\test.zweimal
SOMEDOM\test.zweimal:*:10409:10000::/home/test.zweimal:/bin/false
10000 is the default GID we were using in ldap for all of our users.
If we remove this line we won't get any...
2006 Jan 06
2
sudoku
Any doubts about R's big-league status should be put to rest, now that
we have a
Sudoku Puzzle Solver. Take that, SAS! See package "sudoku" on CRAN.
The package could really use a puzzle generator -- contributors are
welcome!
-- David Brahm (brahm at alum.mit.edu)
[[alternative HTML version deleted]]
_______________________________________________
R-packages mailing list
2006 Apr 14
2
suse 10.0
I downloaded the free CD's and installed Suse 10.0. When I tried to install
the latest RPM for R, the Yast installer complained that two files were
missing. I was told that I can install from the internet, and started the
process, but found I must supply the name of the server and the name of the
directory. I tried several combinations unsuccessfully. Can anyone help me?
2007 Oct 30
2
R installation on SuSE 10.3
I have downloaded the source code for Linux.
the ./configure procedure can find gcc but cannot find f77 or f2c
I have looked for the above compiler with Test and installed all what
pertains to Fortran. Still not even the man pages for f77 anf fc2 work >.
Where is f77 and f2c with linux 10.3 ??
Thank you do much
--
Maura E.M
[[alternative HTML version deleted]]
2006 Jan 06
2
sudoku
Any doubts about R's big-league status should be put to rest, now that
we have a
Sudoku Puzzle Solver. Take that, SAS! See package "sudoku" on CRAN.
The package could really use a puzzle generator -- contributors are
welcome!
-- David Brahm (brahm at alum.mit.edu)
[[alternative HTML version deleted]]
_______________________________________________
R-packages mailing list
2006 Nov 23
4
Ryacas and fractions with simultaenously very large numerators and denominators
Dear All
I am doing the following:
> x <- yacas("3/2")
> for (i in 2:400)
+ x <- yacas(paste(x,"*",x))
> x
expression(Inf^1.260864167e+117/Inf^6.304320836e+116)
> Eval(x)
[1] NaN
No luck this way. However, I am successful with
> y <- yacas("(3/2)^400")
> y
expression(7.05507910865533e+190/2.58224987808691e+120)
> Eval(y)
[1]
2007 Jun 21
4
FW: Suse RPM installation problem
Hello
I am trying to install the R RPM for Suse 10.0 on an x86_64 PC. However
I am failing a dependency for "libpng12.so.0" straight away
PC5-140:/home/rmgzshd # rpm -i R-base-2.5.0-2.1.x86_64.rpm
error: Failed dependencies:
libpng12.so.0(PNG12_0)(64bit) is needed by R-base-2.5.0-2.1.x86_64
I do seem to have this file
PC5-140:/home/rmgzshd # whereis libpng12.so.0
2006 Apr 19
9
I am surprised (and a little irritated)
I have started with using R on Windows, and I am really happy about
the system. Now, one of my other ambitions is to learn how to use
Linux, so yesterday I downloaded OpenSuse and installed that. The
next problem was to try to use R with Linux. And there I met the
wall. I've understood that RPM's are somewhat like installing
programs on Windows, so that was downloaded and started