Disappeared "Launch" button in the Snap Store (Ubuntu Software)

2020-10-28 Thread Andrey Ponomarenko
The "Launch" button is not available for snaps in recent Ubuntu versions since 
at least 2019-09-13: https://bugs.launchpad.net/snap-store-desktop/+bug/1843898

Looks like a showstopper bug. People install apps, but can't launch them. 
Instead they should find installed apps somewhere in the system.

Why doesn't anyone care?

-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: The alternative implementation of Ubuntu user statistics

2020-01-08 Thread Andrey Ponomarenko
22.12.2019, 00:07, "Ralf Mardorf" :
> On Sat, 21 Dec 2019 21:56:54 +0100, Ralf Mardorf wrote:
>> /proc/cmdline provides some information about pitfalls such as
>> "mitigations=off audit=off" which might vs a new kernel in combination
>> with a new microcode, by still using kind of a fast past.
>
>   path
>
> It should read path :D.
>
> IOW information mentioning the booted kernel and microcode is useless
> without information about boot attributes.
>
> --
> “Awards are merely the badges of mediocrity.”
>
> ― Charles Ives
>

You can find boot attributes in the logs attached to each user report (aka 
'probe') in the db.

Thanks.

-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


The alternative implementation of Ubuntu user statistics

2019-12-21 Thread Andrey Ponomarenko
Hello,

I've recently initiated a new statistical project based on anonymously 
collected outputs of hwinfo, smartmontools and dmidecode utilities called 
"Linux Hardware Trends". The report for Ubuntu is now here: 
https://github.com/linuxhw/Trends/tree/master/Dist/Ubuntu

The report can be considered as an alternative to Ubuntu user statistics 
(https://ubuntu.com/desktop/statistics) and helps to answer questions like "How 
popular are 32-bit systems?", "How fast is SSD market share growing?", "Which 
hard drives are less reliable?", "How many computers use old CPU microcode?", 
"How good is device drivers support?", etc.

Please let me know if you are interested in tracking any OS/hardware 
characteristics that are not currently included in the report.

The data is collected by the Snap package here: https://snapcraft.io/hw-probe

Thanks.

-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: Ubuntu Hardware database

2018-11-03 Thread Andrey Ponomarenko
This feature is already in the TODO list and called "Probe Review".  In Probe Review mode you'll be able to modify auto-detected statuses for devices and write comments w/o the need to register (manually reviewed by the admin + intelligent spam protection). As usual all contributions will be dumped to a new github repository: https://github.com/linuxhw Hope next version of smartmontools will help us to detect failure status of nvme drives automatically) Thank you! 27.10.2018, 20:36, "Christopher Patti" :Thank you for this. Very cool. I wish I could tell it that some devices are in fact working - like my nvme SSD drives on which my current LInux is running :) https://linux-hardware.org/?probe=75aeae69ad However seeing all my devices and chipsets enumerated is pretty neat :) -Chris   On Wed, Oct 24, 2018, at 3:33 AM, Andrey Ponomarenko wrote:Hi, Good news for everyone interested in Linux-compatibility and reliability of hardware! The Linux-Hardware.org database has been divided into a set of databases, one per each Linux distro. You can now select your favorite distro on the front page: https://linux-hardware.org/?d=Ubuntu In this mode you'll not see data collected from other Linux distros. One can submit computer hardware info to the database by: 1) https://snapcraft.io/hw-probe (limited functionality due to strict confinement)2) https://github.com/linuxhw/hw-probe#appimage Enjoy!  -- 
ubuntu-devel mailing list
ubuntu-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel


Ubuntu Hardware database

2018-11-03 Thread Andrey Ponomarenko
Hi,

Good news for everyone interested in Linux-compatibility and reliability of 
hardware!

The Linux-Hardware.org database has been divided into a set of databases, one 
per each Linux distro. You can now select your favorite distro on the front 
page:

https://linux-hardware.org/?d=Ubuntu

In this mode you'll not see data collected from other Linux distros.

One can submit computer hardware info to the database by:

1) https://snapcraft.io/hw-probe (limited functionality due to strict 
confinement)
2) https://github.com/linuxhw/hw-probe#appimage

Enjoy!

-- 
ubuntu-devel mailing list
ubuntu-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel


Re: Reliability test for hard drives and SSD

2018-08-15 Thread Andrey Ponomarenko
03.03.2018, 10:14, "Andrey Ponomarenko":
> Hi there!
>
> Good news for all interested in hardware compatibility and reliability.
>
> I've started a new project to estimate reliability of hard drives and SSD in 
> real-life conditions based on the SMART data reports collected by Linux users 
> in the Linux-Hardware.org database since 2014. The initial data (SMART 
> reports), analysis methods and results are publicly shared in a new github 
> repository: https://github.com/linuxhw/SMART. Everyone can contribute to the 
> report by uploading probes of their computers by the hw-probe tool!
>
> The primary aim of the project is to find drives with longest "power on 
> hours" and minimal number of errors. The following formula is used to measure 
> reliability: Power_On_Hours / (1 + Number_Of_Errors), i.e. time to the first 
> error/between errors.
>
> Please be careful when reading the results table. Pay attention not only to 
> the rating, but also to the number of checked model samples. If rating is 
> low, then look at the number of power-on days and number of errors occurred. 
> New drive models will appear at the end of the rating table and will move to 
> the top in the case of long error-free operation.

Hi,

I've just created a Deb package for hw-probe. See 
https://github.com/linuxhw/hw-probe/blob/master/INSTALL.md#install-on-debian.

The command to replenish the database:

sudo hw-probe -all -upload

One can also use a lightweight all-in-one AppImage (Debian 8 and later, Ubuntu 
12.04 and later) or Snap package (Debian 9 and later, Ubuntu 14.04 and later) 
to make a probe of the computer w/o the need to install any Deb packages to the 
system:

https://github.com/linuxhw/hw-probe#appimage
https://github.com/linuxhw/hw-probe#snap

Deb package sources are available in the OBS project: 
https://build.opensuse.org/package/show/home:linuxbuild/hw-probe

Thank you.

-- 
ubuntu-devel mailing list
ubuntu-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel


ABI Navigator — a project to search for binary symbols

2017-02-21 Thread Andrey Ponomarenko
Hello,

I'd like to present a new project called "ABI Navigator" for searching binary 
symbols (functions, methods, global data, etc.) in open-source libraries: 
https://abi-laboratory.pro/index.php?view=navigator

The project allows to find out in which versions of libraries some symbol is 
defined, added, removed or changed. The data is taken from the ABI Tracker 
project (238 libraries and 0.9 million symbols currently): 
https://abi-laboratory.pro/tracker/

Example for _ZN5Botan18LibraryInitializer10initializeERKSs from libbotan.so: 
https://abi-laboratory.pro/index.php?view=navigator=_ZN5Botan18LibraryInitializer10initializeERKSs#result

The project aims to help Linux developers and maintainers to resolve issues 
with missed symbols and navigate through the reports in the ABI Tracker.

Have you ever encountered the "undefined reference" error or want to know 
whether the symbol is _stable_ enough to use in your code? Try to find it in 
the ABI Navigator!

Enjoy!

-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss