Jump to content

karplus

Members
  • Posts

    21
  • Joined

  • Last visited

Everything posted by karplus

  1. karplus

    Tommy Upgrade

    Login on Tommy is not working, url used is https://heliohost.org/login/ . [EDIT]: now it works!
  2. karplus

    Tommy Upgrade

    Hello, I can confirm that everything works now. I give an additional warning that surely will be useful for all; beware that scheduled tasks in the previous tommy2 environment are still active if you leave them enabled, and I guess that during this upgrade phase, filesystems of both instance are shared between them. I have some tiny scripts that write some data in csv files, today i find out that records were doubled in some case, and file was a lot littler in size than expected; it turned out that there were written by the same task in both tommy2 and new tommy istance! So I login in old tommy2 istance and disabled the scheduled tasks.
  3. karplus

    Tommy Upgrade

    Thanks you, now it works. Only a couple of fixes needed: Requests module is missing for python 3.12 SFTP access: which ip/dns port should I use? Connection info available in https://tommy.heliohost.org:8443/smb/web/view/79/connection-info lacks port while ip listed is not "networkly" reachable. I already tried new tommy.heliohost.org and 1373 port pointed here https://wiki.helionet.org/management/uploading-files
  4. karplus

    Tommy Upgrade

    Hello, file is still in the same path, I didn't delete it. Plus the other pre-existing py files give the same error too. I login with "pyknite" user on this url https://tommy2.heliohost.org:8443/smb/file-manager/list
  5. karplus

    Tommy Upgrade

    Hello, my python scripts don't worky anymore, I always got http 404 not found error. I put down a sample script as suggested in the tutorial and it doesn't work too https://pyknite.helioho.st/cgi-bin/test.py Permissions are 755 for ,py files, i changed the shebang go 3.9 (I tried 3.12 too), cgi-bin has 750 permissions. I waited 9 hours before trying.
  6. karplus

    Tommy Upgrade

    Thanks you, then before the beta testing I'd like to get these python modules installed as already done on new Johnny https://helionet.org/index/topic/57503-solved-johnny-python310-http-500-internal-server-error-occurs/?do=findComment&comment=275496 and italian locale installed as https://helionet.org/index/topic/57503-solved-johnny-python310-http-500-internal-server-error-occurs/?do=findComment&comment=275521
  7. karplus

    Tommy Upgrade

    Hello, I joined tommy as donor on 7 august 2024. I logon on url https://tommy2.heliohost.org ; I am involved on this upgrade or I am already on new upgraded server? I use Python 3.10, I use modules and locales that I already listed here
  8. Sorry, i didn't know about this rule, I recently opened tommy as donor due to the corrupted raid of johnny on july. I will keep only tommy, then. Thanks you
  9. Hello, my account karplus on johnny is currently suspended, but my last login was made on 14 august. Can I ask for re-enabling it? These are my data: a. your HelioHost username: karplus b. the server your account is on: johnny c. your HelioHost main domain: https://karplus.helioho.st/ Thanks you.
  10. Hello, thanks for everything, I confirm that all required modules get correctly imported now. Now have one last standing error, I report this to you only as a "warning", not a requirement.In the previous johnny installation i used this line of code: locale.setlocale(category=locale.LC_ALL,locale='it_IT.utf8') But now it returns this error: File "/usr/lib64/python3.9/locale.py", line 610, in setlocale return _setlocale(category, locale) locale.Error: unsupported locale setting Maybe underlying operating system is involved.
  11. Hello, i did some tests using my scripts that were fully working before the last july johnny raid crash, and i found that these python modules are now missing: python3.12: pandas, bs4/beautifulsoup4, python-dateutil python3.9: pandas, bs4/beautifulsoup4, requests, pytz It's possible in the longtime to restore them? Thanks you!
  12. Hello, the same problem is back after re-enabling my Johnny account, I waited 6 hours since mail of succeeded renewal. Permission of https://karplus.helioho.st/cgi-bin/test.py is 755 and cgi-bin folder is 750.
  13. I agree with both of you, everything works now!
  14. Hello, in my new tommy account I uploaded some python scripts that worked in previous johnny account, but they don't work, so I restricted the attempts on these 4 test files: https://pyknite.helioho.st/index.html it works with 755 permissions https://pyknite.helioho.st/plesk.html same file (encoding and carriage return) as before but different name, it doesn't work neither with 755 permissions https://pyknite.helioho.st/cgi-bin/index.html does not work ; cgi-bin folder has 750 permissions, file has 755 permissions and unix carriage return as stated here https://pyknite.helioho.st/cgi-bin/test.py does not work, file has 755 permissions, unix carriage return, and it was taken here https://wiki.helionet.org/tutorials/python Why both html and py file return 404 errors? There are no log in web server section. My final goal is to have python files working as in johnny. Thanks you
  15. I confirm you that the new link worked! Thanks you.
  16. Invitation has arrived, but the link https://hh.brody.heliohost.org/validate keep asking me for user and password. Which password should I use?
  17. Hello, you can send the invitation at xxxxxxxxxx or xxxxxxxxx (this one was used for johnny). Thanks you.
  18. Hello, today at 15:25 UTC +2 I sent the donation for access on Tommy, by using paypal with transaction id that starts with 3CG70 (first 5 digits). I already had an account on Johnny, got on a 2023 midnight UTC. My paypal account email used for the donation is the same as Johnny registered email. Should I do something else to get Tommy account? Thanks you.
  19. Thanks, works like a charm now. It would be useful for other users to update the wiki tutorial then 😃
  20. Hello, i tried to run a simple test.py as stated on this tutorial https://wiki.helionet.org/tutorials/python and this topic too: Still i get http 500 error when i open https://karplus.helioho.st/cgi-bin/test.py ; I already checked line endings and they are in unix style; plus i wrote the code by hand directly in online text editor, and also tried copy&paste, but got no luck! Permissions are 755 as suggested by tutorial. In logs section I always got this error: End of script output before headers: test.py, referer: https://johnny.heliohost.org:8443/ , but I used print("Content-Type: text/html\n\n"), and all the versions of Python supported by Johnny. Where am I wrong? Best Regards
×
×
  • Create New...