[Bug 1747710] [NEW] libpam-ssh does not support keys stored on xfs volumes

2018-02-06 Thread Matt Smith
Public bug reported: Presumably this is because xfs does not support returning the d_type field as described here: http://man7.org/linux/man- pages/man2/getdents.2.html resulting in a return of DT_UNKNOWN that goes unhandled. Feb 2 16:53:32 bastion-133 pam_ssh[4911]: init authentication module

[Bug 1295835] Re: qdbus is missing dependency over qdbus-qt5

2014-03-23 Thread Matt Smith
I had the same thing happen after I updated. I got into kde by linking /usr/bin/qdbus: /usr/bin/qdbus - /usr/lib/x86_64-linux-gnu/qt4/bin/qdbus -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1295835

[Bug 1069843] Re: Nautilus consuming memory and cpu

2013-10-31 Thread Matt Smith
This bug also affects me. If I have a png file or pdf file in a nautilus window or on the desktop the cpu usage shoots up and the icon just shows a waiting symbol. I am not sure why this is low priority, nautilus is pretty much unusable with this bug. -- You received this bug notification

[Bug 606238] Re: synaptic touchpad not recognized on dell latitude e6510 and others

2013-02-12 Thread Matt Smith
I compiled the 1.3 version from http://dahetral.com/public-download and when I install it, my touchpad is no longer recognized. I am not sure how to check which touchpad I have to help debug this. Here is what lsinput returns, though maybe this is affected by the driver I am using (version 1.2)

[Bug 606238] Re: synaptic touchpad not recognized on dell latitude e6510 and others

2013-02-12 Thread Matt Smith
Here is what I get from trying to sudo insmod ./psmouse.ko after I build the new source. [ 1653.844651] psmouse serio1: alps: E6 report: 00 00 64 [ 1653.867607] psmouse serio1: alps: E7 report: 73 03 50 [ 1653.890393] psmouse serio1: alps: EC report: 73 02 02 [ 1653.893368] psmouse serio1: alps:

[Bug 606238] Re: synaptic touchpad not recognized on dell latitude e6510 and others

2013-02-12 Thread Matt Smith
Sorry it is an inspiron 13z. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/606238 Title: synaptic touchpad not recognized on dell latitude e6510 and others To manage notifications about this bug

[Bug 606238] Re: synaptic touchpad not recognized on dell latitude e6510 and others

2013-02-12 Thread Matt Smith
Did you attache the file? I don't see it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/606238 Title: synaptic touchpad not recognized on dell latitude e6510 and others To manage notifications

[Bug 606238] Re: synaptic touchpad not recognized on dell latitude e6510 and others

2013-02-12 Thread Matt Smith
I found the file. It doesn't show up in the comments, but in the full activity log I found it. When I built that version and installed the module it works great. Thank you. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 606238] Re: synaptic touchpad not recognized on dell latitude e6510 and others

2013-01-10 Thread Matt Smith
Rafael Did you get it working? Here is what I did: I down loaded the driver from Dave Turvene, http://www.dahetral.com /public-download , and built it using the suggested commands: make -C /lib/modules/`uname -r`/build M=`pwd` psmouse.ko Then I removed the old driver and started the new one.

[Bug 1093744] Re: USB drive only works when present at boot

2013-01-04 Thread Matt Smith
** Tags added: kernel-bug-exists-upstream -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1093744 Title: USB drive only works when present at boot To manage notifications about this bug go to:

[Bug 1093744] Re: USB drive only works when present at boot

2012-12-28 Thread Matt Smith
I noticed USB devices will be recognized when they are plugged in before resuming when the machine is suspended. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1093744 Title: USB drive only works

[Bug 1093744] Re: USB drive only works when present at boot

2012-12-26 Thread Matt Smith
The SD Card reader does appear to work after boot. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1093744 Title: USB drive only works when present at boot To manage notifications about this bug go

[Bug 606238] Re: synaptic touchpad not recognized on dell latitude e6510 and others

2012-12-26 Thread Matt Smith
I have a dell inspiron 13z, and this driver works great. I recently installed the latest ubuntu mainline kernel, 3.7.1 and I could not compile the driver. Turns out a function, input_mt_init_slots, found in include/linux/input/mt.h has changed from 2 arguments to 3 arguments. I modified the

[Bug 1093744] [NEW] USB drive only works when present at boot

2012-12-25 Thread Matt Smith
Public bug reported: USB drives are only recognized if they are present at boot. If removed after boot and reinserted or plugged in after boot, they appear not to be recognized at all. There are no messages in /var/log/dmesg when they are plugged in or removed. Normally on my other systems,

[Bug 1093744] Re: USB drive only works when present at boot

2012-12-25 Thread Matt Smith
Also parted with the drive attached after removal and reinsertion. ~% sudo parted -l Model: ATA SanDisk SSD U100 (scsi) Disk /dev/sda: 252GB Sector size (logical/physical): 512B/512B Partition Table: gpt Number Start End SizeFile system Name Flags 1 1049kB 99.6MB 98.6MB

[Bug 1054439] Re: touchpad not recognized on dell inspiron 13z

2012-09-25 Thread Matt Smith
I tested the 3.6 rc7 kernel and it still did not recognize the touch pad as a touch pad. xinput shows it as a PS/2 Generic Mouse. The work around from Bug #606238 gets the touchpad recognized, and give me some of the features. ** Tags removed: needs-upstream-testing -- You received this bug

Re: [Bug 1054439] Re: touchpad not recognized on dell inspiron 13z

2012-09-24 Thread Matt Smith
Absolutely, Ill do it this evening. Would it be possible for you to test the latest upstream kernel? Refer to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest v3.6 kernel[0] (Not a kernel in the daily directory) and install both the linux-image and linux-image-extra .deb

[Bug 606238] Re: synaptic touchpad not recognized on dell latitude e6510 and others

2012-09-22 Thread Matt Smith
I have an inspiron 13z and I would like to build this driver, but I am missing something. I downloaded the one from Ben Gamari's git hub and I could not run 'make oldconfig'. I built the driver using: make -C /lib/modules/`uname -r`/build M=`pwd` psmouse.ko Then used rmmod and insmod

[Bug 606238] Re: synaptic touchpad not recognized on dell latitude e6510 and others

2012-09-22 Thread Matt Smith
Okay I downloaded the latest version psmouse-alps-dst-0.3.tbz, used the make -C command found above and then did the rmmod and insmod. The touchpad is now recognized, none of the scrolling features work. But I am able to disable the 'tap to click' which absolutely kills me. Good work, I hope to

[Bug 1022421] Re: Touchpad being detected as PS/2 Mouse

2012-09-21 Thread Matt Smith
*** This bug is a duplicate of bug 1016147 *** https://bugs.launchpad.net/bugs/1016147 This appears to be a regression in the kernel. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1022421 Title:

[Bug 1016147] Re: ALPS Touchpad' incorrectly detected as PS/2 mouse in 'Acer Aspire V3-771G'

2012-09-21 Thread Matt Smith
I am experiencing this bug on a Dell Inspiron 13z. I am using ubuntu 12.04 and I have tried the latest mainline kernel, all to no avail. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1016147 Title:

[Bug 1054439] [NEW] touchpad not recognized on dell inspiron 13z

2012-09-21 Thread Matt Smith
Public bug reported: This is an ALPS touchpad. The bug has been reported for other dell models, there are fixes and such around that do not work for this laptop. ** Affects: linux (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a

[Bug 1054439] Re: touchpad not recognized on dell inspiron 13z

2012-09-21 Thread Matt Smith
apport information ** Tags added: apport-collected precise staging ** Description changed: - This is an ALPS touchpad. The bug has been reported for other dell - models, there are fixes and such around that do not work for this - laptop. + This is an ALPS touchpad. The bug has been reported for

[Bug 1054439] AlsaDevices.txt

2012-09-21 Thread Matt Smith
apport information ** Attachment added: AlsaDevices.txt https://bugs.launchpad.net/bugs/1054439/+attachment/3330322/+files/AlsaDevices.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1054439

[Bug 1054439] AplayDevices.txt

2012-09-21 Thread Matt Smith
apport information ** Attachment added: AplayDevices.txt https://bugs.launchpad.net/bugs/1054439/+attachment/3330323/+files/AplayDevices.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1054439

[Bug 1054439] BootDmesg.txt

2012-09-21 Thread Matt Smith
apport information ** Attachment added: BootDmesg.txt https://bugs.launchpad.net/bugs/1054439/+attachment/3330324/+files/BootDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1054439

[Bug 1054439] CRDA.txt

2012-09-21 Thread Matt Smith
apport information ** Attachment added: CRDA.txt https://bugs.launchpad.net/bugs/1054439/+attachment/3330325/+files/CRDA.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1054439 Title:

[Bug 1054439] Card0.Amixer.values.txt

2012-09-21 Thread Matt Smith
apport information ** Attachment added: Card0.Amixer.values.txt https://bugs.launchpad.net/bugs/1054439/+attachment/3330326/+files/Card0.Amixer.values.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1054439] Card0.Codecs.codec.0.txt

2012-09-21 Thread Matt Smith
apport information ** Attachment added: Card0.Codecs.codec.0.txt https://bugs.launchpad.net/bugs/1054439/+attachment/3330327/+files/Card0.Codecs.codec.0.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1054439] Card0.Codecs.codec.3.txt

2012-09-21 Thread Matt Smith
apport information ** Attachment added: Card0.Codecs.codec.3.txt https://bugs.launchpad.net/bugs/1054439/+attachment/3330328/+files/Card0.Codecs.codec.3.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1054439] CurrentDmesg.txt

2012-09-21 Thread Matt Smith
apport information ** Attachment added: CurrentDmesg.txt https://bugs.launchpad.net/bugs/1054439/+attachment/3330329/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1054439

[Bug 1054439] IwConfig.txt

2012-09-21 Thread Matt Smith
apport information ** Attachment added: IwConfig.txt https://bugs.launchpad.net/bugs/1054439/+attachment/3330330/+files/IwConfig.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1054439 Title:

[Bug 1054439] Lspci.txt

2012-09-21 Thread Matt Smith
apport information ** Attachment added: Lspci.txt https://bugs.launchpad.net/bugs/1054439/+attachment/3330331/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1054439 Title:

[Bug 1054439] Lsusb.txt

2012-09-21 Thread Matt Smith
apport information ** Attachment added: Lsusb.txt https://bugs.launchpad.net/bugs/1054439/+attachment/3330332/+files/Lsusb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1054439 Title:

[Bug 1054439] PciMultimedia.txt

2012-09-21 Thread Matt Smith
apport information ** Attachment added: PciMultimedia.txt https://bugs.launchpad.net/bugs/1054439/+attachment/3330333/+files/PciMultimedia.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1054439] ProcCpuinfo.txt

2012-09-21 Thread Matt Smith
apport information ** Attachment added: ProcCpuinfo.txt https://bugs.launchpad.net/bugs/1054439/+attachment/3330334/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1054439

[Bug 1054439] ProcInterrupts.txt

2012-09-21 Thread Matt Smith
apport information ** Attachment added: ProcInterrupts.txt https://bugs.launchpad.net/bugs/1054439/+attachment/3330335/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1054439] ProcModules.txt

2012-09-21 Thread Matt Smith
apport information ** Attachment added: ProcModules.txt https://bugs.launchpad.net/bugs/1054439/+attachment/3330336/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1054439

[Bug 1054439] PulseList.txt

2012-09-21 Thread Matt Smith
apport information ** Attachment added: PulseList.txt https://bugs.launchpad.net/bugs/1054439/+attachment/3330337/+files/PulseList.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1054439

[Bug 1054439] RfKill.txt

2012-09-21 Thread Matt Smith
apport information ** Attachment added: RfKill.txt https://bugs.launchpad.net/bugs/1054439/+attachment/3330338/+files/RfKill.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1054439 Title:

[Bug 1054439] UdevDb.txt

2012-09-21 Thread Matt Smith
apport information ** Attachment added: UdevDb.txt https://bugs.launchpad.net/bugs/1054439/+attachment/3330339/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1054439 Title:

[Bug 1054439] UdevLog.txt

2012-09-21 Thread Matt Smith
apport information ** Attachment added: UdevLog.txt https://bugs.launchpad.net/bugs/1054439/+attachment/3330340/+files/UdevLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1054439 Title:

[Bug 1054439] WifiSyslog.txt

2012-09-21 Thread Matt Smith
apport information ** Attachment added: WifiSyslog.txt https://bugs.launchpad.net/bugs/1054439/+attachment/3330341/+files/WifiSyslog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1054439

Re: [Bug 605235] Re: Webcam stays warm/hot even when not in use. It is using the uvcvideo driver.

2010-12-20 Thread Matt Smith
Fabio I can't honestly say because I broke my webcam as in physical broken. It still turns on but it will not display an image in cheese. It does however not seem as warm as it used to. mbs On Sun, 2010-12-19 at 17:27 +, Fabio Marconi wrote: Hello Is this problem present with the latest

[Bug 492782] Re: Mouse cursor disappears after restarting screen (xrandr / resume)

2010-10-18 Thread Matt Smith
In case it helps narrow things... I just did a fresh install of Kubuntu 10.10 and I'm seeing this issue now. This did not occur, for me, on Kubuntu 10.04, using drivers downloaded from nVidia. I'm running a dual-display setup. The problem only occurs on my left screen (screen 1). The right

[Bug 605235] [NEW] Webcam stays warm/hot even when not in use. It is using the uvcvideo driver.

2010-07-13 Thread Matt Smith
Public bug reported: lsusb shows the device as: Bus 002 Device 003: ID 174f:5a31 Syntek Sonix USB 2.0 Camera The device uses the uvcvideo driver. I don't have a way to measure the temperature, but the camera feels hotter than it does in windows. The webcam is built-in to my laptop, an ASUS

[Bug 565971] Re: I cannot mount my ipod shuffle. It shows up with the systemadministrationdisk utility; but it doesn't have any mountable partitions. (It actually does)

2010-05-17 Thread Matt Smith
Great, I removed libgpod-common and it also went back to normal so far as I can tell. thank you mbs -- I cannot mount my ipod shuffle. It shows up with the systemadministrationdisk utility; but it doesn't have any mountable partitions. (It actually does)

[Bug 565971] Re: I cannot mount my ipod shuffle. It shows up with the systemadministrationdisk utility; but it doesn't have any mountable partitions. (It actually does)

2010-05-17 Thread Matt Smith
I had incorrectly assumed this was libipoddevice, but removing libgpod fixes the problem so far. This seemed to affect the 1st generation shuffles so far as I can tell from the replies. ** Package changed: libipoddevice (Ubuntu) = libgpod (Ubuntu) -- I cannot mount my ipod shuffle. It shows

[Bug 565971] Re: I cannot mount my ipod shuffle. It shows up with the systemadministrationdisk utility; but it doesn't have any mountable partitions. (It actually does)

2010-04-27 Thread Matt Smith
OK, I can now mount my ipod, I'm not sure when this happened, I couldn't do it a couple of updates back. Now I plug in my ipod and it shows up as a device with a partition. Ie /dev/sdc /dev/sdc1. -- I cannot mount my ipod shuffle. It shows up with the systemadministrationdisk utility; but

[Bug 565971] [NEW] I cannot mount my ipod shuffle. It shows up with the systemadministrationdisk utility; but it doesn't have any mountable partitions. (It actually does)

2010-04-18 Thread Matt Smith
Public bug reported: I did not have this problem when I was using jaunty jackalope. My ipod was automatically detected and mounted. apt-cache policy libipoddevice0: Installed: 0.5.3-3.2ubuntu2 Candidate: 0.5.3-3.2ubuntu2 Version table: *** 0.5.3-3.2ubuntu2 0 500

[Bug 565971] Re: I cannot mount my ipod shuffle. It shows up with the systemadministrationdisk utility; but it doesn't have any mountable partitions. (It actually does)

2010-04-18 Thread Matt Smith
** Attachment added: dmesg output the output at the end is created when I plugin the ipod http://launchpadlibrarian.net/44692375/dmesg.txt ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/44691417/Dependencies.txt -- I cannot mount my ipod shuffle. It shows up with

[Bug 433497] Re: checkgmail login failure as of Sep. 20th, 2009

2009-09-22 Thread Matt Smith
Same problem with CheckGmail v1.12.1svn on Ubuntu 8.10 -- checkgmail login failure as of Sep. 20th, 2009 https://bugs.launchpad.net/bugs/433497 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 131265] Re: core2 duo speed incorrectly reported in /proc/cpuinfo

2007-08-13 Thread Matt Smith
Both Feisty (2.6.20) and current Gutsy (2.6.22-9) exhibit this problem. -- core2 duo speed incorrectly reported in /proc/cpuinfo https://bugs.launchpad.net/bugs/131265 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 131265] core2 duo speed incorrectly reported in /proc/cpuinfo

2007-08-09 Thread Matt Smith
Public bug reported: Binary package hint: linux-generic /proc/cpuinfo is incorrectly reporting the speed of core2 duo cpus on two different ubuntu machines I run (feisty on one, gutsy on the other). Below is sample output from my gutsy machine. The cpu MHz reports 1600.000, it should be

[Bug 131267] Realtek RTL8111B horrible read peformance

2007-08-09 Thread Matt Smith
Public bug reported: Binary package hint: linux-generic I have two separate motherboards that have integrated Realtek RTL8111B network interfaces. They are: Asus P5B-VM Gigabyte GA-G33M-DS2R They both exhibit the same behavior. When I'm copying files TO them, performance is great. When copying

[Bug 131268] Intel G33/P35 (ICH9) not reported correctly by lspci

2007-08-09 Thread Matt Smith
Public bug reported: Binary package hint: linux-generic I have a Gigabyte GA-G33M-DS2R motherboard based on the Intel G33 chipset, with the Intel ICH9 southbridge. lspci reports unknown devices for the various controllers, as below. This is with the latest gutsy (kernel 2.6.22-9-generic).

[Bug 125989] Re: lastest update lacks .so .xpt files

2007-07-14 Thread Matt Smith
*** This bug is a duplicate of bug 125986 *** https://bugs.launchpad.net/bugs/125986 ** This bug has been marked a duplicate of bug 125986 No flash after update of flashplugin-nonfree -- lastest update lacks .so .xpt files https://bugs.launchpad.net/bugs/125989 You received this bug

[Bug 50194] Re: Installer Crashed

2006-12-04 Thread Matt Smith
Although the errors seem to be to do with an input device, it's worth trying the alternate Kubuntu iso for your laptop. This is available at: http://releases.ubuntu.com/kubuntu/edgy/kubuntu-6.10-alternate-i386.iso -- Installer Crashed https://launchpad.net/bugs/50194 -- ubuntu-bugs mailing

[Bug 59173] Re: Was installing ubuntu and it crashed

2006-12-04 Thread Matt Smith
Also details on the version would be helpful. -- Was installing ubuntu and it crashed https://launchpad.net/bugs/59173 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 50194] Re: Installer Crashed

2006-12-02 Thread Matt Smith
Hi Doctor K, can you please describe the precise steps to this crash? Thanks. ** Changed in: ubiquity (Ubuntu) Assignee: (unassigned) = Matt Smith Status: Unconfirmed = Needs Info -- Installer Crashed https://launchpad.net/bugs/50194 -- ubuntu-bugs mailing list ubuntu-bugs

[Bug 50800] Re: During Install Partitioner shows tiny partions in MB not KB

2006-12-02 Thread Matt Smith
Thanks for your comment. The changes you are requesting require more discussion and should rather be done on an appropriate mailing list or forum. http://www.ubuntu.com/community/forums/ might be a good start. ** Changed in: ubiquity (Ubuntu) Assignee: (unassigned) = Matt Smith

[Bug 59173] Re: Was installing ubuntu and it crashed

2006-12-02 Thread Matt Smith
Can i ask what stage of the install you were in and your precise steps before the crash? ** Changed in: ubiquity (Ubuntu) Assignee: (unassigned) = Matt Smith Status: Unconfirmed = Needs Info -- Was installing ubuntu and it crashed https://launchpad.net/bugs/59173 -- ubuntu-bugs

[Bug 51396] Re: Asks for 2GB root, yet 2048MB entered is not enough

2006-12-02 Thread Matt Smith
Thanks for your comment. The changes you are requesting require more discussion and should rather be done on an appropriate mailing list or forum. http://www.ubuntu.com/community/forums/ might be a good start. ** Changed in: ubiquity (Ubuntu) Assignee: (unassigned) = Matt Smith

[Bug 61118] Re: kubuntu installer should not force reformat of root partition

2006-12-02 Thread Matt Smith
. If that is the case, feel free to contact the drafter of that spec about your comments/suggestions. Otherwise you can start writing a spec following the steps described in https://wiki.ubuntu.com/FeatureSpecifications. ** Changed in: ubiquity (Ubuntu) Assignee: (unassigned) = Matt Smith

[Bug 61273] Re: ubuntu installation proceeds till 15% only.

2006-12-02 Thread Matt Smith
Hi, thanks for your report. You say the problem has occoured over 5 different CD's. Have you tried using the alternate install CD? an ISO of which is available at: http://www.ubuntu.com/products/GetUbuntu/download#currentrelease. -- ubuntu installation proceeds till 15% only.

[Bug 62867] Re: install failure

2006-12-02 Thread Matt Smith
*** This bug is a duplicate of bug 54163 *** Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs which you find. ** This bug has been marked a duplicate of bug 54163 Installer crashed during

[Bug 49193] Re: pppd dies

2006-12-02 Thread Matt Smith
/bugs.html. We'd be grateful if you would then provide a more complete description of the problem. Debugging procedures for certain types of problems can be found at http://wiki.ubuntu.com/DebuggingProcedures ** Changed in: Ubuntu Assignee: (unassigned) = Matt Smith Status: Unconfirmed

[Bug 49238] Re: 'battstat-applet-2' note

2006-12-02 Thread Matt Smith
Your bug lacks information we would need to investigate further. We are now going to close the bug - please reopen if you have more information at hand. ** Changed in: initramfs-tools (Ubuntu) Assignee: (unassigned) = Matt Smith ** Changed in: initramfs-tools (Ubuntu) Status

[Bug 49273] Re: nvidia no longer needs to be blacklisted

2006-12-02 Thread Matt Smith
Thanks for your comment. The changes you are requesting require more discussion and should rather be done on an appropriate mailing list or forum. http://www.ubuntu.com/community/forums/ might be a good start. ** Changed in: hibernate (Ubuntu) Status: Unconfirmed = Rejected -- nvidia

[Bug 74229] Re: Crash

2006-12-02 Thread Matt Smith
*** This bug is a duplicate of bug 64553 *** Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs which you find. ** This bug has been marked a duplicate of bug 64553 Crash on PCI -- Crash

[Bug 74225] Re: Broadcom 4318 + Edgy AMD64= no wireless

2006-12-02 Thread Matt Smith
Thanks for your comments. This does not appear to be a bug report as such. We appreciate the difficulties you are facing, but it would make more sense to raise your question at http://launchpad.net/support. ** Changed in: Ubuntu Assignee: (unassigned) = Matt Smith Status: Unconfirmed

[Bug 74227] Re: No Ubuntu Sounds in Feisty

2006-12-02 Thread Matt Smith
) Assignee: (unassigned) = Matt Smith Status: Unconfirmed = Rejected -- No Ubuntu Sounds in Feisty https://launchpad.net/bugs/74227 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs