all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [PVE-User] Logging in to the wiki?
@ 2024-12-30 22:12 Yassen Damyanov
  2024-12-31  8:10 ` Aaron Lauterer
  0 siblings, 1 reply; 3+ messages in thread
From: Yassen Damyanov @ 2024-12-30 22:12 UTC (permalink / raw)
  To: pve-user

Hello all 👋,

A newcomer here (migrating from esxi to proxmox).

My preferred way to install PVE is to convert a Debian 12 base system to a
PVE following this guide:
- https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_12_Bookworm

However, the apt gpg key download/installation step suggests checking the
sha512 sum of the key and the real one I get:
bbe6809fbf1ecf8a2b830a077168a629b3d5525e5036456ec6d7fd7239d5aa74d2adb1d17116eb3a3f35d8c10894d0334ac217931235bb1d112aaae056adbc34
differs from the one on the wiki page.

Tried to log in / register on the wiki system but could not figure that
out. Seems like if I just try to log in, I will get registered the first
time, but neigh .. I get "Incorrect username or password entered. Please
try again."

Help appreciated: does that sha512 sum need being edited? If so, how to
register to the wiki system to be able to fix that?

Thanks!
-Yassen
_______________________________________________
pve-user mailing list
pve-user@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-user

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PVE-User] Logging in to the wiki?
  2024-12-30 22:12 [PVE-User] Logging in to the wiki? Yassen Damyanov
@ 2024-12-31  8:10 ` Aaron Lauterer
  2024-12-31  9:34   ` Yassen Damyanov
  0 siblings, 1 reply; 3+ messages in thread
From: Aaron Lauterer @ 2024-12-31  8:10 UTC (permalink / raw)
  To: Proxmox VE user list, Yassen Damyanov

Hey!

The logins to the public project wikis are very restricted to mainly 
Proxmox Staff.

I downloaded the gpg key and ran sha512sum and I got the checksum that 
is mentioned in the Debian 12 -> Proxmox VE guide:

sha512sum proxmox-release-bookworm.gpg
7da6fe34168adc6e479327ba517796d4702fa2f8b4f0a9833f5ea6e6b48f6507a6da403a274fe201595edc86a84463d50383d07f64bdde2e3658108db7d6dc87 
  proxmox-release-bookworm.gpg

So I assume something went wrong on your side if you get a different 
sha512sum. Please try again and see if you then get the correct one.

Cheers!
Aaron

On  2024-12-30  23:12, Yassen Damyanov wrote:
> Hello all 👋,
> 
> A newcomer here (migrating from esxi to proxmox).
> 
> My preferred way to install PVE is to convert a Debian 12 base system to a
> PVE following this guide:
> - https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_12_Bookworm
> 
> However, the apt gpg key download/installation step suggests checking the
> sha512 sum of the key and the real one I get:
> bbe6809fbf1ecf8a2b830a077168a629b3d5525e5036456ec6d7fd7239d5aa74d2adb1d17116eb3a3f35d8c10894d0334ac217931235bb1d112aaae056adbc34
> differs from the one on the wiki page.
> 
> Tried to log in / register on the wiki system but could not figure that
> out. Seems like if I just try to log in, I will get registered the first
> time, but neigh .. I get "Incorrect username or password entered. Please
> try again."
> 
> Help appreciated: does that sha512 sum need being edited? If so, how to
> register to the wiki system to be able to fix that?
> 
> Thanks!
> -Yassen
> _______________________________________________
> pve-user mailing list
> pve-user@lists.proxmox.com
> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-user



_______________________________________________
pve-user mailing list
pve-user@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-user

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PVE-User] Logging in to the wiki?
  2024-12-31  8:10 ` Aaron Lauterer
@ 2024-12-31  9:34   ` Yassen Damyanov
  0 siblings, 0 replies; 3+ messages in thread
From: Yassen Damyanov @ 2024-12-31  9:34 UTC (permalink / raw)
  To: Aaron Lauterer; +Cc: Proxmox VE user list

Aaron, thanks so much for helping!

Indeed, *the sha512 sum is correct in the wiki*. I was using ansible (and
its `apt_key` module) to install the key and it does more than just
downloading the key into
`/etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg`, obviously, hence the
confusion.

Apologies for the trouble 🙇‍♂️.
Happy New Year 2025!
-Yassen

On Tue, Dec 31, 2024 at 10:10 AM Aaron Lauterer <a.lauterer@proxmox.com>
wrote:

> Hey!
>
> The logins to the public project wikis are very restricted to mainly
> Proxmox Staff.
>
> I downloaded the gpg key and ran sha512sum and I got the checksum that
> is mentioned in the Debian 12 -> Proxmox VE guide:
>
> sha512sum proxmox-release-bookworm.gpg
> 7da6fe34168adc6e479327ba517796d4702fa2f8b4f0a9833f5ea6e6b48f6507a6da403a274fe201595edc86a84463d50383d07f64bdde2e3658108db7d6dc87
>
>   proxmox-release-bookworm.gpg
>
> So I assume something went wrong on your side if you get a different
> sha512sum. Please try again and see if you then get the correct one.
>
> Cheers!
> Aaron
>
> On  2024-12-30  23:12, Yassen Damyanov wrote:
> > Hello all 👋,
> >
> > A newcomer here (migrating from esxi to proxmox).
> >
> > My preferred way to install PVE is to convert a Debian 12 base system to
> a
> > PVE following this guide:
> > - https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_12_Bookworm
> >
> > However, the apt gpg key download/installation step suggests checking the
> > sha512 sum of the key and the real one I get:
> >
> bbe6809fbf1ecf8a2b830a077168a629b3d5525e5036456ec6d7fd7239d5aa74d2adb1d17116eb3a3f35d8c10894d0334ac217931235bb1d112aaae056adbc34
> > differs from the one on the wiki page.
> >
> > Tried to log in / register on the wiki system but could not figure that
> > out. Seems like if I just try to log in, I will get registered the first
> > time, but neigh .. I get "Incorrect username or password entered. Please
> > try again."
> >
> > Help appreciated: does that sha512 sum need being edited? If so, how to
> > register to the wiki system to be able to fix that?
> >
> > Thanks!
> > -Yassen
> > _______________________________________________
> > pve-user mailing list
> > pve-user@lists.proxmox.com
> > https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-user
>
>
>
_______________________________________________
pve-user mailing list
pve-user@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-user

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-12-31  9:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-30 22:12 [PVE-User] Logging in to the wiki? Yassen Damyanov
2024-12-31  8:10 ` Aaron Lauterer
2024-12-31  9:34   ` Yassen Damyanov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal