[Bug 1634451] Re: Screen flickers when booting ubuntu 16.10 on USB stick

2016-10-20 Thread Pigeon
I updated my 16.04 to 16.10 and have to confirm that flickering is still there 
and the text console is doing the same.
I changed the kernel to 4.4 (from 16.04) and the flickering was gone.

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

Title:
  Screen flickers when booting ubuntu 16.10 on USB stick

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

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


[Bug 1611899] [NEW] bug during installation of ubuntu 16.04, grub cannot be installed and installation crashes

2016-08-10 Thread Valentin Pigeon
Public bug reported:

installation suddenly stopped as the grub couldn't be installed for an
unknown region. the installation files were downloaded from the ubuntu
website

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubiquity 2.21.63.2
ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
Uname: Linux 4.4.0-31-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CasperVersion: 1.376
Date: Wed Aug 10 19:51:10 2016
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed 
boot=casper only-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
ProcEnviron:
 LANGUAGE=fr_FR.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=fr_FR.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug ubiquity-2.21.63.2 ubuntu xenial

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

Title:
  bug during installation of ubuntu 16.04, grub cannot be installed and
  installation crashes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1611899/+subscriptions

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


[Bug 1261248] [NEW] mga-vid module fails to build on kernels =3.4

2013-12-15 Thread Pigeon
Public bug reported:

Relevant version information:
mga-vid: 2.6.32-1
Kernel: 3.12.0-7-generic #15-Ubuntu SMP

It is not possible to build the mga-vid module on kernels = 3.4.

In kernel 3.4, asm/system.h was removed; this file is referred to by mga_vid.c 
and its absence causes the compilation to fail.
Further, in kernel 3.7, VM_RESERVED was removed; this symbol is also referred 
to by mga_vid.c and its absence causes the compilation to fail.

This compilation failure will occur on all versions of Ubuntu which use
kernels = 3.4 by default, ie. everything from quantal onwards.

To reproduce the bug, install mga-vid-source and execute sudo m-a a-i
mga-vid on a system running a kernel =3.4 (=3.7 to see both
failures).

Below is a patch which resolves the problem. With this patch, the
compilation succeeds; mga_vid_test produces the expected results;
mplayer works fine; and I am getting 288fps from glxgears on a G450 with
16MB RAM.

--- modules/mga-vid.orig/mga_vid.c  2010-05-18 14:16:10.0 +0100
+++ modules/mga-vid/mga_vid.c   2013-12-16 00:01:08.0 +
@@ -52,6 +52,16 @@
 #include linux/kernel.h
 #include linux/sched.h
 #include linux/mm.h
+/*
+ * VM_RESERVED is not in kernels = 3.7
+ * Bug fix cribbed from:
+ * 
http://lists.alioth.debian.org/pipermail/pkg-nvidia-devel/2013-January/008414.html
+ * 
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=314e51b9851b4f4e8ab302243ff5a6fc6147f379
+ * 
+ */ 
+#if LINUX_VERSION_CODE = KERNEL_VERSION(3, 7, 0)
+#define VM_RESERVED (VM_IO | VM_DONTEXPAND | VM_DONTDUMP)
+#endif
 #include linux/string.h
 #include linux/errno.h
 
@@ -70,7 +80,15 @@
 #endif
 
 #include asm/uaccess.h
+/*
+ * asm/system.h is not in kernels = 3.4
+ * Bug fix cribbed from:
+ * 
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/993506
+ * 
+ */ 
+#if LINUX_VERSION_CODE  KERNEL_VERSION(3, 4, 0)
 #include asm/system.h
+#endif
 #include asm/io.h
 
 #ifndef PCI_DEVICE_ID_MATROX_G200_PCI

** Affects: mga-vid (Ubuntu)
 Importance: Undecided
 Status: New

** Patch added: Patch to fix mga-vid module compilation failure on kernels = 
3.4
   
https://bugs.launchpad.net/bugs/1261248/+attachment/3930024/+files/mga-vid.patch

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

Title:
  mga-vid module fails to build on kernels =3.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mga-vid/+bug/1261248/+subscriptions

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


[Bug 1249696] Re: Mathematica crashes X on start in 13.10

2013-11-10 Thread Steven Pigeon
Upgrading from nvidia-304 to nvidia-319 solved the problem for me too.

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

Title:
  Mathematica crashes X on start in 13.10

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

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


[Bug 1249696] [NEW] Mathematica crashes X on start in 13.10

2013-11-09 Thread Steven Pigeon
Public bug reported:

Mathematica 9, on 13.10 with Gnome3, crashes X when launched (blanks
screen; returns to login), whether or not -mesa or -opengl is provided.

Mathematica 9 was working in 13.04 and started doing this right after
upgrade to 13.10 (and Mathematica not changed)

Xorg logs show nothing, as X crashes prevent loging.


How to repeat:
invoke mathematica.

Repeatability:
every time.

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


** Tags: mathematica

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

Title:
  Mathematica crashes X on start in 13.10

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

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


[Bug 1210314] Re: get-flash-videos failing to download some BBC news videos (possibly other BBC videos too)

2013-08-09 Thread Pigeon
Yes, I rarely run the latest version of anything - I generally run the
oldest version that will do what I want, to reduce clutter.

I have just tried again using get-flash-videos version
1.25~git2012.06.27-1 for Saucy freshly downloaded from the Ubuntu
website, and the same URL. Without the patch, this does still fail in
the exact same manner as in my original report.

With the patch applied, however, it succeeds - but today it retrieves an
MP4 video over HTTP, whereas yesterday, for the same URL, it retrieved
an FLV over RTMP, as shown above. This is the output from the patched
version today:

$ get_flash_videos --debug http://www.bbc.co.uk/news/uk-23626232
2 plugins installed:
- Hulu.pm
- Itv.pm
Trying to open plugin ~/.get_flash_videos/plugins/Www.pm
Trying to open plugin ~/.get_flash_videos/plugins/Bbc.pm
Using method 'bbc' for http://www.bbc.co.uk/news/uk-23626232
Downloading http://www.bbc.co.uk/news/uk-23626232
- GET http://www.bbc.co.uk/news/uk-23626232
- 200 text/html text/html; charset=utf-8 (58275)
- GET http://playlists.bbc.co.uk/news/uk-23626232A/playlist.sxml
- 200 text/xml (4864)
- GET http://open.live.bbc.co.uk/mediaselector/4/mtis/stream/p01dwkgh
- 200 text/xml (5841)
Downloading 
http://news.downloads.bbc.co.uk.edgesuite.net/mps_h264_hi/public/news/uk/1001000/1001225_h264_1500k.mp4?at=oBWKGaMw3f12418bb84241a43680b069d772c307acacb8dd4e38ab4135340...
- GET 
http://news.downloads.bbc.co.uk.edgesuite.net/mps_h264_hi/public/news/uk/1001000/1001225_h264_1500k.mp4?at=oBWKGaMw3f12418bb84241a43680b069d772c307acacb8dd4e38ab4135340
1001225_h264_1500k.mp4: 100% (22667.88 / 22667.88 KiB)- 200 video/mp4 (0)

Done. Saved 23211909 bytes to 1001225_h264_1500k.mp4


Obviously something has changed on the BBC website as while the content of the 
video is the same, the format is different from when I posted the original 
report.

If you tried using the same URL as I did, then I would guess that maybe
there was more than one change on the BBC website and at the time you
tried to recreate it they were serving data which was compatible with
the unpatched version. Or maybe you are not in the UK and it serves a
different page outside the UK.

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

Title:
  get-flash-videos failing to download some BBC news videos (possibly
  other BBC videos too)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/get-flash-videos/+bug/1210314/+subscriptions

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


[Bug 1210314] [NEW] get-flash-videos failing to download some BBC news videos (possibly other BBC videos too)

2013-08-08 Thread Pigeon
Public bug reported:

System: Ubuntu 11.04 (but bug is not related to any other packages in system)
Package: get-flash-videos 1.25~git2012.06.27-1

get-flash-videos is failing on certain videos from the BBC, apparently because 
of a change in the BBC web page code.
Example output from failed run:

$ get_flash_videos --debug http://www.bbc.co.uk/news/uk-23626232
2 plugins installed:
- Hulu.pm
- Itv.pm
Trying to open plugin ~/.get_flash_videos/plugins/Www.pm
Trying to open plugin ~/.get_flash_videos/plugins/Bbc.pm
Using method 'bbc' for http://www.bbc.co.uk/news/uk-23626232
Downloading http://www.bbc.co.uk/news/uk-23626232
- GET http://www.bbc.co.uk/news/uk-23626232
- 200 text/html text/html; charset=utf-8 (58275)
Error: Couldn't find BBC XML playlist URL in 
http://www.bbc.co.uk/news/uk-23626232 at 
/usr/share/perl5/FlashVideo/Site/Bbc.pm line 60.

Couldn't extract Flash movie URL. This site may need specific support adding,
or fixing.

Please confirm the site is using Flash video and if you have Flash available
check that the URL really works(!).

Check for updates by running: /usr/bin/get_flash_videos --update

If the latest version does not support this please open a bug (or
contribute a patch!) at http://code.google.com/p/get-flash-videos/
make sure you include the output with --debug enabled.
Couldn't download any videos.


The following patch fixes this problem...

$ diff -u /usr/share/perl5/FlashVideo/Site/Bbc.pm.orig 
/usr/share/perl5/FlashVideo/Site/Bbc.pm
--- /usr/share/perl5/FlashVideo/Site/Bbc.pm.orig2013-08-08 
23:18:52.0 +0100
+++ /usr/share/perl5/FlashVideo/Site/Bbc.pm 2013-08-08 22:56:07.0 
+0100
@@ -18,6 +18,10 @@
   if ($browser-content =~ /param name=playlist value=(http:.+?\.s?xml)/) 
{
 $playlist_xml = $1;
   }
+  elsif ($browser-content =~ /href:(http:[^]+?playlist\.s?xml)/) {
+$playlist_xml = $1;
+$playlist_xml =~ s/\\//g;
+  }
   elsif($browser-content =~ /empDivReady\s*\(([^)]+)/) {
 my @params = split /,\s*/, $1;


Example output from the same URL with this patch applied:

$ get_flash_videos --debug http://www.bbc.co.uk/news/uk-23626232
2 plugins installed:
- Hulu.pm
- Itv.pm
Trying to open plugin ~/.get_flash_videos/plugins/Www.pm
Trying to open plugin ~/.get_flash_videos/plugins/Bbc.pm
Using method 'bbc' for http://www.bbc.co.uk/news/uk-23626232
Downloading http://www.bbc.co.uk/news/uk-23626232
- GET http://www.bbc.co.uk/news/uk-23626232
- 200 text/html text/html; charset=utf-8 (58275)
Playlist URL: http://playlists.bbc.co.uk/news/uk-23626232A/playlist.sxml
- GET http://playlists.bbc.co.uk/news/uk-23626232A/playlist.sxml
- 200 text/xml (4864)
- GET http://open.live.bbc.co.uk/mediaselector/4/mtis/stream/p01dwkgh
- 200 text/xml (5841)
FlashVideo::RTMPDownloader=HASH(0x9f22610)
Running rtmpdump --verbose --pageUrl 'http://www.bbc.co.uk/news/uk-23626232' 
--app 
'ondemand?_fcs_vhost=cp45413.edgefcs.netauth=daEdWclbWbVb4dTc4bmckdtdId9bFaIbzdC-bsbbn8-bWG-JpmEIoDoLEsGtxEaifp=v001slist=public/mps_h264_200/public/news/uk/1001000/1001225_h264_176k.mp4;public/mps_h264_400/public/news/uk/1001000/1001225_h264_512k.mp4;public/mps_h264_med/public/news/uk/1001000/1001225_h264_800k.mp4;public/mps_h264_hi/public/news/uk/1001000/1001225_h264_1500k.mp4'
 --tcUrl 
'rtmp://cp45413.edgefcs.net/ondemand?_fcs_vhost=cp45413.edgefcs.netauth=daEdWclbWbVb4dTc4bmckdtdId9bFaIbzdC-bsbbn8-bWG-JpmEIoDoLEsGtxEaifp=v001slist=public/mps_h264_200/public/news/uk/1001000/1001225_h264_176k.mp4;public/mps_h264_400/public/news/uk/1001000/1001225_h264_512k.mp4;public/mps_h264_med/public/news/uk/1001000/1001225_h264_800k.mp4;public/mps_h264_hi/public/news/uk/1001000/1001225_h264_1500k.mp4'
 --swfUrl 'http://news.bbc.co.uk/player/emp/2.11.7978_8433/9player.swf' --rtmp 
'rtmp://cp45413.edgefcs.net/on
 demand' --flv 'BBC_-_Co-op_supermarket_to_stop_selling_Nuts_magazine.flv' 
--playpath 
'mp4:public/mps_h264_hi/public/news/uk/1001000/1001225_h264_1500k.mp4?auth=daEdWclbWbVb4dTc4bmckdtdId9bFaIbzdC-bsbbn8-bWG-JpmEIoDoLEsGtxEaifp=v001slist=public/mps_h264_200/public/news/uk/1001000/1001225_h264_176k.mp4;public/mps_h264_400/public/news/uk/1001000/1001225_h264_512k.mp4;public/mps_h264_med/public/news/uk/1001000/1001225_h264_800k.mp4;public/mps_h264_hi/public/news/uk/1001000/1001225_h264_1500k.mp4'
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
rtmpdump: DEBUG: Parsing...
rtmpdump: DEBUG: Parsed protocol: 0
rtmpdump: DEBUG: Parsed host: cp45413.edgefcs.net
rtmpdump: DEBUG: Parsed app : ondemand
rtmpdump: DEBUG: Protocol : RTMP
rtmpdump: DEBUG: Hostname : cp45413.edgefcs.net
rtmpdump: DEBUG: Port : 1935
rtmpdump: DEBUG: Playpath : 

[Bug 1210314] Re: get-flash-videos failing to download some BBC news videos (possibly other BBC videos too)

2013-08-08 Thread Pigeon
Er, yes, it is indeed a patch... :confused:

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

Title:
  get-flash-videos failing to download some BBC news videos (possibly
  other BBC videos too)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/get-flash-videos/+bug/1210314/+subscriptions

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


[Bug 980491] [NEW] Pidgin sucking 100% CPU over multiple cores

2012-04-12 Thread Steven Pigeon
Public bug reported:

Whenever a new message occurs and the pidgin window does not have focus,
CPU usage jumps at 100% (sometimes over multiple cores?), but falls back
to 0 when window gets focus.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: pidgin 1:2.10.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-17.30-generic 3.0.22
Uname: Linux 3.0.0-17-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Fri Apr 13 00:02:15 2012
ExecutablePath: /usr/bin/pidgin
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
SourcePackage: pidgin
UpgradeStatus: Upgraded to oneiric on 2011-10-22 (173 days ago)

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


** Tags: amd64 apport-bug apport-lpi oneiric

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

Title:
  Pidgin sucking 100% CPU over multiple cores

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

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


[Bug 980491] Re: Pidgin sucking 100% CPU over multiple cores

2012-04-12 Thread Steven Pigeon
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/980491

Title:
  Pidgin sucking 100% CPU over multiple cores

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

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


[Bug 785537] [NEW] Montreal shows location as America/Toronto

2011-05-19 Thread Steven Pigeon
Public bug reported:

Binary package hint: tzdata

Ubuntu 11.04.

Montreal shows America/Toronto instead of Americas/Montreal.

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

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

Title:
  Montreal shows location as America/Toronto

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


[Bug 539353] [NEW] Install crashed

2010-03-15 Thread Pigeon
Public bug reported:

Binary package hint: ubiquity

Had recently burned and checked live disc.
Have copied syslog and partman files below.
Install seemed to be about 80% done when received this message:

We're sorry; the installer crashed. Please file a new bug report at
https://launchpad.net/ubuntu/+source/ubiquity/+filebug (do not attach
your details to any existing bug) and a developer will attend to the
problem as soon as possible. To help the developers understand what went
wrong, include the following detail in your bug report, and attach the
files /var/log/syslog and /var/log/partman:

Traceback (most recent call last):

  File /usr/lib/ubiquity/bin/ubiquity, line 457, in module

main(oem_config)

  File /usr/lib/ubiquity/bin/ubiquity, line 442, in main

install(args[0], query=options.query)

  File /usr/lib/ubiquity/bin/ubiquity, line 245, in install

ret = wizard.run()

  File /usr/lib/ubiquity/ubiquity/frontend/gtk_ui.py, line 467, in run

self.progress_loop()

  File /usr/lib/ubiquity/ubiquity/frontend/gtk_ui.py, line 977, in
progress_loop

(ret, realtb))

RuntimeError: Install failed with exit code 1

Traceback (most recent call last):

  File /usr/share/ubiquity/install.py, line 2444, in module

install.run()

  File /usr/share/ubiquity/install.py, line 406, in run

self.configure_plugins(count)

  File /usr/share/ubiquity/install.py, line 1165, in configure_plugins

raise InstallStepError(Plugin %s failed with code %s %
(plugin.NAME, ret))

InstallStepError: Plugin language failed with code -7

===
See attachment for syslog and partman files.

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

-- 
Install crashed
https://bugs.launchpad.net/bugs/539353
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 539353] Re: Install crashed

2010-03-15 Thread Pigeon

** Attachment added: Crash Report.rtf
   http://launchpadlibrarian.net/40985186/Crash%20Report.rtf

-- 
Install crashed
https://bugs.launchpad.net/bugs/539353
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 539353] Re: Install crashed

2010-03-15 Thread Pigeon
Re-ran BIOS setup - Loaded fail safe defaults then left most settings unaltered.
Removed a usb memory stick.
Then rebooted from live cd.
This time installation completed successfully.

-- 
Install crashed
https://bugs.launchpad.net/bugs/539353
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 15424] Re: Error while burning DVD-RWs: Input/output error

2009-05-02 Thread Pigeon
Have just encountered the same problem myself. Manifested itself as
growisofs ceasing to function following an upgrade from gutsy to hardy
(I hadn't tried to write a DVD for some time after the upgrade). Same
problem occurred with the intrepid and jaunty versions of growisofs.
Using TDK DVD-R media on a Philips PBDV1640P revision B3.4.

After much messing around I discovered that omitting the -dvd-compat
switch from the growisofs command line makes it work... so the command I
ended up running was:

$ growisofs -Z /dev/scd0=foo.iso

Proof that it worked:

$ md5sum foo.iso /dev/scd0
a7e18f22eb98f8d62caf1ffcb30c70dc  foo.iso
a7e18f22eb98f8d62caf1ffcb30c70dc  /dev/scd0


dvdrecord didn't work either and I couldn't make it work; sample of
output:

$ dvdrecord -v driveropts=burnfree speed=1 dev=1,0,0 -dao foo.iso
dvdrtools v0.3.1
Portions (C) 2002-2006 Ark Linux b...@arklinux.org
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation; either version 2, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
A PARTICULAR PURPOSE.  See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with
this program; see the file COPYING.  If not, write to the Free Software
Foundation, 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
Based on:
Cdrecord 1.11a15 (i486-pc-linux-gnu) Copyright (C) 1995-2001 J�g Schilling
TOC Type: 1 = CD-ROM
scsidev: '1,0,0'
scsibus: 1 target: 0 lun: 0
Linux sg driver version: 3.5.34
Using libscg version 'bero-0.5a'
dvdrecord: Warning: using inofficial version of libscg (bero-0.5a 
'@(#)scsitransp.c 1.81 01/04/20 Copyright 1988,1995,2000 J. Schilling').
Driveropts: 'burnfree'
atapi: 1
Device type: Removable CD-ROM
Version: 5
Response Format: 2
Capabilities   : 
Vendor_info: 'PHILIPS '
Identifikation : 'PBDV1640P   '
Revision   : 'B3.4'
Device seems to be: Generic mmc2 DVD.
Using generic SCSI-3/mmc DVD-R(W) driver (mmc_mdvd).
Driver flags   : SWABAUDIO BURNFREE 
Supported modes: PACKET SAO
Drive buf size : 688128 = 672 KB
FIFO size  : 4194304 = 4096 KB
Track 01: data  4404 MB
Total size: 5058 MB (501:08.05) = 2255104 sectors
Lout start: 5058 MB (501:10/04) = 2255104 sectors
Current Secsize: 2048
  ATIP start of lead in:  -150 (00:00/00)
Disk type:unknown dye (reserved id code)
Manuf. index: -1
Manufacturer: unknown (not in table)
Blocks total: 2298496 Blocks current: 2298496 Blocks remaining: 43392
Starting to write CD/DVD at speed 1 in write mode for single session.
Last chance to quit, starting real write in 0 seconds. Operation starts.
Waiting for reader process to fill input buffer ... input buffer ready.
trackno=0
BURN-Free is ON.
dvdrecord: Turning BURN-Free on
Performing OPC...
Sending CUE sheet...
Starting new track at sector: 2255270
Track 01:   0 of 4404 MB written.dvdrecord: Input/output error. write_g1: scsi 
sendcmd: no error
CDB:  2A 00 00 22 69 A6 00 00 1F 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 05 00 00 00 00 12 00 00 00 00 21 02 00 00
Sense Key: 0x5 Illegal Request, Segment 0
Sense Code: 0x21 Qual 0x02 (logical block address out of range) [No matching 
qualifier] Fru 0x0
Sense flags: Blk 0 (not valid) 
cmd finished after 0.006s timeout 200s

write track data: error after 0 bytes
Sense Bytes: 70 00 00 00 00 00 00 12 00 00 00 00 00 00 00 00 00 00
Writing  time:   12.800s
Fixating...
Fixating time:0.007s
dvdrecord: fifo had 64 puts and 1 gets.
dvdrecord: fifo was 0 times empty and 0 times full, min fill was 100%.


Googling around the place reveals quite a lot of reports of this with
the following characteristics in common:

- It always strikes following an upgrade
- CD recording still works, it's only DVDs that don't
- Both growisofs and dvdrecord have problems, but different ones, and if a 
problem strikes one program it doesn't necessarily mean it'll strike the other
- It affects users of all the main distributions
- Upgrading the dvd tools never fixes it
- Nor does anything else, and nobody seems to have a clue what's going on
- Some people are misled into thinking it's a hardware fault as it disappears 
when they replace the drive with a totally different model. Nobody seems to 
have tried replacing the drive with a brand new example of the model they 
already have. I rather suspect that if they did they'd find it still didn't 
work.

My suspicion is that the problem is actually in the kernel, not the
tools, and affects particular models/revisions of DVD drive.

Kernel here is 2.6.27-7-generic from ubuntu.

-- 
Error while burning DVD-RWs: Input/output error
https://bugs.launchpad.net/bugs/15424
You received this bug notification because you are a member of Ubuntu
Bugs, which is a 

[Bug 15424] Re: Error while burning DVD-RWs: Input/output error

2009-05-02 Thread Pigeon
Update: Making it work is more complicated than that. Omitting the
-dvd-compat switch is not on its own enough to make it work.

First it is necessary to attempt to burn using dvdrecord. This fails
with the output posted above, but it does have some effect which allows
an immediately-following invocation of growisofs on the same blank to
succeed.

So the winning sequence is:

$ dvdrecord -v driveropts=burnfree speed=1 dev=1,0,0 -dao foo.iso
(fails with above output)
(leave blank in drive, do not perform any other dvd commands)
$ growisofs -Z /dev/scd0=foo.iso
(works).


Using growisofs without the preceding dvdrecord invocation produces 
unrecovered read error messages initially but then appears to get itself 
going and start working; however the resulting DVD gives Input/output error 
when trying to read it.

$ growisofs -Z /dev/scd0=foo.iso
Executing 'builtin_dd if=foo.iso of=/dev/scd0 obs=32k seek=0'
:-[ PERFORM OPC failed with SK=3h/UNRECOVERED READ ERROR]: Input/output error
/dev/scd0: Current Write Speed is 16.4x1352KBps.
  0/2905800704 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU   0.0%
  0/2905800704 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU   0.0%
  0/2905800704 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU   0.0%
  0/2905800704 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU   0.0%
  0/2905800704 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU   0.0%
  0/2905800704 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU   0.0%
  0/2905800704 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU   0.0%
  0/2905800704 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU   0.0%
  0/2905800704 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU   0.0%
  0/2905800704 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU   0.0%
  0/2905800704 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU   0.0%
  0/2905800704 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU   0.0%
5537792/2905800704 ( 0.2%) @1.2x, remaining 384:03 RBU 100.0% UBU   9.5%
   36405248/2905800704 ( 1.3%) @6.7x, remaining 61:44 RBU 100.0% UBU  85.7%
   67764224/2905800704 ( 2.3%) @6.8x, remaining 34:54 RBU 100.0% UBU  85.7%
 (snip)
 2859859968/2905800704 (98.4%) @8.0x, remaining 0:05 RBU 100.0% UBU  85.7%
 2896756736/2905800704 (99.7%) @8.0x, remaining 0:01 RBU  27.0% UBU  85.7%
builtin_dd: 1418848*2KB out @ average 6.0x1352KBps
/dev/scd0: flushing cache
/dev/scd0: updating RMA
/dev/scd0: closing session
$ md5sum foo.iso /dev/scd0
cebf6dc104ca39d8266fd14957c7c63d  foo.iso
md5sum: /dev/scd0: Input/output error

-- 
Error while burning DVD-RWs: Input/output error
https://bugs.launchpad.net/bugs/15424
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 339382] Re: Apple wired mini Aluminium keyboard not recognized

2009-04-10 Thread Steven Pigeon
I have done some further testing:

I will use F1 to F12 but I really mean the non-F keys that
bear icons such as previous track, play/pause, etc.

F1 and F2 both map to the same XF86BrightnessAdjust
F3 maps to XF86AudioMute
F4 maps to XF86AudioLowerVolume
F5 maps to XF86AudioRaiseVolume
F6 doesn't seems to be recognized at all.
F7 maps to XF86Display
F8 maps to 0xd7
F9 maps to 0xd8
F10 maps to 0xd9
F11 and F12 maps to (the PC-105 style) F11 and F12 keys.
The eject button maps to 0xcc

The correct mapping should be that F1 and F2 maps to XF86BrightnessAdjust
F3 should map to ? (Exposé doesn't quite exist, maybe something convenient to 
invoke window picker?)
F4 should map to ? (Something convenient to show sidget layer?)
F5 and F6 are unmarked, but both should be detected as extra keys
F7 should map to XF86AudioPrev
F8 should map to XF86AudioPlay
F9 should map to XF86AudioNext
F10 should map to XF86AUdioMute
F11 should map to XF86AudioLowerVolume
F12 should map to XF86AudioRaiseVolume
Eject should map to XF86Eject

-- 
Apple wired mini Aluminium keyboard not recognized
https://bugs.launchpad.net/bugs/339382
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 339382] Re: Apple wired mini Aluminium keyboard not recognized

2009-04-08 Thread Steven Pigeon
Keys from F1 to F10 map to XF86 media keys (such as XF86AudioPause,
etc.) with expected behavior (with pb_fnmode=1) that key alone yields
the Apple / XF86media keys, and fn+key yields the F1...F10 keys.

But F11 and F12 remain F11 and F12 regardless of whether or not you
press fn ... they are not XF86AudioVolumeDn or XF86AudioVolumeUp.

Except from that, the patch works correctly, fn+arrows yields home, end,
pgup, pgdn, fn+delete yields the forward delete.

At least the patch leaves the keyboard (quasi-)fully functional. Great
Job Ryan  Jiri !

-- 
Apple wired mini Aluminium keyboard not recognized
https://bugs.launchpad.net/bugs/339382
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 339382] Re: Apple wired mini Aluminium keyboard not recognized

2009-03-08 Thread Steven Pigeon
Austin Lund wrote:
 What version of Ubuntu are you using?

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

   
8.04.1 lts

-- 
Apple wired mini Aluminium keyboard not recognized
https://bugs.launchpad.net/bugs/339382
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 339382] Re: Apple wired mini Aluminium keyboard not recognized

2009-03-08 Thread Steven Pigeon
8.04 LTS

-- 
Apple wired mini Aluminium keyboard not recognized
https://bugs.launchpad.net/bugs/339382
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 339382] [NEW] Apple wired mini Aluminium keyboard not recognized

2009-03-07 Thread Steven Pigeon
Public bug reported:

The new device with USB id 05ac:021d ( Apple Computer, Inc. , new wired
mini keyboard) is not detected as an Apple keyboard and accordingly
behaves incorrectly (it behaves as a PC-105 keyboard, which is not the
default behavior for an Apple keyboard, in particular, it does not
recognize the fn key which is quite essential for this keyboard: it
disables pgup/pgdn/home/end which are only accessible through a fn+key
combination).

Also, the embedded hub with USB ID 05ac:1005 is not identified as a USB
hub (although it works properly)

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Apple wired mini Aluminium keyboard not recognized
https://bugs.launchpad.net/bugs/339382
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 291743] [NEW] Fatal signal 6

2008-10-31 Thread Pigeon
Public bug reported:

Binary package hint: ppp

After upgrading to Itrepid (ppp 2.4.4rel-9ubuntu2 - 2.4.4rel-10ubuntu2)
it became impossible to create pptp-tunnels. I changed nothing in
configuration after upgrade. When I downgrade ppp to 2.4.4rel-9ubuntu2
everything works fine.

The error is Fatal signal 6. How to track that down? What can it be?

The full debug log of session:

Oct 31 09:09:59 server pppd[78791]: Plugin radius.so loaded.
Oct 31 09:09:59 server pppd[78791]: RADIUS plugin initialized.
Oct 31 09:09:59 server pppd[78791]: Plugin radattr.so loaded.
Oct 31 09:09:59 server pppd[78791]: RADATTR plugin initialized.
Oct 31 09:09:59 server pptp[78791]: Plugin pptp.so loaded.
Oct 31 09:09:59 server pptp[78791]: PPTP plugin version 0.7.13 compiled for 
pppd-2.4.4, linux-2.6.27.2
Oct 31 09:09:59 server pptp[78791]: pppd 2.4.4 started by root, uid 0
Oct 31 09:09:59 server pptp[78791]: using channel 4579
Oct 31 09:09:59 server pptp[78791]: Using interface ppp1
Oct 31 09:09:59 server pptp[78791]: Connect: ppp1 -- pptp (XXX.XXX.XXX.XXX)
Oct 31 09:09:59 server pptp[78791]: sent [LCP ConfReq id=0x1 asyncmap 0x0 
auth chap MS-v2 magic 0x123d78e2 pcomp accomp]
Oct 31 09:09:59 server pptp[78791]: rcvd [LCP ConfReq id=0x0 mru 1400 magic 
0x2043406c pcomp accomp callback CBCP]
Oct 31 09:09:59 server pptp[78791]: sent [LCP ConfRej id=0x0 callback CBCP]
Oct 31 09:09:59 server pptp[78791]: rcvd [LCP ConfReq id=0x1 mru 1400 magic 
0x2043406c pcomp accomp]
Oct 31 09:09:59 server pptp[78791]: sent [LCP ConfAck id=0x1 mru 1400 magic 
0x2043406c pcomp accomp]
Oct 31 09:10:02 server pptp[78791]: sent [LCP ConfReq id=0x1 asyncmap 0x0 
auth chap MS-v2 magic 0x123d78e2 pcomp accomp]
Oct 31 09:10:02 server pptp[78791]: rcvd [LCP ConfAck id=0x1 asyncmap 0x0 
auth chap MS-v2 magic 0x123d78e2 pcomp accomp]
Oct 31 09:10:02 server pptp[78791]: sent [LCP EchoReq id=0x0 magic=0x123d78e2]
Oct 31 09:10:02 server pptp[78791]: sent [CHAP Challenge id=0xb4 
7c4cf5ceec08ea00c4f49155a5414e02, name = pptpd]
Oct 31 09:10:02 server pptp[78791]: rcvd [LCP Ident id=0x2 magic=0x2043406c 
MSRASV5.10]
Oct 31 09:10:02 server pptp[78791]: rcvd [LCP Ident id=0x3 magic=0x2043406c 
MSRAS-0-NAME]
Oct 31 09:10:02 server pptp[78791]: rcvd [LCP EchoRep id=0x0 magic=0x2043406c]
Oct 31 09:10:02 server pptp[78791]: rcvd [CHAP Response id=0xb4 
d3753acb5ccddf79415040021e69b2f8fe276eb935df54fea7dd10479ae45346ac491945899a4fdb00,
 name = some-login]
Oct 31 09:10:02 server pptp[78791]: RADATTR plugin wrote 3 line(s) to file 
/var/run/radattr.ppp1.
Oct 31 09:10:02 server pptp[78791]: sent [CHAP Success id=0xb4 
S=F4F46C682887F63B3EA1184EA72E32FAB155BA50]
Oct 31 09:10:02 server pptp[78791]: sent [IPCP ConfReq id=0x1 addr 
XXX.XXX.XXX.XXX]
Oct 31 09:10:02 server pptp[78791]: rcvd [CCP ConfReq id=0x4 mppe +H -M -S -L 
-D +C]
Oct 31 09:10:02 server pptp[78791]: sent [CCP ConfReq id=0x1]
Oct 31 09:10:02 server pptp[78791]: sent [CCP ConfRej id=0x4 mppe +H -M -S -L 
-D +C]
Oct 31 09:10:02 server pptp[78791]: rcvd [IPCP ConfReq id=0x5 addr 0.0.0.0 
ms-dns1 0.0.0.0 ms-wins 0.0.0.0 ms-dns3 0.0.0.0 ms-wins 0.0.0.0]
Oct 31 09:10:02 server pptp[78791]: sent [IPCP ConfRej id=0x5 ms-wins 0.0.0.0 
ms-wins 0.0.0.0]
Oct 31 09:10:02 server pptp[78791]: rcvd [IPCP ConfAck id=0x1 addr 
XXX.XXX.XXX.XXX]
Oct 31 09:10:02 server pptp[78791]: rcvd [CCP ConfAck id=0x1]
Oct 31 09:10:02 server pptp[78791]: rcvd [CCP TermReq id=0x6 [EMAIL 
PROTECTED]\315t\000\000\002\334]
Oct 31 09:10:02 server pptp[78791]: sent [CCP TermAck id=0x6]
Oct 31 09:10:02 server pptp[78791]: rcvd [IPCP ConfReq id=0x7 addr 0.0.0.0 
ms-dns1 0.0.0.0 ms-dns3 0.0.0.0]
Oct 31 09:10:02 server pptp[78791]: sent [IPCP ConfNak id=0x7 addr 
XXX.XXX.XXX.XXX ms-dns1 XXX.XXX.XXX.XXX ms-dns3 XXX.XXX.XXX.XXX]
Oct 31 09:10:02 server pptp[78791]: rcvd [IPCP ConfReq id=0x8 addr 
XXX.XXX.XXX.XXX ms-dns1 XXX.XXX.XXX.XXX ms-dns3 XXX.XXX.XXX.XXX]
Oct 31 09:10:02 server pptp[78791]: sent [IPCP ConfAck id=0x8 addr 
XXX.XXX.XXX.XXX ms-dns1 XXX.XXX.XXX.XXX ms-dns3 XXX.XXX.XXX.XXX]
Oct 31 09:10:02 server pptp[78791]: found interface eth1 for proxy arp
Oct 31 09:10:02 server pptp[78791]: local  IP address XXX.XXX.XXX.XXX
Oct 31 09:10:02 server pptp[78791]: remote IP address XXX.XXX.XXX.XXX
Oct 31 09:10:02 server pptp[78791]: Fatal signal 6
^
Oct 31 09:10:02 server pptp[78791]: RADATTR plugin removed file 
/var/run/radattr.ppp1.
Oct 31 09:10:02 server pptp[78791]: Exit.

lsb_release -rd
Description:Ubuntu 8.10
Release:8.10

apt-cache policy ppp
ppp:
  Installed: 2.4.4rel-10ubuntu2
  Candidate: 2.4.4rel-10ubuntu2
  Version table:
 *** 2.4.4rel-10ubuntu2 0
500 http://ua.archive.ubuntu.com intrepid/main Packages
100 /var/lib/dpkg/status

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

** Description changed:

  Binary package hint: ppp
  
  After upgrading to Itrepid (ppp 2.4.4rel-9ubuntu2 - 2.4.4rel-10ubuntu2)
 

[Bug 263344] [NEW] kernel 2.6.24-19-Generic (AMD64) failed to install: tarball corrupted

2008-08-31 Thread Steven Pigeon
Public bug reported:

With ubuntu 8.04LTS, during automatic weekly upgrade update-manager
reported that the downloaded kernel 2.6.24-19-generic (amd64) failed to
install because of corrupted tarball.

running sudo apt-get clean/update/upgrade then dpkg --configure -a
recovered the error. (redownloaded the tarball.)

ProblemType: Package
Architecture: amd64
Date: Sun Aug 31 12:11:36 2008
DistroRelease: Ubuntu 8.04
ErrorMessage:
 ErrorMessage: corrupted filesystem tarfile - corrupted package archive
NonfreeKernelModules: nvidia
Package: linux-image-2.6.24-19-generic 2.6.24-19.36 [modified: 
lib/modules/2.6.24-19-generic/modules.pcimap 
lib/modules/2.6.24-19-generic/modules.dep 
lib/modules/2.6.24-19-generic/modules.ieee1394map 
lib/modules/2.6.24-19-generic/modules.usbmap 
lib/modules/2.6.24-19-generic/modules.isapnpmap 
lib/modules/2.6.24-19-generic/modules.seriomap 
lib/modules/2.6.24-19-generic/modules.alias 
lib/modules/2.6.24-19-generic/modules.symbols]
PackageArchitecture: amd64
SourcePackage: linux
Title: package linux-image-2.6.24-19-generic 2.6.24-19.36 [modified: 
lib/modules/2.6.24-19-generic/modules.pcimap 
lib/modules/2.6.24-19-generic/modules.dep 
lib/modules/2.6.24-19-generic/modules.ieee1394map 
lib/modules/2.6.24-19-generic/modules.usbmap 
lib/modules/2.6.24-19-generic/modules.isapnpmap 
lib/modules/2.6.24-19-generic/modules.seriomap 
lib/modules/2.6.24-19-generic/modules.alias 
lib/modules/2.6.24-19-generic/modules.symbols] failed to install/upgrade: 
Uname: Linux 2.6.24-19-generic x86_64

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


** Tags: apport-package

-- 
kernel 2.6.24-19-Generic (AMD64) failed to install: tarball corrupted
https://bugs.launchpad.net/bugs/263344
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 263344] Re: kernel 2.6.24-19-Generic (AMD64) failed to install: tarball corrupted

2008-08-31 Thread Steven Pigeon

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/17189800/Dependencies.txt

** Attachment added: VarLogDistupgradeAptautoinstfixuplog.gz
   
http://launchpadlibrarian.net/17189801/VarLogDistupgradeAptautoinstfixuplog.gz

** Attachment added: VarLogDistupgradeAptlog.gz
   http://launchpadlibrarian.net/17189802/VarLogDistupgradeAptlog.gz

** Attachment added: VarLogDistupgradeApttermlog.gz
   http://launchpadlibrarian.net/17189804/VarLogDistupgradeApttermlog.gz

** Attachment added: VarLogDistupgradeMainlog.gz
   http://launchpadlibrarian.net/17189806/VarLogDistupgradeMainlog.gz

** Attachment added: VarLogDistupgradeMainprereqlog.gz
   http://launchpadlibrarian.net/17189807/VarLogDistupgradeMainprereqlog.gz

** Attachment added: VarLogDistupgradeTermlog.gz
   http://launchpadlibrarian.net/17189808/VarLogDistupgradeTermlog.gz

-- 
kernel 2.6.24-19-Generic (AMD64) failed to install: tarball corrupted
https://bugs.launchpad.net/bugs/263344
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 205885] [NEW] missing sim icons

2008-03-24 Thread Pigeon
Public bug reported:

Binary package hint: sim

The sim (actually sim-data) package in Hardy misses some data, e.g.
icons and sounds.

Compare the contents of gutsy and hardy versions of sim-data:

http://packages.ubuntu.com/gutsy/all/sim-data/filelist
vs
http://packages.ubuntu.com/hardy/all/sim-data/filelist

The packages I used were: sim (0.9.4.3-0ubuntu1) and sim-data
(0.9.4.3-0ubuntu1)

[EMAIL PROTECTED]:~# lsb_release -rd
Description:Ubuntu hardy (development branch)
Release:8.04

How to fix: copy the contents of gutsy sim-data package over hardy sim-
data package in /usr/share/.

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

-- 
missing sim icons
https://bugs.launchpad.net/bugs/205885
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 155530] Re: Cannot print on Gutsy Gibbon with HP DeskJet 720C

2008-01-21 Thread Pigeon
It has randomly decided to fail again.

cupsys is still at 1.3.2-1ubuntu7.5

No change to error messages in log - ie. still getting eg.
[489581.995636] audit(1200938082.483:38):  type=1502
operation=inode_permission requested_mask=rw denied_mask=rw
name=/dev/tty pid=9861 profile=/usr/sbin/cupsd in /var/log/syslog  -
which is the same as was happening yesterday when it was working.
Nothing at all in /var/log/cups/error_log.

Setting aa-complain /usr/sbin/cupsd makes no difference.

But as before, switching to the gutenprint driver instead of foomatic
makes it work.

(Printer, as before, is HP LJ3).

-- 
Cannot print on Gutsy Gibbon with HP DeskJet 720C
https://bugs.launchpad.net/bugs/155530
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 155530] Re: Cannot print on Gutsy Gibbon with HP DeskJet 720C

2008-01-18 Thread Pigeon
Not been on this system for a while so I haven't updated the sources
config, I've just updated from the standard sources, which now have
themselves been updated to include cupsys 1.3.2-1ubuntu7.5.

The foomatic/ljet3 now works again and there's nothing in
/var/log/cups/error_log but I'm still getting errors like this in
/var/log/syslog:

type=1503 operation=inode_permission requested_mask=rw
denied_mask=rw name=/dev/tty pid=4472 profile=/usr/sbin/cupsd

-- 
Cannot print on Gutsy Gibbon with HP DeskJet 720C
https://bugs.launchpad.net/bugs/155530
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 155530] Re: Cannot print on Gutsy Gibbon with HP DeskJet 720C

2008-01-13 Thread Pigeon
This bug or something very similar has just bitten me out of the blue
with a Hewlett-Packard LaserJet III on Gutsy.

Before today the printer was working fine with the foomatic
(recommended) driver. About an hour ago I tried to print and it failed
with the identical apparmor messages in the log: droitwix kernel:
[stamp] audit(stamp): type=1502 operation=inode_permission
requested_mask=rw denied_mask=rw name=/dev/tty pid=foo
profile=/usr/sbin/cupsd

Since I last tried to print - which was a few days ago - there has been
an update including various CUPS packages, and a PDF file generator
virtual printer has appeared out of nowhere :-) in the CUPS printers
listing.

I deleted that and the HPLJ3, leaving me with no printers, restarted
CUPS, and recreated the entry for the HPLJ3, but it made no difference.

Disabling apparmor with sudo aa-complain cups made no difference either,
it still didn't work. Removing /etc/apparmor.d/usr.sbin.cupsd entirely
and restarting apparmor got rid of the error messages in the log but I
still couldn't print, now it just failed silently.

What did get it working was to reconfigure the printer to use the
gutenprint driver instead of foomatic. Now it works fine with no error
messages (and apparmor back to enforce mode), but it is a LOT slower
(the box is a 450MHz PII with 320MB RAM and usually uses 200MB-300MB of
swap, so perhaps more modern machinery would not notice, but in general
ubuntu runs remarkably well despite the slowness of the box; with the
foomatic driver, when that was working, printing was acceptably quick,
but now that I have to use gutenprint it groans, and other applications
become unresponsive for significant/annoying pauses while it prints).

cupsys on this box is now at 1.3.2-1ubuntu7.3 - is it possible that the
update that fixes the above bug has broken something else?

-- 
Cannot print on Gutsy Gibbon with HP DeskJet 720C
https://bugs.launchpad.net/bugs/155530
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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