> Source: [sk176867](https://support.checkpoint.com/results/sk/sk176867)

# sk176867 - "show users" command fails with "Segmentation fault"

| Property | Value |
|----------|-------|
| Solution ID | sk176867 |
| Date Created | 2021-12-10 |
| Last Modified | 2025-02-25 |
| Technical Level | Advanced |
| Products | Security Gateway, Security Management Server, Multi-Domain Security Management Server |
| Versions | R82.10, R82, R81.20, R81.10 (EOS), R82.10, R82, R81.20, R82.10, R81 (EOS), R81.10 (EOS), R81 (EOS), R81 (EOS), R81.10 (EOS), R81.20, R82 |
| OS | Gaia |

## Symptoms

- The Gaia Clish commands "`show users`" fails with a "`Segmentation fault`" error.

Example 1:

```
Host> show users
Segmentation fault
```

Example 2:

```
Host> show users
segfault at ... rip ... rsp ... error
```

## Cause

The administrator configured a user ID for a user that was not created.

Output of the Expert mode command "`clish -c "show users" -d 5 > users_debug.txt`" shows that a password configured for a user without the required two entries:

* `passwd:<UserName>:homedir /home/<Home-Directory>`

* `passwd:<UserName>:shell <Shell>`

Example list of the required password entries in the Gaia Database (for the username "test1"):

```
passwd:test1 t
passwd:test1:gid 0
passwd:test1:homedir /home/test1
passwd:test1:lastchg 1639159429
passwd:test1:passwd *
passwd:test1:realname Test1
passwd:test1:shell /etc/cli.sh
passwd:test1:uid 0
passwd:tet11:uid 0
passwd:vcsa t
passwd:vcsa:gid 69
passwd:vcsa:homedir /dev
passwd:vcsa:passwd !!
passwd:vcsa:realname virtual console memory owner
passwd:vcsa:shell /sbin/nologin
passwd:vcsa:uid 69
```

## Solution

This solution requires authentication. Please log in to view the full solution.

---

# Agent Instructions

This content is from the Check Point Support Center (https://support.checkpoint.com), the official knowledge base for Check Point cybersecurity products.

## Navigating This Knowledge Base

- **Complete index**: [llms.txt](https://support.checkpoint.com/llms.txt)
- **All SK articles**: [SecureKnowledge Sitemap](https://support.checkpoint.com/sitemaps/secureknowledge-sitemap-index.xml)
- **SK article URL pattern**: `https://support.checkpoint.com/results/sk/{skId}`
- **Markdown responses**: AI bot User-Agents automatically receive `text/markdown` content
