[Bug 1828908] [NEW] Relative symlink in /var/lib/transmission-daemon should be absolute

2019-05-13 Thread Jason Heeris
Public bug reported:

~ ⌘ lsb_release -rd
Description:Ubuntu 18.04.2 LTS
Release:18.04

~ ⌘ apt-cache policy transmission-daemon 
transmission-daemon:
  Installed: 2.92-3ubuntu2
  Candidate: 2.92-3ubuntu2
  Version table:
 *** 2.92-3ubuntu2 500
500 http://au.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
100 /var/lib/dpkg/status

After installing transmission-daemon, the directory /var/lib
/transmission-daemon/ contains a directory symlinked to '.config
/transmission-daemon':

~ ⌘ sudo ls -alh /var/lib/transmission-daemon/info
lrwxrwxrwx 1 root root 27 Feb  7  2018 /var/lib/transmission-daemon/info -> 
.config/transmission-daemon

Since this is a relative link, if I start transmission-daemon in an
arbitrary directory, I get the following errors:

~ ⌘ sudo -u debian-transmission transmission-daemon -f --log-error --log-info 
--log-debug
[2019-05-14 11:29:52.373] Couldn't read "/home/jason/.config/user-dirs.dirs": 
Permission denied
[2019-05-14 11:29:53.628] Couldn't create 
"/home/jason/.config/transmission-daemon": Permission denied (file-posix.c:189)
[2019-05-14 11:29:53.628] Couldn't create 
"/home/jason/.config/transmission-daemon": Permission denied (file-posix.c:189)
[2019-05-14 11:29:53.628] Couldn't create 
"/home/jason/.config/transmission-daemon": Permission denied (file-posix.c:189)
[2019-05-14 11:29:53.628] Transmission 2.92 (14714) started (session.c:740)
[2019-05-14 11:29:53.628] Couldn't read 
"/home/jason/.config/transmission-daemon/stats.json": No such file or directory 
(utils.c:238)
[2019-05-14 11:29:53.628] Couldn't read 
"/home/jason/.config/transmission-daemon/stats.benc": No such file or directory 
(utils.c:238)

It seems like this should be an absolute link, since there actually is a
directory /var/lib/transmission-daemon/info/.config/transmission-daemon

** Affects: transmission (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/1828908

Title:
  Relative symlink in /var/lib/transmission-daemon should be absolute

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

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

[Bug 1828908] Re: Relative symlink in /var/lib/transmission-daemon should be absolute

2019-05-13 Thread Jason Heeris
I think my report is not accurate. Replacing the symlink with an
absolute one didn't help. Transmission seems to want to read my user
dirs no matter what.

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

Title:
  Relative symlink in /var/lib/transmission-daemon should be absolute

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

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

[Bug 1786822] Re: Pinta constantly crashes in Ubuntu 18.04 fresh install

2019-02-19 Thread Jason Heeris
The issue seems to be with the Mono libs. See here for instructions to
install a PPA with more recent packages: https://www.mono-
project.com/download/stable/#download-lin

Found via https://askubuntu.com/a/955564/19501

Using that PPA resolved the issue for me (so far...)

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

Title:
  Pinta constantly crashes in Ubuntu 18.04 fresh install

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

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

[Bug 1784946] [NEW] Does not update necessary apparmor information when home directories are created

2018-08-01 Thread Jason Heeris
Public bug reported:

I recently set up SSSD to authenticate users against our organisation's
Windows domain. It is configured to create home directories if they
don't exist, with:

fallback_homedir = /home/%d/%u

This worked fine, but when I tried to run an installed snap application,
I encountered this error:

cannot create user data directory: /home/orgdomain.net/heerij/snap/(apps
directories...)

The solution was to run 'sudo dpkg-reconfigure apparmor' and add
"/home/orgdomain.net/" to the list of home directory prefixes. I think
SSSD (or... something) should do this automatically if it's going to
create home directories.

Running Ubuntu 18.04.1 LTS
sssd: 1.16.1-1ubuntu1
apparmor: 2.12-4ubuntu5

** Affects: sssd (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/1784946

Title:
  Does not update necessary apparmor information when home directories
  are created

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

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

[Bug 1782679] Re: systemd-resolved can't resolve at all, need to add nameservers to resolve.conf

2018-07-19 Thread Jason Heeris
Note also that upstream claim that "resolved is not supposed to be a DNS
server"[1], so I'm a bit confused as to why Ubuntu is configured to pass
every DNS query through it. Do I need to reconfigure something?

  [1]
https://github.com/systemd/systemd/issues/4621#issuecomment-260050033

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

Title:
  systemd-resolved can't resolve at all, need to add nameservers to
  resolve.conf

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

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

[Bug 1782679] [NEW] systemd-resolved can't resolve at all, need to add nameservers to resolve.conf

2018-07-19 Thread Jason Heeris
Public bug reported:

I'm running Ubuntu 18.04 (upgraded from 17.10) on a machine with both
ethernet and wifi interfaces. When I boot, my ethernet connection
enp0s31f6 is brought up by Network Manager and given three nameserver
addresses via DHCP, 10.1.13.10, 10.1.141.10, 10.1.13.36. Running nmcli
shows the three nameservers under "DNS configuration". Running "systemd-
resolve --status" shows them under a "Link 2 (enp0s31f6)" section. I can
do a "ip route get to X" and ping each one successfully. No other
connection is active.

testuser ☼ systemd-resolve --status
Global
  DNS Domain: orgsdomain.net
  DNSSEC NTA: 10.in-addr.arpa
  16.172.in-addr.arpa
  168.192.in-addr.arpa
  17.172.in-addr.arpa
  18.172.in-addr.arpa
  19.172.in-addr.arpa
  20.172.in-addr.arpa
  21.172.in-addr.arpa
  22.172.in-addr.arpa
  23.172.in-addr.arpa
  24.172.in-addr.arpa
  25.172.in-addr.arpa
  26.172.in-addr.arpa
  27.172.in-addr.arpa
  28.172.in-addr.arpa
  29.172.in-addr.arpa
  30.172.in-addr.arpa
  31.172.in-addr.arpa
  corp
  d.f.ip6.arpa
  home
  internal
  intranet
  lan
  local
  private
  test

Link 3 (wlp4s0)
  Current Scopes: none
   LLMNR setting: yes
MulticastDNS setting: no
  DNSSEC setting: no
DNSSEC supported: no

Link 2 (enp0s31f6)
  Current Scopes: DNS
   LLMNR setting: yes
MulticastDNS setting: no
  DNSSEC setting: no
DNSSEC supported: no
 DNS Servers: 10.1.13.10
  10.1.141.10
  10.1.13.36
  DNS Domain: orgsdomain.net

However, when I actually try to resolve a name, even the name of one of
the nameservers, dig claims that "connection timed out: no servers could
be reached".

testuser ☼ dig dcpdc001.orgsdomain.net +nocookie

; <<>> DiG 9.11.3-1ubuntu1.1-Ubuntu <<>> dcpdc001.orgsdomain.net +nocookie
;; global options: +cmd
;; connection timed out; no servers could be reached

Note that this name should resolve to 10.1.13.10, the first nameserver.
The "+nocookie" option is there to work around an issue with Windows DNS
servers. But other than that, the servers themselves work fine if I tell
dig where to look:

testuser ☼ dig dcpdc001.orgsdomain.net +nocookie @10.1.13.10

; <<>> DiG 9.11.3-1ubuntu1.1-Ubuntu <<>> dcpdc001.orgsdomain.net +nocookie 
@10.1.13.10
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 61294
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4000
;; QUESTION SECTION:
;dcpdc001.orgsdomain.net.  IN  A

;; ANSWER SECTION:
dcpdc001.orgsdomain.net.   3600IN  A   10.1.13.10

;; Query time: 2 msec
;; SERVER: 10.1.13.10#53(10.1.13.10)
;; WHEN: Fri Jul 20 10:56:27 AEST 2018
;; MSG SIZE  rcvd: 65

I have configured resolvconf to use dynamic updates. /etc/resolv.conf
points to /run/resolvconf/resolv.conf. This file contains only (non-
comments):

nameserver 127.0.0.53
search orgsdomain

If I add "nameserver 10.1.13.10" to this file manually, suddenly dig can
resolve again (without the @...), and anything else that needs to
resolve names can do so. Removing the nameserver breaks that again.

I don't know much about the servers. They're part of a Windows-based
network, but since I can use them if I edit resolv.conf or give dig the
address, I don't think they're the issue (except in the sense that maybe
they require a feature that systemd-resolved doesn't support?).

I increased the logging level of systemd-resolved to "debug" and
"journalctl -f -u systemd-resolved" shows this during a failed query:

Jul 20 10:33:23 heerij-ubuntu systemd-resolved[2352]: Got DNS stub UDP query 
packet for id 19836
Jul 20 10:33:23 heerij-ubuntu systemd-resolved[2352]: Looking up RR for 
dcpdc001.orgsdomain.net IN A.
Jul 20 10:33:23 heerij-ubuntu systemd-resolved[2352]: Switching to DNS server 
10.1.13.10 for interface enp0s31f6.
Jul 20 10:33:23 heerij-ubuntu systemd-resolved[2352]: Cache miss for 
dcpdc001.orgsdomain.net IN A
Jul 20 10:33:23 heerij-ubuntu systemd-resolved[2352]: Transaction 12728 for 
 scope dns on enp0s31f6/*.
Jul 20 10:33:23 heerij-ubuntu systemd-resolved[2352]: Using feature level 
UDP+EDNS0+DO+LARGE for transaction 12728.
Jul 20 10:33:23 heerij-ubuntu systemd-resolved[2352]: Using DNS server 
10.1.13.10 for transaction 12728.
Jul 20 10:33:23 heerij-ubuntu systemd-resolved[2352]: Sending query packet with 
id 12728.
Jul 20 10:33:23 heerij-ubuntu systemd-resolved[2352]: 

[Bug 1315342] Re: Stop appending 3rd party PPA names with warnings

2018-05-03 Thread Jason Heeris
> The ammendments "# disabled on upgrade to trusty" is a comment and
subsequently has not effect on the entry.

Nope, it makes the name of every PPA in the software properties dialog
the same: 'disabled on upgrade to bionic'. Extremely annoying and
difficult to manage.

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

Title:
  Stop appending 3rd party PPA names with warnings

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

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

[Bug 759725] Re: The kernel is no longer readable by non-root users

2018-03-30 Thread Jason Heeris
Does this mean there is now no non-root way to extract files from
filesystem images?

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

Title:
  The kernel is no longer readable by non-root users

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

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

[Bug 1749890] [NEW] Cannot connect to WebDAV (Owncloud): "Not a WebDAV enabled share"

2018-02-15 Thread Jason Heeris
Public bug reported:

Under 17.04, I had added an Owncloud account to the Gnome Online
Accounts under Gnome 3. This created an entry in Nautilus' sidebar that
allowed me to remotely browse my Owncloud account. Since upgrading to
17.10, clicking on the entry just brings up an error dialog:

Unable to access "@"
Not a WebDAV enabled share
[OK]

I get exactly the same error if I type
"davs:///remote.php/webdav/" into the location field.

I had earlier accessed the same server successfully that morning under
17.04, and I'm certain nothing's changed server side. Rebooting doesn't
help, installing davfs2 doesn't help, neither does fusedav. I've tried
removing and re-adding the account in Online Accounts. The server is
accessible via web and the desktop sync client sees it fine.

The server is not internal, it's on the public internet. There is a
corporate proxy for which I use CNTLM. But again, this hasn't changed
since before the upgrade.

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: nautilus 1:3.26.0-0ubuntu1
ProcVersionSignature: Ubuntu 4.13.0-32.35-generic 4.13.13
Uname: Linux 4.13.0-32-generic x86_64
ApportVersion: 2.20.7-0ubuntu3.7
Architecture: amd64
CurrentDesktop: GNOME
Date: Fri Feb 16 14:28:56 2018
InstallationDate: Installed on 2017-04-25 (296 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
ProcEnviron:
 LANGUAGE=en_AU:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus
UpgradeStatus: Upgraded to artful on 2018-01-24 (22 days ago)

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


** Tags: amd64 apport-bug artful third-party-packages 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/1749890

Title:
  Cannot connect to WebDAV (Owncloud): "Not a WebDAV enabled share"

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

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

[Bug 1730672] Re: Proxy settings not applied system-wide, are not used by Software Update or apt

2018-01-24 Thread Jason Heeris
I just upgraded from 17.04, but it's impossible to complete the upgrade
because of this.

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

Title:
  Proxy settings not applied system-wide, are not used by Software
  Update or apt

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

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

[Bug 1576391] Re: plymouth-themes doesn't register all themes in alternatives system

2017-05-03 Thread Jason Heeris
Workaround:

sudo update-alternatives --install
/usr/share/plymouth/themes/default.plymouth default.plymouth
/usr/share/plymouth/themes/fade-in/fade-in.plymouth 100

sudo update-alternatives --install
/usr/share/plymouth/themes/default.plymouth default.plymouth
/usr/share/plymouth/themes/glow/glow.plymouth 100

sudo update-alternatives --install
/usr/share/plymouth/themes/default.plymouth default.plymouth
/usr/share/plymouth/themes/script/script.plymouth 100

sudo update-alternatives --install
/usr/share/plymouth/themes/default.plymouth default.plymouth
/usr/share/plymouth/themes/solar/solar.plymouth 100

sudo update-alternatives --install
/usr/share/plymouth/themes/default.plymouth default.plymouth
/usr/share/plymouth/themes/spinfinity/spinfinity.plymouth 100

sudo update-alternatives --install
/usr/share/plymouth/themes/default.plymouth default.plymouth
/usr/share/plymouth/themes/spinner/spinner.plymouth 100

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

Title:
  plymouth-themes doesn't register all themes in alternatives system

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

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


[Bug 1685566] [NEW] Faenza icon theme missing Nauilus/Gnome Files icon

2017-04-22 Thread Jason Heeris
Public bug reported:

In 16.04, Faenza had a distinct icon for the Gnome Files app (aka.
Nautilus). In 17.04, it falls back to the default Gnome theme icon. I'll
attach a screenshot showing the difference, but the Faenza icon "system-
file-browser" is grey and has the rounded square look of other Faenza
icons; the fallback icon is blue.

** Affects: faenza-icon-theme (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "Fallback Nautilus icon"
   
https://bugs.launchpad.net/bugs/1685566/+attachment/4866654/+files/Nautilus-Gnome.png

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

Title:
  Faenza icon theme missing Nauilus/Gnome Files icon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/faenza-icon-theme/+bug/1685566/+subscriptions

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


[Bug 1685566] Re: Faenza icon theme missing Nauilus/Gnome Files icon

2017-04-22 Thread Jason Heeris
Oops, forgot system info:

$ lsb_release -rd
Description:Ubuntu 17.04
Release:17.04

$ apt-cache policy faenza-icon-theme 
faenza-icon-theme:
  Installed: 1.3.1-1
  Candidate: 1.3.1-1
  Version table:
 *** 1.3.1-1 500
500 http://mirror.as24220.net/pub/ubuntu-archive zesty/universe amd64 
Packages
500 http://mirror.as24220.net/pub/ubuntu-archive zesty/universe i386 
Packages
100 /var/lib/dpkg/status

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

Title:
  Faenza icon theme missing Nauilus/Gnome Files icon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/faenza-icon-theme/+bug/1685566/+subscriptions

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


[Bug 1685566] Re: Faenza icon theme missing Nauilus/Gnome Files icon

2017-04-22 Thread Jason Heeris
** Attachment added: "Correct Faenza file browser icon"
   
https://bugs.launchpad.net/ubuntu/+source/faenza-icon-theme/+bug/1685566/+attachment/4866655/+files/system-file-manager.png

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

Title:
  Faenza icon theme missing Nauilus/Gnome Files icon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/faenza-icon-theme/+bug/1685566/+subscriptions

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


[Bug 327362] Re: Some ISPs have .local domain which disables avahi-daemon

2016-12-04 Thread Jason Heeris
This is *still* a problem on 16.04.1 LTS. This message in syslog:

Dec  5 14:12:11 tali avahi: Avahi detected that your currently configured local 
DNS server serves
Dec  5 14:12:11 tali avahi: a domain .local. This is inherently incompatible 
with Avahi and thus
Dec  5 14:12:11 tali avahi: Avahi disabled itself. If you want to use Avahi in 
this network, please
Dec  5 14:12:11 tali avahi: contact your administrator and convince him to use 
a different DNS domain,
Dec  5 14:12:11 tali avahi: since .local should be used exclusively for 
Zeroconf technology.
Dec  5 14:12:11 tali avahi: For more information, see 
http://avahi.org/wiki/AvahiAndUnicastDotLocal

There is no .local domain:

~ • host -t SOA local
;; Warning: Message parser reports malformed message packet.
local.Home has no SOA record
~ • host -t SOA local.
;; Warning: Message parser reports malformed message packet.
local has no SOA record

(Some posts I found do the lookup with a trailing dot, others omit it,
so I did both.)

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

Title:
  Some ISPs have .local domain which disables avahi-daemon

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

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

[Bug 1618311] [NEW] Identical icons for "list view" and "more options".

2016-08-29 Thread Jason Heeris
Public bug reported:

Attached is a screenshot of Faenza with the Adwaita theme applied to
Nautilus. Note that the buttons in Nautilus for "view items as a list"
and "location options" are identical. This makes it hard to know what
button to click. The tooltip does disambiguate it, but has a delay.

Other themes use three vertically stacked dots for the "options" menu;
it might be a good idea to do this in Faenza too.

This is also visible in other applications eg. gitg.

$ lsb_release -rd
Description:Ubuntu 16.04.1 LTS
Release:16.04

$ apt-cache policy faenza-icon-theme 
faenza-icon-theme:
  Installed: 1.3.1-1
  Candidate: 1.3.1-1
  Version table:
 *** 1.3.1-1 500
500 http://mirror.optus.net/ubuntu xenial/universe amd64 Packages
500 http://mirror.optus.net/ubuntu xenial/universe i386 Packages
100 /var/lib/dpkg/status

** Affects: faenza-icon-theme (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "faenza.png"
   https://bugs.launchpad.net/bugs/1618311/+attachment/4730498/+files/faenza.png

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

Title:
  Identical icons for "list view" and "more options".

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/faenza-icon-theme/+bug/1618311/+subscriptions

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


[Bug 1382404] Re: 10ec:b723 Realtek Bluetooth on 8723BE not working

2016-03-13 Thread Jason Heeris
It's timing out on my system. Are you interested in any debugging
information? And if so, should I contact you off this bug report?

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

Title:
  10ec:b723 Realtek Bluetooth on 8723BE not working

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

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


[Bug 1382404] Re: 10ec:b723 Realtek Bluetooth on 8723BE not working

2016-03-13 Thread Jason Heeris
Pilot6 - is your PPA expected to work with the 3.19 kernel?

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

Title:
  10ec:b723 Realtek Bluetooth on 8723BE not working

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

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


[Bug 1382404] Re: 10ec:b723 Realtek Bluetooth on 8723BE not working

2016-03-13 Thread Jason Heeris
That documentation suggests I need to install a mainline kernel from
http://kernel.ubuntu.com/~kernel-ppa/mainline/. But I don't see any
linux-firmware packages in there. Is there a specific place I should get
a recent firmware package from?

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

Title:
  10ec:b723 Realtek Bluetooth on 8723BE not working

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

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


[Bug 1382404] Re: 10ec:b723 Realtek Bluetooth on 8723BE not working

2016-03-13 Thread Jason Heeris
Using linux-firmware _1.156_all.deb I get a slightly different outcome.
Now when I run "dmesg | grep -i blue" after boot, there are no results.
After I use Gnome's bluetooth settings window to try to connect to a
device, the log contains:

$ dmesg | grep -i blue
[   54.843287] Bluetooth: hci0 command 0x0405 tx timeout
[   94.867230] Bluetooth: hci0 command 0x0408 tx timeout

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

Title:
  10ec:b723 Realtek Bluetooth on 8723BE not working

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

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


[Bug 1382404] Re: 10ec:b723 Realtek Bluetooth on 8723BE not working

2016-03-13 Thread Jason Heeris
> You need to report a bug to the kernel bluetooth maintainers, since
they claim to support these devices.

I thought this was a bug report against the kernel. Or should I open a
new one?

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

Title:
  10ec:b723 Realtek Bluetooth on 8723BE not working

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

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


[Bug 1382404] Re: 10ec:b723 Realtek Bluetooth on 8723BE not working

2016-03-13 Thread Jason Heeris
> You need to have both "rtlwifi-new" and "rtl8723au-bt" packages.

Yep, had both 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/1382404

Title:
  10ec:b723 Realtek Bluetooth on 8723BE not working

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

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


[Bug 1382404] Re: 10ec:b723 Realtek Bluetooth on 8723BE not working

2016-03-13 Thread Jason Heeris
Sorry, crossed signals with Pilot6 above.

> If you installed a driver from the git repository, you need to remove
it.

I presumed that reinstalling linux-firmware and installing a new kernel
would do this. Is that correct?

> You need to install firmware that has a file for this adapter

I'll give the linked firmware package a try, thanks.

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

Title:
  10ec:b723 Realtek Bluetooth on 8723BE not working

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

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


[Bug 1382404] Re: 10ec:b723 Realtek Bluetooth on 8723BE not working

2016-03-13 Thread Jason Heeris
Same results with Pilot6's PPA (0x0408 tx timeout). Although I don't
think his PPA was ever intended to work with the 4.x series kernel.

So — is there anything I can do to help with this?

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

Title:
  10ec:b723 Realtek Bluetooth on 8723BE not working

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

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

[Bug 1382404] Re: 10ec:b723 Realtek Bluetooth on 8723BE not working

2016-03-13 Thread Jason Heeris
Installing linux-firmware 1.149.3 got rid of the "Failed to load..."
message, but bluetooth still fails to work. That is, when I try to
connect devices that worked with Tan's firmware, it just times out. In
this case, I see:

$ dmesg | grep -i blue
[1.148451] usb 1-7: Product: Bluetooth Radio 
[4.794803] Bluetooth: Core ver 2.20
[4.794815] Bluetooth: HCI device and connection manager initialized
[4.794817] Bluetooth: HCI socket layer initialized
[4.794818] Bluetooth: L2CAP socket layer initialized
[4.794822] Bluetooth: SCO socket layer initialized
[4.820754] Bluetooth: RFCOMM TTY layer initialized
[4.820770] Bluetooth: RFCOMM socket layer initialized
[4.820773] Bluetooth: RFCOMM ver 1.11
[4.834749] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[4.834752] Bluetooth: BNEP filters: protocol multicast
[4.834755] Bluetooth: BNEP socket layer initialized
[5.400708] Bluetooth: hci0: rtl: examining hci_ver=06 hci_rev=000b 
lmp_ver=06 lmp_subver=8723
[5.400711] Bluetooth: hci0: rtl: loading rtl_bt/rtl8723b_fw.bin
[5.401679] Bluetooth: hci0: rom_version status=0 version=1
[   13.017962] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[   13.017967] Bluetooth: HIDP socket layer initialized
[   29.358035] Bluetooth: hci0 command 0x0405 tx timeout
[   69.422028] Bluetooth: hci0 command 0x0408 tx timeout

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

Title:
  10ec:b723 Realtek Bluetooth on 8723BE not working

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

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


[Bug 1382404] Re: 10ec:b723 Realtek Bluetooth on 8723BE not working

2016-03-13 Thread Jason Heeris
I've upgraded to a 4.2.0 kernel, Bluetooth isn't even recognised now.

The "Bluetooth: hci0: Failed to load rtl_bt/rtl8723b_fw.bin" line in
dmesg looks suspicious, but I have no idea how to fix it.

I was previously using Troy Tan's firmware, but my understanding is that
reinstalling linux-firmware and a new kernel should completely revert
whatever it does.

Diagnostic info:


$ cat /etc/lsb-release; uname -a
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04.4 LTS"
Linux tali 4.2.0-32-generic #37~14.04.1-Ubuntu SMP Fri Feb 26 19:15:06 UTC 2016 
x86_64 x86_64 x86_64 GNU/Linux

$ dmesg | grep -i blue
[1.142923] usb 1-7: Product: Bluetooth Radio 
[5.893475] Bluetooth: Core ver 2.20
[5.893487] Bluetooth: HCI device and connection manager initialized
[5.893489] Bluetooth: HCI socket layer initialized
[5.893491] Bluetooth: L2CAP socket layer initialized
[5.893495] Bluetooth: SCO socket layer initialized
[6.043106] Bluetooth: RFCOMM TTY layer initialized
[6.043114] Bluetooth: RFCOMM socket layer initialized
[6.043120] Bluetooth: RFCOMM ver 1.11
[6.048093] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[6.048096] Bluetooth: BNEP filters: protocol multicast
[6.048101] Bluetooth: BNEP socket layer initialized
[6.250300] Bluetooth: hci0: rtl: examining hci_ver=06 hci_rev=000b 
lmp_ver=06 lmp_subver=8723
[6.250304] Bluetooth: hci0: rtl: loading rtl_bt/rtl8723b_fw.bin
[6.250332] bluetooth hci0: Direct firmware load for rtl_bt/rtl8723b_fw.bin 
failed with error -2
[6.250334] Bluetooth: hci0: Failed to load rtl_bt/rtl8723b_fw.bin

$  lspci | grep -i real
03:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe 
Wireless Network Adapter
04:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. Device 5287 
(rev 01)
04:00.1 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 
PCI Express Gigabit Ethernet Controller (rev 12)



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

Title:
  10ec:b723 Realtek Bluetooth on 8723BE not working

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

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


[Bug 1369187] Re: Installation on Macs could use EFI booting instead of legacy BIOS

2015-09-22 Thread Jason Heeris
I went through the Debian package submission/mentor process years ago
(for RabbitVCS) and would rather not repeat the experience.

I'm happy to keep my packages' metadata up to date with the latest
Debian standards, and happy to support what I publish (on
Github/PPAs/etc.), and happy to take back changes from Debian
maintainers, but I have no desire to subject myself to Debian's package
submission purgatory again.

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

Title:
  Installation on Macs could use EFI booting instead of legacy BIOS

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

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


[Bug 1369187] Re: Installation on Macs could use EFI booting instead of legacy BIOS

2015-09-22 Thread Jason Heeris
I definitely don't mind! Note that the github repo has packaging
branches that might be a good starting point. Feel free to email me if
you have any problems or feedback.

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

Title:
  Installation on Macs could use EFI booting instead of legacy BIOS

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

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


[Bug 1382404] Re: 10ec:b723 Realtek Bluetooth on 8723BE not working

2015-06-27 Thread Jason Heeris
@Pilot6

Unfortunately it's still not working. I uninstalled the github versions
by reinstalling the kernel via Synaptic. I then installed the packages
you specified (the 8723BE module is definitely built) and power cycled.
Bluetooth devices cannot be found by Gnome's bluetooth settings.

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

Title:
  10ec:b723 Realtek Bluetooth on 8723BE not working

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

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


[Bug 1382404] Re: 10ec:b723 Realtek Bluetooth on 8723BE not working

2015-06-27 Thread Jason Heeris
Yes, I agree. I'd much prefer to be able to install a package instead of
installing the drivers from github. However, if they don't work, they
don't work. I can provide debugging logs if you tell me what would help,
but apart from that, I'd rather have the functioning hardware.

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

Title:
  10ec:b723 Realtek Bluetooth on 8723BE not working

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

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


[Bug 1382404] Re: 10ec:b723 Realtek Bluetooth on 8723BE not working

2015-06-27 Thread Jason Heeris
Well now I can't even get it to work with my previous method. This is
annoying. I've purged or downgraded the packages you listed above — is
there some other thing I have to do to get everything back to a clean
slate?

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

Title:
  10ec:b723 Realtek Bluetooth on 8723BE not working

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

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

[Bug 1382404] Re: 10ec:b723 Realtek Bluetooth on 8723BE not working

2015-06-26 Thread Jason Heeris
I have the RTL8723BE, and the firmware and DKMS from Pilot6's PPA seems
to work. Alas it does not enable Bluetooth; I need to install Troy Tan's
Bluetooth firmware from here: https://github.com/troy-
tan/driver_store/tree/master/bluetooth/8723BE

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

Title:
  10ec:b723 Realtek Bluetooth on 8723BE not working

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

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


[Bug 1382404] Re: 10ec:b723 Realtek Bluetooth on 8723BE not working

2015-06-26 Thread Jason Heeris
Oh, apparently even that doesn't work.  I had to go back and install
rtlwifi_new from source again.

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

Title:
  10ec:b723 Realtek Bluetooth on 8723BE not working

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

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


[Bug 1382404] Re: 10ec:b723 Realtek Bluetooth on 8723BE not working

2015-05-01 Thread Jason Heeris
I've had some (limited) success with the firmware from the Github repo
listed above. Is there anything blocking this becoming available in
current releases? Is there any help needed to move things along?

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

Title:
  10ec:b723 Realtek Bluetooth on 8723BE not working

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

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


[Bug 534070] Re: u3-tool 0.3 fails on cruzer 2GB stick

2015-01-31 Thread Jason Heeris
@Daniel Blueman - I tried to build from that location, but the
configure script is missing. Are the build instructions in INSTALL
out of date?

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

Title:
  u3-tool 0.3 fails on cruzer 2GB stick

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/u3-tool/+bug/534070/+subscriptions

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


[Bug 1385797] [NEW] GLhack changes screen resolution and doesn't reset it

2014-10-25 Thread Jason Heeris
Public bug reported:

Package: glhack 1.2-2
Ubuntu: Ubuntu 14.04.1 LTS 64-bit

Steps to reproduce: run glhack from a terminal.

Upon running GLhack, my resolution is changed to 800x600. GLhack then
crashes, leaving the resolution at that level (with panning enabled). I
have to use xrandr to fix it, or log out and back in.

I'm using the proprietary nvidia driver v 331.38 on a GeForce G105M.

Here's a terminal session showing the problem:

$ xrandr
Screen 0: minimum 8 x 8, current 1366 x 768, maximum 8192 x 8192
VGA-0 disconnected (normal left inverted right x axis y axis)
LVDS-0 connected primary 1366x768+0+0 (normal left inverted right x axis y 
axis) 293mm x 164mm
   1366x768   60.0*+   40.1
HDMI-0 disconnected (normal left inverted right x axis y axis)
$ glhack
Warning: cannot write scoreboard file /var/games/glhack/record
-- glHack: Autodetected video depth: 32 bits per pixel.
-- glHack: Autodetected 5 different video modes.
-- glHack: Selected 800x600...
/var/games/glhack/perm_lock: Operation not permitted
Cannot lock /var/games/glhack/perm for unknown reason (1).
$ xrandr
Screen 0: minimum 8 x 8, current 1366 x 768, maximum 8192 x 8192
VGA-0 disconnected (normal left inverted right x axis y axis)
LVDS-0 connected primary 800x600+0+0 (normal left inverted right x axis y axis) 
293mm x 164mm panning 1366x768+0+0
   1366x768   60.0*+   40.1
HDMI-0 disconnected (normal left inverted right x axis y axis)

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

** Description changed:

  Package: glhack 1.2-2
+ Ubuntu: Ubuntu 14.04.1 LTS 64-bit
  
  Steps to reproduce: run glhack from a terminal.
  
  Upon running GLhack, my resolution is changed to 800x600. GLhack then
  crashes, leaving the resolution at that level (with panning enabled). I
  have to use xrandr to fix it, or log out and back in.
  
+ I'm using the proprietary nvidia driver v 331.38 on a GeForce G105M.
+ 
  Here's a terminal session showing the problem:
  
  $ xrandr
  Screen 0: minimum 8 x 8, current 1366 x 768, maximum 8192 x 8192
  VGA-0 disconnected (normal left inverted right x axis y axis)
  LVDS-0 connected primary 1366x768+0+0 (normal left inverted right x axis y 
axis) 293mm x 164mm
-1366x768   60.0*+   40.1  
+    1366x768   60.0*+   40.1
  HDMI-0 disconnected (normal left inverted right x axis y axis)
  $ glhack
  Warning: cannot write scoreboard file /var/games/glhack/record
  -- glHack: Autodetected video depth: 32 bits per pixel.
  -- glHack: Autodetected 5 different video modes.
  -- glHack: Selected 800x600...
  /var/games/glhack/perm_lock: Operation not permitted
  Cannot lock /var/games/glhack/perm for unknown reason (1).
  $ xrandr
  Screen 0: minimum 8 x 8, current 1366 x 768, maximum 8192 x 8192
  VGA-0 disconnected (normal left inverted right x axis y axis)
  LVDS-0 connected primary 800x600+0+0 (normal left inverted right x axis y 
axis) 293mm x 164mm panning 1366x768+0+0
-1366x768   60.0*+   40.1  
+    1366x768   60.0*+   40.1
  HDMI-0 disconnected (normal left inverted right x axis y axis)

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

Title:
  GLhack changes screen resolution and doesn't reset it

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

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

[Bug 1369187] [NEW] Installation on Macs could use EFI booting instead of legacy BIOS

2014-09-13 Thread Jason Heeris
Public bug reported:

I recently installed Ubuntu 14.04.1 LTS (Trusty) on my Mac Mini 6,1
using the server installer. First I tried the +mac variant, which gave
me a system that booted in legacy BIOS mode, and then then I tried the
normal variant, which gave me an unbootable system.

I eventually got the EFI installation working, resulting in an Ubuntu
installation that boots directly from the Mac bootloader firmware (ie.
no rEFInd/rEFIt). The basic steps are to use an HFS+ filesystem instead
of VFAT for the EFI partition, to bless the EFI boot image, and to
create a couple of files that the Mac bootloader requires.

I wrote the full procedure up as a guide:

http://heeris.id.au/2014/ubuntu-plus-mac-pure-efi-boot/

While my guide only covers single-boot into Ubuntu on a Mac Mini, I hope
there's enough detail there to illustrate what's needed for a more
general case.

Note that grub-efi-amd64 already does the right thing (except for Debian
bug #716927 [1]). The only tool that isn't already in the repos is the
mactel-boot utility (aka. hfsbless), which I've made available in my
PPA[2] (see also the Github repo[3], which has the Ubuntu packaging
metadata in various branches, and is git-buildpackage friendly).

So it should be possible to install Ubuntu in EFI mode on Macs. This
would reduce the options presented to a user when downloading the
installer, and result in a more consistent experience for users across
Windows and Mac.

[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=716927#20
[2] https://launchpad.net/~detly/+archive/ubuntu/mactel-utils
[3] https://github.com/detly/mactel-boot

** Affects: debian-installer (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/1369187

Title:
  Installation on Macs could use EFI booting instead of legacy BIOS

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

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


[Bug 1261192] Re: Incorrect start on condition in upstart script for transmission-daemon

2014-09-03 Thread Jason Heeris
I can confirm that this problem exists in 14.04.1 LTS, and is fixed by
changing the init script as per the original comment.

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

Title:
  Incorrect start on condition in upstart script for transmission-daemon

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

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


[Bug 1243615] Re: Empty Dir::Cache::pkgcache setting not handled correctly: E: Could not open file - open (2: No such file or directory)

2014-08-30 Thread Jason Heeris
This is still a problem on Trusty 14.04 (synaptic 0.81.1ubuntu1).
Because I use a local apt-cacher-ng service, I have this config file:

$ cat /etc/apt/apt.conf.d/02nocache 
Dir::Cache::srcpkgcache ;
Dir::Cache::pkgcache ;

Upon starting, Synaptic displays a dialog box containing:

E: Could not open file  - open (2: No such file or directory)
E: _cache-open() failed, please report.

Closing the box also closes Synaptic.

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

Title:
  Empty Dir::Cache::pkgcache setting not handled correctly: E: Could not
  open file  - open (2: No such file or directory)

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

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


[Bug 971715] Re: Nautilus doesn't show up in alt-tab in GNOME 3

2013-02-05 Thread Jason Heeris
Same problem in Ubuntu 12.10 using gnome-shell 3.6.2-0ubuntu0.2,
nautilus 1:3.5.90.really.3.4.2-0ubuntu4.1

If I restart gnome-shell (Alt+F2 then r), Nautilus appears in the
Alt-Tab dialog.

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

Title:
  Nautilus doesn't show up in alt-tab in GNOME 3

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

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


[Bug 759962] Re: multiple file selection, then properties tab is very long

2011-06-16 Thread Jason Heeris
 can this replace the standard ubuntu rabbitvcs package?

Not my call, sorry. See bug #741562.

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

Title:
  multiple file selection, then properties tab is very long

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

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


[Bug 776937] Re: Nautilus extension stopped working

2011-05-05 Thread Jason Heeris
Are you able to see if this has been fixed in v0.14.2.1 in the PPA?

PPA: https://launchpad.net/~rabbitvcs/+archive/ppa/

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

Title:
  Nautilus extension stopped working

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


[Bug 776937] Re: Nautilus extension stopped working

2011-05-05 Thread Jason Heeris
Hmm. RabbitVCS should work with Python 2.6, so that's technically still
a bug. I'd check the log files (~/.config/rabbitvcs/RabbitVCS.log and
~/.xsession-errors) for any likely looking tracebacks.

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

Title:
  Nautilus extension stopped working

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


[Bug 759962] Re: multiple file selection, then properties tab is very long

2011-04-13 Thread Jason Heeris
Reported upstream:
http://code.google.com/p/rabbitvcs/issues/detail?id=541

** Bug watch added: code.google.com/p/rabbitvcs/issues #541
   http://code.google.com/p/rabbitvcs/issues/detail?id=541

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

Title:
  multiple file selection, then properties tab is very long

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


[Bug 748304] Re: Package description incorrect

2011-04-02 Thread Jason Heeris
You are actually using the version from the upstream PPA, so you should
report bugs against that in the upstream issue tracker :)

The version currently in Ubuntu does not support Git, so the description
in *that* package is correct.

I have opened the issue:

http://code.google.com/p/rabbitvcs/issues/detail?id=535

** Bug watch added: code.google.com/p/rabbitvcs/issues #535
   http://code.google.com/p/rabbitvcs/issues/detail?id=535

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

Title:
  Package description incorrect

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


[Bug 741562] Re: outdated package, upgrade inquiry

2011-03-24 Thread Jason Heeris
The Ubuntu package is updated when the Debian package is updated. Now,
I'm the maintainer for the package in Debian, but after trying for
months to get the Debian Python Modules Team to upload new versions for
me, and being ignored, I gave up.

Perhaps it's time to try again before putting the package up for
adoption.

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

Title:
  outdated package, upgrade inquiry

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



[Bug 667130] Re: rabbitvcs maxes out cpu, ram after reboot and left idle for some time

2010-10-26 Thread Jason Heeris
Which RabbitVCS process has taken off, specifically? htop or the GNOME
system monitor should give you this information somewhere.

I can't remember off the top of my head, but does 0.13.3 have the
Status Checker tab in the settings dialog? If it's one of the
background status checker processes, you can look there for more
information too (get the PID from htop or system monitor, see which
helper process it is ).

-- 
rabbitvcs maxes out cpu, ram after reboot and left idle for some time
https://bugs.launchpad.net/bugs/667130
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 237386] Re: [needs-packaging] RabbitVCS

2010-06-13 Thread Jason Heeris
RabbitVCS is now in Debian and has been migrated through to Ubuntu
(Maverick).

** Changed in: ubuntu
   Status: In Progress = Fix Committed

** Changed in: ubuntu
   Status: Fix Committed = Fix Released

-- 
[needs-packaging] RabbitVCS
https://bugs.launchpad.net/bugs/237386
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 237386] Re: [needs-packaging] RabbitVCS

2010-06-13 Thread Jason Heeris
(I hope my status change was appropriate... yell at me if not.)

-- 
[needs-packaging] RabbitVCS
https://bugs.launchpad.net/bugs/237386
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 237386] Re: [needs-packaging] NautilusSvn

2010-01-24 Thread Jason Heeris
I'd also like to add that I have requested sponsorship for Debian a few
times, but to no avail. If it makes it into Debian, it should make its
way into Ubuntu naturally.

-- 
[needs-packaging] NautilusSvn
https://bugs.launchpad.net/bugs/237386
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 2462] Re: mail-notifcation hogging the CPU polling when internet connection lost

2009-12-22 Thread Jason Heeris
Whoever might be looking at this, are you aware that someone has
supplied a patch in the duplicate report #182923?

See:
https://bugs.launchpad.net/mail-notification/+bug/182923

-- 
mail-notifcation hogging the CPU polling when internet connection lost
https://bugs.launchpad.net/bugs/2462
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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