Re: [Bug 66321] Re: VPN connection hangs with message "Cannot determine ethernet address for proxy ARP"

2008-08-23 Thread sohail
Mackenzie Morgan wrote:
> Is this still an issue in Hardy?  If so, what about in Intrepid?

Hi, no longer a problem in Hardy. Apologies for not responding earlier.

> 
> ** Changed in: pptp-linux (Ubuntu)
>Status: New => Incomplete
> 

-- 
Sohail Somani
http://uint32t.blogspot.com

-- 
VPN connection hangs with message "Cannot determine ethernet address for proxy 
ARP"
https://bugs.launchpad.net/bugs/66321
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 232400] [NEW] After hibernate, PC is slow to resume

2008-05-20 Thread sohail
Public bug reported:

Hi,

I've been using Ubuntu since Dapper and hibernate/suspend have always
been a bit iffy for all my machines. Howver, as recent as 7.10,
hibernate was working just fine.

In version 8.04, hibernate still works but it takes a very, very long
time to resume from the hibernate state.

Everything still works as before, but its just very slow to get back up
kind of negating the point of hibernating in the first place!

I experience this on my PC and laptop although the laptop is a lot
slower.

Would appreciate some help debugging this.

Thanks!

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
After hibernate, PC is slow to resume
https://bugs.launchpad.net/bugs/232400
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


Re: [Bug 232400] Re: After hibernate, PC is slow to resume

2008-06-09 Thread sohail
Thomas K wrote:
> What graphics hardware and drivers do you have? These are the most
> common cause of issues with suspend/resume.

Apologies for the delay.

I have the nVidia binary drivers from Ubuntu and I use the GeForce 8400 
GS (rev a1).

Thanks for looking into this Thomas.

-- 
Sohail Somani
http://uint32t.blogspot.com

-- 
After hibernate, PC is slow to resume
https://bugs.launchpad.net/bugs/232400
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


Re: [Bug 232400] Re: After hibernate, PC is slow to resume

2008-06-10 Thread sohail
Thomas K wrote:
> Marking this as affecting the package containing nvidia-glx drivers.
> 
> Sohail, I'm afraid I can't help beyond pointing you at the likely cause.
> Suspend/resume is a common problem with NVidia and ATI proprietary
> graphics drivers.
> 
> ** Changed in: linux-restricted-modules-2.6.24 (Ubuntu)
> Sourcepackagename: None => linux-restricted-modules-2.6.24

Ah but I don't think this is the problem this time.

In my case, it takes forever to *begin* resuming. You know when you 
bootup and it says something mapping from name_to_dev_t?  That takes 
forever to occur.

-- 
Sohail Somani
http://uint32t.blogspot.com

-- 
After hibernate, PC is slow to resume
https://bugs.launchpad.net/bugs/232400
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 30557] Re: [Bug 30557] Re: cpu idle time in /proc/stat wrong

2006-08-05 Thread sohail
On Fri, 2006-08-04 at 13:35 +, João Manuel Rodrigues wrote:
> Should the bug now be marked "Fix released"?
> 
> According to the changelog on the latest (2.6.15-26.46) dapper kernel:
> http://changelogs.ubuntu.com/changel...6.46/changelog
> It seems to be out now.
> 

Seems to work fine for me now. Dell XPS Gen2.

Though I haven't compared it to -386 so I can't say for sure.

-- 
cpu idle time in /proc/stat wrong
https://launchpad.net/bugs/30557

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

[Bug 50024] Re: [Bug 50024] Re: Thinkpad T43 2.6.15-23/25, system slow to use due to CPU spikes

2006-06-20 Thread sohail
*** This bug is a duplicate of bug 30557 ***

On Tue, 2006-06-20 at 20:26 +, Adam Koszela wrote:
> *** This bug is a duplicate of bug 30557 ***
> 
> Until this gets fixed, change your kernel to the regular -i386. No need
> for acpi=off with that one (see #30557).

Or add: echo 1 >  /sys/module/processor/parameters/max_cstate

to /etc/rc.local

-- 
Thinkpad T43 2.6.15-23/25, system slow to use due to CPU spikes
https://launchpad.net/bugs/50024

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


Re: [Bug 66337] Re: Suspend broken in edgy (worked in dapper)

2006-10-17 Thread sohail
On Tue, 2006-10-17 at 05:09 +, sohail wrote:
> Ok, I figured out that the reason is because powersaved is not started.
> When I do invoke-rc.d powernowd start It complains:
> 
>  * Starting power management daemon powersaved
>   [fail] 
> ##
> # ACPI system but acpid not running. #
> # Please install acpid package, then restart powersaved! #
> ##
> invoke-rc.d: initscript powersaved, action "start" failed.
> /var/lib/dpkg/info/powersaved.postinst: 11: check_return_code: not found
> 
> Manually starting acpid and then powersaved fixes it...

Note that even if I manually start acpid and powersaved, I cannot
suspend except by powersave -u. System -> Quit -> Suspend simply locks
the screen.

-- 
Suspend broken in edgy (worked in dapper)
https://launchpad.net/bugs/66337

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


Re: [Bug 66337] Re: Suspend broken in edgy (worked in dapper)

2006-10-17 Thread sohail
On Tue, 2006-10-17 at 15:58 +, Luka Renko wrote:
> Is acpid running after clean reboot? 
> "ps -ef | grep acpid" will tell you that.
> 
> Logout dialog works with HAL interface for suspend, and since powersave
> is not integrated with HAL (to provide suspend/resume functions) it does
> not work.

Hi Luka, thanks for replying.

After a clean boot, I see:

$ ps -ef | grep acpid
root10 7  0 Oct16 ?00:00:00 [kacpid]

-- 
Suspend broken in edgy (worked in dapper)
https://launchpad.net/bugs/66337

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


Re: [Bug 66337] Re: Suspend broken in edgy (worked in dapper)

2006-10-17 Thread sohail
On Tue, 2006-10-17 at 16:03 +, Luka Renko wrote:
> This might be the same issue as reported in bug 64646

launchpad is currently down, I'll check it tomorrow.

-- 
Suspend broken in edgy (worked in dapper)
https://launchpad.net/bugs/66337

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


Re: [Bug 66337] Re: Suspend broken in edgy (worked in dapper)

2006-10-17 Thread sohail
On Tue, 2006-10-17 at 16:09 +, Luka Renko wrote:
> Please also provide output of the following command:
> 
> sudo fuser -v /proc/acpi/event

sudo fuser -v /proc/acpi/event

 USERPID ACCESS COMMAND
/proc/acpi/event:haldaemon   4065 f hald-addon-acpi

-- 
Suspend broken in edgy (worked in dapper)
https://launchpad.net/bugs/66337

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


Re: [Bug 66337] Re: Suspend broken in edgy (worked in dapper)

2006-10-17 Thread sohail
On Wed, 2006-10-18 at 03:39 +, sohail wrote:
> On Tue, 2006-10-17 at 16:03 +, Luka Renko wrote:
> > This might be the same issue as reported in bug 64646
> 
> launchpad is currently down, I'll check it tomorrow.

Hmm. Seems to be the same issue. What is the issue anyway?

-- 
Suspend broken in edgy (worked in dapper)
https://launchpad.net/bugs/66337

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


[Bug 64387] Re: [Edgy] powersaved and kpowersave ->issues under KDE

2006-10-18 Thread sohail
Me too! Same bug.

-- 
[Edgy] powersaved and kpowersave ->issues under KDE
https://launchpad.net/bugs/64387

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


[Bug 44945] Re: Dapper: ALT-F2 no longer brings up run dialog, ALT-F1 no longer selects Applications menu

2006-10-24 Thread sohail
I've verified that removing this file and logging in again fixes the
problem..

-- 
Dapper: ALT-F2 no longer brings up run dialog, ALT-F1 no longer selects 
Applications menu
https://launchpad.net/bugs/44945

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


[Bug 44945] Re: Dapper: ALT-F2 no longer brings up run dialog, ALT-F1 no longer selects Applications menu

2006-10-24 Thread sohail
Hi,

As of today, the problem still occurs. Here is my gtkrc-2.0 (I am
working in gnome):

# This file was written by KDE
# You can edit it in the KDE control center, under "GTK Styles and Fonts"

include "/usr/share/themes/Qt/gtk-2.0/gtkrc"

style "user-font"
{
font_name="Sans Serif 9"
}
widget_class "*" style "user-font"

gtk-theme-name="Qt"
gtk-font-name="Sans Serif 9"

-- 
Dapper: ALT-F2 no longer brings up run dialog, ALT-F1 no longer selects 
Applications menu
https://launchpad.net/bugs/44945

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


[Bug 30557] Re: [Bug 30557] Re: cpu idle time in /proc/stat wrong

2006-07-19 Thread sohail
Is this supposed to be fixed for 2.6.15-26-686? Because it still isn't
fixed for me (top reports ~80% CPU usage with max_cstate set to 3)

On Wed, 2006-07-19 at 16:06 +, Ben Collins wrote:
> Thanks. Patches applied for next dapper update.
> 
> ** Changed in: linux-source-2.6.15 (Ubuntu)
>  Assignee: (unassigned) => Ben Collins
>Status: Confirmed => Fix Committed
>

-- 
cpu idle time in /proc/stat wrong
https://launchpad.net/bugs/30557

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


[Bug 30557] Re: [Bug 30557] Re: [Bug 30557] Re: [Bug 30557] Re: cpu idle time in /proc/stat wrong

2006-07-19 Thread sohail
Ah. I picked up a kernel update last night that was the version below so
I thought it might have been that.

Thanks!

On Thu, 2006-07-20 at 03:25 +, Ben Collins wrote:
> On Thu, 2006-07-20 at 02:56 +0000, sohail wrote:
> > Is this supposed to be fixed for 2.6.15-26-686? Because it still isn't
> > fixed for me (top reports ~80% CPU usage with max_cstate set to 3)
> 
> 
> "Fix committed" means it's in our source repo. When it's marked "Fix
> released", then it will mean it's uploaded and available.
>

-- 
cpu idle time in /proc/stat wrong
https://launchpad.net/bugs/30557

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


[Bug 41453] Re: [Bug 41453] Re: [Bug 41453] Re: Menu/dialog font is huge in Firefox since today's update

2006-09-12 Thread sohail
ditto

On Tue, 2006-09-12 at 15:39 +, gpothier wrote:
> No, it is no longer the case anymore... if I remember that was fixed
> by a subsequent update.
> g
> 
> On 9/12/06, Xavier <[EMAIL PROTECTED]> wrote:
> > Is this still the case ?
> > You said the font gtk apps were using, but not kde ones. You should choose 
> > to use the same font in gtk style and fonts to have konqueror and synaptic 
> > look the same.
> > Concerning firefox, it has its own dpi settings, so you will need to check 
> > that.
> >
> > --
> > Menu/dialog font is huge in Firefox since today's update
> > https://launchpad.net/bugs/41453
> >
>

-- 
Menu/dialog font is huge in Firefox since today's update
https://launchpad.net/bugs/41453

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


[Bug 41453] Re: [Bug 41453] Re: Menu/dialog font is huge in Firefox since today's update

2006-09-13 Thread sohail
Its kind of funny. In a bad way. Because the fonts are huge again :(

On Wed, 2006-09-13 at 21:57 +, Xavier wrote:
> Oh, right, just had a look at this changelog :
> http://changelogs.ubuntu.com/changelogs/pool/main/k/kdebase/kdebase_3.5.2-0ubuntu27/changelog
> 
> kubuntu_52_gtk_qt_engine_config.diff was altered first at Mon, 24 Apr
> 2006 21:16:19 +0200, which probably introduced this bug, and then at
> Mon,  1 May 2006 15:02:46 +0100 which probably fixed it.
>

-- 
Menu/dialog font is huge in Firefox since today's update
https://launchpad.net/bugs/41453

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


[Bug 66306] After updating to 6.10, dpkg-configure fails

2006-10-15 Thread sohail
Public bug reported:

Binary package hint: python-logilab-astng

E: python-logilab-common: subprocess post-installation script returned error 
exit status 1
E: python-logilab-astng: dependency problems - leaving unconfigured

** Affects: logilab-astng (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
After updating to 6.10, dpkg-configure fails
https://launchpad.net/bugs/66306

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


[Bug 66321] VPN connection hangs with message "Cannot determine ethernet address for proxy ARP"

2006-10-15 Thread sohail
Public bug reported:

Binary package hint: pptp-linux

See summary.

This worked fine in 6.06 but is broken in 6.10 (just upgraded this
morning)

What can I do to get more information?

Thanks!

PS: Everything else works fine!

** Affects: pptp-linux (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
VPN connection hangs with message "Cannot determine ethernet address for proxy 
ARP"
https://launchpad.net/bugs/66321

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


[Bug 66337] Suspend broken in edgy (worked in dapper)

2006-10-15 Thread sohail
Public bug reported:

Binary package hint: acpi

Hi,

Dell XPS Gen2 suspend is broken after upgrade. Hibernate still works. I
can't find the page that lists the information required.

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

-- 
Suspend broken in edgy (worked in dapper)
https://launchpad.net/bugs/66337

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


[Bug 66337] Re: Suspend broken in edgy (worked in dapper)

2006-10-17 Thread sohail
Ok, I figured out that the reason is because powersaved is not started.
When I do invoke-rc.d powernowd start It complains:

 * Starting power management daemon powersaved  
[fail] 
##
# ACPI system but acpid not running. #
# Please install acpid package, then restart powersaved! #
##
invoke-rc.d: initscript powersaved, action "start" failed.
/var/lib/dpkg/info/powersaved.postinst: 11: check_return_code: not found

Manually starting acpid and then powersaved fixes it...

-- 
Suspend broken in edgy (worked in dapper)
https://launchpad.net/bugs/66337

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


Re: [Bug 44945] Re: Dapper: ALT-F2 no longer brings up run dialog, ALT-F1 no longer selects Applications menu

2008-04-30 Thread sohail
Jonathan Jesse wrote:
> Good evening,
> 
> I am wondering if this is a bug that we can close now that Dapper is no
> longer supported?  Or are you still having problems with this?
> 
> Jonathan
> 

Hi Jon,

Please close it.

-- 
Sohail Somani
http://uint32t.blogspot.com

-- 
Dapper: ALT-F2 no longer brings up run dialog, ALT-F1 no longer selects 
Applications menu
https://bugs.launchpad.net/bugs/44945
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 68258] Re: HAL failed to hibernate

2007-08-02 Thread sohail
A possible workaround for people that have this problem sometimes: sudo
/etc/init.d/dbus restart

Weird but it worked for me. It seems that dbus gets in some odd state
after a series of hibernations/updates.

-- 
HAL failed to hibernate
https://bugs.launchpad.net/bugs/68258
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 66306] Re: After updating to 6.10, dpkg-configure fails

2007-09-05 Thread sohail
Nope, not an issue.

-- 
After updating to 6.10, dpkg-configure fails
https://bugs.launchpad.net/bugs/66306
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 64646] Re: [Edgy] issues with dbus, powersaved, acpid and kpowersave

2006-10-26 Thread sohail
I can get my laptop to suspend by doing the following steps:

$ killall -QUIT hald-addon-acpi
$ /etc/init.d/powersaved restart
$ acpitool -s

So what the heck? Its obviously not my hardware thats broken, its hald-
addon-acpi!

-- 
[Edgy] issues with dbus, powersaved, acpid and kpowersave
https://launchpad.net/bugs/64646

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


[Bug 66337] Re: Suspend broken in edgy (worked in dapper)

2006-10-26 Thread sohail
I can get my laptop to suspend by doing the following steps as root:

$ killall -QUIT hald-addon-acpi
$ acpid
$ /etc/init.d/powersaved restart
$ acpitool -s

Then wake up the computer... It works fine.

So what the heck? Its obviously not my hardware thats broken, its hald-
addon-acpi!

-- 
Suspend broken in edgy (worked in dapper)
https://launchpad.net/bugs/66337

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


Re: [Bug 30570] Re: CPU usage very high with no running tasks using it

2006-10-29 Thread sohail
*** This bug is a duplicate of bug 30557 ***

On Sun, 2006-10-29 at 19:19 +, hardyn wrote:
> *** This bug is a duplicate of bug 30557 ***
> 
> Ditto...
> 
> I was kinda hoping that this might have been figured out in the new
> "generic" kernel in edgy.

Hi,

It works for me here. Pentium M, Dell XPS Gen2.

-- 
CPU usage very high with no running tasks using it
https://launchpad.net/bugs/30570

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


[Bug 91455] Sound intermittently turns off

2007-03-11 Thread sohail
Public bug reported:

There are no configuration changes related to this. The mixer doesn't
register any volume changes.

It turns off then turns back on. I don't know  whats going on or how to
go about debugging it.

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
Sound intermittently turns off
https://launchpad.net/bugs/91455

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


[Bug 91455] Re: Sound intermittently turns off

2007-03-11 Thread sohail
Interestingly, if I plug my headphones in and out, it turns back on...

This is a laptop btw.

-- 
Sound intermittently turns off
https://launchpad.net/bugs/91455

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


[Bug 91455] Re: Sound intermittently turns off

2007-03-11 Thread sohail
Thanks, I'll do that

-- 
Sound intermittently turns off
https://launchpad.net/bugs/91455

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


Re: [Bug 41453] Re: Menu/dialog font is huge in Firefox since today's update

2007-01-11 Thread sohail
Quoting Alex Latchford <[EMAIL PROTECTED]>:

> Is this bug still an issue for anybody now? As I would love to close off
> this report ASAP.

Works for me.

-- 
Menu/dialog font is huge in Firefox since today's update
https://launchpad.net/bugs/41453

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


[Bug 508516] Re: wakeup from sleep fails on toshiba nb305

2010-05-07 Thread sohail
Confirm that the boot options fix it for me. Ubuntu 10.04 netbook
edition, no dual boot.

-- 
wakeup from sleep fails on toshiba nb305
https://bugs.launchpad.net/bugs/508516
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 508516] Re: wakeup from sleep fails on toshiba nb305

2010-05-07 Thread sohail
PS: Thanks to #39 for steps to fix.

-- 
wakeup from sleep fails on toshiba nb305
https://bugs.launchpad.net/bugs/508516
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 47662] Re: last round of updates and now firestarter will not start

2006-06-11 Thread sohail
Try gksudo?

-- 
last round of updates and now firestarter will not start
https://launchpad.net/bugs/47662

--
ubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 30570] Re: [Bug 30570] Re: CPU usage very high with no running tasks using it

2006-06-11 Thread sohail
*** This bug is a duplicate of bug 30557 ***

On Mon, 2006-06-12 at 04:50 +, Christopher O'Hara wrote:
> *** This bug is a duplicate of bug 30557 ***
> 
> IT WORKS!!
> 
> props to you sohail!
> 
> I'm running 686 with very minimal cpu idle usage.

Well the bug that this one duplicates has that solution :)

-- 
CPU usage very high with no running tasks using it
https://launchpad.net/bugs/30570

--
ubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1889054] Re: No audio on TRX40 platform

2020-07-27 Thread sohail
I'm not sure if this is a duplicate because the problem is solved for me
with 5.4 kernel on Ubuntu.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1889054

Title:
  No audio on TRX40 platform

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1889054/+subscriptions

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

[Bug 1881490] [NEW] Onboard sound not detected for Zenith ROG after upgrade to 20.04

2020-05-31 Thread sohail
Public bug reported:

After upgrading to 20.04, my onboard sound no longer seems to work. The
motherboard is ROG Zenith. dmesg shows the following:

[9.266092] snd_hda_intel :09:00.1: dmic_detect option is deprecated, 
pass snd-intel-dspcfg.dsp_driver=1 option instead
[9.266556] snd_hda_intel :09:00.1: Disabling MSI
[9.266586] snd_hda_intel :09:00.1: Handle vga_switcheroo audio client
[9.267181] snd_hda_intel :0b:00.3: Skipping the blacklisted device

After searching for this message in kernel source, I happened upon this
line:

https://github.com/torvalds/linux/blob/052c467cb58748e302a95546925928e637025acc/sound/pci/hda/hda_intel.c#L2082

static const struct pci_device_id driver_blacklist[] = {
{ PCI_DEVICE_SUB(0x1022, 0x1487, 0x1043, 0x874f) }, /* ASUS ROG Zenith 
II / Strix */
{ PCI_DEVICE_SUB(0x1022, 0x1487, 0x1462, 0xcb59) }, /* MSI TRX40 
Creator */
{ PCI_DEVICE_SUB(0x1022, 0x1487, 0x1462, 0xcb60) }, /* MSI TRX40 */
{}
};

Which led me to this bug report:

https://lore.kernel.org/alsa-devel/20200424061222.19792-1-ti...@suse.de/

I confirmed that the PCI device that is not working appears to match the
vendor ID:

$  lspci | grep 0b:00.3
0b:00.3 Audio device: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 
00h-0fh) HD Audio Controller

$ lspci -n | grep 0b:00.3
0b:00.3 0403: 1022:1457

Unfortunately, I am unsure how to test a Ubuntu compatible kernel with
these changes but it appears there has been some jiggery pokery in Linux
kernel land in this regard.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: alsa-base 1.0.25+dfsg-0ubuntu5
ProcVersionSignature: Ubuntu 5.4.0-31.35-generic 5.4.34
Uname: Linux 5.4.0-31-generic x86_64
NonfreeKernelModules: wl nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  sohail 4693 F pulseaudio
 /dev/snd/pcmC1D0p:   sohail 4693 F...m pulseaudio
 /dev/snd/controlC0:  sohail 4693 F pulseaudio
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Sun May 31 11:14:39 2020
EcryptfsInUse: Yes
InstallationDate: Installed on 2017-07-16 (1049 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Title: PCI/internal sound card not detected
UpgradeStatus: Upgraded to focal on 2020-05-24 (6 days ago)
dmi.bios.date: 07/16/2018
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1304
dmi.board.asset.tag: Default string
dmi.board.name: ROG ZENITH EXTREME
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 3
dmi.chassis.vendor: Default string
dmi.chassis.version: Default string
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1304:bd07/16/2018:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnROGZENITHEXTREME:rvrRev1.xx:cvnDefaultstring:ct3:cvrDefaultstring:
dmi.product.family: To be filled by O.E.M.
dmi.product.name: System Product Name
dmi.product.sku: SKU
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1881490

Title:
  Onboard sound not detected for Zenith ROG after upgrade to 20.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1881490/+subscriptions

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

[Bug 1881490] Re: Onboard sound not detected for Zenith ROG after upgrade to 20.04

2020-05-31 Thread sohail
Upgrading to Linux kernel 5.6.15 via the script here does the job:

https://github.com/pimlie/ubuntu-mainline-kernel.sh

Is there a way to find out which kernel has the above bug fix and the
least diffs from the Ubuntu 20.04 kernel?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1881490

Title:
  Onboard sound not detected for Zenith ROG after upgrade to 20.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1881490/+subscriptions

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

[Bug 298600] [NEW] Django 1.0.1 is available

2008-11-15 Thread Sohail Mirza
Public bug reported:

Binary package hint: python-django

I'm not sure whether it's practise to wait for packages to appear
upstream, but Django 1.0.1 is out as of November 15th, 2008
(http://docs.djangoproject.com/en/dev/releases/1.0.1/).  I'm hoping it
can be made available in Intrepid.

As of the writing of this bug, it does not appear upstream in the Debian
repos.

** Affects: python-django (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Django 1.0.1 is available
https://bugs.launchpad.net/bugs/298600
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 298600] Re: Django 1.0.1 is available

2008-11-16 Thread Sohail Mirza
So Django 1.0.1 isn't open to consideration for intrepid-backports or
intrepid-proposed?

-- 
Django 1.0.1 is available
https://bugs.launchpad.net/bugs/298600
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 158840] Re: Totem starts maximized and without window borders

2009-06-14 Thread Sohail Mirza
Is anyone still seeing this issue?  Since I've migrated to Jaunty, I am
no longer experiencing this issue.  Instead, I occasionally find totem
starts with the window maximized, but restoring it works just fine.

-- 
Totem starts maximized and without window borders
https://bugs.launchpad.net/bugs/158840
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 158840] Re: Totem starts maximized and without window borders

2009-06-14 Thread Sohail Mirza
By the way, I'm using the following versions:

totem:  2.26.1-0ubuntu5
compiz:  1:0.8.2-0ubuntu8.1

-- 
Totem starts maximized and without window borders
https://bugs.launchpad.net/bugs/158840
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 243722] Re: amsn 0.97: login doesn't work anymore due to a protocol change

2008-08-05 Thread Sohail Mirza
Is there any chance that the fix for this issue will be backported to
gutsy?

Thanks!

-- 
amsn 0.97: login doesn't work anymore due to a protocol change
https://bugs.launchpad.net/bugs/243722
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 249219] Re: Totem became stuck in fullscreen mode, but would still show windowed controls

2008-12-29 Thread Sohail Mirza
*** This bug is a duplicate of bug 158840 ***
https://bugs.launchpad.net/bugs/158840

** This bug has been marked a duplicate of bug 158840
   Totem starts maximized and without window borders

-- 
Totem became stuck in fullscreen mode, but would still show windowed controls
https://bugs.launchpad.net/bugs/249219
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 176204] Re: totem movie player stuck in fullscreen

2008-12-29 Thread Sohail Mirza
*** This bug is a duplicate of bug 158840 ***
https://bugs.launchpad.net/bugs/158840

If this bug is a duplicate, why hasn't it been marked as such?  In my
search for the original bug, I've now found two (this one, and bug
#249219) that have comments indicating they are duplicates, but no clue
given identifying the original bug report.

It would be far more helpful to users if those triaging would identify
the original bug as well.

** This bug has been marked a duplicate of bug 158840
   Totem starts maximized and without window borders

-- 
totem movie player stuck in fullscreen
https://bugs.launchpad.net/bugs/176204
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 158840] Re: Totem starts maximized and without window borders

2008-12-29 Thread Sohail Mirza
Is there an upstream bug for this issue?  Is there anything that can be
done to expedite its resolution?

This bug has bitten me a number of times, and I can only imagine the
horror of a new user realizing that their videos are stuck in fullscreen
mode for some inexplicable reason.

-- 
Totem starts maximized and without window borders
https://bugs.launchpad.net/bugs/158840
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 267412] [NEW] Update zekr to 0.7.1-1 in repos

2008-09-07 Thread Sohail Mirza
Public bug reported:

Binary package hint: zekr

Please update zekr to version 0.7.1-1 in the repos.  This latest version
is even available from the SourceForge homepage for the zekr project,
but it would be nice to have it in the Ubuntu repos.

** Affects: zekr (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Update zekr to 0.7.1-1 in repos
https://bugs.launchpad.net/bugs/267412
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 267412] Re: Update zekr to 0.7.1-1 in repos

2008-09-07 Thread Sohail Mirza
Thank you, Mohammad.  I look forward to that update next zekr update!
In the meantime I will make use of the launchpad repo you've pointed me
to.

Much appreciated.  :)

-- 
Update zekr to 0.7.1-1 in repos
https://bugs.launchpad.net/bugs/267412
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 393978] Re: Please update firefox-3.5 from beta/rc to stable

2009-07-13 Thread Sohail Mirza
This is a rather strange release that's being called "final".

* What is the reason that branding isn't included in the version in the repo?  
The novice user doesn't recognize and trust "Shiretoko".  They were looking for 
"Firefox".
* Why doesn't Firefox 3.5 replace Firefox 3.0?

There are also some bugs in this version of "Shiretoko":

* The Google search bar icon doesn't appear updated as in the version from the 
official Mozilla site.
* The default theme's version still reads as 3.0.11

Checking "/usr/lib/firefox-3.5" confirms that the "extensions",
"plugins", and "searchplugins" sub-directories are linked from "/usr/lib
/firefox-addons", a location shared with Firefox 3.0.  Given that both
3.0 and 3.5 are being made to co-exist, they should not be sharing these
addons folders.

I've attached a screenshot of the

** Attachment added: "Screenshot capturing the side-effects of shared Firefox 
3.0 & 3.5 addons."
   http://launchpadlibrarian.net/28989632/shiretoko-3.5-problems.png

-- 
Please update firefox-3.5 from beta/rc to stable
https://bugs.launchpad.net/bugs/393978
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 428386] Re: Nautilus doesn't remember folder view when opening folder link

2009-11-22 Thread Sohail Mirza
I too can confirm this bug still occurs in Karmic.

nautilus version:

GNOME nautilus 2.28.1

uname -a:

Linux  2.6.31-15-generic #50-Ubuntu SMP Tue Nov 10 14:53:52 UTC 
2009 x86_64 GNU/Linux

-- 
Nautilus doesn't remember folder view when opening folder link
https://bugs.launchpad.net/bugs/428386
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 1889299] Re: package mysql-server-8.0 8.0.21-0ubuntu0.20.04.3 failed to install/upgrade: installed mysql-server-8.0 package post-installation script subprocess returned error exit status 1

2021-01-22 Thread sohail ahmad
hi guys if any one of you have this bug it's because of two MySQL I had one 
MySQL running in the background for xampp so when I stop xampp MySQL and it 
gets installed with out a problem you cant have two MySQL services running it 
the same time 
thank You

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1889299

Title:
  package mysql-server-8.0 8.0.21-0ubuntu0.20.04.3 failed to
  install/upgrade: installed mysql-server-8.0 package post-installation
  script subprocess returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/1889299/+subscriptions

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

[Bug 1589551] Re: upgrading from 14.04 to 16.04 or direct install of 16.04 fails

2016-08-24 Thread HASSAN SOHAIL
** Attachment added: "I am seeing this when ever I upgrade"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1589551/+attachment/4726809/+files/shortskey2.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1589551

Title:
  upgrading from 14.04 to 16.04 or direct install of 16.04 fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1589551/+subscriptions

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


[Bug 568611] Re: Screen brightness control fails on Dell Studio 1558

2011-01-11 Thread Sohail Mirza
Does this bug describe the same issue as bug #562005?  The other bug
seems to describe the issue as affecting a broader class of users, those
with a particular family of Nvidia mobile chipsets, whereas this bug
talk about a specific family of Dell laptops.

I experience this very issue on my Lenovo T510 with Nvidia NVS 3100M,
which is what led me to this bug initially, and then 568005.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/568611

Title:
  Screen brightness control fails on Dell Studio 1558

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


[Bug 639915] Re: telepathy-butterfly crashed with error in parse()

2010-09-15 Thread Sohail Mirza
** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/639915/+attachment/1590385/+files/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/639915/+attachment/1590386/+files/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/639915/+attachment/1590387/+files/ProcStatus.txt

** Attachment added: "Traceback.txt"
   
https://bugs.launchpad.net/bugs/639915/+attachment/1590388/+files/Traceback.txt

** Visibility changed to: Public

-- 
telepathy-butterfly crashed with error in parse()
https://bugs.launchpad.net/bugs/639915
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 648544] Re: gwibber "send with" account icons have ambiguous on/off states

2012-02-23 Thread Sohail Mirza
Currently I have gwibber 3.1.0~bzr997-0ubuntu1~daily1~maverick
installed, and attached is a screenshot comparing the enabled vs.
disabled state of the Twitter icon.

As you'll see in the screenshot the disabled state results only in the
icon's opacity being reduced.  I would suggest a more obvious effect
such as a complete desaturation of the icon's colour in combination with
removing the blue background/border of the icon.

** Attachment added: "Twitter icon in Gwibber 3.1.0 in both enabled and 
disabled states"
   
https://bugs.launchpad.net/ubuntu/+source/gwibber/+bug/648544/+attachment/2775291/+files/gwibber_twitter_enabled_disabled.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/648544

Title:
  gwibber "send with" account icons have ambiguous on/off states

To manage notifications about this bug go to:
https://bugs.launchpad.net/gwibber/+bug/648544/+subscriptions

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


[Bug 648544] [NEW] gwibber "send with" account icons have ambiguous on/off states

2010-09-26 Thread Sohail Mirza
Public bug reported:

Binary package hint: gwibber

Gwibber's "send with" account icons at the bottom of the main window can
be toggled on or off, however, the styling of the on/off states make it
difficult to distinguish whether an account has been toggled on or off.
Toggling an account off for a status update should remove the background
highlight and perhaps desaturate the icon, rendering it in grayscale.
This would make the disabled state more obvious.

Please see the attached screenshot showing two accounts, with one
account toggled on, and the other toggled off.  The Twitter account is
toggled on whereas Buzz is toggled off.  The only indication that Buzz
is toggled off is a slight transparency effect on the Buzz icon, and an
arbitrarily different background colour.


Diagnostic information:

Ubuntu version:
Description:Ubuntu maverick (development branch)
Release:10.10

Gwibber version:
2.31.95-0ubuntu2

** Affects: gwibber (Ubuntu)
 Importance: Undecided
 Status: New

-- 
gwibber "send with" account icons have ambiguous on/off states
https://bugs.launchpad.net/bugs/648544
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 648544] Re: gwibber "send with" account icons have ambiguous on/off states

2010-09-26 Thread Sohail Mirza
** Attachment added: ""Send with" icons showing an enabled Twitter account, and 
disabled Buzz account"
   
https://bugs.launchpad.net/bugs/648544/+attachment/1641855/+files/gwibber-send-with.png

-- 
gwibber "send with" account icons have ambiguous on/off states
https://bugs.launchpad.net/bugs/648544
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 702844] Re: Build+ship matching Firefox theme ("persona") by default for light-themes

2011-01-18 Thread Sohail Mirza
I've recently tried a few personas meant to coordinate with my Ubuntu
theme (i.e. Ambiance, Radiance, Element), however I found in each case
that I preferred Firefox's default, GTK theme-inherited appearance.
Firefox 3.0 and above do an excellent job of integrating with Gnome.

So while it may be nice to include an Ubuntu-themed persona, I feel
there's no need to enable it by default since the default Firefox theme
integrates better with the Ubuntu desktop.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/702844

Title:
  Build+ship matching Firefox theme ("persona") by default for light-
  themes

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


[Bug 522538] Re: gwibber-service crashed with error in connect()

2010-09-22 Thread Sohail Mirza
Has this bug been fixed in Maverick?  I still encounter this bug
virtually every time I come out of standby on my laptop (which is
multiple times a day).  I am running the Maverick beta with the
following package versions:

gwibber   2.31.94-0ubuntu1
gwibber-service   2.31.94-0ubuntu1
libgwibber0   0.0.6-0ubuntu1
desktopcouch  0.6.8-0ubuntu1

If further log information is required, I would appreciate some
direction on how I can go about capturing logs.

-- 
gwibber-service crashed with error in connect()
https://bugs.launchpad.net/bugs/522538
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 634438] [NEW] gwibber-service crashed with SIGSEGV in free()

2010-09-09 Thread Sohail Mirza
Public bug reported:

Binary package hint: gwibber

Gwibber crashed in Maverick beta as I was attempting to add my Digg
account.  Gwibber version is 2.31.92-0ubuntu1.

ProblemType: Crash
DistroRelease: Ubuntu 10.10
Package: gwibber-service 2.31.92-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-20.29-generic 2.6.35.4
Uname: Linux 2.6.35-20-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
CrashCounter: 1
Date: Thu Sep  9 16:18:26 2010
EcryptfsInUse: Yes
ExecutablePath: /usr/bin/gwibber-service
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Beta amd64 (20100901.1)
InterpreterPath: /usr/bin/python2.6
PackageArchitecture: all
ProcCmdline: /usr/bin/python /usr/bin/gwibber-service
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_CA.utf8
SegvAnalysis:
 Segfault happened at: 0x7f556c93dc2d :mov-0x8(%rdi),%rsi
 PC (0x7f556c93dc2d) ok
 source "-0x8(%rdi)" (0x58019d18) not located in a known VMA region (needed 
readable region)!
 destination "%rsi" ok
SegvReason: reading unknown VMA
Signal: 11
SourcePackage: gwibber
StacktraceTop:
 free () from /lib/libc.so.6
 ffi_call_unix64 () from /usr/lib/python2.6/lib-dynload/_ctypes.so
 ffi_call () from /usr/lib/python2.6/lib-dynload/_ctypes.so
 _CallProc () from /usr/lib/python2.6/lib-dynload/_ctypes.so
 ?? () from /usr/lib/python2.6/lib-dynload/_ctypes.so
Title: gwibber-service crashed with SIGSEGV in free()
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

** Affects: gwibber (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-crash maverick

-- 
gwibber-service crashed with SIGSEGV in free()
https://bugs.launchpad.net/bugs/634438
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 634438] Re: gwibber-service crashed with SIGSEGV in free()

2010-09-09 Thread Sohail Mirza
** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/634438/+attachment/1562512/+files/Dependencies.txt

** Attachment added: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/634438/+attachment/1562513/+files/Disassembly.txt

** Attachment added: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/634438/+attachment/1562514/+files/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/634438/+attachment/1562515/+files/ProcStatus.txt

** Attachment added: "Registers.txt"
   
https://bugs.launchpad.net/bugs/634438/+attachment/1562516/+files/Registers.txt

** Attachment added: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/634438/+attachment/1562517/+files/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/634438/+attachment/1562518/+files/ThreadStacktrace.txt

** Attachment added: "gwibber.log.txt"
   
https://bugs.launchpad.net/bugs/634438/+attachment/1562519/+files/gwibber.log.txt

-- 
gwibber-service crashed with SIGSEGV in free()
https://bugs.launchpad.net/bugs/634438
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 511601] Re: vboxgtk crashed with AttributeError in __getattr__()

2010-09-04 Thread Sohail Mirza
Any chance we can see this pushed to Lucid proposed?  I know VBox OSE
works fine, but this is a pretty glaring bug for those desiring the GTK
experience.

-- 
vboxgtk crashed with AttributeError in __getattr__()
https://bugs.launchpad.net/bugs/511601
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