Displaying 20 results from an estimated 700 matches similar to: "a (generic?!?) problem with server-side PATH to scp"
2006 May 23
0
PXE/NFS looks for CDROM when starting a recovery
Hello all!
I try mondo/mindi for some days now but it does not
work and I don't know the reason.
It is an intel Suse-8.0 Client and I use the Suse-8.0
packages from ftp.mondorescue.org.
dhcp and tftp work fine. mondoarchive works, but I
don't find any initrd.img for pxe/nfs. All initrd
I have found ask for a CDROM and as they cannot
find any they ask for a floppy when starting the
pxe
2016 Oct 24
2
SElinux suggestions needed: migrating backup service
Hi folks,
normally I have not so much to do with SElinux but I expected to get in touch sooner or later :-)
I migrated a backup-system from El5 to EL6 and the rsync backup process is complaining about selinux attr's now.
client <-> server (fetches via rsync -aHAX)
client# sestatus
SELinux status: disabled
server# sestatus
SELinux status: enabled
2002 Dec 08
1
Building openssh-3.5p1 with new DES functions
Hi,
I've seen that openssh will have different function names for des, I
think thats great. As kerberos4 nor kerbero5 from KTH in Sweden support
those new calls yet, I thought it would be best for me to switch back to
the old behaviour, i.e. have kerberized libkrb and other libs with
disabled support for openssl (which means libdes is compiled).
Then, compile openssh-3.5p1 with kerberos4
2001 Oct 09
2
Solaris 2.6, and AFS
With the help of Jan Iven I have been able to compile openssh-2.9.9p2
on Solaris 2.6 with AFS/kerb4 support using gcc.
./configure --sysconfdir=/etc/ssh --with-tcp-wrappers \
--with-egd-pool=/var/run/egd-pool \
--with-kerberos4=/usr/athena --with-afs=/usr/afsws
to do this I modified the resulting Makefile,
from:
CPPFLAGS=-I. -I$(srcdir) -I/usr/local/ssl/include
2002 Jan 18
0
KTH krb4 and OpenSSL conflict building OpenSSH 3.0.2p1
Hi,
I configured OpenSSH 3.0.2p1 with
./configure --disable-suid-ssh --with-pam --with-kerberos4=/usr/athena \
--with-afs=/usr/afsws --with-ipaddr-display \
--with-ssl-dir=/afs/bi/v/@sys/libraries/openssl/latest
My "latest" OpenSSL is 0.9.6a. KTH krb4 is 1.1.
When linking the binaries, the KTH krb4 libdes conflicts with the
OpenSSL libdes. It seems to be possible to get around
2002 Mar 29
2
scp : Problems with pathing
Hi,
I'm sure I'll get a few "RTFM", but I hope I'll allay those feelings.
I'm getting the "scp: command not found". I've read the FAQ. I've
read bugs 42 and 82 in bugzilla. Hopefully, I didn't overlook something.
At a minimum, defines.h has :
#ifdef USER_PATH
# ifdef _PATH_STDPATH
# undef _PATH_STDPATH
# endif
# define _PATH_STDPATH
2002 Jul 08
1
PATH problem in Irix.
I recently compiled openssh 3.4p1 for SGI Irix, and found the same problem
I'd had with 2.5.
Viz. that Irix /usr/include/paths.h defines _PATH_USERPATH, not USER_PATH,
so that defines.h doesn't find it and we get the default, which is missing
/usr/bsd (which on Irix has things like head, more, lpr) and /usr/bin/X11.
This annoys the users, who want X11 to work.
I added a test to
2002 May 03
0
AFS/Kerberos authentication problems on IRIX 6.5.15
With a little help, I managed to get ssh to compile. (original post
05.02.02) Now, I can login using an account that is local to the
target machine but logins with AFS accounts fail.
The details:
IRIX 6.5.15
ssh 3.1.p1
gcc 3.0.1
ssl-0.9.6c
zlib-1.1.4.
I am configuring with:
env CC=gcc CFLAGS=-g
LDFLAGS=-Wl,-rpath,/usr/local/krb4/lib,-rpath,/usr/local/ssl/lib
./configure
2002 May 02
0
IRIX 6.5 + AFS/Kerberos Problems
I am having problems compiling ssh 3.1.p1 under IRIX 6.5.15. I can
get ssh to compile but it does not seem to be able to authenticate
using afs passwords.
Some details:
gcc 3.0.1
ssl-0.9.6c
zlib-1.1.4.
I am configuring with:
./configure --with-kerberos4=/usr/kerberos --with-afs=/usr/afsws \
--with-tcp-wrappers=/usr/local
Straight out of the box, this fails with:
gcc -g -O2 -Wall
1999 May 14
0
Problems Building Samba 2.0.3 --with-afs
Hi all,
I'm going nuts.
Ken Weiss and Steve Holstead have been very nice to me and supplied me with
info on how to set my configure files and such. It helped me a lot but I
still get stuck a bit later in the process. Namely during pass_check.c.
I'm on a AIX 4.1.5 box. Using the export version of AFS 3.4.
Help is appreciated. I wouldn't ask you all this if I hadn't already spent
2001 Jun 06
2
Failure to compile OpenSSH.
Hello guys.
Following Dug's withdrawal of the SSH1 AFS patches, I'm trying to give
OpenSSH installation another shot. It fails.
The setting:
* Platforms: Linux (Immunix 6.2), Solaris 7, IRIX 6.5, OSF1 4.0F, HP-UX 10.20.
* Compilers: StackGuard egcs on Linux, vendor-supplied native on others
(Workshop 5.0 Sun; MIPSpro 7.3 SGI; OSFCMPLRS440 package; HP ANSI C
compiler B3899BA
2000 Aug 03
0
help with afs
I have been trying to compile samba with afs. I did as the book suggested the first time and ran samba without afs. Now i am trying to compile it with afs. It has not been successful. I have added all the afs libraries to the makefile. These are the errors i am still getting, can you please help me find away around this.
Linking bin/smbd
2005 Nov 20
11
NFS question (and Best Practices)
I saw in another post that a best practices doc will be coming, but I figured I would try to get this working.
I''m trying to understand why zfs uses so many "zfs create" so I can use it better. What makes sense is that each zfs fs can have it''s own options (compression, nfs, atime, quota, etc). I really love this because it is so tuneable -- compression on these
2001 May 15
0
openssh 2.9p1 on Solaris 2.6 with AFS
hello,
I'm attempting to compile 2.9p1 on Solaris 2.6 with AFS support.
I am not using Kerberos aside from AFS. The installation notes state
that Kerberos IV is required by AFS. Since the Kerberos libraries and
header files do not appear to be distributed with AFS, I downloaded and
installed ftp://ftp.pdc.kth.se/pub/krb/src/krb4-1.0.8.tar.gz
./configure --sysconfdir=/etc/ssh
2000 Oct 20
1
How to plot log histograms?
Q: Is there an easy way to plot log histograms?
The command "hist" draws a standard histogram with observed frequency on the
y-axis. I would like to be able to draw the log frequency on the y-axis,
but I can't see whether I can use "hist" for this. The purpose of such a
plot is to see whether data are normal or Laplace or something else.
- and the same question for
2003 Mar 24
0
[Bug 518] _PATH_STDPATH can get redefined in includes.h if paths.h exists
http://bugzilla.mindrot.org/show_bug.cgi?id=518
Summary: _PATH_STDPATH can get redefined in includes.h if paths.h
exists
Product: Portable OpenSSH
Version: 3.5p1
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo:
2002 Aug 07
0
AIX 4.3.3/OpenSSH 3.4p1 compile problem
I am having a problem building OpenSSH on my AIX 4.3.3 box. It fails
during the make with the following error:
xlc -o ssh ssh.o sshconnect.o sshconnect1.o sshconnect2.o
sshtty.o readconf.o clientloop.o -L. -Lopenbsd-compat/
-L/usr/local/ssl/lib -L/usr/local/lib -L/usr/local/lib
-L/usr/athena/lib -L/usr/afsws/lib
-blibpath:/usr/lib:/lib:/usr/local/lib:/usr/athena/lib -lssh
2019 Feb 19
2
Computer Management - Share Security - No Read Access
On 2019-02-19 3:47 pm, Rowland Penny via samba wrote:
> On Tue, 19 Feb 2019 15:25:51 -0500
>> What exactly does "START AGAIN" imply? Just chmod?
>
> 'ls' shows the correct ownership and Unix permissions:
>
> drwxrwx---+ 4 root domain admins 4096 Feb 17 19:13 programs
>
> But 'getfacl' show something different:
>
> getfacl:
2001 Mar 15
0
problems compiling on Irix
I think I have resolved my problem, but having typed most of this
I might as well send it.
I have OpenSSH_2.5.1p2 which I am trying to build on Irix 5
In Irix /usr/include/paths.h _PATH_ROOTPATH and
_PATH_USERPATH are defined.
defines.h looks for USER_PATH and _PATH_STDPATH and misses this, so
that sshd does not include the path for X11 when users login. I copied a
chunk of ifdef viz.
#ifdef
2003 Jan 09
0
Building openssh-3.5p1 with new DES functions
Hi,
I've installed openssl-0.9.7 and now am testing current openssh-cvs.
The kerberosIV installation has it's own libdes.a. I'm quite please
openssh built successfully, congratulations! Unfortunately, kerberos
autentication is not tried at all. As far as I remeber, Ja Iven who wrote
some patch, which as he said got into 3.5p1 also removed the ifdef's that
--with-privsep no longer