Displaying 20 results from an estimated 800 matches similar to: "Upcoming Tinc Talk at FOSSETCON 2015"
2015 Nov 16
2
Upcoming Tinc Talk at FOSSETCON 2015
Yes, slides will be available afterwards. Additionally, a very similar talk
will be presented at SCALE this year as well. Do you have any more info
about how tinc is used by NYC mesh?
Ben
On Sun, Nov 15, 2015 at 3:55 PM, Daniel J. Grinkevich <
danielgrinkevich at gmail.com> wrote:
> Will the slides be posted after the talk?
>
> We use tinc for NYC Mesh to connect nodes that do
2015 Nov 15
0
Upcoming Tinc Talk at FOSSETCON 2015
Will the slides be posted after the talk?
We use tinc for NYC Mesh to connect nodes that do not have line of sight.
Dan
On Sun, Nov 15, 2015 at 6:47 PM, Benjamin Kero <ben.kero at gmail.com> wrote:
> Hi tincfolks,
>
> I'd like to announce that we're planning a talk [1] about tinc and some of
> the uses that we've developed for it. It'll be given at FOSSETCON
2014 Sep 04
0
Dojo at Fossetcon (Orlando, FL) 11 Sep.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
If any of you are attending Fossetcon next week in Orlando, FL, please
join us for a CentOS Dojo on Thursday 11 Sep.
http://wiki.centos.org/Events/Dojo/Orlando2014
* Garrett Honeycutt - Why Automation is Important
* Dmitri Pal - Active Directory Integration
* Greg Sheremeta - oVirt all-in-one tutorial
Jim Perrin and Johnny Hughes will be running
2014 Sep 02
0
CentOS Dojo at Fossetcon 2014 (11 Sept 2014, Orlando FL)
The CentOS Project will be having a Dojo at Fossetcon 2014 in Orlando
Florida on 11 September 2014.
We will have a room for the entire day with presentations in the morning
and a hackfest in the afternoon.
Jim Perrin and Johnny Hughes from the CentOS team will be at the event
(maybe a few other CentOS team members as well).
More information here: http://wiki.centos.org/Events/Dojo/Orlando2014
2009 Jan 07
4
[Bug 19450] New: 6600GT on G5(Dual Head) - Pointer to flat panel table invalid
http://bugs.freedesktop.org/show_bug.cgi?id=19450
Summary: 6600GT on G5(Dual Head) - Pointer to flat panel table
invalid
Product: xorg
Version: 7.2
Platform: PowerPC
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo:
2008 Dec 06
4
Autospec does not work w/ cucumber features?
Hi!
And now for the second part of the subject of my previous mails :)
$ cat cucumber.yml
default: .
autotest: -v .
autotest-all: -v -f progress .
$ cucumber -i . -f progress
PP
Pending Scenarios:
1) enlightenment (meditation)
$ AUTOFEATURE=true autospec # bug! prompt returns immediately, ZenTest gem not a dependency? a warning that autotest was not found would be nice.
$ sudo gem
2008 May 02
2
Return code for running stories
Hi all!
Just wrote a few stories and committed code to a project of mine,
then realized I made a mistake (with the commit, not the code or
tests). It would be nice to put the script
that runs the stories as a pre-commit hook, preventing the commit
from succeeding if the stories fail.
For that, I need to set the right exit code.
In turn, I need to know he result of the tests.
Given the
2008 Jan 13
3
How to trace running spec
Hey all,
I have a spec that is hanging when it is running.
How do I get the rspec runner to show what specs it''s running so I can
which one is hanging? I am calling the runner from my rails project.
Thanks,
Ben
2008 Jan 31
4
RSpec-1.1.3
RSpec-1.1.3 has been released.
If you''re using RSpec and autotest, you''ll have to upgrade to
RSpec-1.1.3 and ZenTest-3.9.0 at the same time.
== Version 1.1.3
Maintenance release.
* Tightened up exceptions list in autotest/rails_spec. Closes #264.
* Applied patch from Ryan Davis for ZenTest-3.9.0 compatibility
* Applied patch from Kero to add step_upcoming to story listeners.
2015 Jun 11
2
tinc as layer 2 switch doesn't automatically mesh with other nodes
We have a handful of nodes set up. Some are NAT'd but a few have direct
access to the Internet.
Sample confs:
HostA:
Name = HostA
AddressFamily = any
Interface = tap0
Mode = switch
Connectto = HostB
GraphDumpFile = /tmp/mesh
HostB:
Name = HostB
AddressFamily = any
Interface = tap0
Mode = switch
Connectto = HostA
GraphDumpFile = /tmp/mesh
And so on. If I use HostA as the main meta sever.
2007 Dec 29
15
Do you think it would look cleaner?
I was looking over some of my specs.
I was thinking that the following:
@game.should_receive(:name).and_return(''The Battle for Blaze'')
@game.should_receive(:people).and_return(5000000)
@game.should_receive(:activated).and_return(true)
Would it look cleaner if I could do this instead?
@game.should_recieve_and_return(
:name => ''The Battle for Blaze''
2016 Jan 29
2
respawning dead tinc process
I have tinc 1.1pre11 running on various routers and linux cloud servers. On one of the cloud servers, under Ubuntu 12.04, tinc is mysteriously dying once in a while, leaving a dangling PID. I have been unable to track down why it is dying, but it happens infrequently enough that I care less about why it is dying than how to robustly respawn it when it dies.
Before I re-invent the wheel, has
2008 Jan 13
10
.html.erb files and autotest
When I work with a .html.erb file, the autotest rspec on rails stuff doesn''t
understand the file to map it to the right test. I wanted to submit a patch
for this, but I''m unsure where the specs would be to update. I found the
necessary mapping in rspec_autotest.rb, but I can''t find any specs anywhere.
Help?
I just need to have
/app/views/coupon/index.html.erb to map to
2005 Jan 09
2
Coral with Xen
Hi!
Coral isn''t working from Xen. If you can please try it, maybe i''m just
doing something wrong. However it works from outside Xen with the same
setup.
Can Xen cause this kind of DNS errors?
Try something like: http://www.scs.cs.nyu.edu.nyud.net:8090/coral/
or http://www.google.com.nyud.net:8090/
--
/Varga Péter/
-------------------------------------------------------
The
2007 Dec 26
3
executing code after each step of a story
Hello,
how can I execute some code after each step of a story. Is there some
kind of listener documentated.
Thank you in advance,
Armin
2004 Nov 22
7
memory and cpu usage
Is there a way to discovery how much free memory I still have
to use in a new domain?
Another question is about cpu usage. I guess that xen scheduler
allocate a fixed time slice for all virtual machines and does not
make any idea if the virtual machine is using or not using all
this time, right? How I can identify if CPU is the bottleneck?
Thanks!
--
Flávio Bruno Leitner
2015 Nov 15
6
[Bug 92959] New: [NV1F celcius GeForce4 MX] Rendering artifacts, screen corruption, system reset.
https://bugs.freedesktop.org/show_bug.cgi?id=92959
Bug ID: 92959
Summary: [NV1F celcius GeForce4 MX] Rendering artifacts, screen
corruption, system reset.
Product: Mesa
Version: unspecified
Hardware: x86 (IA32)
OS: Linux (All)
Status: NEW
Severity: major
Priority: medium
2009 Dec 16
10
Silly question x64 vs i386
I have a really silly question... but just want to ask...
I have one box on my home network that is x86_64 capable... My other
boxes are all i386. As this x86_64 machine can, at most, house 4 GB of
RAM (currently only has 1 GB) - is there any advantage to my running
x86_64 on that machine instead of i386... Long story as to why I am
asking - but before I go off and moveit down to i386 -
2010 Mar 17
2
Silly question about KVM
I was wondering, if I do not have hardware that natively supports full
virtualization...and I choose to use KVM, will my VMs be running in some
form of chip emulation (and therefore terribly slow). To date, I've been
using Xen and am very comfortable with it. I have some fears that later
whenever Xen is dropped - I'll have to consider KVM.
Also, will Xen be carried forward should
2009 Dec 21
2
xm mem-set on an F11 xen guest
I just tried to change the memory for my F11 xen guest from 512 to 1024.
After executing:
xm mem-set workstation 1024
xm list shows the memory still being 512. Anyone else see this behavior
before? I tried other values as well - but the memory is still what it
was when I created the VM...
I'm running CentOS 5.4 on an i386...
Scot P. Floess
27 Lake Royale
Louisburg, NC 27549