Bug#575773: live-installer-launcher crashes the system

2010-03-29 Thread amol verule
Package:live-installer-launcher Version:15 when i stop live-installer-launcher application before completion of debian installation,system gets hang always need to restart the system. as well after clicking abort installation application is not exiting .I am running application

Bug#575774: No kernel modules were found.

2010-03-29 Thread amol verule
Package:live-installer-launcher Version:15                 squeeze CD which is mounted on /cdrom has same d-i and kernel version which i am running i.e 2.6.30-bpo.1-486 but then also i am getting error as No kernel modules were found. This probably is due to a mismatch between the kernel used by

Bug#514691: problem with the module r8169

2009-09-02 Thread amol verule
hi, which is ethernet card may be it require r8168 driver. On Wed, Sep 2, 2009 at 1:19 AM, Moritz Muehlenhoff j...@inutil.org wrote: On Tue, Feb 10, 2009 at 05:39:09AM +0100, yellowprotoss wrote: Package: r8169 Severity: normal The module r8169 which is reponsible of my network

Bug#538949: The program 'cheese' received an X Window System error

2009-07-27 Thread amol verule
Package: cheese Version: 2.22.3-3 When I invoke `cheese --sync -v` Here is a transcript: #cheese --sync -v (cheese:5203): GLib-GObject-WARNING **: invalid (NULL) pointer instance (cheese:5203): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE

Bug#505188: bash shell is not giving proper output for my c program executable file.

2008-11-10 Thread amol verule
Package: bash Version: 3.1dfsg-9 i am getting different output in bash and c shell for my c program in debian .bash #includestdio.h int main() { int i=3; printf(%d,i); return 0; } bash output is [EMAIL PROTECTED]/a.out [EMAIL PROTECTED] [EMAIL PROTECTED] (switching to cshell)

Bug#505183: bug in gcc ..printf not showing expected output

2008-11-10 Thread amol verule
Package: gcc Version: 4:4.2.2-2 i am getting different output for my c program in debian and other linux distro . #includestdio.h int main() { int i=3; printf(%d,i); return 0; } output is [EMAIL PROTECTED]/a.out [EMAIL PROTECTED] but expected output or in other linux distro i am getting output