Displaying 20 results from an estimated 500 matches similar to: "Samba4 to replicate my samba3.6 config"
2014 Oct 17
1
Samba 4 to replicate my samba3.6 config
We are running Arch Linux as a new sever and only has samba4 available officially
I am trying to migrate my samba 3 config to work with samba 4
I currently use samba to authenticate windows users to use our Linux shares. Then using the Unix groups setup in NIS to validate the users access to a particular share.
Here is the problem.
I can see the shares using samba 4 but it uses the
2014 Sep 05
4
[LLVMdev] HELP! Recent failure on llvm buildbot
I'm working on lldb.
I've just submitted a very small change (r217229) to Triple.h/.cpp. Soon
after I get a mail
subject: buildbot failure in LLVM on lld-x86_64-darwin13
Details:
http://lab.llvm.org:8011/builders/lld-x86_64-darwin13/builds/2571
Blamelist: mg11
My small change certainly did not cause lldb's build to fail on my
machine. I looked into the build-log:
2014 Sep 09
2
[LLVMdev] Machine Code for different architectures
Hi,
We have some DSP architectures (kalimba) which have 24-bits as their
"minimum addressable unit". So this means that the sizeof a char (and
an int and a short for that matter) is 24-bits.
I quickly read the posted link WritingAnLLVMBackend.html but did not
see an obvious answer to the following question:
Is it possible to write a backend that faithfully represents these
2014 Jul 10
2
[LLVMdev] [PATCH][REQUEST] Could someone submit this CSR Kalimba definitions patch please?
Eric Christopher wrote:
> On Wed, Jul 9, 2014 at 11:39 AM, Jonathan Roelofs
> <jonathan at codesourcery.com> wrote:
>>
>> On 7/9/14, 12:33 PM, Eric Christopher wrote:
>>> Any reason why you deleted code that isn't related?
>>>
>>> -eric
>>>
>>>> - enum SubArchType {
>>>> - NoSubArch,
>>>> -
2014 Sep 05
2
[LLVMdev] HELP! Recent failure on llvm buildbot
Hi Fred,
Thanks. How did you get to
"
The build log show this error:
/Users/buildslave/as-bldslv9/lld-x86_64-darwin13/llvm.src/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp:92:11: error: enumeration values 'KalimbaSubArch_v3', 'KalimbaSubArch_v4', and 'KalimbaSubArch_v5' not handled in switch [-Werror,-Wswitch]
switch (triple.getSubArch()) {
"
from here
2011 Sep 16
1
Problems with netapp filers and Samba3.6
In some tests of moving from samba3.5 to samba3.6 I find that the netapp
filer don't recognize the groups of the users.
Anybody knows where is the problem?
Thanks.
--
-------------------------
Alejandro Escanero Blanco
Servicio de Inform?tica Sistemas - GISI
Tel: 671 569 262 (769262)
Edificio Empresarial Aljarafe, mod. 36
41940 Tomares (Sevilla)
2014 Mar 14
0
Samba3.6 + LDAP Backend upgrade to Samba4
Hello.
I'm trying to update their samba3.6 to the new version. Use the
instructions
https://wiki.samba.org/index.php/Samba4/samba-tool/domain/classicupgrade/HOWTO
Just use the latest build of sernet.
My samba3.6 work is not in the role AD, and as a standart file server with
LDAP Backend, which stores users and groups.
I'm trying to take advantage of the update utility.
But getting
2015 Jun 23
0
Migrating from Samba3.6(ldap) to Samba4.2.2
On 23/06/15 10:35, Florentin Richard wrote:
> Hi i'm actually trying to migrate my samba 3.6 PDC NT-4 domain with openldap as backend to samba4 AD type domain witch bind_dlz
>
> so i followed the documentation https://wiki.samba.org/index.php/Samba_Classic_Upgrade_%28NT4-style_domain_to_AD%29
> the command :
> samba-tool domain classicupgrade --dbdir=/root/sambe/
2015 Jun 23
2
Migrating from Samba3.6(ldap) to Samba4.2.2
Hi i'm actually trying to migrate my samba 3.6 PDC NT-4 domain with openldap as backend to samba4 AD type domain witch bind_dlz
so i followed the documentation https://wiki.samba.org/index.php/Samba_Classic_Upgrade_%28NT4-style_domain_to_AD%29
the command :
samba-tool domain classicupgrade --dbdir=/root/sambe/ --use-xattrs=yes --realm=mydom.local --dns-backend=BIND9_DLZ
2007 Feb 28
0
Asterisk 1.4 does not load chan_vpb.so
Hello all,
We had an experimental system which works on OpenLine4 telephony card
and Asterisk 1.0.9. Customer
asked to upgrade Asterisk to 1.4, then we found our problem:
At first Asterisk 1.4 does not compile chan_vpb.so. The problem is it
tries to compile chan_vpb.cpp to chan_vpb.o and chan_vpb.oo,
then try to link them together. I manually compiled it, then make went
smoothly. But it
2014 Sep 09
3
[LLVMdev] Machine Code for different architectures
Hi Johnny,
Thanks for this - particularly the tip about cfe-dev. I'm currently
trying to coerce lldb to debug these type of architectures (our
current toolchain already outputs good dwarf info). However, I'm
struggling since lldb has just assumes that the size of a byte is
universally 8-bits. At some stage, I *think* at some stage we'd like to
derive a compiler, from the "same
2013 Jul 18
0
Help understand decoding of stereo vorbis data
Hi,
I'm trying to implement a vorbis decoder, and am having some trouble getting it to work with stereo vorbis data.
It's giving me some PCM output which is roughly right, but it has artefacts.
I think it's most likely something to do with my handling of floor decode/curve synthesis. My first thoughts are that I'm handling the submap number/floor mapping incorrectly;
I'm
2014 Jul 09
5
[LLVMdev] [PATCH][REQUEST] Could someone submit this CSR Kalimba definitions patch please?
Hello LLVMdev!!
Yesterday I posted a patch request to the llvm-commits list requesting
that someone could apply a patch to Triple.h and Triple.cpp for me. I
didn't get any response so I wondered whether I should have posted to
this list instead.
My story is as follows: we are trying to get lldb/llvm support for CSRs
range of Kalimba DSPs. Eventually we are planning to hire someone to
2014 Sep 10
2
[LLVMdev] Machine Code for different architectures
Hi Patrik,
Thanks for this note. It's encouraging to read there has been some
provision made for non-8-bit bytes. I'm not a compiler/backend expert,
(although maybe I'll need to be soon!), so I won't look at the patches
right now, however may at some stage in the future myself or colleague
may request these patches from yourself.
Yes, our 24-bit architectures have non-power-of-2
2003 Aug 17
1
BudgeTone NAT issues
Just for the record and to possibly help with others who get BudgeTone
phones.
My asterisk box is behind NAT, and I use Vonage, NuFone, and
iconnecthere for my "POTS backhaul."
On the front end I have an ATA186, a Digium TDM20, and now a BudgeTone 102.
The BudgeTone definitely has issues wrt the RTP stream and NATting,
although unfortunately I haven't yet been able to dig
2003 Oct 28
1
EXT3-fs error on 2.6.0-test7-bk4 (and -test9)
ext3 is having big problems on my x86-64 system. An ext3 partition has
just gone crazy, with the following messages in dmesg:
EXT3-fs error (device hda3): ext3_readdir: bad entry in directory #4603905: rec_len % 4 != 0 - offset=0, inode=2507704792, rec_len=42,
name_len=0
Aborting journal on device hda3.
ext3_abort called.
EXT3-fs abort (device hda3): ext3_journal_start: Detected aborted
journal
2010 Jan 25
1
Released Pigeonhole Sieve v0.1.15 and ManageSieve v0.11.11 for Dovecot v1.2.10
Hello Dovecot users,
It's been a while since the last Pigeonhole Sieve and ManageSieve
releases. That is why this release includes quite a few changes. Most
interestingly, the include extension is updated to match the most recent
specification, the Sieve interpreter now includes plugin support and
ManageSieve now has support for enforcing quota on the size of scripts,
the number of
2010 Jan 25
1
Released Pigeonhole Sieve v0.1.15 and ManageSieve v0.11.11 for Dovecot v1.2.10
Hello Dovecot users,
It's been a while since the last Pigeonhole Sieve and ManageSieve
releases. That is why this release includes quite a few changes. Most
interestingly, the include extension is updated to match the most recent
specification, the Sieve interpreter now includes plugin support and
ManageSieve now has support for enforcing quota on the size of scripts,
the number of
2006 Jan 27
0
Digium Wildcard TDM400P call pickup timing
I have an analogue trunk to an AT&T Definity.
It has a DISA context defined.
From a Definity handset call the analogue port extension 1008 and wait
for dial tone from asterisk. It takes between 3&4 rings.
Likewise from Asterisk SIP handset <PBX Access No><PBX Extn> takes
nearly 10 secs to ring.
Is this configurable?
Ian Cowley
-----Original Message-----
From:
2005 May 27
3
Newbie here. Tips on setting up 100 phones w anted.
>It will be about 100 phones at about 20 locations all within
>about 4 miles of each other.
Perhaps a more pressing question might be how you are going to backhaul
Ethernet in a 4-mile radius. You can't run a Cat 5 cable more than 100
metres reliably, and using Ethernet repeaters every hundred metres or so
isn't practical. You will need a fiber backbone or something like that. What