Re: [Desktop-packages] [Bug 1479715] Re: Crash due to fd leak when playing sounds in pidgin

2016-02-18 Thread Cysioland
It could, but it would be unpleasant, as people like, when thet get an
audible "ping" when they've got a message.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pidgin in Ubuntu.
https://bugs.launchpad.net/bugs/1479715

Title:
  Crash due to fd leak when playing sounds in pidgin

Status in pidgin package in Ubuntu:
  Confirmed

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding pidgin.  This problem was most recently seen with version
  1:2.10.11-0ubuntu4, the problem page at
  https://errors.ubuntu.com/problem/7470d12c4e88f72501f718f2e8fd6469b2cb650f
  contains more details.

  Upstream bug: https://developer.pidgin.im/ticket/16752

  Partial backtrace:

  #0  0x7f0e72819b24 in g_source_attach (source=source@entry=0x0, 
context=0x0) at /build/glib2.0-ajuDY6/glib2.0-2.46.1/./glib/gmain.c:1163
  #1  0x7f0e74b848b8 in gst_bus_add_watch_full_unlocked (bus=, priority=, func=0x56004c7ceeb0 , 
user_data=0x56004e00aa40, notify=0x0) at gstbus.c:885
  #2  0x7f0e74b849e0 in gst_bus_add_watch_full (bus=0x7f0e14009260 
[GstBus], priority=0, func=0x56004c7ceeb0 , user_data=0x56004e00aa40, 
notify=0x0) at gstbus.c:936
  #3  0x56004c7cfb3a in pidgin_sound_play_file (filename=)
  at /build/pidgin-hiYwOJ/pidgin-2.10.11/./pidgin/gtksound.c:543
  #4  0x56004c7cf927 in pidgin_sound_play_event (event=PURPLE_SOUND_SEND)
  at /build/pidgin-hiYwOJ/pidgin-2.10.11/./pidgin/gtksound.c:616

  
  [Impact]

  * Each sound played will leak a file descriptor.

  * Crash (null pointer dereference) after playing sounds roughly 1000
  times (depending on fd limit)

  * Depending on the amount of activity, this can mean every few hours
  for some users (it's once for each received or sent message)

  
  [Test Case]

  1. Set the file descriptor limit low enough to be able to login, plus a few 
extra. "ulimit -Sn 20" works for me
  2. Start pidgin
  3. Tools menu -> preferences -> sounds tab
  4. Click "preview" 10 times or so
  5. Acquire crash

  [Regression Potential]

  * The fix consists in adding two lines, returning FALSE when a sound
  finishes playing or when an error happens, which tells gstreamer to
  free those file descriptors, so it's highly unlikely that this could
  make things worse.

  * A user who reported this bug yesterday was given a .deb file with
  the fix, who also distributed that fixed .deb to other 50 users who
  also had the issue in ubuntu wily. Everyone is happy now.

  [Other Info]

  * This fix will be included in pidgin 2.10.12, set to release very
  soon.

  * The bug originally happened because of the backported gstreamer 1.0
  patch that was also introduced in post-2.10.11 development versions.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 303862] Re: Pidgin freezes when generating new OTR private key

2016-02-13 Thread Cysioland
** Changed in: pidgin (Ubuntu)
   Status: Invalid => Confirmed

** Changed in: pidgin-otr (Ubuntu)
   Status: Invalid => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pidgin in Ubuntu.
https://bugs.launchpad.net/bugs/303862

Title:
  Pidgin freezes when generating new OTR private key

Status in pidgin-otr:
  Invalid
Status in pidgin package in Ubuntu:
  Confirmed
Status in pidgin-otr package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: pidgin

  Package: pidgin-otr (Intrepid) 3.2.0-1
  Version of Ubuntu: Ubuntu 8.10 (Intrepid)
  Systems used: AMD XP 3200+, 1 GB DDR, 160 GB HDD running Ubuntu 8.10
   HP dv9500t laptop, 2.0 Ghz Core 2 Duo, 2 GB DDR, 160 
GB HDD running of Ubuntu 8.10 LiveCD

  When I enable the pidgin-otr plugin and attempt to generate a new
  private key, Pidgin pops up a dialog box telling me that a new private
  key is being generated. However, key generation never completes and
  eventually I receive a notification that Pidgin or "Generating Private
  Key" is not responding. I have attempted to generate keys for both a
  XMPP (GMail Account) and an AIM account with the same result, and have
  repeated the process on both systems multiple times.

  I have successfully generated keys using the same version of OTR on
  Windows XP SP3 on the HP dv9500t laptop.

  ProblemType: Bug
  Architecture: i386
  DistroRelease: Ubuntu 8.10
  ExecutablePath: /usr/bin/pidgin
  Package: pidgin 1:2.5.2-0ubuntu1
  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.27-9-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/pidgin-otr/+bug/303862/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1479715] Re: Crash due to fd leak when playing sounds in pidgin

2016-02-09 Thread Cysioland
I see it nominated for wily, but it occurs in wily.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pidgin in Ubuntu.
https://bugs.launchpad.net/bugs/1479715

Title:
  Crash due to fd leak when playing sounds in pidgin

Status in pidgin package in Ubuntu:
  Confirmed

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding pidgin.  This problem was most recently seen with version
  1:2.10.11-0ubuntu4, the problem page at
  https://errors.ubuntu.com/problem/7470d12c4e88f72501f718f2e8fd6469b2cb650f
  contains more details.

  Upstream bug: https://developer.pidgin.im/ticket/16752

  Partial backtrace:

  #0  0x7f0e72819b24 in g_source_attach (source=source@entry=0x0, 
context=0x0) at /build/glib2.0-ajuDY6/glib2.0-2.46.1/./glib/gmain.c:1163
  #1  0x7f0e74b848b8 in gst_bus_add_watch_full_unlocked (bus=, priority=, func=0x56004c7ceeb0 , 
user_data=0x56004e00aa40, notify=0x0) at gstbus.c:885
  #2  0x7f0e74b849e0 in gst_bus_add_watch_full (bus=0x7f0e14009260 
[GstBus], priority=0, func=0x56004c7ceeb0 , user_data=0x56004e00aa40, 
notify=0x0) at gstbus.c:936
  #3  0x56004c7cfb3a in pidgin_sound_play_file (filename=)
  at /build/pidgin-hiYwOJ/pidgin-2.10.11/./pidgin/gtksound.c:543
  #4  0x56004c7cf927 in pidgin_sound_play_event (event=PURPLE_SOUND_SEND)
  at /build/pidgin-hiYwOJ/pidgin-2.10.11/./pidgin/gtksound.c:616

  
  [Impact]

  * Each sound played will leak a file descriptor.

  * Crash (null pointer dereference) after playing sounds roughly 1000
  times (depending on fd limit)

  * Depending on the amount of activity, this can mean every few hours
  for some users (it's once for each received or sent message)

  
  [Test Case]

  1. Set the file descriptor limit low enough to be able to login, plus a few 
extra. "ulimit -Sn 20" works for me
  2. Start pidgin
  3. Tools menu -> preferences -> sounds tab
  4. Click "preview" 10 times or so
  5. Acquire crash

  [Regression Potential]

  * The fix consists in adding two lines, returning FALSE when a sound
  finishes playing or when an error happens, which tells gstreamer to
  free those file descriptors, so it's highly unlikely that this could
  make things worse.

  * A user who reported this bug yesterday was given a .deb file with
  the fix, who also distributed that fixed .deb to other 50 users who
  also had the issue in ubuntu wily. Everyone is happy now.

  [Other Info]

  * This fix will be included in pidgin 2.10.12, set to release very
  soon.

  * The bug originally happened because of the backported gstreamer 1.0
  patch that was also introduced in post-2.10.11 development versions.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1422289] Re: Backup failed with duplicity assertion error

2016-01-04 Thread Cysioland
It isn't fixed, it occurs also to me

Traceback (most recent call last):
  File "/usr/bin/duplicity", line 1532, in 
with_tempdir(main)
  File "/usr/bin/duplicity", line 1526, in with_tempdir
fn()
  File "/usr/bin/duplicity", line 1380, in main
do_backup(action)
  File "/usr/bin/duplicity", line 1401, in do_backup
sync_archive(decrypt)
  File "/usr/bin/duplicity", line 1139, in sync_archive
remote_metafiles, ignored, rem_needpass = get_metafiles(remlist)
  File "/usr/bin/duplicity", line 1029, in get_metafiles
pr = file_naming.parse(fn)
  File "/usr/lib/python2.7/dist-packages/duplicity/file_naming.py", line 398, 
in parse
pr = check_full()
  File "/usr/lib/python2.7/dist-packages/duplicity/file_naming.py", line 317, 
in check_full
t = str2time((m1 or m2).group("time"), short)
  File "/usr/lib/python2.7/dist-packages/duplicity/file_naming.py", line 290, 
in str2time
t = dup_time.genstrtotime(timestr.upper())
  File "/usr/lib/python2.7/dist-packages/duplicity/dup_time.py", line 295, in 
genstrtotime
return override_curtime - intstringtoseconds(timestr)
  File "/usr/lib/python2.7/dist-packages/duplicity/dup_time.py", line 203, in 
intstringtoseconds
error()
  File "/usr/lib/python2.7/dist-packages/duplicity/dup_time.py", line 194, in 
error
raise TimeException(bad_interval_string % interval_string)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe6 in position 15: 
ordinal not in range(128)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to deja-dup in Ubuntu.
https://bugs.launchpad.net/bugs/1422289

Title:
  Backup failed with duplicity assertion error

Status in deja-dup package in Ubuntu:
  Confirmed

Bug description:
  I have configured deja-dup to backup to an S3 folder and recently all
  backups are failing with this error:

  Traceback (most recent call last):
File "/usr/bin/duplicity", line 1500, in 
  with_tempdir(main)
File "/usr/bin/duplicity", line 1494, in with_tempdir
  fn()
File "/usr/bin/duplicity", line 1327, in main
  action = commandline.ProcessCommandLine(sys.argv[1:])
File "/usr/lib/python2.7/dist-packages/duplicity/commandline.py", line 
1047, in ProcessCommandLine
  globals.backend = backend.get_backend(args[0])
File "/usr/lib/python2.7/dist-packages/duplicity/backend.py", line 221, in 
get_backend
  obj = get_backend_object(url_string)
File "/usr/lib/python2.7/dist-packages/duplicity/backend.py", line 207, in 
get_backend_object
  return factory(pu)
File "/usr/lib/python2.7/dist-packages/duplicity/backends/_boto_single.py", 
line 161, in __init__
  self.resetConnection()
File "/usr/lib/python2.7/dist-packages/duplicity/backends/_boto_single.py", 
line 183, in resetConnection
  self.conn = get_connection(self.scheme, self.parsed_url, self.storage_uri)
File "/usr/lib/python2.7/dist-packages/duplicity/backends/_boto_single.py", 
line 97, in get_connection
  assert scheme == 's3'
  AssertionError

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: deja-dup 32.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.18.0-13.14-generic 3.18.5
  Uname: Linux 3.18.0-13-generic x86_64
  ApportVersion: 2.16.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Feb 16 10:48:38 2015
  InstallationDate: Installed on 2015-01-09 (37 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150109)
  SourcePackage: deja-dup
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1422289/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1529910] Re: can't log whit my password on account

2015-12-29 Thread Cysioland
This may indicate a problem with your graphics drivers. What GPU do you
have?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1529910

Title:
  can't log whit my password on account

Status in lightdm package in Ubuntu:
  New

Bug description:
  when i try to log in on my acc whit my password i can't do it, i just
  get back to log in page and i need to type password again.. nothing
  seems to help..

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: lightdm 1.10.6-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16
  Uname: Linux 3.13.0-48-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Dec 29 18:02:16 2015
  InstallationDate: Installed on 2015-02-12 (320 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 447459] Re: nautilus crashed with SIGSEGV in g_type_check_instance()

2015-11-28 Thread Cysioland
Happened to me when I created a new folder and typed in its name.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/447459

Title:
  nautilus crashed with SIGSEGV in g_type_check_instance()

Status in Nautilus:
  Expired
Status in nautilus package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: nautilus

  I got some permissions problems for seemingly no reason.

  ProblemType: Crash
  Architecture: amd64
  CrashCounter: 1
  Date: Fri Oct  9 14:18:56 2009
  DistroRelease: Ubuntu 9.10
  ExecutablePath: /usr/bin/nautilus
  NonfreeKernelModules: nvidia
  Package: nautilus 1:2.28.0-0ubuntu5
  ProcCmdline: nautilus
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-12.41-generic
  SegvAnalysis:
   Segfault happened at: 0x7f0729ae2665 : mov
(%rax),%rdi
   PC (0x7f0729ae2665) ok
   source "(%rax)" (0x0074) not located in a known VMA region (needed 
readable region)!
   destination "%rdi" ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: nautilus
  StacktraceTop:
   g_type_check_instance ()
   g_signal_connect_data ()
   ?? ()
   ?? ()
   ?? ()
  Title: nautilus crashed with SIGSEGV in g_type_check_instance()
  Uname: Linux 2.6.31-12-generic x86_64
  UserGroups: adm admin audio cdrom dialout fuse lpadmin netdev plugdev 
vboxusers video

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1507957] Re: Huawei E3372 LTE modem on 15.10 works only when connecting via wvdial and not network-manager

2015-10-27 Thread Cysioland
Someone please help me with that launchpad stuff, so I can help fix this
bug

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1507957

Title:
  Huawei E3372 LTE modem on 15.10 works only when connecting via wvdial
  and not network-manager

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  If you plug the modem first time after booting, it cannot connect.
  Hovewer, after you unplug it and plug it again, it works like a charm.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-30-generic 3.19.0-30.34
  ProcVersionSignature: Ubuntu 3.19.0-30.34-generic 3.19.8-ckt6
  Uname: Linux 3.19.0-30-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  cysioland   2089 F pulseaudio
   /dev/snd/controlC0:  cysioland   2089 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue Oct 20 11:28:10 2015
  HibernationDevice: RESUME=UUID=ed44c356-6a11-447b-94bc-88d54b0ead64
  InstallationDate: Installed on 2014-10-14 (370 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: Acer Extensa 5635G
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-30-generic 
root=UUID=31750940-1f18-4f57-8933-4f779556f31b ro quiet splash 
libata.allow_tpm=1
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-30-generic N/A
   linux-backports-modules-3.19.0-30-generic  N/A
   linux-firmware 1.143.3
  SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-05-23 (149 days ago)
  dmi.bios.date: 12/21/2009
  dmi.bios.vendor: Phoenix
  dmi.bios.version: V1.3311
  dmi.board.name: BA50-MV
  dmi.board.vendor: Acer
  dmi.board.version: Not Applicable
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenix:bvrV1.3311:bd12/21/2009:svnAcer:pnExtensa5635G:pvrNotApplicable:rvnAcer:rnBA50-MV:rvrNotApplicable:cvnAcer:ct10:cvrN/A:
  dmi.product.name: Extensa 5635G
  dmi.product.version: Not Applicable
  dmi.sys.vendor: Acer

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1507957] Re: Huawei E3372 LTE modem works properly only after at least one replug

2015-10-27 Thread Cysioland
On rc6 it works only incidentally. I think it's not kernel, it's
NetworkManager, because I was able to connect fine with wvdial.

** Package changed: linux (Ubuntu) => network-manager (Ubuntu)

** Summary changed:

- Huawei E3372 LTE modem works properly only after at least one replug
+ Huawei E3372 LTE modem on 15.10 works only when connecting via wvdial and not 
network-manager

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1507957

Title:
  Huawei E3372 LTE modem on 15.10 works only when connecting via wvdial
  and not network-manager

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  If you plug the modem first time after booting, it cannot connect.
  Hovewer, after you unplug it and plug it again, it works like a charm.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-30-generic 3.19.0-30.34
  ProcVersionSignature: Ubuntu 3.19.0-30.34-generic 3.19.8-ckt6
  Uname: Linux 3.19.0-30-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  cysioland   2089 F pulseaudio
   /dev/snd/controlC0:  cysioland   2089 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue Oct 20 11:28:10 2015
  HibernationDevice: RESUME=UUID=ed44c356-6a11-447b-94bc-88d54b0ead64
  InstallationDate: Installed on 2014-10-14 (370 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: Acer Extensa 5635G
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-30-generic 
root=UUID=31750940-1f18-4f57-8933-4f779556f31b ro quiet splash 
libata.allow_tpm=1
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-30-generic N/A
   linux-backports-modules-3.19.0-30-generic  N/A
   linux-firmware 1.143.3
  SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-05-23 (149 days ago)
  dmi.bios.date: 12/21/2009
  dmi.bios.vendor: Phoenix
  dmi.bios.version: V1.3311
  dmi.board.name: BA50-MV
  dmi.board.vendor: Acer
  dmi.board.version: Not Applicable
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenix:bvrV1.3311:bd12/21/2009:svnAcer:pnExtensa5635G:pvrNotApplicable:rvnAcer:rnBA50-MV:rvrNotApplicable:cvnAcer:ct10:cvrN/A:
  dmi.product.name: Extensa 5635G
  dmi.product.version: Not Applicable
  dmi.sys.vendor: Acer

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1507957] Re: Huawei E3372 LTE modem on 15.10 works only when connecting via wvdial and not network-manager

2015-10-27 Thread Cysioland
Possibly related: https://bugs.launchpad.net/ubuntu/+source/network-
manager/+bug/1330262

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1507957

Title:
  Huawei E3372 LTE modem on 15.10 works only when connecting via wvdial
  and not network-manager

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  If you plug the modem first time after booting, it cannot connect.
  Hovewer, after you unplug it and plug it again, it works like a charm.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-30-generic 3.19.0-30.34
  ProcVersionSignature: Ubuntu 3.19.0-30.34-generic 3.19.8-ckt6
  Uname: Linux 3.19.0-30-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  cysioland   2089 F pulseaudio
   /dev/snd/controlC0:  cysioland   2089 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue Oct 20 11:28:10 2015
  HibernationDevice: RESUME=UUID=ed44c356-6a11-447b-94bc-88d54b0ead64
  InstallationDate: Installed on 2014-10-14 (370 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: Acer Extensa 5635G
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-30-generic 
root=UUID=31750940-1f18-4f57-8933-4f779556f31b ro quiet splash 
libata.allow_tpm=1
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-30-generic N/A
   linux-backports-modules-3.19.0-30-generic  N/A
   linux-firmware 1.143.3
  SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-05-23 (149 days ago)
  dmi.bios.date: 12/21/2009
  dmi.bios.vendor: Phoenix
  dmi.bios.version: V1.3311
  dmi.board.name: BA50-MV
  dmi.board.vendor: Acer
  dmi.board.version: Not Applicable
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenix:bvrV1.3311:bd12/21/2009:svnAcer:pnExtensa5635G:pvrNotApplicable:rvnAcer:rnBA50-MV:rvrNotApplicable:cvnAcer:ct10:cvrN/A:
  dmi.product.name: Extensa 5635G
  dmi.product.version: Not Applicable
  dmi.sys.vendor: Acer

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp