From Fedora Project Wiki

Combined display of all available logs of Fedora Project Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 11:03, 24 August 2023 Coconut talk contribs created page Test Results:Fedora 39 Branched 20230824.n.0 Base (Relval bot-created Base validation results page for Fedora 39 Branched 20230824.n.0)
  • 11:03, 24 August 2023 Coconut talk contribs created page Test Results:Fedora 39 Branched 20230824.n.0 Installation (Relval bot-created Installation validation results page for Fedora 39 Branched 20230824.n.0)
  • 08:23, 22 August 2023 Sumantrom talk contribs created page QA:Testcase fribidi (Created page with "{{QA/Test_Case |description=This test case ensures that the FriBidi library correctly handles bidirectional text (like Arabic or Hebrew). |setup= # Ensure `fribidi` is installed: ``sudo dnf install fribidi``. # You may want to have sample bidirectional text available for testing. An online resource or a previously prepared text file would suffice. |actions= # Open a terminal. # Use the command ``fribidi`` to process a string of bidirectional text. For example: ``echo "En...")
  • 07:51, 22 August 2023 Sumantrom talk contribs created page QA:Testcase freetype (Created page with "{{QA/Test_Case |description=This test case ensures the FreeType library functions correctly to render fonts. |setup= # Ensure that `freetype` is installed: ``sudo dnf install freetype``. # Install a GUI application that allows for font customization, like `gedit` (if not already installed): ``sudo dnf install gedit``. |actions= # Launch the `gedit` application. # Type some sample text into the editor. # Open the `Preferences` or similar section in the application, and na...")
  • 05:23, 22 August 2023 Sumantrom talk contribs created page QA:Testcase freerdp-libs (Created page with "k")
  • 04:50, 22 August 2023 Sumantrom talk contribs created page QA:Testcase fprintd (Created page with "{{QA/Test_Case |description=This test case ensures that `fprintd`, the D-Bus service for fingerprint reader access, is set up correctly and allows a user to authenticate using their fingerprint. |setup= # Ensure that the `fprintd` and `fprintd-pam` packages are installed. If not, install them with the command: ``sudo dnf install fprintd fprintd-pam`` # Ensure that your system has a fingerprint reader, and it's supported in Linux. # Ensure that you have already enrolled y...")
  • 04:47, 22 August 2023 Sumantrom talk contribs created page QA:Testcase filesystem (Created page with "{{QA/Test_Case |description=This test case ensures that the `filesystem` package, which provides basic directory layout for a Linux operating system, is set up correctly. |setup= # Ensure that the `filesystem` package is installed. If not, install it with the command: ``sudo dnf install filesystem`` # Navigate to the root directory using: ``cd /`` |actions= # Verify the existence of essential directories: * ``ls /bin`` * ``ls /etc`` * ``ls /home`` * ``ls /lib``...")
  • 19:28, 21 August 2023 Aacosta talk contribs created page SCaLE 21X Event (Scale21x events NA)
  • 18:12, 21 August 2023 Seirdy talk contribs created page User:Seirdy (Create my page.)
  • 13:48, 21 August 2023 Sumantrom talk contribs created page QA:Testcase firewalld (Created page with "{{QA/Test_Case |description=This test case ensures that the `firewalld` service, which provides dynamic firewall management, is functioning correctly alongside the provided filesystem configuration from `firewalld-filesystem`. |setup= # Ensure that `firewalld` and `firewalld-filesystem` packages are installed. If not, install them with the command: ``sudo dnf install firewalld firewalld-filesystem`` # Start the firewalld service with: ``sudo systemctl start firewalld`` |...")
  • 13:45, 21 August 2023 Sumantrom talk contribs created page QA:Testcase findutils (Created page with "{{QA/Test_Case |description=This test case ensures that the `findutils` package, which provides basic file searching utilities like `find` and `xargs`, functions correctly. |setup= # Ensure that `findutils` package is installed. If not, install it with the command: ``sudo dnf install findutils`` |actions= # Run the command: ``find /usr/bin -name 'ls'`` # This searches for the `ls` command within `/usr/bin`. # Use `xargs` to count the number of lines in `/etc/passwd`. Run...")
  • 13:42, 21 August 2023 Sumantrom talk contribs created page QA:Testcase fedora-appstream-metadata (Created page with "{{QA/Test_Case |description=This test case ensures that the fedora-appstream-metadata package provides correct and valid metadata for the software applications available in Fedora. The metadata is essential for app centers like GNOME Software to show accurate and comprehensive information about available software to the users. |setup= # Ensure `fedora-appstream-metadata` and `appstream-util` packages are installed. If not, install them with the command: ``sudo dnf instal...")
  • 13:33, 21 August 2023 Sumantrom talk contribs created page QA:Testcase fdk aac (Created page with "{{QA/Test_Case |description=This test case ensures that the `fdk-aac-free` library is properly installed and can be linked against in Fedora. |setup= # Ensure the `fdk-aac-free` library and development files are installed. If not, install them with the command: `sudo dnf install fdk-aac-free fdk-aac-free-devel` |actions= # Create a simple C++ program named `test_fdk_aac.cpp` with the following content to link against the library: ''#include <fdk-aac/aacenc_lib.h> in...")
  • 13:21, 21 August 2023 Sumantrom talk contribs created page QA:Testcase expect (Created page with "{{QA/Test_Case |description=This test case ensures that the `expect` utility can automate interactive command-line programs in Fedora. |setup= # Ensure the `expect` tool is installed. If not, install it with the command: `sudo dnf install expect` |actions= # Create a sample `expect` script named `test_expect.exp` with the following content: '' #!/usr/bin/expect -f spawn /usr/bin/passwd expect "Changing password for user" send "newpassword\r" expect "New pa...")
  • 13:17, 21 August 2023 Sumantrom talk contribs created page QA:Testcase expat (Created page with "{{QA/Test_Case |description=This test case verifies that the `expat` library for parsing XML is functioning correctly in Fedora. |setup= # Install the `expat` tools: `sudo dnf install expat` # Prepare an XML file named `sample.xml` with the content: ''<?xml version="1.0"?> <note> <to>Tove</to> <from>Jani</from> <heading>Reminder</heading> <body>Don't forget me this weekend!</body> </note>'' |actions= # Open a terminal. # Check the version of `expat` insta...")
  • 13:12, 21 August 2023 Sumantrom talk contribs created page QA:Testcase exo (Created page with "{{QA/Test_Case |description=This test case ensures that the `exo` library, which assists in the development of XFCE applications, functions correctly in Fedora. |setup= # Ensure the `exo` tools are installed. If not, install them with the command: `sudo dnf install exo` |actions= # Open a terminal. # Launch the default web browser using `exo`: `exo-open --launch WebBrowser` # Launch the default email client using `exo`: `exo-open --launch MailReader` # Check the version...")
  • 13:10, 21 August 2023 Sumantrom talk contribs created page QA:Testcase exiv2 (Created page with "{{QA/Test_Case |description=This test case ensures that the `exiv2` tool, which provides access to image metadata, works correctly in Fedora. |setup= # Ensure `exiv2` is installed. If not, install it with the command: `sudo dnf install exiv2` |actions= # Open a terminal. # Download a public domain image from Wikimedia Commons known to contain metadata: `wget https://upload.wikimedia.org/wikipedia/commons/7/71/2010-kodiak-bear-1.jpg -O sample.jpg` # Use `exiv2` to view me...")
  • 12:57, 21 August 2023 Sumantrom talk contribs created page QA:Testcase exempi (Created page with "{{QA/Test_Case |description=This test case ensures that the `exempi` tool, which provides access to XMP metadata, functions correctly on Fedora. |setup= # Ensure you have `exempi` installed. If not, install it using the command: `sudo dnf install exempi` |actions= # Open a terminal. # Download a public domain image from Wikimedia Commons known to contain metadata: `wget https://upload.wikimedia.org/wikipedia/commons/7/71/2010-kodiak-bear-1.jpg -O sample.jpg` # Use `exemp...")
  • 12:52, 21 August 2023 Sumantrom talk contribs created page QA:Testcase espeak-ng (Created page with "{{QA/Test_Case |description=This test case ensures that the `espeak-ng` text-to-speech engine functions correctly on Fedora. |setup= # Ensure you have `espeak-ng` installed. If not, install it: `sudo dnf install espeak-ng` |actions= # Open a terminal. # Test a basic text-to-speech functionality by running: `espeak-ng "Hello, Fedora!"` # Experiment with different languages. For instance, to speak in Spanish: `espeak-ng -v es "Hola, Fedora!"`. # Change the speech rate to b...")
  • 12:50, 21 August 2023 Sumantrom talk contribs created page QA:Testcase enchant (Created page with "{{QA/Test_Case |description=This test case ensures that both `enchant` and `enchant2` spell checking libraries are functioning correctly on Fedora. |setup= # Ensure that you have both `enchant` and `enchant2` installed. If not, install them: `sudo dnf install enchant enchant2` # For testing purposes, you might want to ensure you have a few dictionaries installed. For instance: `sudo dnf install hunspell-en-US` |actions= # Open a terminal. # Use `enchant-lsmod-2` to list...")
  • 12:47, 21 August 2023 Sumantrom talk contribs created page QA:Testcase ethtool (Created page with "{{QA/Test_Case |description=This test case ensures that `ethtool` is functioning properly on Fedora to display and modify network device settings. |setup= # Ensure that you have `ethtool` installed. If not, install it: `sudo dnf install ethtool` |actions= # Open a terminal. # Identify your primary network interface, e.g., `eth0` or `enp0s3`. You can use `ip a` to list available interfaces. # Run `ethtool <your-interface>` to display current settings for the interface. #...")
  • 12:40, 21 August 2023 Sumantrom talk contribs created page QA:Testcase emacs filesystem (Created page with "{{QA/Test_Case |description=This test case ensures that the `emacs-filesystem` structure is properly set up on Fedora. |setup= # Ensure that you have `emacs-filesystem` installed. If not, install it: `sudo dnf install emacs-filesystem` |actions= # Open a terminal. # Verify the directory structure exists: `ls /usr/share/emacs/` # Verify the `site-lisp` directory: `ls /usr/share/emacs/site-lisp/` |results= # The directory `/usr/share/emacs/` should exist. # The `site-lisp`...")
  • 12:38, 21 August 2023 Sumantrom talk contribs created page QA:Testcase ed (Created page with "{{QA/Test_Case |description=This test case ensures that the `ed` command-line text editor works properly on Fedora. |setup=# Ensure that you have `ed` installed. If not, install it: `sudo dnf install ed` |actions=# Open a terminal. # Create a new file and enter the `ed` editor: `ed testfile.txt` # At the `ed` prompt, type `a` to enter append mode. Then, type "This is a test file for ed.", and finish input with a single period `.` on its own line. # Save the changes to th...")
  • 10:53, 21 August 2023 User account Piejacker875 talk contribs was created automatically
  • 10:29, 21 August 2023 Sumantrom talk contribs created page QA:Testcase ebook-tools-libs (Created page with "{{QA/Test_Case |description=This test case ensures the functionality of the `ebook-tools-libs` when interacting with EPUB files. |setup= # Install a fresh copy of Fedora. # Ensure `ebook-tools-libs` and its development files are installed: `dnf install ebook-tools-libs ebook-tools-devel`. # Prepare a sample C/C++ application that uses the `ebook-tools-libs` to interact with an EPUB file. Also, have a sample EPUB file for testing. |actions= # Compile the sample applicati...")
  • 10:03, 21 August 2023 Sumantrom talk contribs created page QA:Testcase e2fsprogs libs (Created page with "{{QA/Test_Case |description=e2fsprogs is a suite of utilities for maintaining the ext2, ext3, and ext4 file systems. e2fsprogs-libs provides essential shared libraries used by the utilities in e2fsprogs. Testing these packages requires ensuring that the utilities can perform file system operations and that the libraries support these utilities without issues.This test case ensures that the shared libraries in `e2fsprogs-libs` support the utilities in `e2fsprogs` without...")
  • 10:01, 21 August 2023 Sumantrom talk contribs created page QA:Testcase e2fsprogs (Created page with "{{QA/Test_Case |description=This test case ensures the basic functionalities of `e2fsprogs` work correctly on ext2/ext3/ext4 file systems. |setup= # Install a fresh copy of Fedora. # Ensure `e2fsprogs` is installed: `dnf install e2fsprogs`. # Prepare a spare storage device or a disk image for testing. |actions= # Create an ext4 file system: `mkfs.ext4 /path/to/device_or_image`. # Check the file system: `e2fsck /path/to/device_or_image`. # Adjust filesystem parameters us...")
  • 09:52, 21 August 2023 Sumantrom talk contribs created page QA:Testcase dwz (Created page with "{{QA/Test_Case |description=This test case ensures that `dwz` can optimize DWARF debugging information in ELF binaries without corruption. |setup= 1. Install a fresh copy of Fedora. 2. Ensure `dwz` is installed using: `dnf install dwz`. 3. Compile a helloworld C/C++ application with debugging information: `gcc -g -o sample sample.c`. |actions= # Optimize the debugging information with `dwz`: `dwz sample`. # Use a debugging tool, like `gdb`, to debug the `sample` binary....")
  • 09:40, 21 August 2023 Sumantrom talk contribs created page QA:Testcase duktape (Created page with "{{QA/Test_Case |description=This test case ensures that Duktape can correctly interpret and execute embedded Javascript. |setup= # Install a fresh copy of Fedora. # Ensure `duktape` and its development files are installed, possibly using: `dnf install duktape duktape-devel`. # Prepare a sample C/C++ application that embeds Duktape and some basic Javascript code to execute. |actions= # Compile the sample application which embeds Duktape. Here's the code for it in https...")
  • 09:31, 21 August 2023 Sumantrom talk contribs created page QA:Testcase drpm (Created page with "{{QA/Test_Case |description=This test case validates the basic functionality of drpm to ensure it can create and apply delta RPMs correctly. |setup= # Install a fresh copy of Fedora. # Ensure `drpm` is installed using: `dnf install drpm`. |actions= ### Creation of Delta RPM # Create an older and newer version of a sample RPM package or obtain two versions of an RPM package. # Run `makedeltaiso old_rpm.rpm new_rpm.rpm delta.rpm`. ### Applying Delta RPM # Install the old...")
  • 09:26, 21 August 2023 Tekkamanninja talk contribs moved page Architectures/RISC-V/64ILP23 to Architectures/RISC-V/64ILP32 (typo)
  • 09:21, 21 August 2023 Sumantrom talk contribs created page QA:Testcase dracut (Created page with "{{QA/Test_Case |description=This test case validates the basic functionality of dracut, ensuring it can create an initramfs image. |setup= # Install a fresh copy of Fedora. # Ensure dracut is installed using: `dnf install dracut`. |actions= # Run `dracut --force`. # Navigate to `/boot` and ensure a new initramfs image file has been created. |results= # The command completes without error. # An initramfs image is successfully generated in `/boot`. |optional=Experiment wit...")
  • 09:12, 21 August 2023 Tekkamanninja talk contribs created page Architectures/RISC-V/64ILP23 (Created page with "== Why 32-bit Linux? == The motivation for using a 32-bit Linux kernel is to reduce memory footprint and meet the small capacity of DDR & cache requirement .(e.g., 64/128MB SIP SoC). The size of ilp32's long & pointer is just half of lp64's (rv64 default abi - longs and pointers are all 64-bit). This significant difference in data type causes different memory & cache footprint costs. Here is the comparison measurement between s32ilp32, s64ilp32, and s64lp64 in the same...")
  • 09:12, 21 August 2023 Tekkamanninja talk contribs created page File:64ilp32.png
  • 09:12, 21 August 2023 Tekkamanninja talk contribs uploaded File:64ilp32.png
  • 08:50, 21 August 2023 Sumantrom talk contribs created page QA:Testcase double conversion (Created page with "{{QA/Test_Case |description=This test case ensures that the `double-conversion` library provides accurate and fast conversion routines for IEEE doubles. It will validate the binary-decimal and decimal-binary conversions. |setup= # Install the version of Fedora that is to be tested on a bare metal or virtual system. # Install the `double-conversion` and its development packages using the command: `sudo dnf install double-conversion double-conversion-devel`. # Install a C+...")
  • 03:07, 21 August 2023 Pnemade talk contribs created page I18N/Meetings/2023-08-21 (init)
  • 20:39, 19 August 2023 User account Trobbins talk contribs was created automatically
  • 19:30, 18 August 2023 Buckaroogeek talk contribs created page Changes/RestructureKubernetesPackages (Created page with "= Restructure Kubernetes Packages = == Summary == New or revised (sub)package names are proposed for Kubernetes packages in Fedora. The new names will better align Kubernetes with current usage as documented upstream and improve alignment of package content with current Fedora practices and standards. == Owner == * Name: Brad Smith * Email: bradley.g.smith@gmail.com <!--- UNCOMMENT only for Changes with assigned Shepherd (by FESCo) * FESCo sheph...")
  • 10:32, 18 August 2023 User account Jeganshiny talk contribs was created automatically
  • 06:30, 18 August 2023 Naraiank talk contribs created page Fedora Project Wiki:Translating/te (Created page with "{{autolang|base=yes}} {{policy page}} {{shortcut|FP:LANG}} == దశ 1: పేజీ యొక్క ఆంగ్ల సంస్కరణను కనుగొనండి == Fedora ప్రాజెక్ట్ వికీకి ఆంగ్లం మూల భాష, కాబట్టి మీరు పని చేస్తున్న పేజీ యొక్క ఆంగ్ల వెర్షన్ ఉండాలి. (మీరు పని చేస్త...")
  • 03:35, 18 August 2023 Sumantrom talk contribs created page QA:Testcase dotconf (Created page with "{{QA/Test_Case |description=dotconf is a library for reading configuration files, which are similar to those used by the Apache HTTPD server. dotconf allows you to read and manage configuration files in your applications.This test case ensures that the `dotconf` library is working as expected. It verifies the ability to create, read, and parse configuration files using `dotconf`. |setup= # Install the version of Fedora that is to be tested on a bare metal or virtual syst...")
  • 03:30, 18 August 2023 Sumantrom talk contribs created page QA:Testcase dosfstools (Created page with "{{QA/Test_Case |description=This test case ensures that the `dosfstools` utilities are working as expected. It verifies the ability to create a FAT filesystem and to check and repair a FAT filesystem using `mkfs.fat` and `fsck.fat`. |setup= 1. Install the version of Fedora that is to be tested on a bare metal or virtual system. 2. Install the `dosfstools` package using the command: `sudo dnf install dosfstools`. 3. Prepare a test device or file. For safety, this is often...")
  • 02:56, 18 August 2023 Sumantrom talk contribs created page QA:Testcase docbook-style-xsl (Created page with "{{QA/Test_Case |description=This test case ensures that the `docbook-style-xsl` package is working as expected. It is designed to verify that DocBook XSL stylesheets can be used to transform DocBook documents successfully. |setup= 1. Install the version of Fedora that is to be tested on a bare metal or virtual system. 2. Install the `docbook-style-xsl` package using the command: `sudo dnf install docbook-style-xsl`. |actions= # Create or obtain a sample DocBook XML docum...")
  • 02:54, 18 August 2023 Sumantrom talk contribs created page QA:Testcase docbook-dtds (Created page with "{{QA/Test_Case |description=docbook-dtds is a package that contains Document Type Definitions (DTDs) for verifying the syntax of DocBook documents. This test case ensures that the `docbook-dtds` package is working as expected. It is designed to verify that DocBook DTDs can be used to validate DocBook documents successfully. |setup= # Install the version of Fedora that is to be tested on a bare metal or virtual system. # Install the `docbook-dtds` package using the comman...")
  • 02:40, 18 August 2023 Sumantrom talk contribs created page QA:Testcase dnsmasq (Created page with "{{QA/Test_Case |description=dnsmasq is a lightweight, easy to configure DNS forwarder, DHCP server, and TFTP server. It is designed to provide DNS and, optionally, DHCP, to a small network.This test case ensures that the `dnsmasq` package is working as expected. It is designed to verify that `dnsmasq` can successfully function as a DNS forwarder and a DHCP server. |setup= # Install the version of Fedora that is to be tested on a bare metal or virtual system. # Install th...")
  • 02:31, 18 August 2023 Sumantrom talk contribs created page QA:Testcase dmidecode (Created page with "{{QA/Test_Case |description=dmidecode is a command-line utility that decodes and presents information about the system's hardware components, as described in the system's SMBIOS (System Management BIOS) table. The SMBIOS table contains information about the system's manufacturer, version, serial numbers, and other details.This test case ensures that the `dmidecode` package is working as expected. It is designed to verify that `dmidecode` can successfully retrieve and dis...")
  • 02:21, 18 August 2023 Sumantrom talk contribs created page QA:Testcase disomaster (Created page with "{{QA/Test_Case |description=Disomaster is a tool that allows users to master and burn ISO images. It typically provides options to create, extract, and (if running in an environment with the appropriate hardware) burn ISO images to CDs or DVDs.This test case ensures that the `disomaster` package is working as expected. It is designed to verify that users can successfully create, extract, and burn ISO images using the `disomaster` tool. |setup= 1. Install the version of F...")
  • 18:24, 17 August 2023 Buckaroogeek talk contribs created page Draft Kubernetes Package Name Change Proposal (Created page with "= Kubernetes Package Name Changes = == Summary == New or revised (sub)package names are proposed for the Kubernetes packages. The new names will better align Kubernetes with current usage as documented upstream and improve alignment of package content with current Fedora practices and standards. == Owner == * Name: Brad Smith * Email: bradley.g.smith@gmail.com <!--- UNCOMMENT only for Changes with assigned Shepherd (by FESCo) * FESCo shepherd: [...")
  • 16:26, 17 August 2023 Sumantrom talk contribs created page QA:Testcase dhcp common (Created page with "{{QA/Test_Case |description=This test case ensures that the `dhcp-common` package is working as expected. It is designed to verify that the common files and utilities used by both DHCP clients and servers are functioning correctly. |setup= # Install the version of Fedora that is to be tested on a bare metal or virtual system. # Install the `dhcp-common` package using the command: `sudo dnf install dhcp-common`. |actions= # Verify that the common DHCP configuration file (...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)