search for: alexis

Displaying 20 results from an estimated 303 matches for "alexis".

2016 Jun 08
2
Samba AD member lost domain join after reboot
...reinstalled completely on Debian and Samba SMB2: unsolved problem. I installed a new domain controller without replication: unsolved problem. I do not understand because SMB2 is a new install, no servers have been cloned. I checked my hostname, MAC address, there is no duplicate on the servers. Alexis. On 08/06/2016 09:22, Alexis RIES wrote: > Hi, > > You will find attached the output of "net ads testjoin -d4" and "-d3". > Yes replication seems to work properly. > > Alexis. > > On 07/06/2016 18:55, lingpanda101 at gmail.com wrote: >> On 6/7/201...
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) >> x <- rnorm(100) >> x %*% x - sum(x^2) # equal to 1.421085e-1...
2016 Jun 07
6
Samba AD member lost domain join after reboot
...DomainDnsZones and ForestDnsZones areas, this had to be done by "samba-tool domain join" executed during installation but I'm not sure. Is it normal to have the round robin on ForestDnsZones and DomainDnsZones ? Please find attached the export of my DNS configuration. Thank you, Alexis. On 07/06/2016 16:05, Rowland penny wrote: > On 07/06/16 14:44, Alexis RIES wrote: >> 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 seem...
2004 Sep 03
3
traffic queueing and ipsec vpn
...fic to other branches. Now i have to set traffic shaping and manage the bandwith for senialization and for voice flows (rtp flows). So i need to be shure that i can classify the packets at the outside interface before them enters to the vpn tunnel. is this correct? Thanks in advance. -- Alexis
2005 Jun 30
3
AMP - recording call
...P 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
...ust 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, Rowland penny wrote: > On 07/06/16 07:31, Alexis RIES wrote: >> Hi, here it attached my smb.conf and Winbind debug log after reboot. >> My OS is Debian Jessie and has a fixed ip. >> >> Thank you >> >> On 06/06/2016 22:05, Rowland penny...
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: > RNG...
2007 Nov 21
2
uniq -c
Is there an R analog of the Unix command uniq -c: http://en.wikipedia.org/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
I get tables with millions of rows. For plotting to a screen-size jpg, obviously just about 1000 points are enough. Instead of feeding plot() the original millions of rows, I'd rather shrink the original dataframe, using some kind of the following interpolation: -- split dataframe into chunks of N rows each, e.g. 1000 rows each -- compute average for each column -- issue one new row
2016 Jun 07
2
Samba AD member lost domain join after reboot
...-P checking the NETLOGON for domain [SAMDOM] dc connection to "" failed wbcPingDc2 (SAMDOM): error code Was NT_STATUS_USER_SESSION_DELETED (0xc0000203) I see that the domain controller is not specified, on my other server (SMB2) I have the address of the domain controller. Thank you, Alexis. On 07/06/2016 12:57, Rowland penny wrote: > On 07/06/16 10:13, Alexis RIES wrote: >> 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 SM...
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 >> controll...
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
I'm running rle() on a long vector, and get a result which looks like > uc Run Length Encoding lengths: int [1:16753] 1 1 1 1 1 1 1 1 1 1 ... 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)
2008 Sep 17
1
creating horizontal dataframes with column names
Greetings -- in order to write back to SQL databases, one needs to create a dataframe with values. I can get column names of an existing table with sqlColumns. 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