no var/lib folder in tarball #9848
-
Describe the bugFailed to create PID file "/usr/local/rabbitmq_server-3.12.7/var/lib/rabbitmq/mnesia/[email protected]" directory: no such file or directory Reproduction stepsafter instaling erlang with snap in ubuntu. Expected behaviorthe message "completed with [n] plugins.", indicating that the RabbitMQ broker has been started successfully. Additional contextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I can't reproduce what you describe. You should provide a complete set of reproduction steps and / or transcript from your system if you would like us to continue investigating. Here is a transcript from my Ubuntu 22.04 system:
|
Beta Was this translation helpful? Give feedback.
-
RabbitMQ generally will not create its own top level data directory. If you want to use the generic binary build, it is up to you to do that. Ubuntu users should follow our Debian and Ubuntu installation guide and instead of using an Erlang snap + the binary build, use our Debian package repositories. The Debian package does set up a data directory and other essentials of this kind. And more importantly, they provide the latest and greatest Erlang, including for aarch64 (via Launchpad), while standard packages and snaps on Ubuntu are usually a year or two behind. For example, the Erlang snap is maintained by a well known Erlang community member, and even then it only provides 25.3 in its "stable channel". So it won't be an option for running RabbitMQ 3.13 which should ship in Nov-Dec 2023. |
Beta Was this translation helpful? Give feedback.
I can't reproduce what you describe. You should provide a complete set of reproduction steps and / or transcript from your system if you would like us to continue investigating.
Here is a transcript from my Ubuntu 22.04 system: