Re: Any thoughts on the Vivaldi browser?

2019-12-10 Thread Fred Smith
On Tue, Dec 10, 2019 at 06:31:49PM -0800, ToddAndMargo via users wrote: > Hi All, > > Any of you guys use the Vivaldi browser? Any thoughts > on it? I've used it a little. not my main browser, but to the extent I've used it it seems like a nice browser. YMMV :) -- Fred Smith -- fre...@fcs

Any thoughts on the Vivaldi browser?

2019-12-10 Thread ToddAndMargo via users
Hi All, Any of you guys use the Vivaldi browser? Any thoughts on it? -T ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org

Re: NFS root only access -

2019-12-10 Thread Bob Goodwin
On 2019-12-10 18:11, Ed Greshko wrote: So, you need to change the permissions on /media on the client. The easiest way is to do, on the client, as root. chown bobg:bobg /media . Yes, after that change I can navigate through /media/nfs from bobg. Now I may need to look at some permissions i

Re: NFS root only access -

2019-12-10 Thread Ed Greshko
On 2019-12-11 07:16, Bob Goodwin wrote: > > On 2019-12-10 18:05, Ed Greshko wrote: >> On Workstation-1 >> >> What do the ls command show when run by "root"? > > > [root@Workstation-1 bobg]# ls >  apps  Documents   lshw-output.html  'New database.kdbx' oldpoint   tdnow >  audio Downloads

Re: NFS root only access -

2019-12-10 Thread Bob Goodwin
On 2019-12-10 18:05, Ed Greshko wrote: On Workstation-1 What do the ls command show when run by "root"? [root@Workstation-1 bobg]# ls  apps  Documents   lshw-output.html  'New database.kdbx' oldpoint   tdnow  audio Downloads  '==modw=664'    NewNote-2.ncd oocalc Templat

Re: NFS root only access -

2019-12-10 Thread Ed Greshko
On 2019-12-11 07:08, Bob Goodwin wrote: > > On 2019-12-10 17:20, George N. White III wrote: >> DNS can't be trusted, so some systems >> require the client to be configured in the hosts file. > > . > > I don't recall ever doing that in the past, could it be a requirement now in > Fedora-31? I did n

Re: NFS root only access -

2019-12-10 Thread Ed Greshko
On 2019-12-11 06:49, Bob Goodwin wrote: > [bobg@Workstation-1 ~]$ ll -al /media/nfs/ > ls: cannot access '/media/nfs/': Permission denied > > Still something missing ,,,  Dunno, maybe I should reboot both computers? Ooopss... Sorry, early in my AM and my brain wasn't turned on without coffee. Y

Re: NFS root only access -

2019-12-10 Thread Bob Goodwin
On 2019-12-10 17:20, George N. White III wrote: DNS can't be trusted, so some systems require the client to be configured in the hosts file. . I don't recall ever doing that in the past, could it be a requirement now in Fedora-31? I did not make the hosts.allow file mentioned in the instruc

Re: NFS root only access -

2019-12-10 Thread Ed Greshko
On 2019-12-11 06:49, Bob Goodwin wrote: > [bobg@Workstation-1 ~]$ ll -al /media/nfs/ > ls: cannot access '/media/nfs/': Permission denied > > Still something missing ,,,  Dunno, maybe I should reboot both computers? On Workstation-1 What do the ls command show when run by "root"? -- The ke

Re: NFS root only access -

2019-12-10 Thread Bob Goodwin
On 2019-12-10 15:32, Ed Greshko wrote: Therefore, follow what I said earlier. On the server. chown -R bobg:bobg /nfs4exports Making ownership of the directory. . Before [root@NFS-Server bobg]# ll -al /nfs4exports total 12 drwxr-xr-x. 3 bobg root 4096 Dec 8 16:21 . dr-xr-xr-x. 20 ro

Re: NFS root only access -

2019-12-10 Thread George N. White III
On Tue, 10 Dec 2019 at 15:35, Bob Goodwin wrote: > > On 2019-12-10 11:17, Patrick O'Callaghan wrote: > >> *Dunno where to look?* > > $ grep bobg /etc/passwd > > > > poc > > . > > Client - > > [root@Workstation-1 bobg]# grep bobg /etc/passwd > bobg:x:1000:1000:Bob Goodwin:/home/bobg:/bin/bash > >

Re: NFS root only access -

2019-12-10 Thread Ed Greshko
On 2019-12-11 03:34, Bob Goodwin wrote: > > On 2019-12-10 11:17, Patrick O'Callaghan wrote: >>> *Dunno where to look?* >> $ grep bobg /etc/passwd >> >> poc > > . > > Client - > > [root@Workstation-1 bobg]# grep bobg /etc/passwd > bobg:x:1000:1000:Bob Goodwin:/home/bobg:/bin/bash > > [root@Workstati

Re: NFS root only access -

2019-12-10 Thread Bob Goodwin
On 2019-12-10 11:17, Patrick O'Callaghan wrote: *Dunno where to look?* $ grep bobg /etc/passwd poc . Client - [root@Workstation-1 bobg]# grep bobg /etc/passwd bobg:x:1000:1000:Bob Goodwin:/home/bobg:/bin/bash [root@Workstation-1 bobg]# grep root /etc/passwd root:x:0:0:root:/root:/bin/bash

Re: HowTo rebuild and numerate a package on personal repository

2019-12-10 Thread Dario Lesca
Il giorno mar, 10/12/2019 alle 12.08 -0500, Todd Zullinger ha scritto: > That appears to me to have been covered in the thread Dario > > started on the devel list last month: Yes, other questions are covered in that tread, this is a new question/tread (split package into MIT/Heimdal kerberos) >

Re: HowTo rebuild and numerate a package on personal repository

2019-12-10 Thread Todd Zullinger
Ed Greshko wrote: > On 2019-12-10 18:31, Dario Lesca wrote: >> A curiosity: >> >> Why the samba mit/heimdal kerberos is not managed as it >> is done for many other projects in which the packages are >> divided into more sub-packages, like for example >> dovecot-mysql/dovecot-pgsql or samba-vfs-glus

Re: NFS root only access -

2019-12-10 Thread Patrick O'Callaghan
On Tue, 2019-12-10 at 10:08 -0500, Bob Goodwin wrote: > . > > On 2019-12-10 09:54, Ed Greshko wrote: > > The GID of bobg is 1000 in both cases. > > > > How about the UID? > > . > > *Dunno where to look?* $ grep bobg /etc/passwd poc ___ users mailing

Re: NFS root only access -

2019-12-10 Thread Bob Goodwin
. On 2019-12-10 09:54, Ed Greshko wrote: The GID of bobg is 1000 in both cases. How about the UID? . *Dunno where to look?* -- Bob Goodwin - Zuni, Virginia, Fedora Linux-31 XFCE ___ users mailing list -- users@lists.fedoraproject.org To unsubscrib

Re: NFS root only access -

2019-12-10 Thread Ed Greshko
On 2019-12-10 22:50, Bob Goodwin wrote: > > On 2019-12-10 07:40, Ed Greshko wrote: >> OK >> Then, are your UID/GID the same on all systems?  Just check in your passwd >> file.  For example. > > . > > Consistent but not the same: > > [bobg@NFS-Server ~]$ cat /etc/group > root:x:0: > > bobg:x:10

Re: NFS root only access -

2019-12-10 Thread Bob Goodwin
On 2019-12-10 07:40, Ed Greshko wrote: OK Then, are your UID/GID the same on all systems?  Just check in your passwd file.  For example. . Consistent but not the same: [bobg@NFS-Server ~]$ cat /etc/group root:x:0: bobg:x:1000: [root@Workstation-1 cat /etc/group root:x:0: bobg:x:1000

Re: The (bad) state of Qt on GNOME / Wayland

2019-12-10 Thread Rex Dieter
Andy Paterson via users wrote: > Just to make a point, i have always disliked gnome & ever since it first > appeared have used kde on fedora, if qt support in fedora becomes broken, > i for one will ditch fedora Your point is based on a false premise, so no worries. -- rex __

Re: NFS root only access -

2019-12-10 Thread Ed Greshko
On 2019-12-10 19:34, Bob Goodwin wrote: > > On 2019-12-10 03:42, Ed Greshko wrote: >> First, I understand that you'd like a "user" to be able to read/write to the >> NFS mounted directory on >> a client.  And, secondly, at the moment only root has r/w ability.  Correct? > > . > > Yes and yes. > >>

Re: NFS root omly access -

2019-12-10 Thread Patrick O'Callaghan
On Tue, 2019-12-10 at 16:42 +0800, Ed Greshko wrote: > On 2019-12-10 07:05, Bob Goodwin wrote: > > My NFS server works fine but not as a user other than root and I have not > > been able to change that. I suspect this is not an uncommon problem and > > hope that someone can tell me how to fix it?

Re: NFS root only access -

2019-12-10 Thread Bob Goodwin
On 2019-12-10 03:42, Ed Greshko wrote: First, I understand that you'd like a "user" to be able to read/write to the NFS mounted directory on a client.  And, secondly, at the moment only root has r/w ability.  Correct? . Yes and yes. So, 1.  How many users need to have r/w access to the N

Re: HowTo rebuild and numerate a package on personal repository

2019-12-10 Thread Ed Greshko
On 2019-12-10 18:31, Dario Lesca wrote: > Il giorno mar, 10/12/2019 alle 17.18 +0800, Ed Greshko ha scritto: >> Then, when you update the updates from the fedora repo won't be referenced. > > Thanks Ed, you mean "when you update the *samba* updates from the fedora repo > won't be referenced." ...

Re: HowTo rebuild and numerate a package on personal repository

2019-12-10 Thread Dario Lesca
Il giorno mar, 10/12/2019 alle 17.18 +0800, Ed Greshko ha scritto: > Then, when you update the updates from the fedora repo won't be > referenced. Thanks Ed, you mean "when you update the *samba* updates from the fedora repo won't be referenced." ... but all other update are performed You confirm

Re: HowTo rebuild and numerate a package on personal repository

2019-12-10 Thread Ed Greshko
On 2019-12-10 17:03, Dario Lesca wrote: > I must rebuild samba.src on my Fedora 31 (to convert experimental MIT > Kerberos to Heimdal Kerberos). > > Into my samba.spec I change only mit/heimdal flag and set +1 the package > version. > > Then I rebuild and deploy new package on my personal reposit

HowTo rebuild and numerate a package on personal repository

2019-12-10 Thread Dario Lesca
I must rebuild samba.src on my Fedora 31 (to convert experimental MIT Kerberos to Heimdal Kerberos). Into my samba.spec I change only mit/heimdal flag and set +1 the package version. Then I rebuild and deploy new package on my personal repository, configure my ADDC server to use it (mysamba.rep

Re: NFS root omly access -

2019-12-10 Thread Ed Greshko
On 2019-12-10 07:05, Bob Goodwin wrote: > My NFS server works fine but not as a user other than root and I have not > been able to change that. I suspect this is not an uncommon problem and hope  > that someone can tell me how to fix it? Well, I suppose it would be a good idea to know a bit more