Re: Where is the image?

2018-05-26 Thread Samuel Thibault
Hello,

Philipp Klaus Krause, le lun. 21 mai 2018 15:42:25 +0200, a ecrit:
> Thanks. There seems to be one more minor issue on that page:
> 
> kvm -m 1G -drive file=$(echo debian-hurd.img),cache=writeback
> 
> refers to the non-exisitng file debian-hurd.img.

Uh, a * was missing there, fixed now.

> kvm -m 3G -drive file=$(echo debian-hurd-20170613.img),cache=writeback
> 
> Is there an easy way to get a rasonably-sized screen?

Normally kvm allows you to resize the screen.

> I just see a tiny VGA console. Doing a "startx" in there gives me an
> immobile mouse cursor in the middle of the screen (but for now, I'd
> prefer to work without X anyway).

You probably need to use a WM known to work. For instance

startx icewm

(you need icewm installed of course).

Samuel



Re: Where is the image?

2018-05-21 Thread Philipp Klaus Krause
Am 17.05.2018 um 22:54 schrieb Samuel Thibault:
> Hello,
> 
> Philipp Klaus Krause, le jeu. 17 mai 2018 17:53:29 +0200, a ecrit:
>> According to
>>
>> https://www.debian.org/ports/hurd/hurd-install
>>
>> there should be a Hurd image at
>>
>> http://cdimage.debian.org/cdimage/ports/current/hurd-i386/debian-hurd.img.tar.gz
>>
>> But the directory hurd-i386 does not exist at
>> http://cdimage.debian.org/cdimage/ports/current/
> 
> Ergl, the "current" link got changed to point to a non-existing release
> 10.0... I have fixed the link on the hurd-install page.
> 
> Samuel
> 
> 

Thanks. There seems to be one more minor issue on that page:

kvm -m 1G -drive file=$(echo debian-hurd.img),cache=writeback

refers to the non-exisitng file debian-hurd.img.
I used:

kvm -m 3G -drive file=$(echo debian-hurd-20170613.img),cache=writeback

Is there an easy way to get a rasonably-sized screen?
I just see a tiny VGA console. Doing a "startx" in there gives me an
immobile mouse cursor in the middle of the screen (but for now, I'd
prefer to work without X anyway).

Philipp



Re: Where is the image?

2018-05-17 Thread Samuel Thibault
Hello,

Philipp Klaus Krause, le jeu. 17 mai 2018 17:53:29 +0200, a ecrit:
> According to
> 
> https://www.debian.org/ports/hurd/hurd-install
> 
> there should be a Hurd image at
> 
> http://cdimage.debian.org/cdimage/ports/current/hurd-i386/debian-hurd.img.tar.gz
> 
> But the directory hurd-i386 does not exist at
> http://cdimage.debian.org/cdimage/ports/current/

Ergl, the "current" link got changed to point to a non-existing release
10.0... I have fixed the link on the hurd-install page.

Samuel



Re: Where is the image?

2018-05-17 Thread aaric

I think you are looking for this.

http://cdimage.debian.org/cdimage/ports/latest/hurd-i386/

On 17.05.2018 17:53, Philipp Klaus Krause wrote:

According to

https://www.debian.org/ports/hurd/hurd-install

there should be a Hurd image at

http://cdimage.debian.org/cdimage/ports/current/hurd-i386/debian-hurd.img.tar.gz

But the directory hurd-i386 does not exist at
http://cdimage.debian.org/cdimage/ports/current/

Where can I find a suitable image? Will the page be updated?

Philipp