Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
SAMBA questions
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
lefsha
Veteran
Veteran


Joined: 30 Aug 2004
Posts: 1235
Location: Burgas, Bulgaria

PostPosted: Tue Apr 12, 2005 10:40 pm    Post subject: SAMBA questions Reply with quote

Hi!

Like the man before. I can also say that I hate SAMBA.
I have only problem with.

Who knows the other software which will make the same function
but correctly?

By the way.
I have changed nothig but suddenly I can't see my machine in network.
All other users can see my machine but me.
Also I couldn't see some other machines in network.
And I have no idea how it will be selected which machines I can
see and which I can not. There is no logic here.
From Windows Box it is possible to see much more machines
then from this shit Gentoo.

I tried to use extd_audit module, but it does not work.
Although I made all by Instruction from developers.


Could someone explain how to see with Windows Network
all computers? I use XFCE4 window manager and XFFM
file manager.

Thanks
_________________
Lefsha


Last edited by lefsha on Fri Apr 15, 2005 10:26 am; edited 2 times in total
Back to top
View user's profile Send private message
moocha
Watchman
Watchman


Joined: 21 Oct 2003
Posts: 5722

PostPosted: Tue Apr 12, 2005 10:45 pm    Post subject: Reply with quote

That's not a problem with Samba as such, that's a problem with your configuration. Always worked for me just fine. Your problem sounds like you're having Win9x and WinNT clients at the same time on the same network and didn't read the HOWTOs properly...
You could also conceivably try samba-tng (it's in portage) - that's a fork of the manin Samba code which includes support for Active Directory amongst oter things. But if you didn't manage to get samba working right, you probably won't get samba-tng to work properly either.
_________________
Military Commissions Act of 2006: http://tinyurl.com/jrcto

"Those who would give up essential liberty to purchase a little temporary safety deserve neither liberty nor safety."
-- attributed to Benjamin Franklin
Back to top
View user's profile Send private message
lefsha
Veteran
Veteran


Joined: 30 Aug 2004
Posts: 1235
Location: Burgas, Bulgaria

PostPosted: Wed Apr 13, 2005 4:58 pm    Post subject: Reply with quote

> Your problem sounds like you're having Win9x and WinNT

I absolutely don't know what kind of clients I have!!!
And I think it is not possible to know it!
Or should I go around and ask all people what kind of OS
thay have??? LOL

And what's wrong here?

Code:

[global]

workgroup = workgroup
netbios name = lefsha

message command = /usr/bin/linpopup "%f" "%m" %s; rm %s

syslog = 0
log file = /var/log/samba/%m.log
max log size = 0
use sendfile = no
#log level = 0 vfs:2
log level = 2
hosts allow = 123.45.
guest account = guest

map to guest = bad password
null passwords = yes
security = share

encrypt passwords = no
smb passwd file = /etc/samba/private/smbpasswd

socket options = SO_KEEPALIVE SO_REUSEADDR SO_BROADCAST TCP_NODELAY IPTOS_LOWDELAY IPTOS_THROUGHPUT SO_SNDBUF=50000 SO_RCVBUF=50000

local master = yes
os level = 33
#domain master = yes
preferred master = yes
name resolve order = bcast lmhosts wins

dns proxy = no
preserve case = no
short preserve case = no
default case = lower
case sensitive = no
unix charset = UTF-8

wins support = no

[share]
comment = Sahre
browseable = yes
guest ok = yes
path = /path
public = yes
only guest = yes
writable = no
hosts allow = 123.45.
#vfs objects = /usr/lib/samba/vfs/extd_audit.so

_________________
Lefsha
Back to top
View user's profile Send private message
nobspangle
Veteran
Veteran


Joined: 23 Mar 2004
Posts: 1318
Location: Manchester, UK

PostPosted: Wed Apr 13, 2005 10:14 pm    Post subject: Reply with quote

If you don't know what machines are on your network I assume you are not in charge of the network, if this is the case you shouldn't be running a samba server with local master and prefered master set to yes, set them to no and lower your OS level.

If you do want your server to be the master browser you should set these to yes and enable wins support, then point all your clients to your wins server.

Samba is an incredible piece of software it just takes a bit of effort to learn about how it interacts with different kinds of windows machines in different situations.
Back to top
View user's profile Send private message
lefsha
Veteran
Veteran


Joined: 30 Aug 2004
Posts: 1235
Location: Burgas, Bulgaria

PostPosted: Thu Apr 14, 2005 5:27 am    Post subject: Reply with quote

Right now I read the book in pdf format called "Samba HOWTO Collection".
I found there an example to make share for all just to read.

It's looks like:

Code:

[global]
workgroup = MIDEARTH
netbios name = HOBBIT
security = share
[data]
comment = Data
path = /export
read only = Yes
guest ok = Yes


What I have done?

I just repeated this for my computer.

And?...

I couldn't see my comp in the net...

Any Idea?

Or you will say I should read manuals?
_________________
Lefsha
Back to top
View user's profile Send private message
moocha
Watchman
Watchman


Joined: 21 Oct 2003
Posts: 5722

PostPosted: Thu Apr 14, 2005 5:42 am    Post subject: Reply with quote

lefsha wrote:
Right now I read the book in pdf format called "Samba HOWTO Collection".
I found there an example to make share for all just to read.

It's looks like:

Code:

[global]
workgroup = MIDEARTH
netbios name = HOBBIT
security = share
[data]
comment = Data
path = /export
read only = Yes
guest ok = Yes


What I have done?

I just repeated this for my computer.

And?...

I couldn't see my comp in the net...

Any Idea?
Yes. Your master browser is malfunctioning, and that's not Samba's fault. Who is the master browser on your network? If you didn't figure out the existence of nmblookup yet, try this:
Code:
nmblookup -M -- -
That will tell you the master browser and will give you further clues.
lefsha wrote:
Or you will say I should read manuals?
Now that would be a good idea, but given your history of being an complete raging incoherent jerk towards people on these forums, don't expect much sympathy or friendliness.
And learn to say "thank you" once in a while. Goes a long way to befriend people. But then, why am I wasting my breath teaching you basic social skills...
_________________
Military Commissions Act of 2006: http://tinyurl.com/jrcto

"Those who would give up essential liberty to purchase a little temporary safety deserve neither liberty nor safety."
-- attributed to Benjamin Franklin
Back to top
View user's profile Send private message
moocha
Watchman
Watchman


Joined: 21 Oct 2003
Posts: 5722

PostPosted: Thu Apr 14, 2005 5:43 am    Post subject: Reply with quote

lefsha wrote:
Right now I read the book in pdf format called "Samba HOWTO Collection".
I found there an example to make share for all just to read.

It's looks like:

Code:

[global]
workgroup = MIDEARTH
netbios name = HOBBIT
security = share
[data]
comment = Data
path = /export
read only = Yes
guest ok = Yes


What I have done?

I just repeated this for my computer.

And?...

I couldn't see my comp in the net...

Any Idea?
Yes. Your master browser is malfunctioning, and that's not Samba's fault. Who is the master browser on your network? If you didn't figure out the existence of nmblookup yet, try this:
Code:
nmblookup -M -- -
That will tell you the master browser and will give you further clues.
lefsha wrote:
Or you will say I should read manuals?
Now that would be a good idea. I normally never go the RTFM route without at least trying to help, but given your history of being an complete raging incoherent jerk towards people on these forums, don't expect much sympathy or friendliness.
And learn to say "thank you" once in a while. Goes a long way to befriend people. But then, why am I wasting my breath teaching you basic social skills...
_________________
Military Commissions Act of 2006: http://tinyurl.com/jrcto

"Those who would give up essential liberty to purchase a little temporary safety deserve neither liberty nor safety."
-- attributed to Benjamin Franklin
Back to top
View user's profile Send private message
lefsha
Veteran
Veteran


Joined: 30 Aug 2004
Posts: 1235
Location: Burgas, Bulgaria

PostPosted: Thu Apr 14, 2005 7:21 am    Post subject: Reply with quote

moocha wrote:

Yes. Your master browser is malfunctioning, and that's not Samba's fault. Who is the master browser on your network? If you didn't figure out the existence of nmblookup yet, try this:
Code:
nmblookup -M -- -
That will tell you the master browser and will give you further clues.


But why I could see some other computers on the net?
Why under windows it is possible to see more computers on the net?


Ok. I have found which comp is master browser, but it does not helps more.
That is why I set before in my config "master... = yes"

moocha wrote:

Now that would be a good idea. I normally never go the RTFM route without at least trying to help, but given your history of being an complete raging incoherent jerk towards people on these forums, don't expect much sympathy or friendliness.
And learn to say "thank you" once in a while. Goes a long way to befriend people. But then, why am I wasting my breath teaching you basic social skills...


Ok. I do it every time and ask someone only if I have found nothing.
So you could easily send me to read TFM back.

Yes I am a incoherent jerk and you saying such words try to teach me social skill???????
It's a bit strange don't you think?

I have no idea in what society you live, but in my society it's not normal to call
people with such words like you do...

I'm really sorry for you.

Thanks for all.

P.S. Could you please don't answer to my messages any more? Thank you very much!
_________________
Lefsha
Back to top
View user's profile Send private message
Deathwing00
Bodhisattva
Bodhisattva


Joined: 13 Jun 2003
Posts: 4087
Location: Dresden, Germany

PostPosted: Fri Apr 15, 2005 11:04 am    Post subject: Reply with quote

The rest of his thread was sent to OTW: https://forums.gentoo.org/viewtopic-t-324350.html and locked.

Thread title edited.
Back to top
View user's profile Send private message
moocha
Watchman
Watchman


Joined: 21 Oct 2003
Posts: 5722

PostPosted: Fri Apr 15, 2005 11:06 am    Post subject: Reply with quote

Thanks. Shouldn't have let myself get carried away in this forum.
_________________
Military Commissions Act of 2006: http://tinyurl.com/jrcto

"Those who would give up essential liberty to purchase a little temporary safety deserve neither liberty nor safety."
-- attributed to Benjamin Franklin
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum