search for: no_x11_askpass

Displaying 11 results from an estimated 11 matches for "no_x11_askpass".

2010 Jul 14
3
[Bug 1796] New: Error on rpmbuild while compiling RPMS from tar.gz
...ot.org ReportedBy: adam at eggys.net while doing a "rpmbuild -bb openssh.spec" and having enabled building of x11-askpass: error: /usr/src/redhat/SPECS/openssh.spec:77: parseExpressionBoolean returns -1 there was a line in the spec file (line 77) read the following: %if ! %{no_x11_askpass} However the defined var is listed at the top of the file as "skip_x11_askpass" I replace line 77 with the following: %if ! %{skip_x11_askpass} and the problem was resolved. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mai...
2000 Sep 03
1
installing OpenSSH rpm on SuSE 6.2
...ne about it? Sincerely, Faheem Mitha. ******************************************************************* # Version of OpenSSH %define oversion 2.2.0p1 # Version of ssh-askpass %define aversion 1.0.1 # Do we want to disable building of x11-askpass? (1=yes 0=no) %define no_x11_askpass 0 # Do we want to disable building of gnome-askpass? (1=yes 0=no) %define no_gnome_askpass 1 Summary: OpenSSH free Secure Shell (SSH) implementation Name: openssh Version: %{oversion} Release: 1 Packager: Damien Miller <djm at mindrot.org> URL: http://www.openssh.com/ Source0: ftp://ftp.op...
2001 Feb 10
2
more rpm problems...
i know this isn't probably the best place, but i'm getting very desparate to get at least one server up and running with openssh-2.3 here. i have an old redhat-5.2 machine that i was trying to recompile the 2.3 src rpm on, and after fighting for hours to get the various -devel rpms that it required, i have a problem now where the openssh rpm isn't using the older gnome include
2002 May 30
0
[Bug 260] New: Expanded features in spec file.
...glibc versions) %define noip6 0 +# Do we want ssh suid root? (1=yes 0=no) +%define suidssh 0 + +# Do we want kerberos5 support (1=yes 0=no) +%define kerberos5 0 + # Reserve options to override askpass settings with: # rpm -ba|--rebuild --define 'skip_xxx 1' %{?skip_x11_askpass:%define no_x11_askpass 1} @@ -184,15 +190,22 @@ %if %{noip6} --with-ipv4-default \ %endif +%if ! %{suidssh} + --disable-suid-ssh \ +%endif %if %{rescue} --without-pam --with-md5-passwords %else +%if %{kerberos5} --with-pam --with-kerberos5=/usr/kerberos +%else + --with-pam +%endif...
2001 Feb 18
3
PATCH: Round 2: RH initscripts backward compatibility
...passphrase dialog @@ -195,6 +194,7 @@ install -m644 contrib/redhat/sshd.pam-7.x $RPM_BUILD_ROOT/etc/pam.d/sshd %endif install -m755 contrib/redhat/sshd.init $RPM_BUILD_ROOT/etc/rc.d/init.d/sshd +install -m644 contrib/redhat/sshd-functions $RPM_BUILD_ROOT/etc/rc.d/init.d/sshd-functions %if ! %{no_x11_askpass} install -s x11-ssh-askpass-%{aversion}/x11-ssh-askpass $RPM_BUILD_ROOT/usr/libexec/openssh/x11-ssh-askpass @@ -261,6 +261,7 @@ %attr(0600,root,root) %config(noreplace) %{_sysconfdir}/sshd_config %attr(0600,root,root) %config(noreplace) /etc/pam.d/sshd %attr(0755,root,root) %config /etc/rc.d/in...
2002 Mar 07
0
[Bug 141] New: openssh-3.1p1-1.src.rpm will not build on RedHat Linux 6.1
...er.o] Error 1 error: Bad exit status from /var/tmp/rpm-tmp.2018 (%build) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.2018 (%build) On this build, the following changes have been made on the openssh.spec file: # Do we want to disable building of x11-askpass? (1=yes 0=no) %define no_x11_askpass 1 # Do we want to disable building of gnome-askpass? (1=yes 0=no) %define no_gnome_askpass 1 # Do we want to link against a static libcrypto? (1=yes 0=no) %define static_libcrypto 0 # Do we want smartcard support (1=yes 0=no) %define scard 0 # Use Redhat 7.0 pam control file # %define redhat7 0...
2014 Nov 14
3
openssh upgrading.
Hi Openssh support, I have upgraded openssh from 5.3p1 to 6.2p2 in a RHEL 6.6 - 64 bit server and now i can't login to server remotely using same root password. It always prompting the password saying "Permission denied, please try again." Please help me to resolve the issue. Following are the steps i have followd.
2003 Jan 21
3
X11 forwarding problem -- openssh-3.5p1 -- redhat 8.0 -- linux 2.4.18
...tp.redhat.com/pub/redhat/linux/rawhide/SRPMS/SRPMS/openssh-3.5p1-3.src.rpm) I modified the openssh.spec file slightly: # diff -u openssh.spec openssh.spec.orig --- openssh.spec 2003-01-21 11:31:15.000000000 -0700 +++ openssh.spec.orig 2003-01-21 11:30:34.000000000 -0700 @@ -9,7 +9,7 @@ %define no_x11_askpass 0 # Do we want to disable building of gnome-askpass? (1=yes 0=no) -%define no_gnome_askpass 1 +%define no_gnome_askpass 0 # Do we want to link against a static libcrypto? (1=yes 0=no) %define static_libcrypto 0 @@ -24,10 +24,10 @@ %define build6x 0 # Disable IPv6 (avoids DNS hangs on som...
2001 Oct 23
8
Another round of testing calls.
Outside the known 'Hang-on-exit' bug and the Solaris 'PAM_TTY_KLUDGE' required. *WHAT* other issues *MUST* be address before 3.0 which is approaching fast? Those running NeXTStep I need conformation that it works under NeXT. My current Slab is packed in a storage unit due to a fire in my apartment complex (happened above me so I'm wrapping up dealing with that crap =). -
2001 Sep 14
8
Call for testers.
http://bass.directhit.com/openssh_snap/ Starting tonight I plan on tracking changes very closely with the OpenBSD tree. I need people to test the latest snapshot (9/14 at of right now) and report success or failure on compiling. I am starting this now because we are looking at a code freeze soon and I really want to ensure it compiles and runs on all existing platforms. So we (the portable
2000 Oct 28
11
Another shapshot
I have just uploaded another snapshot to: http://www.mindrot.org/misc/openssh/openssh-SNAP-20001028.tar.gz Please test this one extra hard, it is likely to become 2.3.0p1 early next week. Regards, Damien Miller -- | ``We've all heard that a million monkeys banging on | Damien Miller - | a million typewriters will eventually reproduce the | <djm at mindrot.org> | works of