Displaying 20 results from an estimated 1000 matches similar to: "HP-UX 9 problems (hangs on logout; tty isn't sane)"
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
2000 Oct 03
1
Various platforms
Hello,
I've been compiling OpenSSH up on just about every platform that I can
get my hands on. I am not certain of the best way of building my
'fixes' into the source tree, not least of all since I didn't worry about
#ifdef's or the configure scripts. However hopefully this will be of use
to you. This is all for openssh-2.2.0p1 compiled alongside
openssl-0.9.5a and
2001 May 31
0
Bug in scp
Hi!
I don't know much about network programming, or about terminal handling.
I wondered about why the command
"scp file user at host:path" didn't work. It gave me the following error
messages:
"stdin: is not a tty"
"Write failed flushing stdout buffer."
"write stdout: Broken pipe"
I tried it with different versions of ssh, first the newest debian
2000 Nov 22
0
problem with installing openssh on HP/UX
Hi,
I am trying to install openssh on an HP:
acro-284> uname -a
HP-UX niit1 A.09.01 A 9000/730 2015353714 two-user license
There were a couple of problems during compiling:
1. The system doesn't have seteuid or setreuid. It has setresuid. I
had to define HAVE_SETREUID and modify bsd-misc.c to be:
#if !defined(HAVE_SETEUID) && defined(HAVE_SETREUID)
int seteuid(uid_t euid)
{
/*
2014 Aug 28
0
OT: problems with pam_mount
Hi,
I try to mount the samba shares with pam_mount automaticly on login (home folder).
I think pam had a problem with the kerberos ticket? The error 126?
I tested it with debian/wheezy and Xubuntu 14.04 LTS.
The manual mount work,...
Bye
Gregor
(pam_mount.c:554): pam_mount 2.13: entering session stage
reenter password for pam_mount:
(misc.c:39): Session open: (ruid/rgid=0/1000000,
2003 Aug 26
1
rsync NFS automount home directories, deletes on 2nd run
rsync'ing from NFS automounted /home directories does
not appear to work as expected.
Initially it automounts all the home directories, and
copies the tree. However, when I run the same command
a second time, it deletes all the files for with the
/home directory happened to be unmounted.
Some more details:
Using 'ypmatch -k auto.home', I generate a list of
/home/ directories to
1999 Mar 10
1
Bug in set_effective_uid on AIX 4.1.5 /4.3.2 Samba 2.0.3
Dear samba-Team,
The bug reported in PR#12819 for AXI 4.1.5 persits
also in samba 2.0.3.
The Bug prevents the connecting of other users as root to any
share.
I have a workaround/fix tested on AIX 4.1.5 ,4.3.2 with
gcc 2.8.1 here:
Change samba-2.0.3/source/lib/util_sec.c
funktion set_effective_uid like this:
155c155
< #elif defined(HAVE_SETREUID)
---
> #elif defined(HAVE_SETREUID)
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
2002 Sep 11
0
Problem: authorise_login: refusing user with no session setup
Hi,
We are running Samba-2.2.6pre2 as a PDC with Win2kSP2-clients and we had
the same problem running samba-2.2.5 and Win2k. We had NT4-client
running previous versions of samba-2.2.x and have never had the same
problem.
Samba is compiled from source on Solaris8 running YP.
We have everything up and running but sometimes users get a dialog-box
just saying "Access denied" when they
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:
1999 May 26
1
Major Bug in Samba 2.0.4b with AIX 4.x
Dear samba-Team,
There is a bug in Samba 2.0.3 and 2.0.4b with IBM AXI 4.x.
The Bug prevents connecting of other users than root to any
share.
I have a workaround/fix tested on AIX 4.1.5 ,4.3.2 with
gcc 2.8.1 here:
Change samba-2.0.4b/source/lib/util_sec.c
funktion set_effective_uid like this:
155c155
< #elif defined(HAVE_SETREUID)
---
> #elif defined(HAVE_SETREUID) &&
2015 Sep 02
2
groupadd failure
The munin rpms from EPEL failed to install correctly on a particular
machine. This is why
# /usr/sbin/groupadd -r munin
groupadd: Can't get unique system GID (no more available GIDs)
#
but I don't understand why this happens. Even after checking the man pages
for groupadd and login.defs, I have been unable to determine what the
settings for SYS_GID_MIN/SYS_GID_MAX on RHEL/CentOS are.
2003 May 16
3
open and euid security flaw in 5.0-Current?
On a FreeBSD 5.0 the behaviour of screen when connecting to other
users sessions have changed. Previously:
1. login as userA start a screen as userA and disconnect
2. login as root su - userA "screen -r"
3. result failure as userA cant access the ttyX with such a message
Current:
1. login as userA start a screen as userA and disconnect
2. login as root su - userA "screen -r"
3.
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?
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
2001 Jun 06
3
Defect: OpenSSH hangs on logout
On Wed, 6 Jun 2001, Greg Wooledge wrote:
:> this is caused by select() being restarted for SIGCHLD on HP-UX due to the
:> use of SA_RESTART. can you try the patch below and see if it fixes the
:> problem for HP-UX and linux? i've tested on HP-UX 11.11.
:
:> -#if defined(SA_RESTART)
:> +#if 0
:
:This doesn't seem to make any difference on HP-UX 10.20. But then,
:I'm
2002 Nov 21
0
please can someone help me?
i've got a problem with configuring and installing samba 2.2.6
i've got a hpux 10.20 running on a "I40" hp-risc based machine. when i
unzip and untar the installation-file and start configuring it with
"./configure --prefix=/usr/local/samba2"
i get the following output:
loading cache ./config.cache
checking for gcc... no
checking for cc... cc
checking whether the C
2006 Dec 22
1
chkrootkit reporting possible LKM trojan
How can I be sure if it is LKM or not?
Today I've run chkrootkit and it gave me:
Checking `lkm'... You have 179 process hidden for readdir command
You have 179 process hidden for ps command
chkproc: Warning: Possible LKM Trojan installed
Checking `chkutmp'... The tty of the following user process(es) were not found
in /var/run/utmp !
! RUID PID TTY CMD
! root
1999 Oct 26
0
Solaris 7 not compiling HEAD code
I am trying to compile the NTDOM HEAD code on Solaris 7 using gcc 2.8.
Samba 2.0.5a works fine but not the HEAD Code. See Errors below. Can
anyone tell me what I need to do?
Samba errors during compile
Compiling libsmb/clientgen.c
libsmb/clientgen.c: In function `cli_get_string':
libsmb/clientgen.c:91: warning: passing arg 1 of `skip_string' discards
`const' from pointer target
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