PiSCSI / piscsi

PiSCSI allows a Raspberry Pi to function as emulated SCSI devices (hard disk, CD-ROM, and others) for vintage SCSI-based computers and devices. This is a fork of the RaSCSI project by GIMONS.
https://piscsi.org
BSD 3-Clause "New" or "Revised" License
545 stars 82 forks source link

Documentation 'Enable Authentication' needs update after project rename #1064

Closed hilburger closed 1 year ago

hilburger commented 1 year ago

Hi again!

Installing my second PiSCSI I have not used the easyinstall script but tried the commands here: https://github.com/PiSCSI/piscsi/wiki/Web-Interface#enable-authentication

It is still using the group name rascsi and should be changed from this:

$ sudo groupadd rascsi
$ sudo usermod -a -G rascsi pi

to this:

$ sudo groupadd piscsi
$ sudo usermod -a -G piscsi pi

Easyinstall script though works perfectly fine :)

rdmark commented 1 year ago

Thanks for reporting. This has now been updated.

If you find any other outdated info, don't hesitate to make edits yourself. It is a wiki after all. :)