Patch-V4 passed local build, unit tests and PPA autobuild
https://launchpad.net/~ejn/+archive/ubuntu/python3.10-bpo
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2067361
Title:
Programs using netrc
Does Launchpad have Git or Bazaar repos for Ubuntu packages? Would
slightly reduce work in rebasing.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2067361
Title:
Programs using netrc with containing
Rebased patch and bumped version number.
Note that pocket is set to "jammy" as I'm also autobuilding on PPA.
** Patch added: "patch-V4"
https://bugs.launchpad.net/ubuntu/jammy/+source/python3.10/+bug/2067361/+attachment/5804056/+files/netrc-relax-parsing-4.diff
--
You received this bug noti
I reviewed the tests and added a test case for when an entry does not
have a password. Also changed the patch to return None rather that "",
which is expected by the current tests. Apparently I should've checked
those manually as that was not caught automatically.
This also simplifies the actual p
Hi Dan, thanks for taking a look.
I fixed the changelog entry on patch-V2.
Regarding the upstream commit 7f5ddb4a75fcb64046e3fc2af885960d2800a5b3,
I think that cannot be be cherry-picked to a stable release as is, due
to the added security check. While the security check makes sense, an
affected
** Patch added: "patch-V2"
https://bugs.launchpad.net/ubuntu/+source/python3.10/+bug/2067361/+attachment/5788535/+files/netrc-relax-parsing-2.diff
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2067
** Patch added: "Relax netrc parsing"
https://bugs.launchpad.net/ubuntu/+source/python3.10/+bug/2067361/+attachment/5783531/+files/netrc-fix.debdiff
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/20
Public bug reported:
Some services use provide token authentication, where the users token is input
as the "username" field, resulting in a netrc entry containing
```
machine SOME_ADDRESS
login SOME_TOKEN
```
but no password entry.
Trying to run some python based program, that uses netrc, such
Got this working, at least briefly on:
* Ubuntu 22.04
* snap Firefox 125.0.3 (+pcscd slot on the snap)
* deb opensc 0.22.0-1ubuntu2
* deb opensc-pkcs11 0.22.0-1ubuntu2
Loading /usr/lib/x86_64-linux-gnu/opensc-pkcs11.so with file selector
from the snap put it under /run/user/1000/doc/XNUMBERX/opens
Public bug reported:
Prompted by the fact that after upgrade to Ubuntu 22.04, smart card
authentication in the firefox snap is no longer working.
I have an already configured Network Security Services database in
${HOME}/.pki/nssdb with OpenSC
( https://github.com/OpenSC/OpenSC ) library
/usr/l
The problem is reproducible. Boot up just now with lid closed resulted
in:
$ systemctl status nvidia-suspend.service
● nvidia-suspend.service - NVIDIA system suspend actions
Loaded: loaded (/lib/systemd/system/nvidia-suspend.service; enabled;
vendor preset: enabled)
Active: activating (
Test case 2:
booted with laptop lid open.
Results:
$ systemd-analyze plot >bootup.svg
created an image → Boot has completed normally.
Test case 2b:
After open lid boot, closed laptop lid
Results:
$ systemctl status nvidia-suspend.service
● nvidia-suspend.service - NVIDIA system suspend actions
The most relevant hardware in the system consists of:
1. Lenovo ThinkPad P1 Gen 3, https://ubuntu.com/certified/202009-28225
2. USB-C cable with Thunderbolt 3
3. Lenovo ThinkPad Thunderbolt 3 Workstation Dock Gen 2
4. External monitor connected to dock witg DisplayPort cable
Recent changes include
apport-bug for xserver-xorg-video-nvidia-510
** Attachment added: "apport-bug xserver-xorg-video-nvidia-510"
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-510/+bug/1964352/+attachment/5567672/+files/xserver-xorg-video-nvidia-510.apport
--
You received this bug notificatio
apport-bug for nvidia-kernel-common-510
** Attachment added: "apport-bug nvidia-kernel-common-510"
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-510/+bug/1964352/+attachment/5567673/+files/nvidia-kernel-common-510.apport
--
You received this bug notification because you a
Public bug reported:
Shutdown from Gnome and `sudo shutdown -h now` stopped working in Ubuntu
20.04.4 LTS.
I have xserver-xorg-video-nvidia-510 installed.
journalctl bottom shows
```
march 09 15:45:13 myhost systemd[1]: basic.target: Found ordering cycle on
nvidia-persistenced.service/stop
marc
@mdeslaur: fix seems to be good. I had the login nag about "2 updates
could not be installed automatically.", but I ran sudo unattended-
upgrade once which cleared also that.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
http
NSS Shared DB provides multiple things:
* a list of CA certificates, for which bug #1647285 may provide an alternative
solution
* a list of security modules.
We have a use case for registering the OpenSC module system wide in
order to be able to use PKCS#11 smart cards for authentication. I think
Hi Gunnar,
The software from $SILICON_VENDOR is installed using the Graphical
installer. Not long ago, the GUI install was the only option.
We run the actual build jobs via a Jenkins agent over SSH.
Here's a small stunt double of the build job
{code}
#!/bin/bash
set -ex
echo "XDG_SESSION_TYPE=
Public bug reported:
We upgraded a build server from Ubuntu 18.04 to 20.04.
The build server had some scripts in /etc/profile.d/ that set up the
required build environment.
The builds would source `. /etc/profile` in the beginning.
After the upgrade, the script /etc/profile.d/im-config_wayland.
Reported upstream as
https://gitlab.gnome.org/GNOME/nautilus/-/issues/1539
** Bug watch added: gitlab.gnome.org/GNOME/nautilus/-/issues #1539
https://gitlab.gnome.org/GNOME/nautilus/-/issues/1539
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribe
** Description changed:
After reading answer
https://answers.launchpad.net/ubuntu/+question/151402
I have tested that
1) on the command line
"""
- sftp USER@'[IPv6_ADDR%INTERFACE]'
+ sftp 'USER@[IPv6_ADDR%INTERFACE]'
"""
connects successfully
, but
2) on the address field o
Public bug reported:
After reading answer
https://answers.launchpad.net/ubuntu/+question/151402
I have tested that
1) on the command line
"""
sftp USER@'[IPv6_ADDR%INTERFACE]'
"""
connects successfully
, but
2) on the address field of nautilus 1:3.26.4-0~ubuntu18.04.5, both protocols
'ssh' and
Public bug reported:
Evolution is no longer receiving able to refresh Inbox from Exchange Web
Services.
`journalctl` provides the following clues
systemd-resolved: Server returned error NXDOMAIN, mitigating potential DNS
violation DVE-2018-0001, retrying transaction with reduced feature level U
Public bug reported:
This is a feature request for the package.
It would be good if either the "sqlite3" or "sqlite3-dev" package
included a CMake package config file. This would allow sqlite3 to be
included in the transitive dependencies when linking with CMake.
Based on a quick search the prop
Public bug reported:
I have a user local mime type definition
.local/share/mime/graphml+xml.xml
```
http://www.freedesktop.org/standards/shared-mime-info";
type="application/graphml+xml">
GraphML file
```
and have registered it with `update-mime-database ~/.local/share/mime`
Qu
I could swear I already tested this for 1. Redirecting USB while guest
is running), but this time it worked. Thanks for the suggestion @paelzer
I unmounted both partitions and then redirected. Here's the journalctl
output:
Oct 28 15:24:38 hostname udisksd[1229]: Cleaning up mount point
/media/us
I think I was wrong about the USB speed. I can't find a specific model
number, but the Manufacturer seems to state USB 3.0 for all the drives I
looked at. The host also identifies it as USB 3.0.
1. Redirecting USB while guest is running
=
I tested of redirec
Public bug reported:
Related to #949597
OS: Ubuntu 18.04.02 LTS
Program: minicom
User account:
Steps:
==
1. Added to group 'dialout'
`sudo adduser dialout
2. Logged user out from the graphical desktop (Gnome 3)
What I expected to Happen:
==
a) user is in group 'd
Public bug reported:
Related to #949597
OS: Ubuntu 18.04.02 LTS
Program: minicom
User account:
Steps:
==
1. Added to group 'dialout'
`sudo adduser dialout
2. Logged user out from the graphical desktop (Gnome 3)
What I expected to Happen:
==
a) user is in group 'd
Not new. It's been haunting me since I upgraded from 14.04 to 16.04. I
finally managed to make some sense of it and reproducible tests. Noticed
first at #1663555, but was unable to narrow it down.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed t
Apport logs are from test case B), since it's the most reliable way to
both reproduce a problem and (in some cases) still get a working
desktop.
** Description changed:
The components:
- Dell Precision M4800 laptop
- Dell docking station, with USB keyboard attached
Ubuntu 16.04 install
apport information
** Attachment added: "CurrentDmesg.txt"
https://bugs.launchpad.net/bugs/1821597/+attachment/5249381/+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/1821597
apport information
** Tags added: apport-collected xenial
** Description changed:
The components:
- Dell Precision M4800 laptop
- Dell docking station, with USB keyboard attached
Ubuntu 16.04 installed
Test case A) Booting in Docking Station with laptop lid closed:
apport information
** Attachment added: "ProcCpuinfoMinimal.txt"
https://bugs.launchpad.net/bugs/1821597/+attachment/5249386/+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: "PulseList.txt"
https://bugs.launchpad.net/bugs/1821597/+attachment/5249390/+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/1821597
Titl
apport information
** Attachment added: "ProcModules.txt"
https://bugs.launchpad.net/bugs/1821597/+attachment/5249389/+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/1821597
apport information
** Attachment added: "UdevDb.txt"
https://bugs.launchpad.net/bugs/1821597/+attachment/5249392/+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/1821597
Title:
US
apport information
** Attachment added: "CRDA.txt"
https://bugs.launchpad.net/bugs/1821597/+attachment/5249380/+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/1821597
Title:
USB su
apport information
** Attachment added: "IwConfig.txt"
https://bugs.launchpad.net/bugs/1821597/+attachment/5249382/+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/1821597
Title:
apport information
** Attachment added: "ProcCpuinfo.txt"
https://bugs.launchpad.net/bugs/1821597/+attachment/5249385/+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/1821597
apport information
** Attachment added: "Lsusb.txt"
https://bugs.launchpad.net/bugs/1821597/+attachment/5249384/+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/1821597
Title:
USB
apport information
** Attachment added: "WifiSyslog.txt"
https://bugs.launchpad.net/bugs/1821597/+attachment/5249393/+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/1821597
Ti
apport information
** Attachment added: "ProcEnviron.txt"
https://bugs.launchpad.net/bugs/1821597/+attachment/5249387/+files/ProcEnviron.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1821597
apport information
** Attachment added: "ProcInterrupts.txt"
https://bugs.launchpad.net/bugs/1821597/+attachment/5249388/+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/182
apport information
** Attachment added: "RfKill.txt"
https://bugs.launchpad.net/bugs/1821597/+attachment/5249391/+files/RfKill.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1821597
Title:
US
apport information
** Attachment added: "Lspci.txt"
https://bugs.launchpad.net/bugs/1821597/+attachment/5249383/+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/1821597
Title:
USB
Public bug reported:
The components:
- Dell Precision M4800 laptop
- Dell docking station, with USB keyboard attached
Ubuntu 16.04 installed
Test case A) Booting in Docking Station with laptop lid closed:
===
Boot will proceed through u
I tested with a USB 3.0 thumb drive and adding that works to the guest
works perfectly.
Here's a shortened lsusb:
Bus 002 Device 002: ID 0951:1666 Kingston Technology DataTraveler G4
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 007: ID 059f:106e LaCie, Ltd Porsche
Public bug reported:
Distro: 18.04.02, just recently upgraded from 16.04
MachineType: LENOVO 20J7S02N00
All of the machines USB ports are USB 3.0
I added the USB drive from virt-managers UI. Trying to start the guest
vm results in:
Error starting domain: internal error: process exited while con
I upgraded to 18.04.02. Speed issue remains #1815588
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814061
Title:
Adding USB host device, USB drive to guest VM fails, mounts drive in
Nautilus inst
Here's debug logs for libvirtd.
The USB drive has two partitions (made by the manufacturer). The first
one contains some Windows Setup.exe.
** Attachment added: "libvirtd debug logs"
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1814061/+attachment/5236985/+files/libvirtd.log
--
You r
More details of the test I've been performing.
1) Start Windows guest
2) Plug USB-drive, nautilus mounts it.
3) Unmount partitions in Nautilus
4) Add USB Host device to running Windows guest
I don't have guest-tools or such installed yet. Are they required?
--
You received this bug notification
More details of the test I've been performing.
1) Start Windows guest
2) Plug USB-drive, nautilus mounts it.
3) Unmount partitions in Nautilus
4) Add USB Host device to running Windows guest
I don't have guest-tools or such installed yet. Are they required?
--
You received this bug notification
apport information
** Attachment added: "ProcInterrupts.txt"
https://bugs.launchpad.net/bugs/1814061/+attachment/5236928/+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/181
apport information
** Attachment added: "ProcModules.txt"
https://bugs.launchpad.net/bugs/1814061/+attachment/5236929/+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/1814061
apport information
** Attachment added: "UdevDb.txt"
https://bugs.launchpad.net/bugs/1814061/+attachment/5236931/+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/1814061
Title:
Ad
apport information
** Attachment added: "RelatedPackageVersions.txt"
https://bugs.launchpad.net/bugs/1814061/+attachment/5236930/+files/RelatedPackageVersions.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launch
Hooray! I discovered `apport-collect `, and it works!
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814061
Title:
Adding USB host device, USB drive to guest VM fails, mounts drive in
Nautilus ins
apport information
** Attachment added: "ProcEnviron.txt"
https://bugs.launchpad.net/bugs/1814061/+attachment/5236927/+files/ProcEnviron.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814061
apport information
** Tags added: apport-collected
** Description changed:
Oh, boy; this involves several systems.
Experienced in QEMU UI (Virtual Machine Manager). Guest OS (Windows) was
running, tried to add "Add hardware"→"USB Host Device"→USB drive.
Expected result:
Guest OS
apport information
** Attachment added: "ProcCpuinfoMinimal.txt"
https://bugs.launchpad.net/bugs/1814061/+attachment/5236926/+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: "Lspci.txt"
https://bugs.launchpad.net/bugs/1814061/+attachment/5236923/+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/1814061
Title:
Addi
apport information
** Attachment added: "Dependencies.txt"
https://bugs.launchpad.net/bugs/1814061/+attachment/5236921/+files/Dependencies.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814061
apport information
** Attachment added: "ProcCpuinfo.txt"
https://bugs.launchpad.net/bugs/1814061/+attachment/5236925/+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/1814061
apport information
** Attachment added: "Lsusb.txt"
https://bugs.launchpad.net/bugs/1814061/+attachment/5236924/+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/1814061
Title:
Addi
apport information
** Attachment added: "KvmCmdLine.txt"
https://bugs.launchpad.net/bugs/1814061/+attachment/5236922/+files/KvmCmdLine.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814061
Ti
I tried adding the five lines you posted on the bottom of
/etc/apparmor.d/abstractions/libvirt-qemu
There are no more 'apparmor="DENIED"' entries. But the disk still
bounced back. I see entries:
[ 673.188482] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[ 673.435419] sd 0:0:0:0: [sda] Synchronize
Public bug reported:
Oh, boy; this involves several systems.
Experienced in QEMU UI (Virtual Machine Manager). Guest OS (Windows) was
running, tried to add "Add hardware"→"USB Host Device"→USB drive.
Expected result:
Guest OS (Windows) sees new USB device.
Actual result:
Some window flickering
Public bug reported:
Opening dialogs from Kile, such as
- "Save as"
- "Open file"
are horribly slow. "Open file" did render eventually, but did not
respond to input. This is on Unity desktop.
ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: kile 4:2.1.3-3ubuntu1
ProcVersionSignature: Ubuntu
@paelzer I don't really understand your comment. On my system, pip is also
installed as a Debian package, python-pip 8.1.1-2ubuntu0.4
On Thu, Mar 22, 2018 at 3:18 PM, ChristianEhrhardt <
1740...@bugs.launchpad.net> wrote:
> Thanks Eero!
>
> The referred bug has a fix as it identified the issue is
Same cause as bug #1733311
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1740959
Title:
virt-manager doesn't start, missing SSL_ST_INIT
To manage notifications about this bug go to:
https://bugs.la
Public bug reported:
After upgrading the below packages, my desktop now exhibits black frames
around all windows, such as terminal, toolbar pop-ups, volume control
etc.
Upgrade: unity-schemas:amd64 (7.4.0+16.04.20160906-0ubuntu1,
7.4.5+16.04.20171201.3),
compiz-plugins-default:amd64 (1:0.9.12.2+
Public bug reported:
For python-openssl Version: 0.15.1-2build1 on Ubuntu 16.04
'pip' (and other commands) importing from OpenSSL crash with the
following traceback
$ pip
Traceback (most recent call last):
File "/usr/bin/pip", line 9, in
from pip import main
File "/usr/lib/python2.7/dis
Do the newer driver versions depend on nvidia-persistenced? That might
explain this, since the root partition is not yet mounted.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1663555
Title:
Repeate
nvidia more appropriate package
** Package changed: xorg (Ubuntu) => nvidia-drivers-ubuntu
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1663555
Title:
Repeated suspend and splash screen freeze aft
** Description changed:
Previously using nvidia-367 with Ubuntu 14.04. Now Ubuntu 16.04 with
nvidia-367.57-0ubuntu0.16.04.1
After upgrade two problems have occurred.
+ 1) Splash screen at startup that prompts for LUKS passphrase has really low
resolution and does not accept input to decr
** Summary changed:
- Problems with nvidia-367 and Quadro K2100M GPU after upgrading to 16.04
+ Repeated suspend and splash screen freeze after upgrading to 16.04
** Description changed:
Previously using nvidia-367 with Ubuntu 14.04. Now Ubuntu 16.04 with
nvidia-367.57-0ubuntu0.16.04.1
** Information type changed from Public Security to Public
** Description changed:
Previously using nvidia-367 with Ubuntu 14.04. Now Ubuntu 16.04 with
nvidia-367.57-0ubuntu0.16.04.1
After upgrade two graphics problems have occurred.
- 1) When booting with two monitors & extended d
*** This bug is a security vulnerability ***
Public security bug reported:
Previously using nvidia-367 with Ubuntu 14.04. Now Ubuntu 16.04 with
nvidia-367.57-0ubuntu0.16.04.1
After upgrade two graphics problems have occurred.
1) When booting with two monitors & extended desktop the monitors wi
Public bug reported:
After upgrade from 14.04 to 16.04.
Trying to configure graphics drivers by launching "Additional Drivers".
This triggers an "already installed" error report with python3-apt
1.1.0~beta1build1
ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: python3-apt 1.1.0~beta1bu
After reading bug #667614 I can offer a proposal:
Suppose we have a directory for vendor/release information. For the
scope of this comment, let's call it 'vendor.d'
Whenever Debian and Ubuntu make new releases, they would then update
corresponding packages, which would update the files
vendor.d
Also appeared after nVidia drivers installation.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1406952
Title:
systemd-udevd[471]: Error calling EVIOCSKEYCODE: Invalid argument
To manage notificatio
A new day and a reboot later update-manager is now functioning normally.
The listing shows all packages and "Update now" does proceed to update.
** Attachment added: "Update manager view on 2015-10-21, normal operation"
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1507916/+att
Public bug reported:
1. Launched update-manager, shows kernel updates available
2. Clicked "Install Now"
3. ??
4. Repeat 1. & 2.
5. Still nothing.
6. `sudo apt-get update`
7. Something about spotify missing spotify key. Comment out spotify from
/etc/apt/sources.list
8. `sudo apt-get update`
9. `s
Looks like this is working in trusty. hooray!
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1171447
Title:
"unknown error" when attaching public key
To manage notifications about this bug go to:
ht
I found a question in Ask Ubuntu
http://askubuntu.com/q/202925/62612
which provided the information I needed. These problems are apparently
caused by the Ubuntu drivers not being compatible with NVIDIA® Optimus™.
Disabling "Switchable graphics" (Optimus) in the BIOS gets rid of symptoms in
the
Public bug reported:
Attempted Ubuntu installation from DVD, version 14.04.1 on a laptop
"Dell Precision M4800".
Two scenarios: I and II.
I ) Laptop only. Installation DVD boots but screen remains blank.
II) Second monitor connected on Displayport. Behaviour is then:
1. Bootup animation appear
This is apparently not so much a bug, but only things being different.
In Ubuntu 13.10, the "semi-maximize left" can be configured under
*compizconfig-settings-manager*
Desktop → General → 'Ubuntu Unity Plugin'
"Key to vertically maximize the focused window to the left"
As answered by Sneetsher
Public bug reported:
I tried to disable "semi-maximize left" by installing compizconfig-
settings-manager
First I tried to disable "put left" action.
Then I tried to disable "tiling" all together.
These seem to have no effect whatsoever.
ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: com
Keyboard input stops working on java applications in Ubuntu 13.10.
$ java -version
java version "1.7.0_51"
So to confirm this I need to kill ibus?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/481656
Yes. Today I had a nautilus window
sftp://root@remotehost/root
No paste option, [CTRL]+[V] did not work.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1274967
Title:
No "paste" option available bet
To clarify, copy paste works right after boot between two local nautilus
windows. Some action is required to trigger the bug.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1274967
Title:
No "paste"
This state is reproducible on my computer. I suspect it may be somehow
related to opening remote sftp: locations on nautilus.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1274967
Title:
No "paste"
This indeed appears to be a duplicate of #1271591. I checked the value
of SSH_AUTH_SOCK
When prompted in terminal:
$ echo $SSH_AUTH_SOCK
/tmp/ssh-m3uUUZCXI6xj/agent.2567
When prompted by gnome-keyring
~$ echo $SSH_AUTH_SOCK
/run/user/1000/keyring-ABCDef/ssh
--
You received this bug notification
Public bug reported:
The first thing I usually do after login is that I open a terminal and execute
$ ssh remotehost
Currently about half of time I get the graphical dialog, which will
prompt me for my passphrase and store it to the keyring, which is fine.
The other half of the time I instead ge
Public bug reported:
As stated the graphical desktop became unresponsive. Dropping to
CTRL + ALT + F1 terminal and `top`showed ibus-ui-daemon taking around 150 % cpu
time and ibus-ui-gtk3 taking around 50 % cpu time.
(names may contain minor errors)
Tried to kill processes, rebooted.
ProblemTy
Public bug reported:
*This is apparently #51043 all over again, but they suggested to file a
new bug for Ubuntu 13.10 saucy salamander.
So, here goes:
I can
1. *copy* a file in one Nautilus (Files 3.8.2) window
2. Change to diffent folder in same window
3. Right click on empty space and ch
Correction:
$ ssh-add
does add it to the keyring. I just had to add my current key by name.
$ ssh-add id_rsa.1
Still no dialog, though.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1270747
Title:
in /var/log/auth.log
I see following messages
gnome-keyring-daemon[2314]: couldn't set environment variable in session:
Setenv interface is only available during the Initialization phase
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
1 - 100 of 155 matches
Mail list logo