[Touch-packages] [Bug 2077464] Re: lscpu: Skip aarch64 decode path for rest of the architectures

2024-08-21 Thread Philip Cox
This is a userspace utility in the util-linux package, and not a kernel
issue. Removed the kernel from the Affected projects.

** No longer affects: linux (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to util-linux in Ubuntu.
https://bugs.launchpad.net/bugs/2077464

Title:
  lscpu: Skip aarch64 decode path for rest of the architectures

Status in util-linux package in Ubuntu:
  New
Status in util-linux source package in Noble:
  New
Status in util-linux source package in Oracular:
  New

Bug description:
  lscpu behaves differently when run sudo vs non-sudo on AMD
  architectures.

  On sudo runs, it adds a BIOS model name and BIOS CPU family which it
  does not add for the latter. However since this parsing from the DMI is
  primarily catered to aarch64, for AMD platform the BIOS model name is
  printed out as follows "AMD XXX Processor *Unknown* CPU @ X.XGHz" due
  to the part number is not populated on the platform.

  The issue boils down to an unconditional call to arm_decode() which
  attempts to read the DMI path and populate the processor information
  such as processor version and part number which is set to Unknown on AMD
  CPUs.

  81d6de9 (lscpu: remove the old code) changed the DMI path from
  /sys/firmware/dmi/entries/4-0/raw (non-existent) to
  /sys/firmware/dmi/tables/dmi (existent) which has brought this latent
  issue to light as DMI was starting to be parsed incorrectly.

  Therefore, do not perform aarch64 parsing for other architectures.

  https://github.com/util-linux/util-
  linux/commit/50a3efab6d126b28fcdcc28f1a0cd5cd596ae357

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


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


[Touch-packages] [Bug 2080489] Re: Network Manager stops functioning on Ubuntu 24.04

2024-09-19 Thread Philip Cox
Thank you Luís for taking the time to open this ticket, and respond with
the additional logs. I am from the from the kernel team, and I have
looked over the dmesg.log that you have provided.


I don't see any networking issues in the kernel log relating to the kernel, but 
I do see that some Virtual Box modules have been loaded which are out of tree, 
and unsupported by us.

I see that the "VBoxNetFlt" among other Virtual box drivers have been
loaded.  This one is the Virtual Box "Network Filter Driver".  I think
there is a good chance that the newer kernel version you are now running
is not playing nicely with the VirtualBox drivers.  Can you please un-
install them, and see if the problem still exists?  I do not see any
other networking related problems in the kernel log.

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Philip Cox (philcox)

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

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

Title:
  Network Manager stops functioning on Ubuntu 24.04

Status in linux package in Ubuntu:
  Incomplete
Status in network-manager package in Ubuntu:
  New

Bug description:
  I installed Ubuntu 24.04 about a month ago on a Asus Vivobook. Soon
  after the NetworkManager started misbehaving, with all connections to
  the internet becoming idle now and then. When this event happens the
  only way to restore internet access is to reboot the system. If
  initially these events were occasional, they now take place 3 or 4
  times per day, often after signing in from the lock screen.

  So far I was not able to verify whether NetworkManager is actually
  crashing, the Settings programme reports "NetworkManager not running"
  (see attached image). However, in the command line `systemctl` reports
  an active service:

  ```
  $ systemctl status NetworkManager
  ● NetworkManager.service - Network Manager
   Loaded: loaded (/usr/lib/systemd/system/NetworkManager.service; enabled>
   Active: active (running) since Sun 2024-08-27 18:21:44 WEST; 2h 18min a>
     Docs: man:NetworkManager(8)
     Main PID: 1149 (NetworkManager)
    Tasks: 4 (limit: 18646)
   Memory: 12.2M (peak: 28.6M)
  CPU: 836ms
   CGroup: /system.slice/NetworkManager.service
   └─1149 /usr/sbin/NetworkManager --no-daemon

  ago 27 19:34:08 Symbolic NetworkManager[1149]:   [1724006048.8961] man>
  ago 27 19:34:08 Symbolic NetworkManager[1149]:   [1724006048.8965] dev>
  ago 27 19:34:09 Symbolic NetworkManager[1149]:   [1724006049.1482] dev>
  ago 27 19:34:09 Symbolic NetworkManager[1149]:   [1724006049.1484] dev>
  ago 27 19:34:09 Symbolic NetworkManager[1149]:   [1724006049.1488] dhc>
  ago 27 19:34:09 Symbolic NetworkManager[1149]:   [1724006049.1488] dhc>
  ago 27 19:34:09 Symbolic NetworkManager[1149]:   [1724006049.1489] dhc>
  ago 27 19:34:09 Symbolic NetworkManager[1149]:   [1724006049.2049] dev>
  ago 27 20:33:50 Symbolic NetworkManager[1149]:   [1724009630.5340] man>
  ago 27 20:33:50 Symbolic NetworkManager[1149]:   [1724009630.5344] dev>
  ```

  But if I try to restart the service, the command line just hangs up:

  ```
  $ ping 1.1.1.1
  ping: connect: Network is unreachable

  $ sudo systemctl restart NetworkManager

  ```

  Also from `ifconfig` there is no response:

  ```
  $ ifconfig -a

  ```

  Please let me know if there is further useful information I can
  report.

  Thank you.

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


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


[Touch-packages] [Bug 2080638] Re: [QCA9377] Bluetoth turning off every reboot and i need to reinstall e restart the modules everytime

2024-09-19 Thread Philip Cox
Hi Jorge , thank you for taking the time to open this bug report!

I've gone over the kernel logs, and nothing in the kernel logs indicate
a kernel issue.

I see the bluetooth device set up, and functioning, and then later
systemd is called to stop and restart the device, which also doesn't git
any issue.  This sounds like a config issue, or some option that is set
in the bluetooth stack.

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Philip Cox (philcox)

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/2080638

Title:
  [QCA9377] Bluetoth turning off every reboot and i need to reinstall e
  restart the modules everytime

Status in bluez package in Ubuntu:
  New
Status in linux package in Ubuntu:
  Invalid

Bug description:
  Hi! Bluetooth turn off at every reboot. What i need to do at every
  restart is:

  sudo modprobe -r btusb btbcm btintel btmtk btrtl

  sudo modprobe -r bluetooth

  sudo apt-get install --reinstall bluez bluez-tools

  sudo modprobe btusb

  sudo systemctl restart bluetooth

  
  And it start to work again.

  ProblemType: Bug
  DistroRelease: Ubuntu 24.04
  Package: bluetooth 5.72-0ubuntu5
  ProcVersionSignature: Ubuntu 6.8.0-44.44-generic 6.8.12
  Uname: Linux 6.8.0-44-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.28.1-0ubuntu3.1
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Sep 13 09:15:12 2024
  InstallationDate: Installed on 2024-06-27 (78 days ago)
  InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Release amd64 (20240424)
  InterestingModules: rfcomm bnep btusb bluetooth
  MachineType: ASUSTeK COMPUTER INC. VivoBook_ASUSLaptop X512FB_X512FB
  PackageArchitecture: all
  ProcEnviron:
   LANG=en_US.UTF-8
   PATH=(custom, no user)
   SHELL=/bin/bash
   XDG_RUNTIME_DIR=
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.8.0-44-generic 
root=UUID=c58a91e9-450e-44c5-8fdc-9a17d4d7ea7d ro quiet splash vt.handoff=7
  SourcePackage: bluez
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/29/2021
  dmi.bios.release: 5.13
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X512FB.309
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X512FB
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX512FB.309:bd01/29/2021:br5.13:svnASUSTeKCOMPUTERINC.:pnVivoBook_ASUSLaptopX512FB_X512FB:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX512FB:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:sku:
  dmi.product.family: VivoBook
  dmi.product.name: VivoBook_ASUSLaptop X512FB_X512FB
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  hciconfig:
   hci0:Type: Primary  Bus: USB
BD Address: A4:63:A1:25:1C:12  ACL MTU: 1024:8  SCO MTU: 50:8
UP RUNNING 
RX bytes:4083 acl:35 sco:0 events:191 errors:0
TX bytes:6512 acl:37 sco:0 commands:116 errors:0

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


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


[Touch-packages] [Bug 2080489] Re: Network Manager stops functioning on Ubuntu 24.04

2024-12-09 Thread Philip Cox
Thank you very much for the updated info.  I am taking another look with
all the updated info.

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

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

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

Title:
  Network Manager stops functioning on Ubuntu 24.04

Status in linux package in Ubuntu:
  In Progress
Status in network-manager package in Ubuntu:
  New

Bug description:
  I installed Ubuntu 24.04 about a month ago on a Asus Vivobook. Soon
  after the NetworkManager started misbehaving, with all connections to
  the internet becoming idle now and then. When this event happens the
  only way to restore internet access is to reboot the system. If
  initially these events were occasional, they now take place 3 or 4
  times per day, often after signing in from the lock screen.

  So far I was not able to verify whether NetworkManager is actually
  crashing, the Settings programme reports "NetworkManager not running"
  (see attached image). However, in the command line `systemctl` reports
  an active service:

  ```
  $ systemctl status NetworkManager
  ● NetworkManager.service - Network Manager
   Loaded: loaded (/usr/lib/systemd/system/NetworkManager.service; enabled>
   Active: active (running) since Sun 2024-08-27 18:21:44 WEST; 2h 18min a>
     Docs: man:NetworkManager(8)
     Main PID: 1149 (NetworkManager)
    Tasks: 4 (limit: 18646)
   Memory: 12.2M (peak: 28.6M)
  CPU: 836ms
   CGroup: /system.slice/NetworkManager.service
   └─1149 /usr/sbin/NetworkManager --no-daemon

  ago 27 19:34:08 Symbolic NetworkManager[1149]:   [1724006048.8961] man>
  ago 27 19:34:08 Symbolic NetworkManager[1149]:   [1724006048.8965] dev>
  ago 27 19:34:09 Symbolic NetworkManager[1149]:   [1724006049.1482] dev>
  ago 27 19:34:09 Symbolic NetworkManager[1149]:   [1724006049.1484] dev>
  ago 27 19:34:09 Symbolic NetworkManager[1149]:   [1724006049.1488] dhc>
  ago 27 19:34:09 Symbolic NetworkManager[1149]:   [1724006049.1488] dhc>
  ago 27 19:34:09 Symbolic NetworkManager[1149]:   [1724006049.1489] dhc>
  ago 27 19:34:09 Symbolic NetworkManager[1149]:   [1724006049.2049] dev>
  ago 27 20:33:50 Symbolic NetworkManager[1149]:   [1724009630.5340] man>
  ago 27 20:33:50 Symbolic NetworkManager[1149]:   [1724009630.5344] dev>
  ```

  But if I try to restart the service, the command line just hangs up:

  ```
  $ ping 1.1.1.1
  ping: connect: Network is unreachable

  $ sudo systemctl restart NetworkManager

  ```

  Also from `ifconfig` there is no response:

  ```
  $ ifconfig -a

  ```

  Please let me know if there is further useful information I can
  report.

  Thank you.

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


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


[Touch-packages] [Bug 673389] Re: Clicking on huge image locks/hangs machine (complete loss of interactivity)

2024-12-16 Thread Philip Cox
** Changed in: linux (Ubuntu)
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/673389

Title:
  Clicking on huge image locks/hangs machine (complete loss of
  interactivity)

Status in firefox package in Ubuntu:
  Fix Released
Status in linux package in Ubuntu:
  Invalid
Status in xorg package in Ubuntu:
  Expired

Bug description:
  Note that whilst I've initially filed this against Firefox, it is a
  wider cross-stack performance issue (a single application should not
  be able to bring the machine down).  Clicking on the following image:

    
http://upload.wikimedia.org/wikipedia/commons/9/96/Georgetown_PowerPlant_interior_pano.jpg
  (27,000✕17,000)

  sets the Firefox title, but then immediately locks the machine with
  all loss of interactivity.

  Ideally Firefox should not undertake activities that are likely to
  bring the machine down (such as allocated huge arrays for data that it
  has not yet even received) and ideally the rest of the stack down to
  the kernel should not let a single application bring the rest down.

  (Metadata and a tiled-image viewer for the image can be found at:
  http://commons.wikimedia.org/wiki/File:Georgetown_PowerPlant_interior_pano.jpg
  )

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


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


[Touch-packages] [Bug 1806660] Re: The sound from the notebook speakers sounds randomly. However, you can always listen with hearing aids

2024-12-16 Thread Philip Cox
** Changed in: linux (Ubuntu)
   Status: New => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-lib in Ubuntu.
https://bugs.launchpad.net/bugs/1806660

Title:
  The sound from the notebook speakers sounds randomly. However, you can
  always listen with hearing aids

Status in Linux:
  Confirmed
Status in alsa-lib package in Ubuntu:
  New
Status in linux package in Ubuntu:
  Won't Fix

Bug description:
  Hello,

  The sound from the notebook speakers sounds randomly. However, you can
  always listen with hearing aids.

  In the upper part of gnome-shell it appears that they are with the
  headphones, and it is not like that.

  Best regards,
  --
  Cristian Aravena Romero (caravena)

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: linux-image-4.18.0-11-generic 4.18.0-11.12
  ProcVersionSignature: Ubuntu 4.18.0-11.12-generic 4.18.12
  Uname: Linux 4.18.0-11-generic x86_64
  ApportVersion: 2.20.10-0ubuntu14
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  caravena   2784 F pulseaudio
   /dev/snd/pcmC0D0p:   caravena   2784 F...m pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Dec  4 07:59:27 2018
  HibernationDevice: RESUME=UUID=efcf081f-0bb0-4907-b78c-1299aa4aee57
  InstallationDate: Installed on 2018-12-02 (1 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: HP HP Pavilion x360 Convertible 14-cd0xxx
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-4.18.0-11-generic 
root=UUID=28bdadba-133c-4f5b-a5c9-b06993ea7ce2 ro rootflags=subvol=@ quiet 
splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-11-generic N/A
   linux-backports-modules-4.18.0-11-generic  N/A
   linux-firmware 1.176
  SourcePackage: linux
  UpgradeStatus: Upgraded to disco on 2018-12-02 (1 days ago)
  dmi.bios.date: 06/14/2018
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.13
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 8486
  dmi.board.vendor: HP
  dmi.board.version: 72.19
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: HP
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.13:bd06/14/2018:svnHP:pnHPPavilionx360Convertible14-cd0xxx:pvrType1ProductConfigId:rvnHP:rn8486:rvr72.19:cvnHP:ct31:cvrChassisVersion:
  dmi.product.family: 103C_5335KV HP Pavilion
  dmi.product.name: HP Pavilion x360 Convertible 14-cd0xxx
  dmi.product.sku: 3PX63LA#ABM
  dmi.product.version: Type1ProductConfigId
  dmi.sys.vendor: HP

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


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


[Touch-packages] [Bug 663053] Re: encrypted block devices unavailable with linux-virtual

2024-12-17 Thread Philip Cox
This version is no longer supported. If this is still reproducible on a
newer/supported version, please reopen.


** Changed in: linux (Ubuntu)
   Status: Confirmed => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lvm2 in Ubuntu.
https://bugs.launchpad.net/bugs/663053

Title:
  encrypted block devices unavailable with linux-virtual

Status in cryptsetup:
  New
Status in cryptsetup package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Won't Fix
Status in lvm2 package in Ubuntu:
  Confirmed
Status in cryptsetup package in Debian:
  New

Bug description:
  Binary package hint: linux-virtual

  I set up full disk encryption, minus /boot, with debian-installer from
  maverick mini.iso (dm-crypt/luks). Boots fine with -generic kernel,
  but although I use it as a desktop (install ubuntu-desktop), as it is
  a virtual machine in virtualbox, I would normally replace the -generic
  kernel with the -virtual flavor. When attempting to boot the -virtual
  kernel, I get the following errors when Plymouth should be asking for
  the cryptsetup passphrase:

  cryptsetup: evms_activate is not available
  0b6) does not begin with /dev/mapper

  I don't use EVMS, so /sbin/evms_activate is not present on my
  installed system or in the initrd.img for -generic, but that doesn't
  stop the -generic kernel from booting up. I tried the fixes in Bug
  #106097 (mod to /usr/share/initramfs-tools/scripts/local-top/cryptroot
  and creating /usr/share/initramfs-tools/hooks/evms, then rebuilding
  the initrd.img for -virtual) to no avail.

  Same problem after upgrading the maverick installation to natty.

  $ apt-cache policy linux-generic 
  linux-generic:
Installed: 2.6.36.0.1
Candidate: 2.6.36.0.1
Version table:
   *** 2.6.36.0.1 0
  500 http://us.archive.ubuntu.com/ubuntu/ natty/main amd64 Packages
  100 /var/lib/dpkg/status
   2.6.35.22.23 0
  400 http://us.archive.ubuntu.com/ubuntu/ maverick/main amd64 Packages

  $ lsb_release -dr
  Description:Ubuntu natty (development branch)
  Release:11.04

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


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


[Touch-packages] [Bug 1097002] Re: On every boot, raring 3.7.0-7 fails to connect to wireless WPA

2024-12-18 Thread Philip Cox
This version is no longer supported. If this is still reproducible on a
newer/supported version, please reopen.


** Changed in: linux (Ubuntu)
   Status: Incomplete => Won't Fix

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

Title:
  On every boot, raring 3.7.0-7 fails to connect to wireless WPA

Status in linux package in Ubuntu:
  Won't Fix
Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  On Acer Aspire 1, Intel Corporation Centrino Wireless-N 1000 [Condor
  Peak, and on Acer 5253 Broadcom BCM 43225 automatically disconnect
  from hidden wireless WPA and I have to mouse select the NM applet,
  choose the only network available, then connect using the already
  saved encryption key.

  Ubuntu 12.04.1 and Mint14 connect automatically instead of
  disconnecting automatically like Raring does.

  Attached is syslog.1 showing the disconnect, do a gedit and search on
  disconnect.  Manuall connect (to report the bug) then follows.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: network-manager 0.9.6.0+git201211131441.e9e2c56-0ubuntu3
  ProcVersionSignature: Ubuntu 3.7.0-7.15-generic 3.7.0
  Uname: Linux 3.7.0-7-generic i686
  ApportVersion: 2.7-0ubuntu2
  Architecture: i386
  Date: Mon Jan  7 14:06:28 2013
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2012-11-27 (41 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Alpha i386 (20121127)
  IpRoute:
   default via 192.168.0.1 dev wlan0  proto static 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.0.0/24 dev wlan0  proto kernel  scope link  src 192.168.0.5  metric 9
  MarkForUpload: True
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-con:
   NAME  UUID   TYPE
  TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH 
   Wired connection 12544f4e0-61c6-477a-8993-21942972660b   
802-3-ethernet1357585406   Mon 07 Jan 2013 02:03:26 PM ESTyes   
no /org/freedesktop/NetworkManager/Settings/1
   LAUREL0ac07da4-a668-48e4-93fa-5d6db993ad47   
802-11-wireless   1357585580   Mon 07 Jan 2013 02:06:20 PM ESTyes   
no /org/freedesktop/NetworkManager/Settings/0
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   wlan0  802-11-wireless   connected 
/org/freedesktop/NetworkManager/Devices/1  
   eth0   802-3-ethernetunavailable   
/org/freedesktop/NetworkManager/Devices/0
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN  
   running 0.9.7.0connected   enabled   enabled 
enabledenabled disabled

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


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


[Touch-packages] [Bug 1091610] Re: Using NM, Wi-Fi disconnects with heavy traffic; doesn't happen with wicd or Windows 7 -- Realtek RTL8191SEvA

2024-12-18 Thread Philip Cox
This version is no longer supported. If this is still reproducible on a
newer/supported version, please reopen.


** Changed in: linux (Ubuntu)
   Status: Incomplete => Won't Fix

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

Title:
  Using NM, Wi-Fi disconnects with heavy traffic; doesn't happen with
  wicd or Windows 7 -- Realtek RTL8191SEvA

Status in linux package in Ubuntu:
  Won't Fix
Status in network-manager package in Ubuntu:
  New

Bug description:
  I am running 12.04, on an asus 1201n EEEPC and the wifi connection
  drops out during sustained heavy traffic, eg video conf.

  When I boot the same amchine to WIN7, there is no problem, ever.

  There seems to be no way to get the connection back without rebooting.

  I am at a loss as to how to proceed, but am very willing to help out.

  Please let me know, I am desperate.

  Thanks, your faithful Ubuntu supporter from day-0,
  Bob
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu15.1
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: NVidia [HDA NVidia], device 0: ALC269 Analog [ALC269 Analog]
 Subdevices: 0/1
 Subdevice #0: subdevice #0
  CRDA:
   country BE:
(2402 - 2482 @ 40), (N/A, 20)
(5170 - 5250 @ 40), (N/A, 20)
(5250 - 5330 @ 40), (N/A, 20), DFS
(5490 - 5710 @ 40), (N/A, 27), DFS
  Card0.Amixer.info:
   Card hw:0 'NVidia'/'HDA NVidia at 0xf9f78000 irq 20'
 Mixer name : 'Nvidia MCP79/7A HDMI'
 Components : 'HDA:10ec0269,104383ce,0014 
HDA:10de0007,10de0101,00100100'
 Controls  : 22
 Simple ctrls  : 11
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=10f62a6a-1fbf-4081-9120-c5a01b145048
  InstallationMedia: Ubuntu-Netbook 10.10 "Maverick Meerkat" - Release i386 
(20101007)
  MachineType: ASUSTeK Computer INC. 1201N
  MarkForUpload: True
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-35-generic 
root=UUID=ea6ffad6-ec2d-4fd3-acf5-01306240865c ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.2.0-35.55-generic 3.2.34
  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.2.0-35-generic N/A
   linux-backports-modules-3.2.0-35-generic  N/A
   linux-firmware1.79.1
  Tags:  precise
  Uname: Linux 3.2.0-35-generic i686
  UpgradeStatus: Upgraded to precise on 2012-06-09 (191 days ago)
  UserGroups: adm admin cdrom dialout lpadmin netdev plugdev sambashare
  dmi.bios.date: 03/17/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0325
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: 1201N
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: x.xx
  dmi.chassis.asset.tag: 0x
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer INC.
  dmi.chassis.version: x.x
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0325:bd03/17/2010:svnASUSTeKComputerINC.:pn1201N:pvrx.x:rvnASUSTeKComputerINC.:rn1201N:rvrx.xx:cvnASUSTeKComputerINC.:ct10:cvrx.x:
  dmi.product.name: 1201N
  dmi.product.version: x.x
  dmi.sys.vendor: ASUSTeK Computer INC.

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


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


[Touch-packages] [Bug 973704] Re: [Thinkpad X201] audio no longer work from the HDMI/Display port

2024-12-17 Thread Philip Cox
It looks like this has been fixed upstream.  I will close it.  If the
problem still occurs, please reopen it.


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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/973704

Title:
  [Thinkpad X201] audio no longer work from the HDMI/Display port

Status in PulseAudio:
  Invalid
Status in linux package in Ubuntu:
  Invalid
Status in pulseaudio package in Ubuntu:
  Invalid

Bug description:
  Repro steps:

  pre-requisites:
   - Laptop with working speakers. i am using Thinkpad X201
  - Display with HDMI or Display port
  - Speakers plugged into the Display

  Steps:
  - Ensure laptop is not connected to the display
  - Play an audio file using Rhythmbox or Totem
  - Audio should play fine from the laptop speakers
  - Plug in screen and open the sound preferences. Notice the presence of 
Analog and HDMI/Display port outputs under the "output" tab.
  - Analog should be selected

  - Plug in screen via the HDMI or the Disiplay pot (I am using display port)
  - Ensure speakers are plugged into the screen
  - Swtich audio output to HDMI/Display port. 
  - Sounds no longer there

  Expecte Results"

  - Sound to come out of the speakers when HDMI/Dislplay port is
  selected as an output device.

  Please note that this used to work fine 2 or so weeks ago on the same
  laptop, cable, screen and speakers.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: pulseaudio 1:1.1-0ubuntu14
  ProcVersionSignature: Ubuntu 3.2.0-22.35-generic 3.2.14
  Uname: Linux 3.2.0-22-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0-0ubuntu4
  Architecture: amd64
  Date: Wed Apr  4 15:48:35 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120328)
  ProcEnviron:
   LANGUAGE=en_CA:en
   TERM=xterm
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  SourcePackage: pulseaudio
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/01/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 6QET68WW (1.38 )
  dmi.board.name: 32492HU
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr6QET68WW(1.38):bd12/01/2011:svnLENOVO:pn32492HU:pvrThinkPadX201:rvnLENOVO:rn32492HU:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 32492HU
  dmi.product.version: ThinkPad X201
  dmi.sys.vendor: LENOVO
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu5
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: CONEXANT Analog [CONEXANT Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  anmar  1827 F pulseaudio
   /dev/snd/pcmC0D0p:   anmar  1827 F...m pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf252 irq 45'
 Mixer name : 'Intel IbexPeak HDMI'
 Components : 'HDA:14f15069,17aa2155,00100302 
HDA:80862804,17aa21b5,0010'
 Controls  : 14
 Simple ctrls  : 6
  Card29.Amixer.info:
   Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 
6QHT33WW-1.14'
 Mixer name : 'ThinkPad EC 6QHT33WW-1.14'
 Components : ''
 Controls  : 1
 Simple ctrls  : 1
  Card29.Amixer.values:
   Simple mixer control 'Console',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=b4d9b4e1-2c4a-4539-bcac-2f26dc3fc09a
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120328)
  MachineType: LENOVO 32492HU
  Package: pulseaudio 1:1.1-0ubuntu15
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=en_CA:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic 
root=UUID=ca9fa933-73f9-4f5d-92c1-902c730bbdb7 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-23-generic N/A
   linux-backports-modules-3.2.0-23-generic  N/A
   linux-firmware1.79
  StagingDrivers: mei
  Tags:  precise staging precise
  Uname: Linux 3.2.0-23-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 12/01/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 6QET68WW (1.38 )
  dmi.board.name: 32492HU
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  

[Touch-packages] [Bug 1024740] Re: 8086:4237 NM disconnects from 802.1x network shortly after authenticating -- Intel PRO/Wireless 5100 iwlwifi

2024-12-17 Thread Philip Cox
This version is no longer supported. If this is still reproducible on a
newer/supported version, please reopen.


** Changed in: linux (Ubuntu)
   Status: Incomplete => Won't Fix

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

Title:
  8086:4237 NM disconnects from 802.1x network shortly after
  authenticating -- Intel PRO/Wireless 5100 iwlwifi

Status in linux package in Ubuntu:
  Won't Fix
Status in network-manager package in Ubuntu:
  Confirmed
Status in wpasupplicant package in Ubuntu:
  Confirmed

Bug description:
  Very similar to bug 548992, following post at bottom requesting
  separate submissions for new occurances.

  "iwconfig wlan0 power off" fails to fix the problem.

  Similar problem here:
  http://bugzilla.intellinuxwireless.org/show_bug.cgi?id=2305

  In that post, suggested that the problem lies in
  supplicant/dhclient/dhcpcd

  Please let me know if any other information or logs are required. I
  have a pretty substantial supplicant / nm syslog tail attached while I
  go through the whole shebang (with funny notes!).

  Cheers all.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.2.0-26-generic 3.2.0-26.41
  ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
  Uname: Linux 3.2.0-26-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: Intel [HDA Intel], device 0: CONEXANT Analog [CONEXANT Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: CONEXANT Analog [CONEXANT Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  pck1776 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf262 irq 48'
 Mixer name : 'Conexant CX20561 (Hermosa)'
 Components : 'HDA:14f15051,17aa211b,0010'
 Controls  : 21
 Simple ctrls  : 13
  Card29.Amixer.info:
   Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 
7WHT19WW-1.06'
 Mixer name : 'ThinkPad EC 7WHT19WW-1.06'
 Components : ''
 Controls  : 1
 Simple ctrls  : 1
  Card29.Amixer.values:
   Simple mixer control 'Console',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  Date: Sat Jul 14 11:35:17 2012
  MachineType: LENOVO 7448CTO
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-26-generic 
root=UUID=62D64F0DD64EE141 loop=/ubuntu/disks/root.disk ro quiet splash 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-26-generic N/A
   linux-backports-modules-3.2.0-26-generic  N/A
   linux-firmware1.79
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  StagingDrivers: mei
  UpgradeStatus: Upgraded to precise on 2012-05-28 (46 days ago)
  dmi.bios.date: 12/13/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7WET70WW (3.20 )
  dmi.board.name: 7448CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7WET70WW(3.20):bd12/13/2011:svnLENOVO:pn7448CTO:pvrThinkPadX200Tablet:rvnLENOVO:rn7448CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 7448CTO
  dmi.product.version: ThinkPad X200 Tablet
  dmi.sys.vendor: LENOVO

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


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


[Touch-packages] [Bug 1060767] Re: Ctrl-PrintScrn and Alt-SysRq are killing the processes in console

2024-12-17 Thread Philip Cox
This version is no longer supported. If this is still reproducible on a
newer/supported version, please reopen.


** Changed in: linux (Ubuntu)
   Status: Incomplete => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to coreutils in Ubuntu.
https://bugs.launchpad.net/bugs/1060767

Title:
  Ctrl-PrintScrn and Alt-SysRq are killing the processes in console

Status in coreutils package in Ubuntu:
  Invalid
Status in linux package in Ubuntu:
  Won't Fix

Bug description:
  Affected keys (on key release time):
  - Ctrl+PrintScrn
  - Alt+SysRq
  - Win+PrintScrn
  - and similar like Alt-SysRq + 1-4,7-9,0 (which are ignored by kernel, even 
these are documented in kernel sysrq.txt)
  Exceptions: Alt+SysRq+5,6 (because these are only digits which are handled by 
kernel)

  Steps to reproduce:

  1. Change to the text console (Ctrl-Alt-F1).
  2. Log in.
  3. Run: sleep 100 (or any other command like: cat, head, etc.)
  4. Press Ctrl-PrintScrn or Alt-SysRq  (and release the key).
  5. Process get killed by: ^\Quit (core dumped)

  What I expect is to change my log level  of kernel messages by Alt-SysRq + 
0-9 as documented at http://kernel.org/doc/Documentation/sysrq.txt
  Or use any other shortcuts using PrintScrn key.

  Normally the only keys which should be killing the processes are:
  Ctrl+4 and Ctrl+\ but not the other.

  Originally I've reported it here:
  http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12478
  But this doesn't happens on other distributions.
  So I was advised to report key mapping issue to my software distribution 
community.

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


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


[Touch-packages] [Bug 1071853] Re: Huawei K3565 Rev 2 (12d1:140c): Randomly disconnects from mobile broadband network and behaves as if USB modem physically disconnected

2024-12-17 Thread Philip Cox
This version is no longer supported. If this is still reproducible on a
newer/supported version, please reopen.


** Changed in: linux (Ubuntu)
   Status: Incomplete => Won't Fix

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

Title:
  Huawei K3565 Rev 2 (12d1:140c): Randomly disconnects from mobile
  broadband network and behaves as if USB modem physically disconnected

Status in linux package in Ubuntu:
  Won't Fix
Status in modemmanager package in Ubuntu:
  Confirmed
Status in network-manager package in Ubuntu:
  Confirmed
Status in modemmanager package in Debian:
  New

Bug description:
  I connect to a mobile broadband network through a Huawei USB 3G modem.
  I stay connected all the time.

  Every once in a while, with almost systematic periodicity (like every 20-30 
minutes), without any apparent reason, whether or not I am using the network or 
not, the nonnection suddenly goes down, and:
  - the indicator shows I'm disconnected, the 
  - the mobile broadband networks (I have two of them configured, though I only 
use one now) disappear from the list in nm-applet
  - The option "Enable Mobile Broadband" at the bottom of the nm-applet menu 
DISAPPEARS (not that it gets unchecked, it _disappears_ completely)

  In order to reconnect I have to unplug and replug the usb modem, wait
  a few seconds for it to be initialized or whatever, and then reconnect
  via the nm-applet (when the nm-applet doesn't become unresponsive
  because of another old known bug).

  All the symptoms are EXACTLY as if someone had suddenly unplogged the
  modem physically, so this may as well be a usb problem.

  I have no idea what logs I should look for and attach.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: network-manager 0.9.4.0-0ubuntu4.2
  ProcVersionSignature: Ubuntu 3.2.0-33.52-generic 3.2.31
  Uname: Linux 3.2.0-33-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu14
  Architecture: i386
  Date: Fri Oct 26 20:10:24 2012
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  IpRoute:
   default via 10.64.64.64 dev ppp0  proto static 
   10.64.64.64 dev ppp0  proto kernel  scope link  src 77.210.172.228 
   169.254.0.0/16 dev ppp0  scope link  metric 1000
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
  ProcEnviron:
   TERM=xterm
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to precise on 2012-05-17 (162 days ago)
  mtime.conffile..etc.NetworkManager.NetworkManager.conf: 
2012-08-30T13:38:55.126319
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   ttyUSB0gsm   connected 
/org/freedesktop/NetworkManager/Devices/19 
   wlan0  802-11-wireless   disconnected  
/org/freedesktop/NetworkManager/Devices/1  
   eth0   802-3-ethernetunavailable   
/org/freedesktop/NetworkManager/Devices/0
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN  
   running 0.9.4.0connected   enabled   enabled 
enabledenabled enabled
  --- 
  ApportVersion: 2.0.1-0ubuntu14
  Architecture: i386
  DistroRelease: Ubuntu 12.04
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  NonfreeKernelModules: nvidia
  Package: network-manager
  PackageArchitecture: i386
  ProcEnviron:
   TERM=xterm
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.2.0-33.52-generic 3.2.31
  Tags:  precise running-unity
  Uname: Linux 3.2.0-33-generic i686
  UpgradeStatus: Upgraded to precise on 2012-05-17 (163 days ago)
  UserGroups: adm admin audio cdrom dialout lpadmin netdev plugdev sambashare 
vboxusers video
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu14
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  teo2582 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xfebf8000 irq 49'
 Mixer name : 'Realtek ALC660-VD'
 Components : 'HDA:10ec0660,1043,0011 
HDA:10573055,10431316,00100700'
 Controls  : 28
 Simple ctrls  : 16
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=b1b3e5fe-38e2-44c9-9e48-4564cd9f4d66
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  MachineType: ASUSTeK Computer Inc. M51Sn
  NonfreeKernelModules: nvidia
  Package: network-manager
  PackageArchitecture: i386
  ProcEnviron:
   TERM=xterm
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: 

[Touch-packages] [Bug 1021516] Re: wpa_supplicant crashed with SIGSEGV in nla_put()

2024-12-17 Thread Philip Cox
This version is no longer supported. If this is still reproducible on a
newer/supported version, please reopen.

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

Title:
  wpa_supplicant crashed with SIGSEGV in nla_put()

Status in linux package in Ubuntu:
  Incomplete
Status in network-manager package in Ubuntu:
  Triaged

Bug description:
  Adding in as per cyphermox's request

  See also
  https://bugs.launchpad.net/ubuntu/+source/wpasupplicant/+bug/918415

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: network-manager 0.9.4.0-0ubuntu4.1
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
  Uname: Linux 3.2.0-23-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  Date: Fri Jul  6 09:12:25 2012
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  IpRoute:
   default via 129.127.53.254 dev wlan0  proto static 
   129.127.52.0/23 dev wlan0  proto kernel  scope link  src 129.127.53.190  
metric 2 
   169.254.0.0/16 dev wlan0  scope link  metric 1000
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  ProcEnviron:
   LANGUAGE=en_AU:en
   TERM=xterm
   PATH=(custom, user)
   LANG=en_AU.UTF-8
   SHELL=/bin/bash
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-con:
   NAME  UUID   TYPE
  TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH 
   Wired connection 16bb33197-b3b8-46ca-8663-d1d8b0ba495a   
802-3-ethernet1341441983   Thu 05 Jul 2012 08:16:23 CST   yes   
no /org/freedesktop/NetworkManager/Settings/2
   UofA  ecdb1594-04a1-4556-91fc-be278b4dc51d   
802-11-wireless   1341531679   Fri 06 Jul 2012 09:11:19 CST   yes   
no /org/freedesktop/NetworkManager/Settings/1
   Auto BightPetroleum   233abef7-5d13-4bcb-a92a-e159c62c8076   
802-11-wireless   0never  yes   
no /org/freedesktop/NetworkManager/Settings/0
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   wlan0  802-11-wireless   connected 
/org/freedesktop/NetworkManager/Devices/1  
   eth0   802-3-ethernetunavailable   
/org/freedesktop/NetworkManager/Devices/0
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN  
   running 0.9.4.0connected   enabled   enabled 
enabledenabled disabled
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: STAC92xx Analog [STAC92xx Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  clockwerx   1818 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xc750 irq 54'
 Mixer name : 'Intel CougarPoint HDMI'
 Components : 'HDA:111d7605,103c1657,00100105 
HDA:80862805,80860101,0010'
 Controls  : 23
 Simple ctrls  : 11
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=c48a748b-7dfd-49ed-a576-2c791f351961
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  IpRoute:
   default via 129.127.53.254 dev wlan0  proto static 
   129.127.52.0/23 dev wlan0  proto kernel  scope link  src 129.127.53.190  
metric 2 
   169.254.0.0/16 dev wlan0  scope link  metric 1000
  MachineType: Hewlett-Packard HP Pavilion dv6 Notebook PC
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  NonfreeKernelModules: fglrx
  Package: network-manager 0.9.4.0-0ubuntu4.1
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=en_AU:en
   TERM=xterm
   PATH=(custom, user)
   LANG=en_AU.UTF-8
   SHELL=/bin/bash
  ProcFB:
   0 inteldrmfb
   1 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic 
root=UUID=80fb9d94-064c-46da-abb1-c376c3756c71 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-23-generic N/A
   linux-backports-modules-3.2.0-23-generic  N/A
   linux-firmware1.79
  StagingDrivers: rts_pstor mei
  Tags:  precise staging precise
  Uname: Linux 3.2.0-23-generic x86_

[Touch-packages] [Bug 933045] Re: headers incompatible with eglibc

2024-12-17 Thread Philip Cox
This version is no longer supported. If this is still reproducible on a
newer/supported version, please reopen.


** Changed in: linux (Ubuntu)
   Status: Triaged => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to eglibc in Ubuntu.
https://bugs.launchpad.net/bugs/933045

Title:
  headers incompatible with eglibc

Status in eglibc package in Ubuntu:
  Fix Released
Status in linux package in Ubuntu:
  Won't Fix

Bug description:
  /usr/include/asm-generic/fcntl.h:127:8: error: redefinition of 'struct 
f_owner_ex'
  /usr/include/x86_64-linux-gnu/bits/fcntl.h:204:8: note: originally defined 
here
  /usr/include/asm-generic/fcntl.h:167:8: error: redefinition of 'struct flock'
  /usr/include/x86_64-linux-gnu/bits/fcntl.h:168:8: note: originally defined 
here
  /usr/include/asm-generic/fcntl.h:184:8: error: redefinition of 'struct 
flock64'
  /usr/include/x86_64-linux-gnu/bits/fcntl.h:183:8: note: originally defined 
here

  $dpkg -S /usr/include/asm-generic/fcntl.h
  linux-libc-dev: /usr/include/asm-generic/fcntl.h

  $ dpkg -S /usr/include/x86_64-linux-gnu/bits/fcntl.h
  libc6-dev: /usr/include/x86_64-linux-gnu/bits/fcntl.h

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


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


[Touch-packages] [Bug 1168526] Re: race condition causing lxc to not detect container init process exit

2024-12-18 Thread Philip Cox
It looks like this has been fixed.  I will close it.  If the problem
still occurs, please reopen it.


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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1168526

Title:
  race condition causing lxc to not detect container init process exit

Status in linux package in Ubuntu:
  Fix Released
Status in lxc package in Ubuntu:
  Fix Released

Bug description:
  For the purpose of the repro, my lxc init process is node.js v0.11.0
  (built from source) with a single line:

  process.exit(0);

  When running it in lxc, sometimes lxc doesn't exit. lxc-start remains
  a parent of a defunct node process without reaping it or exiting.

  I've made a custom build of lxc 0.9.0 to extract more information
  about this, adding only an INFO line, as follows:

  start.c:

  if (ret != sizeof(siginfo)) {
  ERROR("unexpected siginfo size");
  return -1;
  }
  +INFO("got signal %d from pid %d while expecting SIGCHLD(17) from pid 
%d | uid = %d, status = %d", siginfo.ssi_signo, siginfo.ssi_pid, *pid, 
siginfo.ssi_uid, siginfo.ssi_status);

  if (siginfo.ssi_signo != SIGCHLD) {
  kill(*pid, siginfo.ssi_signo);
  INFO("forwarded signal %d to pid %d", siginfo.ssi_signo, 
*pid);
  return 0;
  }

  I've tried this with a 3 official kernels. There is one difference in
  output.

  Kernels 3.7.9, 3.8.6:

  Successful case:

lxc-start 1365724008.446 NOTICE   lxc_start - '/usr/local/bin/node' 
started with pid '19458'
lxc-start 1365724008.446 INFO lxc_console - no console will be used
lxc-start 1365724008.446 INFO lxc_start - got signal 17 from pid 
18165 while expecting SIGCHLD(17) from pid 19458 | uid = 0, status = 1
lxc-start 1365724008.446 WARN lxc_start - invalid pid for SIGCHLD
lxc-start 1365724038.306 INFO lxc_start - got signal 17 from pid 
19458 while expecting SIGCHLD(17) from pid 19458 | uid = 0, status = 0
lxc-start 1365724038.306 DEBUGlxc_start - container init process 
exited

  Hanging case:

lxc-start 1365795195.358 NOTICE   lxc_start - '/usr/local/bin/node' 
started with pid '8650'
lxc-start 1365795195.358 INFO lxc_console - no console will be used
lxc-start 1365795195.358 INFO lxc_start - got signal 17 from pid 
8626 while expecting SIGCHLD(17) from pid 8650 | uid = 0, status = 1
lxc-start 1365795195.358 WARN lxc_start - invalid pid for SIGCHLD
lxc-start 1365795333.347 INFO lxc_start - got signal 2 from pid 0 
while expecting SIGCHLD(17) from pid 8650 | uid = 0, status = 0
lxc-start 1365795333.347 INFO lxc_start - forwarded signal 2 to pid 
8650

  Kernel 3.9.0-rc6:

  Successful case is the same, but the hanging case changes to just:

lxc-start 1365794343.870 NOTICE   lxc_start - '/usr/local/bin/node' 
started with pid '3432'
lxc-start 1365794343.870 INFO lxc_console - no console will be used
lxc-start 1365794343.870 INFO lxc_start - got signal 17 from pid 
2851 while expecting SIGCHLD(17) from pid 3432 | uid = 0, status = 1
lxc-start 1365794343.870 WARN lxc_start - invalid pid for SIGCHLD

  ... without forwarding signal 2 (SIGINT).

  Notes:
  - I'm on Mint 14 Nadia with raring packages, if that helps.
  - In all cases, there is signal 17 (SIGCHLD) coming in to lxc-start, but it 
comes from a different pid and is ignored by lxc. Any idea what this could be? 
This process seems to have been cleaned up and no longer appears in ps aux.
  - The lxc-start process should be getting notified with a SIGCHLD from the 
child's pid when the child (init process) exits.
  - This could be a kernel bug, but it's probably something unique that lxc is 
doing to trigger it.
  - I've tried other init processes (node.js without the process.exit and a 
custom c++ app with a stdout write and exit 0), which greatly reduce the 
frequency of this happening.

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


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


[Touch-packages] [Bug 1025467] Re: sysrq is now completely disabled, it would be nice to maintain the ability to reboot etc

2024-12-18 Thread Philip Cox
This version is no longer supported. If this is still reproducible on a
newer/supported version, please reopen.


** Changed in: linux (Ubuntu)
   Status: In Progress => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to procps in Ubuntu.
https://bugs.launchpad.net/bugs/1025467

Title:
  sysrq is now completely disabled, it would be nice to maintain the
  ability to reboot etc

Status in linux package in Ubuntu:
  Won't Fix
Status in procps package in Ubuntu:
  Fix Released

Bug description:
  In fixing Bug #194676 all of the sysrq functionality was disabled.
  Some options are of low security impact but aid debugabilty of
  systems.  It would be good to reenable what we can.  See the original
  bug for suggested values in use by other distros.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: procps 1:3.3.3-2ubuntu2
  ProcVersionSignature: Ubuntu 3.5.0-4.4-generic 3.5.0-rc6
  Uname: Linux 3.5.0-4-generic i686
  ApportVersion: 2.3-0ubuntu4
  Architecture: i386
  Date: Mon Jul 16 23:13:10 2012
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  SourcePackage: procps
  UpgradeStatus: Upgraded to quantal on 2012-01-04 (194 days ago)

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


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