similar to: Samba benefits.

Displaying 20 results from an estimated 700 matches similar to: "Samba benefits."

2005 Oct 21
0
Chapter 10 "Active Directory, Kerberos, and Security" .
Hi all, I'm going on my tests and I've tried followings tasks: I have stop nmb smb winbind service. I have rm -f /etc/samba/secrets.tdb and /var/lib/samba*.tdb files. I have modified smb.conf file as I wanted to connect to NT4 server instead ADS so: netbios name = MILLX01 wins server = xxx socket options = IPTOS_LOWDELAY TCP_NODELAY SO_KEEPALIVE workgroup = GKNSMI #realm = SINTER.GKN.COM
2005 May 23
1
Problem browsing share with W2k and XP.
Hi, I cant' see all folders I need when I browse share by W2k or XP Professional client? With W9x it browse correctly. I hope I've reported all you need to understand my situation: Samba-3.0.14a on RH9 joined to Windows Server 2003 and configured with Kerberos. Following my smb.conf. [global] netbios name = MILLX03 os level = 16 wins server =
2015 Mar 09
2
[LLVMdev] LLVM 3.6: problems building on Windows using MSVC 2013
Hi, I have been using LLVM+Clang in my project for some time and it has been working just fine up to now (I am currently using version 3.5.1). However, with version 3.6 having just been released, I thought I would give it a try and update my code to use MCJIT rather than the now discontinued JIT. Well, this proved to be a relatively smooth process, and everything is now working fine on
2015 Mar 09
2
[LLVMdev] LLVM 3.6: problems building on Windows using MSVC 2013
Sorry, I am using CMake+JOM or CMake+Ninja, if Ninja is available on the developer’s machine. Either way, it fails in both cases with a message similar to the one I included below (which was obtained using CMake+Ninja). Just in case, my (current) CMakeLists.txt file can be found at here
2012 Sep 06
1
[LLVMdev] Cross-compiling llvm/clang osx -> win32
Hi, I'm trying to compile llvm/clang so that: it is compiled on osx 10.6, it runs on osx, but it outputs win32 objects. More exactly, I'm building an app which generates a .c file that doesn't include or link with anything, and I'd like to be able to make a win32 .dll of it on osx. Below is what I'm getting. Full log is here: http://pastebin.com/KsPGvAfW It fails while
2007 Jul 02
5
softphone with g729 codec
Hi: Iam looking for a sip softphone that supports g729 codec Any one have an idea ? Reagrds; jonnyhashem --------------------------------- Don't get soaked. Take a quick peak at the forecast with theYahoo! Search weather shortcut. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 May 09
0
AD DISCONNECTED.
Hi, I'm working with samba 3.0.13-1, krb5...1.2.7-10 and following parameters settings: /etc/krb5.conf: [logging] default = FILE:/var/log/krb5libs.log <FILE:/var/log/krb5libs.log> kdc = FILE:/var/log/krb5kdc.log <FILE:/var/log/krb5kdc.log> admin_server = FILE:/var/log/kadmind.log <FILE:/var/log/kadmind.log> [libdefaults] ticket_lifetime = 24000 default_realm =
2005 Oct 20
0
Chapter 10 "Active Directory, Kerberos, and Security".
Hi all, Referred to Samba-3 by Example I don't have clear one point on Chapter 10 "Active Directory, Kerberos, and Security": How to set Windows 200x ACLs in 10.3.4.2 section you wrote at point 2: "Be very carefully. Many problems have been created by people who decided that Everyone should be rejected but one particular group should have full control. This is a catch-22
2004 Aug 06
3
streaming ogg from WinAmp
Hi list, I was just wondering if there was a way to stream using ogg format from WinAmp. I could always take the output from WinAmp and feed it in to the sound card on my Linux box and use the live streaming option of ices, but that sounds a bit messy. Also what is a recommended quality to stream ogg at so that modem listeners can pick it up with out many skips. I found that 32k was fine in
2016 Oct 08
2
cmake 3.7.0-rc1 breaks stage2 bootstrap in openmp on 10.11 with Xcode 8
The new cmake 3.7.0-rc1 release produces a stage2 bootstrap failure in openmp project build on OS X 10.11 under Xcode 8.... In file included from /sw/src/fink.build/llvm40-4.0.0-1/llvm-4.0.0.src/projects/openmp/runtime/src/kmp_alloc.c:16: In file included from /sw/src/fink.build/llvm40-4.0.0-1/llvm-4.0.0.src/projects/openmp/runtime/src/kmp.h:98:
2006 Mar 26
3
Using a Gem in your App without installing to the system
Does anyone know how to use a gem without installing it to the rails installation? For example, I can download the Money gem package from http://dist.leetsoft.com/ but if I don''t have the ability to install a gem at my hosting provider, how can I use the gem in my app? Cheers, Dan
2004 Nov 17
2
Firefly 1.9.5 and 20041117 CVS HEAD -- IAX2 one way audio
Using Firefly 1.9.5 (thirdparty) on Win2k Using Asterisk CVS HEAD 20041117 (also tried with 20040806 and 200410-something) IAX2, no NAT. Firefly->Asterisk audio works, but I can't hear anything from the other side. Using GSM codec, also tried ulaw. Any ideas? -A. relevant bits of iax.conf: [andrew-bt] type=peer host=dynamic trunk=no [andrew-bt] type=user context=fxs secret=12345
2001 Oct 19
1
rsync errors
Ah... there's your answer. ssh is working fine, as you say, but you're invoking rsync without telling it to user ssh, so it's using rsh. If you've got this, you don't need rsyncd.conf. The syntax you're using tells rsync to use an external transport. rsync -e ssh file rmt_host:/tmp Tim Conway tim.conway@philips.com 303.682.4917 Philips Semiconductor - Longmont TC 1880
2006 Jan 14
7
Rails on Resin
Anyone figured out how to get rails/fastcgi to run on Resin. I assume it would be similar to PHP, which there are directions here: http://www.caucho.com/resin-3.0/thirdparty/php.xtp One thing that confuses me is that it wants a server address: <server-address>localhost:8002</server-address> Apparently you start the php process, like this: php -b 8002 And then the PHP process
2019 Aug 05
2
C7 Kernel module compilation
Hey there, I'm trying to compile a single module following this guide: https://wiki.centos.org/HowTos/BuildingKernelModules#head-d2e4c05886f94c701e4ae74387d41d8c40c25d01 and https://wiki.centos.org/HowTos/I_need_the_Kernel_Source I tried to compile a module for novuton led controller supplied by thirdparty and I got several error. To check if this is the wrong procedure I tried to
2013 Jul 15
2
Asterisk offline compiling with get_mp3_source.sh
I need to make a Asterisk 18.0's offline compiling, SVN mp3 support sources downloading does't particulary works cause my asterisk is in an isolated network with NO network access whatsoever, I ve read this thread ( http://lists.digium.com/pipermail/asterisk-users/2013-June/279298.html) but I 'm not understading one thing, because I download the file and run the script but there is no
2019 Aug 05
2
C7 Kernel module compilation
Il 05/08/19 17:30, Akemi Yagi ha scritto: > On Mon, Aug 5, 2019 at 6:46 AM Alessandro Baggi > <alessandro.baggi at gmail.com> wrote: >> >> Hey there, >> I'm trying to compile a single module following this guide: >> >> https://wiki.centos.org/HowTos/BuildingKernelModules#head-d2e4c05886f94c701e4ae74387d41d8c40c25d01 >> >> and >>
2019 Aug 05
2
C7 Kernel module compilation
Il 05/08/19 17:49, Akemi Yagi ha scritto: > On Mon, Aug 5, 2019 at 8:42 AM Alessandro Baggi > <alessandro.baggi at gmail.com> wrote: >> >> Il 05/08/19 17:30, Akemi Yagi ha scritto: >>> On Mon, Aug 5, 2019 at 6:46 AM Alessandro Baggi >>> <alessandro.baggi at gmail.com> wrote: >>>> >>>> Hey there, >>>> I'm trying
2004 May 30
11
New Firefly version
As Promised, I've released a new version of Firefly (ver 1.8) with IAX & SIP support back in. Get it from Virbiage site or here's the direct link http://www.virbiage.com/firefly/download/firefly-thirdparty.exe If it crashes on startup, export your Firefly tree from the registry (current user -> software -> firefly), then delete tree from your registry. If that fixes it, send
2004 Jun 16
0
Unjoin Domain
Hello, I would like to rename my w3k AD domain (I am fine with this process) - one thing that worries me is how the samba 3.0.3pre2 Suse 9.0 server will handle it. Should I delete the computer account from AD? Is there an unjoin/rejoin domain procedure for samba? For the domain name change to work, the AD needs to be in native mode, can anyone see any problems with samba switching from mixed