This page is archived.
Current active BBS is FuguIta/BBS.



6.9

m3th (2021-05-16 (Sun) 00:09:53)

>Notice: To avoid posts by spam, a message body without the word '#FuguIta' is rejected.
It is very difficult to post message here.

#FuguIta

I would like to ask a noasks file on website.
My noasks file always ignore me. could you tell me your article as example on website?

# FuguIta system device
noask_rdev='sd0a'

# storage device
noask_confdev='sd0d'
noask_confdev='sd1d'

Which should I use as noask_confdev value?

While

Copying files from flash to ram ...

appears, I sometimes get

softraid0: sd3: i/o error5 @crypt block

error message.
Could you have any idea to solve this problem?

Another new tool on 6.9

kaw (2021-05-14 (Fri) 12:20:44)

Another new tool, remaster_dvd.sh, was introduced in FuguIta 6.9.
As the name suggests, it remasters FuguIta LiveDVD ISO images.
This tool can be used with either a running FuguIta LiveDVD or FuguIta LiveUSB.
The following is an example of remaster_dvd.sh usage.

First, create a working directory and copy the contents of LiveDVD under sysmedia.

fuguita69# mkdir work
fuguita69# cd work
fuguita69# cp -av /sysmedia .
/sysmedia -> ./sysmedia
/sysmedia/boot -> ./sysmedia/boot
/sysmedia/bsd-fi -> ./sysmedia/bsd-fi
/sysmedia/bsd-fi.mp -> ./sysmedia/bsd-fi.mp
/sysmedia/boot.catalog -> ./sysmedia/boot.catalog
/sysmedia/cdboot -> ./sysmedia/cdboot
/sysmedia/cdbr -> ./sysmedia/cdbr
/sysmedia/etc -> ./sysmedia/etc
/sysmedia/etc/boot.conf -> ./sysmedia/etc/boot.conf
/sysmedia/etc/random.seed -> ./sysmedia/etc/random.seed
/sysmedia/fuguita-6.9-amd64.ffsimg -> ./sysmedia/fuguita-6.9-amd64.ffsimg
fuguita69# ls -l
total 8
drwxr-xr-x  3 root  wheel  432 May 11 09:21 sysmedia

In the copied sysmedia directory, run remaster_dvd.sh. This is basically all there is to it.

fuguita69# cd sysmedia
fuguita69# ls -l
total 2008728
-rw-r--r--  1 root  wheel	90496 May 10 20:57 boot
-rwxr--r--  1 root  wheel	 2048 May  9 12:31 boot.catalog
-rw-r--r--  1 root  wheel    10273019 May 10 21:04 bsd-fi
-rw-r--r--  1 root  wheel    10302063 May 10 21:04 bsd-fi.mp
-rw-r--r--  1 root  bin		91668 May 10 01:31 cdboot
-rw-r--r--  1 root  bin		 2048 May 10 01:31 cdbr
drwxr-xr-x  2 root  wheel	   96 Apr 17  2014 etc
-rw-r--r--  1 root  wheel  1007681536 May 10 21:08 fuguita-6.9-amd64.ffsimg
fuguita69# remaster_dvd.sh
mkhybrid 1.12b5.1
Scanning .
Scanning ./etc

Size of boot image is 4 sectors -> No-emulation CD boot sector
Total translation table size: 0
Total rockridge attributes bytes: 1111
Total directory bytes: 2048
Path table size(bytes): 22
502200 extents written (980 Mb)

When the execution of remaster_dvd.sh is completed, an ISO image file will have been created in the working directory.

fuguita69# ls -l ..
total 2008808
-rw-r--r--  1 root  wheel  1028505600 May 14 02:34 FuguIta-6.9-amd64-202105141.iso
drwxr-xr-x  3 root  wheel	  384 May 14 02:34 sysmedia
fuguita69# ls -l
total 2008720
-rw-r--r--  1 root  wheel	90496 May 10 20:57 boot
-rwxr--r--  1 root  wheel	 2048 May 14 02:34 boot.catalog
-rw-r--r--  1 root  wheel    10273019 May 10 21:04 bsd-fi
-rw-r--r--  1 root  wheel    10302063 May 10 21:04 bsd-fi.mp
-rw-r--r--  1 root  bin		91668 May 10 01:31 cdboot
-rw-r--r--  1 root  bin		 2048 May 10 01:31 cdbr
drwxr-xr-x  2 root  wheel	   96 Apr 17  2014 etc
-rw-r--r--  1 root  wheel  1007681536 May 10 21:08 fuguita-6.9-amd64.ffsimg

In sysmedia, you will find a file called like fuguita-6.9-amd64.ffsimg, which contains the FuguIta file tree. By modifying the files in this file tree, you can customize LiveDVD.

fuguita69# vnconfig vnd0 fuguita-6.9-amd64.ffsimg
fuguita69# mount /dev/vnd0a /mnt
fuguita69# ls -l /mnt
total 52
-rw-r--r--   1 root  wheel   578 May  7 17:43 .cshrc
-rw-r--r--   1 root  wheel   468 May  7 17:43 .profile
drwxr-xr-x   2 root  wheel   512 May  7 17:43 altroot
drwxr-xr-x   2 root  wheel  1024 May  7 17:46 bin
drwxr-xr-x   2 root  wheel   512 May  8 04:16 dev
drwxr-xr-x  23 root  wheel  1536 May  8 04:35 etc
drwxr-xr-x   2 root  wheel   512 May  7 17:43 home
drwxr-xr-x   2 root  wheel   512 May  7 17:43 mnt
drwx------   3 root  wheel   512 May  8 04:35 root
drwxr-xr-x   2 root  wheel  1536 May  7 17:46 sbin
lrwxrwx---   1 root  wheel    11 May  7 17:43 sys -> usr/src/sys
drwxrwxrwt   2 root  wheel   512 May  8 04:19 tmp
drwxr-xr-x  14 root  wheel   512 May  8 04:09 usr
drwxr-xr-x  23 root  wheel   512 May  7 17:43 var
.... modify files as you like ...

Once the customization is complete, close the file system image and remaster it.

fuguita69# umount /mnt
fuguita69# vnconfig -u vnd0
fuguita69# remaster_dvd.sh
mkhybrid 1.12b5.1
Scanning .
Scanning ./etc
  :
  :

New tool on FuguIta 6.9

kaw (2021-05-12 (Wed) 11:05:49)

FuguIta 6.9 provides a new tool to change network settings. The following is an example of its use.
In the new 6.9 release, network-related configuration files are stored in a subdirectory under /etc/netconfs, and symbolic links are provided from /etc to these files.
The settings you made during the initial boot are located in /etc/netconfs/default.

fuguita69# cd /etc
fuguita69# ls -l | grep netconfs
lrwxr-xr-x  1 root  wheel        27 May 12 00:49 hosts -> /etc/netconfs/default/hosts
lrwxr-xr-x  1 root  wheel        28 May 12 00:49 myname -> /etc/netconfs/default/myname
drwxr-xr-x  3 root  wheel        48 May 12 00:49 netconfs
lrwxr-xr-x  1 root  wheel        33 May 12 00:49 resolv.conf -> /etc/netconfs/default/resolv.conf
lrwxr-xr-x  1 root  wheel        33 May 12 00:49 sysctl.conf -> /etc/netconfs/default/sysctl.conf
fuguita69# ifconfig
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 32768
       index 3 priority 0 llprio 3
       groups: lo
       inet6 ::1 prefixlen 128
       inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
       inet 127.0.0.1 netmask 0xff000000
msk0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
       lladdr 00:17:42:6b:8a:92
       index 1 priority 0 llprio 3
       groups: egress
       media: Ethernet autoselect (100baseTX full-duplex,rxpause,txpause)
       status: active
enc0: flags=0<>
       index 2 priority 0 llprio 3
       groups: enc
       status: active
run0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
       lladdr cc:e1:d5:15:0e:cb
       index 4 priority 4 llprio 3
       groups: wlan
       media: IEEE802.11 autoselect (DS1 mode 11g)
       status: no network
       ieee80211: nwid ""
pflog0: flags=141<UP,RUNNING,PROMISC> mtu 33136
       index 5 priority 0 llprio 3
       groups: pflog

As an example, let's add two settings, home and office.
First, let's start with office. This assumes an Ethernet connection and a fixed address configuration.
To add a new configuration, create a directory under /etc/netconfs.

fuguita69# cd /etc/netconfs
fuguita69# ls -l
total 8
drwxr-xr-x  2 root  wheel  192 May 12 00:41 default
fuguita69# mkdir office

To create the configuration file, use the gennetconfs utility that is traditionally provided.
Its usage is the same as the configuration done in the initial boot.

fuguita69# cd office
fuguita69# gennetconfs
host name (without domain) -> fuguita
IP version(s) to use: 4, 6, 46, 64 or n
  46: IPv4 preferred over IPv6 in address resolution
  64: reversed to 46
   n: stand alone operation
[46]-> 4
==[ifconfig -a]=========================
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 32768
       index 3 priority 0 llprio 3
       groups: lo
       inet6 ::1 prefixlen 128
       inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
       inet 127.0.0.1 netmask 0xff000000
msk0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
       lladdr 00:17:42:6b:8a:92
       index 1 priority 0 llprio 3
       groups: egress
       media: Ethernet autoselect (100baseTX full-duplex,rxpause,txpause)
       status: active
enc0: flags=0<>
       index 2 priority 0 llprio 3
       groups: enc
       status: active
run0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
       lladdr cc:e1:d5:15:0e:cb
       index 4 priority 4 llprio 3
       groups: wlan
       media: IEEE802.11 autoselect (DS1 mode 11g)
       status: no network
       ieee80211: nwid ""
pflog0: flags=141<UP,RUNNING,PROMISC> mtu 33136
       index 5 priority 0 llprio 3
       groups: pflog
========================================
Available network interface(s): msk0 run0
network interface to setup [msk0] -> msk0
FQDN of this host -> fuguita.office.local
DNS setup;
  Manual : Enter up to three IPv4/IPv6 addresses, separated by spaces
  DHCP  : Just press ENTER .
  no DNS : Enter "none".
-> 192.168.20.254
IPv4 addr of this host -> 192.168.20.115
netmask                -> 255.255.255.0
default route          -> 192.168.20.254

When the configuration using gennetconfs is completed, the configuration file will be created in the subdirectory you just created.

fuguita69# ls -l
total 48
-rw-r-----  1 root  wheel   37 May 12 01:14 hostname.msk0
-rw-r--r--  1 root  wheel   82 May 12 01:14 hosts
-rw-r--r--  1 root  wheel   12 May 12 01:14 mygate
-rw-r--r--  1 root  wheel   21 May 12 01:14 myname
-rw-r--r--  1 root  wheel   73 May 12 01:14 resolv.conf
-rw-r--r--  1 root  wheel  106 May 12 01:14 sysctl.conf
fuguita69# ls -l /etc/ | grep netconfs
lrwxr-xr-x  1 root  wheel        27 May 12 00:49 hosts -> /etc/netconfs/default/hosts
lrwxr-xr-x  1 root  wheel        28 May 12 00:49 myname -> /etc/netconfs/default/myname
drwxr-xr-x  4 root  wheel        96 May 12 01:13 netconfs
lrwxr-xr-x  1 root  wheel        33 May 12 00:49 resolv.conf -> /etc/netconfs/default/resolv.conf
lrwxr-xr-x  1 root  wheel        33 May 12 00:49 sysctl.conf -> /etc/netconfs/default/sysctl.conf

To make these settings actually take effect, use the chnetconf utility.
When you run chnetconf, it will create symbolic links from /etc to these files, and then run /etc/netstart internally to modify the configuration.

fuguita69# chnetconf
16.0K  default
28.0K  office
fuguita69# chnetconf office
fuguita69# ls -l /etc/ | grep netconfs
lrwxr-xr-x  1 root  wheel        34 May 12 01:15 hostname.msk0 -> /etc/netconfs/office/hostname.msk0
lrwxr-xr-x  1 root  wheel        26 May 12 01:15 hosts -> /etc/netconfs/office/hosts
lrwxr-xr-x  1 root  wheel        27 May 12 01:15 mygate -> /etc/netconfs/office/mygate
lrwxr-xr-x  1 root  wheel        27 May 12 01:15 myname -> /etc/netconfs/office/myname
drwxr-xr-x  4 root  wheel        96 May 12 01:13 netconfs
lrwxr-xr-x  1 root  wheel        32 May 12 01:15 resolv.conf -> /etc/netconfs/office/resolv.conf
lrwxr-xr-x  1 root  wheel        32 May 12 01:15 sysctl.conf -> /etc/netconfs/office/sysctl.conf
fuguita69# ifconfig
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 32768
       index 3 priority 0 llprio 3
       groups: lo
       inet6 ::1 prefixlen 128
       inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
       inet 127.0.0.1 netmask 0xff000000
msk0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
       lladdr 00:17:42:6b:8a:92
       index 1 priority 0 llprio 3
       groups: egress
       media: Ethernet autoselect (100baseTX full-duplex,rxpause,txpause)
       status: active
       inet 192.168.20.115 netmask 0xffffff00 broadcast 192.168.1.255
enc0: flags=0<>
       index 2 priority 0 llprio 3
       groups: enc
       status: active
run0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
       lladdr cc:e1:d5:15:0e:cb
       index 4 priority 4 llprio 3
       groups: wlan
       media: IEEE802.11 autoselect (DS1 mode 11g)
       status: no network
       ieee80211: nwid ""
pflog0: flags=141<UP,RUNNING,PROMISC> mtu 33136
       index 5 priority 0 llprio 3
       groups: pflog
fuguita69# ping www.google.com
PING www.google.com (172.217.175.68): 56 data bytes
64 bytes from 172.217.175.68: icmp_seq=0 ttl=115 time=28.318 ms
64 bytes from 172.217.175.68: icmp_seq=1 ttl=115 time=25.842 ms
64 bytes from 172.217.175.68: icmp_seq=2 ttl=115 time=26.137 ms
^C
--- www.google.com ping statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 25.842/26.765/28.318/1.104 ms

Continuing on, let's create a home configuration as well. This one assumes a WiFi connection and DHCP is used.

fuguita69# pwd
/etc/netconfs/office
fuguita69# mkdir /etc/netconfs/home
fuguita69# cd /etc/netconfs/home
fuguita69# gennetconfs
host name (without domain) -> fuguita
IP version(s) to use: 4, 6, 46, 64 or n
  46: IPv4 preferred over IPv6 in address resolution
  64: reversed to 46
   n: stand alone operation
[46]-> 46
==[ifconfig -a]=========================
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 32768
       index 3 priority 0 llprio 3
       groups: lo
       inet6 ::1 prefixlen 128
       inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
       inet 127.0.0.1 netmask 0xff000000
msk0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
       lladdr 00:17:42:6b:8a:92
       index 1 priority 0 llprio 3
       groups: egress
       media: Ethernet autoselect (100baseTX full-duplex,rxpause,txpause)
       status: active
       inet 192.168.20.115 netmask 0xffffff00 broadcast 192.168.1.255
enc0: flags=0<>
       index 2 priority 0 llprio 3
       groups: enc
       status: active
run0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
       lladdr cc:e1:d5:15:0e:cb
       index 4 priority 4 llprio 3
       groups: wlan
       media: IEEE802.11 autoselect (DS1 mode 11g)
       status: no network
       ieee80211: nwid ""
pflog0: flags=141<UP,RUNNING,PROMISC> mtu 33136
       index 5 priority 0 llprio 3
       groups: pflog
========================================
Available network interface(s): msk0 run0
network interface to setup [msk0] -> run0
FQDN of this host -> fuguita.home.local
Wi-Fi SSID -> WIFI-SSID
   WPA Key -> WPA-PASSWD
DNS setup;
  Manual : Enter up to three IPv4/IPv6 addresses, separated by spaces
  DHCP  : Just press ENTER .
  no DNS : Enter "none".
->
fuguita69# ls -l
total 40
-rw-r-----  1 root  wheel   59 May 12 01:29 hostname.run0
-rw-r--r--  1 root  wheel   76 May 12 01:29 hosts
-rw-r--r--  1 root  wheel   19 May 12 01:29 myname
-rw-r--r--  1 root  wheel    0 May 12 01:29 resolv.conf
-rw-r--r--  1 root  wheel   54 May 12 01:29 resolv.conf.tail
-rw-r--r--  1 root  wheel  106 May 12 01:29 sysctl.conf
fuguita69# chnetconf
16.0K  default
24.0K  home
28.0K  office
fuguita69# chnetconf home
run0: no link....got link
run0: 192.168.10.61 lease accepted from 192.168.10.231 (f8:b7:97:2d:89:66)
fuguita69# ifconfig
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 32768
       index 3 priority 0 llprio 3
       groups: lo
       inet6 ::1 prefixlen 128
       inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
       inet 127.0.0.1 netmask 0xff000000
msk0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
       lladdr 00:17:42:6b:8a:92
       index 1 priority 0 llprio 3
       media: Ethernet autoselect (100baseTX full-duplex,rxpause,txpause)
       status: active
enc0: flags=0<>
       index 2 priority 0 llprio 3
       groups: enc
       status: active
run0: flags=248843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,AUTOCONF6TEMP,AUTOCONF6> mtu 1500
       lladdr cc:e1:d5:15:0e:cb
       index 4 priority 4 llprio 3
       groups: wlan egress
       media: IEEE802.11 autoselect (DS1 mode 11g)
       status: active
       ieee80211: nwid WIFI-SSID chan 11 bssid 1c:b1:7f:27:5c:de -61dBm wpakey wpaprotos wpa2 wpaakms psk
       wpaciphers ccmp wpagroupcipher ccmp
       inet 192.168.10.61 netmask 0xffffff00 broadcast 192.168.10.255
       inet6 fe80::cee1:d5ff:fe15:ecb%run0 prefixlen 64 scopeid 0x4
       inet6 2409:xx:xxxx:xxxx:669c:3666:1e5d:1e95 prefixlen 64 autoconf pltime 604797 vltime 2591997
       inet6 2409:xx:xxxx:xxxx:ded5:bc35:e07a:fa89 prefixlen 64 autoconf temporary pltime 84961 vltime 172794
pflog0: flags=141<UP,RUNNING,PROMISC> mtu 33136
       index 5 priority 0 llprio 3
       groups: pflog

We have now created three network configurations, including the default.
You can switch between these settings at any time using the chnetconf utility.

incorrect link for OpenBSD 6.9 patches

Mel (2021-05-11 (Tue) 14:26:19)

in front page of #FuguIta there is "Patch 001 of OpenBSD 6.9 has been applied."

when you click on the link, it goes to OpenBSD 6.8 list of patches.

Video Streaming by FuguIta

kaw (2021-05-01 (Sat) 08:06:34)

In Niigata Prefecture, where I live, there is a traditional event called "Ushi no Tsuno Tsuki" ("Poke of bull horns" - bullfighting).

The first event of the year was held on April 29th, and I participated as a member of the team that delivered the video.

I was in charge of delivering the video directly to the smartphones and tablets of the audience at the event.

In this event, the MC and the remote guest interact via ZOOM, and the purpose of my job was to show the audience what was going on.

This was my first attempt at this, and the followings are required.

To achieve this, I made the following choices

Based on the above conditions, you will need the following

All of the above features are available in OpenBSD from the start, except for the web browser and WebRTC. So I decided to use #FuguIta as a base for implementing these.

For the video distribution software, We used Screego. Conveniently, Screego is supplied as an executable binary for OpenBSD.

Furthermore, this network is not completely independent and needs to remain in communication with the Internet. This is because smartphones communicate with sites on the Internet to determine the status of the network. If there is no communication with the Internet, the smartphone will complain. In addition, time synchronization is required for TLS communication, and therefore, NTP must be available. For these purposes, I decided to create a NAT in PF. I decided to limit the bandwidth of the communication through the NAT, because the main purpose of this Internet access line is to upload the video of the event to YouTube, and to communicate with the remote performers via ZOOM.

Based on the above, I decided to configure and operate the network as follows.

screego-e.png
Network of this event (click to enlarge)

As for the web browser for the video distribution, We had originally planned to use Windows, but since the title bar of the window was displayed on the video to be distributed, and the video input with an aspect ratio of 16:9 was somehow changed to 4:3, I decided to use FuguIta for this purpose as well, and use MPlayer to convert the aspect ratio of the video to 16:9 and send it by Chromium.

The operation of the day is as follows.

pix1.jpgpix2.jpg
Operation BoothScreego Server
pix4.jpgpix3.jpg
WiFi Access PointVideo Sender

As a result, it worked as planned, but there were a few problems.

We will need to improve on these issues in the future.

This time, I planted a monitor script modified from SAG in both the Screego server and the browser for sending images, so We will analyze the logs and plan countermeasures.

FuguIta development

Mel (2021-04-27 (Tue) 15:35:18)

i try to follow how to setup development for #FuguIta from this JPN page "河豚板の開発ツールを使う - LiveDVDのカスタマイズと作成".

i download the construction tool tools-6.8-amd64.tar.gz. there is .ffsimg file (media/fuguita-6.8-amd64.ffsimg).

i understand this is for OpenBSD 6.8, if i want 6.9 this ffsimg should be updated. but, my question is, how do you create this .ffsimg file for each new release of OpenBSD?

Above is the standard procedure to setup the content of *.ffsimg, and may have any variations by every OpenBSD release.
And also, it may possibly vary anymore at your case.

-- kaw 2021-04-28 (Wed) 05:40:16

  • kaw-sama thanks for sharing how to create the .ffsimg. lot of work. thanks for all your work with #FuguIta. -- Mel 2021-04-28 (Wed) 07:42:24

syspatch

m3th (2021-04-24 (Sat) 18:32:09)

Can I syspatch to #FuguIta?

Prototype from snapshot

kaw (2021-03-23 (Tue) 18:01:06)

Prototyped a trial version of #FuguIta based on OpenBSD-current (6.9-beta).
It is only available for the amd64 architecture.
Get it from "test" directory on download mirrors.
Your trial reports are welcome.

Change of mirror servers

kaw (2021-02-16 (Tue) 19:00:58)

Two new mirror servers in Europe are now in operation.

They are de.dl.fuguita.org and fr.dl.fuguita.org, the successors to eu.dl.fuguita.org.

eu.dl.fuguita.org will be out of service in a few weeks.

I would like to express our sincere gratitude to the administrators of eu.dl.fuguita.org and everyone who are providing the mirror servers.

Laptop Connected to Monitor

(2021-01-30 (Sat) 07:41:07)

I can use a second monitor with OpenBSD. I cannot use a second monitor with #FuguIta.

r600_cp: Failed to load firmware "radeon/SUMO2_pfp.bin"
[drm] *ERROR* Failed to load firmware!
drm:pid0:radeondrm_attachhook *ERROR* Fatal error during GPU init
drm0 detached
radeondrm0 detached


I saved settings after downloading the firmware, rebooted, and do have "/radeon/SUMO2_pfp.bin". I assume this error happens because the boot process executes the GPU init before I can choose boot mode 3. Is there an easy way to fix this error, myself?

Sorry. I am inexperienced with BSD (and computers).

Recent articles on FuguIta

kaw (2021-01-09 (Sat) 23:04:26)

Recently, I found reviews and tutorial videos about #FuguIta on the net, so I will introduce them.

I am deeply grateful to the authors of these articles.

FuguIta 6.8 tools

kaw (2020-11-03 (Tue) 23:37:38)

Tools to create a live system based on OpenBSD 6.8 were uploaded at tools directory.
To use this tool, refer the article 河豚板の開発ツールを使う - LiveDVDのカスタマイズと作成 (LiveDVD - Using FuguIta development tools) in the page 河豚板ガイド (FuguIta Guide).

Ventoy Compatibility?

Fugu (2020-10-24 (Sat) 22:05:09)

Hello kaw:

Any chance of getting #FuguIta working with ventoy at www.ventoy.net/en/index.html.

No pressure - just asking since Fugu's broader goals align with such a tool.

Thank you.

FuguIta-6.8 status

kaw (2020-10-24 (Sat) 00:30:25)

#FuguIta-6.8-i386 and FuguIta-6.8-amd64 are now under test.
These are at test directory at download mirrors.

Your trial report is greatly appreciated.

Live Update for FuguIta LiveUSB

kaw (2020-09-24 (Thu) 22:13:14)

I'm currently working on a Live Update for #FuguIta LiveUSB.
This is in beta testing.

To update with this utility, place the gzipped ISO image (not the *.img.gz file!) and the MD5 checksum file in the current directory.
Then run the 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...

We welcome your trial report.

  • revised this script, See https://jp1.dl.fuguita.org/test/ . -- kaw 2020-10-05 (Mon) 10:58:51
  • #FuguIta-6.7-*-202010071 has this. (Still can't handle tarball, sorry arm64 user) -- kaw 2020-10-16 (Fri) 00:40:20

isotop on FuguIta

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 fileisotop-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.sh

Here's a screenshot of FuguIta configured by isotop.

isotop_desktop1.png

Archive video of FuguIta Talk on OSC2020 Niigata

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

OSC2020新潟オンラインで河豚板の発表を行います。
Talk about FuguIta at OSC2020 Niigata

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.

Boot mode difference

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.

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

recent(50)
2024-03-19 2024-02-17 2024-01-31 2023-12-24 2023-12-20 2023-11-05 2023-10-04 2023-08-28 2023-06-21 2023-06-19 2023-06-03 2023-05-30 2023-05-20 2023-05-01 2023-04-30 2023-04-23 2023-04-13 2023-04-12 2023-03-17 2023-02-24 2023-02-23 2023-02-22 2022-12-23 2022-12-13 2022-11-17 2022-11-15 2022-11-14 2022-11-13 2022-11-05 2022-09-28 2022-08-08 2022-04-11

Attach file: filepix4.jpg 804 download [Information] filepix3.jpg 1293 download [Information] filepix2.jpg 1194 download [Information] filepix1.jpg 863 download [Information] filescreego-e.png 822 download [Information] filefiupdate.sh.txt 705 download [Information] fileisotop-665-fi.sh.diff 1269 download [Information] fileisotop_desktop1.png 1511 download [Information]

Front page   Edit Freeze Diff History Attach Copy Rename Reload   New Page list Search Recent changes   Help   RSS of recent changes
Last-modified: 2021-05-21 (Fri) 04:40:06