On Wed, Feb 07, 2024 at 02:15:06PM +0000, Schwibinger Michael wrote:
> 
> Good afternoon
> 
> I did send the bugreport.
> 
> Thank You.
> Did anybody use the rescue mode?
> 
> Regards Sophie
> 
> 
> ________________________________
> Von: Andrew M.A. Cater <amaca...@einval.com>
> Gesendet: Mittwoch, 31. Januar 2024 20:36
> An: debian-user@lists.debian.org <debian-user@lists.debian.org>; Schwibinger 
> Michael <h...@hotmail.com>
> Betreff: Re: AW: AW: su su- sudo dont work
> 
> On Wed, Jan 31, 2024 at 01:58:41PM +0000, Schwibinger Michael wrote:
> > Good afternoon
> > I think
> > maybe Im sure
> > it is because of rescue mode.
> >
> Hi Sophie,
> 
> Once again: we need to you to show us what commands you run.
> 
> We need to see error messages.
> 
> if you cannot run sudo or su, we need you to run the id command
> as previously suggested.
> 

Where is the output of the id command?

The other message you quote suggests that you aren't in the sudo group

*Show the error messages*


> Also - please address requests first to the list and not to individuals -
> it makes it a lot easier to follow on the list.
> 

>From the output of my mailer: you sent first to me, copy to the list -
could you please do this the other way round as requested. It is more
important for the list to see this - and it also means that there is
no personal reply sent to the list by mistake: any personal reply is
intended as such.

> > Normal booting did not have this problem.
> >
> > Anybody familiar with panic?
> >

Yes: a (kernel) panic can have many causes: if you can give us meaningful
responses, we may be able to help. In the absence of these, you only
get guesses - wheich may or may not be helpful.

Again, as previously requested, please use meaningful subjects on your
emails so that we can deal with one issue at a time.

Andy
(amaca...@debian.org)


> > Regards
> > Thank You
> > Sophie
> >
> Andy
> >
> > ________________________________
> > Von: Andrew M.A. Cater <amaca...@einval.com>
> > Gesendet: Donnerstag, 25. Januar 2024 18:40
> > An: debian-user@lists.debian.org <debian-user@lists.debian.org>
> > Betreff: Re: AW: su su- sudo dont work
> >
> > On Thu, Jan 25, 2024 at 03:53:10PM +0000, Schwibinger Michael wrote:
> > > Good afternoon
> > > Why do I have to open a group?
> > >
> >
> > This is to *tell* us information about why you're having problems with su
> > and sudo
> >
> > Running the
> >
> > id
> >
> > command should give you information like
> >
> > uid=1000(amacater) gid=1000(amacater) groups=1000(amacater),27(sudo)
> >
> > which shows you that my user - amacater - is the first user on the
> > machine (because Debian starts user id numbers at 1000 for ordinary
> > users) and that I'm a member of group sudo - so can use sudo instead of su.
> >
> > /etc/sudoers will show you what privileges the sudo user has.
> > Here are the last lines of the file on my machine (which has not been
> > modified from Debian defaults)
> >
> > # User privilege specification
> > root    ALL=(ALL:ALL) ALL
> >
> > # Allow members of group sudo to execute any command
> > %sudo   ALL=(ALL:ALL) ALL
> >
> > # See sudoers(5) for more information on "@include" directives:
> >
> > @includedir /etc/sudoers.d
> > (END)
> >
> > If you are _not_ a user of group sudo for whatever reason - and want to
> > use sudo - then you will need root privileges and the root password
> > (once) to add your user name to the group.
> >
> > For example: adduser sophie sudo
> >
> > I hope this helps
> >
> > > 2 years ago
> > > sudo was no problem.
> > >
> >
> > As yet, we have *no idea* what you have done in the last two years to
> > break your Debian system - or even to know which kernel you boot or
> > how you "rescue" your system when you log onto it every day.
> >
> > Please give us information in order that the readers on this list can
> > use their knowledge to help you.
> >
> > With every good wish, as ever,
> >
> > Andy
> > (amaca...@debian.org)
> > > Regards
> > >
> > > Sophie
> > >
> > > Thank You
> > > ________________________________
> > > Von: Timothy M Butterworth <timothy.m.butterwo...@gmail.com>
> > > Gesendet: Montag, 22. Januar 2024 00:07
> > > An: Schwibinger Michael <h...@hotmail.com>
> > > Cc: Greg Wooledge <g...@wooledge.org>; debian-user@lists.debian.org 
> > > <debian-user@lists.debian.org>
> > > Betreff: Re: su su- sudo dont work
> > >
> > >
> > >
> > > On Sun, Jan 21, 2024 at 4:07 PM Schwibinger Michael 
> > > <h...@hotmail.com<mailto:h...@hotmail.com>> wrote:
> > > Thank You
> > > Example
> > > I say
> > >
> > > sudo apt-get install firefox
> > > Reaction LINUX
> > > This is not allowed we send a message to the admin.
> > >
> > > This error message means that your account is not in the sudo group.
> > >
> > > Run the command "groups" and look for the group sudo.
> > > groups
> > >
> > > Here is the command to add a user account to the sudo group. You will 
> > > need to run it as root.
> > > usermod -a -G sudo <Your User Account>
> > >
> > > I do open root terminal
> > > there its working.
> > > Regards
> > > Sophie
> > >
> > > ________________________________
> > > Von: Greg Wooledge <g...@wooledge.org<mailto:g...@wooledge.org>>
> > > Gesendet: Samstag, 20. Januar 2024 14:14
> > > An: debian-user@lists.debian.org<mailto:debian-user@lists.debian.org> 
> > > <debian-user@lists.debian.org<mailto:debian-user@lists.debian.org>>
> > > Betreff: Re: su su- sudo dont work
> > >
> > > On Sat, Jan 20, 2024 at 01:26:06PM +0000, Schwibinger Michael wrote:
> > > > Good afternoon.
> > > > Root terminal is fine.
> > > > What do I do wrong?
> > > > What did I destroy?
> > > >
> > > > PC does have only one user=admin.
> > > >
> > > > Regards Sophie
> > > > Is it the rescue mode?
> > >
> > > Explain, please.
> > >
> > > Your Subject: header says "su su- sudo dont work".  What does this MEAN?
> > >
> > > Please show us your attempts to USE each of these commands, and the
> > > results that you got.  This means, run the commands in a terminal
> > > window, and then PASTE the contents of that terminal window into the
> > > body of your next email.  Show us the shell prompt, the command as you
> > > typed it, and the full output.
> > >
> > > In other words, show us WHAT IS WRONG, or at least what appears wrong.
> > >
> > > In addition, please give basic background information -- what version
> > > of Debian you are running, what desktop environment if any, how you
> > > logged in (*especially* if it isn't just a "standard graphical login
> > > for your desktop environment"), and anything else you can think of
> > > that might be relevant.
> > >
> > > How does "rescue mode" factor into the problem?
> > >
> > > When you installed Debian, did you give a root password, or did you
> > > leave it blank?
> > >
> > > Finally, it would be helpful for you to run the "id" command (with no
> > > arguments), in the same terminal session as your failed su or sudo
> > > command(s), and include that command and its output in your paste.
> > >
> > >
> > >
> > > --
> > > ⢀⣴⠾⠻⢶⣦⠀
> > > ⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
> > > ⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org/
> > > ⠈⠳⣄⠀⠀
> >
> G

Reply via email to