unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* Thinkpad x60s -Guix System nach der Installation
@ 2023-04-01 13:07 joseph.hilber
  2023-04-24 19:29 ` pelzflorian (Florian Pelz)
  2023-04-24 23:37 ` Felix Lechner via
  0 siblings, 2 replies; 3+ messages in thread
From: joseph.hilber @ 2023-04-01 13:07 UTC (permalink / raw)
  To: help-guix

Hallo,

ich habe auf einem Thinkpad x60s erfolgreich Gnu Guix (i686-iso, 32Bit) 
installiert. Nach dem Hochfahren des PCs wollte ich via XFCE-Terminal 
versuchen alle erforderlichen Programme, Browser etc zu installieren. 
Leider lässt sich keine Anwendung außer der Thunar-Dateiverwaltung 
öffnen. Nicht einmal ein Text-Editor ist vorinstalliert. Selbst das 
Runterfahren des PCs ist nicht möglich!! Da hilft nur noch der 
Powerknopf..Meine Frage: Hätte ich die Datei config.scm vor der 
Installation entsprechend bearbeiten müssen, damit die Basis-Programme 
zur Verfügung stehen oder ist die Hardware meines PCs schlichtweg zu 
schwach, damit Guix stabil darauf laufen kann?

Vielen Dank für Eure Hilfe!

Viele Grüße,

Joseph




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Thinkpad x60s -Guix System nach der Installation
  2023-04-01 13:07 Thinkpad x60s -Guix System nach der Installation joseph.hilber
@ 2023-04-24 19:29 ` pelzflorian (Florian Pelz)
  2023-04-24 23:37 ` Felix Lechner via
  1 sibling, 0 replies; 3+ messages in thread
From: pelzflorian (Florian Pelz) @ 2023-04-24 19:29 UTC (permalink / raw)
  To: joseph.hilber; +Cc: help-guix

Hallo Joseph.

(English below.)

Schön, dass Du Guix System ausprobierst. :)  Es ist normal, dass wenig
vorinstalliert ist.  Nachdem Du etwas im Terminal installiert hast wie
„guix install ri-li“, kannst Du es über das Terminal starten oder über
das Menü „Anwendungen“ von Xfce oben links, wo es auch gleich auftauchen
sollte, zumindest auf einem aktuellen System.  Ein Neustart sollte nicht
nötig sein.  Du aktualisierst Dein System wie hier beschrieben:

https://guix.gnu.org/en/manual/devel/de/html_node/Nach-der-Systeminstallation.html#Nach-der-Systeminstallation

Dass Herunterfahren nicht klappt, liegt vielleicht wirklich an zu
schlechter i686-Unterstützung…  Du könntest versuchen, ob der Rechner
herunterfahren kann, wenn du die „SysRq-Taste“ benutzt, um alle noch
laufenden Anwendungen abzuwürgen.  D.h. Alt gedrückt halten, außerdem
die Druck-Taste gedrückt halten und währenddessen I drücken.  Oder O.

Grüße,
Florian

joseph.hilber@posteo.de writes (translated):
> Hello,
>
> I have successfully installed Gnu Guix on a Thinkpad x60s (i686-iso,
> 32 bit).  After booting the PC, I wanted to install all necessary
> programs via the XFCE Terminal, browser etc.  Unfortunately, no
> application except the Thunar file manager could be opened.  Not even
> a text editor is pre-installed.  Even shutting down the PC is
> impossible!! The only way out is the power button..  My question:
> Should I have edited the file config.scm before installing, so that
> the basic programs are available, or is the hardware just too weak to
> run Guix properly?
>
> Many thanks for your help!
>
> Best regards,
>
> Joseph

Nice that you are giving Guix System a try. :)  It is normal that little
is pre-installed.  After installing something in the terminal like
„guix install ri-li“, you can launch it via the terminal or via Xfce’s
Applications menu in the top left corner, where it should appear right
away, at least on a current system.  A restart should not be required.
You can update your system as described here:

https://guix.gnu.org/en/manual/devel/en/html_node/After-System-Installation.html#After-System-Installation

Maybe non-working shutdown really is because of not good enough i686
support …  You might try if you can shut down the computer using the
“SysRq key” too kill all running applications, that is, hold Alt and
additionally hold PrintScr and while doing so, press I.  Or O.

Regards,
Florian


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Thinkpad x60s -Guix System nach der Installation
  2023-04-01 13:07 Thinkpad x60s -Guix System nach der Installation joseph.hilber
  2023-04-24 19:29 ` pelzflorian (Florian Pelz)
@ 2023-04-24 23:37 ` Felix Lechner via
  1 sibling, 0 replies; 3+ messages in thread
From: Felix Lechner via @ 2023-04-24 23:37 UTC (permalink / raw)
  To: joseph.hilber; +Cc: help-guix

Hi Joseph,

On Sun, Apr 23, 2023 at 9:05 PM <joseph.hilber@posteo.de> wrote:
>
> Hallo,
>
> Leider lässt sich keine Anwendung außer der Thunar-Dateiverwaltung
> öffnen.

Dieses Problem hatte ich mal, als mein Login keine Zugriffsrechte auf
meinen "Home" Folder hatte.

> Nicht einmal ein Text-Editor ist vorinstalliert.

In XFCE sollte Mousepad dabei sein, aber ich empfehle Emacs. In einer
Shell kannst Du 'guix install emacs' laufen lassen, oder es halt via
config.scm global installieren.

> Selbst das
> Runterfahren des PCs ist nicht möglich!

Kannst Du ein anderes virtuelles Terminal öffnen? Das geht
normalerweise mit Ctrl-Alt-1 (oder "2" oder "3").

> ist die Hardware meines PCs schlichtweg zu
> schwach, damit Guix stabil darauf laufen kann?

Guix hat nicht mehr viele Nutzer mit i686-Equipment, und es gibt
Beschwerden über den Status Quo. Es gibt kaum Nachfrage, aber Patches
werden noch bearbeitet.

Viele Grüße
Felix


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-04-24 23:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-01 13:07 Thinkpad x60s -Guix System nach der Installation joseph.hilber
2023-04-24 19:29 ` pelzflorian (Florian Pelz)
2023-04-24 23:37 ` Felix Lechner via

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).