PDA

View Full Version : question about this howto http://www.howtoforge.com/samba_domaincontroller_setup_ubun


paulus4605
29th August 2007, 11:41
Dear
I have the following questions on when running this tutorial

1. I only see one of the three harddrives how can I add the 2 others

2. when trying to add passwords for a user I get an error message that it's not able to apply the changes (I can give you the exact message when I'm at home tonight.

3. When I'm on my Windows workstation I can get into the fileserver with my administrator account, and I can then only acces the public folder all the other folders are not accessible by me ? how can I solve this?

4 Do I need to add my workstations to the files win dns or can I skip that?

thanks for your help

kind regards

Paul

paulus4605
29th August 2007, 22:31
this is the errormessage I'm getting when I'm trying to add a smb password to a user

smbpasswd -a paul
New SMB password:
Retype new SMB password:
tdb_update_sam: Failing to store a SAM_ACCOUNT for [paul] without a primary group RID
Failed to add entry for user paul.
Failed to modify password entry for user paul
root@fileserver1 /bin/hostname -F /etc/hostname:/home/administrator#

paulus4605
30th August 2007, 17:10
Dears
you can skip the first question I have to format them and mount them,
how do I get them visible on my network afterwards?

can you still help me out with my other questions thanks for your help

Paul

falko
30th August 2007, 22:12
Can you post the exact error messages, e.g. from your logs?

paulus4605
30th August 2007, 23:33
since I'm a starter I don't know what commands to use can you help me out here
thanks Paul

falko
31st August 2007, 18:42
Take a look at the log files in the /var/log directory. For example, to take a look at the last 100 lines from /var/log/syslog, you'd run
tail -n100 /var/log/syslog

paulus4605
31st August 2007, 23:43
this are the 100 lines from the syslog

see attachment


Paul

falko
1st September 2007, 22:26
this is the errormessage I'm getting when I'm trying to add a smb password to a user

smbpasswd -a paul
New SMB password:
Retype new SMB password:
tdb_update_sam: Failing to store a SAM_ACCOUNT for [paul] without a primary group RID
Failed to add entry for user paul.
Failed to modify password entry for user paul
root@fileserver1 /bin/hostname -F /etc/hostname:/home/administrator#
Does this user exist in /etc/passwd?