similar to: Odp: Upgrade 4.2.14 --> 4.3.11

Displaying 20 results from an estimated 1000 matches similar to: "Odp: Upgrade 4.2.14 --> 4.3.11"

2016 Aug 22
1
Upgrade 4.2.14 --> 4.3.11
Hi, I had Samba 4.2.14 working as AD DC with shares. After upgrade to version 4.3.11 AD DC authentication, ADUC, etc, stopped working. Shares still work fine. OS. Oracle Linux 6.x with UEK, uptodate. Samba compiled from source. Upgrade procedure (nothing special): ./configure --enable-selftest make make install Testparm output: # Global parameters [global] workgroup = EXAMPLE realm =
2016 Aug 24
0
Odp: Re: Odp: Upgrade 4.2.14 --> 4.3.11
I provision with: /usr/local/samba/bin/samba-tool domain provision --realm=corp.example.com.pl --domain=EXAMPLE --adminpass="xxxxxx" --server-role=dc --dns-backend=SAMBA_INTERNAL Now I know that I made a mistake. I did use lowcase in realm (Is this really problem?) and I did not use switches --use-rfc2307 --use-xattrs=yes. I do not use AD for UNIX accounts authentication, but I would
2009 Oct 23
5
Change positions of columns in data frame
Hi all, Probably a simple question, but I just can't find a simple answear in the older threads or anywhere else. I've added some new vectors as columns in a data frame using cbind(). As they're all put as the last columns inte the data frame, I would like to move them to specific positions. How do you do to change the position of a column in a data frame? I know I can use
2009 Oct 16
2
Division of data frame and deletion of values from column
Hi all, I guess this might be an easy question, but I've searched multiple help pages without finding any answear... so now I put my trust in you! I have a data frame (36 variables and 556 observations). One column contains three factors, and I would like to divide the data frame into three new ones, based on the value of the factors, thereby having only one value for all elements of the
2005 Feb 22
1
asterisk to pbx dialing
Hi! I have a runing asterisk box and i want to dial to a analog. pbx using a 4FXS Welltech. Let's say that my pbx have no. 700. If i want to dial to a person in that direction i have to dial pbx prefix (ex. 700), wait for pbx to ansear with hello message and after that to dial internal number(ex. 101). It is possible to dial directly 700101 and asterisk to dial PBX prefix, wait for PBX to
2004 Nov 03
2
SAMBA PDC
OK, I still have problems to run samba as PDC. I have followed the instructions from Samba By Examples chapter 6. Also I have configured dynamic dns + dhcp. But, I still doesn't work. I have possibility to logon on Windows machine 2 times. At the 3 i have recieve erroe message, that windows can not copy profile from server. I have check that at fist 2 times I am connecting as any user from
2004 Aug 13
2
PXELinux sending a boot disquette image? Is this possible?
Hi, First, I want to precise that I'm new to linux, so please answear with simple words ;) My problem is that I have to install and configure linux (RH9) on 36 identical computers. This would take ages. What I want to do, is to configure one, and then clone the install. But thos computers have no CD, no floppy, and I didn't manage to boot them brom an usb stick. The last option is to
2006 May 31
3
Cannot delete files from samba share
Hi all, Following an upgrade from samba 2.2.8a to 3.0.22 we have been unable to delete files on a samba share using an XP client. We were previously able to delete these files when using 2.2.8a. The problem occurs when we have a particular sub-set of permissions. Directory permissions on UNIX are set to 775 and ownerhips to usera : group1. This should mean that either usera or anyone who
2018 Jul 24
1
Setting up a Share Using Windows ACLs
Regardless of all the tips and procedures I read in the archives, I can not set permisisions under security tab, I get it every time: "Remotely setting permissions on the folder at the root of a share removes all inherited permissions from the root folder and all subfolders. To set permissions without removing the inherited permissions, click No and either change the permissions on a child
2002 Aug 29
1
Need Help: Sometimes Stop during smbd start
Hi during Startup of SuSE-Linux 7.2 Prof. the PC is sometimes ( 1 of 10 times) stopping by start smbd. Reset knop the help only. I have this problem with the samba version in SuSE package and version 2.2.5 too. In the file ../rc3.d/S12smb I added 2 lines to see if nmbd and smbd are startet. I see nmbd is starting always, the text "SAMBA smbd gestartet" is in case of fault not printing.
2001 Nov 30
0
ODP: ODP: Joining BDC (Samba) to PDC (Samba)
Normal PDC/BDC isn't possible now. It will be in Samba 3.0 (look in documentation). But you can create substitute solution. For example two idendicaly servers with autocopy of password database, but it isn't PDC/BDC relations. It is two identicaly domains. I have two servers with samba, with two indenticaly password databases and smb.conf. When I have problem with one, I can fastly change
2009 Jan 21
0
Odp: R: Odp: Function able to identify the row and the column in a matrix
"enrico.foscolo2 at libero.it" <enrico.foscolo2 at libero.it> napsal dne 21.01.2009 11:54:49: > I can't use the function "outer" because my function fun() doesn't take vectors > as arguments. If you can not R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide
2007 Jun 06
0
Odp: Odp: sampling problem - new to R
> Hi > > If I understand correctly, use split and sample with lapply. If DF is your dataframe > > lapply(split(DF$Tree, DF$Plot), function(x) sample(x,1)) > > shall select random tree from each plot. Or you can get it in tabular form with sapply. > > Regards > Petr Sorry, you shall use resample from sample help page as Prof.Ripley pointed if you can have
2009 Feb 13
0
Odp: Odp: extracting parts of words or extraxting letter to use in ifelse-func.
Hi johannes at dsr.life.ku.dk napsal dne 13.02.2009 13:17:06: > Hi > > I tried what you said, but i gives FALSE all the way down! And I think its > because there are other words in phrases as well. So if there is 'San' > in the phrase it has to be TRUE even thoug there are other words before and > after 'San' in the phrase. I do not understand. >
2010 Mar 05
1
What does "Odp" mean?
Though I've been on the list for quite a while, I've not yet figured out what the "Odp:" entry in subject lines means. Is it important information? JN
2011 Jul 20
0
Apache + asp.net + Oracle ODP are working under wine now
After 2 weeks of fighting I was able to have windows asp.net Oracle business application running under wine. It required 3 main changes: 1. Change apache code to avoid using getFile function which prevent apache to work under wine 2. Change wine code to fix GetUser bug from advapi.dll to have Oracle ODP working 3. Change some javascripts in application itself to solve some strange problem with
2007 Aug 10
0
Odp: having problems with factor()
You've spotted it! table(df$area) 0 1 2 3 4 5 7 21 27 71 46 19 3 1 There are no values in area 6. Thank you very much. Jabez ----- Original Message ---- From: Petr PIKAL <petr.pikal@precheza.cz> To: Jabez Wilson <jabezwuk@yahoo.co.uk> Cc: R-Help <r-help@stat.math.ethz.ch> Sent: Friday, 10 August, 2007 1:02:21 PM Subject: Odp: [R] having problems with
2008 Oct 27
0
Odp: Request: Most repeated sequence considering combinations at each row
Dear Petr Thanks for the response. Hope it will now help me to proceed. best regards M.Azam ________________________________ From: Petr PIKAL <petr.pikal@precheza.cz> Cc: R Help <r-help@r-project.org>; r-help-bounces@r-project.org Sent: Monday, October 27, 2008 8:43:27 AM Subject: Odp: [R] Request: Most repeated sequence considering combinations at each row Hi not sure if this is
2005 Jul 16
0
Odp: LARTC Digest, Vol 5, Issue 34
Hello Yes i have separate class for every user, every class have pfifp qdisc. User direction shaping: tc -s -d qdisc show dev eth2 | grep pfifo |wc -l 3959 Internet direction shaping: tc -s -d qdisc show dev vlan0891 | grep pfifo |wc -l 3959 Nat: iptables -L -n -v -t nat | grep SNAT | wc -l 3959 For shaping i use hfsc classifier. Date: Fri, 15 Jul 2005 14:16:33 +0200 From: Peter Surda
2017 Sep 19
0
ODP: Re: samba 4 ad member - idmap = ad for machine accounts
Mandi! k.wirski via samba In chel di` si favelave... > I'm not sure what You mean about invalidating cache? 'nscd' is a generic Name Services Caching Daemon normally installed automatically alongside winbind. In the past, when playing with winbind, i get confused by the cache, and confusion grow considering that: getent passwd user does not query the cache, so all seems to