• 14 Posts
  • 43 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle













  • I think it is a bug and here’s why

    I have setup a lemmy instance to understand how it works and hopefully contribute something meaningful

    My instance has 2 users, both are subscribed to the same cross-instance community, but only one is showing Subscribe Pending even if I un-sub and re-sub

    I am not aware of any approval system to subscribe to a community, so I believe the approval was received the community instance, but the “accept” response data was missed / dropped when returning to your host instance


  • Let me make sure I understand first

    1. You are attempting to passwordlessly SSH from Window to a group of servers using Powershell
    2. Something stopped working and you regenerated your Windows SSH keys

    i added my private key, and tried to connect

    This concerns me, as the server should have the user’s public key, not private. Private should be exactly that, private

    Is the Powershell user / SSH key the same as the Putty user / SSH key that still works?

    When you run the Powershell script, does it give any error messages?

    I know with Linux -> Linux SSH you can log verbosely with -v, is that something you can do under Powershell?

    Is password auth enabled? Does that still work from Putty, and can you do the same from Powershell?



  • ThreenOPtoJava™ Community@lemmy.mlEclipse compiler issue
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Haha, sorry I came across the way I did. I really was racking my brain trying to think what more I could provide. Normally for Java issues I can give a stacktrace, but in this case there is literally only a 4-word error message

    When I view the post on your server it shows only our convo, so definitely a federation issue



  • ThreenOPtoJava™ Community@lemmy.mlEclipse compiler issue
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    I am really struggling to understand what you are asking me to provide

    Java is a compiled language. Eclipse is attempting that compile step and it fails. I have provided the error it gives me, a minimal code snippet to reproduce this, the location that Eclipse indicate the error occurs, and the specific 2 specific versions of Eclipse I have tried

    Is it a screenshot of the error you are after? Maybe there is something obvious I am overlooking, but I really do no know what more I can give you


  • ThreenOPtoJava™ Community@lemmy.mlEclipse compiler issue
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Yeah mate, you are right “doesn’t work” is pretty useless, lucky I didn’t say that

    I said I have code that does compile in one specific compiler but doesn’t in another specific one, and asked if anyone had ever encountered that before

    And 2 days ago when someone mentioned that I didn’t include the actual error, I apologised and then included it