Re: How do I append to a dconf?

2021-10-02 Thread ToddAndMargo via users
On 10/2/21 19:35, Samuel Sieb wrote: On 2021-10-02 7:04 p.m., ToddAndMargo via users wrote: How do I do a dump of only "~/.config/dconf/user"? DCONF_PROFILE=<(echo user-db:user) dconf dump / Thank you! ___ users mailing list -- users@lists.fedorapr

Re: How do I append to a dconf?

2021-10-02 Thread Samuel Sieb
On 2021-10-02 7:04 p.m., ToddAndMargo via users wrote: How do I do a dump of only "~/.config/dconf/user"? DCONF_PROFILE=<(echo user-db:user) dconf dump / ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le.

Re: How do I append to a dconf?

2021-10-02 Thread ToddAndMargo via users
On 10/2/21 18:02, ToddAndMargo via users wrote: I think I am making a mistake and loading a database that is mean to universal settings and not to a user particular settings.  The game is afoot I verified that ~/.config/dconf/user is indeed where my cusome entries for the application drop down

Re: How do I append to a dconf?

2021-10-02 Thread ToddAndMargo via users
On 10/2/21 18:31, Samuel Sieb wrote: On 2021-10-02 6:16 p.m., ToddAndMargo via users wrote: On 10/2/21 18:02, ToddAndMargo via users wrote: I think I am making a mistake and loading a database that is mean to universal settings and not to a user particular settings.  The game is afoot $ pwd /

Re: How do I append to a dconf?

2021-10-02 Thread Samuel Sieb
On 2021-10-02 6:16 p.m., ToddAndMargo via users wrote: On 10/2/21 18:02, ToddAndMargo via users wrote: I think I am making a mistake and loading a database that is mean to universal settings and not to a user particular settings.  The game is afoot $ pwd /home/todd/.config/dconf $ mv user use

Re: How do I append to a dconf?

2021-10-02 Thread ToddAndMargo via users
On 10/2/21 18:02, ToddAndMargo via users wrote: I think I am making a mistake and loading a database that is mean to universal settings and not to a user particular settings.  The game is afoot $ pwd /home/todd/.config/dconf $ mv user user.000 $ dconf dump / Seems to me if the default datab

Re: How do I append to a dconf?

2021-10-02 Thread ToddAndMargo via users
On 10/1/21 20:41, Ed Greshko wrote: On 02/10/2021 08:31, ToddAndMargo via users wrote: I did do a dump.  It described all the panels but not what is populated inside them. I am still hunting One tool won't be enough for your learning experience. dconf, dconf-editor, gsettings I stuck them

Re: NFS mount lockups since about a month ago

2021-10-02 Thread Roger Heflin
You might retest with nfsv3, the code handling v3 should be significantly different since v3 is stateless and does not maintain long-term connections. And if the long-term connection had some sort of issue then 45 seconds may be how long it takes to figure that out and re-initiate the connection.

Re: NFS mount lockups since about a month ago

2021-10-02 Thread Roger Heflin
What did the sar -d look like for the 2 minutes before and 2 minutes afterward? If it is slow or not may depend on if the directory/file fell out of cache and had to be reread from the disk. I have also seen really large dirs take a really long time to find, but typically that takes thousands of

Re: NFS mount lockups since about a month ago

2021-10-02 Thread Terry Barnaby
I am getting more sure this is an NFS/networking issue rather than an issue with disks in the server. I created a small test program that given a directory finds a random file in a random directory three levels below, opens it and reads up to a block (512 Bytes) of data from it and times how l