Your message?
Notice: To avoid posts by spam, a message body without the word '#FuguIta' is rejected.
Please include the word in your message text.
kaw (2020-09-24 (Thu) 22:13:14)
Now, I'm working for Live Update for #FuguIta LiveUSB.
This is under beta test. - fiupdate.sh.txt
To update by this utility, put gzip'ed ISO image (NOT IMG file!) and MD5 checksum file in current directory. Then run fiupdate command.# cat /usr/fuguita/version 6.7-amd64-202008261 # ls -l total 606528 -rw-r--r-- 1 root wheel 310528773 Sep 24 18:47 FuguIta-6.7-amd64-202009041.iso.gz -rw-r--r-- 1 root wheel 11660 Sep 24 18:47 MD5 # fiupdate 202009041 fiupdate - Live Updater for FuguIta LiveUSB Version/Arch: 6.7/amd64 (FuguIta-6.7-amd64-202008261) Note: This sorftware is now under beta test. Please use this at YOUR OWN RISK. We recommend that you execute this command with fresh boot (boot mode 0 or 1). Or you should quit all application softwares and save all your data before you update this FuguIta device. Are you sure? [y/N] -> y Checking: environment: ok mounts: ok existing files: ok checksum: (MD5) FuguIta-6.7-amd64-202009041.iso.gz: OK all done, OK. extracting FuguIta-6.7-amd64-202009041.iso.gz... 296MiB 0:00:48 [6.12MiB/s] [================================>] 100% ETA 0:00:00 Now ready to update FuguIta-6.7-amd64-202008261 to FuguIta-6.7-amd64-202009041. This machine will reboot immediately after update completed. Do you proceed? [y/N] -> y stopping all daemons... cron(ok) ntpd(ok) pflogd(ok) slaacd(ok) smtpd(ok) sndiod(ok) sshd(ok) syslogd(ok) overwriting uniprocessor kernel... 8.68MiB 0:00:03 [2.31MiB/s] [================================>] 100% ETA 0:00:00 overwriting multiprocessor kernel... 8.71MiB 0:00:03 [2.23MiB/s] [================================>] 100% ETA 0:00:00 overwriting filesystem image... 894MiB 0:04:25 [3.36MiB/s] [================================>] 100% ETA 0:00:00 update completed. now rebooting... syncing disks... done rebooting...
kaw (2020-09-08 (Tue) 14:07:35)
isotop is a script to configure and customize vanilla OpenBSD into ready-to-use desktop environment.
I have modified isotop to be able to run on #FuguIta.
To run isotop.sh on FuguIta after download it, apply this patch isotop-665-fi.sh.diff .
Then run install script as a root.$ ftp https://framagit.org/3hg/isotop/raw/master/src/isotop.sh $ patch < isotop-665-fi.sh.diff # sh isotop.shHere's a screenshot of FuguIta configured by isotop.
kaw (2020-08-01 (Sat) 03:37:52)
Video of Talk about #FuguIta at OSC2020 Niigata has been published:
https://www.youtube.com/watch?v=4wPSr1WPH3U
And the document is at 河豚板#OSC2020
kaw (2020-07-22 (Wed) 15:27:51)
Open Source Conference 2020 Online/Niigataが7月25日(土)に開催されます。
今回はオンラインでの開催になります。https://ospn.connpass.com/event/181888/ の開催概要ページよりZoom参加に登録頂くか、YouTube Liveにてご視聴下さい。
Open Source Conference 2020 Online/Niigata will be held on Saturday, July 25th.
This event will be held online and I will have a 15 minute talk about #FuguIta in the name of EBUG (Echigo BSD Users Group).
Please register for Zoom participation from the overview page of https://ospn.connpass.com/event/181888/ , or watch it on YouTube Live.
Time (UTC) | Title | Affiliation | Speaker |
06:00-06:15 | Introduction of NetBSD | Japan NetBSD Users Group (JNUG) | Jun Ebihara |
06:15-06:30 | Introduction of FuguIta | Echigo BSD Users Group (EBUG) | Yoshihiro Kawamata |
06:30-06:45 | Introduction of vyos-cli: VyOS CLIs for Ubuntu | Echigo Network Operators Group (ENOG) | Masakazu Asama (also member of EBUG) |
-- kaw 2020-07-22 (Wed) 23:46:40
Fugu (2020-07-19 (Sun) 15:51:32)
Hello Kaw:
Is there a difference in boot mode of OpenBSD and #FuguIta? I have a Dell PC where OpenBSD is very slow without disabling acpimadt whereas #FuguIta has no such problems.
Any guidance will be gratefully received.
Thank you.
nimbus9 amd64 # diff -u GENERIC RDROOT --- GENERIC Mon Jul 20 12:43:03 2020 +++ RDROOT Mon Jul 20 12:40:08 2020 @@ -49,7 +49,7 @@ option UDF # UDF (DVD) file system option MSDOSFS # MS-DOS file system option FIFO # FIFOs; RECOMMENDED -#option TMPFS # efficient memory file system +option TMPFS # efficient memory file system option FUSE # FUSE option SOCKET_SPLICE # Socket Splicing for TCP and UDP @@ -88,7 +88,7 @@ pseudo-device nmea 1 # NMEA 0183 line discipline pseudo-device msts 1 # MSTS line discipline pseudo-device endrun 1 # EndRun line discipline -pseudo-device vnd 4 # vnode disk devices +pseudo-device vnd 6 # vnode disk devices pseudo-device ksyms 1 # kernel symbols device #pseudo-device dt # Dynamic Tracer @@ -134,7 +134,12 @@ option NTFS # NTFS support option HIBERNATE # Hibernate support -config bsd swap generic +config bsd root on rd0a swap on wd0b and sd0b +option RAMDISK_HOOKS +option MINIROOTSIZE=3800 +option NKPTP=5 + +pseudo-device rd 1 # ramdisk mainbus0 at root nimbus9 amd64 #So I don't know why it behaves differently.
-- kaw 2020-07-20 (Mon) 12:50:48
scanning partitions: cd0a sd0i sd0j FuguIta's operating device(s): cd0a sd0i Which is FuguIta's operating device? [default: cd0a] -> sd0i # in case that sd0 is internal disk
If FuguIta runs slow as OpenBSD with this procedure, the problem could lay on internal disk device. -- kaw 2020-07-21 (Tue) 16:28:11
and one other escaping attention now.
To this end, I started reading through the show and list variables in the UKC config and found that #FuguIta has a lot more that get initialized than vanilla OpenBSD. When that did not work out, I once again disabled acpimadt, installed the operating system and waited for it to boot. The scenario now stood at reordering libraries (library_aslr). I let it complete the first time and then disabled the service via rcctl. This made a dramatic impact on reboot.
Presently, after having run sysupgrade (following -current), the performance is acceptable as good as on a ThinkPad.
My speculation is to do with the execute bit. I haven't read the source code to be certain of this but would appreciate your knowledgeable thoughts on it. I will try the above solution if video and browser performance in unacceptable with my continued testing. -- Fugu 2020-07-21 (Tue) 19:37:36
Former articles are at FuguIta/BBS/9.
Return to Top