Displaying 20 results from an estimated 28 matches for "groeneveld".
2007 Oct 14
5
Routing public IP''s through a gateway
...which only gives out IPs 202.172.122.74 to
202.172.122.76.
eth1 is basically just hooked into my internet router, while eth2 is hooked
into a switch, and will be used for other computers.
If anyone could help me with this setup, I would more then appreciate it.
Thank you very much,
- Tim Groeneveld
--
Need hosting for your next Open Source project? why not try ShareSource?
www.sharesource.org
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2007 Jun 29
2
Mknod: Operation not permitted
When trying to move my root to a btrfs filesystem, I found a missing
feature (or a bug). It's not possible to create device files. To
reproduce, run this on a btrfs filesystem:
mknod test c 1 1
result:
mknod: `test': Operation not permitted
Frank
2008 Mar 12
6
Time is off by an hour in my XEN vm
...9;'t make a difference.
The admin of the server fixed it temporally by running:
echo 1 > /proc/sys/xen/independent_wallclock
And setting the date/time manually. Every hour the time is now set
through ntpdate.
Does anybody know what''s wrong with the vm? How can I fix this?
Frank Groeneveld
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2013 Apr 30
5
Mail deduplication
Hi Guys,
I am wondering about mail deduplication. I am looking into the possibility
of seperating out all of the message bodies with multiple parts inside mail
that is recived from `dovecot` and hashing them all.
The idea is that by hashing all of the parts inside the email, I will be
able to ensure that each part of the email will only be saved once.
This means that attachments & common
2007 Aug 20
3
Queues with Dynanic Users (BUG?)
I am running r79979 of Asterisk Trunk, and I am having problems trying to use
app_queue.so.
I want to use the extension 510 to be a line where users can call technical
support.
Extensions 511 and 512 are used by the operators to dynamically make
themselves a Queue Member or not.
So, operators call 511, and they should get added to the Queue as a Queue
member.
When users call 510 then, it
2007 Jun 22
1
Btrfs v0.4 available (warning: disk format change)
Hello everyone,
I wasn't planning on sending out v0.4 until ENOSPC was fixed, but Frank
Groeneveld narrowed down a bug with the file data checksumming code on
highmem 32bit machines.
Basically the way I was using cryptomgr made it incorrectly calculate
checksums on highmem pages.
So to simplify things, I've switched over to plain libcrc32c. Anyone
running on a 32 bit with highmem is going...
2007 Jun 22
1
Btrfs v0.4 available (warning: disk format change)
Hello everyone,
I wasn't planning on sending out v0.4 until ENOSPC was fixed, but Frank
Groeneveld narrowed down a bug with the file data checksumming code on
highmem 32bit machines.
Basically the way I was using cryptomgr made it incorrectly calculate
checksums on highmem pages.
So to simplify things, I've switched over to plain libcrc32c. Anyone
running on a 32 bit with highmem is going...
2007 Oct 15
2
FW: Routing public IP''s through a gateway
...way.
Does that sound like your setup? If so, a few things come to mind - either your ISP is not routing .72/29 via .209, or maybe you have a firewall or routing rules in place, or you are using the wrong IP on the eth1 gateway interface.
Hope this helps!
Dan
-----Original Message-----
From: Tim Groeneveld [mailto:tim@timg.ws]
Sent: 15 October 2007 13:45
To: Dan
Subject: Re: [LARTC] Routing public IP''s through a gateway
On Monday 15 October 2007 10:31:25 pm you wrote:
> Unless I have missed something in the question?
Well, these are the commands I issue on my gateway machine:
> if...
2015 Aug 20
2
PROXY protocol
On 19/8/2015 5:43 ??, Stephan Bosch wrote:
> Well...
>
> http://hg.dovecot.org/dovecot-2.2/rev/4d7a83ddb644
>
> Regards,
>
> Stephan.
That was impressive!
Thank you Timo and Stephan. You are superb!
I hope you will be able to provide some basic guidelines on how to
enable/use the new functionality. (I am not very code-literate.)
Looking forward to it!
Thanks again!
2015 Aug 24
1
PROXY protocol
Hey Nikolaos,
---- On Sat, 22 Aug 2015 21:56:17 +1000 Nikolaos Milas<nmilas at noa.gr> wrote ----
> ...and everything seems to be working fine. Obviously, the proxy sends
> requests to different ports. For example, requests received by the proxy
> at port 993 are sent to dovecot's port 23003 etc.
Have you come across any issues after enabling the haproxy on the
2013 Sep 18
0
Basic clustered filesystem advice
On 9/18/13 11:20 AM, Tim Groeneveld wrote:
>
> ----- Original Message -----
>> On 9/17/13 3:23 PM, Andreas Gaiser wrote:
>>> Does anybody know about GlusterFS & Dovecot?
>>>
>>>> Time marches on, and I need to continue the service migration. I'd
>>>> still
>>>>...
2015 Jun 15
1
small homebrew pbx
On Mon, Jun 15, 2015 at 04:56:31PM +1000, Tim Groeneveld wrote:
>
> ---- On Mon, 15 Jun 2015 16:46:13 +1000 [Lucio] wrote ----
> >Hello all,
> >
> >I'm new here and I'm interested in building a small PBX with asterisk at
> >home. I have one single PSTN line and ethernet cabling in place. I
> >already have...
2005 Jan 12
3
syslinux build fails with 2.6 linux headers
As the subject says, building syslinux fails when built against 2.6.8.1
kernel headers. Anybody out there have a patch? The compile errors are
below.
set -e ; for i in memdisk dos win32 mtools unix extlinux sample com32 ; do make DATE=0x41e470ae HEXDATE=0x41e470ae -C $i all ; done
make[1]: Entering directory `/usr/src/syslinux-3.07-pre1/memdisk'
make[1]: Nothing to be done for `all'.
2015 Aug 20
2
PROXY protocol
On 20/8/2015 10:35 ??, Tim Groeneveld wrote:
> # This is a list of trusted networks... ips are seperated by ", "
> # default, empty
> haproxy_trusted_networks = 10.1.2.0/24, 10.2.1.0/24
>
> # This is the timeout... in seconds.
> # default, 3
> # haproxy_timeout = 3
>
> # modify your inet listener...
2007 Aug 26
0
Nokia cell connectel to asterisk
...PAP2 (Olivier)
> 19. Firefly IAX2 configuration (bilal ghayyad)
> 20. Redundancy / Failover (Khaled Chehab)
> 21. Re: Application for Home Delivery Restaurants (Matt Riddell)
> 22. Re: Firefly IAX2 configuration (Gordon Henderson)
> 23. Queues with Dynanic Users (BUG?) (Tim Groeneveld)
> 24. Re: Queues with Dynanic Users (BUG?) (Atis)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sun, 19 Aug 2007 19:36:46 +0200
> From: Philipp Kempgen <philipp.kempgen at amooma.de>
> Subject: Re: [asterisk-u...
2015 Jun 15
8
small homebrew pbx
Hello all,
I'm new here and I'm interested in building a small PBX with asterisk at
home. I have one single PSTN line and ethernet cabling in place. I
already have fairly decent PC that I can use (AMD FX 8350 16GB of RAM
and RAID 10 SATA disks). I make and receive 10 calls a day on average. I
want 4 IP phones connected to the ethernet network. When there is a
incoming call, all
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...n@transmode.com>
Keshava Munegowda <keshava_mgowda@ti.com>
Kevin Baradon <kevin.baradon@gmail.com>
Kevin Cernekee <cernekee@gmail.com>
Kevin Daughtridge <kevin@kdau.com>
Kevin Fang <kevin.fang@qca.qualcomm.com>
Kevin Gan <ganhy@marvell.com>
Kevin Groeneveld <kgroeneveld@gmail.com>
Kevin Hilman <khilman@linaro.org>
Kevin Hilman <khilman@ti.com>
Kevin Liu <kliu5@marvell.com>
Kevin McKinney <klmckinney1@gmail.com>
Kevin Tian <kevin.tian@intel.com>
Kevin Wells <kevin.wells@nxp.com>
Kevin Wolf <kwo...
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
...n@transmode.com>
Keshava Munegowda <keshava_mgowda@ti.com>
Kevin Baradon <kevin.baradon@gmail.com>
Kevin Cernekee <cernekee@gmail.com>
Kevin Daughtridge <kevin@kdau.com>
Kevin Fang <kevin.fang@qca.qualcomm.com>
Kevin Gan <ganhy@marvell.com>
Kevin Groeneveld <kgroeneveld@gmail.com>
Kevin Hilman <khilman@deeprootsystems.com>
Kevin Hilman <khilman@linaro.org>
Kevin Hilman <khilman@ti.com>
Kevin Liu <kliu5@marvell.com>
Kevin McKinney <klmckinney1@gmail.com>
Kevin Tian <kevin.tian@intel.com>
Kevin Wel...
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
...n@transmode.com>
Keshava Munegowda <keshava_mgowda@ti.com>
Kevin Baradon <kevin.baradon@gmail.com>
Kevin Cernekee <cernekee@gmail.com>
Kevin Daughtridge <kevin@kdau.com>
Kevin Fang <kevin.fang@qca.qualcomm.com>
Kevin Gan <ganhy@marvell.com>
Kevin Groeneveld <kgroeneveld@gmail.com>
Kevin Hilman <khilman@deeprootsystems.com>
Kevin Hilman <khilman@linaro.org>
Kevin Hilman <khilman@ti.com>
Kevin Liu <kliu5@marvell.com>
Kevin McKinney <klmckinney1@gmail.com>
Kevin Tian <kevin.tian@intel.com>
Kevin Wel...
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
...;kero@chello.nl>
Keshava Munegowda <keshava_mgowda@ti.com>
Kevin Baradon <kevin.baradon@gmail.com>
Kevin Cernekee <cernekee@gmail.com>
Kevin Daughtridge <kevin@kdau.com>
Kevin Fang <kevin.fang@qca.qualcomm.com>
Kevin Gan <ganhy@marvell.com>
Kevin Groeneveld <kgroeneveld@gmail.com>
Kevin Hao <haokexin@gmail.com>
Kevin Hilman <khilman@deeprootsystems.com>
Kevin Hilman <khilman@linaro.org>
Kevin Hilman <khilman@linaro.org> # for mach-omap2/*
Kevin Hilman <khilman@linaro.org> # OMAP
Kevin Hilman <khilman...