Sections: [debian] [debian-backports] [debian-live] [debian-unofficial] [hardware] [software] [other]
Daniel Baumann - Random Debian Blog (circa 1993)
Tue, 27 Jul 2010:
The World's most powerful Wireless Network Card
About two weeks ago I got a Wifly-City G2000, the world's most powerful 802.11bg wireless network card. It features 2000mW which is 10 times more than the legally allowed limit of 200mW in Switzerland (or 2 times more than the allowed 1000mW in the USA, 5 times more than the allowed 400mW in Brazil, or 20 times more than the allowed 100mW in the EU).
The adapter is sold as a set named Wifly-City AVATAR-4PA with some accessories.
Contents
|
|
|
|
click on the images for full resolution
The box prominelty lists Linux compatibility and contains the following part:
The adapter has a Realtek 8187L chipset. This is particulary nice since there is no firmware needed for this chipset (therefore no questinable binary-only firmware blob). Also, it works out of the box with any Linux as of kernel version 2.6.30 and newer. I tested it on lenny with kernel backports, vanilla squeeze and vanilla sid. In all of these setups, it works out of the box without any configuration whatsoever - just plug it in and it works. I know that this is how it is supposed to be but still, I am always surprised again when things just work.
For those who care, this is the output of dmesg when plugging in the card...
[...] usb 1-1: new high speed USB device using ehci_hcd and address 6 usb 1-1: New USB device found, idVendor=0bda, idProduct=8187 usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 usb 1-1: Product: RTL8187_Wireless_LAN_Adapter usb 1-1: Manufacturer: Manufacturer_Realtek_RTL8187_ usb 1-1: SerialNumber: xxxxxxxxxxxx usb 1-1: configuration #1 chosen from 1 choice phy1: Selected rate control algorithm 'minstrel' phy1: hwaddr xx:xx:xx:xx:xx:xx, RTL8187vB (default) V1 + rtl8225z2, rfkill mask 2 rtl8187: Customer ID is 0xFF Registered led device: rtl8187-phy1::tx Registered led device: rtl8187-phy1::rx rtl8187: wireless switch is on usbcore: registered new interface driver rtl8187 ADDRCONF(NETDEV_UP): wlan1: link is not ready wlan1: direct probe to AP xx:xx:xx:xx:xx:xx (try 1) wlan1: direct probe responded wlan1: authenticate with AP xx:xx:xx:xx:xx:xx (try 1) wlan1: authenticated wlan1: associate with AP xx:xx:xx:xx:xx:xx (try 1) wlan1: RX AssocResp from xx:xx:xx:xx:xx:xx (capab=0x411 status=0 aid=5) wlan1: associated ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready wlan1: no IPv6 routers present [...]
...and this is the output of lsusb:
Bus 001 Device 006: ID 0bda:8187 Realtek Semiconductor Corp. RTL8187 Wireless Adapter
I have played with the card for some time now and am really pleased with it. It works nicely with all the standard tools (aircrack-ng, kismet, etc.).
The only bummer is that the card is quite expensive. Fortunately, we could arrange a good deal for Free Software people where the store selling it does not make any money on it: instead of 89 USD you can get it for 68 USD (including everything).
If you are interested in getting one and you are comming to DebConf 10 in New York between 2010-07-25 and 2010-08-08, you can write an email to Ralph Amissah or speak to Ralph personally during the event.
1 I have no idea why they are shipping with a Y cable because the adapter does not need one. However, it does not disturb and in case I ever need an Y cable, I now have one :)
Sun, 20 Jun 2010:
Debian Live Web Images Builder
Richard Nelson, an outstanding debian-live contributor and team member since many years, has setup an instance of the live-helper CGI scripts that are included within live-helper.
This webbuilder lets users get their own customized images without the need of having to install live-helper and build them on their own. It's available at live-helper.debian.net.
Apart from having some better looking html form and adding an online-help that will be worked on soon, it's working great. Thanks you, Richard.
[/planet-debian-aggregator/debian-live]
permanent link
Wed, 16 Dec 2009:
Syslinux Themes for Debian
10 days ago, I uploaded syslinux-themes-debian. It is sitting in the NEW queue ever since, and aparently I cannot rely on it being accepted anytime soon (it can be installed from the repository mentioned on the maintainers homepage, though).
However, while being still a first working version only that needs some improvements (especially until it could be used as a generic ressource for any other tool to make use of it, like live-helper or debian-cd, eventually), here's a screenshot from the squeeze theme, credits and a big thanks for the awesome graphics to Agnieszka Czajkowska.
[/planet-debian-aggregator/debian]
permanent link
Mon, 30 Nov 2009:
EXTLINUX as Alternative Bootloader
In September, the Debian GRUB maintainers took a step further in the long way of deprecating grub in favour of grub2.
From my personal point of view, grub2 is not the way to go. Mostly because of these reasons:
Back in Juli, when I was listening to the talk of Giacomo Catenazzi at DebConf 9 about bootloaders in Debian (high (618MB), low (110MB)), I was reminded that I really should getting EXTLINUX splittet out of Debians syslinux packaging and made available as an alternative bootloader within Debian.
Last week I hacked together an initial working version and uploaded it to experimental. Note that the two comands extlinux-install and update-extlinux do not have all the safety belts yet, the theme-ing mechanisms are not integrated yet (I'll upload a syslinux-themes-debian soon), and that the layout of the generation of the config files in /boot/extlinux may could change (debian-wise, not upstream-wise). For me, it works already well though, I'm using it on my main desktop and notebook.
If you want to help finding bugs or submitting wishlist bugs for additional stuff to be added, and recovering from an unbootable system is not a problem for you, you're welcome to try it out:
# apt-get install -t experimental extlinux syslinux-common
# sed -i -e 's|^postinst_hook =.*$|postinst_hook = update-extlinux|' \
-e 's|^postrm_hook =.*$|postrm_hook = update-extlinux|' \
/etc/kernel-img.conf
# mkdir -p /boot/extlinux
# update-extlinux
# extlinux-install DEVICE
Update: Rather than having /etc/kernel-img.conf modified by users, bootloader packages should add symlinks to their update scripts to /etc/kernel/postinst.d and /etc/kernel/postrm.d. Uploaded new version to experimental. Thanks maks for mentioning it.
Update 2: Also, grub2 now (through grub-common) unavoidably pulls in libfreetype6 as depends. This is, for me, unacceptable depends to have on a server (OTOH, extlinux has no non-essential depends), YMMV.
Mon, 27 Jul 2009:
dosfstools 3.0.5
Unfortunately, the last release of dosfstools had a stupid bug in dosfsck introduced by the VFAT patent avoidance patch that can cause data loss (see Debian bug #538758 for more information). Todays release of version 3.0.5 fixes this.
Source tarballs can be downloaded as usual from its homepage.
[/planet-debian-aggregator/software]
permanent link
Tue, 21 Jul 2009:
dosfstools 3.0.3 and 3.0.4
In May, I have uploaded dosfstools version 3.0.3 that added support for Xilinx's Microblaze processor, which I forgot to blog about.
Today, I have uploaded version 3.0.4 that fixes a problem when running on Linux with the VFAT patent avoidance patch and fixes a bug in dosfsck.
Source tarballs can be downloaded as usual from its homepage.
[/planet-debian-aggregator/software]
permanent link
Thu, 09 Jul 2009:
Re: How to not use lintian overrides
Dear Julien, apart from the fact that delivering a message in the way you usually do it with such posts totally sucks, it might not hurt if you think about it first, thanks.
For those who care about: Debian Forensics is a packaging team for forensic related packages in Debian. Although I am part of the team where I do work from time to time on the packages the team maintains, I do not want to be listed in uploaders, as I have already enough packages to care about on my own. Adding a lintian override is the only workaround to get rid of the annoying lintian warnings. Or well, I could stop doing uploads and ask other people to do the work instead...
Update: There is this and that thread where it was discussed some time ago, without solution. Thanks pabs for mentioning them.
[/planet-debian-aggregator/debian]
permanent link
Sat, 28 Feb 2009:
dosfstools 3.0.2
I have uploaded dosfstools version 3.0.2 that contains another few fixes. Source tarballs can be downloaded as usual from its homepage.
The aim for 3.0 was to unify all the patches out there that have been accumulated over the years. As this is mostly completed now, I will soon start doing real work which will lead to dosfstools 3.1 eventually.
[/planet-debian-aggregator/software]
permanent link
Sun, 23 Nov 2008:
dosfstools 3.0.1
I have uploaded dosfstools version 3.0.1 that contains another few fixes. Source tarballs can be downloaded as usual from its homepage.
[/planet-debian-aggregator/software]
permanent link
Sun, 28 Sep 2008:
dosfstools 3.0.0
dosfstools is a collection of three utilities for making and checking FAT/MS-DOS filesystems:
Unfortunately, dosfstools are without an active upstream maintainer for a couple of years. After I took over the package in Debian in June, I'm now also taking over upstream.
Version 3.0.0 includes all accumulated patches from Debian, Fedora, Gentoo and Suse together with some reordering of the sources. Packages have been uploaded to Debian sid, source tarballs can be downloaded from its new home.
[/planet-debian-aggregator/software]
permanent link
Thu, 04 Sep 2008:
Re: Debian not complying to licenses
Alexander Reichle-Schmehl has replied to my blog post about Debian not complying to licenses.
Dear Alexander, Debian is still not complying to licenses. And please don't cite me without the necessary context, thanks.
First, debian-cd (and also debimg) must contain the sources for syslinux, not to fulfil the GPL, but to fulfil the Debian policy. Read what I wrote here and here.
Second, even if debian-cd would go for source distribution under GPL clause 3b), both the current debian-cd version available in unstable (version 3.0.4) and current svn head (revision 1686, dated 2008-09-04) do not contain a written offer to obtain the sources for the embedded syslinux binary and are therefore, still, violating the GNU General Public License.
[/planet-debian-aggregator/debian]
permanent link
A couple of years ago, I took over the maintenance of the syslinux package since its previous maintainer was MIA. The takeover was motivated by to the fact, that having started to take care about live systems, I also started to use syslinux on a daily basis and that the syslinux package in Debian was horribly outdated.
At that time, I found out that debian-cd, the toolkit to build the official Debian Installer images, doesn't take syslinux out of the archive at build-time of the image, but rather embedds a copy of the required binaries inside the package itself. So I asked Steve to update the binary what he did. Before the etch release, I needed to ask the debian-cd team to sync again their embedded syslinux copy to match the one I had uploaded to the archive, as it was again outdated.
On the other hand, live-helper, the toolkit to build the official Debian Live images, was always using the package out of the archive and did never had that problem.
After we have released the Debian Lenny Live Beta 1 images last week, we got reports from people trying them on Apple MacBooks and failed because syslinux, taken out of the archive (version 3.71), is broken on that hardware. Some people stated that Debian Installer images do work. That is because debian-cd has an embedded copy of syslinux (version 3.63) which doesn't have that regressions.
Since syslinux version 3.71 is present in testing/lenny as well as unstable/sid, and stable/etch has version 3.31, that means... if debian-cd is embedding a syslinux binary with a different version, it must contain the sources for it (it also needs to contain the sources for it anyway, even if it would embedd binaries of the current version, however, it would be a tiny bit less arguable if its sources would be at least present in the Debian archive). So I checked debian-cd, and surprise, it doesn't contain syslinux sources.
Syslinux is licensed under the GNU General Public License, version 2 or later. That means, that if you distribute the binaries and sources together, you can remove both at the same time if you decide to no longer distribute the binary (that is what Debian uses to do). This let me to bug #497270. The option to distribute the binary with a note on how to get the sources, valid for three years, could theoretically be done, but isn't used so far (since it has pretty bad practical implications of keeping sources arround even after having stopped to distribute the binaries).
Checking fo the consequences for embedding bootloader binaries in debian-cd, I just saw that the Debian sarge release does ship syslinux version 2.04 in its images, but is shipping syslinux 2.11 in its source images. This is another violation of the GPL and I've filled this as bug #497471.
...and syslinux is just one bootloader, only used for i386 and amd64. Someone still needs to check for all the other bootloaders for the other architectures we support (and those also for the etch release).
While browsing arround on cdimage.debian.org, I also found the kde4beta livecds made by the Debian KDE team back in November 2007. Although these images are nice, there is no source available for them at all. They use packages that are not available anymore in Debian since a long time. This time, this doesn't only violate the GPL as in the previous two cases, but almost any copyleft license under which we distribute software in main and that is included on these images. I've filled this as bug #497462.
Again, this is not about blaming individual persons. But I'm pretty disappointed by these things. In Debian, we spend a big chunk of time checking licenses of packages before we start distributing them. We have our beloved NEW queue where, after the Debian Developer who has initial uploaded a package and has checked the sources, also ftp-masters are re-checking each and every package to ensure that our archive is kept legal. The NEW queue is a mesurement that consumes a big deal of our time, making uploading packages new packages slow, but this is the prize we pay for ensuring our freedom. And we do also make a big fuss about cluebating upstreams that don't respect licenses (be it intentionally or by accident). However, it appears that as good as our package checks are, we spend little to no time to check our resulting products made from these packages.
Update: kde4beta livecds have been removed now from cdimage.debian.org, see #497462.
Update 2: debimg does the same crap.
Update 3: After beeing forced to write again about debimg violating GPL, the offending binaries got finally removed now.
Update 4: debian-cd seems to be fixed in SVN by this commit.
Wed, 27 Aug 2008:
Debian Live Lenny Beta1
This is a post of the original announcement sent to debian-devel-announce@lists.debian.org.
The Debian Live team is pleased to announce the first beta of Debian Lenny's Live images.
Although we missed releasing images for Etch along with the installer images, we are now prepared to release live images within the regular Lenny release process. This is the first official release of Debian Live and the whole team has been working hard during the past 2.5 years to make Debian's own live systems become a reality.
Nevertheless, we do need your help to find more bugs and improve the live systems, so please try them out. The images are available at:
Please also have a look at the known issues listed below.
http://cdimage.debian.org/cdimage/lenny_live_beta1/
Main features
The build process of Debian Live basically consists of creating a Debian chroot, installing one or more kernels along with live-initramfs (a set of hooks into initramfs-tools for handling booting from read-only media) and generating a bootable image from that.
This process is handled by live-helper, a collection of shell scripts that allow us to automate and customize this process. Considerable care is taken to ensure that the resulting live system is not tainted by the host system and that installed packages are not modified morethan absolutely necessary.
This ensures that Debian Live really is Debian, and not "just another" a Debian-based live system.
Although live-helper is a toolkit to produce your very own live systems with only a few steps, we also provide prebuilt images that are meant to be used as reference systems for end-users. Currently, this consists of the three major desktop environments (GNOME, KDE and Xfce), as well as a small 'standard' image without a graphical environment.
For the desktop environments, package selection is performed by 'tasksel' with the respective desktop task, whilst the 'standard' image contains only packages of "Priority: standard" or greater, notwithstanding a handful of live-specific packages (console-common, eject, file, kbd, live-initramfs, locales, sudo and vim-tiny).
Debian Live offers prebuilt images for CD/DVD discs, USB sticks (or any HD-media-like device), tarballs (for PXE netboot) as well as a bare squashfs image to boot from the web directly.
Live Magic is an GUI frontend around the live-helper scripts, offering a subset of the features of live-helper in an easy-to-use graphical user interface.
live-magic 1.0 was recently uploaded to sid and is the recommended version. It currently supports 7 languages.
Live Installer is a special udeb for the Debian Installer that (optionally) replaces a part of d-i in order to install the system from the live image instead of to bootstrapping it from .deb packages. This way, a live system can be easily installed to the harddisk, ensuring that the look and feel of the installation (including preseeding) works the same as the regular installer process.
Unfortunately, live-installer does still have a few minor bugs left and is thus not included in our builds yet; we hope to be able to include it in the next beta.
We are looking forward to upload Beta2 in about two weeks from now (maybefollowed by a third beta) with one final RC after that which should be identical to the final release.
Some more details about the open things we would like to address in Beta2 and later can be found at the wiki page.
The Debian Live team is still looking for more contributors for new features (post-lenny, though) as well as documentation writers for the manual (always). If you care about live systems, please join and help!
Last but not least, our thanks goes to everyone who has contributed and to all maintainers that have kindly fixed live-specific bugs in their packages.
Fri, 23 May 2008:
Hewlett-Packard takes the piss out of their customers
I got a new Hewlett-Packard LaserJet P3005X. I unpacked the device, connected power and ethernet, went to HP support page and downloaded the firmware upgrade for it.
After carefully reading through the whole readme, I initiated the firmware upload. After successfull flashing cycle, the printer reboots and freezes with this message on the display:
...and the printer is dead, just after ten minutes of unpacking it.
How comes? HP equips some LaserJet P3005X with a formatter (that is the embedded "computer" inside the printer) that is not upgradeable. Brilliant.
And that is why Hewlett-Packard sucks beyond belief:
Downld file now
SEND RFU UPGRADE
Thanks Hewlett-Packard, you definitely did not make my day today.
[/planet-debian-aggregator/hardware]
permanent link
Mon, 04 Feb 2008:
My misc developement news (Januar 2008)
In the past I was not blogging small things if they were not worth a full blog entry on their own (or if I did not have the time to make up a full entry of it :). Inspired by the example of Raphaël Hertzog <hertzog@debian.org> with "News for Debian developers" for <debian-devel-announce@lists.debian.org>, I am intending to do the same on a monthly basis about my own Debian related work. I will only list some noteworthy changes and news, though. This first entry about January 2008 also covers a few things from the last month of 2007.
General News
After having taken over some rotting ITP bugs, Debian has now all the important packages to support Trusted Computing on platforms containing a TPM chip. The packages are not in good enough quality for release, but there is still some time left to fix that. Looking forward to make lenny supporting TPM properly out of the box, as well as aiming for making Debian the best TPM enabled distribution available.
Currently, the TSS software stack consists of trousers, tpm-tools, opencryptoki, libengine-tpm-openssl, and ecryptfs-utils.
I am using smartcards since a while to hold GnuPG, LUKS, and OpenSSL keys/certificates. Thanks to Jonas Meurer <mejo@debian.org> for applying a fix and a patch of mine to cryptsetup. Together with my uploads of gnupg-pkcs11-scd, pam-pkcs11 and pcsc-omnikey, I can now use Debian out of the box with smartcards for authentification, not relaying on patched or private packages anymore.
The next aim is to integrate smartcard support into debian-installer. It should be possible to use/store keys or certificates for encrypted filesystems directly from/to a smartcard during installation time.
Package News
The Botan library is maintained upstream in a stable release branch and a development release branch. Before, I was uploading as versioned source packages, botan1.4 and botan1.5. To be a bit more consistent, the two source packages are named botan and botan-devel now.
Tommi Virtanen <tv@eagain.net> has written a marvelous tool to securely manage hosted git repositories, named gitosis. Having always looked for an elegant sollution to maintain git repositories through push/pull over SSH only, this package made an excellent addition to the Debian archive.
GNUnet, more precisely the gnunet, gnunet-gtk and gnunet-qt packages where mainly maintained the last years by Arnaud Kyheng <Arnaud.Kyheng@free.fr> with me playing co-maintainer.
Arnaud has become busy within the last months, so I took over a more active role on its maintenance. Currently, all gnunet related packages are in sync and in its latest upstream version available in the archive. There is even a new sibling, gnunet-fuse.
After one and a half year of pushing its maintainer without any effect at all, I finally took over the unmaintained icedove-locales package in October 2007. I immediately changed the package to the proper naming scheme (icedove-l10n-*) which was an outstanding issue since August 2006.
In the last weeks, I have added unofficial localizations for Galizian, Nepali and Ukrainian, now supporting 38 localizations in total. Icedove localizations are now in good shape again, always matching the Icedove version and no longer lagging behind.
Following iceweasel-l10n and icedove-l10n, there are finally also localizations for iceowl (Mozilla Sunbird) available. Populating packages for iceowl-extension (Mozilla Lightning) from the same source package is a bit trickier package-wise, but will be available soon too.
In September 2007, Robert Milan <rmh@debian.org> on behalf of the Catalan/Valencian Debian translator team asked me to remove the iceweasel-l10n-roa-es-val package. Unfortunately, this localization is related to a long standing cultural and political dispute between the Catalan speaking Spanish people and the City of Valencia. Additionally, the localization itself is of poor quality. Of course, I removed the package in unstable immediately and prepared an upload for stable at the same time.
As usual, me asking something on debian-release results in first beeing ignored, then denied and third, two month after my request, beeing privately asked to upload nevertheless. This is one of the reasons I sometimes fully understand fellow maintainers not carring about stable at all anymore, it has become indeed too much of a hassle.
For the last decade, Debian was shipping an implementation of traceroute originating from BSD. After I took over the package in late 2006, it became clear to me that Debian should not maintain its very own version of traceroute. Therefore, I replaced traceroute in August 2007 with an implementation from Dmitry K. Butskoy <Dmitry@Butskoy.name>. Apart from the fact, that this modern implementation is better in every way (faster, cleaner, less bugs), it has an active upstream maintainer and is used by different other Linux distributions too.
Thanks to the work of Robert Milan <rmh@debian.org>, syslinux has now 64-bit CPU detection in unstable (2:3.55-2) and experimental (2:3.60-2) again.
Team News
Unfortunately, Debian has at the moment very few forensic related packages in the archive.
Christophe Monniez <dfence.242@gmail.com> maintains a lot of forensic related packages on behalf of his Debian based forensic LiveCD. Beeing interested to see them in Debian, I am mentoring him now how to merge them properly into Debian where possible, and maintain them in the official archive. We have formed an Alioth project for this purpose. Packages are maintained in git, everyone is welcome to join.
After having offered my help to maintain the Debian Consultants list, I got added to the webwml team. Doing Debian consultancy myself, this is just another way of helping out Debian from time to time by adding, removing and updating some entries of like-minded people in a list.
[/planet-debian-aggregator/debian]
permanent link
Fri, 07 Sep 2007:
Debian Live Web Boot
Thanks to a patch from Mathieu Geli, live-initramfs as of version 1.99.1-1 supports a boot parameter called fetch.
That means, that it is enough to have a bootloader (syslinux, grub, whatever) and a kernel with the initrd image on a medium (cdrom, usb-stick, whatever) to boot a Debian Live system directly from the Internet or the local network without needing to setup a netboot environment (as in PXE). Just type:
at the boot prompt. Whithin the boot process of the live system, the squashfs image will be once downloaded into RAM. After that point, no network access is required anymore. This is also the reason why it was invented initially, it is an alternative to the conventional netboot (PXE with tftp for boot and shared root over a network filesystem such as cifs, nfs or smb) where permanent network access is required, not a replacement.
Temporary limitations
live fetch=http://example.com/my_image.squashfs
[/planet-debian-aggregator/debian-live]
permanent link
Tue, 04 Sep 2007:
Swiss Voting on OOXML
This is the result of Swiss voting on ISO/IEC DIS 29500, the fast-tracking of the Microsoft Office Open XML file format.
| 4 screen AG | approval |
| Accenture AG | approval |
| ADVIS AG | approval |
| ALTRAN AG | approval |
| Baggenstos Wallisellen | approval |
| Bechtle IT-Systemhaus Thalwil | approval |
| CIS-Consulting | approval |
| Comsoft Direct AG | approval |
| Coris SA | approval |
| Dr. Pascal Sieber & Partners AG | approval |
| dynawell ag | approval |
| Ecma International | approval |
| ELCA Informatik AG | approval |
| EPFL Lausanne | disapproval |
| FSFE Free Software Foundation Europe | disapproval |
| GARAIO AG | approval |
| Gysel Ulrich Emanuel | disapproval |
| H.R. Thomann Consulting | approval |
| Hewlett-Packard (Schweiz) GmbH | approval |
| HSW Luzern, Institut IWI | approval |
| IAMCP Switzerland | approval |
| IBM (Schweiz) | disapproval |
| Informatikstrategieorgan Bund ISB | approval |
| isolutions gmbh | approval |
| itsystems AG | approval |
| Kull AG | approval |
| leanux.ch AG | approval |
| Leuchter Informatik AG | approval |
| MESO Products | approval |
| Microsoft Schweiz GmbH | approval |
| MondayCoffee AG | approval |
| Namics AG | approval |
| NEXPLORE AG | approval |
| Novell (Schweiz) AG | approval |
| Online Consulting AG | approval |
| Open Text | approval |
| PageUp Bern | approval |
| PC-WARE Systems (Schweiz) AG | approval |
| Puzzle ITC GmbH | disapproval |
| SBS Solutions AG | approval |
| Secunet SwissIT AG | disapproval |
| SIUG Swiss Internet User Group | disapproval |
| SKSF | approval |
| Skybow AG | approval |
| SoftwareONE | approval |
| SyGroup GmbH | disapproval |
| Sylog Consulting SA | approval |
| Syndrega | disapproval |
| TheAlternative | disapproval |
| Trivadis AG | approval |
| Unic Internet Solutions | approval |
| usedSoft AG | approval |
| Verein /ch/open | disapproval |
| WAGNER AG Kirchberg | approval |
| Wilhelm Tux (Verein) | disapproval |
| Würgler Consulting | disapproval |
| Zürcher Hochschule der Künste | disapproval |
| Total of voting (75% majority) | 43 approval (75.4%); 14 disapproal (24.6%) |
A majority with 75% has been reached with one vote.
Thu, 19 Apr 2007:
Debian Live and Google Summer of Code 2007
Debian is this year again part of Google's Summer of Code.
Last week, the final decisions about the proposed projects were made and Google granted 9 slots in total for Debian. I am very glad to say that Chris 'lamby' Lambs proposal for Debian Live is amongst those.
Here is the abstract from his proposal:
The next step on the timeline begins at May 28th, where the students start coding on their projects. I am happily looking forward to it.
Live-helper is a utility to build CD, DVD, netboot and USB-stick live
images of Debian, a GNU/Linux operating system. It boasts support for
multiple architectures, auto-building images, amongst many other
features.
Live-helper is extremely flexible, allowing interested parties to create
their own system completely specific to their needs, including support
for custom package lists, kernel parameters, encryption, additional
commands to configure the live system etc.
My proposal is to construct a graphical user interface that can be used
in conjunction with live-helper to build Debian Live systems, allowing
editing of existing configurations and including a 'wizard'-style
walkthrough for the first-time user.
Providing less experienced users with the opportunity to easily create
live distributions will generate more exposure for live-helper,
providing more valuable feedback for its developers and ultimately
helping Debian's image as an extremely flexible and free operating
system.
The GUI will be written in Python using the pygtk GTK+ bindings.
[/planet-debian-aggregator/debian-live]
permanent link
Sun, 08 Apr 2007:
After the release is before the release
Now that Debian Etch is released, we can finally start working on Lenny. For me, amongst normal package maintainer tasks, this includes:
However, I'm seeing mass bug filing times coming! :)
...right, and parties too.
[/planet-debian-aggregator/debian]
permanent link
Wed, 04 Apr 2007:
See you in .sco
Flying from Switzerland to Scotland is not very expensive, but it is still more than I can afford myself. This year, I got sponsorship for my ticket to DebConf7 in the first round, so I am able to attend from 9th to 24th June, jippie! :)
Thanks a lot to all the DebConf people and sponsors. I do very, very appreciate your work.
[/planet-debian-aggregator/debian]
permanent link
Wed, 07 Mar 2007:
Re: Everybody loves the Debian cabal - 3: French torture
Josselin, I feel flattered that I play a role in your latest Debian cabal strip, I found the past two very funny.
However, I don't get the joke of the third one: I do not have any package in Debian using debconf. Are you mistaking me for someone else?
[/planet-debian-aggregator/debian]
permanent link
Sat, 17 Feb 2007:
Debian Live Encryption
In the past, the (compressed) filesystem image was always unencrypted. Thanks to a patch from Sebastien Raveau
Sat, 10 Feb 2007:
Debian Live USB
In the past, live-package was only able to build ISO images and netboot tarballs. Then, I added the 'usb' target and as of today, with live-package 0.99.20-1, all autobuild flavours are also available as images for USB memory sticks.
As before, the images can be downloaded from http://live.debian.net/.
[/planet-debian-aggregator/debian-live]
permanent link
Tue, 06 Feb 2007:
Re: kqemu is free !
Mike, I just uploaded the new kqemu to experimental, it is currently waiting in NEW, and also available here: http://archive.daniel-baumann.ch/debian/packages/kqemu/.
[/planet-debian-aggregator/debian]
permanent link
Mon, 05 Feb 2007:
Debian Live Autobuild
In the past, I uploaded manually new Debian Live images once or twice per month. Then, I setup a new server some weeks ago and as of today, the following flavours are now autobuilt weekly for testing and daily for unstable (currently i386 only):
All images can be downloaded from http://live.debian.net/.
only packages of priority standard or higher and a few live specific packages (eject, file and sudo).
the standard system, laptop related packages (laptop task) and the GNOME desktop environment (desktop and gnome-desktop tasks).
the standard system, laptop related packages (laptop task) and the KDE desktop environment (desktop and kde-desktop tasks).
the standard system, laptop related packages (laptop task) and the Xfce desktop environment (desktop and xfce-desktop tasks).
[/planet-debian-aggregator/debian-live]
permanent link