I have installed a fedora on a cf-card instead of the normal hdd. On this I have sucessfully installed samba and have created a set of shares. Which I can access with no problems. In fact everything works fine with the writable root.
To avoid problems with the cf-card being destroyed too early, I have mounted the '/' (root) as read only. This was done in fedora be editing the /etc/sysconfig/readonly-root and /etc/rwtab configuration files. Now all the fun starts! First the servers (nmbs and smbd) didn't start up due to some chekking in /etc/init.d/smbd and /etc/init.d/nmbd. But after this was fixed, by outcomment the checks, the server now do start up. But I still can't see any shares! Do anyone knows which files needs to be writable before nmbd and smbd does function correctly? (I have made /var/lib/samba a writable dir). When I try to login i get following response: ------------------- [EMAIL PROTECTED]:~$ smbclient -L nasserver -U paul Password: session setup failed: NT_STATUS_LOGON_FAILURE ------------------ /var/log/samba/log.smbd: -------------------------- [2007/12/11 06:33:49, 0] smbd/server.c:main(944) smbd version 3.0.27a-0.fc7 started. Copyright Andrew Tridgell and the Samba Team 1992-2007 [2007/12/11 06:33:49, 0] passdb/pdb_smbpasswd.c:startsmbfilepwent(241) startsmbfilepwent_internal: file /var/lib/samba/private/smbpasswd did not exist. File successfully created. [2007/12/11 06:33:49, 1] lib/account_pol.c:account_policy_get(286) account_policy_get: tdb_fetch_uint32 failed for field 1 (min password length), returning 0 [2007/12/11 06:33:49, 1] lib/account_pol.c:account_policy_get(286) account_policy_get: tdb_fetch_uint32 failed for field 2 (password history), returning 0 [2007/12/11 06:33:49, 1] lib/account_pol.c:account_policy_get(286) account_policy_get: tdb_fetch_uint32 failed for field 3 (user must logon to change password), returning 0 [2007/12/11 06:33:49, 1] lib/account_pol.c:account_policy_get(286) account_policy_get: tdb_fetch_uint32 failed for field 4 (maximum password age), returning 0 [2007/12/11 06:33:49, 1] lib/account_pol.c:account_policy_get(286) account_policy_get: tdb_fetch_uint32 failed for field 5 (minimum password age), returning 0 [2007/12/11 06:33:49, 1] lib/account_pol.c:account_policy_get(286) account_policy_get: tdb_fetch_uint32 failed for field 6 (lockout duration), returning 0 [2007/12/11 06:33:49, 1] lib/account_pol.c:account_policy_get(286) account_policy_get: tdb_fetch_uint32 failed for field 7 (reset count minutes), returning 0 [2007/12/11 06:33:49, 1] lib/account_pol.c:account_policy_get(286) account_policy_get: tdb_fetch_uint32 failed or field 8 (bad lockout attempt), returning 0 [2007/12/11 06:33:49, 1] lib/account_pol.c:account_policy_get(286) account_policy_get: tdb_fetch_uint32 failed for field 9 (disconnect time), returning 0 [2007/12/11 06:33:49, 1] lib/account_pol.c:account_policy_get(286) account_policy_get: tdb_fetch_uint32 failed for field 10 (refuse machine password change), returning 0 -------------------------- /var/log/samba/log.nmbd: -------------------------- [2007/12/11 06:33:48, 0] nmbd/nmbd.c:main(698) Netbios nameserver version 3.0.27a-0.fc7 started. Copyright Andrew Tridgell and the Samba Team 1992-2007 [2007/12/11 06:39:37, 0] nmbd/ nmbd_become_lmb.c:become_local_master_stage2(396) ***** Samba name server NASSERVER is now a local master browser for workgroup GROSKOPF on subnet 192.168.0.50 ***** ------------------------- _______________________________________________ Stateless-list mailing list [email protected] http://www.redhat.com/mailman/listinfo/stateless-list
