Displaying 20 results from an estimated 303 matches for "alexy".
Did you mean:
alex
2016 Jun 08
2
Samba AD member lost domain join after reboot
I conducted many tests and I noticed that I lose the domain-join on SMB1
soon as I joined SMB2 in the domain.
Step 1: SMB1 "net ads join -Uadministrator" -> OK
Step 2: SMB1 "net ads testjoin" -> OK
Step 3: SMB2 "net ads join -Uadministrator" -> OK
Step 4: SMB2 "net ads testjoin" -> OK
Step 5: SMB1 "net ads testjoin" ->
2016 Sep 20
2
Numerical accuracy of matrix multiplication
>>>>> peter dalgaard <pdalgd at gmail.com>
>>>>> on Fri, 16 Sep 2016 13:33:11 +0200 writes:
> On 16 Sep 2016, at 12:41 , Alexis Sarda <alexis.sarda at gmail.com> wrote:
>> Hello,
>>
>> while testing the crossprod() function under Linux, I noticed the following:
>>
>> set.seed(883)
2016 Jun 07
6
Samba AD member lost domain join after reboot
I think I found my problem, when configuring my second domain
controller, I have created by mistake a round robin DNS entry on
"Forward Lookup Zones -> ad.samdom.local".
I speak of round-robin because I have two fields A pointing to the same
domain
Now I'm lost, you have a second domain controller in failover?
If so, could you give me your DNS configuration? I need information
2004 Sep 03
3
traffic queueing and ipsec vpn
Hi all, ive been reading lartc howto, im new about traffic shaping/police.
As far as red (chapter 9 complete) i saw that first the packet passes at the
ingress qdisc, then it passes to the ip stack if the packet is directed to
the box or its forwarded (is my case), then it falls to the egress
classifier/s.
Now, i understand if i have an ipsec vpn at the outside interface, the
egress
2005 Jun 30
3
AMP - recording call
Hi,
I'm using the new AMP which provides a call recording. The options of
recording call Always and Never are well working.
But how to use the On-Demand option ? Should I press a pad ? Is this
configured in the featuremap of features.conf ? Why my modifications in
that features.conf have no effects ?
Please advice me.
Alexis.
2012 Oct 05
1
lightdm 1.4.0 released
This is the first release in the stable 1.4 series. This series will
be maintained on the lp:lightdm/1.4 branch and trunk (lp:lightdm) will
now be used for the unstable 1.5 series.
Overview of changes in lightdm 1.4.0
* Correctly implement and test autologin timeouts
* Add greeter-show-remote-login hint
* Correctly annotate enums in vapi file
* QLightDM: Add default constructor
2016 Sep 16
2
Numerical accuracy of matrix multiplication
Hello,
while testing the crossprod() function under Linux, I noticed the following:
set.seed(883)
x <- rnorm(100)
x %*% x - sum(x^2) # equal to 1.421085e-14
Is this difference normal? It seems to be rather large for double precision.
Regards,
Alexis.
[[alternative HTML version deleted]]
2016 Jun 07
2
Samba AD member lost domain join after reboot
Yes, the /etc/krb5.keytab file is created when the domain-join.
I just noticed that it's not only after a reboot I have this problem.
I lost the domain-join on my first SMB server, it has not been restarted.
Note that I use Cluster Mode (CTDB), but the problem is the same when I
remove the cluster configuration.
Attached is the requested files.
Thank you,
Alexis.
On 07/06/2016 09:43,
2004 Jun 24
3
The "median" function in R does not work properly.
Hi,
1.) The "median" function does not work well. Please refer to the data
below (same data is attached as txt-delimited). This is what I try to
do in R:
median ( dataf [2:9] )
I get warning: "needs numeric data"
2.) BUT if apply the median to a single vector:
median ( dataf [,2]] )
then it works:
3.) How come the "median"
2008 Oct 02
4
namespaces
I'd like to control my namespace thoroughly, separated by task. Is
there a way, in R session, to introduce namespaces for tasks
dynamically and switch them as needed? Or, is there a combination of
load/save workspace steps which can facilitate this?
Cheers,
Alexy
2016 Sep 20
0
Numerical accuracy of matrix multiplication
>>>>> Alexis Sarda <alexis.sarda at gmail.com>
>>>>> on Tue, 20 Sep 2016 17:33:49 +0200 writes:
> I just realized that I was actually using a different random number
> generator, could that be a valid reason for the discrepancy?
> The code should be:
> RNGkind("L'Ecuyer")
> set.seed(883)
> x <-
2007 Nov 21
2
uniq -c
.../wiki/Uniq
Given an array x, uniq -c replaces each contiguous subsequence of
identical numbers with a tuple (count, number). E.g.
$ cat > usample
10
10
9
8
8
7
7
7
6
3
1
1
1
0
$ uniq -c usample
2 10
1 9
2 8
3 7
1 6
1 3
3 1
1 0
Cheers,
Alexy
2007 Nov 21
3
shrink a dataframe for plotting
...terpolation:
-- split dataframe into chunks of N rows each, e.g. 1000 rows each
-- compute average for each column
-- issue one new row of those averages into the shrunk result
Is there any existing package to do that in R? Otherwise, which R
idioms are most effective to achieve that?
Cheers,
Alexy
2016 Jun 07
2
Samba AD member lost domain join after reboot
I put the usermapping but this does not solve the problem.
I do not use libpam_winbind and libpam-krb5 because I did not need to
log in server using domain accounts, it seems to me that this is not
mandatory, you confirm ?
Here are the permissions of the file /etc/krb5.keytab:
root at smb1:/home/adminlocal# ls -l /etc/krb5.keytab
-rw------- 1 root root 2312 Jun 7 14:44 /etc/krb5.keytab
Avahi
2016 Jun 07
2
Samba AD member lost domain join after reboot
On 6/7/2016 12:31 PM, Alexis RIES wrote:
> I was wrong, the problem persists, it is not because of the DNS.
> You have the same configuration as me, but with two domains controller ?
>
> On 07/06/2016 18:05, Alexis RIES wrote:
>> I think I found my problem, when configuring my second domain
>> controller, I have created by mistake a round robin DNS entry on
>>
2011 May 25
2
g_dbus_connection_real_closed when starting lightdm
Hi,
I made the switch from KDE4->XFCE, and because gdm takes more time
than xfce to start I would like to replace it with lightdm.
I installed lightdm, set it as default display manager and configured
the gtk greeter.
However, when I start I only get a black screen (x running) and
nothing else happens.
When I start it as root with the --test-mode argument, I get the
following message:
lightdm
2006 Jan 04
4
file_column
I use file_column and it works fine.
I tried to change the store_dir to a the path I want my files to be
stored and not the default.
I stored some images fine. But when I try to reach my images it seems
like file_column uses the model_name/attribute_name on the image and not
the store_dir I used. How can I change this ?
Thanks in advance
--
Alexander Antonakakis
2005 Dec 21
10
Globalize plugin
Is there any working example on using the Globalize plugin?
It could help alot
Thanks in advance
--
Alexander Antonakakis
email: alexis-+Saq9+MPrF0@public.gmane.org
2007 Nov 23
2
printing levels as tuples
.....
values : int [1:16753] 29462748 22596107 18322820 14323315
12684505 9909036 7296916 6857692 5884755 5883697 ...
I can print uc$names or uc$levels separately. Is there any way to
print them together as tuples, looking like
(29462748, 1) (22596107, 1) ...
(5883697, 1) ...
...
Cheers,
Alexy
2008 Sep 17
1
creating horizontal dataframes with column names
...Say I have a vector of values (if they're all
the same type), or a list (if different). How do I create a dataframe
with column names given by my sqlColumns? To make it concrete, how do
we make a dataframe
A B C
1 2 3
out of
column.names <- LETTERS[1:3]
values <- 1:3
?
Cheers,
Alexy