Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Linux Virtual Server: Users

[lvs-users] --sync-id errs out

 

 

Linux Virtual Server users RSS feed   Index | Next | Previous | View Threaded


misch at multinet

Jun 11, 2009, 3:04 AM

Post #1 of 5 (893 views)
Permalink
[lvs-users] --sync-id errs out

Hi,

I am stuck with the same error like
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504001

Is this a debian specific bug or is this a wider known bug? It there a fix
general or debian specific?

Greetings,

--
Dr. Michael Schwartzkopff
MultiNET Services GmbH
Addresse: Bretonischer Ring 7; 85630 Grasbrunn; Germany
Tel: +49 - 89 - 45 69 11 0
Fax: +49 - 89 - 45 69 11 21
mob: +49 - 174 - 343 28 75

mail: misch [at] multinet
web: www.multinet.de

Sitz der Gesellschaft: 85630 Grasbrunn
Registergericht: Amtsgericht München HRB 114375
Geschäftsführer: Günter Jurgeneit, Hubert Martens

---

PGP Fingerprint: F919 3919 FF12 ED5A 2801 DEA6 AA77 57A4 EDD8 979B
Skype: misch42

_______________________________________________
Please read the documentation before posting - it's available at:
http://www.linuxvirtualserver.org/

LinuxVirtualServer.org mailing list - lvs-users [at] LinuxVirtualServer
Send requests to lvs-users-request [at] LinuxVirtualServer
or go to http://lists.graemef.net/mailman/listinfo/lvs-users


jmack at wm7d

Jun 11, 2009, 6:22 AM

Post #2 of 5 (833 views)
Permalink
Re: [lvs-users] --sync-id errs out [In reply to]

On Thu, 11 Jun 2009, Michael Schwartzkopff wrote:

> Hi,
>
> I am stuck with the same error like
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504001

In general we don't keep track of what distributions do with
our code. As far as we can tell, our code is working. Of
course it may not work. If there's a problem in our code,
someone needs to tell us. If it's not in our archives, we
don't know about it.

Joe

--
Joseph Mack NA3T EME(B,D), FM05lw North Carolina
jmack (at) wm7d (dot) net - azimuthal equidistant map
generator at http://www.wm7d.net/azproj.shtml
Homepage http://www.austintek.com/ It's GNU/Linux!

_______________________________________________
Please read the documentation before posting - it's available at:
http://www.linuxvirtualserver.org/

LinuxVirtualServer.org mailing list - lvs-users [at] LinuxVirtualServer
Send requests to lvs-users-request [at] LinuxVirtualServer
or go to http://lists.graemef.net/mailman/listinfo/lvs-users


leon at linux

Jun 11, 2009, 7:13 AM

Post #3 of 5 (835 views)
Permalink
Re: [lvs-users] --sync-id errs out [In reply to]

On Thu, 2009-06-11 at 06:22 -0700, Joseph Mack NA3T wrote:
> > I am stuck with the same error like
> > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504001
>
> In general we don't keep track of what distributions do with
> our code. As far as we can tell, our code is working. Of
> course it may not work. If there's a problem in our code,
> someone needs to tell us. If it's not in our archives, we
> don't know about it.

I just tested this on a hand-compiled version of ipvsadm:

# ipvsadm --start-daemon master --mcast-interface eth1 --syncid 51
Illegal 'syncid' option with the 'start-daemon' command

# ipvsadm --version
ipvsadm v1.24 2005/12/10 (compiled with getopt_long and IPVS v1.2.1)

# uname -r
2.6.18-128.1.10.el5xen


However, on another box:

# ipvsadm --start-daemon master --mcast-interface eth1 --syncid 51

# ipvsadm --version
ipvsadm v1.24 2003/06/07 (compiled with popt and IPVS v1.2.0)

# uname -r
2.6.18-6-amd64


--
Léon


_______________________________________________
Please read the documentation before posting - it's available at:
http://www.linuxvirtualserver.org/

LinuxVirtualServer.org mailing list - lvs-users [at] LinuxVirtualServer
Send requests to lvs-users-request [at] LinuxVirtualServer
or go to http://lists.graemef.net/mailman/listinfo/lvs-users


horms at verge

Jun 11, 2009, 7:36 PM

Post #4 of 5 (828 views)
Permalink
Re: [lvs-users] --sync-id errs out [In reply to]

On Thu, Jun 11, 2009 at 04:13:10PM +0200, L.S. Keijser wrote:
> On Thu, 2009-06-11 at 06:22 -0700, Joseph Mack NA3T wrote:
> > > I am stuck with the same error like
> > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504001
> >
> > In general we don't keep track of what distributions do with
> > our code. As far as we can tell, our code is working. Of
> > course it may not work. If there's a problem in our code,
> > someone needs to tell us. If it's not in our archives, we
> > don't know about it.
>
> I just tested this on a hand-compiled version of ipvsadm:
>
> # ipvsadm --start-daemon master --mcast-interface eth1 --syncid 51
> Illegal 'syncid' option with the 'start-daemon' command
>
> # ipvsadm --version
> ipvsadm v1.24 2005/12/10 (compiled with getopt_long and IPVS v1.2.1)
>
> # uname -r
> 2.6.18-128.1.10.el5xen
>
>
> However, on another box:
>
> # ipvsadm --start-daemon master --mcast-interface eth1 --syncid 51
>
> # ipvsadm --version
> ipvsadm v1.24 2003/06/07 (compiled with popt and IPVS v1.2.0)
>
> # uname -r
> 2.6.18-6-amd64

It looks like there is a problem in the options parsing code
when popt is used but the getopt_long code is ok - the two code-paths
exist for historical reasons. I suspect that this is not Debian specific.


_______________________________________________
Please read the documentation before posting - it's available at:
http://www.linuxvirtualserver.org/

LinuxVirtualServer.org mailing list - lvs-users [at] LinuxVirtualServer
Send requests to lvs-users-request [at] LinuxVirtualServer
or go to http://lists.graemef.net/mailman/listinfo/lvs-users


leon at linux

Jun 15, 2009, 1:58 PM

Post #5 of 5 (808 views)
Permalink
Re: [lvs-users] --sync-id errs out [In reply to]

On Fri, 2009-06-12 at 12:36 +1000, Simon Horman wrote:
> It looks like there is a problem in the options parsing code
> when popt is used but the getopt_long code is ok - the two code-paths
> exist for historical reasons. I suspect that this is not Debian specific.

I tested it on a CentOS (5.3) machine which came up with the error and a
Debian (Etch) box which was okay. If you need more info to debug, let me
know. Attached is the strace output from the CentOS machine, if it
helps.

--
Léon
Attachments: strace-ipvsadm.txt (1.89 KB)

Linux Virtual Server users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.