[Bug 1910938] Re: Text is missing from shell panel and menus

2022-03-12 Thread Nicholas Schell
Just got a new Lenovo Thinkpad and using Ubuntu 20.04, and I think I'm
seeing a very similar issue. After leaving the laptop on for so long
eventually a ton of the text menues and displays either show NO text at
all, or half of the characters are missing. I'll attempt a screenshot
the next time it happens, it doesn't take longer than a day it seems as
already reported.

I also use Discord so I wonder if that is part of the culprit as well.
Will try using without Discord for about a day.

I have found a simple logout/login is enough to fix all text menues. So
it doesn't seem a full reboot is strictly necessary.

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

Title:
  Text is missing from shell panel and menus

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1910938/+subscriptions


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

[Bug 1917552] Re: User-defined routing tables not created for loopback interface

2021-06-07 Thread Nicholas Schell
What would be the most appropriate place to report the problem for networkd?
The launchpad seems completely dead: 
https://bugs.launchpad.net/ubuntu/+source/networkd-dispatcher

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

Title:
  User-defined routing tables not created for loopback interface

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/1917552/+subscriptions

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

[Bug 1917552] Re: User-defined routing tables not created for loopback interface

2021-03-02 Thread Nicholas Schell
Also tried downgrading to the earliest package available in Ubuntu 20.04
(netplan.io: 0.99-0ubuntu1) with no change.

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

Title:
  User-defined routing tables not created for loopback interface

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/1917552/+subscriptions

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

[Bug 1917552] [NEW] User-defined routing tables not created for loopback interface

2021-03-02 Thread Nicholas Schell
Public bug reported:

Ubuntu: 20.04.2 LTS
netplan.io: 0.101-0ubuntu3~20.04.2

Attempting to use the following config:

network:
version: 2
ethernets:
loop0:
match:
name: lo
routes:
- to: 0.0.0.0/0
  via: 127.0.0.1
  table: 99
routing-policy:
- to: 0.0.0.0/0
  mark: 7
  table: 99

Will create the rule, but not table 99.

root@ubuntu-focal:~# ip rule list
0:  from all lookup local
0:  from all fwmark 0x7 lookup 99
32766:  from all lookup main
32767:  from all lookup default

root@ubuntu-focal:~# ip route show table 99
--- no output 

However using the same config on Ubuntu 18.04 is working.
Ubuntu: 18.04.5 LTS
netplan.io: 0.99-0ubuntu3~18.04.4

root@ubuntu-bionic:~# ip route show table 99
default via 127.0.0.1 dev lo proto static

The generated configs in /run/systemd/network/ is the same on both
systems.

root@ubuntu-focal:~# cat /run/systemd/network/10-netplan-loop0.network 
[Match]
Name=lo

[Network]
LinkLocalAddressing=ipv6

[Route]
Destination=0.0.0.0/0
Gateway=127.0.0.1
Table=99

[RoutingPolicyRule]
To=0.0.0.0/0
Table=99
FirewallMark=7

This seems very similar to this report: 
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/1830641
Except that my config is working on Ubuntu 18.04, and I'm not dealing with any 
DHCP related routes since this is the loopback interface. Is there a new 
configure option or something I'm missing from a change in Ubuntu 20.04? Or 
some change to networkd possibly?

** Affects: netplan.io (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/1917552

Title:
  User-defined routing tables not created for loopback interface

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/1917552/+subscriptions

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

[Bug 1427600] Re: apport-unpack: ValueError: ['UserGroups'] has no binary content

2020-06-08 Thread Nicholas Schell
We have an automated solution that unpacks the crash report and sends
along the relevant information about the crash+stacktrace. Had to
initially deal with the fact that apport-unpack was crashing (returning
non-zero exit code). Just manually entering in UserGroups info to every
crash report prior to processing it now.

I was mostly thinking of the other users which will likely continue to
be using the 18.04 LTS for some time before they migrate to 20.04. This
has been such a long standing bug and it only takes a few lines of code
to fix it. I understand if it won't be backported, as it is very minor
and people have been ok with it for the last 5 years almost.

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

Title:
  apport-unpack: ValueError: ['UserGroups'] has no binary content

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

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

[Bug 1427600] Re: apport-unpack: ValueError: ['UserGroups'] has no binary content

2020-06-06 Thread Nicholas Schell
Latest fix filling in 'N/A' for absent groups is working, apport-unpack
is no longer throwing stacktrace when prcoessing the report. I still
don't understand why primary groups are ignored, but the important thing
is the reports are processable without errors now.

This might be a totally separate issue, but will it be possible to
backport the 'N/A' fix to bionic?

Reproduced by testing a user with a system group as their primary group
(will have N/A in report), this is equivalent to the user being in no
system groups (even though they are). Also a user which has an
additional group which is a system group (will show that system group in
report).

# system group to test with
sudo addgroup --system testgroup1

# create user with their primary group as the above system group (user doesn't 
have to be system user, just don't have to fill in gecos)
sudo adduser --system --ingroup testgroup1 testuser1
# create user with additional group as system group, their primary group in 
this case is nogroup
sudo adduser --system testuser2
sudo usermod -a -G testgroup1 testuser2

# run simple app as first user
sudo -u testuser1 /usr/bin/sleep 6
# kill and create crash report
sudo pkill -SEGV -f '^/usr/bin/sleep 6'
report="/var/crash/_usr_bin_sleep.$(id -u testuser1).crash"
# wait a bit while report is generated
sleep 2
# check resulting crash report, should print UserGroups: N/A
sudo grep -H 'UserGroups:' $report
# try apport-unpack
sudo apport-unpack $report /tmp/crash1

# reset and try with other user
rm "$report"
sudo -u testuser2 /usr/bin/sleep 6
sudo pkill -SEGV -f '^/usr/bin/sleep 6'
report="/var/crash/_usr_bin_sleep.$(id -u testuser2).crash"
sleep 2
# should print UserGroups: testgroup1
sudo grep -H 'UserGroups:' "$report"
sudo apport-unpack $report /tmp/crash2

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

Title:
  apport-unpack: ValueError: ['UserGroups'] has no binary content

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

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

[Bug 1427600] Re: apport-unpack: ValueError: ['UserGroups'] has no binary content

2020-06-03 Thread Nicholas Schell
An alternative fix for report.py would be if there are no UserGroups DO
NOT add the UserGroups field at all. Adding it with an empty string or
whitespace is the problem. If it's not present at all apport-unpack will
not throw the error.

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

Title:
  apport-unpack: ValueError: ['UserGroups'] has no binary content

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

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

[Bug 1427600] Re: apport-unpack: ValueError: ['UserGroups'] has no binary content

2020-06-03 Thread Nicholas Schell
Unfortunately the fix you added by inserting an empty space string ' '
for the UserGroups field does not resolve the bug at all. This is
because when reading the report in (problem_report.py) all fields which
are empty get ignored, and a field which is all whitespace counts as
empty. Prior to the fix the report already contained the UserGroups
field, it just didn't have an empty space after it. So nothing really
changed.

This is the new stacktrace when running apport-unpack with a crash
report generated with the fixed report.py

Traceback (most recent call last):
  File "/usr/bin/apport-unpack", line 77, in 
pr.extract_keys(f, bin_keys, dir)
  File "/usr/lib/python3/dist-packages/problem_report.py", line 269, in 
extract_keys
raise ValueError('%s has no binary content' %
ValueError: ['UserGroups'] has no binary content

The UserGroups field can't be empty. For example if I add a group in the
UserGroups field, apport-unpack runs without errors. This is my current
fix to not deal with the constant stacktrace from apport-unpack.

sed -i -E 's/(UserGroups:)/\1 nogroup/' /var/crash/_crashfile

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

Title:
  apport-unpack: ValueError: ['UserGroups'] has no binary content

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

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

[Bug 1427600] Re: apport-unpack: ValueError: ['UserGroups'] has no binary content

2020-03-31 Thread Nicholas Schell
If apport-unpack expects a value and cannot have an empty field for
UserGroups, that would mean the bug is in report.py. The thing that is
generating the totally broken crash report.

report.py will leave the UserGroups field empty if the user is not part
of any system groups (GIDs less thans 1000). Also report.py ignores the
user's primary group if that is the only system group they are a part
of.

It's surprising this has been this way for literally years, since 12.04
at least. I really don't understand why. Especially since most system
users are only a part of one group, their own primary group. AND when
you run apport-unpack on a crash report with an empty UserGroups field
will generate a new crash report for apport-unpack. Like seriously...

P.S. this problem is going to be present in 20.04. So likely unchanged
for another 2 years.

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

Title:
  apport-unpack: ValueError: ['UserGroups'] has no binary content

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

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

[Bug 551164] Re: pidgin-skype doesn't work - "No reason specified"

2011-07-29 Thread Nicholas Schell
Having similar issues myself. Using Skype Beta 2.2.0.35, Empathy 2.30.3,
Ubuntu 10.04. Attempting to use the version from
http://eion.robbmob.com/ (7 Apr 2011) did not solve the problem. Simply
says "No reason specified" when attempting to connect. It will launch
Skype and ask for permission with the public API, but then displays that
error in empathy. The plugin does work fine in pidgin (using 2.9.0).

Have also tried checking the "Reject All Auths" option and unchecking
"Skypeout Online/Sync". Nothing seems to work.

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

Title:
  pidgin-skype doesn't work - "No reason specified"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pidgin-skype/+bug/551164/+subscriptions

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