[Gluster-devel] Unable to start samba service (smb) - due to /run/samba/ncalrpc - No such file or directory

2014-12-25 Thread Omkar Sharma
Hi,

I have installed samba-4.1.11-2.el6.x86_64.rpm and its dependencies taken
from the below link:

http://download.gluster.org/pub/gluster/glusterfs/samba/CentOS/epel-6.5/x86_64/

The samba package got installed but unable to start the smb service. And I
have *smb* file inside /etc/init.d/ directory.

$ sudo service smb status   ...not showing any output
$ sudo service smb start  ...not showing any output

$ sudo /etc/init.d/smb status...not showing any output
$ sudo /etc/init.d/smb start  ...not showing any output

And I went to see the log files inside /var/log/samba/.

$ vi /var/log/samba/log.smbd

 smbd version 4.1.11 started.
  Copyright Andrew Tridgell and the Samba Team 1992-2013
[2014/12/24 06:36:44.225371,  0] ../source3/smbd/server.c:1289(main)
  standard input is not a socket, assuming -D option
[2014/12/24 06:36:44.472002,  0]
../lib/util/util.c:216(directory_create_or_exist)
  mkdir failed on directory /run/samba/ncalrpc: No such file or directory
[2014/12/24 06:36:44.472317,  0] ../source3/smbd/server.c:1471(main)
  Failed to create pipe directory /run/samba/ncalrpc - No such file or
directory

Why the samba rpm is not creating /run/samba directory and place the file
ncalrpc ?

With Regards,
Omkar MN
___
Gluster-devel mailing list
Gluster-devel@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-devel


Re: [Gluster-devel] Fwd: New Defects reported by Coverity Scan for GlusterFS

2014-12-25 Thread Atin Mukherjee


On 12/25/2014 12:09 PM, Vijay Bellur wrote:
 A single bug reported by covscan this time.
 
 KP, Kaushal - can you please check this out?

http://review.gluster.org/#/c/9338/ should solve it.

~Atin
 
 Thanks,
 Vijay
 
 
  Forwarded Message 
 Subject: New Defects reported by Coverity Scan for GlusterFS
 Date: Wed, 24 Dec 2014 01:55:19 -0800
 From: scan-ad...@coverity.com
 To: vbel...@redhat.com
 
 
 Hi,
 
 Please find the latest report on new defect(s) introduced to GlusterFS
 found with Coverity Scan.
 
 1 new defect(s) introduced to GlusterFS found with Coverity Scan.
 14 defect(s), reported by Coverity Scan earlier, were marked fixed in
 the recent build analyzed by Coverity Scan.
 
 New defect(s) Reported-by: Coverity Scan
 Showing 1 of 1 defect(s)
 
 
 ** CID 1260432:  Out-of-bounds access  (OVERRUN)
 /xlators/mgmt/glusterd/src/glusterd.c: 1323 in glusterd_stop_uds_listener()
 
 
 
 
 *** CID 1260432:  Out-of-bounds access  (OVERRUN)
 /xlators/mgmt/glusterd/src/glusterd.c: 1323 in glusterd_stop_uds_listener()
 1317 (void) rpcsvc_unregister_notify (conf-uds_rpc,
 1318 glusterd_uds_rpcsvc_notify,
 1319  this);
 1320
 1321 sock_data = dict_get (this-options, glusterd-sockfile);
 1322 if (!sock_data) {
 CID 1260432:  Out-of-bounds access  (OVERRUN)
 Overrunning array sockfile of 109 bytes by passing it to a
 function which accesses it at byte offset 4095 using argument 4096UL.
 1323 strncpy (sockfile, DEFAULT_GLUSTERD_SOCKFILE,
 PATH_MAX);
 1324 } else {
 1325 strncpy (sockfile, sock_data-data, PATH_MAX);
 1326 }
 1327 unlink (sockfile);
 1328
 
 
 
 
 To view the defects in Coverity Scan visit,
 http://scan.coverity.com/projects/987?tab=overview
 
 To manage Coverity Scan email notifications for vbel...@redhat.com,
 click
 http://scan.coverity.com/subscriptions/edit?email=vbellur%40redhat.comtoken=5b81d38a8ddcb1eaca7a29dec26cbdcc
 .
 
 
 
 ___
 Gluster-devel mailing list
 Gluster-devel@gluster.org
 http://www.gluster.org/mailman/listinfo/gluster-devel
___
Gluster-devel mailing list
Gluster-devel@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-devel


Re: [Gluster-devel] Unable to start samba service (smb) - due to /run/samba/ncalrpc - No such file or directory

2014-12-25 Thread Poornima Gurusiddaiah
Hi, 

Can you post the output of #strace smbd and the logs(log.smbd) 
Was it an upgrade from older samba version? If yes, try clearing the 
/var/lib/samba/*.tdb files. 

Regards, 
Poornima 

- Original Message -

 From: Omkar Sharma om...@fractalio.com
 To: gluster-devel@gluster.org
 Sent: Thursday, December 25, 2014 3:17:44 PM
 Subject: [Gluster-devel] Unable to start samba service (smb) - due to
 /run/samba/ncalrpc - No such file or directory

 Hi,

 I have installed samba-4.1.11-2.el6.x86_64.rpm and its dependencies taken
 from the below link:

 http://download.gluster.org/pub/gluster/glusterfs/samba/CentOS/epel-6.5/x86_64/

 The samba package got installed but unable to start the smb service. And I
 have smb file inside /etc/init.d/ directory.

 $ sudo service smb status ...not showing any output
 $ sudo service smb start ...not showing any output

 $ sudo /etc/init.d/smb status ...not showing any output
 $ sudo /etc/init.d/smb start ...not showing any output

 And I went to see the log files inside /var/log/samba/.

 $ vi /var/log/samba/log.smbd

 smbd version 4.1.11 started.
 Copyright Andrew Tridgell and the Samba Team 1992-2013
 [2014/12/24 06:36:44.225371, 0] ../source3/smbd/server.c:1289(main)
 standard input is not a socket, assuming -D option
 [2014/12/24 06:36:44.472002, 0]
 ../lib/util/util.c:216(directory_create_or_exist)
 mkdir failed on directory /run/samba/ncalrpc: No such file or directory
 [2014/12/24 06:36:44.472317, 0] ../source3/smbd/server.c:1471(main)
 Failed to create pipe directory /run/samba/ncalrpc - No such file or
 directory

 Why the samba rpm is not creating /run/samba directory and place the file
 ncalrpc ?

 With Regards,
 Omkar MN

 ___
 Gluster-devel mailing list
 Gluster-devel@gluster.org
 http://www.gluster.org/mailman/listinfo/gluster-devel
___
Gluster-devel mailing list
Gluster-devel@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-devel


[Gluster-devel] Fwd: Ubuntu Debian packages

2014-12-25 Thread Vijay Bellur

FYI.

Thanks Louis!

-Vijay

-- Forwarded message --
From: *Louis Zuckerman*m...@louiszuckerman.com 
mailto:m...@louiszuckerman.com

Date: Tue, Dec 23, 2014 at 8:54 PM
Subject: Ubuntu  Debian packages
To: gluster-us...@gluster.org mailto:gluster-us...@gluster.org


I am gearing up to improve the Ubuntu and Debian packages.

These are the glusterfs community packages published on 
download.gluster.org http://download.gluster.organd 
launchpad.net/~gluster http://launchpad.net/%7Egluster. Any 
improvements made to our packages will be contributed downstream to the 
Debian  Ubuntu packages in those distributions.


If you currently use, or have an interest in improving, the glusterfs 
packages for ubuntu/debian please get in touch with me. I'd like to hear 
from you, either on this mailing list or in IRC (semiosis in #gluster).


If you want to report a *packaging* bug you can open an issue on github 
here: https://github.com/semiosis/glusterfs-debian


** NOTE: please do not open bugs for glusterfs on my github repo, only 
issues with my packaging.  If you're not sure then please discuss with 
me before opening an issue on github.


Thank you very much  happy holidays,

-louis

___
Gluster-devel mailing list
Gluster-devel@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-devel


[Gluster-devel] 3.6.2beta1

2014-12-25 Thread Raghavendra Bhat


Hi,

glusterfs-3.6.2beta1 has been released and the rpms can be found here.


Regards,
Raghavendra Bhat
___
Gluster-devel mailing list
Gluster-devel@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-devel


Re: [Gluster-devel] [Gluster-users] 3.6.2beta1

2014-12-25 Thread Raghavendra Bhat

On Friday 26 December 2014 12:22 PM, Raghavendra Bhat wrote:


Hi,

glusterfs-3.6.2beta1 has been released and the rpms can be found here.


Regards,
Raghavendra Bhat
___
Gluster-users mailing list
gluster-us...@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-users


Oops. Sorry. Missed the link

 http://download.gluster.org/pub/gluster/glusterfs/qa-releases/3.6.2beta1/


Regards,
Raghavendra Bhat
___
Gluster-devel mailing list
Gluster-devel@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-devel