[Bug 270371] Re: After crash, Ubuntu does not come up, ext3 root filesystem fails to mount

2009-01-12 Thread AmitChaudhary
Thanks.

Also note, this bug goes away with 8.10 and since it happens only on certain 
file corruption situations, it won
't be verified.

I will try to mark it as fixed.


** Changed in: linux (Ubuntu)
   Status: New = Fix Released

-- 
After crash, Ubuntu does not come up, ext3 root filesystem fails to mount
https://bugs.launchpad.net/bugs/270371
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 270371] Re: After crash, Ubuntu does not come up, ext3 root filesystem fails to mount

2008-09-16 Thread AmitChaudhary
Reply from Ted Tso on the linux kernel mailing list. Includes a
suggestion for live cd (two version, either run e2fsck automatically or
provide a way of not mounting disk filesystems) and another for patch
kernels.

Regards
Amit


 Original Message 
Subject:Re: ext3 mount infinite loop over orphan list issue, please 
release 2.6.27
Date:   Tue, 16 Sep 2008 08:53:46 -0400
From:   Theodore Tso [EMAIL PROTECTED]
To: Amit Chaudhary [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
References: [EMAIL PROTECTED]


On Mon, Sep 15, 2008 at 03:09:22PM -0700, Amit Chaudhary wrote:
 Over the weekend, due to a crash, I ran into the ext3 mount infinite  
 loop over orphan list issue. This was on Ubuntu 8.04. I tried many  
 things, including using 18 month old distributions, nothing works. Only  
 solution is to boot off a alpha version of next Ubunuty which has the  
 2.6.27 kernel (rc1 has the fix), more details are below:

 Can you please release 2.6.27 so that it can make it to stable  
 distributions.

As you point out, this problem has been fixed in 2.6.27-rc1.
Unfortunately, it is a problem which has been around for a very long
time --- perhaps since ext3 was first written.  No one had noticed the
problem for a very long time; in fact the first time someone reported
it as far I know was June 6, 2008, when Sami Liedes found it via a
synthetic testing program, fsfuzzer, which creates filesystems, then
corrupts them randomly and then sees whether or not they cause the
kernel to panic or hang when they are mounted.

You seem to have had the bad luck of running into the problem in a
real world situation relatively recently, but this has been a
long-standing problem.

As far as releasing 2.6.27, there still is a fairly large set of
regressions (i.e., bugs introduced in 2.6.27-rc1 or later) which need
to be fixed before we can release it; otherwise more users will have
bad experiences when older kernels that had worked fine for them will
break for them.  So while it might have helped you to have released
2.6.27, it could make things worse for many other users.  So that's
not a realistic option.  If I had to guess, given currently the
projected regression bug fix rates, there still is at least 2 or so of
bug fixing that still needs to be done before 2.6.27 is ready for
release.

We could take this bug fix and nominate it for release in the next
2.6.26-stable series, which distributions could then pick up --- maybe
we should have, but when the patch went in, it was seen was a fix for
largely theoretical problems, and not something that needed
accelerated handling.  This is still something we could do, but
realistically I'm not sure it's going to help the Ubuntu Intrepid
release, since it's pretty late in their schedule.  You might be
better off asking the Ubuntu kernel team if they are willing to cherry
pick the commit in question (ae76dd9a) and include it in their
release; they do have the ability to do that without waiting for an
upstream release, you know.

You also should have been able to work around the problem if you had
booted a rescue CD and checked your filesystem from the rescue CD.
That is the normal way these sorts of problems are fixed, and I'm a
bit surprised you didn't try this first.  It could be that Ubuntu
Rescue CD's could be made better by automating the ability of (upon
request) detecting the root filesystem on Ubuntu systems and then
running e2fsck on the filesystem before trying to mount them.

If you are willing to help out, we can always use more testers to test
the development kernels.  We can't do this alone, you know.  We've
wanted to shorten the release window, but in order to do that we need
more people helping to find and fix bugs during the development cycle.
Remember, this is open source.  If you see a problem you don't like,
you can help fix it.  And in fact, that's the most likely way that it
will get fixed.

Best regards,

- Ted

-- 
After crash, Ubuntu does not come up, ext3 root filesystem fails to mount
https://bugs.launchpad.net/bugs/270371
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 270371] Re: After crash, Ubuntu does not come up, ext3 root filesystem fails to mount

2008-09-15 Thread AmitChaudhary
Ok, so it was the problem from the link, rebooting from a live cd for Intrepid 
(Ubunty 8.10) Alpha 5 which has kernel 2.6.27 fixed it.
Incase your box hangs or goes in an infinite loop after a crash, this is one of 
the solutions.

It printed some error messages such as bad orphan node, did you run
e2fsck, n_inode = 1 , etc and then rebooting off the installed Ubuntu
worked.

Should mention, this is bad. Users should not have to go through kernel
patches, logs and try out alpha OSes to boot up from a crash.

Amit

-- 
After crash, Ubuntu does not come up, ext3 root filesystem fails to mount
https://bugs.launchpad.net/bugs/270371
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 270371] [NEW] After crash, Ubuntu does not come up, ext3 root filesystem fails to mount

2008-09-14 Thread AmitChaudhary
Public bug reported:

Hello,

Ubuntu 8.0.4 crashed while opening a .mpg in totem player. it was a hang, no 
response to keyboard, the mouse was moving but not response to clicks. 
Ctrl+Alt+F1, etc did not open a console.
On a reboot, the system did not come up. Neither did rescue mode. Rescue mode 
shows the last few kernel messages were
ext3: recovery required
   Orphan cleanup on readonly filesystem

which means Root filesystem with ext3 fails to mount.

I then tried booting with the 8.04 live CD, even the CD never boots up.
When running without the flags quiet  slpash, again the above
statements are the last printed.

I tried all of following Ubuntu live cds, 8.04.1, 7.10, 7.04, no luck.
The message is not printed in the last one, but it is stuck.

Does anyone know of any solution? Is there a way of not loading the
rootfs from the live CD?

I also found there is a fix for infinite loop in 2.6.27
(http://www.kernel.org/pub/linux/kernel/v2.6/testing/ChangeLog-2.6.27-rc1),
but am not sure if this is that issue

Thanks
Amit

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: ext3 kernel

-- 
After crash, Ubuntu does not come up, ext3 root filesystem fails to mount
https://bugs.launchpad.net/bugs/270371
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 237822] Re: Hibernate no longer works after Upgrade on Ubuntu 7.10, Swap disk disappears

2008-08-25 Thread AmitChaudhary
This bug no longer happens with Ubuntu 8.04. Hibernate works as
expected.

I will try to close it.

Thanks
Amit

** Changed in: linux-ubuntu-modules-2.6.22 (Ubuntu)
   Status: New = Invalid

-- 
Hibernate no longer works after Upgrade on Ubuntu 7.10, Swap disk disappears
https://bugs.launchpad.net/bugs/237822
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 237822] Re: Swap disk and Hibernate no longer works after Upgrade on Ubuntu 7.10

2008-06-06 Thread AmitChaudhary
Hi Thomas,

I hope it was clear from my bug, that hibernate was working before, for
many months. Every month or so, I pull in updates to 7.10 using the
built in update Manager and the last update broke both swap
functionality and hibernate functionality.

HP pavilion dv 1000 has a built intel graphics card, Adminstration-Screens  
Graphics mentions Intel 915 and the expermenital mode setting driver. lsmod 
output is below.
However, you comment did trigger\made me recall the fact that I was trying to 
get an external monitor working at that time. Maybe that changed things. I will 
try some variations over the next few days and see if that helps.

Thanks
Amit


[EMAIL PROTECTED]:/amit_dir/common$ lsmod
Module  Size  Used by
ipv6  273892  8 
af_packet  24840  2 
i915   25856  2 
drm83348  3 i915
rfcomm 42136  2 
l2cap  26240  11 rfcomm
bluetooth  57060  4 rfcomm,l2cap
ppdev  10244  0 
acpi_cpufreq   10568  0 
cpufreq_powersave   2688  0 
cpufreq_userspace   5280  0 
cpufreq_ondemand9612  1 
cpufreq_stats   7232  0 
freq_table  5792  3 acpi_cpufreq,cpufreq_ondemand,cpufreq_stats
cpufreq_conservative 8072  0 
button  8976  0 
video  18060  0 
container   5504  0 
dock   10656  0 
sbs19592  0 
battery11012  0 
ac  6148  0 
nls_iso8859_1   5120  1 
nls_cp437   6784  1 
vfat   14080  1 
fat54300  1 vfat
sbp2   24072  0 
parport_pc 37412  0 
lp 12580  0 
parport37448  3 ppdev,parport_pc,lp
joydev 11328  0 
snd_intel8x0   34972  2 
snd_ac97_codec100644  1 snd_intel8x0
ac97_bus3200  1 snd_ac97_codec
snd_pcm_oss44672  0 
snd_mixer_oss  17664  1 snd_pcm_oss
snd_pcm80388  3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
pcmcia 41388  0 
snd_seq_dummy   4740  0 
snd_seq_oss33152  0 
snd_seq_midi9600  0 
snd_rawmidi25728  1 snd_seq_midi
snd_seq_midi_event  8448  2 snd_seq_oss,snd_seq_midi
snd_seq53232  6 
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer  24324  2 snd_pcm,snd_seq
snd_seq_device  9228  5 
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
psmouse39952  0 
tifm_7xx1   8832  0 
tifm_core  11652  1 tifm_7xx1
sdhci  18828  0 
mmc_core   28420  1 sdhci
serio_raw   8068  0 
yenta_socket   27532  1 
rsrc_nonstatic 14080  1 yenta_socket
pcmcia_core40980  3 pcmcia,yenta_socket,rsrc_nonstatic
xpad9988  0 
snd54660  14 
snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore   8800  1 snd
ipw2200   149320  0 
ieee80211  35656  1 ipw2200
ieee80211_crypt 7040  1 ieee80211
snd_page_alloc 11400  2 snd_intel8x0,snd_pcm
iTCO_wdt   11940  0 
iTCO_vendor_support 4868  1 iTCO_wdt
intel_agp  25620  1 
agpgart35016  3 drm,intel_agp
evdev  11136  8 
ext3  133896  1 
jbd60456  1 ext3
mbcache 9732  1 ext3
usbhid 29536  0 
hid28928  1 usbhid
sg 36764  0 
sr_mod 17828  0 
cdrom  37536  1 sr_mod
sd_mod 30336  4 
8139cp 25088  0 
ata_piix   17540  3 
ohci1394   36528  0 
ieee1394   96312  2 sbp2,ohci1394
8139too27776  0 
mii 6528  2 8139cp,8139too
ata_generic 8452  0 
libata125168  2 ata_piix,ata_generic
scsi_mod  147084  5 sbp2,sg,sr_mod,sd_mod,libata
ehci_hcd   36492  0 
uhci_hcd   26640  0 
usbcore   138632  5 xpad,usbhid,ehci_hcd,uhci_hcd
thermal14344  0 
processor  32072  2 acpi_cpufreq,thermal
fan 5764  0 
fuse   47124  3 
apparmor   40728  0 
commoncap   8320  1 apparmor

-- 
Swap disk and Hibernate no longer works after Upgrade on Ubuntu 7.10
https://bugs.launchpad.net/bugs/237822
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 237822] Re: Swap disk and Hibernate no longer works after Upgrade on Ubuntu 7.10

2008-06-06 Thread AmitChaudhary
** Summary changed:

- Hibernate no longer works after Upgrade on Ubuntu 7.10
+ Swap disk and Hibernate no longer works after Upgrade on Ubuntu 7.10

** Description changed:

  Hello,
  
  I am on Ubuntu 7.10. After getting the last set of updates about 3-4
  days as of June 1st 2008, Hibernate no longer works. It has been working
  fine since I installed 7.10.
  
  Here is what no longer works means:
  1. I click hibernate and it saves as usual.
  2. When restarting next time, it reboots into the login screen.
  3. Now this time, if I select hibernate, it says no swap disk found and 
brings me back to the a locked desktop.
  
  The swap disk is no longer available. free command shows swap is not present 
(size 0).
  After restoring swap (mkswap, update uuid in /etc/fstab, add uuid link and 
swapon -a), swap comes back. 
+ 
+ This also means swap is no longer available and the system running only
+ on memory.
  
  I repeated the above steps and still the same problem.
  
  Some noteworthy log entries 
  Jun 1 09:23:48 amit-laptop kernel: [ 7.636000] EXT3-fs: sda3: orphan cleanup 
on readonly fs
  Jun 1 09:23:48 amit-laptop kernel: [ 7.636000] EXT3-fs: sda3: 4 orphan inodes 
deleted
  Jun 1 09:23:48 amit-laptop kernel: [ 7.636000] EXT3-fs: recovery complete.
  Jun 1 09:23:48 amit-laptop kernel: [ 7.652000] EXT3-fs: mounted filesystem 
with ordered data mode.
  
  Rolling back to linux-ubuntu-modules-2.6.22-14-generic-2.6.22-14.37 did
  not fix it. I have a complete history below
  
  Please fix as a useful functionality was broken. Also, please let me
  know, if you need more information let me know, it is a HP laptop
  (Pavilion dv1000)
  
  I reported this first on the forms, see
  http://ubuntuforums.org/showthread.php?p=5093238posted=1#post5093238
  
  Thanks
  Amit
  
  

  Other information
  
  [EMAIL PROTECTED]:/$ lsb_release -rd
  Description:Ubuntu 7.10
  Release:7.10
  
  

  
  The install list from last few updates, it is probably the one on May
  30.
  
  ---
  Commit Log for Fri May 30 20:28:23 2008
  Upgraded the following packages:
  libgnutls-dev (1.6.3-1build1) to 1.6.3-1ubuntu0.1
  libgnutls13 (1.6.3-1build1) to 1.6.3-1ubuntu0.1
  libgnutlsxx13 (1.6.3-1build1) to 1.6.3-1ubuntu0.1
  linux-ubuntu-modules-2.6.22-14-generic (2.6.22-14.37) to 2.6.22-14.38
  ssl-cert (1.0.14) to 1.0.14-0ubuntu0.7.10.1
  
  Installed the following packages:
  openssl-blacklist (0.1-0ubuntu0.7.10.4)
  ---
  Commit Log for Sat May 24 10:59:02 2008
  Upgraded the following packages:
  ssl-cert (1.0.14) to 1.0.14-0ubuntu0.7.10.1
  
  Installed the following packages:
  openssl-blacklist (0.1-0ubuntu0.7.10.2)
  
  ---
  Commit Log for Fri May 23 13:42:02 2008
  Upgraded the following packages:
  cupsys (1.3.2-1ubuntu7.6) to 1.3.2-1ubuntu7.7
  cupsys-bsd (1.3.2-1ubuntu7.6) to 1.3.2-1ubuntu7.7
  cupsys-client (1.3.2-1ubuntu7.6) to 1.3.2-1ubuntu7.7
  cupsys-common (1.3.2-1ubuntu7.6) to 1.3.2-1ubuntu7.7
  emacs (22.1-0ubuntu5.1) to 22.1-0ubuntu5.2
  emacs22-bin-common (22.1-0ubuntu5.1) to 22.1-0ubuntu5.2
  emacs22-common (22.1-0ubuntu5.1) to 22.1-0ubuntu5.2
  emacs22-gtk (22.1-0ubuntu5.1) to 22.1-0ubuntu5.2
  gstreamer0.10-esd (0.10.6-0ubuntu4) to 0.10.6-0ubuntu4.1
  gstreamer0.10-plugins-good (0.10.6-0ubuntu4) to 0.10.6-0ubuntu4.1
  kdelibs-data (4:3.5.8-0ubuntu3.3) to 4:3.5.8-0ubuntu3.4
  kdelibs4-dev (4:3.5.8-0ubuntu3.3) to 4:3.5.8-0ubuntu3.4
  kdelibs4c2a (4:3.5.8-0ubuntu3.3) to 4:3.5.8-0ubuntu3.4
  kdelibs5 (3.94.0-0ubuntu1) to 3.94.0-0ubuntu1.1
  kdelibs5-data (3.94.0-0ubuntu1) to 3.94.0-0ubuntu1.1
  kdelibs5-dev (3.94.0-0ubuntu1) to 3.94.0-0ubuntu1.1
  libcupsimage2 (1.3.2-1ubuntu7.6) to 1.3.2-1ubuntu7.7
  libcupsys2 (1.3.2-1ubuntu7.6) to 1.3.2-1ubuntu7.7
  libcupsys2-dev (1.3.2-1ubuntu7.6) to 1.3.2-1ubuntu7.7
  libhsqldb-java (1.8.0.8-1ubuntu1) to 1.8.0.8-1ubuntu1.1
  libspeex1 (1.1.12-3) to 1.1.12-3ubuntu0.7.10.1
  libssl-dev (0.9.8e-5ubuntu3.1) to 0.9.8e-5ubuntu3.2
  libssl0.9.8 (0.9.8e-5ubuntu3.1) to 0.9.8e-5ubuntu3.2
  openoffice.org (1:2.3.0-1ubuntu5.3) to 1:2.3.0-1ubuntu5.4
  openoffice.org-base (1:2.3.0-1ubuntu5.3) to 1:2.3.0-1ubuntu5.4
  openoffice.org-calc (1:2.3.0-1ubuntu5.3) to 1:2.3.0-1ubuntu5.4
  openoffice.org-common (1:2.3.0-1ubuntu5.3) to 1:2.3.0-1ubuntu5.4
  openoffice.org-core (1:2.3.0-1ubuntu5.3) to 1:2.3.0-1ubuntu5.4
  openoffice.org-draw (1:2.3.0-1ubuntu5.3) to 1:2.3.0-1ubuntu5.4
  openoffice.org-evolution (1:2.3.0-1ubuntu5.3) to 1:2.3.0-1ubuntu5.4
  openoffice.org-gnome (1:2.3.0-1ubuntu5.3) to 1:2.3.0-1ubuntu5.4
  openoffice.org-gtk (1:2.3.0-1ubuntu5.3) to 1:2.3.0-1ubuntu5.4
  openoffice.org-impress (1:2.3.0-1ubuntu5.3) to 1:2.3.0-1ubuntu5.4
  openoffice.org-java-common (1:2.3.0-1ubuntu5.3) to 1:2.3.0-1ubuntu5.4
  openoffice.org-math 

[Bug 237822] Re: Swap disk and Hibernate no longer works after Upgrade on Ubuntu 7.10

2008-06-06 Thread AmitChaudhary
Hi Thomas,

I tried multiple X11 configurations including bringing back the old xorg.conf 
and running 
sudo dpkg-reconfigure -phigh xserver-xorg

Then rebooted with swap, swap stays if hibernate is not used (regular
shutdown.) It is gone, if hibernate is used.

I will move to Ubuntu 8.04 in a month. It does eat up a weekend as I do
a complete backup before.

Thanks for your help.

Amit

-- 
Swap disk and Hibernate no longer works after Upgrade on Ubuntu 7.10
https://bugs.launchpad.net/bugs/237822
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 237822] Re: Hibernate no longer works after Upgrade on Ubuntu 7.10, Swap disk disappears

2008-06-06 Thread AmitChaudhary
** Summary changed:

- Swap disk and Hibernate no longer works after Upgrade on Ubuntu 7.10
+ Hibernate no longer works after Upgrade on Ubuntu 7.10, Swap disk disappears

-- 
Hibernate no longer works after Upgrade on Ubuntu 7.10, Swap disk disappears
https://bugs.launchpad.net/bugs/237822
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs



[Bug 237822] [NEW] Hibernate no longer works after Upgrade on Ubuntu 7.10

2008-06-05 Thread AmitChaudhary
Public bug reported:

Hello,

I am on Ubuntu 7.10. After getting the last set of updates about 3-4
days as of June 1st 2008, Hibernate no longer works. It has been working
fine since I installed 7.10.

Here is what no longer works means:
1. I click hibernate and it saves as usual.
2. When restarting next time, it reboots into the login screen.
3. Now this time, if I select hibernate, it says no swap disk found and brings 
me back to the a locked desktop.

The swap disk is no longer available. free command shows swap is not present 
(size 0).
After restoring swap (mkswap, update uuid in /etc/fstab, add uuid link and 
swapon -a), swap comes back. 

I repeated the above steps and still the same problem.

Some noteworthy log entries 
Jun 1 09:23:48 amit-laptop kernel: [ 7.636000] EXT3-fs: sda3: orphan cleanup on 
readonly fs
Jun 1 09:23:48 amit-laptop kernel: [ 7.636000] EXT3-fs: sda3: 4 orphan inodes 
deleted
Jun 1 09:23:48 amit-laptop kernel: [ 7.636000] EXT3-fs: recovery complete.
Jun 1 09:23:48 amit-laptop kernel: [ 7.652000] EXT3-fs: mounted filesystem with 
ordered data mode.

Rolling back to linux-ubuntu-modules-2.6.22-14-generic-2.6.22-14.37 did
not fix it. I have a complete history below

Please fix as a useful functionality was broken. Also, please let me
know, if you need more information let me know, it is a HP laptop
(Pavilion dv1000)

I reported this first on the forms, see
http://ubuntuforums.org/showthread.php?p=5093238posted=1#post5093238

Thanks
Amit


Other information

[EMAIL PROTECTED]:/$ lsb_release -rd
Description:Ubuntu 7.10
Release:7.10



The install list from last few updates, it is probably the one on May
30.

---
Commit Log for Fri May 30 20:28:23 2008
Upgraded the following packages:
libgnutls-dev (1.6.3-1build1) to 1.6.3-1ubuntu0.1
libgnutls13 (1.6.3-1build1) to 1.6.3-1ubuntu0.1
libgnutlsxx13 (1.6.3-1build1) to 1.6.3-1ubuntu0.1
linux-ubuntu-modules-2.6.22-14-generic (2.6.22-14.37) to 2.6.22-14.38
ssl-cert (1.0.14) to 1.0.14-0ubuntu0.7.10.1

Installed the following packages:
openssl-blacklist (0.1-0ubuntu0.7.10.4)
---
Commit Log for Sat May 24 10:59:02 2008
Upgraded the following packages:
ssl-cert (1.0.14) to 1.0.14-0ubuntu0.7.10.1

Installed the following packages:
openssl-blacklist (0.1-0ubuntu0.7.10.2)

---
Commit Log for Fri May 23 13:42:02 2008
Upgraded the following packages:
cupsys (1.3.2-1ubuntu7.6) to 1.3.2-1ubuntu7.7
cupsys-bsd (1.3.2-1ubuntu7.6) to 1.3.2-1ubuntu7.7
cupsys-client (1.3.2-1ubuntu7.6) to 1.3.2-1ubuntu7.7
cupsys-common (1.3.2-1ubuntu7.6) to 1.3.2-1ubuntu7.7
emacs (22.1-0ubuntu5.1) to 22.1-0ubuntu5.2
emacs22-bin-common (22.1-0ubuntu5.1) to 22.1-0ubuntu5.2
emacs22-common (22.1-0ubuntu5.1) to 22.1-0ubuntu5.2
emacs22-gtk (22.1-0ubuntu5.1) to 22.1-0ubuntu5.2
gstreamer0.10-esd (0.10.6-0ubuntu4) to 0.10.6-0ubuntu4.1
gstreamer0.10-plugins-good (0.10.6-0ubuntu4) to 0.10.6-0ubuntu4.1
kdelibs-data (4:3.5.8-0ubuntu3.3) to 4:3.5.8-0ubuntu3.4
kdelibs4-dev (4:3.5.8-0ubuntu3.3) to 4:3.5.8-0ubuntu3.4
kdelibs4c2a (4:3.5.8-0ubuntu3.3) to 4:3.5.8-0ubuntu3.4
kdelibs5 (3.94.0-0ubuntu1) to 3.94.0-0ubuntu1.1
kdelibs5-data (3.94.0-0ubuntu1) to 3.94.0-0ubuntu1.1
kdelibs5-dev (3.94.0-0ubuntu1) to 3.94.0-0ubuntu1.1
libcupsimage2 (1.3.2-1ubuntu7.6) to 1.3.2-1ubuntu7.7
libcupsys2 (1.3.2-1ubuntu7.6) to 1.3.2-1ubuntu7.7
libcupsys2-dev (1.3.2-1ubuntu7.6) to 1.3.2-1ubuntu7.7
libhsqldb-java (1.8.0.8-1ubuntu1) to 1.8.0.8-1ubuntu1.1
libspeex1 (1.1.12-3) to 1.1.12-3ubuntu0.7.10.1
libssl-dev (0.9.8e-5ubuntu3.1) to 0.9.8e-5ubuntu3.2
libssl0.9.8 (0.9.8e-5ubuntu3.1) to 0.9.8e-5ubuntu3.2
openoffice.org (1:2.3.0-1ubuntu5.3) to 1:2.3.0-1ubuntu5.4
openoffice.org-base (1:2.3.0-1ubuntu5.3) to 1:2.3.0-1ubuntu5.4
openoffice.org-calc (1:2.3.0-1ubuntu5.3) to 1:2.3.0-1ubuntu5.4
openoffice.org-common (1:2.3.0-1ubuntu5.3) to 1:2.3.0-1ubuntu5.4
openoffice.org-core (1:2.3.0-1ubuntu5.3) to 1:2.3.0-1ubuntu5.4
openoffice.org-draw (1:2.3.0-1ubuntu5.3) to 1:2.3.0-1ubuntu5.4
openoffice.org-evolution (1:2.3.0-1ubuntu5.3) to 1:2.3.0-1ubuntu5.4
openoffice.org-gnome (1:2.3.0-1ubuntu5.3) to 1:2.3.0-1ubuntu5.4
openoffice.org-gtk (1:2.3.0-1ubuntu5.3) to 1:2.3.0-1ubuntu5.4
openoffice.org-impress (1:2.3.0-1ubuntu5.3) to 1:2.3.0-1ubuntu5.4
openoffice.org-java-common (1:2.3.0-1ubuntu5.3) to 1:2.3.0-1ubuntu5.4
openoffice.org-math (1:2.3.0-1ubuntu5.3) to 1:2.3.0-1ubuntu5.4
openoffice.org-style-human (1:2.3.0-1ubuntu5.3) to 1:2.3.0-1ubuntu5.4
openoffice.org-writer (1:2.3.0-1ubuntu5.3) to 1:2.3.0-1ubuntu5.4
openssh-client (1:4.6p1-5ubuntu0.2) to 1:4.6p1-5ubuntu0.5
openssl (0.9.8e-5ubuntu3.1) to 0.9.8e-5ubuntu3.2
python-uno (1:2.3.0-1ubuntu5.3) to 1:2.3.0-1ubuntu5.4
ssh-askpass-gnome (1:4.6p1-5ubuntu0.2) to 1:4.6p1-5ubuntu0.5
ssl-cert (1.0.14) to 1.0.14-0ubuntu0.7.10.1
thunderbird 

[Bug 104536] gtkpod crashes when clicking on playlist column menu

2007-04-08 Thread AmitChaudhary
Public bug reported:

Binary package hint: gtkpod

gtkpod crashes every time when I click on the playlist column menu in
the left pane. Crash file attached.

Amit

** Affects: gtkpod (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
gtkpod crashes when clicking on playlist column menu
https://bugs.launchpad.net/bugs/104536
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 104536] Re: gtkpod crashes when clicking on playlist column menu

2007-04-08 Thread AmitChaudhary
Problem\crash report attachment

** Attachment added: gtkpod crash file for playlist click
   http://librarian.launchpad.net/7219432/_usr_bin_gtkpod.1000.crash

-- 
gtkpod crashes when clicking on playlist column menu
https://bugs.launchpad.net/bugs/104536
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs