This is an old revision of the document!
- Linux
- Windows
- Android
Actu Periculum โ GiLEAD Argenta
Name: GiLEAD Argenta (official) | ๊ตฌ๋ฅด๋ชฝ (korean)
Specification
CPU: Intelยฎ Atom(TM) CPU N550 @ 1.50GHz (2 cores) โ Product info
Main Memory: 2G
Storages:
230G(SATA) โ/partition1024Gโ~/WebDatapartition
Live status of storages
Mounted on Type Size Used Avail Use% / ext4 229G 8.8G 208G 5% ~/WebData ext4 916G 586G 284G 68%
Wireless Network:
- Intelยฎ Wireless 7260-N (802.11n)
๏ผWork logs
- Upgrade
php 8.0โ Updated on 2021/01/26 17:25 - altered
WiFi modulewithIntel WiFi Link 5100 (ac)โ Updated on 2020/09/11 22:36 - Upgrade
mariadb 10.5โ Updated on 2020/08/31 13:24 adjust & optimizevalue ofphp-fpmโ/etc/php/7.x/fpm/pool.d/www.confโ Updated on 2020/07/25 21:42optimizeNginx configuration with latest guideline โ Updated on 2020/07/24 05:29LTS upgradeto20.04 (Focal Fossa)โ Updated on 2020/07/11 07:18- Install Subsonic (Music Management) with
proxy_passURL:https://music.onni.meโ Updated on 2020/07/11 03:26 - Change
miniPCI wireless adapterโ Updated on 2020/06/28 20:52 - Change
web rootofpting.mlโ Updated on 2020/06/27 04:04 - Change
backup rsyncto another partition โ Updated on 2020/06/27 04:01 - Install
Nextcloudnamediogen.mlโ Updated on 2020/04/27 05:38 - Install
mariadb 10.3.22โ Updated on 2020/03/30 01:42 - Install
YOURLS, self-hosted URL shorten service โ Updated on 2020/03/30 01:44 - Issued SSL certificate for
jpark.mlโ Updated on 2020/03/29 23:46
๏ผQue to do
Hosting Services
Showing lively on OWL for GiLEAD Argenta
Solved Problems
Grub Error with grub_file_filters
Symptom: Grub Error with 'grub_file_filters'
error: symbol 'grub_file_filters' not found. Entering rescue mode... grub rescue>
Solution: grub2 installing and updating
- Create
Bootable Live USBwith ISO - Boot with Live USB and enter into
terminalwithout installation - Identify target disk
sudo fdisk -l sudo blkid df -Th
- If target disk is
/dev/sdXY, mount it to/mnt
sudo mount /dev/sdXY /mnt
- mount necessary parts into target disk
for i in /dev /dev/pts /proc /sys /run; do sudo mount -B $i /mnt$i; done
- Update
grubwith target disk, where this issdXnotsdXY
sudo grub-install /dev/sdX update-grub exit
- reboot without live USB media
โ reference: Grub2/Installing โ Updated on 2020/07/11 07:34
suspend.target is masked
Symptom: auth.log shows a series of error message
Jul 25 23:57:38 gilead systemd-logind[738]: Suspending... Jul 25 23:57:38 gilead systemd-logind[738]: Unit suspend.target is masked, refusing operation. Jul 25 23:57:38 gilead systemd-logind[738]: Failed to execute suspend operation: Permission denied
This message has something to do with lid action of laptop, which could suspend system when lid is closed.
Solution
Edit /etc/systemd/logind.conf
with value HandleLidSwitch=ignore
USB 3.0 write/read suspended
Symptom: External HDD attached by USB 3.0 makes suspension during writing/reading disk, which causes timeout of inactivity in transferring data such as SFTP.
Solution: Just use USB 2.0 connection.