Die Suche ergab 712 Treffer

von SirTux
12 Aug 2020, 23:43
Forum: Freier Support
Thema: [gelöst] Singularity: golang not found
Antworten: 2
Zugriffe: 1372

Re: Singularity: golang not found

So funktionierts dann: [ShellInAnIcon_install_singularity] set -x EXITCODE=0 export HOME=/tmp rm -r /tmp/singularity/ tar -xf %ScriptPath%/singularity-$version$.tar.gz -C /tmp/ if [ $? -ne 0 ]; then EXITCODE=1; fi cd /tmp/singularity/ if [ $? -ne 0 ]; then EXITCODE=1; fi bash mconfig if [ $? -ne 0 ]...
von SirTux
12 Aug 2020, 14:16
Forum: Freier Support
Thema: [gelöst] Singularity: golang not found
Antworten: 2
Zugriffe: 1372

Re: Singularity: golang not found

Ok ich habe mal etwas tiefer gegraben. Der Check ist:

Code: Alles auswählen

go run /tmp/singularity/mlocal/checks/version.go go1.13
Die Ausgabe in der ShellIAnIcon ist:

Code: Alles auswählen

build cache is required, but could not be located: GOCACHE is not defined and neither $XDG_CACHE_HOME nor $HOME are defined
von SirTux
05 Aug 2020, 15:34
Forum: Freier Support
Thema: [gelöst] Singularity: golang not found
Antworten: 2
Zugriffe: 1372

[gelöst] Singularity: golang not found

Hi, ich versuche ein opsi-Paket für Singularity zu bauen. So sieht mein Build-Sektion aus: [ShellInAnIcon_install_singularity] set -x rm -r /tmp/singularity/ tar -xf %ScriptPath%/singularity-$version$.tar.gz -C /tmp/ if [ $? -ne 0 ]; then EXITCODE=1; fi cd /tmp/singularity/ if [ $? -ne 0 ]; then EXI...
von SirTux
31 Jul 2020, 17:51
Forum: Bugs
Thema: l-debuntu-upgrade: hold
Antworten: 0
Zugriffe: 1769

l-debuntu-upgrade: hold

Hi, der Test ist vielleicht etwas zu simpel :lol: : (2245) [6] [Jul 31 17:47:36:367] [l-debuntu-upgrade] Set $ResultList$ = shellcall(" dpkg --get-selections | grep hold") (2246) [6] [Jul 31 17:47:36:468] [l-debuntu-upgrade] ShellCall Executing: /bin/bash -c " dpkg --get-selections | ...
von SirTux
29 Jul 2020, 12:00
Forum: Kritik, Anregungen und Wünsche
Thema: Ubuntu 20.04
Antworten: 21
Zugriffe: 29133

Re: Ubuntu 20.04

Hier ist fürs erste ein einfacher Fix: cmds.append("update-initramfs -k all -u") if usedNetworkDevice.get('device').find('eth') != -1: netifnames = '0' else: netifnames = '1' if inUefi: #http://wiki.ubuntuusers.de/GRUB_2/Reparatur cmds.append("mkdir -p /boot/efi") cmds.append(&qu...
von SirTux
29 Jul 2020, 11:43
Forum: Kritik, Anregungen und Wünsche
Thema: Ubuntu 20.04
Antworten: 21
Zugriffe: 29133

Re: Ubuntu 20.04

Da das Paket sowieso an der GRUB-Konfiguration rumschraubt, sehe ich zwei Möglichkeiten: Ok jetzt ist mir auch klar, wieso die Blackscreen-Geschichte nicht immer auftritt. Da die Option GRUB_CMDLINE_LINUX nur im LVM-Modus angepaßt wird, ist nur dort der Bootparameter splash nicht vorhanden und das ...
von SirTux
29 Jul 2020, 09:14
Forum: Kritik, Anregungen und Wünsche
Thema: Ubuntu 20.04
Antworten: 21
Zugriffe: 29133

Re: Ubuntu 20.04

Aber du könntest dir dich ein opsi Paket bauen, welches das für dich erledigt. Das ginge höchstens per Netboot, da das Netzwerk ja nicht funktioniert, wenn mit net.ifnames=0 installiert wurde. Daher sollte zumindest für diesen Fall das Paket ubuntu angepaßt werden. Da das Paket sowieso an der GRUB-...
von SirTux
27 Jul 2020, 18:46
Forum: Kritik, Anregungen und Wünsche
Thema: Ubuntu 20.04
Antworten: 21
Zugriffe: 29133

Re: Ubuntu 20.04

Hi Mathias, oha ich wünsche ich dir eine gut Besserung! Ich hab für den Parameter net.ifnames=0 das Host-Property opsi-linux-bootimage.append angepaßt. Vielleicht kann man das in die /etc/default/grub übernehmen? Anderseits will man vielleicht nicht alle Parameter da drin haben. Den Balckscreen habe...
von SirTux
27 Jul 2020, 17:06
Forum: Kritik, Anregungen und Wünsche
Thema: Ubuntu 20.04
Antworten: 21
Zugriffe: 29133

Re: Ubuntu 20.04

Leider kann ich mangels Netzwerk die Kiste hier nicht genauer analysieren. Als Schuß ins Blaue würde ich anehmen, daß das daran liegt, daß das System fürs Bootimage den Bootparamter "net.ifnames=0" hat und dieses dann nicht in die Installation übernommen wird. Es wäre schön, wenn dies ging...
von SirTux
27 Jul 2020, 16:43
Forum: Kritik, Anregungen und Wünsche
Thema: Ubuntu 20.04
Antworten: 21
Zugriffe: 29133

Re: Ubuntu 20.04

Hm den dunklen Bildschirm gibt es wohl auf echter Hardware. Ich schätze mal, das hängt mit dem anderen Bug zusammen, den ich schon gemeldet hab: System startet nicht richtig im Display Manger. Bei den VMs hat als Workaround die Bootoption "nosplash" geholfen. Viele Grüße, Stefan PS: So ein...