[Bug 2077153] Re: perf c2c record is not working

2024-08-19 Thread Ody geo
Hi Philip, Thank you for your prompt response. I'm experiencing the same error on Jammy with an `i5-12600K`. I have two systems: one running Jammy with an `i5-12600K` and another on Noble with an `i5-12600`. On both setups, `perf c2c record` produces the same error. Previously, the `i5-12600`

[Bug 2077153] Re: perf c2c record is not working

2024-08-17 Thread Ody geo
Update: This seems to be related on the perf c2c support for Alder Lake hybrid cpu architecture. I tried the exact same installation on an older intel cpu and perf c2c works there. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. ht

[Bug 2077153] Re: perf c2c record is not working

2024-08-16 Thread Ody geo
My cpu is 12th Gen Intel(R) Core(TM) i5-12600 has only 6 performance cores (cpu_core) and 0 efficiency cores (cpu_atom) I can see the ldlat event tho also for cpu_atom $ cat /sys/devices/cpu_core/events/mem-loads event=0xcd,umask=0x1,ldlat=3 $ cat /sys/devices/cpu_atom/events/mem-loads event=0xd

[Bug 2077153] [NEW] perf c2c record is not working

2024-08-16 Thread Ody geo
Public bug reported: For example running $ perf c2c record ls event syntax error: '..em-loads,ldlat=30/P' \___ Bad event or PMU Unable to find PMU or event on a PMU of 'cpu_atom' Initial error: event syntax error: '..em-loads,ldlat=30/P'

Re: [Bug 571933] Re: dhclient3 hangs on shutdown

2010-05-07 Thread ody
On 05/07/2010 10:19 AM, Andrea Ratto wrote: > It seems that the DHCP server does not reply to DHCPRELEASE so dhclient waits > until timeout. > My DSL modem does the same. > My workaround is to remove /etc/rc0.d/S35networking and > /etc/rc6.d/S35networking, but I would like to know if there is a w

[Bug 525154] Re: mountall for /var races with rpc.statd

2010-05-06 Thread ody
Anyone willing to try out this work around? `/etc/init/mountall` emits local-filesystems so if you change line 6 of statd.conf to the following things look to come up normally. This is probably a better more sane solution then what I posted earlier. start on ((started portmap and local-filesyst

Re: [Bug 525154] Re: mountall for /var races with rpc.statd

2010-05-04 Thread ody
On May 4, 2010, at 4:14 PM, Nathan Grennan wrote: > I am the sysadmin for a company that uses Ubuntu for desktops, and uses > nfs heavily. I upgraded to Lucid from Karmic, and everything has been > fine. A co-worker upgraded, and ran into this bug. He tried the mounted > MOUNTPOINT=/var workaround

[Bug 571933] Re: dhclient3 hangs on shutdown

2010-05-04 Thread ody
** Attachment added: "shutdown.strace" http://launchpadlibrarian.net/47828259/shutdown.strace -- dhclient3 hangs on shutdown https://bugs.launchpad.net/bugs/571933 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs maili

[Bug 571933] Re: dhclient3 hangs on shutdown

2010-05-04 Thread ody
** Attachment added: "running.strace" http://launchpadlibrarian.net/47828246/running.strace -- dhclient3 hangs on shutdown https://bugs.launchpad.net/bugs/571933 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 571933] Re: dhclient3 hangs on shutdown

2010-05-04 Thread ody
** Attachment added: "shutdown.png" http://launchpadlibrarian.net/47828219/shutdown.png -- dhclient3 hangs on shutdown https://bugs.launchpad.net/bugs/571933 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing lis

[Bug 571933] Re: dhclient3 hangs on shutdown

2010-05-04 Thread ody
** Attachment added: "running.png" http://launchpadlibrarian.net/47828206/running.png -- dhclient3 hangs on shutdown https://bugs.launchpad.net/bugs/571933 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 571933] Re: dhclient3 hangs on shutdown

2010-05-04 Thread ody
Went ahead and modified /etc/init.d/networking to provide straces of the ifdown command that is runs on a stop action. running.png is a screen shot of my VM's normal output when running `/etc/init.d/networking stop shutdown.png is a screen shot of the same VM's shutdown logging. running.strace i

Re: [Bug 571933] Re: dhclient3 hangs on shutdown

2010-05-03 Thread ody
On 05/03/2010 07:23 AM, C de-Avillez wrote: > Thank you for opening this bug and helping make Ubuntu better. On Lucid > network startup/shutdown should be done via upstart (/etc/init/), not > via /etc/init.d. > > Could you please give us logs for a shutdown with this issue? > > ** Changed in: dhc

Re: [Bug 525154] Re: mountall for /var races with rpc.statd

2010-05-01 Thread ody
On 04/30/2010 05:21 AM, Steve Langasek wrote: > For users with a separate /var partition, yes. For users without, it causes > statd to consistently fail to start at boot. > Oh yeah. That patch is a total kludge/hack we put in place so we could quickly deploy Lucid. Will look forward to the act

[Bug 571933] Re: dhclient3 hangs on shutdown

2010-04-30 Thread ody
I think my previous two comments really have nothing to do with the actual problem. Me just grasping at straws trying to find some kind of information. The following patch is a hack and not anywhere close to a solution but does make the /etc/init.d/networking script complete during shutdown. **

[Bug 571933] Re: dhclient3 hangs on shutdown

2010-04-29 Thread ody
Just found something else. After initiating reboot and then logging back in via ssh this is what is at the very end of dmesg. [ 590.532915] type=1503 audit(1272598521.696:18): operation="capable" pid=2139 parent=2138 profile="/sbin/dhclient3" name="ipc_lock" -- dhclient3 hangs on shutdown htt

[Bug 571933] Re: dhclient3 hangs on shutdown

2010-04-29 Thread ody
Something else I have noticed about this. During normal operation when dhclient3 is running the dhclient.eth0.pid file properly exists. In this weird state that I am reporting the file does not exist. -- dhclient3 hangs on shutdown https://bugs.launchpad.net/bugs/571933 You received this bug no

[Bug 571966] [NEW] mountall /var is race condition with gssd.

2010-04-29 Thread ody
Public bug reported: Binary package hint: upstart gssd is affected by the same race condition that statd is when /var is on a different partition then /. There are a couple bugs open for statd already. https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/525154 ** Affects: upstart (Ubuntu)

[Bug 571933] [NEW] dhclient3 hangs on shutdown

2010-04-29 Thread ody
Public bug reported: I have been unable to find a reason why but Lucid is having issues shutdown down on all systems I have upgraded. When the reboot command is called almost all processes are killed, including my active ssh sessions. I can immediately log back in via ssh and I find the system h

[Bug 525154] Re: mountall for /var races with rpc.statd

2010-04-29 Thread ody
Changing line 6 to the following fixes the problem. --- statd.conf 2010-04-29 14:22:27.567158573 -0700 +++ /etc/init/statd.conf2010-04-29 14:18:56.057316910 -0700 @@ -3,7 +3,7 @@ description"NSM status monitor" author "Steve Langasek " -start on (started portmap or mounting

[Bug 525154] Re: mountall for /var races with rpc.statd

2010-04-29 Thread ody
This is rather an unacceptable race condition. This will once again cause me an enormous amount of pain in upgrading my nearly 200 Ubuntu servers and desktops that all mount a substantial amount of stuff over NFS, including user home directories. -- mountall for /var races with rpc.statd https://

[Bug 556113] [NEW] Virt-manager unable to display console.

2010-04-05 Thread ody
Public bug reported: Binary package hint: virt-manager The newest version of virt-manger that is being released with Lucid has issues setting up an ssh tunnel and connecting to a remote KVM console. Virt-manager displays the following error: "TCP/IP error: VNC connection to hypervisor host got r

[Bug 518422] Re: Firefox does not start with certain addons installed

2010-03-23 Thread ody
Also affecting me after today's round of updates. -- Firefox does not start with certain addons installed https://bugs.launchpad.net/bugs/518422 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lis

[Bug 475864] Re: Unable to kickstart with LVM partition scheme.

2010-03-22 Thread ody
Noticed that my previous work around can be modified to work a little more properly. The reason that the partman-auto/expert_recipe portion of my preseed block was not working was a parse error on the behalf of kickseed. Instead of echoing the preseed information into the preseed.cfg file you can

[Bug 475864] Re: Unable to kickstart with LVM partition scheme.

2010-02-25 Thread ody
I have hacked in a solution to this for my implementation using preseeding. My kickstart file now contains the following. # Selecting proper disk preseed partman-auto/disk string /dev/vda # Removing LVM partitions preseed partman-lvm/device_remove_lvm boolean true # Picking LVM preseed partman-au

[Bug 475864] Re: Unable to kickstart with LVM partition scheme.

2010-02-24 Thread ody
I did further testing today. If you go the route of preseeding partman you can get a little closer to the behavior that was working in Jaunty. I have dropped this into a preseed.cfg file # Selecting proper disk d-i partman-auto/disk string /dev/vda # Removing LVM partitions d-i partman-lvm/device

[Bug 475864] Re: Unable to kickstart with LVM partition scheme.

2010-02-24 Thread ody
This is still affecting Lucid as of the builds available on Feb 24. Is there an alternate way to feed kickseed/partman your custom partitioning information that is documented or is this not going to be available by release? I am unable to upgrade my 100 Ubuntu systems beyond Jaunty and I am star

[Bug 475028] Re: linux-image-2.6.28-16-server Causes my Dell M610 to not boot.

2009-11-09 Thread ody
As I stated previously. I only have one M610 in my possession and it had to be put into production so it was loaded with Hardy. I am unable to test further. I can say though that I did try rootdelay=30 before giving up and loading the machine with Hardy -- linux-image-2.6.28-16-server Causes m

[Bug 475028] Re: linux-image-2.6.28-16-server Causes my Dell M610 to not boot.

2009-11-07 Thread ody
Wanted to make note that this behavior did not occur on any other Dell server or KVM Virtual Machine I have in production running Jaunty. Only occurred on the fresh kickstarted install of Jaunty on the Dell M610. I am unable to test further as I have no other M610s to test on and the server was p

[Bug 475864] Re: Unable to kickstart with LVM partition scheme.

2009-11-05 Thread ody
** Attachment added: "error2.png" http://launchpadlibrarian.net/35194060/error2.png -- Unable to kickstart with LVM partition scheme. https://bugs.launchpad.net/bugs/475864 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-b

[Bug 475864] Re: Unable to kickstart with LVM partition scheme.

2009-11-05 Thread ody
Previous attachment was in error. ** Attachment added: "error1.png" http://launchpadlibrarian.net/35194045/error1.png -- Unable to kickstart with LVM partition scheme. https://bugs.launchpad.net/bugs/475864 You received this bug notification because you are a member of Ubuntu Bugs, which is s

[Bug 475864] Re: Unable to kickstart with LVM partition scheme.

2009-11-05 Thread ody
** Attachment added: "error1" http://launchpadlibrarian.net/35193906/error1 -- Unable to kickstart with LVM partition scheme. https://bugs.launchpad.net/bugs/475864 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mail

[Bug 475864] [NEW] Unable to kickstart with LVM partition scheme.

2009-11-05 Thread ody
Public bug reported: Attempting to prepare Karmic for deployment into our environment and running into a road block. With jaunty's introduction of LVM we migrated our partitioning scheme to be fully LVM based except for /boot. This has worked very well for us. Using the same partitioning scheme

[Bug 475028] Re: linux-image-2.6.28-16-server Causes my Dell M610 to not boot.

2009-11-04 Thread ody
Nevermind about the apport data. I was able to get an apport from the M610 using the generic kernel. -- linux-image-2.6.28-16-server Causes my Dell M610 to not boot. https://bugs.launchpad.net/bugs/475028 You received this bug notification because you are a member of Ubuntu Bugs, which is subscr

[Bug 475028] [NEW] linux-image-2.6.28-16-server Causes my Dell M610 to not boot.

2009-11-04 Thread ody
Public bug reported: On installation of the this new kernel on my new Dell M610 it will no longer boot. The boot sequence eventually times out trying to mount root. After dropping me into busy box I can verify the root device is in fact there. The 2.6.28-16-generic and 2.6.28.15-server versions

[Bug 464389] XsessionErrors.txt

2009-10-30 Thread ody
** Attachment added: "XsessionErrors.txt" http://launchpadlibrarian.net/34664655/XsessionErrors.txt ** Tags added: apport-collected -- Upgrade to Karmic lost ability to manually disable headphone jack. https://bugs.launchpad.net/bugs/464389 You received this bug notification because you are

[Bug 464389] WifiSyslog.txt

2009-10-30 Thread ody
** Attachment added: "WifiSyslog.txt" http://launchpadlibrarian.net/34664653/WifiSyslog.txt -- Upgrade to Karmic lost ability to manually disable headphone jack. https://bugs.launchpad.net/bugs/464389 You received this bug notification because you are a member of Ubuntu Bugs, which is subscri

[Bug 464389] UdevLog.txt

2009-10-30 Thread ody
** Attachment added: "UdevLog.txt" http://launchpadlibrarian.net/34664650/UdevLog.txt -- Upgrade to Karmic lost ability to manually disable headphone jack. https://bugs.launchpad.net/bugs/464389 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 464389] UdevDb.txt

2009-10-30 Thread ody
** Attachment added: "UdevDb.txt" http://launchpadlibrarian.net/34664647/UdevDb.txt -- Upgrade to Karmic lost ability to manually disable headphone jack. https://bugs.launchpad.net/bugs/464389 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to U

[Bug 464389] ProcModules.txt

2009-10-30 Thread ody
** Attachment added: "ProcModules.txt" http://launchpadlibrarian.net/34664646/ProcModules.txt -- Upgrade to Karmic lost ability to manually disable headphone jack. https://bugs.launchpad.net/bugs/464389 You received this bug notification because you are a member of Ubuntu Bugs, which is subsc

[Bug 464389] ProcInterrupts.txt

2009-10-30 Thread ody
** Attachment added: "ProcInterrupts.txt" http://launchpadlibrarian.net/34664644/ProcInterrupts.txt -- Upgrade to Karmic lost ability to manually disable headphone jack. https://bugs.launchpad.net/bugs/464389 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 464389] ProcCpuinfo.txt

2009-10-30 Thread ody
** Attachment added: "ProcCpuinfo.txt" http://launchpadlibrarian.net/34664640/ProcCpuinfo.txt -- Upgrade to Karmic lost ability to manually disable headphone jack. https://bugs.launchpad.net/bugs/464389 You received this bug notification because you are a member of Ubuntu Bugs, which is subsc

[Bug 464389] PciMultimedia.txt

2009-10-30 Thread ody
** Attachment added: "PciMultimedia.txt" http://launchpadlibrarian.net/34664638/PciMultimedia.txt -- Upgrade to Karmic lost ability to manually disable headphone jack. https://bugs.launchpad.net/bugs/464389 You received this bug notification because you are a member of Ubuntu Bugs, which is s

[Bug 464389] Lsusb.txt

2009-10-30 Thread ody
** Attachment added: "Lsusb.txt" http://launchpadlibrarian.net/34664636/Lsusb.txt -- Upgrade to Karmic lost ability to manually disable headphone jack. https://bugs.launchpad.net/bugs/464389 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubu

[Bug 464389] Lspci.txt

2009-10-30 Thread ody
** Attachment added: "Lspci.txt" http://launchpadlibrarian.net/34664633/Lspci.txt -- Upgrade to Karmic lost ability to manually disable headphone jack. https://bugs.launchpad.net/bugs/464389 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubu

[Bug 464389] CurrentDmesg.txt

2009-10-30 Thread ody
** Attachment added: "CurrentDmesg.txt" http://launchpadlibrarian.net/34664632/CurrentDmesg.txt -- Upgrade to Karmic lost ability to manually disable headphone jack. https://bugs.launchpad.net/bugs/464389 You received this bug notification because you are a member of Ubuntu Bugs, which is sub

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

2009-10-30 Thread ody
** Attachment added: "Card0.Codecs.codec.0.txt" http://launchpadlibrarian.net/34664628/Card0.Codecs.codec.0.txt -- Upgrade to Karmic lost ability to manually disable headphone jack. https://bugs.launchpad.net/bugs/464389 You received this bug notification because you are a member of Ubuntu Bu

[Bug 464389] BootDmesg.txt

2009-10-30 Thread ody
** Attachment added: "BootDmesg.txt" http://launchpadlibrarian.net/34664622/BootDmesg.txt -- Upgrade to Karmic lost ability to manually disable headphone jack. https://bugs.launchpad.net/bugs/464389 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribe

[Bug 464389] Card0.Amixer.values.txt

2009-10-30 Thread ody
** Attachment added: "Card0.Amixer.values.txt" http://launchpadlibrarian.net/34664624/Card0.Amixer.values.txt -- Upgrade to Karmic lost ability to manually disable headphone jack. https://bugs.launchpad.net/bugs/464389 You received this bug notification because you are a member of Ubuntu Bugs

[Bug 464389] ArecordDevices.txt

2009-10-30 Thread ody
** Attachment added: "ArecordDevices.txt" http://launchpadlibrarian.net/34664619/ArecordDevices.txt -- Upgrade to Karmic lost ability to manually disable headphone jack. https://bugs.launchpad.net/bugs/464389 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 464389] AplayDevices.txt

2009-10-30 Thread ody
** Attachment added: "AplayDevices.txt" http://launchpadlibrarian.net/34664614/AplayDevices.txt -- Upgrade to Karmic lost ability to manually disable headphone jack. https://bugs.launchpad.net/bugs/464389 You received this bug notification because you are a member of Ubuntu Bugs, which is sub

[Bug 464389] AlsaDevices.txt

2009-10-30 Thread ody
** Attachment added: "AlsaDevices.txt" http://launchpadlibrarian.net/34664611/AlsaDevices.txt -- Upgrade to Karmic lost ability to manually disable headphone jack. https://bugs.launchpad.net/bugs/464389 You received this bug notification because you are a member of Ubuntu Bugs, which is subsc

[Bug 464389] apport-collect data

2009-10-30 Thread ody
Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: ody3196 F pulseaudio ody3939 F gnome-alsamixer /dev/snd/pcmC0D0p: ody3196 F...m pulseaudio CRDA: Error: [Errno 2] No such file or directory Card0

[Bug 464389] [NEW] Upgrade to Karmic lost ability to manually disable headphone jack.

2009-10-30 Thread ody
Public bug reported: Description:Ubuntu 9.10 Release:9.10 alsa-utils: Installed: 1.0.20-2ubuntu6 Candidate: 1.0.20-2ubuntu6 Version table: *** 1.0.20-2ubuntu6 0 500 http://mirrors.cat.pdx.edu karmic/main Packages 100 /var/lib/dpkg/status In previous versions of

[Bug 460792] Re: firefox crashes or fall when income to http://us.cnn.com/video/?/video/showbiz/2009/09/30/moos.famous.falls.cnn

2009-10-26 Thread Ody
Probably related: Firefox 3.5.3 on Ubuntu Karmic: Firefox crashes every time I visit this page: http://ejohn.org/blog/hacking-digg-with-firebug- and-jquery/ flash info: $ apt-cache policy flashplugin-installer flashplugin-nonfree swfdec- mozilla mozilla-plugin-gnash adobe-flashplugin flashplugin

[Bug 67226] Re: [karmic] Firefox 3.5 and openoffice do not stick to antialiasing render settings

2009-10-23 Thread Ody
I have the same problem with Firefox 3.5.3 and Opera 10.00 running on Ubuntu Karmic. I was using Kubuntu 9.04 previously and the problem was present in Firefox but not in Opera. The font settings I choose in preferences have absolutely no effect on my web browsers. -- [karmic] Firefox 3.5 and ope

[Bug 362288] Re: virsh destroy might also kill another running VM

2009-07-27 Thread ody
Also confirming fixed with jaunty-proposed packages. -- virsh destroy might also kill another running VM https://bugs.launchpad.net/bugs/362288 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@list

[Bug 368832] Re: Ubuntu's facter variable $operatingsystem changed from debian to ubuntu and has broken service providers.

2009-04-29 Thread ody
I suppose that actually changing line 8 of the the debian.rb file to 'defaultfor :operatingsystem => [:debian, :ubuntu]' would be a better solution, as this is what is done with Redhat derivatives. Which would likely be something good to push upstream. -- Ubuntu's facter variable $operatingsyste

[Bug 368832] [NEW] Ubuntu's facter variable $operatingsystem changed from debian to ubuntu and has broken service providers.

2009-04-28 Thread ody
Public bug reported: Binary package hint: puppet There is no ubuntu provider declared for services controlled by puppet. Up until the current release of Ubuntu 9.04 the facter variable $operatingsystem was being returned as debian and so now is being returned as ubuntu. I have found it sufficien

[Bug 293586] Re: lack of CONFIG_GETOPT_LONG in busybox-udeb completely breaks Kickstart

2008-12-04 Thread ody
Any update on new initrd.gz for netboot installers to address this bug? -- lack of CONFIG_GETOPT_LONG in busybox-udeb completely breaks Kickstart https://bugs.launchpad.net/bugs/293586 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 214147] Re: firefox app gets very slow when opening tabs with flash content. ex.: www.forumpcs.com.br in many tabs.

2008-10-01 Thread Ody
** Changed in: firefox-3.0 (Ubuntu) Status: New => Confirmed -- firefox app gets very slow when opening tabs with flash content. ex.: www.forumpcs.com.br in many tabs. https://bugs.launchpad.net/bugs/214147 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 134752] Re: Shutting down server causes Nautilus to slow down on Remote Ubuntu clients (SAMBA CIFS)

2008-09-07 Thread Ody
Well I have the same problem with my home network. One computer is running Ubuntu Hardy, the other WinXP. This my fstab line: //path/to/share /media/share cifs iocharset=utf8,credentials=/path/to/.smbcredentials,gid=1001 0 0 When I shut down the WinXP computer which hosts the share and then try to

[Bug 254513] Re: image view in firefox slows system down

2008-09-04 Thread Ody
This happens in all web pages that have a click to enlarge image option. Searching for "flash" in synaptic comes up with these results: flash-plugin-nonfree 10.0.1.218+10.0.0.525ubuntu1~hardy1+really9.0.124.0ubuntu2 ubuntu-restricted-extras 15.2 Searching for "java" in synaptic comes up with t

[Bug 252434] Re: Firefox closes unexpectedly

2008-09-04 Thread Ody
This happened repeatedly a few minutes ago while loading http://terriermandotcom.blogspot.com/>this page. I was only able to view it without firefox closing when I selected start new session instead of restore. -- Firefox closes unexpectedly https://bugs.launchpad.net/bugs/252434 You received thi

[Bug 257232] [NEW] burning iso with nautilus on DVD-DL fails halfway through

2008-08-12 Thread Ody
Public bug reported: Binary package hint: nautilus-cd-burner package: nautilus-cd-burner Ubuntu 8.04 version: *** 2.22.1-0ubuntu1 0 I right-clicked on an iso file (4.3 GB size). Pressed Write to disk. Started burning with Nautilus on a double layered DVD. Halfway through I got a message saying

[Bug 254513] Re: image view in firefox slows system down

2008-08-03 Thread Ody
** Attachment added: "screenshot of popup window making my system slow" http://launchpadlibrarian.net/16511728/BugScreenshot.png -- image view in firefox slows system down https://bugs.launchpad.net/bugs/254513 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 254513] [NEW] image view in firefox slows system down

2008-08-03 Thread Ody
Public bug reported: Ubuntu 8.04 I visited the mozilla addons page with firefox 3.1. I clicked on a screenshot of an addon to view the larger image. The larger image poped up slowly in a new window making my system very slow. The mouse cursor was moving very slowly. I pressed close and the larger

[Bug 237797] Re: Grub Error durring kickstarts.

2008-06-05 Thread ody
** Attachment added: "Image of GRUB kickstart error." http://launchpadlibrarian.net/15070931/grub_error.png -- Grub Error durring kickstarts. https://bugs.launchpad.net/bugs/237797 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 237797] [NEW] Grub Error durring kickstarts.

2008-06-05 Thread ody
Public bug reported: I started testing Hardy's ability to kickstart during beta with zero issues. When Hardy went production something changed and now I am getting GRUB errors when it comes time to install the bootloader. The kickstart that was finishing un-attended during beta now drops to the