
Marco, Thanks for the report. Your account did and does exist on the new host, but your report unmasked a missing `/custom` directory which was on the old host and not on the new, and upon which your .bash_profile indirectly relied. So I synced that `/custom` root directory from the old host to new, and I think you should be able to log in now. Please confirm your ability to log in and let us know what else is missing! Dave Cooper P.S. (And this goes for Everyone using ssh or otherwise with active home directories on the legacy clnet host) as I've mentioned, you should be able to access the old host via any unused subdomain e.g. legacy.common-lisp.net (you may have to update your .ssh/config accordingly). Most of these home directories were already synced to the new host in late December 2024 so anyone with home directories on legacy.common-lisp.net may want to use rsync at least with --dry-run from legacy, to pick up any lagging modifications between that and current common-lisp.net. Only a few home directories are very active so I assume you know who you are. I apologize for insufficient communication regarding migration of the home directories. P.P.S. There are still some legacy home directories which are not transferred to the new host because they appeared inactive by [some metric] and look like they would just be taking up space. Please let us know if you see any legacy home directories which you feel ought to be synced. And of course let us know of any other missing services or weirdness. ---- On Tue, 11 Mar 2025 10:11:39 -0400 Marco Antoniotti <marco.antoniotti@unimib.it> wrote --- Yep. I just noted that I cannot ssh to http://common-lisp.net anymore (offending key). Can you point me to the instructions to fix this? Moreover: I have already set up http://gitlab.common-lisp.net with 2FA, but now, it gets me to the "Explore/Projects". Would it be possible to point to the personal pages instead? Thanks MA On Tue, Mar 11, 2025 at 3:01 PM Raymond Toy <mailto:toy.raymond@gmail.com> wrote: -- Marco Antoniotti, Professor, Director tel. +39 - 02 64 48 79 01 DISCo, University of Milan-Bicocca U14 2043 http://dcb.disco.unimib.it Viale Sarca 336 I-20126 Milan (MI) ITALY CSCE 2025 - http://csce.lakecomoschool.org On 3/10/25 5:57 PM, Carl Shapiro wrote: Jon Boone mailto:ipmonger@delamancha.org writes: It appears the script assumes an rsync daemon listening on TCP port 873. Carl, is there some reason to not use ssh instead? Rsync can support this trivially with much improved security properties. Thanks for the suggestion. I set this up many years ago so I cannot be absolutely certain but I suspect that I used rsync the way I did because that is the method that was documented at the time. Likewise, I set up a monthly cronjob to backup cmucl and other things I have onhttp://c-l.net. Probably been doing this ever since rsync was available. https://web.archive.org/web/20040606094613/http://common-lisp.net/rsync.shtm... I am open to doing something different if there are viable options available. Me too, as long as I don’t have to provide myhttp://c-l.net credentials. Some passwordless ssh would be fine. Or other scheme.