[Bug 2062380] Re: Using a 6.8 kernel 'modprobe nvidia' hangs on Quanta Grace Hopper

2024-06-25 Thread Mitchell Augustin
I've confirmed that this issue is resolved in the latest releases of the
affected driver branches. Closing this issue.

** Changed in: nvidia-graphics-drivers-535-server (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: nvidia-graphics-drivers-550-server (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  Using a 6.8 kernel 'modprobe nvidia' hangs on Quanta Grace Hopper

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-535-server/+bug/2062380/+subscriptions


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

[Bug 2058557] Re: Kernel panic during checkbox stress_ng_test on Grace running noble 6.8 (arm64+largemem) kernel

2024-06-10 Thread Mitchell Augustin
** Changed in: linux (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  Kernel panic during checkbox stress_ng_test on Grace running noble 6.8
  (arm64+largemem) kernel

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


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

[Bug 2058557] Re: Kernel panic during checkbox stress_ng_test on Grace running noble 6.8 (arm64+largemem) kernel

2024-05-08 Thread Mitchell Augustin
** Tags removed: verification-needed-noble-linux
** Tags added: verification-done-noble-linux

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

Title:
  Kernel panic during checkbox stress_ng_test on Grace running noble 6.8
  (arm64+largemem) kernel

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


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

[Bug 2052663] Re: fabric-manager-535 setup fails during install on Grace/Hopper arm64 system running noble

2024-04-24 Thread Mitchell Augustin
This bug no longer appears to be reproducible on noble with the 6.8
generic kernels, so I have marked it as resolved.

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

Title:
  fabric-manager-535 setup fails during install on Grace/Hopper arm64
  system running noble

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fabric-manager-535/+bug/2052663/+subscriptions


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

[Bug 2062380] Re: Using a 6.8 kernel 'modprobe nvidia' hangs on Quanta Grace Hopper

2024-04-24 Thread Mitchell Augustin
Compiling the Nvidia drivers with -ffixed-x18 on affected versions is
also sufficient to prevent this hang/panic:

https://github.com/NVIDIA/open-gpu-kernel-modules

diff --git a/src/nvidia-modeset/Makefile b/src/nvidia-modeset/Makefile
index 66edbf4e..d49a3bfb 100644
--- a/src/nvidia-modeset/Makefile
+++ b/src/nvidia-modeset/Makefile
@@ -95,6 +95,7 @@ endif
 ifeq ($(TARGET_ARCH),aarch64)
   CFLAGS += -mgeneral-regs-only
   CFLAGS += -march=armv8-a
+  CFLAGS += -ffixed-x18
   CONDITIONAL_CFLAGS += $(call TEST_CC_ARG, -mno-outline-atomics)
 endif
 
diff --git a/src/nvidia/Makefile b/src/nvidia/Makefile
index e2f1c672..0f70514b 100644
--- a/src/nvidia/Makefile
+++ b/src/nvidia/Makefile
@@ -90,6 +90,7 @@ ifeq ($(TARGET_ARCH),aarch64)
   CFLAGS += -mgeneral-regs-only
   CFLAGS += -march=armv8-a
   CFLAGS += -mstrict-align
+  CFLAGS += -ffixed-x18
   CONDITIONAL_CFLAGS += $(call TEST_CC_ARG, -mno-outline-atomics)
 endif

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

Title:
  Using a 6.8 kernel 'modprobe nvidia' hangs on Quanta Grace Hopper

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-535-server/+bug/2062380/+subscriptions


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

[Bug 2052663] Re: fabric-manager-535 setup fails during install on Grace/Hopper arm64 system running noble

2024-04-24 Thread Mitchell Augustin
** Changed in: fabric-manager-535 (Ubuntu)
 Assignee: (unassigned) => Mitchell Augustin (mitchellaugustin)

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Mitchell Augustin (mitchellaugustin)

** Changed in: nvidia-graphics-drivers-535-server (Ubuntu)
 Assignee: (unassigned) => Mitchell Augustin (mitchellaugustin)

** Changed in: fabric-manager-535 (Ubuntu)
   Status: New => Fix Released

** Changed in: linux (Ubuntu)
   Status: New => Fix Released

** Changed in: nvidia-graphics-drivers-535-server (Ubuntu)
   Status: New => Fix Released

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

Title:
  fabric-manager-535 setup fails during install on Grace/Hopper arm64
  system running noble

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fabric-manager-535/+bug/2052663/+subscriptions


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

[Bug 2062380] Re: Using a 6.8 kernel 'modprobe nvidia' hangs on Quanta Grace Hopper

2024-04-24 Thread Mitchell Augustin
In trying to determine if core count had any effect on this bug, I set
maxcpus to 4 and tried loading the driver on the kernel with the shadow
stack enabled (aka the standard -generic config). It looks like the same
root issue occurred, but this time, I got a panic with a trace that
corroborates the claim that this is related to the shadow stack:

[  391.736417] Internal error: Oops - FPAC: 7200 [#1] SMP
[  391.744257] Modules linked in: nvidia(OE+) ecdh_generic ecc qrtr cdc_ether 
cdc_subset usbnet cfg80211 binfmt_misc dax_hmem cxl_acpi cxl_core ast 
i2c_algo_bit nvidia_cspmu arm_spe_pmu arm_smmuv3_pmu arm_cspmu_module 
uio_pdrv_genirq uio spi_nor acpi_ipmi mtd nls_iso8859_1 ipmi_ssif ipmi_devintf 
cppc_cpufreq ipmi_msghandler acpi_power_meter dm_multipath efi_pstore nfnetlink 
dmi_sysfs ip_tables x_tables autofs4 btrfs blake2b_generic raid10 raid456 
async_raid6_recov async_memcpy async_pq async_xor async_tx xor xor_neon 
raid6_pq libcrc32c raid1 raid0 mlx5_ib ib_uverbs macsec ib_core mlx5_dpll 
i2c_smbus crct10dif_ce polyval_ce polyval_generic ghash_ce sm4_ce_gcm 
sm4_ce_ccm sm4_ce sm4_ce_cipher sm4 sm3_ce sm3 nvme sha3_ce sha2_ce 
sha256_arm64 sha1_ce mlx5_core nvme_core mlxfw nvme_auth psample xhci_pci tls 
xhci_pci_renesas pci_hyperv_intf spi_tegra210_quad i2c_tegra aes_neon_bs 
aes_neon_blk aes_ce_blk aes_ce_cipher
[  391.826552] CPU: 0 PID: 14412 Comm: insmod Tainted: G   OE  
6.8.1+ #2
[  391.834202] Hardware name:  /, BIOS 01.02.01 20240207
[  391.840074] pstate: 6349 (nZCv daif +PAN -UAO +TCO +DIT -SSBS BTYPE=--)
[  391.847190] pc : __kmalloc+0x1e4/0x498
[  391.851025] lr : 0xc040
[  391.854605] sp : 8000a3ab3620
[  391.857987] x29: 8000a3ab3620 x28: 0001 x27: 0001
[  391.865282] x26: 01f8 x25: 00aa1d70 x24: 8feac028
[  391.872577] x23: c040aab743f0 x22: 80008d4c5020 x21: 8000a3ab37f8
[  391.879871] x20: 0038 x19: 8000a3ab3658 x18: 8000a3ab3614
[  391.887165] x17:  x16:  x15: 0004
[  391.894459] x14:  x13:  x12: 
[  391.901753] x11:  x10: 8000a3ab36a0 x9 : c040c0af8d48
[  391.909049] x8 : 8edc3c40 x7 :  x6 : 
[  391.916343] x5 :  x4 :  x3 : 
[  391.923637] x2 :  x1 : 8e87c480 x0 : 8edc3c00
[  391.930931] Call trace:
[  391.933427]  __kmalloc+0x1e4/0x498
[  391.936899]  0xc0007304e5f6c040
[  391.940107] Code: a9435bf5 a94463f7 910183ff f85f8e5e (d50323bf) 
[  391.946336] ---[ end trace  ]---
[  391.977579] Kernel panic - not syncing: corrupted shadow stack detected 
inside scheduler
[  391.980605] kauditd_printk_skb: 98 callbacks suppressed
[  391.980607] audit: type=1400 audit(1713999301.128:108): apparmor="DENIED" 
operation="open" class="file" profile="rsyslogd" name="/run/systemd/sessions/" 
pid=801 comm=72733A6D61696E20513A526567 requested_mask="r" denied_mask="r" 
fsuid=103 ouid=0
[  391.980674] audit: type=1400 audit(1713999301.128:109): apparmor="DENIED" 
operation="open" class="file" profile="rsyslogd" name="/run/systemd/sessions/" 
pid=801 comm=72733A6D61696E20513A526567 requested_mask="r" denied_mask="r" 
fsuid=103 ouid=0
[  391.980679] audit: type=1400 audit(1713999301.128:110): apparmor="DENIED" 
operation="open" class="file" profile="rsyslogd" name="/run/systemd/sessions/" 
pid=801 comm=72733A6D61696E20513A526567 requested_mask="r" denied_mask="r" 
fsuid=103 ouid=0
[  392.057603] SMP: stopping secondary CPUs
[  392.061632] Kernel Offset: 0x40404069 from 0x80008000
[  392.067859] PHYS_OFFSET: 0x8000
[  392.071420] CPU features: 0x0,,d002cd4a,2b67fea7
[  392.076848] Memory Limit: none
[  392.106695] ---[ end Kernel panic - not syncing: corrupted shadow stack 
detected inside scheduler ]---

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

Title:
  Using a 6.8 kernel 'modprobe nvidia' hangs on Quanta Grace Hopper

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-535-server/+bug/2062380/+subscriptions


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

[Bug 2062380] Re: Using a 6.8 kernel 'modprobe nvidia' hangs on Quanta Grace Hopper

2024-04-24 Thread Mitchell Augustin
It looks like this is the relevant option present in the upstream stable
6.8.1 defconfig but not in the 6.8.0-31-generic config that enables the
defconfig kernel to load the Nvidia driver:

CONFIG_SHADOW_CALL_STACK=n

I suspect that the kernel team is not going to want to disable kernel
support for the GCC shadow stack to fix this bug, so my guess is that
we'll need to explore other potential fixes for this issue.

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

Title:
  Using a 6.8 kernel 'modprobe nvidia' hangs on Quanta Grace Hopper

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-535-server/+bug/2062380/+subscriptions


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

[Bug 2062380] Re: Using a 6.8 kernel 'modprobe nvidia' hangs on Quanta Grace Hopper

2024-04-24 Thread Mitchell Augustin
** Changed in: nvidia-graphics-drivers-535-server (Ubuntu)
 Assignee: (unassigned) => Mitchell Augustin (mitchellaugustin)

** Changed in: nvidia-graphics-drivers-550-server (Ubuntu)
 Assignee: (unassigned) => Mitchell Augustin (mitchellaugustin)

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

Title:
  Using a 6.8 kernel 'modprobe nvidia' hangs on Quanta Grace Hopper

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-535-server/+bug/2062380/+subscriptions


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

[Bug 2058557] Re: Kernel panic during checkbox stress_ng_test on Grace running noble 6.8 (arm64+largemem) kernel

2024-04-09 Thread Mitchell Augustin
Fix has landed upstream:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/fs/aio.c?h=v6.9-rc3=caeb4b0a11b3393e43f7fa8e0a5a18462acc66bd

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

Title:
  Kernel panic during checkbox stress_ng_test on Grace running noble 6.8
  (arm64+largemem) kernel

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


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

[Bug 2058557] Re: Kernel panic during checkbox stress_ng_test on Grace running noble 6.8 (arm64+largemem) kernel

2024-04-01 Thread Mitchell Augustin
A fix has been applied to vfs.fixes upstream and should land soon. I
have tested this patch and verified that the panic no longer occurs.

** Changed in: linux (Ubuntu)
   Status: New => Fix Committed

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

Title:
  Kernel panic during checkbox stress_ng_test on Grace running noble 6.8
  (arm64+largemem) kernel

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


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

[Bug 2058557] Re: Kernel panic during checkbox stress_ng_test on Grace running noble 6.8 (arm64+largemem) kernel

2024-03-28 Thread Mitchell Augustin
This issue is still present upstream, so I reported it to the original
committer of the patch.

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

Title:
  Kernel panic during checkbox stress_ng_test on Grace running noble 6.8
  (arm64+largemem) kernel

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


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

[Bug 2058557] Re: Kernel panic during checkbox stress_ng_test on Grace running noble 6.8 (arm64+largemem) kernel

2024-03-28 Thread Mitchell Augustin
I have isolated the cause of this bug to this commit:
https://git.launchpad.net/~ubuntu-
kernel/ubuntu/+source/linux/+git/noble/commit/?h=Ubuntu-6.8.0-20.20=71eb6b6b0ba93b1467bccff57b5de746b09113d2

All versions that I tested before this commit during my bisect passed
the aiol test at least 15 times in a row, and all versions after this
commit panic during at least one test. To confirm, I reverted this patch
on the latest 6.8 Ubuntu kernel (which was previously panicking reliably
within 5 tests) and verified that, with that change, it passes the test
at least 15x in a row without any panics.

The contents of the patch also support this conclusion, as the patch is
a change to the Linux AIO interface that introduces new calls to
spin_lock_irqsave() and wake_up_process() inside aio_complete(), which
corresponds with the content of the traces I have observed.

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

Title:
  Kernel panic during checkbox stress_ng_test on Grace running noble 6.8
  (arm64+largemem) kernel

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


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

[Bug 2058557] Re: Kernel panic during checkbox stress_ng_test on Grace running noble 6.8 (arm64+largemem) kernel

2024-03-26 Thread Mitchell Augustin
It turns out that this issue does not appear with *every* run of the
aiol test on affected kernels, so multiple runs of that test may be
necessary for the panic to occur.

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

Title:
  Kernel panic during checkbox stress_ng_test on Grace running noble 6.8
  (arm64+largemem) kernel

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


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

[Bug 2058557] Re: Kernel panic during checkbox stress_ng_test on Grace running noble 6.8 (arm64+largemem) kernel

2024-03-25 Thread Mitchell Augustin
I did some more version testing, and I have not been able to reproduce
this bug with the "aiol" stressor on either Upstream 6.5 or Ubuntu
6.5.0-26-generic-64k, so it was evidently introduced after that version.

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

Title:
  Kernel panic during checkbox stress_ng_test on Grace running noble 6.8
  (arm64+largemem) kernel

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


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

[Bug 2058557] Re: Kernel panic during checkbox stress_ng_test on Grace running noble 6.8 (arm64+largemem) kernel

2024-03-22 Thread Mitchell Augustin
Earlier, I said that the device mapper observation did not seem to be a
hard line - however, further testing now indicates that the situations
where I observed panics when stressing nvme0n1 were due to an unrelated
bug that is present in the latest 6.5 mainline tree, but *not* the
latest 6.5 Ubuntu kernel tree (6.5.0-26-generic-64k).

Therefore, from the perspective of *this* bug report, it once again
*does* appear that this issue is only present when stressing dm-0 and
not present when stressing a non-device-mapper device.

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

Title:
  Kernel panic during checkbox stress_ng_test on Grace running noble 6.8
  (arm64+largemem) kernel

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


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

[Bug 2058557] Re: Kernel panic during checkbox stress_ng_test on Grace running noble 6.8 (arm64+largemem) kernel

2024-03-22 Thread Mitchell Augustin
I did not observe this issue with any other stress_ng disk tests on
linux-image-6.8.0-11-generic-64k after 1 full run of the suite with the
"aiol" test disabled.

(When running the "aiol" test alone, it panicked reliably each time.)

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

Title:
  Kernel panic during checkbox stress_ng_test on Grace running noble 6.8
  (arm64+largemem) kernel

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


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

[Bug 2058557] Re: Kernel panic during checkbox stress_ng_test on Grace running noble 6.8 (arm64+largemem) kernel

2024-03-21 Thread Mitchell Augustin
Upon further investigation, the device mapper observation does not seem
to be a hard line, as I was able to observe panics when stressing both
dm-0 and nvme0n1 under different circumstances.

At the moment, it also seems like the specific part of stress_ng_test
that is the culprit is the "stress-ng aiol stressor". When running only
the "aiol" stressor in isolation on linux-image-6.8.0-11-generic-64k,
the panic reliably happens in under 5 minutes.

Currently investigating to see if any other stress_ng tests cause the
same issue on this kernel version, or if it is only aiol.

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

Title:
  Kernel panic during checkbox stress_ng_test on Grace running noble 6.8
  (arm64+largemem) kernel

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


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

[Bug 2058557] Re: Kernel panic during checkbox stress_ng_test on Grace running noble 6.8 (arm64+largemem) kernel

2024-03-21 Thread Mitchell Augustin
I have observed that this panic does not seem to happen when stressing
non-device-mapper devices (ex: it panics when running /usr/lib/checkbox-
provider-base/bin/stress_ng_test.py disk --device dm-0 --base-time 240,
but completes successfully when running /usr/lib/checkbox-provider-
base/bin/stress_ng_test.py disk --device nvme0n1 --base-time 240).

I'm going to investigate this further to confirm.

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

Title:
  Kernel panic during checkbox stress_ng_test on Grace running noble 6.8
  (arm64+largemem) kernel

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


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

[Bug 2058557] Re: Kernel panic during checkbox stress_ng_test on Grace running noble 6.8 (arm64+largemem) kernel

2024-03-20 Thread Mitchell Augustin
This is also reproducible on the latest mainline version
(https://kernel.ubuntu.com/mainline/v6.8/arm64/, retrieved 20 Mar 2024 @
5 PM):

20 Mar 22:54: Running stress-ng aiol stressor for 240 seconds...
[  354.451450] Unable to handle kernel paging request at virtual address 
17be9b4aa3e187be
[  354.459580] Mem abort info:
[  354.462439]   ESR = 0x9621
[  354.466274]   EC = 0x25: DABT (current EL), IL = 32 bits
[  354.471703]   SET = 0, FnV = 0
[  354.474819]   EA = 0, S1PTW = 0
[  354.478024]   FSC = 0x21: alignment fault
[  354.482118] Data abort info:
[  354.485056]   ISV = 0, ISS = 0x0021, ISS2 = 0x
[  354.490662]   CM = 0, WnR = 0, TnD = 0, TagAccess = 0
[  354.495823]   GCS = 0, Overlay = 0, DirtyBit = 0, Xs = 0
[  354.501251] [17be9b4aa3e187be] address between user and kernel address ranges
[  354.508548] Internal error: Oops: 9621 [#1] SMP
[  354.514245] Modules linked in: qrtr cfg80211 binfmt_misc nls_iso8859_1 
input_leds dax_hmem cxl_acpi acpi_ipmi onboard_usb_hub nvidia_cspmu ipmi_ssif 
cxl_co
re ipmi_devintf arm_cspmu_module arm_smmuv3_pmu ipmi_msghandler uio_pdrv_genirq 
uio spi_nor cppc_cpufreq joydev mtd acpi_power_meter dm_multipath nvme_fabrics
 efi_pstore nfnetlink dmi_sysfs ip_tables x_tables autofs4 btrfs 
blake2b_generic raid10 raid456 async_raid6_recov async_memcpy async_pq 
async_xor async_tx xor
 xor_neon raid6_pq libcrc32c raid1 raid0 hid_generic rndis_host usbhid 
cdc_ether hid usbnet uas usb_storage crct10dif_ce polyval_ce polyval_generic 
ghash_ce s
m4_ce_gcm sm4_ce_ccm sm4_ce sm4_ce_cipher sm4 sm3_ce sm3 nvme sha3_ce i2c_smbus 
ixgbe sha2_ce nvme_core ast sha256_arm64 xhci_pci sha1_ce xfrm_algo xhci_pci_r
enesas i2c_algo_bit nvme_auth mdio spi_tegra210_quad i2c_tegra aes_neon_bs 
aes_neon_blk aes_ce_blk aes_ce_cipher
[  354.594676] CPU: 61 PID: 0 Comm: swapper/61 Kdump: loaded Not tainted 
6.8.0-060800-generic-64k #202403131158
[  354.604728] Hardware name: Supermicro MBD-G1SMH/G1SMH, BIOS 1.0c 12/28/2023
[  354.611844] pstate: 034000c9 (nzcv daIF +PAN -UAO +TCO +DIT -SSBS BTYPE=--)
[  354.618962] pc : _raw_spin_lock_irqsave+0x44/0x100
[  354.623863] lr : try_to_wake_up+0x68/0x758
[  354.628053] sp : 8000807afaf0
[  354.631436] x29: 8000807afaf0 x28: 0004 x27: 
[  354.638731] x26: a06103dc8a98 x25: 8000807afd98 x24: 0002
[  354.646027] x23: f8156840 x22: 17be9b4aa3e187be x21: 
[  354.653323] x20: 0003 x19: 00c0 x18: 8000819a0098
[  354.660619] x17:  x16:  x15: e97dca18
[  354.667914] x14:  x13:  x12: 
[  354.675208] x11:  x10:  x9 : a06100ba6810
[  354.682504] x8 :  x7 : 0040 x6 : 9080
[  354.689800] x5 : c2fb0dc488b0 x4 :  x3 : 894178c0
[  354.697096] x2 : 0001 x1 :  x0 : 17be9b4aa3e187be
[  354.704391] Call trace:
[  354.706886]  _raw_spin_lock_irqsave+0x44/0x100
[  354.711426]  try_to_wake_up+0x68/0x758
[  354.715254]  wake_up_process+0x24/0x50
[  354.719082]  aio_complete+0x1c4/0x2b8
[  354.722825]  aio_complete_rw+0x11c/0x2c8
[  354.726831]  iomap_dio_bio_end_io+0x1f0/0x248
[  354.731282]  bio_endio+0x170/0x270
[  354.734758]  __dm_io_complete+0x180/0x200
[  354.738855]  clone_endio+0xc8/0x288
[  354.742416]  bio_endio+0x170/0x270
[  354.745889]  blk_mq_end_request_batch+0x2e0/0x558
[  354.750696]  nvme_pci_complete_batch+0x94/0x118 [nvme]
[  354.755958]  nvme_irq+0x9c/0xb0 [nvme]
[  354.759788]  __handle_irq_event_percpu+0x68/0x2c0
[  354.764595]  handle_irq_event+0x58/0xe8
[  354.768511]  handle_fasteoi_irq+0xb0/0x218
[  354.772695]  generic_handle_domain_irq+0x38/0x70
[  354.777411]  __gic_handle_irq_from_irqson.isra.0+0x180/0x310
[  354.783195]  gic_handle_irq+0x2c/0xa0
[  354.786935]  call_on_irq_stack+0x3c/0x50
[  354.790941]  do_interrupt_handler+0xb0/0xc8
[  354.795214]  el1_interrupt+0x48/0xf0
[  354.798866]  el1h_64_irq_handler+0x1c/0x40
[  354.803050]  el1h_64_irq+0x7c/0x80
[  354.806523]  cpuidle_enter_state+0xd8/0x790
[  354.810795]  cpuidle_enter+0x44/0x78
[  354.814446]  cpuidle_idle_call+0x15c/0x210
[  354.818631]  do_idle+0xb0/0x130
[  354.821837]  cpu_startup_entry+0x44/0x50
[  354.825845]  secondary_start_kernel+0xec/0x130
[  354.830386]  __secondary_switched+0xc0/0xc8
[  354.834661] Code: b9001041 d503201f 5281 52800022 (88e17c02) 
[  354.840893] SMP: stopping secondary CPUs
[  355.897569] SMP: failed to stop secondary CPUs 0-60,62-143
[  355.904206] Starting crashdump kernel...
[  355.908214] [ cut here ]
[  355.912930] Some CPUs may be stale, kdump will be unreliable.
[  355.918807] WARNING: CPU: 61 PID: 0 at arch/arm64/kernel/machine_kexec.c:174 
machine_kexec+0x48/0x1f0
[  355.928236] Modules linked in: qrtr cfg80211 binfmt_misc nls_iso8859_1 
input_leds dax_hmem 

[Bug 2058557] [NEW] Kernel panic during checkbox stress_ng_test on Grace running noble 6.8 (arm64+largemem) kernel

2024-03-20 Thread Mitchell Augustin
Public bug reported:

A kernel oops and panic occurred during 22.04 SoC certification on
Gunyolk (Grace/Grace) with 6.8 kernel, arm64+largemem variant

Steps to reproduce:
Run (as root) the following commands:

add-apt-repository -y ppa:checkbox-dev/stable
apt-add-repository -y ppa:firmware-testing-team/ppa-fwts-stable
apt update
apt install -y canonical-certification-server
/usr/lib/checkbox-provider-base/bin/stress_ng_test.py disk --device dm-0 
--base-time 240

stress_ng_test caused a kernel panic after about 5 minutes. I have
attached dmesg output from my reproducer to this report.

Initially, this was identified via a panic during the above test, which
was running as part of a run of certify-soc-22.04.

Attached is a tarball containing:

- apport.linux-image-6.8.0-11-generic-64k.kzsondji.apport: The output of 
`ubuntu-bug linux` on the machine (after reboot)
- reproduced-dmesg.202403201942: The dmesg output captured by kdump when I 
reproduced my original issue by running only the single stress_ng_test.py 
command above (not the entire cert suite)
- original-dmesg.txt: The dmesg output I captured when the stress_ng_test 
originally failed during the full cert suite run

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

** Attachment added: "dmesg and ubuntu-bug outputs"
   
https://bugs.launchpad.net/bugs/2058557/+attachment/5757643/+files/grace-panic.tar.xz

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

Title:
  Kernel panic during checkbox stress_ng_test on Grace running noble 6.8
  (arm64+largemem) kernel

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


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

[Bug 1931568] Re: I have installed the ubuntu 19.10 and since the installation it says no wifi adpter found but the wifi was working with Windows perfectly but since I switch to ubuntu I am not able t

2021-06-10 Thread Augustin Alexander J
I have installed the ubuntu 19.10 and since the installation it says no
wifi adpter found but the wifi was working with Windows perfectly but
since I switch to ubuntu I am not able to use the wifi. I have tried
lots of different methods to fix this issue on the internet and also
asked on Ubuntu community for help but none worked for me. It seems
there's some bug on the os because during the installation the wifi was
working but after the installation has completed the wifi stoped working
and says No wifi adapter found.

ProblemType: Bug
DistroRelease: Ubuntu 19.10
Package: linux-image-5.3.0-46-generic 5.3.0-46.38
ProcVersionSignature: Ubuntu 5.3.0-46.38-generic 5.3.18
Uname: Linux 5.3.0-46-generic x86_64
ApportVersion: 2.20.11-0ubuntu8.8
Architecture: amd64
AudioDevicesInUse:
 USER PID ACCESS COMMAND
 /dev/snd/controlC1: anu 2180 F pulseaudio
 /dev/snd/controlC0: anu 2180 F pulseaudio
CurrentDesktop: ubuntu:GNOME
Date: Fri Apr 10 16:31:11 2020
InstallationDate: Installed on 2020-04-09 (1 days ago)
InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
IwConfig:
 lo no wireless extensions.

 enp0s16u3 no wireless extensions.

 enp1s0 no wireless extensions.
MachineType: LENOVO 81FS
ProcFB: 0 amdgpudrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-46-generic 
root=UUID=9462d35f-9a18-4b4c-8372-6429117b7939 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-5.3.0-46-generic N/A
 linux-backports-modules-5.3.0-46-generic N/A
 linux-firmware 1.183.5
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/14/2019
dmi.bios.vendor: LENOVO
dmi.bios.version: 7UCN28WW(V2.02)
dmi.board.asset.tag: NO Asset Tag
dmi.board.name: LNVNB161216
dmi.board.vendor: LENOVO
dmi.board.version: No DPK
dmi.chassis.asset.tag: NO Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo E41-25
dmi.modalias: 
dmi:bvnLENOVO:bvr7UCN28WW(V2.02):bd11/14/2019:svnLENOVO:pn81FS:pvrLenovoE41-25:rvnLENOVO:rnLNVNB161216:rvrNoDPK:cvnLENOVO:ct10:cvrLenovoE41-25:
dmi.product.family: E41-25
dmi.product.name: 81FS
dmi.product.sku: LENOVO_MT_81FS_BU_idea_FM_E41-25
dmi.product.version: Lenovo E41-25
dmi.sys.vendor: LENOVO

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

Title:
  I have installed the ubuntu 19.10 and since the installation it says
  no wifi adpter found but the wifi was working with Windows perfectly
  but since I switch to ubuntu I am not able to use the wifi. I have
  tried lots of different methods to fix this issue on the internet and
  also asked on Ubuntu community for help but none worked for me. It
  seems there's some bug on the os because during the installation the
  wifi was working but after the installation has completed the wifi
  stoped working and says No wifi adapter found.  ProblemType: Bug
  DistroRelease: Ubuntu 19.10 Package: linux-image-5.3.0-46-generic
  5.3.0-46.38 ProcVersionSignature: Ubuntu 5.3.0-46.38-generic 5.3.18
  Uname: Linux 5.3.0-46-generic x86_64 ApportVersion: 2.20.11-0ubuntu8.8
  Architecture: amd64 AudioDevicesInUse:  USER PID ACCESS COMMAND
  /dev/snd/controlC1: anu 2180 F pulseaudio  /dev/snd/controlC0: anu
  2180 F pulseaudio CurrentDesktop: ubuntu:GNOME Date: Fri Apr 10
  16:31:11 2020 InstallationDate: Installed on 2020-04-09 (1 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64
  (20191017) IwConfig:  lo no wireless extensions.   enp0s16u3 no
  wireless extensions.   enp1s0 no wireless extensions. MachineType:
  LENOVO 81FS ProcFB: 0 amdgpudrmfb ProcKernelCmdLine:
  BOOT_IMAGE=/boot/vmlinuz-5.3.0-46-generic root=UUID=9462d35f-
  9a18-4b4c-8372-6429117b7939 ro quiet splash vt.handoff=7
  RelatedPackageVersions:  linux-restricted-modules-5.3.0-46-generic N/A
  linux-backports-modules-5.3.0-46-generic N/A  linux-firmware 1.183.5
  SourcePackage: linux UpgradeStatus: No upgrade log present (probably
  fresh install) dmi.bios.date: 11/14/2019 dmi.bios.vendor: LENOVO
  dmi.bios.version: 7UCN28WW(V2.02) dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216 dmi.board.vendor: LENOVO
  dmi.board.version: No DPK dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version:
  Lenovo E41-25 dmi.modalias:
  
dmi:bvnLENOVO:bvr7UCN28WW(V2.02):bd11/14/2019:svnLENOVO:pn81FS:pvrLenovoE41-25:rvnLENOVO:rnLNVNB161216:rvrNoDPK:cvnLENOVO:ct10:cvrLenovoE41-25:
  dmi.product.family: E41-25 dmi.product.name: 81FS dmi.product.sku:
  LENOVO_MT_81FS_BU_idea_FM_E41-25 dmi.product.version: Lenovo E41-25
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xubuntu-meta/+bug/1931568/+subscriptions

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

[Bug 1931568] [NEW] I have installed the ubuntu 19.10 and since the installation it says no wifi adpter found but the wifi was working with Windows perfectly but since I switch to ubuntu I am not able

2021-06-10 Thread Augustin Alexander J
Public bug reported:

I have installed the ubuntu 19.10 and since the installation it says no
wifi adpter found but the wifi was working with Windows perfectly but
since I switch to ubuntu I am not able to use the wifi. I have tried
lots of different methods to fix this issue on the internet and also
asked on Ubuntu community for help but none worked for me. It seems
there's some bug on the os because during the installation the wifi was
working but after the installation has completed the wifi stoped working
and says No wifi adapter found.

ProblemType: Bug
DistroRelease: Ubuntu 19.10
Package: linux-image-5.3.0-46-generic 5.3.0-46.38
ProcVersionSignature: Ubuntu 5.3.0-46.38-generic 5.3.18
Uname: Linux 5.3.0-46-generic x86_64
ApportVersion: 2.20.11-0ubuntu8.8
Architecture: amd64
AudioDevicesInUse:
 USER PID ACCESS COMMAND
 /dev/snd/controlC1: anu 2180 F pulseaudio
 /dev/snd/controlC0: anu 2180 F pulseaudio
CurrentDesktop: ubuntu:GNOME
Date: Fri Apr 10 16:31:11 2020
InstallationDate: Installed on 2020-04-09 (1 days ago)
InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
IwConfig:
 lo no wireless extensions.

 enp0s16u3 no wireless extensions.

 enp1s0 no wireless extensions.
MachineType: LENOVO 81FS
ProcFB: 0 amdgpudrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-46-generic 
root=UUID=9462d35f-9a18-4b4c-8372-6429117b7939 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-5.3.0-46-generic N/A
 linux-backports-modules-5.3.0-46-generic N/A
 linux-firmware 1.183.5
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/14/2019
dmi.bios.vendor: LENOVO
dmi.bios.version: 7UCN28WW(V2.02)
dmi.board.asset.tag: NO Asset Tag
dmi.board.name: LNVNB161216
dmi.board.vendor: LENOVO
dmi.board.version: No DPK
dmi.chassis.asset.tag: NO Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo E41-25
dmi.modalias: 
dmi:bvnLENOVO:bvr7UCN28WW(V2.02):bd11/14/2019:svnLENOVO:pn81FS:pvrLenovoE41-25:rvnLENOVO:rnLNVNB161216:rvrNoDPK:cvnLENOVO:ct10:cvrLenovoE41-25:
dmi.product.family: E41-25
dmi.product.name: 81FS
dmi.product.sku: LENOVO_MT_81FS_BU_idea_FM_E41-25
dmi.product.version: Lenovo E41-25
dmi.sys.vendor: LENOVO

** Affects: xubuntu-meta (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/1931568

Title:
  I have installed the ubuntu 19.10 and since the installation it says
  no wifi adpter found but the wifi was working with Windows perfectly
  but since I switch to ubuntu I am not able to use the wifi. I have
  tried lots of different methods to fix this issue on the internet and
  also asked on Ubuntu community for help but none worked for me. It
  seems there's some bug on the os because during the installation the
  wifi was working but after the installation has completed the wifi
  stoped working and says No wifi adapter found.  ProblemType: Bug
  DistroRelease: Ubuntu 19.10 Package: linux-image-5.3.0-46-generic
  5.3.0-46.38 ProcVersionSignature: Ubuntu 5.3.0-46.38-generic 5.3.18
  Uname: Linux 5.3.0-46-generic x86_64 ApportVersion: 2.20.11-0ubuntu8.8
  Architecture: amd64 AudioDevicesInUse:  USER PID ACCESS COMMAND
  /dev/snd/controlC1: anu 2180 F pulseaudio  /dev/snd/controlC0: anu
  2180 F pulseaudio CurrentDesktop: ubuntu:GNOME Date: Fri Apr 10
  16:31:11 2020 InstallationDate: Installed on 2020-04-09 (1 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64
  (20191017) IwConfig:  lo no wireless extensions.   enp0s16u3 no
  wireless extensions.   enp1s0 no wireless extensions. MachineType:
  LENOVO 81FS ProcFB: 0 amdgpudrmfb ProcKernelCmdLine:
  BOOT_IMAGE=/boot/vmlinuz-5.3.0-46-generic root=UUID=9462d35f-
  9a18-4b4c-8372-6429117b7939 ro quiet splash vt.handoff=7
  RelatedPackageVersions:  linux-restricted-modules-5.3.0-46-generic N/A
  linux-backports-modules-5.3.0-46-generic N/A  linux-firmware 1.183.5
  SourcePackage: linux UpgradeStatus: No upgrade log present (probably
  fresh install) dmi.bios.date: 11/14/2019 dmi.bios.vendor: LENOVO
  dmi.bios.version: 7UCN28WW(V2.02) dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216 dmi.board.vendor: LENOVO
  dmi.board.version: No DPK dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version:
  Lenovo E41-25 dmi.modalias:
  
dmi:bvnLENOVO:bvr7UCN28WW(V2.02):bd11/14/2019:svnLENOVO:pn81FS:pvrLenovoE41-25:rvnLENOVO:rnLNVNB161216:rvrNoDPK:cvnLENOVO:ct10:cvrLenovoE41-25:
  dmi.product.family: E41-25 dmi.product.name: 81FS dmi.product.sku:
  LENOVO_MT_81FS_BU_idea_FM_E41-25 dmi.product.version: Lenovo E41-25
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xubuntu-meta/+bug/1931568/+subscriptions

-- 
ubuntu-bugs mailing list

[Bug 1863978] Re: boot failing - unable to handle kernel paging request - followed by oops

2020-02-25 Thread Augustin
I've upgraded my system to linux-image-5.3.0-40-generic and it fix the problem!
Here is my procedure :
- restore a backup from before the 5.0.0-1032-azure kernel update
- restart the vm
- sudo apt update
- sudo apt upgrade
- sudo apt install --install-recommends linux-generic-hwe-18.04
- restart the vm

after the restart the applied kernel is linux-image-5.3.0-40-generic.

The server can reboot and the application can restart normally without
any CPU lock issue.

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

Title:
  boot failing - unable to handle kernel paging request - followed by
  oops

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

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

[Bug 1863978] Re: boot failing - unable to handle kernel paging request - followed by oops

2020-02-23 Thread Augustin
We are also affected on this problem on 3 Ubuntu 18.04 vms since the
kernel 5.0.0-1032-azure has been installed (automatically installed
after a reboot of the server).

The Linux vms with older kernel (that have not been restarted) are not
affected.

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

Title:
  boot failing - unable to handle kernel paging request - followed by
  oops

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

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

[Bug 1856552] [NEW] unmet depencies at runtime & wrong depencies in pakge

2019-12-16 Thread Johannes Augustin
Public bug reported:

tested on Ubuntu 19.10 eoan

Package gqrx-sdr has dependency to "libgnuradio-digital3.7.13" but on execution 
gqrx throws 
"gqrx: error while loading shared libraries: libgnuradio-digital.so.3.7.11: 
cannot open shared object file: No such file or directory"

Therefore dependency needed by program are others then the package is
configured with.

** Affects: gqrx-sdr (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/1856552

Title:
  unmet depencies at runtime & wrong depencies in pakge

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gqrx-sdr/+bug/1856552/+subscriptions

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

[Bug 1772148] Re: Mount.cifs does not work without keyutils being installed

2019-01-21 Thread Augustin
This bug is still present on Ubuntu 18.04 as of 21/01/2019.
I also suggest making keyutils a required dependency, as it is a "the program 
fails when this is not installed" dependency.

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

Title:
  Mount.cifs does not work without keyutils being installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cifs-utils/+bug/1772148/+subscriptions

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

[Bug 1776416] Re: Sound stopped working after update 11/06/18 7pm GMT

2018-08-28 Thread Augustin Riedinger
> Sound working again thanks to an engineer

Could you explain how was this fixed? Ain't the drivers supposed to
update automatically with the system update?

I went off on holiday and hoped the bug got fixed in the meantime but
apparently not. :(

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

Title:
  Sound stopped working after update 11/06/18 7pm GMT

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

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

[Bug 1776416] Re: Sound stopped working after update 11/06/18 7pm GMT

2018-07-13 Thread Augustin Riedinger
Same here. I fix would be great. I haven't tried to boot with older
headers though, maybe you'll get some sound back @surfsecret ?

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

Title:
  Sound stopped working after update 11/06/18 7pm GMT

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

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

[Bug 1775515] [NEW] crash on desktop loading: manually installed nvidia driver 390. At startup, slow to load the desktop ( need Ctrl+Alt+F1 to retry openning the session and then it works)

2018-06-07 Thread Augustin
Public bug reported:

Manually installed nvidia driver 390.

At startup, slow to load the desktop, needs  Ctrl+Alt+F1 to retry
openning the session and then it works.

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: nvidia-340 (not installed)
ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
Uname: Linux 4.15.0-22-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.9-0ubuntu7.1
Architecture: amd64
Date: Fri Jun  1 19:39:42 2018
ErrorMessage: tentative de remplacement de « /lib/udev/rules.d/71-nvidia.rules 
», qui appartient aussi au paquet nvidia-kernel-common-390 390.48-0ubuntu3
InstallationDate: Installed on 2018-05-31 (6 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
Python3Details: /usr/bin/python3.6, Python 3.6.5, python3-minimal, 3.6.5-3
PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2
 apt  1.6.1
SourcePackage: nvidia-graphics-drivers-340
Title: package nvidia-340 (not installed) failed to install/upgrade: tentative 
de remplacement de « /lib/udev/rules.d/71-nvidia.rules », qui appartient aussi 
au paquet nvidia-kernel-common-390 390.48-0ubuntu3
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nvidia-graphics-drivers-340 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package bionic

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

Title:
  crash on desktop loading: manually installed nvidia driver 390. At
  startup, slow to load the desktop ( need  Ctrl+Alt+F1 to retry
  openning the session and then it works)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-340/+bug/1775515/+subscriptions

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

[Bug 1573594] Re: Missing null termination in PROTOCOL_BINARY_CMD_SASL_LIST_MECHS response handling

2017-10-17 Thread Aloÿs Augustin
This looks like a duplicate of #1381160.

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

Title:
  Missing null termination in PROTOCOL_BINARY_CMD_SASL_LIST_MECHS
  response handling

To manage notifications about this bug go to:
https://bugs.launchpad.net/libmemcached/+bug/1573594/+subscriptions

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

[Bug 1431774] Re: network mount hangs on shutdown - NetworkManager needs to stop after network.target

2016-03-22 Thread Augustin Riedinger
Finally, adding 
```
ExecStop=/bin/true
KillMode=none
```
 to `/lib/systemd/system/dbus.service`'s [Service] section fixed it, as 
mentioned there: https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/1438612

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

Title:
  network mount hangs on shutdown - NetworkManager needs to stop after
  network.target

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1431774/+subscriptions

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


[Bug 1431774] Re: network mount hangs on shutdown - NetworkManager needs to stop after network.target

2016-03-22 Thread Augustin Riedinger
Hello,

I'm having the issue with Debian 8. I know we are in Ubuntu's launchpad but it 
is the most documented issue I found on the web.
I guess the fix will be similar, though releases will differ.

Could you summarize the fix?

Is it:

Adding `After=dbus.service` to
/lib/systemd/system/NetworkManager.service's [Unit] section

Or:

Adding `Before=network.target` to
/lib/systemd/system/wpa_supplicant.service's [Unit] section

Or both?

Thanks

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

Title:
  network mount hangs on shutdown - NetworkManager needs to stop after
  network.target

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1431774/+subscriptions

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


[Bug 665932] Re: boot stops at resume: libgcrypt 1.4.5 for over 20 seconds

2015-06-22 Thread Augustin Riedinger
I agree with eddie-dunn that a UUID
29581fa0-3814-11e4-a7d0-0002a5d5c51b not found would help.

Another thing would be to being able to disable uswsusp completely
simply by editing files... Could we get info on that?

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

Title:
  boot stops at resume: libgcrypt 1.4.5 for over 20 seconds

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

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


[Bug 1450156] Re: kernel 3.16.0-36 won't boot on Lenovo Thinkpad X1 Carbon 3rd Gen

2015-05-04 Thread Augustin Riedinger
Please report when a fix is out! Thanks

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

Title:
  kernel 3.16.0-36 won't boot on Lenovo Thinkpad X1 Carbon 3rd Gen

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

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


[Bug 1450156] Re: kernel 3.16.0-36 won't boot on Lenovo Thinkpad X1 Carbon 3rd Gen

2015-05-04 Thread Augustin Riedinger
Hi Tihomir,

Thanks, your fix did the job for me.

How come such syntax error (a missing `else` according to the other bug
report:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1449401?comments=all
) got released?

Also, shouldn't the fix be released immediately, instead of being
downloaded from  a user's personal repository (which could be hacky
etc.)

Thanks

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

Title:
  kernel 3.16.0-36 won't boot on Lenovo Thinkpad X1 Carbon 3rd Gen

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

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


[Bug 1315955] Re: nfsd hangs

2015-01-17 Thread Moritz Augustin
in our case the nfs3 workaround works nicely and although we also do
heavy duty file system operations on the clients we have not suffered
from any problems

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

Title:
  nfsd hangs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/1315955/+subscriptions

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


[Bug 1362723] Re: package grub-pc 2.02~beta2-9ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2014-09-15 Thread Augustin
** This bug is no longer a duplicate of bug 1351414
   package grub-pc 2.02~beta2-9ubuntu1 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package grub-pc 2.02~beta2-9ubuntu1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

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

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


[Bug 1362723] Re: package grub-pc 2.02~beta2-9ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2014-09-15 Thread Augustin
It is not a duplicate. I hope I successfully removed the duplicate
notice.

John, you are obviously hosted by OVH. The bug is due to a custom script by OVH.
I found the solution here:
http://forum.kimsufi.com/showthread.php?28294-etc-grub-d-06_OVHkernel-line-6 
Namely, in English:
Edit the file /etc/grub.d/06_OVHkernel
and replace update-grub_lib  with grub-mkconfig_lib.

(note that the OS is set as: OS=Ubuntu 10.10! This script is old and
hasn't been updated in a long while!)

Then do: 
sudo dpkg --configure -a

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

Title:
  package grub-pc 2.02~beta2-9ubuntu1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

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

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


[Bug 1332753] Re: +rsync_long_args=--rsync-path=sudo rsync command fails

2014-07-10 Thread Moritz Augustin
I can confirm this problem. After upgrading from Precise to Trusty the
unchanged rsnapshot config gave rise to an error instead of doing the
backup which worked for the 12.04 Ubuntu version.

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

Title:
  +rsync_long_args=--rsync-path=sudo rsync command fails

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

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


[Bug 1315955] Re: nfsd hangs

2014-06-17 Thread Moritz Augustin
I can confirm this bug with Ubuntu 14.04 LTS and would appreciate any 
workaround since this is hurting me alot in my production environment (8 
servers) which I have updated to the current LTS assuming stable core packets 
like nfs related ones... 
If you need more details please let me know.

** Attachment added: dmesg output
   
https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/1315955/+attachment/4133217/+files/dmesg.txt

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

Title:
  nfsd hangs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/1315955/+subscriptions

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


[Bug 1160188] Re: ATH9K wireless signal weak

2013-08-01 Thread Augustin Riedinger
Well, I added the patch once. Then I got an update (I'm on Lubuntu, though I'm 
not sure it makes any difference). 
And the bug came back with some installation.

Any idea when it will be fixed and won't come back while installing
updates, so I can continue to update my ubuntu safely?

Thanks

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

Title:
  ATH9K wireless signal weak

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

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


[Bug 989571] [NEW] Release Upgrade Fails: depency cycle for libtinfo5/libncurses5

2012-04-27 Thread Augustin Lenormand
Public bug reported:

Trying tu upgrade from oneiric oscelot to precise pangolin fails with
this error message:

E:Couldn't configure pre-depend libtinfo5 for libncurses5, probably a
dependency cycle.

** Affects: update-manager (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/989571

Title:
  Release Upgrade Fails: depency cycle for libtinfo5/libncurses5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/989571/+subscriptions

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


[Bug 989571] Re: Release Upgrade Fails: depency cycle for libtinfo5/libncurses5

2012-04-27 Thread Augustin Lenormand
Hum sorry it is the already reported as the Bug #894340, I miss it.

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

Title:
  Release Upgrade Fails: depency cycle for libtinfo5/libncurses5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/989571/+subscriptions

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


[Bug 577716] Re: ibus should work out of the box on Kubuntu

2011-12-27 Thread Augustin
Also reported here:
http://linux.overshoot.tv/ticket/243

At the very least, ibus, ibus-chewing  Co. should be already configured when 
the OS is installed in Chinese.
I recently installed Kubuntu in Chinese, but ibus was not configured at all and 
nothing worked out of the box.


** Bug watch added: linux.overshoot.tv/ #243
   http://linux.overshoot.tv/ticket/243

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

Title:
  ibus should work out of the box on Kubuntu

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

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


[Bug 730155] Re: ibus in Kubuntu uses the GTK gui, icons missing

2011-12-27 Thread Augustin
** Also affects: ibus via
   http://code.google.com/p/ibus/issues/detail?id=1368
   Importance: Unknown
   Status: Unknown

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

Title:
  ibus in Kubuntu uses the GTK gui, icons missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ibus/+bug/730155/+subscriptions

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


[Bug 577716] Re: ibus should work out of the box on Kubuntu

2011-12-27 Thread Augustin
How to change the 'importance' and the 'milestone' fields of this bug
report?

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

Title:
  ibus should work out of the box on Kubuntu

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

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


[Bug 730155] Re: ibus in Kubuntu uses the GTK gui, icons missing

2011-12-27 Thread Augustin
Also reported here:
http://linux.overshoot.tv/ticket/240
http://code.google.com/p/ibus/issues/detail?id=1368


** Bug watch added: linux.overshoot.tv/ #240
   http://linux.overshoot.tv/ticket/240

** Bug watch added: IBus bugs #1368
   http://code.google.com/p/ibus/issues/detail?id=1368

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

Title:
  ibus in Kubuntu uses the GTK gui, icons missing

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

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


[Bug 783534] Re: Move to Workspace have to be pressed twice

2011-05-24 Thread Augustin Trancart
Hi Stephan,

Thank you for filling this bug report!

From what you've said, I understand you're using ubuntu classic, and not
Unity. Can you confirm that?

If you're using Unity, where do you right click on?

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

Title:
  Move to Workspace have to be pressed twice

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


[Bug 783534] Re: Move to Workspace have to be pressed twice

2011-05-24 Thread Augustin Trancart
Actually, on my machine:
-If I click once, it highlights the desktop
-It I click twice (but NOT double-click), it does nothing more than 
highlightning, which can give you the feeling it's not working.
-If I double-click -- it actually zooms into the desktop.
-If I right-click once, it zooms into the desktop.

If it behaves like this for you, I think it's not a bug... Otherwise, it
just means I can't reproduce :-)

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

Title:
  Move to Workspace have to be pressed twice

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


[Bug 764272] Re: Unity Launcher does not hide

2011-05-23 Thread Augustin Trancart
*** This bug is a duplicate of bug 769703 ***
https://bugs.launchpad.net/bugs/769703

Both duplicates of #769703 which seems to already have been triaged...

** This bug has been marked a duplicate of bug 769703
   Unity launcher does not auto hide when dragging music in clementine or other 
Qt softwares

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

Title:
  Unity Launcher does not hide

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


[Bug 753934] Re: Inconsistent hide behavior of the launch bar in Unity

2011-05-23 Thread Augustin Trancart
*** This bug is a duplicate of bug 769703 ***
https://bugs.launchpad.net/bugs/769703

I think both this bug and #764272 are duplicates of #769703...

** This bug has been marked a duplicate of bug 769703
   Unity launcher does not auto hide when dragging music in clementine or other 
Qt softwares

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

Title:
  Inconsistent hide behavior of the launch bar in Unity

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


[Bug 589576] Re: Mplayer and VLC problems with unicode Chinese subtitles

2011-03-24 Thread Augustin
I confirm this bug on Kubuntu 9.10, too.
Adding the -ass option solved the problem. 

I added it in ~/.mplayer/config:
  # Turn on SSA/ASS subtitle rendering.
  ass=yes

This kind of things (subtitles with non-ascii characters) should work by
default.

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

Title:
  Mplayer and VLC problems with unicode Chinese subtitles

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


[Bug 151162] Re: drag n drop attachments is broken

2011-03-15 Thread Augustin
Ubuntu Maverick Meerkat 10.10 + Thunderbird 3.1.9pre + gnome 2.32.0.

When dragging any and all attachment to the desktop, it doesn't work
(the dragged file bounces back to Thunderbird) or gives an error about
the location not being supported.

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

Title:
  drag n drop attachments is broken

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


[Bug 604847] Re: Firefox menu bar does not respond at all

2010-10-18 Thread Augustin Trancart
And this bug mysteriously disappeared ! :-O

It is really strange because I've tried everything that normally solve
these problems : restarting everything, reinstalling etc...

So if you have this problem, you can just wait 24h and see ;-)

-- 
Firefox menu bar does not respond at all
https://bugs.launchpad.net/bugs/604847
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 604847] Re: Firefox menu bar does not respond at all

2010-10-17 Thread Augustin Trancart
I have the same problem.
Restarted firefox/the whole system or reinstalling firefox doesn't solve it.

It's even worst on my machine than Susan, because I can't even accesse
the dropdown menu (eg. Most Visited, Latest Headlines or the
AddBlock+ menu)

** Changed in: firefox (Ubuntu)
   Status: Invalid = New

-- 
Firefox menu bar does not respond at all
https://bugs.launchpad.net/bugs/604847
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 604847] Re: Firefox menu bar does not respond at all

2010-10-17 Thread Augustin Trancart
Architecture: i386
CheckboxSubmission: 7775b1b5523ba70d35264e5aad0a90f2
CheckboxSystem: b845c366ea09c60efa3a45c1b5b21525
DistroRelease: Ubuntu 10.10
FirefoxPackages:
 firefox 3.6.10+build1+nobinonly-0ubuntu3
 firefox-gnome-support 3.6.10+build1+nobinonly-0ubuntu3
 firefox-branding 3.6.10+build1+nobinonly-0ubuntu3
 abroswer N/A
 abrowser-branding N/A
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
NonfreeKernelModules: wl
Package: firefox 3.6.10+build1+nobinonly-0ubuntu3
PackageArchitecture: i386
ProcEnviron:
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.35-22.34-generic 2.6.35.4
Tags: maverick
Uname: Linux 2.6.35-22-generic i686
UserGroups: adm admin audio cdrom dialout fuse games lpadmin netdev plugdev 
sambashare tape video


** Tags added: apport-collected

-- 
Firefox menu bar does not respond at all
https://bugs.launchpad.net/bugs/604847
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 604847] Dependencies.txt

2010-10-17 Thread Augustin Trancart
apport information

** Attachment added: Dependencies.txt
   
https://bugs.edge.launchpad.net/bugs/604847/+attachment/1698911/+files/Dependencies.txt

-- 
Firefox menu bar does not respond at all
https://bugs.launchpad.net/bugs/604847
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 604847] ExtensionSummary.txt

2010-10-17 Thread Augustin Trancart
apport information

** Attachment added: ExtensionSummary.txt
   
https://bugs.edge.launchpad.net/bugs/604847/+attachment/1698912/+files/ExtensionSummary.txt

-- 
Firefox menu bar does not respond at all
https://bugs.launchpad.net/bugs/604847
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 604847] profile_default_pluginreg.dat.txt

2010-10-17 Thread Augustin Trancart
apport information

** Attachment added: profile_default_pluginreg.dat.txt
   
https://bugs.edge.launchpad.net/bugs/604847/+attachment/1698913/+files/profile_default_pluginreg.dat.txt

-- 
Firefox menu bar does not respond at all
https://bugs.launchpad.net/bugs/604847
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 604847] profiles.ini.txt

2010-10-17 Thread Augustin Trancart
apport information

** Attachment added: profiles.ini.txt
   
https://bugs.edge.launchpad.net/bugs/604847/+attachment/1698914/+files/profiles.ini.txt

-- 
Firefox menu bar does not respond at all
https://bugs.launchpad.net/bugs/604847
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 601892] [NEW] Ubuntu One not synchronizing

2010-07-05 Thread Augustin
Private bug reported:

Binary package hint: ubuntuone-client

Ubuntu One will never synchronize. I'm using (an almost fresh
installation of) 64-bit Lucid.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: ubuntuone-client 1.2.1-0ubuntu3
ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-23-generic x86_64
Architecture: amd64
Date: Mon Jul  5 14:39:03 2010
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
PackageArchitecture: all
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: ubuntuone-client
UbuntuOneUserSyncdaemonConfig:
 [bandwidth_throttling]
 read_limit = 2097152
 write_limit = 2097152
 on = False

** Affects: ubuntuone-client (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

-- 
Ubuntu One not synchronizing
https://bugs.launchpad.net/bugs/601892
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 601892] Re: Ubuntu One not synchronizing

2010-07-05 Thread Augustin

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

** Attachment added: UbuntuOneClientPackages.txt
   http://launchpadlibrarian.net/51410306/UbuntuOneClientPackages.txt

** Attachment added: UbuntuOneOAuthLoginLog.txt
   http://launchpadlibrarian.net/51410307/UbuntuOneOAuthLoginLog.txt

** Attachment added: UbuntuOnePreferencesLog.txt
   http://launchpadlibrarian.net/51410308/UbuntuOnePreferencesLog.txt

** Visibility changed to: Private

-- 
Ubuntu One not synchronizing
https://bugs.launchpad.net/bugs/601892
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 467668] Re: [regression-release] Neither compiz nor metacity nor nautilus are run at start

2010-06-03 Thread Augustin
Leo, thank you... in a way =)

This indeed fixed the problem, so thank you for that.

However, the commands you gave do not move the directories to a
backup... They RENAME each directory to the same name, which means it
gets erased. Which means, for instance, I've lost all my Chromium
extensions (fortunately I had enabled the Synch option, so my bookmarks
are safe) and saved passwords. Of course, I've also lost all my
configuration files for Compiz, for instance, but that might have been
necessary anyway.

So, please, could you fix your suggestion before other people lose their
data?

Thank you for your help anyway, apart from this quirk, I can now boot
without having to hack my way through to a normal desktop.

-- 
[regression-release] Neither compiz nor metacity nor nautilus are run at start
https://bugs.launchpad.net/bugs/467668
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 467668] Re: [regression-release] Neither compiz nor metacity nor nautilus are run at start

2010-06-03 Thread Augustin
I'm very confused... After doing all this, I did cd backup then ls
-al and it returned nothing. I did that three times to be sure. Now,
I've just done it again because you asked, and it's all there.

So, obviously, I've messed up the command or had a very, very bad brain
lapse. In any case, I'm very sorry to have written false information
about your message, and as soon as I find a way to edit my comment, I
will do so.

Again, all my apologies, and let me reiterate the thank you for making
my Ubuntu more usable =)

-- 
[regression-release] Neither compiz nor metacity nor nautilus are run at start
https://bugs.launchpad.net/bugs/467668
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 467668] Re: [regression-release] Neither compiz nor metacity nor nautilus are run at start

2010-06-03 Thread Augustin
Thank you Leo.

I cannot try this right now, this being my office computer. I will try
it later today, or tomorrow, or this week-end, and let you know here.

Thanks again.

-- 
[regression-release] Neither compiz nor metacity nor nautilus are run at start
https://bugs.launchpad.net/bugs/467668
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 572617] Re: [regression-release] Compiz fails to decorate windows after upgrade

2010-06-02 Thread Augustin
Personally, the only occurrence of compiz.real on my computer was due to
me creating the symlink after I had read it could fix the problem. It
did not.

-- 
[regression-release] Compiz fails to decorate windows after upgrade
https://bugs.launchpad.net/bugs/572617
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 467668] Re: [regression-release] Neither compiz nor metacity nor nautilus are run at start

2010-06-02 Thread Augustin
I have renamed the following folders:
- ~/.compiz
- ~/.config/compiz
- ~/.config/gnome-session

A reboot later, nothing's fixed.

I may try to rename even more folders, or do the opposite, i.e. rename
every folder but a few that I'm 100% sure have nothing to do with
graphical stuff (thunderbird, chromium, etc.).

It's so frustrating not to be able to launch some kind of program to
return to a default config and work up from there.

-- 
[regression-release] Neither compiz nor metacity nor nautilus are run at start
https://bugs.launchpad.net/bugs/467668
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 572617] Re: [regression-release] Compiz fails to decorate windows after upgrade

2010-06-01 Thread Augustin
Well, actually, I encountered no trace of compiz.real in the various
error logs I've checked.

Also, I have removed any session links saved in the
$HOME/.compiz/session directory, but some seem to make their way back,
so maybe that is indeed the problem.

-- 
[regression-release] Compiz fails to decorate windows after upgrade
https://bugs.launchpad.net/bugs/572617
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 572617] Re: [regression-release] Compiz fails to decorate windows after upgrade

2010-05-31 Thread Augustin
Like my two compadres above, I'm encountering the same symptoms.
Upgraded from Karmic, doesn't work, but does work for a brand new user.
I've looked into my xsessions-error but fixed all the errors, to no
avail. I'm currently working around the problem by launching
/usr/bin/compiz at startup, which apparently forces the loading of the
video drivers.

It is the loading of the video drivers that's problematic, I think. When
changing the visual effects settings from None to anything else in
Simple CompizConfig Settings Manager, it forces the reloading of the
drivers, and then, things work.

Still, I know I may be a bit harsh, but this definitely-not-minor bug
has been around since day 1, and is still not fixed... It's a bit
frightening for a LTS version. With that problem and all-around
(relative) instability, I find it difficult to defend Ubuntu when
talking about OS merits with Windows- or Mac-users.

-- 
[regression-release] Compiz fails to decorate windows after upgrade
https://bugs.launchpad.net/bugs/572617
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 563161] Re: Must reenable desktop effects with every restart in ubuntu 10.04 lucid

2010-05-15 Thread Augustin
No solution provided here works for me... Any word from a developer?
This is a major problem, and it's starting to be frustrating...

-- 
Must reenable desktop effects with every restart in ubuntu 10.04 lucid
https://bugs.launchpad.net/bugs/563161
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 503334] [NEW] Problems with startup order when using upstart-job and ureadahead

2010-01-05 Thread Arno Augustin
Public bug reported:

Binary package hint: ureadahead

Description:Ubuntu 9.10
Release:9.10
ureadahead 0.90.3-2

I write this because some others and me have problems starting the
system when using upstart-job and performance optimizers like ureadahead
which is default for Ubuntu 9.10.

When switching off ureadahead the system seems to start in the right way. I 
think with
the design of some actual daemons upstart-job can not guarantee that all
daemons get started in the right order. I think the problem is that
upstart-job has no information of the working state of the started daemons.
I don't know if I'm right, but please read the following:

Currently for the most daemons the following startup mechanism is valid.
The daemon itself is started by init through an init script or an
upstart-job in the way that the daemon is loaded (partially) from disk
and executed. After that the process forks itself, sets up a child
process and returns. Init or startup-job gets control again and brings
up the next daemon in the right order.
The Problem with this is that some daemons fork and return immediately.
At this point it is not guaranteed that the daemon is ready doing its
service. You can only say that the daemon has been forked but not how
much code it has executed and which internal state it has reached.
With a standard startup this is normally not a problem. There init loads
the first init script from disk which loads and starts daemon A from
disk. Daemon A forks itself and returns. The child process uses the CPU
and begins to work while init loads the next init script from disk. This
normally leads to a correct startup order, because the forked job always
gets enough CPU time to startup completely while the system waits for io
while loading the next script or job.

With upstart-job and ureadahead the things are different. Upstart-job
brings up a lot of jobs at the same time and brings up new jobs just
after jobs have been forked on which they depend on (but still may not
be ready for service). When ureadahead also is active most of the code
is already in ram and there are even more forks per second. The system
schedules between all these new processes and some with more code may
become ready later than others. This sometimes results in a wrong
startup order. The system only starts(!) the daemons in the right order
but does not know if they are ready for service!

The problem here is not upstart-job or ureadahead itself. The problem
are some daemons which fork a job and return immediately just before
they are ready to do their service. Upstart-job has no chance to know
the point when a daemon becomes ready (And that is the point after which
depended jobs are allowed to run).
To avoid a wrong startup order all startup daemons must not return until
they have internally reached a final state and are ready doing it's
service. But this means that some daemons have to be changed. If this is
not possible as a hack the syslog, the state of some listen sockets or
the existence of file systems may be checked to see if it's time to
bring up the next jobs.
Although ureadaehad is not responsible for the malfunction I report this as a 
bug about ureadahead because without ureadahead the system is ok. Maybe you 
have a better idea where to put this bug...

ProblemType: Bug
Architecture: i386
Date: Tue Jan  5 12:51:34 2010
DistroRelease: Ubuntu 9.10
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
NonfreeKernelModules: nvidia
Package: ureadahead 0.90.3-2
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, no user)
 LANG=de_DE.ISO-8859-1
ProcVersionSignature: Ubuntu 2.6.31-15.50-generic
SourcePackage: ureadahead
Uname: Linux 2.6.31-15-generic i686
XsessionErrors:
 (nautilus:2754): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed
 (polkit-gnome-authentication-agent-1:2765): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed

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


** Tags: apport-bug i386

-- 
Problems with startup order when using upstart-job and ureadahead
https://bugs.launchpad.net/bugs/503334
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 503334] Re: Problems with startup order when using upstart-job and ureadahead

2010-01-05 Thread Arno Augustin

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

-- 
Problems with startup order when using upstart-job and ureadahead
https://bugs.launchpad.net/bugs/503334
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 496775] Re: automatic bug report relating to network manager

2009-12-30 Thread Augustin Trancart
Hi Joe

Ok I keep it in incomplete state. If it happens again after installing
ubuntu, please put the report back to new.

Btw, you did not waste my time ;-)

Regards,

-- 
automatic bug report relating to network manager
https://bugs.launchpad.net/bugs/496775
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 306551] Re: there is no sound coming my laptop....no sound from anything..no music...no beep using hp pavillion dv2000

2009-12-23 Thread Augustin Trancart
** Changed in: linux (Ubuntu)
   Status: New = Incomplete

-- 
there is no sound coming my laptopno sound from anything..no music...no 
beep using hp pavillion dv2000
https://bugs.launchpad.net/bugs/306551
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 496775] Re: automatic bug report relating to network manager

2009-12-22 Thread Augustin Trancart
Hi Joe,

Did you know how to reproduce this bug?

Thank you for submitting this bug report.


** Changed in: linux (Ubuntu)
   Status: New = Incomplete

-- 
automatic bug report relating to network manager
https://bugs.launchpad.net/bugs/496775
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 96592] Re: powernow-k8 module gets stuck switching power levels on dualcore AMD64

2009-12-22 Thread Augustin Trancart
Does anyone still have this issue ?

-- 
powernow-k8 module gets stuck switching power levels on dualcore AMD64
https://bugs.launchpad.net/bugs/96592
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 499420] Re: Something crashed when accessing a removable drive with ext3

2009-12-22 Thread Augustin Trancart
Dear R4kk00n

Thank you for reporting this bug.

Did you manage to reproduce this bug? If so, can you please explain how?

** Changed in: linux (Ubuntu)
   Status: New = Incomplete

-- 
Something crashed when accessing a removable drive with ext3
https://bugs.launchpad.net/bugs/499420
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 301821] Re: dvd access is slow

2009-12-22 Thread Augustin Trancart
Hi Tito,

I know you reported this bug a long time ago. Do you still have this
issue? With the same version of ubuntu or a newer one?

Thank you for reporting this bug.

** Changed in: linux (Ubuntu)
   Status: New = Incomplete

-- 
dvd access is slow
https://bugs.launchpad.net/bugs/301821
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 464967] [NEW] KIG - Intersection of lines creates two points

2009-10-30 Thread Augustin
Public bug reported:

Binary package hint: kdeedu

When I select two lines (segments, etc.) and click in the menu on the
Intersect option the intersection happens correctly, but  it doesn't
create one point, but it creates two points on the same place.

I am using Kubuntu 9.04, KDE 4.3, KIG 1.0

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

-- 
KIG - Intersection of lines creates two points
https://bugs.launchpad.net/bugs/464967
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdeedu in ubuntu.

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


[Bug 464960] [NEW] When adding a name to a object it asks twice

2009-10-30 Thread Augustin
Public bug reported:

Binary package hint: kdeedu

When I try to add a name to an object in KIG the dialog Set Object
Name appears twice.

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

-- 
When adding a name to a object it asks twice
https://bugs.launchpad.net/bugs/464960
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdeedu in ubuntu.

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


[Bug 464960] Re: When adding a name to a object it asks twice

2009-10-30 Thread Augustin
Forgot to mention, I am using Kubuntu 9.04, KDE 4.3, KIG 1.0

-- 
When adding a name to a object it asks twice
https://bugs.launchpad.net/bugs/464960
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 374861] Re: kernel updates 2.6.28.11.15(amd64) are blocked

2009-07-22 Thread Augustin
*** This bug is a duplicate of bug 342671 ***
https://bugs.launchpad.net/bugs/342671

Same problem here, but dshrek's comment helped me. Thanks.

-- 
kernel updates 2.6.28.11.15(amd64) are blocked
https://bugs.launchpad.net/bugs/374861
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 173894] Re: Enable SCIM render deadkeys useless in KDE/Qt apps

2008-11-25 Thread augustin
This issue seems to be a duplicate of:
https://bugs.launchpad.net/ubuntu/+source/kdebase/+bug/69896

-- 
Enable SCIM render deadkeys useless in KDE/Qt apps
https://bugs.launchpad.net/bugs/173894
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 77168] Re: KDE: Scim Accented characters

2008-11-25 Thread augustin
This bug seems to be a duplicate of:
https://bugs.launchpad.net/ubuntu/+source/kdebase/+bug/69896

-- 
KDE: Scim  Accented characters
https://bugs.launchpad.net/bugs/77168
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 69896] Re: dead_circumflex and dead_diaeresis don't work in KDE applications

2008-11-25 Thread augustin
Thanks for the pointer.
Yes, I have scim enabled.
So #173894 would be a duplicate of this issue.

-- 
dead_circumflex and dead_diaeresis don't work in KDE applications
https://bugs.launchpad.net/bugs/69896
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 58728] Re: Can't type accented vowels after upgrade to edgy (in kubuntu)

2008-11-25 Thread augustin
It seems this bug has reappeared somewhere down the line.
Here is one of the numerous incarnations of this bug:
https://bugs.launchpad.net/ubuntu/+source/kdebase/+bug/69896

-- 
Can't type accented vowels after upgrade to edgy (in kubuntu)
https://bugs.launchpad.net/bugs/58728
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 69896] Re: dead_circumflex and dead_diaeresis don't work in KDE applications

2008-06-03 Thread augustin
same bug in KDE bugtracker:
https://bugs.kde.org/show_bug.cgi?id=126550

-- 
dead_circumflex and dead_diaeresis don't work in KDE applications
https://bugs.launchpad.net/bugs/69896
You received this bug notification because you are a member of Kubuntu
Team, which is subscribed to kdebase in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 69896] Re: dead_circumflex and dead_diaeresis don't work in KDE applications

2008-05-29 Thread augustin
I just have the exact same bug with the circumflex and the diaerisis within KDE 
applications.
Everything was working fine with Kubuntu 7.10 and 8.04, but two days ago, there 
was an upgrade (including some Qt libs) and since, I have this problem. It 
appears to me that the upgrade changed something. 

I use English as my main language, but also regularly use Chinese and
French. I'd like to keep english as my main locale.

# cat /etc/environment
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
LANG=en_US.UTF-8

$ locale
LANG=en_US.UTF-8
(...)


** Changed in: kdebase (Ubuntu)
   Status: Fix Released = Confirmed

-- 
dead_circumflex and dead_diaeresis don't work in KDE applications
https://bugs.launchpad.net/bugs/69896
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