Displaying 20 results from an estimated 1214 matches for "neil".
Did you mean:
nail
2013 Jun 10
1
doveadm index crashes when indexing shared mailboxes
Hi,
We store our mail archive in a tree of subfolders. I am trying to speed
up text searching on our mail archive but when running "doveadm -D -v
index -u neil shared/Exalon/Aandeelhouders" the following output is
produced:
doveadm(neil): Debug: Loading modules from directory:
/usr/lib/dovecot/modules
doveadm(neil): Debug: Module loaded:
/usr/lib/dovecot/modules/lib20_fts_plugin.so
doveadm(neil): Debug: Module loaded:
/usr/lib/dovecot/modules/li...
2019 May 14
2
weakforced and GeoIP lookups
...t should just work, but depends on the OS version.
./configure ?help tells you all the configure options, including:
--with-maxminddb-includedir
path to maxminddb include directory [default=auto]
--with-maxminddb-libdir path to maxminddb library directory [default=auto]
Neil
> On 14 May 2019, at 17:44, Tobi via dovecot <dovecot at dovecot.org> wrote:
>
> Hi Neil
>
> according to yum list installed I have
>
>> libmaxminddb-devel.x86_64 1.2.0-1.el7 @epel
>
> but I checked the saved output from my former ./...
2018 Nov 05
2
[Bug 1289] New: iptables build fails with kernel 4.20-rc1 - gnu_inline attributes
...rg
Reporter: netfilter at nmacleod.com
Cross-compiling iptables 1.8.1 for a 4.20-rc1 target fails, possibly due to
https://github.com/torvalds/linux/commit/c2c640aa04cc4e6caf0ff17ff18b3784e0c99566
The build will fail with the following errors:
^~~~~~
In file included from
/home/neil/projects/scratch/alternates/LibreELEC.tv/build.LibreELEC-Generic.x86_64-9.0-devel-next/iptables-1.8.1/libiptc/libip6tc.c:111:
/home/neil/projects/scratch/alternates/LibreELEC.tv/build.LibreELEC-Generic.x86_64-9.0-devel-next/iptables-1.8.1/libiptc/libiptc.c:268:1:
warning: 'always_inline' at...
2019 May 14
2
weakforced and GeoIP lookups
Hi Tobi,
This looks like you haven?t included the libmaxmind libraries before running configure. GeoIP support is only compiled in if it finds the right libs.
This would be libmaxminddb-dev on Ubuntu for example.
Neil
>> Hi list
>>
>> hope it's okay to ask weakforced questions here as well, but I could not
>> find a dedicated mailinglist for wforce.
>>
>> I want to enable GeoIP lookups in my wforce daemon. In a first step I
>> installed luarocks and lua-compat53 t...
2007 Jan 28
4
Use Microsoft shared fax printer?
Hello:
Is it possible to use Samba to send documents to
a Microsoft Shared Fax Printer?
How would I give it the phone number and other recipient
details that normally comes in the popup window when
I print to a shared fax printer from Windows?
Thanks,
Neil
--
Neil Aggarwal, (214)986-3533, www.JAMMConsulting.com
FREE! Eliminate junk email and reclaim your inbox.
Visit http://www.spammilter.com for details.
2013 Feb 25
10
VNC server not reponding to external requests
...e world, I get a connection
timeout.
My /etc/sysconfig/vncservers file does not have the -nolisten tcp nor the
-localhost
options so it should be configured to accept outside connections.
Is there some default setting in the vncserver that I need to change to
allow outside
connections?
Thanks,
Neil
--
Neil Aggarwal, (972)834-1565, http://UnmeteredVPS.net/centos
Virtual private server with CentOS 6 preinstalled
Unmetered bandwidth = no overage charges
2018 Feb 24
6
Really slow IMAP performance
Aki Tuomi <aki.tuomi at dovecot.fi> writes:
>> On 24 February 2018 at 15:47 Neil Jerram <neil at ossau.homelinux.net> wrote:
[...]
>> > Feb 24 10:24:24 arudy dovecot[1712]: imap(neil): Warning:
>> > Transaction log file
>> > /home/neil/dovecot-mail/.imap/INBOX/dovecot.index.log was locked
>> > for 98 seconds (Mailbox was synchronized)...
2008 May 12
1
Problem with virtual mail user login users uid not permitted
...=954, gid=954). I have
attached the messages from dovecot.log and the output of dovecot -n
below as well as contents from the passdb file.
Can anyone point me to where I've gone wrong, I've had this working
fine on Linux but Solaris just doesn't seem to want to play :-)
Thanks,
Neil
--
E neil at neologix.net
My passdb file contents:
lothar# cat /opt/csw/etc/vmail/comms.neologix/passwd
neil:{MD5-CRYPT}$1$Lik.5MFj$PJKYoXEfADgTiK1PI6aa01:954:954::/export/
home/vmail/comms.neologix/users/
neil::userdb_quota=maildir:storage=10240
mail_plugins=cmusieve,quota,imap_quota sieve...
2002 Jun 12
4
WIndows 98 asking for a password
...\n *Retype*new*password* %n\n
*passwd:*all*authentication*tokens*updated*successfully*
security = user
unix password sync = Yes
server string = Samba Server
workgroup = MYGROUP
log file = /var/log/samba/%m.log
load printers = yes
Any ideas?
Thanks,
Neil.
--
Neil Aggarwal
JAMM Consulting, Inc. (972) 612-6056, http://www.JAMMConsulting.com
Custom Internet Development Websites, Ecommerce, Java, databases
2020 Jan 22
2
Inlining + CSE + restrict pointers == funtimes
...ve some common ground - CSE should choose the aliased
pointer over the non-aliased one because we don't want the no-aliasing
information to creep outwards from the inlined callsite.
I'll put together a patch in the coming days and add y'all as reviewers so
you get visibility.
Cheers,
-Neil.
On Wed, Jan 22, 2020 at 4:47 PM Jeroen Dobbelaere <
Jeroen.Dobbelaere at synopsys.com> wrote:
> That's indeed a good example that shows that dropping the metadata (A) is
> the only correct solution.
>
>
>
> Greetings,
>
>
>
> Jeroen Dobbelaere
>
>
&g...
2018 Feb 24
2
Really slow IMAP performance
Aki Tuomi <aki.tuomi at dovecot.fi> writes:
> On 24 February 2018 at 12:45 Neil Jerram < neil at ossau.homelinux.net> wrote:
>
> Please could you help me to understand and fix why my dovecot IMAP
> performance is so bad? I've read through a lot of the
> performance-related material on the website, but I don't think that any
> of it could ac...
2009 Nov 02
8
Free or low cost online backup?
Hello:
Does anyone know a free or low cost online backup
system for CentOS?
Thanks,
Neil
--
Neil Aggarwal, (281)846-8957, http://www.JAMMConsulting.com
CentOS 5.4 KVM VPS $55/mo, no setup fee, no contract, dedicated 64bit CPU
1GB dedicated RAM, 40GB RAID storage, 500GB/mo premium BW, Zero downtime
2010 Jun 21
4
Failing Routes in deployment
I have an app that has the following in the routes file:
namespace "admin" do
# ADMINISTRATIVE ROUTES ONLY
root :to => ''home#index''
resources :comments do
member do
get :approve
get :reject
end
end
resources :users do
member do
get :block
get :unblock
end
end
end
When browing to
2009 Jun 25
2
Use 8GB RAM on Pentium D?
Hello:
I have a Supermicro SuperServer 5015P-TR.
It has a Pentium D and is running CentOS x86_64.
Can this machine use 8GB RAM?
I think it should because it is running a 64 bit
OS, but I am concerned because it is fundamentally
32 bit hardware.
Anyone have any experience in this area?
Thanks,
Neil
--
Neil Aggarwal, (832)245-7314, www.JAMMConsulting.com
Eliminate junk email and reclaim your inbox.
Visit http://www.spammilter.com for details.
2016 Apr 04
2
RFC: Constant folding math functions for long double
Hi Neil,
I admit that at this point I haven't considered the implications of the
license MPFR is under, and at the moment I'm sticking my head in the sand
until and unless we want to go down this path.
My expectation is that we would use their exposed API - so we'd #include
<mpfr.h> and...
2004 Feb 21
0
Domain member help
...it means it's working.
Log.smbd on the memberserver indicates a "no such user" failure while
the corresponding logs in the domain controller show success.
Log.winbind on the member looks like it is good too.
Following, I've put up smb.conf, an smbclient session for a user "neil"
who exists on the DC in the ntadmins group which is mapped to Domain
Admins. I've also included log.smbd from both DC and MS and
log.winbind from the member server. (I assume winbind is not necessary
on the DC as it's not being used to querry another DC.
Thanks in advance,
Bill In...
2014 May 12
2
[PATCH] isohybrid: fix overflow on 32 bit system
...ek to fseeko with the appropriate type being off_t.
>
> -hpa
Hi hpa,
Thanks for your reply.
In utils/Makefile, -D_FILE_OFFSET_BITS=64 is added to CFLAGS. isohybrid
is compiled with -D_FILE_OFFSET_BITS=64 but it still fails to handle the
large offset.
make[3]: Entering directory
`/home/neil/wrlinux/builds/install-x86-64/bitbake_build/tmp/work/i686-linux/syslinux-native/6.01-r0/syslinux-6.01/bios/utils'
gcc
-isystem/home/neil/wrlinux/builds/install-x86-64/bitbake_build/tmp/sysroots/i686-linux/usr/include
-O2 -pipe -Wp,-MT,isohybrid.o,-MMD,./.isohybrid.o.d -W -Wall
-Wstrict-proto...
2014 Aug 08
6
CentOS 7 - Firewall always allows outgoing packets?
...wed. That does not seem very secure.
I always set my servers to default policy of DROP for everything incoming
and outgoing and then add rules to allow very specific traffic through.
Is this possible using the new firewalld service or should I disable it and
go back to using iptables?
Thanks,
Neil
--
Neil Aggarwal, (972) 834-1565
We lend money to investors to buy or refinance single family rent houses.
No origination fees, quick approval, no credit check.
2003 Aug 17
4
Working configuration for 5.1 and VMware 3 or 2?
...ig file in
/usr/local/ - I tried sym-linking it to /etc/vmware/config but still
no good.
Anyone got it working? I suspect vmware2 might work - next plan....
Tantalisingly close to working...
but of course after going in circles for a couple of hours I may have
missed something obvious.
thanks
Neil
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Dr Neil J Long, Computing Services, University of Oxford
13 Banbury Road, Oxford, OX2 6NN, UK Tel:+44 1865 273232 Fax:+44 1865 273275
EMail: Neil.Long@computing-services.oxford.ac.uk
PGP: ID 0xE88EF71F OxCERT: ox...
2016 Apr 21
4
Lazily Loaded Modules and Linker::LinkOnlyNeeded
...ized.
The functions I need brought in from /*src*//**/ into /*dest*/ are
always declarations in /*dest*/. The problem is that (for some reason)
the combination of Linker::LinkOnlyNeeded and a function that is not
materialized will not copy the function body from /*src*/ into /*dest*/.
Cheers,
-Neil.
On 20/04/16 20:39, Teresa Johnson wrote:
>
>
> On Wed, Apr 20, 2016 at 12:28 PM, Rafael EspĂndola
> <rafael.espindola at gmail.com <mailto:rafael.espindola at gmail.com>> wrote:
>
>
> I understood from his description that he reversed the
> des...