Development Articles
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsOtherDevelopment Articles

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old October 4th, 2002, 07:36 AM
pabloj's Avatar
pabloj pabloj is offline
Modding: Oracle MsSQL Firebird
Dev Shed God 6th Plane (7500 - 7999 posts)
 
Join Date: Jun 2001
Location: Outside US
Posts: 7,801 pabloj User rank is Captain (20000 - 30000 Reputation Level)pabloj User rank is Captain (20000 - 30000 Reputation Level)pabloj User rank is Captain (20000 - 30000 Reputation Level)pabloj User rank is Captain (20000 - 30000 Reputation Level)pabloj User rank is Captain (20000 - 30000 Reputation Level)pabloj User rank is Captain (20000 - 30000 Reputation Level)pabloj User rank is Captain (20000 - 30000 Reputation Level)pabloj User rank is Captain (20000 - 30000 Reputation Level)pabloj User rank is Captain (20000 - 30000 Reputation Level) 
Time spent in forums: 2 Months 3 Weeks 14 h 25 sec
Reputation Power: 278
GUI

Very interesting article, but, I'd suggest to add some GUI tools info like:
SambaLink/Q http://www.spanware.com/linkq/sambalinkq.html
Komba http://komba.sourceforge.net/

I know that this is not geeky at all, but ...

Reply With Quote
  #2  
Old October 4th, 2002, 08:22 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Samba

Nice article. I have been using Samba for a few months on my home network, but in a very elementary fashion. You have shown me some better ways that I could be using it.

Looking forward to Part 2!

Reply With Quote
  #3  
Old October 5th, 2002, 11:21 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Minor typo

This:<BR>
<CODE>
$ su -
..
$ cd /tmp
$ tar -xzvf /home/me/samba-2.2.5.tar-gz
</CODE>
should probably be:<BR>
<CODE>
$ su -
..
# cd /tmp
# tar -xzvf /home/me/samba-2.2.5.tar-gz
</CODE>

Reply With Quote
  #4  
Old October 5th, 2002, 06:35 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
The homes directory method does not seem to apply to xp clients. Is there an alternate method for creating homes directories for xp clients?

Reply With Quote
  #5  
Old October 7th, 2002, 06:11 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
password

wao thanks for this article....
having a problem with a laptop using windows me it will keep prompting me for password since it will not take empty as password i tried anonymous and no luck


please help

Reply With Quote
  #6  
Old October 7th, 2002, 06:41 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: password

i want to clarify also 2 issues before i proced with this

in thie smb.conf file
does the workgroup = hostname?
where did olympus come from?

does the workgroup has to be the same as workgroup in the identification tab of the windows machine,,, if so then i need to figure out why it will not take empty password in windows

Reply With Quote
  #7  
Old October 7th, 2002, 06:46 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: password

i want to clarify also 2 issues before i proced with this

in thie smb.conf file
does the workgroup = hostname?
where did olympus come from?

does the workgroup has to be the same as workgroup in the identification tab of the windows machine,,, if so then i need to figure out why it will not take empty password in windows

Reply With Quote
  #8  
Old October 7th, 2002, 08:04 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: password

more info to see if someone can help

in the windows machine i see a login box
Resource \\pepino\IPC$

should that be saying temp? and not ipc


Reply With Quote
  #9  
Old October 9th, 2002, 02:35 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: password

I had some similar problems with Win 2000 that I resolved by using named samba users. Use the smbpasswd utility to add users and passwords:
smbpasswd -a -U username
smbpasswd username password

If you set the password to match the one in Windows, them you should be able to connect, otherwise you'll need to type in the correct password and then you'll be able to see all the shares.

Reply With Quote
  #10  
Old October 9th, 2002, 05:28 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: password

u mean if win user is foo and pass pass


add that my linux box or just to samba?

Reply With Quote
  #11  
Old October 10th, 2002, 12:02 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: password

You only have to add the user to Samba.

Reply With Quote
  #12  
Old October 10th, 2002, 05:25 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: password

i dont know how?

Reply With Quote
  #13  
Old October 10th, 2002, 05:35 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: password

its giving me this error
do i need to have the user in my /etc/passwd?


root@pepino:/home/landie > /usr/local/samba/bin/smbpasswd -a -U maricel
New SMB password:
Retype new SMB password:
User maricel does not exist in system password file (usually /etc/passwd). Cannot add account without a valid local system user.
Failed to modify password entry for user maricel

Reply With Quote
  #14  
Old October 10th, 2002, 05:38 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: password

furthermore i tried with a valid linux user added the name and still windows me does not let me in what am i doing wrong

Reply With Quote
  #15  
Old October 11th, 2002, 08:47 AM
estrabd's Avatar
estrabd estrabd is offline
o0o.o0o
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2001
Location: m00n
Posts: 184 estrabd User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 4 m 48 sec
Reputation Power: 8
Send a message via ICQ to estrabd Send a message via AIM to estrabd Send a message via Yahoo to estrabd
Re:

yeah, dump xp and go back to win2k ... :)
]
B

Reply With Quote
Reply

Viewing: Dev Shed ForumsOtherDevelopment Articles > Dancing The Samba (part 1)


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway