[Bug 1908916] Re: brcmfmac bug while going to sleep

2020-12-21 Thread Nir Yeffet
Workaround:
$ cat /etc/pm/sleep.d/20_brcmfmac 
#!/bin/sh

case "${1}" in
suspend)
rmmod brcmfmac 
;;
resume)
modprobe brcmfmac
;;
esac

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

Title:
  brcmfmac bug while going to sleep

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

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

[Bug 1908916] [NEW] brcmfmac bug while going to sleep

2020-12-21 Thread Nir Yeffet
Public bug reported:

Dec 20 10:59:18 nir-MacBookPro kernel: [ 1646.439355] BUG: kernel NULL pointer 
dereference, address: 0050
Dec 20 10:59:18 nir-MacBookPro kernel: [ 1646.439365] #PF: supervisor read 
access in kernel mode
Dec 20 10:59:18 nir-MacBookPro kernel: [ 1646.439368] #PF: error_code(0x) - 
not-present page
Dec 20 10:59:18 nir-MacBookPro kernel: [ 1646.439371] PGD 0 P4D 0 
Dec 20 10:59:18 nir-MacBookPro kernel: [ 1646.439379] Oops:  [#1] SMP PTI
Dec 20 10:59:18 nir-MacBookPro kernel: [ 1646.439386] CPU: 2 PID: 869 Comm: 
wpa_supplicant Tainted: G   OE 5.4.0-58-generic #64-Ubuntu
Dec 20 10:59:18 nir-MacBookPro kernel: [ 1646.439389] Hardware name: Apple Inc. 
MacBookPro12,1/Mac-E43C1C25D4880AD6, BIOS 184.0.0.0.0 04/11/2019
Dec 20 10:59:18 nir-MacBookPro kernel: [ 1646.439427] RIP: 
0010:brcmf_remove_interface+0x4e/0x80 [brcmfmac]
Dec 20 10:59:18 nir-MacBookPro kernel: [ 1646.439433] Code: 00 00 75 4c 44 8b 
47 60 41 89 f4 bf 02 00 00 00 48 c7 c2 90 b8 8e c0 48 c7 c6 90 3b 8e c0 e8 19 
dc ff ff 48 8b 3b 48 8b 47 08 <48> 8b 40 50 48 85 c0 74 0b 48 89 df e8 71 b9 b3 
d6 48 8b 3b 8b 73
Dec 20 10:59:18 nir-MacBookPro kernel: [ 1646.439437] RSP: 
0018:aa0f00bab9a8 EFLAGS: 00010286
Dec 20 10:59:18 nir-MacBookPro kernel: [ 1646.439441] RAX:  
RBX: 95ffd50b1000 RCX: 0001
Dec 20 10:59:18 nir-MacBookPro kernel: [ 1646.439445] RDX: c08eb890 
RSI: c08e3b90 RDI: 95ffd6a647a0
Dec 20 10:59:18 nir-MacBookPro kernel: [ 1646.439448] RBP: aa0f00bab9b8 
R08:  R09: 
Dec 20 10:59:18 nir-MacBookPro kernel: [ 1646.439451] R10: 017f4b2f6a93 
R11: 0396353f R12: 0001
Dec 20 10:59:18 nir-MacBookPro kernel: [ 1646.439454] R13: 000a 
R14:  R15: 95ffd59a8000
Dec 20 10:59:18 nir-MacBookPro kernel: [ 1646.439458] FS:  
7f1031058140() GS:95ffdeb0() knlGS:
Dec 20 10:59:18 nir-MacBookPro kernel: [ 1646.439462] CS:  0010 DS:  ES: 
 CR0: 80050033
Dec 20 10:59:18 nir-MacBookPro kernel: [ 1646.439465] CR2: 0050 
CR3: 000453dd2003 CR4: 003606e0
Dec 20 10:59:18 nir-MacBookPro kernel: [ 1646.439468] Call Trace:
Dec 20 10:59:18 nir-MacBookPro kernel: [ 1646.439495]  
brcmf_p2p_del_vif+0x256/0x280 [brcmfmac]
Dec 20 10:59:18 nir-MacBookPro kernel: [ 1646.439517]  
brcmf_cfg80211_del_iface+0x194/0x210 [brcmfmac]
Dec 20 10:59:18 nir-MacBookPro kernel: [ 1646.439599]  
nl80211_del_interface+0x4f/0x110 [cfg80211]
Dec 20 10:59:18 nir-MacBookPro kernel: [ 1646.439609]  
genl_family_rcv_msg+0x1b9/0x470
Dec 20 10:59:18 nir-MacBookPro kernel: [ 1646.439618]  genl_rcv_msg+0x4c/0xa0
Dec 20 10:59:18 nir-MacBookPro kernel: [ 1646.439624]  ? _cond_resched+0x19/0x30
Dec 20 10:59:18 nir-MacBookPro kernel: [ 1646.439630]  ? 
genl_family_rcv_msg+0x470/0x470
Dec 20 10:59:18 nir-MacBookPro kernel: [ 1646.439635]  
netlink_rcv_skb+0x50/0x120
Dec 20 10:59:18 nir-MacBookPro kernel: [ 1646.439641]  genl_rcv+0x29/0x40
Dec 20 10:59:18 nir-MacBookPro kernel: [ 1646.439646]  
netlink_unicast+0x187/0x220
Dec 20 10:59:18 nir-MacBookPro kernel: [ 1646.439652]  
netlink_sendmsg+0x222/0x3e0
Dec 20 10:59:18 nir-MacBookPro kernel: [ 1646.439660]  sock_sendmsg+0x65/0x70
Dec 20 10:59:18 nir-MacBookPro kernel: [ 1646.439666]  
sys_sendmsg+0x212/0x280
Dec 20 10:59:18 nir-MacBookPro kernel: [ 1646.439673]  ___sys_sendmsg+0x88/0xd0
Dec 20 10:59:18 nir-MacBookPro kernel: [ 1646.439681]  ? dentry_free+0x37/0x70
Dec 20 10:59:18 nir-MacBookPro kernel: [ 1646.439688]  ? 
security_file_free+0x54/0x60
Dec 20 10:59:18 nir-MacBookPro kernel: [ 1646.439695]  ? get_max_files+0x20/0x20
Dec 20 10:59:18 nir-MacBookPro kernel: [ 1646.439703]  ? 
__cgroup_bpf_run_filter_setsockopt+0xae/0x2d0
Dec 20 10:59:18 nir-MacBookPro kernel: [ 1646.439708]  ? _cond_resched+0x19/0x30
Dec 20 10:59:18 nir-MacBookPro kernel: [ 1646.439714]  ? aa_sk_perm+0x43/0x170
Dec 20 10:59:18 nir-MacBookPro kernel: [ 1646.439722]  __sys_sendmsg+0x5c/0xa0
Dec 20 10:59:18 nir-MacBookPro kernel: [ 1646.439730]  
__x64_sys_sendmsg+0x1f/0x30
Dec 20 10:59:18 nir-MacBookPro kernel: [ 1646.439738]  do_syscall_64+0x57/0x190
Dec 20 10:59:18 nir-MacBookPro kernel: [ 1646.439745]  
entry_SYSCALL_64_after_hwframe+0x44/0xa9
Dec 20 10:59:18 nir-MacBookPro kernel: [ 1646.439750] RIP: 0033:0x7f10313e8747
Dec 20 10:59:18 nir-MacBookPro kernel: [ 1646.439755] Code: 64 89 02 48 c7 c0 
ff ff ff ff eb bb 0f 1f 80 00 00 00 00 f3 0f 1e fa 64 8b 04 25 18 00 00 00 85 
c0 75 10 b8 2e 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 51 c3 48 83 ec 28 89 54 24 
1c 48 89 74 24 10
Dec 20 10:59:18 nir-MacBookPro kernel: [ 1646.439759] RSP: 
002b:7fffeace23a8 EFLAGS: 0246 ORIG_RAX: 002e
Dec 20 10:59:18 nir-MacBookPro kernel: [ 1646.439763] RAX: ffda 
RBX: 563dd3d9d670 RCX: 7f10313e8747
Dec 20 10:59:18 nir-MacBookPro kernel: [ 1646.439766] RDX:  
RSI: 

[Bug 1726548] Re: Windows resized after resume

2019-11-11 Thread Nir Yeffet
Confirming that executing

`gsettings set org.gnome.desktop.interface scaling-factor 1`

has resolved the same issue on Macbook pro 13" 2016 running Ubuntu
19.10.

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

Title:
  Windows resized after resume

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

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

[Bug 1792183] Re: Wakeup immediately after sleep

2018-09-12 Thread Nir Yeffet
Resolved in v4.19 rc3. (though the laptop wont wake up from other ACPI
wakeup event, such as LID0, even if enabled)

** Tags added: kernel-fixed-upstream

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  Wakeup immediately after sleep

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

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

[Bug 1792183] [NEW] Wakeup immediately after sleep

2018-09-12 Thread Nir Yeffet
Public bug reported:

Since the recent update (kernel included) the laptop will wakeup several
seconds after sleep. The problem seems to be related to USB3.0 since
running `echo XHC1 > /proc/acpi/wakeup` solved the problem.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: linux-image-4.15.0-34-generic 4.15.0-34.37
ProcVersionSignature: Ubuntu 4.15.0-34.37-generic 4.15.18
Uname: Linux 4.15.0-34-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.3
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  nir1806 F pulseaudio
 /dev/snd/controlC1:  nir1806 F pulseaudio
CurrentDesktop: ubuntu:GNOME
Date: Wed Sep 12 09:18:34 2018
EcryptfsInUse: Yes
HibernationDevice: RESUME=UUID=e9e386b2-d064-4d74-8194-aef4a9d41bb8
InstallationDate: Installed on 2018-03-23 (172 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20180105.1)
Lsusb:
 Bus 002 Device 002: ID 05ac:8406 Apple, Inc. 
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 003: ID 05ac:0273 Apple, Inc. 
 Bus 001 Device 002: ID 05ac:8290 Apple, Inc. 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Apple Inc. MacBookPro12,1
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-34-generic 
root=UUID=b7c8eea7-b64d-4137-bfba-6ae7016d0e31 ro quiet splash vt.handoff=1
RelatedPackageVersions:
 linux-restricted-modules-4.15.0-34-generic N/A
 linux-backports-modules-4.15.0-34-generic  N/A
 linux-firmware 1.173.1
SourcePackage: linux
UpgradeStatus: Upgraded to bionic on 2018-04-27 (138 days ago)
dmi.bios.date: 08/08/2017
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MBP121.88Z.0171.B00.1708080033
dmi.board.name: Mac-E43C1C25D4880AD6
dmi.board.vendor: Apple Inc.
dmi.board.version: MacBookPro12,1
dmi.chassis.type: 9
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-E43C1C25D4880AD6
dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP121.88Z.0171.B00.1708080033:bd08/08/2017:svnAppleInc.:pnMacBookPro12,1:pvr1.0:rvnAppleInc.:rnMac-E43C1C25D4880AD6:rvrMacBookPro12,1:cvnAppleInc.:ct9:cvrMac-E43C1C25D4880AD6:
dmi.product.family: MacBook Pro
dmi.product.name: MacBookPro12,1
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.

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


** Tags: amd64 apport-bug bionic

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

Title:
  Wakeup immediately after sleep

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

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

[Bug 1586528] Re: Avahi-daemon withdraws address record

2017-09-30 Thread Nir Yeffet
Graham,

Unfortunately I'm not an expert with Network Manager, until now it
remains a mystery to me how it works, where is the configuration stored
and where there heck are the log files?!?. Nevertheless, if the "Network
Manager" icon disappeared, you can run that "Network Connections" tool
directly from "search your computer" (click on the ubuntu logo on the
top left or press the "windows" key) and type "Network Connections".
Alternatively you can run nm-connection-editor from the terminal. On
ubuntu, it is part of package network-manager-gnome.

Nir

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

Title:
  Avahi-daemon withdraws address record

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

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

[Bug 1586528] Re: Avahi-daemon withdraws address record

2017-09-29 Thread Nir Yeffet
This is probably a bug with Network Manager. I was able to stop the
behavior by deleting the connection from the GUI menu (Ubuntu 17.04) and
creating new one.

Quick how to: from the network icon-> edit connections... "Network
Connections" appears -> choose the one with the problem -> edit -> keep
a note with your parameters in all tabs -> Cancel. From "Network
Connections" -> choose the one with the problem -> delete -> confirm.
(delete also redundant connections) From "Network Connections" -> Add ->
choose type -> create... -> set the parameters noted above.

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

Title:
  Avahi-daemon withdraws address record

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

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

[Bug 1177321] Re: Gallery2 does not work with smarty3 package

2013-08-11 Thread Nir Yeffet
Temporary and ugly fix; run as root

cd
wget http://www.smarty.net/files/Smarty-2.6.27.tar.gz
cd /usr/share/php/
tar xzf ~/Smarty-2.6.27.tar.gz
chown -R root:root Smarty-2.6.27
cd /usr/share/gallery2/lib
rm smarty
ln -s /usr/share/php/Smarty-2.6.27/libs smarty

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

Title:
  Gallery2 does not work with smarty3 package

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

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


[Bug 1091822] [NEW] [Apple Inc. MacBookAir4, 2] suspend/resume failure [non-free: wl]

2012-12-18 Thread Nir Yeffet
Public bug reported:

Auto uploaded by ubuntu

ProblemType: KernelOops
DistroRelease: Ubuntu 12.10
Package: linux-image-3.5.0-19-generic 3.5.0-19.30
ProcVersionSignature: Ubuntu 3.5.0-19.30-generic 3.5.7
Uname: Linux 3.5.0-19-generic x86_64
NonfreeKernelModules: wl
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
ApportVersion: 2.6.1-0ubuntu9
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  nir2087 F pulseaudio
CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not 
found.
Date: Tue Dec 18 08:38:16 2012
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
HibernationDevice: RESUME=UUID=28837f96-8b50-4d00-851c-1bf71b3dacc8
InstallationDate: Installed on 2012-10-10 (69 days ago)
InstallationMedia: Xubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120817.3)
InterpreterPath: /usr/bin/python3.2mu
MachineType: Apple Inc. MacBookAir4,2
MarkForUpload: True
ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-19-generic 
root=UUID=e33c08c6-0c66-4328-8d00-5839c426a1f4 ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-3.5.0-19-generic N/A
 linux-backports-modules-3.5.0-19-generic  N/A
 linux-firmware1.95
SourcePackage: linux
Title: [Apple Inc. MacBookAir4,2] suspend/resume failure [non-free: wl]
UpgradeStatus: Upgraded to quantal on 2012-10-10 (69 days ago)
UserGroups:
 
dmi.bios.date: 01/24/2012
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MBA41.88Z.0077.B0F.1201241549
dmi.board.asset.tag: Base Board Asset Tag#
dmi.board.name: Mac-742912EFDBEE19B3
dmi.board.vendor: Apple Inc.
dmi.board.version: MacBookAir4,2
dmi.chassis.type: 10
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-742912EFDBEE19B3
dmi.modalias: 
dmi:bvnAppleInc.:bvrMBA41.88Z.0077.B0F.1201241549:bd01/24/2012:svnAppleInc.:pnMacBookAir4,2:pvr1.0:rvnAppleInc.:rnMac-742912EFDBEE19B3:rvrMacBookAir4,2:cvnAppleInc.:ct10:cvrMac-742912EFDBEE19B3:
dmi.product.name: MacBookAir4,2
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.

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


** Tags: amd64 apport-kerneloops quantal resume suspend

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

Title:
  [Apple Inc. MacBookAir4,2] suspend/resume failure [non-free: wl]

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

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


[Bug 1060595] Re: upower crashed with signal 5 in dbus_g_connection

2012-12-01 Thread Nir Yeffet
*** This bug is a duplicate of bug 929755 ***
https://bugs.launchpad.net/bugs/929755

** Description changed:

  At (seemingly) random intervals, upower package crashes.
  
  Ubuntu Quantal beta2 (development branch)
  
  alejandro@alejandro-UL80VT:~$ apt-cache policy upower
  upower:
-   Instalados: 0.9.17-1build1
-   Candidato:  0.9.17-1build1
-   Tabla de versión:
-  *** 0.9.17-1build1 0
- 500 http://cl.archive.ubuntu.com/ubuntu/ quantal/main i386 Packages
- 100 /var/lib/dpkg/status
+   Instalados: 0.9.17-1build1
+   Candidato:  0.9.17-1build1
+   Tabla de versión:
+  *** 0.9.17-1build1 0
+ 500 http://cl.archive.ubuntu.com/ubuntu/ quantal/main i386 Packages
+ 100 /var/lib/dpkg/status
  
  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: upower 0.9.17-1build1
  ProcVersionSignature: Ubuntu 3.5.0-16.25-generic 3.5.4
  Uname: Linux 3.5.0-16-generic i686
  ApportVersion: 2.6.1-0ubuntu1
  Architecture: i386
  CrashCounter: 1
  Date: Tue Oct  2 14:20:45 2012
  ExecutablePath: /usr/lib/upower/upowerd
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha i386 (20120905.2)
  ProcCmdline: /usr/lib/upower/upowerd
  ProcEnviron:
-  
+ 
  Signal: 5
  SourcePackage: upower
  StacktraceTop:
-  dbus_g_connection_register_g_object () from 
/usr/lib/i386-linux-gnu/libdbus-glib-1.so.2
-  ?? ()
-  ?? ()
-  g_udev_marshal_VOID__STRING_OBJECT () from 
/usr/lib/i386-linux-gnu/libgudev-1.0.so.0
-  g_closure_invoke () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
+  dbus_g_connection_register_g_object () from 
/usr/lib/i386-linux-gnu/libdbus-glib-1.so.2
+  ?? ()
+  ?? ()
+  g_udev_marshal_VOID__STRING_OBJECT () from 
/usr/lib/i386-linux-gnu/libgudev-1.0.so.0
+  g_closure_invoke () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
  Title: upowerd crashed with signal 5 in dbus_g_connection_register_g_object()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

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

Title:
  upower crashed with signal 5 in dbus_g_connection

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

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

[Bug 677879] Re: Memory leak in twistd when running firefox nanny

2010-11-29 Thread Nir Yeffet
I can confirm this. I caught twistd growing to 6.3GB.

-- 
Memory leak in twistd when running firefox  nanny
https://bugs.launchpad.net/bugs/677879
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 599666] Re: Built in microphone produces no sound on Dell Latitude E4310 (Intel 8086:3b57)

2010-11-23 Thread Nir Yeffet
Confirmed. #12 works on Dell E4310.

-- 
Built in microphone produces no sound on Dell Latitude E4310 (Intel 8086:3b57)
https://bugs.launchpad.net/bugs/599666
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 279904] Re: libdbd-mysql-perl in intrepid has segfault bug

2009-02-03 Thread Nir Yeffet
This is causing Apache::DBI to segfault apache sub-process when mysql
server disconnects (any reason). recommended course of action: don't use
Apache::DBI nor DBI-connect_cached() until fixed. could be problematic
for high traffic sites.

-- 
libdbd-mysql-perl in intrepid has segfault bug
https://bugs.launchpad.net/bugs/279904
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 196277] Re: [hardy] keyboard layout switching shortcut doesn't work after reboot

2008-04-14 Thread Nir Yeffet
Confirmed on Dell OptiPlex 170L; however changing the key from Keyboard
Preferences to, for example, both shifts, works well.

-- 
[hardy] keyboard layout switching shortcut doesn't work after reboot
https://bugs.launchpad.net/bugs/196277
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 55646] Re: video playback problem on external monitor

2007-09-23 Thread Nir Yeffet
Confirmed on ibm thinkpad T41
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon R250 [Mobility 
FireGL 9000] (rev 02)

-- 
video playback problem on external monitor
https://bugs.launchpad.net/bugs/55646
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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