The issue is that you edited /adm/users, but Fossil only knows the users
already loaded in memory.

You have two possibilities:

1. You modify /adm/users, then you connect to the Fossil console to load
the /adm/users file:

con -l /srv/fscons
fsys main
users -r /active/adm/users

2. More idiomatically, you create the users in memory, then you dump
the users into the /adm/users file:

con -l /srv/fscons
fsys main
uname planb :planb
uname planb +glenda
users -w

-- 
David du Colombier

------------------------------------------
9fans: 9fans
Permalink: 
https://9fans.topicbox.com/groups/9fans/T9150ebcacf826b8c-M5def7de615e2759beb6c7ad0
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Reply via email to