In T666#12337, @Wayne wrote:I do not understand your last statement.
I don't know how many releases of python there were like that but I can't imagine many.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Jan 4 2019
Jan 4 2019
Jan 4 2019, 07:01 · Restricted Project
I do not understand your last statement.
Jan 4 2019, 04:56 · Restricted Project
Jan 3 2019
Jan 3 2019
@jeremiah.foster Yes, this is one of the possible use cases.
Jan 3 2019, 12:19 · Restricted Project
Jan 3 2019, 11:54 · Restricted Project
apt show hplip
shows, among other dependencies, this line;
wget, python3 (<< 3.7), xz-utils, python3 (>= 3.6~),
which seems to imply you won't be able to install this unless your python is higher or equal to version 3.6.* but not 3.7. I don't know how many releases of python there were like that but I can't imagine many.
Jan 3 2019, 11:53 · Restricted Project
Jan 3 2019, 11:46 · Restricted Project
Having an acceptance criteria (AC) in the issue might help, we can put it in the Description. Having an agreed upon "Definition of Done" is also useful and you've provided an example of DoD we can use, when the issue is in Green.
Jan 3 2019, 11:45 · Restricted Project
jeremiah.foster triaged T553: unspecified when a PureOS issue is truly "resolved" as Normal priority.
Jan 3 2019, 11:33 · Restricted Project
Jan 3 2019, 11:31 · Restricted Project
Just for the sake of clarity, you want to install PureOS on USB attached drive? So you're looking to have a persistent version of PureOS on the USB drive?
Jan 3 2019, 11:19 · Restricted Project
jeremiah.foster triaged T667: Librem 15 v3, Bluetooth has stopped working after resuming from suspend as Normal priority.
jeremiah.foster added a comment to T667: Librem 15 v3, Bluetooth has stopped working after resuming from suspend.
I just completed a bluetooth transfer of a photograph from my Pixel to the Librem 13 v3.
jeremiah.foster added a comment to T667: Librem 15 v3, Bluetooth has stopped working after resuming from suspend.
I did an apt update and installed a new deb -- firmware-atheros -- and that helped the situation. I have Debian repos enabled, not sure if firmware-atheros is in PureOS repos.
jeremiah.foster added a comment to T667: Librem 15 v3, Bluetooth has stopped working after resuming from suspend.
I can confirm this, seeing similar issue.
[ 18.375949] usb 1-3: firmware: failed to load ar3k/AthrBT_0x11020100.dfu (-2) [ 18.375954] usb 1-3: Direct firmware load for ar3k/AthrBT_0x11020100.dfu failed with error -2 [ 18.375956] Bluetooth: Loading patch file failed [ 18.375964] ath3k: probe of 1-3:1.0 failed with error -2
Done. This was satisfying, not having to deal with the build of this beast it great!
mak closed T671: qtwebengine-opensource-src needlessly forked from Debian, a subtask of T224: qtwebengine-opensource-src - promotes non-free NVIDIA driver via libxnvctrl , as Resolved.
Jan 3 2019, 07:57 · Restricted Project
Jan 2 2019
Jan 2 2019
jonas.smedegaard renamed T671: qtwebengine-opensource-src needlessly forked from Debian from qtwebengine-opensource-src wrongly forked from Debian to qtwebengine-opensource-src needlessly forked from Debian.
Jan 1 2019
Jan 1 2019
Jan 1 2019, 10:32 · Restricted Project
Thank you.
jeremiah.foster lowered the priority of T657: Following update wants to delete some importants apps from High to Low.
Yes, that would be my advice. You can do a dist-upgrade anyway and try and fix your system if it gets in a misconfigured state, but that can be time consuming and difficult. Usually with ten days or so that type of package conflict goes away as new software and bug fixes come into the repos.
jeremiah.foster added a project to T647: Please allow for date based snapshots of PureOS: Restricted Project.
jeremiah.foster added a project to T670: ISSUES UPGRADING THE SYSTEM - kernel panic unable to mount root fs BIOS 4.7-Purism-4: Restricted Project.
Jan 1 2019, 10:08 · Restricted Project
jeremiah.foster added a comment to T670: ISSUES UPGRADING THE SYSTEM - kernel panic unable to mount root fs BIOS 4.7-Purism-4.
So, there is a kernel panic because the kernel can't seem to find a file system to mount. How did you install GNOME? Did you use a USB stick or an ISO or similar? Or are you using apt-get or some other means?
Jan 1 2019, 10:07 · Restricted Project
The Librem's have a version that I think represents the physical device on the back, one of my Librems says "Librem 13, version 3." If you want to find the software version, or version of the overall OS, try this command (you may have to install inxi);
$ inxi -Fxrz
Which on my system produces;
System: Host: sigmund Kernel: 4.18.0-2-amd64 x86_64 bits: 64 compiler: gcc v: 7.3.0 Console: tty 1 Distro: PureOS base: Debian buster/sid Machine: Type: Laptop System: Purism product: Librem 13 v3 v: 3.0 serial: <filter> Mobo: Purism model: Librem 13 v3 v: 3.0 serial: <filter> BIOS: coreboot v: 4.7-Purism-4 date: 03/20/2018 Repos: Active apt repos in: /etc/apt/sources.list 1: deb https://repo.puri.sm/pureos green main Active apt repos in: /etc/apt/sources.list.d/debian.list 1: deb http://deb.debian.org/debian stretch main contrib non-free 2: deb-src http://deb.debian.org/debian stretch main contrib non-free 3: deb http://deb.debian.org/debian stretch-updates main contrib non-free 4: deb-src http://deb.debian.org/debian stretch-updates main contrib non-free 5: deb http://security.debian.org/ stretch/updates main contrib non-free 6: deb-src http://security.debian.org/ stretch/updates main contrib non-free
You can see from output above that I'm running a 4.18 kernel. My distro is PureOS based on Debian Buster / Sid (so testing) and that my repos are PureOS 'green' mixed with Debian stretch. In the "Machine:" line I note that coreboot version is 4.78-Purism-4 from 03/20/2018. PureOS "green" may be a rolling release which means that the userland packages (and kernel potentially) are updated continually.
Jan 1 2019, 10:01 · Restricted Project
Dec 29 2018
Dec 29 2018
I believe @kyle.rankin mentioned systems were shipping with the June release due to issues, but this was a month ago. How can I check the version shipped on my unit?
Dec 29 2018, 07:20 · Restricted Project
I think the problem in general is that python3 was upgraded to 3.7 and several packages are dependent on python3 being less than 3.7. (Note the "Depends" line above. hplip also shows python3<<3.7 if one runs apt show on it.) I have the same problem with apparmor-utils and opened a new task, not having previously looked at this one. I noticed hplip--I don't use it to my knowledge--was also uninstalled for me on 12/20. This was the same update with python3 going to 3.7. Unfortunately, I am dependent on a Purism-modified package for python3-libapparmor. (The one in buster shows python3 << 3.8 as the dependency.)
Dec 29 2018, 05:41 · Restricted Project
Same problem? https://tracker.pureos.net/T657
Dec 29 2018, 04:44 · Restricted Project
Dec 28 2018
Dec 28 2018
Dec 28 2018, 13:11 · Restricted Project
Seems that website doesUser-Aagent sniffing.
Dec 28 2018, 13:11 · Restricted Project
mladen updated the task description for T670: ISSUES UPGRADING THE SYSTEM - kernel panic unable to mount root fs BIOS 4.7-Purism-4.
Dec 28 2018, 12:44 · Restricted Project
I think that the version of PureBrowser you showed there is quite old. I wonder if we need to discuss with the distributor about updating the software on the devices? I propose we bring this to a Production / QC meeting.
jeremiah.foster lowered the priority of T665: No extensions in PureBrowser from Unbreak Now! to Needs Triage.
• mncenter updated the task description for T670: ISSUES UPGRADING THE SYSTEM - kernel panic unable to mount root fs BIOS 4.7-Purism-4.
Dec 28 2018, 09:51 · Restricted Project
• mncenter created T670: ISSUES UPGRADING THE SYSTEM - kernel panic unable to mount root fs BIOS 4.7-Purism-4.
Dec 28 2018, 07:34 · Restricted Project
Wayne updated the task description for T668: apparmor-utils dependencies broken by update to python.
Is this a duplicate of https://tracker.pureos.net/T595?
Dec 27 2018
Dec 27 2018
Confirm. Since PureBorwser identifies itself as PureBrowser, instead of Firefox, the addons site thinks you are not using Firefox and won't let you install extensions.
Firefox developer version (redish color) vs PureBrowser (greenish), side by side, loading the same page on PureOS
Dec 27 2018, 13:09 · Restricted Project
Dec 26 2018
Dec 26 2018
Dec 25 2018
Dec 25 2018
Dec 25 2018, 13:08 · Restricted Project
chris.lamb renamed T665: No extensions in PureBrowser from No extesions in PureBrowser to No extensions in PureBrowser.
Dec 24 2018
Dec 24 2018
• Richard added a comment to T653: Unable to boot PureOS on Acer Nitro AN515-42-R6GV (UEFI cannot be disabled).
Is there any chance we'd have the UEFI support in PureOS 8.0 Release?
I'm going to go ahead and wontfix this as most of the changes are not appropriate to Debian and should be handled another way anyway, not via a "config package".
Dec 24 2018, 07:30 · Restricted Project
chris.lamb closed T517: Look into moving pureos-security-hardening into Debian, a subtask of T310: Check what can be used from Subgraph project, as Wontfix.
Dec 24 2018, 07:30 · Restricted Project
@kyle.rankin Okaley, so what's the next step here? This should have hit PureOS by now :)
Dec 24 2018, 07:28 · Restricted Project
Pinged upstream bug: https://gitlab.com/lamby/osinfo-db/merge_requests/1#note_127118132
Dec 24 2018, 07:27 · Restricted Project
Pinged Debian bug...
Dec 22 2018
Dec 22 2018
EchedeyLR raised the priority of T663: [FREEDOM ISSUE] gnome-settings online accounts from Freedom Issue to Needs Triage.
EchedeyLR lowered the priority of T663: [FREEDOM ISSUE] gnome-settings online accounts from 95 to Freedom Issue.
Okay, thx. I tried it because I did not want retainet packages. Then should I wait theses packages can be upgraded without theses conflicts?
Dec 21 2018
Dec 21 2018
Yeah, unfortunately the Librems are very often shipped with old software, Polywell didn't stay up-to-date with new releases. But issues like we had recently with the OEM setup of course also don't help with these issues.
Dec 21 2018, 18:51 · Restricted Project
This is not so surprising for a 'dist-upgrade'. I don't know if you want to do the dist-upgrade or not, perhaps you need those important packages and don't want them removed, but if you like you can try just doing a regular apt upgrade that will not be as invasive.
jeremiah.foster lowered the priority of T662: Add additional builder in build farm from High to Normal.
Cool. I have another Librem that was sent to me for testing, I'm going to look for this too on that one. I worry that some of the machines may be shipping with older software.
Dec 21 2018, 17:54 · Restricted Project
Hmm yeah, then the PureOS version installed on that machine is likely very old.
In any case, after you update your system the issue will go away completely.
Dec 21 2018, 17:48 · Restricted Project
This appeared on a laptop that was shipped to me this week. I'll check the vintage of the software.
Dec 21 2018, 17:15 · Restricted Project
This is a task on my list, but it will take a lot of work and time to resolve properly. Dak isn't really designed for this, so some changes will be needed (just a normal dinstall run currently takes more than an hour alone).
mak merged task T661: appstreamcli reporting GLib-CRITICAL error into T556: sudo apt update errors with GLib-CRITICAL assertion.
Dec 21 2018, 17:13 · Restricted Project
I think this is an ancient bug - did you try a very old installation image of PureOS?
Dec 21 2018, 17:12 · Restricted Project
Dec 21 2018, 16:57 · Restricted Project
Dec 21 2018, 16:55 · Restricted Project
Dec 21 2018, 16:54 · Restricted Project
EchedeyLR updated the task description for T660: software-properties-gtk fails: could not find a distribution template for PureOS/green.
Dec 21 2018, 11:13 · Restricted Project
EchedeyLR created T660: software-properties-gtk fails: could not find a distribution template for PureOS/green.
Dec 21 2018, 11:12 · Restricted Project
apt dist-upgrade
This weather is far more of for smokey bourbon...
chris.lamb reassigned T659: python-sshoot: missing in PureOS (and Debian) from chris.lamb to jonas.smedegaard.
ACCEPTED in Debian.
jeremiah.foster triaged T657: Following update wants to delete some importants apps as High priority.
Can you share the command you used? Also, what is in your /etc/apt/sources.list (or /etc/apt/sources.list.d/* ?
jeremiah.foster changed the status of T529: Software application becomes unresponsive from Open to Incomplete.
Dec 21 2018, 08:57 · Restricted Project
Dec 21 2018, 08:54 · Restricted Project
Now just lean back and drink gin&tonic for a few weeks while Debian and Laniakea processes it to PureOS green :-D
Accepted in Debian. (Grr at your insistence of License-Grant! j/k)
Package is libhostfile-manager-perl tracked in Debian as bug#916437.
@chris.lamb: Please have a look at the Debian package now in NEW queue, and approve if acceptable.
EchedeyLR added projects to T657: Following update wants to delete some importants apps: Restricted Project, Restricted Project.
Dec 20 2018
Dec 20 2018
jonas.smedegaard added a comment to T595: PureBrowser incompatible with user-agent sniffing at Firefox add-on store.
In T595#12043, @sean.obrien wrote:the recommendation was unofficial and I'd rather not push on it...
sean.obrien added a comment to T595: PureBrowser incompatible with user-agent sniffing at Firefox add-on store.
why enabling the compatibility mode, as it seems like we do for PureBrowser by default, doesn't fix the problem is a mystery to me.
sean.obrien added a comment to T595: PureBrowser incompatible with user-agent sniffing at Firefox add-on store.
@jonas.smedegaard the recommendation was unofficial and I'd rather not push on it... could end up with policy that isn't in our interest. Waterfox uses the same style of UA string, and they have compatibility with the addons store.