[Touch-packages] [Bug 1705534] [NEW] "lvs" exits with status 0 after failing

2017-07-20 Thread Jonathan Kamens
Public bug reported: $ sudo lvs --noheadings -o vg_name /tmp [sudo] password for jik: "/tmp": Invalid path for Logical Volume. $ echo $? 0 $ The exit status there after I've provided an invalid logical volume path and the program has printed an error message clearly should not be 0.

[Touch-packages] [Bug 1701068] Re: motd is advertising HBO's Silicon Valley

2017-06-29 Thread Jonathan Carter
@Mikko It should really have no place at all in something that you'd like to call a free operating system. Unfortunately Canonical strongly disagrees with that position. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1696502] [NEW] Suspend laptop while ethernet is connected with wifi disabled, unplug ethernet, wake laptop, NetworkManager never recovers

2017-06-07 Thread Jonathan Kamens
Public bug reported: Repro steps: 1. Configure ethernet not to enable automatically when plugged in. 2. Plug laptop into ethernet and enable ethernet connection. 3. Disable wifi. 4. Confirm that you have network connectivity. 5. Suspend laptop. 6. Unplug ethernet. 7. Wake laptop. NetworkManager

[Touch-packages] [Bug 1655431] Re: apt-helper / update-notifier / ttf-mscorefonts-installer download failure (regression)

2017-06-05 Thread Jonathan Kamens
The bug of which this one was previously marked a duplicate (I unmarked it) was fixed months ago, and yet I'm still getting this email from cron.daily every single day: >/etc/cron.daily/update-notifier-common: >ttf-mscorefonts-installer: processing... The problem at this point seems to have

[Touch-packages] [Bug 1691996] Re: DNS and search domain is not pushed to systemd-resolved sometimes

2017-05-23 Thread Jonathan Harker
The DNS for the tun0 of my OpenVPN connection completely fails. There's nothing in systemd-resolve --status or /var/run/resolv.conf or /etc or any of the other usual places; I don't have time to go digging so I shove stuff in /etc/hosts for now. Pretty useless state of affairs, all told... --

[Touch-packages] [Bug 1692316] Re: can't delete printer

2017-05-21 Thread Jonathan Kamens
Note: after many attempts, when I stopped cups one more time after reporting the bug, the printer disappeared from printers.conf. I suspect that this may have been a permissions issue. I did chmod -R ugo+rwX /etc/cups before attempting to delete the printer to see if it was, but that didn't help.

[Touch-packages] [Bug 1692316] [NEW] can't delete printer

2017-05-21 Thread Jonathan Kamens
Public bug reported: Trying to delete a printer through either system-config-printer or http://localhost:631/printers. Both claim that the printer was deleted, but it doesn't go away. Cups logs: localhost - root [21/May/2017:08:58:17 -0400] "POST /admin/ HTTP/1.1" 200 103 - - localhost - root

[Touch-packages] [Bug 1691826] Re: systemd script for sshd allows it to start too early should wait for authentication services...

2017-05-19 Thread Jonathan Gutow
I recreated the sshd account locally on the machine and it now starts the sshd daemon correctly using the default ssh.service file. I am withdrawing this bug report. If I see the sshd account disappear again, I will open another bug report on that. ** No longer affects: cloud-init (Ubuntu) --

[Touch-packages] [Bug 1691826] Re: systemd script for sshd allows it to start too early should wait for authentication services...

2017-05-19 Thread Jonathan Gutow
1. I did not intend to set it up as cloud-init. I assumed it got flagged because I tagged it with systemd-boot. Sorry if that messed things up. I'm not even sure what packages cloud-init covers. If it is not appropriate, it should be deleted. 2. The system this resides on is part of a cluster

[Touch-packages] [Bug 1438682] Re: Shutdown hangs with systemd and NFS mount

2017-05-17 Thread Jonathan Schoreels
*** This bug is a duplicate of bug 1438612 *** https://bugs.launchpad.net/bugs/1438612 The same on 17.04 Linux 4.10.0-21-generic #23-Ubuntu SMP Fri Apr 28 16:14:22 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1643169] Re: package libunity-scopes1.0:amd64 1.0.7+16.10.20160921-0ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-05-05 Thread Jonathan
After doing `sudo -H pip3 uninstall click` I still get errors, but now they say click is missing. So I do `sudo apt install unity-scope-click` and then I get errors saying libunity-scopes1.0:amd64 needs configuring. Help, i'm in a loop -- You received this bug notification because you are a

[Touch-packages] [Bug 1683179] Re: Variables set inside files executed with do not visible to script

2017-04-16 Thread Jonathan Kamens
Hmm. I see this in the output of perl -V: DEBPKG:debian/document_inc_removal - Document in perlvar that we remove '.' from @INC by default So I guess this is a conscious decision to remove "." from @INC in Perl in Zesty? Is this documented anywhere other than the perlvar man page? Like

[Touch-packages] [Bug 1683179] [NEW] Variables set inside files executed with do not visible to script

2017-04-16 Thread Jonathan Kamens
Public bug reported: I just downloaded and compiled stock Perl 5.24.1 without any Ubuntu packages. Then I put this in a file called foo.pl: --cut do 'froodle.conf'; print $froodle, "\n"; --cut and this in froodle.conf: --cut $froodle = 'freedle'; --cut Then I ran "perl foo.pl" with the stock

[Touch-packages] [Bug 1682820] Re: While upgrading to 17.04: package python3 3.5.1-4 failed to install/upgrade: pre-dependency problem - not installing python3

2017-04-14 Thread Jonathan Hartley
Apologies, the comment above should have read: $ sudo apt install synaptic [sudo] password for jhartley: Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt --fix-broken install' to correct these. The following packages have

[Touch-packages] [Bug 1682820] Re: While upgrading to 17.04: package python3 3.5.1-4 failed to install/upgrade: pre-dependency problem - not installing python3

2017-04-14 Thread Jonathan Hartley
I can't install synaptic, or anything else, because 'apt' fails to run, with: $ apt-cache policy python3-minimal python3-minimal: Installed: 3.5.3-1 Candidate: 3.5.3-1 Version table: *** 3.5.3-1 500 500 http://gb.archive.ubuntu.com/ubuntu zesty/main amd64 Packages 100

[Touch-packages] [Bug 1682820] Re: While upgrading to 17.04: package python3 3.5.1-4 failed to install/upgrade: pre-dependency problem - not installing python3

2017-04-14 Thread Jonathan Hartley
Other potentially useful apt commands also fail with the same error: apt --fix-broken install apt autoremove -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to python3-defaults in Ubuntu. https://bugs.launchpad.net/bugs/1682820

[Touch-packages] [Bug 1682820] [NEW] While upgrading to 17.04: package python3 3.5.1-4 failed to install/upgrade: pre-dependency problem - not installing python3

2017-04-14 Thread Jonathan Hartley
Public bug reported: I got this error while upgrading from 16.10 to 17.04, along with the same Python traceback as below. After a reboot, I seem to now be on 17.04. I had just successfully upgraded from 16.04 to 16.10 with no problems. When the error occurred, I was advised by a dialog to try

[Touch-packages] [Bug 1681552] Re: libtiff5; Internal error, unknown tag

2017-04-10 Thread Jonathan Olson
Minimal code and sample image to reproduce error. ** Attachment added: "Minimal code and sample image to reproduce error" https://bugs.launchpad.net/ubuntu/+source/tiff/+bug/1681552/+attachment/4859864/+files/test.tar.gz -- You received this bug notification because you are a member of

[Touch-packages] [Bug 1681552] [NEW] libtiff5; Internal error, unknown tag

2017-04-10 Thread Jonathan Olson
Public bug reported: When calling libtiff5 through libfreeimage3 on a fresh (~month old) install of xenial. No tiff tags are recognized from the defined list in tiff.h (installed with libtiff5-dev) from the EXIF section. Each call to load a tiff results in the following non fatal errors being

[Touch-packages] [Bug 1677054] [NEW] package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2017-03-28 Thread Jonathan Stone
Public bug reported: I'm new to Ubuntu, no clue what happened. Just tried to install an OS update from the software manager. ProblemType: Package DistroRelease: Ubuntu 16.04 Package: cups-daemon 2.1.3-4 ProcVersionSignature: Ubuntu 4.4.0-66.87-generic 4.4.44 Uname: Linux 4.4.0-66-generic x86_64

[Touch-packages] [Bug 1650981] [NEW] package libsystemd0:amd64 231-9ubuntu2 failed to install/upgrade: package libsystemd0:amd64 231-9ubuntu2 cannot be configured because libsystemd0:i386 is at a diff

2016-12-18 Thread Jonathan Polak
Public bug reported: during routine aptitude upgrade ubuntu 16.10 libsystemd 231-9ubuntu2 ProblemType: Package DistroRelease: Ubuntu 16.10 Package: libsystemd0:amd64 231-9ubuntu2 ProcVersionSignature: Ubuntu 4.8.0-30.32-generic 4.8.6 Uname: Linux 4.8.0-30-generic x86_64 ApportVersion:

[Touch-packages] [Bug 1637784] [NEW] NO UDATES

2016-10-29 Thread jonathan
Public bug reported: CANT UPDATE ProblemType: Bug DistroRelease: Ubuntu 16.10 Package: xorg 1:7.7+13ubuntu3 ProcVersionSignature: Ubuntu 4.4.0-45.66-generic 4.4.21 Uname: Linux 4.4.0-45-generic x86_64 .tmp.unity_support_test.1: ApportVersion: 2.20.1-0ubuntu2.1 Architecture: amd64

[Touch-packages] [Bug 1636631] [NEW] DISC SPACE NONE LEFT

2016-10-25 Thread jonathan
Public bug reported: DISC NOT ENOUGH SPACE ProblemType: Bug DistroRelease: Ubuntu 16.10 Package: xorg 1:7.7+13ubuntu4 ProcVersionSignature: Ubuntu 4.8.0-27.29-generic 4.8.1 Uname: Linux 4.8.0-27-generic x86_64 .tmp.unity_support_test.0: ApportVersion: 2.20.3-0ubuntu8 Architecture: amd64

[Touch-packages] [Bug 1633319] Re: memory leak in indicator-datetime

2016-10-16 Thread Jonathan Brier
I've been able to narrow down on my system that enabling "Evolution Data Server" for Access to the Google Calendar is the trigger for this memory issue. See the three screenshots. I even removed and reauthorized the Google account access with no change. First screenshot shows the Evolution Data

[Touch-packages] [Bug 1633319] Re: memory leak in indicator-datetime

2016-10-14 Thread Jonathan Brier
Ran valgrind on the indicator-datetime-service with the following command trying to track down the origin of the issue. The following command and parameters were used: G_SLICE=always-malloc G_DEBUG=gc-friendly valgrind -v --tool=memcheck --leak-check=full --num-callers=40

[Touch-packages] [Bug 1633319] [NEW] memory leak in indicator-datetime

2016-10-13 Thread Jonathan Brier
Public bug reported: After upgrading from 16.04 to 16.10 on the System76 Serval WS indicator- datetime-service is consuming all the system memory from 3.7GB up to 32 GB in 30 seconds. The system kills the indicator-datetime-service process and indicator-datetime-service restarts and memory

[Touch-packages] [Bug 1625826] [NEW] bluetooth broken: requires OS X boot

2016-09-20 Thread jonathan chetwynd
Public bug reported: using mac mini 6.1, dual boot, but only Ubuntu 12.04 LTS used for many years. I never had any problem using apple aluminium bluetooth keyboard I recently upgraded to 16.04, everything was fine for about a month, then bluetooth failed to load on start, via search engine

[Touch-packages] [Bug 201391] Re: Headset volume control doesn't change headset volume

2016-09-01 Thread Jonathan Neufeld
This is still an issue in Kubuntu 16.04, if I adjust the volume via the volume controls on my Logitech ClearChat PC Wireless headset, it adjusts the volume for ALL devices instead of the just the one device. -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1612669] Re: wrong PPA series used if system name not Ubuntu

2016-08-18 Thread Jonathan Riddell
** Changed in: software-properties (Ubuntu Xenial) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to software-properties in Ubuntu. https://bugs.launchpad.net/bugs/1612669 Title:

[Touch-packages] [Bug 1612669] Re: wrong PPA series used if system name not Ubuntu

2016-08-12 Thread Jonathan Riddell
Hello Horald, or anyone else affected, Accepted software-properties into xenial-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source /software-properties/0.96.20.4 in a few hours, and then in the -proposed repository. Please help us by testing this new

[Touch-packages] [Bug 1579246] Re: Ubuntu 16.04 nm-applet-Message: No keyring secrets found for

2016-08-08 Thread Jonathan Byrne
This affects me also. I work for a big Silicon Valley company with about 30,000 engineers. Mac is probably the majority platform in engineering, but there are a lot of us using Linux, too. This is kind of a big deal. Except for the fact that 802.1x works on wireless, this would be a BIG deal,

[Touch-packages] [Bug 1607464] [NEW] Postscript error during printing

2016-07-28 Thread Jonathan Scheff
Public bug reported: Ubuntu 16.0.4 HP network printer Prints document, except for last page, with this output: ERROR: undefined OFFENDING COMMAND: ...Undefined STACK: {the rest of the error has varied; sometimes numbers like -699.95, -300.0, -mark-, and others} ProblemType: Bug DistroRelease:

[Touch-packages] [Bug 1536165] Re: X server hangs on start when DisplayPort is connected

2016-07-06 Thread Jonathan Kamens
>I'm not sure what you are going on about, but you found an offense where none was given. "You're not allowed to be offended unless I say you're allowed to be offended." >Despite this, since you aren't interested in pursuing this further, there is nothing further to do with this report. Your

[Touch-packages] [Bug 1536165] Re: X server hangs on start when DisplayPort is connected

2016-07-06 Thread Jonathan Kamens
By the way, perhaps I would be more likely to be willing to help more if you hadn't made a snotty comment about bug-reporting etiquette when you asked me to update my BIOS. A comment which, oddly, appears to have disappeared. I find it quite disconcerting that people are apparently able to make

[Touch-packages] [Bug 1536165] Re: X server hangs on start when DisplayPort is connected

2016-07-06 Thread Jonathan Kamens
Good grief. I took the time to submit the bug. I took the time to upgrade my BIOS and report to you that it's still broken after doing so. I have a solution to my problem -- using the nvidia driver instead of nouveau -- so the marginal value to me in continuing to invest time and effort in this

[Touch-packages] [Bug 1536165] Re: X server hangs on start when DisplayPort is connected

2016-07-06 Thread Jonathan Kamens
>If you update to this following https://help.ubuntu.com/community/BIOSUpdate does it change anything? No. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/bugs/1536165 Title: X

[Touch-packages] [Bug 1536165] Re: X server hangs on start when DisplayPort is connected

2016-07-06 Thread Jonathan Kamens
>1) Please provide the output of the following terminal command (not perform an >apport-collect): >sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date $ sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date [sudo] password for jik: R01-A4 05/18/2016 $ **

[Touch-packages] [Bug 1560373] Re: network indicator shows no connection but browser works

2016-05-27 Thread Jonathan Pelletier
On Frieza again, in my case the phablet user no longer had permissions. `nmcli general permissions` would list "no" for all permissions. After using `loginctl activate c1` I was able to enable and disable wifi from the network indicator. -- You received this bug notification because you are a

[Touch-packages] [Bug 1556459] Re: [Lenovo ThinkPad W530] Regression: cannot set up 3 display configuration any more (Optimus)

2016-05-25 Thread Jonathan Mugan
I think I have the same issue on a new install. I try to turn off mirroring and get GDBus.Error:org.gtk.GDBus.UnmappedGError.Quark._gsd_2drr_2derror_2dquark.Code2: could not set the configuration for CRTC 64 -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1560373] Re: network indicator shows no connection but browser works

2016-05-23 Thread Jonathan Pelletier
Using OTA 10.1 on Aquaris M10 I have confirmed `nmcli` still works to turn on and off the wifi radio. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to indicator-network in Ubuntu. https://bugs.launchpad.net/bugs/1560373

[Touch-packages] [Bug 1054927] Re: Autoupdater fills /boot and crashes because old kernel images are never removed

2016-05-15 Thread Jonathan
This is some commands that will auto-detect your kernal and remove the old ones. Follow carefully http://askubuntu.com/a/259092/114641 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unattended-upgrades in Ubuntu.

[Touch-packages] [Bug 1054927] Re: Autoupdater fills /boot and crashes because old kernel images are never removed

2016-05-15 Thread Jonathan
I am unable to update to Ubuntu 16.04 because of this problem. GParted will not let me expand the size of boot. Running sudo apt-get clean does not fix the issue. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1559308] Re: Plugging HDMI screen in causes system hang

2016-04-28 Thread Jonathan Hartley
I reported earlier that the crash only happens for me when I move the mouse pointer from my external monitor to the laptop primary display. I just reproduced again when moving the mouse pointer the other way: It was fine with the mouse cursor on the laptop primary display for a while (2 minutes,

[Touch-packages] [Bug 1559308] Re: Plugging HDMI screen in causes system hang

2016-04-28 Thread Jonathan Hartley
@Scott: This bug only started happening for me when I upgraded from 15.10 to 16.04. You could try installing 15.10 and maybe it will be fine for you, and you can use that until a fix appears. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1559308] Re: Plugging HDMI screen in causes system hang

2016-04-28 Thread Jonathan Hartley
It crosses my mind that as well as the HDMI output, my laptop also has a mini display port. Does anyone have a feel for whether it's worth buying an mini display port adaptor or cable to test whether that behaves the same? -- You received this bug notification because you are a member of Ubuntu

[Touch-packages] [Bug 1576193] [NEW] software-properties-gtk complains about Gdk being imported without a version

2016-04-28 Thread Jonathan Kamens
Public bug reported: jik@jik5:~$ software-properties-gtk & [1] 6387 jik@jik5:~$ /usr/lib/python3/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py:40: PyGIWarning: Gdk was imported without specifying a version first. Use gi.require_version('Gdk', '3.0') before import to ensure that

[Touch-packages] [Bug 1559308] Re: Plugging HDMI screen in causes system hang

2016-04-27 Thread Jonathan Hartley
If I have an external monitor, then I get a crash when when I move my mouse cursor on to the primary (laptop) display. I get the same traceback in my syslog as that posted above by @shinyblue. My graphics card is the integrated Intel HD Graphics 520 Mobile, i5 6200U, using driver i915_bpo. My

[Touch-packages] [Bug 1568429] Re: Radeon won't work with KMS enabled

2016-04-22 Thread Jonathan
I read you Phoronix comment while updating my own copy from 14.04. Personal update went fine while using almost same card (HD 5750.) but was already using radeon driver. >From what I gather you were using catalyst before update. Any idea if radeon driver worked with older version? X with

[Touch-packages] [Bug 1439710] Re: Indicator failed to show cellular icon

2016-04-08 Thread Jonathan Cave
** Changed in: indicator-network (Ubuntu) Assignee: Jonathan Cave (jocave) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to indicator-network in Ubuntu. https://bugs.launchpad.net/bugs/1439710 Ti

[Touch-packages] [Bug 1558125] [NEW] ntpd doesn't synchronize to local clock (ntpd 4.2.8p4/xenial)

2016-03-19 Thread Jonathan Sylvain
Public bug reported: Ubuntu 16.04 (Xenial Xerus development branch) ntpd version: 1:4.2.8p4+dfsg-3ubuntu3 Source available at: http://packages.ubuntu.com/source/xenial/ntp Using the local clock as a source for ntpd doesn't work anymore This appears to have already been fixed in 4.2.8p5 as per

[Touch-packages] [Bug 1467695] Re: Alt-Grave (`) switcher has flickering/pulsing shadow artifacts

2016-03-19 Thread Jonathan Sahagun
Hello, one question: Is everyone affected by this bug using indicator- multiload? I noticed just now that the frequency of the "pulsing" effect depends directly on the rate of update of the multiload indicator. Removing the multiload indicator here on my computer also stopped the pulsing effect.

[Touch-packages] [Bug 1558125] Re: ntpd doesn't synchronize to local clock (ntpd 4.2.8p4/xenial)

2016-03-19 Thread Jonathan Sylvain
Tested and confirmed it's working now. There appears to be a behavioural change from 4.2.6 to 4.2.8 when using the local clock as a source. In 4.2.6 the sync would be almost instantaneous while on 4.2.8 it will poll itself for a while before syncing as if it were an external resource. I was

[Touch-packages] [Bug 1342123] Re: evolution-calendar-factory always running with high memory usage

2016-03-13 Thread Jonathan Sahagun
@ledoc Hi Eric, same as you, I later realized that a certain delay was needed for it to work reliably, since there'd be times when the autostart entry would get invoked before the datetime indicator. The Exec line on my .desktop file now reads like this: Exec=bash -c 'sleep 1m;

[Touch-packages] [Bug 1467695] Re: Alt-Grave (`) switcher has flickering/pulsing shadow artifacts

2016-02-25 Thread Jonathan Sahagun
Hello, a workaround that I have discovered is to disable framebuffer objects in the Compiz OpenGL plugin: gsettings set org.compiz.opengl:/org/compiz/profiles/unity/plugins/opengl/ framebuffer-object false Enter that in the terminal and it would take effect immediately; no logout required. Of

[Touch-packages] [Bug 1547662] Re: user systemd services are not started on login

2016-02-22 Thread Jonathan Kamens
OK then. Sorry for bothering you. The documentation on this stuff is... sparse and difficult to navigate. I'll make the change and reopen or open a new ticket if it still isn't working. ** Changed in: systemd (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification

[Touch-packages] [Bug 1547662] Re: user systemd services are not started on login

2016-02-22 Thread Jonathan Kamens
# /home/jik/.config/systemd/user/eruv.service [Unit] Description=Eruv status checker [Service] ExecStart=/home/jik/scripts/eruv.pl [Install] WantedBy=multi-user.target ** Changed in: systemd (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are a

[Touch-packages] [Bug 1547662] [NEW] user systemd services are not started on login

2016-02-22 Thread Jonathan Kamens
Public bug reported: I have two user systemd services, which you can see running here: ● [hostname elided] State: running Jobs: 0 queued Failed: 0 units Since: Tue 2016-02-16 20:03:38 EST; 2 days ago CGroup: /user.slice/user-1000.slice/user@1000.service ├─1922

[Touch-packages] [Bug 1342123] Re: evolution-calendar-factory always running with high memory usage

2016-02-09 Thread Jonathan Sahagun
Small update: > Bill Filler (bfiller) wrote on 2014-09-23: > I'm assuming evolution-calendar-factory gets loaded by indicator-datetime > initially such that the indicator can show calendar events. As a troubleshooting step, I tried disabling the Upstart entry for indicator-datetime-service so

[Touch-packages] [Bug 1342123] Re: evolution-calendar-factory always running with high memory usage

2016-02-08 Thread Jonathan Sahagun
If anyone is interested in a workaround, here's something that seems to work on my Ubuntu install. I noticed that running /usr/lib/evolution/evolution-calendar-factory by itself manually will cause it to perform some initializations and terminate after a few seconds. I'm not using any

[Touch-packages] [Bug 1322275] Re: lightdm sessions started by dm-tool lock (or a session locker) never get closed

2016-01-29 Thread Jonathan Sahagun
Hello, here's what I did on my Xubuntu installation that seems to work: In this file: /etc/xdg/xdg-xubuntu/lightdm/ In line 27, in a default installation, it reads: show-indicators=power;~session;~language;~a11y;~power; Remove the first "power" entry, leaving only the built-in indicators:

[Touch-packages] [Bug 1322275] Re: lightdm sessions started by dm-tool lock (or a session locker) never get closed

2016-01-29 Thread Jonathan Sahagun
Hi Sergio, Yes I did mean /etc/xdg/xdg-xubuntu/lightdm/lightdm-gtk-greeter.conf , thanks for that. Here's what I have for x-1-greeter.log: (lightdm-gtk-greeter:2212): Gtk-CRITICAL **: gtk_container_foreach: assertion 'GTK_IS_CONTAINER (container)' failed (lightdm-gtk-greeter:2212):

[Touch-packages] [Bug 1519370] Re: can't switch to USB headset after plugging it in

2016-01-23 Thread Jonathan Kamens
I don't understand why this bug was marked "Incomplete" and subsequently "Expired". As far as I can tell, at no time was I asked to provide any additional information. Some clarification? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1536294] Re: Network filesystems don't mount on boot

2016-01-21 Thread Jonathan Kamens
My computer was newly installed with 15.10, no prior Ubuntu version, so I don't know whether the problem is new in this release. I don't see how a upstream kernel would be relevant. This is not a kernel issue, it's an issue with systemd trying to mount filesystems before the network is all the

[Touch-packages] [Bug 1536294] ProcEnviron.txt

2016-01-20 Thread Jonathan Kamens
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1536294/+attachment/4553542/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu.

[Touch-packages] [Bug 1536294] UdevDb.txt

2016-01-20 Thread Jonathan Kamens
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1536294/+attachment/4553554/+files/UdevDb.txt ** Changed in: systemd (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1536294] JournalErrors.txt

2016-01-20 Thread Jonathan Kamens
apport information ** Attachment added: "JournalErrors.txt" https://bugs.launchpad.net/bugs/1536294/+attachment/4553538/+files/JournalErrors.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu.

[Touch-packages] [Bug 1536294] SystemdDelta.txt

2016-01-20 Thread Jonathan Kamens
apport information ** Attachment added: "SystemdDelta.txt" https://bugs.launchpad.net/bugs/1536294/+attachment/4553545/+files/SystemdDelta.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu.

[Touch-packages] [Bug 1313513] Re: mountall does not honour _netdev

2016-01-20 Thread Jonathan Kamens
OK. Couldn't find another bug about this with systemd, so created #1536294. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mountall in Ubuntu. https://bugs.launchpad.net/bugs/1313513 Title: mountall does not honour

[Touch-packages] [Bug 1536294] Dependencies.txt

2016-01-20 Thread Jonathan Kamens
apport information ** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/1536294/+attachment/4553537/+files/Dependencies.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu.

[Touch-packages] [Bug 1536294] Lsusb.txt

2016-01-20 Thread Jonathan Kamens
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1536294/+attachment/4553540/+files/Lsusb.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu.

[Touch-packages] [Bug 1536294] ProcCpuinfo.txt

2016-01-20 Thread Jonathan Kamens
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1536294/+attachment/4553541/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu.

[Touch-packages] [Bug 1536294] Lspci.txt

2016-01-20 Thread Jonathan Kamens
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1536294/+attachment/4553539/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu.

[Touch-packages] [Bug 1536294] ProcInterrupts.txt

2016-01-20 Thread Jonathan Kamens
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1536294/+attachment/4553543/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu.

[Touch-packages] [Bug 1536294] WifiSyslog.txt

2016-01-20 Thread Jonathan Kamens
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1536294/+attachment/4553535/+files/WifiSyslog.txt ** Package changed: linux (Ubuntu) => systemd (Ubuntu) ** Description changed: Ubuntu 15.10, I have several CIFS filesystems listed in /etc/fstab.

[Touch-packages] [Bug 1536294] CurrentDmesg.txt

2016-01-20 Thread Jonathan Kamens
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1536294/+attachment/4553536/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu.

[Touch-packages] [Bug 1313513] Re: mountall does not honour _netdev

2016-01-20 Thread Jonathan Kamens
By the way, in my case it appears to be because mount can't resolve the host name of the CIFS file server. I think this is because systemd is trying to mount the filesystems before the nameserver is finished launching, so perhaps if bind9.service is enabled on the host, systemd needs to wait for

[Touch-packages] [Bug 1313513] Re: mountall does not honour _netdev

2016-01-20 Thread Jonathan Kamens
I'm really not sure what to make of all this. My fstab has several cifs filesystems in it, and none of them mount at boot regardless of whether _netdev is specified. I don't know whether that's because of this bug -- it's not even clear to me _exactly_ what this bug is about -- or some other bug

[Touch-packages] [Bug 1536165] [NEW] X server hangs on start when DisplayPort is connected

2016-01-20 Thread Jonathan Kamens
Public bug reported: I just bought a new Acer Predator AG6-710, which supposedly comes with a NVIDIA GeForce GTX 980 graphics controller. It has four output plugs -- DVI, two mini DisplayPort, and HDMI. When I have only one monitor plugged in, on the DVI port using DVI-A, i.e., through a DVI-A

[Touch-packages] [Bug 1313513] Re: mountall does not honour _netdev

2016-01-20 Thread Jonathan Kamens
Actually, I was wrong, it's not because of DNS problems, it's because systemd is trying to mount the filesystems before the network is up. I changed the host names in /etc/fstab to IP addresses, and it still doesn't work: Jan 20 08:17:31 jik5 mount[979]: mount error(101): Network is unreachable

[Touch-packages] [Bug 1536165] Re: X server hangs on start when DisplayPort is connected

2016-01-20 Thread Jonathan Kamens
Problem goes away if I install nvidia-352. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/bugs/1536165 Title: X server hangs on start when DisplayPort is connected Status in

[Touch-packages] [Bug 1313513] Re: mountall does not honour _netdev

2016-01-20 Thread Jonathan Kamens
Fixed for me by putting this in /etc/systemd/system/remote-fs- pre.target.d/override.conf: [Unit] Requires=NetworkManager-wait-online.service After=NetworkManager-wait-online.service -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1518411] Re: "Maximum number of clients reached", new in Ubuntu 15.10

2016-01-07 Thread Jonathan Kamens
It's a script I wrote myself. I would be happy to share it if that would be useful. I do not understand why you marked this issue invalid. Surely you are not meaning to suggest that it is invalid for users to write their own tools which periodically change the desktop background using the

[Touch-packages] [Bug 1518411] Re: "Maximum number of clients reached", new in Ubuntu 15.10

2016-01-06 Thread Jonathan Kamens
This has something to do with the fact that I have a script running in the background that changes my background image every couple minutes. When I disable that script, the problem goes away. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1522442] [NEW] non-free RFC file in qtbase patch

2015-12-03 Thread Jonathan Riddell
Public bug reported: The patch enable-tests contains a non-free RFC file which can not be modified. As a community made free software project Ubuntu has a policy that everything in main should be free to copy and share and modify "Must allow modification and distribution of modified copies

[Touch-packages] [Bug 1519370] [NEW] can't switch to USB headset after plugging it in

2015-11-24 Thread Jonathan Kamens
Public bug reported: In 15.10 (Wily)... I get to work, plug in my USB hub with my USB headset plugged into it, go to sound settings. Headset is listed there. I tell sound settings to switch output to the headset. It doesn't switch (i.e., when I play a test sound, it's still coming out of the

[Touch-packages] [Bug 1518411] [NEW] "Maximum number of clients reached", new in Ubuntu 15.10

2015-11-20 Thread Jonathan Kamens
Public bug reported: In my newly upgraded (from 15.04) Ubuntu 15.10 system, after I've been logged in for a while I can no longer open new windows and instead get a "Maximum number of clients reached" error. This did not happen in 15.04. I ran "lsof" on the X server and did not see an excessive

[Touch-packages] [Bug 1488710] Re: testtools is incompatible with newer versions of Twisted

2015-11-13 Thread Jonathan Lange
** Changed in: testtools Milestone: None => next ** Changed in: testtools Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to python-testtools in Ubuntu.

[Touch-packages] [Bug 1481798] Re: package:modemmanager:1.4.10-1:subprocess installed post-installation script returned error exit status 100

2015-09-24 Thread Jonathan Riddell
** Tags added: kubuntu -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to modemmanager in Ubuntu. https://bugs.launchpad.net/bugs/1481798 Title: package:modemmanager:1.4.10-1:subprocess installed post-installation script

[Touch-packages] [Bug 1484279] Re: [FFe] Mesa 11.0.0

2015-09-22 Thread Jonathan Riddell
Approved by me from release team as it would fix the important bug 1492037 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/1484279 Title: [FFe] Mesa 11.0.0 Status in mesa

[Touch-packages] [Bug 1486770] Re: [To Be Filled By O.E.M., VIA VT1705, Pink Mic, Front] No autoswitch

2015-08-20 Thread Jonathan Cisneros
The truth am new to ubuntu , it's more , I use para Work every day . The terminal is used , I can indicate to do things to Recover AUDIO , bluetooth, etc. As it was in the beginning. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1486770] [NEW] [To Be Filled By O.E.M., VIA VT1705, Pink Mic, Front] No autoswitch

2015-08-19 Thread Jonathan Cisneros
Public bug reported: ayuden con este problema en configuración de sistema NO tengo control del audio, NO bluetooth, NO pantalla .. Porfavor Ayuden :( ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: alsa-base 1.0.25+dfsg-0ubuntu4 ProcVersionSignature: Ubuntu 3.13.0-62.102-generic

[Touch-packages] [Bug 1439771] Re: wpa_supplicant[874]: dbus: Failed to construct signal after 'suspend'

2015-06-18 Thread Jonathan Byrne
I'm seeing something very much like this (same syslog messages, e.g.) but the differences are: 1) It's on a wired interface (802.1x wired) 2) Suspend isn't involved; it never works 3) Wireless 802.1x works perfectly on the same machine (although I haven't tried suspending it; it's my work

[Touch-packages] [Bug 1439771] Re: wpa_supplicant[874]: dbus: Failed to construct signal after 'suspend'

2015-06-18 Thread Jonathan Byrne
Update: Using upstart instead of systemd made no difference: wired 802.1x still gets that failure. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to dbus in Ubuntu. https://bugs.launchpad.net/bugs/1439771 Title:

[Touch-packages] [Bug 1459198] [NEW] unity8 crash - krillin, bluetooth settings screen, sms notification

2015-05-27 Thread Jonathan Cave
Public bug reported: current build number: 15 device name: krillin channel: ubuntu-touch/rc-proposed/bq-aquaris.en last update: 2015-05-27 10:13:41 version version: 15 version ubuntu: 20150526 version device: 20150511-3912934 version custom: 20150507-685-29-11-vivid Phone had been sat on

[Touch-packages] [Bug 1459198] Re: unity8 crash - krillin, bluetooth settings screen, sms notification

2015-05-27 Thread Jonathan Cave
** Attachment added: unity8.log https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1459198/+attachment/4405364/+files/unity8.log -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu.

[Touch-packages] [Bug 1452227] [NEW] do-release-upgrade from utopic to vivid failed with Python unicode error

2015-05-06 Thread Jonathan Thackray
Public bug reported: I was upgrading from utopic to vivid, using do-release-upgrade and all was fine until this Python unicode error, and then my system was left in an unusable state. ProblemType: Package DistroRelease: Ubuntu 15.04 Package: systemd 208-8ubuntu8.2 [modified:

[Touch-packages] [Bug 1452238] Re: Failed to upgrade system from 14.04

2015-05-06 Thread Jonathan Davies
I had this issue on a new ARM board over the weekend too. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ifupdown in Ubuntu. https://bugs.launchpad.net/bugs/1452238 Title: Failed to upgrade system from 14.04 Status in

[Touch-packages] [Bug 1452238] Re: Failed to upgrade system from 14.04

2015-05-06 Thread Jonathan Davies
Running apt-get install -f does: $ sudo apt-get install -f ... The following packages will be upgraded: libc-dev-bin libc6-dbg libc6-dev udev -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ifupdown in Ubuntu.

[Touch-packages] [Bug 1439627] Re: atom crashes dbusmenu

2015-05-02 Thread Jonathan L. Verner
The relevant atom issue: https://github.com/atom/atom/issues/6255 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libdbusmenu in Ubuntu. https://bugs.launchpad.net/bugs/1439627 Title: atom crashes dbusmenu Status in

[Touch-packages] [Bug 1450427] [NEW] Message history not showing contact names just numbers

2015-04-30 Thread Jonathan Cave
Public bug reported: Version: ubuntu-touch/devel-proposed/krillin.en r97 vegetahd Steps to reproduce: * freshly flashed device * set up some contacts on the phone (mine were sync'ed from google) * open messaging * new message * type in name in address - pulled from address book * send a

<    1   2   3   4   5   >