search for: private2

Displaying 7 results from an estimated 7 matches for "private2".

Did you mean: private
2018 Nov 08
0
Getting two different guest in the same network
Dear list, Being a libvirt noob, I have some trouble understanding. It is about getting two different guest in the same network. *********** I've defined a network with libvirt. This is the source xml: <network> <name>private2</name> <uuid>9684f2c6-6fd0-491b-9cb5-80ee268b01ce</uuid> <bridge name='br2' stp='on' delay='0'/> <mac address='52:54:00:b0:0a:c5'/> <ip address='10.0.0.1' netmask='255.255.255.0'> <dhcp>...
2009 May 18
4
[LLVMdev] Getting exceptions to work?
...ionCleanup = getelementptr %Throwable* %self, i32 0, i32 1, i32 1 store void (i32, %UnwindInfo *)* @exceptionCleanupFn, void (i32, %UnwindInfo *)** %exceptionCleanup %private1 = getelementptr %Throwable* %self, i32 0, i32 1, i32 2 store i16 0, i16* %private1 %private2 = getelementptr %Throwable* %self, i32 0, i32 1, i32 3 store i16 0, i16* %private2 ret void } define internal void @exceptionCleanupFn(i32 %reason, %UnwindInfo * %exc) { ret void } declare i32 @_Unwind_RaiseException(%UnwindInfo*) noreturn -- Talin ----...
2009 May 18
0
[LLVMdev] Getting exceptions to work?
...tr %Throwable* %self, i32 0, i32 > 1, i32 1 > store void (i32, %UnwindInfo *)* @exceptionCleanupFn, void (i32, > %UnwindInfo *)** %exceptionCleanup > %private1 = getelementptr %Throwable* %self, i32 0, i32 1, i32 2 > store i16 0, i16* %private1 > %private2 = getelementptr %Throwable* %self, i32 0, i32 1, i32 3 > store i16 0, i16* %private2 > ret void > } > > define internal void @exceptionCleanupFn(i32 %reason, %UnwindInfo * > %exc) { > ret void > } > > declare i32 @_Unwind_RaiseExceptio...
2009 May 19
5
[LLVMdev] Getting exceptions to work?
...2 0, i32 >> 1, i32 1 >> store void (i32, %UnwindInfo *)* @exceptionCleanupFn, void (i32, >> %UnwindInfo *)** %exceptionCleanup >> %private1 = getelementptr %Throwable* %self, i32 0, i32 1, i32 2 >> store i16 0, i16* %private1 >> %private2 = getelementptr %Throwable* %self, i32 0, i32 1, i32 3 >> store i16 0, i16* %private2 >> ret void >> } >> >> define internal void @exceptionCleanupFn(i32 %reason, %UnwindInfo * >> %exc) { >> ret void >> } >> >&g...
2007 Oct 18
2
Problems with dovecot 1.1b3
...p_disable: yes mail_nfs_storage: yes mail_nfs_index: yes mail_plugins: mail_log mail_log_max_lines_per_sec: 0 imap_client_workarounds: delay-newmail netscape-eoh tb-extra-mailbox-sep namespace: type: private separator: / prefix: mail/ location: maildir:%h/Maildir:CONTROL=%h/Maildir/dovecot/private2/control:INDEX=%h/Maildir/dovecot/private2/indexes hidden: yes list: yes namespace: type: private separator: / inbox: yes list: yes auth default: mechanisms: plain login passdb: driver: pam userdb: driver: passwd socket: type: listen client: path: /var/spool...
2009 May 19
0
[LLVMdev] Getting exceptions to work?
...1, i32 1 >>> store void (i32, %UnwindInfo *)* @exceptionCleanupFn, void (i32, >>> %UnwindInfo *)** %exceptionCleanup >>> %private1 = getelementptr %Throwable* %self, i32 0, i32 1, i32 2 >>> store i16 0, i16* %private1 >>> %private2 = getelementptr %Throwable* %self, i32 0, i32 1, i32 3 >>> store i16 0, i16* %private2 >>> ret void >>> } >>> >>> define internal void @exceptionCleanupFn(i32 %reason, %UnwindInfo * >>> %exc) { >>> ret void &...
2009 May 03
12
DNAT Question
Hi list, I have a shorewall installed on 2 interfaces which also has multiple static public IP. Let''s say I have 1.2.3.4 and 1.2.3.5. I have assigned nat with: 1.2.3.4 eth0 11.22.33.4 no no But then I have a situation where I need 11.22.33.44 to connect to a host in the net zone and appears also to be 1.2.3.5 not only 1.2.3.4. How to do it? TIA Willy