- 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
โ/home/www-data
partition
Live status of storages
Mounted on Type Size Used Avail Use% / ext4 229G 9.2G 208G 5% /home/meson/Repository ext4 458G 289G 146G 67% /home/www-data ext4 916G 192G 678G 23% /home/meson/Storage ext4 917G 197G 674G 23%
Wireless Network:
- Intelยฎ Wireless 7260-N (802.11n)
Boundary in xi.meson.in
grid
๏ผWork logs
- Attach Ubuntu Pro subscription โ Updated on 2024/05/21 17:41
- Setup
pting.ml
with Pwigo โ Photo management service โ Updated on 2023/06/05 14:32 - Upgrade
php 8.2
and purgephp 7.4
,php 8.0
andphp 8.1
โ Updated on 2023/06/04 03:15 - LTS upgrade
22.04 LTS Jammy Jellyfish
โ Updated on 2022/10/25 00:10 - Upgrade
php 8.1.7
8.1.7 Changelog โ Updated on 2022/06/12 02:35 - Upgrade
navidrome
v0.47.5 โ Updated on 2022/06/12 02:34 - Change data partition to
/home/www-data
โ Updated on 2022/05/12 02:37 - Upgrade
php 8.0
โ Updated on 2021/01/26 17:25 - altered
WiFi module
withIntel WiFi Link 5100 (ac)
โ Updated on 2020/09/11 22:36 - Upgrade
mariadb 10.5
โ Updated on 2020/08/31 13:24 adjust & optimize
value ofphp-fpm
โ/etc/php/7.x/fpm/pool.d/www.conf
โ Updated on 2020/07/25 21:42optimize
Nginx configuration with latest guideline โ Updated on 2020/07/24 05:29LTS upgrade
to20.04 (Focal Fossa)
โ Updated on 2020/07/11 07:18- Install Subsonic (Music Management) with
proxy_pass
URL
:https://music.onni.me
โ Updated on 2020/07/11 03:26 - Change
miniPCI wireless adapter
โ Updated on 2020/06/28 20:52 - Change
web root
ofpting.ml
โ Updated on 2020/06/27 04:04 - Change
backup rsync
to another partition โ Updated on 2020/06/27 04:01 - Install
Nextcloud
namediogen.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
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 USB
with ISO - Boot with Live USB and enter into
terminal
without 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
grub
with target disk, where this issdX
notsdXY
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.
Error when assembling chunks, status code 504
Symptom: Showing Error when assembling chunks, status code 504
after finishing upload in NEXTCLOUD