Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to start Ubuntu 22.04.3 LTS aarch64 #666

Closed
mateors opened this issue Jan 14, 2024 · 8 comments
Closed

Unable to start Ubuntu 22.04.3 LTS aarch64 #666

mateors opened this issue Jan 14, 2024 · 8 comments
Labels
bug Something isn't working.

Comments

@mateors
Copy link

mateors commented Jan 14, 2024

Unable to run at Ubuntu 22.04 LTS arm64

I installed it using building from source https://maddy.email/tutorials/building-from-source/

PLEASE HELP ME ASAP.

What do you think is wrong?
unknown driver "sqlite3" (forgotten import?)

Log files

Jan 14 08:08:11 shaperk maddy[401183]: imapsql: NewBackend (open): sql: unknown driver "sqlite3" (forgotten import?)
Jan 14 08:08:11 shaperk systemd[1]: maddy.service: Main process exited, code=exited, status=1/FAILURE
Jan 14 08:08:11 shaperk systemd[1]: maddy.service: Failed with result 'exit-code'.
Jan 14 08:08:11 shaperk systemd[1]: Failed to start maddy mail server.
Jan 14 08:08:11 shaperk systemd[1]: maddy.service: Scheduled restart job, restart counter is at 5.
Jan 14 08:08:11 shaperk systemd[1]: Stopped maddy mail server.
Jan 14 08:08:11 shaperk systemd[1]: maddy.service: Start request repeated too quickly.
Jan 14 08:08:11 shaperk systemd[1]: maddy.service: Failed with result 'exit-code'.
Jan 14 08:08:11 shaperk systemd[1]: Failed to start maddy mail server.
Jan 14 08:08:18 shaperk pdns_server[75291]: WARNING: MYSQL_OPT_RECONNECT is deprecated and will be removed in a future version.
  • maddy version: ?
0.7.0+de756c8 linux/arm64 go1.21.6

default config: /etc/maddy/maddy.conf
default state_dir: /var/lib/maddy
default runtime_dir: /run/maddy
@mateors mateors added the bug Something isn't working. label Jan 14, 2024
@foxcpp
Copy link
Owner

foxcpp commented Jan 20, 2024

Did you have gcc installed when compiling maddy? It is required for sqlite3 support to work.

foxcpp added a commit that referenced this issue Jan 20, 2024
May have slightly worse single-user perfomance than
go-sqlite3 (CGo) but also may scale better due to Go goroutines
being used instead of C threads.

Also improves compatibility, making installation easier
esp. if users do not have working C toolchain installed.
See #666.
@mateors
Copy link
Author

mateors commented Jan 21, 2024

@foxcpp should I try again with the latest push you made?

@foxcpp
Copy link
Owner

foxcpp commented Jan 21, 2024

Yes, you can try. I added an alternative solution for the problem.

@mateors
Copy link
Author

mateors commented Jan 21, 2024

@foxcpp is there any way I can read mail using pop3? I want to read mail from gmail, but seems gmail only support pop3, I appreciate your suggestion on this.

@foxcpp
Copy link
Owner

foxcpp commented Jan 21, 2024

No, unfortunately maddy currently does not support POP3. See #650.

@mateors
Copy link
Author

mateors commented Jan 21, 2024

@foxcpp okay, got it. any plan in future?

@foxcpp
Copy link
Owner

foxcpp commented Jan 21, 2024

@foxcpp okay, got it. any plan in future?

Definitely, it has been requested several times already. Can't give any specific timeline though.

@foxcpp foxcpp closed this as completed Jan 21, 2024
@foxcpp
Copy link
Owner

foxcpp commented Jan 21, 2024

Feel free to reopen if you are still unable to get maddy to run, POP3 support is to be discussed in #650.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working.
Projects
None yet
Development

No branches or pull requests

2 participants