Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 910754 - sys-apps/shadow useradd: Creating mailbox file: No such file or directory
Summary: sys-apps/shadow useradd: Creating mailbox file: No such file or directory
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: Normal normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-23 20:13 UTC by Dennis Clarke
Modified: 2024-12-20 12:50 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dennis Clarke 2023-07-23 20:13:22 UTC
This may not be a bug at all but something seems to be missing.
After the installation completes and I get the first boot :

g# useradd -c 'The Admin Dude' -d /home/admsys -e '' -f 0 -g users -m \
> -s /bin/bash -u 1001 admsys
Creating mailbox file: No such file or directory
g# 

Seems like some directory somewhere is missing.

 
--
Dennis Clarke
RISC-V/SPARC/PPC/ARM/CISC
UNIX and Linux spoken
GreyBeard and suspenders optional
Comment 1 Dennis Clarke 2024-12-20 02:47:38 UTC
Here in December of 2024 and this is still happening : 

chroot# rc-update add sshd default
 * service sshd added to runlevel default
chroot# groupadd -g 20002 devl 
chroot# useradd -c 'The Admin Dude Abides' -d /home/admsys -e '' -f 0 -g devl -m -s /bin/bash -u 1001 admsys 
Creating mailbox file: No such file or directory
chroot# 

Yep. This is a real thing.