Re: F30 Grub2-mkconfig and Grub2-install not Working Correctly?

2019-05-22 Thread Tom H
On Thu, May 23, 2019 at 12:55 AM Stephen Morris
 wrote:
>
> I have upgraded from F29 to F30 via the recommenced dnf method. I
> have Fedora running in a vm under vmware player. Grub2-mkconfig and
> grub2-install no longer seem to generate the grub menu as they did
> under F29, the menu seems to be that generated by grubby (it could
> be that turning off the suppression of sub-menu creation is now
> being ignored). Looking at /boot/grub2/grub.cfg I cannot see any
> references in there to kernels, so I have attached the file for
> reference. Am I missing something or is the functionality now
> different, /boot/grub2/grub.cfg is where I have always written the
> grub.cfg via this process?

You have

insmod blscfg
blscfg

on lines 128-129.

So grub's setting up a generic BLS grub.cfg and you should have your
kernel specifications in "/boot/loader/entries/*.conf".

Does "/boot/grub2/i386-pc/blscfg.mod" exist on your system?

IIRC, the common bugs page recommends "configfile
/boot/grub2/grub.cfg.rpmsave" or "configfile /grub2/grub.cfg.rpmsave"
(depending on whether "/boot" is a separate filesystem) at the grub
prompt to use the previous grub.cfg.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


[389-users] Re: SSL configuration on dynamic deployments

2019-05-22 Thread William Brown


> On 23 May 2019, at 04:15, Angel Bosch  wrote:
> 
> Hi again,
> 
> 
> continuing with my automation I'm facing now the problem of SSL configuration.
> 
> Using certificates at LB level is not recommended acording to 
> https://directory.fedoraproject.org/docs/389ds/howto/howto-ssl.html
> sharing keys is also discouraged, so my question is if there is a way to 
> prepopulate NSS database with a predefined cert to fast deploy an instance.
> 
> I my planned setup I'll have 2 masters and 2 to 10 slaves/consumers (maybe 
> more).
> It will be extremely rare to stop or reinstall masters, but with consumers I 
> want the flexibility to create and destroy them at any moment.
> 
> Is there any best practice here?

I think to answer this, I'd like to see a diagram or description of the network 
and deployment topology you have in mind to help advise for what you want to 
achieve here :) 


> 
> abosch
> 
> 
> 
> -- 
> ___
> 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://getfedora.org/code-of-conduct.html
> 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://getfedora.org/code-of-conduct.html
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: referral on update equivalent with dsconf

2019-05-22 Thread William Brown


> On 22 May 2019, at 21:23, Angel Bosch  wrote:
> 
> replying to myself to clarify the original doubt:
> 
> executing something like this on master1 machine:
> 
> dsconf master1 repl-agmt create --suffix dc=global --host slave1.example.net 
> --port 389 --conn-protocol LDAP --bind-dn cn=repmanager,cn=config 
> --bind-passwd  --bind-method SIMPLE  master1-to-slave1
> 
> will create replication agreement as described in 15.2.4. of official docs 
> AND will modify nsslapd-state and nsslapd-referral on slave1 as described in 
> 15.2.2. so you don't need to manually perform that last step on consumers.

Yep, that sounds correct. 

> 
> 
> 
> and I would like to note too that enabling replication with dsconf will also 
> create replication manager if you specify --bind-passwd so you save an extra 
> step.
> the command should be something like this:
> 
> dsconf master1 replication enable --suffix dc=global --role master 
> --replica-id 666 --bind-dn "cn=repmanager,cn=config" --bind-passwd YYY


A that's also a surprise  but glad that it works ... 

> 
> 
> I'll leave all this here just in case any other script lover needs to modify 
> their recipes.
> 


> that being said, I love those new tools! they can need some polishing but 
> dsconf and dsctl are awesome!

Really happy you like them! If you have feedback or improvements to suggest, 
please always let us know. :D


> 
> 
> good job!
> 
> abosch
> 
> - Missatge original -
>> De: "Angel Bosch" 
>> Per: "General discussion list for the 389 Directory server project." 
>> <389-users@lists.fedoraproject.org>
>> Enviats: Dimecres, 22 de Maig 2019 9:32:30
>> Assumpte: [389-users] Re: referral on update equivalent with dsconf
>> 
>>> which is why the cli tools were misleading you here sadly. I think
>>> we as a team, need to review and understand what happened here to
>>> cause them to mislead a person about their function. :(
>>> 
>>> Sorry that this confusion occured. Does my answer help?
>>> 
>> 
>> sure! you're answers are always very deep and insightful.
>> 
>> for me the main problem is that new DS 1.4 is right here but docs are
>> still about 1.3 and I'm trying to translate my scripts and recipes.
>> 
>> I was using some kind of old wrappers to install, configure and
>> launch my instances and I'm struggling with new tools.
>> 
>> that being said, I love those new tools! they can need some polishing
>> but dsconf and dsctl are awesome!
>> 
>> keep it this way guys!
>> 
>> 
>> abosch
>> ___
>> 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://getfedora.org/code-of-conduct.html
>> 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://getfedora.org/code-of-conduct.html
> 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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/389-users@lists.fedoraproject.org


Re: Fedora & MIDI - recommendations request

2019-05-22 Thread Max Pyziur

On Wed, 22 May 2019, Samuel Sieb wrote:


On 5/22/19 8:20 AM, Max Pyziur wrote:
Are there any recommendations for canonical/authoritative guides for using 
MIDI on Fedora?


That's a wide topic.  Could you explain more specifically what you want to 
do?


I'm fluent in things like working with Musecore; by default using some 
sort of MIDI process it plays back whatever I annote. Transcribe! is a 
great resource for me.


However, My first few tries at MIDI setup (trying to get Rosengarden 
working) on my Fedora machines didn't work.


I've googled for links that offer step-by-step instructions. I've tried to 
follow them. Other projects and distractions have gotten in the way.


So my request is to this Fedora Community, that knowledgebase, not 
Google's, for some sort of authoritative guidance on implementing MIDI on 
a Fedora based system.


My laptop is a Dell XPS 13 L322X w an i7 processor; my desktop is a 
homespun Shuttle PC box.


As some first projects, I'd like to create some backing tracks for 
practicing my keyboard (some walking bass lines and drums). Stuff like 
that.


Much thanks,

Max


___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org



___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


F30 Grub2-mkconfig and Grub2-install not Working Correctly?

2019-05-22 Thread Stephen Morris

Hi,

    I have upgraded from F29 to F30 via the recommenced dnf method. I 
have Fedora running in a vm under vmware player. Grub2-mkconfig and 
grub2-install no longer seem to generate the grub menu as they did under 
F29, the menu seems to be that generated by grubby (it could be that 
turning off the suppression of sub-menu creation is now being ignored). 
Looking at /boot/grub2/grub.cfg I cannot see any references in there to 
kernels, so I have attached the file for reference. Am I missing 
something or is the functionality now different, /boot/grub2/grub.cfg is 
where I have always written the grub.cfg via this process?



regards,

Steve


#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub2-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
set pager=1

if [ -f ${config_directory}/grubenv ]; then
  load_env -f ${config_directory}/grubenv
elif [ -s $prefix/grubenv ]; then
  load_env
fi
if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default="${saved_entry}"
fi

if [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else
  menuentry_id_option=""
fi

export menuentry_id_option

if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
  fi
}

function load_video {
  if [ x$feature_all_video_module = xy ]; then
insmod all_video
  else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
  fi
}

terminal_output console
if [ x$feature_timeout_style = xy ] ; then
  set timeout_style=menu
  set timeout=999
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
  set timeout=999
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/01_users ###
if [ -f ${prefix}/user.cfg ]; then
  source ${prefix}/user.cfg
  if [ -n "${GRUB2_PASSWORD}" ]; then
set superusers="root"
export superusers
password_pbkdf2 root ${GRUB2_PASSWORD}
  fi
fi
### END /etc/grub.d/01_users ###

### BEGIN /etc/grub.d/08_fallback_counting ###
insmod increment
# Check if boot_counter exists and boot_success=0 to activate this behaviour.
if [ -n "${boot_counter}" -a "${boot_success}" = "0" ]; then
  # if countdown has ended, choose to boot rollback deployment,
  # i.e. default=1 on OSTree-based systems.
  if  [ "${boot_counter}" = "0" -o "${boot_counter}" = "-1" ]; then
set default=1
set boot_counter=-1
  # otherwise decrement boot_counter
  else
decrement boot_counter
  fi
  save_env boot_counter
fi
### END /etc/grub.d/08_fallback_counting ###

### BEGIN /etc/grub.d/10_linux ###
insmod part_msdos
insmod ext2
set root='hd0,msdos2'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 
--hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 --hint='hd0,msdos2'  
387c3f9c-f8c8-4f7d-aef7-284be60de53d
else
  search --no-floppy --fs-uuid --set=root 387c3f9c-f8c8-4f7d-aef7-284be60de53d
fi
insmod part_msdos
insmod ext2
set boot='hd0,msdos2'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=boot --hint-bios=hd0,msdos2 
--hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 --hint='hd0,msdos2'  
387c3f9c-f8c8-4f7d-aef7-284be60de53d
else
  search --no-floppy --fs-uuid --set=boot 387c3f9c-f8c8-4f7d-aef7-284be60de53d
fi

# This section was generated by a script. Do not modify the generated file - 
all changes
# will be lost the next time file is regenerated. Instead edit the 
BootLoaderSpec files.
#
# The blscfg command parses the BootLoaderSpec files stored in 
/boot/loader/entries and
# populates the boot menu. Please refer to the Boot Loader Specification 
documentation
# for the files format: 
https://www.freedesktop.org/wiki/Specifications/BootLoaderSpec/.

set default_kernelopts="root=UUID=387c3f9c-f8c8-4f7d-aef7-284be60de53d ro 
resume=UUID=fc5980cc-655a-4311-a32f-6bb756559e3f rhgb quiet "

insmod blscfg
blscfg
if [ -s $prefix/grubenv ]; then
  load_env
fi
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/10_reset_boot_success ###
insmod increment
# Hiding the menu is ok if last boot was ok or if this is a first boot attempt 
to boot the entry
if [ "${boot_success}" = "1" -o "${boot_indeterminate}" = "1" ]; then
  set menu_hide_ok=1
else
  set menu_hide_ok=0 
fi
# Reset boot_indeterminate after a successful boot, increment otherwise
if [ "${boot_success}" = "1" ] ; then
  set boot_indeterminate=0
else
  increment boot_indeterminate
fi
# Reset boot_success for current boot 
set boot_success=0
save_env boot_success boot_indeterminate
### END /etc/grub.d/10_reset_boot_success ###

### BEGIN 

Re: OSM??

2019-05-22 Thread Beartooth
On Tue, 21 May 2019 13:47:27 -0400, Ted Roche wrote:

> Would any of these work for you?
> 
> sudo dnf search OpenStreetMap

Aha. I got this:

# dnf search OpenStreetMap
Last metadata expiration check: 0:46:33 ago on Wed 22 May 2019 01:50:49 
PM EDT.
=== Summary Matched: OpenStreetMap
merkaartor.x86_64 : Qt-Based OpenStreetMap editor
routino.x86_64 : Router for OpenStreetMap Data
josm.noarch : An editor for OpenStreetMap (OSM)
routino-libs.i686 : Routing library for OpenStreetMap Data
routino-libs.x86_64 : Routing library for OpenStreetMap Data
kosmtik.noarch : Make maps with OpenStreetMap and Mapnik
osmctools.x86_64 : Tools to manipulate OpenStreetMap files
osmpbf-java.noarch : Java OpenStreetMap PBF file format library
osm-gps-map.i686 : Gtk+ widget for displaying OpenStreetMap tiles
osm-gps-map.x86_64 : Gtk+ widget for displaying OpenStreetMap tiles
texlive-getmap.noarch : Download OpenStreetMap maps for use in documents
osmpbf.i686 : C library to read and write OpenStreetMap PBF files
osmpbf.x86_64 : C library to read and write OpenStreetMap PBF files
osmium-tool.x86_64 : Command line tool for working with OpenStreetMap data
osm2pgsql.x86_64 : Imports map data from OpenStreetMap to a PostgreSQL 
database


I apologize for the formatting.

Another poster suggested :

Josm is packaged in Fedora so dnf install josm is enough.

So I also did that, getting 
=

Installed:
  
josm-0-0.93.15031svn.fc30.noarch
  
  java-1.8.0-openjdk-
devel-1:1.8.0.212.b04-0.fc30.x86_64 
   
  apache-commons-
codec-1.11-3.module_f28+3939+dc18cd75.noarch
   
  apache-commons-
logging-1.2-13.module_f28+3939+dc18cd75.noarch  
   
  
ant-1.10.5-3.module_f28+4207+d722d224.noarch
  
  ant-
lib-1.10.5-3.module_f28+4207+d722d224.noarch
  
  java-1.8.0-openjdk-
openjfx-1:1.8.0.212.b04-0.fc30.x86_64   
   
  apache-commons-
compress-1.18-4.fc30.noarch 
   
  apache-commons-jcs-
core-2.2-3.fc30.noarch  
   
  
jsonp-1.0.4-9.fc30.noarch   
  
  metadata-
extractor2-2.10.1-5.fc30.noarch 
 
  
openjfx-8.0.202-5.b07.fc30.x86_64   
  
  signpost-
core-1.2.1.2-16.fc29.noarch 
 
  
svgsalamander-1.1.2-1.fc30.noarch   
  
  
xmpcore-5.1.2-11.fc30.noarch
  

Complete!
===

Again, I apologize for the formatting.

A thousand thanks to all who replied!

Confession time: I mean my .sig in all earnestness. I've been 
trying to follow a couple of OSM lists on Gmane for at least two or three 
years. I hardly ever find anything not over my head. There WAS a users' 
list for a while, but it's long dead. 

Twenty-odd years ago, I had both hard- and software (especially 
from Garmin, DeLorme, and Maptech) with which I was able to study the 
terrain here in town and out in the woods around, and routes from one  
point to another, to scale -- without having to first learn cartography, 
CS, nor EE. I learned to use those tools BY using them, and discovered 
relationships among places I thought I knew. The game trails in the 
woods, for instance, showed an awareness of the people trails a lot 
sharper than I had realized. (That makes a lot of sense AFTER you know 
it!)

The fly in the ointment, of course, was having to tolerate an OS 
I detested.

I've been trying to do the like on Linux ever since. I can run 
the software under Wine, but I've never yet managed to get it and my GPSs 
to talk to one another.

What are the chances now? Are these tools going to be self-
explanatory enough? Has that time come?
-- 
Beartooth Staffwright, Not Quite Clueless Power User
Remember I know little (precious little!) of where up is.


___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: 

Re: Fedora 30 - setting IP addresses

2019-05-22 Thread Tom H
On Wed, May 22, 2019 at 7:20 PM Kevin Wilson  wrote:
>
> I had installed Fedora 30 and
>  /etc/network-scripts/ is empty, there are no ifcfg-eth* files.
>
> In Fedora 29, I had set eth0 to be a dhclient interface by editing
> /etc/sysconfig/network-scripts/ifcfg-eth0
> (or /etc/sysconfig/network-scripts/ifcfg-enp182s0f1)
> and setting
> BOOTPROTO=dhcp
> ...
> ONBOOT=yes
>
> How can I achieve similar outcome in Fedora 30 ?

You can do the same on F30.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Fedora 30, BootLoaderSpec and generating entries under /boot/loader/entries

2019-05-22 Thread ja
On Wed, 2019-05-22 at 20:16 +0300, Kevin Wilson wrote:
> Hi all,
> 
> I had installed Fedora 30,  on a dual boot machine which has a second
> partition with Fedora 28.
> Fedora 30  comes by default with a new boot loader spec.
> 
> I found under /boot/loader/entries/ the following:
> 
> ls /boot/loader/entries/
> 
> ec1b8b7719964c8b9a1d8db430c63fd6-0-rescue.conf
> ec1b8b7719964c8b9a1d8db430c63fd6-5.0.9-301.fc30.x86_64.conf0
> 
> I want to be able to boot by default into Fedora 28.
> 
> Is there a way by some utility to generate entries under
> /boot/loader/entries/ for the
> Fedora 28  and choose Fedora 28 as the default ?
> 
> Or should I disable the boot loader spec in order to boot to Fedora 28
> on this machine ?
> 
> Regards,
> Kevin
> 

I have had exactly this problem
I have made some notes - attached

This is vital reading
https://www.freedesktop.org/wiki/Specifications/BootLoaderSpec/

If they help or if you have a better insight than me
please let me know!



print.pdf
Description: Adobe PDF document
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: DNF remove only?

2019-05-22 Thread Geoffrey Leach
On Wed, 22 May 2019 14:01:28 -0400
Garry Williams  wrote:

> On Wed, May 22, 2019 at 1:53 PM Geoffrey Leach 
> wrote:
> >
> > A package has been broken and needs to be re-installed. DNF sees the
> > package as installed and won't take any action. DNF remove removes
> > dependencies, so that's a solution, but requires considerable work
> > and is frught with problems.  
> 
> dnf reinstall ?

That would be 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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: DNF remove only?

2019-05-22 Thread DJ Delorie
Geoffrey Leach  writes:
> A package has been broken and needs to be re-installed. DNF sees the
> package as installed and won't take any action. DNF remove removes
> dependencies, so that's a solution, but requires considerable work and
> is frught with problems.

Use "dnf download" to get the RPM in question, and use RPM to reinstall
it.  Then you have more options.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


[389-users] SSL configuration on dynamic deployments

2019-05-22 Thread Angel Bosch
Hi again,


continuing with my automation I'm facing now the problem of SSL configuration.

Using certificates at LB level is not recommended acording to 
https://directory.fedoraproject.org/docs/389ds/howto/howto-ssl.html
sharing keys is also discouraged, so my question is if there is a way to 
prepopulate NSS database with a predefined cert to fast deploy an instance.

I my planned setup I'll have 2 masters and 2 to 10 slaves/consumers (maybe 
more).
It will be extremely rare to stop or reinstall masters, but with consumers I 
want the flexibility to create and destroy them at any moment.

Is there any best practice here?

abosch



-- 
___
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/389-users@lists.fedoraproject.org


Re: DNF remove only?

2019-05-22 Thread Garry Williams
On Wed, May 22, 2019 at 1:53 PM Geoffrey Leach  wrote:
>
> A package has been broken and needs to be re-installed. DNF sees the
> package as installed and won't take any action. DNF remove removes
> dependencies, so that's a solution, but requires considerable work and
> is frught with problems.

dnf reinstall ?

-- 
Garry Williams
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


DNF remove only?

2019-05-22 Thread Geoffrey Leach
A package has been broken and needs to be re-installed. DNF sees the
package as installed and won't take any action. DNF remove removes
dependencies, so that's a solution, but requires considerable work and
is frught with problems.

Any suggestions?
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Laptop's display not visible in setting

2019-05-22 Thread Ester Muñoz

Sorry for the delay and thanks. I'll answer in between:

El dom, 12 de may 2019 a las 5:50 PM, stan  escribió:

On Sun, 12 May 2019 08:37:27 +0300
Ester Muñoz  wrote:


 Thank you stan
 I investigated a bit more and the laptop's screen is on but black. 
If
 I change to a tty using CTRL + ALT + Fn, it will show in the 
laptop's

 screen. It's only the graphical environment that does not show up.
 Nvidia is installed and updated. I tested that already. The Nvidia
 configuration GUI only sees the external monitor.


Are both graphics cards Nvidia?


No, one intel (can't remember the model) and on nvidia (GeForce GTX)




 I'll send the information about the commands in a little while.
 I might need to reinstall f29 today after all, as I cannot make this
 work and tomorrow I have to leave for a work trip and need my laptop
 working.



From your description the OS recognizes the monitor, so it sounds 
like a

problem in Gnome.  Are you using the default wayland in Gnome?  If so,
have you tried X?  Or vice versa.


I am using X, according to the information I found, NVidia drivers do 
not play nice with Wayland.




You could try another desktop, but I agree that if you need the laptop
in the short term you are better off re-installing F29 until this is
resolved.  Unless someone else here recognizes the problem and gives 
you

a quick fix.


Not sure another desktop would fix it. It happens before I log in.



It won't be me since my lack of familiarity with both Gnome and dual
monitor setup has me floundering.  I think there has to be a setting
that was changed during the upgrade, but I have no idea where to look
for that.

You could also try asking for help on the new askfedora site,
https://ask.fedoraproject.org/c/english







___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Fedora 30 - setting IP addresses

2019-05-22 Thread Samuel Sieb

On 5/22/19 10:20 AM, Kevin Wilson wrote:

HI all,
I had installed Fedora 30 and
  /etc/network-scripts/ is empty, there are no ifcfg-eth* files.

In Fedora 29, I had set eth0 to be a dhclient interface by editing
/etc/sysconfig/network-scripts/ifcfg-eth0
(or /etc/sysconfig/network-scripts/ifcfg-enp182s0f1)
and setting
BOOTPROTO=dhcp
...
ONBOOT=yes

How can I achieve similar outcome in Fedora 30 ?


Is the network interface working?  NetworkManager doesn't necessarily 
need any files in there.

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Fedora 30 - setting IP addresses

2019-05-22 Thread ToddAndMargo via users

On 5/22/19 10:20 AM, Kevin Wilson wrote:

HI all,
I had installed Fedora 30 and
  /etc/network-scripts/ is empty, there are no ifcfg-eth* files.

In Fedora 29, I had set eth0 to be a dhclient interface by editing
/etc/sysconfig/network-scripts/ifcfg-eth0
(or /etc/sysconfig/network-scripts/ifcfg-enp182s0f1)
and setting
BOOTPROTO=dhcp
...
ONBOOT=yes

How can I achieve similar outcome in Fedora 30 ?

Regards,
Kevin


Hi Kevin,

If not already installed, try running

   network-manager-applet

It will appear in one of your task bars (Xfce it is
in the upper right of Panel 0).

And setting it from there. It "should" (watch
the weasel word) update network-scripts.

# dnf install network-manager-apple

HTH,
-T
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Fedora 30 - setting IP addresses

2019-05-22 Thread Kevin Wilson
HI all,
I had installed Fedora 30 and
 /etc/network-scripts/ is empty, there are no ifcfg-eth* files.

In Fedora 29, I had set eth0 to be a dhclient interface by editing
/etc/sysconfig/network-scripts/ifcfg-eth0
(or /etc/sysconfig/network-scripts/ifcfg-enp182s0f1)
and setting
BOOTPROTO=dhcp
...
ONBOOT=yes

How can I achieve similar outcome in Fedora 30 ?

Regards,
Kevin
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Fedora 30, BootLoaderSpec and generating entries under /boot/loader/entries

2019-05-22 Thread Kevin Wilson
Hi all,

I had installed Fedora 30,  on a dual boot machine which has a second
partition with Fedora 28.
Fedora 30  comes by default with a new boot loader spec.

I found under /boot/loader/entries/ the following:

ls /boot/loader/entries/

ec1b8b7719964c8b9a1d8db430c63fd6-0-rescue.conf
ec1b8b7719964c8b9a1d8db430c63fd6-5.0.9-301.fc30.x86_64.conf0

I want to be able to boot by default into Fedora 28.

Is there a way by some utility to generate entries under
/boot/loader/entries/ for the
Fedora 28  and choose Fedora 28 as the default ?

Or should I disable the boot loader spec in order to boot to Fedora 28
on this machine ?

Regards,
Kevin
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Fedora & MIDI - recommendations request

2019-05-22 Thread Samuel Sieb

On 5/22/19 8:20 AM, Max Pyziur wrote:
Are there any recommendations for canonical/authoritative guides for 
using MIDI on Fedora?


That's a wide topic.  Could you explain more specifically what you want 
to do?

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Fedora & MIDI - recommendations request

2019-05-22 Thread Jon Ingason
Den 2019-05-22 kl. 17:20, skrev Max Pyziur:
> 
> Greetings,
> 
> Are there any recommendations for canonical/authoritative guides for
> using MIDI on Fedora?

Found following while I googled "using MIDI on Fedora":

https://docs.fedoraproject.org/en-US/Fedora/17/html/Musicians_Guide/sect-Musicians_Guide-FluidSynth-Configuring-MIDI_Input.html

> 
> Much thanks,
> 
> Max Pyziur
> p...@brama.com
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


-- 
Regards

Jon Ingason
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Fedora & MIDI - recommendations request

2019-05-22 Thread Max Pyziur


Greetings,

Are there any recommendations for canonical/authoritative guides for using 
MIDI on Fedora?


Much thanks,

Max Pyziur
p...@brama.com
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Fedora 30 workstation: How to use Tray Icons out of the box (without add an extension)

2019-05-22 Thread Dario Lesca
Il giorno mer, 22/05/2019 alle 12.36 +0200, Dario Lesca ha scritto:
> In Gnome, where is, and how to access, to this tray icons out of the
> box, without add an extension?

Ok, found it, from a Ubuntu blog:
https://www.omgubuntu.co.uk/2017/09/will-you-miss-gnome-legacy-tray

It's not possible.


Gnome do not support anymore Tray Icons, if you want it, must install a
extension ... or change DE.

Thanks


-- 
Dario Lesca
(inviato dal mio Linux Fedora 29 Workstation)
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


F30, user sessions fail with: systemd[PID]: PAM failed: Cannot allocate memory

2019-05-22 Thread Francis . Montagnac

Hi.

After 2 successful upgrades from F29 to F30 and 2 successful full
installations, I decided to upgrade my main machine (that runs fine
since past november, installed in F28 then upgraded to F29).

No luck: unable to login (graphical, textual, ssh) except root.

The journal shows:

  May 20 12:31:41 ... kernel: Linux version 5.0.16-300.fc30.x86_64 
(mockbu...@bkernel03.phx2.fedoraproject.org) (gcc version 9.1.1 20190503 (Red 
Hat 9.1.1-1) (GCC)) #1 SMP Tue May 14 19:33:09 UTC 2019
  ...
  May 20 12:37:44 ... systemd-logind[1717]: New session 3 of user fm.
  May 20 12:37:44 ... systemd[1]: Starting User Manager for UID 1005...
  May 20 12:37:48 ... systemd[1]: Started Getty on tty2.
  May 20 12:38:16 ... systemd[1864]: pam_unix(systemd-user:session): session 
opened for user fm by (uid=0)
  May 20 12:38:16 ... systemd[1864]: PAM failed: Cannot allocate memory
  May 20 12:38:16 ... systemd[1864]: pam_unix(systemd-user:session): session 
closed for user fm
  May 20 12:38:16 ... systemd[1864]: user@1005.service: Failed to set up PAM 
session: Cannot allocate memory
  May 20 12:38:16 ... systemd[1864]: user@1005.service: Failed at step PAM 
spawning /usr/lib/systemd/systemd: Cannot allocate memory

I add time, from a second textual console as root, to see the "systemd
--user" process reach more than 40 GB of memory before dying.

The lightdm session fails also with the same error.

Tries that do not solved this problem:

 - re-installing kernel, systemd
 - downgrading systemd to systemd-239-12.git8bca462.fc29
 - fresh install in F30

Tries that solve this problem:

  - adding mem=8192M to the kernel command line
this machine a 64 G of memory
  - commenting pam_systemd.so from PAM (but want to keep it)

Any idea how to debug that?

Thanks a lot.

-- 
francis
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Default route not correctly added

2019-05-22 Thread Alex
Hi,

On Thu, May 16, 2019 at 8:43 PM Alex  wrote:
>
> Hi,
>
> > >> Typically NAME and DEVICE are the name of the device, like enp4s6,
> > >> but they don't exist in this config. Is that what is missing?
> > >
> > > Doubtful.
> > >
> > > I have a system with a ifcfg-enp0s3 file and NAME=LAN-1 and
> > > everthing works just fine.
> >
> > But "DEVICE=..." would have to be ""DEVICE=enp4s6" if the NIC is
> > "enp4s6", especially if there's no "HWADDR=...".
>
> I've added DEVICE=enp4s6
>
> > If you set "DEVICE=enp4s6" in "ifcfg-foo", "enp4s6" will be configured
> > and brought up. The ifcfg file name isn't used.
> >
> > If you set "NAME=bar", you can run "if{up,down} bar" and "nmcli 
> > ... bar", but "ip {l,a,r}" will display "enp4s6".
> >
> > If I have "enp4s6", I set "DEVICE=enp4s6" and "NAME=enp4s6" in
> > "ifcfg-enp4s6", so that everything corresponds and "ip a sh enp4s6"
> > and "nmcli c sh enp4s6" are possible and correspond to the same NIC.
>
> I've also now added NAME=enp4s6, although I realize none of these
> changes are likely to be effective here.
>
> > Going back to OP's original query, do you have more than one NIC? Do
> > their ifcfg files both have "DEFROUTE=yes"? What's the output of "ip
> > r" (or "route") before you run "route add default gw 192.168.9.1 dev
> > enp4s6".
>
> No, prior to running the network config, the
> /etc/sysconfig/network-scripts directory was empty. After running it,
> only that one file with interface info was created. There is another
> interface on the system, but it is not configured.
>
> I wish this was better documented, but it seems to change with every
> release, even slightly.

For those following this thread, I rebooted the desktop remotely and
it came back successfully. For those not following, for some reason
after a fedora30 upgrade from fedora29, it did not properly add the
default route, making it impossible to connect to the system remotely
using ssh.

Here's the working config:

$ cat /etc/sysconfig/network-scripts/ifcfg-Wired_connection_2
HWADDR=00:0E:0C:3B:35:68
DEVICE=enp4s6
NAME=enp4s6
TYPE=Ethernet
PROXY_METHOD=none
BROWSER_ONLY=no
BOOTPROTO=none
IPADDR=192.168.9.110
PREFIX=24
GATEWAY=192.168.9.1
DEFROUTE=yes
IPV4_FAILURE_FATAL=no
IPV6INIT=yes
IPV6_AUTOCONF=yes
IPV6_DEFROUTE=yes
IPV6_FAILURE_FATAL=no
IPV6_ADDR_GEN_MODE=stable-privacy
NAME="Wired connection 2"
UUID=850cde8f-7dc2-364a-8911-e511cdbea2e4
ONBOOT=yes
AUTOCONNECT_PRIORITY=-999
DNS1=167.206.112.138
DNS2=8.8.4.4

$ route
Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse Iface
default _gateway0.0.0.0 UG10000 enp4s6
192.168.9.0 0.0.0.0 255.255.255.0   U 10000 enp4s6
192.168.122.0   0.0.0.0 255.255.255.0   U 0  00 virbr0
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


[389-users] Re: referral on update equivalent with dsconf

2019-05-22 Thread Angel Bosch
replying to myself to clarify the original doubt:

executing something like this on master1 machine:

dsconf master1 repl-agmt create --suffix dc=global --host slave1.example.net 
--port 389 --conn-protocol LDAP --bind-dn cn=repmanager,cn=config --bind-passwd 
 --bind-method SIMPLE  master1-to-slave1

will create replication agreement as described in 15.2.4. of official docs AND 
will modify nsslapd-state and nsslapd-referral on slave1 as described in 
15.2.2. so you don't need to manually perform that last step on consumers.



and I would like to note too that enabling replication with dsconf will also 
create replication manager if you specify --bind-passwd so you save an extra 
step.
the command should be something like this:

dsconf master1 replication enable --suffix dc=global --role master --replica-id 
666 --bind-dn "cn=repmanager,cn=config" --bind-passwd YYY


I'll leave all this here just in case any other script lover needs to modify 
their recipes.


good job!

abosch

- Missatge original -
> De: "Angel Bosch" 
> Per: "General discussion list for the 389 Directory server project." 
> <389-users@lists.fedoraproject.org>
> Enviats: Dimecres, 22 de Maig 2019 9:32:30
> Assumpte: [389-users] Re: referral on update equivalent with dsconf
> 
> > which is why the cli tools were misleading you here sadly. I think
> > we as a team, need to review and understand what happened here to
> > cause them to mislead a person about their function. :(
> > 
> > Sorry that this confusion occured. Does my answer help?
> >
> 
> sure! you're answers are always very deep and insightful.
> 
> for me the main problem is that new DS 1.4 is right here but docs are
> still about 1.3 and I'm trying to translate my scripts and recipes.
> 
> I was using some kind of old wrappers to install, configure and
> launch my instances and I'm struggling with new tools.
> 
> that being said, I love those new tools! they can need some polishing
> but dsconf and dsctl are awesome!
> 
> keep it this way guys!
> 
> 
> abosch
> ___
> 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://getfedora.org/code-of-conduct.html
> 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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/389-users@lists.fedoraproject.org


Fedora 30 workstation: How to use Tray Icons out of the box (without add an extension)

2019-05-22 Thread Dario Lesca
When an application like remmina, telegram, keepassxc, ecc. is start,
it put an icon on tray on all other DE like Cinnamon, Mate, ecc

In Gnome, where is, and how to access, to this tray icons out of the
box, without add an extension?

Many thanks


-- 
Dario Lesca
(inviato dal mio Linux Fedora 30 Workstation)
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


[389-users] Re: referral on update equivalent with dsconf

2019-05-22 Thread Angel Bosch
> which is why the cli tools were misleading you here sadly. I think
> we as a team, need to review and understand what happened here to
> cause them to mislead a person about their function. :(
> 
> Sorry that this confusion occured. Does my answer help?
>

sure! you're answers are always very deep and insightful.

for me the main problem is that new DS 1.4 is right here but docs are still 
about 1.3 and I'm trying to translate my scripts and recipes.

I was using some kind of old wrappers to install, configure and launch my 
instances and I'm struggling with new tools.

that being said, I love those new tools! they can need some polishing but 
dsconf and dsctl are awesome!

keep it this way guys!


abosch
___
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/389-users@lists.fedoraproject.org


Re: OSM??

2019-05-22 Thread Jakub Jelen
On Tue, 2019-05-21 at 14:52 -0700, Clifford Snow wrote:
> What exactly are you trying to accomplish? I've never heard of an
> .iso.
> There is a java based editor, JOSM. I believe their might be a repo
> for it,
> but I find just downloading the new JAR file every once in a while
> works
> satisfactorily.

Josm is packaged in Fedora so dnf install josm is enough.

> The OSM database, we call the plant, is quite large. It needs to be
> downloaded from planet.openstreetmap.org. GeoFribrik at
> download.geofabrik.de has extracts for parts of the world. And HOTOSM
> has
> an export tool, https://export.hotosm.org/en/v3/, to grab areas for
> download.
> 
> If you want to duplicate the website, look on github.
> 
> Gnome does have a extension with an OSM map which I find out of date
> so I
> don't use it.
> 
> Best,
> Clifford AKA Glassman on OSM
> 
> 
> 
> On Tue, May 21, 2019 at 10:26 AM Beartooth 
> wrote:
> 
> > Can dnf get me OSM? I tried osm, OSM, and openstreetmap. I
> > don't
> > doubt there's some sort of .iso on their own site, but with a
> > program so
> > vast ...
> > 
> > --
> > Beartooth Staffwright, Not Quite Clueless Power User
> > Remember I know little (precious little!) of where up is.
> > ___
> > users mailing list -- users@lists.fedoraproject.org
> > To unsubscribe send an email to users-le...@lists.fedoraproject.org
> > Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
> > List Guidelines: 
> > https://fedoraproject.org/wiki/Mailing_list_guidelines
> > List Archives:
> > https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> > 
> 
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
> List Guidelines: 
> https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
-- 
Jakub Jelen
Senior Software Engineer
Security Technologies
Red Hat, Inc.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org