[Bug 2064804] [NEW] waits for minutes for a dhcp lease on a nextwork adapter without link

2024-05-04 Thread Folkert van Heusden
Public bug reported:

This problem was resolved in 23.10 and came back in 24.04.

The problem is: ASUS laptop with Ethernet socket. The Ethernet socket is
NOT connected to a switch, yet systemd tries for minutes to get an ip-
address via dhcp from it.

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: systemd 255.4-1ubuntu8
ProcVersionSignature: Ubuntu 6.8.0-31.31-generic 6.8.1
Uname: Linux 6.8.0-31-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.28.1-0ubuntu2
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Sat May  4 14:11:24 2024
InstallationDate: Installed on 2022-01-04 (851 days ago)
InstallationMedia: Ubuntu 21.10 "Impish Indri" - Release amd64 (20211012)
MachineType: ASUSTeK COMPUTER INC. ASUS TUF Gaming F15 FX506HEB_FX506HEB
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-6.8.0-31-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash vt.handoff=7
SourcePackage: systemd
SystemdFailedUnits:
 Error: command ['systemctl', 'status', '--full', '●'] failed with exit code 4: 
Invalid unit name "●" escaped as "\xe2\x97\x8f" (maybe you should use 
systemd-escape?).
 Unit \xe2\x97\x8f.service could not be found.
UpgradeStatus: Upgraded to noble on 2024-05-03 (1 days ago)
dmi.bios.date: 08/12/2022
dmi.bios.release: 5.19
dmi.bios.vendor: American Megatrends International, LLC.
dmi.bios.version: FX506HEB.311
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: FX506HEB
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: 1.0
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK COMPUTER INC.
dmi.chassis.version: 1.0
dmi.ec.firmware.release: 3.10
dmi.modalias: 
dmi:bvnAmericanMegatrendsInternational,LLC.:bvrFX506HEB.311:bd08/12/2022:br5.19:efr3.10:svnASUSTeKCOMPUTERINC.:pnASUSTUFGamingF15FX506HEB_FX506HEB:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnFX506HEB:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:sku:
dmi.product.family: ASUS TUF Gaming F15
dmi.product.name: ASUS TUF Gaming F15 FX506HEB_FX506HEB
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK COMPUTER INC.
modified.conffile..etc.init.d.apport: [modified]
mtime.conffile..etc.init.d.apport: 2024-04-19T01:50:32

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


** Tags: amd64 apport-bug noble

** Attachment added: "screenshot"
   
https://bugs.launchpad.net/bugs/2064804/+attachment/5774721/+files/PXL_20240504_114915998.jpg

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

Title:
  waits for minutes for a dhcp lease on a nextwork adapter without link

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


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

[Bug 1937349] [NEW] won't build from source

2021-07-23 Thread Folkert van Heusden
Public bug reported:

When I invoke

  dpkg-buildpackage -us -uc

on the package, I eventually get:

FAIL: testpkcs11.sh
===

Testing PKCS11 support
usage: ../../tests/testpkcs11.sh: [pkcs15|softhsm|sc-hsm]
assuming 'softhsm'

* Initializing smart card... ok
* Token: 
pkcs11:model=SoftHSM%20v2;manufacturer=SoftHSM%20project;serial=e2da1c3b8462cf8b;token=GnuTLS-Test
* Setting SO PIN... ok
* Re-setting SO PIN... ok
* Setting too large SO PIN... ok
* Setting large SO PIN... ok
* Re-setting SO PIN... ok
* Setting user PIN... ok
* Re-setting user PIN... ok
* Setting too large user PIN... ok
* Setting large user PIN... ok
* Re-setting user PIN... ok
* Writing a client private key... ok
* Checking whether object was marked private... ok
* Checking whether object was marked sensitive... ok
* Generating ECC private key (256)... ok
* Deleting private key... ok
* Generating ECC private key without --login (256)... ok
* Deleting private key... ok
* Generating ECC private key (384)... ok
* Deleting private key... ok
* Generating RSA private key (2048)... ok
* Deleting private key... ok
* Generating DSA private key (3072)... ok
* Deleting private key... ok
* Importing RSA private key (1024)... ok
* Deleting private key... ok
* Importing ECC private key (256)... ok
* Deleting private key... ok
* Importing DSA private key (2048)... ok
* Deleting private key... ok
* Generating RSA private key (1024)... ok
* Checking whether generated private key was marked private... ok
* Checking whether private key was marked sensitive... ok
* Change the CKA_ID of generated private key... ok
* Exporting public key of generated private key... ok
* Change the CKA_LABEL of generated private key... ok
* Exporting public key as SO... ok
* List private key without GNUTLS_PIN... ok
* Generating client certificate... ok
* Writing client certificate... ok
* Checking whether ID was correctly set... ok
* Checking whether object was public... ok
* Writing certificate of client's CA... ok
* Testing certificate flags... ok
* Checking output of certificateok
* Trying to obtain back the cert... ok
* Trying to obtain the full chain... ok
* Writing the server private key... ok
* Writing the server certificate... ok
* Writing the server public key... ok
* Testing signatures using the private key... ok
* Testing RSA-PSS signatures using the private key... ok
* Testing signatures using the private key (with ID)... ok
* Using PKCS #11 with gnutls-cli (full URLs)... Failure: Connection (with 
files) should have succeeded!
FAIL testpkcs11.sh (exit status: 1)


Testsuite summary for GnuTLS 3.6.15

# TOTAL: 475
# PASS:  457
# SKIP:  17
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

ProblemType: Bug
DistroRelease: Ubuntu 21.04
Package: libgnutls30 3.7.1-3ubuntu1
ProcVersionSignature: Ubuntu 5.11.0-22.23-generic 5.11.21
Uname: Linux 5.11.0-22-generic x86_64
ApportVersion: 2.20.11-0ubuntu65.1
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Fri Jul 23 09:58:27 2021
InstallationDate: Installed on 2021-01-05 (198 days ago)
InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022)
SourcePackage: gnutls28
UpgradeStatus: Upgraded to hirsute on 2021-06-18 (35 days ago)

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


** Tags: amd64 apport-bug hirsute wayland-session

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

Title:
  won't build from source

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


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

[Bug 1937131] [NEW] produces invalid musexml and lilypond output

2021-07-21 Thread Folkert van Heusden
Public bug reported:

The exported musexml and lilypond output give errors in musescore and
lilypond itself.

ProblemType: Bug
DistroRelease: Ubuntu 21.04
Package: rosegarden 1:20.12-1
ProcVersionSignature: Ubuntu 5.11.0-22.23-generic 5.11.21
Uname: Linux 5.11.0-22-generic x86_64
ApportVersion: 2.20.11-0ubuntu65.1
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Wed Jul 21 23:31:29 2021
InstallationDate: Installed on 2021-01-05 (197 days ago)
InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022)
SourcePackage: rosegarden
UpgradeStatus: Upgraded to hirsute on 2021-06-18 (33 days ago)

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


** Tags: amd64 apport-bug hirsute wayland-session

** Attachment added: "example files"
   
https://bugs.launchpad.net/bugs/1937131/+attachment/5512652/+files/failure-example.zip

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

Title:
  produces invalid musexml and lilypond output

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


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

[Bug 1734830] [NEW] package linux-image-4.10.0-40-generic (not installed) failed to install/upgrade: subproces dpkg-deb --fsys-tarfile gaf een foutwaarde 2 terug

2017-11-28 Thread folkert
Public bug reported:

I was sharing home mapswhen the messege came on screen!

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: linux-image-4.10.0-40-generic (not installed)
ProcVersionSignature: Ubuntu 4.10.0-28.32~16.04.2-generic 4.10.17
Uname: Linux 4.10.0-28-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.13
Architecture: amd64
Date: Tue Nov 28 09:28:29 2017
ErrorMessage: subproces dpkg-deb --fsys-tarfile gaf een foutwaarde 2 terug
InstallationDate: Installed on 2017-11-27 (0 days ago)
InstallationMedia: Ubuntu-MATE 16.04.3 LTS "Xenial Xerus" - Release amd64 
(20170801)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.2
 apt  1.2.24
SourcePackage: linux-hwe
Title: package linux-image-4.10.0-40-generic (not installed) failed to 
install/upgrade: subproces dpkg-deb --fsys-tarfile gaf een foutwaarde 2 terug
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package xenial

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

Title:
  package linux-image-4.10.0-40-generic (not installed) failed to
  install/upgrade: subproces dpkg-deb --fsys-tarfile gaf een foutwaarde
  2 terug

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

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

[Bug 1238194] Re: keyboard doesn't work to enter password with encrypted partitions ubuntu 13.10 saucy

2017-01-12 Thread Folkert
When I installed 14.04 TLS I had enabled sda5_crypt. Last year I did the
upgrade from 14.04 TLS to 16.04 TLS.

And today, I don't think anything bad, I install the latest kernel
version .59 or similar, by use of synaptic (well it's comfortable to me,
too). When I do reboot the system it hangs at "Please unlock disk
sda5_crypt:". I type in the password. And then I press the [enter] key
on the keyboard. But nothing happins. I do a reboot and I try it again,
and again, and again, and again. How boring, how stupid. At luncgh time
I think something is wrong. I find this thread and so *uck the *ell. I'm
wondering, a thread starting in 10/2013 and today is 01/2017. My job is
tester software, and sometime it's not easy and actually I have a lot of
headache, 'cause my productive system isn't usable anymore. I won't
recommend in the future to install sda5_crypt on any system and I will
recommend to delete it on any system, too.

I take a look on the entries for this issue begin at #68. But for me
'nosplash' is always enabled in the GRUB entries. I don't think the
issue is in relation with the splash. I use the >e< option at booting
and use the emacs editor to inspect/review the GRUB entries.

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

Title:
  keyboard doesn't work to enter password with encrypted partitions
  ubuntu 13.10 saucy

To manage notifications about this bug go to:
https://bugs.launchpad.net/initramfs-tools/+bug/1238194/+subscriptions

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


[Bug 1504079] Re: tracker-extract crashed with SIGSEGV in gst_video_info_to_caps()

2016-11-17 Thread Folkert
Me too. And had an update on relevant security packages (16.04 LTS
upgrade from 14.04 TLS)

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

Title:
  tracker-extract crashed with SIGSEGV in gst_video_info_to_caps()

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

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


[Bug 1619317] [NEW] package sa-compile 3.4.1-3 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2016-09-01 Thread Folkert
Public bug reported:

The error is the target result from the upgrade of 14.04 to 16.04.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: sa-compile 3.4.1-3
ProcVersionSignature: Ubuntu 4.4.0-36.55-generic 4.4.16
Uname: Linux 4.4.0-36-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
Date: Thu Sep  1 11:03:47 2016
ErrorMessage: Unterprozess installiertes post-installation-Skript gab den 
Fehlerwert 1 zurück
InstallationDate: Installed on 2014-05-27 (827 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.12~ubuntu16.04.1
SourcePackage: spamassassin
Title: package sa-compile 3.4.1-3 failed to install/upgrade: Unterprozess 
installiertes post-installation-Skript gab den Fehlerwert 1 zurück
UpgradeStatus: Upgraded to xenial on 2016-09-01 (0 days ago)

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


** Tags: amd64 apport-package third-party-packages xenial

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

Title:
  package sa-compile 3.4.1-3 failed to install/upgrade: Unterprozess
  installiertes post-installation-Skript gab den Fehlerwert 1 zurück

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

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

[Bug 1439106] XorgLog.txt

2016-03-04 Thread Folkert
apport information

** Attachment added: "XorgLog.txt"
   
https://bugs.launchpad.net/bugs/1439106/+attachment/4588238/+files/XorgLog.txt

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

Title:
  Xorg crashed with SIGABRT in pixman_region_copy()

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

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


[Bug 1439106] ProcInterrupts.txt

2016-03-04 Thread Folkert
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1439106/+attachment/4588233/+files/ProcInterrupts.txt

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

Title:
  Xorg crashed with SIGABRT in pixman_region_copy()

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

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


[Bug 1439106] xdpyinfo.txt

2016-03-04 Thread Folkert
apport information

** Attachment added: "xdpyinfo.txt"
   
https://bugs.launchpad.net/bugs/1439106/+attachment/4588241/+files/xdpyinfo.txt

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

Title:
  Xorg crashed with SIGABRT in pixman_region_copy()

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

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


[Bug 1439106] xserver.devices.txt

2016-03-04 Thread Folkert
apport information

** Attachment added: "xserver.devices.txt"
   
https://bugs.launchpad.net/bugs/1439106/+attachment/4588242/+files/xserver.devices.txt

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

Title:
  Xorg crashed with SIGABRT in pixman_region_copy()

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

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


[Bug 1439106] Lsusb.txt

2016-03-04 Thread Folkert
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1439106/+attachment/4588229/+files/Lsusb.txt

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

Title:
  Xorg crashed with SIGABRT in pixman_region_copy()

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

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


[Bug 1439106] ProcModules.txt

2016-03-04 Thread Folkert
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1439106/+attachment/4588234/+files/ProcModules.txt

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

Title:
  Xorg crashed with SIGABRT in pixman_region_copy()

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

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


[Bug 1439106] ProcCpuinfo.txt

2016-03-04 Thread Folkert
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1439106/+attachment/4588231/+files/ProcCpuinfo.txt

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

Title:
  Xorg crashed with SIGABRT in pixman_region_copy()

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

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


[Bug 1439106] XorgLogOld.txt

2016-03-04 Thread Folkert
apport information

** Attachment added: "XorgLogOld.txt"
   
https://bugs.launchpad.net/bugs/1439106/+attachment/4588239/+files/XorgLogOld.txt

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

Title:
  Xorg crashed with SIGABRT in pixman_region_copy()

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

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


[Bug 1439106] LightdmDisplayLog.txt

2016-03-04 Thread Folkert
apport information

** Attachment added: "LightdmDisplayLog.txt"
   
https://bugs.launchpad.net/bugs/1439106/+attachment/4588224/+files/LightdmDisplayLog.txt

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

Title:
  Xorg crashed with SIGABRT in pixman_region_copy()

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

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


[Bug 1439106] UdevLog.txt

2016-03-04 Thread Folkert
apport information

** Attachment added: "UdevLog.txt"
   
https://bugs.launchpad.net/bugs/1439106/+attachment/4588236/+files/UdevLog.txt

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

Title:
  Xorg crashed with SIGABRT in pixman_region_copy()

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

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


[Bug 1439106] ProcEnviron.txt

2016-03-04 Thread Folkert
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1439106/+attachment/4588232/+files/ProcEnviron.txt

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

Title:
  Xorg crashed with SIGABRT in pixman_region_copy()

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

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


[Bug 1439106] Re: Xorg crashed with SIGABRT in pixman_region_copy()

2016-03-04 Thread Folkert
apport information

** Tags added: apport-collected third-party-packages

** Description changed:

  Unexplainable crashes observed on Xorg.
  Crash occured the last two days.
  Occured since updates from last week.
  Unable to use the documented Apport workflow to Report the BUG.
  Apport workflow was only partielly shown.
  Tried already sudo apport-cli -c /var/crash/_usr_bin_Xorg.0.crash
  
  
  Annotation 1:
  In the crash file was the package name printed, but Report a bug said:
  "2:1.15.1-0ubuntu2.7" does not exist in Ubuntu. Please choose a different 
package. If you're unsure, please select "I don't know"
  
  Annotation 2:
  apt-list Xorg printed out the package, but Report a bug said:
  "xorg/trusty-updates,now 1:7.7+1ubuntu8.1 amd64 [installed]" does not exist 
in Ubuntu. Please choose a different package. If you're unsure, please select 
"I don't know
+ --- 
+ .tmp.unity.support.test.0:
+  
+ ApportVersion: 2.14.1-0ubuntu3.19
+ Architecture: amd64
+ CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
+ CompositorRunning: compiz
+ CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
+ CompositorUnredirectFSW: true
+ CurrentDesktop: Unity
+ DistUpgraded: Fresh install
+ DistroCodename: trusty
+ DistroRelease: Ubuntu 14.04
+ DistroVariant: ubuntu
+ ExtraDebuggingInterest: Yes
+ GraphicsCard:
+  Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics 
Controller [8086:0412] (rev 06) (prog-if 00 [VGA controller])
+Subsystem: Lenovo Device [17aa:309f]
+ InstallationDate: Installed on 2014-05-27 (646 days ago)
+ InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
+ MachineType: LENOVO 10BEGE
+ Package: xorg 1:7.7+1ubuntu8.1 [origin: unknown]
+ PackageArchitecture: amd64
+ ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-79-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.13.0-79.123-generic 3.13.11-ckt33
+ Tags: third-party-packages trusty ubuntu compiz-0.9
+ Uname: Linux 3.13.0-79-generic x86_64
+ UnreportableReason: Das ist kein offizielles Ubuntu-Paket. Bitte entfernen 
Sie alle Pakete von Drittanbietern und wiederholen Sie den Vorgang.
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip kvm libvirtd lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 12/31/2013
+ dmi.bios.vendor: LENOVO
+ dmi.bios.version: FBKT71AUS
+ dmi.board.name: SHARKBAY
+ dmi.board.vendor: LENOVO
+ dmi.board.version: 0B98401 PRO
+ dmi.chassis.type: 3
+ dmi.chassis.vendor: To Be Filled By O.E.M.
+ dmi.chassis.version: To Be Filled By O.E.M.
+ dmi.modalias: 
dmi:bvnLENOVO:bvrFBKT71AUS:bd12/31/2013:svnLENOVO:pn10BEGE:pvrThinkCentreM83:rvnLENOVO:rnSHARKBAY:rvr0B98401PRO:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
+ dmi.product.name: 10BEGE
+ dmi.product.version: ThinkCentre M83
+ dmi.sys.vendor: LENOVO
+ version.compiz: compiz 1:0.9.12+14.10.20140812-0ubuntu1.01
+ version.ia32-libs: ia32-libs 20090808ubuntu36
+ version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
+ version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.5
+ version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
+ version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.5
+ version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
+ version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
+ version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
+ version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.6
+ version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
+ xserver.bootTime: Fri Mar  4 11:45:29 2016
+ xserver.configfile: default
+ xserver.errors:
+  
+ xserver.logfile: /var/log/Xorg.0.log
+ xserver.outputs:
+  product id 767 
+  vendor ACR
+ xserver.version: 2:1.15.1-0ubuntu2.7

** Attachment added: "BootDmesg.txt"
   
https://bugs.launchpad.net/bugs/1439106/+attachment/4588218/+files/BootDmesg.txt

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

Title:
  Xorg crashed with SIGABRT in pixman_region_copy()

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

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


[Bug 1439106] UnitySupportTest.txt

2016-03-04 Thread Folkert
apport information

** Attachment added: "UnitySupportTest.txt"
   
https://bugs.launchpad.net/bugs/1439106/+attachment/4588237/+files/UnitySupportTest.txt

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

Title:
  Xorg crashed with SIGABRT in pixman_region_copy()

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

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


[Bug 1439106] MonitorsUser.xml.txt

2016-03-04 Thread Folkert
apport information

** Attachment added: "MonitorsUser.xml.txt"
   
https://bugs.launchpad.net/bugs/1439106/+attachment/4588230/+files/MonitorsUser.xml.txt

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

Title:
  Xorg crashed with SIGABRT in pixman_region_copy()

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

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


[Bug 1439106] UdevDb.txt

2016-03-04 Thread Folkert
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1439106/+attachment/4588235/+files/UdevDb.txt

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

Title:
  Xorg crashed with SIGABRT in pixman_region_copy()

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

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


[Bug 1439106] Dependencies.txt

2016-03-04 Thread Folkert
apport information

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1439106/+attachment/4588221/+files/Dependencies.txt

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

Title:
  Xorg crashed with SIGABRT in pixman_region_copy()

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

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


[Bug 1439106] LightdmLog.txt

2016-03-04 Thread Folkert
apport information

** Attachment added: "LightdmLog.txt"
   
https://bugs.launchpad.net/bugs/1439106/+attachment/4588227/+files/LightdmLog.txt

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

Title:
  Xorg crashed with SIGABRT in pixman_region_copy()

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

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


[Bug 1439106] Xrandr.txt

2016-03-04 Thread Folkert
apport information

** Attachment added: "Xrandr.txt"
   https://bugs.launchpad.net/bugs/1439106/+attachment/4588240/+files/Xrandr.txt

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

Title:
  Xorg crashed with SIGABRT in pixman_region_copy()

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

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


[Bug 1439106] Lspci.txt

2016-03-04 Thread Folkert
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1439106/+attachment/4588228/+files/Lspci.txt

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

Title:
  Xorg crashed with SIGABRT in pixman_region_copy()

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

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


[Bug 1439106] BootLog.txt

2016-03-04 Thread Folkert
apport information

** Attachment added: "BootLog.txt"
   
https://bugs.launchpad.net/bugs/1439106/+attachment/4588219/+files/BootLog.txt

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

Title:
  Xorg crashed with SIGABRT in pixman_region_copy()

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

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


[Bug 1439106] GconfCompiz.txt

2016-03-04 Thread Folkert
apport information

** Attachment added: "GconfCompiz.txt"
   
https://bugs.launchpad.net/bugs/1439106/+attachment/4588223/+files/GconfCompiz.txt

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

Title:
  Xorg crashed with SIGABRT in pixman_region_copy()

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

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


[Bug 1439106] CurrentDmesg.txt

2016-03-04 Thread Folkert
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1439106/+attachment/4588220/+files/CurrentDmesg.txt

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

Title:
  Xorg crashed with SIGABRT in pixman_region_copy()

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

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


[Bug 1439106] LightdmGreeterLog.txt

2016-03-04 Thread Folkert
apport information

** Attachment added: "LightdmGreeterLog.txt"
   
https://bugs.launchpad.net/bugs/1439106/+attachment/4588225/+files/LightdmGreeterLog.txt

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

Title:
  Xorg crashed with SIGABRT in pixman_region_copy()

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

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


[Bug 1439106] DpkgLog.txt

2016-03-04 Thread Folkert
apport information

** Attachment added: "DpkgLog.txt"
   
https://bugs.launchpad.net/bugs/1439106/+attachment/4588222/+files/DpkgLog.txt

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

Title:
  Xorg crashed with SIGABRT in pixman_region_copy()

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

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


[Bug 1439106] LightdmGreeterLogOld.txt

2016-03-04 Thread Folkert
apport information

** Attachment added: "LightdmGreeterLogOld.txt"
   
https://bugs.launchpad.net/bugs/1439106/+attachment/4588226/+files/LightdmGreeterLogOld.txt

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

Title:
  Xorg crashed with SIGABRT in pixman_region_copy()

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

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


[Bug 1439106] [NEW] Xorg crashed with SIGABRT in pixman_region_copy()

2015-04-01 Thread Folkert
Public bug reported:

Unexplainable crashes observed on Xorg.
Crash occured the last two days.
Occured since updates from last week.
Unable to use the documented Apport workflow to Report the BUG.
Apport workflow was only partielly shown.
Tried already sudo apport-cli -c /var/crash/_usr_bin_Xorg.0.crash


Annotation 1:
In the crash file was the package name printed, but Report a bug said:
2:1.15.1-0ubuntu2.7 does not exist in Ubuntu. Please choose a different 
package. If you're unsure, please select I don't know

Annotation 2:
apt-list Xorg printed out the package, but Report a bug said:
xorg/trusty-updates,now 1:7.7+1ubuntu8.1 amd64 [installed] does not exist in 
Ubuntu. Please choose a different package. If you're unsure, please select I 
don't know

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


** Tags: compiz-0.9 trusty ubuntu

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

Title:
  Xorg crashed with SIGABRT in pixman_region_copy()

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

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


[Bug 1439106] Re: Xorg crashed with SIGABRT in pixman_region_copy()

2015-04-01 Thread Folkert
I tried to attach the Xorg crash file. 
But the Post Comment doesn't submit it.
I'm excused but the file size ist ~57 MB.

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

Title:
  Xorg crashed with SIGABRT in pixman_region_copy()

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

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


[Bug 1159721] [NEW] httping version too old (way behind)

2013-03-25 Thread Folkert van Heusden
Public bug reported:

HTTPing in Ubuntu is waaay behind:


hardy (net): ping-like program for http-requests [universe]
1.2.5-1: amd64 i386
lucid (net): ping-like program for http-requests [universe]
1.3.1-2: amd64 i386
oneiric (net): ping-like program for http-requests [universe]
1.4.4-1build1: amd64 i386
precise (net): ping-like program for http-requests [universe]
1.4.4-1build1: amd64 i386
quantal (net): ping-like program for http-requests [universe]
1.5.3-1: amd64 i386
raring (net): ping-like program for http-requests [universe]
1.5.7-1: amd64 i386


The current version on the httping website is in fact version 2.1: 
http://www.vanheusden.com/httping/

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

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

Title:
  httping version too old (way behind)

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

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


[Bug 1051428] Re: clicking sound on microphone

2012-09-18 Thread Folkert
** Tags removed: needs-upstream-testing
** Tags added: kernel-bug-exists-upstream

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

Title:
  clicking sound on microphone

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

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


[Bug 1051428] Re: clicking sound on microphone

2012-09-18 Thread Folkert
Tested against 3.6.0-030600rc6.201209161835 and click is still there.

With the 3.2.0-30.48 kernel I counted 20 clicks in 30 seconds with irregular 
intervals.
With the upstream kernel I counted 35 clicks in 30 seconds with irregular 
intervals.

How do I know that 'testing of the upstream kernel is complete' btw?

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

Title:
  clicking sound on microphone

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

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


[Bug 1051428] [NEW] clicking sound on microphone

2012-09-15 Thread Folkert
Public bug reported:

See also launchpad bug 151890

Logitech Quickcam Pro 5000 gives irritating click sound every ~15 seconds while 
using it on Skype for example.
It seems to have been solved in the driver for Windows.

lsusb:
Bus 001 Device 008: ID 046d:08c5 Logitech, Inc. QuickCam Pro 5000

lsmod | grep videodev:
videodev   86588  2 uvcvideo,gspca_main

version:
Ubuntu 3.2.0-30.48-generic-pae 3.2.27

Description:Ubuntu 12.04.1 LTS
Release:12.04

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-image-3.2.0-30-generic-pae 3.2.0-30.48
ProcVersionSignature: Ubuntu 3.2.0-30.48-generic-pae 3.2.27
Uname: Linux 3.2.0-30-generic-pae i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 2.0.1-0ubuntu13
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  folkert1710 F pulseaudio
 /dev/snd/controlC0:  folkert1710 F pulseaudio
CRDA: Error: [Errno 2] Bestand of map bestaat niet
Card0.Amixer.info:
 Card hw:0 'ICH5'/'Intel ICH5 with AD1985 at irq 17'
   Mixer name   : 'Analog Devices AD1985'
   Components   : 'AC97a:41445375'
   Controls  : 50
   Simple ctrls  : 35
Card1.Amixer.info:
 Card hw:1 'U0x46d0x8c5'/'USB Device 0x46d:0x8c5 at usb-:00:1d.7-2, high 
speed'
   Mixer name   : 'USB Mixer'
   Components   : 'USB046d:08c5'
   Controls  : 2
   Simple ctrls  : 1
Card1.Amixer.values:
 Simple mixer control 'Mic',0
   Capabilities: cvolume cvolume-joined cswitch cswitch-joined penum
   Capture channels: Mono
   Limits: Capture 0 - 3072
   Mono: Capture 1536 [50%] [24.00dB] [on]
Date: Sat Sep 15 22:21:55 2012
HibernationDevice: RESUME=UUID=9e042901-2dd2-4d07-8ffe-012692b45586
HotplugNewDevices:
 
HotplugNewMounts:
 
InstallationMedia: Kubuntu 12.04 LTS Precise Pangolin - Release i386 
(20120423)
MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
ProcEnviron:
 LANGUAGE=
 TERM=xterm
 PATH=(custom, user)
 LANG=nl_NL.UTF-8
 SHELL=/bin/bash
ProcFB: 0 radeondrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.2.0-30-generic-pae 
root=UUID=1e3d53cb-fae5-4049-a45f-d31116b7ce81 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.2.0-30-generic-pae N/A
 linux-backports-modules-3.2.0-30-generic-pae  N/A
 linux-firmware1.79.1
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
Symptom: storage
UdisksMonitorLog: Monitoring activity from the disks daemon. Press Ctrl+C to 
cancel.
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/12/2004
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1019.002
dmi.board.name: P4C800
dmi.board.vendor: ASUSTeK Computer Inc.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1019.002:bd10/12/2004:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASUSTeKComputerInc.:rnP4C800:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: To Be Filled By O.E.M.
dmi.product.version: To Be Filled By O.E.M.
dmi.sys.vendor: To Be Filled By O.E.M.

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


** Tags: apport-bug i386 precise

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

Title:
  clicking sound on microphone

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

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


[Bug 1051428] Re: clicking sound on microphone

2012-09-15 Thread Folkert
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1051428

Title:
  clicking sound on microphone

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

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


[Bug 469818] Re: taskbar icons corrupted after logging out and back in

2010-05-27 Thread Folkert
I think the importance of this bug should be raised, maybe even
critical, since in my case the icon not only dissappears, but also loses
its function. So, e.g., I cannot logon to other networks or I can't
shutdown the machine because the network manager and shutdown button are
gone.

-- 
taskbar icons corrupted after logging out and back in
https://bugs.launchpad.net/bugs/469818
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 556060] Re: Flash player shows a grey bar below frame

2010-05-14 Thread Folkert
I see you're using 64-bit. For me this worked:
remove the flashplayer with synaptic, download the 64bit flash player (alpha 
version) from here http://labs.adobe.com/downloads/flashplayer10_64bit.html .
Extract it and move it to /usr/lib64/mozilla/plugins, restart Firefox and it 
should be fixed.

-- 
Flash player shows a grey bar below frame
https://bugs.launchpad.net/bugs/556060
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 560473] Re: brightness doesn't work in the 10.04beta2

2010-04-30 Thread Folkert
This bug is still there at the final release of 10.04. My model is
Samsung R522

-- 
brightness doesn't  work in the 10.04beta2
https://bugs.launchpad.net/bugs/560473
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 487241] [NEW] phpmyadmin doesn't install / link to mootools.js

2009-11-23 Thread Folkert
Public bug reported:

Binary package hint: phpmyadmin

kubuntu 9.10; phpmyadmin-4:3.2.2.1-1

The following error (multiple lines though) is reported in
/var/log/apache2/error.log:

File does not exist: /usr/share/phpmyadmin/js/mootools.js, referer:
http://localhost/phpmyadmin/main.php?token=e6c0a1559c61090b67ac29fd9590d9f0

Looking at the files installed by the phpmyadmin package, indeed the
mootools.js is not among them.

A solution was to create manually link like:

sudo ln -s /usr/share/javascript/mootools/mootools.js
/usr/share/phpmyadmin/js/mootools.js

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

-- 
phpmyadmin doesn't install / link to mootools.js
https://bugs.launchpad.net/bugs/487241
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 199883] Re: noise at login, mixer setting problem?

2009-11-21 Thread Folkert
Fix: this card is controlled by PulseAudio and you hear sound everytime it is 
accessed. Since the saa7134_alsa is not really a soundcard, this is not a good 
idea.
Open System - Preferences - Audio
to open PulseAudio mixer settings.
Go to the tab Hardware, here you probably see 2 cards. One has the 
profilename Analog Stereo input (note the input part).
Click on this card and choose from the profile list below Off. Now PulseAudio 
does not control this card anymore and you shouldn't here the sound at login. 
(This fix is only tested for Ubuntu 9.10)
Probably you should repeat this steps for each user on your system.

-- 
noise at login, mixer setting problem?
https://bugs.launchpad.net/bugs/199883
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 199883] Re: noise at login, mixer setting problem?

2009-11-17 Thread Folkert
I think that the blacklist configuration has changed and that, although
you have blacklisted saa7134_alsa, it gets loaded anyway somehow. That's
why the workaround doesn't work anymore. Maybe an Ubuntu developer can
confirm this/give some detailes?

-- 
noise at login, mixer setting problem?
https://bugs.launchpad.net/bugs/199883
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 199883] Re: noise at login, mixer setting problem?

2009-10-30 Thread Folkert
This bug is again prevalent in ubuntu 9.10. The proposed workaround does
not work anymore. Although this bug is not that important it totally
destroys the user  experience and I hope that it gets the right
attention and is solved soon. Other distributions do not suffer from it,
so why should ubuntu?

-- 
noise at login, mixer setting problem?
https://bugs.launchpad.net/bugs/199883
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 371162] Re: starting gimp deactivates monitor; kernel 2.6.28-11

2009-08-12 Thread Folkert
** Description changed:

  Ubuntu 9.04
  GIMP: 2.6.6-0ubuntu1 (jaunty)
- Kernel: 2.6.28-11
+ Kernel: 2.6.28-11, 2.6.28-13
  
  Upgraded from kubuntu from 8.10 to 9.04 via DVD (20090421.2).
- Starting gimp puts the monitor to sleep when system is booted with kernel 
2.6.28-11.
+ Starting gimp puts the monitor to sleep when system is booted with kernel 
2.6.28-11 or 2.6.28-13.
  
  Booting with older kernel (2.6.27-7) works ok.

-- 
starting gimp deactivates monitor; kernel 2.6.28-11
https://bugs.launchpad.net/bugs/371162
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 371162] Re: starting gimp deactivates monitor; kernel 2.6.28-11

2009-08-12 Thread Folkert
My main monitor goes to sleep.
Starting GIMP always makes it go to sleep. There has been an occasion where i 
tried to print something from Firefox(?) and it also went to sleep. 
Will try again with kernel 2.6.28-14 and see what happens there.

Sorry for taking so long to respond but was busy last few months.

-- 
starting gimp deactivates monitor; kernel 2.6.28-11
https://bugs.launchpad.net/bugs/371162
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 371162] Re: starting gimp deactivates monitor; kernel 2.6.28-11

2009-08-12 Thread Folkert
kernel 2.6.28-14 and gimp give the same problem. 
It must be something DRI related i guess as that has changed between these 
kernels.
DRI seems to be working ok from what xdriinfo gives back.
Perhaps using a drirc with setting some option?!?!?

I attach the diff between the Xorg.0.log (2.6.28-14) and Xorg.1.log
(2.6.27-7).

GIMP switches the monitor off when it has initialized and opens its main
window.

** Attachment added: Xorg_diff.log
   http://launchpadlibrarian.net/30219264/Xorg_diff.log

-- 
starting gimp deactivates monitor; kernel 2.6.28-11
https://bugs.launchpad.net/bugs/371162
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 371162] Re: starting gimp deactivates monitor; kernel 2.6.28-11

2009-08-12 Thread Folkert
... and as i entered the previous remark the monitor switched off while i was 
doing something in thunderbird. 
That has happened twice now but at unpredictable moments. GIMP is consistent.
This implies it is not a bug in GIMP but rather in the X11 radeon driver 
(radeon_drv.so?)?

-- 
starting gimp deactivates monitor; kernel 2.6.28-11
https://bugs.launchpad.net/bugs/371162
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 371162] Re: starting gimp deactivates monitor; kernel 2.6.28-11

2009-05-03 Thread Folkert

** Attachment added: kern_2.6.27-7.log
   http://launchpadlibrarian.net/26275379/kern_2.6.27-7.log

-- 
starting gimp deactivates monitor; kernel 2.6.28-11
https://bugs.launchpad.net/bugs/371162
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 371162] Re: starting gimp deactivates monitor; kernel 2.6.28-11

2009-05-03 Thread Folkert

** Attachment added: xorg.conf
   http://launchpadlibrarian.net/26275438/xorg.conf

-- 
starting gimp deactivates monitor; kernel 2.6.28-11
https://bugs.launchpad.net/bugs/371162
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 371162] [NEW] starting gimp deactivates monitor; kernel 2.6.28-11

2009-05-03 Thread Folkert
Public bug reported:

Ubuntu 9.04
GIMP: 2.6.6-0ubuntu1 (jaunty)
Kernel: 2.6.28-11

Upgraded from kubuntu from 8.10 to 9.04 via DVD (20090421.2).
Starting gimp puts the monitor to sleep when system is booted with kernel 
2.6.28-11.

Booting with older kernel (2.6.27-7) works ok.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: 9.04 gimp kernel kubuntu

-- 
starting gimp deactivates monitor; kernel 2.6.28-11
https://bugs.launchpad.net/bugs/371162
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 371162] Re: starting gimp deactivates monitor; kernel 2.6.28-11

2009-05-03 Thread Folkert

** Attachment added: kern_2.6.28-11.log
   http://launchpadlibrarian.net/26275334/kern_2.6.28-11.log

-- 
starting gimp deactivates monitor; kernel 2.6.28-11
https://bugs.launchpad.net/bugs/371162
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 371162] Re: starting gimp deactivates monitor; kernel 2.6.28-11

2009-05-03 Thread Folkert

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

-- 
starting gimp deactivates monitor; kernel 2.6.28-11
https://bugs.launchpad.net/bugs/371162
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 371162] Re: starting gimp deactivates monitor; kernel 2.6.28-11

2009-05-03 Thread Folkert
** Package changed: ubuntu = gimp (Ubuntu)

-- 
starting gimp deactivates monitor; kernel 2.6.28-11
https://bugs.launchpad.net/bugs/371162
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 303663] [NEW] wx-config missing from wx-common

2008-11-30 Thread Folkert
Public bug reported:

Binary package hint: wx-common

Kubuntu 8.10 (Intrepid)
wx-common 2.8.8.0-0ubuntu2

The script/binary 'wx-config' seems to be missing from 'wx-common'.
List of installed files:

/.
/usr
/usr/share
/usr/share/bakefile
/usr/share/bakefile/presets
/usr/share/bakefile/presets/wx.bkl
/usr/share/bakefile/presets/wx_unix.bkl
/usr/share/bakefile/presets/wx_win32.bkl
/usr/share/aclocal
/usr/share/aclocal/wxwin.m4
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/wx-config.1.gz
/usr/share/man/man1/wxrc-tools.1.gz
/usr/share/doc
/usr/share/doc/wx-common
/usr/share/doc/wx-common/changelog.gz
/usr/share/doc/wx-common/copyright
/usr/share/doc/wx-common/changelog.Debian.gz
/usr/bin
/usr/bin/wxrc
/usr/share/man/man1/wxrc.1.gz

** Affects: wxwidgets2.8 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
wx-config missing from wx-common
https://bugs.launchpad.net/bugs/303663
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 278471] Re: Screen flickers or blanks every 10 s with KDE4

2008-11-20 Thread Folkert
Disabling the RANDR service worked for my Radeon9600.
In what situation would I need to enable it again? 
Iow what is the exact purpose of that service?

-- 
Screen flickers or blanks every 10 s with KDE4
https://bugs.launchpad.net/bugs/278471
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 299665] Re: grub fails to install on partition during liveDVD install

2008-11-19 Thread Folkert
** Tags added: grub

-- 
grub fails to install on partition during liveDVD install
https://bugs.launchpad.net/bugs/299665
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 299665] Re: grub fails to install on partition during liveDVD install

2008-11-19 Thread Folkert

** Description changed:

  During install of Kubuntu 8.10 from LiveDVD, grub-installer exits with 
message:
  /dev/sda6 does not have any corresponding BIOS drive
  
  4 partitions on 2 HDD's (PATA) to be used for Kubuntu 8.10:
  - /dev/sda6 for /boot
  - /dev/sda7 for /swap
  - /dev/sda8 for /
  - /dev/sdb7 for /usr
  
  A primary bootloader (bootmagic) exists in /dev/sda3 that refers to /dev/sda6 
for booting Kubuntu.
  This has worked for several years with Kubuntu Feisty on /dev/sda6.
- /dev/sda6 is a non-bootable extended partition.
-  
- =BEGIN
- [EMAIL PROTECTED]:/target/boot/grub$ sudo fdisk -lu
- 
- Schijf /dev/sda: 80.0 GB, 80026361856 bytes
- 255 koppen, 63 sectoren/spoor, 9729 cilinders, totaal 156301488 sectoren
- Eenheid = sectoren van 1 * 512 = 512 bytes
- Schijf-ID: 0x2a40ace4
- 
- Apparaat Opstart Begin Einde Blokken ID Systeem
- /dev/sda1 208908 73947194 36869143+ 17 Verborgen HPFS/NTFS
- /dev/sda2 73947195 156296384 41174595 f W95 Uitgeb. (LBA)
- /dev/sda3 * 63 208844 104391 6 FAT16
- /dev/sda5 73947258 78043769 2048256 b W95 FAT32
- /dev/sda6 78043833 78252614 104391 83 Linux
- /dev/sda7 78252678 80308934 1028128+ 82 Linux wisselgeheugen
- /dev/sda8 80308998 156296384 37993693+ 83 Linux
- 
- Partitietabel-items liggen niet in schijfvolgorde.
- 
- Schijf /dev/sdb: 120.0 GB, 120034123776 bytes
- 255 koppen, 63 sectoren/spoor, 14593 cilinders, totaal 234441648 sectoren
- Eenheid = sectoren van 1 * 512 = 512 bytes
- Schijf-ID: 0x19762147
- 
- Apparaat Opstart Begin Einde Blokken ID Systeem
- /dev/sdb1 * 16065 234436544 117210240 f W95 Uitgeb. (LBA)
- /dev/sdb5 16128 122897249 61440561 7 HPFS/NTFS
- /dev/sdb6 122897313 163862999 20482843+ b W95 FAT32
- /dev/sdb7 163863063 234436544 35286741 83 Linux
- [EMAIL PROTECTED]:/target/boot/grub$
-  END
- 
- (I'm sorry but the language is Dutch.)
+ /dev/sda6 is a non-bootable extended partition. (see fdisk.txt attachment)
  
  The solution was to install Kubuntu 8.10 without installing GRUB.
  Then reboot in LiveDVD and apply changes as described in 
http://ubuntuforums.org/showthread.php?t=986000

** Attachment added: fdisk.txt
   http://launchpadlibrarian.net/19780819/fdisk.txt

-- 
grub fails to install on partition during liveDVD install
https://bugs.launchpad.net/bugs/299665
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 299665] [NEW] grub fails to install on partition during liveDVD install

2008-11-18 Thread Folkert
Public bug reported:

During install of Kubuntu 8.10 from LiveDVD, grub-installer exits with message:
/dev/sda6 does not have any corresponding BIOS drive

4 partitions on 2 HDD's (PATA) to be used for Kubuntu 8.10:
- /dev/sda6 for /boot
- /dev/sda7 for /swap
- /dev/sda8 for /
- /dev/sdb7 for /usr

A primary bootloader (bootmagic) exists in /dev/sda3 that refers to /dev/sda6 
for booting Kubuntu.
This has worked for several years with Kubuntu Feisty on /dev/sda6.
/dev/sda6 is a non-bootable extended partition.
 
=BEGIN
[EMAIL PROTECTED]:/target/boot/grub$ sudo fdisk -lu

Schijf /dev/sda: 80.0 GB, 80026361856 bytes
255 koppen, 63 sectoren/spoor, 9729 cilinders, totaal 156301488 sectoren
Eenheid = sectoren van 1 * 512 = 512 bytes
Schijf-ID: 0x2a40ace4

Apparaat Opstart Begin Einde Blokken ID Systeem
/dev/sda1 208908 73947194 36869143+ 17 Verborgen HPFS/NTFS
/dev/sda2 73947195 156296384 41174595 f W95 Uitgeb. (LBA)
/dev/sda3 * 63 208844 104391 6 FAT16
/dev/sda5 73947258 78043769 2048256 b W95 FAT32
/dev/sda6 78043833 78252614 104391 83 Linux
/dev/sda7 78252678 80308934 1028128+ 82 Linux wisselgeheugen
/dev/sda8 80308998 156296384 37993693+ 83 Linux

Partitietabel-items liggen niet in schijfvolgorde.

Schijf /dev/sdb: 120.0 GB, 120034123776 bytes
255 koppen, 63 sectoren/spoor, 14593 cilinders, totaal 234441648 sectoren
Eenheid = sectoren van 1 * 512 = 512 bytes
Schijf-ID: 0x19762147

Apparaat Opstart Begin Einde Blokken ID Systeem
/dev/sdb1 * 16065 234436544 117210240 f W95 Uitgeb. (LBA)
/dev/sdb5 16128 122897249 61440561 7 HPFS/NTFS
/dev/sdb6 122897313 163862999 20482843+ b W95 FAT32
/dev/sdb7 163863063 234436544 35286741 83 Linux
[EMAIL PROTECTED]:/target/boot/grub$
 END

(I'm sorry but the language is Dutch.)

The solution was to install Kubuntu 8.10 without installing GRUB.
Then reboot in LiveDVD and apply changes as described in 
http://ubuntuforums.org/showthread.php?t=986000

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
grub fails to install on partition during liveDVD install
https://bugs.launchpad.net/bugs/299665
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 199883] Re: noise at login, mixer setting problem?

2008-10-14 Thread Folkert
I have exact the same issue, though the proposed fix of Igor Gomes
doesn't work for me :(

-- 
noise at login, mixer setting problem?
https://bugs.launchpad.net/bugs/199883
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