[Bug 1968198] Re: Issue with mirroring 22.04 on a 20.04 host.

2022-04-07 Thread Tommy Nevtelen
** Description changed:

- On a 20.04 host with reprepro 5.3.0-1.3~ubuntu20.04 I'm trying to mirror 
22.04 but get the following:
+ On a fully patched 20.04 as of the date of posting with reprepro
+ 5.3.0-1.3~ubuntu20.04 I'm trying to mirror 22.04.
+ 
  With the same config I'm able to mirror xenial, bionic and focal.
+ This is supposed to have a fix released in: #1923845 and #1933363 but still 
getting the following issue:
  
  Got 100%: 97G 51M bytes
  Installing (and possibly deleting) packages...
- zstd: error 70 : Write error : cannot write decoded block : Broken pipe 
- zstd: error 70 : Write error : cannot write decoded block : Broken pipe 
- zstd: error 70 : Write error : cannot write decoded block : Broken pipe 
- zstd: error 70 : Write error : cannot write decoded block : Broken pipe 
- zstd: error 70 : Write error : cannot write decoded block : Broken pipe 
- zstd: /*stdout*\: Broken pipe 
- zstd: error 70 : Write error : cannot write decoded block : Broken pipe 
  zstd: error 70 : Write error : cannot write decoded block : Broken pipe
+ zstd: error 70 : Write error : cannot write decoded block : Broken pipe
+ zstd: error 70 : Write error : cannot write decoded block : Broken pipe
+ zstd: error 70 : Write error : cannot write decoded block : Broken pipe
+ zstd: error 70 : Write error : cannot write decoded block : Broken pipe
+ zstd: /*stdout*\: Broken pipe
+ zstd: error 70 : Write error : cannot write decoded block : Broken pipe
+ zstd: error 70 : Write error : cannot write decoded block : Broken pipe
+ 
+ 
+ 
+ The config:
+ root@archive2:/opt/reprepro/conf/jammy# cat distributions 
+ Origin: ubuntu
+ Suite: jammy
+ Codename: jammy
+ Architectures: amd64
+ Components: main multiverse restricted universe
+ UDebComponents: main multiverse restricted universe
+ Description: jammy
+ DebIndices: Packages Release . .gz .bz2
+ DscIndices: Sources Release .gz .bz2
+ SignWith: Ourprivatekey
+ Update: jammy
+   
+ root@archive2:/opt/reprepro/conf/jammy# cat updates 
+ Name: jammy
+ Method: http://archive.ubuntu.com/ubuntu
+ Suite: jammy
+ Architectures: amd64
+ VerifyRelease: 
D94AA3F0EFE21092|40976EAF437D05B5|3B4FE6ACC0B21F32|871920D1991BC93C

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

Title:
  Issue with mirroring 22.04 on a 20.04 host.

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


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

[Bug 1968198] [NEW] Issue with mirroring 22.04 on a 20.04 host.

2022-04-07 Thread Tommy Nevtelen
Public bug reported:

On a 20.04 host with reprepro 5.3.0-1.3~ubuntu20.04 I'm trying to mirror 22.04 
but get the following:
With the same config I'm able to mirror xenial, bionic and focal.

Got 100%: 97G 51M bytes
Installing (and possibly deleting) packages...
zstd: error 70 : Write error : cannot write decoded block : Broken pipe 
zstd: error 70 : Write error : cannot write decoded block : Broken pipe 
zstd: error 70 : Write error : cannot write decoded block : Broken pipe 
zstd: error 70 : Write error : cannot write decoded block : Broken pipe 
zstd: error 70 : Write error : cannot write decoded block : Broken pipe 
zstd: /*stdout*\: Broken pipe 
zstd: error 70 : Write error : cannot write decoded block : Broken pipe 
zstd: error 70 : Write error : cannot write decoded block : Broken pipe

** Affects: reprepro (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/1968198

Title:
  Issue with mirroring 22.04 on a 20.04 host.

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


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

[Bug 1950996] Re: Missing all modules for usb nics in initrd which makes PXE boot impossible

2021-11-15 Thread Tommy Nevtelen
** Description changed:

- Initramfs taken from the live iso for PXE boot does not contain USB NIC
+ initrd taken from the live iso for PXE boot does not contain USB NIC
  drivers which makes PXE installation/netboot impossible via usb.
+ 
+ This is the case on 20.04 server iso (both hwe and normal kernel/initrd)
+ and desktop iso.
  
  "kernel/drivers/net/usb" is empty and needs to be included in the
  initramfs build.
  
  As most modern thin laptops lack physical rj45 ethernet this is a big
  issue.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: initramfs-tools 0.136ubuntu6.6
  ProcVersionSignature: Ubuntu 5.8.0-64.72-generic 5.8.18
  Uname: Linux 5.8.0-64-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Nov 15 16:47:45 2021
  PackageArchitecture: all
  SourcePackage: initramfs-tools
  UpgradeStatus: Upgraded to focal on 2020-05-11 (552 days ago)

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

Title:
  Missing all modules for usb nics in initrd which makes PXE boot
  impossible

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


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

[Bug 1950996] [NEW] Missing all modules for usb nics in initrd which makes PXE boot impossible

2021-11-15 Thread Tommy Nevtelen
Public bug reported:

Initramfs taken from the live iso for PXE boot does not contain USB NIC
drivers which makes PXE installation/netboot impossible via usb.

"kernel/drivers/net/usb" is empty and needs to be included in the
initramfs build.

As most modern thin laptops lack physical rj45 ethernet this is a big
issue.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: initramfs-tools 0.136ubuntu6.6
ProcVersionSignature: Ubuntu 5.8.0-64.72-generic 5.8.18
Uname: Linux 5.8.0-64-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.21
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Mon Nov 15 16:47:45 2021
PackageArchitecture: all
SourcePackage: initramfs-tools
UpgradeStatus: Upgraded to focal on 2020-05-11 (552 days ago)

** Affects: initramfs-tools (Ubuntu)
 Importance: Undecided
 Assignee: Dimitri John Ledkov (xnox)
 Status: Triaged

** Affects: initramfs-tools (Ubuntu Focal)
 Importance: Undecided
 Status: New

** Affects: initramfs-tools (Ubuntu Hirsute)
 Importance: Undecided
 Status: New

** Affects: initramfs-tools (Ubuntu Impish)
 Importance: Undecided
 Status: New

** Affects: initramfs-tools (Ubuntu Jammy)
 Importance: Undecided
 Assignee: Dimitri John Ledkov (xnox)
 Status: Triaged


** Tags: amd64 apport-bug focal third-party-packages

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

Title:
  Missing all modules for usb nics in initrd which makes PXE boot
  impossible

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


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

[Bug 1890858] Re: AppArmor profile causes QEMU/KVM - Not Connected

2020-08-17 Thread Tommy Nevtelen
Okay so I did aa-complain on the libvirt profile and sudo aa-logprof
when running "virsh list".

It generated a new profile which I'll be attaching here

When running with that enabled I think it works.. I'm able to do virsh list as 
a normal user. Unless I'm doing something wrong and misunderstanding..
Have not compared the original to this yet because the diff was long. But it 
would be interesting to hear if it works for others.

** Attachment added: "aa-logprof generated libvirt profile"
   
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1890858/+attachment/5402216/+files/usr.sbin.libvirtd

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

Title:
  AppArmor profile causes QEMU/KVM - Not Connected

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

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

[Bug 1890858] Re: AppArmor profile causes QEMU/KVM - Not Connected

2020-08-17 Thread Tommy Nevtelen
I'm having the same issue on an upgraded 18.04 -> 20.04.
This is bugging me immensely.

Ready to help out in any way. I have also confirmed that if I disable
apparmor it works. But that is not a solution.

Here is an strace showing what it's up to starting at the socket access.

$ VIRSH_DEBUG=0 strace virsh list
...
access("/var/run/libvirt/virtqemud-sock", F_OK) = -1 ENOENT (No such file or 
directory)
access("/var/run/libvirt/libvirt-sock", F_OK) = 0
socket(AF_UNIX, SOCK_STREAM, 0) = 6
connect(6, {sa_family=AF_UNIX, sun_path="/var/run/libvirt/libvirt-sock"}, 110) 
= 0
getsockname(6, {sa_family=AF_UNIX}, [128->2]) = 0
futex(0x7f22454da060, FUTEX_WAKE_PRIVATE, 2147483647) = 0
fcntl(6, F_GETFD)   = 0
fcntl(6, F_SETFD, FD_CLOEXEC)   = 0
fcntl(6, F_GETFL)   = 0x2 (flags O_RDWR)
fcntl(6, F_SETFL, O_RDWR|O_NONBLOCK)= 0
futex(0x7f22454da180, FUTEX_WAKE_PRIVATE, 2147483647) = 0
pipe2([7, 8], O_CLOEXEC)= 0
write(5, "\0", 1)   = 1
futex(0x7f22454d9320, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f22454da078, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f22454da150, FUTEX_WAKE_PRIVATE, 2147483647) = 0
write(5, "\0", 1)   = 1
futex(0x7f22454d9320, FUTEX_WAKE_PRIVATE, 1) = 1
rt_sigprocmask(SIG_BLOCK, [PIPE CHLD WINCH], [], 8) = 0
poll([{fd=6, events=POLLOUT}, {fd=7, events=POLLIN}], 2, -1) = 1 ([{fd=6, 
revents=POLLOUT}])
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
write(6, "\0\0\0\34 \0\200\206\0\0\0\1\0\0\0B\0\0\0\0\0\0\0\0\0\0\0\0", 28) = 28
rt_sigprocmask(SIG_BLOCK, [PIPE CHLD WINCH], [], 8) = 0
poll([{fd=6, events=POLLIN}, {fd=7, events=POLLIN}], 2, -1) = 1 ([{fd=6, 
revents=POLLIN|POLLHUP}])
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
read(6, "", 4)  = 0
openat(AT_FDCWD, "/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=2996, ...}) = 0
read(9, "# Locale name alias data base.\n#"..., 4096) = 2996
read(9, "", 4096)   = 0
close(9)= 0
openat(AT_FDCWD, "/usr/share/locale/en_US/LC_MESSAGES/libvirt.mo", O_RDONLY) = 
-1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale/en/LC_MESSAGES/libvirt.mo", O_RDONLY) = -1 
ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale-langpack/en_US/LC_MESSAGES/libvirt.mo", 
O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale-langpack/en/LC_MESSAGES/libvirt.mo", 
O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale/en_US/LC_MESSAGES/libc.mo", O_RDONLY) = -1 
ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale/en/LC_MESSAGES/libc.mo", O_RDONLY) = -1 
ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale-langpack/en_US/LC_MESSAGES/libc.mo", 
O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale-langpack/en/LC_MESSAGES/libc.mo", O_RDONLY) 
= -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/charset.alias", O_RDONLY) = -1 
ENOENT (No such file or directory)
write(5, "\0", 1)   = 1
futex(0x7f22454d9320, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x55589445f510, FUTEX_WAKE_PRIVATE, 1) = 1
close(6)= 0
close(8)= 0
close(7)= 0
write(2, "error: ", 7error: )  = 7
write(2, "failed to connect to the hypervi"..., 36failed to connect to the 
hypervisor
) = 36
write(2, "error: ", 7error: )  = 7
write(2, "End of file while reading data: "..., 51End of file while reading 
data: Input/output error
) = 51
write(1, "\n", 1
)   = 1
write(5, "\0", 1)   = 1
futex(0x7f22454d9320, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7fff571d7ca0, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f2240d6b9d0, FUTEX_WAIT, 134641, NULL) = 0
exit_group(1)   = ?
+++ exited with 1 +++

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

Title:
  AppArmor profile causes QEMU/KVM - Not Connected

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

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

[Bug 1886705] [NEW] ratbagd, segrault

2020-07-07 Thread Tommy Nevtelen
Public bug reported:

This bug is fixed upstream. Described in the linked github issue.

$ sudo ratbagd --verbose=raw
Initializing libratbag
ratbag debug: New device: Logitech M705
ratbag debug: Using data directory '/usr/share/libratbag'
ratbag debug: device assigned driver hidpp10
ratbag debug: hidraw info: bus 0x03 vendor 0x46d product 0x101b
ratbag debug: Logitech M705 is device '/dev/hidraw2'.
ratbag debug: Parsing HID report descriptor
ratbag debug: Parsing HID report descriptor
ratbag debug: - HID report ID 02
ratbag debug: - HID report ID 10
ratbag debug: - HID report ID 11
ratbag debug: - HID report ID 20
ratbag debug: - HID report ID 21
ratbag raw: Fetching individual features (0x1)
ratbag raw: hidpp10 tx:  10 | 00 | 81 | 01 | 00 00 00
ratbag raw: hidpp write:  10 00 81 01 00 00 00
ratbag raw: hidpp read:   10 01 81 01 42 00 00
ratbag raw: hidpp10 rx:  10 | 00 | 81 | 01 | 42 00 00
ratbag raw: Fetching HID++ notifications (00)
ratbag raw: hidpp10 tx:  10 | 00 | 81 | 00 | 00 00 00
ratbag raw: hidpp write:  10 00 81 00 00 00 00
ratbag raw: hidpp read:   10 01 81 00 10 00 00
ratbag raw: hidpp10 rx:  10 | 00 | 81 | 00 | 10 00 00
ratbag raw: Fetching current resolution (0x63)
ratbag raw: hidpp10 tx:  10 | 00 | 83 | 63 | 00 00 00
ratbag raw: hidpp write:  10 00 83 63 00 00 00
ratbag raw: hidpp read:   10 01 8f 83 63 01 00
ratbag raw: HID++ error from the device (0): ERR_INVALID_SUBID (01)
ratbag raw: hidpp10 rx:  10 | 00 | 8f | 83 | 63 01 00
ratbag raw: Fetching LED status (0x51)
ratbag raw: hidpp10 tx:  10 | 00 | 81 | 51 | 00 00 00
ratbag raw: hidpp write:  10 00 81 51 00 00 00
ratbag raw: hidpp read:   10 01 8f 81 51 02 00
ratbag raw: HID++ error from the device (0): ERR_INVALID_ADDRESS (02)
ratbag raw: hidpp10 rx:  10 | 00 | 8f | 81 | 51 02 00
ratbag raw: Fetching USB refresh rate (0x64)
ratbag raw: hidpp10 tx:  10 | 00 | 81 | 64 | 00 00 00
ratbag raw: hidpp write:  10 00 81 64 00 00 00
ratbag raw: hidpp read:   10 01 8f 81 64 02 00
ratbag raw: HID++ error from the device (0): ERR_INVALID_ADDRESS (02)
ratbag raw: hidpp10 rx:  10 | 00 | 8f | 81 | 64 02 00
ratbag raw: Fetching optical sensor settings (0x61)
ratbag raw: hidpp10 tx:  10 | 00 | 81 | 61 | 00 00 00
ratbag raw: hidpp write:  10 00 81 61 00 00 00
ratbag raw: hidpp read:   10 01 8f 81 61 02 00
ratbag raw: HID++ error from the device (0): ERR_INVALID_ADDRESS (02)
ratbag raw: hidpp10 rx:  10 | 00 | 8f | 81 | 61 02 00
ratbag raw: Fetching current profile (0xf)
ratbag raw: hidpp10 tx:  10 | 00 | 81 | 0f | 00 00 00
ratbag raw: hidpp write:  10 00 81 0f 00 00 00
ratbag raw: hidpp read:   10 01 8f 81 0f 02 00
ratbag raw: HID++ error from the device (0): ERR_INVALID_ADDRESS (02)
ratbag raw: hidpp10 rx:  10 | 00 | 8f | 81 | 0f 02 00
ratbag error: Failed to get HID++1.0 device for Logitech M705
ratbag error: libratbag bug: Logitech M705: invalid number of profiles (0)
Segmentation fault

** Affects: libratbag
 Importance: Unknown
 Status: Unknown

** Affects: libratbag (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Bug watch added: github.com/libratbag/piper/issues #515
   https://github.com/libratbag/piper/issues/515

** Also affects: libratbag via
   https://github.com/libratbag/piper/issues/515
   Importance: Unknown
   Status: Unknown

** No longer affects: libratbag

** Bug watch added: github.com/libratbag/libratbag/issues #970
   https://github.com/libratbag/libratbag/issues/970

** Also affects: libratbag via
   https://github.com/libratbag/libratbag/issues/970
   Importance: Unknown
   Status: Unknown

** Changed in: libratbag (Ubuntu)
   Status: New => Confirmed

** Description changed:

+ This bug is fixed upstream. Described in the linked github issue.
+ 
  $ sudo ratbagd --verbose=raw
  Initializing libratbag
  ratbag debug: New device: Logitech M705
  ratbag debug: Using data directory '/usr/share/libratbag'
  ratbag debug: device assigned driver hidpp10
  ratbag debug: hidraw info: bus 0x03 vendor 0x46d product 0x101b
  ratbag debug: Logitech M705 is device '/dev/hidraw2'.
  ratbag debug: Parsing HID report descriptor
  ratbag debug: Parsing HID report descriptor
  ratbag debug: - HID report ID 02
  ratbag debug: - HID report ID 10
  ratbag debug: - HID report ID 11
  ratbag debug: - HID report ID 20
  ratbag debug: - HID report ID 21
  ratbag raw: Fetching individual features (0x1)
  ratbag raw: hidpp10 tx:  10 | 00 | 81 | 01 | 00 00 00
  ratbag raw: hidpp write:  10 00 81 01 00 00 00
  ratbag raw: hidpp read:   10 01 81 01 42 00 00
  ratbag raw: hidpp10 rx:  10 | 00 | 81 | 01 | 42 00 00
  ratbag raw: Fetching HID++ notifications (00)
  ratbag raw: hidpp10 tx:  10 | 00 | 81 | 00 | 00 00 00
  ratbag raw: hidpp write:  10 00 81 00 00 00 00
  ratbag raw: hidpp read:   10 01 81 00 10 00 00
  ratbag raw: hidpp10 rx:  10 | 00 | 81 | 00 | 10 00 00
  ratbag raw: Fetching current resolution (0x63)
  ratbag raw: hidpp10 tx:  10 | 00 | 83 | 63 | 00 00 00
  ratbag raw: hidpp write:  10 

[Bug 1869587] Re: WiFi performance is slow

2020-05-24 Thread Tommy Nevtelen
Thinkpad X1C6 20.04, 5.4.0-33-generic, had to remove backport-iwlwifi-
dkms to get back usable wifi.

This dmesg is after removing the dkms:
$ dmesg |grep -i iwl |grep -v "HW address"
[   41.918069] iwlwifi :02:00.0: Found debug destination: EXTERNAL_DRAM
[   41.918071] iwlwifi :02:00.0: Found debug configuration: 0
[   41.919074] iwlwifi :02:00.0: loaded firmware version 36.77d01142.0 
op_mode iwlmvm
[   42.009330] iwlwifi :02:00.0: Detected Intel(R) Dual Band Wireless AC 
8265, REV=0x230
[   42.019052] iwlwifi :02:00.0: Applying debug destination EXTERNAL_DRAM
[   42.019365] iwlwifi :02:00.0: Allocated 0x0040 bytes for firmware 
monitor.
[   42.158286] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[   42.185772] iwlwifi :02:00.0 wlp2s0: renamed from wlan0
[   44.074867] iwlwifi :02:00.0: Applying debug destination EXTERNAL_DRAM
[   44.212564] iwlwifi :02:00.0: Applying debug destination EXTERNAL_DRAM
[   44.280191] iwlwifi :02:00.0: FW already configured (0) - re-configuring

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

Title:
  WiFi performance is slow

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backport-iwlwifi-dkms/+bug/1869587/+subscriptions

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

Re: [Bug 1713615] Re: ttf-mscorefonts-installer fails because Redirection from https to http is forbidden

2019-04-27 Thread Tommy Nevtelen
If you do it multiple times you will end up on a mirror after a while
that does not do the redirection to http..

On April 27, 2019 5:03:54 PM GMT+02:00, Lastique <1713...@bugs.launchpad.net> 
wrote:
>This workaround:
>
>sudo apt purge ttf-mscorefonts-installer && sudo apt install
>--reinstall
>ttf-mscorefonts-installer
>
>does *not* fix the installation on Disco for me. I'm assuming it may
>fix
>the problem for some if the redirection from https to http does not
>happen for some reason.
>
>I'm able to install the Debian package from here:
>https://packages.debian.org/buster/ttf-mscorefonts-installer
>
>The bug is present in at least 2 Ubuntu releases while the fix in
>Debian
>is available for all this time. This is... disappointing.
>
>-- 
>You received this bug notification because you are subscribed to the
>bug
>report.
>https://bugs.launchpad.net/bugs/1713615
>
>Title:
> ttf-mscorefonts-installer fails because Redirection from https to http
>  is forbidden
>
>To manage notifications about this bug go to:
>https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1713615/+subscriptions

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.

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

Title:
  ttf-mscorefonts-installer fails because Redirection from https to http
  is forbidden

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

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

[Bug 1713615] Re: ttf-mscorefonts-installer fails because Redirection from https to http is forbidden

2019-03-07 Thread Tommy Nevtelen
I think it would help of somebody created an SRU,
https://wiki.ubuntu.com/StableReleaseUpdates

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

Title:
  ttf-mscorefonts-installer fails because Redirection from https to http
  is forbidden

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

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

[Bug 1618424] Re: The internet applet crashes randomly.

2019-01-29 Thread Tommy Nevtelen
Fix released in #1619354

** Changed in: network-manager-applet (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/1618424

Title:
  The internet applet crashes randomly.

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

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

[Bug 1790360] Re: [wayland] Fullscreen games offset after switching back to them from an app in the same workspace

2018-12-14 Thread Tommy Nevtelen
*** This bug is a duplicate of bug 1732245 ***
https://bugs.launchpad.net/bugs/1732245

** This bug has been marked a duplicate of bug 1732245
   [wayland] Fullscreen games offset after returning from alt-tab

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

Title:
  [wayland] Fullscreen games offset after switching back to them from an
  app in the same workspace

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

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

[Bug 1768852] Re: Kernel bug when unplugging Thunderbolt 3 cable, leaves xHCI host controller dead

2018-05-14 Thread Tommy Nevtelen
I can also confirm that his fixes the issue.

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

Title:
  Kernel bug when unplugging Thunderbolt 3 cable, leaves xHCI host
  controller dead

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

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

Re: [Bug 1738412] Re: Init script fails test on reload/restart because of faulty regex

2018-03-15 Thread Tommy Nevtelen
On 2018-01-02 15:38, Robie Basak wrote:
> Tommy, thank you for bringing our attention to this.
>
> It looks like this issue *is* fixed in the current stable Ubuntu
> release. Perhaps you were looking at the changelog against a newer
> release of Ubuntu than the one you are using?
>> This is a very serious issue...
> Why is this "a very serious issue"? It seems to me that it only affects
> invalid configurations so should only affect development and testing of
> deployments rather than in production? The workaround (if it can be
> called that) is to fix the invalid configuration.
I kind of hope that this is a joke :)
You know sometimes things don't go as intended, that's why the check is
there.
> The fix does look reasonable to SRU though. I wonder if
> https://anonscm.debian.org/cgit/pkg-squid/pkg-
> squid.git/commit/?id=6ac65f75a971a4a is also relevant? That may be a
> separate bug though, or we may need an additional test case for it.
So it has been a while now. What's the next step to get this in?
The fix is really trivial. Can I help with something to get it rolling?

-- 
TN

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

Title:
  Init script fails test on reload/restart because of faulty regex

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

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

[Bug 1738412] Re: Init script fails test on reload/restart because of faulty regex

2017-12-27 Thread Tommy Nevtelen
This appears to be fixed in artful+

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

Title:
  Init script fails test on reload/restart because of faulty regex

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

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

[Bug 1738412] [NEW] Init script fails test on reload/restart because of faulty regex

2017-12-15 Thread Tommy Nevtelen
Public bug reported:

This is a very serious issue that got fixed upstream in:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=800341

It is also logged in the Ubuntu changelog as fixed in:

squid3 (3.5.12-1) unstable; urgency=medium
  [ Mathieu Parent ]
  * Fix FATAL parsing before start/reload/restart (Closes: #800341)

But is in fact not fixed.
When I look in the source package I find two init scripts:
squid3.rc and squid.rc. squid3.rc has the patch while squid.rc does not.

The one being included in the package and deployed is the one that does
not have the fix.

I'm including a patch to fix this issue.
Please push this out ASAP.

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

** Patch added: "Fixing it"
   
https://bugs.launchpad.net/bugs/1738412/+attachment/5022981/+files/squid.rc.patch

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

Title:
  Init script fails test on reload/restart because of faulty regex

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

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

[Bug 1674304] Re: PRIME synchronization not working with xserver-1.19.x in Ubuntu

2017-07-31 Thread Tommy Nevtelen
I even tried to manually load the module with modeset=1, yes. 
Will have to try again, maybe there has been a change since I last tried that 
fixes it. But I'm sceptical.

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

Title:
  PRIME synchronization not working with xserver-1.19.x in Ubuntu

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

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


[Bug 1674304] Re: PRIME synchronization not working with xserver-1.19.x in Ubuntu

2017-07-19 Thread Tommy Nevtelen
What do you mean when you say it's working? On 17.10 the display just
freezes when I load the nvidia driver 378 or 384 with modeset=1.

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

Title:
  PRIME synchronization not working with xserver-1.19.x in Ubuntu

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

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


[Bug 950790] Re: Pidgin-sipe connection error after upgrade to Ubuntu 12.04

2014-03-06 Thread Tommy Nevtelen
Confirming that this is still an issue in 13.10.

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

Title:
  Pidgin-sipe connection error after upgrade to Ubuntu 12.04

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

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


Re: [Bug 1041883] Re: Recent patch to asus-wmi module makes system unbootable

2012-09-28 Thread Tommy Nevtelen
On Fri, Sep 28, 2012 at 12:11:57PM -, Corentin Chary wrote:
  When booting through the recovery mode, I not only can't change the 
  brightness, but it seem there is also a problem running 3D games. So, in 
  this case, Unity runs only through the llvmpipe and some games are not 
  playable at all:
  using GL_RENDERER Gallium 0.4 on llvmpipe (LLVM 0x301)
 
 I don't think recovery mode is supposed to to anything more than
 recovery. It you want to boot a stable system for now, just blacklist
 asus-wmi / asus-nb-wmi (but that won't help for actually fixing the
 problem).

My temporary fix for my UX32VD is to boot with nolapic. This enables a
clean and working boot every time with fn-keys working. Sans backlight of
course.

-- 
Tommy Nevtelen

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

Title:
  Recent patch to asus-wmi module makes system unbootable

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

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


[Bug 924079] Re: do-release-upgrade fails to upgrade from Oneiric to Precise

2012-03-23 Thread Tommy Nevtelen
That's what I'd do on my debian systems but is it really that simple? Doesn't 
do-release-upgrade do some other magic? Other than disabling ppa:s? 
The man-page is very scarce of information.

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

Title:
  do-release-upgrade fails to upgrade from Oneiric to Precise

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

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


[Bug 422224] Re: two-finger scrolling does not work on Acer AO531h

2012-03-19 Thread Tommy Nevtelen
This now works in oneiric

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

Title:
  two-finger scrolling does not work on Acer AO531h

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/44/+subscriptions

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


Re: [Bug 700361] Re: indicator-sound volume does not detect sink change

2011-02-07 Thread Tommy Nevtelen
On Mon, Feb 07, 2011 at 02:31:38PM -, Conor Curran wrote:
 I tried to reproduce this and I couldn't. Release 0.5.9 (which will be
 released this Thursday) has a completely refactored pulse backend.
 Please try with this new release and let me know if you can reproduce
 this.

Will this be released in maverick?

-- 
Tommy Nevtelen

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

Title:
  indicator-sound volume does not detect sink change

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


Re: [Bug 700361] Re: indicator-sound volume does not detect sink change

2011-01-27 Thread Tommy Nevtelen
On Thu, Jan 27, 2011 at 07:19:15PM -, Conor Curran wrote:
 Can you tell me what sinks you are using ?

I'm using a sink over the network to output sound through my htpc. Could it
be that sound preferences detects the change because it's newly launched?

-- 
Regards
Tommy Nevtelen

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

Title:
  indicator-sound volume does not detect sink change

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


[Bug 700361] Re: indicator-sound volume does not detect sink change

2011-01-23 Thread Tommy Nevtelen
** Description changed:

  Binary package hint: indicator-applet
  
  After a change of the pulseaudio output sink the indicator-applets
  volume control is not able to regulate the volume level.
  
  Currently the workaround is to remove the indicator-applet from the
  panel and re-add it. But as this has to be done with every sink change
  it''s not very practical.
  
  Info:
  
  $ lsb_release -rd
  Description:  Ubuntu 10.10
  Release:  10.10
  
  $ apt-cache policy indicator-applet
  indicator-applet:
    Installed: 0.4.6-0ubuntu1
    Candidate: 0.4.6-0ubuntu1
+ 
+ $ apt-cache policy indicator-sound
+ indicator-sound:
+   Installed: 0.5.0.1-0ubuntu2
+   Candidate: 0.5.0.1-0ubuntu2

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

Title:
  indicator-sound volume does not detect sink change

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

[Bug 700361] Re: indicator-sound volume does not detect sink change

2011-01-11 Thread Tommy Nevtelen
The output volume control works here. Also there is no indication that
it is a non-local networked sink currently selected. I use the
pulseaudio device chooser to switch the sink if that's any help.

** Attachment added: sound preferences
   
https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/700361/+attachment/1791412/+files/preferences.png

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

Title:
  indicator-sound volume does not detect sink change

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


[Bug 700361] [NEW] indicator-applet volume does not detect sink change

2011-01-08 Thread Tommy Nevtelen
Public bug reported:

Binary package hint: indicator-applet

After a change of the pulseaudio output sink the indicator-applets
volume control is not able to regulate the volume level.

Currently the workaround is to remove the indicator-applet from the
panel and re-add it. But as this has to be done with every sink change
it''s not very practical.

Info:

$ lsb_release -rd
Description:Ubuntu 10.10
Release:10.10

$ apt-cache policy indicator-applet
indicator-applet:
  Installed: 0.4.6-0ubuntu1
  Candidate: 0.4.6-0ubuntu1

** Affects: indicator-applet (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: indicator-applet pulseaudio sink volume

** Description changed:

  Binary package hint: indicator-applet
  
- After a change of the pulseaudio sink the indicator-applets volume
- control is not able to regulate the volume level.
+ After a change of the pulseaudio output sink the indicator-applets
+ volume control is not able to regulate the volume level.
  
  Currently the workaround is to remove the indicator-applet from the
  panel and re-add it. But as this has to be done with every sink change
  it''s not very practical.
  
  Info:
  
  $ lsb_release -rd
  Description:  Ubuntu 10.10
  Release:  10.10
  
  $ apt-cache policy indicator-applet
  indicator-applet:
-   Installed: 0.4.6-0ubuntu1
-   Candidate: 0.4.6-0ubuntu1
+   Installed: 0.4.6-0ubuntu1
+   Candidate: 0.4.6-0ubuntu1

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

Title:
  indicator-applet volume does not detect sink change

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

[Bug 531590] Re: Xorg is unusably slow and flickery

2010-03-08 Thread Tommy Nevtelen
Well this bug is fixed in .16. probably because of the new DRM-backport.


** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: New = Fix Released

-- 
Xorg is unusably slow and flickery
https://bugs.launchpad.net/bugs/531590
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 531590] Re: Xorg is unusably slow and flickery

2010-03-07 Thread Tommy Nevtelen
This ppa fixed my problems. So it may be related to KMS and DRM.

https://edge.launchpad.net/~apw/+archive/red

-- 
Xorg is unusably slow and flickery
https://bugs.launchpad.net/bugs/531590
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 531590] Re: Xorg is unusably slow and flickery

2010-03-04 Thread Tommy Nevtelen
*** This bug is a duplicate of bug 493707 ***
https://bugs.launchpad.net/bugs/493707

** This bug has been marked a duplicate of bug 493707
   [q45] Flickering corruption with KMS and DVI output

-- 
Xorg is unusably slow and flickery
https://bugs.launchpad.net/bugs/531590
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 493707] Re: [q45] Flickering corruption with KMS and DVI output

2010-03-04 Thread Tommy Nevtelen
That PPA fixed this or a similar issue for me described in #531590.
Marked it as a duplicate of this bug.

-- 
[q45] Flickering corruption with KMS and DVI output
https://bugs.launchpad.net/bugs/493707
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 531590] [NEW] Xorg is unusably slow and flickery

2010-03-03 Thread Tommy Nevtelen
Public bug reported:

Binary package hint: xserver-xorg-video-intel

After an update from Karmic to Lucid alpha3 Xorg became unusable.
I'm on an Acer 1810TZ with Intel 4500hd graphics.

Xorg is generally slow and uses 50-65% cpu on an average when it should
idle. The screen flickers and I think that the wrong refreshrate is set
somehow.

Xorg.0.log is being filled with the following lines a couple of times a second.
(II) intel(0): EDID vendor AUO, prod id 8284
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline 1366x768x0.0   65.50  1366 1390 1406 1406  768 770 
774 776 -hsync -vsync (46.6 kHz)

This is spewed out by dmesg:
[ 4680.010670] Skipping EDID probe due to cached edid
[ 4680.180661] Skipping EDID probe due to cached edid
[ 4680.343652] Skipping EDID probe due to cached edid
[ 4680.513419] Skipping EDID probe due to cached edid
[ 4680.690676] Skipping EDID probe due to cached edid
[ 4680.861993] Skipping EDID probe due to cached edid

More info in the attachement

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: flicker intel xorg

-- 
Xorg is unusably slow and flickery
https://bugs.launchpad.net/bugs/531590
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 531590] Re: Xorg is unusably slow and flickery

2010-03-03 Thread Tommy Nevtelen

** Attachment added: ubuntu-bug output
   http://launchpadlibrarian.net/40102038/bug

-- 
Xorg is unusably slow and flickery
https://bugs.launchpad.net/bugs/531590
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 485923] Re: Probable memory leak in gnome-settings-daemon/gnome-volume-control-applet

2010-02-11 Thread Tommy Nevtelen
This is now fixed at gnome.
Don't know why and it has not been updated automatically for some reason.
Bug watch updates for GNOME Bug Tracker are disabled. 

-- 
Probable memory leak in gnome-settings-daemon/gnome-volume-control-applet
https://bugs.launchpad.net/bugs/485923
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 458025] Re: [Acer Aspire 1810TZ] internal microphone not working in Karmic 9.10 beta

2009-12-17 Thread Tommy Nevtelen
I installed ALSA 1.0.22 and loaded the kernel module with model=auto
Then noticed that the mic had two channels. I fiddled around a bit and got it 
working with skype.

When I increase the volume on the left channel and decrease the volume
on the right channel I can record in Skype with pulseaudio!

Don't know if this is because of the new alsa version I have not tried the 
channel-volume trick with the ubuntu-supplied ALSA.
ALSA 1.0.22 has some fixes for the ALC269, which can't be bad to get in any 
case.

Hope that this helps

-- 
[Acer Aspire 1810TZ] internal microphone not working in Karmic 9.10 beta
https://bugs.launchpad.net/bugs/458025
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 458025] Re: [Acer Aspire 1810TZ] internal microphone not working in Karmic 9.10 beta

2009-11-26 Thread Tommy Nevtelen
Could this be a dupe of this bug?
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/275998

-- 
[Acer Aspire 1810TZ] internal microphone not working in Karmic 9.10 beta
https://bugs.launchpad.net/bugs/458025
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 458025] Re: [Acer Aspire 1810TZ] internal microphone not working in Karmic 9.10 beta

2009-11-25 Thread Tommy Nevtelen
This does not seem to make my microphone work. In sound-recorder I'm
able to record but only with terrible and I mean terrible noise in the
background. In skype I'm only able to hear really loud claps.

-- 
[Acer Aspire 1810TZ] internal microphone not working in Karmic 9.10 beta
https://bugs.launchpad.net/bugs/458025
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 457954] Re: [Acer Aspire 1810TZ] suspend/resume failure

2009-11-21 Thread Tommy Nevtelen
I'm on an Acer 1810TZ and experience the same issue. I googled around and found 
this:
http://marc.info/?l=linux-kernelm=125227227125303w=2

So I blacklisted acer-wmi and suspend/resume seems to work great now :)
Please try to do the same and report back.

But if I still have some problems with the wifi and bt toggle-buttons.
wifi can't associate after an on/off toggle. But this is an unrelated
issue. (probably)

-- 
[Acer Aspire 1810TZ] suspend/resume failure
https://bugs.launchpad.net/bugs/457954
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