Displaying 16 results from an estimated 16 matches for "_local".
Did you mean:
local
2018 Jan 29
1
Dovecot 2.3.0 assertion failure on LMTP delivery
...sertion failed: (%s)") at failures.c:306
#5 0x00007f29785bf6bb in event_unref (_event=_event at entry=0x55ac2dab3ea8) at lib-event.c:148
#6 0x00007f29788a1b64 in mail_storage_service_user_unref (_user=_user at entry=0x55ac2dab35a8) at mail-storage-service.c:1649
#7 0x000055ac2cbd03fa in lmtp_local_rcpt_deinit (rcpt=0x55ac2dab3570) at lmtp-local.c:125
#8 0x000055ac2cbd08dc in lmtp_local_deinit (_local=_local at entry=0x55ac2daa00f0) at lmtp-local.c:83
#9 0x000055ac2cbcfa5a in client_state_reset (client=0x55ac2daa0028) at client.c:177
#10 0x00007f297852e96c in smtp_server_connection_reset_st...
2006 Jun 28
8
How to handle Gem repository failures?
Well, I''ve managed to screw myself but good, apparently.
I cleanup my "old" versions of actionmailer and actionpack, and now the
rails gem is unavailable and of course, I can''t start rails 1.1.2
without the latest actionpack and actionmailer.
None of the rails related gems appears to be currently available in the
repository for me to get the old versions back so
2015 Jun 21
2
Trying to re-install ZFS drivers
...e gtk_scrolled_window_add_with_viewport() instead
self.add_from_file(filename)
22:00:19 : DEBUG - network interface eth0 (forcedeth) is connected
22:04:53 : INFO - Starting yum child process
22:04:53 : INFO - Using the following repositories :
epel,rpmfusion-free-updates,rpmfusion-nonfree-updates,_local,adobe-linux-x86_64,base,updates,zfs,extras
22:04:53 : INFO - YUM: Yum Version : 3.2.29
22:04:53 : INFO - YUM: Loaded plugins: fastestmirror, local, presto, priorities, versionlock
22:04:54 : INFO - Getting available updates
22:04:54 : INFO - YUM: Loading mirror speeds from cached hostfile
22:04:5...
2019 Jul 22
2
[PATCH v3 4/9] x86/mm/tlb: Flush remote and local TLBs concurrently
...t cpumask *cpumask,
> * doing a speculative memory access.
> */
> if (info->freed_tables) {
> - smp_call_function_many(cpumask, flush_tlb_func_remote,
> - (void *)info, 1);
> + __smp_call_function_many(cpumask, flush_tlb_func_remote,
> + flush_tlb_func_local,
> + (void *)info, 1);
> } else {
> /*
> * Although we could have used on_each_cpu_cond_mask(),
> @@ -737,7 +745,8 @@ void native_flush_tlb_others(const struct cpumask *cpumask,
> if (tlb_is_not_lazy(cpu))
> __cpumask_set_cpu(cpu, cond_cpumask);
> }...
2019 Jul 22
2
[PATCH v3 4/9] x86/mm/tlb: Flush remote and local TLBs concurrently
...t cpumask *cpumask,
> * doing a speculative memory access.
> */
> if (info->freed_tables) {
> - smp_call_function_many(cpumask, flush_tlb_func_remote,
> - (void *)info, 1);
> + __smp_call_function_many(cpumask, flush_tlb_func_remote,
> + flush_tlb_func_local,
> + (void *)info, 1);
> } else {
> /*
> * Although we could have used on_each_cpu_cond_mask(),
> @@ -737,7 +745,8 @@ void native_flush_tlb_others(const struct cpumask *cpumask,
> if (tlb_is_not_lazy(cpu))
> __cpumask_set_cpu(cpu, cond_cpumask);
> }...
2007 Apr 18
1
[RFC, PATCH 16/24] i386 Vmi io header
...IO;
#ifdef REALLY_SLOW_IO
- __SLOW_DOWN_IO __SLOW_DOWN_IO __SLOW_DOWN_IO
+ __SLOW_DOWN_IO; __SLOW_DOWN_IO; __SLOW_DOWN_IO;
#endif
- : : );
}
#ifdef CONFIG_X86_NUMAQ
@@ -346,11 +339,11 @@ static inline unsigned type in##bwl(int
#define BUILDIO(bwl,bw,type) \
static inline void out##bwl##_local(unsigned type value, int port) { \
- __asm__ __volatile__("out" #bwl " %" #bw "0, %w1" : : "a"(value), "Nd"(port)); \
+ __BUILDOUTINST(bwl,bw,value,port); \
} \
static inline unsigned type in##bwl##_local(int port) { \
unsigned type value; \
- _...
2007 Apr 18
1
[RFC, PATCH 16/24] i386 Vmi io header
...IO;
#ifdef REALLY_SLOW_IO
- __SLOW_DOWN_IO __SLOW_DOWN_IO __SLOW_DOWN_IO
+ __SLOW_DOWN_IO; __SLOW_DOWN_IO; __SLOW_DOWN_IO;
#endif
- : : );
}
#ifdef CONFIG_X86_NUMAQ
@@ -346,11 +339,11 @@ static inline unsigned type in##bwl(int
#define BUILDIO(bwl,bw,type) \
static inline void out##bwl##_local(unsigned type value, int port) { \
- __asm__ __volatile__("out" #bwl " %" #bw "0, %w1" : : "a"(value), "Nd"(port)); \
+ __BUILDOUTINST(bwl,bw,value,port); \
} \
static inline unsigned type in##bwl##_local(int port) { \
unsigned type value; \
- _...
2015 Jun 21
0
Trying to re-install ZFS drivers
..._with_viewport() instead
> self.add_from_file(filename)
> 22:00:19 : DEBUG - network interface eth0 (forcedeth) is connected
> 22:04:53 : INFO - Starting yum child process
> 22:04:53 : INFO - Using the following repositories :
>
epel,rpmfusion-free-updates,rpmfusion-nonfree-updates,_local,adobe-linux-x86_64,base,updates,zfs,extras
>
>
> 22:04:53 : INFO - YUM: Yum Version : 3.2.29
> 22:04:53 : INFO - YUM: Loaded plugins: fastestmirror, local, presto,
priorities, versionlock
> 22:04:54 : INFO - Getting available updates
> 22:04:54 : INFO - YUM: Loading mirror speeds...
2019 Jul 22
0
[PATCH v3 4/9] x86/mm/tlb: Flush remote and local TLBs concurrently
...gt; * doing a speculative memory access.
>> */
>> if (info->freed_tables) {
>> - smp_call_function_many(cpumask, flush_tlb_func_remote,
>> - (void *)info, 1);
>> + __smp_call_function_many(cpumask, flush_tlb_func_remote,
>> + flush_tlb_func_local,
>> + (void *)info, 1);
>> } else {
>> /*
>> * Although we could have used on_each_cpu_cond_mask(),
>> @@ -737,7 +745,8 @@ void native_flush_tlb_others(const struct cpumask *cpumask,
>> if (tlb_is_not_lazy(cpu))
>> __cpumask_set_cpu(cpu, c...
2018 Jan 27
2
Dovecot 2.3.0 assertion failure on LMTP delivery
...r/lib64/dovecot/libdovecot.so.0(i_fatal+0) [0x7f226cfaa190] -> /usr/lib64/dovecot/libdovecot.so.0(+0xe469b) [0x7f226d05269b] -> /usr/lib64/dovecot/libdovecot-storage.so.0(mail_storage_service_user_unref+0xb4) [0x7f226d334b64] -> dovecot/lmtp(+0x63fa) [0x56438f3673fa] -> dovecot/lmtp(lmtp_local_deinit+0x5c) [0x56438f3678dc] -> dovecot/lmtp(client_state_reset+0x1a) [0x56438f366a5a] -> /usr/lib64/dovecot/libdovecot.so.0(smtp_server_connection_reset_state+0x3c) [0x7f226cfc196c] -> /usr/lib64/dovecot/libdovecot.so.0(smtp_server_command_completed+0x4d) [0x7f226cfbf31d] -> /usr/lib6...
2003 Apr 15
8
repost (passive FTP server in DMZ and shorewall 1.4.2)
...tioned that "ALLOWRELATED" must beset to "Yes". So I created a new entry "ALLOWRELATED" and set it''s value to "Yes".
----------------------
In the 2nd link, Tom mentioned port 113. The only rule that uses port 113 (auth) in my setup is this:
ACCEPT $_Local net udp auth #ident
I used for it ident as this website (http://www.practicallynetworked.com/) mentioned that it''s needed for IRC ident.
_______________________________________________
Join Excite! - http://www.excite.com
The most personalized portal on the Web!
2018 Feb 27
2
Failed to get quota limits
...graph 0
>> > > > > > > > > >
>> > > > > > > > > > \[2018-02-13 08:16:13.954337\] I \[MSGID: 108031\]
>> > > > > > > > > >
>> > > > > > > > > > \[afr-common.c:2357:afr\_local\_discovery_cbk\] 0-myvolume-replicate-0:
>> > > > > > > > > >
>> > > > > > > > > > selecting local read_child myvolume-client-0
>> > > > > > > > > >
>> > > > > > > > > &g...
2018 Feb 24
0
Failed to get quota limits
...t; switched to graph 0
> > > > > > > > > >
> > > > > > > > > > \[2018-02-13 08:16:13.954337\] I \[MSGID: 108031\]
> > > > > > > > > >
> > > > > > > > > > \[afr-common.c:2357:afr\_local\_discovery_cbk\] 0-myvolume-replicate-0:
> > > > > > > > > >
> > > > > > > > > > selecting local read_child myvolume-client-0
> > > > > > > > > >
> > > > > > > > > > \[2018-02-1...
2018 Feb 27
0
Failed to get quota limits
...t; > > > > > > > >
> > > > > > > > > > > > \[2018-02-13 08:16:13.954337\] I \[MSGID: 108031\]
> > > > > > > > > > > >
> > > > > > > > > > > > \[afr-common.c:2357:afr\_local\_discovery_cbk\] 0-myvolume-replicate-0:
> > > > > > > > > > > >
> > > > > > > > > > > > selecting local read_child myvolume-client-0
> > > > > > > > > > > >
> > > > > > &...
2019 Jul 19
5
[PATCH v3 0/9] x86: Concurrent TLB flushes
...t vger.kernel.org
Cc: linux-kernel at vger.kernel.org
Cc: virtualization at lists.linux-foundation.org
Cc: x86 at kernel.org
Cc: xen-devel at lists.xenproject.org
Nadav Amit (9):
smp: Run functions concurrently in smp_call_function_many()
x86/mm/tlb: Remove reason as argument for flush_tlb_func_local()
x86/mm/tlb: Open-code on_each_cpu_cond_mask() for tlb_is_not_lazy()
x86/mm/tlb: Flush remote and local TLBs concurrently
x86/mm/tlb: Privatize cpu_tlbstate
x86/mm/tlb: Do not make is_lazy dirty for no reason
cpumask: Mark functions as pure
x86/mm/tlb: Remove UV special case
x86/mm/t...
2018 Feb 23
2
Failed to get quota limits
...gt;>>>>> [2018-02-13 08:16:13.952742] I [fuse-bridge.c:4823:fuse_graph_sync] 0-fuse:
>>>>>>>>> switched to graph 0
>>>>>>>>> [2018-02-13 08:16:13.954337] I [MSGID: 108031]
>>>>>>>>> [afr-common.c:2357:afr_local_discovery_cbk] 0-myvolume-replicate-0:
>>>>>>>>> selecting local read_child myvolume-client-0
>>>>>>>>> [2018-02-13 08:16:14.020681] I [fuse-bridge.c:5081:fuse_thread_proc] 0-fuse:
>>>>>>>>> unmounting /var/run/gluster...