-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
82 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -178,4 +178,86 @@ =head1 COPYRIGHT & LICENSE | |
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR | ||
OTHER DEALINGS IN THE SOFTWARE. | ||
=begin errorreport | ||
Hi! I'm trying to populate a fortune-mod PPA using my fedora40 host system and get an error https://paste.centos.org/view/27585566 "Unknown release release". How can I fix it? I tried duckduckgo, google, reading the source code, reading the man-pages. | ||
=head1 dput output | ||
dput on fedora 40 x86-64 gives me this error. How can I fix it? | ||
shlomif[fortune]:$trunk/scripts/ubuntu-docker-results-home-dir$ dput ppa:shlomif-gmail/fortune-mod fortune-mod_3.22.0-0.1_source.changes | ||
Uploading fortune-mod using ftp to ppa (host: ppa.launchpad.net; directory: ~shlomif-gmail/fortune-mod) | ||
running supported-distribution: check whether the target distribution is currently supported (using distro-info) | ||
{'allowed': ['release'], 'known': ['release', 'proposed', 'updates', 'backports', 'security']} | ||
Unknown release release | ||
⇒ On branch master | ||
⇒ Your branch is up to date with 'origin/master'. | ||
?? ../2del/ | ||
?? ../debian-packaging/fortune-mod/ | ||
?? ../fortune-mod/ | ||
?? ../git-buildpackage-log.txt | ||
?? ../l | ||
?? ./ | ||
⇒ Remotes: | ||
origin [email protected]:shlomif/fortune-mod.git (fetch) | ||
origin [email protected]:shlomif/fortune-mod.git (push) | ||
=== Reminders === | ||
Check Facebook for Birthdays | ||
shlomif[fortune]:$trunk/scripts/ubuntu-docker-results-home-dir$ | ||
System: | ||
Host: fedora Kernel: 6.10.9-200.fc40.x86_64 arch: x86_64 bits: 64 | ||
Desktop: Xfce v: 4.18.1 Distro: Fedora Linux 40 (Workstation Edition) | ||
Machine: | ||
Type: Desktop Mobo: Micro-Star model: MPG B760I EDGE WIFI DDR4 (MS-7D40) | ||
v: 1.0 serial: <superuser required> UEFI: American Megatrends LLC. v: 1.90 | ||
date: 03/22/2024 | ||
CPU: | ||
Info: 6-core model: 12th Gen Intel Core i5-12400 bits: 64 type: MT MCP | ||
cache: L2: 7.5 MiB | ||
Speed (MHz): avg: 800 min/max: 800/4400 cores: 1: 800 2: 800 3: 800 4: 800 | ||
5: 800 6: 800 7: 800 8: 800 9: 800 10: 800 11: 800 12: 800 | ||
Graphics: | ||
Device-1: Intel Alder Lake-S GT1 [UHD Graphics 730] driver: i915 v: kernel | ||
Display: x11 server: X.Org v: 1.20.14 with: Xwayland v: 24.1.2 driver: X: | ||
loaded: modesetting unloaded: fbdev,vesa dri: iris gpu: i915 | ||
resolution: 1920x1080~60Hz | ||
API: OpenGL v: 4.6 vendor: intel mesa v: 24.1.7 renderer: Mesa Intel UHD | ||
Graphics 730 (ADL-S GT1) | ||
API: EGL Message: EGL data requires eglinfo. Check --recommends. | ||
Audio: | ||
Device-1: Intel Raptor Lake High Definition Audio driver: snd_hda_intel | ||
API: ALSA v: k6.10.9-200.fc40.x86_64 status: kernel-api | ||
Server-1: PipeWire v: 1.0.7 status: active | ||
Network: | ||
Device-1: Intel Raptor Lake-S PCH CNVi WiFi driver: iwlwifi | ||
IF: wlo1 state: down mac: 5a:a8:66:63:9d:00 | ||
Device-2: Realtek RTL8125 2.5GbE driver: r8169 | ||
IF: enp2s0 state: up speed: 1000 Mbps duplex: full mac: 04:7c:16:58:9f:20 | ||
Bluetooth: | ||
Device-1: Intel AX211 Bluetooth driver: btusb type: USB | ||
Report: btmgmt ID: hci0 state: up address: B0:3C:DC:F7:CF:41 bt-v: 5.3 | ||
Drives: | ||
Local Storage: total: 1.82 TiB used: 592.81 GiB (31.8%) | ||
ID-1: /dev/nvme0n1 vendor: Kingston model: SFYRD2000G size: 1.82 TiB | ||
Partition: | ||
ID-1: / size: 195.8 GiB used: 20.06 GiB (10.2%) fs: ext4 dev: /dev/nvme0n1p2 | ||
ID-2: /boot/efi size: 19.99 GiB used: 19.2 MiB (0.1%) fs: vfat | ||
dev: /dev/nvme0n1p1 | ||
ID-3: /home size: 1.08 TiB used: 572.73 GiB (51.8%) fs: ext4 | ||
dev: /dev/nvme0n1p3 | ||
Swap: | ||
ID-1: swap-1 type: zram size: 8 GiB used: 0 KiB (0.0%) dev: /dev/zram0 | ||
Sensors: | ||
System Temperatures: cpu: 31.0 C mobo: N/A | ||
Fan Speeds (rpm): N/A | ||
Info: | ||
Memory: total: 32 GiB note: est. available: 31.12 GiB used: 2.81 GiB (9.0%) | ||
Processes: 347 Uptime: 1h 2m Shell: gvim inxi: 3.3.34 | ||
=end | ||
=cut |