#94 closed defect (fixed)
WPI: pwd_mkdb.exe is not called
Reported by: | dmik | Owned by: | Herwig Bauernfeind |
---|---|---|---|
Priority: | minor | Milestone: | WarpIN archive |
Component: | Samba Server WarpIN archive | Version: | 3.0.34 |
Keywords: | Cc: |
Description
The WarpIn installer (http://msplins06.bon.at/%7Eadmin139/files/samba-1-0-0-4-rc5.wpi) doesn't seem to call pwd_mkdb.exe
to initially create pwd.db
and spwd.db
from master.passwd
.
As a result, the initial Samba server configuration GUI dialog doesn't finish correctly complaining with the following messages:
Failed to modify password entry for user root
Failed to modify password entry for user guest
Any attempt to call smbpasswd
afterwards gives the same error message.
As a consequence to the above, smbd.exe
cannot start (complains about the missing guest account) and Samba looks unusable in general :)
Change History (7)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Owner: | changed from | to
---|
pwd_mkdb.exe is called by usermod.cmd script (which is run by the WPI in order to create root and guest account) and updates pwd.db and spwd.db from master.passwd.
This works here in my test system.
It appears that usermod fails for some reason to find pwd_mkdb.exe in your case.
comment:3 by , 15 years ago
I am in the process of moving the initial creation of pwd.db and spwd.sb directly into sscc.exe, so at least we should get a proper error message what exactly goes wrong in your situation.
Please stand by, a new WPI will be out in a few days.
comment:4 by , 15 years ago
Component: | Unknown → WarpIN archive |
---|---|
Milestone: | → Samba Server for eCS (OS/2) 1.0.1 |
comment:5 by , 15 years ago
Okay. I can give you the .vdi of this eCS installation if necessary.
BTW, thanks to you, Paul and everybody else who supports Samba on OS/2. Thanks to it, I managed to get quite a usable eCS development box under VirtualBox/Linux (before it, the outdated IBM LAN Server/Peer sucked greatly since few to no Linux apps could correctly work with shares it provided: constant permission/timestamp/oplock problems and so on).
comment:6 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
This issue has been fixed in rc7 or better.
comment:7 by , 15 years ago
Milestone: | Samba Server for eCS (OS/2) 1.0.1 → WarpIN archive |
---|
As a workaround, one can run
manually when the first page of the initial configuration dialog (root password promtp) appears before continuing further with the configuration.