Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

ReportBug

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
magicsmoke
Posts: 2
Joined: 2022-06-20 16:02
Been thanked: 1 time

ReportBug

#1 Post by magicsmoke »

Since I find no reference to this particular question, I am truly a beginner or innovator. Picked novice and answered all following questions and all looked correct and good. Now I sit at the end expecting a way to send this to Debian. My terminal just sits and stares at me without a hint. Remember, I did exactly as I was instructed from the beginning. I looked at the rather long list of -help but this structured input of reportbug did not ask for any other input. Enlighten me!

User avatar
canci
Global Moderator
Global Moderator
Posts: 2497
Joined: 2006-09-24 11:28
Has thanked: 135 times
Been thanked: 134 times

Re: ReportBug

#2 Post by canci »

Output of

Code: Select all

cat /etc/debian_version
and

Code: Select all

cat /etc/apt/sources.list
and

Code: Select all

ls /etc/apt/sources.list.d/
?
Image Stable / Asus VivoBook X421DA / AMD Ryzen 7 3700U / Radeon Vega Mobile Gfx (Picasso) / 8 GB RAM / 512GB NVMe

READ THIS:

* How to Post a Thread Here
* Other Tips and Great Resources

magicsmoke
Posts: 2
Joined: 2022-06-20 16:02
Been thanked: 1 time

Re: ReportBug

#3 Post by magicsmoke »

Code: Select all

$ cat /etc/debian_version
bookworm/sid

Code: Select all

$ cat /etc/apt/sources.list





# Line commented out by installer because it failed to verify:
# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.

deb http://deb.debian.org/debian/ unstable main contrib non-free



deb http://deb.debian.org/debian/ unstable main contrib non-free

[/code]

Code: Select all

$ ls /etc/apt/sources.list.d/
$ 

User avatar
canci
Global Moderator
Global Moderator
Posts: 2497
Joined: 2006-09-24 11:28
Has thanked: 135 times
Been thanked: 134 times

Re: ReportBug

#4 Post by canci »

Since it's Sid, the reportbug tool could itself have bugs. That's part of a development release.
You could in the meanwhile just report a bug the old fashioned way by sending an e-mail to the bug tracker:
https://www.debian.org/Bugs/

And BTW, Sid is not meant to be used by beginners, unless you want to learn Debian development. It's a testing bed for Debian developers. It's not a rolling release that's meant for users.
Image Stable / Asus VivoBook X421DA / AMD Ryzen 7 3700U / Radeon Vega Mobile Gfx (Picasso) / 8 GB RAM / 512GB NVMe

READ THIS:

* How to Post a Thread Here
* Other Tips and Great Resources

Post Reply