[Gluster-users] Problems starting Gluster server

Steve steeeeeveee at gmx.net
Wed Aug 27 05:48:33 UTC 2008


-------- Original-Nachricht --------
> Datum: Wed, 27 Aug 2008 07:31:45 +0200
> Von: "Steve" <steeeeeveee at gmx.net>
> An: 
> CC: gluster-users at gluster.org
> Betreff: Re: [Gluster-users] Problems starting Gluster server

> 
> -------- Original-Nachricht --------
> > Datum: Wed, 27 Aug 2008 08:09:19 +0530
> > Von: "Harshavardhana Ranganath" <harsha at zresearch.com>
> > An: Steve <steeeeeveee at gmx.net>
> > CC: gluster-users at gluster.org
> > Betreff: Re: [Gluster-users] Problems starting Gluster server
> 
> > Hi Steve,
> > 
> >     It's a typo it should have been glusterfs--mainline--2.5-patch-793
> > 
> I see.
> 
> glusterfs--mainline--3.0-patch-320 works for me. All the functionality I
> tested do work. It reports to be:
> ---
> glusterfs 1.4.0qa36 built on Aug 27 2008 03:18:30
> Repository revision: glusterfs--mainline--3.0--patch-320
> ---
> Wait a second. The client did not survive the night. Maybe I stopped it
> before leaving the system. I don't remember (it was late or should I say
> early?). But this morning it is not running any more. The server process is
> still there. Let me try now to compile glusterfs--mainline--2.5-patch-793...
> 
> No! glusterfs--mainline--2.5-patch-796 does not work for me (is patch-796
> good enough or must it be exactly patch-793?):
> ---
> nemesis ~ # /usr/sbin/glusterfsd -N -l /dev/stdout -L DEBUG -f
> /etc/glusterfs/glusterfs-server.vol
> 2008-08-27 07:25:34 D [glusterfs.c:167:get_spec_fp] glusterfs: loading
> spec from /etc/glusterfs/glusterfs-server.vol
> 2008-08-27 07:25:34 D [spec.y:107:new_section] parser: New node for
> 'brick'
> 2008-08-27 07:25:34 D [xlator.c:115:xlator_set_type] xlator: attempt to
> load file /usr/lib/glusterfs/1.3.11/xlator/storage/posix.so
> 2008-08-27 07:25:34 E [xlator.c:120:xlator_set_type] xlator:
> dlopen(/usr/lib/glusterfs/1.3.11/xlator/storage/posix.so):
> /usr/lib/glusterfs/1.3.11/xlator/storage/posix.so: cannot dynamically load executable
> 2008-08-27 07:25:34 E [spec.y:123:section_type] parser: failed to set the
> node type
> 2008-08-27 07:25:34 E [spec.y:243:file_to_xlator_tree] parser: yyparser ()
> exited with YYABORT
> 2008-08-27 07:25:34 E [glusterfs.c:190:xlator_graph_get] glusterfs:
> specification file parsing failed, exiting
> 2008-08-27 07:25:34 E [glusterfs.c:538:main] glusterfs: Unable to get
> xlator graph
> nemesis ~ #
> ---
> glusterfs 1.3.11 built on Aug 27 2008 07:19:54
> Repository revision: glusterfs--mainline--2.5--patch-796
> ---
> Looking at the compile output from mainline--2.5--patch-796 I still see
> (did not see that with mainline--3.0):
> ---
> /usr/lib/gcc/i686-pc-linux-gnu/4.3.1/../../../../i686-pc-linux-gnu/bin/ld:
> warning: cannot find entry symbol _start; defaulting to 0000000008048d00
> ---
> 
> To summarize: mainline--3.0--patch-320 works. mainline--2.5--patch-796
> does not work.
> 
mainline--3.0--patch-322 works as well:
---
nemesis ~ # /usr/sbin/glusterfsd -N -l /dev/stdout -L DEBUG -f /etc/glusterfs/glusterfs-server.vol
2008-08-27 07:45:56 W [glusterfs.c:605:main] glusterfsd: starting /usr/sbin/glusterfsd
2008-08-27 07:45:56 D [glusterfs.c:263:_get_specfp] glusterfsd: loading volume specfile /etc/glusterfs/glusterfs-server.vol
given volume specfile
+-----
  1: volume brick
  2:   type storage/posix
  3:   option directory /mnt/glusterfs
  4: end-volume
  5:
  6: volume server
  7:   type protocol/server
  8:   option transport-type tcp
  9:   option client-volume-filename /etc/glusterfs/glusterfs-client.vol
 10:   subvolumes brick
 11:   option auth.addr.brick.allow *
 12: end-volume
+-----
2008-08-27 07:45:56 D [spec.y:177:new_section] parser: New node for 'brick'
2008-08-27 07:45:56 D [xlator.c:119:xlator_set_type] xlator: attempt to load file /usr/lib/glusterfs/1.4.0qa36/xlator/storage/posix.so
2008-08-27 07:45:56 D [spec.y:202:section_type] parser: Type:brick:storage/posix
2008-08-27 07:45:56 D [spec.y:249:section_option] parser: Option:brick:directory:/mnt/glusterfs
2008-08-27 07:45:56 D [spec.y:331:section_end] parser: end:brick
2008-08-27 07:45:56 D [spec.y:177:new_section] parser: New node for 'server'
2008-08-27 07:45:56 D [xlator.c:119:xlator_set_type] xlator: attempt to load file /usr/lib/glusterfs/1.4.0qa36/xlator/protocol/server.so
2008-08-27 07:45:56 D [spec.y:202:section_type] parser: Type:server:protocol/server
2008-08-27 07:45:56 D [spec.y:249:section_option] parser: Option:server:transport-type:tcp
2008-08-27 07:45:56 D [spec.y:249:section_option] parser: Option:server:client-volume-filename:/etc/glusterfs/glusterfs-client.vol
2008-08-27 07:45:56 D [spec.y:316:section_sub] parser: child:server->brick
2008-08-27 07:45:56 D [spec.y:249:section_option] parser: Option:server:auth.addr.brick.allow:*
2008-08-27 07:45:56 D [spec.y:331:section_end] parser: end:server
2008-08-27 07:45:56 W [glusterfs.c:728:main] glusterfsd: running in pid 27534

2008-08-27 07:45:56 D [transport.c:104:transport_load] transport: attempt to load file /usr/lib/glusterfs/1.4.0qa36/transport/socket.so
2008-08-27 07:45:56 D [server-protocol.c:6267:init] server: defaulting limits.transaction-size to 4194304
^C
nemesis ~ # /usr/sbin/glusterfsd -V
glusterfs 1.4.0qa36 built on Aug 27 2008 07:40:56
Repository revision: glusterfs--mainline--3.0--patch-322
Copyright (c) 2006, 2007, 2008 Z RESEARCH Inc. <http://www.zresearch.com>
GlusterFS comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of GlusterFS under the terms of the GNU General Public License.
nemesis ~ #
---


> 
> > Regards
> > 
> // SteveB
> 
> 
> > On Wed, Aug 27, 2008 at 6:39 AM, Steve <steeeeeveee at gmx.net> wrote:
> > 
> > >
> > > -------- Original-Nachricht --------
> > > > Datum: Tue, 26 Aug 2008 09:42:28 +0400
> > > > Von: "Raghavendra G" <raghavendra.hg at gmail.com>
> > > > An: Steve <steeeeeveee at gmx.net>
> > > > CC: gluster-users at gluster.org
> > > > Betreff: Re: [Gluster-users] Problems starting Gluster server
> > >
> > > > Hi Steve,
> > > > Can you try with glusterfs--mainline--3.0--patch-793 and confirm it
> > works
> > > > for you?
> > > >
> > > Where can I get patch-793? The highest patch I see in 3.0 is patch-320
> > >
> > >
> > > > regards,
> > > >
> > > // SteveB
> > >
> > >
> > > > On Mon, Aug 25, 2008 at 9:29 PM, Steve <steeeeeveee at gmx.net> wrote:
> > > >
> > > > > Hello
> > > > >
> > > > > While trying to start Gluster server I get the following error:
> > > > > 2008-08-25 19:26:29 D [glusterfs.c:167:get_spec_fp] glusterfs:
> > loading
> > > > spec
> > > > > from /etc/glusterfs/glusterfs-server.vol
> > > > > 2008-08-25 19:26:29 D [spec.y:107:new_section] parser: New node
> for
> > > > 'brick'
> > > > > 2008-08-25 19:26:29 D [xlator.c:115:xlator_set_type] xlator:
> attempt
> > to
> > > > > load file /usr/lib/glusterfs/1.3.11/xlator/storage/posix.so
> > > > > 2008-08-25 19:26:29 E [xlator.c:120:xlator_set_type] xlator:
> > > > > dlopen(/usr/lib/glusterfs/1.3.11/xlator/storage/posix.so):
> > > > > /usr/lib/glusterfs/1.3.11/xlator/storage/posix.so: cannot
> > dynamically
> > > > load
> > > > > executable
> > > > > 2008-08-25 19:26:29 E [spec.y:123:section_type] parser: failed to
> > set
> > > > the
> > > > > node type
> > > > > 2008-08-25 19:26:29 E [spec.y:243:file_to_xlator_tree] parser:
> > yyparser
> > > > ()
> > > > > exited with YYABORT
> > > > > 2008-08-25 19:26:29 E [glusterfs.c:190:xlator_graph_get]
> glusterfs:
> > > > > specification file parsing failed, exiting
> > > > > 2008-08-25 19:26:29 E [glusterfs.c:538:main] glusterfs: Unable to
> > get
> > > > > xlator graph
> > > > >
> > > > > My glusterfs-server.vol file is very simple:
> > > > > /etc/glusterfs/glusterfs-server.vol
> > > > > volume brick
> > > > >  type storage/posix                   # POSIX FS translator
> > > > >  option directory /mnt/glusterfs      # Export this directory
> > > > > end-volume
> > > > > volume server
> > > > >  type protocol/server
> > > > >  option transport-type tcp/server     # For TCP/IP transport
> > > > >  option client-volume-filename /etc/glusterfs/glusterfs-client.vol
> > > > >  subvolumes brick
> > > > >  option auth.ip.brick.allow * # Allow access to "brick" volume
> > > > > end-volume
> > > > >
> > > > >
> > > > > Can any one help me to solve the problem? I really don't know
> where
> > to
> > > > > look.
> > > > >
> > > > > // SteveB
> > > > > --
> > > > > GMX startet ShortView.de. Hier findest Du Leute mit Deinen
> > Interessen!
> > > > > Jetzt dabei sein:
> > > > > http://www.shortview.de/wasistshortview.php?mc=sv_ext_mf@gmx
> > > > >
> > > > > _______________________________________________
> > > > > Gluster-users mailing list
> > > > > Gluster-users at gluster.org
> > > > > http://zresearch.com/cgi-bin/mailman/listinfo/gluster-users
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > > Raghavendra G
> > > >
> > > > A centipede was happy quite, until a toad in fun,
> > > > Said, "Prey, which leg comes after which?",
> > > > This raised his doubts to such a pitch,
> > > > He fell flat into the ditch,
> > > > Not knowing how to run.
> > > > -Anonymous
> > >
> > > --
> > > Psssst! Schon das coole Video vom GMX MultiMessenger gesehen?
> > > Der Eine für Alle: http://www.gmx.net/de/go/messenger03
> > >
> > > _______________________________________________
> > > Gluster-users mailing list
> > > Gluster-users at gluster.org
> > > http://zresearch.com/cgi-bin/mailman/listinfo/gluster-users
> > >
> > 
> > 
> > 
> > -- 
> > Harshavardhana
> > [y4m4 on #gluster at irc.freenode.net]
> > "Samudaya TantraShilpi"
> > Z Research Inc - http://www.zresearch.com
> 
> -- 
> GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen!
> Jetzt dabei sein:
> http://www.shortview.de/wasistshortview.php?mc=sv_ext_mf@gmx
> 
> _______________________________________________
> Gluster-users mailing list
> Gluster-users at gluster.org
> http://zresearch.com/cgi-bin/mailman/listinfo/gluster-users

-- 
GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen!
Jetzt dabei sein: http://www.shortview.de/wasistshortview.php?mc=sv_ext_mf@gmx




More information about the Gluster-users mailing list