I followed the link, but the link for the kickstart file for Fedora Labs Scientific version states the link is retired.
Do you know where I can find the kickstart file for Fedora Labs Scientific 37 or 38 or the complete list of packages that are installed in this Labs version of Fedora?
I started here: https://docs.fedoraproject.org/en-US/releases/f38/spins/
Then, I went here: https://fedoraproject.org/wiki/Scientific_Spin
Then, I clicked that link above, which is here: https://git.fedorahosted.org/cgit/spin-kickstarts.git/tree/fedora-livedvd-sc...
And, when I go there, I am greeted by a statement, which reads, "fedorahosted.org was retired on March 1st, 2017. If you are viewing this page, odds are it's after that date and you have been redirected here by attempting to go to some project on fedorahosted.org.”
On Tue, Feb 14, 2023 at 09:42:16AM -0500, raob wrote:
I followed the link, but the link for the kickstart file for Fedora Labs Scientific version states the link is retired.
Do you know where I can find the kickstart file for Fedora Labs Scientific 37 or 38 or the complete list of packages that are installed in this Labs version of Fedora?
I started here: https://docs.fedoraproject.org/en-US/releases/f38/spins/
Then, I went here: https://fedoraproject.org/wiki/Scientific_Spin
Then, I clicked that link above, which is here: https://git.fedorahosted.org/cgit/spin-kickstarts.git/tree/fedora-livedvd-sc...
And, when I go there, I am greeted by a statement, which reads, "fedorahosted.org was retired on March 1st, 2017. If you are viewing this page, odds are it's after that date and you have been redirected here by attempting to go to some project on fedorahosted.org.”
yeah, thats out of date, you want to go to:
https://pagure.io/fedora-kickstarts/
The fedora-live-scientific_kde.ks is likely the one you want. Go to the f38 or f37 branch for that version.
Hope that helps.
kevin
Thank you so much. It's just what I was looking for.
On 2023-02-14 11:30, Kevin Fenzi wrote:
On Tue, Feb 14, 2023 at 09:42:16AM -0500, raob wrote:
I followed the link, but the link for the kickstart file for Fedora Labs Scientific version states the link is retired.
Do you know where I can find the kickstart file for Fedora Labs Scientific 37 or 38 or the complete list of packages that are installed in this Labs version of Fedora?
I started here: https://docs.fedoraproject.org/en-US/releases/f38/spins/
Then, I went here: https://fedoraproject.org/wiki/Scientific_Spin
Then, I clicked that link above, which is here: https://git.fedorahosted.org/cgit/spin-kickstarts.git/tree/fedora-livedvd-sc...
And, when I go there, I am greeted by a statement, which reads, "fedorahosted.org was retired on March 1st, 2017. If you are viewing this page, odds are it's after that date and you have been redirected here by attempting to go to some project on fedorahosted.org.”
yeah, thats out of date, you want to go to:
https://pagure.io/fedora-kickstarts/
The fedora-live-scientific_kde.ks is likely the one you want. Go to the f38 or f37 branch for that version.
Hope that helps.
kevin
spins mailing list -- spins@lists.fedoraproject.org To unsubscribe send an email to spins-leave@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/spins@lists.fedoraproject.org Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
Another question, and pardon the group members for something that may be so obvious to you. I am new to running development versions such as Rawhide or even Fedora 39, but here goes:
I am trying to install snapper, but I am getting "conflicting requests" . . . nothing provides libboost_thread.so.1.78.0()(64bit) needed by snapper-0.10.1-2.fc37.x86_64.
I issued the following command ll /usr/lib64 | grep libboost_thread and got the following result -rwxr-xr-x. 1 root root 127144 Feb 19 19:00 libboost_thread.so.1.81.0
So, it looks like Rawhide ([root@T470s-20jts0vp00 ~]# uname -r 6.3.0-0.rc0.20230303git2eb29d59ddf0.13.fc39.x86_64) # cat /etc/os-release NAME="Fedora Linux" VERSION="39 (KDE Plasma Prerelease)"
has a newer version of libboost_thread than what the snapper (snapshot application from SUSE) program can use.
How does this work? Is it the snapper folks need to get their software working now with the latest libboost_thread.so?
On 2023-02-14 11:30, Kevin Fenzi wrote:
On Tue, Feb 14, 2023 at 09:42:16AM -0500, raob wrote:
I followed the link, but the link for the kickstart file for Fedora Labs Scientific version states the link is retired.
Do you know where I can find the kickstart file for Fedora Labs Scientific 37 or 38 or the complete list of packages that are installed in this Labs version of Fedora?
I started here: https://docs.fedoraproject.org/en-US/releases/f38/spins/
Then, I went here: https://fedoraproject.org/wiki/Scientific_Spin
Then, I clicked that link above, which is here: https://git.fedorahosted.org/cgit/spin-kickstarts.git/tree/fedora-livedvd-sc...
And, when I go there, I am greeted by a statement, which reads, "fedorahosted.org was retired on March 1st, 2017. If you are viewing this page, odds are it's after that date and you have been redirected here by attempting to go to some project on fedorahosted.org.”
yeah, thats out of date, you want to go to:
https://pagure.io/fedora-kickstarts/
The fedora-live-scientific_kde.ks is likely the one you want. Go to the f38 or f37 branch for that version.
Hope that helps.
kevin
spins mailing list -- spins@lists.fedoraproject.org To unsubscribe send an email to spins-leave@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/spins@lists.fedoraproject.org Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
On Tue, Mar 7, 2023 at 3:40 PM raob raob@vivaldi.net wrote:
How does this work? Is it the snapper folks need to get their software working now with the latest libboost_thread.so?
Yes, it looks like snapper needs to be rebuilt against a newer version of boost. There's an open bug for the build failure: https://bugzilla.redhat.com/show_bug.cgi?id=2114562
Forgive me for intruding again, Mr Cotton.
Now that dnf5 is out, snapper doesn't work to make pre and post snapshots when dnf5 is executed. It's like the dog chasing its tail, no?
When one thing changes, then something else that depended on it breaks, and it needs to be changed. To whom would I write about snapper getting updated so that it works with dnf5 now?
Regards, R Bennett.
On 2023-03-07 20:40, raob wrote:
Another question, and pardon the group members for something that may be so obvious to you. I am new to running development versions such as Rawhide or even Fedora 39, but here goes:
I am trying to install snapper, but I am getting "conflicting requests" . . . nothing provides libboost_thread.so.1.78.0()(64bit) needed by snapper-0.10.1-2.fc37.x86_64.
I issued the following command ll /usr/lib64 | grep libboost_thread and got the following result -rwxr-xr-x. 1 root root 127144 Feb 19 19:00 libboost_thread.so.1.81.0
So, it looks like Rawhide ([root@T470s-20jts0vp00 ~]# uname -r 6.3.0-0.rc0.20230303git2eb29d59ddf0.13.fc39.x86_64) # cat /etc/os-release NAME="Fedora Linux" VERSION="39 (KDE Plasma Prerelease)"
has a newer version of libboost_thread than what the snapper (snapshot application from SUSE) program can use.
How does this work? Is it the snapper folks need to get their software working now with the latest libboost_thread.so?
On 2023-02-14 11:30, Kevin Fenzi wrote:
On Tue, Feb 14, 2023 at 09:42:16AM -0500, raob wrote:
I followed the link, but the link for the kickstart file for Fedora Labs Scientific version states the link is retired.
Do you know where I can find the kickstart file for Fedora Labs Scientific 37 or 38 or the complete list of packages that are installed in this Labs version of Fedora?
I started here: https://docs.fedoraproject.org/en-US/releases/f38/spins/
Then, I went here: https://fedoraproject.org/wiki/Scientific_Spin
Then, I clicked that link above, which is here: https://git.fedorahosted.org/cgit/spin-kickstarts.git/tree/fedora-livedvd-sc...
And, when I go there, I am greeted by a statement, which reads, "fedorahosted.org was retired on March 1st, 2017. If you are viewing this page, odds are it's after that date and you have been redirected here by attempting to go to some project on fedorahosted.org.”
yeah, thats out of date, you want to go to:
https://pagure.io/fedora-kickstarts/
The fedora-live-scientific_kde.ks is likely the one you want. Go to the f38 or f37 branch for that version.
Hope that helps.
kevin
spins mailing list -- spins@lists.fedoraproject.org To unsubscribe send an email to spins-leave@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/spins@lists.fedoraproject.org Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
Hi there,
I see you filed an issue already. Now we wait for the maintainer to respond:
https://bugzilla.redhat.com/show_bug.cgi?id=2217427
On Sat, Jun 24, 2023 02:49:41 +0000, raob wrote:
Forgive me for intruding again, Mr Cotton.
Now that dnf5 is out, snapper doesn't work to make pre and post snapshots when dnf5 is executed. It's like the dog chasing its tail, no?
When one thing changes, then something else that depended on it breaks, and it needs to be changed. To whom would I write about snapper getting updated so that it works with dnf5 now?
Regards, R Bennett.
On 2023-03-07 20:40, raob wrote:
Another question, and pardon the group members for something that may be so obvious to you. I am new to running development versions such as Rawhide or even Fedora 39, but here goes:
I am trying to install snapper, but I am getting "conflicting requests" . . . nothing provides libboost_thread.so.1.78.0()(64bit) needed by snapper-0.10.1-2.fc37.x86_64.
I issued the following command ll /usr/lib64 | grep libboost_thread and got the following result -rwxr-xr-x. 1 root root 127144 Feb 19 19:00 libboost_thread.so.1.81.0
So, it looks like Rawhide ([root@T470s-20jts0vp00 ~]# uname -r 6.3.0-0.rc0.20230303git2eb29d59ddf0.13.fc39.x86_64) # cat /etc/os-release NAME="Fedora Linux" VERSION="39 (KDE Plasma Prerelease)"
has a newer version of libboost_thread than what the snapper (snapshot application from SUSE) program can use.
How does this work? Is it the snapper folks need to get their software working now with the latest libboost_thread.so?
On 2023-02-14 11:30, Kevin Fenzi wrote:
On Tue, Feb 14, 2023 at 09:42:16AM -0500, raob wrote:
I followed the link, but the link for the kickstart file for Fedora Labs Scientific version states the link is retired.
Do you know where I can find the kickstart file for Fedora Labs Scientific 37 or 38 or the complete list of packages that are installed in this Labs version of Fedora?
I started here: https://docs.fedoraproject.org/en-US/releases/f38/spins/
Then, I went here: https://fedoraproject.org/wiki/Scientific_Spin
Then, I clicked that link above, which is here: https://git.fedorahosted.org/cgit/spin-kickstarts.git/tree/fedora-livedvd-sc...
And, when I go there, I am greeted by a statement, which reads, "fedorahosted.org was retired on March 1st, 2017. If you are viewing this page, odds are it's after that date and you have been redirected here by attempting to go to some project on fedorahosted.org.”
yeah, thats out of date, you want to go to:
https://pagure.io/fedora-kickstarts/
The fedora-live-scientific_kde.ks is likely the one you want. Go to the f38 or f37 branch for that version.
Hope that helps.
kevin
spins mailing list -- spins@lists.fedoraproject.org To unsubscribe send an email to spins-leave@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/spins@lists.fedoraproject.org Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
spins mailing list -- spins@lists.fedoraproject.org To unsubscribe send an email to spins-leave@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/spins@lists.fedoraproject.org Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue