Hey Everyone: "No seteuid method available" is the error I get when trying to configure Samba 2.2.2 on an HP-UX 11.0 system. This system is part of a test network and has tcp/ip but no DNS. There are only 3 articles on the Samba site about this and the only fix requires changing and recompiling "C" libraries. Is there another, simpler fix? Thanks. ~ Gary Zawilinski ~ Information Technology ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This message has been scanned for viruses. **********************************************************************
Hi Gary, Check and make sure you are using the ansi c complier, NOT the bundled compiler that is shipped with HP-UX (which is NOT ansi c compatible): lr-xr-xr-t 1 root sys 17 Nov 3 2000 /usr/bin/cc -> /opt/ansic/bin/cc if it's NOT, you would see this type of problem. You can either get the ansi C compiler bundle from hp ($), or get out on the web and pull the latest version of gcc for HP-UX (free), and compile with that. Hope this helps, Don -----Original Message----- From: Gary Zawilinski [mailto:gary_zawilinski@gdt1.com] Sent: Saturday, December 08, 2001 4:24 PM To: samba@lists.samba.org Subject: No "seteuid" method available Hey Everyone: "No seteuid method available" is the error I get when trying to configure Samba 2.2.2 on an HP-UX 11.0 system. This system is part of a test network and has tcp/ip but no DNS. There are only 3 articles on the Samba site about this and the only fix requires changing and recompiling "C" libraries. Is there another, simpler fix? Thanks. ~ Gary Zawilinski ~ Information Technology ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This message has been scanned for viruses. ********************************************************************** -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
Hi Gary, I had the SAME problem when I first tried to compile samba 2.2.2 I had Slackware 8 at home and could not compile due to this.... :( Then at school where I kinda manage a small network installed Slackware 8 again and tried to compile Samba again, only that this time it DID worked!!! Honestly I dont know where the diference was... only that at my place I was running Kernel 2.4.5 (plain vanilla kernel that comes with the distro) and at school I was running the same distro but with Kernel 2.2.19... Any more ideas about this???? I?m truely concerned abou this problem too... Ivan ----- Original Message ----- From: "Gary Zawilinski" <gary_zawilinski@gdt1.com> To: <samba@lists.samba.org> Sent: Saturday, December 08, 2001 4:23 PM Subject: No "seteuid" method available> Hey Everyone: > > "No seteuid method available" is the error I get when trying to configure Samba 2.2.2 on an HP-UX 11.0 system. This system is partof a test network and has tcp/ip but no DNS. There are only 3 articles on the Samba site about this and the only fix requires changing and recompiling "C" libraries. Is there another, simpler fix? Thanks.> > > ~ Gary Zawilinski ~ > Information Technology > > > > ********************************************************************** > This email and any files transmitted with it are confidential and > intended solely for the use of the individual or entity to whom they > are addressed. If you have received this email in error please notify > the system manager. > > This message has been scanned for viruses. > ********************************************************************** > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba > >
Hi!  I was encountering this SAME problem and I think I have a clue as to 
how to fix it (on HP-UX 11.00 at least).  I found this in the 
"README.hpux" file from the HP-UX 11.00 binary bundle I downloaded
from
the Samba site:
$ more README.hpux
This file (samba-2.2.2-hppa1.1-hp-hpux11.00.tar.gz) contains Samba 2.2.2
compiled for HP-UX 11.x using the HP ANSI C compiler. It must be extracted
into /opt/ which will create the directory /opt/samba/ and place 
everything
there.  To extract:
  # cd /opt
  # gzcat samba-2.2.2-hppa1.1-hp-hpux11.00.tar.gz | tar xf -
 
Samba was compiled with the following options:
  CC=cc \
  CFLAGS="+O2 -Ae +ESlit +Onofltacc +DAportable +Oentrysched 
+Odataprefetch" \
    ./configure --prefix=/opt/samba --with-automount \
                --localstatedir /var/opt/samba \
                --with-lockdir=/var/opt/samba/locks \
                --with-privatedir=/etc/opt/samba/private \
                --with-sambabook=/opt/samba/doc/using-samba
Samba is covered under the GNU Copyleft (GPL), available at
http://www.gnu.org/copyleft/gpl.html. Source to Samba 2.2.2 is available
from http://www.samba.org/.
- 11/05/01
$ 
I'm going to try using these compiler options to see if I can get it to 
compile myself.
I hope this helps.
Peace.....
Tom
My DVD Collection 
Iv?n N Paz <ivan@isa.cult.cu>
Sent by: samba-admin@lists.samba.org
12/13/01 11:41 AM
 
        To:     "Gary Zawilinski" <gary_zawilinski@gdt1.com>,
<samba@lists.samba.org>
        cc: 
        Subject:        Re: No "seteuid" method available
Hi Gary,
I had the SAME problem when I first tried to compile samba 2.2.2 I had
Slackware 8 at home and could not compile due to this.... :(
Then at school where I kinda manage a small network installed Slackware 8
again and tried to compile Samba again, only that this time it DID 
worked!!!
Honestly I dont know where the diference was... only that at my place I 
was
running Kernel 2.4.5 (plain vanilla kernel that comes with the distro) and 
at school
I was running the same distro but with Kernel 2.2.19...
Any more ideas about this???? I?m truely concerned abou this problem 
too...
Ivan
----- Original Message -----
From: "Gary Zawilinski" <gary_zawilinski@gdt1.com>
To: <samba@lists.samba.org>
Sent: Saturday, December 08, 2001 4:23 PM
Subject: No "seteuid" method available
> Hey Everyone:
>
> "No seteuid method available" is the error I get when trying to 
configure Samba 2.2.2 on an HP-UX 11.0 system. This system is part
of a test network and has tcp/ip but no DNS. There are only 3 articles on 
the Samba site about this and the only fix requires
changing and recompiling "C" libraries. Is there another, simpler fix?
Thanks.>
>
> ~ Gary Zawilinski ~
> Information Technology
>
>
>
> **********************************************************************
> This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they
> are addressed. If you have received this email in error please notify
> the system manager.
>
> This message has been scanned for viruses.
> **********************************************************************
>
> --
> To unsubscribe from this list go to the following URL and read the
> instructions:  http://lists.samba.org/mailman/listinfo/samba
>
>
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba
-------------- next part --------------
HTML attachment scrubbed and removed
Do try recompiling: this problem also shows up on Linux if you compile on one version of the kernel and glibc2 and then run it on another. An strace will show you the offending call erturning ENOTSUP (which is sorta impossible, you understand!) --dave -- David Collier-Brown, | Always do right. This will gratify Americas Customer Engineering, | some people and astonish the rest. SunPS Integration Services. | -- Mark Twain (905) 415-2849 | davecb@canada.sun.com
The main issue is actually that you MUST use the HP ANSI c compiler or gcc,
NOT the c complier that comes bundled
free with HP-UX - the bundled compiler is NOT ansi c compatible....
Hope this helps,
Don
-----Original Message-----
From: Tom.Williams@diversifiedsoftware.com
[mailto:Tom.Williams@diversifiedsoftware.com]
Sent: Thursday, December 13, 2001 6:15 PM
To: ivan@isa.cult.cu
Cc: gary_zawilinski@gdt1.com; samba@lists.samba.org;
samba-admin@lists.samba.org
Subject: Re: No "seteuid" method available
Hi!  I was encountering this SAME problem and I think I have a clue as to
how to fix it (on HP-UX 11.00 at least).  I found this in the
"README.hpux"
file from the HP-UX 11.00 binary bundle I downloaded from the Samba site: 
$ more README.hpux 
This file (samba-2.2.2-hppa1.1-hp-hpux11.00.tar.gz) contains Samba 2.2.2 
compiled for HP-UX 11.x using the HP ANSI C compiler. It must be extracted 
into /opt/ which will create the directory /opt/samba/ and place everything 
there.  To extract: 
  # cd /opt 
  # gzcat samba-2.2.2-hppa1.1-hp-hpux11.00.tar.gz | tar xf - 
  
Samba was compiled with the following options: 
  CC=cc \ 
  CFLAGS="+O2 -Ae +ESlit +Onofltacc +DAportable +Oentrysched
+Odataprefetch"
\ 
    ./configure --prefix=/opt/samba --with-automount \ 
                --localstatedir /var/opt/samba \ 
                --with-lockdir=/var/opt/samba/locks \ 
                --with-privatedir=/etc/opt/samba/private \ 
                --with-sambabook=/opt/samba/doc/using-samba 
Samba is covered under the GNU Copyleft (GPL), available at 
http://www.gnu.org/copyleft/gpl.html. Source to Samba 2.2.2 is available 
from http://www.samba.org/. 
- 11/05/01 
$ 
I'm going to try using these compiler options to see if I can get it to
compile myself. 
I hope this helps. 
Peace..... 
Tom
  _____  
 <http://www.dvdprofiler.com/mycollection.asp?alias=tomdkat> My DVD
Collection 
	Iv?n N Paz <ivan@isa.cult.cu> 
Sent by: samba-admin@lists.samba.org 
12/13/01 11:41 AM 
        
        To:        "Gary Zawilinski" <gary_zawilinski@gdt1.com>,
<samba@lists.samba.org> 
        cc:         
        Subject:        Re: No "seteuid" method available
Hi Gary,
I had the SAME problem when I first tried to compile samba 2.2.2 I had
Slackware 8 at home and could not compile due to this.... :(
Then at school where I kinda manage a small network installed Slackware 8
again and tried to compile Samba again, only that this time it DID worked!!!
Honestly I dont know where the diference was... only that at my place I was
running Kernel 2.4.5 (plain vanilla kernel that comes with the distro) and
at school
I was running the same distro but with Kernel 2.2.19...
Any more ideas about this???? I?m truely concerned abou this problem too...
Ivan
----- Original Message -----
From: "Gary Zawilinski" <gary_zawilinski@gdt1.com>
To: <samba@lists.samba.org>
Sent: Saturday, December 08, 2001 4:23 PM
Subject: No "seteuid" method available
> Hey Everyone:
>
> "No seteuid method available" is the error I get when trying to
configure
Samba 2.2.2 on an HP-UX 11.0 system. This system is part
of a test network and has tcp/ip but no DNS. There are only 3 articles on
the Samba site about this and the only fix requires
changing and recompiling "C" libraries. Is there another, simpler fix?
Thanks.>
>
> ~ Gary Zawilinski ~
> Information Technology
>
>
>
> **********************************************************************
> This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they
> are addressed. If you have received this email in error please notify
> the system manager.
>
> This message has been scanned for viruses.
> **********************************************************************
>
> --
> To unsubscribe from this list go to the following URL and read the
> instructions:  http://lists.samba.org/mailman/listinfo/samba
>
>
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba
-------------- next part --------------
HTML attachment scrubbed and removed