[Bug 1083310] Re: cups returns malformed UTF-8

2018-08-19 Thread Роман Донченко
Sorry, but I no longer have that printer, or that machine. So I cannot
help you any further.

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

Title:
  cups returns malformed UTF-8

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

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

[Bug 1215574] [NEW] Outdated NVIDIA OpenCL headers

2013-08-22 Thread Роман Донченко
Public bug reported:

nvidia-310-dev and other NVIDIA driver development packages include
OpenCL 1.0 headers. However, NVIDIA drivers have supported OpenCL 1.1
for a while now (since version 280, I believe). Please update the OpenCL
headers.

** Affects: nvidia-graphics-drivers-310 (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/1215574

Title:
  Outdated NVIDIA OpenCL headers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-310/+bug/1215574/+subscriptions

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


[Bug 1446291] Re: gcc/g++ 4.8.2 won't convert uint64 to char properly.

2016-03-19 Thread Роман Донченко
I don't think that's a bug. char is unsigned on ARM by default. Use
signed char instead.

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

Title:
  gcc/g++ 4.8.2 won't convert uint64 to char properly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.8/+bug/1446291/+subscriptions

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


[Bug 1473225] [NEW] with encrypted home, /etc/legal is printed twice on every login

2015-07-09 Thread Роман Донченко
Public bug reported:

I have an encrypted home directory, and whenever I log in at the
console, the contents of /etc/legal are printed twice (after the system
load stats).

This happens because:

1) pam_motd.so uses ~/.cache/motd.legal-displayed to record the fact
that /etc/legal has already been displayed;

2) the home directory is read-only until ecryptfs is mounted;

3) the MOTD is printed before ecryptfs is mounted, because in
/etc/pam.d/login the pam_motd.so rules come before "@include common-
session" (which includes the pam_ecryptfs.so rule).

The fix should be simple - just change the order so that the pam_motd.so
rules come after "@include common-session". (The Apport report says my
/etc/pam.d/login is modified, because I did just that.)

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: login 1:4.1.5.1-1.1ubuntu4
ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
Uname: Linux 3.19.0-21-generic x86_64
ApportVersion: 2.17.2-0ubuntu1.1
Architecture: amd64
Date: Fri Jul 10 00:24:19 2015
EcryptfsInUse: Yes
InstallationDate: Installed on 2012-06-22 (1112 days ago)
InstallationMedia: Ubuntu-Server 12.04 LTS "Precise Pangolin" - Release amd64 
(20120424.1)
ProcEnviron:
 TERM=linux
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=ru_RU.UTF-8
 XDG_RUNTIME_DIR=
SourcePackage: shadow
UpgradeStatus: Upgraded to vivid on 2015-06-27 (12 days ago)
modified.conffile..etc.pam.d.login: [modified]
mtime.conffile..etc.pam.d.login: 2015-07-10T00:04:57.396555

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


** Tags: amd64 apport-bug vivid

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

Title:
  with encrypted home, /etc/legal is printed twice on every login

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

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


[Bug 1474304] [NEW] miscompilation with conditional operator side effects (ARM64)

2015-07-14 Thread Роман Донченко
Public bug reported:

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 15.04
Release:15.04
Codename:   vivid

$ gcc --version
gcc (Ubuntu/Linaro 4.9.2-10ubuntu13) 4.9.2
Copyright (C) 2014 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

$ gcc -dumpmachine
aarch64-linux-gnu

$ gcc -O0 -std=c11 repro.c ; ./a.out ; echo $? # repro.c attached
0

$ gcc -O2 -std=c11 repro.c ; ./a.out ; echo $?
1

I don't think this program triggers any undefined behavior, so the
optimized version is miscompiled.

I wasn't able to reproduce this with with vanilla 4.9.2.

** Affects: gcc-4.9 (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "program exhibiting the bug"
   https://bugs.launchpad.net/bugs/1474304/+attachment/4428649/+files/repro.c

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

Title:
  miscompilation with conditional operator side effects (ARM64)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.9/+bug/1474304/+subscriptions

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


[Bug 1218322] Re: Can't set keyboard layout change to alt+shift, ctrl+shift, etc.

2014-04-08 Thread Роман Донченко
I was still affected by this bug because of this bug:
. I worked around it
by removing one of my xkb grp options. Ubuntu developers might want to
backport the patch from that bug, though.

** Bug watch added: GNOME Bug Tracker #726649
   https://bugzilla.gnome.org/show_bug.cgi?id=726649

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

Title:
  Can't set keyboard layout change to alt+shift, ctrl+shift, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1218322/+subscriptions

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


[Bug 1218322] Re: Can't set keyboard layout change to alt+shift, ctrl+shift, etc.

2014-04-09 Thread Роман Донченко
Run "gsettings get org.gnome.desktop.input-sources xkb-options". If you
see more than one list item that begins with "grp:", that might be it.
Use "gsettings set" to remove all of them except one (or just all of
them).

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

Title:
  Can't set keyboard layout change to alt+shift, ctrl+shift, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1218322/+subscriptions

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


[Bug 1083310] Re: cups returns malformed UTF-8

2012-11-26 Thread Роман Донченко
** Attachment added: "My PPD"
   
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1083310/+attachment/303/+files/Printer.ppd

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

Title:
  cups returns malformed UTF-8

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

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


[Bug 1083310] [NEW] cups returns malformed UTF-8

2012-11-26 Thread Роман Донченко
Public bug reported:

This is Ubuntu 12.04, libcups2 1.5.3-0ubuntu4.

I noticed gedit and evince were crashing whenever I opened the print
dialog. I'm attaching an example stack trace from gedit.

Eventually I traced the bug to CUPS. gedit crashes in GTK+ code when
trying to process an invalid UTF-8 string starting with "Параметры,
разрешенн". That string comes from my PPD file (will attach), and its
byte length coincides with the size of ppd_group_t::text in CUPS, which
means that it's being improperly truncated within CUPS.

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

** Attachment added: "Backtrace"
   https://bugs.launchpad.net/bugs/1083310/+attachment/3444389/+files/bt.txt

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

Title:
  cups returns malformed UTF-8

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

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

[Bug 1971637] [NEW] sitecustomize.py not imported in a virtual environment

2022-05-04 Thread Роман Донченко
Public bug reported:

This is on Ubuntu 22.04, python3==3.10.4-3.

Run this:

$ python3.10 -mvenv ./venv
$ echo 'print("In sitecustomize.py")' > 
./venv/lib/python3.10/site-packages/sitecustomize.py
$ ./venv/bin/python -c ''
[nothing]

Expected output:

In sitecustomize.py


The reason this doesn't work is that the python3 package contains its own 
sitecustomize module (at /usr/lib/python3.10/sitecustomize.py) whose job is to 
initialize the Apport exception hook, and /usr/lib/python3.10 is listed before 
./venv/lib/python3.10/site-packages in the default sys.path.

I think the best way to fix this would be to:

1. Remove /usr/lib/python3.10/sitecustomize.py from
libpython3.10-minimal

2. Add /usr/lib/python3/dist-packages/apport.pth with the following
contents to python3-apport:

   import apport_python_hook; apport_python_hook.install()

This would have the same effect as the current sitecustomize.py, but
would not conflict with user-provided sitecustomize modules.

Alternatively, /usr/lib/python3.10/sitecustomize.py could simply be
moved to /usr/lib/python3.10/dist-packages, which would also fix the
problem. A disadvantage of this approach is that a user-defined
/usr/local/lib/python3.10/dist-packages/sitecustomize.py file would
override it and disable the Apport hook.

** Affects: python3.10 (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/1971637

Title:
  sitecustomize.py not imported in a virtual environment

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3.10/+bug/1971637/+subscriptions


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