[Samba] Help required for samba -3.0.5.1-0

2013-05-03 Thread Bharath Balareddy
Hello,

I am trying to use  samba -3.0.5.1-0 to transfer a file to an windows 8 machine 
but it  fails when windows-8 is under work group or domain.
Could you please provide help and let me know the reason for transfer failure.

Steps followed to transfer the file from linux system (2.4 kernel) to windows 8 
system.

1) smbclient -U user name%password -d 3 //windows 8 ip path to shared 
folder with all permissions command from terminal.

result: connection is established, prompt changes to smb.

2)mput file_name.

Sometimes 0KB file is transferred or samba transfer fails .




Regards,
Bharath Kumar.B





SASKEN BUSINESS DISCLAIMER: This message may contain confidential, proprietary 
or legally privileged information. In case you are not the original intended 
Recipient of the message, you must not, directly or indirectly, use, disclose, 
distribute, print, or copy any part of this message and you are requested to 
delete it and inform the sender. Any views expressed in this message are those 
of the individual sender unless otherwise stated. Nothing contained in this 
message shall be construed as an offer or acceptance of any offer by Sasken 
Communication Technologies Limited (Sasken) unless sent with that express 
intent and with due authority of Sasken. Sasken has taken enough precautions to 
prevent the spread of viruses. However the company accepts no liability for any 
damage caused by any virus transmitted by this email.
Read Disclaimer at http://www.sasken.com/extras/mail_disclaimer.html
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] Help Required

2012-05-04 Thread vaibhav srivastava
On Fri, May 4, 2012 at 6:50 PM, vaibhav srivastava
vaibhavcs...@gmail.comwrote:


 Hi all,
 Since I want to run Samba without modifying my existing kernel. Please
 tell me what are the requirements for the same.
 What are the package list required in kernel before installing samba.
 thanks in advance.
 --
 Thanks and Regards,
 Vaibhav Srivastava
 Email-id: vaibhavcs...@gmail.com








-- 
Thanks and Regards,
Vaibhav Srivastava
Email-id: vaibhavcs...@gmail.com
Mobile no.: 9552543029
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] Help Required

2012-05-04 Thread Gaiseric Vandal
Have you looked at any of the samba documentation?

What OS ?   Most linux distros (as well as solaris unix) have a
precompiled samba version bundled or available.Normally you don't
have to worry about the kernel.





On 05/04/12 09:24, vaibhav srivastava wrote:
 On Fri, May 4, 2012 at 6:50 PM, vaibhav srivastava
 vaibhavcs...@gmail.comwrote:

 Hi all,
 Since I want to run Samba without modifying my existing kernel. Please
 tell me what are the requirements for the same.
 What are the package list required in kernel before installing samba.
 thanks in advance.
 --
 Thanks and Regards,
 Vaibhav Srivastava
 Email-id: vaibhavcs...@gmail.com








-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


[Samba] Help Required !

2003-06-03 Thread Bijo
Hi,

We have configured samba server(2.2.8a) on linux 7.3 for our Office Lan,
which has got 7 diffrent private subnets(10.1.1.0, 10.1.2.0,
...10.1.7.0/24). After migrating machines from 2 subnets we have seen that
we are able to view all the machines from these 2 subnets from the client.
The plan was the machines in one subnet can see only the machines in that
specific subnet and not other subnet machines. Can you please let me know
how to block this through config file?.

please note that we have done the same setup in one of our bracnh office in
a diffrent location, with the same config and there it is working as normal.
(They can see only those machines comes under in that particular network).
I'm attaching the smb.conf file for our site, please go through it and let
me know where is the mistake I've done or is it something to do with the
network configuration.

[global]
security = user
netbios name = test
workgroup = test1
encrypt passwords = yes
preferred master = yes
domain logons = yes
domain master = yes
add user script = /usr/sbin/adduser -n -g machines -c Machine -d
/dev/null -s /bin/false %m$
guest account = nobody
share modes=no
os level = 65
logon path = \\%L\%U\profile
logon home = \\%L\%U\profile
wins support = yes
log level = 1
log file = /usr/local/samba/var/logs/log.%m
deadtime = 1

[homes]
guest ok = no
read only = yes
create mask = 0700
directory mask = 0700
locking = no

[netlogon]
path = /usr/local/samba/netlogon
writeable = no
guest ok = no

[profiles]
path = \\%L\%U\profile
writable = no
create mask = 0600
directory mask = 0700

Thanks in Advance

Bijo



-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Help Required !

2003-06-03 Thread Marian Mlcoch, Ing
Hi
try read BROWSING howto to resolve. And exact write you what interconect
between subnets (router, switch...) is and where is samba.
Browsing and view comps is not only samba reason on subnets.

Bye.

- Original Message -
From: Bijo [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, June 03, 2003 8:04 AM
Subject: [Samba] Help Required !


 Hi,

 We have configured samba server(2.2.8a) on linux 7.3 for our Office Lan,
 which has got 7 diffrent private subnets(10.1.1.0, 10.1.2.0,
 ...10.1.7.0/24). After migrating machines from 2 subnets we have seen that
 we are able to view all the machines from these 2 subnets from the client.
 The plan was the machines in one subnet can see only the machines in that
 specific subnet and not other subnet machines. Can you please let me know
 how to block this through config file?.

 please note that we have done the same setup in one of our bracnh office
in
 a diffrent location, with the same config and there it is working as
normal.
 (They can see only those machines comes under in that particular network).
 I'm attaching the smb.conf file for our site, please go through it and let
 me know where is the mistake I've done or is it something to do with the
 network configuration.

 [global]
 security = user
 netbios name = test
 workgroup = test1
 encrypt passwords = yes
 preferred master = yes
 domain logons = yes
 domain master = yes
 add user script = /usr/sbin/adduser -n -g machines -c Machine -d
 /dev/null -s /bin/false %m$
 guest account = nobody
 share modes=no
 os level = 65
 logon path = \\%L\%U\profile
 logon home = \\%L\%U\profile
 wins support = yes
 log level = 1
 log file = /usr/local/samba/var/logs/log.%m
 deadtime = 1

 [homes]
 guest ok = no
 read only = yes
 create mask = 0700
 directory mask = 0700
 locking = no

 [netlogon]
 path = /usr/local/samba/netlogon
 writeable = no
 guest ok = no

 [profiles]
 path = \\%L\%U\profile
 writable = no
 create mask = 0600
 directory mask = 0700

 Thanks in Advance

 Bijo



 --
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba