[Bug 331092] Re: iwlagn driver fails to find 5GHz draft-N access point with CONFIG_WIRELESS_OLD_REGULATORY=n for all intel wireless cards

2009-03-13 Thread swmike
Just as an update, I have a D-link DIR-855 purchased in Europe (I have
not updated the firmware so it should be the local one) and a Thinkpad
X200 with Intel 5300 purchased in the US, and it works properly for me.

-- 
iwlagn driver fails to find 5GHz draft-N access point with 
CONFIG_WIRELESS_OLD_REGULATORY=n for all intel wireless cards
https://bugs.launchpad.net/bugs/331092
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 210741] Re: no way to read and write files on mounted samba share on hardy

2009-03-13 Thread Steve Langasek
If the servers where people are seeing this problem are all openwrt
running Samba 2.0, then it appears this is a known incompatibility
dating back to 2004.  I could open a bug report upstream asking for
Linux CIFS compatibility with Samba 2.0, but if it hasn't been fixed so
far, it's unlikely that anyone will fix it now.

Why is OpenWRT shipping with a version of Samba that was superseded 8
years ago?

-- 
no way to read and write files on mounted samba share on hardy
https://bugs.launchpad.net/bugs/210741
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 336171] Re: [TOSHIBA Satellite A200] suspend/resume failure [non-free: fglrx]

2009-03-13 Thread Georg Wittler
under gnome I once saw a very short failure message (just a few seconds) about 
something like " ... X lock file could not be cleared ." or something like 
that. 
I couldn't read it completely as it disappeared very quickly. I never saw it a 
second time. The amazing thing is that suspend used to work with kernel 
2.6-28-8-generic and stopped to work since the update to 2.6-28-9.
But now it still doesn't work when booting the "old" kernel 2.6.-28.

-- 
[TOSHIBA Satellite A200] suspend/resume failure [non-free: fglrx]
https://bugs.launchpad.net/bugs/336171
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 268863] Re: Ubuntu doesn't install on bootable SD-card

2009-03-13 Thread Dana Goyette
One additional comment: on systems such as the HP EliteBook laptops,
which offer bootability from a Ricoh SDHC controller, the initramfs will
also need to include the ricoh_mmc driver (disables the proprietary mmc
controller) in order for the SDHC controller to handle the cards.  Also,
I have tried to deploy a liveimage to an SD card via usb-creator, but
the initramfs lacks these modules, and usb-creator will not allow non-
usb-based disks as targets (a completely separate issue).

-- 
Ubuntu doesn't install on bootable SD-card
https://bugs.launchpad.net/bugs/268863
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 336848] Re: Notifications show up on the wrong screen

2009-03-13 Thread Rocko
I've figured out what happened:

Scenario 1: boot X with only one monitor attached, then attach the
second one and enable it (eg with nvidia-settings). The popup
notifications appear on the first monitor both before and after you
enable the second one. This is what must have happened for me earlier
when I thought it was fixed.

Scenario 2: boot X with both monitors already attached and enabled (ie
so there is a left- and right-hand side monitor). Popup notifications
only appear on the second (right-hand side) monitor. Note that if you
then disable the second monitor, popup notifications don't appear
_anywhere_ - notify-osd must be trying to show them at the original
location, which no longer exists.

So notify-osd must be (a) reading the X screen resolution _only_ at
startup, and (b) failing to take into account that X's screen is
actually split over two monitors.

I imagine if notify-osd read where the gnome-panel is located each time
it needs to display a popup it would be more successful.

-- 
Notifications show up on the wrong screen
https://bugs.launchpad.net/bugs/336848
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 239458] Re: Getting upgrade prerequisites for system upgrade failed

2009-03-13 Thread Luke J Militello
Well I have successfully updated to Hardy on sparc architecture.  Had a
few issues that were somewhat easily solvable.  First, I could not get a
virgin install of Gutsy to install (I figured out why later).  So I
installed a virgin install of Feisty.  I then upgraded to Gutsy at which
time I could not get kernel 2.6.22 to boot properly (was getting a UUID
error).  Thus I booted with kernel 2.6.20 and the system came up
installed with Gutsy.  I swapped the 'UUID' parameters for old style
'/dev/foo/bar' and that got me to the point where the kernel was not
loading the correct modules.  Here is what was going on (also why a
virgin Gutsy install would not work).  Through some extensive research,
it would appear the developer who wrote the 'esp' module for the kernel
trashed it and re-wrote it as 'sun_esp' in kernel 2.6.22, which now
depends on 'esp_scsi'.  This seemed like and easy fix, just add it to
'/etc/modules', however this did not work and I could only assume this
was because of an order of operations.  Since the module in question was
the SCSI bus, the kernel could not read the drives and thus could not
read '/etc/modules'.  After a short timeout during the kernel load, once
it dropped to a shell, I could issue 'modprobe esp_scsi' and 'modprobe
sun_esp' and the system would come up.  This was the workaround I came
up with...

[r...@lazarus ~]# echo esp_scsi >> /etc/initramfs-tools/modules 
[r...@lazarus ~]# echo sun_esp >> /etc/initramfs-tools/modules  
[r...@lazarus ~]# update-initramfs -k all -u

This made the system boot up and become stable, however reverting back
to the 'UUID' format rendered the system un-bootable again.  So I left
it with the '/dev/foo/bar' format and proceeded to upgrade to Hardy.
Once Hardy was installed along with kernel 2.6.24, I was able to get the
system to boot with the 'UUID' format w/ my workaround for the SCSI
modules.  In the end I believe the root cause was hw-detect not seeing
the ESP SCSI bus and/or the new modules that needed to be installed to
the kernel.  Hardy works fine now with the workaround and kernel 2.6.24,
however with the 'UUID' problem in kernel 2.6.22, I believe 2.6.22 to be
a bad kernel choice for the sparc architecture.  Although, if one was to
recompile it, it may work.

-- 
Getting upgrade prerequisites for system upgrade failed
https://bugs.launchpad.net/bugs/239458
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 342457] Re: [python2.6 transition] ekg needs to be rebuilt to get rid of python2.5

2009-03-13 Thread fabrice_sp
this package can be installed in the actual state, without rebuild.
Invalidating the bug report.

** Changed in: ekg (Ubuntu)
   Status: Confirmed => Invalid

-- 
[python2.6 transition] ekg needs to be rebuilt to get rid of python2.5
https://bugs.launchpad.net/bugs/342457
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 258849] Re: thunderbird-bin crashed with signal 5 in gdk_x_error()

2009-03-13 Thread John Vivirito
I prefer that you file the bug using apport this way there is no mistake if it 
is the same. Apport will mark it as a duplicate if it is. If you choose not to 
use apport follow the instructions and file a new bug report with the info and 
backtrace.  
Here is a link to obtain a backtrace 

https://wiki.ubuntu.com/MozillaTeam/Bugs

I have not set up page for anything but Firefox at this time but once i
get time i will update it. Please follow the instructions on this link
except replace firefox with thunderbird. You might need other debugging
packages please obtain these by: once you add the ddeb repos  and update
search for thunderbird and install the dbgsym packages that relate to
xulrunner or thunderbird. Please let us know if you need a hand.

First pace to start is using a new profile and disabling any and all
extenions before trying to obtain a backtrace.

-- 
thunderbird-bin crashed with signal 5 in gdk_x_error()
https://bugs.launchpad.net/bugs/258849
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 240614] Re: align the buttons in the bookmark editor

2009-03-13 Thread John Vivirito
Please change this back to new and place link the URL line once you file
it or find it upstream. I do rmember seeing this eithe rin LP or
upstream but it was a while ago.

** Changed in: firefox
   Status: New => Invalid

-- 
align the buttons in the bookmark editor
https://bugs.launchpad.net/bugs/240614
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 334284] Re: ubiquity timezone map cities are incorrectly placed

2009-03-13 Thread cldershem
Los Angeles, Chicago, and Indianapolis are all shifted one time zone
off, also.

-- 
ubiquity timezone map cities are incorrectly placed
https://bugs.launchpad.net/bugs/334284
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 331675] Re: package linux-image-2.6.28-8-generic 2.6.28-8.24 failed to install/upgrade: subprocess post-installation script returned error exit status 2

2009-03-13 Thread michael37
Same problem.  BTW, I do not have an Nvidia graphics card.


Examining /etc/kernel/header_postinst.d.
run-parts: executing /etc/kernel/header_postinst.d/dkms
 * Running DKMS auto installation service for kernel 2.6.28-8-generic   
   
 *  fglrx (8.543)...
   fglrx (8.543): Already 
installed on this kernel.

[ OK ]
run-parts: executing /etc/kernel/header_postinst.d/nvidia-common
Traceback (most recent call last):
  File "/usr/bin/nvidia-detector", line 2, in 
import NvidiaDetector
ImportError: No module named NvidiaDetector
run-parts: /etc/kernel/header_postinst.d/nvidia-common exited with return code 1
Failed to process /etc/kernel/header_postinst.d at 
/var/lib/dpkg/info/linux-headers-2.6.28-8-generic.postinst line 110.
dpkg: error processing linux-headers-2.6.28-8-generic (--configure):
 subprocess post-installation script returned error exit status 2
dpkg: dependency problems prevent configuration of linux-headers-generic:
 linux-headers-generic depends on linux-headers-2.6.28-8-generic; however:
  Package linux-headers-2.6.28-8-generic is not configured yet.
dpkg: error processing linux-headers-generic (--configure):
 dependency problems - leaving unconfigured
were encountered while processing:
 linux-image-2.6.28-8-generic
 linux-restricted-modules-2.6.28-8-generic
 linux-image-generic
 linux-restricted-modules-generic
 linux-generic
 linux-image
 linux-headers-2.6.28-8-generic
 linux-headers-generic
E: Sub-process /usr/bin/dpkg returned an error code (1)

-- 
package linux-image-2.6.28-8-generic 2.6.28-8.24 failed to install/upgrade: 
subprocess post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/331675
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 342663] Re: Synaptics touchpad does not work

2009-03-13 Thread Nick Strasser

** Attachment added: "xinput list-props 7"
   http://launchpadlibrarian.net/23848581/xinput.txt

-- 
Synaptics touchpad does not work
https://bugs.launchpad.net/bugs/342663
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 336557] Re: guilt does not work with git-core

2009-03-13 Thread Iulian Udrea
Fixed in 0.32-1.

** Changed in: guilt (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
guilt does not work with git-core
https://bugs.launchpad.net/bugs/336557
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 342663] [NEW] Synaptics touchpad does not work

2009-03-13 Thread Nick Strasser
Public bug reported:

The synaptics touchpad on my Acer Aspire 6930 does not work at all in
Jaunty alpha 6.  The touchpad worked fine in alpha 5 until the 3/11
round or updates.  I don't think this is xserver-xorg-input related  as
i have the same problem with the intrepid version installed.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Synaptics touchpad does not work
https://bugs.launchpad.net/bugs/342663
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 238029] Re: Firefox will not open with two instances of X

2009-03-13 Thread John Vivirito
** Changed in: firefox-3.0 (Ubuntu)
Sourcepackagename: firefox => firefox-3.0

** Also affects: firefox via
   https://bugzilla.mozilla.org/show_bug.cgi?id=223105
   Importance: Unknown
   Status: Unknown

-- 
Firefox will not open with two instances of X
https://bugs.launchpad.net/bugs/238029
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 342513] Re: wont let me run fire fox,

2009-03-13 Thread John Vivirito
*** This bug is a duplicate of bug 338785 ***
https://bugs.launchpad.net/bugs/338785

** This bug has been marked a duplicate of bug 338785
   [MASTER] Update to Firefox causes errors

-- 
wont let me run fire fox, 
https://bugs.launchpad.net/bugs/342513
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 87382] Re: rpc.idmapd not working

2009-03-13 Thread DaveAbrahams
Sorry, that's the RedHat people, not the Linux/NFSv4 peeps.

-- 
rpc.idmapd not working
https://bugs.launchpad.net/bugs/87382
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 305165] Re: M3A-H/HDMI: Kernel Panic when using surroundview (enable Hybrid-Crossfire)

2009-03-13 Thread Bug Watch Updater
** Changed in: linux
   Status: Confirmed => Invalid

-- 
M3A-H/HDMI: Kernel Panic when using surroundview (enable Hybrid-Crossfire)
https://bugs.launchpad.net/bugs/305165
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 328035] Re: *** glibc detected *** free(): invalid next size (fast) for xf86Wakeup() call

2009-03-13 Thread Steve Langasek
ok, I just had a crash with the rebuilt -1ubuntu1 version on resume from
suspend.  So it looks as though this might be a bug with the *current*
toolchain.  I'll try to rebuild the current version of the driver now
with the older toolchain instead.

-- 
*** glibc detected *** free(): invalid next size (fast) for xf86Wakeup() call
https://bugs.launchpad.net/bugs/328035
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 90533] Re: Firefox goes nuts when asked to open a IRC URL.

2009-03-13 Thread John Vivirito
This screenshot is what it should use IMHO. However this is outside the
scope for this bug. I would like a little feedback before filing a bug
on it (or changing this one. This is using a .deb file i have in $HOME,
as i recall its the same for PDF and files from email that you download.
I dont have anyting but .xpis and .debs at easy access. It is 0200
Froday night/Saturday morning here.

** Attachment added: "bug#90533-2.png"
   http://launchpadlibrarian.net/23848316/bug%2390533-2.png

-- 
Firefox goes nuts when asked to open a IRC URL.
https://bugs.launchpad.net/bugs/90533
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 336060] Re: gimp-2.6 crashed with SIGSEGV in FT_List_Find()

2009-03-13 Thread Steve Langasek
Thank you for taking the time to report this bug and help to improve
Ubuntu.

I'm marking this report as 'incomplete', because there is insufficient
information here to reproduce the failure.  If you do find a
reproducible test case for this, please forward it on so we can
investigate.

Also, the list of font packages that you have installed (dpkg -l 'ttf*'
| grep ^ii) may be helpful.

** Changed in: freetype (Ubuntu)
   Status: New => Incomplete

-- 
gimp-2.6 crashed with SIGSEGV in FT_List_Find()
https://bugs.launchpad.net/bugs/336060
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 90533] Re: Firefox goes nuts when asked to open a IRC URL.

2009-03-13 Thread John Vivirito
Choosing Purple IRC Handler does nothing. However i only have Pidion and
IRSSI installed. I think it should use something by giving the the user
a choice dialog that you get when you try to open a file. It uses
package names to open with. I dont think user should have to look for a
package to open it with from file system but rather from the same UI I
will try to grab a screenshot of what i think it should be like. This
however defaults to $HOME dir. As for it opening tabs or slowing browser
down does not happen on 3.0 nor 3.1 here.

** Attachment added: "bug#90533-1.png"
   http://launchpadlibrarian.net/23848278/bug%2390533-1.png

-- 
Firefox goes nuts when asked to open a IRC URL.
https://bugs.launchpad.net/bugs/90533
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 87382] Re: rpc.idmapd not working

2009-03-13 Thread DaveAbrahams
The Linux/NFSv4 people seem to think this is their bug and have accepted a 
patch to fix it:  
http://linux-nfs.org/pipermail/nfsv4/2005-September/002615.html
http://linux-nfs.org/pipermail/nfsv4/2005-September/002618.html

For me, on Intrepid, misi's line in /etc/fstab does make the symptom go
away.  Misi, can you explain what that actually does?

Thanks,
Dave

-- 
rpc.idmapd not working
https://bugs.launchpad.net/bugs/87382
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 340580] Re: problem connecting to file share

2009-03-13 Thread il-mixu
Hi Pedro,

I wish I could explain better, but I really do not know what
happened...last Sunday I did an update but I do not know how to get a
list of the packages that were updated last sunday. after that I tried
to do a dist-upgrade so  that my ubuntu eee be upgraded to intrepid.
Still have the some problem with nautilus..cannot handle locations,
cannot handel network, cannot handle smb.

When I use the easypeasy cd to start up my asus, the nautilus works
fine.

Same occured on my other desktop, which was already running intrepid.
Now I also added the dev in the source.list, hoping some package will
fix this problem...however after a week, I feel lost.

If you could guide me to provide you more information, please do not
hesitate.

thanks
Michel

-- 
problem connecting to file share
https://bugs.launchpad.net/bugs/340580
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 228898] Re: apport-cli wrong options in spanish translation

2009-03-13 Thread Paco Molinero
** Changed in: language-pack-es (Ubuntu)
   Status: New => Fix Committed

-- 
apport-cli wrong options in spanish translation
https://bugs.launchpad.net/bugs/228898
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 342655] [NEW] Confusing debconf message when upgrading

2009-03-13 Thread Thomas Folz-Donahue
Public bug reported:

I ran update-manager to upgrade from Intrepid to Jaunty.  Apparently,
messages that look good in normal debconf look funny in update-manager.

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

-- 
Confusing debconf message when upgrading
https://bugs.launchpad.net/bugs/342655
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 342655] Re: Confusing debconf message when upgrading

2009-03-13 Thread Thomas Folz-Donahue

** Attachment added: "screenshot of the message"
   http://launchpadlibrarian.net/23848105/debconf.png

-- 
Confusing debconf message when upgrading
https://bugs.launchpad.net/bugs/342655
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 342656] [NEW] [TOSHIBA Satellite A215] suspend/resume failure when testing Suspend in Jaunty Alpha 6 on laptop

2009-03-13 Thread John Crawford
Public bug reported:

Testing Jaunty alpha 6. Tried to suspend. Got blank screen with blinking
cursor. Had to hard power down. On reboot used the report gui which
should have sent the error file.

ProblemType: KernelOops
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
Architecture: amd64
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
InterpreterPath: /usr/bin/python2.6
MachineType: TOSHIBA Satellite A215
Package: linux-image-2.6.28-9-generic 2.6.28-9.31
ProcAttrCurrent: unconfined
ProcCmdLine: root=UUID=ec3aaa07-133b-47cb-af0c-dad31209557a ro quiet splash
ProcCmdline: /usr/bin/python /usr/share/apport/apportcheckresume
ProcEnviron: PATH=(custom, no user)
ProcVersionSignature: Ubuntu 2.6.28-9.31-generic
SourcePackage: linux
StressLog: Error: [Errno 2] No such file or directory: 
'/var/lib/pm-utils/stress.log'
Tags: resume suspend
Title: [TOSHIBA Satellite A215] suspend/resume failure
UserGroups:

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


** Tags: amd64 apport-kerneloops resume suspend

-- 
[TOSHIBA Satellite A215] suspend/resume failure when testing Suspend in Jaunty 
Alpha 6 on laptop
https://bugs.launchpad.net/bugs/342656
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 342656] Re: [TOSHIBA Satellite A215] suspend/resume failure when testing Suspend in Jaunty Alpha 6 on laptop

2009-03-13 Thread John Crawford

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/23848121/BootDmesg.txt

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/23848122/CurrentDmesg.txt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/23848123/Dependencies.txt

** Attachment added: "HalComputerInfo.txt"
   http://launchpadlibrarian.net/23848124/HalComputerInfo.txt

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/23848125/Lspci.txt

** Attachment added: "Lsusb.txt"
   http://launchpadlibrarian.net/23848126/Lsusb.txt

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/23848127/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/23848128/ProcInterrupts.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/23848129/ProcMaps.txt

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/23848130/ProcModules.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/23848131/ProcStatus.txt

-- 
[TOSHIBA Satellite A215] suspend/resume failure when testing Suspend in Jaunty 
Alpha 6 on laptop
https://bugs.launchpad.net/bugs/342656
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 342623] Re: Audio driver is not working good

2009-03-13 Thread manzur
** Description changed:

  Realtek High Definition Audio 6.0.1.5624 (Driver for Windows and linux).
  version: Jaunty Jackalope alpha 6 AMD64
  in general i can hear any sound, and when i can it is very low, this gives to 
ubuntu a really bad name.
  
- I installed alsa driver from source and it fix some bugs but in general
- audio is low, you should include realtek propietary driver by default.
+ I installed Realtek driver from source and it fix some bugs but in
+ general audio is low, you should include realtek propietary driver by
+ default and well installed.
  
  This is my hardware: nVidia Corporation MCP61 High Definition Audio (rev a2)
  
https://h20285.www2.hp.com/estore/configfile.aspx?cModel=LASP-117658-BAS&mode=tech
  
- if u need more info please ask for it.
+ this is realtek driver:
+ 
http://152.104.125.41/downloads/downloadsView.aspx?Langid=1&PNid=14&PFid=24&Level=4&Conn=3&DownTypeID=3&GetDown=false#2
+ 
+ i do not have modules.conf nor /etc/modprobe.conf  file, Realtek driver
+ is not well installed.

** Summary changed:

- Audio driver is not working good
+ Realtek Audio driver is not working good in jaunty Jackalope

-- 
Realtek Audio driver is not working good in jaunty Jackalope
https://bugs.launchpad.net/bugs/342623
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 335621] Re: package nvidia-glx-180-dev 180.29-0ubuntu2 failed to install/upgrade: subprocess pre-installation script returned error exit status 2

2009-03-13 Thread 3vi1
Problem still present when upgrading to new nvidia-glx-180 package (from
180.29 to 180.37).

-- 
package nvidia-glx-180-dev 180.29-0ubuntu2 failed to install/upgrade: 
subprocess pre-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/335621
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 342618] [NEW] jaunty install freezes after keyboard selection

2009-03-13 Thread jflaming
Public bug reported:

While installing Jaunty via the normal install, complete system freeze
after keyboard selection.  Not sure how to diagnose this further?  I
also tried booting to the live cd, and it froze as well.  I'm using the
Jaunty Ubuntu Desktop Alpha 6 iso.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
jaunty install freezes after keyboard selection
https://bugs.launchpad.net/bugs/342618
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 342588] Re: gdb freezes too often, making debugging difficult

2009-03-13 Thread Dima Ryazanov
Apparently, I can send SIGCONT to it, and it will start working (until it 
freezes again, that is).
When I run "ps", though, it shows "gdb" in state "S", not "T", so it's not 
supposed to be suspended.

-- 
gdb freezes too often, making debugging difficult
https://bugs.launchpad.net/bugs/342588
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 240736] Re: Firefox maximized under/over panels after screen size/xrandr changes

2009-03-13 Thread VexaAE
Kudos to Sloan for thinking of deleting the .mozilla folder!

I played around and found the culprit (for my system anyway):
localstore.rdf, located in the .mozilla folder. Just delete the file,
and firefox will create a new/fixed one when you use firefox. Now i get
to keep my history, bookmarks, settings, etc...

-- 
Firefox maximized under/over panels after screen size/xrandr changes
https://bugs.launchpad.net/bugs/240736
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 117013] Re: Backport of fglrx to Feisty needed for radeon x1300 support

2009-03-13 Thread Max Bowsher
As the exisitng information in this bug states that it is fixed in
Gutsy, I am setting the Ubuntu bugtask's status to "Fix Released".

** Changed in: ubuntu
   Status: Fix Committed => Fix Released

-- 
Backport of fglrx to Feisty needed for radeon x1300 support
https://bugs.launchpad.net/bugs/117013
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 335879] Re: nvidia driver 180.35 breaks KDE 4, upgrade to 180.37 is needed

2009-03-13 Thread 3vi1
Packages are in the standard repos, and confirmed working.

But, the packages still require you to remove /usr/lib/libGL.so first
(bug 335621 - present since the .29 packages).

-- 
nvidia driver 180.35 breaks KDE 4, upgrade to 180.37 is needed
https://bugs.launchpad.net/bugs/335879
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 341952] Re: system freeze/crash in jaunty - "ath5k phy0: unsupported jumbo/ath5k phy0: noise floor calibration timeout"

2009-03-13 Thread gene
Hi Leann,   


Thanks a lot for your response!   This is what I hoped for. 

   

I will do as you suggest. There were no "oops" messages in any log
files. I came across the bug description against the bugzill.kernel
(http://bugzilla.kernel.org/show_bug.cgi?id=12647) project which I
linked to.  No suspicious entries like "kernel panic/oops/crash". ALL of
the crashes though end with   "ath5k phy0: noise floor calibration
timeout"  This is how I found this bug description.

I will see what I can do myself. There is a patch  at
http://bugzilla.kernel.org/show_bug.cgi?id=12647 I should study it more
carefully.

I tried to unload the module by "sudo modprobe -r ath5k" but I had to go back 
to "-i" in order to get wireless working. What is ath9k there?
Thank you much again and hope I will be  of any help to Ubuntu and GNU/Linux!


** Attachment added: "dmesg"
   http://launchpadlibrarian.net/23843809/dmesg

-- 
system freeze/crash in jaunty - "ath5k phy0: unsupported jumbo/ath5k phy0: 
noise floor calibration timeout"  
https://bugs.launchpad.net/bugs/341952
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 342567] [NEW] Sticky Keys and Slow Keys popups ignore notification daemon capabilities

2009-03-13 Thread Dylan McCall
Public bug reported:

When keyboard accessibility features are turned on, gnome-settings-
daemon watches for the user pressing Ctrl multiple times or holding down
Shift for 8 seconds. When this happens, it presents a notification
bubble asking the user if he wishes to activate the corresponding
feature (Sticky Keys and Slow Keys).

Jaunty's new notify-osd falls back to popping up a dialog box. (One with
the distinct aura of not wanting to be there). In any notification
system without that kind of fallback, it would be impossible to enable
sticky or slow keys since the system blindly relies on an action button
being pressed.

Specifically, this problem lies in gnome-settings-daemon/plugins/a11y-
keyboard, with ax_slowkeys_warning_post and ax_stickykeys_warning_post.
The plugin should check on the notification daemon's capabilities. In
the absense of actions, it should either fall back to its own dialog box
or present a transient notification and immediately enable / disable
sticky keys. (The existing message text already explains the keyboard
shortcut for doing so).


I am posting this first to Launchpad instead of upstream, because I think 
Ubuntu at the moment is more committed to the issue.

** Affects: gnome-settings-daemon (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Sticky Keys and Slow Keys popups ignore notification daemon capabilities
https://bugs.launchpad.net/bugs/342567
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 342433] Re: hexdump :: irregular illegal seek

2009-03-13 Thread Ancoron
I had to change the bug title and description because I just found out
that the error does occur with any string.

A modified test script is attached.

** Attachment added: "Modified test script"
   http://launchpadlibrarian.net/23843823/testBackslashHex.sh

-- 
hexdump :: irregular illegal seek
https://bugs.launchpad.net/bugs/342433
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 342017] Re: kpackagekit update notification tray icons disappear after only a few seconds

2009-03-13 Thread Musthafa Meeran
I can also confirm this is Kubuntu Jaunty KDE 4.2.1/kpackagekit
0.4-0ubuntu1

Thanks a lot...

-- 
kpackagekit update notification tray icons disappear after only a few seconds
https://bugs.launchpad.net/bugs/342017
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-workspace in ubuntu.

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


[Bug 341720] Re: compiz.real crashed with SIGSEGV in glXCreateContext()

2009-03-13 Thread Brian Murray
There isn't an fglrx driver for Jaunty yet, and the one you are trying
to use is not appropriate for the X server you are running.

[atiddxSetup] X version mismatch - detected X.org 7.1.-1.902, required
X.org 7.4.-1.906

Subsequently, X falls back to using the ati driver, which should be good
for your video card, but you have the libGl from the fglrx driver which
is causing another failure and the resulting crash in compiz.

-- 
compiz.real crashed with SIGSEGV in glXCreateContext()
https://bugs.launchpad.net/bugs/341720
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 340428] Re: compiz.real crashed with SIGSEGV

2009-03-13 Thread Brian Murray
** Changed in: compiz (Ubuntu)
   Status: New => Triaged

-- 
compiz.real crashed with SIGSEGV
https://bugs.launchpad.net/bugs/340428
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 341952] Re: system freeze/crash in jaunty - "ath5k phy0: unsupported jumbo/ath5k phy0: noise floor calibration timeout"

2009-03-13 Thread gene

** Attachment added: "dmesg.0"
   http://launchpadlibrarian.net/23843815/dmesg.0

-- 
system freeze/crash in jaunty - "ath5k phy0: unsupported jumbo/ath5k phy0: 
noise floor calibration timeout"  
https://bugs.launchpad.net/bugs/341952
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 342576] Re: "one run progressbar" has too few steps

2009-03-13 Thread Richie

** Attachment added: "one-run-progressbar.patch"
   http://launchpadlibrarian.net/23844119/one-run-progressbar.patch

-- 
"one run progressbar" has too few steps
https://bugs.launchpad.net/bugs/342576
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 342572] Re: pycentral crashed with AttributeError in install()

2009-03-13 Thread Apport retracing service
*** This bug is a duplicate of bug 341263 ***
https://bugs.launchpad.net/bugs/341263

** Tags removed: need-duplicate-check

** Attachment removed: "Dependencies.txt"

   http://launchpadlibrarian.net/23843897/Dependencies.txt

** Attachment removed: "ProcMaps.txt"

   http://launchpadlibrarian.net/23843898/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"

   http://launchpadlibrarian.net/23843899/ProcStatus.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 341263
   Failure in generating pyc files when installing gedit-plugins

-- 
pycentral crashed with AttributeError in install()
https://bugs.launchpad.net/bugs/342572
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 342576] [NEW] "one run progressbar" has too few steps

2009-03-13 Thread Richie
Public bug reported:

Binary package hint: update-manager

In jaunty, when update-manager starts there are 4 steps that effect the
"one run progressbar". At the beginning of the 4th step, the progressbar
is already full. Attached a patch to fix the problem.

** Affects: update-manager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
"one run progressbar" has too few steps
https://bugs.launchpad.net/bugs/342576
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 341791] Re: jaunty: guidance-power-manager doesn't play nice with python 2.6

2009-03-13 Thread Launchpad Bug Tracker
This bug was fixed in the package guidance-power-manager -
4:4.2.0-0ubuntu2

---
guidance-power-manager (4:4.2.0-0ubuntu2) jaunty; urgency=low

  * No change rebuild to build with Python 2.6 (LP: #341791).

 -- Alessio TregliaSat, 14 Mar 2009 03:18:30
+0100

** Changed in: guidance-power-manager (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
jaunty: guidance-power-manager doesn't play nice with python 2.6
https://bugs.launchpad.net/bugs/341791
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 342578] [NEW] mysqldump doesn't pick up /etc/mysql/my.cnf

2009-03-13 Thread Thomas
Public bug reported:

Binary package hint: mysql-client-5.0

Ubuntu 8.04.1
mysql-client-5.0.51a-3ubuntu5.1

/usr/bin/mysqldump doesn't read /etc/mysql/my.cnf - it tries to read
/etc/my.cnf  and $HOMEDIR/.my.cnf, but thats it. An upstream, i.e.
debian fellow told me that the debian package does work as it should.
I've helped myself out with a symlink from /etc/my.cnf, but this should
be fixed.

Yes, I know mysql-5.1 will also look for /etc/mysql/my.cnf
(http://dev.mysql.com/doc/refman/5.1/en/option-files.html), but again,
this is still 5.0.

** Affects: mysql-dfsg-5.0 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
mysqldump doesn't pick up /etc/mysql/my.cnf
https://bugs.launchpad.net/bugs/342578
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 342569] Re: jockey-backend crashed with IOError: [Errno 19] No such device

2009-03-13 Thread Apport retracing service
*** This bug is a duplicate of bug 335567 ***
https://bugs.launchpad.net/bugs/335567

** Tags removed: need-duplicate-check

** Attachment removed: "Dependencies.txt"

   http://launchpadlibrarian.net/23843834/Dependencies.txt

** Attachment removed: "ProcStatus.txt"

   http://launchpadlibrarian.net/23843843/ProcStatus.txt

** Attachment removed: "ProcMaps.txt"

   http://launchpadlibrarian.net/23843841/ProcMaps.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 335567
   jockey-backend crashed with IOError: [Errno 19] No such device

-- 
jockey-backend crashed with IOError: [Errno 19] No such device
https://bugs.launchpad.net/bugs/342569
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 340520] Re: package sivp 0.4.3-4 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-03-13 Thread DEADoomik
** Changed in: sivp (Ubuntu)
 Assignee: (unassigned) => DEADoomik (lusya)

** Changed in: sivp (Ubuntu)
 Assignee: DEADoomik (lusya) => (unassigned)

-- 
package sivp 0.4.3-4 failed to install/upgrade: subprocess post-installation 
script returned error exit status 1
https://bugs.launchpad.net/bugs/340520
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 342483] Re: [python2.6 transition] gnome-hearts needs to be rebuilt to get rid of python2.5

2009-03-13 Thread fabrice_sp
You're right: I hadn't view the mail of dktrkranz on how to get the packages 
that needs transitions. I was only using apt-cache rdepends.
Invalidating this bug report and another one that is in the same situation.

** Changed in: gnome-hearts (Ubuntu)
   Status: Confirmed => Invalid

-- 
[python2.6 transition] gnome-hearts needs to be rebuilt to get rid of python2.5
https://bugs.launchpad.net/bugs/342483
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 124288] Re: [gutsy] totem-gstreamer can't handle mpeg muxed videos properly

2009-03-13 Thread Bug Watch Updater
** Changed in: gstreamer
   Status: Confirmed => Fix Released

-- 
[gutsy] totem-gstreamer can't handle mpeg muxed videos properly
https://bugs.launchpad.net/bugs/124288
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 329399] Re: Problem uninstalling sivp

2009-03-13 Thread eruanno
I get this too, a warning comes up everytime I add/remove/update
packages, and I can't remove sivp to make it stop. Jaunty alpha6.

-- 
Problem uninstalling sivp
https://bugs.launchpad.net/bugs/329399
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 292381] Re: [hardy] kernel 2.6.24-21-generic and gcc version mismatch

2009-03-13 Thread KarlGoetz
I've looked at [1] and [2] and dont find this discussion. Could you
point me to it?

[1] https://lists.ubuntu.com/archives/kernel-team/2009-February/thread.html
[2] https://lists.ubuntu.com/archives/kernel-team/2009-March/thread.html

-- 
[hardy] kernel 2.6.24-21-generic and gcc version mismatch
https://bugs.launchpad.net/bugs/292381
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 306131] Re: No Sound with VIA VT1708B on Ubuntu 8.10 64 bit

2009-03-13 Thread Daniel T Chen
** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
No Sound with VIA VT1708B on Ubuntu 8.10 64 bit
https://bugs.launchpad.net/bugs/306131
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 342604] [NEW] Please update to 2.63 (Debian has it)

2009-03-13 Thread Reuben Thomas
Public bug reported:

Please update autoconf-doc to the same version as autoconf. Debian
unstable now has 2.63. It would be great if Ubuntu had this right for
jaunty (Debian failed for lenny :-/).

ProblemType: Bug
Architecture: i386
Dependencies:
 
DistroRelease: Ubuntu 9.04
Package: autoconf-doc 2.61-0ubuntu1
PackageArchitecture: all
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=en_GB.UTF-8
SourcePackage: autoconf-nonfree
Uname: Linux 2.6.28-9-generic i686

** Affects: autoconf-nonfree (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
Please update to 2.63 (Debian has it)
https://bugs.launchpad.net/bugs/342604
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 342530] Re: Please sync new package libconfig 1.3.1-1 from Debian unstable (main)

2009-03-13 Thread Nathan Handler
ScottK, this package is not the same libconfig as the one previously in
Ubuntu and Debian. This is a completely different application that just
happens to share the same name. Think of this as a new package uploaded
to Debian after DIF that was never in Ubuntu.

-- 
Please sync new package libconfig 1.3.1-1 from Debian unstable (main)
https://bugs.launchpad.net/bugs/342530
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 325121] Re: Ubuntu Jauntyalpha 3 does not boot from Live CD

2009-03-13 Thread Max Bowsher
A problem occurring so early in boot sounds like a kernel issue, so I am
setting the package to 'linux'.

** Changed in: linux (Ubuntu)
Sourcepackagename: None => linux

-- 
Ubuntu Jauntyalpha 3 does not boot from Live CD
https://bugs.launchpad.net/bugs/325121
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 145382] Re: [Gutsy] broken 70-persistent-net.rules

2009-03-13 Thread blackest_knight
I've just experienced a similar issue on intrepid my eth0 was reported
as eth8 it may be because this systems been rebuilt and moved between
pc's a few times over the years and had several different network cards
hopefully renaming eth8 eth0 and deleting the other entries cures the
issue (it seem too)

-- 
[Gutsy] broken 70-persistent-net.rules
https://bugs.launchpad.net/bugs/145382
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 342583] Re: Edge-to-edge printing to an HP Deskjet D4360 leaves 1/8 margin on top

2009-03-13 Thread Till Kamppeter
In current Ubuntu PPD files for non-PostScript HP printers are generated
by HPLIP itself (hpijs package). foomatic-db-hpijs only generates PPDs
for non-HP printers using the HPIJS driver. Moving bug to HPLIP.

-- 
Edge-to-edge printing to an HP Deskjet D4360 leaves 1/8 margin on top
https://bugs.launchpad.net/bugs/342583
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 342605] Re: unable to delete and/or move bookmarks

2009-03-13 Thread Rizlaw

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/23845119/Dependencies.txt

** Attachment added: "ExtensionSummary.txt"
   http://launchpadlibrarian.net/23845120/ExtensionSummary.txt

** Attachment added: "profiles.ini.txt"
   http://launchpadlibrarian.net/23845121/profiles.ini.txt

-- 
unable to delete and/or move bookmarks
https://bugs.launchpad.net/bugs/342605
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 342623] [NEW] Audio driver is not working good

2009-03-13 Thread manzur
Public bug reported:

Realtek High Definition Audio 6.0.1.5624 (Driver for Windows and linux).
version: Jaunty Jackalope alpha 6 AMD64
in general i can hear any sound, and when i can it is very low, this gives to 
ubuntu a really bad name.

I installed alsa driver from source and it fix some bugs but in general
audio is low, you should include realtek propietary driver by default.

This is my hardware: nVidia Corporation MCP61 High Definition Audio (rev a2)
https://h20285.www2.hp.com/estore/configfile.aspx?cModel=LASP-117658-BAS&mode=tech

if u need more info please ask for it.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Audio driver is not working good
https://bugs.launchpad.net/bugs/342623
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 342621] Re: package emacspeak 26.0-3ubuntu2 failed to install/upgrade: subprocess post-installation script returned error exit status 2

2009-03-13 Thread Evariste Galois

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/23846148/Dependencies.txt

** Attachment added: "DpkgTerminalLog.txt"
   http://launchpadlibrarian.net/23846149/DpkgTerminalLog.txt

-- 
package emacspeak 26.0-3ubuntu2 failed to install/upgrade: subprocess 
post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/342621
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 342621] [NEW] package emacspeak 26.0-3ubuntu2 failed to install/upgrade: subprocess post-installation script returned error exit status 2

2009-03-13 Thread Evariste Galois
Public bug reported:

Binary package hint: emacspeak

none

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 8.10
ErrorMessage: subprocess post-installation script returned error exit status 2
Package: emacspeak 26.0-3ubuntu2
PackageArchitecture: all
SourcePackage: emacspeak
Title: package emacspeak 26.0-3ubuntu2 failed to install/upgrade: subprocess 
post-installation script returned error exit status 2
Uname: Linux 2.6.27-9-generic i686

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


** Tags: apport-package

-- 
package emacspeak 26.0-3ubuntu2 failed to install/upgrade: subprocess 
post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/342621
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 342630] [NEW] apt-get locks after attempting to install flash(amd64) via KPackageKit

2009-03-13 Thread Andres Ruiz
Public bug reported:

Binary package hint: kpackagekit

Whats happening: After I attempted to install the flash(amd64) meta
package via the GUI tool, KPackegeKit, the system locked up and didn't
install flash, as expected. Afterwards I could not regain access to any
intalling or upgrading utilities.

Whats supposed to happen: the system starts the terminal running the
meta package for installing flash. The system also does not lock up.

I was able to work around this by typing: sudo dpkg --configure -a

Just reporting for future reference and workarounds.

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

-- 
apt-get locks after attempting to install flash(amd64) via KPackageKit
https://bugs.launchpad.net/bugs/342630
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 342218] Re: Evolution crashes when accessing calendar

2009-03-13 Thread Joe Debian
Evolution crashed on setup and on accessing calendar. Both dbg files are
attached.

** Attachment added: "gdb-evolution-setup-crash.txt"
   http://launchpadlibrarian.net/23846363/gdb-evolution-setup-crash.txt

-- 
Evolution crashes when accessing calendar
https://bugs.launchpad.net/bugs/342218
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 342602] [NEW] Gateway MT3707 can suspend, but cannot resume

2009-03-13 Thread Michael Howell
Public bug reported:

I'm using Kubuntu Jaunty Alpha, fully upgraded (as-of the time I post
this).

I suspend the system (press Sleep in PowerDevil). It seems to suspend
correctly (power LED blinks, it powers down). I press the power button
to wake up and the power LED turns solid, the system powers up, and
nothing happens. The caps-lock button does not toggle the lock LED.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
Package: linux-generic 2.6.28.9.9
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_US.UTF-8
 LANGUAGE=
SourcePackage: linux-meta
Uname: Linux 2.6.28-9-generic i686

** Affects: linux-meta (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
Gateway MT3707 can suspend, but cannot resume
https://bugs.launchpad.net/bugs/342602
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 292130] Re: Copying from RISC OS to intrepid with Samba writes zeros ad infinitum

2009-03-13 Thread Paul Dufresne
Thank you for giving the requested info.
Marking as Confirmed.


** Changed in: samba (Ubuntu)
   Status: Incomplete => Confirmed

-- 
Copying from RISC OS to intrepid with Samba writes zeros ad infinitum
https://bugs.launchpad.net/bugs/292130
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 335811] Re: ImportError: No module named qt

2009-03-13 Thread Michael Howell
Same output from update-notifier-kde

mich...@clu:~$ update-notifier-kde
Traceback (most recent call last):
  File "/usr/bin/update-notifier-kde", line 34, in 
import dbus.mainloop.qt
ImportError: No module named qt

-- 
ImportError: No module named qt
https://bugs.launchpad.net/bugs/335811
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebindings in ubuntu.

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


[Bug 342605] [NEW] unable to delete and/or move bookmarks

2009-03-13 Thread Rizlaw
Public bug reported:

Binary package hint: firefox

Running Ubuntu Kernel 2.6.27.13. Firefox 3.0.6 and 3.0.7

Every time I delete a bookmark or move it to another location and then
shut down and restart FF, the deleted/moved bookmarks reappear as if
they had never been deleted/moved.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
NonfreeKernelModules: nvidia
Package: firefox-3.0 3.0.7+nobinonly-0ubuntu0.8.10.1
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: firefox-3.0
Uname: Linux 2.6.27-13-generic i686

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


** Tags: apport-bug

-- 
unable to delete and/or move bookmarks
https://bugs.launchpad.net/bugs/342605
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 328150] Re: [needs-packaging] mythnettv

2009-03-13 Thread Max Bowsher
Setting package and "Fix Released", as it has cleared NEW (Launchpad
should do this automatically, but doesn't)

** Summary changed:

- Needs Packaging
+ [needs-packaging] mythnettv

** Changed in: mythnettv (Ubuntu)
Sourcepackagename: None => mythnettv
   Status: Fix Committed => Fix Released

-- 
[needs-packaging] mythnettv
https://bugs.launchpad.net/bugs/328150
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 149524] Re: mirrors should update package files in the correct sequence

2009-03-13 Thread Max Bowsher
According to http://www.ubuntu.com/getubuntu/mirror/3 and
https://lists.ubuntu.com/archives/ubuntu-mirrors-
announce/2006-August/02.html it has been policy that Ubuntu mirrors
must do the two-stage mirrorring that avoids this problem since a year
*before* this bug was filed.

Perhaps either:
 * the fi.archive.ubuntu.com mirror should be asked to confirm that they do 
this, and then this bug be closed.
or:
 * this bug should be turned into a proposal for an automated verifier system 
to attempt to catch out mirrors exhibiting this race condition?

-- 
mirrors should update package files in the correct sequence
https://bugs.launchpad.net/bugs/149524
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 342008] Re: SLOW INTERNET SPEED 30 kB/S

2009-03-13 Thread bbeharriell

 


 No it has been slow from first install. Windows Vista on the identical hard 
drive runs 700 Kbit/s. Maybe it's a setting in the networrk programing. I'm 
running through a D-Link 4 port wireless router on AOL broadband. Windows works 
well, but I'd like to completely switch to Linux, I have 4 computers.? If you 
need more info , please e-mail me.? Thanks much for answering my cry for help!! 


 

 Original Message 
From: Drew Meigs 
To: bbeharri...@aol.com
Sent: Fri, 13 Mar 2009 11:25 am
Subject: [Bug 342008] Re: SLOW INTERNET SPEED  30 kB/S






Has the speed been higher than that in the past? If so, have you
installed any new software or hardware since the speed was higher?

** Changed in: ubuntu
   Status: New => Incomplete

-- 
SLOW INTERNET SPEED  30 kB/S
https://bugs.launchpad.net/bugs/342008
You received this bug notification because you are a direct subscriber
of the bug.

Status in Ubuntu: Incomplete

Bug description:
Binary package hint: gnome-nettool

UBUNTU 8.10 ,  64 bit AMD.  Connects to internet by auto fine but downloads are 
at best 30 Kb/s and down to 1 Kb/s.

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 8.10
ExecutablePath: /usr/bin/gnome-nettool
NonfreeKernelModules: nvidia
Package: gnome-nettool 2.22.1-0ubuntu1
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-nettool
Uname: Linux 2.6.27-11-generic x86_64





GameVault: Play free online games at Gamevault.ca. Word arcade, puzzle and 
more. Play now!
http://www.gamevault.ca/?icid=AOLGAM003101

-- 
SLOW INTERNET SPEED  30 kB/S
https://bugs.launchpad.net/bugs/342008
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 342602] Re: Gateway MT3707 can suspend, but cannot resume

2009-03-13 Thread Michael Howell

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/23845066/Dependencies.txt

-- 
Gateway MT3707 can suspend, but cannot resume
https://bugs.launchpad.net/bugs/342602
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 342483] Re: [python2.6 transition] gnome-hearts needs to be rebuilt to get rid of python2.5

2009-03-13 Thread Alessio Treglia
Isn'it installable anymore? It depends on python >= 2.5 but not on <<
2.6, I think it should not have broken dependencies.

Could you attach an install log?

-- 
[python2.6 transition] gnome-hearts needs to be rebuilt to get rid of python2.5
https://bugs.launchpad.net/bugs/342483
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 306552] Re: nm-connection-editor can't configure cdma network setting

2009-03-13 Thread Bug Watch Updater
** Changed in: network-manager
   Status: Unknown => New

-- 
nm-connection-editor can't configure cdma network setting
https://bugs.launchpad.net/bugs/306552
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 251242] Re: Always kexecs on shutdown/reboot

2009-03-13 Thread Hernando Torque
This also happens with

kexec-tools:
  Installed: 2009-2.0.0ubuntu2
  Candidate: 2009-2.0.0ubuntu2
  Version table:
 *** 2009-2.0.0ubuntu2 0
500 http://archive.ubuntu.com jaunty/main Packages
100 /var/lib/dpkg/status

-- 
Always kexecs on shutdown/reboot
https://bugs.launchpad.net/bugs/251242
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 208950] Re: install netbeans gives an error

2009-03-13 Thread Marlon Cisternas Milla
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to "New". Thanks again!

** Changed in: synaptic (Ubuntu)
   Status: Incomplete => Invalid

-- 
install netbeans gives an error
https://bugs.launchpad.net/bugs/208950
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 342614] [NEW] Cant see volume/disk on Promise FastTrak TX2300 raid controller

2009-03-13 Thread PopovN
Public bug reported:

8.10 liveCD Kubuntu

Promise FastTrak TX2300 raid controller
http://www.promise.com/product/product_detail_eng.asp?product_id=136
2 SATA disks in STRIPE (raid 0)

In LiveCD mode in file-manager i see icon for my fat32 disk on that
stripe, bat on click it show error

In installation mode i see both my SATA disk NOT IN stripe - like
several disk in system.

Now i see what have not last firmware for this controller - bat cant
change it shortly. Later will update this bug if with new fimware
anything changes.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: controller disk raid

** Tags added: controller disk raid

-- 
Cant see volume/disk on Promise FastTrak TX2300 raid controller
https://bugs.launchpad.net/bugs/342614
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 342613] [NEW] No WIFI Connection

2009-03-13 Thread wyliepops
Public bug reported:

Binary package hint: linux-backports-modules-intrepid-generic

Concerned Canadian:
Hi, I have an on-going issue with Ubuntu and WIFI, it seems that the Network 
Manager is having some trouble connecting to wireless networks with my WIFI 
card. This has happened for 3 installs: (Hardy, Intrepid, and Jaunty). I was 
hoping that the issue might be solved in this release, but apparently it is 
not. I had wireless connection in Intrepid but it de-stabalized (The Network 
Manager Applet Needs Access to the Default Keyring But it is Locked.) and is no 
longer working, so I decided to try the new Jaunty (I no longer have an 
available wired internet connection) . Any solutions to the very sketchy 
prospect of fiddling around with Network Manager? Please don't make me hack 
again! 
:(

System Info:
--
Triple boot: XP 32, Windows Vista 64, Ubuntu Jaunty Jackalope Alpha 6-64
Dell Inspiron 9400 Laptop
Processor: Intel(R) Core(TM)2 CPU T7200  @ 2.00GHz, 2000 Mhz, 2 Core(s), 2 
Logical Processor(s)
Chipset: Intel 945GM Chipset
Installed Physical Memory: (RAM)4.00 GB
BIOS Version/Date: Dell Inc. A09, 27/06/2007
WIFI Device: Intel(R) Wireless WiFi Link 4965AGN
--

The Jaunty install was fast, runs great and looks good. What about the WIFI?
<|:p

** Affects: linux-meta (Ubuntu)
 Importance: Undecided
 Status: New

-- 
No WIFI Connection
https://bugs.launchpad.net/bugs/342613
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 339688] Re: FFE for k9copy 2.20

2009-03-13 Thread Nathan Handler
A new version of k9copy, 2.3.0, is now available. Alessandre feels that
it would be better to get this version uploaded instead of 2.20. He is
going to take care of testing it out and updating this bug to request a
new FFe. In the meantime, I am unsubscribing ubuntu-universe-sponsors.

** Changed in: k9copy (Ubuntu)
 Assignee: Nathan Handler (nhandler) => Alessandro Ghersi 
(alessandro-ghersi)
   Status: In Progress => Incomplete

-- 
FFE for k9copy 2.20
https://bugs.launchpad.net/bugs/339688
You received this bug notification because you are a member of Kubuntu
Bugs, which is a direct subscriber.

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


[Bug 342609] [NEW] Feisty: update/upgrade manager problem

2009-03-13 Thread pnik
Public bug reported:


This is the message that I am receiving when I am trying to upgrade my system 
to Gusty. do you have any idea what is going wrong. I am using the official 
repositories. Also my update manager is not working very well for the last 2 
months

HERE YOU CAN SEE A SMALL SAMPLE FROM ERRORS RECEIVED FROM UPDATING

Failed to fetch 
http://ubuntu.tiscali.nl/dists/feisty-updates/multiverse/binary-i386/Packages.gz
  404 Not Found
Failed to fetch 
http://ubuntu.tiscali.nl/dists/feisty-updates/restricted/source/Sources.gz  404 
Not Found
Failed to fetch 
http://ubuntu.tiscali.nl/dists/feisty-updates/main/source/Sources.gz  404 Not 
Found
Failed to fetch 
http://ubuntu.tiscali.nl/dists/feisty-updates/universe/source/Sources.gz  404 
Not Found
Failed to fetch 
http://ubuntu.tiscali.nl/dists/feisty-updates/multiverse/source/Sources.gz  404 
Not Found
Reading package lists... Done
E: Some index files failed to download, they have been ignored, or old ones 
used instead.
*


HERE YOU CAN SEE THE ERRORS RECEIVED FROM UPGRADING
=

Getting upgrade prerequisites failed

The system was unable to get the prerequisites for the upgrade. The
upgrade will abort now and restore the original system state.

Please report this as a bug against the 'update-manager' package and include 
the files in /var/log/dist-upgrade/ in the bugreport.
=

Investigating libodbc++4
Package libodbc++4 has broken dep on libc6
Investigating xmms
Package xmms has broken dep on libasound2
Investigating python-wxgtk2.8
Package python-wxgtk2.8 has broken dep on libc6
Investigating classpath
Package classpath has broken dep on classpath-gtkpeer
  Considering classpath-gtkpeer 2 as a solution to classpath 1
  Holding Back classpath rather than change classpath-gtkpeer
Investigating libruby1.9
Package libruby1.9 has broken dep on libc6
Investigating perlmagick
Package perlmagick has broken dep on perl
Investigating libpango1-ruby1.8
Package libpango1-ruby1.8 has broken dep on libc6
Investigating wireshark-common
Package wireshark-common has broken dep on libc6
Investigating libmms0
Package libmms0 has broken dep on libc6
Investigating imlib11
Package imlib11 has broken dep on libc6
Investigating eclipse-gcj
Package eclipse-gcj has broken dep on java-gcj-compat-dev
  Considering java-gcj-compat-dev 2 as a solution to eclipse-gcj 0
  Removing eclipse-gcj rather than change java-gcj-compat-dev
Investigating camorama
Package camorama has broken dep on libart-2.0-2
Investigating libboost-regex1.34.1
Package libboost-regex1.34.1 has broken dep on libc6
Investigating filezilla
Package filezilla has broken dep on libc6
Investigating libvte-ruby1.8
Package libvte-ruby1.8 has broken dep on libc6
Investigating libportaudio2
Package libportaudio2 has broken dep on libasound2
Investigating gstreamer0.10-plugins-ugly
Package gstreamer0.10-plugins-ugly has broken dep on libc6
Investigating amule
Package amule has broken dep on libc6
Investigating libglade-jni
Package libglade-jni has broken dep on libc6
Investigating vlc-plugin-ggi
Package vlc-plugin-ggi has broken dep on libc6
Investigating libgbf-1-1
Package libgbf-1-1 has broken dep on libart-2.0-2
Investigating vlc-plugin-esd
Package vlc-plugin-esd has broken dep on libc6
Investigating audacity
Package audacity has broken dep on libasound2
Investigating libodbc++-dev
Package libodbc++-dev has broken dep on libodbc++4
  Considering libodbc++4 1 as a solution to libodbc++-dev 0
  Holding Back libodbc++-dev rather than change libodbc++4
Investigating eclipse-pydev-gcj
Package eclipse-pydev-gcj has broken dep on libc6
Investigating firestarter
Package firestarter has broken dep on libart-2.0-2
Investigating xawtv
Package xawtv has broken dep on libasound2
Investigating vlc-plugin-sdl
Package vlc-plugin-sdl has broken dep on libc6
Investigating ruby1.9-dev
Package ruby1.9-dev has broken dep on libruby1.9
  Considering libruby1.9 1 as a solution to ruby1.9-dev 0
  Holding Back ruby1.9-dev rather than change libruby1.9
Investigating vlc-plugin-arts
Package vlc-plugin-arts has broken dep on libc6
Investigating alsa-oss
Package alsa-oss has broken dep on libasound2
Investigating libglade-java
Package libglade-java has broken dep on libglade-jni
  Considering libglade-jni 0 as a solution to libglade-java 0
  Holding Back libglade-java rather than change libglade-jni
Investigating unrar-free
Package unrar-free has broken dep on libc6
Investigating scantv
Package scantv has broken dep on libc6
Investigating libvte-jni
Package libvte-jni has broken dep on libc6
Investigating anjuta
Package anjuta has broken dep on libart-2.0-2
Investigating konqueror-plugin-gnash
Package konqueror-plu

[Bug 282472] Re: Falcon doesn't work with Django 1.0

2009-03-13 Thread Toby Collett
I have a branch of falcon that at least loads with django-1
https://code.launchpad.net/~launchpad-plan9/falcon/community

If anyone wants to give it a go and let me know how it works. The
backwards compatibility code is currently disabled as I havent updated
that.

It should work with existing databases etc, but as with any test code I
would advise you to back up first...

-- 
Falcon doesn't work with Django 1.0
https://bugs.launchpad.net/bugs/282472
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 342608] [NEW] PDF document not rendered correctly in evince, mostly black

2009-03-13 Thread gerber
Public bug reported:

Binary package hint: evince

The attached pdf document is not rendered correctly (shown mostly black)
Evince 2.24.1-0ubuntu1 using poppler 0.8.7 (cairo).
Renders correctly in Okular 0.8.1.
Ubuntu 8.10, GNOME 2.24.1 (Ubuntu 2008-10-24), Nvidia Quadro NVS 290

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 8.10
ExecutablePath: /usr/bin/evince
NonfreeKernelModules: nvidia
Package: evince 2.24.1-0ubuntu1
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
SourcePackage: evince
Uname: Linux 2.6.27-13-generic x86_64

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


** Tags: apport-bug

-- 
PDF document not rendered correctly in evince, mostly black
https://bugs.launchpad.net/bugs/342608
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 342608] Re: PDF document not rendered correctly in evince, mostly black

2009-03-13 Thread gerber

** Attachment added: "0900766b8014c5b5.pdf"
   http://launchpadlibrarian.net/23845315/0900766b8014c5b5.pdf

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/23845316/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/23845317/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/23845318/ProcStatus.txt

-- 
PDF document not rendered correctly in evince, mostly black
https://bugs.launchpad.net/bugs/342608
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 155062] Re: New users are not able to reverse mistakes in the configuration

2009-03-13 Thread Max Bowsher
Using the current Ubuntu Jaunty Jackalope, I made the typo suggested in
the bug report, and was able to use the "Ubuntu is running in low
graphics mode" X emergency fixing GUI prompts to restore a working
default X configuration without ever dropping to a text console.

Therefore, I am setting this bug to Fix Released status.

** Changed in: ubuntu
   Status: Triaged => Fix Released

-- 
New users are not able to reverse mistakes in the configuration
https://bugs.launchpad.net/bugs/155062
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 306131] Re: No Sound with VIA VT1708B on Ubuntu 8.10 64 bit

2009-03-13 Thread Mackenzie Morgan
No, Jaunty has 1.0.18-something.  Pedro said 1.0.18a fixed it for him (in the 
original report).  Can one of you test a Jaunty live cd?

-- 
No Sound with VIA VT1708B on Ubuntu 8.10 64 bit
https://bugs.launchpad.net/bugs/306131
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 267951] Re: add apt-url link to package pages at packages.ubuntu.com

2009-03-13 Thread Max Bowsher
** Summary changed:

- add apt-url option to package page
+ add apt-url link to package pages at packages.ubuntu.com

-- 
add apt-url link to package pages at packages.ubuntu.com
https://bugs.launchpad.net/bugs/267951
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 342218] Re: Evolution crashes when accessing calendar

2009-03-13 Thread Joe Debian
.xsession-errors attached...

** Attachment added: ".xsession-errors"
   http://launchpadlibrarian.net/23846390/.xsession-errors

-- 
Evolution crashes when accessing calendar
https://bugs.launchpad.net/bugs/342218
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 342218] Re: Evolution crashes when accessing calendar

2009-03-13 Thread Joe Debian
This is the accessing the calendar crash (i.e., the relevant one),
previous was the setup crash...

** Attachment added: "gdb-evolution-post-setup.txt"
   http://launchpadlibrarian.net/23846368/gdb-evolution-post-setup.txt

-- 
Evolution crashes when accessing calendar
https://bugs.launchpad.net/bugs/342218
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 328035] Re: *** glibc detected *** free(): invalid next size (fast) for xf86Wakeup() call

2009-03-13 Thread Steve Langasek
On Fri, Mar 13, 2009 at 09:16:54AM -, Matt Zimmerman wrote:
> Steve, if you don't have any problems with you current test case, I
> think the next thing to try is a recompile of -1ubuntu5 with the current
> toolchain.

Well, the problem is present in the -1ubuntu4 build also, and the build log
for that version (built on Mar 2) shows that gcc-4.3 4.3.3-5ubuntu1 was used
for the build, postdating the fix in 4.3.3-3ubuntu4.

I was guessing that this was simply a case of the seemingly-innocuous change
exposing a bug elsewhere in the code, possibly a bug that upstream has
already fixed.  I have it on my todo list to build the latest upstream and
see if the bug is reproducible there, but I understand this depends on
having a bleeding-edge libdrm first - I was waiting for a new upstream
version to be uploaded to jaunty, but Bryce says even this may not be new
enough.  Bryce, do you have a pointer to the upstream git for libdrm?

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org

-- 
*** glibc detected *** free(): invalid next size (fast) for xf86Wakeup() call
https://bugs.launchpad.net/bugs/328035
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 341646] Re: "Unplugged or turned off": wrong!

2009-03-13 Thread Launchpad Bug Tracker
This bug was fixed in the package hal-cups-utils -
0.6.19+git20090217-0ubuntu3

---
hal-cups-utils (0.6.19+git20090217-0ubuntu3) jaunty; urgency=low

  * 
debian/patches/15_hal-lpadmin-fix-device-id-reading-find-configured-queues-by-same-method-for-plug-and-unplug.patch:
Fixed reading of the printer device ID (LP: #306301) and let hal_lpadmin
use the same method for finding already configured CUPS queues on plugging
and unplugging the printer (LP: #341646, LP: #139317).

 -- Till KamppeterSat, 14 Mar 2009
00:00:32 +0100

** Changed in: hal-cups-utils (Ubuntu)
   Status: Confirmed => Fix Released

-- 
"Unplugged or turned off": wrong!
https://bugs.launchpad.net/bugs/341646
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 341510] Re: i can not hear the audio or sounds - alsa driver is not well installed

2009-03-13 Thread manzur
hey my friend i really think, it is about driver, apparently i fixed the
problem doing this:
http://www.ecualug.org/2008/09/12/comos/como_configurar_sonido_nvidia_corporation_mcp61_high_definition_audio_rev_a2

fix it in the next alpha.

** Summary changed:

- i can not hear the audio of a video neither the sounds of pidgin
+ i can not hear the audio or sounds - alsa driver is not well installed

-- 
i can not hear the audio or sounds - alsa driver is not well installed
https://bugs.launchpad.net/bugs/341510
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 339491] Re: strange desktop flickering makes desktop unusable

2009-03-13 Thread Gavin McCullagh
I managed to get a backtrace on the second attempt.  If you look at the
file attached, it has a failed attempt first, then a second attach, then
a backtrace.

When the screen started flickering, I killed GSD with signal 3, then
took the backtrace as suggested in the wiki.

Let me know if this is okay  or not.

** Attachment added: "gdb-gnome-settings-daemon2.txt"
   http://launchpadlibrarian.net/23843582/gdb-gnome-settings-daemon2.txt

-- 
strange desktop flickering makes desktop unusable
https://bugs.launchpad.net/bugs/339491
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 339688] Re: FFE for k9copy 2.20

2009-03-13 Thread Nathan Handler
Alessandro, could you please attach your .diff.gz? Thanks in advance.

-- 
FFE for k9copy 2.20
https://bugs.launchpad.net/bugs/339688
You received this bug notification because you are a member of Kubuntu
Bugs, which is a direct subscriber.

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


[Bug 306301] Re: system-config-printer and hal_lpadmin recommend different driver

2009-03-13 Thread Launchpad Bug Tracker
This bug was fixed in the package hal-cups-utils -
0.6.19+git20090217-0ubuntu3

---
hal-cups-utils (0.6.19+git20090217-0ubuntu3) jaunty; urgency=low

  * 
debian/patches/15_hal-lpadmin-fix-device-id-reading-find-configured-queues-by-same-method-for-plug-and-unplug.patch:
Fixed reading of the printer device ID (LP: #306301) and let hal_lpadmin
use the same method for finding already configured CUPS queues on plugging
and unplugging the printer (LP: #341646, LP: #139317).

 -- Till KamppeterSat, 14 Mar 2009
00:00:32 +0100

** Changed in: hal-cups-utils (Ubuntu)
   Status: Triaged => Fix Released

-- 
system-config-printer and hal_lpadmin recommend different driver
https://bugs.launchpad.net/bugs/306301
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 286419] Re: mkfontscale crashed with signal 7 in FT_Stream_ReadLong()

2009-03-13 Thread Steve Langasek
Can someone who's seeing this problem please forward a tarball of the
~/.gnome2/share/cursor-fonts and ~/.gnome2/share/fonts directories
mentioned in the apport commandline?  This bug is not reproducible for
me here on a system with no local fonts installed.

** Changed in: freetype (Ubuntu)
   Status: Confirmed => Incomplete

-- 
mkfontscale crashed with signal 7 in FT_Stream_ReadLong()
https://bugs.launchpad.net/bugs/286419
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 263099] Re: totem-gstreamer-video-indexer crashed with SIGSEGV in g_object_notify()

2009-03-13 Thread Vadim Gusev
Confirm the same bug on alpha 6 on amd64.

-- 
totem-gstreamer-video-indexer crashed with SIGSEGV in g_object_notify()
https://bugs.launchpad.net/bugs/263099
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 342019] Re: lemonpos menu entry in wrong place (Lost & Found)

2009-03-13 Thread Nathan Handler
** Changed in: lemonpos (Ubuntu)
   Importance: Undecided => Low
 Assignee: (unassigned) => Nathan Handler (nhandler)
   Status: Confirmed => In Progress

-- 
lemonpos menu entry in wrong place (Lost & Found)
https://bugs.launchpad.net/bugs/342019
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 342617] [NEW] package postfix 2.5.5-1 failed to install/upgrade: subprocess post-installation script returned error exit status 75

2009-03-13 Thread Masood
Public bug reported:

Binary package hint: postfix

Hi,

This is the third time that I have posted this error and also, provided
more information by posting the out put of apt-get install postfix but I
have not received any feedback yet.

I am re-posting the output of the sudo apt-get install postfix so that
you can see the error I get with each Ubuntu "update" which results in
Ubuntu updates not to be installed properly. it seems that this problem
has made my computer somewhat slow too.

I have done all that i could do but no luck so far and I need help
please.

mas...@masood-rocks!>:~$ sudo apt-get install postfix
Reading package lists... Done
Building dependency tree   
Reading state information... Done
postfix is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
31 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Setting up postfix (2.5.5-1) ...

Postfix configuration was not changed.  If you need to make changes, edit
/etc/postfix/main.cf (and others) as needed.  To view Postfix configuration
values, see postconf(1).

After modifying main.cf, be sure to run '/etc/init.d/postfix reload'.

Running newaliases
newaliases: warning: valid_hostname: invalid character 33(decimal): 
masood-ROCKS!>
newaliases: fatal: file /etc/postfix/main.cf: parameter myhostname: bad 
parameter value: masood-ROCKS!>
dpkg: error processing postfix (--configure):
 subprocess post-installation script returned error exit status 75
dpkg: dependency problems prevent configuration of courier-maildrop:
 courier-maildrop depends on postfix | mail-transport-agent; however:
  Package postfix is not configured yet.
  Package mail-transport-agent is not installed.
  Package postfix which provides mail-transport-agent is not configured yet.
dpkg: error processing courier-maildrop (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of mlmmj:
 mlmmj depends on exim4 | mail-transport-agent; however:
  Package exim4 is not installed.
  Package mail-transport-agent is not installed.
  Package postfix which provides mail-transport-agent is not configured yet.
dpkg: error processing mlmmj (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of dtc-common:
 dtc-common depends on courier-maildrop | cyrus-imapd-2.2; however:
  Package courier-maildrop is not configured yet.
  Package cyrus-imapd-2.2 is not installed.
 dtc-common dNo apport report written because the error message indicates its a 
followup error from a previous failure.
   No apport report written because the 
error message indicates its a followup error from a previous failure.
 No apport 
report written because MaxReports is reached already
   No apport report written because 
MaxReports is reached already
 No apport report written because MaxReports is 
reached already
   No apport report written because MaxReports is reached already
 No 
apport report written because MaxReports is reached already
   No apport report written 
because MaxReports is reached already
 No apport report written because 
MaxReports is reached already
   epends on mlmmj; however:
  Package mlmmj is not configured yet.
dpkg: error processing dtc-common (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of courier-imap:
 courier-imap depends on postfix | mail-transport-agent; however:
  Package postfix is not configured yet.
  Package mail-transport-agent is not installed.
  Package postfix which provides mail-transport-agent is not configured yet.
dpkg: error processing courier-imap (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of courier-imap-ssl:
 courier-imap-ssl depends on courier-imap (>= 1.3.7-3); however:
  Package courier-imap is not configured yet.
dpkg: error processing courier-imap-ssl (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of courier-pop:
 courier-pop depends on postfix | mail-transport-agent; however:
  Package postfix is not configured yet.
  Package mail-transport-agent is not installed.
  Package postfix which provides mail-transport-agent is not configured yet.
dpkg: error processing courier-pop (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of courier-pop-ssl:
 courier-pop-ssl depends on courier-pop; however:
  Package courier-pop is not configured yet.
dpkg: error processing courier-pop-ssl (--configu

  1   2   3   4   5   6   7   8   9   10   >