On Thu, Aug 01, 2024 at 06:52:54PM +0200, Philip Hands wrote:
> Geert Stappers writes:
> 
> > Hi,
> >
> >
> > My intented goal is to recieve files from a partialy installed system.
> > (copy of /var/log/installer  and some files made with "logger" `script`)
> >
> >
> > I have network connection.
> >
> > But don't known if I should "push" of "pull" from the botched system.
> > Current attempt is "pull". (Because not knowing which "push" tool
> > is available in debian-install rescue system.)
> >
> > Upon `anna-install ssh-server` I get `unknown udeb ssh-server`.
> > (with 'dropbear' also "unknown udeb".)
> >
> > What is the current name of SSH server in debian-installer?
> 
> It's called openssh-server-udeb

Yes, that got me beyond "unknown udeb".
The next error message was "udeb not found, verify install media".
 
> You might also want to look at network-console

Same error message. Most likely the tuned CDROM needs further tuning.


The original problem (retrieve files from a partialy installed system)
was solved with netcat.  ( tar c /var/log/installer | nc listing_host 
port_number )

 
> Cheers, Phil.

Thanks


Groeten
Geert Stappers
-- 
Silence is hard to parse

Reply via email to