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

2019-05-23 Thread William Brown
> On 23 May 2019, at 17:12, Angel Bosch Mora wrote: > >> 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 :) >> > > Is really very simple. Think of it like the

Re: Custom rtsp/rtmp server for incoming video streams

2019-05-23 Thread Ed Greshko
On 5/24/19 5:39 AM, Sam Varshavchik wrote: > Ed Greshko writes: > >> On 5/23/19 8:44 PM, Sam Varshavchik wrote: >> > Searching some likely keywords using "dnf list" came up empty. >> > >> > There are some Android apps that stream video from the phone to >> > Youtube/Facebook but >> > also have an

Re: OSM??

2019-05-23 Thread Clifford Snow
On Thu, May 23, 2019 at 2:11 PM Beartooth wrote: > On Tue, 21 May 2019 16:16:23 -0700, Dave Stevens wrote: > > > On Tue, 21 May 2019 17:26:03 - (UTC) > > Beartooth wrote: > > > I've been mousing around like mad, and I still find an odd thing > that I've always found before. OSM

Re: Why Must I Do "dnf clean all" Before Updating Will Proceed?

2019-05-23 Thread Tom Horsley
On Thu, 23 May 2019 16:32:22 -0400 Garry Williams wrote: > On most occasions I have to clean files before I am allowed to update > a Fedora 30 system: dnf seems to have convinced itself that the cache is perfectly up to date no matter how old it is. I now always do the two command sequence:

Re: Custom rtsp/rtmp server for incoming video streams

2019-05-23 Thread Sam Varshavchik
Earl Terwilliger via users writes: What about SRS: https://github.com/ossrs/srs/wiki/v2_EN_Home We are using it as a vimeo replacement using OBS studio to stream to it and transcode to FLV and MP4.. That seems to be what I'm looking for. Its packaging, though, appears to be quite

Re: Custom rtsp/rtmp server for incoming video streams

2019-05-23 Thread Sam Varshavchik
Ed Greshko writes: On 5/23/19 8:44 PM, Sam Varshavchik wrote: > Searching some likely keywords using "dnf list" came up empty. > > There are some Android apps that stream video from the phone to Youtube/Facebook but > also have an option to stream video to a custom RTSP or RTMP URL. > > The

Re: Why Must I Do "dnf clean all" Before Updating Will Proceed?

2019-05-23 Thread Bruno Wolff III
On Thu, May 23, 2019 at 16:32:22 -0400, Garry Williams wrote: On most occasions I have to clean files before I am allowed to update a Fedora 30 system: garry@ifr$ sudo dnf upgrade [sudo] password for garry: Fedora 30 - x86_64 - Updates 63 kB/s | 18 kB Fedora

Re: OSM??

2019-05-23 Thread Beartooth
On Tue, 21 May 2019 16:16:23 -0700, Dave Stevens wrote: > On Tue, 21 May 2019 17:26:03 - (UTC) > Beartooth wrote: > >> but with a program so vast ... > > don't think so. Vast data but only a browser is needed unless you want > some special functions. I'm currently on a ubuntu system and

Why Must I Do "dnf clean all" Before Updating Will Proceed?

2019-05-23 Thread Garry Williams
On most occasions I have to clean files before I am allowed to update a Fedora 30 system: garry@ifr$ sudo dnf upgrade [sudo] password for garry: Fedora 30 - x86_64 - Updates 63 kB/s | 18 kB Fedora 30 - x86_64 - Updates 226 kB/s | 659 kB

[389-users] Re: acis in 99user.ldif and target on subtree

2019-05-23 Thread Mark Reynolds
On 5/23/19 12:38 PM, Angel Bosch Mora wrote: Hi! two more questions: 1- when migrating should I take care about ACIs in 99user.ldif? rightnow there are four entries: aci: (target="ldap:///cn=schema;)(targetattr !="aci")(version 3.0;acl "anonymous, no acis"; allow (read, search, compare)

Re: Fedora & MIDI - recommendations request

2019-05-23 Thread Seth Kenlon
Specific to Rosegarden, I wrote this article: https://opensource.com/article/18/3/make-sweet-music-digital-audio-workstation-rosegarden For more general information about Linux and MIDI and Audio and ...stuff... I maintain a whole website on the topic. The catch is, it's not specific to Fedora

[389-users] acis in 99user.ldif and target on subtree

2019-05-23 Thread Angel Bosch Mora
Hi! two more questions: 1- when migrating should I take care about ACIs in 99user.ldif? rightnow there are four entries: aci: (target="ldap:///cn=schema;)(targetattr !="aci")(version 3.0;acl "anonymous, no acis"; allow (read, search, compare) userdn = "ldap:///anyone;;) aci:

Re: Custom rtsp/rtmp server for incoming video streams

2019-05-23 Thread Earl Terwilliger via users
What about SRS: https://github.com/ossrs/srs/wiki/v2_EN_Home We are using it as a vimeo replacement using OBS studio to stream to it and transcode to FLV and MP4.. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to

Re: Custom rtsp/rtmp server for incoming video streams

2019-05-23 Thread Ed Greshko
On 5/23/19 8:44 PM, Sam Varshavchik wrote: > Searching some likely keywords using "dnf list" came up empty. > > There are some Android apps that stream video from the phone to > Youtube/Facebook but > also have an option to stream video to a custom RTSP or RTMP URL. > > The only thing I could

[389-users] Re: keeping internal attributes on export/import

2019-05-23 Thread Mark Reynolds
On 5/23/19 4:13 AM, Angel Bosch Mora wrote: hi! quick question: is there any reason to keep modifyTimestamp, modifiersName, createTimestamp, and creatorsName when reimporting on a migration? These are important attributes about each each entry.  Knowing when an entry was created or

Re: Custom rtsp/rtmp server for incoming video streams

2019-05-23 Thread Ed Greshko
On 5/23/19 8:44 PM, Sam Varshavchik wrote: > Searching some likely keywords using "dnf list" came up empty. > > There are some Android apps that stream video from the phone to > Youtube/Facebook but > also have an option to stream video to a custom RTSP or RTMP URL. > > The only thing I could

Custom rtsp/rtmp server for incoming video streams

2019-05-23 Thread Sam Varshavchik
Searching some likely keywords using "dnf list" came up empty. There are some Android apps that stream video from the phone to Youtube/Facebook but also have an option to stream video to a custom RTSP or RTMP URL. The only thing I could find in dnf are a few packages that can stream video

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

2019-05-23 Thread Tom H
On Thu, May 23, 2019 at 11:12 AM Stephen Morris wrote: > On 23/5/19 3:49 pm, Tom H wrote: >> 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 >>>

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

2019-05-23 Thread Stephen Morris
On 23/5/19 3:49 pm, Tom H wrote: 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

[389-users] keeping internal attributes on export/import

2019-05-23 Thread Angel Bosch Mora
hi! quick question: is there any reason to keep modifyTimestamp, modifiersName, createTimestamp, and creatorsName when reimporting on a migration? abosch -- Institut Mallorqui d'Afers Socials. Aquest missatge, i si escau, qualsevol fitxer annex, es dirigeix exclusivament a la persona que

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

2019-05-23 Thread ja
On Wed, 2019-05-22 at 20:00 +0100, ja wrote: > 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

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

2019-05-23 Thread Angel Bosch Mora
> 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 :) > Is really very simple. Think of it like the typical MMR with 4 nodes: https://i.imgur.com/DY8aSAo.png but the