Project Atomic Test Day- 20th Nov’14

Project Atomic test day for Fedora 21 was scheduled on 20th Nov’14. To be a part of that we organized test day in Red Hat’s Bangalore office.  As far as I know this is the first such activity we did in Fedora Community  from Bangalore. In Pune, India Fedora community organised  FADs on F21 testing and … Read more

8th Bangalore Docker meetup and Global Hackathon#2

On 1st Nov’14, Red Hat offices in Bangalore and Pune hosted Docker meetups and Hackathon. ~40 people attended Bangalore meetup. Before the hackathon we had following presentations :- Docker Global Hackday opening by Avi Cavale, Co-founder and CEO, Shippable. Introduction to Docker – Pranay Pareek, Shippable Introduction to Project Atomic – Neependra Khare, Red Hat. In … Read more

LinuxCon/CloudOpen NA 2014

I got the opportunity to attend LinuxCon/CloudOpen NA this year, which happened last week b/w 20th to 22nd August’14. Few take aways for me  from the Keynote of Jim  Zemlin were – Software is eating the World and Open Source is eating the Software. – Any software foundation should work like janitor for its project, enable structured … Read more

Running GlusterFS inside docker container

As a part of GlusterFS 3.5 testing and hackathon, I decided to put GlusterFS inside a docker container.So I installed docker on my Fedora20 desktop [sourcecode language=”text” gutter=”false”] $ yum install docker-io -y $ systemctl enable docker.service ln -s ‘/usr/lib/systemd/system/docker.service’ ‘/etc/systemd/system/multi-user.target.wants/docker.service’ $ systemctl start docker.service $ docker version Client version: 0.7.6 .. Server version: 0.7.6 … Read more

FUDCon Pune 2011

FUDCon was sheduled on 4-6 Nov’11 in COEP, Pune. Because of my other commitments I did not get the chance to attend keynotes or closing talks but I watched some of them online. I did get chance to attend few sessions which were scheduled after my talks. I subumitted two talks and both were got selected. 1. … Read more

Kernel Compilation Session @Embedded Nirvana

Embedded Nirvana is an initiative for hands-on knowledge sharing for Linux OS on Embedded Devices. Today we are having out event for COEP students http://embeddednirvana.org/about-envent/.  I also gave a talk on Linux Kernel Compilation. The commands are very specific for Fedora. Before getting into kernel compilation I would like to talk about few things which … Read more

Gnunify’11

I participate in Gnunify this year as well. Other that presenting my talk on “Setting Up Linux Kernel Debugging Environment”, I organized a programming contest as well with the PLUG members. I’ll be putting another post for that. My talk was scheduled at 3:45 PM on 11th Feb and I was planning to go post lunch … Read more

FOSS.in’10 Experience

From the previous post you might know that I attended FOSS.in’10 and gave a talk on Ftrace in Fedora Mini-Conf. I had great time there. Meeting with friends. talks, technical discussions on the flight/ at the venue/ at dinner… Apart from all the keynotes and Fedora Mini-Conf, I attended following talks:- Operating System Caches in … Read more

Ftrace: Fedora Mini-Conf Session at FOSS.in’10

I gave a talk on Ftrace in Fedora Mini-Conf  at FOSS.in’10. The slides are at https://fedoraproject.org/wiki/File:Fedora_Ftrace.pdf I started my presentation with an example. I setup function_ftrace as  current_tracer and set the trace filter for all the ext3 functions and started the tracing: [sourcecode language=”text” gutter=”false”] $ echo function_ftrace > /sys/kernel/debug/tracing/current_tracer $ echo ext3* > /sys/kernel/debug/tracing/set_ftrace_filter … Read more