Displaying 20 results from an estimated 191 matches for "wouters".
Did you mean:
routers
2002 Apr 26
3
different data series on one graph
Hello,
I'm looking for a way to plot different data series on one graph.
I have a series of hourly rainfall and quarterly flow
measurements (i.e. 4 times an hour) of a catchment. The rainfall
should be plotted in bars, the flow as a line. Both on the same X
axe (time) but with different Y axes.
The problem is the plot() function does not support add=TRUE...
Furthermore I'm not sure
2003 Jun 16
3
crash on LIST command
Hello,
I'm experiencing a reproducable crash in the imap daemon of dovecot
0.99.9.1 when running the next commands (sniffed from a sylpheed session):
[cocaine:~] telnet ice 143
Trying 192.168.196.1...
Connected to ice.
Escape character is '^]'.
* OK dovecot ready.
1 NOOP
1 OK NOOP completed.
2 LOGIN wouter password
2 OK Logged in.
3 NAMESPACE
3 BAD Error in IMAP command: Unknown
2006 Mar 06
3
break a vector into classes
Hi,
I'm looking for a function which divides a vector into n classes and
returns the breaks as well as the number of values in each class.
This is actually what hist(vector, breaks=n) does, but in hist() n is a
suggestion only, and is a suggestion only and cannot be enforced (as
far as I know...)
It is not so difficult to do it yourself, but a ready made function would
be nice...
2001 Dec 10
1
Font problem with delphi application
Hi all,
I am having a problem with a small Delphi address database application.
When attempting to display the address details from one of a list of
addresses, an empty text area is displayed instead of a text area
containing address details. Screenshots of the app in windows and wine
can be found here:
http://www.blub.net/~wouter/wine/windows.png
http://www.blub.net/~wouter/wine/wine.png
The
2004 Jul 12
1
dovecot-1.0-test27 crash on FETCH
Hello,
I've got a crash with -test27 on a FETCH, just after logging in. Attached
are the mailbox (1 message only), logs, sniffed session, testcase and core
dump backtrace. If the dovecot.conf is needed, just ask (it's pretty much
the default configuration).
Maybe this has just been fixed in -test28, in which case you can just
delete this email. :)
Btw, it's rather irrelevant, but
2009 Aug 13
3
Upgrade question from 1.1 to 1.2
Good afternoon,
I am considering to upgrade from Dovecot 1.1.18 to 1.2.x and was reading
your Wiki regarding any changes and found: "If you were using e.g.
mail_location = maildir:/var/mail/%h, just change it to mail_location =
maildir:%h and add /var/mail/ prefix to home dirs."
I am currently using: "mail_location = maildir:~/Maildir" in combination
with vpopmail. Does
2004 Apr 05
5
Stable Relase Broken ?
All,
I upgraded to the [*] stable release branch.
When I call into the box (confirmed on 2 installations) the
caller no longer hears the ringing. The CLI confirms that
extensions are being 'rung'.
Whassup?
Willy
Willy Wouters
ypOne Publishing
2008 Nov 20
4
[Bug 18636] New: nouveau git does not run on NV34M
http://bugs.freedesktop.org/show_bug.cgi?id=18636
Summary: nouveau git does not run on NV34M
Product: xorg
Version: git
Platform: PowerPC
OS/Version: All
Status: NEW
Severity: critical
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
ReportedBy: wouter
2002 May 09
4
Rsquared in summary(lm)
Hello,
I'm doing some linear regression:
>lm<-lm(osas~alp,data)
>summary(lm)
However, the Rsquared in the output of summary() is not the same as the
"standard" Rsquared calculated by spreadsheets, and outlined in
statistical guidebooks, being SSR/SSTO. The output says "multiple
Rsquared", but it is no multiple regression...
What's the difference?
Thanks,
2004 Apr 12
3
Hunting S(n)IPs
....
exten => s,1,DBPut(inuse/chan${ARG1}=1)
exten => s,2,Dial(SIP/att-${ARG1})
however, I do not seem to be able to catch the event wich
releases the channel in order to reset the DB variable.
exten => h,1,DCPut(inuse/chan${ARG1}=0) ; this never gets
executed
Any ideas?
Cheers,
WW
Willy Wouters
ypOne Publishing
2007 May 13
1
Migrating to Maildir -> path
Hello,
I'm in the process of migrating to Maildir, and I wondered what would be an
acceptable path.
I want to do virtual-accounts only, so $HOME/Maildir/ is not an option.
I was thinking of /some/path/username at domain.tld/Maildir/
and later perhaps /some/path/(firstletter)/username at domain.tld/Maildir/
but perhaps Maildir/ is a bit too redundant here....
Anyone who could advice ?
2006 Nov 30
2
margins within plotting region
Hi list,
there always seem to be a small margin between the actual plot and the
axes/box around the plot. For instance, in
plot(c(0,1),c(0,1))
the 2 points do not lay on the box around the plot but slightly more to
the center. Which parameter controls this margin and is it possible to
eliminate it?
thanks,
Wouter
2012 Nov 28
1
Build error of NSD4 on Debian Squeeze
Hello World,
I am trying to build NSD4 on Debian Squeeze and I get the following
errors when running `make`.
```
$ pwd
/home/wiz/src/nsd/tags/NSD_4_0_0_imp_5
$ make
[... output omitted ...]
gcc -g -O2 -o nsd-checkconf answer.o axfr.o buffer.o configlexer.o
configparse
acket.o query.o rbtree.o radtree.o rdata.o region-allocator.o tsig.o
tsig-opens
4_pton.o b64_ntop.o -lcrypto
configparser.o: In
2009 Jun 17
4
Serverside AjaxRequest or AjaxUpdater detections
Hi all,
This question might be a long shot, but I''m going to ask it anyway. In
my application, I''ve created a before_filter that does some magic. It
looks like this:
if request.xhr? then
render :update do |page|
page.redirect_to url_for_thingy
end
else
redirect_to redirect_to url_for_thingy
end
This works perfectly, however, I have one annoyance. On the server side,
2013 Nov 05
20
Xen 4.3.1 / Linux 3.12 panic
Hej folks,
I''ve been trying to get a new machine up and running with the latest Xen for a while on a Slackware64 (current) machine.
After installing Xen from source and building a new kernel with all xen options enabled I haven''t been able to get the machine to behave.
The machine is a brand new dual opteron 6212 on a Supermicro H8DGi board with 64G ECC memory.
Running a stock
2013 Nov 05
20
Xen 4.3.1 / Linux 3.12 panic
Hej folks,
I''ve been trying to get a new machine up and running with the latest Xen for a while on a Slackware64 (current) machine.
After installing Xen from source and building a new kernel with all xen options enabled I haven''t been able to get the machine to behave.
The machine is a brand new dual opteron 6212 on a Supermicro H8DGi board with 64G ECC memory.
Running a stock
2008 Nov 27
3
UIDL question
Hi all,
I'm migrating a Postfix + Dovecot 1.0 server with mboxes to Qmail + Dovecot
1.4 with Maildirs and encounter the following the problem.
Using perfect-maildir.pl from: http://perfectmaildir.home-dn.net/ i can
relatively succesfully convert the mbox to a Maildir. The problem, however
is that clients with "leave mail on server" set to on retrieve all email a
2nd time.
I
2007 Aug 06
2
NSD reload
Hi there!
I remember reading that you cannot reload new zone files on the fly and require a full restart of the nsd daemon? We are evaluating multiple DNS servers that have better performance comparing to bind, but will require quite heavy zone reload (new and existing) every 10 minutes or so. Downtime (even 1-3 secs) is not the option. Thanks!
2005 Jun 02
7
a simple call to my girlfriend
Hi,
Some background:
I would like to call my girlfriend over the internet. We are both behind a nat
router and I want to avoid portmapping.
I've heard that you can call someone behind a firewall (nat router) with the
IAX protocol, but I'm not sure.
The questions:
Do I have to set up my own PBX asterisk server or are there any other (free)
servers where I can register on and connect
2012 Feb 09
2
XL toolstack and drbd
Hej folks,
I''m messing around with DRBD once again but with a new Xen 4.1.2 installation
using the XL toolstack instead of the xend daemon.
However, after getting my DRBD installed and a device operational, trying to create
a domU using the drbd block device doesn''t want to work:
xl create -c test.cfg
Parsing config file test.cfg
Unknown disk type: drbd
My config has:
disk