Re: TPM control

2020-02-27 Thread Samuel Sieb

On 2/27/20 10:07 AM, Whenow via users wrote:
This is my first rodeo with TPM and I'm trying to gain control over it 
so I can reinstall an OS and boot live disks and such and not be banned 
from doing so by my computer. What's wrong with TPM & how do I gain 
control over it?


The TPM is not going to stop you from doing any of that.

What does "ls -l /dev/tpm*" show?
___
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


Re: open double quote on top of next character

2020-02-27 Thread Samuel Sieb

On 2/27/20 7:01 PM, home user wrote:

On 2020-02-28 06:14, Ed wrote:

 > On 2020-02-28 07:42, home user wrote:

 > > I thought AR PL UKai CN Book is a monospace font.
 > > My understanding is that Chinese, Japanese, and Korean characters
 > > all fit in uniformly-sized squares, and this should be true
 > > of sans-serif fonts, Ming fonts, and regular fonts
 > > (includes AR PL UKai CN Book). So
 > > 1. Why does AR PL UKai CN Book not qualify
 > > as a monospace font?
 > > 2. What does qualify a font as monospace?

 > Sadly, my knowledge of fonts is limited.
 > So, I can't answer your question.

Anyone else?  My questions are not just out of curiosity.


A monospace font is marked as that in the font definition.  I have no 
idea why the terminal is overlaying that character when the text editor 
does not.

___
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


Re: open double quote on top of next character

2020-02-27 Thread Ed Greshko
On 2020-02-28 10:55, home user wrote:
> On 2020-02-28 04:11, Ed wrote:
> > The "better way" is if you really need the
> > "AR PL UKai CN Book 16" font is to use a real text editor.
> > But, if you will be looking at the text mostly in a terminal,
> > then find a monospace font you can live with.
>
> The text is all originally in .txt files; such files I view in a terminal.  
> Some of the text (Chinese, pinyin, and English) in the .txt files are copied 
> from to make html (.html) files and javascript (.js) files.  I use vim to 
> create and edit those, too; the results (private web pages) are viewed in 
> Firefox.

First of all, a file with a .txt is meaningless in a general sense.

[egreshko@meimei ~]$ file Death-Cert.jpeg
Death-Cert.jpeg: JPEG image data, JFIF standard 1.01, resolution (DPI), density 
600x600, segment length 16, baseline, precision 8, 5100x7016, components 1
[egreshko@meimei ~]$ cp Death-Cert.jpeg Death-Cert.txt
[egreshko@meimei ~]$ file Death-Cert.txt
Death-Cert.txt: JPEG image data, JFIF standard 1.01, resolution (DPI), density 
600x600, segment length 16, baseline, precision 8, 5100x7016, components 1

>
> vim seems to me to be a quite powerful editor.  What is considered a "real 
> text editor"?
>

The issue, as I see it, you want to use "AR PL UKai CN Book 16" when you edit 
text that will eventually become
part of a web page.  (I assume your html code is also telling the browser to 
use that font?).  Unfortunately,
that font has issues in a terminal.  So, what to do?

The choices I see are

1.  Pick a font that works in the terminal which you can tolerate.
2.  Use "text-editor" as you've done in an earlier post in this thread.  Even 
libreoffice writer
 can save in pure "text" format.
3.  Use a html editor or creator or whatever they are called.  libreoffice 
claims to have that ability.
 to directly create your web page.


-- 
The key to getting good answers is to ask good questions.
___
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


Re: open double quote on top of next character

2020-02-27 Thread home user

On 2020-02-28 06:14, Ed wrote:

> On 2020-02-28 07:42, home user wrote:

> > I thought AR PL UKai CN Book is a monospace font.
> > My understanding is that Chinese, Japanese, and Korean characters
> > all fit in uniformly-sized squares, and this should be true
> > of sans-serif fonts, Ming fonts, and regular fonts
> > (includes AR PL UKai CN Book). So
> > 1. Why does AR PL UKai CN Book not qualify
> > as a monospace font?
> > 2. What does qualify a font as monospace?

> Sadly, my knowledge of fonts is limited.
> So, I can't answer your question.

Anyone else?  My questions are not just out of curiosity.
___
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


Re: open double quote on top of next character

2020-02-27 Thread home user

On 2020-02-28 04:11, Ed wrote:
> The "better way" is if you really need the
> "AR PL UKai CN Book 16" font is to use a real text editor.
> But, if you will be looking at the text mostly in a terminal,
> then find a monospace font you can live with.

The text is all originally in .txt files; such files I view in a 
terminal.  Some of the text (Chinese, pinyin, and English) in the .txt 
files are copied from to make html (.html) files and javascript (.js) 
files.  I use vim to create and edit those, too; the results (private 
web pages) are viewed in Firefox.


vim seems to me to be a quite powerful editor.  What is considered a 
"real text editor"?

___
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


[389-users] Re: Replication manager with expired password

2020-02-27 Thread Marc Sauton
The internal suffix cn=config is not really designed to have a global
password policy applied to it.
A replication manager usually does not have a password policy.
If it is required to have some special DNs with a password policy, they
should be in a different suffix.
Thanks,
M.

On Thu, Feb 27, 2020 at 6:11 PM William Brown  wrote:

>
>
> > On 27 Feb 2020, at 00:04, Eugen Lamers 
> wrote:
> >
> > Hi,
> > we have set up a multi master replication (two peers, SIMPLE
> authentication) and added a global password policy to cn=config. We
> included the passwordMustChange attribute to cn=config, which led to the
> fact that the server process could not authenticate to the replication
> manager of the peer host. We solved it by removing the generated attribute
> passwordExpirationTime.
> > How is it usually handled to include something like passwordExp in the
> global policy at cn=config without preventing something like replication
> from working:
> > 1. Apply a user based policy (w/o passwordExp) to the user-like object
> "replication manager", or
> > 2. Place the user-like objects like "replication manager" to the DIT
> (not cn=config) and apply a subtree based policy (w/o passwordExp) to the
> subtree containing the object, or
> > 3. avoid setting pwdExp and pwdMustChange to a global policy at
> cn=config, or
> > 4. something else?
>
> I've not seen or encountered this kind of issue before, so I'm not sure
> what is the correct course of action here. I think generally in my
> experience we see password policies only applied to subtrees or databases
> rather than globally.
>
> It also depends where your replication manager is - generally we see them
> as "cn=replication manager,cn=config" rather than being "in the database".
> Can you confirm the FQDN of your replication manager that was affected
> here?
>
>
>
> > Thanx,
> > Eugen
> > ___
> > 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
>
> —
> Sincerely,
>
> William Brown
>
> Senior Software Engineer, 389 Directory Server
> SUSE Labs
> ___
> 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
>
___
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


[389-users] Re: Replication manager with expired password

2020-02-27 Thread William Brown


> On 27 Feb 2020, at 00:04, Eugen Lamers  wrote:
> 
> Hi,
> we have set up a multi master replication (two peers, SIMPLE authentication) 
> and added a global password policy to cn=config. We included the 
> passwordMustChange attribute to cn=config, which led to the fact that the 
> server process could not authenticate to the replication manager of the peer 
> host. We solved it by removing the generated attribute 
> passwordExpirationTime. 
> How is it usually handled to include something like passwordExp in the global 
> policy at cn=config without preventing something like replication from 
> working:
> 1. Apply a user based policy (w/o passwordExp) to the user-like object 
> "replication manager", or
> 2. Place the user-like objects like "replication manager" to the DIT (not 
> cn=config) and apply a subtree based policy (w/o passwordExp) to the subtree 
> containing the object, or
> 3. avoid setting pwdExp and pwdMustChange to a global policy at cn=config, or
> 4. something else?

I've not seen or encountered this kind of issue before, so I'm not sure what is 
the correct course of action here. I think generally in my experience we see 
password policies only applied to subtrees or databases rather than globally.

It also depends where your replication manager is - generally we see them as 
"cn=replication manager,cn=config" rather than being "in the database". Can you 
confirm the FQDN of your replication manager that was affected here? 



> Thanx,
> Eugen
> ___
> 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

—
Sincerely,

William Brown

Senior Software Engineer, 389 Directory Server
SUSE Labs
___
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


[389-users] Re: 389ds and dual stack IPV4/6, also...

2020-02-27 Thread William Brown


> On 28 Feb 2020, at 01:54, N R  wrote:
> 
> I've been able to find what was wrong in my configuration, I had a
> typo in the /etc/hosts file.
> ^_^'

Can I ask what the typo was? I'm curious how that caused this to listen on v6 
only? What was the setting of your securelisthost value in cn=config?

Thanks!

> 
> Thank you a lot for your time and your precious advices.

All good, happy to help!

> 
> Best regards,
> Nick Rand
> 
> 2020-02-27 16:25 UTC+01:00, Mark Reynolds :
>> 
>> On 2/27/20 10:13 AM, N R wrote:
>>> Hi Mark,
>>> 
>>> Thanks for your replies.
>>> 
 How did you configure the instance exactly?
>>> The host is a Fedora 30 VM, I installed 389ds using the package
>>> manager (dnf) and the setup-ds-admin.pl script.
>>> I enabled LDAPS over TLS on the standard port (636).
>>> The VM has a single network interface with both ipv4 and ipv6 address on
>>> it.
>>> There is no DNS service on the network so I'm using /etc/hosts to
>>> associate the hostname with IPs.
>>> The hostname is annuaire.telerys.infra
>>> 
 What do you have for nsslapd-localhost in the cn=config entry(dse.ldif)?
>>> nsslapd-localhost: annuaire.telerys.infra
>>> 
 nsslapd-listenhost, so it would be interesting to see if this has any
 impact on your situation:
>>> I've tried several things with this parameter and had strange results
>>> with netstat -tunlp (snippet below only show lines relative to slapd):
>>> 
>>> nsslapd-listenhost: annuaire.telerys.infra
>>> tcp6   0  0 [IPV6 address]:389 :::*LISTEN
>>> 1208/ns-slapd
>>> tcp6   0  0 ::1:389 :::*
>>> LISTEN  1208/ns-slapd
>>> tcp6   0  0 :::636  :::*
>>> LISTEN  1208/ns-slapd
>>> 
>>> nsslapd-listenhost: [IPV4 address]
>>> tcp0  0 [IPV4 address]:389   0.0.0.0:*
>>> LISTEN  1136/ns-slapd
>>> tcp6   0  0 :::636  :::*
>>> LISTEN  1136/ns-slapd
>>> 
>>> nsslapd-listenhost: [IPV6 address]
>>> tcp6   0  0 [IPV6 address]:389 :::*LISTEN
>>> 1285/ns-slapd
>>> tcp6   0  0 :::636  :::*
>>> LISTEN  1285/ns-slapd
>>> 
>>> Why is the service always listening for IPV6 on port 636 whatever the
>>> parameter is set to?
>> Then you want to use:  nsslapd-securelistenhost
>>> 
>>> Best regards,
>>> 
>>> Nick rand
>>> 
>>> 2020-02-27 14:10 UTC+01:00, Mark Reynolds :
 On 2/27/20 8:03 AM, Mark Reynolds wrote:
> On 2/27/20 5:30 AM, N R wrote:
>> Hello all,
>> 
>> It's my first message on this list thanks in advance for your answers.
>> 
>> I've configured a 389ds instance with ipv6 address and it's working
>> great with it.
 How did you configure the instance exactly?
 
 What do you have for nsslapd-localhost in the cn=config entry(dse.ldif)?
 
 It should be a hostname, not an IP.  And the hostname must correctly
 resolve to this system.  DS is very sensitive to the hostame/dns - it
 very important for things like TLS and replication.
 
 Mark
 
>> I need for this instance to be reachable via ipv4 also but despite
>> hours of research on the web and the archive of the list, I couldn't
>> find any good help or how-to to setup 389ds to listen on both ipv4 and
>> ipv6 addresses.
> The server listens on all interfaces, there is nothing special you
> need to do in DS for IPv6 or IPv4.  I'm not a network expert, but it
> would seem to be a system issue, not a DS issue.  Now, we do have
> nsslapd-listenhost, so it would be interesting to see if this has any
> impact on your situation:
> 
> https://access.redhat.com/documentation/en-us/red_hat_directory_server/11/html/configuration_command_and_file_reference/core_server_configuration_reference#cnconfig-nsslapd_listenhost_Listen_to_IP_Address
> 
> 
> 
> Maybe someone else on this list has seen this before?
> 
> HTH,
> Mark
> 
>> I can't find a parameter specifying the listening interfaces.
>> 
>> Has anyone faced this kind of setup and managed to make it work?
>> Can 389ds work this way?
>> 
>> Best regards,
 --
 
 389 Directory Server Development Team
 
 
>>> 
>> --
>> 
>> 389 Directory Server Development Team
>> 
>> 
> 
> 
> -- 
> Nicolas Randrianarisoa
> ___
> 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

—
Sincerely,

William Brown

Senior Software Engineer, 389 Directory Server
SUSE Labs
___
389-users mailing list -- 

Looking for doc on kernel crash dump handling.

2020-02-27 Thread George R Goffe via users
Hi,

I'm trying to help shoot a possible kernel bug which may create a dump. I'm 
trying to find doc on how to enable the crashdump "features" of my FC33 
(Rawhide) system.

tldp.org seems to be out of date
docs.fedoraproject.org doesn't seem to have a search facility...

Can anyone give me a hint please?

Best regards,

George...
___
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


Re: open double quote on top of next character

2020-02-27 Thread Ed Greshko
On 2020-02-28 07:42, home user wrote:
> On 2020-02-27 9:54 PM, Ed Greshko wrote:
> > (AR PL UKai CN Book, monospace fonts, terminals, system fonts, Tweaks)
>
> I thought AR PL UKai CN Book is a monospace font.  My understanding is that 
> Chinese, Japanese, and Korean characters all fit in uniformly-sized squares, 
> and this should be true of sans-serif fonts, Ming fonts, and regular fonts 
> (includes AR PL UKai CN Book). So
> 1. Why does AR PL UKai CN Book not qualify as a monospace font?
> 2. What does qualify a font as monospace?

Sadly, my knowledge of fonts is limited.  So, I can't answer your question.

I'll just say that AR PL UKai CN Book is troublesome when used in a terminal 
program.  So, don't use
it in a terminal program.


-- 
The key to getting good answers is to ask good questions.
___
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


Re: open double quote on top of next character

2020-02-27 Thread home user

On 2020-02-27 9:54 PM, Ed Greshko wrote:
> (AR PL UKai CN Book, monospace fonts, terminals, system fonts, Tweaks)

I thought AR PL UKai CN Book is a monospace font.  My understanding is 
that Chinese, Japanese, and Korean characters all fit in uniformly-sized 
squares, and this should be true of sans-serif fonts, Ming fonts, and 
regular fonts (includes AR PL UKai CN Book). So

1. Why does AR PL UKai CN Book not qualify as a monospace font?
2. What does qualify a font as monospace?

In Konsole, in the file "Ed" that you asked me to create in an earlier 
message, the open double quote does not show.  But if I add a space 
between the open double quote and the 'E', the open double quote will show.

___
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


Re: open double quote on top of next character

2020-02-27 Thread Ed Greshko
On 2020-02-28 07:02, home user wrote:
> How did you come up with that?!

Oh, I think I answer the wrong question.

I sent the text as base64 encoded so avoid any issues with copy/paste or 
potential munging.

I generally don't deal with European languages so I'm not familiar with input 
methods.

FWIW, as a "test", I actually used my Android phone to create the text “Ed.  
Using the Taiwan keyboard
one can select "Sym" and choose symbols from of either Chinese or English 
variety.

I knew your quote.txt file contained the 0xE2 0x80 0x9C character and wanted to 
check if the
phone would do the same.

-- 
The key to getting good answers is to ask good questions.
___
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


Re: open double quote on top of next character

2020-02-27 Thread Dave Stevens
On Thu, 27 Feb 2020 16:02:45 -0700
home user  wrote:

> On 2020-02-27 10:57 PM, Ed wrote:
> 
>  > Do this command in a terminal.  I'm assuming the command
>  > base64 exists on your system.
>  > echo 4oCcRWQNCg== | base64 -d > Ed
>  > Then cat the file Ed  

I get:

cat Ed
“Ed

D
___
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


Re: open double quote on top of next character

2020-02-27 Thread Ed Greshko
On 2020-02-28 07:02, home user wrote:
> On 2020-02-27 10:57 PM, Ed wrote:
>
> > Do this command in a terminal.  I'm assuming the command
> > base64 exists on your system.
> > echo 4oCcRWQNCg== | base64 -d > Ed
> > Then cat the file Ed
>
> 4oCcRWQNCg==?  Wow.  How did you come up with that?!  I get the open double 
> quite into my comment files by copying it from google translate.  Same with 
> close double quotes and vowels (both lower and upper case) with tone marks.  
> What is the better way?  Same question with 'u' and 'U' with the two dots 
> above.  More difficult: 'u' or 'U', with the two dots above *and* tone marks.

The command base64 either encodes or decodes.  Without the -d means encode.  So,

echo "whatever string" | base64

gets you the encoded value.

The "better way" is if you really need the "AR PL UKai CN Book 16" font is to 
use a real text editor.

But, if you will be looking at the text mostly in a terminal, then find a 
monospace font you can live with.

>
> Your prediction is correct; I see the open double quote and the 'E' in the 
> same position.

I had no doubt.

-- 
The key to getting good answers is to ask good questions.
___
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


Re: open double quote on top of next character

2020-02-27 Thread home user

On 2020-02-27 10:57 PM, Ed wrote:

> Do this command in a terminal.  I'm assuming the command
> base64 exists on your system.
> echo 4oCcRWQNCg== | base64 -d > Ed
> Then cat the file Ed

4oCcRWQNCg==?  Wow.  How did you come up with that?!  I get the open 
double quite into my comment files by copying it from google translate.  
Same with close double quotes and vowels (both lower and upper case) 
with tone marks.  What is the better way?  Same question with 'u' and 
'U' with the two dots above.  More difficult: 'u' or 'U', with the two 
dots above *and* tone marks.


Your prediction is correct; I see the open double quote and the 'E' in 
the same position.

___
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


Re: XTerm font resource

2020-02-27 Thread George N. White III
On Thu, 27 Feb 2020 at 13:52, Dave Close  wrote:

> Andras Simon wrote:
>
> >Maybe this could help you locate the right font:
> >
> >xfontsel - point and click selection of X11 font names
> >
> >xfontsel is in the xorg-x11-apps package (at least on Fedora 30).
>
> I have the program. But I've already discovered the font which XTerm
> claims to be using. Using appres I can see that it claims to be using
> "-misc-fixed-medium-r-normal--14-130-75-75-c-70-iso10646-1" and xfontsel
> does show that font exists. But if I specify that font using the Xterm
> "-fa" option, it doesn't render the same as selecting the "Small" font
> using CTRL-rightmouse.
>
> I can make rendering appear *almost* the same by adding the "-fs 9.0"
> option to the command line. At first glance that seems identical but
> examing with xmag shows a difference. Selecting "Small" gets a crisp
> font but using "-fa" and "-fs" gets one with lots of half-tones.
>
> It appears that XTerm must be getting its font in some non-standard way.
> Any XTerm experts here?
>

No experts here.  I abandonded xterm for whatever my current distro calls
"terminal", in part due to the sort of font issues you encountered. I mostly
do my work in emacs shell buffers.

My guess is that the rendering differences you observe are the difference
between fontconfig and legacy X11 font support.   Fedora 31 xterm links
to fontconfig.

xterm -report-fonts lists both "XftFonts" wirh fontconfig style names and
"VTFonts" with legacy X11 style names.   If you look at e.g.,
/etc/fonts/conf.d/57-dejavu-sans-mono.conf you will see a comment:



In the past, these files often needed tweaks to get things to look right
for a
a particular resolution, but these days I find the defaults are generally
good
enough.

-- 
George N. White III
___
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


Re: gnome bluetooth?

2020-02-27 Thread Tom Horsley
On Thu, 27 Feb 2020 09:59:27 -0800
Samuel Sieb wrote:

> Does "journalctl -b -u bluetooth" give you anything interesting?

As near as I can tell everything is working except the
gnome app. But I could be missing some behind the scenes "user daemon"
that only gets started in a full gnome session, I was just
trying to run gnome-control-center from my fvwm session.

I suppose I'll try running a gnome login one of these days and
see if it works better there.
___
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


TPM control

2020-02-27 Thread Whenow via users
I got a new computer (8GB RAM, 64-bit, AMD Ryzen 5 3550h) & managed to install 
Fedora 30 on it. I want to gain control of the TPM and began following 
https://paolozaino.wordpress.com/2017/03/18/configure-and-use-your-tpm-module-on-linux/
 for guidance. TPM does show up in the BIOS as enabled but I can't set anything 
about it.

# dmesg | grep -i tpm

gives

[0.00] efi:  ACPI=0x8f7fe000  ACPI 2.0=0x8f7fe014  ESRT=0x8e60b998  
SMBIOS=0x8e607000  SMBIOS 3.0=0x8e605000  MEMATTR=0x7e2d4018  
TPMEventLog=0x7516e018
[0.005638] ACPI: TPM2 0x8F7D 34 (v04 ACRSYS ACRPRDCT 
0002 1025 0004)

# systemctl status tcsd

gives

● tcsd.service - TCG Core Services Daemon
   Loaded: loaded (/usr/lib/systemd/system/tcsd.service; enabled; vendor 
preset: disabled)
   Active: failed (Result: exit-code) since Thu 2020-02-27 09:30:15 PST; 26min 
ago

Feb 27 09:30:15 localhost.localdomain systemd[1]: Starting TCG Core Services 
Daemon...
Feb 27 09:30:15 localhost.localdomain tcsd[959]: TCSD TDDL[959]: TrouSerS 
ioctl: (25) Inappropriate ioctl for device
Feb 27 09:30:15 localhost.localdomain tcsd[959]: TCSD TDDL[959]: TrouSerS 
Falling back to Read/Write device support.
Feb 27 09:30:15 localhost.localdomain tcsd[959]: TCSD TCS[959]: TrouSerS ERROR: 
TCS GetCapability failed with result = 0x1e
Feb 27 09:30:15 localhost.localdomain systemd[1]: tcsd.service: Control process 
exited, code=exited, status=30/n/a
Feb 27 09:30:15 localhost.localdomain systemd[1]: tcsd.service: Failed with 
result 'exit-code'.
Feb 27 09:30:15 localhost.localdomain systemd[1]: Failed to start TCG Core 
Services Daemon.

No idea what this really means.
whereis tcsd
gives
tcsd: /usr/sbin/tcsd /etc/tcsd.conf /usr/share/man/man8/tcsd.8.gz
so I have tcsd, it just isn't talking with the TPM, apparently.

# systemctl enable tcsd

gives no response, apparently succeeds.

# tpm_version

gives

Tspi_Context_Connect failed: 0x3011 - layer=tsp, code=0011 (17), 
Communication failure
This is my first rodeo with TPM and I'm trying to gain control over it so I can 
reinstall an OS and boot live disks and such and not be banned from doing so by 
my computer. What's wrong with TPM & how do I gain control over it?
Thanks.___
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


Re: gnome bluetooth?

2020-02-27 Thread Samuel Sieb

On 2/27/20 4:25 AM, Tom Horsley wrote:

I doubt bluetoothctl would have worked without a lot of
bluetooth infrastructure functioning.


bluetoothctl works at a lower level.  It doesn't need the dbus service.

Does "journalctl -b -u bluetooth" give you anything interesting?
___
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


Re: XTerm font resource

2020-02-27 Thread Dave Close
Andras Simon wrote:

>Maybe this could help you locate the right font:
>
>xfontsel - point and click selection of X11 font names
>
>xfontsel is in the xorg-x11-apps package (at least on Fedora 30).

I have the program. But I've already discovered the font which XTerm
claims to be using. Using appres I can see that it claims to be using
"-misc-fixed-medium-r-normal--14-130-75-75-c-70-iso10646-1" and xfontsel
does show that font exists. But if I specify that font using the Xterm
"-fa" option, it doesn't render the same as selecting the "Small" font
using CTRL-rightmouse.

I can make rendering appear *almost* the same by adding the "-fs 9.0"
option to the command line. At first glance that seems identical but
examing with xmag shows a difference. Selecting "Small" gets a crisp
font but using "-fa" and "-fs" gets one with lots of half-tones.

It appears that XTerm must be getting its font in some non-standard way.
Any XTerm experts here?
-- 
Dave Close

___
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


Re: Password trouble

2020-02-27 Thread Jon LaBadie
On Mon, Feb 24, 2020 at 08:06:23PM -, Beartooth wrote:
...
> 
> # passwd xxx
> Changing password for user xxx.
> New password: 
> BAD PASSWORD: The password fails the dictionary check - it is based on a 
> dictionary word
> Retype new password: 
> 
>   [at this point I gave it her password anyway.]
> 
> passwd: all authentication tokens updated successfully.
> 
Back in my UNIX days, when password minimum length was
5 characters, I found if I repeatedly entered the same
too short password, after about 4 complaints it silently
accepted the bad password :))

jl
-- 
Jon H. LaBadie  jo...@jgcomp.com
___
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


[389-users] Re: 389ds and dual stack IPV4/6, also...

2020-02-27 Thread Mark Reynolds


On 2/27/20 10:54 AM, N R wrote:

I've been able to find what was wrong in my configuration, I had a
typo in the /etc/hosts file.
^_^'

Thank you a lot for your time and your precious advices.

Glad you figured it out!


Best regards,
Nick Rand

2020-02-27 16:25 UTC+01:00, Mark Reynolds :

On 2/27/20 10:13 AM, N R wrote:

Hi Mark,

Thanks for your replies.


How did you configure the instance exactly?

The host is a Fedora 30 VM, I installed 389ds using the package
manager (dnf) and the setup-ds-admin.pl script.
I enabled LDAPS over TLS on the standard port (636).
The VM has a single network interface with both ipv4 and ipv6 address on
it.
There is no DNS service on the network so I'm using /etc/hosts to
associate the hostname with IPs.
The hostname is annuaire.telerys.infra


What do you have for nsslapd-localhost in the cn=config entry(dse.ldif)?

nsslapd-localhost: annuaire.telerys.infra


nsslapd-listenhost, so it would be interesting to see if this has any
impact on your situation:

I've tried several things with this parameter and had strange results
with netstat -tunlp (snippet below only show lines relative to slapd):

nsslapd-listenhost: annuaire.telerys.infra
tcp6   0  0 [IPV6 address]:389 :::*LISTEN
  1208/ns-slapd
tcp6   0  0 ::1:389 :::*
LISTEN  1208/ns-slapd
tcp6   0  0 :::636  :::*
LISTEN  1208/ns-slapd

nsslapd-listenhost: [IPV4 address]
tcp0  0 [IPV4 address]:389   0.0.0.0:*
LISTEN  1136/ns-slapd
tcp6   0  0 :::636  :::*
LISTEN  1136/ns-slapd

nsslapd-listenhost: [IPV6 address]
tcp6   0  0 [IPV6 address]:389 :::*LISTEN
  1285/ns-slapd
tcp6   0  0 :::636  :::*
LISTEN  1285/ns-slapd

Why is the service always listening for IPV6 on port 636 whatever the
parameter is set to?

Then you want to use:  nsslapd-securelistenhost

Best regards,

Nick rand

2020-02-27 14:10 UTC+01:00, Mark Reynolds :

On 2/27/20 8:03 AM, Mark Reynolds wrote:

On 2/27/20 5:30 AM, N R wrote:

Hello all,

It's my first message on this list thanks in advance for your answers.

I've configured a 389ds instance with ipv6 address and it's working
great with it.

How did you configure the instance exactly?

What do you have for nsslapd-localhost in the cn=config entry(dse.ldif)?

It should be a hostname, not an IP.  And the hostname must correctly
resolve to this system.  DS is very sensitive to the hostame/dns - it
very important for things like TLS and replication.

Mark


I need for this instance to be reachable via ipv4 also but despite
hours of research on the web and the archive of the list, I couldn't
find any good help or how-to to setup 389ds to listen on both ipv4 and
ipv6 addresses.

The server listens on all interfaces, there is nothing special you
need to do in DS for IPv6 or IPv4.  I'm not a network expert, but it
would seem to be a system issue, not a DS issue.  Now, we do have
nsslapd-listenhost, so it would be interesting to see if this has any
impact on your situation:

https://access.redhat.com/documentation/en-us/red_hat_directory_server/11/html/configuration_command_and_file_reference/core_server_configuration_reference#cnconfig-nsslapd_listenhost_Listen_to_IP_Address



Maybe someone else on this list has seen this before?

HTH,
Mark


I can't find a parameter specifying the listening interfaces.

Has anyone faced this kind of setup and managed to make it work?
Can 389ds work this way?

Best regards,

--

389 Directory Server Development Team



--

389 Directory Server Development Team





--

389 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


[389-users] Re: 389ds and dual stack IPV4/6, also...

2020-02-27 Thread N R
I've been able to find what was wrong in my configuration, I had a
typo in the /etc/hosts file.
^_^'

Thank you a lot for your time and your precious advices.

Best regards,
Nick Rand

2020-02-27 16:25 UTC+01:00, Mark Reynolds :
>
> On 2/27/20 10:13 AM, N R wrote:
>> Hi Mark,
>>
>> Thanks for your replies.
>>
>>> How did you configure the instance exactly?
>> The host is a Fedora 30 VM, I installed 389ds using the package
>> manager (dnf) and the setup-ds-admin.pl script.
>> I enabled LDAPS over TLS on the standard port (636).
>> The VM has a single network interface with both ipv4 and ipv6 address on
>> it.
>> There is no DNS service on the network so I'm using /etc/hosts to
>> associate the hostname with IPs.
>> The hostname is annuaire.telerys.infra
>>
>>> What do you have for nsslapd-localhost in the cn=config entry(dse.ldif)?
>> nsslapd-localhost: annuaire.telerys.infra
>>
>>> nsslapd-listenhost, so it would be interesting to see if this has any
>>> impact on your situation:
>> I've tried several things with this parameter and had strange results
>> with netstat -tunlp (snippet below only show lines relative to slapd):
>>
>> nsslapd-listenhost: annuaire.telerys.infra
>> tcp6   0  0 [IPV6 address]:389 :::*LISTEN
>>  1208/ns-slapd
>> tcp6   0  0 ::1:389 :::*
>> LISTEN  1208/ns-slapd
>> tcp6   0  0 :::636  :::*
>> LISTEN  1208/ns-slapd
>>
>> nsslapd-listenhost: [IPV4 address]
>> tcp0  0 [IPV4 address]:389   0.0.0.0:*
>> LISTEN  1136/ns-slapd
>> tcp6   0  0 :::636  :::*
>> LISTEN  1136/ns-slapd
>>
>> nsslapd-listenhost: [IPV6 address]
>> tcp6   0  0 [IPV6 address]:389 :::*LISTEN
>>  1285/ns-slapd
>> tcp6   0  0 :::636  :::*
>> LISTEN  1285/ns-slapd
>>
>> Why is the service always listening for IPV6 on port 636 whatever the
>> parameter is set to?
> Then you want to use:  nsslapd-securelistenhost
>>
>> Best regards,
>>
>> Nick rand
>>
>> 2020-02-27 14:10 UTC+01:00, Mark Reynolds :
>>> On 2/27/20 8:03 AM, Mark Reynolds wrote:
 On 2/27/20 5:30 AM, N R wrote:
> Hello all,
>
> It's my first message on this list thanks in advance for your answers.
>
> I've configured a 389ds instance with ipv6 address and it's working
> great with it.
>>> How did you configure the instance exactly?
>>>
>>> What do you have for nsslapd-localhost in the cn=config entry(dse.ldif)?
>>>
>>> It should be a hostname, not an IP.  And the hostname must correctly
>>> resolve to this system.  DS is very sensitive to the hostame/dns - it
>>> very important for things like TLS and replication.
>>>
>>> Mark
>>>
> I need for this instance to be reachable via ipv4 also but despite
> hours of research on the web and the archive of the list, I couldn't
> find any good help or how-to to setup 389ds to listen on both ipv4 and
> ipv6 addresses.
 The server listens on all interfaces, there is nothing special you
 need to do in DS for IPv6 or IPv4.  I'm not a network expert, but it
 would seem to be a system issue, not a DS issue.  Now, we do have
 nsslapd-listenhost, so it would be interesting to see if this has any
 impact on your situation:

 https://access.redhat.com/documentation/en-us/red_hat_directory_server/11/html/configuration_command_and_file_reference/core_server_configuration_reference#cnconfig-nsslapd_listenhost_Listen_to_IP_Address



 Maybe someone else on this list has seen this before?

 HTH,
 Mark

> I can't find a parameter specifying the listening interfaces.
>
> Has anyone faced this kind of setup and managed to make it work?
> Can 389ds work this way?
>
> Best regards,
>>> --
>>>
>>> 389 Directory Server Development Team
>>>
>>>
>>
> --
>
> 389 Directory Server Development Team
>
>


-- 
Nicolas Randrianarisoa
___
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


[389-users] Re: 389ds and dual stack IPV4/6, also...

2020-02-27 Thread Mark Reynolds


On 2/27/20 10:13 AM, N R wrote:

Hi Mark,

Thanks for your replies.


How did you configure the instance exactly?

The host is a Fedora 30 VM, I installed 389ds using the package
manager (dnf) and the setup-ds-admin.pl script.
I enabled LDAPS over TLS on the standard port (636).
The VM has a single network interface with both ipv4 and ipv6 address on it.
There is no DNS service on the network so I'm using /etc/hosts to
associate the hostname with IPs.
The hostname is annuaire.telerys.infra


What do you have for nsslapd-localhost in the cn=config entry(dse.ldif)?

nsslapd-localhost: annuaire.telerys.infra


nsslapd-listenhost, so it would be interesting to see if this has any
impact on your situation:

I've tried several things with this parameter and had strange results
with netstat -tunlp (snippet below only show lines relative to slapd):

nsslapd-listenhost: annuaire.telerys.infra
tcp6   0  0 [IPV6 address]:389 :::*LISTEN
 1208/ns-slapd
tcp6   0  0 ::1:389 :::*
LISTEN  1208/ns-slapd
tcp6   0  0 :::636  :::*
LISTEN  1208/ns-slapd

nsslapd-listenhost: [IPV4 address]
tcp0  0 [IPV4 address]:389   0.0.0.0:*
LISTEN  1136/ns-slapd
tcp6   0  0 :::636  :::*
LISTEN  1136/ns-slapd

nsslapd-listenhost: [IPV6 address]
tcp6   0  0 [IPV6 address]:389 :::*LISTEN
 1285/ns-slapd
tcp6   0  0 :::636  :::*
LISTEN  1285/ns-slapd

Why is the service always listening for IPV6 on port 636 whatever the
parameter is set to?

Then you want to use:  nsslapd-securelistenhost


Best regards,

Nick rand

2020-02-27 14:10 UTC+01:00, Mark Reynolds :

On 2/27/20 8:03 AM, Mark Reynolds wrote:

On 2/27/20 5:30 AM, N R wrote:

Hello all,

It's my first message on this list thanks in advance for your answers.

I've configured a 389ds instance with ipv6 address and it's working
great with it.

How did you configure the instance exactly?

What do you have for nsslapd-localhost in the cn=config entry(dse.ldif)?

It should be a hostname, not an IP.  And the hostname must correctly
resolve to this system.  DS is very sensitive to the hostame/dns - it
very important for things like TLS and replication.

Mark


I need for this instance to be reachable via ipv4 also but despite
hours of research on the web and the archive of the list, I couldn't
find any good help or how-to to setup 389ds to listen on both ipv4 and
ipv6 addresses.

The server listens on all interfaces, there is nothing special you
need to do in DS for IPv6 or IPv4.  I'm not a network expert, but it
would seem to be a system issue, not a DS issue.  Now, we do have
nsslapd-listenhost, so it would be interesting to see if this has any
impact on your situation:

https://access.redhat.com/documentation/en-us/red_hat_directory_server/11/html/configuration_command_and_file_reference/core_server_configuration_reference#cnconfig-nsslapd_listenhost_Listen_to_IP_Address



Maybe someone else on this list has seen this before?

HTH,
Mark


I can't find a parameter specifying the listening interfaces.

Has anyone faced this kind of setup and managed to make it work?
Can 389ds work this way?

Best regards,

--

389 Directory Server Development Team





--

389 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


[389-users] Re: 389ds and dual stack IPV4/6, also...

2020-02-27 Thread N R
Hi Mark,

Thanks for your replies.

> How did you configure the instance exactly?

The host is a Fedora 30 VM, I installed 389ds using the package
manager (dnf) and the setup-ds-admin.pl script.
I enabled LDAPS over TLS on the standard port (636).
The VM has a single network interface with both ipv4 and ipv6 address on it.
There is no DNS service on the network so I'm using /etc/hosts to
associate the hostname with IPs.
The hostname is annuaire.telerys.infra

> What do you have for nsslapd-localhost in the cn=config entry(dse.ldif)?

nsslapd-localhost: annuaire.telerys.infra

> nsslapd-listenhost, so it would be interesting to see if this has any
> impact on your situation:

I've tried several things with this parameter and had strange results
with netstat -tunlp (snippet below only show lines relative to slapd):

nsslapd-listenhost: annuaire.telerys.infra
tcp6   0  0 [IPV6 address]:389 :::*LISTEN
1208/ns-slapd
tcp6   0  0 ::1:389 :::*
LISTEN  1208/ns-slapd
tcp6   0  0 :::636  :::*
LISTEN  1208/ns-slapd

nsslapd-listenhost: [IPV4 address]
tcp0  0 [IPV4 address]:389   0.0.0.0:*
LISTEN  1136/ns-slapd
tcp6   0  0 :::636  :::*
LISTEN  1136/ns-slapd

nsslapd-listenhost: [IPV6 address]
tcp6   0  0 [IPV6 address]:389 :::*LISTEN
1285/ns-slapd
tcp6   0  0 :::636  :::*
LISTEN  1285/ns-slapd

Why is the service always listening for IPV6 on port 636 whatever the
parameter is set to?

Best regards,

Nick rand

2020-02-27 14:10 UTC+01:00, Mark Reynolds :
>
> On 2/27/20 8:03 AM, Mark Reynolds wrote:
>>
>> On 2/27/20 5:30 AM, N R wrote:
>>> Hello all,
>>>
>>> It's my first message on this list thanks in advance for your answers.
>>>
>>> I've configured a 389ds instance with ipv6 address and it's working
>>> great with it.
>
> How did you configure the instance exactly?
>
> What do you have for nsslapd-localhost in the cn=config entry(dse.ldif)?
>
> It should be a hostname, not an IP.  And the hostname must correctly
> resolve to this system.  DS is very sensitive to the hostame/dns - it
> very important for things like TLS and replication.
>
> Mark
>
>>> I need for this instance to be reachable via ipv4 also but despite
>>> hours of research on the web and the archive of the list, I couldn't
>>> find any good help or how-to to setup 389ds to listen on both ipv4 and
>>> ipv6 addresses.
>>
>> The server listens on all interfaces, there is nothing special you
>> need to do in DS for IPv6 or IPv4.  I'm not a network expert, but it
>> would seem to be a system issue, not a DS issue.  Now, we do have
>> nsslapd-listenhost, so it would be interesting to see if this has any
>> impact on your situation:
>>
>> https://access.redhat.com/documentation/en-us/red_hat_directory_server/11/html/configuration_command_and_file_reference/core_server_configuration_reference#cnconfig-nsslapd_listenhost_Listen_to_IP_Address
>>
>>
>>
>> Maybe someone else on this list has seen this before?
>>
>> HTH,
>> Mark
>>
>>> I can't find a parameter specifying the listening interfaces.
>>>
>>> Has anyone faced this kind of setup and managed to make it work?
>>> Can 389ds work this way?
>>>
>>> Best regards,
>>
> --
>
> 389 Directory Server Development Team
>
>


-- 
Nicolas Randrianarisoa
___
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


Re: XTerm font resource

2020-02-27 Thread Andras Simon
2020-02-27 7:01 GMT+01:00, Dave Close :

>> Can anyone tell me what I'm missing here? What options can I use on a
>> command line to get the same font as selecting "Small" with the xterm
>> menu?

Maybe this could help you locate the right font:

xfontsel - point and click selection of X11 font names

xfontsel is in the xorg-x11-apps package (at least on Fedora 30).

Andras
___
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


[389-users] Re: 389ds and dual stack IPV4/6, also...

2020-02-27 Thread Mark Reynolds


On 2/27/20 8:03 AM, Mark Reynolds wrote:


On 2/27/20 5:30 AM, N R wrote:

Hello all,

It's my first message on this list thanks in advance for your answers.

I've configured a 389ds instance with ipv6 address and it's working
great with it.


How did you configure the instance exactly?

What do you have for nsslapd-localhost in the cn=config entry(dse.ldif)?

It should be a hostname, not an IP.  And the hostname must correctly 
resolve to this system.  DS is very sensitive to the hostame/dns - it 
very important for things like TLS and replication.


Mark


I need for this instance to be reachable via ipv4 also but despite
hours of research on the web and the archive of the list, I couldn't
find any good help or how-to to setup 389ds to listen on both ipv4 and
ipv6 addresses.


The server listens on all interfaces, there is nothing special you 
need to do in DS for IPv6 or IPv4.  I'm not a network expert, but it 
would seem to be a system issue, not a DS issue.  Now, we do have 
nsslapd-listenhost, so it would be interesting to see if this has any 
impact on your situation:


https://access.redhat.com/documentation/en-us/red_hat_directory_server/11/html/configuration_command_and_file_reference/core_server_configuration_reference#cnconfig-nsslapd_listenhost_Listen_to_IP_Address 



Maybe someone else on this list has seen this before?

HTH,
Mark


I can't find a parameter specifying the listening interfaces.

Has anyone faced this kind of setup and managed to make it work?
Can 389ds work this way?

Best regards,



--

389 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


[389-users] Re: 389ds and dual stack IPV4/6

2020-02-27 Thread Mark Reynolds


On 2/27/20 5:30 AM, N R wrote:

Hello all,

It's my first message on this list thanks in advance for your answers.

I've configured a 389ds instance with ipv6 address and it's working
great with it.
I need for this instance to be reachable via ipv4 also but despite
hours of research on the web and the archive of the list, I couldn't
find any good help or how-to to setup 389ds to listen on both ipv4 and
ipv6 addresses.


The server listens on all interfaces, there is nothing special you need 
to do in DS for IPv6 or IPv4.  I'm not a network expert, but it would 
seem to be a system issue, not a DS issue.  Now, we do have 
nsslapd-listenhost, so it would be interesting to see if this has any 
impact on your situation:


https://access.redhat.com/documentation/en-us/red_hat_directory_server/11/html/configuration_command_and_file_reference/core_server_configuration_reference#cnconfig-nsslapd_listenhost_Listen_to_IP_Address

Maybe someone else on this list has seen this before?

HTH,
Mark


I can't find a parameter specifying the listening interfaces.

Has anyone faced this kind of setup and managed to make it work?
Can 389ds work this way?

Best regards,


--

389 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


Re: f31,kde :: dolphin autostarting without being requested

2020-02-27 Thread Patrick O'Callaghan
On Thu, 2020-02-27 at 13:23 +0200, Adrian Sevcenco wrote:
> On 2/26/20 2:55 PM, Patrick O'Callaghan wrote:
> > On Mon, 2020-02-24 at 07:58 -0500, Mark C. Allman wrote:
> > > On 2/24/20 7:46 AM, Patrick O'Callaghan wrote:
> > > > On Mon, 2020-02-24 at 12:45 +, Patrick O'Callaghan wrote:
> > > > > I suggest you post this on the Fedora KDE list to see if other people
> > > > > are seeing similar issues. It might be preferable to continue the
> > > > > discussion there so as to avoid cross-posting.
> > > > I meant the OP of course, not you.
> > > > 
> > > > 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
> > > 
> > > Agreed (post to KDE list).  Adrian -- are you going to post the question
> > > there?
> > 
> > Since this hasn't been followed up here I decided to post it myself on
> > the KDE list. See
> > 
> > https://lists.fedoraproject.org/archives/list/k...@lists.fedoraproject.org/thread/NB5HOWWVBSJP4XFUFP5ONGVMXQARPCXC/
> > 
> > I suggest people send any comments to that list (without crossposting
> > here of course).
> 
> I apologize for late reply! At this moment my subscription request to 
> kde fedora is still pending...
> So, i do not have the lmod package but i did solved the problem by 
> removing /etc/xdg/servicemenu.knsrc
> So far i see no downsides to this..

Please follow up on the KDE Fedora list when your subscription is
enabled. There are already several comments in the thread.

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


Re: gnome bluetooth?

2020-02-27 Thread Tom Horsley
On Wed, 26 Feb 2020 22:45:24 -0800
Samuel Sieb wrote:

> On 2/26/20 5:01 PM, Tom Horsley wrote:
> > Is gnome bluetooth support really that useless, or am I
> > missing some obscure deamon it needs to run?  
> 
> What does "systemctl status bluetooth" give you?

Seems to be running fine:

● bluetooth.service - Bluetooth service
   Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor p>
   Active: active (running) since Wed 2020-02-26 19:16:42 EST; 12h ago
 Docs: man:bluetoothd(8)
 Main PID: 8463 (bluetoothd)
   Status: "Running"
Tasks: 1 (limit: 77058)
   Memory: 2.7M
  CPU: 581ms
   CGroup: /system.slice/bluetooth.service
   └─8463 /usr/libexec/bluetooth/bluetoothd

I doubt bluetoothctl would have worked without a lot of
bluetooth infrastructure functioning.
___
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


Re: f31,kde :: dolphin autostarting without being requested

2020-02-27 Thread Adrian Sevcenco

On 2/26/20 2:55 PM, Patrick O'Callaghan wrote:

On Mon, 2020-02-24 at 07:58 -0500, Mark C. Allman wrote:

On 2/24/20 7:46 AM, Patrick O'Callaghan wrote:

On Mon, 2020-02-24 at 12:45 +, Patrick O'Callaghan wrote:

I suggest you post this on the Fedora KDE list to see if other people
are seeing similar issues. It might be preferable to continue the
discussion there so as to avoid cross-posting.

I meant the OP of course, not you.

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


Agreed (post to KDE list).  Adrian -- are you going to post the question
there?


Since this hasn't been followed up here I decided to post it myself on
the KDE list. See

https://lists.fedoraproject.org/archives/list/k...@lists.fedoraproject.org/thread/NB5HOWWVBSJP4XFUFP5ONGVMXQARPCXC/

I suggest people send any comments to that list (without crossposting
here of course).


I apologize for late reply! At this moment my subscription request to 
kde fedora is still pending...
So, i do not have the lmod package but i did solved the problem by 
removing /etc/xdg/servicemenu.knsrc

So far i see no downsides to this..
Thanks!
Adrian



smime.p7s
Description: S/MIME Cryptographic Signature
___
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


[389-users] 389ds and dual stack IPV4/6

2020-02-27 Thread N R
Hello all,

It's my first message on this list thanks in advance for your answers.

I've configured a 389ds instance with ipv6 address and it's working
great with it.
I need for this instance to be reachable via ipv4 also but despite
hours of research on the web and the archive of the list, I couldn't
find any good help or how-to to setup 389ds to listen on both ipv4 and
ipv6 addresses.
I can't find a parameter specifying the listening interfaces.

Has anyone faced this kind of setup and managed to make it work?
Can 389ds work this way?

Best regards,
-- 
Nick Rand
___
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