Re: Problem installing talking arch

2019-01-13 Thread Linux for blind general discussion
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 
> >  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 
> >>  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 
> >>> To: blinux-list@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 
> >>>>  wrote:
> >>>> 
> >>>> cat /etc/fstab  should show you the first one.
> >>>> arch-chroot /mnt /usr/bin/bash  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 
> >>>>> To: blinux-list@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 disc

Re: Problem installing talking arch

2019-01-10 Thread Linux for blind general discussion
I add users to /etc/sudoers but I don't do it that way.
When I am root I type:
echo "jude (ALL)=ALL NOPASSWD:ALL" >>/etc/sudoers 

The user I just added was jude, and jude does not need to key in a
password to get sudo access either.
Watch all of the upper-case stuff in that command and be sure you key it
in correctly.
You might even make a script out of it.

On Thu, 10 Jan 2019, Linux for blind general discussion wrote:

> Date: Thu, 10 Jan 2019 16:30:22
> From: Linux for blind general discussion 
> To: blinux-list@redhat.com
> Subject: Re: Problem installing talking arch
>
> 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 
> >  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 
> >>  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 
> >>> To: blinux-list@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 
> >>>>  wrote:
> >>>>
> >>>> cat /etc/fstab  should show you the first one.
> >>>> arch-chroot /mnt /usr/bin/bash  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 
> >>>>> To: blinux-list@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

Re: Problem installing talking arch

2019-01-10 Thread Linux for blind general discussion
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 
>  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 
>>  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 
>>> To: blinux-list@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 
>>>>  wrote:
>>>> 
>>>> cat /etc/fstab  should show you the first one.
>>>> arch-chroot /mnt /usr/bin/bash  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 
>>>>> To: blinux-list@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 
>>>>>>  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-boun...@redhat.com  On
>>>>>> Behalf Of Linux for blind general discussion
>>>>>> Sent: Wednesday, January 9, 2019 8:19 AM
>>>>>> To: Linux for blind general 

Re: Problem installing talking arch

2019-01-09 Thread Linux for blind general discussion
There's a beginner's install guide on the archlinux site and it is
exhaustive.  That's better read and used when you know more about your
hardware so you prevent wrong choices getting made.

On Wed, 9 Jan 2019, Linux for blind general discussion wrote:

> Date: Wed, 9 Jan 2019 10:14:02
> From: Linux for blind general discussion 
> To: blinux-list@redhat.com
> Subject: Re: Problem installing talking arch
>
> 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 
> >  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 
> >> To: blinux-list@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 
> >>>  wrote:
> >>>
> >>> cat /etc/fstab  should show you the first one.
> >>> arch-chroot /mnt /usr/bin/bash  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 
> >>>> To: blinux-list@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 
> >>>>>  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
> >>>>>
> >>&g

Re: Problem installing talking arch

2019-01-09 Thread Linux for blind general discussion
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 
>  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 
>> To: blinux-list@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 
>>>  wrote:
>>> 
>>> cat /etc/fstab  should show you the first one.
>>> arch-chroot /mnt /usr/bin/bash  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 
>>>> To: blinux-list@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 
>>>>>  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-boun...@redhat.com  On
>>>>> Behalf Of Linux for blind general discussion
>>>>> Sent: Wednesday, January 9, 2019 8:19 AM
>>>>> To: Linux for blind general discussion 
>>>>> 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  then pacman-key
>>>>> --populate   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 
>>>>>> To: blinux-list@redhat.com
&g

Re: Problem installing talking arch

2019-01-09 Thread Linux for blind general discussion
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 
> To: blinux-list@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 
> >  wrote:
> >
> > cat /etc/fstab  should show you the first one.
> > arch-chroot /mnt /usr/bin/bash  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 
> >> To: blinux-list@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 
> >>>  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-boun...@redhat.com  On
> >>> Behalf Of Linux for blind general discussion
> >>> Sent: Wednesday, January 9, 2019 8:19 AM
> >>> To: Linux for blind general discussion 
> >>> 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  then pacman-key
> >>> --populate   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 
> >>>> To: blinux-list@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

Re: Problem installing talking arch

2019-01-09 Thread Linux for blind general discussion
Yes, you may.
echo "desired-hostname" >>/etc/hostname
Then cat /etc/hostname .

If you're in the America/New_york timezone you do it this way:
ln -s /usr/share/zoneinfo/America/New_York /etc/localtime 
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 
> To: blinux-list@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 
> >  wrote:
> >
> > cat /etc/fstab  should show you the first one.
> > arch-chroot /mnt /usr/bin/bash  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 
> >> To: blinux-list@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 
> >>>  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-boun...@redhat.com  On
> >>> Behalf Of Linux for blind general discussion
> >>> Sent: Wednesday, January 9, 2019 8:19 AM
> >>> To: Linux for blind general discussion 
> >>> 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  then pacman-key
> >>> --populate   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 
> >>>> To: blinux-list@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 di

Re: Problem installing talking arch

2019-01-09 Thread Linux for blind general discussion
cat /etc/fstab  should show you the first one.
arch-chroot /mnt /usr/bin/bash  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 
> To: blinux-list@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 
> >  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-boun...@redhat.com  On
> > Behalf Of Linux for blind general discussion
> > Sent: Wednesday, January 9, 2019 8:19 AM
> > To: Linux for blind general discussion 
> > 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  then pacman-key
> > --populate   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 
> >> To: blinux-list@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
> >  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
> >  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 
> >>>>> To: blinux-list@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
> >>>>>
> >>>>> W

RE: Problem installing talking arch

2019-01-08 Thread Linux for blind general discussion
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-boun...@redhat.com  On
Behalf Of Linux for blind general discussion
Sent: Wednesday, January 9, 2019 8:19 AM
To: Linux for blind general discussion 
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  then pacman-key
--populate   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 
> To: blinux-list@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
 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
 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 
> >>> To: blinux-list@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@redhat.com
> >>> https://www.redhat.com/mailman/listinfo/blinux-list
> >>>
> >>
> >> --
> >>
> >> ___
> >> Blinux-list mailing list
> >> Blinux-list@redhat.com
> >> https://www.redhat.com/mailman/listinfo/blinux-list
> >
> >
> > ___
> > Blinux-list mailing list
> > Blinux-list@redhat.com
> > https://www.redhat.com/mailman/listinfo/blinux-list
>
>
> ___
> Blinux-list mailing list
> Blinux-list@redhat.com
> https://www.redhat.com/mailman/listinfo/blinux-list
>

-- 

___
Blinux-list mailing list
Blinux-list@redhat.com
https://www.redhat.com/mailman/listinfo/blinux-list


___
Blinux-list mailing list
Blinux-list@redhat.com
https://www.redhat.com/mailman/listinfo/blinux-list

Re: Problem installing talking arch

2019-01-08 Thread Linux for blind general discussion
My guess is, you ran that pacman-key --populate command outside of your
chroot environment.  If possible first do cd /mnt  then
pacman-key --populate   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 
> To: blinux-list@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 
> >  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 
> >>  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 
> >>> To: blinux-list@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@redhat.com
> >>> https://www.redhat.com/mailman/listinfo/blinux-list
> >>>
> >>
> >> --
> >>
> >> ___
> >> Blinux-list mailing list
> >> Blinux-list@redhat.com
> >> https://www.redhat.com/mailman/listinfo/blinux-list
> >
> >
> > ___
> > Blinux-list mailing list
> > Blinux-list@redhat.com
> > https://www.redhat.com/mailman/listinfo/blinux-list
>
>
> ___
> Blinux-list mailing list
> Blinux-list@redhat.com
> https://www.redhat.com/mailman/listinfo/blinux-list
>

-- 

___
Blinux-list mailing list
Blinux-list@redhat.com
https://www.redhat.com/mailman/listinfo/blinux-list


Re: Problem installing talking arch

2019-01-08 Thread Linux for blind general discussion
The verbal tutorial probably didn't expect to be around and be useful this
long. On Tue, 8 Jan 2019, Linux for blind general discussion wrote:

> Date: Wed, 9 Jan 2019 00:04:53
> From: Linux for blind general discussion 
> To: blinux-list@redhat.com
> Subject: Re: Problem installing talking arch
>
> 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 
> >  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 
> >> To: blinux-list@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@redhat.com
> >> https://www.redhat.com/mailman/listinfo/blinux-list
> >>
> >
> > --
> >
> > ___
> > Blinux-list mailing list
> > Blinux-list@redhat.com
> > https://www.redhat.com/mailman/listinfo/blinux-list
>
>
> ___
> Blinux-list mailing list
> Blinux-list@redhat.com
> https://www.redhat.com/mailman/listinfo/blinux-list
>

-- 

___
Blinux-list mailing list
Blinux-list@redhat.com
https://www.redhat.com/mailman/listinfo/blinux-list


Re: Problem installing talking arch

2019-01-08 Thread Linux for blind general discussion
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 
>  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 
>>  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 
>>> To: blinux-list@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@redhat.com
>>> https://www.redhat.com/mailman/listinfo/blinux-list
>>> 
>> 
>> -- 
>> 
>> ___
>> Blinux-list mailing list
>> Blinux-list@redhat.com
>> https://www.redhat.com/mailman/listinfo/blinux-list
> 
> 
> ___
> Blinux-list mailing list
> Blinux-list@redhat.com
> https://www.redhat.com/mailman/listinfo/blinux-list


___
Blinux-list mailing list
Blinux-list@redhat.com
https://www.redhat.com/mailman/listinfo/blinux-list


Re: Problem installing talking arch

2019-01-08 Thread Linux for blind general discussion
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 
>  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 
>> To: blinux-list@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@redhat.com
>> https://www.redhat.com/mailman/listinfo/blinux-list
>> 
> 
> -- 
> 
> ___
> Blinux-list mailing list
> Blinux-list@redhat.com
> https://www.redhat.com/mailman/listinfo/blinux-list


___
Blinux-list mailing list
Blinux-list@redhat.com
https://www.redhat.com/mailman/listinfo/blinux-list


Re: Problem installing talking arch

2019-01-08 Thread Linux for blind general discussion
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 
> To: blinux-list@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@redhat.com
> https://www.redhat.com/mailman/listinfo/blinux-list
>

-- 

___
Blinux-list mailing list
Blinux-list@redhat.com
https://www.redhat.com/mailman/listinfo/blinux-list