Error when running reindexing

63 views
Skip to first unread message

Bhavna Gehlot

unread,
Nov 15, 2024, 2:12:20 PM11/15/24
to Fedora Tech
When I am running this below command, it gives error failed to connect to localhost jms broker url, when we have change localhost to remote(local-stacks-fcrepo as host) in org.fcrepo.camel.service.activemq.cfg file

curl -XPOST -H"Content-Type: application/json"  -d[\"activemq:queue:solr.reindex\"] "http://localhost:9080/reindexing/objects/9599c1d6-3171-423a-ab39-1ba7f8b0125f"


Error we get is 


| INFO  | ActiveMQ Task-1  | FailoverTransport                | 169 - org.apache.activemq.activemq-osgi - 5.14.0 | Successfully connected to tcp://local-stacks-fcrepo:61616
| WARN  | ActiveMQ Task-1  | FailoverTransport                | 169 - org.apache.activemq.activemq-osgi - 5.14.0 | Failed to connect to [tcp://localhost:61616] after: 10 attempt(s) continuing to retry.


Any idea what's causing this?




 

Dan Field

unread,
Dec 6, 2024, 7:52:24 AM12/6/24
to Fedora Tech
Hi Bhavna. Sorry for not getting back to you sooner about this. 

Are you passing in a configuration.properties file to the camel toolbox when you run it? If so, what are you setting in that file? 

Bhavna Gehlot

unread,
Apr 24, 2025, 1:23:20 PMApr 24
to Fedora Tech
I am back working on this after some pause. 

yes, the content of configuration.properties file is below. The tcp connection from within fcrepo-camel container is fine "Connection to local-stacks-fcrepo (172.18.0.6) 61616 port [tcp/*] succeeded!"

telneting tcp gives 

telnet localhost 61616
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
RActiveMQ
StackTraceEnabledPlatformDetails        Java
                                            CacheEnabledTcpNoDelayEnabledSizePrefixDisabled     CacheSize
                                                                                                         ProviderName  ActiveMQTightEncodingEnabled
                                                                                                                                                   MaxFrameSize MaxInactivityDurationu0 MaxInactivityDurationInitalDelay'MaxFrameSizeEnabledProviderVersion    5.16.7 Connection closed by foreign host.


configuration.properties  content

fcrepo.authHost=local-stacks-fcrepo

jms.brokerUrl=tcp://local-stacks-fcrepo:61616

solr.indexing.enabled=true
solr.fcrepo.defaultTransform=org/fcrepo/camel/indexing/solr/default_transform.xsl
solr.fcrepo.checkHasIndexingTransformation=true
solr.indexing.predicate=false

#triplestore.indexing.enabled=true
#triplestore.baseUrl=http://fuseki:3030/fcrepo
#triplestore.indexing.predicate=false

reindexing.rest.host=0.0.0.0
# uri expression that won't be sent for indexing
non.indexable.path.xp=^.*/((AUDIT)|(MODS)|(THUMBNAIL_LARGE)|(DS.*))$


Jared Whiklo

unread,
Apr 24, 2025, 1:31:20 PMApr 24
to fedor...@googlegroups.com

Hi Bhavna,

It appears that you are deploying and older version of fcrepo-camel-toolbox to an OSGI container (like Karaf). If this is correct, then you want to look at the version 5.0.0 documentation as it will have different parameters.

https://github.com/fcrepo-exts/fcrepo-camel-toolbox/tree/5.0.0-RC

You might want to try updating to a newer version of the fcrepo-camel-toolbox, but these are runnable Jar files and do not use or support OSGI.

cheers,
jared

--
You received this message because you are subscribed to the Google Groups "Fedora Tech" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fedora-tech...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/fedora-tech/9e5c28ff-bfa1-4495-af60-e16a7f416b2cn%40googlegroups.com.
-- 
jwh...@gmail.com

Bhavna Gehlot

unread,
Apr 24, 2025, 2:11:30 PMApr 24
to Fedora Tech
We have recently moved to docker containers and we are trying to integrate the latest fcrepo camel tool box with fcrepo 6.4.0.  All this (settings in previous reply)  is set up in this new architecture where I am seeing this error

 WARN 17:22:23.527 [ActiveMQ Task-1] (FailoverTransport) Failed to connect to [tcp://localhost:61616] after: 460 attempt(s) with Connection refused (Connection refused), continuing to retry.

Bhavna Gehlot

unread,
Apr 24, 2025, 2:12:55 PMApr 24
to Fedora Tech
Forgot to mention, we have disabled the basic Auth on fcrepo. Not sure if that can cause this issue

Thomas Bernhart

unread,
Apr 25, 2025, 10:16:14 AMApr 25
to fedor...@googlegroups.com
Hi Bhavna

Could you share your Docker compose file (without exposing any secrets)?

--
Thomas Bernhart
Product Owner / Software-/Cloud-Engineer

docuteam AG
Informationsmanagement und Archivdienstleistungen
Im Langacker 16, CH-5405 Baden-Dättwil
Tel. +41 56 470 03 37, direkt +41 56 511 11 47
https://www.docuteam.ch/

Digitale Archivierung in der Cloud: https://cosmos.docuteam.ch/

________________________________________
Von: fedor...@googlegroups.com <fedor...@googlegroups.com> im Auftrag von Bhavna Gehlot <cpaps...@gmail.com>
Gesendet: Donnerstag, 24. April 2025 20:12
An: Fedora Tech
Betreff: Re: [fedora-tech] Re: Error when running reindexing

Forgot to mention, we have disabled the basic Auth on fcrepo. Not sure if that can cause this issue

On Thursday, April 24, 2025 at 2:11:30 PM UTC-4 Bhavna Gehlot wrote:
We have recently moved to docker containers and we are trying to integrate the latest fcrepo camel tool box with fcrepo 6.4.0. All this (settings in previous reply) is set up in this new architecture where I am seeing this error

WARN 17:22:23.527 [ActiveMQ Task-1] (FailoverTransport) Failed to connect to [tcp://localhost:61616] after: 460 attempt(s) with Connection refused (Connection refused), continuing to retry.

On Thursday, April 24, 2025 at 1:31:20 PM UTC-4 Jared Whiklo wrote:

Hi Bhavna,

It appears that you are deploying and older version of fcrepo-camel-toolbox to an OSGI container (like Karaf). If this is correct, then you want to look at the version 5.0.0 documentation as it will have different parameters.

https://github.com/fcrepo-exts/fcrepo-camel-toolbox/tree/5.0.0-RC<https://github.com/fcrepo-exts/fcrepo-camel-toolbox/tree/5.0.0-RC>
To view this discussion visit https://groups.google.com/d/msgid/fedora-tech/9e5c28ff-bfa1-4495-af60-e16a7f416b2cn%40googlegroups.com<https://groups.google.com/d/msgid/fedora-tech/9e5c28ff-bfa1-4495-af60-e16a7f416b2cn%40googlegroups.com?utm_medium=email&utm_source=footer>.

--
jwh...@gmail.com

--
You received this message because you are subscribed to the Google Groups "Fedora Tech" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fedora-tech...@googlegroups.com<mailto:fedora-tech...@googlegroups.com>.
To view this discussion visit https://groups.google.com/d/msgid/fedora-tech/df0cb817-12fd-4d0d-b1a5-a6bfb1bd9139n%40googlegroups.com<https://groups.google.com/d/msgid/fedora-tech/df0cb817-12fd-4d0d-b1a5-a6bfb1bd9139n%40googlegroups.com?utm_medium=email&utm_source=footer>.

Bhavna Gehlot

unread,
Apr 25, 2025, 3:48:48 PMApr 25
to Fedora Tech

services:

  mysql:
    image: mysql:8.0.39
    container_name: mysql
    hostname: mysql
    command:  --lower_case_table_names=1 --default-authentication-plugin=mysql_native_password
    environment:
      MYSQL_HOST:
      MYSQL_DATABASE:
      MYSQL_ROOT_USER:
      MYSQL_ROOT_PASSWORD:
      MYSQL_USER:
      MYSQL_PASSWORD:
    ports:
      - 3306:3306
    volumes:
      - ./mysql:/var/lib/mysql
    networks:
      - stacks-net
    restart: unless-stopped

  local-stacks-solr:
    build:
      context: ./stacks-solr
      dockerfile: Dockerfile
    container_name: stacks-solr
    hostname: stacks-solr
    ports:
      - 8983:8983
    volumes:
      - solr-data:/var/solr
    networks:
      - stacks-net
    restart: unless-stopped

  local-stacks-fcrepo:
    build:
      context: ./stacks-fcrepo
      dockerfile: Dockerfile
    container_name: stacks-fcrepo
    hostname: stacks-fcrepo
    depends_on:
      - local-stacks-solr
    environment:
      CATALINA_OPTS: '-Dfcrepo.db.url="jdbc:mysql://mysql:3306/fcrepo?useSSL=false&createDatabaseIfNotExist=true" -Dfcrepo.rebuild.on.start=false -Dfcrepo.autoversioning.enabled=false -Dfcrepo.db.user= -Dfcrepo.db.password='
      FEDORA_ADMIN_USERNAME:
      FEDORA_ADMIN_PASSWORD:
    ports:
      - 8081:8080
      - 61616:61616
    volumes:
      - /mnt/c/data/fedora/data:/usr/local/tomcat/fcrepo-home/data
    networks:
      - stacks-net
    restart: unless-stopped

   
  local-stacks-fcrepo-camel:
    build:
       context: ./stacks-fcrepo-camel-new
       dockerfile: Dockerfile
    container_name: stacks-fcrepo-camel-new
    hostname: stacks-fcrepo-camel-new
    depends_on:
       - local-stacks-solr
       - local-stacks-fcrepo
    ports:
       - 9080:9080
    command:
       - -c
       - 'configuration.properties'
    networks:
       - stacks-net
    restart: unless-stopped

volumes:
  solr-data:

Bhavna Gehlot

unread,
Apr 28, 2025, 4:29:01 PMApr 28
to Fedora Tech

This is the docker-compose.yml

local-stacks-fcrepo:
    build:
      context: ./stacks-fcrepo
      dockerfile: Dockerfile
    container_name: stacks-fcrepo
    hostname: stacks-fcrepo
    depends_on:
      - local-stacks-solr
    environment:
      CATALINA_OPTS: ''

      FEDORA_ADMIN_USERNAME:
      FEDORA_ADMIN_PASSWORD:
    ports:
      - 8081:8080
    volumes:
      - /mnt/c/stacksdata/fedora/data:/usr/local/tomcat/fcrepo-home/data

    networks:
      - stacks-net
    restart: unless-stopped

   
  local-stacks-fcrepo-camel:
    build:
       context: ./stacks-fcrepo-camel-new
       dockerfile: Dockerfile
    container_name: stacks-fcrepo-camel-new
    hostname: stacks-fcrepo-camel-new
    depends_on:
       - local-stacks-solr
       - local-stacks-fcrepo
       - activemq
    ports:
       - 9080:9080
    volumes:
       - "./stacks-fcrepo-camel-new/docker-compose/camel-toolbox-config:/config"
    command:
       - -c
       - "/config/configuration.properties"

    networks:
       - stacks-net
    restart: unless-stopped
   

  activemq:
    image: rmohr/activemq:latest
    ports:
      - "61616:61616"
      - "8161:8161"
    networks:
      - stacks-net

The configuration.properties  have

fcrepo.authHost=local-stacks-fcrepo

jms.brokerUrl=tcp://activemq:61616

solr.indexing.enabled=true
solr.fcrepo.defaultTransform=org/fcrepo/camel/indexing/solr/default_transform.xsl
solr.fcrepo.checkHasIndexingTransformation=true
solr.indexing.predicate=false

reindexing.rest.host=0.0.0.0

This services all start fine with below log for  local-stacks-fcrepo-camel

docker compose logs local-stacks-fcrepo-camel
stacks-fcrepo-camel-new  | INFO 15:54:50.963 [main] (ConfigurationClassParser) Properties location [file:${fcrepo-camel-toolbox.home:fcrepo-camel-toolbox-home}/config/fcrepo-camel-toolbox.properties] not resolvable: fcrepo-camel-toolbox-home/config/fcrepo-camel-toolbox.properties (No such file or directory)
stacks-fcrepo-camel-new  | DEBUG 15:54:51.008 [main] (ConditionOnProperty) Prop solr.indexing.enabled: true
stacks-fcrepo-camel-new  | DEBUG 15:54:51.057 [main] (ConditionOnProperty) Prop http.enabled: null
stacks-fcrepo-camel-new  | DEBUG 15:54:51.059 [main] (ConditionOnProperty) Prop reindexing.enabled: null
stacks-fcrepo-camel-new  | DEBUG 15:54:51.060 [main] (ConditionOnProperty) Prop triplestore.indexing.enabled: null
stacks-fcrepo-camel-new  | DEBUG 15:54:51.060 [main] (ConditionOnProperty) Prop fixity.enabled: null
stacks-fcrepo-camel-new  | DEBUG 15:54:51.060 [main] (ConditionOnProperty) Prop audit.enabled: null
stacks-fcrepo-camel-new  | INFO 15:54:51.334 [main] (PostProcessorRegistrationDelegate$BeanPostProcessorChecker) Bean 'appConfig' of type [org.fcrepo.camel.toolbox.app.AppConfig$$EnhancerBySpringCGLIB$$e5caa7e7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
stacks-fcrepo-camel-new  | DEBUG 15:54:52.484 [main] (SolrRouter) Solr Router starting...
stacks-fcrepo-camel-new  | TRACE 15:54:52.484 [main] (SolrRouter) solr.indexing.predicate = 'false'
stacks-fcrepo-camel-new  | TRACE 15:54:52.484 [main] (SolrRouter) solr.checkHasIndexingTransformation = 'true'
stacks-fcrepo-camel-new  | TRACE 15:54:52.484 [main] (SolrRouter) solr.defaultTransform = 'org/fcrepo/camel/indexing/solr/default_transform.xsl'
stacks-fcrepo-camel-new  | TRACE 15:54:52.484 [main] (SolrRouter) solr.input.stream = 'broker:topic:fedora'
stacks-fcrepo-camel-new  | TRACE 15:54:52.484 [main] (SolrRouter) solr.baseUrl = 'http://local-stacks-solr:8983/solr/collection1'
stacks-fcrepo-camel-new  | DEBUG 15:54:53.535 [main] (FcrepoComponent) Created Fcrepo Endpoint [fcrepo://http://local-stacks-fcrepo:8080/fcrepo/rest?accept=application/rdf+xml&preferOmit=PreferContainment]
stacks-fcrepo-camel-new  | INFO 15:54:53.602 [main] (XPathBuilder) Created default XPathFactory com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl@14d8444b
stacks-fcrepo-camel-new  | INFO 15:54:54.327 [main] (HttpComponent) Created ClientConnectionManager org.apache.http.impl.conn.PoolingHttpClientConnectionManager@4339baec
stacks-fcrepo-camel-new  | DEBUG 15:54:54.425 [main] (FcrepoComponent) Created Fcrepo Endpoint [fcrepo://http://local-stacks-fcrepo:8080/fcrepo/rest?accept=application%2Fn-triples&preferInclude=PreferContainment&preferOmit=ServerManaged]
stacks-fcrepo-camel-new  | INFO 15:54:55.410 [main] (log) Logging initialized @6250ms to org.eclipse.jetty.util.log.Slf4jLog
stacks-fcrepo-camel-new  | INFO 15:54:55.519 [main] (Server) jetty-9.4.36.v20210114; built: 2021-01-14T16:44:28.689Z; git: 238ec6997c7806b055319a6d11f8ae7564adc0de; jvm 11.0.16+8
stacks-fcrepo-camel-new  | INFO 15:54:55.604 [main] (ContextHandler) Started o.e.j.s.ServletContextHandler@b61edb9{/,null,AVAILABLE}
stacks-fcrepo-camel-new  | INFO 15:54:55.628 [main] (AbstractConnector) Started ServerConnector@68699afc{HTTP/1.1, (http/1.1)}{0.0.0.0:9080}
stacks-fcrepo-camel-new  | INFO 15:54:55.629 [main] (Server) Started @6470ms
stacks-fcrepo-camel-new  | INFO 15:54:55.656 [main] (AbstractCamelContext) Routes startup summary (total:11 started:11)
stacks-fcrepo-camel-new  | INFO 15:54:55.656 [main] (AbstractCamelContext)     Started FcrepoSolrRouter (broker://topic:fedora)
stacks-fcrepo-camel-new  | INFO 15:54:55.657 [main] (AbstractCamelContext)     Started FcrepoSolrReindex (broker://queue:solr.reindex)
stacks-fcrepo-camel-new  | INFO 15:54:55.657 [main] (AbstractCamelContext)     Started FcrepoSolrIndexer (direct://index.solr)
stacks-fcrepo-camel-new  | INFO 15:54:55.657 [main] (AbstractCamelContext)     Started FcrepoSolrDeleter (direct://delete.solr)
stacks-fcrepo-camel-new  | INFO 15:54:55.657 [main] (AbstractCamelContext)     Started FcrepoSolrUpdater (direct://update.solr)
stacks-fcrepo-camel-new  | INFO 15:54:55.660 [main] (AbstractCamelContext)     Started FcrepoSolrSend (direct://send.to.solr)
stacks-fcrepo-camel-new  | INFO 15:54:55.660 [main] (AbstractCamelContext)     Started FcrepoReindexingRest (jetty:http://0.0.0.0:9080/reindexing)
stacks-fcrepo-camel-new  | INFO 15:54:55.661 [main] (AbstractCamelContext)     Started FcrepoReindexingUsage (direct://usage)
stacks-fcrepo-camel-new  | INFO 15:54:55.661 [main] (AbstractCamelContext)     Started FcrepoReindexingReindex (direct://reindex)
stacks-fcrepo-camel-new  | INFO 15:54:55.661 [main] (AbstractCamelContext)     Started FcrepoReindexingTraverse (broker://queue:reindexing)
stacks-fcrepo-camel-new  | INFO 15:54:55.661 [main] (AbstractCamelContext)     Started FcrepoReindexingRecipients (direct://recipients)
stacks-fcrepo-camel-new  | INFO 15:54:55.662 [main] (AbstractCamelContext) Apache Camel 3.9.0 (camel-1) started in 2s679ms (build:157ms init:1s403ms start:1s119ms)
stacks-fcrepo-camel-new  | INFO 15:54:55.690 [main] (Driver) fcrepo-camel-toolbox started.


Now when I run this command to reindex a fedora object
curl -XPOST -H"Content-Type: application/json"  -d[\"activemq:queue:solr.reindex\"]  "http://localhost:9080/reindexing/objects/731bb011-d213-4dd5-9bcc-10be365220f9"
The local-stacks-fcrepo-camel logs shows

stacks-fcrepo-camel-new  | INFO 15:55:41.073 [qtp802573073-34] (ReindexingRouter) Initial indexing path: http://local-stacks-fcrepo:8080/fcrepo/rest/objects/731bb011-d213-4dd5-9bcc-10be365220f9
stacks-fcrepo-camel-new  | WARN 15:55:41.156 [ActiveMQ Task-1] (FailoverTransport) Failed to connect to [tcp://localhost:61616] after: 1 attempt(s) with Connection refused (Connection refused), continuing to retry.
stacks-fcrepo-camel-new  | WARN 15:55:46.298 [ActiveMQ Task-1] (FailoverTransport) Failed to connect to [tcp://localhost:61616] after: 10 attempt(s) with Connection refused (Connection refused), continuing to retry.

Thomas Bernhart

unread,
Apr 29, 2025, 11:50:41 AMApr 29
to Fedora Tech
Hi Bhavna,

As your setting environment variables FEDORA_ADMIN_USERNAME and FEDORA_ADMIN_PASSWORD for the Fedora 6 container (stacks-fcrepo),
you also need to configure the Fedora 6 user in the configuration.properties for the Camel Toolbox:

fcrepo.authUsername=USERNAME
fcrepo.authPassword=PASSWORD

By default both are set to fedoraAdmin (which is also the default for the official Fedora 6 docker container). But as you change them in your stack configuration, you also need to make the new credentials known to Camel Toolbox.

I hope that fixes your issue.

Best regards
Thomas

--
Thomas Bernhart
Product Owner / Software-/Cloud-Engineer

docuteam AG
Informationsmanagement und Archivdienstleistungen
Im Langacker 16, CH-5405 Baden-Dättwil
Tel. +41 56 470 03 37, direkt +41 56 511 11 47
https://www.docuteam.ch/

Digitale Archivierung in der Cloud: https://cosmos.docuteam.ch/

________________________________________
Von: fedor...@googlegroups.com <fedor...@googlegroups.com> im Auftrag von Bhavna Gehlot <cpaps...@gmail.com>
Gesendet: Montag, 28. April 2025 22:29
An: Fedora Tech
Betreff: Re: [fedora-tech] Re: Error when running reindexing


Tel. +41 56 470 03 37<tel:+41%2056%20470%2003%2037>, direkt +41 56 511 11 47<tel:+41%2056%20511%2011%2047>
https://www.docuteam.ch/<https://www.docuteam.ch/>

Digitale Archivierung in der Cloud: https://cosmos.docuteam.ch/<https://cosmos.docuteam.ch/>

________________________________________
Von: fedor...@googlegroups.com <fedor...@googlegroups.com> im Auftrag von Bhavna Gehlot <cpaps...@gmail.com>
Gesendet: Donnerstag, 24. April 2025 20:12
An: Fedora Tech
Betreff: Re: [fedora-tech] Re: Error when running reindexing

Forgot to mention, we have disabled the basic Auth on fcrepo. Not sure if that can cause this issue

On Thursday, April 24, 2025 at 2:11:30 PM UTC-4 Bhavna Gehlot wrote:
We have recently moved to docker containers and we are trying to integrate the latest fcrepo camel tool box with fcrepo 6.4.0. All this (settings in previous reply) is set up in this new architecture where I am seeing this error

WARN 17:22:23.527 [ActiveMQ Task-1] (FailoverTransport) Failed to connect to [tcp://localhost:61616] after: 460 attempt(s) with Connection refused (Connection refused), continuing to retry.

On Thursday, April 24, 2025 at 1:31:20 PM UTC-4 Jared Whiklo wrote:

Hi Bhavna,

It appears that you are deploying and older version of fcrepo-camel-toolbox to an OSGI container (like Karaf). If this is correct, then you want to look at the version 5.0.0 documentation as it will have different parameters.

https://github.com/fcrepo-exts/fcrepo-camel-toolbox/tree/5.0.0-RC<https://github.com/fcrepo-exts/fcrepo-camel-toolbox/tree/5.0.0-RC><https://github.com/fcrepo-exts/fcrepo-camel-toolbox/tree/5.0.0-RC<https://github.com/fcrepo-exts/fcrepo-camel-toolbox/tree/5.0.0-RC>>
To view this discussion visit https://groups.google.com/d/msgid/fedora-tech/9e5c28ff-bfa1-4495-af60-e16a7f416b2cn%40googlegroups.com<https://groups.google.com/d/msgid/fedora-tech/9e5c28ff-bfa1-4495-af60-e16a7f416b2cn%40googlegroups.com><https://groups.google.com/d/msgid/fedora-tech/9e5c28ff-bfa1-4495-af60-e16a7f416b2cn%40googlegroups.com?utm_medium=email&utm_source=footer<https://groups.google.com/d/msgid/fedora-tech/9e5c28ff-bfa1-4495-af60-e16a7f416b2cn%40googlegroups.com?utm_medium=email&utm_source=footer>>.

--
jwh...@gmail.com

--
You received this message because you are subscribed to the Google Groups "Fedora Tech" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fedora-tech...@googlegroups.com<mailto:fedora-tech...@googlegroups.com>.
To view this discussion visit https://groups.google.com/d/msgid/fedora-tech/df0cb817-12fd-4d0d-b1a5-a6bfb1bd9139n%40googlegroups.com<https://groups.google.com/d/msgid/fedora-tech/df0cb817-12fd-4d0d-b1a5-a6bfb1bd9139n%40googlegroups.com><https://groups.google.com/d/msgid/fedora-tech/df0cb817-12fd-4d0d-b1a5-a6bfb1bd9139n%40googlegroups.com?utm_medium=email&utm_source=footer<https://groups.google.com/d/msgid/fedora-tech/df0cb817-12fd-4d0d-b1a5-a6bfb1bd9139n%40googlegroups.com?utm_medium=email&utm_source=footer>>.

--
You received this message because you are subscribed to the Google Groups "Fedora Tech" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fedora-tech...@googlegroups.com<mailto:fedora-tech...@googlegroups.com>.
To view this discussion visit https://groups.google.com/d/msgid/fedora-tech/e3e0064b-baa3-4e08-abe7-e92a4481d1abn%40googlegroups.com<https://groups.google.com/d/msgid/fedora-tech/e3e0064b-baa3-4e08-abe7-e92a4481d1abn%40googlegroups.com?utm_medium=email&utm_source=footer>.
Reply all
Reply to author
Forward
0 new messages