Koozali.org: home of the SME Server

Recent Posts

Pages: 1 2 [3] 4 5 ... 10
21
Koozali SME Server 10.x / spell check not work
« Last post by logs on September 19, 2025, 09:38:15 AM »
Since updating to 10.1, spell check does not work in webmail. It is enabled in the options, and I cannot find any references to smeserver-locale, aspell, etc. They are installed. Does anyone know what might be happening?
22
you do not want root email not delivered if big disk fails to mount.
23
Koozali SME Server 10.x / Re: Where to mount a big HDD that resides on an iSCSI target
« Last post by bunkobugsy on September 18, 2025, 01:19:30 PM »
/home/e-smith/Maildir is for root(=admin) only, users have it in /home/e-smith/files/users
so you probably only need to mount /home/e-smith/files, but I need to test this myself
24
Koozali SME Server 10.x / Re: Where to mount a big HDD that resides on an iSCSI target
« Last post by edform on September 18, 2025, 12:10:26 PM »
question is not specific to ISCSI, but generik to any situaiton where you want to have some of your data stored somewhere else than the system disk.

Obvious really; not thinking clearly. :(

Quote
In the case of SME Server, we usually suggest
- /home/e-smith/files
or
- /home/e-smith/files/users +  /home/e-smith/files/ibays + /home/e-smith/files/nextcloud ...

The idea is to keep system basic always available, and /home/e-smith has admin /root email. Keeping content of /home/e-smith/files on a bigger drive allow to store the huge amout of data out of system (except databases like /var/lib/mysql) and ease migration from version to another by only migrating db and configuration and then reattach your drive with user data.

Thanks for that. My worry is that the folder /home/e-smith/Maildir is not written to the big disk and, as it contains all the email traffic it may become to large for the free space on the SSD. or is it only a buffer and mail finishes up in another place?

Ed Form
25
Koozali SME Server 11.x / Re: yum update failing with appstream
« Last post by Knuddi on September 18, 2025, 07:49:49 AM »
dnf has the same issue for - bug reported https://bugs.koozali.org/show_bug.cgi?id=13157
26
Koozali SME Server 11.x / Re: yum update failing with appstream
« Last post by ReetP on September 17, 2025, 11:32:30 PM »
Should be using dnf now?

Don't get it here.

Code: [Select]
[root@rocky-v11 ~]# dnf update                           
Rocky Linux - AppStream     7.3 MB/s |  20 MB     00:02
Rocky Linux - BaseOS        8.3 MB/s |  34 MB     00:04
Remi - modular              1.3 MB/s | 1.1 MB     00:00
Remi - safe                 5.2 MB/s | 2.3 MB     00:00
SME Server - addons         133 kB/s |  16 kB     00:00
SME Server - contribs       660 kB/s | 192 kB     00:00
SME Server - extras         3.0 kB/s | 257  B     00:00
SME Server - os             6.8 MB/s | 4.2 MB     00:00
Extra Packages for Enterpri 2.6 MB/s |  14 MB     00:05
Rocky Linux - Extras         33 kB/s |  15 kB     00:00
Rocky Linux - PowerTools    5.0 MB/s | 4.7 MB     00:00
Dependencies resolved.
Nothing to do.
Complete!

Either way, please bug it.
27
Koozali SME Server 11.x / Re: yum update failing with appstream
« Last post by Knuddi on September 17, 2025, 10:44:06 PM »
I would normally agree, but this has been like this for 4-5 days now.

  - Status code: 404 for http://mirrors.pidginhost.com/rocky-linux/8.10/AppStream/x86_64/os/repodata/61e50e90405defe20ac2f54f76032aae1ba43aae87abeea3b353938190947a75-filelists.xml.gz (IP: 176.1                                                            24.104.176)
Error: Failed to download metadata for repo 'appstream': Yum repo downloading error: Downloading error(s): repodata/e2d492f299996e33b8cd0a226ad00109c413b48b8fea416e514831582e566c88-primary.xml.                                                            gz - Cannot download, all mirrors were already tried without success; repodata/61e50e90405defe20ac2f54f76032aae1ba43aae87abeea3b353938190947a75-filelists.xml.gz - Cannot download, all mirrors w                                                            ere already tried without success; repodata/d9913dedb196825235509c377ab75e6875104c6607a90f5de98eaaaaef212e78-modules.yaml.xz - Cannot download, all mirrors were already tried without success
28
question is not specific to ISCSI, but generik to any situaiton where you want to have some of your data stored somewhere else than the system disk.

In the case of SME Server, we usually suggest
- /home/e-smith/files
or
- /home/e-smith/files/users +  /home/e-smith/files/ibays + /home/e-smith/files/nextcloud ...

The idea is to keep system basic always available, and /home/e-smith has admin /root email. Keeping content of /home/e-smith/files on a bigger drive allow to store the huge amout of data out of system (except databases like /var/lib/mysql) and ease migration from version to another by only migrating db and configuration and then reattach your drive with user data.
29
Koozali SME Server 11.x / Re: yum update failing with appstream
« Last post by Jean-Philippe Pialasse on September 17, 2025, 10:28:30 PM »
probably a temp repo issue while it is syncing.
usually appstream/baseos updates ends up in smeos after few days, the time we get them and copy them there.
30
Koozali SME Server 10.x / Where to mount a big HDD that resides on an iSCSI target
« Last post by edform on September 16, 2025, 03:23:22 PM »
I have successfully attached an iSCSI target to my SME 10.1 server to supplement the storage space available on the small SSD in the server itself. I have mounted its storage unit at /home/e-smith/files, and I have added its details to /etc/fstab so that it remains available after reboots of the server. I have also written the text of a HowTo which I'll publish if it is thought useful.

Now I need advice on where to mount such a disk.

The suggestion to sit it at /home/e-smith/files came from Jean-Philippe Pialasse, and I can see his logic from the directory structure. The folder /home contains one subfolder: e-smith. Then /home/e-smith contains the subfolders: db, files, and Maildir, and some files: dkim_keys, ssl.crt, ssl.key, and ssl.pem. The folder /home/e-smith/files is where SME server puts its ibays, so having lots of space for that is important. What bothers me a bit, however, is that /home/e-smith/Maildir could also become big and space on the SSD is limited, so should I move the mount point of the big disk to /home/e-smith, or will that cause trouble because the iSCSI target object may not become available until after the system looks for things stored on it?

Ed Form
Pages: 1 2 [3] 4 5 ... 10