[Gluster-users] Problems starting Gluster server

Steve steeeeeveee at gmx.net
Wed Aug 27 05:31:45 UTC 2008


-------- 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.


> 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




More information about the Gluster-users mailing list