Displaying 20 results from an estimated 5000 matches similar to: "No subject"
2002 Oct 03
1
Urgent: LDAP showstopper
I have a Smaba2.2.5+LDAP Setup
Many of my newly added users suddenly not able login even I am not able to
add any new users.
When I run smbpasswd -D 99 e91255 e91255 it gives the foll o/p.
This has beame network show-stopper and the users are started complaining.
TIA
Shekhar
[The last few lines may give a hint]
Initialising global parameters
params.c:pm_process() - Processing configuration file
2002 Sep 30
0
Nobody is ready to talk on Samba Quota Support
> Message: 12
> From: "Shekhar" <webmaster@viitindia.org>
> To: "Samba" <samba@samba.org>
> Date: Mon, 30 Sep 2002 12:47:34 +0530
> Subject: [Samba] Nobody is ready to talk on Samba Quota Support
>
>
> Subject: [Samba] Quota Support
>
>
>
>> Does RH7.3 Kernel supports samba quotas correctly ?
>> Any work around for
2002 Feb 22
0
help! smbd spawning Zombies when started with swat.
I am having a problem with my Samba machine, here are the details.
The machine in question is running FreeBSD 4.5-RELEASE on a Dual PIII/XEON
550.
I downloaded the source for Samba-2.2.3a and compiled without a hitch.
I also setup SWAT to run through an stunnel(ssl) pipe.
SWAT configuration of Samba worked great, but if I start the daemons(smbd &
nmbd) from SWAT, smbd seems to keep creating
2002 Apr 03
1
Fwd: Re: "weight" parameter in htb?
---------- Forwarded Message ----------
Subject: Re: [LARTC] "weight" parameter in htb?
Date: Wed, 3 Apr 2002 10:54:01 +0530
From: Shekhar Joshi <shekhar@disha.co.in>
To: lartc@mailman.ds9a.nl
On Tuesday 02 April 2002 07:32 pm, you wrote:
> On Tue, Apr 02, 2002 at 03:34:08PM +0200, Martin Devera wrote:
> > > E.g. you might have a customer agency which needs say 256
2004 Sep 04
3
Help Running am-main.pl Perl/CGI on Apache Server
Hi all,
I've installed Asterisk on Linux Red Had 9. Now, I was trying to set
up a GUI based system for the PBX.
I downloaded some packages, but I have to have Perl running CGI
scripts through the webserver. It does not allow me to.
I am able to run a basic script that just just prints out html
messages and nothing else. However, when I try to run am-main.pl or
config.pl or any other
2003 Nov 10
0
Re: novice level question
I can't speak about whether or not this is a good practice, but I
recently removed an intermediate organization from my LDAP tree. It was
great as a logical entity but in practice it added an another layer to
an already complex structure.
I've had a great deal of experience with Novell that allows many layers
to a directory structure through NDS. It can become very confusing to
the
2002 Mar 05
1
samba2.2.2+openldap
I have setup samba2.2.2+openldap using idealx's howto.
I have added one user shon using 'smbldap-useradd.pl -a shon'
then I changed th passwd using smbldap-passwd shon'
But when I try to access the smb server it can not authenticate user shon
and says foll in log. [sama thing happened with 2.2.3]
[2002/03/04 15:14:13, 0] passdb/pdb_ldap.c:ldap_search_one_user(178)
2011 Oct 29
2
[LLVMdev] llvmc: Can't find program 'llvm-g++'
I am getting this error while using the command "llvmc -O3 -Wall hello.cpp"
where hello.cpp is some cpp file on my machine. llvmc is the driver calling
a bunch of tools like llvm-g++, opt, llc etc. I think the llvmc tool could
not probably locate the llvm-g++ tool. I would like to know where should I
specify the path to llvm-g++ for llvmc to find them. Also can someone give
me the link
2011 Sep 29
0
[LLVMdev] Instrumenting C/C++ programs
The patch file is a diff file generated by "svn diff". It is about other
modifications such as adding some lines to make files to make the added .c
and .cpp files compiled. You may apply the patch file to LLVM source code by
using a "patch" command or make the changes manually by reading the patch
file.
Xiaoming
On Wed, Sep 28, 2011 at 6:05 AM, Himanshu Shekhar
2011 Aug 17
1
[LLVMdev] .so file creation for new passes on Visual Studio
Hey chenwj,
Thanks for the reply.Actually, I tried Cygwin to get things work on
windows.Any idea how does it compare with MinGW?
On Wed, Aug 17, 2011 at 6:43 AM, 陳韋任 <chenwj at iis.sinica.edu.tw> wrote:
> Hi,
>
> Sorry, my bad. Loadable module is available on Windows, but is not built
> with MSVC. Try MinGW instead.
>
> Regards,
> chenwj
>
> --
> Wei-Ren Chen
2011 Oct 19
1
[LLVMdev] Issues with running the LLVMHello Pass on Windows
Hi,
I was trying to write a LLVM Pass, so I first read
http://llvm.org/docs/WritingAnLLVMPass.html#quickstart about how to write a
llvm pass. Here, under setting up the build environment settings, it was
instructed to configure and build LLVM directly inside the LLVM source tree
rather than in a separate objects directory.
Now, my LLVM source tree is C:\LLVM\llvm-2.9 while my build is in
2011 Nov 17
1
[LLVMdev] Instrumenting C/C++ programs
Hello guys,
I am trying to know how clang generates AST from source code. But it is not
clear for me how clang generates it. Can you tell me which class or
function of clang is building/generating AST? I want to see the specific
function or algorithm of clang which generates AST. Thanks in advance for
your idea.
On Thu, Sep 29, 2011 at 1:22 PM, Jim Grosbach <grosbach at apple.com> wrote:
2007 Oct 19
1
[asterisk-biz] DIDX Receives Digium Innovation Award
All of the emails I get from the list have the correct time with the
exception of the typical list slowness.
All of your emails (and only your emails and spam) are approximately 11
or twelve hours in the future. The email I am responding to has the
correct day but the time reads 11:13 PM.
I am using Thunderbird 2.0.0.5. If using Outlook, I think the time is
correct.
Thanks,
Steve
Rehan
2011 Sep 29
0
[LLVMdev] Instrumenting C/C++ programs
Hello,
What you're describing is basically the parsing and codegen portions of clang. I'd suggest reading through the code there and posting to clang-dev if you have any specific questions. The clang devs are more likely to see your questions there as not all of them also hang out here.
Regards,
Jim
On Sep 28, 2011, at 8:28 PM, eyasu getahun <eya.get at gmail.com> wrote:
>
2011 Sep 29
2
[LLVMdev] Instrumenting C/C++ programs
Hey guys,
I have seen your interesting conversion. I am new for LLVM as well as clang
compiler. I am going to use it now. it is quite difficult when someone
starts it from scratch. But it is enjoyable and it is possible to
familiarize with the environment by short time. Am gonna to use clang + llvm
to generate AST from source code by using clang and to do high level
transformation. Then I want to
2011 Sep 28
2
[LLVMdev] Instrumenting C/C++ programs
Hey Xiaoming, Thanks for those source codes. Can you please explain what
this llvm-memory-profiling.patch does ?
Thanks,
Himanshu
On Wed, Sep 28, 2011 at 6:49 AM, xiaoming gu <xiaoming.gu at gmail.com> wrote:
> Hi, Himanshu. I once wrote an LLVM IR-based memory profiling
> pass. Basically, I followed the code for EdgeProfiling. The source code is
> enclosed here, which worked
2011 Nov 02
0
[LLVMdev] debugger doesn't go inside the bitecode file
Hello,
I am using gdb to debug the -instcount pass. The steps I followed were:
1. gdb opt
2. break llvm::PassManager::run
3. run -stats -analyze -instcount filename.bc
I got the bc file using -emit-llvm option as following: llvm-gcc -O3
-emit-llvm filename.c -c -o filename.bc
But when I started debugging, the debugger never really went into my
bitecode file, filename.bc and it returned me the
2011 Sep 28
0
[LLVMdev] Instrumenting C/C++ programs
Hi, Himanshu. I once wrote an LLVM IR-based memory profiling
pass. Basically, I followed the code for EdgeProfiling. The source code is
enclosed here, which worked with LLVM 2.8. Hope it is helpful.
MemoryProfiling.cpp---the instrumentation pass, which inserts profiling
function calls into the original program
MemoryProfiling.c---the profiling library containing the profiling calls
2020 Aug 12
0
Problems, virtual and alias, Dovecot, Neomutt, OpenSMTPD on OpenBSD
I'm having some problems. I'm using virtual users with real domains.
That is working, but the folders are not showing up properly in neomutt,
for both virtual users and system users.
When I use K9 on Android, the folders show up correctly.
Sending is working, but I don't have auth setup right on OpenSMTPD, so
I'm sending locally, not remotely (including from K9, which can't
2014 Feb 03
3
Namespace Mistake
Hello,
i try to setup the Dovecot Tutorial on
http://wiki2.dovecot.org/HowTo/VirtualUserFlatFilesPostfix
But when send message i become the follow error message:
<dovecot.log>
Feb 03 18:06:09 lmtp(8386, webmaster at silviosiefke.com): Error: user webmaster at silviosiefke.com: Initialization failed: namespace configuration error: Duplicate namespace prefix: ""