Daniel Markstedt
Daniel Markstedt
Good question! I didn't trace this further because I couldn't find where `foreign_require` is implemented... FWIW I don't think it's a correct usecase to call `ReadParse` from the module library...
Right after init_config() -- https://github.com/rdmark/vsftpd-webmin/blob/37521b686f7d63d891a71c91665dda4a1534ef41/vsftpd-lib.pl#L15 ``` BEGIN { push(@INC, ".."); $DEBUG = 0; if ($DEBUG) { use warnings; use CGI::Carp qw(carpout); open(ERROR_LOG, ">>/tmp/webmin_vsftpd_error_log") or die("Can't setup error log: $!\n"); carpout(\*ERROR_LOG);...
Well noted. I'll have a fix in the next release tag from my fork.
> If this is the case, just for running piscsi the Pi 5 is IMO not very attractive, because it needs more power and is more expensive than previous models,...
A user has reported in Discord that the Bullseye based release images do not boot on an RPi5. We likely need to update the scripts in https://github.com/PiSCSI/piscsi-pi-gen and merge the...
Fixing with https://github.com/PiSCSI/piscsi/pull/1082
For the record, if someone reads this trying to get their Plus working, I prepared a modified MacPack image that uses Silverlining drivers and posted it here: https://macintoshgarden.org/apps/piscsi-rascsi
@uweseimet Unfortunately I had to give away both my Mac Pluses when I relocated internationally last month. Is there anyone else subscribing to this thread who would test on their...
Have you all tested other values besides 400, to see where the threshold is? Looking where the constant is used in scsi_controller.cpp it seems to be controlling a sleep timer...
See https://github.com/PiSCSI/piscsi/pull/1173 for some discussion on the potential install location for piscsi files.