View Issue Details

IDProjectCategoryView StatusLast Update
0000231My infrastructureGeneralpublic2024-06-30 21:09
Reporterdvl Assigned Todvl  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Summary0000231: How many jails have no root password?
DescriptionCheck
TagsNo tags attached.

Activities

dvl

2024-06-30 21:03

manager   ~0000272

Using
sudo grep ^root:: /jails/*/etc/master.passwd

dvl

2024-06-30 21:06

manager   ~0000273

I'm using this:

[21:06 r730-01 dvl ~] % cat ~/bin/jails-no-root-passwd                             
#!/bin/sh
jails=$(sudo grep -l  ^root:: /jails/*/etc/master.passwd | cut -f 3 -d '/')
for jail in $jails
do
  sudo jexec $jail passwd
done

Issue History

Date Modified Username Field Change
2024-06-29 14:41 dvl New Issue
2024-06-29 14:41 dvl Status new => assigned
2024-06-29 14:41 dvl Assigned To => dvl
2024-06-30 21:03 dvl Note Added: 0000272
2024-06-30 21:06 dvl Note Added: 0000273
2024-06-30 21:09 dvl Status assigned => closed
2024-06-30 21:09 dvl Resolution open => fixed