apport information
** Attachment added: "ProcCpuinfoMinimal.txt"
https://bugs.launchpad.net/bugs/2082060/+attachment/5822087/+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/
apport information
** Attachment added: "UdevDb.txt"
https://bugs.launchpad.net/bugs/2082060/+attachment/5822091/+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/2082060
Title:
me
apport information
** Attachment added: "ProcInterrupts.txt"
https://bugs.launchpad.net/bugs/2082060/+attachment/5822088/+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/208
apport information
** Attachment added: "Lspci-vt.txt"
https://bugs.launchpad.net/bugs/2082060/+attachment/5822084/+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/2082060
Title:
** Tags removed: verification-needed-jammy
** Tags added: verification-done-jammy
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2058031
Title:
[SRU] Backport 0.107.1-3 to Ubuntu 22.04
To manage not
https://github.com/canonical/netplan/pull/521
** Tags removed: foundations-todo
** Changed in: netplan.io (Ubuntu)
Status: Triaged => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bug
** Changed in: netplan
Status: New => In Progress
** Also affects: netplan.io (Ubuntu)
Importance: Undecided
Status: New
** Also affects: netplan.io (Ubuntu Jammy)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubun
Hi,
If you run 'sudo netplan generate' in your terminal, do you see any
errors?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2089930
Title:
NetworManager crashes when modifing connection (ipv4.ign
Public bug reported:
Merging existing configuration with newly created connections can lead
to problems.
See the scenario below:
Existing configuration:
# cat /etc/netplan/10-dummy.yaml
network:
dummy-devices:
dummy0:
renderer: NetworkManager
addresses:
- 192.168.0.1/2
** Also affects: network-manager (Ubuntu)
Importance: Undecided
Status: New
** Changed in: netplan.io (Ubuntu)
Status: New => Triaged
** Changed in: network-manager (Ubuntu)
Status: New => Triaged
** Changed in: netplan.io (Ubuntu)
Importance: Undecided => Medium
** C
The first crash could be fixed by handling that case inside libnetplan.
The "ipvX.method" defaults to "disabled" and it will be added to the
"passthrough" section. At some point post-merging we'd need to check if
there are addresses in the list and if "ipvX.method" is in the
passthrough section an
This problem was fixed upstream but is still present on Jammy (even on
0.107.1-3ubuntu0.22.04.2).
See
https://github.com/canonical/netplan/commit/a670781c0f00171d2fb7dd83dbd2de723432a11d
Reproducer:
# cat /etc/netplan/50-cloud-init.yaml
network:
version: 2
ethernets:
enp5s0:
dhcp
Hi, I might have found a way to reproduce the problem.
I believe that, at some point, the FortiClient plugging is trying to
create a Network Manager connection for a virtual interface (such as a
dummy device or something like that) that already exists. That is not a
problem with FortiClient though
*** This bug is a duplicate of bug 2089930 ***
https://bugs.launchpad.net/bugs/2089930
** This bug has been marked a duplicate of bug 2089930
NetworManager crashes when modifing connection (ipv4.ignore-auto-routes yes)
--
You received this bug notification because you are a member of Ubun
*** This bug is a duplicate of bug 2089930 ***
https://bugs.launchpad.net/bugs/2089930
It's a duplicate of https://bugs.launchpad.net/ubuntu/+source/network-
manager/+bug/2089930
** This bug has been marked a duplicate of bug 2089930
NetworManager crashes when modifing connection (ipv4.ign
Public bug reported:
The "generate" binary creates a "stamp" file in /run/systemd/generator
which it intends to check later and, if it exists, prevent the
regeneration of the configuration.
At some point this trick stopped working as the files from this
directory are being deleted by systemd. Tha
Hello,
Can you provide the steps you are performing to reproduce the problem?
It would help a lot if we could easily reproduce the issues from our
side.
Thanks!
** Summary changed:
- [Lenovo Ubuntu 24.04.4 Bug] netplan static IP address assignment use
NetworkManager as renderer would be lost
** Changed in: network-manager (Ubuntu)
Status: New => Invalid
** Changed in: network-manager (Ubuntu Jammy)
Status: New => Invalid
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2083129
There is definitely a "daemon-reload" happening in the same second when
the problem happens. So it is probably caused by a race condition:
Sep 5 05:55:40 MonacoSIT4 systemd[1]: Reloading.
Sep 5 05:55:40 MonacoSIT4 snapd[3467]: overlord.go:271: Acquiring state lock
file
Sep 5 05:55:40 MonacoSI
Hi,
I think I got it now. Only one of the routes you added using the Ubuntu
Installer is added to the YAML file.
Initially I thought they were not being applied to the system...
This sounds like a problem with the installer. I'll add Subiquity (the
installer) to this bug report so they can inves
Hi there, have you tried the workaround provided above? It's basically
adding a 3 seconds sleep as you said. It's not ideal but I hope it helps
while we investigate the issue.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bug
** Merge proposal linked:
https://code.launchpad.net/~danilogondolfo/netplan/+git/netplan/+merge/476948
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2089234
Title:
/usr/libexec/netplan/generate:
I think I've found another way to reproduce the problem.
I installed docker in a VM and it created its "docker0" interface. Then
I changed the property ignore-auto-routes for the transient connection
Network Manager created for the docker0 interface.
By doing that, the connection will be turned i
Hi, thanks for reporting this problem.
Can you share your YAML configuration please?
This might be the case to just catch the exception, display a warning
and ignore the error. But to be honest I'm not completely sure if
something else will break if this step fails.
May I ask you to create a PR
I have an Asus bluetooth mouse and I also couldn't make it work with
hardy. The computer is an Asus w7s laptop.
--
Bluetooth mouse stopped working--Hardy
https://bugs.launchpad.net/bugs/202183
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubunt
Public bug reported:
Installed returned error exit status 1
ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: apt-build 0.12.45
ProcVersionSignature: Ubuntu 4.8.0-56.61~16.04.1-generic 4.8.17
Uname: Linux 4.8.0-56-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.6
AptOrdering:
apt-build: In
Public bug reported:
installation crashed
ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: nvidia-kernel-source-460 460.32.03-0ubuntu0.20.04.1
ProcVersionSignature: Ubuntu 5.8.0-36.40~20.04.1-generic 5.8.18
Uname: Linux 5.8.0-36-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
Public bug reported:
Calculating the changes
Calculating the changes
Could not calculate the upgrade
An unresolvable problem occurred while calculating the upgrade.
If none of this applies, then please report this bug using the
command 'ubuntu-bug ubuntu-release-upgrader-core' in a terminal.
Yea me to because it looks weird there.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/956405
Title:
Unsupported updates (backports) enabled by default
To manage notifications about this bug go to:
Public bug reported:
After lost many hours trying to discover why the USB Tethering of my LG
E615f and my friend's LG E470 android phones, I just realised:
(with cable unplugged)
alex@ubuntu_asus:~$ sudo start network-manager
network-manager start/running, process 3843
(plugging the cable and st
Public bug reported:
When I tried to configure my display using the nvidia-settings package from
Quantal repository, I meet the error message: "The NVIDIA X driver on (...) is
not new enough to support the nvidia-settings Display Configuration page.". It
makes sense, because I'm using the legac
** Summary changed:
- The quantal's version of nvidia-settings didn't support legacy nvidia driver
(173)
+ The quantal version of nvidia-settings didn't support legacy nvidia driver
(173)
** Description changed:
When I tried to configure my display using the nvidia-settings package from
Qua
the OS"?
Best regards,
Danilo
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1415420
Title:
Xorg freeze
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+sour
This is the first time I tried this. I expect apport will include more
information from dmesg, Xorg logs, etc, but if it doesn't please let me
know and I can try to provide more information.
Best regards,
Danilo
ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8
Pr
801 - 834 of 834 matches
Mail list logo