[Samba] Samba Cluster

2012-09-18 Thread Rajeev R. Veedu

 
We had tried to do this however we can see the shard storage from red hat 
cluster but configuring piranha is bit difficult. Could someone please guide me 
where to look for the documents?
 
Regards,
 
Rajeev

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


Re: [Samba] problem for joining the domain. - Solved

2012-03-06 Thread Rajeev R. Veedu
Thank you Dale, it worked.



-Original Message-
From: Dale Schroeder [mailto:d...@briannassaladdressing.com] 
Sent: Tuesday, March 06, 2012 10:50 PM
To: Rajeev R. Veedu
Cc: samba@lists.samba.org
Subject: Re: [Samba] problem for joining the domain.

On 03/06/2012 9:10 AM, Rajeev R. Veedu wrote:
> I am having a problem to join one of my machine, to the 2003 AD. I 
> have used the same config on another machine and it works fine. I am 
> not able to figure out where I am going wrong. I would appreciates if 
> you could help. My samba version is 3.6.3-44 on Centos 6
>
> This is what I get
>
> [root@scan_srv2 tmp]# net ads join -U Administrator Enter 
> Administrator's password:
> Using short domain name -- DOMAIN
> Joined 'SCAN_SRV2' to realm 'DOMAIN.com'
> DNS Update for scan_srv2.DOMAIN.com failed: ERROR_DNS_INVALID_NAME

For DNS, underscores "_" are not a valid character in the hostname; changing to 
a hyphen "-" should stop that error message.
Android phones are notorious for causing this error with DHCP/DNS.

More info:  
http://networkadminkb.com/KB/a156/windows-2003-dns-and-the-underscore.aspx

Dale

> DNS update failed!
>
> My smb.config is
>
>
> workgroup = DOMAIN
> admin users = Administrator
> realm = DOMAIN.COM
> server string = Linux Samba File Server
> security = ADS
> encrypt passwords = yes
> preferred master = no
> template shell = /bin/false
> template homedir = /home/%D/%U
> idmap uid = 1-2
> idmap gid = 1-2
> enhanced browsing = no
> winbind use default domain = yes
> winbind enum users = Yes
> winbind enum groups = Yes
> winbind nested groups = Yes
> winbind separator = /
> server string = scan_srv2
> netbios name = scan_srv2
> password server = 192.168.1.223
> debuglevel = 10
> [Data]
>  comment = P drive and T drive
>  path = /Data/Data-01/
>  writable = yes
>  guestok = yes
>  nt acl support = yes
>  #inherit acls = yes
>  #inherit permissions = yes
>
> My krb5.conf
>
> [logging]
>   default = FILE:/var/log/krb5libs.log
>   kdc = FILE:/var/log/krb5kdc.log
>   admin_server = FILE:/var/log/kadmind.log
>
> [libdefaults]
>   default_realm = DOMAIN.COM
>   dns_lookup_realm = true
>   dns_lookup_kdc = true
>   ticket_lifetime = 24h
>   renew_lifetime = 7d
>   forwardable = yes
>
> [realms]
>   DOMAIN.COM = {
>kdc = projects01.DOMAIN.com
>admin_server = 192.168.1.223
>default_domain = DOMAIN.com
>   }
>
> [domain_realm]
>   .kerberos.server = DOMAIN.COM
>   .DOMAIN.com = DOMAIN.COM
> [kdc]
> profile = /var/kerberos/krb5kdc/kdc.conf
>
> [appdefaults]
> pam = {
> debug = false
> ticket_lifetime = 36000
> renew_lifetime = 36000
> forwardable = true
> krb4_convert = false
> }
>
>
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


[Samba] problem for joining the domain.

2012-03-06 Thread Rajeev R. Veedu

 
I am having a problem to join one of my machine, to the 2003 AD. I have used 
the same config on another machine and it works fine. I am not able to figure 
out where I am going wrong. I would appreciates if you could help. My samba 
version is 3.6.3-44 on Centos 6
 
This is what I get
 
[root@scan_srv2 tmp]# net ads join -U Administrator
Enter Administrator's password:
Using short domain name -- DOMAIN
Joined 'SCAN_SRV2' to realm 'DOMAIN.com'
DNS Update for scan_srv2.DOMAIN.com failed: ERROR_DNS_INVALID_NAME
DNS update failed!
 
My smb.config is
 
 
   workgroup = DOMAIN
   admin users = Administrator
   realm = DOMAIN.COM
   server string = Linux Samba File Server
   security = ADS
   encrypt passwords = yes
   preferred master = no
   template shell = /bin/false
   template homedir = /home/%D/%U
   idmap uid = 1-2
   idmap gid = 1-2
   enhanced browsing = no
   winbind use default domain = yes
   winbind enum users = Yes
   winbind enum groups = Yes
   winbind nested groups = Yes
   winbind separator = /
   server string = scan_srv2
   netbios name = scan_srv2
   password server = 192.168.1.223
   debuglevel = 10
[Data]
comment = P drive and T drive
path = /Data/Data-01/
writable = yes
guestok = yes
nt acl support = yes
#inherit acls = yes
#inherit permissions = yes
 
My krb5.conf
 
[logging]
 default = FILE:/var/log/krb5libs.log
 kdc = FILE:/var/log/krb5kdc.log
 admin_server = FILE:/var/log/kadmind.log
 
[libdefaults]
 default_realm = DOMAIN.COM
 dns_lookup_realm = true
 dns_lookup_kdc = true
 ticket_lifetime = 24h
 renew_lifetime = 7d
 forwardable = yes
 
[realms]
 DOMAIN.COM = {
  kdc = projects01.DOMAIN.com
  admin_server = 192.168.1.223
  default_domain = DOMAIN.com
 }
 
[domain_realm]
 .kerberos.server = DOMAIN.COM
 .DOMAIN.com = DOMAIN.COM
[kdc]
profile = /var/kerberos/krb5kdc/kdc.conf
 
[appdefaults]
pam = {
   debug = false
   ticket_lifetime = 36000
   renew_lifetime = 36000
   forwardable = true
   krb4_convert = false
}
 

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


[Samba] Cups Restart Job error

2009-11-12 Thread Rajeev R. Veedu
Dear all,
 
I would like to restart a print job from the cups web interfaces by clicking 
"restart job"button displayed against the job. However it return as 
client-error-not-possible for all print jobs. Can some one guide me how do I 
print these files?
 
My cups version is 

 rpm -qa |grep cups
hal-cups-utils-0.5.2-8.2
libgnomecups-0.1.12-5
cups-1.1.22-0.rc1.9.20.2.el4_5.2
cups-libs-1.1.22-0.rc1.9.20.2.el4_5.2
 
Samba version is 
samba3-3.0.22-26
samba3-winbind-3.0.22-26
samba3-utils-3.0.22-26
samba3-client-3.0.22-26
system-config-samba-1.2.21-1.el4.1
 
any support would be really helpful
 
regards,
 
Rajeev
 

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


[Samba] Samba 3.2.7 file server

2009-01-21 Thread Rajeev R. Veedu
Dear all.

 

I have installed a samba 3.2.7 on CentOS 5.2. Could someone from the list help 
me with smb.config file if I need to do the following

 

1)  Samba server will be a file server.

2)  Access permission will be based on linux user + smb password

 

This is a remote site office and we dont have a domain controllers. Users will 
 connect their VPN to access the mail from the central office however they need 
to have a place to store the files created on site office. I am thinking of 
putting a Linux box with Samba on it. If you could help me by sending a sample 
SMB config file so that I could adapt the same.

 

Thanks in advance

 

Regards,

 

Rajeev 


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


[Samba] problems installing samba

2008-06-22 Thread Rajeev R. Veedu
Dear all,

 

I am trying to install Samba 3.0.30  on a new Centos 5 machine and I am getting 
following error. Samba has been downloaded form setnet. Could some please let 
me know how to fix this?

 

rpmdb: Program version 4.3 doesn't match environment version

error: db4 error(-30974) from dbenv->open: DB_VERSION_MISMATCH: Database 
environment version mismatch

warning: cannot open Solve database in /usr/lib/rpmdb/x86_64-redhat-linux/CentO

rpmdb: Program version 4.3 doesn't match environment version

 

Rajeev R. Veedu


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


[Samba] Printing multiple copies in Cups

2007-10-02 Thread Rajeev R Veedu
I have a cups setup for printing purpose. The problem I am facing is that it
doesn't print more than 1 copy of the same document in single print command.

could someone guide me how to fix this problem?.

 

Rajeev R. Veedu

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


[Samba] Memory usage

2007-08-21 Thread Rajeev R Veedu
Could someone from the list help me to understand the memory usage by SMB
process?.  I have a samba production server with about 50-70 SMB process.
Initially we had 2gb of RAM and the top command showed almost all memory had
been used. There were delays in the file access and listing directories from
user side. 

Yesterday evening  we had increased the memory to 4 GB and it showed around
3GB free. But this morning when all users started accessing the files it
went back to almost near to old figure. (about 1mb free space).  Before we
upgrade to further  (say 8gb)  I would like to know how much memory each SMB
process will take. '

 

Rajeev R. Veedu

 

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


[Samba] Folder and file dates change

2007-03-29 Thread Rajeev

Hi All

Every now and then--coinciding, I expect, with a share or volume restore of
the server--all the files and folders in MySpace change to the current date.
Thus, while the file may have been created in 1998, last modified on
November 20th, 2004, it will show up as today's date. This is true for ALL
the files and folders in MySpace.

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


[Samba] winbind error

2006-10-31 Thread Rajeev R Veedu
Hi,

I have a samba server which authenticate windows 2000 server ADS. I am
getting following message from the message log file. Could someone please
explain me why this is happening and what is the best ways fix this?.

[EMAIL PROTECTED] ~]# tail /var/log/messages
Oct 31 17:25:04 mail smbd[9293]: [2006/10/31 17:25:04, 0]
printing/print_cups.c:cups_cache_reload(85)
Oct 31 17:25:04 mail smbd[9293]:   Unable to connect to CUPS server
localhost - Connection refused
Oct 31 17:25:13 mail smbd[9261]: [2006/10/31 17:25:13, 0]
printing/print_cups.c:cups_cache_reload(85)
Oct 31 17:25:13 mail smbd[9261]:   Unable to connect to CUPS server
localhost - Connection refused
Oct 31 17:25:13 mail smbd[9261]: [2006/10/31 17:25:13, 0]
printing/print_cups.c:cups_cache_reload(85)
Oct 31 17:25:13 mail smbd[9261]:   Unable to connect to CUPS server
localhost - Connection refused
Oct 31 17:25:45 mail winbindd[6260]: [2006/10/31 17:25:45, 0]
lib/util_sid.c:string_to_sid(285)
Oct 31 17:25:45 mail winbindd[6260]:   string_to_sid: Sid S-0-0 is not in a
valid format.
Oct 31 17:25:45 mail winbindd[6260]: [2006/10/31 17:25:45, 0]
lib/util_sid.c:string_to_sid(285)
Oct 31 17:25:45 mail winbindd[6260]:   string_to_sid: Sid S-0-0 is not in a
valid format.


Thanks

Rajeev


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


[Samba] Arc Serve Backup

2006-10-22 Thread Rajeev R Veedu
Recently we have started using Arc serve backup. The Arc server and the tape
library are connected to a Windows 2000 server machine and the data files
are stored on many Samba file servers.  I have Linux Client Agents installed
on all Linux Machine. 

Now the problem is that when Arc Serve backup the file it always backup the
full files irrespective of setting for a differential backup. I think the
Arc serve is not able to set Archive bit on the file system. But it does for
windows. Has any one in the list experienced this type of problem? 

Any advice or guidance would be really appreciated.

 

Thanks

 

Rajeev R. Veedu

 

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


[Samba] Creating PDF files of AutoCAD drawings on Cups

2006-06-11 Thread Rajeev R Veedu

Hi,

How do I create PDF files for the AutoCAD drawings? Is there ant how to
available? I have created a PDF printer on Cups and every unable to connect
the windows machine with this printer. I am finding difficulty in loading
correct printer driver. 

Has any one in the list got this working? If so could you please helpmeet or
point out some documents?

Thanks

Rajeev 


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


RE: [Samba] SerNet.de Release and krb problems

2006-05-09 Thread Rajeev R Veedu
Me too have the same problem and I and would like to know any solution.

Thanks

Rajeev


-Original Message-
From: Matt Sellers [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 09, 2006 7:37 AM
To: samba-list
Subject: [Samba] SerNet.de Release and krb problems

Hello All,

Im using a fresh install of CentOS 4.3 fully updated with the
latest
Samba packages from SerNet.de

http://enterprisesamba.org/index.php?id=64

While I have used Samba/Winbind for quite some time, Im have a
peculiar
problem with these RPM's. When I try to "net ads join -U
" to
join of ADS realm, I get this error...

[EMAIL PROTECTED] sernet-samba]# net -V
Version 3.0.22-SerNet-RedHat
[EMAIL PROTECTED] sernet-samba]# net ads join -U msellers
msellers's password:
[2006/05/08 23:02:12, 0] utils/net_ads.c:ads_startup(191)
  ads_connect: Program lacks support for encryption type
[EMAIL PROTECTED] sernet-samba]#

While I do have the latest krb5 libs installed from the CentOS
repo, its
my understanding that Sernet statically compiles their own
kerberos
libraries for compatibility, at least what their site says

I have successfully compiled samba from source on CentOS, but
have never
gotten these SerNet binaries to work.  Can anybody point me in
the
direction to fix this, or explain?  

Thanks all :-)

--
Matt Sellers
[EMAIL PROTECTED]   




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


[Samba] Activate HTML Pages

2005-09-09 Thread Rajeev
Hi All,

I have a design some "html" pages. Now I want to activate it throug Samba 
Server, infact I have no Idea, how active my page so that every user able to 
access it.

It should be treated like a web pages.

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