Re: Authentification error in kdm, gdm after rsync cloning an OS... console fine.

2020-01-09 Thread linux guy
That fixed everything, Ed ! I nominate you and that top for the "bestest / fastest" online support ever ! Have a great day ! LG ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org

Re: Authentification error in kdm, gdm after rsync cloning an OS... console fine.

2020-01-09 Thread linux guy
thank you very much for that tip ! I'll report back. On Thu, Jan 9, 2020 at 5:03 PM Ed Greshko wrote: > On 2020-01-10 07:52, linux guy wrote: > > Hello wonderful Fedora people. ;) > > > > I cloned an operating system using rsync using the following, basically: > > > > sudo rsync -aHxv --numeri

Re: Authentification error in kdm, gdm after rsync cloning an OS... console fine.

2020-01-09 Thread linux guy
The problem stems from fstab... one of the filesystems is mounted read only. ___ 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.or

Re: Authentification error in kdm, gdm after rsync cloning an OS... console fine.

2020-01-09 Thread Ed Greshko
On 2020-01-10 07:52, linux guy wrote: > Hello wonderful Fedora people.  ;) > > I cloned an operating system using rsync using the following, basically:  > > sudo rsync -aHxv --numeric-ids --progress root@brix:/* /mnt/drive > --exclude=/dev --exclude=/proc --exclude=/sys --exclude=/tmp --exclude=/b

Authentification error in kdm, gdm after rsync cloning an OS... console fine.

2020-01-09 Thread linux guy
Hello wonderful Fedora people. ;) I cloned an operating system using rsync using the following, basically: sudo rsync -aHxv --numeric-ids --progress root@brix:/* /mnt/drive --exclude=/dev --exclude=/proc --exclude=/sys --exclude=/tmp --exclude=/boot It worked fantastically well. I'll post the