Problem installing talking arch

Linux for blind general discussion blinux-list at redhat.com
Sun Jan 13 11:42:08 UTC 2019


visudo is a command you can execute as root.

If you want a particular user to have certain powers, uncomment the
appropriate directive, e.g. place your cursor on the # symbol at the
beginning of the appropriate line and press the letter x to delete the #
symbol. When finished, save and exit.

Next, add the appropriate user to the wheel group in /etc/group. Here's
what mine looks like:

wheel:x:10:root,janina


That allows user janina to execute all the powers assigned via visudo.

hth

Janina

Linux for blind general discussion writes:
> Hello could someone please tell me how I would go about adding a user using the commandvisudo?
> 
> Sincerely,
> 
> Michael maslo
> 
> > On Jan 9, 2019, at 09:14, Linux for blind general discussion <blinux-list at redhat.com> wrote:
> > 
> > Thank you so much.
> > Lastly, even looking at the wiki page for installation, it does not explain how to set the host name. The tutorial said echo laptop and then it is not understandable.
> > 
> > Thank you again so very much for all the help. 
> > 
> > 
> > Sincerely,
> > 
> > Michael maslo
> > 
> >> On Jan 9, 2019, at 08:55, Linux for blind general discussion <blinux-list at redhat.com> wrote:
> >> 
> >> If you're in another timezone, search /usr/share/zoneinfo/ directory ls
> >> /usr/share/timezone|more and find your timezone in that directory and
> >> replace America/New_York with your correct timezone in the ln -s command
> >> sent earlier.
> >> 
> >>> On Wed, 9 Jan 2019, Linux for blind general discussion wrote:
> >>> 
> >>> Date: Wed, 9 Jan 2019 09:01:19
> >>> From: Linux for blind general discussion <blinux-list at redhat.com>
> >>> To: blinux-list at redhat.com
> >>> Subject: Re: Problem installing talking arch
> >>> 
> >>> Thank you very much for this.
> >>> 
> >>> May I ask how to set the local time and lastly how to set the host name?
> >>> 
> >>> Thank you everyone for all of the help.
> >>> 
> >>> Sincerely,
> >>> 
> >>> Michael maslo
> >>> 
> >>>> On Jan 9, 2019, at 05:58, Linux for blind general discussion <blinux-list at redhat.com> wrote:
> >>>> 
> >>>> cat /etc/fstab <enter> should show you the first one.
> >>>> arch-chroot /mnt /usr/bin/bash <enter> works here.
> >>>> When you run arch-chroot, your first parameter on the command line is
> >>>> your path and the second is the shell language with path you use in this
> >>>> case /usr/bin/bash.
> >>>> On Wed, 9 Jan 2019, Linux for blind general discussion
> >>>> wrote:
> >>>> 
> >>>>> Date: Wed, 9 Jan 2019 02:52:37
> >>>>> From: Linux for blind general discussion <blinux-list at redhat.com>
> >>>>> To: blinux-list at redhat.com
> >>>>> Subject: Re: Problem installing talking arch
> >>>>> 
> >>>>> Ok everyone,
> >>>>> 
> >>>>> Thank you for that part. I got past that. The recording is hard to hear inn parts plus kyle speeds up as it goes on. I have a few questions please.
> >>>>> 
> >>>>> After typing genfstap you can type cat or something like that to see if you did it correctly. The problem is I do not know the word I am supposed to riot type to see that.
> >>>>> 
> >>>>> Secondly, he said to type arch -chroot /mnt /user something I could not understand where I am supposed to put the path to. Can I simply put it in the mnt directory?
> >>>>> 
> >>>>> How do I type to set host name? Again I could not hear what he was saying.
> >>>>> 
> >>>>> Lastly, is there a easy way to set the local time. I tried to follow the instructions but after typing locale - gen I get a error saying the file could not be found.
> >>>>> 
> >>>>> This is more work than I realized and want to finish off so I can say I did it.
> >>>>> 
> >>>>> Your help would be so greatly appreciated.
> >>>>> if
> >>>>> 
> >>>>> Sincerely,
> >>>>> 
> >>>>> Michael maslo
> >>>>> 
> >>>>>> On Jan 8, 2019, at 23:32, Linux for blind general discussion <blinux-list at redhat.com> wrote:
> >>>>>> 
> >>>>>> Hello,
> >>>>>> 
> >>>>>> Before running "pacman --populate", You should run "pacman-key
> >>>>>> --refresh-keys". Otherwise it won't work. Make sure the internet connection
> >>>>>> is up and running and mirrorlist file is already set.
> >>>>>> 
> >>>>>> HTH.
> >>>>>> 
> >>>>>> 
> >>>>>> ? ?????????
> >>>>>> ?????? ???????
> >>>>>> With best regards,
> >>>>>> Sergei Fleytin
> >>>>>> 
> >>>>>> -----Original Message-----
> >>>>>> From: blinux-list-bounces at redhat.com <blinux-list-bounces at redhat.com> On
> >>>>>> Behalf Of Linux for blind general discussion
> >>>>>> Sent: Wednesday, January 9, 2019 8:19 AM
> >>>>>> To: Linux for blind general discussion <blinux-list at redhat.com>
> >>>>>> Subject: Re: Problem installing talking arch
> >>>>>> 
> >>>>>> My guess is, you ran that pacman-key --populate command outside of your
> >>>>>> chroot environment.  If possible first do cd /mnt <enter> then pacman-key
> >>>>>> --populate  <enter> then run the pacstrap command again.
> >>>>>> 
> >>>>>>> On Tue, 8 Jan 2019, Linux for blind general discussion wrote:
> >>>>>>> 
> >>>>>>> Date: Wed, 9 Jan 2019 00:11:16
> >>>>>>> From: Linux for blind general discussion <blinux-list at redhat.com>
> >>>>>>> To: blinux-list at redhat.com
> >>>>>>> Subject: Re: Problem installing talking arch
> >>>>>>> 
> >>>>>>> Ok get the following errors.
> >>>>>>> 
> >>>>>>> Failed to install packaged to new root. No packages were updated.
> >>>>>>> Failed to commit transaction invalid or corrupted packages.
> >>>>>>> And the rest of the previous errors about the packages not being trusted
> >>>>>> not valid or corrupted.
> >>>>>>> 
> >>>>>>> 
> >>>>>>> 
> >>>>>>> Sincerely,
> >>>>>>> 
> >>>>>>> Michael maslo
> >>>>>>> 
> >>>>>>>> On Jan 8, 2019, at 23:04, Linux for blind general discussion
> >>>>>> <blinux-list at redhat.com> wrote:
> >>>>>>>> 
> >>>>>>>> It says it was locally signing them. Running it now. The verbal tutorial
> >>>>>> did not say to do that which is why I didn't do it. I will report back to
> >>>>>> see if it works.
> >>>>>>>> 
> >>>>>>>> Sincerely,
> >>>>>>>> 
> >>>>>>>> Michael maslo
> >>>>>>>> 
> >>>>>>>>> On Jan 8, 2019, at 22:50, Linux for blind general discussion
> >>>>>> <blinux-list at redhat.com> wrote:
> >>>>>>>>> 
> >>>>>>>>> Did you run pacman-key --populate yet?  If so, what happened?  If
> >>>>>>>>> not, why not?
> >>>>>>>>> 
> >>>>>>>>>> On Tue, 8 Jan 2019, Linux for blind general discussion wrote:
> >>>>>>>>>> 
> >>>>>>>>>> Date: Tue, 8 Jan 2019 23:43:41
> >>>>>>>>>> From: Linux for blind general discussion <blinux-list at redhat.com>
> >>>>>>>>>> To: blinux-list at redhat.com
> >>>>>>>>>> Subject: Problem installing talking arch
> >>>>>>>>>> 
> >>>>>>>>>> Hello list,
> >>>>>>>>>> 
> >>>>>>>>>> I was installing talking arch and when I tried to install packages I
> >>>>>> got the following errors.
> >>>>>>>>>> 
> >>>>>>>>>> 
> >>>>>>>>>> Ncurscs:signature from levented poly ak anthrax levented poly.net
> >>>>>>>>>> is unknown trust :: file / mnt/ var/ chace packman/ is corrupter
> >>>>>>>>>> and in valid and other such line errors
> >>>>>>>>>> 
> >>>>>>>>>> What should i do to fix this ?
> >>>>>>>>>> Sincerely,
> >>>>>>>>>> 
> >>>>>>>>>> Michael maslo
> >>>>>>>>>> 
> >>>>>>>>>> _______________________________________________
> >>>>>>>>>> Blinux-list mailing list
> >>>>>>>>>> Blinux-list at redhat.com
> >>>>>>>>>> https://www.redhat.com/mailman/listinfo/blinux-list
> >>>>>>>>>> 
> >>>>>>>>> 
> >>>>>>>>> --
> >>>>>>>>> 
> >>>>>>>>> _______________________________________________
> >>>>>>>>> Blinux-list mailing list
> >>>>>>>>> Blinux-list at redhat.com
> >>>>>>>>> https://www.redhat.com/mailman/listinfo/blinux-list
> >>>>>>>> 
> >>>>>>>> 
> >>>>>>>> _______________________________________________
> >>>>>>>> Blinux-list mailing list
> >>>>>>>> Blinux-list at redhat.com
> >>>>>>>> https://www.redhat.com/mailman/listinfo/blinux-list
> >>>>>>> 
> >>>>>>> 
> >>>>>>> _______________________________________________
> >>>>>>> Blinux-list mailing list
> >>>>>>> Blinux-list at redhat.com
> >>>>>>> https://www.redhat.com/mailman/listinfo/blinux-list
> >>>>>>> 
> >>>>>> 
> >>>>>> --
> >>>>>> 
> >>>>>> _______________________________________________
> >>>>>> Blinux-list mailing list
> >>>>>> Blinux-list at redhat.com
> >>>>>> https://www.redhat.com/mailman/listinfo/blinux-list
> >>>>>> 
> >>>>>> 
> >>>>>> _______________________________________________
> >>>>>> Blinux-list mailing list
> >>>>>> Blinux-list at redhat.com
> >>>>>> https://www.redhat.com/mailman/listinfo/blinux-list
> >>>>> 
> >>>>> 
> >>>>> _______________________________________________
> >>>>> Blinux-list mailing list
> >>>>> Blinux-list at redhat.com
> >>>>> https://www.redhat.com/mailman/listinfo/blinux-list
> >>>> 
> >>>> --
> >>>> 
> >>>> _______________________________________________
> >>>> Blinux-list mailing list
> >>>> Blinux-list at redhat.com
> >>>> https://www.redhat.com/mailman/listinfo/blinux-list
> >>> 
> >>> 
> >>> _______________________________________________
> >>> Blinux-list mailing list
> >>> Blinux-list at redhat.com
> >>> https://www.redhat.com/mailman/listinfo/blinux-list
> >>> 
> >> 
> >> -- 
> >> 
> >> _______________________________________________
> >> Blinux-list mailing list
> >> Blinux-list at redhat.com
> >> https://www.redhat.com/mailman/listinfo/blinux-list
> > 
> > 
> > _______________________________________________
> > Blinux-list mailing list
> > Blinux-list at redhat.com
> > https://www.redhat.com/mailman/listinfo/blinux-list
> 
> 
> _______________________________________________
> Blinux-list mailing list
> Blinux-list at redhat.com
> https://www.redhat.com/mailman/listinfo/blinux-list

-- 

Janina Sajka

Linux Foundation Fellow
Executive Chair, Accessibility Workgroup:	http://a11y.org

The World Wide Web Consortium (W3C), Web Accessibility Initiative (WAI)
Chair, Accessible Platform Architectures	http://www.w3.org/wai/apa




More information about the Blinux-list mailing list