Re: installing ssh

2002-01-28 Thread David Z Maze
Joe Wise [EMAIL PROTECTED] writes:
 1.  (*) text/plain  ( ) text/html   

(Please don't send HTML mail to Debian mailing lists...)

 After doing get-apt update
 I get:
  
 reading device list Done Building dependency Tree Done Package ssh
 has no available version, but exists in the data base (etc)
  
 E:  Package ssh has no installation candidate
  
 What can I do?

You probably don't have non-US sources in your APT sources.list file.
See the Debian FAQ about cryptographic software, at
http://www.debian.org/doc/FAQ/ch-software.html#s-usexports.

-- 
David Maze [EMAIL PROTECTED]  http://people.debian.org/~dmaze/
Theoretical politics is interesting.  Politicking should be illegal.
-- Abra Mitchell



Re: installing ssh

2001-03-22 Thread Forrest English
i belive apt-get install ssh will install openssh for you, which is what
you'll want.

--
Forrest English
http://truffula.net

When we have nothing left to give
There will be no reason for us to live
But when we have nothing left to lose
You will have nothing left to use
-Fugazi 

On Thu, 22 Mar 2001, Marcelo Chiapparini wrote:

 Hi,
 I want to install ssh in my potato box. However there is a bunch of packages 
 related with ssh in stable. So:
 
 1) What package should I install?
 2) I am in Brazil. Should I use the non-us site in order to apt-get the 
 package?
 
 TIA
 
 Marcelo
 -- 
 Marcelo Chiapparini
 DFT-IF/UERJ
 [EMAIL PROTECTED]
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
 



Re: installing ssh

2001-03-22 Thread Colin Watson
Marcelo Chiapparini [EMAIL PROTECTED] wrote:
I want to install ssh in my potato box. However there is a bunch of packages 
related with ssh in stable. So:

1) What package should I install?

ssh itself.

2) I am in Brazil. Should I use the non-us site in order to apt-get the
package?

You'll have to, but not because you're in Brazil. non-us.debian.org
contains packages that we have to be careful about exporting from the
US, not that you have to be careful about importing from outside the US.
Anybody, whether inside or outside the US, can use both the US and
non-US mirrors. It's only redistributors who have to worry about it.

-- 
Colin Watson [EMAIL PROTECTED]



Re: Installing ssh

2000-06-25 Thread Bob Bernstein
On Mon, Jun 26, 2000 at 03:00:34PM -0700, Jay Kelly wrote:

 /var/lib/dpkg/info/ssh.postinst: db_stop: command not found

Weird. iirc that's a debconf function. Not sure why it can't be found. Mebbe
upgrade debconf?


-- 
Bob Bernstein
at  http://www.ruptured-duck.com
Esmond, R.I., USA



Re: Installing ssh

2000-06-25 Thread Jay Kelly
Ok I just tried upgrade debconf and received what looks like the same error.
I have attached the error.
Thanks Bob for your help.

On Sun, Jun 25, 2000 at 02:35:13PM -0400, Bob Bernstein wrote:
 On Mon, Jun 26, 2000 at 03:00:34PM -0700, Jay Kelly wrote:
 
  /var/lib/dpkg/info/ssh.postinst: db_stop: command not found
 
 Weird. iirc that's a debconf function. Not sure why it can't be found. Mebbe
 upgrade debconf?
 
 
 -- 
 Bob Bernstein
 at  http://www.ruptured-duck.com
 Esmond, R.I., USA
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 

-- 

If Windows is the answer, then I want the problems back!  

Powered by Debian GNU/Linux. 
http://www.debian.org
 Script started on Mon Jun 26 15:46:31 2000
mojo:/home/neutec# apt-get upgrade debconf

Reading Package Lists... 0%

Reading Package Lists... 0%

Reading Package Lists... 16%

Reading Package Lists... Done

Building Dependency Tree... 0%

Building Dependency Tree... 0%

Building Dependency Tree... 50%

Building Dependency Tree... 50%

Building Dependency Tree... Done
The following packages have been kept back
  acct eterm kbd libhtml-parser-perl libmime-base64-perl mon perl-tk phalanx
  wmmail 
0 packages upgraded, 0 newly installed, 0 to remove and 9 not upgraded.
1 packages not fully installed or removed.
Need to get 0B of archives. After unpacking 0B will be used.
Do you want to continue? [Y/n] y


Setting up ssh (1.2.3-5) ...
Starting OpenBSD Secure Shell server: sshd.
/var/lib/dpkg/info/ssh.postinst: db_stop: command not found
dpkg: error processing ssh (--configure):
 subprocess post-installation script returned error exit status 127
Errors were encountered while processing:
 ssh
E: Sub-process /usr/bin/dpkg returned an error code (1)
mojo:/home/neutec# 
Script done on Mon Jun 26 15:47:10 2000


Re: Installing ssh

2000-06-25 Thread Colin Watson
Bob Bernstein [EMAIL PROTECTED] wrote:
On Mon, Jun 26, 2000 at 03:00:34PM -0700, Jay Kelly wrote:
 /var/lib/dpkg/info/ssh.postinst: db_stop: command not found

Weird. iirc that's a debconf function. Not sure why it can't be found. Mebbe
upgrade debconf?

One of the bugs against ssh comments that ssh.postinst doesn't end with
a newline, which may be the problem.

However, ssh only Suggests: debconf, rather than depending on it; as a
result, 'db_stop' needs to be protected with 'test -e
/usr/share/debconf/confmodule' in the same way as all the other debconf
calls in ssh.postinst are. I've pointed this out as a follow-up to one
of the bug reports on this issue.

-- 
Colin Watson [EMAIL PROTECTED]