University of Tokyo / Institute of Astronomy / Motohara Lab
Ubuntu1804onVMware をテンプレートにして作成
開始行:
***JNewstarのためのセットアップ [#maca6e8d]
-
#pre{{
sudo apt-get install default-jre
}}
-
#pre{{
sudo apt-get install lib32gcc1
sudo apt-get install libgcc1:i386
}}
([[https://forums.ubuntulinux.jp/viewtopic.php?id=18931>h...
***supermongo [#l798251a]
-sm2_4_7.linux-vine65.tar.gz を使わないとコンパイルエラー...
-オリジナルとの違いは, sm2_4_7/src/bison/new.h で
#pre{{
//#define FREE(x) (x && free((char *) (x)))
#define FREE(x) (free((char *) (x)))
}}
と変えただけ
***ブート途中で固まる問題(2019.06.24) [#ra1b5c4a]
-リカバリモードでは立ち上がった
-まずブートメッセージを表示するようにする : [[http://fj.h...
#pre{{
/etc/default/grubを編集して、
GRUB_CMDLINE_LINUX_DEFAULT="nosplash"
とする。その後、
# update-grub2
と打つと、/boot/grub/grub.cfgが更新される。
}}
-"Started User Manager for UID 120"と表示された後で固まっ...
-[[https://askubuntu.com/questions/1037922/ubuntu-18-04-h...
#pre{{
Enter Ubuntu by recovery mode, from the main menu choose ...
the one about the restart, give always ok and you should ...
once in, update and upghrade everithing and after that op...
"sudo nano /etc/gdm3/custom.conf",
once the file is opened, in the [daemon] section
uncoment "WaylandEnable=false" ,
save and restart, problem fixed ;-) .
}}
で解決
終了行:
***JNewstarのためのセットアップ [#maca6e8d]
-
#pre{{
sudo apt-get install default-jre
}}
-
#pre{{
sudo apt-get install lib32gcc1
sudo apt-get install libgcc1:i386
}}
([[https://forums.ubuntulinux.jp/viewtopic.php?id=18931>h...
***supermongo [#l798251a]
-sm2_4_7.linux-vine65.tar.gz を使わないとコンパイルエラー...
-オリジナルとの違いは, sm2_4_7/src/bison/new.h で
#pre{{
//#define FREE(x) (x && free((char *) (x)))
#define FREE(x) (free((char *) (x)))
}}
と変えただけ
***ブート途中で固まる問題(2019.06.24) [#ra1b5c4a]
-リカバリモードでは立ち上がった
-まずブートメッセージを表示するようにする : [[http://fj.h...
#pre{{
/etc/default/grubを編集して、
GRUB_CMDLINE_LINUX_DEFAULT="nosplash"
とする。その後、
# update-grub2
と打つと、/boot/grub/grub.cfgが更新される。
}}
-"Started User Manager for UID 120"と表示された後で固まっ...
-[[https://askubuntu.com/questions/1037922/ubuntu-18-04-h...
#pre{{
Enter Ubuntu by recovery mode, from the main menu choose ...
the one about the restart, give always ok and you should ...
once in, update and upghrade everithing and after that op...
"sudo nano /etc/gdm3/custom.conf",
once the file is opened, in the [daemon] section
uncoment "WaylandEnable=false" ,
save and restart, problem fixed ;-) .
}}
で解決
ページ名: