Displaying 6 results from an estimated 6 matches for "kyler".
Did you mean:
kyle
2003 Apr 09
1
command line version of dovecot?
> From: Kyler Laird <kyler-keyword-dovecot.a0ff9b at lairds.org>
> I finally have dovecot mostly working and I was thinking that
> I'd been saved from having to use UW-IMAPd, but I just now
> noticed that there doesn't appear to be any way to run
> dovecot over standard I/O; it always...
2015 Apr 11
2
workaround to use tinc as default gateway
...201
+ ip route show table 201
76.54.32.1 dev tap0 scope link
default via 76.54.32.1 dev tap0
+ ip route del 76.54.32.1 dev tap0 table main
+ ip route show table 201
76.54.32.1 dev tap0 scope link
default via 76.54.32.1 dev tap0
I welcome suggestions for making this cleaner.
Thanks for tinc!
--kyler
2005 Dec 23
1
GFS2, OCFS2, and FUSE cause xenU to oops.
...after the SSH session was
authenticated).
I''ve hacked up smbd so that I can make it work for now but it
would be incredibly appropriate for Xen to be able to use cluster
filesystems.
The oops from FUSE/sshfs follows. This is with Xen 3.0-testing
(8259) on a dual Xeon in x86_64 mode.
--kyler
=================================================================
Unable to handle kernel paging request at ffff81000f708790 RIP:
<ffffffff801fef85>{__memcpy+117}
PGD d4b4063 PUD da97067 PMD 0
Oops: 0002 [1]
CPU 0
Modules linked in: fuse md5 ipv6
Pid: 745, comm: sshfs Not tainted 2.6.12.6-xe...
2004 Dec 16
0
kewlstart - explanation of this method, please ?
...eature. Where can we learn
more about what kewlstart does and what / how it does it ?
-samudra
In article <telecom23.391.13@telecom-digest.org>, merlyn@visi.com
says:
> bonomi@host122.r-bonomi.com (Robert Bonomi) writes:
>> In article <telecom23.388.5@telecom-digest.org>, Kyler Laird
>> <Kyler@news.Lairds.org> wrote:
>>> I'm trying to set up a home PBX and I decided to just take a crack at
>>> getting kewlstart/calling party control/disconnect supervision on my
>>> home line. I called Verizon and got bounced around until I hit...
2003 Sep 11
0
Dovecot on Linux 2.6.0-test1-ac1
...ecot on 2.6.0-test1 for quite awhile but today I
jumped ahead to test5 and it broke in the way you described.
http://dovecot.procontrol.fi/list/dovecot/2003-July/001943.html
I used your workaround and now everyone is back in business. Thank you
for the help! (I was sweating there for a bit.)
--kyler
2012 Mar 14
1
geom_plot creates Area Instead Of Lines
Hi,
I have created a large (?) data frame. I have one variable to plot, lets
call it X. further X has been observed under conditions Y, Z. And the
observation took place at times T (0:10e5). Now my data frame D consists of
x,y,z,t each corresponding to the combination of X, Y, Z and T. I would
like to create different plots and use this:
h <- ggplot(D, aes(y=x, x=t))
h +