Re: Couple of Thunderbird pains

2023-10-02 Thread Samuel Sieb

On 10/2/23 16:32, Samuel Sieb wrote:

On 10/2/23 14:13, Lester Petrie wrote:
In my thunderbird, in settings/general the last group of entries is 
Indexing.


The second entry is Message Store Type for new accounts: which is File 
per folder(mbox)


This can be set to File per message (maildir)


Oh, nice!  I didn't realize how far down that preferences page went.
Too bad it requires redoing the account, but it might be worth it.


After a bunch of searching, I discovered that you don't have to redo the 
account.  There's a secret setting that lets you migrate the data:

mail.store_conversion_enabled
If you set that to true, it will let you change the message store type 
in the server settings.

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: LiveUSB doesn't boot

2023-10-02 Thread Joe Zeff

On 10/02/2023 05:22 PM, Samuel Sieb wrote:




You don't create the checksum file.  There's a link to download it.


Aha!  So there is.  Thanx for pointing that out to me.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Couple of Thunderbird pains

2023-10-02 Thread Samuel Sieb

On 10/2/23 14:13, Lester Petrie wrote:


On 10/1/2023 6:31 PM, Samuel Sieb wrote:

On 10/1/23 10:43, Lester Petrie wrote:


On 10/1/2023 5:51 AM, Patrick O'Callaghan wrote:

On Sat, 2023-09-30 at 14:43 -0700, Samuel Sieb wrote:

On 9/30/23 14:40, Joe Zeff wrote:

On 09/30/2023 03:18 PM, Samuel Sieb wrote:

As far as I know, there aren't any options for local storage.

I mean there are no options for what type of storage Thunderbird uses

for local storage.  It only has the format Mozilla has always used,
which I think is something like mbox with an index.


mbox is the default, but you can select Maildir when you create the 
account, at least when you are using imap.


I've never seen any options like that and still don't when I tried it 
again. 


In my thunderbird, in settings/general the last group of entries is 
Indexing.


The second entry is Message Store Type for new accounts: which is File 
per folder(mbox)


This can be set to File per message (maildir)


Oh, nice!  I didn't realize how far down that preferences page went.
Too bad it requires redoing the account, but it might be worth it.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: LiveUSB doesn't boot

2023-10-02 Thread Samuel Sieb

On 10/2/23 15:06, Joe Zeff wrote:

On 10/02/2023 03:25 PM, Mike Wright wrote:


If you execute md5sum file.iso you should get a match to that string.
Of course you'd use whatever sum checker that matches.  There are many,
such as sha224sum, sha256sum, sha384sum, sha512sum, md5sum, etc.


The instructions have you creating and checking a sha256sum file, but 
the command that's supposed to create that file fails because the file 
doesn't already exist.


You don't create the checksum file.  There's a link to download it.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[389-users] Re: Setting "lock" time of an account in the future

2023-10-02 Thread Mark Reynolds


On 10/2/23 4:13 AM, Cenk Y. wrote:

Hi Mark, thanks for the response.

We already use password lockout plugin, but what I need is the opposite.

I want to
* Create an account, activate it
* Set an expiration date, so that after that date account is locked.


Yeah there is no way to "lock" an account that way.  You can set the 
password to expire, but its not the same thing and a password reset will 
bump that expiration time anyway.


Please file an RFE for this feature, but it could take some time until 
it's implemented.


https://github.com/389ds/389-ds-base/issues/new

Thanks,
Mark



Cheers
Cenk

On Fri, Sep 29, 2023 at 9:50 PM Mark Reynolds  wrote:

Actually, I was wrong there is more you need to do.

You need to enable account lockout and set a max failure count:

# dsconf slapd-INSTANCE config set passwordLockout=on
passwordMaxFailure=3

Then set in each user entry:

 passwordRetryCount: 3  --> number equal to passwordMaxFailure

 retryCountResetTime: 20230929193912Z   --> you must calculate
this
value (and use it for these two attributes)

 accountUnlockTime: 20230929193912Z


That works for me.

HTH,

Mark


On 9/29/23 11:40 AM, Cenk Y. wrote:
> Hello,
>
> We are running 389-ds-base.2.2.7 .
>
> While creating accounts, sometimes we know until when they need
to be
> active. Is there a way to manually set a "expiration date" for the
> account, so after that date nsAccount is set to true?
>
> Having gone through rhds and 389-ds pages, it seems it's only
possible
> to create a policy to deactivate accounts after an inactivity limit.
>
> I can always create a mechanism myself (such as adding a new
attribute
> and checking it by a cron job ...) , but I want to see if there
is a
> native way to do this?
>
> Thanks
> Cenk
>
> ___
> 389-users mailing list -- 389-users@lists.fedoraproject.org
> To unsubscribe send an email to
389-users-le...@lists.fedoraproject.org
> Fedora Code of Conduct:
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines:
https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:

https://lists.fedoraproject.org/archives/list/389-users@lists.fedoraproject.org
> Do not reply to spam, report it:
https://pagure.io/fedora-infrastructure/new_issue

-- 
Directory Server Development Team



--
Directory Server Development Team
___
389-users mailing list -- 389-users@lists.fedoraproject.org
To unsubscribe send an email to 389-users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/389-users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: LiveUSB doesn't boot

2023-10-02 Thread Joe Zeff

On 10/02/2023 03:25 PM, Mike Wright wrote:


If you execute md5sum file.iso you should get a match to that string.
Of course you'd use whatever sum checker that matches.  There are many,
such as sha224sum, sha256sum, sha384sum, sha512sum, md5sum, etc.


The instructions have you creating and checking a sha256sum file, but 
the command that's supposed to create that file fails because the file 
doesn't already exist.

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: LiveUSB doesn't boot

2023-10-02 Thread Patrick O'Callaghan
On Mon, 2023-10-02 at 10:27 -0600, Joe Zeff wrote:
> On 10/02/2023 04:43 AM, Patrick O'Callaghan wrote:
> > I think most people would see that as an install. You aren't
> > keeping
> > anything from the old system other than /home. I've done this more
> > than
> > once without losing /home (as it's on a separate partition) and
> > always
> > regarded it as a fresh install.
> 
> You consider it an install, I think of it as an upgrade.

Fedora also considers it an install. From
https://docs.fedoraproject.org/en-US/fedora/latest/system-upgrade/


   Automatic upgrade using dnf system upgrade
   
   The preferred way to upgrade your system is an automatic upgrade
   using the dnf system upgrade utility. For information on performing
   an automatic upgrade, see link: Upgrading Fedora using the DNF
   system upgrade.
   
   Manual Reinstallation
   
   Instead of relying on dnf system upgrade, you can reinstall the
   latest version of Fedora. This involves booting the installer as if
   you were performing a clean installation, letting it detect your
   existing Fedora system, and overwriting the root partition while
   preserving data on other partitions and volumes. The same process
   can also be used to reinstall the system, if you need to do so for
   any reason. For detailed information, see Manual System Upgrade or
   Reinstallation.
   
poc
   
   
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: LiveUSB doesn't boot

2023-10-02 Thread Mike Wright

On 10/2/23 13:43, Joe Zeff wrote:

On 10/02/2023 03:17 AM, Mauricio Tavares wrote:

  Di you checksum the iso? Also, try using a rocky/ubuntu .iso to
see if the problem is in your USB drive or image.


I downloaded a new copy and tried to verify it but was unable to because 
some of the options needed by the commands weren't available in F25 and 
the instructions were in several places, making them very hard to 
follow.  I think I'm going to try downloading Xubuntu and seeing if that 
works.  If so, I can use that to download, verify and burn a proper 
Fedora .iso and overwrite Ubuntu with it.  Thanx for the suggestion!




I don't know what the download page looks like but there is often an 
associated file named something like md5sum and a long string of hex 
characters.


If you execute md5sum file.iso you should get a match to that string.
Of course you'd use whatever sum checker that matches.  There are many,
such as sha224sum, sha256sum, sha384sum, sha512sum, md5sum, etc.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Couple of Thunderbird pains

2023-10-02 Thread Lester Petrie


On 10/1/2023 6:31 PM, Samuel Sieb wrote:

On 10/1/23 10:43, Lester Petrie wrote:


On 10/1/2023 5:51 AM, Patrick O'Callaghan wrote:

On Sat, 2023-09-30 at 14:43 -0700, Samuel Sieb wrote:

On 9/30/23 14:40, Joe Zeff wrote:

On 09/30/2023 03:18 PM, Samuel Sieb wrote:

As far as I know, there aren't any options for local storage.

I mean there are no options for what type of storage Thunderbird uses

for local storage.  It only has the format Mozilla has always used,
which I think is something like mbox with an index.


mbox is the default, but you can select Maildir when you create the 
account, at least when you are using imap.


I've never seen any options like that and still don't when I tried it 
again. 


In my thunderbird, in settings/general the last group of entries is 
Indexing.


The second entry is Message Store Type for new accounts: which is File 
per folder(mbox)


This can be set to File per message (maildir)

I changed that to maildir before I created any accounts, and everything 
is maildir.


I am currently on 115, but I set this up in an earlier unknown version.


Lester Petrie

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: LiveUSB doesn't boot

2023-10-02 Thread Joe Zeff

On 10/02/2023 03:17 AM, Mauricio Tavares wrote:

  Di you checksum the iso? Also, try using a rocky/ubuntu .iso to
see if the problem is in your USB drive or image.


I downloaded a new copy and tried to verify it but was unable to because 
some of the options needed by the commands weren't available in F25 and 
the instructions were in several places, making them very hard to 
follow.  I think I'm going to try downloading Xubuntu and seeing if that 
works.  If so, I can use that to download, verify and burn a proper 
Fedora .iso and overwrite Ubuntu with it.  Thanx for the suggestion!

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: LiveUSB doesn't boot

2023-10-02 Thread Joe Zeff

On 10/02/2023 04:43 AM, Patrick O'Callaghan wrote:

I think most people would see that as an install. You aren't keeping
anything from the old system other than /home. I've done this more than
once without losing /home (as it's on a separate partition) and always
regarded it as a fresh install.


You consider it an install, I think of it as an upgrade.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: LiveUSB doesn't boot

2023-10-02 Thread Joe Zeff

On 10/02/2023 02:47 AM, Samuel Sieb wrote:



Do you have another USB drive you can try?


I think I'm going to download a new copy first, as I think I remember 
having trouble verifying it.  Using a different drive will be next.

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: LiveUSB doesn't boot

2023-10-02 Thread Patrick O'Callaghan
On Sun, 2023-10-01 at 18:14 -0600, Joe Zeff wrote:
> On 10/01/2023 05:31 PM, Samuel Sieb wrote:
> > > 
> > 
> > That would be considered an install, not an upgrade in the usual 
> > understanding of those concepts.  I had the same question when
> > reading that.
> 
> I'm looking at it as an upgrade, because /home will be preserved, but
> YMMV and clearly does in this case.

I think most people would see that as an install. You aren't keeping
anything from the old system other than /home. I've done this more than
once without losing /home (as it's on a separate partition) and always
regarded it as a fresh install.

poc
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[389-users] Re: 389 in Ubuntu 22.04

2023-10-02 Thread Timo Aaltonen

morgan jones kirjoitti 26.9.2023 klo 23.53:

Hello,

We are moving to Ubuntu 22.04 across our servers: is there a recommended 
Ubuntu repo for 389 Directory?


The main package repository? It has 2.0.15 for jammy/22.04.


--
t
___
389-users mailing list -- 389-users@lists.fedoraproject.org
To unsubscribe send an email to 389-users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/389-users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: LiveUSB doesn't boot

2023-10-02 Thread Mauricio Tavares
On Sun, Oct 1, 2023 at 8:10 PM Joe Zeff  wrote:
>
> On 10/01/2023 05:30 PM, Samuel Sieb wrote:
> 
> >
> > Which iso image is this?  Since you've renamed it, there's no indication
> > of what it is.
>
> I didn't rename it, that's the generic name used in the example I was
> given.  The .iso I'm using is Fedora-Xfce-Live-x86_64-38-1.6.iso
>
  Di you checksum the iso? Also, try using a rocky/ubuntu .iso to
see if the problem is in your USB drive or image.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: LiveUSB doesn't boot

2023-10-02 Thread Samuel Sieb

On 10/1/23 17:10, Joe Zeff wrote:

On 10/01/2023 05:30 PM, Samuel Sieb wrote:




Which iso image is this?  Since you've renamed it, there's no 
indication of what it is.


I didn't rename it, that's the generic name used in the example I was 
given.  The .iso I'm using is Fedora-Xfce-Live-x86_64-38-1.6.iso


I tested that specific iso and it also worked with no problems in a 
laptop and desktop with BIOS boot and the mac mini with EFI boot.


Do you have another USB drive you can try?
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[389-users] Re: Setting "lock" time of an account in the future

2023-10-02 Thread Cenk Y.
Hi Mark, thanks for the response.

We already use password lockout plugin, but what I need is the opposite.

I want to
* Create an account, activate it
* Set an expiration date, so that after that date account is locked.

Cheers
Cenk

On Fri, Sep 29, 2023 at 9:50 PM Mark Reynolds  wrote:

> Actually, I was wrong there is more you need to do.
>
> You need to enable account lockout and set a max failure count:
>
> # dsconf slapd-INSTANCE config set passwordLockout=on passwordMaxFailure=3
>
> Then set in each user entry:
>
>  passwordRetryCount: 3  --> number equal to passwordMaxFailure
>
>  retryCountResetTime: 20230929193912Z   --> you must calculate this
> value (and use it for these two attributes)
>
>  accountUnlockTime: 20230929193912Z
>
>
> That works for me.
>
> HTH,
>
> Mark
>
>
> On 9/29/23 11:40 AM, Cenk Y. wrote:
> > Hello,
> >
> > We are running 389-ds-base.2.2.7 .
> >
> > While creating accounts, sometimes we know until when they need to be
> > active. Is there a way to manually set a "expiration date" for the
> > account, so after that date nsAccount is set to true?
> >
> > Having gone through rhds and 389-ds pages, it seems it's only possible
> > to create a policy to deactivate accounts after an inactivity limit.
> >
> > I can always create a mechanism myself (such as adding a new attribute
> > and checking it by a cron job ...) , but I want to see if there is a
> > native way to do this?
> >
> > Thanks
> > Cenk
> >
> > ___
> > 389-users mailing list -- 389-users@lists.fedoraproject.org
> > To unsubscribe send an email to 389-users-le...@lists.fedoraproject.org
> > Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> > List Archives:
> https://lists.fedoraproject.org/archives/list/389-users@lists.fedoraproject.org
> > Do not reply to spam, report it:
> https://pagure.io/fedora-infrastructure/new_issue
>
> --
> Directory Server Development Team
>
>
___
389-users mailing list -- 389-users@lists.fedoraproject.org
To unsubscribe send an email to 389-users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/389-users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue