-
IRC logs for #ubuntu-us-wa
Hello, google. I would like to introduce you to our chat logs. Chat logs, google. Google, chat logs. We will discuss things here such as Mono, GNOME and Debian. We may even use it to talk about work on the DLR project stuff.
-
building unmodified_drivers
This is the gist of it: $ cd /usr/src/ # $ sudo chmod a+rwx . $ wget ftp://ftp.suse.com/pub/projects/kernel/kotd/SLE11_BRANCH/src/kernel-source-2.6.27.39-0.0.0.25.15a4c6f.src.rpm $ alien -tg kernel-source-2.6.27.39-0.0.0.25.15a4c6f.src.rpm $ cd kernel-source-2.6.27.39 $ tar xfj linux-2.6.27.tar.bz2 $ for f in patches.*.tar.bz2; do tar xfj $f || break; done $ for p in $(./guards x86_64 < series.conf); do patch -d linux-2.6.27 -p1 <…
-
Xen PV network driver
I haven’t used Xen HVM until recently. When I was at Amazon and hanging with the Xen provisioning folks, I recall complaints about the performance of network drivers on HVM instances. I’ve recently discovered that this was due to the use of the ioemu virtual interface (vif) system. In paravirtualized environments, Xen vif devices are…
-
A quick update – I’m a grad student!
Hey all! I’m sorry I haven’t been very active with my packages recently. I all-of-a-sudden started grad school and have been swamped with studying. I also started a contract and have been busy trying to learn a new codebase while contributing something other than snark. I promise I’ll get back to packaging IronRuby and IronPython…
-
Mono 2.4.2.3+dfsg-2 just hit debian
Thanks to Meebey! Sorry for the being out of touch thing and the not posting anything recently thing. A vacation took me by surprise and clocked me right upside the head. Next on the TODO list: Update the dlr-languages package to indicate dependence on the new release make sure it builds correctly on my sid…
-
dlr-languages package passes another hurdle
It looks like the upload of the Iron* languages to Debian is imminent. We’ve gotten the debian/watch file downloading a tarball of the git tag we’ve chosen for this release. This was the last bit meebey needed in order to present it to the maintainer of ironpython in lenny. He has agreed to let the…
-
MS-PL is acceptable for Fedora as a GPL-incompatible license
https://www.redhat.com/archives/fedora-legal-list/2009-August/msg00017.html In addition, IronRuby/IronPython/DLR may make it in to FC 13, thanks to Brett.
-
dlr-languages packaging
An update on recent changes to the IronRuby packaging. We’ve changed the name of the source package because We’re packaging IronPython as well as IronRuby (thanks doko!) I’ve added the wrapper scripts (irake, igem, etc.). Maybe this is showing that I’m not a heavy user… After building meebey’s packages and installing them: $ cat /etc/debian_version…