[Bug 495370] Re: Please upgrade to a non-outdated version

2010-07-22 Thread Rune Svendsen
It seems that the file 65-mdadm.vol_id.rules in /lib/udev/rules.d/
was used by mdadm in Karmic
(http://packages.ubuntu.com/karmic/i386/mdadm/filelist), and changed in
Lucid to 65-mdadm-blkid.rules with the fixing of Bug #493772.

I'm guessing your package is based on the Karmic version of mdadm?

Installing your package, this file is called 65-vol_id.rules, and is
identical to both the file installed with Lucid's version of mdadm
(2.6.7.1-1ubuntu15), called 65-mdadm-blkid.rules, and Karmic's version
of mdadm (65-mdadm.vol_id.rules).

It seems the above error comes from the initramfs hook script that your
package places in /usr/share/initramfs-tools/hooks/mdadm, which
contains the following code:

# copy the udev rules
for rules in 65-mdadm.vol_id.rules 85-mdadm.rules; do
cp -p /lib/udev/rules.d/$rules ${DESTDIR}/lib/udev/rules.d
done

When the installation script runs update-initramfs (and when update-initramfs 
is run subsequently, independantly of the installation script), the error 
appears:

r...@runescomp:~/Desktop/mdadm-new$ sudo update-initramfs -u
update-initramfs: Generating /boot/initrd.img-2.6.32-23-generic
cp: cannot stat `/lib/udev/rules.d/65-mdadm.vol_id.rules': No such file or 
directory

In /usr/share/initramfs-tools/hooks/mdadm, changing
65-mdadm.vol_id.rules to 65-vol_id.rules in the above line from the
hook script, the error disappears.

So unless something more is lurking beneath the surface - I don't know
enough about the inner workings of either mdadm of Linux in general to
assess that - the fix seems to be fairly simple. Changing the above line
in /usr/share/initramfs-tools/hooks/mdadm. Or, alternatively, to
follow Lucid's naming convention of the file, rename the file to 65
-mdadm-blkid.rules and change this accordingly in the hook script.

-- 
Please upgrade to a non-outdated version
https://bugs.launchpad.net/bugs/495370
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 495370] Re: Please upgrade to a non-outdated version

2010-07-09 Thread Rune Svendsen
Cool. I'll give it a whirl as well then. I have backups of my data on a
non-RAID partition anyway.

I must admit that I was surprised as well, when I saw that Lucid shipped
with a 20 month old build of this component. Wouldn't this mean that the
Server edition uses this version as well? If that's the case, then it
must mean that very few people actually use Ubuntu for server use, or,
at least, that the ones who do, do not use RAID.

It would be nice to get some attention from the developers, to hear why
this hasn't progressed further.

On the other hand, only 14 people have marked this bug as affecting
them, so I guess it's not entirely inappropriate for Canonical to not
prioritize this more highly than they do.

 I have not adapted a debian package to lucid, rather upgraded the ubuntu
 package to a newer version and fixed some bugs. The package works fine
 for me at least. Not sure about issue 26. I'd have to have a look. I'm
 recently considering to upgrade to debian though on my system, as
 ubuntu is letting these core components stagnate.


-- 
Please upgrade to a non-outdated version
https://bugs.launchpad.net/bugs/495370
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 495370] Re: Please upgrade to a non-outdated version

2010-07-09 Thread Rune Svendsen
I just tried to install your package. I received an error, which was
this:

cp: cannot stat `/lib/udev/rules.d/65-mdadm.vol_id.rules': No such file
or directory

at the very end of the installation process. Not sure whether it has any
significance.

-- 
Please upgrade to a non-outdated version
https://bugs.launchpad.net/bugs/495370
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 495370] Re: Please upgrade to a non-outdated version

2010-07-09 Thread Rune Svendsen
Woops... Too late :). It's in the process of syncing right now...
But as mentioned earlier, the data I'm going to put on the RAID
partition resides on a second, non-RAID partition. So as far as I can
tell I'm not risking anything.

But I _would_ appreciate you taking a look at it though...

The only rules-file that contain mdadm is the following file:

r...@runescomp:/lib/udev$ find / -iname *mdadm*rules*
2/dev/null
/lib/udev/rules.d/85-mdadm.rules


 Shouldn't happen. Might be safest right now to use the standard package
 until I have time to take a look.


-- 
Please upgrade to a non-outdated version
https://bugs.launchpad.net/bugs/495370
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 527139] Re: IcedTea does not work with Piraeus Online Banking (Ukraine)

2010-07-09 Thread Rune Svendsen
There is no fixed package yet, as far as I can tell.
Looks like the last commit to the Ubuntu version of openjdk-6 was on June 27th 
- http://bazaar.launchpad.net/~openjdk/openjdk/openjdk6/changes - and this 
particular issue was fixed upstream only yesterday.

-- 
IcedTea does not work with Piraeus Online Banking (Ukraine)
https://bugs.launchpad.net/bugs/527139
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 603118] [NEW] Please update mdadm to version 3.1.2

2010-07-08 Thread Rune Svendsen
Public bug reported:

Binary package hint: mdadm

The version of mdadm in the repositories is quite old:

r...@runescomp:~$ mdadm --version
mdadm - v2.6.7.1 - 15th October 2008

r...@runescomp:~$ apt-cache policy mdadm
mdadm:
  Installed: 2.6.7.1-1ubuntu15
  Candidate: 2.6.7.1-1ubuntu15
  Version table:
 *** 2.6.7.1-1ubuntu15 0
500 http://archive.ubuntu.com/ubuntu/ lucid/main Packages
100 /var/lib/dpkg/status

about 20 months to be exact: http://neil.brown.name/git/mdadm

Could we get an update of this package in the Ubuntu repositories?
It would - at least -  fix the bug which brought me here: 
http://ubuntuforums.org/showthread.php?p=8548193, but probably a lot has been 
added in these 17 months between version 2.6.7.1 and 3.1.2.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: mdadm 2.6.7.1-1ubuntu15
ProcVersionSignature: Ubuntu 2.6.32-22.36-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic i686
Architecture: i386
CurrentDmesg:
 [4.993963] ppdev: user-space parallel port driver
 [5.751027] hda-intel: IRQ timing workaround is activated for card #2. 
Suggest a bigger bdl_pos_adj.
 [   14.172030] eth0: no IPv6 routers present
 [  555.014664] EXT4-fs (md1): Magic mismatch, very weird!
Date: Thu Jul  8 13:37:18 2010
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Alpha i386 (20100405)
MDadmExamine.dev.sda: Error: command ['/sbin/mdadm', '-E', '/dev/sda'] failed 
with exit code 1: mdadm: cannot open /dev/sda: Permission denied
MDadmExamine.dev.sda1: Error: command ['/sbin/mdadm', '-E', '/dev/sda1'] failed 
with exit code 1: mdadm: cannot open /dev/sda1: Permission denied
MDadmExamine.dev.sda2: Error: command ['/sbin/mdadm', '-E', '/dev/sda2'] failed 
with exit code 1: mdadm: cannot open /dev/sda2: Permission denied
MDadmExamine.dev.sda3: Error: command ['/sbin/mdadm', '-E', '/dev/sda3'] failed 
with exit code 1: mdadm: cannot open /dev/sda3: Permission denied
MDadmExamine.dev.sdb: Error: command ['/sbin/mdadm', '-E', '/dev/sdb'] failed 
with exit code 1: mdadm: cannot open /dev/sdb: Permission denied
MDadmExamine.dev.sdb1: Error: command ['/sbin/mdadm', '-E', '/dev/sdb1'] failed 
with exit code 1: mdadm: cannot open /dev/sdb1: Permission denied
MDadmExamine.dev.sdb2: Error: command ['/sbin/mdadm', '-E', '/dev/sdb2'] failed 
with exit code 1: mdadm: cannot open /dev/sdb2: Permission denied
MDadmExamine.dev.sdc: Error: command ['/sbin/mdadm', '-E', '/dev/sdc'] failed 
with exit code 1: mdadm: cannot open /dev/sdc: Permission denied
MDadmExamine.dev.sdc1: Error: command ['/sbin/mdadm', '-E', '/dev/sdc1'] failed 
with exit code 1: mdadm: cannot open /dev/sdc1: Permission denied
MachineType: . .
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-22-generic 
root=UUID=63549b46-3e47-42ae-b5cf-a910879c041e ro quiet splash 
video=1600x1...@85
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_DK.utf8
 SHELL=/bin/bash
ProcMDstat:
 Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] 
[raid10] 
 md1 : active raid1 sdc[1] sdb1[0]
   976759936 blocks [2/2] [UU]
   
 unused devices: none
SourcePackage: mdadm
dmi.bios.date: 05/26/2008
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: 6.00 PG
dmi.board.name: IP35 Pro XE(Intel P35-ICH9R)
dmi.board.vendor: http://www.abit.com.tw/
dmi.board.version: 1.0
dmi.chassis.type: 3
dmi.chassis.vendor: System Enclosure Manufacter
dmi.chassis.version: OEM
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd05/26/2008:svn.:pn.:pvrSystemVersion:rvnhttp//www.abit.com.tw/:rnIP35ProXE(IntelP35-ICH9R):rvr1.0:cvnSystemEnclosureManufacter:ct3:cvrOEM:
dmi.product.name: .
dmi.product.version: System Version
dmi.sys.vendor: .
etc.blkid.tab: Error: [Errno 2] No such file or directory: '/etc/blkid.tab'

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


** Tags: apport-bug i386 lucid

-- 
Please update mdadm to version 3.1.2
https://bugs.launchpad.net/bugs/603118
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 603118] Re: Please update mdadm to version 3.1.2

2010-07-08 Thread Rune Svendsen

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/51569703/BootDmesg.txt

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

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/51569705/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/51569706/Lsusb.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/51569707/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/51569708/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/51569709/ProcModules.txt

** Attachment added: ProcMounts.txt
   http://launchpadlibrarian.net/51569710/ProcMounts.txt

** Attachment added: ProcPartitions.txt
   http://launchpadlibrarian.net/51569711/ProcPartitions.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/51569712/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/51569713/UdevLog.txt

** Attachment added: initrd.files.txt
   http://launchpadlibrarian.net/51569714/initrd.files.txt

** Attachment added: mdadm.conf.txt
   http://launchpadlibrarian.net/51569715/mdadm.conf.txt

-- 
Please update mdadm to version 3.1.2
https://bugs.launchpad.net/bugs/603118
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 603118] Re: Please update mdadm to version 3.1.2

2010-07-08 Thread Rune Svendsen
*** This bug is a duplicate of bug 495370 ***
https://bugs.launchpad.net/bugs/495370

** This bug has been marked a duplicate of bug 495370
   Please upgrade to a non-outdated version

-- 
Please update mdadm to version 3.1.2
https://bugs.launchpad.net/bugs/603118
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 596849] Re: Evolution does not use the character encoding that is hinted at in the subject line

2010-07-08 Thread Rune Svendsen
this bug does not concern decoding an Encoded-Word in a mailto url

** Bug watch added: GNOME Bug Tracker #623838
   https://bugzilla.gnome.org/show_bug.cgi?id=623838

** Changed in: evolution
   Status: New = Unknown

** Changed in: evolution
 Remote watch: GNOME Bug Tracker #615400 = GNOME Bug Tracker #623838

** Tags removed: likely-dup

-- 
Evolution does not use the character encoding that is hinted at in the subject 
line
https://bugs.launchpad.net/bugs/596849
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 596849] Re: Evolution does not use the character encoding that is hinted at in the subject line

2010-07-08 Thread Rune Svendsen
I have reported the bug upstream, and linked this bug report to that newly 
reported GNOME bug report, replacing the link to bug 615400 with the newly 
reported bug. I have also removed the likely-dup tag because this bug is not 
(very) related to https://bugzilla.gnome.org/show_bug.cgi?id=615400.
This bug concerns which character encoding to choose for the message body, when 
the message body's character encoding is not specified, but the subject's 
character encoding is correctly specified using an Encoded-Word. Bug 615400 
concerns the decoding of Encoded-Words in mailto-URLs from web pages.

-- 
Evolution does not use the character encoding that is hinted at in the subject 
line
https://bugs.launchpad.net/bugs/596849
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 495370] Re: Please upgrade to a non-outdated version

2010-07-08 Thread Rune Svendsen
Would it be completely crazy to try to install mdadm 3.0.3-2 from Debian 
squeeze in Lucid?:
http://packages.debian.org/squeeze/mdadm

Well I just tried it. It did spit out an error:

r...@runescomp:~/Desktop$ sudo dpkg -i mdadm_3.0.3-2_i386.deb
Selecting previously deselected package mdadm.
(Reading database ... 197151 files and directories currently installed.)
Unpacking mdadm (from mdadm_3.0.3-2_i386.deb) ...
Setting up mdadm (3.0.3-2) ...
Generating array device nodes... /var/lib/dpkg/info/mdadm.postinst: 158: 
/dev/MAKEDEV: not found
failed.
Generating mdadm.conf... done.
update-initramfs: deferring update (trigger activated)
 * Starting MD monitoring service mdadm --monitor[ OK ] 
 * Assembling MD arrays...   [ OK ] 

Processing triggers for ureadahead ...
Processing triggers for man-db ...
Processing triggers for doc-base ...
Processing 6 added doc-base file(s)...
Registering documents with scrollkeeper...
Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-2.6.32-22-generic
W: mdadm: /etc/mdadm/mdadm.conf defines no arrays.
W: mdadm: no arrays defined in configuration file.

Is this insanely dangerous to do? Or just somewhat dangerous?
I haven't had time to test it yet, but I will when I finish copying some files 
over to my new HDD.

-- 
Please upgrade to a non-outdated version
https://bugs.launchpad.net/bugs/495370
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 495370] Re: Please upgrade to a non-outdated version

2010-07-08 Thread Rune Svendsen
I see. Thanks for the heads up.
How would you rate the reliability of your package? Would you recommend
that I just stick with the version in the repos unless I'm feeling
adventurous, or would you say it's relatively safe to use your package?
I guess you'd be the one to know if you've touched some sensitive areas
in the package, in order to adapt it to Lucid...

Max Waterman describes an issue in comment #26, do you reckon that this
is something that is easily fixed?

 yes its dangerous. debian most likely has completely difference
 initramfs scripts. you could leave your machine unbootable. If you want
 a newer version you can try my packages
 
 http://malus.exotica.org.uk/~buzz/mdadm/


-- 
Please upgrade to a non-outdated version
https://bugs.launchpad.net/bugs/495370
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 596849] [NEW] Evolution does not use the character encoding that is hinted at in the subject line

2010-06-21 Thread Rune Svendsen
Public bug reported:

Binary package hint: evolution

When receiving e-mails that do not correctly include information about
the character encoding used, evolution does not display the e-mail
correctly, even when the character encoding used is revealed in the
subject line.

By looking at the raw e-mail, I presume the correct way to specify character 
encoding is by using the Content-Type MIME header.
However, if the subject of the e-mail is encoded using a specific character 
encoding (by following the following standard: 
http://en.wikipedia.org/wiki/MIME#Encoded-Word), wouldn't it be safe to assume 
that the e-mail body - if it does not specifically specify a character encoding 
- uses the same character encoding as the subject line? Are there any examples 
where this might not be the case?

I know this is one of those cases, where the easiest solution would be if the 
e-mail client sending the message would just follow the standard correctly, but 
I think that we as Linux users are currently in a situation where we gain more 
by adapting to the various flaws in non-standard e-mail clients, rather than 
try to get them to adhere to the standard, using our relatively tiny market 
share.
We do this with hardware drivers in the kernel - adapt to the various quirks 
that are there mostly because of non-standard ways in which Microsoft Windows 
handles the hardware. Why not do this as well with e-mail, which is quite a big 
part of any modern operating system?

Example:

I receive an e-mail with the following content:

Subject: =?iso-8859-1?Q?din_bestilling_-_ordre_nr_123456?=
Sender: =?iso-8859-1?q?some...@somewhere=2edk?= some...@somewhere.dk
From: =?iso-8859-1?q?some...@somewhere=2edk?= some...@somewhere.dk
Date: Mon, 21 Jun 2010 00:47:48 +0200
To: =?iso-8859-1?q?mymailaddr...@mail=2ecom?= mymailaddr...@mail.com
X-Priority: 3
X-MSMail-Priority: Normal
MIME-Version: 1.0
X-Mailer: JMail 4.4 by Dimac
Content-Type: text/html

Content-Transfer-Encoding: 8bit

The Content-Type-header does not correctly state that the character
encoding used is ISO-8859-1, but the subject line uses an Encoded-Word
to specify this information (and Evolution correctly displays the
subject line).

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: evolution 2.28.3-0ubuntu10
ProcVersionSignature: Ubuntu 2.6.32-22.36-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic i686
Architecture: i386
Date: Mon Jun 21 13:19:05 2010
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Alpha i386 (20100405)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_DK.utf8
 SHELL=/bin/bash
SourcePackage: evolution

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


** Tags: apport-bug i386 lucid

-- 
Evolution does not use the character encoding that is hinted at in the subject 
line
https://bugs.launchpad.net/bugs/596849
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 596849] Re: Evolution does not use the character encoding that is hinted at in the subject line

2010-06-21 Thread Rune Svendsen

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

** Description changed:

  Binary package hint: evolution
  
  When receiving e-mails that do not correctly include information about
- the character encoding used, evolution is does not display the e-mail
+ the character encoding used, evolution does not display the e-mail
  correctly, even when the character encoding used is revealed in the
  subject line.
  
  By looking at the raw e-mail, I presume the correct way to specify character 
encoding is by using the Content-Type MIME header.
- However, if the subject of the e-mail is encoded using a specific character 
encoding (by following the following standard: 
http://en.wikipedia.org/wiki/MIME#Encoded-Word), wouldn't it be safe to assume 
that the e-mail body - if it does not specifically specify a character encoding 
- uses the same character encoding as the subject? Are there any examples where 
this might not be the case?
+ However, if the subject of the e-mail is encoded using a specific character 
encoding (by following the following standard: 
http://en.wikipedia.org/wiki/MIME#Encoded-Word), wouldn't it be safe to assume 
that the e-mail body - if it does not specifically specify a character encoding 
- uses the same character encoding as the subject line? Are there any examples 
where this might not be the case?
  
  I know this is one of those cases, where the easiest solution would be if the 
e-mail client sending the message would just follow the standard correctly, but 
I think that we as Linux users are currently in a situation where we gain more 
by adapting to the various flaws in non-standard e-mail clients, rather than 
try to get them to adhere to the standard, using our relatively tiny market 
share.
- We do this with hardware drivers in the kernel - adapt to the various quirks 
that are there mostly because of non-standard ways in which Microsoft Windows 
handles the hardware. Why not do this as well with e-mail, which are quite a 
big part of any modern operating system?
+ We do this with hardware drivers in the kernel - adapt to the various quirks 
that are there mostly because of non-standard ways in which Microsoft Windows 
handles the hardware. Why not do this as well with e-mail, which is quite a big 
part of any modern operating system?
  
  Example:
  
  I receive an e-mail with the following content:
  
- Subject: =?iso-8859-1?Q?din_bestilling_-_ordre_nr_123456?=
- Sender: =?iso-8859-1?q?some...@somewhere=2edk?= some...@somewhere.dk
- From: =?iso-8859-1?q?some...@somewhere=2edk?= some...@somewhere.dk
- Date: Mon, 21 Jun 2010 00:47:48 +0200
- To: =?iso-8859-1?q?mymailaddr...@mail=2ecom?= mymailaddr...@mail.com
- X-Priority: 3
- X-MSMail-Priority: Normal
- MIME-Version: 1.0
- X-Mailer: JMail 4.4 by Dimac
- Content-Type: text/html
+ Subject: =?iso-8859-1?Q?din_bestilling_-_ordre_nr_123456?=
+ Sender: =?iso-8859-1?q?some...@somewhere=2edk?= some...@somewhere.dk
+ From: =?iso-8859-1?q?some...@somewhere=2edk?= some...@somewhere.dk
+ Date: Mon, 21 Jun 2010 00:47:48 +0200
+ To: =?iso-8859-1?q?mymailaddr...@mail=2ecom?= mymailaddr...@mail.com
+ X-Priority: 3
+ X-MSMail-Priority: Normal
+ MIME-Version: 1.0
+ X-Mailer: JMail 4.4 by Dimac
+ Content-Type: text/html
  
- Content-Transfer-Encoding: 8bit
+ Content-Transfer-Encoding: 8bit
  
  The Content-Type-header does not correctly state that the character
  encoding used is ISO-8859-1, but the subject line uses an Encoded-Word
  to specify this information (and Evolution correctly displays the
  subject line).
  
  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: evolution 2.28.3-0ubuntu10
  ProcVersionSignature: Ubuntu 2.6.32-22.36-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-22-generic i686
  Architecture: i386
  Date: Mon Jun 21 13:19:05 2010
  InstallationMedia: Ubuntu 10.04 Lucid Lynx - Alpha i386 (20100405)
  ProcEnviron:
-  PATH=(custom, no user)
-  LANG=en_DK.utf8
-  SHELL=/bin/bash
+  PATH=(custom, no user)
+  LANG=en_DK.utf8
+  SHELL=/bin/bash
  SourcePackage: evolution

-- 
Evolution does not use the character encoding that is hinted at in the subject 
line
https://bugs.launchpad.net/bugs/596849
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 231254] Re: Vinagre says Connection to host was closed with working server

2010-05-09 Thread Rune Svendsen
Hi Blue
I think my mistake was that I used the syntax host:port (eg. 
host.site.com:5901), instead of the correct syntax host::port (eg. 
host.site.com::5901).
Are you using two colons to precede the port number, or just one?

-- 
Vinagre says Connection to host was closed with working server
https://bugs.launchpad.net/bugs/231254
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 530216] Re: KMS does not allow the user to pre-select a resolution

2010-04-24 Thread Rune Svendsen
I'll just add what I've learned for now.
The kernel video-parameter seems to work for me if I leave out the output from 
the line (this is also the experience of at least one other guy I read about on 
the #radeonhd IRC channel).
So adding the following line to grub's default kernel parameters 
(GRUB_CMDLINE_LINUX_DEFAULT in /etc/default/grub), makes my virtual terminals 
display at the specified resolution:
video=1600x1...@85
(the refresh rate (@85) was optional for me).
Neither the output names listed by xrandr or in /sys/class/drm worked.

-- 
KMS does not allow the user to pre-select a resolution
https://bugs.launchpad.net/bugs/530216
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 544859] Re: Nautilus hangs on opening Trash

2010-04-21 Thread Rune Svendsen
Could this be a duplicate of Bug #553082?
Please try emptying your trash, then open it up to see if it still hangs. If it 
doesn't hang, try deleting some random files and test if it still hangs.
If it still doesn't hang, then try creating a new folder and setting the folder 
to use an emblem (right click folder - Properties - Emblems - Draft (for 
example)), then delete this folder.
Now open the trash again, if it hangs this time it's a duplicate of Bug #553082.

-- 
Nautilus hangs on opening Trash
https://bugs.launchpad.net/bugs/544859
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 543035] Re: no sound in flash in several browsers on kubuntu 10.04

2010-04-16 Thread Rune Svendsen
I had the same problem.
I tried removing flashplugin-installer and installing gnash and 
mozilla-plugin-gnash instead, which didn't work.
But then I removed gnash, and installed flashplugin-installer again, and now 
it's working :).

-- 
no sound in flash in several browsers on kubuntu 10.04
https://bugs.launchpad.net/bugs/543035
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 543035] Re: no sound in flash in several browsers on kubuntu 10.04

2010-04-16 Thread Rune Svendsen
So I suggest people try executing the following command, which
reinstalls the package flashplugin-installer:

sudo apt-get --reinstall install flashplugin-installer

-- 
no sound in flash in several browsers on kubuntu 10.04
https://bugs.launchpad.net/bugs/543035
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 554079] Re: Lucid boot failed to complete after fsck

2010-04-11 Thread Rune Svendsen
I have made the following observations:

Although I am unable to cancel the disk checks by pressing 'C', when the 
plymouth-animation (red white dots) is running, fsck is running in the 
background doing the disk checks
The progress indicator percentage seems to increase while the disk check is 
running. When the disk check finishes, the progress indicator does not increase 
any more, gets stuck at some percentage value and the plymouth-animation stops 
and shows all dots as red
When the disk check is in progress, I am able to get to a VT by pressing 
Ctrl+Alt+F1. This yields a VT with a blinking cursor
When the disk check finishes (plymouth-animation stops) I am unable to get to a 
VT by pressing Ctrl+Alt+F1
Ctrl+Alt+Delete works regardless of whether the disk check is running or has 
finished

I have a system with a 1TB hard drive, which takes fsck about 30 minutes to 
check. When it is time for the disk to be checked, I am greeted with the Your 
disk needs to be checked-message at boot up. Pressing 'C' to cancel the check 
does nothing, and if I restart my computer (before the disk check has had a 
chance to finish) I am greeted with the same message and the same inability to 
cancel the check.
However; if I don't reboot my machine I can hear that the disk is being 
accessed, and the HDD-activity-LED on my computer case is turned on. If I wait 
the ~30 minutes that it takes for the disk check to finish, I can hear that the 
disk stops being accessed, and the HDD-LED turns off. When this happens, the 
progress indicator gets stuck at some percentage value, the plymouth-animation 
stops, and I cannot get to a terminal by pressing Ctrl+Alt+F1. Ctrl+Alt+Delete 
functions however, and when I restart my computer after waiting for - what 
seems to be - the disk check ending, I am not met by the Your disk needs to be 
checked-message and the computer boots normally.

So it seems that fsck indeed is running in the background, but pressing
'C' does not cancel the disk check, and when the disk check finishes the
boot isn't resumed and plymouth animation stops.

The same behaviour is observed when I issue the command sudo touch
/forcefsck, but when the disk check (presumably) finishes (the plymouth
animation stops), the file 'forcefsck' isn't removed and the disk check
is started again on the next boot. If I boot up from an USB stick and
remove the 'forcefsck'-file manually, the system boots up normally.

So the bug seems to be two-fold:

1. The disk check(s) cannot be cancelled by pressing 'C'
2. The system does not continue to boot after the disk check(s) finish

-- 
Lucid boot failed to complete after fsck
https://bugs.launchpad.net/bugs/554079
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 561029] Re: check disk forced, but fails

2010-04-11 Thread Rune Svendsen
*** This bug is a duplicate of bug 554079 ***
https://bugs.launchpad.net/bugs/554079

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 554079, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Please continue to report any other bugs you may find.

** This bug has been marked a duplicate of bug 554079
   Lucid boot failed to complete after fsck

-- 
check disk forced, but fails
https://bugs.launchpad.net/bugs/561029
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 530216] Re: KMS does not allow the user to pre-select a resolution

2010-04-09 Thread Rune Svendsen
Hi Andy,
Where did you find the above information?
I'm trying to get it working on my computer, so it'd be nice if there was a 
place that explained it a bit more in detail.

-- 
KMS does not allow the user to pre-select a resolution
https://bugs.launchpad.net/bugs/530216
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 304840] Re: Cannot reconnect after internet connection has been lost and regained

2010-04-09 Thread Rune Svendsen
This is no longer an issue for me in Lucid.

** Changed in: telepathy-butterfly (Ubuntu)
   Status: Invalid = Fix Released

-- 
Cannot reconnect after internet connection has been lost and regained
https://bugs.launchpad.net/bugs/304840
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 559183] [NEW] Windows flicker with a thick white border when resized

2010-04-09 Thread Rune Svendsen
Public bug reported:

Binary package hint: compiz

This happens when, in ccsm, under Window Management in Resize Window
the Default Resize Mode (under the General tab) is set to Normal.

I am using the open source radeon driver:

r...@runescomp:~$ apt-cache policy xserver-xorg-video-radeon
xserver-xorg-video-radeon:
  Installed: 1:6.12.192-2ubuntu2
  Candidate: 1:6.12.192-2ubuntu2
  Version table:
 *** 1:6.12.192-2ubuntu2 0
500 http://dk.archive.ubuntu.com/ubuntu/ lucid/main Packages
100 /var/lib/dpkg/status

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: compiz-core 1:0.8.4-0ubuntu13
ProcVersionSignature: Ubuntu 2.6.32-19.28-generic 2.6.32.10+drm33.1
Uname: Linux 2.6.32-19-generic i686
Architecture: i386
CompizPlugins: 
[core,ccp,move,resize,place,decoration,dbus,regex,mousepoll,svg,workarounds,text,png,commands,gnomecompat,imgjpeg,video,session,resizeinfo,ezoom,switcher,staticswitcher,obs,snap,scale,animation,scaleaddon]
Date: Fri Apr  9 14:06:34 2010
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Alpha i386 (20100405)
MachineType: . .
PciDisplay: 01:00.0 VGA compatible controller [0300]: ATI Technologies Inc 
Radeon HD 3870 [1002:9501]
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-19-generic 
root=UUID=d180c8f7-b859-45e1-bcd0-b32c351d5f5b ro quiet splash 
video=card0-DVI-I-1:1600x1200...@85
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_DK.utf8
 SHELL=/bin/bash
RelatedPackageVersions:
 xserver-xorg 1:7.5+5ubuntu1
 libgl1-mesa-glx 7.7-4ubuntu1
 libdrm2 2.4.18-1ubuntu2
 xserver-xorg-video-intel 2:2.9.1-3ubuntu1
 xserver-xorg-video-ati 1:6.12.192-2ubuntu2
SourcePackage: compiz
dmi.bios.date: 05/26/2008
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: 6.00 PG
dmi.board.name: IP35 Pro XE(Intel P35-ICH9R)
dmi.board.vendor: http://www.abit.com.tw/
dmi.board.version: 1.0
dmi.chassis.type: 3
dmi.chassis.vendor: System Enclosure Manufacter
dmi.chassis.version: OEM
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd05/26/2008:svn.:pn.:pvrSystemVersion:rvnhttp//www.abit.com.tw/:rnIP35ProXE(IntelP35-ICH9R):rvr1.0:cvnSystemEnclosureManufacter:ct3:cvrOEM:
dmi.product.name: .
dmi.product.version: System Version
dmi.sys.vendor: .
system: distro = Ubuntu, architecture = i686, kernel = 2.6.32-19-generic

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


** Tags: apport-bug i386 lucid

-- 
Windows flicker with a thick white border when resized
https://bugs.launchpad.net/bugs/559183
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 559183] Re: Windows flicker with a thick white border when resized

2010-04-09 Thread Rune Svendsen

** Attachment added: Video which shows the described effect
   
http://launchpadlibrarian.net/43542152/compiz-resize-window-border-flicker.ogv

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/43539826/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/43539827/CurrentDmesg.txt

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

** Attachment added: GconfCompiz.txt
   http://launchpadlibrarian.net/43539829/GconfCompiz.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/43539830/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/43539831/Lsusb.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/43539832/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/43539833/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/43539834/ProcModules.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/43539835/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/43539836/UdevLog.txt

** Attachment added: XorgConf.txt
   http://launchpadlibrarian.net/43539838/XorgConf.txt

** Attachment added: XorgLog.txt
   http://launchpadlibrarian.net/43539839/XorgLog.txt

** Attachment added: XorgLogOld.txt
   http://launchpadlibrarian.net/43539840/XorgLogOld.txt

** Attachment added: Xrandr.txt
   http://launchpadlibrarian.net/43539841/Xrandr.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/43539842/XsessionErrors.txt

** Attachment added: glxinfo.txt
   http://launchpadlibrarian.net/43539843/glxinfo.txt

** Attachment added: monitors.xml.txt
   http://launchpadlibrarian.net/43539844/monitors.xml.txt

-- 
Windows flicker with a thick white border when resized
https://bugs.launchpad.net/bugs/559183
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 554106] Re: Gnome Appearance Properties dialog hangs when changing desktop effects

2010-04-09 Thread Rune Svendsen
I'm affected by this as well. Using the open source radeon driver.

Is there a way to enable visual effects without using gnome-appearance-
properties, that can be used as a workaround for this bug?

-- 
Gnome Appearance Properties dialog hangs when changing desktop effects
https://bugs.launchpad.net/bugs/554106
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 554106] Re: Gnome Appearance Properties dialog hangs when changing desktop effects

2010-04-09 Thread Rune Svendsen
I had to reinstall Lucid because of this (I'm pretty sure).
I initially turned off the desktop effects to test a bug in compiz. Metacity 
was enabled, but the appearance dialog hung when I pressed the button to keep 
the settings. After trying to switch back to using desktop effects (compiz), 
the hanging still happens, but the settings aren't saved it seems. So 
apparantly it's possible to disable the desktop effects, even though the dialog 
hangs when pressing Keep Settings, but it isn't possible to enable the 
desktop effects again.
This seemed to work OK in the beginning with metacity, without me being able to 
switch back to using compiz. But then all of the sudden, after a reboot, the 
window borders disappeared and gnome-panel as well.
I had noticed that before this happening, alongside metacity, compiz-decorator 
was running. But after this reboot, when the window border and gnome-panel were 
gone, compiz-decorator wasn't running in the background any longer.

-- 
Gnome Appearance Properties dialog hangs when changing desktop effects
https://bugs.launchpad.net/bugs/554106
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 527139] Re: IcedTea does not work with Piraeus Online Banking (Ukraine)

2010-04-09 Thread Rune Svendsen
I'm getting this as well on the following online banking site:

https://www.netbank.nordea.dk/netbank/index.jsp

I'm attaching the output Firefox writes to the terminal.

** Attachment added: Output written to the terminal by firefox when visiting 
online banking site
   http://launchpadlibrarian.net/43586228/firefox-terminal-output.log

-- 
IcedTea does not work with Piraeus Online Banking (Ukraine)
https://bugs.launchpad.net/bugs/527139
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 483113] Re: Super user key shortcut does not work (=get captured) when you try to use it in System -- Preferences -- Keyboard Shortcuts

2010-04-07 Thread Rune Svendsen
I think I might be experiencing this problem as well, though only my
left super key has stopped working.

s3a, could you please try running the following command in a terminal:

xev

pressing your super keys, and watch if the program writes something to
the terminal, and attach the output?

Also, could you post the output of the following command:

xprop -root

-- 
Super user key shortcut does not work (=get captured) when you try to use it in 
System -- Preferences -- Keyboard Shortcuts
https://bugs.launchpad.net/bugs/483113
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 439619] Re: [karmic] 100% volume corresponds to +128 dB gain (distorted sound)

2010-04-07 Thread Rune Svendsen
I just tried with the newest kernel available:

r...@runescomp:~$ uname -a
Linux runescomp 2.6.34-020634rc3-generic #020634rc3 SMP Tue Apr 6 18:29:59 UTC 
2010 i686 GNU/Linux
r...@runescomp:~$ amixer -c 1 sset Master 100%
Simple mixer control 'Master',0
  Capabilities: pvolume pswitch penum
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 100
  Mono:
  Front Left: Playback 100 [100%] [0.00dB] [on]
  Front Right: Playback 100 [100%] [0.00dB] [on]

it's been fixed :D

** Tags added: lucid

** Changed in: alsa-driver (Ubuntu)
   Status: Incomplete = Fix Committed

-- 
[karmic] 100% volume corresponds to +128 dB gain (distorted sound)
https://bugs.launchpad.net/bugs/439619
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 425196] Re: no sound after resuming from hibernate

2010-04-07 Thread Rune Svendsen
I installed Lucid (32-bit), and this bug is still present running the
current kernel:

Linux runescomp 2.6.32-19-generic #28-Ubuntu SMP Wed Mar 31 17:46:20 UTC
2010 i686 GNU/Linux

but now the sudo alsa force-reload-command doesn't fix the issue, only
a reboot works to get the sounds back.

I am unable to check if the newest upstream kernel works
(2.6.34-020634rc3-generic), because it hangs when I try to hibernate.

-- 
no sound after resuming from hibernate
https://bugs.launchpad.net/bugs/425196
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 425196] Re: no sound after resuming from hibernate

2010-04-05 Thread Rune Svendsen
Also, I'm thinking of converting to 64-bit instead of 32-bit as I'm running now.
Will debug information from a 64-bit system be relevant to this bug report?

-- 
no sound after resuming from hibernate
https://bugs.launchpad.net/bugs/425196
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 439619] Re: [karmic] 100% volume corresponds to +128 dB gain (distorted sound)

2010-04-05 Thread Rune Svendsen
apport information

** Tags added: apport-collected

** Description changed:

  Setting the volume to 100% on the Master channel of my Terratec Aureon
  7.1 Space (ICE1724) equals a gain of +128 dB which makes the sound
  distorted:
  
  r...@runescomp:~$ amixer -c 1 sset Master 100%
  Simple mixer control 'Master',0
Capabilities: pvolume pswitch
Playback channels: Front Left - Front Right
Limits: Playback 0 - 255
Mono:
Front Left: Playback 255 [100%] [128.00dB] [on]
Front Right: Playback 255 [100%] [128.00dB] [on]
  
  0 dB gain is around 50% (but not quite):
  
  r...@runescomp:~$ amixer -c 1 sset Master 50%
  Simple mixer control 'Master',0
Capabilities: pvolume pswitch
Playback channels: Front Left - Front Right
Limits: Playback 0 - 255
Mono:
Front Left: Playback 128 [50%] [1.00dB] [on]
Front Right: Playback 128 [50%] [1.00dB] [on]
  r...@runescomp:~$ amixer -c 1 sset Master 0dB
  Simple mixer control 'Master',0
Capabilities: pvolume pswitch
Playback channels: Front Left - Front Right
Limits: Playback 0 - 255
Mono:
Front Left: Playback 127 [50%] [0.00dB] [on]
Front Right: Playback 127 [50%] [0.00dB] [on]
  
  r...@runescomp:~$ lsb_release -rd
  Description:  Ubuntu karmic (development branch)
  Release:  9.10
  
  r...@runescomp:~$ apt-cache policy alsa-base
  alsa-base:
Installed: 1.0.20+dfsg-1ubuntu4
Candidate: 1.0.20+dfsg-1ubuntu4
Version table:
   *** 1.0.20+dfsg-1ubuntu4 0
  500 http://archive.ubuntu.com karmic/main Packages
  100 /var/lib/dpkg/status
  
  ProblemType: Bug
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  rune   2436 F pulseaudio
   /dev/snd/controlC1:  rune   2436 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xfdff8000 irq 22'
 Mixer name : 'Realtek ALC888'
 Components : 'HDA:10ec0888,147b,0011'
 Controls  : 40
 Simple ctrls  : 22
  Card1.Amixer.info:
   Card hw:1 'T71Space'/'Terratec Aureon 7.1-Space at 0xbf00, irq 22'
 Mixer name : 'ICE1724 - multitrack'
 Components : ''
 Controls  : 56
 Simple ctrls  : 33
  Card2.Amixer.info:
   Card hw:2 'HDMI'/'HDA ATI HDMI at 0xfdcfc000 irq 17'
 Mixer name : 'ATI R6xx HDMI'
 Components : 'HDA:1002aa01,00aa0100,0010'
 Controls  : 4
 Simple ctrls  : 1
  Card2.Amixer.values:
   Simple mixer control 'IEC958',0
 Capabilities: pswitch pswitch-joined
 Playback channels: Mono
 Mono: Playback [off]
  Date: Wed Sep 30 22:12:52 2009
  DistroRelease: Ubuntu 9.10
  NonfreeKernelModules: kvm_intel kvm fglrx
  Package: alsa-base 1.0.20+dfsg-1ubuntu4
  PackageArchitecture: all
  ProcEnviron:
   LANG=en_DK.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-11.36-generic
  SourcePackage: alsa-driver
  Uname: Linux 2.6.31-11-generic i686
  UserAsoundrc:
   # ALSA library configuration file
   
   # Include settings that are under the control of asoundconf(1).
   # (To disable these settings, comment out this line.)
   /home/rune/.asoundrc.asoundconf
+ --- 
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
+ Architecture: i386
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  ubuntu 4549 F pulseaudio
+  /dev/snd/pcmC0D0c:   ubuntu 4549 F...m pulseaudio
+  /dev/snd/controlC1:  ubuntu 4549 F pulseaudio
+ Card0.Amixer.info:
+  Card hw:0 'Intel'/'HDA Intel at 0xfdff8000 irq 22'
+Mixer name : 'Realtek ALC888'
+Components : 'HDA:10ec0888,147b,0011'
+Controls  : 40
+Simple ctrls  : 22
+ Card1.Amixer.info:
+  Card hw:1 'T71Space'/'Terratec Aureon 7.1-Space at 0xbf00, irq 22'
+Mixer name : 'ICE1724 - multitrack'
+Components : ''
+Controls  : 56
+Simple ctrls  : 32
+ Card2.Amixer.info:
+  Card hw:2 'HDMI'/'HDA ATI HDMI at 0xfdcfc000 irq 17'
+Mixer name : 'ATI R6xx HDMI'
+Components : 'HDA:1002aa01,00aa0100,0010'
+Controls  : 4
+Simple ctrls  : 1
+ Card2.Amixer.values:
+  Simple mixer control 'IEC958',0
+Capabilities: pswitch pswitch-joined penum
+Playback channels: Mono
+Mono: Playback [off]
+ DistroRelease: Ubuntu 10.04
+ LiveMediaBuild: Ubuntu 10.04 Lucid Lynx - Beta i386 (20100318)
+ Package: alsa-driver (not installed)
+ ProcEnviron:
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 2.6.32-16.25-generic
+ Tags: lucid
+ Uname: Linux 2.6.32-16-generic i686
+ UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/43158855/AlsaDevices.txt

-- 
[karmic] 100% volume corresponds to +128 dB gain (distorted sound)
https://bugs.launchpad.net/bugs/439619
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

[Bug 439619] AplayDevices.txt

2010-04-05 Thread Rune Svendsen
apport information

** Attachment added: AplayDevices.txt
   http://launchpadlibrarian.net/43158856/AplayDevices.txt

-- 
[karmic] 100% volume corresponds to +128 dB gain (distorted sound)
https://bugs.launchpad.net/bugs/439619
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 439619] ArecordDevices.txt

2010-04-05 Thread Rune Svendsen
apport information

** Attachment added: ArecordDevices.txt
   http://launchpadlibrarian.net/43158857/ArecordDevices.txt

-- 
[karmic] 100% volume corresponds to +128 dB gain (distorted sound)
https://bugs.launchpad.net/bugs/439619
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 439619] BootDmesg.txt

2010-04-05 Thread Rune Svendsen
apport information

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/43158861/BootDmesg.txt

-- 
[karmic] 100% volume corresponds to +128 dB gain (distorted sound)
https://bugs.launchpad.net/bugs/439619
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 439619] Card0.Amixer.values.txt

2010-04-05 Thread Rune Svendsen
apport information

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/43158862/Card0.Amixer.values.txt

-- 
[karmic] 100% volume corresponds to +128 dB gain (distorted sound)
https://bugs.launchpad.net/bugs/439619
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 439619] Card0.Codecs.codec.0.txt

2010-04-05 Thread Rune Svendsen
apport information

** Attachment added: Card0.Codecs.codec.0.txt
   http://launchpadlibrarian.net/43158863/Card0.Codecs.codec.0.txt

-- 
[karmic] 100% volume corresponds to +128 dB gain (distorted sound)
https://bugs.launchpad.net/bugs/439619
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 439619] Card1.Amixer.values.txt

2010-04-05 Thread Rune Svendsen
apport information

** Attachment added: Card1.Amixer.values.txt
   http://launchpadlibrarian.net/43158864/Card1.Amixer.values.txt

-- 
[karmic] 100% volume corresponds to +128 dB gain (distorted sound)
https://bugs.launchpad.net/bugs/439619
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 439619] Card2.Codecs.codec.0.txt

2010-04-05 Thread Rune Svendsen
apport information

** Attachment added: Card2.Codecs.codec.0.txt
   http://launchpadlibrarian.net/43158867/Card2.Codecs.codec.0.txt

-- 
[karmic] 100% volume corresponds to +128 dB gain (distorted sound)
https://bugs.launchpad.net/bugs/439619
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 439619] CurrentDmesg.txt

2010-04-05 Thread Rune Svendsen
apport information

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/43158869/CurrentDmesg.txt

-- 
[karmic] 100% volume corresponds to +128 dB gain (distorted sound)
https://bugs.launchpad.net/bugs/439619
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 439619] PciMultimedia.txt

2010-04-05 Thread Rune Svendsen
apport information

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/43158870/PciMultimedia.txt

-- 
[karmic] 100% volume corresponds to +128 dB gain (distorted sound)
https://bugs.launchpad.net/bugs/439619
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 439619] ProcCpuinfo.txt

2010-04-05 Thread Rune Svendsen
apport information

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/43158871/ProcCpuinfo.txt

-- 
[karmic] 100% volume corresponds to +128 dB gain (distorted sound)
https://bugs.launchpad.net/bugs/439619
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 439619] Re: [karmic] 100% volume corresponds to +128 dB gain (distorted sound)

2010-04-05 Thread Rune Svendsen
This is still an issue with a live version of Lucid Beta 1 running from an USB 
drive.
Also, the command you mention gives an error:

ubu...@ubuntu:~$ apport-collect -p alsa-base 439619
Usage: apport-gtk report number

apport-gtk: error: no such option: -p


So I just ran it without the -p option.
I haven't tried installing an upstream kernel yet as I haven't gotten around to 
actually installing the development release of Lucid on my system. But I 
(probably) will at some point. Especially if you say it is necessary to solve 
this bug (ie. that the information I just added isn't sufficient to solve this 
bug).

-- 
[karmic] 100% volume corresponds to +128 dB gain (distorted sound)
https://bugs.launchpad.net/bugs/439619
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 549879] Re: Installer crash (Lucid beta 1 DVD installer)

2010-04-05 Thread Rune Svendsen
I ran into this bug as well, running Ubuntu Lucid Beta 1 from an USB stick.
After the crash I restarted my computer, and I got to a GRUB prompt saying a 
file was missing.
I then reinstalled the Lucid Beta 1 Live CD image onto my USB stick, this time 
reserving 4 GB of extra space on it, to enable me to update the entire system 
before trying to install again. So I booted from the USB stick again, updated 
the system via Update Manager, then I ran the installation program again (and 
chose to update this as well), and everything went fine from here, no crash.

-- 
Installer crash (Lucid beta 1 DVD installer)
https://bugs.launchpad.net/bugs/549879
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 425196] Re: no sound after resuming from hibernate

2010-03-21 Thread Rune Svendsen
Hi Brad,
This is still an issue with the current kernel in Karmic, yes.
I presume I won't be able to test this from a Live CD, since it requires me to 
hibernate the system and start it up again.
If this is the case, will installing the latest upstream kernel, and executing 
the command you mention, be sufficient to collect the necessary additional 
information and add it to this bug report? Or is it necessary to install the 
development release of Lucid, alongside Karmic which I am running now?

-- 
no sound after resuming from hibernate
https://bugs.launchpad.net/bugs/425196
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 465030] Re: Bandwith limit preference doesn't appear to be saved

2010-01-10 Thread Rune Svendsen
With the proposed fix, the saved values are now shown when I open the 
Preferences-dialog.
However, the actual bandwidth limiting doesn't seem to work. With the limit set 
at 64 KB/s, it still uploads at around 100 KB/s on my computer. Although, if I 
set the limit to 0, the download stops and the client program disconnects. I 
guess that means it works when limiting the bandwidth to 0 KB/s :).

-- 
Bandwith limit preference doesn't appear to be saved
https://bugs.launchpad.net/bugs/465030
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 482228] Re: mount at startup problem jaunty upgrade - karmic

2009-11-14 Thread Rune Svendsen
*** This bug is a duplicate of bug 439604 ***
https://bugs.launchpad.net/bugs/439604

On Sat, 2009-11-14 at 02:14 +, Narchya wrote:
 While I was logged in I did get a warning that my hard drive has many
 bad sectors. Could that influence the matter?

If I were you I would back up any data you would like to keep on that
hard drive as soon as possible. You could try getting the SMART-info of
the HDD, to get an idea of how long it has to live. You can do so by
installing the package 'smartmontools' and running the following
command:

sudo smartctl --health device-name

Where device-name refers to the device name of the HDD in question
(/dev/sda or /dev/sdb, for example).

I once, by pure coincidence, did a SMART health status check on a HDD
and was told it would probably stop functioning within 24 hours. So I
backed up all the data on it, and sure enough, when I tried accessing it
the day after it was completely dead.
I just thought you would appreciate knowing this if you have any
valuable data on that hard drive :).

-- 
mount at startup problem jaunty upgrade - karmic
https://bugs.launchpad.net/bugs/482228
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 439604] Re: boot process isn't paused while fsck runs on partition: boot process is completed with fsck running in the background preventing partition from mounting

2009-10-11 Thread Rune Svendsen
I agree with the other commenters that this _is_ a nice feature to have,
but the introduction of it seems to introduce a few problems that need
to be fixed in order not to adversely affect the user experience. I will
try to sum up my thoughts on this below.

1. Notification.
First and foremost, the user needs to be notified that a file system
check is in progress. This should happen (in order of importance):
a) when the user tries to use (mount) the file system (via the
Places-menu or in Nautilus). As of now, the message that the
user receives is mount: only root can mount dev on
folder (I've attached a screenshot). This leaves the user
wondering what is going on, unless he tries to mount the file
system via the command line (which _still_, unless the user uses
the fuser command, leaves the user not knowing that fsck is
what is keeping the file system busy).

b) (in addition to the above) when the user logs in, via
notify-osd. A notification could appear saying: dev is being
checked and is not mountable until this has finished. Then, when
the file system check finishes, a notification could appear
saying: the file system check of dev has finished and it is
now accessible.

2. Choice.
The (non-advanced) user should be able to cancel the file system check.
This is currently only possible by killing the fsck-process (which, IMO,
will only be done by relatively advanced Linux users).
This, of course, requires the user to know that fsck is what is
preventing him from mounting the file system in the first place (and
probably some command line knowledge as well).


** Attachment added: mount-error.png
   http://launchpadlibrarian.net/33451328/mount-error.png

-- 
boot process isn't paused while fsck runs on partition: boot process is 
completed with fsck running in the background preventing partition from mounting
https://bugs.launchpad.net/bugs/439604
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 12765] Re: Use full resolution thumbnails on desktop

2009-10-11 Thread Rune Svendsen
** Changed in: nautilus (Ubuntu)
   Status: Fix Released = Confirmed

-- 
Use full resolution thumbnails on desktop
https://bugs.launchpad.net/bugs/12765
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 12765] Re: Use full resolution thumbnails on desktop

2009-10-11 Thread Rune Svendsen
I'm marking this bug as confirmed because, as Giovanni says, this has
not been fixed for thumbnails for, for example, videos (and PDFs as he
states). I just tested this, and thumbnails for videos are 128 pixels
wide (the height depending on the aspect ratio of the video content),
regardless of the zoom level of the folder for which thumbnails are
created. This causes thumbnails to be blurry when a zoom level is used,
that causes the icons to be larger than 128 pixels in width.

Proposed change: Follow the thumbnail specification: 
http://jens.triq.net/thumbnail-spec/directory.html
It states that thumbnails of the size 256x256 pixels should be stored in the 
folder ~/.thumbnails/large/. The large-folder already exists in 
~/.thumbnails/, but it doesn't contain any images.
The large thumbnails should be created when the user uses a zoom level in 
nautilus' icon view, that causes the icons to be displayed at a resolution 
larger than 128x128 pixels.

-- 
Use full resolution thumbnails on desktop
https://bugs.launchpad.net/bugs/12765
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 439604] Re: boot process isn't paused while fsck runs on partition: boot process is completed with fsck running in the background preventing partition from mounting

2009-10-01 Thread Rune Svendsen
** Summary changed:

- fsck automatically runs silently in the background after booting up
+ boot process isn't paused while fsck runs on partition: boot process is 
completed with fsck running in the background preventing partition from mounting

-- 
boot process isn't paused while fsck runs on partition: boot process is 
completed with fsck running in the background preventing partition from mounting
https://bugs.launchpad.net/bugs/439604
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 439604] Re: fsck automatically runs silently in the background after booting up

2009-09-30 Thread Rune Svendsen

** Attachment added: Content of '/boot/grub/grub.cfg'
   http://launchpadlibrarian.net/32758155/grub.cfg

-- 
fsck automatically runs silently in the background after booting up
https://bugs.launchpad.net/bugs/439604
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 439604] [NEW] fsck automatically runs silently in the background after booting up

2009-09-30 Thread Rune Svendsen
Public bug reported:

Binary package hint: usplash

I had a problem mounting my /dev/sdb1 partition the last couple of times
after booting up Ubuntu. I got the following error when trying to mount
the partition:

mount: /dev/sdb1 already mounted or /media/data busy

so I tried issuing the following command and I could see that fsck was
running in the background, without having notified me, checking
/dev/sdb1, and not while showing the splash screen and a progress bar
like it usually does:

r...@runescomp:~$ sudo fuser -m /dev/sdb1
/dev/sdb1: 804
r...@runescomp:~$ ps aux | grep 804
root   804  5.0  3.4  72528 71164 ?D21:29   0:50 fsck.ext3 -a 
/dev/sdb1

r...@runescomp:~/Desktop$ lsb_release -rd
Description:Ubuntu karmic (development branch)
Release:9.10

r...@runescomp:~/Desktop$ apt-cache policy usplash
usplash:
  Installed: 0.5.39
  Candidate: 0.5.39
  Version table:
 *** 0.5.39 0
500 http://archive.ubuntu.com karmic/main Packages
100 /var/lib/dpkg/status

ProblemType: Bug
Architecture: i386
Date: Wed Sep 30 21:54:05 2009
DistroRelease: Ubuntu 9.10
MachineType: . .
NonfreeKernelModules: kvm_intel kvm fglrx
Package: usplash 0.5.39
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-11-generic 
root=UUID=55bcb986-d698-4aea-a3bb-c581262ea713 ro quiet splash elevator=deadline
ProcEnviron:
 LANG=en_DK.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-11.36-generic
SourcePackage: usplash
Uname: Linux 2.6.31-11-generic i686
UsplashConf:
 # Usplash configuration file
 # These parameters will only apply after running update-initramfs.
 
 xres=1920
 yres=1440
dmi.bios.date: 05/26/2008
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: 6.00 PG
dmi.board.name: IP35 Pro XE(Intel P35-ICH9R)
dmi.board.vendor: http://www.abit.com.tw/
dmi.board.version: 1.0
dmi.chassis.type: 3
dmi.chassis.vendor: System Enclosure Manufacter
dmi.chassis.version: OEM
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd05/26/2008:svn.:pn.:pvrSystemVersion:rvnhttp//www.abit.com.tw/:rnIP35ProXE(IntelP35-ICH9R):rvr1.0:cvnSystemEnclosureManufacter:ct3:cvrOEM:
dmi.product.name: .
dmi.product.version: System Version
dmi.sys.vendor: .

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


** Tags: apport-bug i386 karmic

-- 
fsck automatically runs silently in the background after booting up
https://bugs.launchpad.net/bugs/439604
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 439604] Re: fsck automatically runs silently in the background after booting up

2009-09-30 Thread Rune Svendsen

** Attachment added: Output of 'sudo lspci -vnvn'
   http://launchpadlibrarian.net/32758127/lspci-vnvn.log

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/32758128/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/32758129/CurrentDmesg.txt

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

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/32758131/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/32758132/Lsusb.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/32758133/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/32758134/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/32758135/ProcModules.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/32758136/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/32758137/UdevLog.txt

-- 
fsck automatically runs silently in the background after booting up
https://bugs.launchpad.net/bugs/439604
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 439619] [NEW] [karmic] 100% volume corresponds to +128 dB gain (distorted sound)

2009-09-30 Thread Rune Svendsen
Public bug reported:

Setting the volume to 100% on the Master channel of my Terratec Aureon
7.1 Space (ICE1724) equals a gain of +128 dB which makes the sound
distorted:

r...@runescomp:~$ amixer -c 1 sset Master 100%
Simple mixer control 'Master',0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 255
  Mono:
  Front Left: Playback 255 [100%] [128.00dB] [on]
  Front Right: Playback 255 [100%] [128.00dB] [on]

0 dB gain is around 50% (but not quite):

r...@runescomp:~$ amixer -c 1 sset Master 50%
Simple mixer control 'Master',0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 255
  Mono:
  Front Left: Playback 128 [50%] [1.00dB] [on]
  Front Right: Playback 128 [50%] [1.00dB] [on]
r...@runescomp:~$ amixer -c 1 sset Master 0dB
Simple mixer control 'Master',0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 255
  Mono:
  Front Left: Playback 127 [50%] [0.00dB] [on]
  Front Right: Playback 127 [50%] [0.00dB] [on]

r...@runescomp:~$ lsb_release -rd
Description:Ubuntu karmic (development branch)
Release:9.10

r...@runescomp:~$ apt-cache policy alsa-base
alsa-base:
  Installed: 1.0.20+dfsg-1ubuntu4
  Candidate: 1.0.20+dfsg-1ubuntu4
  Version table:
 *** 1.0.20+dfsg-1ubuntu4 0
500 http://archive.ubuntu.com karmic/main Packages
100 /var/lib/dpkg/status

ProblemType: Bug
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  rune   2436 F pulseaudio
 /dev/snd/controlC1:  rune   2436 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xfdff8000 irq 22'
   Mixer name   : 'Realtek ALC888'
   Components   : 'HDA:10ec0888,147b,0011'
   Controls  : 40
   Simple ctrls  : 22
Card1.Amixer.info:
 Card hw:1 'T71Space'/'Terratec Aureon 7.1-Space at 0xbf00, irq 22'
   Mixer name   : 'ICE1724 - multitrack'
   Components   : ''
   Controls  : 56
   Simple ctrls  : 33
Card2.Amixer.info:
 Card hw:2 'HDMI'/'HDA ATI HDMI at 0xfdcfc000 irq 17'
   Mixer name   : 'ATI R6xx HDMI'
   Components   : 'HDA:1002aa01,00aa0100,0010'
   Controls  : 4
   Simple ctrls  : 1
Card2.Amixer.values:
 Simple mixer control 'IEC958',0
   Capabilities: pswitch pswitch-joined
   Playback channels: Mono
   Mono: Playback [off]
Date: Wed Sep 30 22:12:52 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: kvm_intel kvm fglrx
Package: alsa-base 1.0.20+dfsg-1ubuntu4
PackageArchitecture: all
ProcEnviron:
 LANG=en_DK.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-11.36-generic
SourcePackage: alsa-driver
Uname: Linux 2.6.31-11-generic i686
UserAsoundrc:
 # ALSA library configuration file
 
 # Include settings that are under the control of asoundconf(1).
 # (To disable these settings, comment out this line.)
 /home/rune/.asoundrc.asoundconf

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
[karmic] 100% volume corresponds to +128 dB gain (distorted sound)
https://bugs.launchpad.net/bugs/439619
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 439619] Re: [karmic] 100% volume corresponds to +128 dB gain (distorted sound)

2009-09-30 Thread Rune Svendsen

** Attachment added: Output of 'sudo lspci -vnvn'
   http://launchpadlibrarian.net/32758501/lspci-vnvn.log

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/32758502/AlsaDevices.txt

** Attachment added: AplayDevices.txt
   http://launchpadlibrarian.net/32758503/AplayDevices.txt

** Attachment added: ArecordDevices.txt
   http://launchpadlibrarian.net/32758504/ArecordDevices.txt

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/32758505/BootDmesg.txt

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/32758506/Card0.Amixer.values.txt

** Attachment added: Card0.Codecs.codec.0.txt
   http://launchpadlibrarian.net/32758507/Card0.Codecs.codec.0.txt

** Attachment added: Card1.Amixer.values.txt
   http://launchpadlibrarian.net/32758508/Card1.Amixer.values.txt

** Attachment added: Card2.Codecs.codec.0.txt
   http://launchpadlibrarian.net/32758509/Card2.Codecs.codec.0.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/32758510/CurrentDmesg.txt

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

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/32758513/PciMultimedia.txt

** Attachment added: UserAsoundrcAsoundconf.txt
   http://launchpadlibrarian.net/32758514/UserAsoundrcAsoundconf.txt

-- 
[karmic] 100% volume corresponds to +128 dB gain (distorted sound)
https://bugs.launchpad.net/bugs/439619
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 436180] [NEW] Running real-time kernel, virtualbox fails to start virtual machine: install already-installed package

2009-09-24 Thread Rune Svendsen
Public bug reported:

While using the real time kernel for Ubuntu, VirtualBox fails to start a
virtual machine with the error:

VirtualBox - Error in suplibOsInit
Kernel driver not installed (rc=-1908)
Please install the virtualbox-ose-source package.

However, the package mentioned - virtualbox-ose-source - _is_ installed.

r...@runescomp:~$ lsb_release -rd
Description:Ubuntu karmic (development branch)
Release:9.10

r...@runescomp:~$ apt-cache policy linux-rt
linux-rt:
  Installed: 2.6.31.5.5
  Candidate: 2.6.31.5.5
  Version table:
 *** 2.6.31.5.5 0
500 http://archive.ubuntu.com karmic/multiverse Packages
100 /var/lib/dpkg/status

ProblemType: Bug
Architecture: i386
Date: Thu Sep 24 22:53:53 2009
DistroRelease: Ubuntu 9.10
Package: linux-image-2.6.31-5-rt 2.6.31-5.6
ProcEnviron:
 LANG=en_DK.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-5.6-rt
SourcePackage: linux-rt
Uname: Linux 2.6.31-5-rt i686

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


** Tags: apport-bug i386

-- 
Running real-time kernel, virtualbox fails to start virtual machine: install 
already-installed package
https://bugs.launchpad.net/bugs/436180
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 436180] Re: Running real-time kernel, virtualbox fails to start virtual machine: install already-installed package

2009-09-24 Thread Rune Svendsen

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

-- 
Running real-time kernel, virtualbox fails to start virtual machine: install 
already-installed package
https://bugs.launchpad.net/bugs/436180
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 436180] Re: Running real-time kernel, virtualbox fails to start virtual machine: install already-installed package

2009-09-24 Thread Rune Svendsen
Removing and then installing again the virtualbox-ose package results in
the following errors (also attached):

r...@runescomp:~$ sudo apt-get install virtualbox-ose
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages were automatically installed and are no longer required:
  exaile-plugin-massstorage exaile-plugin-minimode exaile-plugin-cd 
exaile-plugin-notify-osd exaile-plugin-podcasts python-mmkeys libffado0 
exaile-plugin-xkeys
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  virtualbox-ose-qt virtualbox-ose-source
Suggested packages:
  virtualbox-guest-additions
The following NEW packages will be installed:
  virtualbox-ose virtualbox-ose-qt virtualbox-ose-source
0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/11,6MB of archives.
After this operation, 44,5MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Selecting previously deselected package virtualbox-ose.
(Reading database ... 191556 files and directories currently installed.)
Unpacking virtualbox-ose (from .../virtualbox-ose_3.0.6-dfsg-1ubuntu1_i386.deb) 
...
Selecting previously deselected package virtualbox-ose-qt.
Unpacking virtualbox-ose-qt (from 
.../virtualbox-ose-qt_3.0.6-dfsg-1ubuntu1_i386.deb) ...
Selecting previously deselected package virtualbox-ose-source.
Unpacking virtualbox-ose-source (from 
.../virtualbox-ose-source_3.0.6-dfsg-1ubuntu1_all.deb) ...
Processing triggers for sreadahead ...
Processing triggers for menu ...
Processing triggers for desktop-file-utils ...
Setting up virtualbox-ose (3.0.6-dfsg-1ubuntu1) ...
 * Starting VirtualBox kernel modules   


 * No suitable module for running kernel found

Setting up virtualbox-ose-qt (3.0.6-dfsg-1ubuntu1) ...

Setting up virtualbox-ose-source (3.0.6-dfsg-1ubuntu1) ...
Adding modules to DKMS build system
Doing initial module builds

Error! Your kernel source for kernel 2.6.31-5-rt cannot be found at
/lib/modules/2.6.31-5-rt/build or /lib/modules/2.6.31-5-rt/source.
dpkg: error processing virtualbox-ose-source (--configure):
 subprocess installed post-installation script returned error exit status 1
Processing triggers for menu ...
Errors were encountered while processing:
 virtualbox-ose-source
E: Sub-process /usr/bin/dpkg returned an error code (1)


** Attachment added: Output of command sudo apt-get install virtualbox-ose 
when running -rt kernel
   http://launchpadlibrarian.net/32403326/apt-get.log

-- 
Running real-time kernel, virtualbox fails to start virtual machine: install 
already-installed package
https://bugs.launchpad.net/bugs/436180
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 436180] Re: Running real-time kernel, virtualbox fails to start virtual machine: install already-installed package

2009-09-24 Thread Rune Svendsen
*** This bug is a duplicate of bug 434503 ***
https://bugs.launchpad.net/bugs/434503

Installing the package linux-headers-rt gets rid of the Your kernel
source cannot be found-error, but it fails with the error:

Error! DKMS tree already contains: vboxdrv-3.0.6
You cannot add the same module/version combo more than once.

(complete log attached)

** Attachment added: Output of command 'sudo apt-get install linux-headers-rt'
   http://launchpadlibrarian.net/32403825/apt-get-linux-headers-rt.log

** This bug has been marked a duplicate of bug 434503
   virtualbox-ose 3.0.6 dfsg-1ubuntu1 i386 fail to install or upgrade 
post-installation error 3

-- 
Running real-time kernel, virtualbox fails to start virtual machine: install 
already-installed package
https://bugs.launchpad.net/bugs/436180
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 434503] Re: virtualbox-ose 3.0.6 dfsg-1ubuntu1 i386 fail to install or upgrade post-installation error 3

2009-09-24 Thread Rune Svendsen
Yes, thanks a lot Felix! This workaround works for me as well.

-- 
virtualbox-ose 3.0.6 dfsg-1ubuntu1 i386 fail to install or upgrade 
post-installation error 3
https://bugs.launchpad.net/bugs/434503
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 209705] Re: [hardy beta] gnome prompts for a passphrase when mounting encrypted drives, but required 'cryptsetup' not installed

2009-09-22 Thread Rune Svendsen
In my opinion, if cryptsetup is not included by default, the error
message presented to the user should at least be more user friendly than
the current one (I have attached a picture of it). Should this be
reported as a separate bug?

Instead it could say: Unable to mount encrypted volume. cryptsetup
package is not installed. Please install this package to enable the
usage of encrypted volumes.

** Attachment added: screenshot-cryptsetup-error.png
   http://launchpadlibrarian.net/32238434/screenshot-cryptsetup-error.png

-- 
[hardy beta] gnome prompts for a passphrase when mounting encrypted drives, but 
required 'cryptsetup' not installed
https://bugs.launchpad.net/bugs/209705
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 425788] Re: eps2eps fails to convert EPS file to level 1 EPS file

2009-09-09 Thread Rune Svendsen
Will do!

-- 
eps2eps fails to convert EPS file to level 1 EPS file
https://bugs.launchpad.net/bugs/425788
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 425788] Re: eps2eps fails to convert EPS file to level 1 EPS file

2009-09-09 Thread Rune Svendsen
This bug has been reported on Ghosscript's bug tracking system as bug
number 690757:

http://bugs.ghostscript.com/show_bug.cgi?id=690757

** Bug watch added: Ghostscript (AFPL) Bugzilla #690757
   http://bugs.ghostscript.com/show_bug.cgi?id=690757

-- 
eps2eps fails to convert EPS file to level 1 EPS file
https://bugs.launchpad.net/bugs/425788
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 425788] [NEW] eps2eps fails to convert EPS file to level 1 EPS file

2009-09-07 Thread Rune Svendsen
Public bug reported:

When trying to convert an EPS file to a level 1 EPS file, eps2eps
produces a file of 127.6 MB in size and exits with the following error:

r...@runescomp:~/Pictures/Icons$ eps2eps -dLanguageLevel=1 Envelope-Icon.eps 
env.eps
Error: /syntaxerror in -file-
Operand stack:

Execution stack:
   %interp_exit   .runexec2   --nostringval--   --nostringval--   
--nostringval--   2   %stopped_push   --nostringval--   --nostringval--   
--nostringval--   false   1   %stopped_push   1862   1   3   %oparray_pop   
1861   1   3   %oparray_pop   --nostringval--   1845   1   3   %oparray_pop   
1739   1   3   %oparray_pop   --nostringval--   %errorexec_pop   .runexec2   
--nostringval--   --nostringval--   --nostringval--   2   %stopped_push
Dictionary stack:
   --dict:1153/1684(ro)(G)--   --dict:1/20(G)--   --dict:89/200(L)--
Current allocation mode is local
Last OS error: 2
Current file position is 2066816
GPL Ghostscript 8.70: Unrecoverable error, exit code 1

The EPS file in question is available for free download at the following
location: http://www.youthedesigner.com/2008/06/10/vector-art-free-
download-envelope-icon-set/

I'm using Karmic Alpha 5:
r...@runescomp:~/Pictures/Icons$ lsb_release -rd
Description:Ubuntu karmic (development branch)
Release:9.10

And this is the version of the package in question:
r...@runescomp:~/Pictures/Icons$ apt-cache policy ghostscript
ghostscript:
  Installed: 8.70.dfsg.1-0ubuntu1
  Candidate: 8.70.dfsg.1-0ubuntu1
  Version table:
 *** 8.70.dfsg.1-0ubuntu1 0
500 http://dk.archive.ubuntu.com karmic/main Packages
100 /var/lib/dpkg/status

I'm attaching the output of eps2eps (also pasted above) as eps2eps.log.

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

-- 
eps2eps fails to convert EPS file to level 1 EPS file
https://bugs.launchpad.net/bugs/425788
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 425788] Re: eps2eps fails to convert EPS file to level 1 EPS file

2009-09-07 Thread Rune Svendsen

** Attachment added: eps2eps.log
   http://launchpadlibrarian.net/31447632/eps2eps.log

-- 
eps2eps fails to convert EPS file to level 1 EPS file
https://bugs.launchpad.net/bugs/425788
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 425815] Re: gnome-appearance-properties crashed with SIGSEGV in pango_default_break()

2009-09-07 Thread Rune Svendsen
*** This bug is a duplicate of bug 420044 ***
https://bugs.launchpad.net/bugs/420044

Ok, thanks for letting me know. I didn't see a bug with a title equal to
that of my bug when reporting the bug, so I submitted it.

However, when I try to view the bug report you mention I get to a site
with the title Forbidden saying:

Not allowed here
Sorry, you don't have permission to access this page. 

You are logged in as Rune Svendsen. 


Do you have any ideas why this happens?


 *** This bug is a duplicate of bug 420044 ***
 https://bugs.launchpad.net/bugs/420044
 
 Thank you for taking the time to report this crash and helping to make
 Ubuntu better.  This particular crash has already been reported and is a
 duplicate of bug #420044, so is being marked as such.  Please look at
 the other bug report to see if there is any missing information that you
 can provide, or to see if there is a workaround for the bug.
 Additionally, any further discussion regarding the bug should occur in
 the other report.  Please continue to report any other bugs you may
 find.
 
 ** Attachment removed: CoreDump.gz
http://launchpadlibrarian.net/31449002/CoreDump.gz
 
 ** Attachment removed: Dependencies.txt
http://launchpadlibrarian.net/31449003/Dependencies.txt
 
 ** Attachment removed: Disassembly.txt
http://launchpadlibrarian.net/31449004/Disassembly.txt
 
 ** Attachment removed: ProcMaps.txt
http://launchpadlibrarian.net/31449005/ProcMaps.txt
 
 ** Attachment removed: ProcStatus.txt
http://launchpadlibrarian.net/31449006/ProcStatus.txt
 
 ** Attachment removed: Registers.txt
http://launchpadlibrarian.net/31449007/Registers.txt
 
 ** Attachment removed: Stacktrace.txt
http://launchpadlibrarian.net/31449008/Stacktrace.txt
 
 ** Attachment removed: ThreadStacktrace.txt
http://launchpadlibrarian.net/31449009/ThreadStacktrace.txt
 
 ** This bug has been marked a duplicate of bug 420044
gnome-appearance-properties crashed with SIGSEGV in pango_default_break()
 
 ** Visibility changed to: Public
 
 ** Tags removed: need-i386-retrace


-- 
gnome-appearance-properties crashed with SIGSEGV in pango_default_break()
https://bugs.launchpad.net/bugs/425815
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 425196] [NEW] no sound after resuming from hibernate

2009-09-06 Thread Rune Svendsen
Public bug reported:

Audio works fine after a reboot or when my computer is turned on after
being shut down normally. However, when I hibernate (choosing
Hibernate from the SystemShut Down menu) and start up my computer
there's no audio.

r...@runescomp:~$ lsb_release -rd
Description:Ubuntu karmic (development branch)
Release:9.10

The following command fixes the problem:

sudo alsa force-reload

It seems this is a duplicate of bug #11149, but I'm not sure. I use a
different sound module than that of bug #11149.

ProblemType: Bug
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  rune   3488 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'T71Space'/'Terratec Aureon 7.1-Space at 0xbf00, irq 22'
   Mixer name   : 'ICE1724 - multitrack'
   Components   : ''
   Controls  : 56
   Simple ctrls  : 33
Card1.Amixer.info:
 Card hw:1 'HDMI'/'HDA ATI HDMI at 0xfdcfc000 irq 17'
   Mixer name   : 'ATI R6xx HDMI'
   Components   : 'HDA:1002aa01,00aa0100,0010'
   Controls  : 4
   Simple ctrls  : 1
Card1.Amixer.values:
 Simple mixer control 'IEC958',0
   Capabilities: pswitch pswitch-joined
   Playback channels: Mono
   Mono: Playback [off]
Date: Sun Sep  6 15:32:43 2009
DistroRelease: Ubuntu 9.10
Package: alsa-base 1.0.20+dfsg-1ubuntu4
PackageArchitecture: all
ProcEnviron:
 LANG=en_DK.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-9.29-generic
SourcePackage: alsa-driver
Uname: Linux 2.6.31-9-generic i686
UserAsoundrc:
 # ALSA library configuration file
 
 # Include settings that are under the control of asoundconf(1).
 # (To disable these settings, comment out this line.)
 /home/rune/.asoundrc.asoundconf

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
no sound after resuming from hibernate
https://bugs.launchpad.net/bugs/425196
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 425196] Re: no sound after resuming from hibernate

2009-09-06 Thread Rune Svendsen

** Attachment added: output of 'dmesg'
   http://launchpadlibrarian.net/31391683/dmesg.log

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/31391684/AlsaDevices.txt

** Attachment added: AplayDevices.txt
   http://launchpadlibrarian.net/31391685/AplayDevices.txt

** Attachment added: ArecordDevices.txt
   http://launchpadlibrarian.net/31391686/ArecordDevices.txt

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/31391687/BootDmesg.txt

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/31391688/Card0.Amixer.values.txt

** Attachment added: Card1.Codecs.codec.0.txt
   http://launchpadlibrarian.net/31391689/Card1.Codecs.codec.0.txt

** Attachment added: CurrentDmesg.gz
   http://launchpadlibrarian.net/31391690/CurrentDmesg.gz

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

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/31391692/PciMultimedia.txt

** Attachment added: UserAsoundrcAsoundconf.txt
   http://launchpadlibrarian.net/31391693/UserAsoundrcAsoundconf.txt

-- 
no sound after resuming from hibernate
https://bugs.launchpad.net/bugs/425196
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 298798] Re: hwmon abituguru3 kernel module fails to load

2009-09-01 Thread Rune Svendsen
Alistair John Strachan's most recent patch to abituguru3 fixes the issue
for me. So I don't consider it a bug any more, though it might not make
it into 2.6.31. But I don't think there's a reason to create a new bug
report for it. I see that it would be best to isolate each bug to its
own bug report so I will leave this message as my last. But hopefully my
comments can help other Linux users with the Abit IP35 Pro XE
motherboard to know that they have to pass the force=1 parameter to the
abituguru3 modprobe to get it working.

-- 
hwmon abituguru3 kernel module fails to load
https://bugs.launchpad.net/bugs/298798
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 298798] Re: hwmon abituguru3 kernel module fails to load

2009-08-31 Thread Rune Svendsen
Per the instructions of the maintainer of abituguru3, Alistair John
Strachan, I tried issuing the following command using abituguru3's own
'force' parameter like so:

modprobe abituguru3 force=1

and this works. Alistair is in the process of fixing the issue, I just
tried a patched kernel of his right now which, ufortunately, didn't work
(could be something on my part though, we'll see). But it's being worked
on!

-- 
hwmon abituguru3 kernel module fails to load
https://bugs.launchpad.net/bugs/298798
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 298798] Re: hwmon abituguru3 kernel module fails to load

2009-08-30 Thread Rune Svendsen
This bug is still present with my motherboard, probably because it is
the XE version (Abit IP35 Pro XE) with the product name string: IP35
Pro XE(Intel P35-ICH9R).

I have the same symptoms as Russ Miranda have reported:

r...@runescomp:~$ sudo modprobe abituguru3
FATAL: Error inserting abituguru3 
(/lib/modules/2.6.31-8-generic/kernel/drivers/hwmon/abituguru3.ko): No such 
device
r...@runescomp:~$ sudo modprobe --force abituguru3
FATAL: Error inserting abituguru3 
(/lib/modules/2.6.31-8-generic/kernel/drivers/hwmon/abituguru3.ko): Invalid 
module format
r...@runescomp:~$ dmesg | tail -1
[  646.852889] abituguru3: no Abit uGuru3 found, data = 0x00, cmd = 0x5F

I'm running Karmic Alpha 4, and I just tested this with a Live CD of
Jaunty where it was still present.

r...@runescomp:~$ uname -a
Linux runescomp 2.6.31-8-generic #28-Ubuntu SMP Thu Aug 27 14:43:30 UTC 2009 
i686 GNU/Linux
r...@runescomp:~$ lsb_release -rd
Description:Ubuntu karmic (development branch)
Release:9.10

Should I open a new bug report since I'm using another version of the
IP35 motherboard?

-- 
hwmon abituguru3 kernel module fails to load
https://bugs.launchpad.net/bugs/298798
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 298798] Re: hwmon abituguru3 kernel module fails to load

2009-08-30 Thread Rune Svendsen
Here's the complete output of dmidecode.

** Attachment added: dmidecode.txt
   http://launchpadlibrarian.net/31011815/dmidecode.txt

-- 
hwmon abituguru3 kernel module fails to load
https://bugs.launchpad.net/bugs/298798
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 351521] Re: computertemp crashed with ImportError in module()

2009-08-28 Thread Rune Svendsen
I'm experiencing this in Karmic as well.

-- 
computertemp crashed with ImportError in module()
https://bugs.launchpad.net/bugs/351521
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 405285] [NEW] [needs-packaging] gnome-disk-health-service

2009-07-27 Thread Rune Svendsen
Public bug reported:

gnome-disk-health-service is a wrapper around libatasmart that exports the 
functionality of libatasmart via D-Bus so unprivileged processes can get access 
to a hard drive's health records (temperature, number of bad sectors etc.).
gnome-disk-health-service enables the application gnome-disk-health to report 
to the user the S.M.A.R.T. status of a hard drive, and warn the user when a 
hard drive is failing (screenshot: http://0pointer.de/public/g-d-h)

URL: http://0pointer.de/blog/projects/being-smart.html
License: LGPLv2.1+

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: needs-packaging

-- 
[needs-packaging] gnome-disk-health-service
https://bugs.launchpad.net/bugs/405285
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 405291] [NEW] [needs-packaging] gnome-disk-health

2009-07-27 Thread Rune Svendsen
Public bug reported:

gnome-disk-health is a little tool that reads the S.M.A.R.T. data from
gnome-disk-health-service and presents it to the user in a dialog.
(screenshot: http://0pointer.de/public/g-d-h)

URL: http://0pointer.de/blog/projects/being-smart.html
License: LGPLv2.1+

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: needs-packaging

-- 
[needs-packaging] gnome-disk-health
https://bugs.launchpad.net/bugs/405291
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 334101] Re: FFe: Xv and EXA not supported on R6xx/R7xx chipsets

2009-07-18 Thread Rune Svendsen
I would just like to report my success on installing the radeon-drivers and 
getting smooth video rendering and a working xvideo.
For me, however, radeonhd doesn't work very well so I have to use the radeon 
driver and modify my xorg.conf in order for it to use the radeon driver instead 
of the radeonhd driver by default.

Using the radeonhd driver makes the refresh rate of my monitor too low,
and I am unable to change it under Preferences-Display (the only
refresh rate present there is 0 Hz). And changing the resolution
causes the colors on the screen to get very odd (light green, purple
etc.)

But, fortunately, with the radeon driver everything works perfectly.
Refresh rate is 85 Hz as usual, and under Preferences-Display I can see
this refresh rate and not just 0 Hz.

So, in short, this is what worked for me:

Installing the following packages from Tormod's PPA
(https://launchpad.net/~tormodvolden/+archive/ppa):

(I had to remove the old version of xserver-xorg-video-radeon first)
xserver-xorg-video-ati_6.12.99+git20090710.43db263d-0ubuntu0tormod_i386.deb  
(197.1 KiB)
xserver-xorg-video-ati-dbg_6.12.99+git20090710.43db263d-0ubuntu0tormod_i386.deb 
(201.5 KiB)
xserver-xorg-video-radeon_6.12.99+git20090710.43db263d-0ubuntu0tormod_i386.deb 
(507.7 KiB)
xserver-xorg-video-radeon-dbg_6.12.99+git20090710.43db263d-0ubuntu0tormod_i386.deb
 (1.5 MiB)

Follow instructions on
http://wiki.x.org/wiki/radeonhd%3Ar6xx_r7xx_branch for building new
versions of radeon.ko and drm.ko. Copying drm.ko and radeon.ko to
/lib/modules/$(uname -r)/kernel/drivers/gpu/drm/ and
/lib/modules/$(uname -r)/kernel/drivers/gpu/drm/radeon respectively.

Modifying my xorg.conf according to the instructions on the X.Org Wiki
and adding the following to the Device section so the radeon driver
is used instead of the default radeonhd driver:

Driver  radeon

-- 
FFe:  Xv and EXA not supported on R6xx/R7xx chipsets
https://bugs.launchpad.net/bugs/334101
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 285603] Re: MASTER: xserver crash, performs poorly, or other severe problem when loading the radeon driver if -fglrx has not been properly removed first

2009-04-24 Thread Rune Svendsen
I just experienced this bug as well when upgrading from Intrepid to
Jaunty. Except I was using the ati video driver with Intrepid, and for
some reason the upgrade process installed the fglrx video driver and
this broke X. The gdm-log had the following to say:

/usr/bin/X: symbol lookup error: /usr/lib/xorg/modules/extensions/libdri.so: 
undefined symbol: atiddxAbiDixLookupPrivate
5109 5077
giving up.

I solved the problem by purging everything fglrx-related and
reinstalling libgl1-mesa-glx and libgl1-mesa-dri:

  sudo apt-get remove --purge xorg-driver-fglrx
  sudo apt-get install --reinstall libgl1-mesa-glx libgl1-mesa-dri
  dpkg-reconfigure xserver-xorg

taken from this guide:
https://wiki.ubuntu.com/X/Troubleshooting/FglrxInteferesWithRadeonDriver
(linked in Bug #345669).

It seems to me that this is a bug in the upgrade process of Ubuntu. If
it hadn't installed the fglrx-driver, I assume everything would have
worked fine. At least it did after removing the fglrx-driver.

-- 
MASTER: xserver crash, performs poorly, or other severe problem when loading 
the radeon driver if -fglrx has not been properly removed first
https://bugs.launchpad.net/bugs/285603
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 361560] Re: Corrupted tracker index causes persistent applet error popup

2009-04-24 Thread Rune Svendsen
I have also experienced this bug. By following this advice from
jonaz/Rusty, I haven't seen the error message since:

Ran into the same problem. Following jonaz__ solution, with the
exception that I killed the trackerd and tracker-indexer processes,
deleted the contents of ~/.cache/tracker and ~/.local/share/tracker/data
then logged out, and logged back in. Tracker indexer posted a
notification that it was starting up.
https://bugs.launchpad.net/ubuntu/+source/tracker/+bug/361560/comments/18

-- 
Corrupted tracker index causes persistent applet error popup
https://bugs.launchpad.net/bugs/361560
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 291135] Re: Out of date java 6 plugin installed

2009-03-18 Thread Rune Svendsen
Thank you Jimmy, that works perfectly. Even with jre 6.0.12 which I
installed.

-- 
Out of date java 6 plugin installed
https://bugs.launchpad.net/bugs/291135
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 272877] Re: Blank screen when GDM starts

2009-01-23 Thread Rune Svendsen
Hello Bryce

I did what you said and I'm attaching the output here. I just snatched
the radeontool-package from Jaunty
(http://packages.ubuntu.com/jaunty/radeontool) installed it and used
that instead, that way I didn't have to compile anything. I presume that
gives the same results. If not please inform me and I'll try compiling
it from source instead.

Here are the files :)

** Attachment added: Output of radeontool regmatch '*' with working vesa 
driver
   http://launchpadlibrarian.net/21566767/regdump_good.txt

-- 
Blank screen when GDM starts
https://bugs.launchpad.net/bugs/272877
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 272877] Re: Blank screen when GDM starts

2009-01-23 Thread Rune Svendsen

** Attachment added: Output of radeontool regmatch '*' with non-working 
default driver (ati)
   http://launchpadlibrarian.net/21566777/regdump_broke.txt

-- 
Blank screen when GDM starts
https://bugs.launchpad.net/bugs/272877
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 272877] Re: Blank screen when GDM starts

2009-01-10 Thread Rune Svendsen
Here you go.

** Attachment added: lspci-vvnn.log
   http://launchpadlibrarian.net/21085176/lspci-vvnn.log

-- 
Blank screen when GDM starts
https://bugs.launchpad.net/bugs/272877
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 272877] Re: Blank screen when GDM starts

2009-01-10 Thread Rune Svendsen
I should note that this bug is still present with the now released final
version of Intrepid Ibex.

-- 
Blank screen when GDM starts
https://bugs.launchpad.net/bugs/272877
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 231582] Re: Merging foreign machine's X authority file with the local one causes X-applications to stop working

2008-12-23 Thread Rune Svendsen
Unfortunately I no longer have access to the remote machine I used when
experiencing the bug. I don't have access to _any_ remote Linux machine
actually, so I am unable to test if this bug still exists.

Unless someone else can reproduce the bug I think this bug report should
be closed.

-- 
Merging foreign machine's  X authority file with the local one causes 
X-applications to stop working
https://bugs.launchpad.net/bugs/231582
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 272877] Re: Blank screen when GDM starts

2008-12-21 Thread Rune Svendsen
** This bug is no longer a duplicate of bug 272463
   Blank screen before login with AGP video cards ubuntu 8.10 alpha 6

-- 
Blank screen when GDM starts
https://bugs.launchpad.net/bugs/272877
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 272623] Re: Intrepid Alpha 6 Live CD: Monitor goes into standby when X is started

2008-12-21 Thread Rune Svendsen
** This bug is no longer a duplicate of bug 272463
   Blank screen before login with AGP video cards ubuntu 8.10 alpha 6

-- 
Intrepid Alpha 6 Live CD: Monitor goes into standby when X is started
https://bugs.launchpad.net/bugs/272623
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 272463] Re: Blank screen before login with AGP video cards ubuntu 8.10 alpha 6

2008-12-21 Thread Rune Svendsen
Ok, Bryce. I've removed the duplicate status of the bugs #272623 and
#272877 I've reported (one for Ubuntu and one for  xserver-xorg-video-
ati when I found out it was this package that contained the bug).

Bug #272623 should probably be deleted though, but I can't figure out
how to do that.

-- 
Blank screen before login with AGP video cards ubuntu 8.10 alpha 6
https://bugs.launchpad.net/bugs/272463
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 304840] [NEW] Cannot reconnect after internet connection has been lost and regained

2008-12-03 Thread Rune Svendsen
Public bug reported:

Binary package hint: telepathy-butterfly

I'm having some problems getting Empathy to reconnect to my MSN account
after it has lost the connection.

For some reason, when I start uTorrent via WINE my wired connection is
lost (but that an entirely different bug). This, of course, causes
Empathy to lose connection and it goes off line. When Ubuntu manages to
get the wired connection up and running again I can't get Empathy to
connect. Choosing Available as the status doesn't work.

If I open the System Monitor and end the process telepathy-butterfly
and choose Available as the status in Empathy it works again (Empathy
starts the telepathy-butterfly process again).

[EMAIL PROTECTED]:~$ lsb_release -rd
Description:Ubuntu 8.04.1
Release:8.04

** Affects: telepathy-butterfly (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Cannot reconnect after internet connection has been lost and regained
https://bugs.launchpad.net/bugs/304840
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 303411] [NEW] Contents of clipboard is deleted when the program from which text was copied is closed

2008-11-29 Thread Rune Svendsen
Public bug reported:

This has been bugging me (no pun intended) for a while now, so I've
decided to report it as a bug because that's what I consider it to be,
please correct me if it has some function I have overlooked.

Example: I want to start VirtualBox so I click on my short cut to
VirtualBox. Because I've upgraded VirtualBox the kernel module needs to
be recompiled and a windows appears which says which command to run in
order to do this. I highlight the command, and copy the text and close
the window. I open a terminal and I try to paste the copied text but
it's gone!

If I run VirtualBox again, copy the text and paste it into the terminal
while keeping the window with the text open it works fine. But as soon
as I close the program from which I copied the text, the text disappears
from the clipboard!

This is, IMO, really annoying and I've experienced it several times now
with other programs that I've copied text from and tried to paste after
the program has been closed.

System information:

[EMAIL PROTECTED]:~$ lsb_release -rd
Description:Ubuntu 8.04.1
Release:8.04

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Contents of clipboard is deleted when the program from which text was copied is 
closed
https://bugs.launchpad.net/bugs/303411
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 272463] Re: Blank screen before login ubuntu 8.10 alpha 6

2008-11-07 Thread Rune Svendsen
I still experience this bug with the now officially released Intrepid,
and I can't update to this version because of this.

Getting to a console when the screen turns blank, stopping gdm,
executing the command sudo chmod a-x /usr/bin/compiz and restarting
gdm makes no difference.

I will attach the relevant logs here. I have no file called
/var/log/gdm.log but I have one called /var/log/log/gdm:0.log which I
will attach.

** Attachment added: /var/log/Xorg.0.log
   http://launchpadlibrarian.net/19460040/Xorg.0.log

-- 
Blank screen before login ubuntu 8.10 alpha 6
https://bugs.launchpad.net/bugs/272463
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 272463] Re: Blank screen before login ubuntu 8.10 alpha 6

2008-11-07 Thread Rune Svendsen

** Attachment added: Output of sudo lspci -vvnn
   http://launchpadlibrarian.net/19460044/lspci-vvnn.log

-- 
Blank screen before login ubuntu 8.10 alpha 6
https://bugs.launchpad.net/bugs/272463
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 272463] Re: Blank screen before login ubuntu 8.10 alpha 6

2008-11-07 Thread Rune Svendsen
I get the same error as Steven Wilson:

(EE) RADEON(0): Acceleration initialization failed

** Attachment added: /var/log/gdm/:0.log
   http://launchpadlibrarian.net/19460078/%3A0.log

-- 
Blank screen before login ubuntu 8.10 alpha 6
https://bugs.launchpad.net/bugs/272463
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 272877] Re: Blank screen when GDM starts

2008-09-27 Thread Rune Svendsen
*** This bug is a duplicate of bug 272463 ***
https://bugs.launchpad.net/bugs/272463

** This bug has been marked a duplicate of bug 272463
   Blank screen before login ubuntu 8.10 alpha 6

-- 
Blank screen when GDM starts
https://bugs.launchpad.net/bugs/272877
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 272623] Re: Intrepid Alpha 6 Live CD: Monitor goes into standby when X is started

2008-09-27 Thread Rune Svendsen
*** This bug is a duplicate of bug 272463 ***
https://bugs.launchpad.net/bugs/272463

** This bug is no longer a duplicate of bug 272877
   Blank screen when GDM starts

** This bug has been marked a duplicate of bug 272463
   Blank screen before login ubuntu 8.10 alpha 6

-- 
Intrepid Alpha 6 Live CD: Monitor goes into standby when X is started
https://bugs.launchpad.net/bugs/272623
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 272463] Re: Blank screen before login ubuntu 8.10 alpha 6

2008-09-27 Thread Rune Svendsen
I experience the same bug. The Hardy Live CD works fine but the Intrepid
Alpha 6 Live CD displays the symptoms mentioned above.

** Attachment added: Output of sudo lspci -vvnn
   http://launchpadlibrarian.net/1715/lspci-vvnn.log

-- 
Blank screen before login ubuntu 8.10 alpha 6
https://bugs.launchpad.net/bugs/272463
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 272463] Re: Blank screen before login ubuntu 8.10 alpha 6

2008-09-27 Thread Rune Svendsen

** Attachment added: /var/log/Xorg.0.log
   http://launchpadlibrarian.net/1719/Xorg.0.log

-- 
Blank screen before login ubuntu 8.10 alpha 6
https://bugs.launchpad.net/bugs/272463
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 272877] Re: Blank screen when GDM starts

2008-09-26 Thread Rune Svendsen
** Tags added: 8.10

-- 
Blank screen when GDM starts
https://bugs.launchpad.net/bugs/272877
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 272463] Re: Blank screen before login ubuntu 8.10 alpha 6

2008-09-26 Thread Rune Svendsen
Could you try doing the following? I want to see if the bug I've
reported (Bug #272877) is a duplicate of this bug. Basically, when the
black screen appears you try to get to a terminal by pressing
Ctrl+Alt+F1, stopping GDM, then changing the driver to vesa in
xorg.conf, and starting GDM again. Here's a more detailed description:

You can change the driver to vesa by getting to a console by pressing
Ctrl+Alt+F1 (do this when the black screen appears). Then shut down GDM
by typing:

sudo /etc/init.d/gdm stop

Then you edit the file /etc/X11/xorg.conf with for example 'nano' by
typing:

sudo nano /etc/X11/xorg.conf

There should be a Device-section that looks like this (there might be
more lines of text between Section and EndSection, but mine just
looks like this when using the Intrepid Alpha 6 Live CD):

Section Device
 Identifier Configured Video Device
EndSection

In this section add a line with the text Driver vesa. Doing so with
the example above would make it look like this:

Section Device
 Identifier Configured Video Device
 Driver vesa
EndSection

Save the file and exit nano.

Now start GDM again by typing:

sudo /etc/init.d/gdm start

-- 
Blank screen before login ubuntu 8.10 alpha 6
https://bugs.launchpad.net/bugs/272463
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


  1   2   3   >