search for: ahha

Displaying 10 results from an estimated 10 matches for "ahha".

Did you mean: aha
2020 Jul 09
4
AD Users on Linux Laptop
Hai Rowland, Maybe i didnt understand your reply that well, but why would you change it. All (linux) users have minimum_uid=1000 and start at 1000. All (windows) users (samba) are above minimum_uid=1000 So in my optinion, you should not be needed to change this. Unless your users start below 1000. Also cat /etc/adduser.conf shows ( For Debian/Buster ) # FIRST_[GU]ID to LAST_[GU]ID
2015 Apr 10
2
samba member logon.. question.
Greetings, Rowland Penny! > On 10/04/15 08:54, Luca Olivetti wrote: >> El 09/04/15 a les 18:31, Rowland Penny ha escrit: >> >>> If your tools rely on the posix objectclasses being there, then they are >>> broken. The posix objectclasses are auxiliaries of other AD >>> objectclasses and as such, no windows tools will add them. >> but, e.g.,
2001 Apr 19
3
Install problems with RedHat 7.0 RPM for 2.2.0
I just went through upgrading from 2.0.7 on Redhat 7.0 using the binary RPM provided by samba.org and noticed a problem with the swat install. It seems that the swat binary in the RPM is built to look for it's supporting files in /usr/share/samba/swat whereas the RPM installs said files in /usr/share/swat. This results in the following error message when you try to access swat: 400 Server
2020 Jul 09
0
AD Users on Linux Laptop
Ahha, perfect, nice. So per example. ( from my setup ) idmap config *:range = 2000-9999 idmap config SAMDOM : range = 10000-3999999 And if i understanded it right we should use 10000 Can you try this : sed -i "s/pam_krb5.so minimum_uid=1000/pam_krb5.so minimum_uid=$(grep range /etc/samba...
2007 Aug 02
3
Blip every 30 seconds?
Strange issue.... when I record a file from a phone to the asterisk system I get a blip in the recording every 30 seconds. It's a very small blip, but it is there. It seems like it's only if I'm recording, not when I'm playing back that the issue happens. My SATA drives, ETH0, and my Sangoma card are all on seperate IRQs. Any thoughts on what might be causing this and how to
2016 May 26
0
dumb question about tblgen
Craig, Ahha, thanks. Even with that info I had to resort to “find-grep” to figure out how it gets #included, Being indirectly included from “include/llvm/IR/Intrinsics.td” isn’t exactly obvious :=(( Would it be possible move the #include into “Target.td” ? Also, in “ValueTypes.td” there is a comment about n...
2020 Jul 09
1
AD Users on Linux Laptop
...his is relevant in a larger scope. Linux containers use 10000 as container root uid. I assume this may cause 'interplay' in some setups. - - Joris -------- Oorspronkelijk bericht -------- Aan 9 jul. 2020 12:05, L.P.H. van Belle via samba < samba at lists.samba.org> schreef: Ahha, perfect, nice. So per example. ( from my setup ) idmap config *:range = 2000-9999 idmap config SAMDOM : range = 10000-3999999 And if i understanded it right we should use 10000 Can you try this : sed -i "s/pam_krb5.so minimum_uid=1000/pam_krb5.so minimum_uid=$(grep range /etc/samba/smb.co...
2006 Mar 02
2
TIMESTAMP, DATETIME not working
I am using the latest SVN version 1.2 of Asterisk When I attempt to test the output of certain variables, for use in file naming etc, certain key ones appear to fail. exten => 5555,1,NoOp(${EPOCH}) Returns -- Executing NoOp("SIP/200-638c", "1141352935") in new stack exten => 5556,1,NoOp(${TIMESTAMP}) Returns -- Executing NoOp("SIP/200-8cc9",
2016 May 26
1
dumb question about tblgen
...nd can only include each file once. Looks like there is a build step that runs tablegen directly on Intrinsics.td so that file needs to include ValueTypes.td on its own. On Wed, May 25, 2016 at 10:20 PM, Lawrence, Peter <c_plawre at qca.qualcomm.com > wrote: > Craig, > > Ahha, thanks. > > > > Even with that info I had to resort to “find-grep” to figure out how it > gets #included, > > Being indirectly included from “include/llvm/IR/Intrinsics.td” isn’t > exactly obvious :=(( > > > > Would it be possible move the #include into “Target....
2016 May 26
2
dumb question about tblgen
The i32 class is defined in include/llvm/CodeGen/ValueTypes.td along with a class for every type in MachineValueTypes.h On Wed, May 25, 2016 at 8:12 PM, Marcello Maggioni via llvm-dev < llvm-dev at lists.llvm.org> wrote: > I don’t quite follow why you are doing something like this. > > What is the advantage of this instead of just attaching the AddrRegs > regsister class as the