[Bug 1971707] Re: Ubuntu 22.04 freezes when opening a new tab on Firefox or Chromium snaps

2022-05-16 Thread Rajan Patel
Turns out this is an issue with the nouveau driver, and trying to use it
to drive an older nvidia GPU (geforce 9400) found in the iMac A1225.
Nvidia's proprietary driver for this card (nvidia-340) is only supported
on Linux Kernel 5.4, so installing Ubuntu 20.04, locking to that kernel
version, and installing the proprietary driver solved the problems.

This had nothing to do with snaps, after all.

We can close this bug.

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

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

Title:
  Ubuntu 22.04 freezes when opening a new tab on Firefox or Chromium
  snaps

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


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

[Bug 1971707] [NEW] Ubuntu 22.04 freezes when opening a new tab on Firefox or Chromium snaps

2022-05-05 Thread Rajan Patel
Public bug reported:

With the default nouveau video driver, neither Firefox or Chromium (both
snaps) can render web pages in tabs with the default settings. It
appears this is related to both browsers having hardware acceleration
enabled, and the default Nouveau driver is in use.

This was replicated on an iMac A1225.

There is an active conversation between individuals facing this issue
at: https://askubuntu.com/questions/1403593/firefox-and-chromium-wont-
start-in-ubuntu-22-04-with-nouveau-driver

** Affects: firefox (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/1971707

Title:
  Ubuntu 22.04 freezes when opening a new tab on Firefox or Chromium
  snaps

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


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

[Bug 1967266] [NEW] yt-dlp: Unresolved dependency

2022-03-31 Thread Pratham Patel
Public bug reported:

Installing/upgrading `yt-dlp` does not install a necessary dependency
(`python3-brotli`).

Output of `lsb_release -rd`:
```
Description:Ubuntu 20.04.4 LTS
Release:20.04
```

Output of `apt-cache policy yt-dlp`
```
yt-dlp:
  Installed: 2022.03.08.1-1~bpo20.04.1
  Candidate: 2022.03.08.1-1~bpo20.04.1
  Version table:
 *** 2022.03.08.1-1~bpo20.04.1 100
100 http://ports.ubuntu.com/ubuntu-ports focal-backports/universe arm64 
Packages
100 /var/lib/dpkg/status
```

When trying to download media using `yt-dlp`, it gives out an error indicating 
that an exception occurred because a necessary dependency was not found in the 
system. The error message is as below:
```
Traceback (most recent call last):
  File "/usr/bin/yt-dlp", line 6, in 
from pkg_resources import load_entry_point
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3254, 
in 
def _initialize_master_working_set():
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3237, 
in _call_aside
f(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3266, 
in _initialize_master_working_set
working_set = WorkingSet._build_master()
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 584, in 
_build_master
ws.require(__requires__)
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 901, in 
require
needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 787, in 
resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'brotli' distribution was not found and 
is required by yt-dlp
```

** Affects: yt-dlp (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/1967266

Title:
  yt-dlp: Unresolved dependency

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/yt-dlp/+bug/1967266/+subscriptions


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

[Bug 1967018] [NEW] Add coturn package in 22.04 Jammy

2022-03-29 Thread Patel
Public bug reported:

Hello

If you update Openssl to 3.01 while Debian keeps 1.1.1 on Bookworm, you
should take responsability for packages that are broken by this change
instead of dropping them.

Coturn can be compiled and works with Ubuntu 22.04 using this patch:

https://github.com/coturn/coturn/issues/886#issuecomment-1047367772

the patch is a one-liner:

Description: fix compilation for Openssl 3
 After the Ubuntu 22.04 switch to Openssl 3.01, Coturn fails to compile
 a fix has been posted to 
https://github.com/coturn/coturn/issues/886#issuecomment-1047367772 
 .
 coturn (4.5.2-3) unstable; urgency=medium
 .
---
--- coturn-4.5.2.orig/src/client/ns_turn_msg.c
+++ coturn-4.5.2/src/client/ns_turn_msg.c
@@ -256,7 +256,7 @@ int stun_produce_integrity_key_str(const
 #else
unsigned int keylen = 0;
EVP_MD_CTX *ctx = EVP_MD_CTX_new();
-#if defined EVP_MD_CTX_FLAG_NON_FIPS_ALLOW && ! 
defined(LIBRESSL_VERSION_NUMBER)
+#ifdef FIPS_MODE
if (FIPS_mode()) {
EVP_MD_CTX_set_flags(ctx, 
EVP_MD_CTX_FLAG_NON_FIPS_ALLOW);
}

coturn is an essential component of Jitsi-meet and missing it will just
turn users to Debian.

Thanks for looking at this.

** Affects: coturn (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/1967018

Title:
  Add coturn package in 22.04 Jammy

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


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

[Bug 1948769] Re: coturn cannot open log file

2022-03-29 Thread Patel
Err, on this Ubuntu version coturn runs as the user 'turnserver'. 
chgrp turnserver /var/log/turnserver should fix it.
And no, coturn should not create a directory in /var/log.
So this bug is not valid IMO.

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

Title:
  coturn cannot open log file

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


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

[Bug 1960096] Re: package ca-certificates-java 20190909 failed to install/upgrade: installed ca-certificates-java package post-installation script subprocess returned error exit status 127

2022-03-22 Thread Patel
I have filed https://bugs.launchpad.net/ubuntu/+source/openjdk-18/+bug/1965987
under Openjdk-18 for Jammy but it's probably the same bug. 
Imo the ca-certificates-java is not 'bugged', it's not adapted to Java 18. If 
Ubuntu wants to distribute Java 18 before Debian is ready to do so, it should 
maintain the ca-certificates-java package.

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

Title:
  package ca-certificates-java 20190909 failed to install/upgrade:
  installed ca-certificates-java package post-installation script
  subprocess returned error exit status 127

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1960096/+subscriptions


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

[Bug 1965987] [NEW] Circular dependency on ca-certificates-java can crash package configuration

2022-03-22 Thread Patel
Public bug reported:


Hello

Description:Ubuntu Jammy Jellyfish (development branch)
Release:22.04

apt-cache policy ca-certificates-java
ca-certificates-java:
  Installed: 20190909
  Candidate: 20190909
  Version table:
 *** 20190909 500
500 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages
100 /var/lib/dpkg/status

what I expect to happen: the package to install reliably in all circonstances
what happens instead: in some circonstances the configure stage crashes.

Detail

as said in the subject, openjdk depends on ca-certificates-java, and ca-
certificates-java depends on java. Usually installing ca-certificates-
java installs automatically openjdk-18 and the config stage is in a good
order: first openjdk, then ca-certificates-java. If one installs
openjdk-18, same scenario so everything is good. Well, no. In fact when
dealing with circular dependencies, the package order is not really
defined.

To test the jitsi-videobridge2 package (jitsi-meet project), here are the 
instructions:
curl https://download.jitsi.org/jitsi-key.gpg.key | sudo sh -c 'gpg --dearmor > 
/usr/share/keyrings/jitsi-keyring.gpg'

echo 'deb [signed-by=/usr/share/keyrings/jitsi-keyring.gpg]
https://download.jitsi.org stable/' | sudo tee
/etc/apt/sources.list.d/jitsi-stable.list > /dev/null

sudo apt update

Here the package order is different:

sudo apt install --dry-run jitsi-videobridge2:
(...)
Conf ca-certificates-java (20190909 Ubuntu:22.04/jammy [all])
Conf openjdk-18-jre-headless (18~36ea-1 Ubuntu:22.04/jammy [amd64])

to work around this problem, the ca-certificates-java package
maintainers have included a horrendous kludge in the postinstall
package:

for jvm in java-7-openjdk-$arch java-7-openjdk \
   oracle-java7-jre-$arch oracle-java7-server-jre-$arch 
oracle-java7-jdk-$arch \
(... cut for brevity all other java versions between 7 and 17...)
   java-17-openjdk-$arch java-17-openjdk \
   oracle-java17-jre-$arch oracle-java17-server-jre-$arch 
oracle-java17-jdk-$arch; do
if [ -x /usr/lib/jvm/$jvm/bin/java ]; then
export JAVA_HOME=/usr/lib/jvm/$jvm
PATH=$JAVA_HOME/bin:$PATH
break
fi
done

so that when the installation order is reversed the configuration script
still runs.

However this kludge go only up to Java 17. It is my understanding that
these package are coming from upstream (Debian) and Debian 12 only
include Java 17 for now.

So jitsi-videobridge2 install fine in Bookworm (it pulls Java 17 of course). 
However, under Jammy it gives that:

head: cannot open '/etc/ssl/certs/java/cacerts' for reading: No such file or 
directory
/var/lib/dpkg/info/ca-certificates-java.postinst: line 101: java: command not 
found
dpkg: error processing package ca-certificates-java (--configure):
 installed ca-certificates-java package post-installation script subprocess 
returned error exit status 127
dpkg: dependency problems prevent configuration of 
openjdk-18-jre-headless:amd64:
 openjdk-18-jre-headless:amd64 depends on ca-certificates-java (>= 20190405~); 
however:
  Package ca-certificates-java is not configured yet.

dpkg: error processing package openjdk-18-jre-headless:amd64 (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 ca-certificates-java
 openjdk-18-jre-headless:amd64
E: Sub-process /usr/bin/dpkg returned an error code (1)

java is not found, because 
ls /usr/lib/jvm/

java-1.18.0-openjdk-amd64  java-18-openjdk-amd64

-> java-18-openjdk is available but can't be found.

All these tests have been done on a fresh Jammy container obtained
thanks to St Graber and its LXD band.

So my conclusion: you have to either:
- drop java 18 until Debian adopts it and adapts its package
- convince Debian to add the test for Java 18 in the ca-certificates-java post 
install script kludge
- take the responsabilty for ca-certificates-java package yourself and fix it 
at the Ubuntu level.

There is of course a fourth option: explain to people complaining that the 
jitsi-videobridge2 don't install anymore - it installs fine under Focal - that 
it's the Jitsi-meet project's fault. And possibly other projects as well. The 
Jitsi-videobridge2 package could probably be modified to fix that, I'll grant 
it. I did not test it but I think that if it depended on default-jre instead of
Pre-Depends: java8-runtime-headless | java8-runtime | java11-runtime-headless | 
java11-runtime
it would install fine even with the incomplete kludge in the 
ca-certificates-java post-install script.

** Affects: openjdk-18 (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/1965987

Title:
  Circular dependency on ca-certificates-java can crash package
  configuration

To manage notifications about this bug go to:

[Bug 1885990] Re: server: Match has no effect in include file (upstream 3122)

2022-03-17 Thread Patel
@seth arnold
THanks for the link, quite interesting. Unfortunately perusing it, I found that 
this particular change ticks almost all the wrong boxes - especially the 'do 
not touch really important software' (aka  critical infrastructure packages).

Also trying to find a contact is not obvious, there is a ref
(https://wiki.ubuntu.com/StableReleaseUpdates#Reviewing_procedure_and_tools)
to a ubuntu-bugs channel on freenode that don't seem to exist anymore.
Provided examples are almost 15 years old. Chances are good (or bad)
that many of this is not up-to-date.

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

Title:
  server: Match has no effect in include file (upstream 3122)

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


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

[Bug 1885990] Re: server: Match has no effect in include file (upstream 3122)

2022-03-16 Thread Patel
@Jernej Jakob: this is cited as 'released for 1.8.4'. There is a policy
for stable distros, never update the version. I asked for a backport,
did not get one. The 20.04 version is still at 1.8.2 and it does not has
this feature that was introduced after this version. It was released for
groovy, that is 20.10. But I had no right for it, I begged for it but
was denied. That's life.

As of documentation, yes but it's a pretty obscure feature and Ubuntu
devs don't have the responsability for writing man pages and there is no
need to document a non-existent feature.

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

Title:
  server: Match has no effect in include file (upstream 3122)

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


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

[Bug 1746419] Re: bond parameters are not changed by 'netplan apply'

2022-01-31 Thread Satish Patel
Any update on this bug because i am still having same issue. I have
updated arp_ip_target but it does required to reboot whole server. I
think netplan apply should do the magic but somehow not.

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

Title:
  bond parameters are not changed by 'netplan apply'

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


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

[Bug 1956300] [NEW] graphics

2022-01-04 Thread Atul Kumar Patel
Public bug reported:

dont no

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: xorg 1:7.7+19ubuntu14
ProcVersionSignature: Ubuntu 5.10.0-1052.54-oem 5.10.76
Uname: Linux 5.10.0-1052-oem x86_64
ApportVersion: 2.20.11-0ubuntu27.21
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckResult: skip
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Tue Jan  4 14:02:03 2022
DistUpgraded: Fresh install
DistributionChannelDescriptor:
 # This is the distribution channel descriptor for the OEM CDs
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-focal-amd64-20200502-85
DistroCodename: focal
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation Device [8086:9a49] (rev 01) (prog-if 00 [VGA controller])
   Subsystem: Dell Device [1028:0a20]
InstallationDate: Installed on 2021-08-12 (145 days ago)
InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 20200502-05:58
MachineType: Dell Inc. Latitude 5420
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.10.0-1052-oem 
root=UUID=5c089419-1808-46cd-9e10-ebaba3debd73 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/22/2021
dmi.bios.release: 1.14
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.14.1
dmi.board.name: 03P5X2
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 10
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.14.1:bd11/22/2021:br1.14:svnDellInc.:pnLatitude5420:pvr:sku0A20:rvnDellInc.:rn03P5X2:rvrA00:cvnDellInc.:ct10:cvr:
dmi.product.family: Latitude
dmi.product.name: Latitude 5420
dmi.product.sku: 0A20
dmi.sys.vendor: Dell Inc.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.105-3~20.04.2
version.libgl1-mesa-dri: libgl1-mesa-dri 21.0.3-0ubuntu0.3~20.04.5
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.20.13-1ubuntu1~20.04.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

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


** Tags: amd64 apport-bug focal ubuntu

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

Title:
  graphics

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


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

[Bug 1954569] Re: unable to open/start the transmission app

2021-12-12 Thread Deep Patel
** Summary changed:

- unable to open/start the app
+ unable to open/start the transmission app

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

Title:
  unable to open/start the transmission app

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


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

[Bug 1954569] [NEW] unable to open/start the app

2021-12-11 Thread Deep Patel
Public bug reported:

on clicking open the app does not open

ProblemType: Bug
DistroRelease: Ubuntu 21.10
Package: transmission-gtk 3.00-1ubuntu2
ProcVersionSignature: Ubuntu 5.13.0-22.22-generic 5.13.19
Uname: Linux 5.13.0-22-generic x86_64
ApportVersion: 2.20.11-0ubuntu71
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Sun Dec 12 01:04:02 2021
InstallationDate: Installed on 2021-07-25 (139 days ago)
InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
ProcEnviron:
 LANGUAGE=en_IN:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_IN
 SHELL=/usr/bin/zsh
RebootRequiredPkgs: Error: path contained symlinks.
SourcePackage: transmission
UpgradeStatus: Upgraded to impish on 2021-12-11 (0 days ago)

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


** Tags: amd64 apport-bug impish wayland-session

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

Title:
  unable to open/start the app

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


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

[Bug 1952809] [NEW] installing ubuntu 20.04 on HP ML10v2 with 500GB Samsung SSD

2021-11-30 Thread Rajan Patel
Public bug reported:

installing minimal desktop from USB

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: ubiquity 20.04.15.17
ProcVersionSignature: Ubuntu 5.11.0-27.29~20.04.1-generic 5.11.22
Uname: Linux 5.11.0-27-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27.18
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.445.1
CurrentDesktop: ubuntu:GNOME
Date: Tue Nov 30 18:04:38 2021
InstallCmdLine: file=/cdrom/preseed/ubuntu.seed initrd=/casper/initrd quiet 
splash --- maybe-ubiquity
LiveMediaBuild: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 LC_NUMERIC=C.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal ubiquity-20.04.15.17 ubuntu

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

Title:
  installing ubuntu 20.04 on HP ML10v2 with 500GB Samsung SSD

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1952809/+subscriptions


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

[Bug 1949386] [NEW] DBD::SQLite::db prepare failed

2021-11-01 Thread Satish Patel
Public bug reported:

# uname -a
Linux ostack-phx-comp-gen-1-42.v1v0x.net 5.4.0-89-generic #100-Ubuntu SMP Fri 
Sep 24 14:50:10 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=20.04
DISTRIB_CODENAME=focal
DISTRIB_DESCRIPTION="Ubuntu 20.04.1 LTS"

# rasdaemon 0.6.5-1ubuntu1.1

Error

# ras-mc-ctl --summary
No Memory errors.

No PCIe AER errors.

No Extlog errors.

DBD::SQLite::db prepare failed: no such table: devlink_event at 
/usr/sbin/ras-mc-ctl line 1181.
Can't call method "execute" on an undefined value at /usr/sbin/ras-mc-ctl line 
1182.

** Affects: rasdaemon (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/1949386

Title:
  DBD::SQLite::db prepare failed

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


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

[Bug 1888423] Re: ras-mc-ctl doesn't provide BDF for PCIe errors

2021-11-01 Thread Satish Patel
I am running 0.6.5-1ubuntu1.1 and getting following error on Ubuntu
20.04.


ras-mc-ctl --summary
No Memory errors.

No PCIe AER errors.

No Extlog errors.

DBD::SQLite::db prepare failed: no such table: devlink_event at
/usr/sbin/ras-mc-ctl line 1181.

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

Title:
  ras-mc-ctl doesn't provide BDF for PCIe errors

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


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

[Bug 1817358] Re: Ubuntu 16.04 netboot installation failed during loading of installer component libc6-udeb

2021-09-28 Thread Patel
Hello

what a hideous bug.

Seen with KVM on Ubuntu 18.04, trying with this URL:
http://ubuntu.mirrors.ovh.net/ftp.ubuntu.com/ubuntu/dists/xenial/main/installer-amd64

solved with this URL:

http://ubuntu.mirrors.ovh.net/ftp.ubuntu.com/ubuntu/dists/xenial-
updates/main/installer-amd64

the real bug is in KVM that should provide tested URLs for main distros
(even the Ubuntu distros :)) rather than vaguely handwawing toward the
man page and letting unsuspecting users falling in traps like this one.

this bug should be closed however, it is irrelevant now.

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

Title:
  Ubuntu 16.04 netboot installation failed during loading of installer
  component libc6-udeb

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1817358/+subscriptions


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

[Bug 1945078] [NEW] openvswitch crashing and rebooting with dpdk

2021-09-25 Thread Satish Patel
Public bug reported:

I am running Focal 20.04 with Openstack OVN and trying to setup dpdk
support for high performance networking but i am not lucky, As soon as i
spin up VM its getting setup and start pinging and which in few second
OVS switch crashed and restarted. I try to reach out some folks in IRC
for openvswitch support and they said it might be issue of TSO and they
said patch is out there but may be not include in distribution package.

Patch:
http://patchwork.ozlabs.org/project/openvswitch/patch/162548620436.40409.579366497986013480.stgit@wsfd-
netdev64.ntdv.lab.eng.bos.redhat.com/

My openvswitch version is following

root@ovn-lab-comp-dpdk-1:~# dpkg -l | grep openvswitch
ii  openvswitch-common   2.13.3-0ubuntu0.20.04.2   
amd64Open vSwitch common components
ii  openvswitch-switch   2.13.3-0ubuntu0.20.04.2   
amd64Open vSwitch switch implementations
ii  openvswitch-switch-dpdk  2.13.3-0ubuntu0.20.04.2   
amd64DPDK enabled Open vSwitch switch implementation
ii  python3-openvswitch  2.13.3-0ubuntu0.20.04.2   
all  Python 3 bindings for Open vSwitch


Does anyone hit this kind of issue where openvswitch keep crashing and 
rebooting (interesting this it doesn't created crash dump so not sure where to 
look and what to look?)

** Affects: openvswitch (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/1945078

Title:
  openvswitch crashing and rebooting with dpdk

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


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

[Bug 1943879] acpidump.txt

2021-09-16 Thread Satish Patel
apport information

** Attachment added: "acpidump.txt"
   
https://bugs.launchpad.net/bugs/1943879/+attachment/5525755/+files/acpidump.txt

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

Title:
  NETDEV WATCHDOG: eno49 (ixgbe): transmit queue 34 timed out

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


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

[Bug 1943879] Re: NETDEV WATCHDOG: eno49 (ixgbe): transmit queue 34 timed out

2021-09-16 Thread Satish Patel
Find attached Report

** Attachment added: "apport.linux.7t7az__i.apport"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1943879/+attachment/5525756/+files/apport.linux.7t7az__i.apport

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

Title:
  NETDEV WATCHDOG: eno49 (ixgbe): transmit queue 34 timed out

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


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

[Bug 1943879] WifiSyslog.txt

2021-09-16 Thread Satish Patel
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1943879/+attachment/5525754/+files/WifiSyslog.txt

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

Title:
  NETDEV WATCHDOG: eno49 (ixgbe): transmit queue 34 timed out

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


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

[Bug 1943879] ProcModules.txt

2021-09-16 Thread Satish Patel
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1943879/+attachment/5525752/+files/ProcModules.txt

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

Title:
  NETDEV WATCHDOG: eno49 (ixgbe): transmit queue 34 timed out

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


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

[Bug 1943879] UdevDb.txt

2021-09-16 Thread Satish Patel
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1943879/+attachment/5525753/+files/UdevDb.txt

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

Title:
  NETDEV WATCHDOG: eno49 (ixgbe): transmit queue 34 timed out

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


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

[Bug 1943879] ProcCpuinfoMinimal.txt

2021-09-16 Thread Satish Patel
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1943879/+attachment/5525750/+files/ProcCpuinfoMinimal.txt

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

Title:
  NETDEV WATCHDOG: eno49 (ixgbe): transmit queue 34 timed out

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


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

[Bug 1943879] ProcInterrupts.txt

2021-09-16 Thread Satish Patel
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1943879/+attachment/5525751/+files/ProcInterrupts.txt

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

Title:
  NETDEV WATCHDOG: eno49 (ixgbe): transmit queue 34 timed out

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


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

[Bug 1943879] Lsusb-t.txt

2021-09-16 Thread Satish Patel
apport information

** Attachment added: "Lsusb-t.txt"
   
https://bugs.launchpad.net/bugs/1943879/+attachment/5525747/+files/Lsusb-t.txt

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

Title:
  NETDEV WATCHDOG: eno49 (ixgbe): transmit queue 34 timed out

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


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

[Bug 1943879] ProcCpuinfo.txt

2021-09-16 Thread Satish Patel
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1943879/+attachment/5525749/+files/ProcCpuinfo.txt

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

Title:
  NETDEV WATCHDOG: eno49 (ixgbe): transmit queue 34 timed out

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


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

[Bug 1943879] Lspci.txt

2021-09-16 Thread Satish Patel
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1943879/+attachment/5525744/+files/Lspci.txt

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

Title:
  NETDEV WATCHDOG: eno49 (ixgbe): transmit queue 34 timed out

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


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

[Bug 1943879] Lsusb-v.txt

2021-09-16 Thread Satish Patel
apport information

** Attachment added: "Lsusb-v.txt"
   
https://bugs.launchpad.net/bugs/1943879/+attachment/5525748/+files/Lsusb-v.txt

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

Title:
  NETDEV WATCHDOG: eno49 (ixgbe): transmit queue 34 timed out

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


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

[Bug 1943879] Lspci-vt.txt

2021-09-16 Thread Satish Patel
apport information

** Attachment added: "Lspci-vt.txt"
   
https://bugs.launchpad.net/bugs/1943879/+attachment/5525745/+files/Lspci-vt.txt

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

Title:
  NETDEV WATCHDOG: eno49 (ixgbe): transmit queue 34 timed out

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


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

[Bug 1943879] Lsusb.txt

2021-09-16 Thread Satish Patel
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1943879/+attachment/5525746/+files/Lsusb.txt

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

Title:
  NETDEV WATCHDOG: eno49 (ixgbe): transmit queue 34 timed out

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


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

[Bug 1943879] CurrentDmesg.txt

2021-09-16 Thread Satish Patel
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1943879/+attachment/5525743/+files/CurrentDmesg.txt

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

Title:
  NETDEV WATCHDOG: eno49 (ixgbe): transmit queue 34 timed out

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


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

[Bug 1943879] Re: NETDEV WATCHDOG: eno49 (ixgbe): transmit queue 34 timed out

2021-09-16 Thread Satish Patel
apport information

** Tags added: apport-collected uec-images

** Description changed:

  I am running ubuntu Focal version with following kernel and NIC and
  noticed where strange error in kernel logs and my nic went down, does
  any one know about this?
  
  # uname -a
  Linux ostack-phx-comp-gen-1-27.v1v0x.net 5.4.0-42-generic #46-Ubuntu SMP Fri 
Jul 10 00:24:02 UTC 2020 x86_64 x86_64x
  
  # lspci | grep -i eth
  06:00.0 Ethernet controller: Intel Corporation 82599 10 Gigabit Dual Port 
Backplane Connection (rev 01)
  06:00.1 Ethernet controller: Intel Corporation 82599 10 Gigabit Dual Port 
Backplane Connection (rev 01)
  
  
  [Thu Sep 16 01:43:51 2021] [ cut here ]
  [Thu Sep 16 01:43:51 2021] NETDEV WATCHDOG: eno49 (ixgbe): transmit queue 34 
timed out
  [Thu Sep 16 01:43:51 2021] WARNING: CPU: 11 PID: 0 at 
net/sched/sch_generic.c:447 dev_watchdog+0x258/0x260
  [Thu Sep 16 01:43:51 2021] Modules linked in: nf_conntrack_netlink ebt_arp 
nft_compat nf_tables_set nft_meta_bridgel
  [Thu Sep 16 01:43:51 2021]  ip_tables x_tables autofs4 btrfs zstd_compress 
raid10 raid456 async_raid6_recov async_mi
  [Thu Sep 16 01:43:51 2021] CPU: 11 PID: 0 Comm: swapper/11 Not tainted 
5.4.0-42-generic #46-Ubuntu
  [Thu Sep 16 01:43:51 2021] Hardware name: HP ProLiant BL460c Gen9, BIOS I36 
02/17/2017
  [Thu Sep 16 01:43:51 2021] RIP: 0010:dev_watchdog+0x258/0x260
  [Thu Sep 16 01:43:51 2021] Code: 85 c0 75 e5 eb 9f 4c 89 ff c6 05 1f f5 e7 00 
01 e8 8d bb fa ff 44 89 e9 4c 89 fe 47
  [Thu Sep 16 01:43:51 2021] RSP: 0018:b92d466b4e30 EFLAGS: 00010286
  [Thu Sep 16 01:43:51 2021] RAX:  RBX: 9373ef57cec0 RCX: 
083f
  [Thu Sep 16 01:43:51 2021] RDX:  RSI: 00f6 RDI: 
083f
  [Thu Sep 16 01:43:51 2021] RBP: b92d466b4e60 R08: 937bdf8d78c8 R09: 
0004
  [Thu Sep 16 01:43:51 2021] R10:  R11: 0001 R12: 
0040
  [Thu Sep 16 01:43:51 2021] R13: 0022 R14: 9373ef580480 R15: 
9373ef58
  [Thu Sep 16 01:43:51 2021] FS:  () 
GS:937bdf8c() knlGS:
  [Thu Sep 16 01:43:51 2021] CS:  0010 DS:  ES:  CR0: 80050033
  [Thu Sep 16 01:43:51 2021] CR2: 7f3697ec19dc CR3: 00103ce0a001 CR4: 
001626e0
  [Thu Sep 16 01:43:51 2021] Call Trace:
  [Thu Sep 16 01:43:51 2021]  
  [Thu Sep 16 01:43:51 2021]  ? pfifo_fast_enqueue+0x150/0x150
  [Thu Sep 16 01:43:51 2021]  call_timer_fn+0x32/0x130
  [Thu Sep 16 01:43:51 2021]  __run_timers.part.0+0x180/0x280
  [Thu Sep 16 01:43:51 2021]  ? tick_sched_handle+0x33/0x60
  [Thu Sep 16 01:43:51 2021]  ? tick_sched_timer+0x3d/0x80
  [Thu Sep 16 01:43:51 2021]  ? ktime_get+0x3e/0xa0
  [Thu Sep 16 01:43:51 2021]  run_timer_softirq+0x2a/0x50
  [Thu Sep 16 01:43:51 2021]  __do_softirq+0xe1/0x2d6
  [Thu Sep 16 01:43:51 2021]  ? hrtimer_interrupt+0x13b/0x220
  [Thu Sep 16 01:43:51 2021]  irq_exit+0xae/0xb0
  [Thu Sep 16 01:43:51 2021]  smp_apic_timer_interrupt+0x7b/0x140
  [Thu Sep 16 01:43:51 2021]  apic_timer_interrupt+0xf/0x20
  [Thu Sep 16 01:43:51 2021]  
  [Thu Sep 16 01:43:51 2021] RIP: 0010:cpuidle_enter_state+0xc5/0x450
  [Thu Sep 16 01:43:51 2021] Code: ff e8 bf 08 81 ff 80 7d c7 00 74 17 9c 58 0f 
1f 44 00 00 f6 c4 02 0f 85 65 03 00 0d
  [Thu Sep 16 01:43:51 2021] RSP: 0018:b92d4634fe38 EFLAGS: 0246 
ORIG_RAX: ff13
  [Thu Sep 16 01:43:51 2021] RAX: 937bdf8ead00 RBX: 8d159c00 RCX: 
001f
  [Thu Sep 16 01:43:51 2021] RDX:  RSI: 3342629e RDI: 

  [Thu Sep 16 01:43:51 2021] RBP: b92d4634fe78 R08: 0011dc129ea2a1f1 R09: 
0011dc17357faf00
  [Thu Sep 16 01:43:51 2021] R10: 937bdf8e9a00 R11: 937bdf8e99e0 R12: 
d9253fac20a8
  [Thu Sep 16 01:43:51 2021] R13: 0004 R14: 0004 R15: 
d9253fac20a8
  [Thu Sep 16 01:43:51 2021]  ? cpuidle_enter_state+0xa1/0x450
  [Thu Sep 16 01:43:51 2021]  cpuidle_enter+0x2e/0x40
  [Thu Sep 16 01:43:51 2021]  call_cpuidle+0x23/0x40
  [Thu Sep 16 01:43:51 2021]  do_idle+0x1dd/0x270
  [Thu Sep 16 01:43:51 2021]  cpu_startup_entry+0x20/0x30
  [Thu Sep 16 01:43:51 2021]  start_secondary+0x167/0x1c0
  [Thu Sep 16 01:43:51 2021]  secondary_startup_64+0xa4/0xb0
  [Thu Sep 16 01:43:51 2021] ---[ end trace cb80e9f61341ace0 ]---
  [Thu Sep 16 01:43:51 2021] ixgbe :06:00.0 eno49: initiating reset due to 
tx timeout
  [Thu Sep 16 01:43:51 2021] ixgbe :06:00.0 eno49: Reset adapter
  [Thu Sep 16 01:43:51 2021] ixgbe :06:00.0 eno49: TXDCTL.ENABLE for one or 
more queues not cleared within the pod
  [Thu Sep 16 01:43:51 2021] ixgbe :06:00.0 eno49: NIC Link is Up 10 Gbps, 
Flow Control: RX/TX
  [Thu Sep 16 01:43:52 2021] ixgbe :06:00.0 eno49: NIC Link is Down
  [Thu Sep 16 01:43:52 2021] bond0: (slave eno49): link status definitely down, 
disabling slave
  [Thu Sep 16 01:43:52 2021] bond0: (slave eno50): 

[Bug 1943879] [NEW] NETDEV WATCHDOG: eno49 (ixgbe): transmit queue 34 timed out

2021-09-16 Thread Satish Patel
Public bug reported:

I am running ubuntu Focal version with following kernel and NIC and
noticed where strange error in kernel logs and my nic went down, does
any one know about this?

# uname -a
Linux ostack-phx-comp-gen-1-27.v1v0x.net 5.4.0-42-generic #46-Ubuntu SMP Fri 
Jul 10 00:24:02 UTC 2020 x86_64 x86_64x

# lspci | grep -i eth
06:00.0 Ethernet controller: Intel Corporation 82599 10 Gigabit Dual Port 
Backplane Connection (rev 01)
06:00.1 Ethernet controller: Intel Corporation 82599 10 Gigabit Dual Port 
Backplane Connection (rev 01)


[Thu Sep 16 01:43:51 2021] [ cut here ]
[Thu Sep 16 01:43:51 2021] NETDEV WATCHDOG: eno49 (ixgbe): transmit queue 34 
timed out
[Thu Sep 16 01:43:51 2021] WARNING: CPU: 11 PID: 0 at 
net/sched/sch_generic.c:447 dev_watchdog+0x258/0x260
[Thu Sep 16 01:43:51 2021] Modules linked in: nf_conntrack_netlink ebt_arp 
nft_compat nf_tables_set nft_meta_bridgel
[Thu Sep 16 01:43:51 2021]  ip_tables x_tables autofs4 btrfs zstd_compress 
raid10 raid456 async_raid6_recov async_mi
[Thu Sep 16 01:43:51 2021] CPU: 11 PID: 0 Comm: swapper/11 Not tainted 
5.4.0-42-generic #46-Ubuntu
[Thu Sep 16 01:43:51 2021] Hardware name: HP ProLiant BL460c Gen9, BIOS I36 
02/17/2017
[Thu Sep 16 01:43:51 2021] RIP: 0010:dev_watchdog+0x258/0x260
[Thu Sep 16 01:43:51 2021] Code: 85 c0 75 e5 eb 9f 4c 89 ff c6 05 1f f5 e7 00 
01 e8 8d bb fa ff 44 89 e9 4c 89 fe 47
[Thu Sep 16 01:43:51 2021] RSP: 0018:b92d466b4e30 EFLAGS: 00010286
[Thu Sep 16 01:43:51 2021] RAX:  RBX: 9373ef57cec0 RCX: 
083f
[Thu Sep 16 01:43:51 2021] RDX:  RSI: 00f6 RDI: 
083f
[Thu Sep 16 01:43:51 2021] RBP: b92d466b4e60 R08: 937bdf8d78c8 R09: 
0004
[Thu Sep 16 01:43:51 2021] R10:  R11: 0001 R12: 
0040
[Thu Sep 16 01:43:51 2021] R13: 0022 R14: 9373ef580480 R15: 
9373ef58
[Thu Sep 16 01:43:51 2021] FS:  () 
GS:937bdf8c() knlGS:
[Thu Sep 16 01:43:51 2021] CS:  0010 DS:  ES:  CR0: 80050033
[Thu Sep 16 01:43:51 2021] CR2: 7f3697ec19dc CR3: 00103ce0a001 CR4: 
001626e0
[Thu Sep 16 01:43:51 2021] Call Trace:
[Thu Sep 16 01:43:51 2021]  
[Thu Sep 16 01:43:51 2021]  ? pfifo_fast_enqueue+0x150/0x150
[Thu Sep 16 01:43:51 2021]  call_timer_fn+0x32/0x130
[Thu Sep 16 01:43:51 2021]  __run_timers.part.0+0x180/0x280
[Thu Sep 16 01:43:51 2021]  ? tick_sched_handle+0x33/0x60
[Thu Sep 16 01:43:51 2021]  ? tick_sched_timer+0x3d/0x80
[Thu Sep 16 01:43:51 2021]  ? ktime_get+0x3e/0xa0
[Thu Sep 16 01:43:51 2021]  run_timer_softirq+0x2a/0x50
[Thu Sep 16 01:43:51 2021]  __do_softirq+0xe1/0x2d6
[Thu Sep 16 01:43:51 2021]  ? hrtimer_interrupt+0x13b/0x220
[Thu Sep 16 01:43:51 2021]  irq_exit+0xae/0xb0
[Thu Sep 16 01:43:51 2021]  smp_apic_timer_interrupt+0x7b/0x140
[Thu Sep 16 01:43:51 2021]  apic_timer_interrupt+0xf/0x20
[Thu Sep 16 01:43:51 2021]  
[Thu Sep 16 01:43:51 2021] RIP: 0010:cpuidle_enter_state+0xc5/0x450
[Thu Sep 16 01:43:51 2021] Code: ff e8 bf 08 81 ff 80 7d c7 00 74 17 9c 58 0f 
1f 44 00 00 f6 c4 02 0f 85 65 03 00 0d
[Thu Sep 16 01:43:51 2021] RSP: 0018:b92d4634fe38 EFLAGS: 0246 
ORIG_RAX: ff13
[Thu Sep 16 01:43:51 2021] RAX: 937bdf8ead00 RBX: 8d159c00 RCX: 
001f
[Thu Sep 16 01:43:51 2021] RDX:  RSI: 3342629e RDI: 

[Thu Sep 16 01:43:51 2021] RBP: b92d4634fe78 R08: 0011dc129ea2a1f1 R09: 
0011dc17357faf00
[Thu Sep 16 01:43:51 2021] R10: 937bdf8e9a00 R11: 937bdf8e99e0 R12: 
d9253fac20a8
[Thu Sep 16 01:43:51 2021] R13: 0004 R14: 0004 R15: 
d9253fac20a8
[Thu Sep 16 01:43:51 2021]  ? cpuidle_enter_state+0xa1/0x450
[Thu Sep 16 01:43:51 2021]  cpuidle_enter+0x2e/0x40
[Thu Sep 16 01:43:51 2021]  call_cpuidle+0x23/0x40
[Thu Sep 16 01:43:51 2021]  do_idle+0x1dd/0x270
[Thu Sep 16 01:43:51 2021]  cpu_startup_entry+0x20/0x30
[Thu Sep 16 01:43:51 2021]  start_secondary+0x167/0x1c0
[Thu Sep 16 01:43:51 2021]  secondary_startup_64+0xa4/0xb0
[Thu Sep 16 01:43:51 2021] ---[ end trace cb80e9f61341ace0 ]---
[Thu Sep 16 01:43:51 2021] ixgbe :06:00.0 eno49: initiating reset due to tx 
timeout
[Thu Sep 16 01:43:51 2021] ixgbe :06:00.0 eno49: Reset adapter
[Thu Sep 16 01:43:51 2021] ixgbe :06:00.0 eno49: TXDCTL.ENABLE for one or 
more queues not cleared within the pod
[Thu Sep 16 01:43:51 2021] ixgbe :06:00.0 eno49: NIC Link is Up 10 Gbps, 
Flow Control: RX/TX
[Thu Sep 16 01:43:52 2021] ixgbe :06:00.0 eno49: NIC Link is Down
[Thu Sep 16 01:43:52 2021] bond0: (slave eno49): link status definitely down, 
disabling slave
[Thu Sep 16 01:43:52 2021] bond0: (slave eno50): making interface the new 
active one
[Thu Sep 16 01:43:52 2021] device eno49 left promiscuous mode
[Thu Sep 16 01:43:52 2021] device eno50 entered promiscuous mode
[Thu Sep 16 01:43:53 2021] ixgbe 

[Bug 1930967] [NEW] Fatal error with Grub on installing Ubuntu with Win10 on dual boot basis

2021-06-05 Thread C K Patel
Public bug reported:

I got a fatal error while installing Ubuntu on a system where win10 was
pre-existing. The error message has something to do with Grub

ProblemType: Bug
DistroRelease: Ubuntu 21.04
Package: ubiquity 21.04.19
ProcVersionSignature: Ubuntu 5.11.0-16.17-generic 5.11.12
Uname: Linux 5.11.0-16-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu65
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.461
CurrentDesktop: ubuntu:GNOME
Date: Sat Jun  5 15:19:09 2021
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
maybe-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420)
ProcEnviron:
 LANGUAGE=en_IN
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_IN
 LC_NUMERIC=C.UTF-8
RebootRequiredPkgs:
 linux-image-5.11.0-16-generic
 linux-base
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug hirsute ubiquity-21.04.19 ubuntu

** Attachment added: "syslog"
   https://bugs.launchpad.net/bugs/1930967/+attachment/5502592/+files/syslog

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

Title:
  Fatal error with Grub on installing Ubuntu with Win10 on dual boot
  basis

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

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

[Bug 1926165] Re: Bass speakers not enabled on Lenovo Yoga 9i

2021-05-19 Thread Peter F. Patel-Schneider
I have a Yoga C940, which is the precursor to the 9i.  It has the
soundbar and two speakers under the body of the laptop.  Out of the box
the body speakers did't work but there is a special BIOS for the C940
(only) that activates an amplifier for these speakers.   I think that
the C940 only has two-channel sound, with something (alsa?, pulse?)
mixing the five channels down to two and the sound chip distributing
sound to the speakers.

When I look at the built-in sound card with alsamixer I see a Bass
Speaker double toggle, that may be the result of the special BIOS.  This
toggle controls the two speakers under the laptop body.  The laptop's
sound is much better with the body speakers turned on, but I have heard
that the sound is even better using the Windows drivers.

Is the intent of the shell script to turn on the amplifier for the body
speakers?  If this is the case it should be possible to ditch the
special BIOS, which would be nice.  I'm sure that there are users who
don't want to run an unofficial BIOS.

The C930 has a similar setup.  Should this patch fix its speaker
problems?

It would be nice to get some documentation on the verbs in the shell
script and what they do to the sound chip.

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

Title:
  Bass speakers not enabled on Lenovo Yoga 9i

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1926165/+subscriptions

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

[Bug 1926020] [NEW] package phpmyadmin 4:4.9.5+dfsg1-2 failed to install/upgrade: installed phpmyadmin package post-installation script subprocess returned error exit status 1

2021-04-24 Thread Hiren Patel
Public bug reported:

package phpmyadmin 4:4.9.5+dfsg1-2 failed to install/upgrade: installed
phpmyadmin package post-installation script subprocess returned error
exit status 1

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: phpmyadmin 4:4.9.5+dfsg1-2
ProcVersionSignature: Ubuntu 5.8.0-50.56~20.04.1-generic 5.8.18
Uname: Linux 5.8.0-50-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.16
Architecture: amd64
CasperMD5CheckResult: skip
Date: Sat Apr 24 20:31:29 2021
ErrorMessage: installed phpmyadmin package post-installation script subprocess 
returned error exit status 1
InstallationDate: Installed on 2021-04-24 (0 days ago)
InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
PackageArchitecture: all
Python3Details: /usr/bin/python3.8, Python 3.8.5, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.5
SourcePackage: phpmyadmin
Title: package phpmyadmin 4:4.9.5+dfsg1-2 failed to install/upgrade: installed 
phpmyadmin package post-installation script subprocess returned error exit 
status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package focal

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

Title:
  package phpmyadmin 4:4.9.5+dfsg1-2 failed to install/upgrade:
  installed phpmyadmin package post-installation script subprocess
  returned error exit status 1

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

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

[Bug 1916623] [NEW] xog not installed

2021-02-23 Thread Gulshan Shashikantbhai Patel
Public bug reported:

thats only.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg (not installed)
ProcVersionSignature: Ubuntu 5.4.0-62.70~18.04.1-generic 5.4.78
Uname: Linux 5.4.0-62-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.21
Architecture: amd64
Date: Tue Feb 23 20:50:14 2021
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic

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

Title:
  xog not installed

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

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

[Bug 1910184] [NEW] Trackpad not working on LenovoIdeaPad 3

2021-01-04 Thread Vishal Patel
Public bug reported:

Installed latest ubuntu version on lenovoIdeaPad3. Set up alongside
windows 10 in dual boot using usb boot disk. Followed instructions on
itzgeek.com. Touchpad works when running windows os, however when
booting up with ubuntu the touchpad doesn't seem to work at all, however
when an external mouse is attached it seems to work.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: linux-image-5.4.0-59-generic 5.4.0-59.65
ProcVersionSignature: Ubuntu 5.4.0-59.65-generic 5.4.78
Uname: Linux 5.4.0-59-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.14
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  vishal 1509 F pulseaudio
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Tue Jan  5 00:00:59 2021
InstallationDate: Installed on 2021-01-04 (0 days ago)
InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
MachineType: LENOVO 81WE
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-59-generic 
root=UUID=c3b1fd06-1ae7-449e-9ff5-5d019da43085 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-5.4.0-59-generic N/A
 linux-backports-modules-5.4.0-59-generic  N/A
 linux-firmware1.187.6
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/10/2020
dmi.bios.vendor: LENOVO
dmi.bios.version: EMCN40WW
dmi.board.asset.tag: NO Asset Tag
dmi.board.name: LNVNB161216
dmi.board.vendor: LENOVO
dmi.board.version: SDK0R32866 WIN
dmi.chassis.asset.tag: NO Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: IdeaPad 3 15IIL05
dmi.modalias: 
dmi:bvnLENOVO:bvrEMCN40WW:bd08/10/2020:svnLENOVO:pn81WE:pvrIdeaPad315IIL05:rvnLENOVO:rnLNVNB161216:rvrSDK0R32866WIN:cvnLENOVO:ct10:cvrIdeaPad315IIL05:
dmi.product.family: IdeaPad 3 15IIL05
dmi.product.name: 81WE
dmi.product.sku: LENOVO_MT_81WE_BU_idea_FM_IdeaPad 3 15IIL05
dmi.product.version: IdeaPad 3 15IIL05
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-bug focal

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

Title:
  Trackpad not working on LenovoIdeaPad 3

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

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

[Bug 1852576] Re: cannot upgrade to Ubuntu 18 from Ubuntu 16

2020-08-27 Thread Radhen Patel
** This bug is no longer a duplicate of bug 1611737
   Can't upgrade from a release if ros packages are  installed from ROS servers

** Changed in: ubuntu-release-upgrader (Ubuntu)
   Status: Invalid => In Progress

** Changed in: ubuntu-release-upgrader (Ubuntu)
   Status: In Progress => Fix Released

** Description changed:

- I was following the instructions present here 
+ I was following the instructions present here
  https://www.zdnet.com/article/how-to-upgrade-from-ubuntu-linux-16-04-to-18-04/
  
  to upgrade. I faced some issues with sudo apt update && sudo apt
  upgrade. Some of my packages were broken so had to remove them. I
  believe the update and upgrade commands work fine now. Executing sudo
  do-release-upgrade does not work and I always get this message on the
  terminal saying "Restoring original system state". I cannot see any
  specific errors that could help me debug this issue.
  
  Could I please get some assistant on this?
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: ubuntu-release-upgrader-core 1:16.04.27
  ProcVersionSignature: Ubuntu 4.15.0-66.75~16.04.1-generic 4.15.18
  Uname: Linux 4.15.0-66-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2.21
  Architecture: amd64
  CrashDB: ubuntu
  CurrentDesktop: Unity
  Date: Thu Nov 14 07:46:55 2019
  InstallationDate: Installed on 2018-09-29 (411 days ago)
  InstallationMedia: Ubuntu 16.04.5 LTS "Xenial Xerus" - Release amd64 
(20180731)
  PackageArchitecture: all
  SourcePackage: ubuntu-release-upgrader
  UpgradeStatus: Upgraded to xenial on 2019-11-14 (0 days ago)
  VarLogDistupgradeAptclonesystemstate.tar.gz: Error: command ['pkexec', 'cat', 
'/var/log/dist-upgrade/apt-clone_system_state.tar.gz'] failed with exit code 
127: pkexec must be setuid root

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

Title:
  cannot upgrade to Ubuntu 18 from Ubuntu 16

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1852576/+subscriptions

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

Re: [Bug 1889630] Re: In Gujarati Font "Pra" is not proper rednder E.g. Prakash world is not shown Fadiyto Sha"પ્રકાશ"

2020-07-31 Thread Robinson Patel
Please tell me in details. How to resolve this issue.


On Fri 31 Jul, 2020, 3:11 PM Sebastien Bacher, <1889...@bugs.launchpad.net>
wrote:

> ** Package changed: ibus-m17n (Ubuntu) => ttf-indic-fonts (Ubuntu)
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1889630
>
> Title:
>   In Gujarati Font "Pra" is not proper rednder E.g. Prakash world is not
>   shown Fadiyto Sha"પ્રકાશ"
>
> Status in ttf-indic-fonts package in Ubuntu:
>   New
>
> Bug description:
>   In Gujarati Font "Pra" is not proper rednder E.g. Prakash world is not
>   shown Fadiyto Sha"પ્રકાશ"
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 20.04
>   Package: ibus-m17n 1.4.2-1
>   ProcVersionSignature: Ubuntu 5.4.0-1015.15-raspi 5.4.44
>   Uname: Linux 5.4.0-1015-raspi aarch64
>   ApportVersion: 2.20.11-0ubuntu27.4
>   Architecture: arm64
>   CasperMD5CheckResult: skip
>   CurrentDesktop: MATE
>   Date: Thu Jul 30 19:48:05 2020
>   ImageMediaBuild: 20200712
>   SourcePackage: ibus-m17n
>   UpgradeStatus: No upgrade log present (probably fresh install)
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/ttf-indic-fonts/+bug/1889630/+subscriptions
>

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

Title:
  In Gujarati Font "Pra" is not proper rednder E.g. Prakash world is not
  shown Fadiyto Sha"પ્રકાશ"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ttf-indic-fonts/+bug/1889630/+subscriptions

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

[Bug 1889630] [NEW] In Gujarati Font "Pra" is not proper rednder E.g. Prakash world is not shown Fadiyto Sha"પ્રકાશ"

2020-07-30 Thread Robinson Patel
Public bug reported:

In Gujarati Font "Pra" is not proper rednder E.g. Prakash world is not
shown Fadiyto Sha"પ્રકાશ"

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: ibus-m17n 1.4.2-1
ProcVersionSignature: Ubuntu 5.4.0-1015.15-raspi 5.4.44
Uname: Linux 5.4.0-1015-raspi aarch64
ApportVersion: 2.20.11-0ubuntu27.4
Architecture: arm64
CasperMD5CheckResult: skip
CurrentDesktop: MATE
Date: Thu Jul 30 19:48:05 2020
ImageMediaBuild: 20200712
SourcePackage: ibus-m17n
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ibus-m17n (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug arm64 focal uec-images

** Attachment added: "See screen shot"
   
https://bugs.launchpad.net/bugs/1889630/+attachment/5397179/+files/Screenshot%20at%202020-07-30%2020-01-24.png

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

Title:
  In Gujarati Font "Pra" is not proper rednder E.g. Prakash world is not
  shown Fadiyto Sha"પ્રકાશ"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus-m17n/+bug/1889630/+subscriptions

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

[Bug 1889630] Re: In Gujarati Font "Pra" is not proper rednder E.g. Prakash world is not shown Fadiyto Sha"પ્રકાશ"

2020-07-30 Thread Robinson Patel
Please resolve it

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

Title:
  In Gujarati Font "Pra" is not proper rednder E.g. Prakash world is not
  shown Fadiyto Sha"પ્રકાશ"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus-m17n/+bug/1889630/+subscriptions

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

[Bug 1886766] [NEW] xorg bug report

2020-07-08 Thread Gulshan Shashikantbhai Patel
Public bug reported:

i have run x-diagnose and selected the option report an x org bug.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu7.1
ProcVersionSignature: Ubuntu 4.15.0-109.110-generic 4.15.18
Uname: Linux 4.15.0-109-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.9-0ubuntu7.15
Architecture: amd64
CompositorRunning: None
Date: Wed Jul  8 11:40:07 2020
DistUpgraded: 2020-06-28 23:25:02,994 DEBUG /openCache(), new cache size 98031
DistroCodename: bionic
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation HD Graphics 5500 [8086:1616] (rev 09) (prog-if 00 [VGA 
controller])
   Subsystem: Fujitsu Limited. HD Graphics 5500 [10cf:1895]
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 003: ID 8087:0a2a Intel Corp. 
 Bus 001 Device 002: ID 04f2:b413 Chicony Electronics Co., Ltd 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: FUJITSU LIFEBOOK A555
ProcEnviron:
 LANGUAGE=en_IN:en
 PATH=(custom, no user)
 LANG=en_IN
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-109-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
SourcePackage: xorg
UpgradeStatus: Upgraded to bionic on 2020-06-28 (9 days ago)
dmi.bios.date: 05/31/2016
dmi.bios.vendor: FUJITSU // Insyde Software Corp.
dmi.bios.version: 1.21
dmi.board.name: FJNBB3E
dmi.board.vendor: FUJITSU
dmi.chassis.type: 10
dmi.chassis.vendor: FUJITSU
dmi.modalias: 
dmi:bvnFUJITSU//InsydeSoftwareCorp.:bvr1.21:bd05/31/2016:svnFUJITSU:pnLIFEBOOKA555:pvr:rvnFUJITSU:rnFJNBB3E:rvr:cvnFUJITSU:ct10:cvr:
dmi.product.family: LIFEBOOK-FTS
dmi.product.name: LIFEBOOK A555
dmi.sys.vendor: FUJITSU
version.compiz: compiz 1:0.9.13.1+18.04.20180302-0ubuntu1
version.libdrm2: libdrm2 2.4.101-2~18.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 19.2.8-0ubuntu0~18.04.3
version.libgl1-mesa-glx: libgl1-mesa-glx 19.2.8-0ubuntu0~18.04.3
version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4.4
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.5-1ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2
xserver.bootTime: Fri Jun 12 09:49:57 2020
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id1566 
 vendor BOE
xserver.version: 2:1.18.4-0ubuntu0.8

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


** Tags: amd64 apport-bug bionic ubuntu

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

Title:
  xorg bug report

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

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

[Bug 1885990] [NEW] server: Match has no effect in include file (upstream 3122)

2020-07-01 Thread Patel
Public bug reported:

Hello

Ubuntu version: focal 20.04 LTS
Version:
openssh-server:
  Installed: 1:8.2p1-4ubuntu0.1
  Candidate: 1:8.2p1-4ubuntu0.1
Expected: match statement in included files work as documented in the fine 
manual
What happens: the statements are ignored.


If you add Match statements in an included file, it will generate no error but 
have no effect.
The exact same statements work in the main server config file 
(/etc/ssh/sshd_config)

this is to track upstream bug 3122:

https://bugzilla.mindrot.org/show_bug.cgi?id=3122

it's fixed but will only be in 8.4 so it affects Ubuntu 20.04 LTS where
openssh is at 8.2.

I'm not *absolutely* whining for a backport since include files is a new
feature for openssl in focal so it's not a regression. Would be nice
though :),  because include files are standard for any server software
in Linux since at least a decade...

** Affects: openssh (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/1885990

Title:
  server: Match has no effect in include file (upstream 3122)

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

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

[Bug 1879575] Re: rtl8822be not initialized: rtw_pci: Refused to change power state, currently in D3

2020-05-22 Thread manish patel
Hi You-Sheng Yang,

I appreciate that you took the effort to fix this bug. Unfortunately, I
don't have Ubuntu 20.04 installed in my system as I needed wifi urgently
which made me switch to Ubuntu 18.04 LTS. For the time being, unless
someone faces the same problem, I request that you can close the bug.

Thanks again!

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

Title:
  rtl8822be not initialized: rtw_pci: Refused to change power state,
  currently in D3

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

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

[Bug 1879575] CRDA.txt

2020-05-19 Thread manish patel
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1879575/+attachment/5374325/+files/CRDA.txt

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

Title:
  Missing driver for rtl8822be in 20.04

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

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

[Bug 1879575] CurrentDmesg.txt

2020-05-19 Thread manish patel
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1879575/+attachment/5374326/+files/CurrentDmesg.txt

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

Title:
  Missing driver for rtl8822be in 20.04

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

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

[Bug 1879575] UdevDb.txt

2020-05-19 Thread manish patel
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1879575/+attachment/5374339/+files/UdevDb.txt

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

Title:
  Missing driver for rtl8822be in 20.04

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

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

[Bug 1879575] Lspci-vt.txt

2020-05-19 Thread manish patel
apport information

** Attachment added: "Lspci-vt.txt"
   
https://bugs.launchpad.net/bugs/1879575/+attachment/5374329/+files/Lspci-vt.txt

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

Title:
  Missing driver for rtl8822be in 20.04

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

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

[Bug 1879575] PulseList.txt

2020-05-19 Thread manish patel
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1879575/+attachment/5374337/+files/PulseList.txt

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

Title:
  Missing driver for rtl8822be in 20.04

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

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

[Bug 1879575] Lsusb.txt

2020-05-19 Thread manish patel
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1879575/+attachment/5374330/+files/Lsusb.txt

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

Title:
  Missing driver for rtl8822be in 20.04

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

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

[Bug 1879575] Lspci.txt

2020-05-19 Thread manish patel
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1879575/+attachment/5374328/+files/Lspci.txt

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

Title:
  Missing driver for rtl8822be in 20.04

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

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

[Bug 1879575] Lsusb-t.txt

2020-05-19 Thread manish patel
apport information

** Attachment added: "Lsusb-t.txt"
   
https://bugs.launchpad.net/bugs/1879575/+attachment/5374331/+files/Lsusb-t.txt

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

Title:
  Missing driver for rtl8822be in 20.04

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

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

[Bug 1879575] Lsusb-v.txt

2020-05-19 Thread manish patel
apport information

** Attachment added: "Lsusb-v.txt"
   
https://bugs.launchpad.net/bugs/1879575/+attachment/5374332/+files/Lsusb-v.txt

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

Title:
  Missing driver for rtl8822be in 20.04

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

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

[Bug 1879575] RfKill.txt

2020-05-19 Thread manish patel
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1879575/+attachment/5374338/+files/RfKill.txt

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

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

Title:
  Missing driver for rtl8822be in 20.04

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

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

[Bug 1879575] ProcModules.txt

2020-05-19 Thread manish patel
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1879575/+attachment/5374336/+files/ProcModules.txt

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

Title:
  Missing driver for rtl8822be in 20.04

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

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

[Bug 1879575] WifiSyslog.txt

2020-05-19 Thread manish patel
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1879575/+attachment/5374340/+files/WifiSyslog.txt

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

Title:
  Missing driver for rtl8822be in 20.04

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

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

[Bug 1879575] ProcInterrupts.txt

2020-05-19 Thread manish patel
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1879575/+attachment/5374335/+files/ProcInterrupts.txt

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

Title:
  Missing driver for rtl8822be in 20.04

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

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

[Bug 1879575] ProcCpuinfoMinimal.txt

2020-05-19 Thread manish patel
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1879575/+attachment/5374334/+files/ProcCpuinfoMinimal.txt

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

Title:
  Missing driver for rtl8822be in 20.04

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

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

[Bug 1879575] IwConfig.txt

2020-05-19 Thread manish patel
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1879575/+attachment/5374327/+files/IwConfig.txt

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

Title:
  Missing driver for rtl8822be in 20.04

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

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

[Bug 1879575] Re: Missing driver for rtl8822be in 20.04

2020-05-19 Thread manish patel
apport information

** Tags added: apport-collected focal

** Description changed:

- Wifi adapter can't find avaiable connections in new kernel. Upgraded
- from 19.04 to 19.10 and then to 20.04 on Lenovo Legion y530 which comes
- with realtek wifi adapter.  lspci shows the pci adapter but not found in
- lshw -C network.
+ Wifi adapter can't find avaiable connections in new kernel. Upgraded from 
19.04 to 19.10 and then to 20.04 on Lenovo Legion y530 which comes with realtek 
wifi adapter.  lspci shows the pci adapter but not found in lshw -C network.
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu27
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  manish 1950 F pulseaudio
+  /dev/snd/controlC0:  manish 1950 F pulseaudio
+ CasperMD5CheckResult: skip
+ CurrentDesktop: ubuntu:GNOME
+ DistroRelease: Ubuntu 20.04
+ InstallationDate: Installed on 2019-07-06 (318 days ago)
+ InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
+ MachineType: LENOVO 81FV
+ NonfreeKernelModules: nvidia_modeset nvidia
+ Package: linux (not installed)
+ ProcEnviron:
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 i915drmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-31-generic 
root=UUID=a67f2402-8ada-4a31-8500-4ce7031521e2 ro quiet splash
+ ProcVersionSignature: Ubuntu 5.4.0-31.35-generic 5.4.34
+ RelatedPackageVersions:
+  linux-restricted-modules-5.4.0-31-generic N/A
+  linux-backports-modules-5.4.0-31-generic  N/A
+  linux-firmware1.187
+ Tags:  focal
+ Uname: Linux 5.4.0-31-generic x86_64
+ UpgradeStatus: Upgraded to focal on 2020-05-18 (1 days ago)
+ UserGroups: adm cdrom dip docker lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 07/18/2018
+ dmi.bios.vendor: LENOVO
+ dmi.bios.version: 8JCN43WW
+ dmi.board.asset.tag: NO Asset Tag
+ dmi.board.name: LNVNB161216
+ dmi.board.vendor: LENOVO
+ dmi.board.version: SDK0R32862 WIN
+ dmi.chassis.asset.tag: NO Asset Tag
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: LENOVO
+ dmi.chassis.version: Lenovo Legion Y530-15ICH
+ dmi.modalias: 
dmi:bvnLENOVO:bvr8JCN43WW:bd07/18/2018:svnLENOVO:pn81FV:pvrLenovoLegionY530-15ICH:rvnLENOVO:rnLNVNB161216:rvrSDK0R32862WIN:cvnLENOVO:ct10:cvrLenovoLegionY530-15ICH:
+ dmi.product.family: Legion Y530-15ICH
+ dmi.product.name: 81FV
+ dmi.product.sku: LENOVO_MT_81FV_BU_idea_FM_Legion Y530-15ICH
+ dmi.product.version: Lenovo Legion Y530-15ICH
+ dmi.sys.vendor: LENOVO

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1879575/+attachment/5374324/+files/AlsaInfo.txt

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

Title:
  Missing driver for rtl8822be in 20.04

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

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

[Bug 1879575] ProcCpuinfo.txt

2020-05-19 Thread manish patel
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1879575/+attachment/5374333/+files/ProcCpuinfo.txt

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

Title:
  Missing driver for rtl8822be in 20.04

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

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

[Bug 1879575] [NEW] Missing driver for rtl8822be in 20.04

2020-05-19 Thread manish patel
Public bug reported:

Wifi adapter can't find avaiable connections in new kernel. Upgraded
from 19.04 to 19.10 and then to 20.04 on Lenovo Legion y530 which comes
with realtek wifi adapter.  lspci shows the pci adapter but not found in
lshw -C network.

** Affects: linux (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/1879575

Title:
  Missing driver for rtl8822be in 20.04

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

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

[Bug 1857036] Re: `sudo --login --user USERNAME` throws `setrlimit(RLIMIT_CORE): Operation not permitted` error when run inside a container.

2020-04-21 Thread Patel
from the redhat bug report seems to be fixed in sudo-1.8.31p1-1.fc30

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

Title:
  `sudo --login --user USERNAME` throws `setrlimit(RLIMIT_CORE):
  Operation not permitted` error when run inside a container.

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

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

[Bug 1857198] [NEW] alsa ALC285 Missing still, No Sound Lenovo Ideapad S740

2019-12-21 Thread Tushar Patel
Public bug reported:

cat /proc/asound/card0/codec* | grep Codec

I tired all the possible trouble shooting and firmware and kernel,

Current Kernel : 5.0.0-37-generic

Problem : If I connect Headphone or any 3.5 Jack device it works
perfectly but my laptop speakers are not working still. Please help. For
more info

below link has more info for my device

http://alsa-project.org/db/?f=581ebad190e03c379ea87ce08d6b365e1cfe4580

** Affects: alsa-driver (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/1857198

Title:
  alsa ALC285 Missing still, No Sound Lenovo Ideapad S740

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1857198/+subscriptions

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

[Bug 630529] Re: Installing from USB drive writes boot sector to USB not HDD

2019-11-20 Thread Jenish patel
** Changed in: grub-installer (Ubuntu)
 Assignee: (unassigned) => Jenish patel (jenishpatel1999)

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

Title:
  Installing from USB drive writes boot sector to USB not HDD

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/630529/+subscriptions

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

[Bug 1786516] Re: Ubuntu taking screenshot at random times, keybaord down arrow maps to "q" and sometimes work fine.

2019-11-05 Thread Sudeep Patel
Seems had issue with particular update. After updating Ubuntu to new
version solved the issue.

Thanks for your reply

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

Title:
  Ubuntu taking screenshot at random times, keybaord down arrow maps to
  "q" and sometimes work fine.

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

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

Re: [Bug 1786516] Re: Ubuntu taking screenshot at random times, keybaord down arrow maps to "q" and sometimes work fine.

2019-11-04 Thread Sudeep Patel
Hi

It is resolved after updates to ubuntu.

On Thu, 5 Sep, 2019, 15:01 Paul White, <1786...@bugs.launchpad.net>
wrote:

> We are sorry that we do not always have the capacity to review all
> reported bugs in a timely manner. Do you still see a problem related to
> the one that you reported when using currently supported versions of
> Ubuntu and Firefox?
>
> The "Take a Screenshot" function of Firefox allows downloading the
> screenshot to ~/Downloads but GNOME Screenshot saves images to
> ~/Pictures so it looks as if your issue was incorrectly filed against
> Firefox.
>
> Does or did this problem affect other applications or just when running
> Firefox?
>
> Paul White
> [Ubuntu Bug Squad]
>
> ** Changed in: firefox (Ubuntu)
>Status: New => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1786516
>
> Title:
>   Ubuntu taking screenshot at random times, keybaord down arrow maps to
>   "q" and sometimes work fine.
>
> Status in firefox package in Ubuntu:
>   Incomplete
>
> Bug description:
>   I am running ubuntu 18.04 and my pc taking screenshots at random and
> saving in Pictures folders.
>   also i observer my keyboard down arrow key maps to "q" and sometimes
> works fine. Not sure what is happening here. it is all random.
>
>   Please advise.
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 18.04
>   Package: firefox 61.0.1+build1-0ubuntu0.18.04.1
>   ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18
>   Uname: Linux 4.15.0-29-generic x86_64
>   NonfreeKernelModules: kpatch_livepatch_Ubuntu_4_15_0_29_31_generic_41
>   AddonCompatCheckDisabled: False
>   ApportVersion: 2.20.9-0ubuntu7.2
>   Architecture: amd64
>   AudioDevicesInUse:
>USERPID ACCESS COMMAND
>/dev/snd/controlC1:  sudeep 3883 F pulseaudio
>/dev/snd/controlC0:  sudeep 3883 F pulseaudio
>   BuildID: 20180704192850
>   Channel: Unavailable
>   CurrentDesktop: ubuntu:GNOME
>   Date: Fri Aug 10 22:04:53 2018
>   ExecutablePath: /usr/lib/firefox/firefox
>   Extensions: extensions.sqlite corrupt or missing
>   ForcedLayersAccel: False
>   IfupdownConfig:
># interfaces(5) file used by ifup(8) and ifdown(8)
>auto lo
>iface lo inet loopback
>   IncompatibleExtensions: Unavailable (corrupt or non-existant
> compatibility.ini or extensions.sqlite)
>   IpRoute:
>default via 192.168.0.1 dev wlp2s0 proto dhcp metric 600
>192.168.0.0/24 dev wlp2s0 proto kernel scope link src 192.168.0.105
> metric 600
>192.168.122.0/24 dev virbr0 proto kernel scope link src 192.168.122.1
> linkdown
>   Locales: extensions.sqlite corrupt or missing
>   MostRecentCrashID: bp-101a5869-fe29-4f41-be1d-ba91f1180216
>   PrefErrors: Unexpected character ',' whilst parsing int @
> /usr/lib/firefox/defaults/pref/vendor-gre.js:8
>   PrefSources: prefs.js
>   ProcEnviron:
>LANGUAGE=en_IN:en
>PATH=(custom, no user)
>XDG_RUNTIME_DIR=
>LANG=en_IN
>SHELL=/bin/bash
>   Profiles: Profile0 (Default) - LastVersion=61.0.1/20180704192850 (In use)
>   RunningIncompatibleAddons: False
>   SourcePackage: firefox
>   SubmittedCrashIDs: bp-101a5869-fe29-4f41-be1d-ba91f1180216
>   Themes: extensions.sqlite corrupt or missing
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   dmi.bios.date: 01/23/2018
>   dmi.bios.vendor: Dell Inc.
>   dmi.bios.version: A19
>   dmi.board.name: 0TR3VC
>   dmi.board.vendor: Dell Inc.
>   dmi.board.version: A00
>   dmi.chassis.type: 9
>   dmi.chassis.vendor: Dell Inc.
>   dmi.modalias:
> dmi:bvnDellInc.:bvrA19:bd01/23/2018:svnDellInc.:pnLatitudeE5550:pvr:rvnDellInc.:rn0TR3VC:rvrA00:cvnDellInc.:ct9:cvr:
>   dmi.product.name: Latitude E5550
>   dmi.sys.vendor: Dell Inc.
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1786516/+subscriptions
>

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

Title:
  Ubuntu taking screenshot at random times, keybaord down arrow maps to
  "q" and sometimes work fine.

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

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

[Bug 1423631] Re: tap interface drops many packets on highload systems

2019-07-09 Thread Satish Patel
This is fact, you can't get high PPS with tap interface because they run
in kernel space and it drive packets on kernel which isn't scalable.

Finally i have migrate all my compute nodes to SR-IOV and much happy
now.

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

Title:
  tap interface drops many packets on highload systems

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

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

[Bug 1829764] Re: linux whois command contain xss

2019-05-21 Thread Ragnar Patel
changing from xss to uncompleted and inappropriate response when running
malicious or some javascript palyload.

** Summary changed:

- linux whois command contain xss 
+ linux whois command contain inappropriate response

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

Title:
  linux whois command contain inappropriate response

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

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

[Bug 1829764] [NEW] linux whois command contain xss

2019-05-20 Thread Ragnar Patel
Public bug reported:

whois command contain xss

Tested in ubuntu 18.04, 16.04

whois 

[Bug 1825054] Re: My JavaFx project stopped compiling

2019-05-17 Thread Aarjav Patel
I have a jar of a javafx application which I want to run, and I do not have the 
source code of the application. AFAIK, it has to run in java 8 with min version 
8u171. On my machine I had opendk-11-jdk, openjdk-8-jdk, and openjfx installed, 
and ran the app with openjdk's java 8. On the 13th several openjdk packages 
were updated, unfortunately I do not have the full list. After the updates, the 
application threw class not found for the javafx application class on start up.
Downgrading just openjfx with:
sudo apt install openjfx=8u161-b12-1ubuntu2 libopenjfx-java=8u161-b12-1ubuntu2 
libopenjfx-jni=8u161-b12-1ubuntu2
seems to work (I see the app gui), but from the terminal I see an exception for 
a different class not found: 
com.sun.deploy.uitoolkit.impl.fx.HostServicesFactory

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

Title:
  My JavaFx project stopped compiling

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

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

[Bug 1785693] Re: package mysql-server-5.7 5.7.23-0ubuntu0.18.04.1 failed to install/upgrade: installed mysql-server-5.7 package post-installation script subprocess returned error exit status 1

2019-01-16 Thread satyam patel
hey! please give some solution tech experts?

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

Title:
  package mysql-server-5.7 5.7.23-0ubuntu0.18.04.1 failed to
  install/upgrade: installed mysql-server-5.7 package post-installation
  script subprocess returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1785693/+subscriptions

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

[Bug 1809894] [NEW] Installation just failed!!

2018-12-27 Thread PRIYANK SANJAYBHAI PATEL
Public bug reported:

!I have only one laptop.And one USB ,so basically i am in trouble
because i cannot create another bootable usb,PLs fix this type of bugs.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubiquity 18.04.14.6
ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18
Uname: Linux 4.15.0-29-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
CasperVersion: 1.394
Date: Thu Dec 27 18:45:24 2018
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/xubuntu.seed 
boot=casper only-ubiquity quiet splash ---
LiveMediaBuild: Xubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
ProcEnviron:
 LANGUAGE=en_IN
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_IN
 LC_NUMERIC=C.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic ubiquity-18.04.14.6 xubuntu

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

Title:
  Installation just failed!!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1809894/+subscriptions

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

[Bug 1806080] [NEW] [snap] Chromium snap crashes when trying to access fs

2018-11-30 Thread Tejeev Patel
Public bug reported:

When I attempt to upload or save on certain pages it crashes the browser.  Some 
examples below.
Does not happen on Google Drive.  Looks like it's trying to query the fs and 
dies when it can't.


No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 16.04.5 LTS
Release:16.04
Codename:   xenial
Kernel: 4.15.0-39-generic
Chromium:   Version 70.0.3538.110 (Official Build) snap (64-bit)


# Right click on blank page "save as"
Nov 30 16:31:00 $HOSTNAME kernel: [35208.515968] audit: type=1400 
audit(1543595460.939:151): apparmor="DENIED" operation="open" 
profile="snap.chromium.chromium" name="/etc/fstab" pid=30734 comm="chrome" 
requested_mask="r" denied_mask="r" fsuid=1000 ouid=0

# Restart browser
Nov 30 16:31:04 $HOSTNAME dbus[1899]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/freedesktop/secrets" 
interface="org.freedesktop.DBus.Properties" member="GetAll" mask="send" 
name="org.freedesktop.secrets" pid=32093 label="snap.chromium.chromium" 
peer_pid=1823 peer_label="unconfined"
Nov 30 16:31:04 $HOSTNAME kernel: [35212.081247] audit: type=1107 
audit(1543595464.507:152): pid=1384 uid=106 auid=4294967295 ses=4294967295 
msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/" 
interface="org.freedesktop.DBus.ObjectManager" member="GetManagedObjects" 
mask="send" name="org.bluez" pid=31991 label="snap.chromium.chromium" 
peer_pid=24826 peer_label="unconfined"
Nov 30 16:31:05 $HOSTNAME kernel: [35213.238692] audit: type=1400 
audit(1543595465.663:153): apparmor="DENIED" operation="open" 
profile="snap.chromium.chromium" name="/run/udev/data/c99:0" pid=31991 
comm="TaskSchedulerFo" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Nov 30 16:31:05 $HOSTNAME kernel: [35213.274048] audit: type=1400 
audit(1543595465.699:154): apparmor="DENIED" operation="open" 
profile="snap.chromium.chromium" name="/run/udev/data/c6:0" pid=31991 
comm="TaskSchedulerFo" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0

# Right click on blank page "save as" #2
Nov 30 16:31:08 $HOSTNAME kernel: [35216.557849] audit: type=1400 
audit(1543595468.983:155): apparmor="DENIED" operation="open" 
profile="snap.chromium.chromium" name="/etc/fstab" pid=31991 comm="chrome" 
requested_mask="r" denied_mask="r" fsuid=1000 ouid=0

# Restart browser
Nov 30 16:31:13 $HOSTNAME dbus[1899]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/freedesktop/secrets" 
interface="org.freedesktop.DBus.Properties" member="GetAll" mask="send" 
name="org.freedesktop.secrets" pid=32646 label="snap.chromium.chromium" 
peer_pid=1823 peer_label="unconfined"
Nov 30 16:31:14 $HOSTNAME kernel: [35221.656759] audit: type=1107 
audit(1543595474.083:156): pid=1384 uid=106 auid=4294967295 ses=4294967295 
msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/" 
interface="org.freedesktop.DBus.ObjectManager" member="GetManagedObjects" 
mask="send" name="org.bluez" pid=32544 label="snap.chromium.chromium" 
peer_pid=24826 peer_label="unconfined"
Nov 30 16:31:23 $HOSTNAME kernel: [35230.641856] audit: type=1400 
audit(1543595483.067:157): apparmor="DENIED" operation="open" 
profile="snap.chromium.chromium" name="/run/udev/data/c99:0" pid=32544 
comm="TaskSchedulerFo" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Nov 30 16:31:23 $HOSTNAME kernel: [35230.660955] audit: type=1400 
audit(1543595483.087:158): apparmor="DENIED" operation="open" 
profile="snap.chromium.chromium" name="/run/udev/data/c6:0" pid=32544 
comm="TaskSchedulerFo" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0


# Upload to Salesforce case #2
Nov 30 16:31:46 $HOSTNAME kernel: [35253.816946] audit: type=1400 
audit(1543595506.243:159): apparmor="DENIED" operation="open" 
profile="snap.chromium.chromium" name="/etc/fstab" pid=32544 comm="chrome" 
requested_mask="r" denied_mask="r" fsuid=1000 ouid=0

# Restart browser
Nov 30 16:31:56 $HOSTNAME dbus[1899]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/freedesktop/secrets" 
interface="org.freedesktop.DBus.Properties" member="GetAll" mask="send" 
name="org.freedesktop.secrets" pid=938 label="snap.chromium.chromium" 
peer_pid=1823 peer_label="unconfined"
Nov 30 16:31:56 $HOSTNAME kernel: [35264.509009] audit: type=1107 
audit(1543595516.935:160): pid=1384 uid=106 auid=4294967295 ses=4294967295 
msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/" 
interface="org.freedesktop.DBus.ObjectManager" member="GetManagedObjects" 
mask="send" name="org.bluez" pid=835 label="snap.chromium.chromium" 
peer_pid=24826 peer_label="unconfined"
Nov 30 16:31:58 $HOSTNAME kernel: [35265.833723] audit: type=1400 
audit(1543595518.259:161): apparmor="DENIED" operation="open" 
profile="snap.chromium.chromium" name="/run/udev/data/c99:0" pid=835 
comm="TaskSchedulerFo" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Nov 30 16:31:58 $HOSTNAME kernel: 

[Bug 1571206] Re: org.gtk.vfs.Daemon[1025]: A connection to the bus can't be made

2018-11-06 Thread Tejeev Patel
I see it too on xubuntu 16.04
4.15.0-38-generic #41~16.04.1-Ubuntu SMP Wed Oct 10 20:16:04 UTC 2018 x86_64 
x86_64 x86_64 GNU/Linux

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

Title:
  org.gtk.vfs.Daemon[1025]: A connection to the bus can't be made

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

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

[Bug 1597895] Re: i915 crashes, lightdm unresponsive and VT switching impossible

2018-11-06 Thread Tejeev Patel
NetworkManager[1431]:   [1541544772.8538] device (wlo1): supplicant 
interface state: ready -> inactive
systemd[1]: Started Daily apt download activities.
lightdm: pam_ecryptfs: pam_sm_authenticate: /home/tejeev is already mounted
lightdm[1562]: ** (lightdm:1562): WARNING **: Error using VT_WAITACTIVE 7 on 
/dev/tty0: Interrupted system call
org.gtk.vfs.Daemon[1907]: A connection to the bus can't be made
bluetoothd[1373]: Endpoint unregistered: sender=:1.291 
path=/MediaEndpoint/A2DPSource
bluetoothd[1373]: Endpoint unregistered: sender=:1.291 
path=/MediaEndpoint/A2DPSink


I'm seeing this happen more often as of late; where desktop locks up when 
unlocking and i can't get access to anything.  Usually after having the 
computer sleep for a time

xubuntu 16.04 4.15.0-38-generic #41~16.04.1-Ubuntu SMP Wed Oct 10
20:16:04 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

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

Title:
  i915 crashes, lightdm unresponsive and VT switching impossible

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

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

[Bug 1423631] Re: tap interface drops many packets on highload systems

2018-09-15 Thread Satish Patel
We are having same issue on CentOS7 and i have increase tx_queue upto
1 but i am still seeing TX drops on tap interface.

Question:

Can i increase tx_queue on interface with "ifconfig 
txqueue 1" without rebooting machine?

OR

I have to do it at boot time?

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

Title:
  tap interface drops many packets on highload systems

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

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

[Bug 1773045] Re: Radiance/gtk-3.20/gtk-main.css attempts to import nonexistent gnome-builder.css

2018-09-07 Thread Anupam Patel
this fix `In /usr/share/themes/Radiance/gtk-3.20/apps create the link
sudo ln -s gedit.css gnome-builder.css

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

Title:
  Radiance/gtk-3.20/gtk-main.css attempts to import nonexistent gnome-
  builder.css

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-themes/+bug/1773045/+subscriptions

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

[Bug 1773045] Re: Radiance/gtk-3.20/gtk-main.css attempts to import nonexistent gnome-builder.css

2018-09-07 Thread Anupam Patel
this fix `In /usr/share/themes/Radiance/gtk-3.20/apps create the link
sudo ln -s gedit.css gnome-builder.css` is not working in ubuntu 18.04

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

Title:
  Radiance/gtk-3.20/gtk-main.css attempts to import nonexistent gnome-
  builder.css

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-themes/+bug/1773045/+subscriptions

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

[Bug 1753518] Re: package grub-efi-amd64-signed 1.93+2.02-2ubuntu8 failed to install/upgrade: installed grub-efi-amd64-signed package post-installation script subprocess returned error exit status 1

2018-09-05 Thread shivang patel
Ya. I am facing same issue. Anyone know how to resolve it ?

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

Title:
  package grub-efi-amd64-signed 1.93+2.02-2ubuntu8 failed to
  install/upgrade: installed grub-efi-amd64-signed package post-
  installation script subprocess returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2-signed/+bug/1753518/+subscriptions

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

[Bug 1790353] [NEW] package mysql-server-5.7 5.7.23-0ubuntu0.18.04.1 failed to install/upgrade: installed mysql-server-5.7 package post-installation script subprocess returned error exit status 1

2018-09-02 Thread Shaswat kumar Patel
Public bug reported:

ERROR: Database files are locked. Daemon already running?
Warning: Unable to start the server. Please restart MySQL and run mysql_upgrade 
to ensure the database is ready for use.

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: mysql-server-5.7 5.7.23-0ubuntu0.18.04.1
ProcVersionSignature: Ubuntu 4.15.0-33.36-generic 4.15.18
Uname: Linux 4.15.0-33-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
Date: Sun Sep  2 15:32:38 2018
ErrorMessage: installed mysql-server-5.7 package post-installation script 
subprocess returned error exit status 1
InstallationDate: Installed on 2017-09-22 (344 days ago)
InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 (20170801)
Logs.var.log.daemon.log:
 
MySQLConf.etc.mysql.conf.d.mysql.cnf: [mysql]
MySQLConf.etc.mysql.conf.d.mysqldump.cnf:
 [mysqldump]
 quick
 quote-names
 max_allowed_packet = 16M
MySQLConf.etc.mysql.mysql.conf.d.mysqld_safe_syslog.cnf:
 [mysqld_safe]
 syslog
MySQLVarLibDirListing: ['mysql_upgrade_info', 'ib_buffer_pool', 'ib_logfile1', 
'debian-5.7.flag', 'ib_logfile0', 'auto.cnf', 'ibdata1', 'ibtmp1', 'mysql', 
'sys', 'performance_schema']
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-4.15.0-33-generic 
root=UUID=9f5bd1d4-773f-4df9-85eb-24a51238bfe7 ro splash quiet vt.handoff=1
Python3Details: /usr/bin/python3.6, Python 3.6.5, python3-minimal, 
3.6.5-3ubuntu1
PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2
 apt  1.6.3ubuntu0.1
SourcePackage: mysql-5.7
Title: package mysql-server-5.7 5.7.23-0ubuntu0.18.04.1 failed to 
install/upgrade: installed mysql-server-5.7 package post-installation script 
subprocess returned error exit status 1
UpgradeStatus: Upgraded to bionic on 2018-08-29 (3 days ago)

** Affects: mysql-5.7 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apparmor apport-package bionic

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

Title:
  package mysql-server-5.7 5.7.23-0ubuntu0.18.04.1 failed to
  install/upgrade: installed mysql-server-5.7 package post-installation
  script subprocess returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1790353/+subscriptions

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

[Bug 1786516] [NEW] Ubuntu taking screenshot at random times, keybaord down arrow maps to "q" and sometimes work fine.

2018-08-10 Thread Sudeep Patel
Public bug reported:

I am running ubuntu 18.04 and my pc taking screenshots at random and saving in 
Pictures folders.
also i observer my keyboard down arrow key maps to "q" and sometimes works 
fine. Not sure what is happening here. it is all random.

Please advise.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: firefox 61.0.1+build1-0ubuntu0.18.04.1
ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18
Uname: Linux 4.15.0-29-generic x86_64
NonfreeKernelModules: kpatch_livepatch_Ubuntu_4_15_0_29_31_generic_41
AddonCompatCheckDisabled: False
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  sudeep 3883 F pulseaudio
 /dev/snd/controlC0:  sudeep 3883 F pulseaudio
BuildID: 20180704192850
Channel: Unavailable
CurrentDesktop: ubuntu:GNOME
Date: Fri Aug 10 22:04:53 2018
ExecutablePath: /usr/lib/firefox/firefox
Extensions: extensions.sqlite corrupt or missing
ForcedLayersAccel: False
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
IncompatibleExtensions: Unavailable (corrupt or non-existant compatibility.ini 
or extensions.sqlite)
IpRoute:
 default via 192.168.0.1 dev wlp2s0 proto dhcp metric 600 
 192.168.0.0/24 dev wlp2s0 proto kernel scope link src 192.168.0.105 metric 600 
 192.168.122.0/24 dev virbr0 proto kernel scope link src 192.168.122.1 linkdown
Locales: extensions.sqlite corrupt or missing
MostRecentCrashID: bp-101a5869-fe29-4f41-be1d-ba91f1180216
PrefErrors: Unexpected character ',' whilst parsing int @ 
/usr/lib/firefox/defaults/pref/vendor-gre.js:8
PrefSources: prefs.js
ProcEnviron:
 LANGUAGE=en_IN:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_IN
 SHELL=/bin/bash
Profiles: Profile0 (Default) - LastVersion=61.0.1/20180704192850 (In use)
RunningIncompatibleAddons: False
SourcePackage: firefox
SubmittedCrashIDs: bp-101a5869-fe29-4f41-be1d-ba91f1180216
Themes: extensions.sqlite corrupt or missing
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/23/2018
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A19
dmi.board.name: 0TR3VC
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA19:bd01/23/2018:svnDellInc.:pnLatitudeE5550:pvr:rvnDellInc.:rn0TR3VC:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: Latitude E5550
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug bionic wayland-session

** Summary changed:

- Ubuntu taking screenshot at random times, keybaord down arrow maps to "q" and 
sometimes work file
+ Ubuntu taking screenshot at random times, keybaord down arrow maps to "q" and 
sometimes work fine.

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

Title:
  Ubuntu taking screenshot at random times, keybaord down arrow maps to
  "q" and sometimes work fine.

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

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

[Bug 1783491] [NEW] Wifi is not working

2018-07-25 Thread Rohit Kumar Patel
Public bug reported:

Wifi option is not showing in my network menu.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-4.4.0-131-generic 4.4.0-131.157~14.04.1
ProcVersionSignature: Ubuntu 4.4.0-131.157~14.04.1-generic 4.4.134
Uname: Linux 4.4.0-131-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.29
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Jul 25 12:31:19 2018
InstallationDate: Installed on 2018-07-15 (9 days ago)
InstallationMedia: Ubuntu 14.04.5 LTS "Trusty Tahr" - Release amd64 (20160803)
SourcePackage: linux-lts-xenial
UpgradeStatus: Upgraded to trusty on 2018-07-16 (8 days ago)

** Affects: linux-lts-xenial (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

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

Title:
  Wifi is not working

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

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

[Bug 1780329] [NEW] broadcom-sta-dkms 6.30.223.271-2: broadcom-sta kernel module failed to build

2018-07-05 Thread Prashant Patel
Public bug reported:

It failed to get my hardware started, But got a proposed driver update
and that seems to have started my hardware for the time being.

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: broadcom-sta-dkms 6.30.223.271-8
ProcVersionSignature: Ubuntu 4.15.0-23.25-generic 4.15.18
Uname: Linux 4.15.0-23-generic x86_64
NonfreeKernelModules: kpatch_livepatch_Ubuntu_4_15_0_23_25_generic_40 wl
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
DKMSKernelVersion: 4.15.0-23-generic
Date: Fri Jul  6 02:04:41 2018
DuplicateSignature: 
dkms:broadcom-sta-dkms:6.30.223.271-2:/var/lib/dkms/broadcom-sta/6.30.223.271/build/src/wl/sys/wl_linux.c:2352:2:
 error: implicit declaration of function ‘init_timer’; did you mean 
‘init_timers’? [-Werror=implicit-function-declaration]
InstallationDate: Installed on 2018-07-05 (0 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
PackageArchitecture: all
PackageVersion: 6.30.223.271-2
Python3Details: /usr/bin/python3.6, Python 3.6.5, python3-minimal, 3.6.5-3
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2
 apt  1.6.2
SourcePackage: broadcom-sta
Title: broadcom-sta-dkms 6.30.223.271-2: broadcom-sta kernel module failed to 
build
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: broadcom-sta (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package bionic third-party-packages

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

Title:
  broadcom-sta-dkms 6.30.223.271-2: broadcom-sta kernel module failed to
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/broadcom-sta/+bug/1780329/+subscriptions

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

[Bug 1779630] [NEW] there is porblem in grub

2018-07-02 Thread Akash Patel
Public bug reported:

grub bootloader is not iinstalling

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubiquity 18.04.14
ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
Uname: Linux 4.15.0-20-generic x86_64
ApportVersion: 2.20.9-0ubuntu7
Architecture: amd64
CasperVersion: 1.394
CurrentDesktop: ubuntu:GNOME
Date: Mon Jul  2 14:27:22 2018
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
boot=casper only-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
ProcEnviron:
 LANGUAGE=en_IN
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_IN
 LC_NUMERIC=C.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic ubiquity-18.04.14 ubuntu

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

Title:
  there is porblem in grub

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1779630/+subscriptions

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

[Bug 1779593] [NEW] package grub-efi-amd64-signed 1.93+2.02-2ubuntu8 failed to install/upgrade: installed grub-efi-amd64-signed package post-installation script subprocess returned error exit status 1

2018-07-01 Thread shatru prakash patel
Public bug reported:

no

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: grub-efi-amd64-signed 1.93+2.02-2ubuntu8
ProcVersionSignature: Ubuntu 4.15.0-23.25-generic 4.15.18
Uname: Linux 4.15.0-23-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.2
AptOrdering:
 apache2:amd64: Install
 apache2-bin:amd64: Install
 apache2-utils:amd64: Install
 apache2-data:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
Date: Mon Jul  2 08:16:07 2018
DpkgHistoryLog:
 Start-Date: 2018-07-02  08:14:35
 Commandline: aptdaemon role='role-commit-packages' sender=':1.9798'
 Upgrade: apache2-data:amd64 (2.4.29-1ubuntu4.1, 2.4.29-1ubuntu4.2), 
apache2-bin:amd64 (2.4.29-1ubuntu4.1, 2.4.29-1ubuntu4.2), apache2:amd64 
(2.4.29-1ubuntu4.1, 2.4.29-1ubuntu4.2), apache2-utils:amd64 (2.4.29-1ubuntu4.1, 
2.4.29-1ubuntu4.2)
ErrorMessage: installed grub-efi-amd64-signed package post-installation script 
subprocess returned error exit status 1
InstallationDate: Installed on 2017-09-21 (283 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
Python3Details: /usr/bin/python3.6, Python 3.6.5, python3-minimal, 3.6.5-3
PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2
 apt  1.6.1
SourcePackage: grub2-signed
Title: package grub-efi-amd64-signed 1.93+2.02-2ubuntu8 failed to 
install/upgrade: installed grub-efi-amd64-signed package post-installation 
script subprocess returned error exit status 1
UpgradeStatus: Upgraded to bionic on 2018-05-14 (49 days ago)

** Affects: grub2-signed (Ubuntu)
 Importance: Undecided
 Status: New


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

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

Title:
  package grub-efi-amd64-signed 1.93+2.02-2ubuntu8 failed to
  install/upgrade: installed grub-efi-amd64-signed package post-
  installation script subprocess returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2-signed/+bug/1779593/+subscriptions

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

[Bug 1776200] [NEW] package python3-apport 2.20.9-0ubuntu7 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration

2018-06-11 Thread Kurvesh Patel
Public bug reported:

How to solve this problem?

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: python3-apport 2.20.9-0ubuntu7
ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
Uname: Linux 4.15.0-22-generic x86_64
ApportVersion: 2.20.9-0ubuntu7
Architecture: amd64
CrashReports: 600:0:117:212493:2018-06-11 16:03:27.512198209 +0530:2018-06-11 
16:03:28.512198209 +0530:/var/crash/python3-apport.0.crash
Date: Mon Jun 11 16:03:28 2018
DuplicateSignature:
 package:python3-apport:2.20.9-0ubuntu7
 Setting up python2.7 (2.7.15~rc1-1) ...
 dpkg: error processing package python3-apport (--configure):
  package is in a very bad inconsistent state; you should
ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
InstallationDate: Installed on 2018-06-10 (0 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
PackageArchitecture: all
Python3Details: /usr/bin/python3.6, Python 3.6.5, python3-minimal, 3.6.5-3
PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2
 apt  1.6.1
SourcePackage: apport
Title: package python3-apport 2.20.9-0ubuntu7 failed to install/upgrade: 
package is in a very bad inconsistent state; you should  reinstall it before 
attempting configuration
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package bionic

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

Title:
  package python3-apport 2.20.9-0ubuntu7 failed to install/upgrade:
  package is in a very bad inconsistent state; you should  reinstall it
  before attempting configuration

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

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

[Bug 1775166] [NEW] NETDEV WATCHDOG: usb0 (cdc_ether): transmit queue 0 timed out

2018-06-05 Thread Harsh Patel
Public bug reported:

Hello Team

We are using linux kernel 2.6.37 due to Hardware dependency. while
transmitting data (.json, .mp4, .jpeg) using curl we are facing
following following issue randomly in a week:

Mar 19 22:01:55 RO402355_V4 user.warn kernel: [ cut here 
]
Mar 19 22:01:55 RO402355_V4 user.warn kernel: WARNING: at 
net/sched/sch_generic.c:258 dev_watchdog+0x148/0x230()
Mar 19 22:01:55 RO402355_V4 user.info kernel: NETDEV WATCHDOG: usb0 
(cdc_ether): transmit queue 0 timed out
Mar 19 22:01:55 RO402355_V4 user.warn kernel: Modules linked in: ti81xxhdmi 
vpss osa_kermod syslink temp_sens_udu mxc_mma adxl37x_i2c adxl37x
Mar 19 22:01:55 RO402355_V4 user.warn kernel: Backtrace: 
Mar 19 22:01:55 RO402355_V4 user.warn kernel: [] 
(dump_backtrace+0x0/0x110) from [] (dump_stack+0x18/0x1c)
Mar 19 22:01:55 RO402355_V4 user.warn kernel:  r6:c0667f1f r5:0102 
r4:ea07fe88 r3:6113
Mar 19 22:01:55 RO402355_V4 user.warn kernel: [] 
(dump_stack+0x0/0x1c) from [] (warn_slowpath_common+0x54/0x6c)
Mar 19 22:01:55 RO402355_V4 user.warn kernel: [] 
(warn_slowpath_common+0x0/0x6c) from [] (warn_slowpath_fmt+0x38/0x40)
Mar 19 22:01:55 RO402355_V4 user.warn kernel:  r8:c0441f5c r7:0100 
r6: r5:c0732778 r4:eaa64000
Mar 19 22:01:55 RO402355_V4 user.warn kernel: r3:0009
Mar 19 22:01:55 RO402355_V4 user.warn kernel: [] 
(warn_slowpath_fmt+0x0/0x40) from [] (dev_watchdog+0x148/0x230)
Mar 19 22:01:55 RO402355_V4 user.warn kernel:  r3:eaa64000 r2:c0667f37
Mar 19 22:01:55 RO402355_V4 user.warn kernel: [] 
(dev_watchdog+0x0/0x230) from [] (run_timer_softirq+0x130/0x1c8)
Mar 19 22:01:55 RO402355_V4 user.warn kernel:  r6:0100 r5:ea07e000 
r4:c0714a40
Mar 19 22:01:55 RO402355_V4 user.warn kernel: [] 
(run_timer_softirq+0x0/0x1c8) from [] (__do_softirq+0x84/0x114)
Mar 19 22:01:55 RO402355_V4 user.warn kernel: [] 
(__do_softirq+0x0/0x114) from [] (irq_exit+0x48/0x98)
Mar 19 22:01:55 RO402355_V4 user.warn kernel: [] (irq_exit+0x0/0x98) 
from [] (asm_do_IRQ+0x7c/0x9c)
Mar 19 22:01:55 RO402355_V4 user.warn kernel: [] 
(asm_do_IRQ+0x0/0x9c) from [] (__irq_usr+0x3c/0xa0)
Mar 19 22:01:55 RO402355_V4 user.warn kernel: Exception stack(0xea07ffb0 to 
0xea07fff8)
Mar 19 22:01:55 RO402355_V4 user.warn kernel: ffa0: 
41bd92d9 41bd9307 0070 41bd9306
Mar 19 22:01:55 RO402355_V4 user.warn kernel: ffc0: 41bd9306 0020 0009 
000a 005c 41bd92d5  00ff
Mar 19 22:01:55 RO402355_V4 user.warn kernel: ffe0: 0070 41bd8e78 401da59c 
401da030 2010 
Mar 19 22:01:55 RO402355_V4 user.warn kernel:  r5:fa20 r4:
Mar 19 22:01:55 RO402355_V4 user.warn kernel: ---[ end trace c6866a34f1f582f4 
]---


We have tried to find out root cause but still not getting cause and solution.
Let me know if any..

Thank you

** Affects: linux (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/1775166

Title:
  NETDEV WATCHDOG: usb0 (cdc_ether): transmit queue 0 timed out

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

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

[Bug 744916] Re: [STAGING] NETDEV WATCHDOG: usb0 (cdc_subset): transmit queue 0 timed out

2018-06-05 Thread Harsh Patel
Hello team


We are using kernel version: 2.6.37 on TI processor and facing same issue 
randomly a week. We have tried lots of things to find root cause but still we 
are not getting it.

attached here with logs..

Mar 19 22:01:55 RO402355_V4 user.warn kernel: [ cut here 
]
Mar 19 22:01:55 RO402355_V4 user.warn kernel: WARNING: at 
net/sched/sch_generic.c:258 dev_watchdog+0x148/0x230()
Mar 19 22:01:55 RO402355_V4 user.info kernel: NETDEV WATCHDOG: usb0 
(cdc_ether): transmit queue 0 timed out
Mar 19 22:01:55 RO402355_V4 user.warn kernel: Modules linked in: ti81xxhdmi 
vpss osa_kermod syslink temp_sens_udu mxc_mma adxl37x_i2c adxl37x
Mar 19 22:01:55 RO402355_V4 user.warn kernel: Backtrace: 
Mar 19 22:01:55 RO402355_V4 user.warn kernel: [] 
(dump_backtrace+0x0/0x110) from [] (dump_stack+0x18/0x1c)
Mar 19 22:01:55 RO402355_V4 user.warn kernel:  r6:c0667f1f r5:0102 
r4:ea07fe88 r3:6113
Mar 19 22:01:55 RO402355_V4 user.warn kernel: [] 
(dump_stack+0x0/0x1c) from [] (warn_slowpath_common+0x54/0x6c)
Mar 19 22:01:55 RO402355_V4 user.warn kernel: [] 
(warn_slowpath_common+0x0/0x6c) from [] (warn_slowpath_fmt+0x38/0x40)
Mar 19 22:01:55 RO402355_V4 user.warn kernel:  r8:c0441f5c r7:0100 
r6: r5:c0732778 r4:eaa64000
Mar 19 22:01:55 RO402355_V4 user.warn kernel: r3:0009
Mar 19 22:01:55 RO402355_V4 user.warn kernel: [] 
(warn_slowpath_fmt+0x0/0x40) from [] (dev_watchdog+0x148/0x230)
Mar 19 22:01:55 RO402355_V4 user.warn kernel:  r3:eaa64000 r2:c0667f37
Mar 19 22:01:55 RO402355_V4 user.warn kernel: [] 
(dev_watchdog+0x0/0x230) from [] (run_timer_softirq+0x130/0x1c8)
Mar 19 22:01:55 RO402355_V4 user.warn kernel:  r6:0100 r5:ea07e000 
r4:c0714a40
Mar 19 22:01:55 RO402355_V4 user.warn kernel: [] 
(run_timer_softirq+0x0/0x1c8) from [] (__do_softirq+0x84/0x114)
Mar 19 22:01:55 RO402355_V4 user.warn kernel: [] 
(__do_softirq+0x0/0x114) from [] (irq_exit+0x48/0x98)
Mar 19 22:01:55 RO402355_V4 user.warn kernel: [] (irq_exit+0x0/0x98) 
from [] (asm_do_IRQ+0x7c/0x9c)
Mar 19 22:01:55 RO402355_V4 user.warn kernel: [] 
(asm_do_IRQ+0x0/0x9c) from [] (__irq_usr+0x3c/0xa0)
Mar 19 22:01:55 RO402355_V4 user.warn kernel: Exception stack(0xea07ffb0 to 
0xea07fff8)
Mar 19 22:01:55 RO402355_V4 user.warn kernel: ffa0: 
41bd92d9 41bd9307 0070 41bd9306
Mar 19 22:01:55 RO402355_V4 user.warn kernel: ffc0: 41bd9306 0020 0009 
000a 005c 41bd92d5  00ff
Mar 19 22:01:55 RO402355_V4 user.warn kernel: ffe0: 0070 41bd8e78 401da59c 
401da030 2010 
Mar 19 22:01:55 RO402355_V4 user.warn kernel:  r5:fa20 r4:
Mar 19 22:01:55 RO402355_V4 user.warn kernel: ---[ end trace c6866a34f1f582f4 
]---

Let me know if any...as early as possible...

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

Title:
  [STAGING] NETDEV WATCHDOG: usb0 (cdc_subset): transmit queue 0 timed
  out

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

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

[Bug 1773904] [NEW] grub failed while instaletion

2018-05-29 Thread ashish patel
Public bug reported:

grub file is not available for in instalation file

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubiquity 18.04.14
ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
Uname: Linux 4.15.0-20-generic x86_64
ApportVersion: 2.20.9-0ubuntu7
Architecture: amd64
CasperVersion: 1.394
Date: Tue May 29 17:08:08 2018
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
boot=casper quiet splash ---
LiveMediaBuild: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic ubiquity-18.04.14 ubuntu

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

Title:
  grub failed while instaletion

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1773904/+subscriptions

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

[Bug 1757298] [NEW] GNOME Shell is consuming most of memory; Laptop RAM = 4 G.B; .

2018-03-20 Thread Dhruv Patel
Public bug reported:

gnome shell is consuming most of my laptop's memory, i.e. ~700 MB / 3.8 GB.
Currently using Ubuntu 17.10 >> Artful Aardvark. 
RAM consumption is pretty high even if you compare it to Chrome, having 5 tabs 
open and running simultaneously.

Please solve this for laptops running on low memory. (4 GB)

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: ubuntu-release-upgrader-core 1:17.10.10
ProcVersionSignature: Ubuntu 4.13.0-37.42-generic 4.13.13
Uname: Linux 4.13.0-37-generic x86_64
ApportVersion: 2.20.7-0ubuntu3.7
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: ubuntu:GNOME
Date: Tue Mar 20 20:12:33 2018
InstallationDate: Installed on 2018-03-18 (2 days ago)
InstallationMedia: Ubuntu 16.04.4 LTS "Xenial Xerus" - Release amd64 (20180228)
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: ubuntu-release-upgrader
Symptom: dist-upgrade
UpgradeStatus: Upgraded to artful on 2018-03-20 (0 days ago)
VarLogDistupgradeTermlog:

** Affects: ubuntu-release-upgrader (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug artful dist-upgrade wayland-session

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

Title:
  GNOME Shell is consuming most of memory; Laptop RAM = 4 G.B;.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1757298/+subscriptions

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

[Bug 1755572] [NEW] starting any vm in virtualbox causes system hanged/freezed

2018-03-13 Thread Ketan patel
Public bug reported:

With recent kernel update, Now I am getting system hanged when I start
any vm on 16.04.4.

Kernel Version: 4.13.0-36-generic
Virtulbox Version: 5.0.40_Ubuntu r115130

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: virtualbox 5.0.40-dfsg-0ubuntu1.16.04.2
ProcVersionSignature: Ubuntu 4.13.0-36.40~16.04.1-generic 4.13.13
Uname: Linux 4.13.0-36-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.15
Architecture: amd64
CurrentDesktop: Unity
Date: Tue Mar 13 20:57:30 2018
InstallationDate: Installed on 2018-02-26 (15 days ago)
InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 (20170801)
SourcePackage: virtualbox
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

** Summary changed:

- any vm start in virtualbox makes system hanged/freezed
+ starting any vm in virtualbox causes system hanged/freezed

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

Title:
  starting any vm in virtualbox causes system hanged/freezed

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

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

[Bug 1755574] [NEW] linux kernel freezes system when starting vm in virtualbox

2018-03-13 Thread Ketan patel
Public bug reported:

After kernel upgrade, linux kernel freezes system when starting vm in
virtualbox. After freeze can't do anything. Only option to hard reboot
system. Have seen similar issue with other systems after specter bug
fixed.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-image-4.13.0-36-generic 4.13.0-36.40~16.04.1
ProcVersionSignature: Ubuntu 4.13.0-36.40~16.04.1-generic 4.13.13
Uname: Linux 4.13.0-36-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.15
Architecture: amd64
CurrentDesktop: Unity
Date: Tue Mar 13 21:05:25 2018
InstallationDate: Installed on 2018-02-26 (15 days ago)
InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 (20170801)
SourcePackage: linux-hwe
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

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

Title:
  linux kernel freezes system when starting vm in virtualbox

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

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

[Bug 1749907] [NEW] unable to update firefox and google chrome

2018-02-16 Thread Subham Patel
Public bug reported:

Firefox can't be updated automatically

sp@sp-Compaq-610:~$ sudo add-apt-repository ppa:ubuntu-mozilla-daily/ppa
 daily (or even multiple builds per day) for various mozilla projects and 
branches.

For questions and bugs with software in this archive, please contact  or visit #ubuntu-mozillateam on freenode.
 More info: https://launchpad.net/~ubuntu-mozilla-daily/+archive/ubuntu/ppa
Press [ENTER] to continue or ctrl-c to cancel adding it

gpg: keyring `/tmp/tmpyppt_4e0/secring.gpg' created
gpg: keyring `/tmp/tmpyppt_4e0/pubring.gpg' created
gpg: requesting key 247510BE from hkp server keyserver.ubuntu.com
gpg: /tmp/tmpyppt_4e0/trustdb.gpg: trustdb created
gpg: key 247510BE: public key "Launchpad PPA for Ubuntu Mozilla Daily Build 
Team" imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg:   imported: 1  (RSA: 1)
OK
sp@sp-Compaq-610:~$ sudo apt-get update
Ign http://dl.google.com stable InRelease
Hit http://archive.canonical.com wily InRelease
Hit http://ppa.launchpad.net wily InRelease
Hit http://dl.google.com stable Release.gpg
Ign http://in.archive.ubuntu.com wily InRelease
Hit http://security.ubuntu.com xenial-security InRelease   
Hit http://dl.google.com stable Release
Hit https://cli-assets.heroku.com ./ InRelease 
Hit http://ppa.launchpad.net wily InRelease
Ign http://in.archive.ubuntu.com wily-updates InRelease
Ign http://security.ubuntu.com wily-security InRelease 
Get:1 https://cli-assets.heroku.com ./ Packages [820 B]
Get:2 https://cli-assets.heroku.com ./ Translation-en_IN [364 B]   
Get:3 https://cli-assets.heroku.com ./ Translation-en [361 B]  
Get:4 http://dl.google.com stable/main amd64 Packages [1,392 B]
Get:5 https://cli-assets.heroku.com ./ Translation-en_IN [364 B]   
Get:6 https://cli-assets.heroku.com ./ Translation-en [361 B]  
Ign http://in.archive.ubuntu.com wily-proposed InRelease   
Get:7 http://ppa.launchpad.net wily InRelease [20.9 kB]
Get:8 https://cli-assets.heroku.com ./ Translation-en_IN [364 B]   
Get:9 https://cli-assets.heroku.com ./ Translation-en [361 B]  
Hit http://archive.canonical.com wily/partner Sources  
Get:10 https://cli-assets.heroku.com ./ Translation-en_IN [364 B]  
Get:11 https://cli-assets.heroku.com ./ Translation-en [361 B] 
Ign http://in.archive.ubuntu.com wily-backports InRelease  
Get:12 https://cli-assets.heroku.com ./ Translation-en_IN [364 B]  
Ign https://cli-assets.heroku.com ./ Translation-en_IN 
Hit http://archive.canonical.com wily/partner amd64 Packages   
Get:13 https://cli-assets.heroku.com ./ Translation-en [361 B] 
Ign https://cli-assets.heroku.com ./ Translation-en
Ign http://in.archive.ubuntu.com wily Release.gpg  
Hit http://ppa.launchpad.net wily InRelease
Hit http://archive.canonical.com wily/partner i386 Packages
Hit http://archive.canonical.com wily/partner Translation-en   
Ign http://in.archive.ubuntu.com wily-updates Release.gpg  
Ign http://security.ubuntu.com wily-security Release.gpg   
Hit http://ppa.launchpad.net wily InRelease
Ign http://in.archive.ubuntu.com wily-proposed Release.gpg 
Hit http://security.ubuntu.com xenial-security/main amd64 Packages 
Ign http://in.archive.ubuntu.com wily-backports Release.gpg
Hit http://security.ubuntu.com xenial-security/main i386 Packages  
Ign http://in.archive.ubuntu.com wily Release  
Hit http://security.ubuntu.com xenial-security/main Translation-en 
Ign http://in.archive.ubuntu.com wily-updates Release  
Ign http://dl.google.com stable/main Translation-en_IN 
Ign http://security.ubuntu.com wily-security Release   
Get:14 http://ppa.launchpad.net wily/main amd64 Packages [14 B]   
Ign http://dl.google.com stable/main Translation-en
Ign http://in.archive.ubuntu.com wily-proposed Release 
Ign http://in.archive.ubuntu.com wily-backports Release   
Hit http://downloads.sourceforge.net all InRelease
Get:15 http://ppa.launchpad.net wily/main i386 Packages [14 B]  

[Bug 1426362] Re: logind session files fill up /run space

2018-02-08 Thread Satish Patel
We have same issue :(

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

Title:
  logind session files fill up /run space

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd-shim/+bug/1426362/+subscriptions

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

[Bug 1745938] WifiSyslog.txt

2018-01-31 Thread Ketan patel
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1745938/+attachment/5046262/+files/WifiSyslog.txt

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

Title:
  System Freezes while starting VM in virtualbox after Kernrel Upgrade
  4.13.0-31.34

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

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

[Bug 1745938] UdevDb.txt

2018-01-31 Thread Ketan patel
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1745938/+attachment/5046261/+files/UdevDb.txt

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

Title:
  System Freezes while starting VM in virtualbox after Kernrel Upgrade
  4.13.0-31.34

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

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

[Bug 1745938] ProcModules.txt

2018-01-31 Thread Ketan patel
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1745938/+attachment/5046259/+files/ProcModules.txt

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

Title:
  System Freezes while starting VM in virtualbox after Kernrel Upgrade
  4.13.0-31.34

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

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

  1   2   3   4   5   6   7   8   9   10   >