similar to: NAT with specific ip-address

Displaying 20 results from an estimated 4000 matches similar to: "NAT with specific ip-address"

2006 Aug 07
1
[LLVMdev] Re: Could not access CVS for llvm
Its possible to get the "file not found" error if the directory is not readable. Are you sure you don't have a permissions problem or something? Reid. On Mon, 2006-08-07 at 13:09 -0400, Hendrik Boom wrote: > On Mon, 07 Aug 2006 09:26:07 -0700, Reid Spencer wrote: > > > Hendrik, > > > > You could also just "touch ~/.cvspass" to create the file
2019 May 18
0
Fw: Btrfs Samba and Quotas
Hello, I a bit surprised to get no replies at all... How come? Lack of information? Lack of clarity? Greetings, Hendrik ------ Originalnachricht ------ Von: "Hendrik Friedel via samba" <samba at lists.samba.org> An: "samba at lists.samba.org" <samba at lists.samba.org> Gesendet: 14.05.2019 20:01:41 Betreff: [Samba] Fw: Btrfs Samba and Quotas >Hello, >
2008 Jun 02
0
[LLVMdev] The first two lines of llvm tutorial don't compile.
You need to use the script 'llvm-config' to pass correct arguments to g ++: g++ -o broken.o `llvm-config --cxxflags` broken.cpp On Jun 2, 2008, at 9:43 AM, Hendrik Boom wrote: > I took the first two lines of the sample program in the tutorial: > > > hendrik at lovesong:~/dv/lang/hlvm$ cat broken.cpp > #include "llvm/DerivedTypes.h" > #include
2006 Aug 07
0
[LLVMdev] Re: Could not access CVS for llvm
On Mon, 07 Aug 2006 09:26:07 -0700, Reid Spencer wrote: > Hendrik, > > You could also just "touch ~/.cvspass" to create the file which should > eliminate the warning. However, since you did a login, and it seemed > successful, chances are the file now exists (containing the blank > password for anon at llvm.org). Indeed, the file is there. > > Reid. >
2008 Jun 03
3
[LLVMdev] Problems with iterator.h
Just finished the compiling llvm without llvm-gcc from svn. Tried it out. Got g++ -o hlvm.o -c -I/farhome/hendrik/dv/llvm/llvm/include -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -g -Woverloaded-virtual hlvm.cpp In file included from /farhome/hendrik/dv/llvm/llvm/include/llvm/DerivedTypes.h: 21, from hlvm.cpp:1: /farhome/hendrik/dv/llvm/llvm/include/llvm/Type.h:19:31: error:
2006 Aug 07
0
[LLVMdev] Could not access CVS for llvm
Hendrik Boom wrote: > I tried to access the latest LLVM, since several messages here so far have > referred me to it. Now I have no experience with CVS-over-the-net. My > previous experiences with versoin control have been RCS and Monotone. > > Brief summary: > > hendrik at lovesong:~/dv$ mkdir llvm > hendrik at lovesong:~/dv$ cd llvm > hendrik at lovesong:~/dv/llvm$
2006 Aug 07
2
[LLVMdev] Could not access CVS for llvm
Hendrik, You could also just "touch ~/.cvspass" to create the file which should eliminate the warning. However, since you did a login, and it seemed successful, chances are the file now exists (containing the blank password for anon at llvm.org). Reid. On Mon, 2006-08-07 at 09:14 -0500, John Criswell wrote: > Hendrik Boom wrote: > > I tried to access the latest LLVM, since
2008 Jun 02
3
[LLVMdev] The first two lines of llvm tutorial don't compile.
I took the first two lines of the sample program in the tutorial: hendrik at lovesong:~/dv/lang/hlvm$ cat broken.cpp #include "llvm/DerivedTypes.h" #include "llvm/Module.h" hendrik at lovesong:~/dv/lang/hlvm$ and tried to compile them using the llvm-dev in Debian testing: hendrik at lovesong:~/dv/lang/hlvm$ g++ -o broken.o -c broken.cpp In file included from
2008 Jun 02
5
[LLVMdev] The first two lines of llvm tutorial don't compile.
On Mon, 02 Jun 2008 09:52:16 -0700, Thomas Hudson wrote: > You need to use the script 'llvm-config' to pass correct arguments to g > ++: > > g++ -o broken.o `llvm-config --cxxflags` broken.cpp > > Interesting. When I type the command as you provided it (using cut-and-paste) I get: hendrik at lovesong:~/dv/lang/hlvm$ g++ -o broken.o `llvm-config --cxxflags`
2006 Aug 06
2
[LLVMdev] Could not access CVS for llvm
I tried to access the latest LLVM, since several messages here so far have referred me to it. Now I have no experience with CVS-over-the-net. My previous experiences with versoin control have been RCS and Monotone. Brief summary: hendrik at lovesong:~/dv$ mkdir llvm hendrik at lovesong:~/dv$ cd llvm hendrik at lovesong:~/dv/llvm$ cvs -d :pserver:anon at llvm.org:/var/cvs/llvm login Logging in
2008 Jul 07
1
RFE: extend --keep-dirlinks to files also
Hi, I just read the thread http://lists.samba.org/archive/rsync/2004-June/009678.html which describes how --keep-dirlinks came to be. My use case is similar, but I?d like a similar option for files as well. Setup: in my public_html I have some symlinks which I send over as files, with -L (for various reasons: partly, because they are copies of current work which is done elsewhere, or
2017 Jan 08
0
.dovecot.sieve location issue
Am 08.01.2017 um 17:31 schrieb Jibeji: > Hello, > I am trying to set sieve up on a Centos 7 server. > It's a configuration with postfix, Maildir, MySQL and virtual domains which > works fine. > > I have created a simple .dovecot.sieve in the user's directory: > > # cat /home/mail/domain.com/user/.dovecot.sieve > require "fileinto"; > redirect
2008 Jun 07
2
[LLVMdev] ExecutionEngine::create returns 0
What does it mean when ExecutionEngine::create returns 0? Here's a simplified example: #include "llvm/Module.h" #include "llvm/ExecutionEngine/ExecutionEngine.h" main() { llvm::Module * module = new llvm::Module("the module"); llvm::ExecutionEngine *ee = llvm::ExecutionEngine::create(module); fprintf(stdout, "pointer is %x.\n", ee); } I
2019 May 14
4
Fw: Btrfs Samba and Quotas
Hello, by suggestion from linux-btrfs I post this to samba at lists.samba.org. I think, thiss is a bug in Samba. Can you confirm and suggest a workaround? Regards, Hendrik ------ Weitergeleitete Nachricht ------ Von: "Hendrik Friedel" <hendrik at friedels.name> An: "Btrfs BTRFS" <linux-btrfs at vger.kernel.org> Gesendet: 12.05.2019 13:27:00 Betreff: Btrfs Samba
2008 Jun 04
0
[LLVMdev] Problems with iterator.h
On Tue, Jun 3, 2008 at 10:33 AM, Hendrik Boom <hendrik at topoi.pooq.com> wrote: > On Tue, 03 Jun 2008 18:48:09 +0200, Matthijs Kooijman wrote: > > > Hi Hendrik, > > > >> -rw-r--r-- 1 hendrik sbox 1328 2008-06-03 10:00 iterator -rw-r--r-- > >> 1 hendrik sbox 2418 2008-06-03 10:00 iterator.h.in > > Did you run AutoGen.sh (not sure about
2006 Aug 06
1
[LLVMdev] Re: AMD64
On Sat, 05 Aug 2006 15:25:28 -0700, Reid Spencer wrote: > On Sat, 2006-08-05 at 14:45 -0400, Hendrik Boom wrote: >> The hardware requirements claim that there is no native code generation >> for the AMD 64. Is anyone working toward this? >> >> -- hendrik >> > Unfortunately, no. There is a scant beginning for x86_64 support, an > initial (read slow)
2008 Jul 09
0
DO NOT REPLY [Bug 5601] New: extend --keep-dirlinks to files also
https://bugzilla.samba.org/show_bug.cgi?id=5601 Summary: extend --keep-dirlinks to files also Product: rsync Version: 3.0.2 Platform: All OS/Version: Linux Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: hendrik.maryns@uni-tuebingen.de
2006 Mar 20
0
Primary D-Channel on span 1 down
Hello, I got a Problem with my HFC Card, I start my "asterisk -vvvvvvvvvvvvc" The console comes up: ---------------snip---------- Asterisk Ready. *CLI> ---------------snip---------- Setting up debuglevel for span 1 ---------------snip---------- *CLI> pri intense debug span 1 Enabled EXTENSIVE debugging on span 1 ---------------snip---------- Console output:
2008 Jun 06
2
[LLVMdev] Index to libraries?
There wouldn't happen to be an index telling one which libraries define which symbols, would there? For example, if I'm told alvm.o: In function `llvm::Function::Create(llvm::FunctionType const*, llvm::GlobalValue::LinkageTypes, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, llvm::Module*)':
2017 Jan 08
1
.dovecot.sieve location issue
Hello, Here it is: # 2.2.10: /etc/dovecot/dovecot.conf # OS: Linux 3.14.32-xxxx-grs-ipv6-64 x86_64 first_valid_gid = 5000 first_valid_uid = 5000 lda_mailbox_autocreate = yes lda_mailbox_autosubscribe = yes mail_access_groups = vmail mail_location = /home/mail/%d/%n mail_privileged_group = vmail managesieve_notify_capability = mailto managesieve_sieve_capability = fileinto reject envelope