Re: basic sudo/sodoers question

2016-07-11 Thread fred roller
On Mon, Jul 11, 2016 at 5:27 PM, Joe Zeff wrote: > On 07/11/2016 02:15 PM, Robert Nichols wrote: > >> On 07/11/2016 12:13 PM, bruce wrote: >> >>> the change I made >>> cat ALL=(ALL) NOPASSWD: /cat/*.* >>> >> >> That is granting cat the right to run commands as cat, i.e., it's

Re: Request for help! Adding application reviews in GNOME Software for a better F25

2016-07-11 Thread Sylvia Sánchez
Ah, okay. I misunderstood your email. I don't use Gnome Software, I'm Cinnamon. But I find interesting that it's possible to rate programmes like in Google Play. Thanks, cheers, Sylvia S. On Fri, Jul 8, 2016, 13:59 Richard Hughes wrote: > On 8 July 2016 at 16:39, Sylvia

Re: Request for help! Adding application reviews in GNOME Software for a better F25

2016-07-11 Thread Sylvia Sánchez
Oh! Thanks for explaining! Cheers, Sylvia -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines:

Re: basic sudo/sodoers question

2016-07-11 Thread Joe Zeff
On 07/11/2016 02:15 PM, Robert Nichols wrote: On 07/11/2016 12:13 PM, bruce wrote: the change I made cat ALL=(ALL) NOPASSWD: /cat/*.* That is granting cat the right to run commands as cat, i.e., it's pretty much a no-op. Try dog ALL=(ALL) NOPASSWD: /cat/*.* Wouldn't it be easier to

Re: ssh again..

2016-07-11 Thread Gordon Messmer
On 07/11/2016 12:27 PM, Go Canes wrote: Each user on each system needs to have a private ssh key, and a public ssh key. No, they don't. Private keys belong on your closest system, on an encrypted volume. Often, you will only need one. For maximum convenience (which equals less security),

Re: basic sudo/sodoers question

2016-07-11 Thread Robert Nichols
On 07/11/2016 12:13 PM, bruce wrote: the change I made cat ALL=(ALL) NOPASSWD: /cat/*.* That is granting cat the right to run commands as cat, i.e., it's pretty much a no-op. Try dog ALL=(ALL) NOPASSWD: /cat/*.* -- Bob Nichols "NOSPAM" is really part of my email address.

Re: Fedora 24 encountered issues with Asus UX305CA (-FB104T)

2016-07-11 Thread Chris Murphy
On Mon, Jul 11, 2016 at 3:05 AM, Mika Rummukainen wrote: > 3. F24 WS with the latest updates as of 2016-07-10 (and with Kernel > 4.6.3-300.fc24.x86_64 #1 SMP): > Issue 1: Fedora boot hangs (only power off helps) after selecting kernel 4.6 > from grub, producing only

Re: ssm resize luks on lvm...

2016-07-11 Thread Chris Murphy
On Sun, Jul 10, 2016 at 4:13 PM, Morgan Read wrote: > Hmm, after trying to reboot and falling into emergency recovery, this > doesn't look good. And, after booting from live media and attempting > the following, this looks very bad indeed... I'm not sure >

Re: ssm resize luks on lvm...

2016-07-11 Thread Chris Murphy
On Sun, Jul 10, 2016 at 12:42 PM, Morgan Read wrote: > [root@morgansmachine ~]# ssm resize -s-3G > /dev/mapper/luks-a69b434b-c409-4612-a51e-4bb0162cb316 > [root@morgansmachine ~]# ssm resize -s-3G > /dev/mapper/luks-d313ea5e-fe14-4967-b11c-ae0e03c348b6 These two commands

Re: parallel of grub2-mkconfig in older fedora release which has grub and not grub2

2016-07-11 Thread stan
On Mon, 11 Jul 2016 16:45:55 +0300 Kevin Wilson wrote: > Hi, > Thanks Todd. > The thing is that now CentOS is installed and it is the current > control and it indeed uses an older grub. So what do you suggest ? In the old grub, there used to be a command to switch immediately

Re: parallel of grub2-mkconfig in older fedora release which has grub and not grub2

2016-07-11 Thread Tod Merley
FWIW on my "big box" the "sub-optimal boot entries" generated by Ubuntu 15.10 to select between it and updated CentOS and W7 and others works fine for me. But I have no doubt that it could be improved. On Mon, Jul 11, 2016 at 12:59 PM, Chris Murphy wrote: > On Mon, Jul

Re: parallel of grub2-mkconfig in older fedora release which has grub and not grub2

2016-07-11 Thread Chris Murphy
On Mon, Jul 11, 2016 at 1:53 PM, Tod Merley wrote: > If you have a Fedora live disk you can boot to that and use the chroot > method to install grub from your Fedora install on your disk. A bit more > complicated but good tutorials out there. It's easier to use any of the

Re: parallel of grub2-mkconfig in older fedora release which has grub and not grub2

2016-07-11 Thread Chris Murphy
On Mon, Jul 11, 2016 at 7:45 AM, Kevin Wilson wrote: > Hi, > Thanks Todd. > The thing is that now CentOS is installed and it is the current > control and it indeed uses an older grub. So what do you suggest ? Replace it with the newer GRUB by booting Fedora: grub2-install

Re: parallel of grub2-mkconfig in older fedora release which has grub and not grub2

2016-07-11 Thread Tod Merley
If you have a Fedora live disk you can boot to that and use the chroot method to install grub from your Fedora install on your disk. A bit more complicated but good tutorials out there. Things are always complicated when you do several distros on a single disk. A bit easier if separate disks.

Re: ssh again..

2016-07-11 Thread Go Canes
Others have touched on this, but I will attempt to summarize. Each user on each system needs to have a private ssh key, and a public ssh key. For maximum security, each key pair should be unique. This means you will need to copy all of the public keys to all of the other servers, and add

Re: basic sudo/sodoers question

2016-07-11 Thread Rick Stevens
On 07/11/2016 10:42 AM, Tod Merley wrote: > .. sounds like something to solve with Linux ownership of files, being > part of groups, and permissions. Perhaps start here? > - https://www.linux.com/learn/understanding-linux-file-permissions > > On Mon, Jul 11, 2016 at 10:13 AM, bruce

Re: basic sudo/sodoers question

2016-07-11 Thread Tod Merley
.. sounds like something to solve with Linux ownership of files, being part of groups, and permissions. Perhaps start here? - https://www.linux.com/learn/understanding-linux-file-permissions On Mon, Jul 11, 2016 at 10:13 AM, bruce wrote: > Hi. > > I have two (2) users cat

Re: parallel of grub2-mkconfig in older fedora release which has grub and not grub2

2016-07-11 Thread Tod Merley
Ok, I meant to say "Google is our friend". I consider myself your friend but the time to put together tutorials on procedures where many already exist is not what I plan to do today. On Mon, Jul 11, 2016 at 10:36 AM, Tod Merley wrote: > It sounds like your "most recent"

Re: parallel of grub2-mkconfig in older fedora release which has grub and not grub2

2016-07-11 Thread Tod Merley
It sounds like your "most recent" distro is Fedora - so - re-install grub from Fedora. Google is your friend. On Mon, Jul 11, 2016 at 6:45 AM, Kevin Wilson wrote: > Hi, > Thanks Todd. > The thing is that now CentOS is installed and it is the current > control and it indeed

basic sudo/sodoers question

2016-07-11 Thread bruce
Hi. I have two (2) users cat - dog user cat has access to all files in /cat, and the ability to run the apps (*.php) i want to allow user dog to be able to run as user cat, and therefore run the *.php in /cat As far as I can tell, this is a sudo/sudoers issue, where I should be able to set up

Re: parallel of grub2-mkconfig in older fedora release which has grub and not grub2

2016-07-11 Thread Kevin Wilson
Hi, Thanks Todd. The thing is that now CentOS is installed and it is the current control and it indeed uses an older grub. So what do you suggest ? That I will reinstall Ubuntu on Fedora on the current machine so they will the "current control"? It is quite a hassle as there is no free partition

Fedora 24 encountered issues with Asus UX305CA (-FB104T)

2016-07-11 Thread Mika Rummukainen
After looking for quite a while for suitable Ultrabook to run Linux, I decided to go with Asus UX305CA. My first attempt included installing latest Fedora (24), however, this was not without problems. The following issues were encountered so far: 1. LIVE USB: - Booting from Live USB works fine,