Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

errors at startup & failure to recognize Samsung EVO 960 #3

Closed
ghost opened this issue Apr 23, 2021 · 1 comment
Closed

errors at startup & failure to recognize Samsung EVO 960 #3

ghost opened this issue Apr 23, 2021 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@ghost
Copy link

ghost commented Apr 23, 2021

The issue is that the gsmartcontrol (istalled with apt-get on Ubuntu 20.04, version: 1.1.3) produces lots of errors at runtime, which are outputted to the console. It also fails to parse the "Samsung EVO 960" smart status (which I believe is a quite popular budget SSD).

<error> [gtk] _g_io_module_get_default: Found default implementation local (GLocalVfs) for ‘gio-vfs’
<error> [gtk] posix_spawn avoided (workdir specified) (fd close requested) 
<error> [gtk] setenv()/putenv() are not thread-safe and should not be used after threads are created
<error> [gtk] setenv()/putenv() are not thread-safe and should not be used after threads are created
<error> [gtk] posix_spawn avoided (workdir specified) (fd close requested) 
<error> [gtk] setenv()/putenv() are not thread-safe and should not be used after threads are created
<warn>  [app] SmartctlParser::parse_section_info_property(): Unknown property "Model Number"
<warn>  [app] SmartctlParser::parse_section_info_property(): Unknown property "PCI Vendor/Subsystem ID"
<warn>  [app] SmartctlParser::parse_section_info_property(): Unknown property "IEEE OUI Identifier"
<warn>  [app] SmartctlParser::parse_section_info_property(): Unknown property "Total NVM Capacity"
<warn>  [app] SmartctlParser::parse_section_info_property(): Unknown property "Unallocated NVM Capacity"
<warn>  [app] SmartctlParser::parse_section_info_property(): Unknown property "Controller ID"
<warn>  [app] SmartctlParser::parse_section_info_property(): Unknown property "Number of Namespaces"
<warn>  [app] SmartctlParser::parse_section_info_property(): Unknown property "Namespace 1 Size/Capacity"
<warn>  [app] SmartctlParser::parse_section_info_property(): Unknown property "Namespace 1 Utilization"
<warn>  [app] SmartctlParser::parse_section_info_property(): Unknown property "Namespace 1 Formatted LBA Size"
<warn>  [app] SmartctlParser::parse_section_info_property(): Unknown property "Namespace 1 IEEE EUI-64"
<warn>  [app] SmartctlParser::parse_section_info_property(): Unknown property "Firmware Updates (0x16)"
<warn>  [app] SmartctlParser::parse_section_info_property(): Unknown property "Optional Admin Commands (0x0007)"
<warn>  [app] SmartctlParser::parse_section_info_property(): Unknown property "Optional NVM Commands (0x001f)"
<warn>  [app] SmartctlParser::parse_section_info_property(): Unknown property "Maximum Data Transfer Size"
<warn>  [app] SmartctlParser::parse_section_info_property(): Unknown property "Warning  Comp. Temp. Threshold"
<warn>  [app] SmartctlParser::parse_section_info_property(): Unknown property "Critical Comp. Temp. Threshold"
<warn>  [app] SmartctlParser::parse_section_info(): Unknown Info line encountered.
<warn>  [app] SmartctlParser::parse_section_info(): Unknown Info line encountered.
<warn>  [app] SmartctlParser::parse_section_info(): Unknown Info line encountered.
<warn>  [app] SmartctlParser::parse_section_info(): Unknown Info line encountered.
<warn>  [app] SmartctlParser::parse_section_info(): Unknown Info line encountered.
<warn>  [app] SmartctlParser::parse_section_info(): Unknown Info line encountered.
<warn>  [app] SmartctlParser::parse_section_info(): Unknown Info line encountered.
<warn>  [app] SmartctlParser::parse_section_info(): Unknown Info line encountered.
<warn>  [app] SmartctlParser::parse_section_info(): Unknown Info line encountered.
<warn>  [app] SmartctlParser::parse_section_info(): Unknown Info line encountered.
<warn>  [app] SmartctlParser::parse_section(): Unknown section encountered.
<error> [gtk] setenv()/putenv() are not thread-safe and should not be used after threads are created
<error> [gtk] posix_spawn avoided (workdir specified) (fd close requested) 
<error> [gtk] setenv()/putenv() are not thread-safe and should not be used after threads are created
<error> [gtk] setenv()/putenv() are not thread-safe and should not be used after threads are created
<error> [gtk] posix_spawn avoided (workdir specified) (fd close requested) 
<error> [gtk] setenv()/putenv() are not thread-safe and should not be used after threads are created
<error> [gtk] setenv()/putenv() are not thread-safe and should not be used after threads are created
<error> [gtk] posix_spawn avoided (workdir specified) (fd close requested) 
<error> [gtk] setenv()/putenv() are not thread-safe and should not be used after threads are created
<error> [gtk] setenv()/putenv() are not thread-safe and should not be used after threads are created
<error> [gtk] posix_spawn avoided (workdir specified) (fd close requested) 
<error> [gtk] setenv()/putenv() are not thread-safe and should not be used after threads are created
<warn>  [hz] Warning: exit: Device open failed, or device did not return an IDENTIFY DEVICE structure.
<error> [gtk] setenv()/putenv() are not thread-safe and should not be used after threads are created
<error> [gtk] posix_spawn avoided (workdir specified) (fd close requested) 
<error> [gtk] setenv()/putenv() are not thread-safe and should not be used after threads are created

Best,
Mateusz

@ashaduri
Copy link
Owner

Duplicate of #4 .

The error messages are harmless and have been mostly fixed in git main.

@ashaduri ashaduri added the duplicate This issue or pull request already exists label Apr 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

1 participant