Reporting bugs with Apport - II

This is a follow up to the previous post regarding Reporting bugs with Apport Apport, version 2.2.3-2, has been pushed to experimental. There were some nice feedback that led to some more changes that I will talk here. **Opt out: **As a developer, if you see the volume of reports to be annoying, you have the option to opt out of apport reports. To do this, you should specify the XBS-Apport: No field in your package ’s control file. [Read More]

Reporting bugs with Apport

So yet another bug reporting tool. :-) When I prepared Apport for Debian, I wasn’t sure how it will look going forward. If you look at the current one lying in experimental, it just detects your crashes and pops up in your systray. It doesn’t have the mechanism to interact with BTS. So, like the title of this post says, this is the first worthy feature for Apport in the context of Debian. [Read More]

Laptop Mode Tools - 1.61

Laptop Mode Tools, version 1.61, has been released and will land up soon for Debian. This is the version that would be targetting Wheezy. This release includes many bug fixes and should make power savings much better on your machines. This is mainly a bug fix release. Some parallel module execution approach has been used which could show runtime improvements. Changelog: 1.61 - Thu May 17 17:44:26 IST 2012 * Handle devices with persistent device naming. [Read More]

Kscope 1.6

In the 3.x days of KDE, there were some wonderful applications. One of them I still admire, is kscope. Recently, I stumbled upon this blog entry and thought of sharing my living with kscope. The move from KDE 3 to KDE 4 was a big one. During that move, the kscope author decided to port kscope to a Qt only application. That is what we have as the latest kscope, 1. [Read More]

Debian SAN

Many of the SAN components in Debian have me involved. So I think out to give an update on what the state of SAN would be in Debian Wheezy. Open-iSCSI : Just uploaded a newer version to experimental which eventually will crawl into testing. It should fix all release goals for Wheezy. Please give it a good test iscsitarget : Same goes here. This one is already in testing. Please test. [Read More]

Apport for Debian

apport just cleared the new queue and is now available in experimental. For those who do not know what apport is: Debugging program crashes without any automated tools has been pretty time consuming and hard for both developers and users. Many program crashes remain unreported or unfixed because: Many crashes are not easily reproducible. End users do not know how to prepare a report that is really useful for developers, like building a package with debug symbols, operating gdb, etc. [Read More]

OpenXenManager

OpenXenManager cleared the NEW queue and is now available in the archive. What it is: rrs@champaran:~$ apt-cache show openxenmanager Package: openxenmanagerVersion: 0.r80+dfsg-1Installed-Size: 3051Maintainer: Ritesh Raj Sarraf rrs@debian.orgArchitecture: allDepends: pythonDescription: full-featured graphical management tool for xen using xenapi OpenXenManager is a graphical interface to manage XenServer / Xen Cloud Platform (XCP) hosts through the network . OpenXenManager is an open-source multiplatform clone of XenCenter (Citrix)Homepage: http://sourceforge.net/projects/openxenmanager/Section: adminPriority: extraFilename: pool/main/o/openxenmanager/openxenmanager_0.r80+dfsg- 1_all.debSize: 396322MD5sum: 64df482dac6b99bc3403bcc0740f8718SHA1: 9c746f524c3c29eb88de7ae702c96cbca162f577SHA256: 454641eb26c57ba35ad573a3a8493ac6dbd82f7920c8b926049ef892724147e0 [Read More]

Laptop Mode Tools - 1.60

Hello World, I am very pleased to announce the release of Laptop Mode Tools, version 1.60. This release includes lots of bug fixes and should make power savings much better on your machines.The battery polling daemon now, more reliably, gets triggered and killed based on power states. This release also includes 2 helper scripts to trigger suspend and hibernate, in case anyone is interested. Given the advancements of Linux PM ( All thanks to Rafael J. [Read More]

Offline Package Manager - apt-offline

//autoplay off Your browser does not support the video tag. A copy of this article is also available here This article is about Offline Package Management in Debian. Debian is a pretty well known project. One of the things that makes Debian very popular is APT (a.k.a Advanced Packaging Tool) which allows remote package downloads, upgrades and dependency resolution. Unfortunately it does require a network connection - unless you use apt-offline. [Read More]

File System corruption and Recovery

So this is the 2nd time I ran into a problem like this again. My FAT32 file system on the external USB HDD, all of a sudden, started reporting: 00:47:32 rrs@champaran:/tmp$ sudo dosfsck /dev/sdb1dosfsck 3.0.9, 31 Jan 2010, FAT32, LFNLogical sector size is zero. I had been taking a lot of care to ensure that I don’t run into situation like this. No body likes losing data. The good part is that I’ve been lucky enough that, even without backups (now who’s gonna backup a backup disk), I have recovered all my data. [Read More]