search for: ut_syslen

Displaying 20 results from an estimated 35 matches for "ut_syslen".

2007 Jan 15
0
utmp ut_syslen bug?
loginrec.c:794 /* ut_syslen is the length of the utx_host string */ utx->ut_syslen = MIN(strlen(li->hostname), sizeof(utx->ut_host)); But utmpx.h (on Solaris) says: short ut_syslen; /* significant length of ut_host */ /* including terminating...
2000 Mar 17
1
pre2.0.7 CVS: could utmp/redhat be adjusted before pre2?
SAMBA_2_0 CVS doesn't compile on linux rh6.x --with-utmp. Compiling smbd/connection.c smbd/connection.c: In function `utmp_update': smbd/connection.c:349: structure has no member named `ut_syslen' make: *** [smbd/connection.o] Error 1 Bad exit status from /var/tmp/rpm-tmp.19446 (%build) David Lee suggested I posted my problems on the list, so here they are: 1) Could the "ut_syslen" problem be handled somehow before pre2-2.0.7? Following David advise, I commented that line ou...
2000 Mar 02
4
Browsing from NT 4.0
Hi James, One of the things that NT does different from WIN9x is that it attempts to 'browse' using a null session. This typically means that SAMBA is going to try to make the attachement for the 'null' username as SAMBA's guest account (by default 'nobody'). On a lot of HP systems the 'nobody' /etc/passwd entry is set as uid -2 and gid -2. These uid/gid
2000 Mar 01
2
SAMBA_2_0 (recent CVS): smbpasswd and utmp errors
...t now: a) you can't do "smbpasswd -an user" anymore, it asks for password. b) smbpasswd -n user -> seg fault 2) ./configure --with-utmp: make all ... Compiling smbd/connection.c smbd/connection.c: In function `utmp_update': smbd/connection.c:349: structure has no member named `ut_syslen' make: *** [smbd/connection.o] Error 1 -- giulioo@pobox.com
2001 Nov 30
1
Problems with utmp
Hi there, I'm using samba-2.2.2 under Solaris 8 and I've got the following problem! I have configured samba with "--with-utmp" and with "--with-quota" and everything works fine. But when look for the last users logged in, in the utmp-database there are only the first seven letters of the username, not eight that we use for usernames. Can you help me with this problem
2002 Dec 29
0
[Bug 460] New: ut_addr_v6 not used
...y(ut->ut_addr_v6, sa6->sin6_addr.s6_addr, 16); + if (IN6_IS_ADDR_V4MAPPED(&sa6->sin6_addr)) { + ut->ut_addr_v6[0] = ut->ut_addr_v6[3]; + ut->ut_addr_v6[1] = 0; + ut->ut_addr_v6[2] = 0; + ut->ut_addr_v6[3] = 0; + } + } +# endif # ifdef HAVE_SYSLEN_IN_UTMPX /* ut_syslen is the length of the utx_host string */ utx->ut_syslen = MIN(strlen(li->hostname), sizeof(utx->ut_host)); diff -ruN t/openssh-3.5p1/session.c openssh-3.5p1/session.c --- t/openssh-3.5p1/session.c 2002-09-26 02:38:50.000000000 +0200 +++ openssh-3.5p1/session.c 2002-11-05 13:11:30.00000000...
2003 Jul 09
2
Samba3b2, solaris, AD suport and libiconv.
...o I did, and have now got the following error: example% ./configure --prefix=/usr/local/samba3 --with-krb5=/usr/local/kerberos --with- libiconv=/usr/local/iconv --with-ldap (Both kerberos and libiconv compiled with no problems). ... checking whether pututline returns pointer... yes checking for ut_syslen in utmpx... yes checking for iconv in /usr/local/iconv... yes checking for working iconv... no configure: WARNING: Sufficient support for iconv function was not found. Install libiconv from http://freshmeat.net/projects/libiconv/ for better charset compatibility! checking for Linux kernel oploc...
2001 Jun 29
1
wtmpx problem on Solaris 8 sparcv9 (64bit) environment
...futx->ut_exit.e_exit = (int16_t)utx->ut_exit.e_exit; + futx->ut_tv.tv_sec = (time32_t)utx->ut_tv.tv_sec; + futx->ut_tv.tv_usec = (int32_t)utx->ut_tv.tv_usec; + futx->ut_session = (int32_t)utx->ut_session; + futx->ut_syslen = (int16_t)utx->ut_syslen; + strncpy(futx->ut_host, utx->ut_host, sizeof(futx->ut_host)); +} +#endif static int wtmpx_perform_login(struct logininfo *li) @@ -1174,7 +1208,15 @@ struct utmpx utx; construct_utmpx(li, &utx); +#ifdef __sparcv9 +...
2005 Jun 28
0
Fwd: Re: Possible Samba Memory Leak
....0.2a is very old. Can you attempt the same with > a > > 3.0.14a at least. > > Hi Jeremy, > > Attempts to configure samba 3.0.14a with > --without-libiconv result in the error: > > <snip> > checking whether pututline returns pointer... yes > checking for ut_syslen in utmpx... no > configure: error: argument to --with-libiconv must > be > a directory > </snip> > > <snip> > Linking bin/smbd > lib/iconv.o(.text+0x2a8): In function `sys_iconv': > : undefined reference to `libiconv' > lib/iconv.o(.text+0x2d8): In...
1999 Dec 24
5
ANNOUNCE: openssh-1.2.1pre20
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 openssh-1.2.1pre20 has been released at: http://violet.ibs.com.au/openssh/files/ This release integrates more of Andre Lucas' portability patch, Ben Taylor's utmpx patch and some cleanups and bugfixes of my own. The auth-passwd failures should be fixed, as should lastlog support on NetBSD. Since Andre Lucas' patch included platform
1999 Dec 24
5
ANNOUNCE: openssh-1.2.1pre20
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 openssh-1.2.1pre20 has been released at: http://violet.ibs.com.au/openssh/files/ This release integrates more of Andre Lucas' portability patch, Ben Taylor's utmpx patch and some cleanups and bugfixes of my own. The auth-passwd failures should be fixed, as should lastlog support on NetBSD. Since Andre Lucas' patch included platform
2005 Jun 28
3
Possible Samba Memory Leak
Hi All, We're currently trying to use samba in an embedded application, so we're working with samba 3.0.2a compiled for PPC. We have a test application which will basically write, then read back and compare data files on the disk. The problems we see occur when we try using just over 3500 small files (< 10k each). It seems that after about 200 or so iterations of this test, we start
2002 Dec 25
1
Trouble installing samba
...t; checking for ut_host in utmp... yes > checking for ut_time in utmp... yes > checking for ut_tv in utmp... yes > checking for ut_type in utmp... yes > checking for ut_pid in utmp... yes > checking for ut_exit in utmp... yes > checking for ut_addr in utmp... yes > checking for ut_syslen in utmpx... no > checking for Linux kernel oplocks... no > checking for kernel change notify support... no > checking for kernel share modes... no > checking for IRIX kernel oplock type definitions... no > checking for irix specific capabilities... no > checking for int16 typedef...
2001 Nov 07
1
Configuring 2.2.2 (or 2.0.7) on Digital Unix 4.0f fails - "No locking"
...or ut_host in utmp... yes checking for ut_time in utmp... yes checking for ut_tv in utmp... no checking for ut_type in utmp... yes checking for ut_pid in utmp... yes checking for ut_exit in utmp... yes checking for ut_addr in utmp... no checking whether pututline returns pointer... yes checking for ut_syslen in utmpx... no checking for Linux kernel oplocks... no checking for kernel change notify support... no checking for kernel share modes... yes checking for IRIX kernel oplock type definitions... no checking for irix specific capabilities... no checking for int16 typedef included by rpc/rpc.h... no c...
2002 Oct 21
1
compilation probs...
...yes checking for ut_id in utmp... yes checking for ut_host in utmp... yes checking for ut_time in utmp... yes checking for ut_tv in utmp... yes checking for ut_type in utmp... yes checking for ut_pid in utmp... yes checking for ut_exit in utmp... yes checking for ut_addr in utmp... yes checking for ut_syslen in utmpx... no checking for Linux kernel oplocks... no checking for kernel change notify support... no checking for kernel share modes... no checking for IRIX kernel oplock type definitions... no checking for irix specific capabilities... no checking for int16 typedef included by rpc/rpc.h... no ch...
2002 Oct 29
1
Problem running ./configure
...yes checking for ut_id in utmp... yes checking for ut_host in utmp... yes checking for ut_time in utmp... yes checking for ut_tv in utmp... yes checking for ut_type in utmp... yes checking for ut_pid in utmp... yes checking for ut_exit in utmp... yes checking for ut_addr in utmp... yes checking for ut_syslen in utmpx... no checking for Linux kernel oplocks... no checking for kernel change notify support... no checking for kernel share modes... no checking for IRIX kernel oplock type definitions... no checking for irix specific capabilities... no checking for int16 typedef included by rpc/rpc.h... no ch...
2003 Jun 02
2
./configure --with-pam fails allways
...checking for ut_tv in utmp configure:10143: checking for ut_type in utmp configure:10178: checking for ut_pid in utmp configure:10213: checking for ut_exit in utmp configure:10248: checking for ut_addr in utmp configure:10284: checking whether pututline returns pointer configure:10320: checking for ut_syslen in utmpx configure:10355: checking for Linux kernel oplocks configure:10401: checking for kernel change notify support configure:10447: checking for kernel share modes configure:10498: checking for IRIX kernel oplock type definitions configure:10533: checking for irix specific capabilities configur...
2002 Nov 21
0
please can someone help me?
...or ut_host in utmp... yes checking for ut_time in utmp... yes checking for ut_tv in utmp... no checking for ut_type in utmp... yes checking for ut_pid in utmp... yes checking for ut_exit in utmp... yes checking for ut_addr in utmp... yes checking whether pututline returns pointer... no checking for ut_syslen in utmpx... no checking for Linux kernel oplocks... no checking for kernel change notify support... no checking for kernel share modes... no checking for IRIX kernel oplock type definitions... no checking for irix specific capabilities... no checking for int16 typedef included by rpc/rpc.h... no ch...
2002 Jul 26
1
creating unicode_map.437 and unicode_map.ISO8859-1?
Hello, I am running HP-UX 11 with Samba 2.2.5 binaries for HPUX and I keep getting the error that Samba can't find the unicode_map.xxx file. Well, I notice that all I have in /usr/local/samba/lib/codepages is codepage type files, not unicode. Why do the binaries not include a compiled make_unicodemap? I did download the source and found the .c file for the command. When I try to run
2002 Oct 11
0
[Fwd: samba-2.2.5 in Tru64 unix v4.0e]
...ed) yes checking for ut_tv in utmp... (cached) no checking for ut_type in utmp... (cached) yes checking for ut_pid in utmp... (cached) yes checking for ut_exit in utmp... (cached) yes checking for ut_addr in utmp... (cached) no checking whether pututline returns pointer... (cached) yes checking for ut_syslen in utmpx... (cached) no checking for Linux kernel oplocks... (cached) no checking for kernel change notify support... (cached) no checking for kernel share modes... (cached) yes checking for IRIX kernel oplock type definitions... (cached) no checking for irix specific capabilities... (cached) no ch...