[Bug 1470997] [NEW] dhclient tries to send request over non-existent interface, floods syslog

2015-07-02 Thread Alex Yurchenko
Public bug reported:

From time to time I'm using a Bluetooth network device (my cellphone).
In Linux it shows as bnep0. However when disconnected, this device
disappears from ifconfig -a output. Still dclient floods  syslog with
the following:

Jul  2 22:09:59 void dhclient: DHCPDISCOVER on bnep0 to 255.255.255.255 port 67 
interval 8 (xid=0x2c92a43c)
Jul  2 22:09:59 void dhclient: send_packet: No such device or address
Jul  2 22:09:59 void dhclient: dhclient.c:2094: Failed to send 300 byte long 
packet over bnep0 interface.

That continues even after networking is disabled altogether.

Also, every 15 seconds the following is logged:

Jul  2 22:29:03 void dhclient: PRC: Renewing lease on wlan0.
Jul  2 22:29:03 void dhclient: XMT: Renew on wlan0, interval 10180ms.
Jul  2 22:29:03 void dhclient: RCV: Reply message on wlan0 from 
fe80::5a23:8cff:fea3:1ec5.
Jul  2 22:29:03 void NetworkManager[948]: info (wlan0): DHCPv6 state changed 
renew6 - renew6
Jul  2 22:29:03 void NetworkManager[948]: info   valid_lft 60
Jul  2 22:29:03 void NetworkManager[948]: info   preferred_lft 30
Jul  2 22:29:03 void NetworkManager[948]: info   address 
2001:14ba:21f8:c00:e8b:fdff:fea1:4a1e
Jul  2 22:29:03 void NetworkManager[948]: info   nameserver 
'2001:14b8:1000::1'
Jul  2 22:29:03 void NetworkManager[948]: info   nameserver 
'2001:14b8:1000::2'
Jul  2 22:29:03 void NetworkManager[948]: info   domain search 
'bb.dnainternet.fi.'
Jul  2 22:29:03 void dbus[1025]: [system] Activating via systemd: service 
name='org.freedesktop.nm_dispatcher' 
unit='dbus-org.freedesktop.nm-dispatcher.service'
Jul  2 22:29:03 void systemd[1]: Starting Network Manager Script Dispatcher 
Service...
Jul  2 22:29:03 void dbus[1025]: [system] Successfully activated service 
'org.freedesktop.nm_dispatcher'
Jul  2 22:29:03 void systemd[1]: Started Network Manager Script Dispatcher 
Service.

Given that bnep0 interface does not exist, the problem most likely is
not in the dhclient itself, but something else that configures it to use
non-existent interface.


System information:

# lsb_release -rd
Description:Ubuntu 15.04
Release:15.04

# uname -a
Linux void 3.19.0-21-generic #21-Ubuntu SMP Sun Jun 14 18:31:11 UTC 2015 x86_64 
x86_64 x86_64 GNU/Linux

# cat /etc/network/interfaces
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback

source interfaces.d/*

# ls /etc/network/interfaces.d
virbr0

# cat /etc/network/interfaces.d/virbr0 
auto br0
iface br0 inet static
address 10.21.32.1
network 10.21.32.0
netmask 255.255.255.0
broadcast 10.21.32.255
#gateway 10.21.32.1
bridge_ports dummy0
##bridge_fd 9
##bridge_hello 2
##bridge_maxage 12
bridge_max_wait 0
bridge_stp off

# apt-cache policy isc-dhcp-client
isc-dhcp-client:
  Installed: 4.3.1-5ubuntu2.2
  Candidate: 4.3.1-5ubuntu2.2

** Affects: dhcp3 (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/1470997

Title:
  dhclient tries to send request over non-existent interface, floods
  syslog

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

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


[Bug 1470997] [NEW] dhclient tries to send request over non-existent interface, floods syslog

2015-07-02 Thread Alex Yurchenko
Public bug reported:

From time to time I'm using a Bluetooth network device (my cellphone).
In Linux it shows as bnep0. However when disconnected, this device
disappears from ifconfig -a output. Still dclient floods  syslog with
the following:

Jul  2 22:09:59 void dhclient: DHCPDISCOVER on bnep0 to 255.255.255.255 port 67 
interval 8 (xid=0x2c92a43c)
Jul  2 22:09:59 void dhclient: send_packet: No such device or address
Jul  2 22:09:59 void dhclient: dhclient.c:2094: Failed to send 300 byte long 
packet over bnep0 interface.

That continues even after networking is disabled altogether.

Also, every 15 seconds the following is logged:

Jul  2 22:29:03 void dhclient: PRC: Renewing lease on wlan0.
Jul  2 22:29:03 void dhclient: XMT: Renew on wlan0, interval 10180ms.
Jul  2 22:29:03 void dhclient: RCV: Reply message on wlan0 from 
fe80::5a23:8cff:fea3:1ec5.
Jul  2 22:29:03 void NetworkManager[948]: info (wlan0): DHCPv6 state changed 
renew6 - renew6
Jul  2 22:29:03 void NetworkManager[948]: info   valid_lft 60
Jul  2 22:29:03 void NetworkManager[948]: info   preferred_lft 30
Jul  2 22:29:03 void NetworkManager[948]: info   address 
2001:14ba:21f8:c00:e8b:fdff:fea1:4a1e
Jul  2 22:29:03 void NetworkManager[948]: info   nameserver 
'2001:14b8:1000::1'
Jul  2 22:29:03 void NetworkManager[948]: info   nameserver 
'2001:14b8:1000::2'
Jul  2 22:29:03 void NetworkManager[948]: info   domain search 
'bb.dnainternet.fi.'
Jul  2 22:29:03 void dbus[1025]: [system] Activating via systemd: service 
name='org.freedesktop.nm_dispatcher' 
unit='dbus-org.freedesktop.nm-dispatcher.service'
Jul  2 22:29:03 void systemd[1]: Starting Network Manager Script Dispatcher 
Service...
Jul  2 22:29:03 void dbus[1025]: [system] Successfully activated service 
'org.freedesktop.nm_dispatcher'
Jul  2 22:29:03 void systemd[1]: Started Network Manager Script Dispatcher 
Service.

Given that bnep0 interface does not exist, the problem most likely is
not in the dhclient itself, but something else that configures it to use
non-existent interface.


System information:

# lsb_release -rd
Description:Ubuntu 15.04
Release:15.04

# uname -a
Linux void 3.19.0-21-generic #21-Ubuntu SMP Sun Jun 14 18:31:11 UTC 2015 x86_64 
x86_64 x86_64 GNU/Linux

# cat /etc/network/interfaces
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback

source interfaces.d/*

# ls /etc/network/interfaces.d
virbr0

# cat /etc/network/interfaces.d/virbr0 
auto br0
iface br0 inet static
address 10.21.32.1
network 10.21.32.0
netmask 255.255.255.0
broadcast 10.21.32.255
#gateway 10.21.32.1
bridge_ports dummy0
##bridge_fd 9
##bridge_hello 2
##bridge_maxage 12
bridge_max_wait 0
bridge_stp off

# apt-cache policy isc-dhcp-client
isc-dhcp-client:
  Installed: 4.3.1-5ubuntu2.2
  Candidate: 4.3.1-5ubuntu2.2

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in Ubuntu.
https://bugs.launchpad.net/bugs/1470997

Title:
  dhclient tries to send request over non-existent interface, floods
  syslog

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1366997] Re: Duplicate entry error for primary key following cluster size change

2015-03-26 Thread Alex Yurchenko
** Changed in: codership-mysql/5.6
   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/1366997

Title:
  Duplicate entry error for primary key following cluster size change

To manage notifications about this bug go to:
https://bugs.launchpad.net/codership-mysql/+bug/1366997/+subscriptions

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


[Bug 1366997] Re: Duplicate entry error for primary key following cluster size change

2015-03-26 Thread Alex Yurchenko
** Changed in: codership-mysql/5.6
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1366997

Title:
  Duplicate entry error for primary key following cluster size change

To manage notifications about this bug go to:
https://bugs.launchpad.net/codership-mysql/+bug/1366997/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1327072] [NEW] package openssh-server 1:6.6p1-2ubuntu2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script was killed by signal (Aborted), core dumped

2014-06-06 Thread Alex Yurchenko
Public bug reported:

Practically no information: just decided to upgrade to 14.04 and it
shows that openssh-server upgrade failed.

OpenSSH_6.6.1p1 Ubuntu-2ubuntu2, OpenSSL 1.0.1f 6 Jan 2014 seems to be
up and running though

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: openssh-server 1:6.6p1-2ubuntu2
ProcVersionSignature: Ubuntu 3.13.0-29.53-generic 3.13.11.2
Uname: Linux 3.13.0-29-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
Date: Fri Jun  6 09:32:25 2014
DuplicateSignature: package:openssh-server:1:6.6p1-2ubuntu2:ErrorMessage: 
subprocess installed post-installation script was killed by signal (Aborted), 
core dumped
ErrorMessage: ErrorMessage: subprocess installed post-installation script was 
killed by signal (Aborted), core dumped
InstallationDate: Installed on 2013-09-28 (250 days ago)
InstallationMedia: Ubuntu-Server 13.04 Raring Ringtail - Release amd64 
(20130423.1)
SourcePackage: openssh
Title: package openssh-server 1:6.6p1-2ubuntu2 failed to install/upgrade: 
ErrorMessage: subprocess installed post-installation script was killed by 
signal (Aborted), core dumped
UpgradeStatus: Upgraded to trusty on 2014-06-06 (0 days ago)

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


** Tags: amd64 apport-package need-duplicate-check trusty

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1327072

Title:
  package openssh-server 1:6.6p1-2ubuntu2 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script was killed
  by signal (Aborted), core dumped

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1327072] [NEW] package openssh-server 1:6.6p1-2ubuntu2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script was killed by signal (Aborted), core dumped

2014-06-06 Thread Alex Yurchenko
Public bug reported:

Practically no information: just decided to upgrade to 14.04 and it
shows that openssh-server upgrade failed.

OpenSSH_6.6.1p1 Ubuntu-2ubuntu2, OpenSSL 1.0.1f 6 Jan 2014 seems to be
up and running though

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: openssh-server 1:6.6p1-2ubuntu2
ProcVersionSignature: Ubuntu 3.13.0-29.53-generic 3.13.11.2
Uname: Linux 3.13.0-29-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
Date: Fri Jun  6 09:32:25 2014
DuplicateSignature: package:openssh-server:1:6.6p1-2ubuntu2:ErrorMessage: 
subprocess installed post-installation script was killed by signal (Aborted), 
core dumped
ErrorMessage: ErrorMessage: subprocess installed post-installation script was 
killed by signal (Aborted), core dumped
InstallationDate: Installed on 2013-09-28 (250 days ago)
InstallationMedia: Ubuntu-Server 13.04 Raring Ringtail - Release amd64 
(20130423.1)
SourcePackage: openssh
Title: package openssh-server 1:6.6p1-2ubuntu2 failed to install/upgrade: 
ErrorMessage: subprocess installed post-installation script was killed by 
signal (Aborted), core dumped
UpgradeStatus: Upgraded to trusty on 2014-06-06 (0 days ago)

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


** Tags: amd64 apport-package need-duplicate-check trusty

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

Title:
  package openssh-server 1:6.6p1-2ubuntu2 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script was killed
  by signal (Aborted), core dumped

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

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


[Bug 1326954] Re: ModemManager does not seem to recognize Sierra Wireless EM7305 (Fujitsu Lifebook S904)

2014-06-06 Thread Alex Yurchenko
** Summary changed:

- ModemManager does not seem to recognize Sierra Wireless EM7305
+ ModemManager does not seem to recognize Sierra Wireless EM7305 (Fujitsu 
Lifebook S904)

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

Title:
  ModemManager does not seem to recognize Sierra Wireless EM7305
  (Fujitsu Lifebook S904)

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

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


[Bug 1326954] [NEW] ModemManager does not seem to recognize Sierra Wireless EM7305

2014-06-05 Thread Alex Yurchenko
Public bug reported:

Ubuntu 14.04, x86_64, ModemManager-1.0.0-2ubuntu1

Card: Sierra Wireless EM7305 (PCI Express M.2 form factor)

Expected: Sierra plugin is used
Happens: Generic plugin is used instead

After cold start the card seems to work almost fine, but does not come
back after suspend or hibernate. At least after hibernate MM may go into
a tight loop consuming 100% CPU.

MM debug log output (full log attached):

debug [1401992536.121631] [mm-plugin-manager.c:576] build_plugins_list(): 
(Plugin Manager) [wwan0] Found '1' plugins to try...
debug [1401992536.125236] [mm-plugin-manager.c:580] build_plugins_list(): 
(Plugin Manager) [wwan0]   Will try with plugin 'Generic'
debug [1401992536.128923] [mm-plugin.c:700] mm_plugin_supports_port(): 
(Generic) [wwan0] probing deferred until result suggested
debug [1401992536.132687] [mm-plugin-manager.c:505] 
plugin_supports_port_ready(): (Plugin Manager) [wwan0] deferring support check 
until result suggested
debug [1401992536.142664] [mm-port-probe.c:536] wdm_probe_mbim(): 
(usbmisc/cdc-wdm0) probing MBIM...
debug [1401992538.202591] [mm-plugin-manager.c:646] min_probing_timeout_cb(): 
(Plugin Manager) [/sys/devices/pci:00/:00:14.0/usb1/1-6] Minimum 
probing time consumed
[/dev/cdc-wdm0] Queried max control message size: 4096[/dev/cdc-wdm0] Sent 
message...
 RAW:
   length = 16
   data   = 01:00:00:00:10:00:00:00:01:00:00:00:00:10:00:00
[/dev/cdc-wdm0] Sent message (translated)...
 Header:
   length  = 16
   type= open (0x0001)
   transaction = 1
 Contents:
   max_control_transfer = 4096
[/dev/cdc-wdm0] Received message...
 RAW:
   length = 16
   data   = 01:00:00:80:10:00:00:00:01:00:00:00:00:00:00:00
debug [1401992539.481429] [mm-port-probe.c:300] 
mm_port_probe_set_result_mbim(): (usbmisc/cdc-wdm0) port is MBIM-capable
[/dev/cdc-wdm0] Sent message...
 RAW:
   length = 12
   data   = 02:00:00:00:0C:00:00:00:02:00:00:00
[/dev/cdc-wdm0] Sent message (translated)...
 Header:
   length  = 12
   type= close (0x0002)
   transaction = 2
[/dev/cdc-wdm0] Received message...
 RAW:
   length = 16
   data   = 02:00:00:80:10:00:00:00:02:00:00:00:00:00:00:00
debug [1401992539.545529] [mm-plugin-manager.c:417] 
plugin_supports_port_ready(): (Plugin Manager) (Generic) [cdc-wdm0] found best 
plugin for port
debug [1401992539.549361] [mm-plugin-manager.c:334] 
suggest_port_probe_result(): (Plugin Manager) (Generic) [wwan0] deferred task 
completed, got suggested plugin
debug [1401992539.553247] [mm-plugin-manager.c:274] 
port_probe_context_finished(): (Plugin Manager) 'cdc-wdm0' port probe finished, 
still 1 running probes in this device (wwan0)
debug [1401992539.556995] [mm-plugin.c:700] mm_plugin_supports_port(): 
(Generic) [wwan0] probing deferred until result suggested
debug [1401992539.560690] [mm-plugin-manager.c:485] 
plugin_supports_port_ready(): (Plugin Manager) (Generic) [wwan0] task 
completed, got suggested plugin
debug [1401992539.564175] [mm-plugin-manager.c:285] 
port_probe_context_finished(): (Plugin Manager) 'wwan0' port probe finished, 
last one in device
debug [1401992539.567868] [mm-plugin-manager.c:107] 
find_device_support_context_complete_and_free(): (Plugin Manager) 
[/sys/devices/pci:00/:00:14.0/usb1/1-6] device support check finished 
in '3.677528' seconds
info  [1401992539.571611] [mm-device.c:486] mm_device_create_modem(): 
Creating modem with plugin 'Generic' and '2' ports
debug [1401992539.575477] [generic/mm-plugin-generic.c:73] create_modem(): 
MBIM-powered generic modem found...

mmcli output:

/org/freedesktop/ModemManager1/Modem/0 (device id 
'b3a77501ed8da196baa804a4142ff280766f6f98')
  -
  Hardware |   manufacturer: 'Generic'
   |  model: 'MBIM [1199:9063]'
   |   revision: 'SWI9X15C_01.12'
   |  supported: 'gsm-umts, lte'
   |current: 'gsm-umts, lte'
   |   equipment id: '356906050069168'
  -
  System   | device: '/sys/devices/pci:00/:00:14.0/usb1/1-6'
   |drivers: 'cdc_mbim'
   | plugin: 'Generic'
   |   primary port: 'cdc-wdm0'
   |  ports: 'cdc-wdm0 (mbim), wwan0 (net)'
  -
  Numbers  |   own : 'unknown'
  -
  Status   |   lock: 'none'
   | unlock retries: 'sim-pin2 (3)'
   |  state: 'disabled'
   |power state: 'on'
   |access tech: 'unknown'
   | signal quality: '0' (cached)
  -
  Modes|  supported: 'allowed: 2g, 3g, 4g; preferred: none'
   |current: 'allowed: 2g, 3g, 4g; preferred: none'
  -
  Bands|  supported: 'unknown'
   |current: 'unknown'
  -
  IP   |  supported: 'ipv4, ipv6, ipv4v6'
  -
  3GPP |   imei: 

[Bug 720446] Re: memory leak in compiz when using places, dashboard, and exposing launcher icons with multiple quicklists

2011-06-19 Thread Alex Yurchenko
Well, I have compiz leaking without actually touching anything in the
GUI session, just being logged in. In the last 12 hours compiz memory
usage grew from 751M/159M VIRT/RES to 758M/180M. This is without
touching keyboard or mouse, screen blanked. A weather and system monitor
(text based) indicators are running - probably the only redrawing
applications. Compiz is the only process that shows memory usage growth.

Shortly after boot compiz memory usage was around 150M/62M.

Hardware is Core i5 2400 with integrated graphics, stock driver that
comes with Ubuntu 11.04.

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

Title:
  memory leak in compiz when using places, dashboard, and exposing
  launcher icons with multiple quicklists

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-multiload/+bug/720446/+subscriptions

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


Re: [Bug 231266] Re: Cannot resize text input area in Pidgin

2011-06-18 Thread Alex Yurchenko
I'm currently using pidgin 2.6.6 from Ubuntu 10.04 LTS. What is causing 
this bug is program design: there is no facility to dynamically change 
text input area height from the user interface - i.e. no handle of 
anything that can be dragged by a pointer.

On Sat, 18 Jun 2011 13:30:17 -, Fabio Marconi wrote:
 We'd like to figure out what's causing this bug for you, but we 
 haven't
 heard back from you in a while. Could you please provide the 
 requested
 information? Thanks!

 --
 You received this bug notification because you are subscribed to the 
 bug
 report.
 https://bugs.launchpad.net/bugs/231266

 Title:
   Cannot resize text input area in Pidgin

 Status in Gaim:
   Won't Fix
 Status in “pidgin” package in Ubuntu:
   Incomplete
 Status in “pidgin” package in Debian:
   Confirmed

 Bug description:
   Binary package hint: pidgin

   Description:Ubuntu 8.04
   Release:8.04

   pidgin:
 Installed: 1:2.4.1-1ubuntu2
 Candidate: 1:2.4.1-1ubuntu2
 Version table:
*** 1:2.4.1-1ubuntu2 0
   500 http://us.archive.ubuntu.com hardy/main Packages
   100 /var/lib/dpkg/status


   Usually, I can change the size of the area where I type (the box
 underneath the actual conversation).  I upgraded from the previous
 Ubuntu release to the current one and I can no longer do this (small
 and nit-picky perhaps but it's still aggravating)

   ProblemType: Bug
   Architecture: i386
   Date: Fri May 16 21:14:57 2008
   DistroRelease: Ubuntu 8.04
   ExecutablePath: /usr/bin/pidgin
   NonfreeKernelModules: nvidia
   Package: pidgin 1:2.4.1-1ubuntu2
   PackageArchitecture: i386
   ProcEnviron:

 
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
LANG=en_US.UTF-8
SHELL=/bin/bash
   SourcePackage: pidgin
   Uname: Linux 2.6.24-16-generic i686

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

-- 
Alexey Yurchenko,
Codership Oy, www.codership.com
Skype: alexey.yurchenko, Phone: +358-400-516-011

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

Title:
  Cannot resize text input area in Pidgin

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

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

[Bug 464243] Re: [karmic] mplayer enca don't work

2009-11-07 Thread Alex Yurchenko
Same here: Karmic 32-bit upgraded form Jaunty and 64-bit clean install

-- 
[karmic] mplayer  enca don't work
https://bugs.launchpad.net/bugs/464243
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