Displaying 20 results from an estimated 1000 matches similar to: "[Bug 645] Configure mis-identifies setresgid"
2003 Oct 27
8
[Bug 645] Configure mis-identifies setresgid
http://bugzilla.mindrot.org/show_bug.cgi?id=645
------- Additional Comments From dtucker at zip.com.au 2003-10-27 13:43 -------
Created an attachment (id=487)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=487&action=view)
Test setresuid and setresguid for "not implemented"
Please try this patch. You will need to run "autoreconf" after applying, then
2003 Aug 14
1
setres[gu]id implicit decl warning on Linux glibc
Hi,
With recent snapshots, I noted a warning in compilation on Red Hat Linux
7.3 system with glibc 2.2.5:
uidswap.c: In function `permanently_set_uid':
uidswap.c:155: warning: implicit declaration of function `setresgid'
uidswap.c:168: warning: implicit declaration of function `setresuid'
The problem appears to be that these should be prototyped in unistd.h, but
aren't. There
2008 Oct 20
2
Closing sessions and smbstatus
Hi,
When are client sessions closed?
Let me explain what I'm trying to do... we're in a School district and
we try to stop kids logging more than once. They way I did this before
was to dump the active sessions from our previous Server2003 fileserver
into a file once a minute and process it with a Perl script to check who
was connected from where, rebooting machines remotely as
2022 Nov 06
12
[Bug 3497] New: setresuid configure check may need _GNU_SOURCE
https://bugzilla.mindrot.org/show_bug.cgi?id=3497
Bug ID: 3497
Summary: setresuid configure check may need _GNU_SOURCE
Product: Portable OpenSSH
Version: 9.1p1
Hardware: 68k
OS: Mac OS X
Status: NEW
Severity: enhancement
Priority: P5
Component: Build system
Assignee:
2002 Feb 22
0
Trouble with Samba 2.2.2 under HPUX (high cpu utilization)
Hello,
I have been tracking down a cause for some abnormal CPU utilization with samba. It appears after looking at glance plus that samba is spending the majority of its time (like around 75-80%) doing lstat system calls. When I used tusc I discovered that it appears to be looking for a file /tmp/.winbindd which I am assuming is the unix domain socket for winbind. However this system is not
2004 Sep 07
7
[Bug 321] configure does not work when cross compiling
http://bugzilla.mindrot.org/show_bug.cgi?id=321
mcgege at gmx.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mcgege at gmx.de
------- Additional Comments From mcgege at gmx.de 2004-09-07 18:39 -------
I try to compile openssh-3.8.1p1 on a i386
2001 Nov 07
1
Configuring 2.2.2 (or 2.0.7) on Digital Unix 4.0f fails - "No locking"
When I run configure on either a DU server running 4.0f or a DU client
running 4.0d, I receive the following error:
ERROR: No locking available. Running Samba would be unsafe
configure: error: summary failure. Aborting config
Most directories are mounted using nfs v2 or nfs v3. rpc.lockd and
rpc.statd are running on servers and clients. The rpcinfo -p command shows
nlockmgr and llockmgr
2012 Jan 10
2
Quota-warning and setresgid
Hi!
Please help me with this.
The problem exists when quota-warning is executing:
LOG:
Jan 10 10:15:06 lmtp(85973): Debug: none: root=, index=, control=,
inbox=, alt=
Jan 10 10:15:06 lmtp(85973): Info: Connect from local
Jan 10 10:15:06 lmtp(85973): Debug: Loading modules from directory:
/usr/local/lib/dovecot
Jan 10 10:15:06 lmtp(85973): Debug: Module loaded:
2001 Jun 07
0
Patch for systems with no setreuid()
Sorry if I'm duplicating an existing patch, but...
On systems with no seteuid() that have setreuid() there is an
emulation, but if both are lacking (but we do have setresuid()),
nothing is done. The following seems to be right, but I've only got
one machine (running an ancient version of HP-UX) which needs this so
it may not be general:
--cut-here--
--- config.h.in.orig Thu Jun 7
2003 Oct 22
1
sshd 3.7.1p1 and 3.7.1p2 on 2.0.39 linux kernel crashes
since 3.7.1 sshd from openssh refuses to run on Linux 2.0.X kernels.
debug log output shows the following:
localhost sshd[182]: fatal: setresgid 105: Function not implemented
an examination of the linux programmers man pages reveals that this function
was not implemented until kernel 2.1.44 and is thus not available to 2.0.X
systems.
there were no compile problems probably due to the
2002 Dec 25
1
Trouble installing samba
Well Hello one and all,
I am just getting my feet wet here with Linux (Using Mandr...
x86 300 Mhz machine) and I have been having a bit of troub...
samba.
> I have downloaded RPM's, source files, binaries, and what not, read
> tutorials after tutorials, FAQ's up the wazo and have still not be
able
> to get this damned program to work.
>
> To simplify things I will go
2008 Nov 21
0
FW: Closing sessions and smbstatus
Perhaps I can ask a slightly different question? Is there some kind of
test I can do on a hung process so I can determine whether it's active
or not, in a script? The output of strace is below but it doesn't mean
much to me I'm afraid. Is there a straight forward difference between
strace for a "real" connection and one of my hung ones that I can use to
manually kill them?
2000 Aug 24
2
configure cant find test code
When I run configure on HP-UX11.0, it aborts with an
error saying "can't find test code"
What is the problem?
Thanks in advance
__________________________________________________
Do You Yahoo!?
Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/
2004 Dec 27
0
[patch] some buildsystem fixes for crosscompiling
Hi folks,
here're some quick+dirty fixes to allow sysroot'ed crosscompiling.
probably not yet very clean, but seems to work.
cu
--
---------------------------------------------------------------------
Enrico Weigelt == metux IT service
phone: +49 36207 519931 www: http://www.metux.de/
fax: +49 36207 519932 email: contact at metux.de
2003 Jun 02
2
./configure --with-pam fails allways
Hi,
It is since a while on different distributions that i can't compile samba
--with-pam
I download 2.2.8a
./configure --with-pam
And i always get:
1)config.log
2)screen dump
1) this is the config.log file
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:814: checking for gcc
configure:927: checking
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
2012 Sep 28
0
incorrect configure test for "whether snprintf correctly terminates long strings"
checking whether snprintf correctly terminates long strings... no
configure: WARNING: ****** Your snprintf() function is broken, complain
to your vendor
configure:10176: checking whether snprintf correctly terminates long strings
conftest.c:181:2: error: implicit declaration of function 'exit'
the test (and others) use exit without including <stdlib.h>
this is a list of other
2010 Nov 10
2
Problem with dovecot delivery (version 2.0.7)
Hi!
I've been having an issue with dovecot since yesterday and can't figure
it out.
All my users can send mail without any problem but all incomming mail
are deffered. Here is the log from postfix complaining the mail has been
deferred:
Nov 9 23:35:51 www postfix/pipe[50019]: A20EB145FC2C: to=,
relay=dovecot, delay=819, delays=819/0.01/0/0.01, dsn=4.3.0,
status=deferred (temporary
2018 Feb 20
2
Migration from 3.6.25-0ubuntu0.12.04.10 to 4.x with passdb backend = ldapsam
Sure.
```
[global]
workgroup = EXAMPLE
server string =
dns proxy = no
interfaces = eth0
bind interfaces only = yes
log file = /var/log/samba/log.%m
max log size = 1000
# new options
log level = 5
netbios name = FILES
#panic action = /usr/share/samba/panic-action %d
server role = STANDALONE SERVER
local master = no
security = user
encrypt passwords =
2015 Apr 23
2
Samba 4 slow write
Hi Jones,
many thanks again four your help and your time.
Thanks for the patch too - I'll check it up.
On my Ubuntu, there is a Samba 4.1.6. I'll install the samba
source package, and will try to apply the patch, then - I hope -
the package will be compiled as well.
I'll notify to you about the result. (First, I need to upgrade
that server.)
Thanks again,
Ervin
On Thu, Apr