similar to: Advanced server config question

Displaying 20 results from an estimated 3000 matches similar to: "Advanced server config question"

2004 Oct 25
0
-failed to verify ticket-, smb-3.0.7, mit krb5 1.3.1
Hi everyone, I've done a lot of reading on this issue over the last couple of days I had a "Red Hat Linux release 9 (Shrike)" box running 3.0.3a and the stock redhat krb5 package and it was authenticating against a w2k AD domain (over which I have very little control save for my little OU). things were working ok, but I wanted to update it to the new bug fixed versions.
2007 Aug 22
1
winbind problem, have workaround but...
Greetings list, I have a member server in a w2k3 AD domain that has been happily spinning for a couple of years. As of yesterday morning, we've been having some issues with it. I've had it configured correctly, and haven't touched it. I'll provide the configs if needed. I've kept it updated as time's gone on for security updates etc.. the wonkyness seems to rear is
2020 Sep 15
0
[PATCH 10/18] hal2: convert to dma_alloc_noncoherent
Use the new non-coherent DMA API including proper ownership transfers. This also means we can allocate the buffer memory with the proper direction instead of bidirectional. Signed-off-by: Christoph Hellwig <hch at lst.de> --- sound/mips/hal2.c | 58 ++++++++++++++++++++++------------------------- 1 file changed, 27 insertions(+), 31 deletions(-) diff --git a/sound/mips/hal2.c
2010 Jul 20
1
Sound card problem in acoustic echo
Hi all, The conclusion of the discussion is that most sound cards indeed have different capture and playing frequencies for the unknown reasons. But we all know the adaptive filter of the AEC relies on the synchronization of the far-end and near-end sampling rates. Then Has anybody tried to use speex AEC in Windows system? How do you solve this problem? (I have tested speex AEC. In most
2010 Jun 10
1
Sound card problem in acoustic echo cancellation
From: Steve Underwood <steveu at coppice.org> > It seems some cards use a PLL for their ADC, so they can lock to an > incoming SPDIF signal, but always use a local crystal clock source for > their DAC. These cards do not have their ADC and DAC synchronised. Do common on-board or PCI sound card lock to some incoming signal? Yes, there is a crystal oscillator and a PLL or divider to
2013 Nov 26
1
matching id's for ADC and member server
Hai, ? Im bit lost. ? I've installed a member server with winbind.? ( samba 4.1.2 (sernet) ) the server joined the domain without any problems. ? when i type getent passwd on the ADC server, im getting:? ( and is ok ) ? ROTTERDAM\Administrator:*:0:100::/home/users/%U:/bin/bash ROTTERDAM\Guest:*:3000002:3000003::/home/users/%U:/bin/bash
2010 Jan 04
0
[LLVMdev] 答复: 答复: [LLVMdev] How to bind a register variable with a given general purpose register?
or you can just add a built-in function in c frontend "readadcreg()" and emit it as llvm.zhu.readadcreg(), so you can just call the built-in function to get the adc register value. On 2010-1-4 21:27, Demon(Xiangyang) Zhu 朱向阳 wrote: > Hi Ether, > > Thank you very much. I will try it soon as your description. > > Regards > > ________________________________________
2013 Feb 26
1
some DNS trouble ...
Hi list ! I ran into some interesting behavior I don't understand. I'm using samba4 as my domain controller in a virtual machine. My settings are as follow: [global] server role = domain controller workgroup = LAN realm = lan.example.com netbios name = ADC passdb backend = samba4 dns recursive queries = yes dns forwarders = 192.168.60.1 [netlogon] path =
2018 Jul 19
1
Replication problems
Hey I am trying to setup a dovecot cluster with 2 servers using replication /dsync. In front of it I got a Fortinet ADC (Load balance) and I think that I messing up the dsync. I see mails duplicated in the sync progress. If I disable one of the servers in the ADC, it seems to work and the sync if working without a problem. But if I use both servers with a round robin on the ADC, I see mailed
2005 Oct 20
0
SOLVED RE: Can auth with smbclient, but not workstation.
Time skew........ <kicks self> > -----Original Message----- > From: samba-bounces+allen=gist.net.au@lists.samba.org [mailto:samba- > bounces+allen=gist.net.au@lists.samba.org] On Behalf Of Allen Bolderoff > Sent: Thursday, 20 October 2005 12:22 PM > To: samba@lists.samba.org > Subject: [Samba] Can auth with smbclient, but not workstation. > > We have a setup (that
2010 Jan 04
0
[LLVMdev] 答复: [LLVMdev] How to bind a register variable with a given general purpose register?
hi zhu, i am not sure if your c frontend support "int ADC asm("GPR13");" i think you could: 1. add a attribute "GPR13"(or a more meaningful name like "adcreg") and the corresponding handler, so you code "int ADC asm("GPR13");" became "int ADC __attribute__((GPR13));" 2. add a intrinsic functions like
2014 Mar 20
2
Running an NT4 PDC and an ADC side by side
Dear List, I'm planning to migrate an existing Samba 3.4.7 NT4-domain (our.site.com) to a Samba 4.1.6 AD-domain (ad.our.site.com) on another machine. Our site currently has about 30 clients and 50 user accounts. My plan is to setup the ADC on the other machine and to migrate the user accounts using the Samba4 classicupgrade tool. I would then newly setup groups, permissions, etc. on the new
2007 Jul 25
0
Speex optimization and 12 bits conversion for 12 bits ADC
> Yes, I have enabled the the current ARM4 assembly bits. I have tried > to optimize these functions(filter_mem16(),iir_mem16() and > fir_mem16()) in C code, but the effect is very small, and I am going > to do assembly optimization for these functions. Do you have another C > code about these functions for assembly optimisations? Can you give me > some information and
2010 Oct 01
0
Sound card problem in acoustic echo
Hi Underwood, Thank you for your help. I agree with your opinion. But it is almost impossible to further reduce the frequent difference between play and capture. 1. I used a 2^18 step FFT to analyse the echo frequency. So the freq resolution is 8000HZ/(2^17)=0.0625Hz. The analyser need at least 2^18/8000=32 seconds acoustic echo record signal from the microphone. Better freq resolution relies
2016 Feb 19
2
AD Controller + File Server + Unix Logins one 1 machine
Hi Sambassadors, I would like to setup one machine that acts as AD Controller, File Server, DNS, and DHCP servers. I have read the warning against having AD Controller + File Server on the same machine and those are understood. This is for a very small environment, so I'm ok with the single point of failure. That said, I have the AD Controller setup and tested (Very cool!) I've
2007 Jul 25
2
Speex optimization and 12 bits conversion for 12 bits ADC
Hi?Jean-Marc? Thanks for your suggestions very much! > > I am porting speex on ARM7TDMI, I have done some optimization, the > > result is that the encoder and decoder need about 60 MCPS for 5.96kbps > > bitrate and complexity 0. Can someone give me informtion about Speex > > optimization on ARM7? > > That's quite good. A few suggestions here: > 1) Don't
2003 Jun 30
2
Give users Power user access level to local machines.
OK I have searched high and low and have not found anything that works. We are running a software program which requires the user to have Power User access level on the local machine. The machines are Win2K sp3 and they are logging into a ADC which is Red Hat 9 (Shrike) and Samba Version 2.2.7a-security-rollup-fix. I have been able to setup the ADC and all users have "User" level access
2016 Feb 19
0
AD Controller + File Server + Unix Logins one 1 machine
On 19/02/16 16:48, Max Baker wrote: > Hi Sambassadors, > > I would like to setup one machine that acts as AD Controller, File > Server, DNS, and DHCP servers. I have read the warning against > having AD Controller + File Server on the same machine and those are > understood. This is for a very small environment, so I'm ok with the > single point of failure. >
1997 Aug 27
3
Samba 1.9.17 server is not showing up in PDC browser list.
Hi, I've just upgraded to Samba 1.9.17, but I can't get my samba server that resides in a differnet subnet to show up in the PDC's browse list. I've got samba configured as the local browse master and am registering with the wins server with: domain master = no local master = yes preferred master = yes os level = 65 wins support = no
2003 Nov 29
1
W2k ADC + Samba Member + winbind + win 98 clients problem
Hi there. I have a windows 2000 Server in ADC mode. I have a samba 3 box as a domain member to the ADC where security=ADS I auth fine to this box from Windows 2000/XP clients. I see shares on the domain member with no issues. winbind works fine, in that it auth's ok etc etc Windows 98 clients are configured to log into the Bionomics domain, and do so with the W2k Server with no problems.