long shot/off topic

2024-05-28 Thread bruce
Hi.

This is off topic from OS issues!! so be cool.

Trying to find if anyone knows of a "php/laravel" guru who's willing
to be a tutor via phone in the US?

If you do, or you know of a place one can find these resources, let me
know off the thread.

thanks

ps. I've tried local colleges, some of the tutor websites, etc..
--
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Hotel wifi network - how to connect / ssh between 2 laptops

2024-03-22 Thread bruce
Or...

You might talk with the front desk/data person. If a group came in for
a meeting and wanted to do what you describe, they might have an
additional solution for you to use!

Might be worth checking out.

good luck

On Fri, Mar 22, 2024 at 12:45 PM Thomas Cameron
 wrote:
>
> On 3/22/24 11:09, Sbob wrote:
> > All
> >
> >
> > I have 2 laptops I need to connect for testing / coding via ssh, if I
> > connect each to the hotel wifi I cannot connect across laptops with ssh,
> > If I grab a wifi router and connect it to the hotel wifi and use the
> > router's wifi will this work?
> >
> >
> > would it also work with a simple wifi extender?
> >
> >
> > Thanks for any advice
>
> You will almost certainly not be able to connect between devices on a
> commercial wifi network. They don't want folks to attack other machines
> on the network. It would be a huge scandal if a hotel allowed a guest to
> connect to other guests' laptops.
>
> If you want to connect between two laptops, I would just buy an ethernet
> cable (e.g.
> https://www.amazon.com/Amazon-Basics-Ethernet-Gold-Plated-Connectors/dp/B00N2VILDM)
> and configure one laptop with a static ethernet ip address of something
> like 172.31.101.1 and the other with 172.31.101.2. Add them to your
> /etc/hosts file like:
>
> 172.31.101.1laptop1
> 172.31.101.2laptop2
>
> Then each of them would have wifi access out to the Internet, and they'd
> be able to ssh into each other using "ssh laptop1" or "ssh laptop2" for
> any connections between them.
>
> It's a small pain, but it's a LOT easier than trying to circumvent
> security on commercial wifi networks (which can get you kicked off the
> network or even kicked out of the hotel or business).
>
> Hope this helps!
>
> --
> Thomas
> --
> ___
> 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/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> Do not reply to spam, report it: 
> https://pagure.io/fedora-infrastructure/new_issue
--
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: running auto apps on tgt srvr via ssh access

2024-02-02 Thread bruce
Hi Brian.

Thanks!

But setting up ssh is no issue. My issue, I'm wondering how to "run" a
cmd on srvr2 via ssh when I'm on srvr1. And a larger issue, is this
even the "right" way to handle testing "stuff" within Github?

thanks.


On Fri, Feb 2, 2024 at 11:09 AM Brian Truter  wrote:
>
> I think this is what you are looking for, if I follow what you posted:
>
> https://unix.stackexchange.com/questions/23291/how-to-ssh-to-remote-server-using-a-private-key
>
> On Fri, Feb 2, 2024 at 11:02 AM bruce  wrote:
>>
>> Hi.
>>
>> Doing some research and thought I'd ask here as well.
>>
>> A potential use case has a user fetching projects from "Github" and
>> running tests with the project on the tgtTestServer
>>
>> The tgtTestServer can have the shell script to fetch/test the Github
>> project. However, I'm wondering what might be suitable/reasonable
>> methods of "sshing" into the tgtServer to initiate/run the script.
>>
>> Any pointers/sites for this kind of thing would be great.
>>
>> thanks
>> --
>> ___
>> 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/en-US/project/code-of-conduct/
>> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
>> List Archives: 
>> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
>> Do not reply to spam, report it: 
>> https://pagure.io/fedora-infrastructure/new_issue
>
> --
> ___
> 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/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> Do not reply to spam, report it: 
> https://pagure.io/fedora-infrastructure/new_issue
--
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


running auto apps on tgt srvr via ssh access

2024-02-02 Thread bruce
Hi.

Doing some research and thought I'd ask here as well.

A potential use case has a user fetching projects from "Github" and
running tests with the project on the tgtTestServer

The tgtTestServer can have the shell script to fetch/test the Github
project. However, I'm wondering what might be suitable/reasonable
methods of "sshing" into the tgtServer to initiate/run the script.

Any pointers/sites for this kind of thing would be great.

thanks
--
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: github cloning from cmdline

2024-01-15 Thread bruce
Hi Sam!!!

ok...

user err!!

Thanks for replying/posting your  "ssh-keygen" cmd..

login as user
 create sshkey priv/pub id_ed25519_g
   //ssh-keygen -t ed25519 -C 'y...@email.com' -f ~/.ssh/id_ed25519_g -q -N ''
--is "C" for passphrase?
--per Sam/fed email thread, test without "-C..."
   ssh-keygen -t ed25519 -f ~/.ssh/id_ed25519_g

The diff being the removal of the "-q -N" attributes
  -N -- new passphrase
 -q  --- don't know what this does???

running the cmd, then generates the priv/pub sshkey...

-clear out the 'sshkey' in the github webpage/settings
 https://github.com/settings/keys

on/in the cmdline/term
 cat ~/.ssh/id_ed25519_g.pub
 do a copy of the output, and add the results to/as the key in the
github sshkey dialog

this sets the "new" sshkey on the remote/github app/site

from the cmdline/client..

do a test:
 ssh -vT g...@github.com

this succeeds.. as expected... sshkey/connection is valid/works

test the clone for the local side,,
 git clone g...@github.com:foo/clist.git

local clone/dir is created... success!!!

next.. to test basic local git actions
  file changes, repo changes
  "upload" repo changes to the remote github site/app
 etc...

(ps -- so all it took was to have the correct ssh-keygen cmd!!)
  -- was pretty sure it was something subtle/simple.

anything I should test??

thanks!

On Mon, Jan 15, 2024 at 7:50 AM bruce  wrote:
>
> Hi Sam.
>
> Ok, so you did a similar test using steps that I've provided, and it
> runs correctly.
>
> This is cool! -- So this points to "user" err, or something weird...
>
> If I may, are you running everything as user 'foo' or 'root'?
> Are you running everything in the same term window/process?
>
> And, can I ask if you can post the relevant section of your config
> file that pertains to the github issue?
>
> I'll rerun the "test" I've been doing, and post the steps/results. I'm
> doing this both with fed as well as ubuntu to see if there's any
> weirdness.
>
> Thanks for your posts on this!
>
>
> On Mon, Jan 15, 2024 at 1:23 AM Samuel Sieb  wrote:
> >
> > On 1/14/24 21:50, bruce wrote:
> >
> > [snip lots of stuff]
> > You're doing way too many unnecessary things.
> > I noticed that I was using an rsa key, so I decided to follow the steps
> > to add a new ed25519 key.
> >
> > > login as user foo
> > > setup the sshkey
> > >
> > > ssh-keygen -t ed25519 -C 'y...@email.com' -f ~/.ssh/id_ed25519 -q -N ''
> >
> > You might not want to use "-q" as it might be hiding something you need
> > to know.  I create a specific key for github instead of using the
> > default file.  That also makes it easier to copy around to other systems.
> >
> > What I used and hit enter for the password:
> > ssh-keygen -t ed25519 -f ~/.ssh/id_ed25519.git
> >
> > > -- add the key to the github/ssh new key page
> > >
> > > using the pub key, add it to the "github" webpage in the new sshkey dialog
> >
> > Did this.
> >
> > > before cloning a repos, test to make sure things work...
> > >
> > > ssh -vT g...@github.com
> > > this should return success if everything works correctly
> >
> > I was not aware of this handy test before.
> >
> > > which seems to ask for a passphrase!!
> > > and then it dies..
> > >
> > > I've tried to run the basic process
> > >
> > > setup the /.ssh/config
> > > Host github.com
> > >HostName github.com
> > >## 67.205.151.11
> > >User git
> > >AddKeysToAgent yes
> > >/home/crawl_user/.ssh/id_ed25519_g
> >
> > Where did that "_g" on the end come from?  It doesn't match any of your
> > commands.
> >
> > > ssh-keygen -t ed25519 -C 'y...@email.com' -f ~/.ssh/github/id_ed25519 -q 
> > > -N ''
> > >
> > > creates the new key pub/priv
> > > cat ~/.ssh/github/id_ed25519.pub
> > > cat ~/.ssh/github/id_ed25519
> > >   -- add the key to the github/ssh new key page
> > >
> > > .
> > > .
> > > .
> > > debug1: Authentications that can continue: publickey
> > > debug1: Next authentication method: publickey
> > > debug1: Trying private key: /home/crawl_user/.ssh/id_ed25519_g
> > > debug1: PEM_read_PrivateKey failed
> > > debug1: read PEM private key done: type 
> > > Enter passphrase for key '/home/crawl_user/.ssh/id_ed25519_g':
> > > debug1: No more authentication methods to try.
> > > Permission denied (publickey).
> >

Re: github cloning from cmdline

2024-01-15 Thread bruce
Hi Sam.

Ok, so you did a similar test using steps that I've provided, and it
runs correctly.

This is cool! -- So this points to "user" err, or something weird...

If I may, are you running everything as user 'foo' or 'root'?
Are you running everything in the same term window/process?

And, can I ask if you can post the relevant section of your config
file that pertains to the github issue?

I'll rerun the "test" I've been doing, and post the steps/results. I'm
doing this both with fed as well as ubuntu to see if there's any
weirdness.

Thanks for your posts on this!


On Mon, Jan 15, 2024 at 1:23 AM Samuel Sieb  wrote:
>
> On 1/14/24 21:50, bruce wrote:
>
> [snip lots of stuff]
> You're doing way too many unnecessary things.
> I noticed that I was using an rsa key, so I decided to follow the steps
> to add a new ed25519 key.
>
> > login as user foo
> > setup the sshkey
> >
> > ssh-keygen -t ed25519 -C 'y...@email.com' -f ~/.ssh/id_ed25519 -q -N ''
>
> You might not want to use "-q" as it might be hiding something you need
> to know.  I create a specific key for github instead of using the
> default file.  That also makes it easier to copy around to other systems.
>
> What I used and hit enter for the password:
> ssh-keygen -t ed25519 -f ~/.ssh/id_ed25519.git
>
> > -- add the key to the github/ssh new key page
> >
> > using the pub key, add it to the "github" webpage in the new sshkey dialog
>
> Did this.
>
> > before cloning a repos, test to make sure things work...
> >
> > ssh -vT g...@github.com
> > this should return success if everything works correctly
>
> I was not aware of this handy test before.
>
> > which seems to ask for a passphrase!!
> > and then it dies..
> >
> > I've tried to run the basic process
> >
> > setup the /.ssh/config
> > Host github.com
> >HostName github.com
> >## 67.205.151.11
> >User git
> >AddKeysToAgent yes
> >/home/crawl_user/.ssh/id_ed25519_g
>
> Where did that "_g" on the end come from?  It doesn't match any of your
> commands.
>
> > ssh-keygen -t ed25519 -C 'y...@email.com' -f ~/.ssh/github/id_ed25519 -q -N 
> > ''
> >
> > creates the new key pub/priv
> > cat ~/.ssh/github/id_ed25519.pub
> > cat ~/.ssh/github/id_ed25519
> >   -- add the key to the github/ssh new key page
> >
> > .
> > .
> > .
> > debug1: Authentications that can continue: publickey
> > debug1: Next authentication method: publickey
> > debug1: Trying private key: /home/crawl_user/.ssh/id_ed25519_g
> > debug1: PEM_read_PrivateKey failed
> > debug1: read PEM private key done: type 
> > Enter passphrase for key '/home/crawl_user/.ssh/id_ed25519_g':
> > debug1: No more authentication methods to try.
> > Permission denied (publickey).
> >
> > which seems to ask for a passphrase!!
> > and then it dies..
>
> Compare the key you generated with the key it's trying.  Apparently you
> either created another key with a password or it just doesn't exist and
> thinks it needs a password.  Fix your config file.
> --
> ___
> 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/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> Do not reply to spam, report it: 
> https://pagure.io/fedora-infrastructure/new_issue
--
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: github cloning from cmdline

2024-01-15 Thread bruce
On Mon, Jan 15, 2024 at 1:06 AM Jeffrey Walton  wrote:
>
> On Mon, Jan 15, 2024 at 12:52 AM bruce  wrote:
> >
> >  [...]
> >
> > before cloning a repos, test to make sure things work...
> >
> > ssh -vT g...@github.com
> > this should return success if everything works correctly
>
> You have been told twice that this is wrong. Both Samuel Sieb and Sam
> Varshavchik told you so.
>
> If you think your setup is ready, then perform a clone and then a test
> commit on a test branch.
>

Hi Jeffery.

I did do a test as user foo
git clone g...@github.com:foo/test.git


it returns
,
,
,
Enter passphrase for key '/home/crawl_user/.ssh/id_ed25519_g':
debug1: No more authentication methods to try.
g...@github.com: Permission denied (publickey).

which as I've stated appears to be asking for a passphrase even though
none was used to create the "key"

As to the issue you guys have with running  ssh -vT g...@github.com,
I'm not sure why, as this appears to simply test the connection via ssh.
but again, running this gets the same

 Enter passphrase for key '/home/crawl_user/.ssh/id_ed25519_g':
debug1: No more authentication methods to try.
g...@github.com: Permission denied (publickey).

but again, running this gets the same issue
---



> It has been my experience that keys are Ok and the agent is Ok
> (assuming you shared the public key on the Git server). The problems
> come with getting your gitconfig's right. And the easiest way is to
> show someone a working gitconfig rather than trying to regurgitate git
> commands.
>
> Jeff
> --
> ___
> 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/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> Do not reply to spam, report it: 
> https://pagure.io/fedora-infrastructure/new_issue
--
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: github cloning from cmdline

2024-01-14 Thread bruce
Hi Samuel.

Yeah, trying to clone using cmdline/ssh

I can clone using https.

The steps I've tried
 don't seem to connect.

login as foo
eval `ssh-agent -s`
ssh-add ~/.ssh/id_ed25519_g
Enter passphrase for /home/crawl_user/.ssh/id_ed25519_g:

the perms for
 chmod 700 /home/foo/.ssh
 chmod 600 .ssh/*
   id_ed25519_g
   id_ed25519_g.pub

login to another term::
run ssh-add -L
ssh-rsa 
B3NzaC1yc2EBIwAAAQEAwIufIK2RJZe4UStofMA8eoD45PALWKTz8gmHUFVMs+fkjnOVB/huo973wPGGg8PkEQu1tjl7hh3MmjNU+LykZykbRSm6jTBU7K4EUtGhF7AMWsPjyrLwrlmtL36O74ucFVNEb0uih8y827uP3cKEGX/gi7m8FHFzn0sR547jB8s3q2mBey/n+iKKB3WU0BgGSnYUdWQTKK51J4mNEtkdr/zV/0xQ+ICMjLRuIT4cFhKJ1SRBN4GeyqXzH8tOx4a7aeNMgu2KyoZUwPTXg+nQQh6TNt8v1VfOvz4S4T+uR4XakQeIAMSrDn1TSZ7+P6bNLk3jNjF8RJPnr59QQEPQhw==
root@foo
ssh-rsa 
B3NzaC1yc2EBIwAAAQEAnB5GhprThFO3uQunWqnMVef7lwH2PT6uOw0vMsrS/yD8Okxl7STcnYY+c80CAlz4pORiVSvsmCtpod5z/ke73hZzqXevwskrixZGsI2pW8F8bsquttZAiKdutppIo2ILcG1ZL4zVrizWh4Ad6ywNt/N0ZZdbwjEkNDb6RCgFyDfZc/fCZRy2yw5qqG5C7t0EGvybNVRBfrXeSAQcyRW9CESdBDVFWe7DRI5SrNoLSrJfEUOhoTz+uP5tZLLpKq+6vYwQfuLS9DoUjULrtnPakmE0FmqyVA10YdAONWlAoVyWsT9Jxq21QglXf6h7xATp4HtxpwgU7kxoqBtjJClDpQ==
root@foo
  are the items that are returned...
  which is weird.. not sure how these got there...

I'm trying to remove/delete these items, so when I do a "ssh-add -L"
it returns ""

I've tried to "delete" the items by using portions of the content with no luck..

ie..
ssh-add -L | grep -F '7kxoqBtjJClDpQ=' | ssh-add -d -
returns...
Identity removed: (stdin) RSA (root@foo)

but the "ssh-add -L" still returns the same items.
This is still the same action even when logging out/back in the term

the steps should be
login as user foo
setup the sshkey

ssh-keygen -t ed25519 -C 'y...@email.com' -f ~/.ssh/id_ed25519 -q -N ''

making sure the perms are set to the correct perms
cat ~/.ssh/id_ed25519
cat ~/.ssh/id_ed25519.pub
-- add the key to the github/ssh new key page

using the pub key, add it to the "github" webpage in the new sshkey dialog

before cloning a repos, test to make sure things work...

ssh -vT g...@github.com
this should return success if everything works correctly

which seems to ask for a passphrase!!
and then it dies..

I've tried to run the basic process

setup the /.ssh/config
Host github.com
  HostName github.com
  ## 67.205.151.11
  User git
  AddKeysToAgent yes
  /home/crawl_user/.ssh/id_ed25519_g

ssh-keygen -t ed25519 -C 'y...@email.com' -f ~/.ssh/github/id_ed25519 -q -N ''

creates the new key pub/priv
cat ~/.ssh/github/id_ed25519.pub
cat ~/.ssh/github/id_ed25519
 -- add the key to the github/ssh new key page

.
.
.
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Trying private key: /home/crawl_user/.ssh/id_ed25519_g
debug1: PEM_read_PrivateKey failed
debug1: read PEM private key done: type 
Enter passphrase for key '/home/crawl_user/.ssh/id_ed25519_g':
debug1: No more authentication methods to try.
Permission denied (publickey).

which seems to ask for a passphrase!!
and then it dies..

so..
try using the sshgen
eval $(ssh-agent -s)

ssh-add ~/.ssh/id_ed25519_g
Enter passphrase for /home/crawl_user/.ssh/id_ed25519_g:


log into a sep term
run
 ssh-add -L

 ==>> there should be the key from the id_ed25519_g

which should then allow you to run
  ssh -vT g...@github.com
to test
 on success

you could then clone the repos

git clone g...@github.com:foo/test.git

thoughts...

thanks..





On Sun, Jan 14, 2024 at 3:12 PM Samuel Sieb  wrote:
>
> Have you actually tried cloning?
> Is there a problem you're trying to solve?
> --
> ___
> 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/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> Do not reply to spam, report it: 
> https://pagure.io/fedora-infrastructure/new_issue
--
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: github cloning from cmdline

2024-01-14 Thread bruce
Hi Jeffery,

Thanks for the reply. In my test, I don't configure a
   $HOME/.gitconfig file, and your /.git/config file.

The weird thing, i'm seeing a number of other people who have had
similar issues with accessing g...@github.com

and they seem to discuss using the ssh-agent for the key.

But none of the tutorials I've seen indicate you need to use a keyring..

thanks

On Sun, Jan 14, 2024 at 3:54 AM Jeffrey Walton  wrote:
>
> On Sun, Jan 14, 2024 at 3:07 AM bruce  wrote:
> >
> > hi  sorry for the typo..
> >
> > the file paths matched in my actual test...
> >
> > the passphrase
> >  issue is throwing me
>
> Post your $HOME/.gitconfig file, and your /.git/config file.
>
> For me, I handle SSH check-ins via $HOME/.gitconfig :
>
> $ cat $HOME/.gitconfig
> [user]
>email = noloa...@gmail.com
>name = Jeffrey Walton
>signingkey = 3F537D88ADBC1677
> [url "ssh://g...@github.com"]
> pushInsteadOf = https://github.com
> [url "ssh://g...@salsa.debian.org"]
> pushInsteadOf = https://salsa.debian.org
>
> [push]
>default = current
> [gpg]
>program = gpg2
>
> And then a particular project will use SSH, even though a checkout
> happened with HTTPS:
>
> $ cd cryptopp-fork
> $ cat .git/config
> [core]
>repositoryformatversion = 0
>filemode = true
>bare = false
>logallrefupdates = true
> [remote "origin"]
>url = https://github.com/noloader/cryptopp
>fetch = +refs/heads/*:refs/remotes/origin/*
> [branch "master"]
>remote = origin
>merge = refs/heads/master
> [remote "upstream"]
>url = https://github.com/weidai11/cryptopp
>fetch = +refs/heads/*:refs/remotes/upstream/*
>
> Jeff
> --
> ___
> 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/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> Do not reply to spam, report it: 
> https://pagure.io/fedora-infrastructure/new_issue
--
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: github cloning from cmdline

2024-01-14 Thread bruce
hi  sorry for the typo..

the file paths matched in my actual test...

the passphrase
 issue is throwing me


On Sun, Jan 14, 2024 at 2:49 AM  wrote:
>
> Hi
>
> On Sun, 14 Jan 2024 02:27:55 -0500 bruce wrote:
> > ssh-keygen -t ed25519 -C 'y...@email.com' -f ~/.ssh/github/id_ed25519 -q -N 
> > ''
> 
> > debug1: Trying private key: /home/crawl_user/.ssh/id_ed25519_g
>
> The pathnames differ here. Adjust the .ssh/config file to point to:
>
>~/.ssh/github/id_ed25519
>
> --
> francis
> --
> ___
> 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/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> Do not reply to spam, report it: 
> https://pagure.io/fedora-infrastructure/new_issue
--
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


github cloning from cmdline

2024-01-13 Thread bruce
Hi.

I'm trying to test using SSH key to clone a test repository from the cmdline..

I'm screwing up something in following the different sires/examples to
try to setup the SSH key to connect to "Github" for a user/repository.

It appears that the "ssh -vT g...@github.com"  cmd seems to always
request a "passphrase" even though the ssh key was created without a
passphrase.

I've tried the following cmds on a number of different systems/OS,
with the same results.

the cmds are:

ssh-keygen -t ed25519 -C 'y...@email.com' -f ~/.ssh/github/id_ed25519 -q -N ''

cat ~/.ssh/github/id_ed25519.pub
 -- add the key to the github/ssh new key page

(if you notice, no PASSPHRASE)

the ssh private key file is added to the "config" file

ssh -vT g...@github.com is run...

.
.
.
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Trying private key: /home/crawl_user/.ssh/id_ed25519_g
debug1: PEM_read_PrivateKey failed
debug1: read PEM private key done: type 
Enter passphrase for key '/home/crawl_user/.ssh/id_ed25519_g':
debug1: No more authentication methods to try.
Permission denied (publickey).

which seems to ask for a passphrase!!
and then it dies..

I've tried various OS flavors...

looked over different sites..

Anyone with SSH/Fed/Github experience able to provide any thoughts/comments??

I'm sure I'm missing someting subtle, but I can't see it for now.

thanks
--
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


a bit off topic -- software development checklist!

2024-01-12 Thread bruce
Hey.

A bit off topic, but I'll ask anyway.

For those of you who dabble in developing/managing software teams, do
you have any "fav" open source proj management webapps you use? I'm
looking for a reasonable/good app I could use for a personal project
that might have a small team . I'm looking for the ability to
"manage"/track the dev/test/deploy processes as the app is created.

I'm looking at some different apps, thought I'd ask here as well.

Any thoughts/pointers would be appreciated.

thanks
--
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: package/mod install issue

2023-12-28 Thread bruce
Hi Barry.

I had tested on both, with same results... my bad..

pretty sure it's user err somewhere

On Thu, Dec 28, 2023 at 7:17 AM Barry Scott  wrote:
>
>
>
> > On 28 Dec 2023, at 11:18, bruce  wrote:
> >
> > Hi,
> >
> > Working with a test DO process, to install a package/module
> >
> > install npm
> >
> > .
> > .
> > .
> > Failed to restart ssh.service: Transaction contains conflicting jobs
> > 'stop' and 'restart' for ssh.service. Probably contradicting
> > requirement dependencies configured.
> > See system logs and 'systemctl status ssh.service' for details.
> > Could not execute systemctl:  at /usr/bin/deb-systemd-invoke line 142.
> > Failed to restart ssh.socket: Transaction contains conflicting jobs
> > 'restart' and 'stop' for ssh.service. Probably contradicting
> > requirement dependencies configured.
> > See system logs and 'systemctl status ssh.socket' for details.
> > .
> > .
> >
> > Trying to figure out what/where I can research to try to resolve this.
> >
> > Checking different 'net sites haven't produced a solution.
> >
> > The test system already had/has a working ssh/sshd process.
> >
> > Obviously, the sshd can't be stopped! I did try to "update" with no 
> > improvement
> >
> > systemctl status ssh.service
> > ● ssh.service - OpenBSD Secure Shell server
> > Loaded: loaded (/lib/systemd/system/ssh.service; enabled; vendor
> > preset: enabled)
> >Drop-In: /etc/systemd/system/ssh.service.d
> > └─00-socket.conf
> > Active: active (running) since Thu 2023-12-28 00:27:05 UTC; 10h ago
> >   Docs: man:sshd(8)
> > man:sshd_config(5)
> >   Main PID: 8096 (sshd)
> >  Tasks: 1 (limit: 2323)
> > Memory: 10.3M
> >CPU: 51.961s
> > CGroup: /system.slice/ssh.service
> > └─8096 "sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups"
> >
> > Dec 28 11:13:34 ubuntu-s-1vcpu-2gb-nyc1-dd sshd[152596]: Connection
> > reset by 198.235.24.214 port 64902 [preauth]
> > Dec 28 11:15:40 ubuntu-s-1vcpu-2gb-nyc1-dd sshd[152599]: Invalid user
> > wireguard from 104.248.13.51 port 58520
> > Dec 28 11:15:40 ubuntu-s-1vcpu-2gb-nyc1-dd sshd[152599]:
> > pam_unix(sshd:auth): check pass; user unknown
> > Dec 28 11:15:40 ubuntu-s-1vcpu-2gb-nyc1-dd sshd[152599]:
> > pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0
> > tty=ssh ruser= rhost=104.248.13.51
> >
> > any thoughts/comments?
>
> You know you are asking for ubuntu support on a Fedora list?
>
> Barry
>
>
> >
> > thanks
> > --
> > ___
> > 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/en-US/project/code-of-conduct/
> > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> > List Archives: 
> > https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> > Do not reply to spam, report it: 
> > https://pagure.io/fedora-infrastructure/new_issue
> --
> ___
> 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/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> Do not reply to spam, report it: 
> https://pagure.io/fedora-infrastructure/new_issue
--
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


package/mod install issue

2023-12-28 Thread bruce
Hi,

Working with a test DO process, to install a package/module

install npm

.
.
.
Failed to restart ssh.service: Transaction contains conflicting jobs
'stop' and 'restart' for ssh.service. Probably contradicting
requirement dependencies configured.
See system logs and 'systemctl status ssh.service' for details.
Could not execute systemctl:  at /usr/bin/deb-systemd-invoke line 142.
Failed to restart ssh.socket: Transaction contains conflicting jobs
'restart' and 'stop' for ssh.service. Probably contradicting
requirement dependencies configured.
See system logs and 'systemctl status ssh.socket' for details.
.
.

Trying to figure out what/where I can research to try to resolve this.

Checking different 'net sites haven't produced a solution.

The test system already had/has a working ssh/sshd process.

Obviously, the sshd can't be stopped! I did try to "update" with no improvement

 systemctl status ssh.service
● ssh.service - OpenBSD Secure Shell server
 Loaded: loaded (/lib/systemd/system/ssh.service; enabled; vendor
preset: enabled)
Drop-In: /etc/systemd/system/ssh.service.d
 └─00-socket.conf
 Active: active (running) since Thu 2023-12-28 00:27:05 UTC; 10h ago
   Docs: man:sshd(8)
 man:sshd_config(5)
   Main PID: 8096 (sshd)
  Tasks: 1 (limit: 2323)
 Memory: 10.3M
CPU: 51.961s
 CGroup: /system.slice/ssh.service
 └─8096 "sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups"

Dec 28 11:13:34 ubuntu-s-1vcpu-2gb-nyc1-dd sshd[152596]: Connection
reset by 198.235.24.214 port 64902 [preauth]
Dec 28 11:15:40 ubuntu-s-1vcpu-2gb-nyc1-dd sshd[152599]: Invalid user
wireguard from 104.248.13.51 port 58520
Dec 28 11:15:40 ubuntu-s-1vcpu-2gb-nyc1-dd sshd[152599]:
pam_unix(sshd:auth): check pass; user unknown
Dec 28 11:15:40 ubuntu-s-1vcpu-2gb-nyc1-dd sshd[152599]:
pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0
tty=ssh ruser= rhost=104.248.13.51

any thoughts/comments?

thanks
--
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: might be off topic -- using digitalocean to test

2023-12-17 Thread bruce
Hi Cameron!

Thanks for the reply.

I've tried multiple tests.. gotten a few of the DO cust srvc techs
involved, apparently escalated the issue up the chain.

I've only gotten this thing to work once! It should be trivial.

frustrating to put it mildly!

If you can't accurately/reliably clone/duplicate a droplet, then the
whole idea of cloud instances that you can manage/trac is sort of out
the window!


On Sun, Dec 17, 2023 at 4:21 PM Cameron Simpson  wrote:
>
> On 16Dec2023 18:56, bruce  wrote:
> >Does anyone have digitalocean (DO) experience creating
> >droplets/snapshots/cloning etc.
>
> I've only made a droplet, not cloned one.
> Cheers, Cameron Simpson 
> --
> ___
> 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/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> Do not reply to spam, report it: 
> https://pagure.io/fedora-infrastructure/new_issue
--
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


might be off topic -- using digitalocean to test

2023-12-16 Thread bruce
Hi.

Does anyone have digitalocean (DO) experience creating
droplets/snapshots/cloning etc.

I'm thinking of doing tests with the platform. Wanted to ask specific questions.

The questions have more to do with actual steps to "clone" a given
"droplet" than Fedora itself.

thanks
--
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


ssh access sshKey/password

2023-12-13 Thread bruce
Hi.

I know.. list is really only for fedora!  But I was hoping I might
find someone who could point me in a direction to figure out what's
going on.

This is a digitalocean/ubuntu issue for setting up/testing SSH access.

Since this is a test, I'm more than willing to grant root access to
figure this out. I've created snapshots to recreate the
droplet/instance.

thanks
==


I have a test digitalocean droplet. It was setup for ssh access.

It more or less works. I have a few test users that I can ssh into
with no issue. I also created a test user with no ssh key, to test ssh
with password.

ssh testu@1.2.3.4
 generates the "password" prompt to login, as expected.

I've tested this with a copy of "centos", as well as another ubuntu
20.04 system.

Both tests seem to work as expected.


I decided to do a copy of the initial DO droplet -- 161.35.5.174 and
to create another copy of this with the same dir/files/processes.

steps:
turn off "161.35.5.174"
Create a "snapshot" of the "161.35.5.174"
Use the "snapshot" to create another droplet with a diff IP. "161.35.5.x"

turn on 161.35.5.174
and use 161.35.5.x
so I now should have 2 valid droplets, with SSH access...


Now, at this point, I thought/assumed/hoped the user could simply
access the new droplet via SSH the same as the initial droplet.

I was sadly mistaken!

Or I have a subtle/massive user err.

my test users
root
sroot
crawl_user
*testu

Each of these have ssh keys/dirs on/in the droplets (except fo testu,
which is a simple user acct)

When I'm on the test centos, and I ssh into the 161.35.5.174, everything works..
 ssh -v sroot@161.35.5.174 works as expected...

So, it appears the "161.35.5.174" initial droplet works as expected,
which implies the "ssh" server/daemon is working, and that the
/etc/ssh/sshd_config is configured/set

The idea is to allow for "root" access -- for the test

My goal for the overall test, is to allow
 ssh access into the 161.35.5.174 droplet
   via sshKey, as well as password.

 and to do the same for the copied/created droplet

 ***
 THIS ISN'T WORKING!!!
 when I'm on the centos and I test
 ssh -vvv sroot@165.227.198.59
 to allow sshKey, as well as "password" access via ssh

the results are:
sroot@ubuntu-s-1vcpu-2gb-nyc1-01:~$ ssh -vvv testu@165.227.198.59
OpenSSH_9.3p1 Ubuntu-1ubuntu3, OpenSSL 3.0.10 1 Aug 2023
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: include
/etc/ssh/ssh_config.d/*.conf matched no files
debug1: /etc/ssh/ssh_config line 21: Applying options for *
debug2: resolve_canonicalize: hostname 165.227.198.59 is address
debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' ->
'/home/sroot/.ssh/known_hosts'
debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' ->
'/home/sroot/.ssh/known_hosts2'
debug3: ssh_connect_direct: entering
debug1: Connecting to 165.227.198.59 [165.227.198.59] port 22.
debug3: set_sock_tos: set socket 3 IP_TOS 0x10
debug1: Connection established.
debug1: identity file /home/sroot/.ssh/id_rsa type -1
debug1: identity file /home/sroot/.ssh/id_rsa-cert type -1
debug1: identity file /home/sroot/.ssh/id_ecdsa type -1
debug1: identity file /home/sroot/.ssh/id_ecdsa-cert type -1
debug1: identity file /home/sroot/.ssh/id_ecdsa_sk type -1
debug1: identity file /home/sroot/.ssh/id_ecdsa_sk-cert type -1
debug1: identity file /home/sroot/.ssh/id_ed25519 type -1
debug1: identity file /home/sroot/.ssh/id_ed25519-cert type -1
debug1: identity file /home/sroot/.ssh/id_ed25519_sk type -1
debug1: identity file /home/sroot/.ssh/id_ed25519_sk-cert type -1
debug1: identity file /home/sroot/.ssh/id_xmss type -1
debug1: identity file /home/sroot/.ssh/id_xmss-cert type -1
debug1: identity file /home/sroot/.ssh/id_dsa type -1
debug1: identity file /home/sroot/.ssh/id_dsa-cert type -1
debug1: Local version string SSH-2.0-OpenSSH_9.3p1 Ubuntu-1ubuntu3
debug1: Remote protocol version 2.0, remote software version
OpenSSH_9.3p1 Ubuntu-1ubuntu3
debug1: compat_banner: match: OpenSSH_9.3p1 Ubuntu-1ubuntu3 pat
OpenSSH* compat 0x0400
debug2: fd 3 setting O_NONBLOCK
debug1: Authenticating to 165.227.198.59:22 as 'testu'
debug3: record_hostkey: found key type ED25519 in file
/home/sroot/.ssh/known_hosts:2
debug3: load_hostkeys_file: loaded 1 keys from 165.227.198.59
debug1: load_hostkeys: fopen /home/sroot/.ssh/known_hosts2: No such
file or directory
debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory
debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file
or directory
debug3: order_hostkeyalgs: have matching best-preference key type
ssh-ed25519-cert-...@openssh.com, using HostkeyAlgorithms verbatim
debug3: send packet: type 20
debug1: SSH2_MSG_KEXINIT sent
debug3: receive packet: type 20
debug1: SSH2_MSG_KEXINIT received
debug2: local client KEXINIT proposal
debug2: KEX algorithms:

Re: way off topic...

2023-11-03 Thread bruce
Hi Fred.

Is it ok to reply to your email? Don't want to offend any that might
want to keep the list "fedora" only?

thanks

-bruce

On Fri, Nov 3, 2023 at 6:55 AM Frederic Muller  wrote:
>
> On 03/11/2023 17:34, bruce wrote:
> > please.. no flames..
> >
> > we all know.. the list is FEDORA only... (got it... ) no flames..
> > (this is a last resort!)
> >
> > However, doing a test of a digitalocean installation/install of ubuntu
> > "23.10". The goal is to get a running Apache webserver. In fedora,
> > trivial!!
> >
> > In ubuntu, at least with the Digitalocean starting instance, not quite 
> > working.
> >
> > So, I was wondering 1) has anyone here any experience/success with
> > this process for ubuntu? 2) anyone have any idea/site one can turn to
> > for "help"/pointers  I've gone through countless stackoverflow
> > posts, as well as numerous sites, etc with no success.
> >
> > Leads me to believe I'm missing something subtle.
> >
> > Thanks for any/all help!
>
> Well.. what is not working may I/we ask?
>
> I tend to run LTS as I never do upgrades but I can give tips if I know
> what or where it is failing.
>
> Fred
> ___
> 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/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> Do not reply to spam, report it: 
> https://pagure.io/fedora-infrastructure/new_issue
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


way off topic...

2023-11-03 Thread bruce
please.. no flames..

we all know.. the list is FEDORA only... (got it... ) no flames..
(this is a last resort!)

However, doing a test of a digitalocean installation/install of ubuntu
"23.10". The goal is to get a running Apache webserver. In fedora,
trivial!!

In ubuntu, at least with the Digitalocean starting instance, not quite working.

So, I was wondering 1) has anyone here any experience/success with
this process for ubuntu? 2) anyone have any idea/site one can turn to
for "help"/pointers  I've gone through countless stackoverflow
posts, as well as numerous sites, etc with no success.

Leads me to believe I'm missing something subtle.

Thanks for any/all help!
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: ssh new cloud instance / new user

2023-10-30 Thread bruce
I prefer not to allow root to login using passwd or ssh

On Mon, Oct 30, 2023 at 11:19 PM Samuel Sieb  wrote:
>
> On 10/30/23 13:57, bruce wrote:
> > Hi.
> >
> > Lost my old notes. Laying out how to setup test cloud instance to be
> > able to have testUserA and root
> >
> > testUserA will login/access via ssh
> > testUSerA will create private/pub key, with /home/testUserA/.ssh on
> > the CloudInstance (D1)
> >
> > ssh will allow testUserA
> > ssh will not allow root access
> >
> > root will have passwd -- passwd1 (example)
> > root will not have ssh key, (why would it need it?)
> >
> > my question..
> > testUserA will access via ssh and then can simply su root to do root 
> > things..
> >
> > or should there be an intermediate user with "sudo" rights that
> > testUserA would change to, to then do root things.
>
> Is there a reason you don't want to follow the usual practice?
> user has sudo access and root optionally has an ssh key for login.
> ___
> 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/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> Do not reply to spam, report it: 
> https://pagure.io/fedora-infrastructure/new_issue
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


ssh new cloud instance / new user

2023-10-30 Thread bruce
Hi.

Lost my old notes. Laying out how to setup test cloud instance to be
able to have testUserA and root

testUserA will login/access via ssh
testUSerA will create private/pub key, with /home/testUserA/.ssh on
the CloudInstance (D1)

ssh will allow testUserA
ssh will not allow root access

root will have passwd -- passwd1 (example)
root will not have ssh key, (why would it need it?)

my question..
testUserA will access via ssh and then can simply su root to do root things..

or should there be an intermediate user with "sudo" rights that
testUserA would change to, to then do root things.

thoughts/comments.

thanks
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: monitoring of fed/web severs

2023-10-01 Thread bruce
Hi Peter..

Was your email directed to me specifically regarding my
needs/questions? Or to the list in general?

Thanks

-bruce

On Sun, Oct 1, 2023 at 3:59 AM Peter Boy  wrote:
>
>
>
>
> > Am 01.10.2023 um 01:08 schrieb bruce :
> >
> > Hi.
> >
> > To all you sys admin -- real or just good!
> >
> > I'm doing some thought/research prep to figure out what's required to
> > monitor remote (cloud) web servers, and the services running on the
> > instance.
> >
> > Ie, what apps/services should be used
> > -3rd party apps running/pointed to the box
> > -what  should be tracked/monitored?
> > -are there "recipes" to use to be used as a starting point?
> > -things "not" to do  -- things "to" do..
> >
> > Good/Better/Best practices...
> > Server security processes
> > User attacking the server
> > Traffic attacking the web Server process..
> >
> > Whatever the list has to offer, I'd be interested in seeing/hearing.
> >
> > thanks much
> >
> > ps. The use case is a couple of test servers, running different
> > webSites, with different mysql db. The apps will be php/javascript for
> > the most part.
> >
> > thanks!!
> > ___
>
>
> As Fedora Server WG we are starting to  pursue a project to use an ARM SBC 
> (very low power consumption) to create a dedicated 24/7 monitor appliance. 
> Currently, I'm leaning towards OpenNMS (https://www.opennms.com/horizon/) as 
> the monitor software of choice. Icinga might be an alternative. Maybe we can 
> cooperate on this.
>
>
> Best
> Peter
>
> --
> Peter Boy
> https://fedoraproject.org/wiki/User:Pboy
> p...@fedoraproject.org
>
> Timezone: CET (UTC+1) / CEST (UTC+2)
>
> Fedora Server Edition Working Group member
> Fedora Docs team contributor and board member
> Java developer and enthusiast
>
>
>
> ___
> 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/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> Do not reply to spam, report it: 
> https://pagure.io/fedora-infrastructure/new_issue
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


monitoring of fed/web severs

2023-09-30 Thread bruce
Hi.

To all you sys admin -- real or just good!

I'm doing some thought/research prep to figure out what's required to
monitor remote (cloud) web servers, and the services running on the
instance.

Ie, what apps/services should be used
 -3rd party apps running/pointed to the box
 -what  should be tracked/monitored?
 -are there "recipes" to use to be used as a starting point?
 -things "not" to do  -- things "to" do..

Good/Better/Best practices...
Server security processes
User attacking the server
Traffic attacking the web Server process..

Whatever the list has to offer, I'd be interested in seeing/hearing.

thanks much

ps. The use case is a couple of test servers, running different
webSites, with different mysql db. The apps will be php/javascript for
the most part.

thanks!!
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Off topic -- but a slow list day

2023-08-02 Thread bruce
Hi.

Doing some research on email list providers?. Most seem to charge
based on emails sent, as well as the size of the contact/email list.

Does anyone have any experience dealing with any of these providers?
And, if you do, does anyone have any pointers to "cheap" providers for
unlimited contacts!

thanks!

feel free to hit me up off list.
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


dev system for building test android apps -- prob off topic!

2023-07-25 Thread bruce
Hi.

Probably OFF TOPIC!!

Thinking of testing out building/creating a couple of test android
mobile apps. Looking over different docs/sites/forums, it appears the
dev/text system needs to be somewhat hefty!

So, thought I'd ask here for thoughts if anyone has done this. What
did you use in terms of cpu/drive/mem? Or did you just do a cloud
instance?

thanks
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


sysadmin/mentor !!

2023-07-06 Thread bruce
Hey peeps.

Hope those who celebrate the 4th had a good time, and all is safe.

I'm working on a project, and ready to deploy a couple of test apps on
a cloud server. I'd like to be reasonably safe/secure, and thought I'd
turn here to see if anyone wants to play the role of short term
mentor/guide for this.

I've scanned numerous sites, etc. .. but still would feel better if
I've got someone I can discuss prior to deploying, or ping if
something happens.

If you're interested, ping and we can talk. And yeah, I expect that
there might be a fee!

thanks

-bruce
badoug...@gmail.com
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


waaaayy off topic -- Nothing to do with fedora. --but.. reactjs

2023-06-29 Thread bruce
Hey.

Drowning on an issue. It's regarding reactjs. Thought I'd ask if the
group might have someone they can point me to. I'm keeping this short,
but feel free to ping me offline for more information.

thanks

-bruce
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Asking for thoughts/comments on a laptop/specs

2023-06-28 Thread bruce
Hey Tom,

Thanks for the input!

On Wed, Jun 28, 2023 at 9:01 AM Tom Horsley  wrote:
>
> On Wed, 28 Jun 2023 07:45:32 -0400
> bruce wrote:
>
> > Looking at/over a couple of laptops and thought I'd ask the list for input.
>
> I just watched a video about the "framework" laptop, pretty much
> infinitely upgradeable and repairable and supports fedora. If I
> had any use for laptops, that's the one I'd get (but screens are
> too small and I don't need anything portable anyway).
> ___
> 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/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> Do not reply to spam, report it: 
> https://pagure.io/fedora-infrastructure/new_issue
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Asking for thoughts/comments on a laptop/specs

2023-06-28 Thread bruce
Looking at/over a couple of laptops and thought I'd ask the list for input.

The laptop(s) are HP..

The initial url for the box is

https://www.hp.com/us-en/shop/pdp/hp-laptop-17z-cp300-799v0av-1
17" hp amd ryzen5 6core/12thread
8G
128G SSD
$400

would probably add 16G for +$60
 +1tb for $50 (as well)


laptop would be used for basic/work stuff running fed/linux..

thoughts/comments

thanks/much appreciation


ps --- there's also an intel -- 10core/12 thread for 500 -- woud need
to beef it up as well..

the url -- https://www.hp.com/us-en/shop/vwa/17-inch-laptops/scrs=17-?orderBy=3
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


ide editor??

2023-05-23 Thread bruce
Hi.

Curious to know what IDE/editors you guys use for developing code (and
why if you care to expound).

Are  there any you prefer for linux vs windows?

just curious...

thanks
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: hp - windows media creation tool

2023-04-29 Thread bruce
Hi Cam.

Thanks for your reply.

For you/any others who might have these kinds of questions/issues (I
know this isn't strict Fedora)

It appears there's the Windows data files for the ISO
It appears the windows mediacreationtool.exe is used
It appears that win11 doesn't require a key (true/false)?? still
researching this
It appears a clean usb fat32 can be formatted/used for the bootable ISO..
This could then allow for testing of installing Fedora/etc.. and
returning to win as needed..

Feel free to add anything I may have left out..

thanks

ps.. Now to get hp to lower their prices!

On Sat, Apr 29, 2023 at 11:22 AM Kam Leo  wrote:
>
> Your laptop should have a hidden partition that contains the OS recovery 
> data. What you want is the app to create a media recovery disk. The app 
> should be in the HP folder.
>
> On Fri, Apr 28, 2023 at 10:39 AM Luna Jernberg  wrote:
>>
>> -- Forwarded message -
>> From: bruce 
>> Date: Fri, Apr 28, 2023 at 7:38 PM
>> Subject: Re: hp - windows media creation tool
>> To: Luna Jernberg 
>>
>>
>> Hi Luna,
>>
>> Thanks for the reply. I wasn't so much interested in the "windows"
>> side of things. But, rather anyone had managed to have windows, use
>> the tool, then install linux/fedora, and reinstall windows as a test.
>>
>> This is why I posted here... for the fedora to windows reinstall portion..
>>
>> thanks!
>>
>> On Fri, Apr 28, 2023 at 1:07 PM Luna Jernberg  wrote:
>> >
>> > https://www.microsoft.com/software-download/windows11 Microsoft has a
>> > site to make a Windows 11 USB with a tool not sure if the Fedora list
>> > is the best place for Windows questions however but answering anyways
>> >
>> > On Fri, Apr 28, 2023 at 5:51 PM bruce  wrote:
>> > >
>> > > Hey.
>> > >
>> > > Looking over hp's laptops. They come with windows 11. I was wondering
>> > > if the hp - windows mediacreationtool actually works to copy the
>> > > windows OS to a usb so I can restore if required.
>> > >
>> > > Thought I'd ask the list if anyone has used this tool to copy/restore
>> > > windows after installing fedora.
>> > >
>> > > The docs/sites imply it should work.
>> > >
>> > > Thoughts/comments.
>> > >
>> > > thanks!
>> > > ___
>> > > 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/en-US/project/code-of-conduct/
>> > > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
>> > > List Archives: 
>> > > https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
>> > > Do not reply to spam, report it: 
>> > > https://pagure.io/fedora-infrastructure/new_issue
>> ___
>> 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/en-US/project/code-of-conduct/
>> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
>> List Archives: 
>> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
>> Do not reply to spam, report it: 
>> https://pagure.io/fedora-infrastructure/new_issue
>
> ___
> 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/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> Do not reply to spam, report it: 
> https://pagure.io/fedora-infrastructure/new_issue
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


hp - windows media creation tool

2023-04-28 Thread bruce
Hey.

Looking over hp's laptops. They come with windows 11. I was wondering
if the hp - windows mediacreationtool actually works to copy the
windows OS to a usb so I can restore if required.

Thought I'd ask the list if anyone has used this tool to copy/restore
windows after installing fedora.

The docs/sites imply it should work.

Thoughts/comments.

thanks!
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


scrolling issue

2023-04-22 Thread bruce
Hi.

I've done something wrong. In test terminals, I can no longer seem to
have unlimited scrolling. I run a test script, that should generate
lots of line/output.

For some reason, the output seems to only display the latest X lines
(havent counted them). But it appears less than 50.

I've looked in the "Terminal" menu, and unlimited scrolling is checked.

I've tried the usual reset -- reset/clear etc.

Looking over diff 'net sites hasn't gotten the 'aha' moment.

Any thoughts

thanks
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


setting up wpa2 wireless

2023-04-07 Thread bruce
Hi.

looking to setup/test wifi/wpa2 for uverse

Configured the uverse device. Using the basic default settings with a
diff test network name/password

On the test client. I've manually set the ip address. I'm looking at
different sites to see how/if I need to do anything for the "routes"

any pointers/sites to look at would be helpful.

thanks
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: curious -- looking for thoughts/opinions

2023-03-22 Thread bruce
Hi George.

The laptop in question would be one of the AMD 5 ryzen 6/10 core
systems from the hp site.

I'd add mem/1TB internal drive as well.

thanks for your comments!

On Wed, Mar 22, 2023 at 10:05 AM George N. White III  wrote:
>
>
>
> On Tue, Mar 21, 2023 at 10:21 PM bruce  wrote:
>>
>> Hi.
>>
>> Looking at getting another laptop.
>>
>> Any thoughts on completely transferring as well as updating the data
>> on the current drive to the new laptop.
>
>
> I populate my home directory on a new machine from the backup of the old 
> machine.  In the past I used NFS, but now my backups are on USB drives. It
> Is helpful to have the old machine in working order to troubleshoot things
> that break on the new system (usually my own programs that use a library that
> is no longer available from distros — a hint that I need to find a newer 
> library.
>>
>>
>> Assume I might be dealing with a diff flavor of linux. I'm not sure
>> what the new laptop will have.
>>
>> I don't want bleeding edge fedora.. (unless I change my mind).
>>
>> I don't want RHEL/centos -- I'd like to be newer.
>>
>> So, give me your thoughts as well as best practice that you use for
>> this kind of process...
>
>
> I find there are often issues with newer systems.  At present, businesses are
> dumping windows systems that won’t run Win11, so you can find higher end
> laptops 2 or 3 years old at bargain prices.  Many are excellent linux 
> platforms,
> but you need to check on linux-hardware.org.  There are often issues with 
> display brightness, sound, or wifi.  I deal with  by updating the wifi and 
> using a USB
> sound dongle or a high end USB sound device.
>
> Laptops this age generally allow you to upgrade internal wifi, RAM, and SSD.  
>  If
> you are considering a big-name laptop with linux pre-installed, you may be 
> able to
> check the specs at linux-hardware.org.
>
> --
> George N. White III
>
> ___
> 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/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> Do not reply to spam, report it: 
> https://pagure.io/fedora-infrastructure/new_issue
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: curious -- looking for thoughts/opinions

2023-03-22 Thread bruce
hi Tim.

thanks.  Hadn't even thought of the possibility issue of not being able to
access the internal components for upgrading.  Another issue.

What I've got on my rough process is a complete list of installed apps as
well as libs/files from the different sys dirs... and the var dirs..

I've tested some of this in the past with a cheap cloud instance to see how
well the basic process works.

Of course there would be all the rest of the stuff. security stuff. user
dirs/stuff

thanks


On Wed, Mar 22, 2023, 12:44 AM Tim via users 
wrote:

> On Tue, 2023-03-21 at 21:21 -0400, Bruce wrote:
> > So, give me your thoughts as well as best practice that you use for
> > this kind of process...
>
> With older laptops it was quite easy to remove the hard drive, new very
> slim laptops are more like a sealed unit.
>
> But my method of your kind of upgrade would be to set up your new
> laptop as a completely new device.  Get it working, experiment with it.
> If you mess up the installation, it's perfectly safe to restart without
> losing any of your data.  And you have the opportunity to try other
> releases, too.
>
> Then, when you're happy with it, unplug your old laptop hard drive,
> connect it to the new system via a USB/SATA docking station of some
> kind, *copy* your user data onto the new system.  Unplug your old hard
> drive, and store it safely as a backup of your data.
>
> For the "sealed device" problem, there are networking options you can
> use to copy your own files over.
>
> --
>
> uname -rsvp
> Linux 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64
>
> Boilerplate:  All unexpected mail to my mailbox is automatically deleted.
> I will only get to see the messages that are posted to the mailing list.
>
> ___
> 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/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> Do not reply to spam, report it:
> https://pagure.io/fedora-infrastructure/new_issue
>
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


curious -- looking for thoughts/opinions

2023-03-21 Thread bruce
Hi.

Looking at getting another laptop.

Any thoughts on completely transferring as well as updating the data
on the current drive to the new laptop.

Assume I might be dealing with a diff flavor of linux. I'm not sure
what the new laptop will have.

I don't want bleeding edge fedora.. (unless I change my mind).

I don't want RHEL/centos -- I'd like to be newer.

So, give me your thoughts as well as best practice that you use for
this kind of process...

thanks!
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


production env linux??

2023-01-10 Thread bruce
hey...

just curious.. no flames..
 for you guys who are sysadmins. what linux do you run in production?
any reasons why you use the flavor you use/?

thanks
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: off topic -- react/linux/apache dev env setup

2023-01-10 Thread bruce
Hi Alex..

Should have said.. treat my like a  year old!! (old denzel washington line..)

IE, from the very beginning.. step 1 turn on computer with the "on" btn!!
 -- Not quite that basic..

but npn for linux. , etc.. how to set up required tools/associated
dir/dev structure...
 permissions/ownership...

thanks

I'm slowly plodding through..

On Tue, Jan 10, 2023 at 11:37 AM Alex  wrote:
>
> Looks like you'd deploy it like normal, download the app and the apache
> webserver, npm run build, setup apache like normal, then move the
> compiled react app to the apache virtual host's document root.
>
> On Tue, 10 Jan 2023 09:38:15 -0500
> bruce  wrote:
>
> > Hi.
> > Somewhat off topic, but the list appears to be slow!
> >
> > I'm looking to setup a test github app for a marketing page. The app
> > is react, and I'm looking to be able to deploy to a test apache env.
> >
> > Anyone who''s done this willing to share off-post pointers on how to
> > do this, what issues might arise, pain points, etc..
> >
> > Different sites/videos show different things, so I thought I'd ask
> > here as well.
> >
> > thanks
> >
> > ps
> > https://github.com/cruip/tailwind-landing-page-template
> >
> > is the test app
> > ___
> > 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/en-US/project/code-of-conduct/ List
> > Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> > List Archives:
> > https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> > Do not reply to spam, report it:
> > https://pagure.io/fedora-infrastructure/new_issue
> ___
> 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/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> Do not reply to spam, report it: 
> https://pagure.io/fedora-infrastructure/new_issue
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


off topic -- react/linux/apache dev env setup

2023-01-10 Thread bruce
Hi.
Somewhat off topic, but the list appears to be slow!

I'm looking to setup a test github app for a marketing page. The app
is react, and I'm looking to be able to deploy to a test apache env.

Anyone who''s done this willing to share off-post pointers on how to
do this, what issues might arise, pain points, etc..

Different sites/videos show different things, so I thought I'd ask here as well.

thanks

ps
https://github.com/cruip/tailwind-landing-page-template

is the test app
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: old system -centos 6 -- trying to fix a disk/partition/vol issue

2022-12-20 Thread bruce
And yeaHi Peter.

Thanks for the reply.

It appears that the issue is as simple as -- the LABEL of the
partition from gparted is "TestDir' - not /media/TestDir <<
one I changed the line in the fstab..
  >> LABEL=TestDir /media/TestDir

and then did a mount -a

The partition/data is viewable..

At some point, I'll do a reboot to see if the box reboots again.

Thanks!


On Tue, Dec 20, 2022 at 3:33 AM Peter Boy  wrote:
>
>
>
> > Am 20.12.2022 um 05:01 schrieb bruce :
> >
> > Hi.
> >
> > I know. centos6 is dead/buried/reincarnated.
> >
> > However, I have a very old box that I haven't touched in a bit.
> >
> > I had created a /media/TestDir using part of the drive. As I recall,
> > it had been working. However, when I turned it on earlier, something
> > happened, (i think the cat hit the cord!). I rebooted and got a msg
> > about the /media/foo not being able to resolve and therefore not boot.
> >
> > I did a quick comment out of the offending line in the fstab. Rebot
> > was successful.
> >
> > Now, I'm wondering how to get the fstab /media/foo back with the
> > underlying files. I assume the files are still on the "drive". As a
> > matter of fact, just fired up gparted, and it shows the partition
> > /dev/sda4 as et4 with a Label of "TestDir".
> >
> > This was the line in the /etc/fstab file
> > ##LABEL=/media/TestDir /media/TestDir  ext4defaults1 2
>
> I’m wondering, where you found „et4“. I guess in the partition table.
>
> As a Server guy I would use a CLI tool and at first check the disk with 
> fdisk. And than I would try to manually mount with the *device name*).
>
> And in case of anomalies of the partition table for sda4 - as a (very) last 
> resort - delete that partition (noting start and end sectors beforehand) and 
> then create a new partition with exactly the same start and end sectors and 
> partition type. But that is not for the faint-hearted.
>
> ___
> 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/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> Do not reply to spam, report it: 
> https://pagure.io/fedora-infrastructure/new_issue
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


old system -centos 6 -- trying to fix a disk/partition/vol issue

2022-12-19 Thread bruce
Hi.

I know. centos6 is dead/buried/reincarnated.

However, I have a very old box that I haven't touched in a bit.

I had created a /media/TestDir using part of the drive. As I recall,
it had been working. However, when I turned it on earlier, something
happened, (i think the cat hit the cord!). I rebooted and got a msg
about the /media/foo not being able to resolve and therefore not boot.

I did a quick comment out of the offending line in the fstab. Rebot
was successful.

Now, I'm wondering how to get the fstab /media/foo back with the
underlying files. I assume the files are still on the "drive". As a
matter of fact, just fired up gparted, and it shows the partition
/dev/sda4 as et4 with a Label of "TestDir".

This was the line in the /etc/fstab file
##LABEL=/media/TestDir /media/TestDir  ext4defaults1 2

This is more a curiosity than anything.

thanks..
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Setting up a stable/secure test web server/webapp on a cloud server.

2022-12-16 Thread bruce
Hi.

As a pure test, I'm thinking of putting together a test app on a cloud
server. I've seen a bunch of blogs/vids/etc.. But I'm concerned about
the security aspects of the test server.

So, are there any solid/serious best practices that the list can
recommend? In looking over Centos/Ubuntu, from what I've seen, most
things should be "similar"

My use case:
 test webapp for users to access, fill out a test form
 test app deals with mysql/email generation

 server should have remote/ssh access
 server should be monitored
 server should have basic ddos (cloudflare) protection
 webserver should have "test" ssl certs (for https)

 server should be updatable -- how to do this in a reasonable manner/policy?
 server -- data redundancy/recovery in case things go fubar
 etc..

 If you have skills in this area, and want to take this offline, that
would be great.

thanks!


my apologies if this is off-topic
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


test

2021-12-21 Thread bruce
is list still operational?
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: good/best source for replacement mem/drive

2021-11-06 Thread bruce
Hi Tim.

Apparently a lot of newer laptops no longer have LAN ports. They're
now running the eth off the dongle. Same as no longer having the older
built in DVD drives...

HP USB-C to RJ45 Adapter

HP Laptop 17-cp0097nr - 599
-no LAN -no DVD

HP Laptop 17-ca3097nr - 729
 -has pretty much everything.. except has 2 4G stick/no IDE

On Sat, Nov 6, 2021 at 12:07 AM Tim via users
 wrote:
>
> On Fri, 2021-11-05 at 11:25 -0400, bruce wrote:
> > anyone have opinions/thoughts on using the USB to LAN
> > connectors, as opposed to the onboard LAN interface/port?
>
> Why would you even want to run through a dongle when you can just plug
> it straight in?  That's a big inconvenience.
>
> --
>
> uname -rsvp
> Linux 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
>
> Boilerplate:  All unexpected mail to my mailbox is automatically deleted.
> I will only get to see the messages that are posted to the mailing list.
>
> ___
> 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/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> Do not reply to spam on the list, report it: 
> https://pagure.io/fedora-infrastructure
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


good/best source for replacement mem/drive

2021-11-05 Thread bruce
Hi.

Thinking of upgrading a laptop.

Any opinions on good/best online to get 8G mem sticks as well as 1G
internal hard drive. Laptop will already have 256 SSD.

Also, anyone have opinions/thoughts on using the USB to LAN
connectors, as opposed to the onboard LAN interface/port?

thanks
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


restoring the screen/apps/menus on powering back up

2021-09-13 Thread bruce
Hi.

Wondering if there's a solution/process to being able to restore a
laptop to the state it had prior to powering down.

I run Gnome. Say I have multiple workspaces. Each workspace has a
number of "term" windows, and some gedit processes. The Gedit
processes might be running/editing different files.

Is there a way to power down, and power back up, and to be able to
have the same workspace/layout with all the terms/apps running as
before?

Thanks
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Honest Questions -- Trying to decide on version of linux/os

2021-05-20 Thread bruce
Thanks for all the comments!

A number of things to consider.

An additional question? Are there any resources/services/people you
might know of who do remote sys admin stuff for the small dev/project
operation?

Thanks

On Thu, May 20, 2021 at 12:21 PM Gordon Messmer
 wrote:
>
> On 5/20/21 3:18 AM, Tim via users wrote:
> > 1. Me, who has a webserver, mailserver, whatever, and wants it to keep
> > on running without having to continually tinker with it manually.  A
> > well managed rolling-release system may succeed there.
>
>
> Cool, but neither Fedora nor CentOS Stream are rolling releases, so
> there's no reason to worry about this with any of the systems in discussion.
>
>
> > 2. Others who write code need to have predictable behaviour out of
> > their systems, it's hard to write code when the goalposts keep
> > changing.  If coding is your job, you may well jump to another distro
> > that's more reliable.
>
>
> The API/ABI policy is the same for CentOS Stream as it is for the
> corresponding RHEL release, so the goalposts aren't going to move any
> more on CentOS Stream than they do on RHEL (or on CentOS today).
>
> On Fedora, of course, the goalposts may shift at roughly 6 month intervals.
>
>
> > I use CentOS on a server, here, because Fedora's rapid changes are too
> > disruptive (to me) but Fedora is tolerable on a workstation.  I stuck
> > at CentOS 7 because of what I read about 8, first triggered off when I
> > read the end-of-life dates for both systems.  I'll probably be
> > replacing the hardware when 7 goes end of life.
>
>
> I don't know what you've read about CentOS Stream, but the vast majority
> of what I've read from sources outside Red Hat have been pure FUD.  An
> awful lot of people have entirely the wrong idea about what's happening.
> ___
> 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/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> Do not reply to spam on the list, report it: 
> https://pagure.io/fedora-infrastructure
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Honest Questions -- Trying to decide on version of linux/os

2021-05-19 Thread bruce
Hi.

In the middle of trying to figure out a dev platform. So, looking at a
blank slate to figure out what version of OS  should have on the
"work" laptop. Project work will be on the laptop as well as cloud
VM..

At the same time (if it matters),  looking to to have a new laptop --
12-16G, 256GSSD/1TB, 6-8 core.

I'd prefer to have an OS that's rather stable, as I'm not looking to
be the "sys admin" role.. Although, if I can find a remote sys admin
that I could trust for a reasonable fee. I could be down for it. Given
that this is Fed, I expect the maority of replies will lean to Fed!

So, I'm interested in thoughts for the group.

Thanks
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


drive layout

2021-04-25 Thread bruce
Hi.

Doing some research into how devs are using their dev systems in terms
of the actual layout/partition of the drives. I've seen plenty of
articles, figured I'd ask here as well.

If you have an interested, I'd appreciate your thoughts.

1) How is your drive/system laid out regarding your paritions?
2) Do you have multiple drives (SSD/Sata)?
3) Is OS on one drive, apps/data on the other?
4) Do you switch between OS(es)?
5) What's your "backup" process/strategy?
6) What's your "update" strategy(ies)?

I'm looking to get a new system
 AMD/ryzen -8core 16G 256G SSD - 1TBSata

I realize that I haven't changed in >10 years, so now is probably a
good time get up to date on a number of things!

thanks for your insights
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: M2 on laptop

2021-04-09 Thread bruce
Hi guys!!

Thanks for the information helping the OP with his/her/their issue.

I'm not trying to take over the thread, but I'm going to run into a
similar situation.

I'm thinking of getting a laptop (hp/lenovo/dell) that would have
windows installed on the SSD. I'm thinking of getting an additional 2G
2.5" SATA and would like to be able to dual boot windows/fed (or
rhel).

For those of you who've gone down this path. What are issues I need to
be aware of that I can resolve prior to getting the box? Questions I
should ask the presales tech support?

Thanks much!

On Fri, Apr 9, 2021 at 9:59 AM Kevin Becker  wrote:
>
> On Thu, 2021-04-08 at 18:11 -0600, Greg Woods wrote:
>
>
> Dell likes to configure the SSD as a RAID in the BIOS. Even though their 
> Windows installation is not using it as a RAID device.  When it is set to  
> RAID in the BIOS, Linux cannot see it. For Linux to run, it must be set to 
> AHCI mode. In my relatively new Dell workstation, this is under System 
> Configuration -> SATA Operations.
>
> It "should" be safe (all I can say is that it was for me) to go in and verify 
> that your SATA mode is set RAID (in which case this is likely the cause of 
> your problem), set it to AHCI, and then boot your Linux USB stick. It should 
> then see the SSD.
>
> Unfortunately, Windows will now not boot unless you change it back to RAID. 
> If you were planning to keep the installed Windows system (which I wanted to 
> do), then there is a procedure you can Google for (it might have even been 
> referred to on this list) that will allow the Dell-installed Windows to boot 
> in non-RAID mode. I followed the directions and can now dual boot Windows and 
> Linux out of the GRUB menu.
>
>
>  I believe I have shared this link before on the list.  It worked to allow me 
> to keep my existing Windows installation dual boot my Dell XPS 13 (after 
> resizing the partition of course)
>
> https://support.thinkcritical.com/kb/articles/switch-windows-10-from-raid-ide-to-ahci
>
>
> ___
> 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/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> Do not reply to spam on the list, report it: 
> https://pagure.io/fedora-infrastructure
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Trying to see if Firefox pem/certs can be used for the "curl" cmd

2021-01-26 Thread bruce
Hi.

This is a bit off-topic. But I thought I might throw it out here.

Curl has the ability to use certs from the Browser. Trying to research
and figure out how to accomplish this.

Various sites discuss, but haven't seen a step by step process. So
before I start testing thought I'd ask here

thanks!
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


off topic -- older centos -- ff sound issue

2020-10-27 Thread bruce
Hi.

Feel free to disregard as you see fit.

Trying to debug/resolve a sound issue. The base OS is an older Centos
7. It's running FF 78. - pulseaudio is running.

Sound works with the Chrome browser. However, can't seem to figure out
why sound is not working with FF! The FF app isn't appearing in the
"sound applicaition" gui when running vid/audio.

I've checked the preference box to disregard hardware in FF. I've
looked/researched the net as well.

Thought I'd turn here as last resort.

Any possible things to check?

thanks
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: curl/timeout issue -- OFF TOPIC!

2020-09-25 Thread bruce
Hi Cameron/List.


Regarding the Curl issue. It now appears that it's not a "Centos"
issue. It appears that the college Saddleback college is blocking
command line processes.

A conversation with their tech team said that they have gotten more
strict due to the website being hit with DDOS attacks that shut down
the site a while back.

So even though my tests weren't that extensive, they triggered the
firewall/load balancer. While the IP of AWS are recognied and has some
leeway, the  IP addresses from Digital Ocean dont get the same love.

thanks


On Fri, Sep 25, 2020 at 7:55 AM bruce  wrote:
>
> Hi Cameron.
>
> Thanks for the reply. Never really used "strace" before, but it might
> be time to jump in.
>
> A bit of background. I'm testing all of this on an older Centos 7
> instance. I created the instance/droplet so I can repeatedly test on a
> stable system. I have a "custom" image that Digital Image allows me to
> use to quickly reproduce a base test system.
>
> As a quick test I created a test centos 7 base droplet. It allows >>
> curl -L 'www.saddleback.edu' , to run with no issues. So my probs are
> self created.
>
> If you have a few mins, the following is the strace output. I'm not
> sure what I need/should be focusing on to get the 'aha!!' moment.
>
> My assumption is that I've left something out in the creation of the
> custom image. The weird thing is that as far as I know,, I'm able to
> curl other sites with no issues.
>
> ==
> execve("/usr/bin/curl", ["curl", "-L",
> "https://www.saddleback.edu/cs/;], 0x7fff6a022c20 /* 26 vars */) = 0
> brk(NULL)   = 0x8ec000
> mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
> 0) = 0x7fad452ed000
> access("/etc/ld.so.preload", R_OK)  = -1 ENOENT (No such file or 
> directory)
> open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
> fstat(3, {st_mode=S_IFREG|0644, st_size=37616, ...}) = 0
> mmap(NULL, 37616, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fad452e3000
> close(3)= 0
> open("/lib64/libcurl.so.4", O_RDONLY|O_CLOEXEC) = 3
> read(3, 
> "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\243\0\0\0\0\0\0"...,
> 832) = 832
> fstat(3, {st_mode=S_IFREG|0755, st_size=439288, ...}) = 0
> mmap(NULL, 2527496, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3,
> 0) = 0x7fad44e63000
> mprotect(0x7fad44ec9000, 2097152, PROT_NONE) = 0
> mmap(0x7fad450c9000, 12288, PROT_READ|PROT_WRITE,
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x66000) = 0x7fad450c9000
> mmap(0x7fad450cc000, 264, PROT_READ|PROT_WRITE,
> MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fad450cc000
> close(3)= 0
> open("/lib64/libssl3.so", O_RDONLY|O_CLOEXEC) = 3
> read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\311\0\0\0\0\0\0"...,
> 832) = 832
> fstat(3, {st_mode=S_IFREG|0755, st_size=370584, ...}) = 0
> mmap(NULL, 2459400, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3,
> 0) = 0x7fad44c0a000
> mprotect(0x7fad44c5d000, 2097152, PROT_NONE) = 0
> mmap(0x7fad44e5d000, 20480, PROT_READ|PROT_WRITE,
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x53000) = 0x7fad44e5d000
> mmap(0x7fad44e62000, 1800, PROT_READ|PROT_WRITE,
> MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fad44e62000
> close(3)= 0
> open("/lib64/libsmime3.so", O_RDONLY|O_CLOEXEC) = 3
> read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\223\0\0\0\0\0\0"...,
> 832) = 832
> fstat(3, {st_mode=S_IFREG|0755, st_size=168336, ...}) = 0
> mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
> 0) = 0x7fad452e2000
> mmap(NULL, 2259832, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3,
> 0) = 0x7fad449e2000
> mprotect(0x7fad44a07000, 2093056, PROT_NONE) = 0
> mmap(0x7fad44c06000, 16384, PROT_READ|PROT_WRITE,
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x24000) = 0x7fad44c06000
> close(3)= 0
> open("/lib64/libnss3.so", O_RDONLY|O_CLOEXEC) = 3
> read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\242\1\0\0\0\0\0"...,
> 832) = 832
> fstat(3, {st_mode=S_IFREG|0755, st_size=1257728, ...}) = 0
> mmap(NULL, 3335784, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3,
> 0) = 0x7fad446b3000
> mprotect(0x7fad447d9000, 2097152, PROT_NONE) = 0
> mmap(0x7fad449d9000, 28672, PROT_READ|PROT_WRITE,
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x126000) = 0x7fad449d9000
> mmap(0x7fad449e, 5736, PROT_READ|PROT_WRITE,
> MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fad449e
> close(3)   

Re: curl/timeout issue -- OFF TOPIC!

2020-09-25 Thread bruce
3, events=POLLOUT|POLLWRNORM}], 1, 0) = 0 (Timeout)
poll([{fd=3, events=POLLOUT}], 1, 1000) = 0 (Timeout)
poll([{fd=3, events=POLLOUT|POLLWRNORM}], 1, 0) = 0 (Timeout)
poll([{fd=3, events=POLLOUT}], 1, 1000) = 0 (Timeout)
poll([{fd=3, events=POLLOUT|POLLWRNORM}], 1, 0) = 0 (Timeout)
poll([{fd=3, events=POLLOUT}], 1, 1000) = 0 (Timeout)
poll([{fd=3, events=POLLOUT|POLLWRNORM}], 1, 0) = 0 (Timeout)
poll([{fd=3, events=POLLOUT}], 1, 1000) = 1 ([{fd=3,
revents=POLLOUT|POLLERR|POLLHUP}])
poll([{fd=3, events=POLLOUT|POLLWRNORM}], 1, 0) = 1 ([{fd=3,
revents=POLLOUT|POLLWRNORM|POLLERR|POLLHUP}])
getsockopt(3, SOL_SOCKET, SO_ERROR, [110], [4]) = 0
open("/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=2502, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0x7fad452ec000
read(4, "# Locale name alias data base.\n#"..., 4096) = 2502
read(4, "", 4096)   = 0
close(4)= 0
munmap(0x7fad452ec000, 4096)= 0
open("/usr/share/locale/en_US.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) =
-1 ENOENT (No such file or directory)
open("/usr/share/locale/en_US.utf8/LC_MESSAGES/libc.mo", O_RDONLY) =
-1 ENOENT (No such file or directory)
open("/usr/share/locale/en_US/LC_MESSAGES/libc.mo", O_RDONLY) = -1
ENOENT (No such file or directory)
open("/usr/share/locale/en.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1
ENOENT (No such file or directory)
open("/usr/share/locale/en.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1
ENOENT (No such file or directory)
open("/usr/share/locale/en/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT
(No such file or directory)
close(3)= 0
write(2, "c", 1c)= 1
write(2, "u", 1u)= 1
write(2, "r", 1r)= 1
write(2, "l", 1l)= 1
write(2, ":", 1:)= 1
write(2, " ", 1 )= 1
write(2, "(", 1()= 1
write(2, "7", 17)= 1
write(2, ")", 1))= 1
write(2, " ", 1 )= 1
write(2, "F", 1F)= 1
write(2, "a", 1a)= 1
write(2, "i", 1i)= 1
write(2, "l", 1l)= 1
write(2, "e", 1e)= 1
write(2, "d", 1d)= 1
write(2, " ", 1 )= 1
write(2, "c", 1c)= 1
write(2, "o", 1o)= 1
write(2, "n", 1n)= 1
write(2, "n", 1n)= 1
write(2, "e", 1e)= 1
write(2, "c", 1c)= 1
write(2, "t", 1t)= 1
write(2, " ", 1 )= 1
write(2, "t", 1t)= 1
write(2, "o", 1o)= 1
write(2, " ", 1 )= 1
write(2, "w", 1w)= 1
write(2, "w", 1w)= 1
write(2, "w", 1w)= 1
write(2, ".", 1.)= 1
write(2, "s", 1s)= 1
write(2, "a", 1a)= 1
write(2, "d", 1d)= 1
write(2, "d", 1d)= 1
write(2, "l", 1l)= 1
write(2, "e", 1e)= 1
write(2, "b", 1b)= 1
write(2, "a", 1a)= 1
write(2, "c", 1c)= 1
write(2, "k", 1k)= 1
write(2, ".", 1.)= 1
write(2, "e", 1e)= 1
write(2, "d", 1d)= 1
write(2, "u", 1u)= 1
write(2, ":", 1:)= 1
write(2, "4", 14)= 1
write(2, "4", 14)= 1
write(2, "3", 13)= 1
write(2, ";", 1;)= 1
write(2, " ", 1 )= 1
write(2, "C", 1C)= 1
write(2, "o", 1o)= 1
write(2, "n", 1n)= 1
write(2, "n", 1n)= 1
write(2, "e", 1e)= 1
write(2, "c", 1c)= 1

curl/timeout issue -- OFF TOPIC!

2020-09-23 Thread bruce
Hi.

List has been rather sparse today. I have a curl issue that I thought
I'd toss out. Yes it's off topic, and yes I've posted to the curl list
as well.

The basic url operates within the browser the curl cmd generates a
timeout (7) error.

curl  --verbose -L 'https://www.saddleback.edu/' -H 'User-Agent:
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0'
-H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8'
-H 'Accept-Language: en-US,en;q=0.5' --compressed -H 'Connection:
keep-alive' --cookie-jar /crawl_tmp/a.lwp --cookie /crawl_tmp/a.lwp

thoughts??

thanks
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: javascript/firefox -- really off topic issue/question

2020-09-04 Thread bruce
Jeremy!!

As Homer Simpson says.. DOH!

thanks.

Now to figure out how to implement code with a headless browser to get
the same content/html.

much appreciation.

On Wed, Sep 2, 2020 at 6:38 PM Jeremy Nicoll - ml fedora
 wrote:
>
> On 2020-09-02 23:23, Jeremy Nicoll - ml fedora wrote:
> > On 2020-09-02 17:12, bruce wrote:
> >> Hi Jeremy.
> >>
> >> Doing a "view source" only shows the static source. To get the dynamic
> >> gnerated content from the avascript you need to dive into the
> >> Developers Tools/Inspector tab.
> >
> > Might not the problem be that what you're hoping to see is html
> > corresponding to the DOM that's been altered by dynamic JS?  But
> > does that actually exist, other than in the browser's internal
> > data/control structures?
> >
> > That is, I expect the browser reads the original html, parses it,
> > builds a data structure that represents the DOM, then possibly
> > modifies that (once or many times) via JS.  It'd then render the
> > page by working from the internal data structure, not any part
> > of the character-based html.
> >
> > Do you see what I mean?
>
> Ah, forget that.  I found from a test page here that right-clicking
> the "" at the very top of the html tree structure at the
> bottom left of the tools window then using
>
>  Copy - Inner HTML
> or  Copy - Outer HTML
>
> allowed me to paste the whole of the dynamic html into another
> file.
>
> If instead of choosing "" I chose eg "" (or presumably
> another smaller part of the tree, then I got just its corresponding
> smaller amount of html.  For example in a test page here whose
> original source has a series of test paragraphs starting with just
>
>   
>   Body text 1 enclosed by p-tags.
>   
>
> some JS colours that.  Clicking on the leading "" then choosing
> the Copy - Inner HTML option, on the tools page when it's showing
> the coloured results, gives me
>
>   Body text 1 enclosed by p-tags.
>
> but Copy - Outer HTML gives
>
>   
>   Body text 1 enclosed by p-tags.
>   
>
>
>
> --
> Jeremy Nicoll - my opinions are my own
> ___
> 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/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: javascript/firefox -- really off topic issue/question

2020-09-02 Thread bruce
Hi Jeremy.

Doing a "view source" only shows the static source. To get the dynamic
gnerated content from the avascript you need to dive into the
Developers Tools/Inspector tab.

On Wed, Sep 2, 2020 at 6:26 AM Jeremy Nicoll - ml fedora
 wrote:
>
> On 2020-09-02 10:50, bruce wrote:
>
> > All of this seems to work. However, in the Inspector window, I cant
> > figure out how to "expand" all the nodes to see the complete html of
> > the generated page.
>
> On the page itself - either the normal page view or the top part of
> the tools window - riht-click the background & choose "View Source".
> A separate window will open showing the whole file.
>
>
> --
> Jeremy Nicoll - my opinions are my own
> ___
> 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/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


javascript/firefox -- really off topic issue/question

2020-09-02 Thread bruce
Hi.

A few weeks ago someone posted an off-topic thread about scraping
javascript/dynamic sites. Sorry to say, I've got a similar off-topic
post.

If this is unacceptable, let me know and I'll delete the thread.

I'm dealing with the results of a url/site that has javascript. I had
thought I could simply use Firefox, and hit the Developer Tools, and
use the Inspector subWindow.

All of this seems to work. However, in the Inspector window, I cant
figure out how to "expand" all the nodes to see the complete html of
the generated page.

Been looking all over the net to figure this out. I know it's something subtle.

I can set the "mouse" to the "html" node at the top of the window.
Using the "right mouse" click I can select the "Exapnd All" option,
and it appears to expand the nodes within the html. However, I can't
seem to figure out how to then do a "Select All" for all the html in
the Inpspector window so I can view the complete html in an external
editor.

Any idea how this can be accomplished?

thanks!
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: ssh: Permission denied

2020-07-15 Thread bruce
geoffry..

can you post the current sshd_config file.. I forget exactly what the
file has for the diff attributes


On Wed, Jul 15, 2020 at 2:52 PM Geoffrey Leach  wrote:
>
> This resolves the problem with root login, thanks.
>
> The problem with non-root login getting Permission denied remains.
>
> On Wed, 15 Jul 2020 13:46:19 -0400
> Tom Horsley  wrote:
>
> > On Wed, 15 Jul 2020 10:33:35 -0700
> > Geoffrey Leach wrote:
> >
> > > Suggestions would be appreciated.
> >
> > I believe the default sshd_config in fedora 32 has been changed
> > to say "PermitRootLogin: prohibit-password", so you can only
> > get it with public keys. If you change it to "yes" and restart
> > sshd, it will allow password login again.
> ___
> 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/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


rsync question

2020-07-12 Thread bruce
assume

/home/test/user1/foo
/var/www/html

a user is in the "/" dir

how can this user copy/rsync "foo" dir to get /var/www/html/foo

i know you could cd to /home/test/user1 and
do
rsync -vv -aR  foo/  /var/www/html/

which would get
/var/www/html/foo

but doing an rsync to a specific target dir.. not sure about how to do this!
i know it's a basic question.. but I'm missing it. (google hasn't helped)


thoughts/comments

thanks
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: rsync question?

2020-06-24 Thread bruce
For all who replied!

Thanks for taking a few mins to read/reply.  I had seen the
-"-rsync-path"  running the "mkdir" cmd being used for running the
mkdir on the remote side. My case was definitely looking to copy files
locally between a Source and Destination Dir. So, I was looking to
implement the "cp -p" with rsync on a local VM. This was a curious
test kind of thing to see if it could easily be accomplished. as
opposed to simply running two separate cmds.

mkdir -p /foo/cat/etc..
cp -vaR Source Target

which is what I finally punted to doing!

ps. The idea of using localhost was also looked at!

On Wed, Jun 24, 2020 at 2:01 AM Tim via users
 wrote:
>
> On Tue, 2020-06-23 at 11:08 -0400, bruce wrote:
> > I'm looking to copy from sourceDir to targetDir where the entire
> > targetDir (parents) doesn't exist. So I'm trying to rsync and create
> > the dir path at the same time.
>
> I quick google search for: rsync create parents
> produced this:
>
>   
> https://stackoverflow.com/questions/18491548/rsync-create-all-missing-parent-directories
>   rsync - create all missing parent directories?
>
>   Dec 24, 2014 - You may be looking for rsync -aR. for example:
>   rsync -a --relative /top/a/b/c/d remote:/
>
> While I've not used rsync, I've come across that situation with using
> "cp" (creating all the parent directories you need for the files you
> want to copy, without copying the entire directory tree, files and
> all).
>
> --
>
> uname -rsvp
> Linux 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64
>
> Boilerplate:  All unexpected mail to my mailbox is automatically deleted.
> I will only get to see the messages that are posted to the mailing list.
>
> ___
> 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/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: rsync question?

2020-06-23 Thread bruce
Ok...

More testing..

Opened up the dir perms to 775 -- just to see if this was/is an issue.

I can successfully do

mkdir -p /home/webdev/composer/vendor/laravel

with the /home/webdev dir being empty.

This creates the dir path

However, running the rsync cmd, still generates the error:

rsync -aq --rsync-path='mkdir -p /home/webdev/composer/vendor/laravel
&& rsync' /home/test/.config/composer/vendor/laravel/
/home/webdev/composer/vendor/laravel
rsync: mkdir "/home/webdev/composer/vendor/laravel" failed: No such
file or directory (2)
rsync error: error in file IO (code 11) at main.c(664) [Receiver=3.1.3]

I can't seem to determine why the "mkdir" within the rsync isn't
working but the mkdir when run alone does.

hmm...

thanks

On Tue, Jun 23, 2020 at 11:17 AM Jamie Fargen  wrote:
>
> Bruce-
>
> Try rsync -av /home/test/.config/composer/ /home/webdev/composer/
>
> Regards,
> -Jamie
>
> On Tue, Jun 23, 2020 at 11:09 AM bruce  wrote:
>>
>> Hey.
>>
>> I've got a test scenario. I'm looking to copy from sourceDir to
>> targetDir where the entire targetDir (parents) doesn't exist. So I'm
>> trying to rsync and create the dir path at the same time.
>>
>> I've tried to play with variations of the following and I'm missing 
>> something..
>>
>> rsync -aq --rsync-path='mkdir -p /home/webdev/composer/vendor/laravel
>> && rsync' /home/test/.config/composer/vendor/laravel/
>> /home/webdev/composer/vendor/laravel
>>
>> rsync: mkdir "/home/webdev/composer/vendor/laravel" failed: No such
>> file or directory (2)
>> rsync error: error in file IO (code 11) at main.c(664) [Receiver=3.1.3]
>>
>> The source dir exists. The "/home/webdev" dir exists.
>>
>> thoughts/comments?
>>
>> thanks
>> ___
>> 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/en-US/project/code-of-conduct/
>> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
>> List Archives: 
>> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
>
> ___
> 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/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: rsync question?

2020-06-23 Thread bruce
On Tue, Jun 23, 2020 at 11:17 AM Jamie Fargen  wrote:
>
> Bruce-
>
> Try rsync -av /home/test/.config/composer/ /home/webdev/composer/

Hi Jamie...

I don't want to use this as the sourceDir >>
"/home/test/.config/composer/" It's got other dirs/files..

which is why I used the sourceDir here..
>> rsync -aq --rsync-path='mkdir -p /home/webdev/composer/vendor/laravel
>> && rsync' /home/test/.config/composer/vendor/laravel/
>> /home/webdev/composer/vendor/laravel
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


rsync question?

2020-06-23 Thread bruce
Hey.

I've got a test scenario. I'm looking to copy from sourceDir to
targetDir where the entire targetDir (parents) doesn't exist. So I'm
trying to rsync and create the dir path at the same time.

I've tried to play with variations of the following and I'm missing something..

rsync -aq --rsync-path='mkdir -p /home/webdev/composer/vendor/laravel
&& rsync' /home/test/.config/composer/vendor/laravel/
/home/webdev/composer/vendor/laravel

rsync: mkdir "/home/webdev/composer/vendor/laravel" failed: No such
file or directory (2)
rsync error: error in file IO (code 11) at main.c(664) [Receiver=3.1.3]

The source dir exists. The "/home/webdev" dir exists.

thoughts/comments?

thanks
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: waaaay off topic -- apache/vhost

2020-06-12 Thread bruce
Tim!

You are so correct on the "typo"
/var/www/social/html

Someone else had mentioned this I kept looking over -- completely
missing it!  two sets of eyeballs. thanks

I'll test what you sent. It's a start to help trying to figure out
what might be user issues from my side.

'ppreciate it all!

On Fri, Jun 12, 2020 at 11:40 AM Tim via users
 wrote:
>
> On Fri, 2020-06-12 at 09:54 -0400, bruce wrote:
> > The TLDR; -- Trying to set up the vhost block to be able to access a
> > test site built on an app called "open social" from/basedon Drupal.
> > The app is https://github.com/goalgorilla/open_social
>
> Okay, I don't do drupal (or other content management package), but I do
> use Apache and virtual hosting for several different websites, hosting
> flat HTML files.  Though I saw a note that Apache will be changing how
> they configure virtual hosting some time soon (just to throw a spanner
> in the works).
>
> > I have a "test" vhost that kind of works, -- uses
> > Alias/DirectoryBlock/DocumentRoot, but it kept generating redirect
> > errs. Someone on the OpenSocial slack channel said to get rid of that
> > and .. But didn't say how to implement a correct config file.
> >
> > Trial/Error sometimes not the most efficient approach.
> >
> > The test url that currently generates a 403 is:
> > http://161.35.180.212/social/
>
> I get a forbidden 403, too.
>
> > I've managed to generate the required files via Composer, and the
> > files are stored in the following dir:
> >
> > /www/var/social
>
> Is that filepath correct?  If you've made a special www directory in
> the root of the directory tree, SELinux is going to bite you for trying
> to serve files from a non-standard filepath.  I'll presume you really
> meant /var/www/social and all your content is within that filepath.
>
> e.g. /var/www/social/homepage.html could be your homepage file.
>
> For that kind of thing, I have individual configuration files per site
> in the /etc/httpd/conf.d/ directory.  I'll try to mock one up for you
>
> Create a file: /etc/httpd/conf.d/social.conf
>
> 
> ServerName www.social.example.com
> ServerAliassocial.example.com
> UseCanonicalName   On
> ServerAdminbadoug...@gmail.com
> DocumentRoot   /var/www/social
> DirectoryIndex homepage.html default.html index.html index.php
> OptionsIndexes FollowSymLinks MultiViews Includes
> ErrorLog   logs/social-error_log
> CustomLog  logs/socail-access_log combined
> 
> The ServerName will use your actual domain name.
>
> The ServerAlias can list alternatives (e.g. making a site work with or
> without the www prefix, or even for completely different hostnames,
> such as your local hostname when testing within your LAN).  You list
> all alternative names separated by blank spaces.
>
> UseCanonicalName tells the server to use your domain name, correcting
> how someone may have alternatively accessed the site (e.g. via IP).
>
> ServerAdmin is just a contact address that the server may display on
> some error pages.  It's presumed to be an email, and many applications
> may only accept that.  But it's possible to use a URL (e.g. a contact
> details page).
>
> DocumentRoot is where the files are served from (NB what I asked before
> about your unusual filepath).
>
> DirectoryIndex is the default file the server will read if someone
> requests an address of a directory, rather than a file.
>
> e.g. when they browse to www.example.com/something/
>  rather than www.example.com/something/page.html
>
> You can list more than one filename for it to look for.  While
> index.html is the typical default value, not all default web pages are
> actually an index, nor a homepage (which is really the landing page for
> the whole site), so you customise it to suit yourself.  And if you're
> using scripted languages like PHP, that needs to be enabled, too (the
> handler for PHP, etc).
>
> Options can be specified to override default webserver options
> specified in the main configuration.  You may not need any of these
> examples.  Here, Indexes allows the listing of files in directories
> that didn't include a default page for DirectoryIndex to find.
> FollowSymLinks allows the webserver to use symlinks pointing to files
> outside of your DocumentRoot (though other things may override that).
> MultiViews allows the server to choose different media for the same
> file, as best suits the situation (e.g. a page could want to display an
> image called "diagram" and in your directory you had diagram.jpg,
> diagra

Re: waaaay off topic -- apache/vhost

2020-06-12 Thread bruce
On Fri, Jun 12, 2020 at 8:21 AM Tim via users
 wrote:
>
> On Fri, 2020-06-12 at 05:00 -0400, bruce wrote:
> > I've got a topic that's way off topic. It's dealing with
> > apache/vhost.
> > I'm screwing something up. Wondered if I can post it here.
>
> You may as well ask about the problem, then you'll know if people can
> help.  I use virtual hosting on Apache, I've been doing so for years.
>

Hi Tim,

Thanks for the reply.

The TLDR; -- Trying to set up the vhost block to be able to access a
test site built on an app called "open social" from/basedon Drupal.
The app is https://github.com/goalgorilla/open_social

I have a "test" vhost that kind of works, -- uses
Alias/DirectoryBlock/DocumentRoot, but it kept generating redirect
errs. Someone on the OpenSocial slack channel said to get rid of that
and .. But didn't say how to implement a correct config file.

Trial/Error sometimes not the most efficient approach.

The test url that currently generates a 403 is:
http://161.35.180.212/social/


I've managed to generate the required files via Composer, and the
files are stored in the following dir:

/www/var/social

within the /www/var/social  (the files for open social are)

apache apache109 Jun 11 03:34 .
apache apache128 Jun 12 04:16 ..
apache apache   1858 Jun 11 03:33 composer.json
apache apache 365863 Jun 11 03:40 composer.lock
apache apache602 Jun 11 03:33 .gitignore
apache apache   4096 Jun 11 03:40 html
apache apache   1826 Jun 11 03:33 README.md
apache apache   4096 Jun 11 03:40 vendor

within the /www/var/social/html  (the files for open social are)
drwxrwxr-x.  8 apache apache 4096 Jun 11 03:40 .
drwxrwxr-x.  4 apache apache  109 Jun 11 03:34 ..
-rw-rw-rw-.  1 apache apache  385 Jun 11 03:40 autoload.php
drwxrwxr-x. 14 apache apache 4096 Jun 11 03:40 core
-rw-rw-r--.  1 apache apache 1025 Jun 11 03:40 .csslintrc
-rw-rw-r--.  1 apache apache  357 Jun 11 03:40 .editorconfig
-rw-rw-r--.  1 apache apache  151 Jun 11 03:40 .eslintignore
-rw-rw-r--.  1 apache apache   41 Jun 11 03:40 .eslintrc.json
-rw-rw-r--.  1 apache apache 3858 Jun 11 03:40 .gitattributes
-rw-rw-r--.  1 apache apache 7878 Jun 11 03:40 .htaccess
-rw-rw-r--.  1 apache apache 2314 Jun 11 03:40 .ht.router.php
-rw-rw-r--.  1 apache apache  549 Jun 11 03:40 index.php
drwxrwxr-x. 29 apache apache 4096 Jun 11 03:40 libraries
drwxrwxr-x.  3 apache apache   21 Jun 11 03:33 modules
drwxrwxr-x.  3 apache apache   21 Jun 11 03:34 profiles
-rw-rw-r--.  1 apache apache 1594 Jun 11 03:40 robots.txt
drwxrwxr-x.  3 apache apache  112 Jun 11 03:34 sites
drwxrwxr-x.  3 apache apache   21 Jun 11 03:34 themes
-rw-rw-r--.  1 apache apache  848 Jun 11 03:40 update.php
-rw-rw-r--.  1 apache apache 4566 Jun 11 03:40 web.config


In order to test the app, I need to be able to have a valid
virtualhost to allow the user to access the site
http://1.2.3.4/??

the current   (doesn't work)!!
/etc/httpd/sites-available/virtualhosts.conf


# VirtualHost file to handle aliases


#Options Indexes FollowSymLinks MultiViews
 #AllowOverride All
 #Order allow,deny
 #allow from all

#DirectoryIndex index.html index.php
 #Require all granted

# Set the default document root for Apache (if the URL
# doesn't start with "/foo" or "/oxwall")...
#drupal cat DocumentRoot "/var/www/html"
DocumentRoot "/var/www/social/html"


# Stick your host name and domain below (commented out for now)...
#ServerName somsiten...@somedomain.tld

# Define where the logs go and what they're called...
ErrorLog "logs/testsite-error_log"
CustomLog "logs/testsite-access_log" common


So, I'm trying to get the virtualhost/apache to match the
dir/tree/files for the open social app to test the app.
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


waaaay off topic -- apache/vhost

2020-06-12 Thread bruce
Hi.

I've got a topic that's way off topic. It's dealing with apache/vhost.
I'm screwing something up. Wondered if I can post it here.

thanks
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: running browser as user different than root

2020-06-01 Thread bruce
Hi Roberto

You are 'da man!

this worked >>>>  xhost si:localuser:test

using this in the "root" term window,

and then running the cmd to fire up the test firefox browser generated
the process.

when i now run "xhost" from the root term, i see the different values.
I suppose I can "safely" delete the added item with no damage!

thanks

On Mon, Jun 1, 2020 at 6:46 AM Roberto Ragusa  wrote:
>
> On 2020-06-01 12:31, bruce wrote:
> > Hi Roberto
> >
> > Thanks for the reply.
> >
> > On Mon, Jun 1, 2020 at 4:38 AM Roberto Ragusa  wrote:
> >>
> >> xhost si:localuser:thenameofthenewuser
> >>
> >
> > xhost si:root:test
> >
> "localuser" is a string that you do not have to change, it specifies the kind 
> of rule
> we are doing.
>
> Try:
>
>xhost si:localuser:test
>
> Regards.
>
> --
> Roberto Ragusamail at robertoragusa.it
> ___
> 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/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: running browser as user different than root

2020-06-01 Thread bruce
Hi Roberto

Thanks for the reply.

On Mon, Jun 1, 2020 at 4:38 AM Roberto Ragusa  wrote:
>
> On 2020-06-01 05:35, bruce wrote:
>
> > However, if I fire up a term as another user, and then from the
> > cmdline, fire up chromium, I get an err msg
> >
> > No protocol specified
> >   Gtk-WARNING **: cannot open display: :0
> >
> > I've been researching trying to figure out how to resolve this.
>
> The new user must have the EXPORT variable set to :0
>export DISPLAY=:0
> but you probably already have it, given the error message above.
>
> The new user must also be authorized to connect to the X server,
> you have to run this as the OLD user, in your case it would be the
> (very unsafe) root user.
>xhost si:localuser:thenameofthenewuser
>

I tried to implement your suggestion as follows:

logged in as root
in a "root" term window
echo $DISPLAY   (shows)
:0.0

xhost si:root:test

(generates)

root:test being added to access control list
X Error of failed request:  BadValue (integer parameter out of range
for operation)
  Major opcode of failed request:  109 (X_ChangeHosts)
  Value in failed request:  0x9
  Serial number of failed request:  7
  Current serial number in output stream:  9

which doesnt appear to "succeed"!

And yes, I know logging/running as root is "bad".

I'd still like to know how to resolve this issue, as opposed to just
saying don't do this.

thanks
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


running browser as user different than root

2020-05-31 Thread bruce
Hi.

Trying to understand/figure out some things.

I've logged in as root

I can start a browser -- FF, or chromium, no issue. (I know.. I
shouldn't. but I can.

However, if I fire up a term as another user, and then from the
cmdline, fire up chromium, I get an err msg

No protocol specified
 Gtk-WARNING **: cannot open display: :0

I've been researching trying to figure out how to resolve this.

Any thoughts/pointers?

thanks
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Captcha's are out of control

2020-05-15 Thread bruce
Hey Bob!

I'm not going to rant in all caps that this is off topic!! )

While this has nothing to do with tech at all, it is a break from the
horror of the daily newscasts.

And yeah, captchas are a royal/unnecessary pain. If your site is
getting hit by crawlers, and you have data you really don't want the
crawler to access, then I get it, but a number of sites appear to
throw the captcha up as a way to just be doing the in thing!

On the same point, I wonder why so many sites have decided to go the
route of paywalls. Not so long ago, I was more than able to skim
magazines at newsstands/libraries with no prob. I fully get not
wanting to provide access to your content in near realtime,  But I
have no clue why these sites don't ope up access a month or so later.
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: F32 Upgrade error: more space needed on the / filesystem... --live-root ?

2020-05-13 Thread bruce
To Ed Greshko (and everyone else who helps)

The help/comments you guys provide is great!

As a casual user, can't tell you the number of times I've tried to
deal with problem X and recall something that someone has said about
another issue that's given me that "aha" thought to further
research/sove my issue.

just a hearty thanks!
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: xargs + grep+grep

2020-05-12 Thread bruce
On Tue, May 12, 2020 at 4:50 PM  wrote:
>
>
> Hi
>
> On Tue, 12 May 2020 16:31:44 -0400 bruce wrote:
> > find /home -type f  ! -path "*/csvn/*"  ! -path "*/Android*/*" -name
> > "*.*"-print0  | xargs -0 grep 'repos'  | xargs -0 grep 'github'
>
> > So, I start at the top of the dir, I skip a few of the child dirs, and
> > I want to find files containing "repos" and "github".
>
> Try that:
>
>  find /home -type f  \
>! -path "*/csvn/*"  \
>! -path "*/Android*/*" \
>-name  "*.*" -print0  \
>  | xargs -0 grep -lZ 'repos' \
>  | xargs -0 grep -l 'github'
>
> That should output the pathnames of the matching files.
>
> You were feeding the matching lines to the second grep.
>
> > The above cmd returns the err
> > xargs: argument line too long
>
> Surprising.

Hey Francis!!

much thanks.. so the grep "iZ" attribute was what was required. I now
get the list of files.

thanks!
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


xargs + grep+grep

2020-05-12 Thread bruce
Hi.

simple issue that I'm not quite seeing.

find /home -type f  ! -path "*/csvn/*"  ! -path "*/Android*/*" -name
"*.*"-print0  | xargs -0 grep 'repos'  | xargs -0 grep 'github'

So, I start at the top of the dir, I skip a few of the child dirs, and
I want to find files containing "repos" and "github".

The above cmd returns the err
xargs: argument line too long

Any pointers on my mistake?

Thanks
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


[389-users] Re: anonymous queries on second suffix subtrees

2020-05-05 Thread Mc Laughlin David Bruce (ID BD)
Hi, Mark.


Your questions and comments have pointed me in the right direction and solved 
several

mysteries about missing db files, etc.


I will remove both root suffixes and their respective databases and then 
re-create them using

dscreate to create the instance and using dsconf (with the "--create-suffix" 
option) to add the

 second root suffix.


Even with the https://directory.fedoraproject.org/docs/389ds/documentation.html 
site and the

https://access.redhat.com/documentation/en-us/red_hat_directory_server/11/  
documentation,

the product is so big that it is difficult to get an overview.


I will not bother you again before the instance and its suffixes have been 
rebuilt.


Thanks for your help,

David

___
David McLaughlin
ETH Zürich / Swiss Federal Institute of Technology
Informatikdienste
Basisdienste
Mail, Archive & Directories group
CH-8092 Zürich

Tel.: +41 44 632 3531
e-mail: david.mclaugh...@id.ethz.ch<mailto:david.mclaugh...@id.ethz.ch>



From: Mark Reynolds 
Sent: 30 April 2020 4:21 PM
To: Mc Laughlin David Bruce (ID BD); General discussion list for the 389 
Directory server project.
Subject: Re: [389-users] anonymous queries on second suffix subtrees



On 4/30/20 9:53 AM, Mc Laughlin David Bruce (ID BD) wrote:

Hi, Mark.


I did not expect a reply so soon!


When I query as "Directory Manager", I get the expected result.


I used the setup-ds.pl script to create the o=ethz,c=ch root suffx.

You should be using dscreate to create your instance, not setup-ds.pl

I used "dsconf backend create" to add the second suffix (o=psi,c=ch).

Did you add any entries to o=psi,c=ch ?


The subtrees are not properly connected to their respective root suffixes.

Could this problem be caused by missing entries in the two "root suffix" 
databases?


[root@el-dap ~]#
[root@el-dap ~]# /usr/bin/ldapsearch -H ldap://el-dap.ethz.ch/ -LLL -x -b 
'o=psi,c=ch' '(ou=*)'
No such object (32)

So you did not initialize this suffix.  It is empty.

When creating the backend you could have created the top database node entry by 
adding the "--create-suffix" option:

# dsconf slapd-YOUR_INSTANCE backend create --suffix o=psi,c=ch --create-suffix

Note - dscreate or dsconf do not add any aci's by default.  You have to add the 
aci's after initializing the database with some data.

[root@el-dap ~]#



Anonymous queries  on the two subtrees (ou=staff & ou=student) on root suffix 
(o=ethz,c=ch)

return the expected result.

So searches on "ou=staff,o=ethz,c=ch" work?  But just searching on 
"o=ethz,c=ch" does not?  I'm getting confused because you keep changing which 
suffixes work or don't work.  First it was subtree's under o=psi,c=ch that 
didn't return any results, now it's different subtrees under o=ethz,c=ch

So if you are having issues with anything under "o=ethz,c=ch" then can you 
please run this search, and also clarify which subtrees work and don't work for 
anonymous searches under this suffix "o=ethz,c=ch":

# ldapsearch -D "cn=directory manager" -W -b "o=ethz,c=ch" aci=* aci

Thanks,
Mark



However, anonymous queries on the o=ethz,c=ch root suffix  also return no 
records.


with best regards,

David


e-mail: david.mclaugh...@id.ethz.ch<mailto:david.mclaugh...@id.ethz.ch>



From: Mark Reynolds <mailto:mreyno...@redhat.com>
Sent: 30 April 2020 3:10 PM
To: General discussion list for the 389 Directory server project.; Mc Laughlin 
David Bruce (ID BD)
Subject: Re: [389-users] anonymous queries on second suffix subtrees



On 4/30/20 7:14 AM, Mc Laughlin David Bruce (ID BD) wrote:
Hello, 389ers.

I am migrating a whitepages server from OpenLDAP to 389-DS.

My instance has a root suffix with two subtrees (for staff and students).
Anonymous queries of the two root suffix subtrees return the expected results.

The instance also has a second suffix of "o=psi,c=ch" with three subtrees:
  ou=contacts,o=psi,c=ch
  ou=groups,o=psi,c=ch
  ou=users,o=psi,c=ch

Anonymous queries of the three "o=psi,c=ch" subtrees return NO records.

I have added ACIs for the three "o=psi,c=ch" subtrees and restarted the 
instance, but
anonymous queries of any of the three "o=psi,c=ch" subtrees STILL return no 
records.

Does anyone know how to allow anonymous queries?

First you don't need to restart the server when you add or change ACI's.  If 
you run the search as "cn=directory manager" does it return the results you 
expect?

Can you share all the ACI's you added to o=psi,c=ch subtrees?  Maybe gather all 
of them by using this search:

# ldapsearch -D "cn=directory manager" -W -b "o=psi,c=ch" aci=* aci

Thanks,
Mark


Thanks,
 David

[root@el-dap ~]#
[root@el-dap ~]# /usr/bin/ldapsearch -H ldap://el-dap.ethz.ch

modifications to sshd_config for security/hardening

2020-05-01 Thread bruce
Hi.

Looking through lots of online sites for making changes/mods to
sshd_config files to harden/secure the process.

Would it be cool to post the changes here for comment? Also, anyone
have suggestions as well?

thanks
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


[389-users] anonymous queries on second suffix subtrees

2020-04-30 Thread Mc Laughlin David Bruce (ID BD)
Hello, 389ers.

I am migrating a whitepages server from OpenLDAP to 389-DS.

My instance has a root suffix with two subtrees (for staff and students).
Anonymous queries of the two root suffix subtrees return the expected results.

The instance also has a second suffix of "o=psi,c=ch" with three subtrees:
  ou=contacts,o=psi,c=ch
  ou=groups,o=psi,c=ch
  ou=users,o=psi,c=ch

Anonymous queries of the three "o=psi,c=ch" subtrees return NO records.

I have added ACIs for the three "o=psi,c=ch" subtrees and restarted the 
instance, but
anonymous queries of any of the three "o=psi,c=ch" subtrees STILL return no 
records.

Does anyone know how to allow anonymous queries?

Thanks,
 David

[root@el-dap ~]#
[root@el-dap ~]# /usr/bin/ldapsearch -H ldap://el-dap.ethz.ch/ -D "cn=Directory 
Manager" -W -x -b "ou=users,o=psi,c=ch" -s sub '(aci=*)' aci
Enter LDAP Password:
# extended LDIF
#
# LDAPv3
# base  with scope subtree
# filter: (aci=*)
# requesting: aci
#
# users, psi, ch
dn: ou=users,o=psi,c=ch
aci: (target = "ldap:///ou=users,o=psi,c=ch;)(version 3.0; acl "Anonymous read
 , search for users";allow (read, search) userdn = "ldap:///anyone;;)
# search result
search: 2
result: 0 Success
# numResponses: 2
# numEntries: 1
[root@el-dap ~]#


[root@el-dap ~]#
[root@el-dap ~]# /usr/bin/ldapsearch -H ldap://el-dap.ethz.ch/ -LLL -x -b 
'ou=users,o=psi,c=ch' '(cn=*kohler*)'
[root@el-dap ~]#


[root@el-dap ~]#
[root@el-dap ~]# tail /var/log/dirsrv/slapd-el-dap/access
[30/Apr/2020:10:23:02.362530519 +0200] conn=5 fd=64 slot=64 connection from 
129.132.65.9 to 129.132.65.9
[30/Apr/2020:10:23:02.362748318 +0200] conn=5 op=0 BIND dn="" method=128 
version=3
[30/Apr/2020:10:23:02.362795436 +0200] conn=5 op=0 RESULT err=0 tag=97 
nentries=0 etime=0.179605 dn=""
[30/Apr/2020:10:23:02.363025956 +0200] conn=5 op=1 SRCH 
base="ou=users,o=psi,c=ch" scope=2 filter="(cn=*kohler*)" attrs=ALL
[30/Apr/2020:10:23:02.363471926 +0200] conn=5 op=1 RESULT err=0 tag=101 
nentries=0 etime=0.606595
[30/Apr/2020:10:23:02.363649360 +0200] conn=5 op=2 UNBIND
[30/Apr/2020:10:23:02.363680129 +0200] conn=5 op=2 fd=64 closed - U1
[root@el-dap ~]#

___
David McLaughlin
ETH Zürich / Swiss Federal Institute of Technology
Informatikdienste
Basisdienste
Mail, Archive & Directories group
CH-8092 Zürich

Tel.: +41 44 632 3531
e-mail: david.mclaugh...@id.ethz.ch
___
389-users mailing list -- 389-users@lists.fedoraproject.org
To unsubscribe send an email to 389-users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/389-users@lists.fedoraproject.org


Things to monitor/scan for security on a Fed VM

2020-04-24 Thread bruce
Hi/Morning.

This is a continuation of my looking to nail down what should be
Monitored/Scanned to secure a Fed server/VM.

I've looked over a number of Monitor apps (Solarwinds/Nagios/Zabbix/etc).
Can't really find a good list of the things that should be monitored, so
I've compiled the following list.

I'm thinking the monitoring/scanning process needs to check for,
 or handle the following:
-user attempts to access a system/ssh interaction/- logins/access
there's a ddos on one of the VM/webapps
rootkit/file issue
possible intrusion attempts
 -for ports
 -for log files
 -for user accounts
files/dirs -perms/user owner
log files
system/services   -- required services running... invalid services disabled
cron
dirs/files/filesystem
website
db
config file issues
rootkit issues
malware issues
vulnerability issues   -- vuls.io
selinux
partitions for the drive
firewall

mysqld

httpd

nfs

sshd

-php valid
-python valid
-package scan
-pip scan
-pecl scan
-should the libs be scanned?
-how to scan/check for/alert on invalid apps running?

config files -- valid/invalid

Feel free to add or comment on anything I've listed.

Once I narrow down the list, I'll figure out which tool/dashboard to use
for the Monitoring/Scanning. I might have to also have a separate Dashboard
(ELK?) to handle the log analysis/display.

Thanks
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: system monitoring/security - possibly off topic

2020-04-22 Thread bruce
.
.
.
Hey Mauricio,

researching Security Onion, never hear of "zeek'

>   >>> zeek? Security Onion?
>

I'm putting together a list of scanning tools that would run on the
"client" server, but I'm tying to wrap my head around how all of the
resulting data would be aggregated, and displayed by a master dashboad app.
I've seen OpenVAS and a few other apps that appear to offer the ability to
import security data, and to display it.

Any thoughts on this?

thanks

.
.
.
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: system monitoring/security - possibly off topic

2020-04-21 Thread bruce
Hey Ed.

Thanks for the reply.

Regarding the security/monitoring issue.

Here's my use case:

I'm looking to have multiple servers.
Servers would be running different apps for different purposes.
All Servers running Fed
-DB Server -mysql/mariadb
-Server running webapps/httpd
-Servers running compute operations

All servers configured to run ssh - sshd_config properly configured to
limit access
All servers configured to run with minimal ports turned on
All servers with selinux

My goal would be to have a monitoring/security server/webapp
 that allows a user to quickly "see" if there's an issue
 with any of the servers/processes

I think it makes sense to check/monitor/be alerted if:

-there's a user attempt to access
-there's a ddos on one of the webapps
-there's a root/file issue
-there's a port access issue
-possible intrusion attempts
-weird services used
-any others???


possible software/apps to be installed for security
--rkhunter
--failtoban
--selinux
--clamav -- although not sure the proect would need a mail server/platform
--logMonitoring app (which one)
--app to check file/dir/user settings (which one)
--scanning app/service (which one)
 ---for ports
 ---for services
 ---for log files
 ---for user accounts


I think it makes sense to try to define, or get my head around the things
that should be checked out or monitored. Once I get these things nailed
down, I can figureout the "best" process to be able to monitor the items,
as well as display them in some sort of dashboard.


I've looked over a number of different sites for rhel/ubuntu/fedora/etc..
Most of the sites discuss hardening ssh, as well as looking over the
services/ports, and managing the users/files/dirs.

I'm thinking the things to check for::

Users/User Accounts
logins/access
ports
services/processes
files/dirs -perms/user owner
log files
Any other things that should be checked/examined/considered?

Once I can get a good list of high level things to check for/secure, I can
figure out the tools to use, as well as how to roll all of this up to some
sort of dashboard.

So my thought process will be:
1) Identify the high level things to check for/secure/monitor for the given
Server Type
2) Identify the tools to run the scans for the Server Type
3) Figure out how to roll the results for each server to a "central
monitoring/dashboard process"

Does this make sense?

Thoughts/comments welcome









On Tue, Apr 21, 2020 at 9:49 AM Ed Greshko  wrote:

> On 2020-04-21 21:33, bruce wrote:
> > Not willing to step on toes. Is asking for opinions on tools to do
> system/security monitoring off topic? Been doing research, thought I'd ask
> here as well - if it's acceptable?
>
> Not off topic at all.
>
> Fedora supplies tools used in the area.  So, all you would need do is to
> outline your goals, what you've learned
> in your research, and how you'd like to get help from the community.
>
> --
> The key to getting good answers is to ask good questions.
> ___
> 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/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
>
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


system monitoring/security - possibly off topic

2020-04-21 Thread bruce
Hey.

Not willing to step on toes. Is asking for opinions on tools to do
system/security monitoring off topic? Been doing research, thought I'd ask
here as well - if it's acceptable?

thanks
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Unable to hibernate Fedora 31 using swap file

2020-04-18 Thread bruce
This whole thread is why this email list is a great example of how this
thing called the net can actually be a great resource for weird tech stuff,
and for helping others!

Does the list sometimes veer off to snarky stuff.. very rarely.

OJ to all!



On Sat, Apr 18, 2020 at 8:08 AM Patrick O'Callaghan 
wrote:

> On Sat, 2020-04-18 at 11:04 +, Sreyan Chakravarty wrote:
> > > On Fri, 2020-04-17 at 15:03 -0700, Samuel Sieb wrote:
> > >
> > > Yes, that's exactly my point. However it does mean that the filesystem
> > > has to be one that the initial system understands.
> > >
> > > poc
> >
> > Sorry but let me confuse you further.
> >
> > If the initial ramdisk does not understand the filesystem, then how is
> it even locating my swapfile ?
>
> As Samuel has pointed out, the resume info points directly at the swap
> file header on the device (including an offset from the device origin),
> and the file header itself points directly at the data blocks.
>
> poc
> ___
> 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/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
>
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: how to view files over the Internet?

2020-04-17 Thread bruce
Hey.

I know I'm coming into this late. Does your client have a "budget"? Is he
able/willing to allow users to access/view the docs via browser?

I'm fairly certain there are paid services that will get you what you're
looking for at a "reasonable" cost. You didn't say how many people (or how
many times, or how many docs) will go into the mix. I also think there
might be content web/mobile open source apps to allow docs to be
viewed/checked out  - with viewing via browser.



On Fri, Apr 17, 2020 at 9:20 PM George N. White III 
wrote:

> On Fri, 17 Apr 2020 at 20:29, ToddAndMargo via users <
> users@lists.fedoraproject.org> wrote:
>
>> Hi All,
>>
>> I have a scenario where I have a Fedora server at
>> one location and five Windows workstations, each
>> at a different location.
>>
>> The customer wants to give the five remote workstations
>> the ability to view (not edit) certain documents.
>>
>
> What security concerns does the customer have?   What version(s)
> of Windows?   What format are the documents?  Do you need to
> log views?   Does the client want a particular Windows file viewer?
>
>
>>
>> Question, what is the best to go about this?
>> vsftp seems to over complicate things.
>>
>> Your advice?
>>
>
>
> Try to stick with sshd as it is generally the first service to be
> installed that
> provides network access to files.   Create a chroot jail for the user(s)
> who will view the documents.
>
> Many editors have support for scp.
> https://www.gnu.org/software/emacs/manual/html_node/emacs/Remote-Files.html
>
> (The FSF has quite robust Windows emacs binaries).
> --
> George N. White III
>
> ___
> 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/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
>
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: rsync error... can i ask for help here?? (not threading!)

2020-04-17 Thread bruce
On Fri, Apr 17, 2020 at 5:16 PM Garry T. Williams 
wrote:

> On Friday, April 17, 2020 4:59:51 PM EDT Samuel Sieb wrote:
> > On 4/17/20 1:42 PM, Garry T. Williams wrote:
>
> [snip]
>
> > > My mail client (kmail) shows his messages properly threaded.
> >
> > Are they properly threaded or just sorted by time?  The email doesn't
> > have an "In-Reply-To:" header, so there's no way to properly thread
> > other than matching the subject and sorting by timestamp.
>
> Heheh.
>
> You are right.  I just checked my settings and kmail was set to thread
> "Perfect and By Reference and By Subject".  When I removed By Subject,
> I see what you were complaining about.  It is a loathsome E-mail
> client.
>
> --
> Garry T. Williams
>

--- Again,  I really want to express my thanks to the group!!!

be safe - be blessed!



> ___
> 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/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
>
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: rsync error... can i ask for help here??

2020-04-17 Thread bruce
Hey people!!

this works!... I have no clue as to how additional control chars were added.

I want to deeply thank you all .. this was subtle weird.. and for some
reason, I never thought of just retyping the cmd which may have resolved
the issue.

thanks  much appreciation!


On Fri, Apr 17, 2020 at 1:46 PM bruce  wrote:

> Francis...
>
> echo rsync -avz  /home/test/cat/
> test@192.168.125.133:/home/test/cat
> | cat -A
> rsync -avz M-BM- /home/test/cat/ test@192.168.125.133:/home/test/cat$
>
> vs
>
> echo rsync -avz  /home/test/cat/ test@192.168.125.133:/home/test/cat
> | cat -A
> rsync -avz /home/test/cat/ test@192.168.125.133:/home/test/cat$
> this works!!
>
>
>
>
>
> On Fri, Apr 17, 2020 at 1:36 PM  wrote:
>
>>
>> On Fri, 17 Apr 2020 13:13:37 -0400 Jonathan Billings wrote:
>> > On Fri, Apr 17, 2020 at 11:54:07AM -0400, bruce wrote:
>> > I don't know if anyone else noticed, but did you see this?
>>
>> >> rsync: change_dir "/home/test/cat/ /home/test" failed: No such file or
>> >> directory (2)
>>
>> Yes. This is why I suggested to increase the verbosity and keep a full
>> log.
>>
>> This does seem to be when calling the remote rsync.
>>
>> > Now, I'm not seeing that in the rsync command pasted, but rsync seems
>> > to think that's the directory you're asking to sync.  If this was
>> > pre-1990 I'd guess it's a terminal overwrite with weird control
>> > characters due to a noisy modem but I'm assuming that Bruce has
>> > something newer than a vt102.
>>
>> I have seen recently such a thing when coping a command from an exotic
>> document.
>>
>> Bruce just said:
>>
>> > However,, Since I tested what Francis asked me to test... I'm now
>> > able to have the rsync working...
>>
>> Probably some control characters were suppressed when pasting what I
>> suggested
>>
>> @bruce: if you still have your terminal open and can retreive the
>> faulty command:
>>
>>   - edit it
>>   - add at the beging: echo
>>   - at the end: | cat -A
>>
>> We will show like that the control characters.
>>
>> --
>> francis
>> ___
>> 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/en-US/project/code-of-conduct/
>> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
>> List Archives:
>> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
>>
>
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: rsync error... can i ask for help here??

2020-04-17 Thread bruce
Francis...

echo rsync -avz  /home/test/cat/test@192.168.125.133:/home/test/cat
| cat -A
rsync -avz M-BM- /home/test/cat/ test@192.168.125.133:/home/test/cat$

vs

echo rsync -avz  /home/test/cat/ test@192.168.125.133:/home/test/cat |
cat -A
rsync -avz /home/test/cat/ test@192.168.125.133:/home/test/cat$
this works!!





On Fri, Apr 17, 2020 at 1:36 PM  wrote:

>
> On Fri, 17 Apr 2020 13:13:37 -0400 Jonathan Billings wrote:
> > On Fri, Apr 17, 2020 at 11:54:07AM -0400, bruce wrote:
> > I don't know if anyone else noticed, but did you see this?
>
> >> rsync: change_dir "/home/test/cat/ /home/test" failed: No such file or
> >> directory (2)
>
> Yes. This is why I suggested to increase the verbosity and keep a full
> log.
>
> This does seem to be when calling the remote rsync.
>
> > Now, I'm not seeing that in the rsync command pasted, but rsync seems
> > to think that's the directory you're asking to sync.  If this was
> > pre-1990 I'd guess it's a terminal overwrite with weird control
> > characters due to a noisy modem but I'm assuming that Bruce has
> > something newer than a vt102.
>
> I have seen recently such a thing when coping a command from an exotic
> document.
>
> Bruce just said:
>
> > However,, Since I tested what Francis asked me to test... I'm now
> > able to have the rsync working...
>
> Probably some control characters were suppressed when pasting what I
> suggested
>
> @bruce: if you still have your terminal open and can retreive the
> faulty command:
>
>   - edit it
>   - add at the beging: echo
>   - at the end: | cat -A
>
> We will show like that the control characters.
>
> --
> francis
> ___
> 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/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
>
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: rsync error... can i ask for help here??

2020-04-17 Thread bruce
wow

now. I'm officially in the twilight zone...

here's what i'm seeing...

rsync -avz  /home/test/cat/ test@192.168.125.133:/home/test/cat
test@192.168.125.133's password:
sending incremental file list
./
index.html
readme.txt
contactform/

as you can see.. the cmd above works..

this cmd doesn't!
rsync -avz  /home/test/cat/  test@192.168.125.133:/home/test/cat
test@192.168.125.133's password:
sending incremental file list
rsync: change_dir "/home/crawl_user/cat/ /home/test/cat" failed: No such
file or directory (2)

i've lined up the cmd that works with a cmd that doesn't.. and added spaces
between the initial dir and the "test,," to get the same "look"...

when i run the cmd that doesn't work.. it still doesn't work...
I'm wondering if there's some weird char being inserted..




On Fri, Apr 17, 2020 at 1:24 PM bruce  wrote:

> Hey John...
>
> Yep. I've noticed that.. And been trying to figure out ust what the dang
> err is trying to tell me... since I only had the initial dir!
>
> However,, Since I tested what Francis asked me to test... I'm now able to
> have the rsync working...
>
> And I don't know what the diff is between the cmds..
>
> As far as I can tell, the cmds are the same!
>
> rsync -avz  /home/test/cat/ test@192.168.125.133:/home/test/cat
>
> this works, in that the files of /home/test/cat (dir) get copied over to
> the /home/test/cat dir on the remote side..
>
> this is what i've done 100s of times in the past with other systems..
> files.. etc..
>
> no clue what my issue was.. which means I can't solve the issue!! which is
> in and off itself a pain now!
>
>
>
> On Fri, Apr 17, 2020 at 1:14 PM Jonathan Billings 
> wrote:
>
>> On Fri, Apr 17, 2020 at 11:54:07AM -0400, bruce wrote:
>> >
>> > rsync -avz  /home/test/cat  test@192.168.125.133:/home/test/cat
>> > test@192.168.125.133's password:
>> > sending incremental file list
>> > rsync: change_dir "/home/test/cat/ /home/test" failed: No such file or
>> > directory (2)
>> >
>> > sent 18 bytes  received 12 bytes  6.67 bytes/sec
>> > total size is 0  speedup is 0.00
>> > rsync error: some files/attrs were not transferred (see previous errors)
>> > (code 23) at main.c(1039) [sender=3.0.6]
>>
>> I don't know if anyone else noticed, but did you see this?
>>
>> > rsync: change_dir "/home/test/cat/ /home/test" failed: No such file or
>> > directory (2)
>>
>> rsync will return a directory in quotes there.  Its saying the
>> directory named explicitly '/home/test/cat/ /home/test' (yes, a space
>> between /cat/ and /home) is missing.
>>
>> Now, I'm not seeing that in the rsync command pasted, but rsync seems
>> to think that's the directory you're asking to sync.  If this was
>> pre-1990 I'd guess it's a terminal overwrite with weird control
>> characters due to a noisy modem but I'm assuming that Bruce has
>> something newer than a vt102.
>>
>> The only way I'm able to get similar results is by including the space
>> in the right side of the rsync command.
>>
>> $ rsync -avz '/tmp/foo /tmp/bar' myhost:/tmp/test
>> sending incremental file list
>> rsync: change_dir "/tmp/foo /tmp" failed: No such file or directory (2)
>>
>> sent 20 bytes  received 12 bytes  64.00 bytes/sec
>> total size is 0  speedup is 0.00
>> rsync error: some files/attrs were not transferred (see previous errors)
>> (code 23) at main.c(1189) [sender=3.1.3]
>>
>>
>>
>> --
>> Jonathan Billings 
>> ___
>> 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/en-US/project/code-of-conduct/
>> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
>> List Archives:
>> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
>>
>
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: rsync error... can i ask for help here??

2020-04-17 Thread bruce
Hey John...

Yep. I've noticed that.. And been trying to figure out ust what the dang
err is trying to tell me... since I only had the initial dir!

However,, Since I tested what Francis asked me to test... I'm now able to
have the rsync working...

And I don't know what the diff is between the cmds..

As far as I can tell, the cmds are the same!

rsync -avz  /home/test/cat/ test@192.168.125.133:/home/test/cat

this works, in that the files of /home/test/cat (dir) get copied over to
the /home/test/cat dir on the remote side..

this is what i've done 100s of times in the past with other systems..
files.. etc..

no clue what my issue was.. which means I can't solve the issue!! which is
in and off itself a pain now!



On Fri, Apr 17, 2020 at 1:14 PM Jonathan Billings 
wrote:

> On Fri, Apr 17, 2020 at 11:54:07AM -0400, bruce wrote:
> >
> > rsync -avz  /home/test/cat  test@192.168.125.133:/home/test/cat
> > test@192.168.125.133's password:
> > sending incremental file list
> > rsync: change_dir "/home/test/cat/ /home/test" failed: No such file or
> > directory (2)
> >
> > sent 18 bytes  received 12 bytes  6.67 bytes/sec
> > total size is 0  speedup is 0.00
> > rsync error: some files/attrs were not transferred (see previous errors)
> > (code 23) at main.c(1039) [sender=3.0.6]
>
> I don't know if anyone else noticed, but did you see this?
>
> > rsync: change_dir "/home/test/cat/ /home/test" failed: No such file or
> > directory (2)
>
> rsync will return a directory in quotes there.  Its saying the
> directory named explicitly '/home/test/cat/ /home/test' (yes, a space
> between /cat/ and /home) is missing.
>
> Now, I'm not seeing that in the rsync command pasted, but rsync seems
> to think that's the directory you're asking to sync.  If this was
> pre-1990 I'd guess it's a terminal overwrite with weird control
> characters due to a noisy modem but I'm assuming that Bruce has
> something newer than a vt102.
>
> The only way I'm able to get similar results is by including the space
> in the right side of the rsync command.
>
> $ rsync -avz '/tmp/foo /tmp/bar' myhost:/tmp/test
> sending incremental file list
> rsync: change_dir "/tmp/foo /tmp" failed: No such file or directory (2)
>
> sent 20 bytes  received 12 bytes  64.00 bytes/sec
> total size is 0  speedup is 0.00
> rsync error: some files/attrs were not transferred (see previous errors)
> (code 23) at main.c(1189) [sender=3.1.3]
>
>
>
> --
> Jonathan Billings 
> ___
> 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/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
>
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: rsync error... can i ask for help here??

2020-04-17 Thread bruce
Hi Francis..

rsync -vvv -avz  /home/test/cat \
> test@192.168.125.133:/home/test/cat \
> >& /tmp/log
test@192.168.125.133's password:
[test@foo cat]$

[test@foo cat]$ grep ssh /tmp/log
cmd[0]=ssh cmd[1]=-l cmd[2]=test cmd[3]=192.168.125.133 cmd[4]=rsync
cmd[5]=--server cmd[6]=-logDtprze.iLs cmd[7]=. cmd[8]=/home/test/cat
opening connection using: ssh -l test 192.168.125.133 rsync --server
-logDtprze.iLs . /home/test/cat




On Fri, Apr 17, 2020 at 1:03 PM  wrote:

>
> Hi
>
> Can you run this command (exactly it please, on 3 lines thus):
>
>   rsync -vvv -avz  /home/test/cat \
> test@192.168.125.133:/home/test/cat \
> >& /tmp/log
>
> Then:
>
>   grep ssh /tmp/log
>
> Thanks.
>
> --
> francis
> ___
> 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/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
>
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: rsync error... can i ask for help here??

2020-04-17 Thread bruce
doh...

never mind...

didn't know you could do ssh like that!

ssh test@192.168.125.133 pwd
test@192.168.125.133's password:
/home/test

lord!



On Fri, Apr 17, 2020 at 12:51 PM bruce  wrote:

>
>
> On Fri, Apr 17, 2020 at 12:39 PM C. Linus Hicks 
> wrote:
>
>> Again, you need to read more carefully. You missed the point of this
>> exercise:
>>
>> You were asked: "what does ssh  test@192.168.125.133 pwd   return?"
>>
>> But you ran: "ssh  test@192.168.125.133"
>>
>> The difference is subtle but it's there.
>>
>
> Linus...
>
> Umm.. I'm missing something here then...
>
> I thought the OP was asking to run the basic ssh cmd and then to provide
> the passwd
>
> If I'm missing something.. what's the OP wanting me to run?
>
> in other words, just what should I be running for >>> ssh
> test@192.168.125.133 pwd
>
>
>
>
>
>
>
>
>> -Original Message-
>> From: bruce
>> Sent: Apr 17, 2020 12:13 PM
>> To: Community support for Fedora users
>> Subject: Re: rsync error... can i ask for help here??
>>
>> Hi Roger,
>>
>> what does ssh  test@192.168.125.133 pwd   return?
>>
>> Yeah, I had started to question if basic ssh was the issue!
>>
>> ssh test@192.168.125.133
>> test@192.168.125.133's password:
>> Activate the web console with: systemctl enable --now cockpit.socket
>>
>> Last failed login: Fri Apr 17 11:30:42 EDT 2020 from 192.168.125.1 on
>> ssh:notty
>> There were 2 failed login attempts since the last successful login.
>> Last login: Fri Apr 17 08:12:35 2020 from 192.168.125.1
>>
>> works as it's supposed to .
>>
>> baby steps!
>>
>>
>>
>>
>> On Fri, Apr 17, 2020 at 12:02 PM Roger Heflin 
>> wrote:
>>
>>> what does ssh  test@192.168.125.133 pwd   return?
>>>
>>> On Fri, Apr 17, 2020 at 10:55 AM bruce  wrote:
>>> >
>>> > rsync -avz  /home/test/cat  test@192.168.125.133:/home/test/cat
>>> > test@192.168.125.133's password:
>>> > sending incremental file list
>>> > rsync: change_dir "/home/test/cat/ /home/test" failed: No such file or
>>> directory (2)
>>> >
>>> > sent 18 bytes  received 12 bytes  6.67 bytes/sec
>>> > total size is 0  speedup is 0.00
>>> > rsync error: some files/attrs were not transferred (see previous
>>> errors) (code 23) at main.c(1039) [sender=3.0.6]
>>> >
>>> > the weird thing:::
>>> > I'm running this as user "test"
>>> > I'm running from the "/home/test/cat" dir..
>>> >
>>> > could this be some sort of permissions thing??
>>> > /home
>>> > drwxrwxrwx  33 test   test 4096 Apr 17 11:23 test
>>> >
>>> > /home/test
>>> > drwxrwxrwx   7 test test 4096 Apr 17 11:00 cat
>>> >
>>> >
>>> >
>>> >
>>> >
>>> > On Fri, Apr 17, 2020 at 11:41 AM C. Linus Hicks 
>>> wrote:
>>> >>
>>> >> Generally speaking, when your destination directory is within the
>>> home directory of the destination user, you would not specify full path, as
>>> in:
>>> >>
>>> >> rsync -avz  /home/test/cat  test@192.168.125.133:cat
>>> >>
>>> >> Also, you probably don't want to copy the directory into a directory
>>> of the same name, so your command would probably more appropriately be one
>>> of these:
>>> >>
>>> >> rsync -avz  /home/test/cat/ test@192.168.125.133:cat
>>> >>
>>> >> rsync -avz  /home/test/cat  test@192.168.125.133:
>>> >>
>>> >>
>>> >> -Original Message-
>>> >> From: bruce
>>> >> Sent: Apr 17, 2020 11:28 AM
>>> >> To: Community support for Fedora users
>>> >> Subject: Re: rsync error... can i ask for help here??
>>> >>
>>> >> ok..
>>> >>
>>> >> as user "test" on the local machine. there's a test on the remote as
>>> well
>>> >> each local/remote has the dir /home/test/cat, and /home/test/cat1
>>> >> all dirs are owned by user 'test' and have '777' to make sure no
>>> weird errs happen due to owner/perms
>>> >>
>>> >> this works:
>>> >> rsync -avz  /home/test/cat  /home/test/cat1
>>> >>
>>

Re: rsync error... can i ask for help here??

2020-04-17 Thread bruce
On Fri, Apr 17, 2020 at 12:39 PM C. Linus Hicks 
wrote:

> Again, you need to read more carefully. You missed the point of this
> exercise:
>
> You were asked: "what does ssh  test@192.168.125.133 pwd   return?"
>
> But you ran: "ssh  test@192.168.125.133"
>
> The difference is subtle but it's there.
>

Linus...

Umm.. I'm missing something here then...

I thought the OP was asking to run the basic ssh cmd and then to provide
the passwd

If I'm missing something.. what's the OP wanting me to run?

in other words, just what should I be running for >>> ssh
test@192.168.125.133 pwd








> -Original Message-
> From: bruce
> Sent: Apr 17, 2020 12:13 PM
> To: Community support for Fedora users
> Subject: Re: rsync error... can i ask for help here??
>
> Hi Roger,
>
> what does ssh  test@192.168.125.133 pwd   return?
>
> Yeah, I had started to question if basic ssh was the issue!
>
> ssh test@192.168.125.133
> test@192.168.125.133's password:
> Activate the web console with: systemctl enable --now cockpit.socket
>
> Last failed login: Fri Apr 17 11:30:42 EDT 2020 from 192.168.125.1 on
> ssh:notty
> There were 2 failed login attempts since the last successful login.
> Last login: Fri Apr 17 08:12:35 2020 from 192.168.125.1
>
> works as it's supposed to .
>
> baby steps!
>
>
>
>
> On Fri, Apr 17, 2020 at 12:02 PM Roger Heflin 
> wrote:
>
>> what does ssh  test@192.168.125.133 pwd   return?
>>
>> On Fri, Apr 17, 2020 at 10:55 AM bruce  wrote:
>> >
>> > rsync -avz  /home/test/cat  test@192.168.125.133:/home/test/cat
>> > test@192.168.125.133's password:
>> > sending incremental file list
>> > rsync: change_dir "/home/test/cat/ /home/test" failed: No such file or
>> directory (2)
>> >
>> > sent 18 bytes  received 12 bytes  6.67 bytes/sec
>> > total size is 0  speedup is 0.00
>> > rsync error: some files/attrs were not transferred (see previous
>> errors) (code 23) at main.c(1039) [sender=3.0.6]
>> >
>> > the weird thing:::
>> > I'm running this as user "test"
>> > I'm running from the "/home/test/cat" dir..
>> >
>> > could this be some sort of permissions thing??
>> > /home
>> > drwxrwxrwx  33 test   test 4096 Apr 17 11:23 test
>> >
>> > /home/test
>> > drwxrwxrwx   7 test test 4096 Apr 17 11:00 cat
>> >
>> >
>> >
>> >
>> >
>> > On Fri, Apr 17, 2020 at 11:41 AM C. Linus Hicks 
>> wrote:
>> >>
>> >> Generally speaking, when your destination directory is within the home
>> directory of the destination user, you would not specify full path, as in:
>> >>
>> >> rsync -avz  /home/test/cat  test@192.168.125.133:cat
>> >>
>> >> Also, you probably don't want to copy the directory into a directory
>> of the same name, so your command would probably more appropriately be one
>> of these:
>> >>
>> >> rsync -avz  /home/test/cat/ test@192.168.125.133:cat
>> >>
>> >> rsync -avz  /home/test/cat  test@192.168.125.133:
>> >>
>> >>
>> >> -Original Message-
>> >> From: bruce
>> >> Sent: Apr 17, 2020 11:28 AM
>> >> To: Community support for Fedora users
>> >> Subject: Re: rsync error... can i ask for help here??
>> >>
>> >> ok..
>> >>
>> >> as user "test" on the local machine. there's a test on the remote as
>> well
>> >> each local/remote has the dir /home/test/cat, and /home/test/cat1
>> >> all dirs are owned by user 'test' and have '777' to make sure no weird
>> errs happen due to owner/perms
>> >>
>> >> this works:
>> >> rsync -avz  /home/test/cat  /home/test/cat1
>> >>
>> >> this doesn't
>> >> rsync -avz  /home/test/cat  test@192.168.125.133:/home/test/cat
>> >>
>> >> generates error::
>> >> test@192.168.125.133's password:
>> >> sending incremental file list
>> >> rsync: change_dir "/home/ /home/test" failed: No such file or
>> directory (2)
>> >>
>> >> sent 18 bytes  received 12 bytes  5.45 bytes/sec
>> >> total size is 0  speedup is 0.00
>> >> rsync error: some files/attrs were not transferred (see previous
>> errors) (code 23) at main.c(1039) [sender=3.0.6]
>> >>
>> >> unless rsync cant be used with ssh/password.. can't fi

Re: rsync error... can i ask for help here??

2020-04-17 Thread bruce
Roger..

Just noticed the perms were missing the "w" for the group/oter..

for grins.. I changed chmod 777 /home/test..

re-ran the rsync.. no diff


On Fri, Apr 17, 2020 at 12:44 PM bruce  wrote:

> Hi Roger
>
> local
> ls -ld /home/test
> drwxrwxrwx 33 test test 4096 Apr 17 11:23 /home/test
>
> remote
> ls -ld /home/test
> drwxr-xr-x. 5 test test 118 Apr 17 11:21 /home/test
>
>
>
>
> On Fri, Apr 17, 2020 at 12:36 PM Roger Heflin 
> wrote:
>
>> on both local and remote do this:
>> ls -ld / /home /home/test
>>
>> On Fri, Apr 17, 2020 at 11:14 AM bruce  wrote:
>>
>>> Hi Roger,
>>>
>>> what does ssh  test@192.168.125.133 pwd   return?
>>>
>>> Yeah, I had started to question if basic ssh was the issue!
>>>
>>> ssh test@192.168.125.133
>>> test@192.168.125.133's password:
>>> Activate the web console with: systemctl enable --now cockpit.socket
>>>
>>> Last failed login: Fri Apr 17 11:30:42 EDT 2020 from 192.168.125.1 on
>>> ssh:notty
>>> There were 2 failed login attempts since the last successful login.
>>> Last login: Fri Apr 17 08:12:35 2020 from 192.168.125.1
>>>
>>> works as it's supposed to .
>>>
>>> baby steps!
>>>
>>>
>>>
>>>
>>> On Fri, Apr 17, 2020 at 12:02 PM Roger Heflin 
>>> wrote:
>>>
>>>> what does ssh  test@192.168.125.133 pwd   return?
>>>>
>>>> On Fri, Apr 17, 2020 at 10:55 AM bruce  wrote:
>>>> >
>>>> > rsync -avz  /home/test/cat  test@192.168.125.133:/home/test/cat
>>>> > test@192.168.125.133's password:
>>>> > sending incremental file list
>>>> > rsync: change_dir "/home/test/cat/ /home/test" failed: No such file
>>>> or directory (2)
>>>> >
>>>> > sent 18 bytes  received 12 bytes  6.67 bytes/sec
>>>> > total size is 0  speedup is 0.00
>>>> > rsync error: some files/attrs were not transferred (see previous
>>>> errors) (code 23) at main.c(1039) [sender=3.0.6]
>>>> >
>>>> > the weird thing:::
>>>> > I'm running this as user "test"
>>>> > I'm running from the "/home/test/cat" dir..
>>>> >
>>>> > could this be some sort of permissions thing??
>>>> > /home
>>>> > drwxrwxrwx  33 test   test 4096 Apr 17 11:23 test
>>>> >
>>>> > /home/test
>>>> > drwxrwxrwx   7 test test 4096 Apr 17 11:00 cat
>>>> >
>>>> >
>>>> >
>>>> >
>>>> >
>>>> > On Fri, Apr 17, 2020 at 11:41 AM C. Linus Hicks <
>>>> lin...@mindspring.com> wrote:
>>>> >>
>>>> >> Generally speaking, when your destination directory is within the
>>>> home directory of the destination user, you would not specify full path, as
>>>> in:
>>>> >>
>>>> >> rsync -avz  /home/test/cat  test@192.168.125.133:cat
>>>> >>
>>>> >> Also, you probably don't want to copy the directory into a directory
>>>> of the same name, so your command would probably more appropriately be one
>>>> of these:
>>>> >>
>>>> >> rsync -avz  /home/test/cat/ test@192.168.125.133:cat
>>>> >>
>>>> >> rsync -avz  /home/test/cat  test@192.168.125.133:
>>>> >>
>>>> >>
>>>> >> -Original Message-
>>>> >> From: bruce
>>>> >> Sent: Apr 17, 2020 11:28 AM
>>>> >> To: Community support for Fedora users
>>>> >> Subject: Re: rsync error... can i ask for help here??
>>>> >>
>>>> >> ok..
>>>> >>
>>>> >> as user "test" on the local machine. there's a test on the remote as
>>>> well
>>>> >> each local/remote has the dir /home/test/cat, and /home/test/cat1
>>>> >> all dirs are owned by user 'test' and have '777' to make sure no
>>>> weird errs happen due to owner/perms
>>>> >>
>>>> >> this works:
>>>> >> rsync -avz  /home/test/cat  /home/test/cat1
>>>> >>
>>>> >> this doesn't
>>>> >> rsync -avz  /home/test/cat  test@192.168.125.133:/home/test/cat
>>>

Re: rsync error... can i ask for help here??

2020-04-17 Thread bruce
Hi Roger

local
ls -ld /home/test
drwxrwxrwx 33 test test 4096 Apr 17 11:23 /home/test

remote
ls -ld /home/test
drwxr-xr-x. 5 test test 118 Apr 17 11:21 /home/test




On Fri, Apr 17, 2020 at 12:36 PM Roger Heflin  wrote:

> on both local and remote do this:
> ls -ld / /home /home/test
>
> On Fri, Apr 17, 2020 at 11:14 AM bruce  wrote:
>
>> Hi Roger,
>>
>> what does ssh  test@192.168.125.133 pwd   return?
>>
>> Yeah, I had started to question if basic ssh was the issue!
>>
>> ssh test@192.168.125.133
>> test@192.168.125.133's password:
>> Activate the web console with: systemctl enable --now cockpit.socket
>>
>> Last failed login: Fri Apr 17 11:30:42 EDT 2020 from 192.168.125.1 on
>> ssh:notty
>> There were 2 failed login attempts since the last successful login.
>> Last login: Fri Apr 17 08:12:35 2020 from 192.168.125.1
>>
>> works as it's supposed to .
>>
>> baby steps!
>>
>>
>>
>>
>> On Fri, Apr 17, 2020 at 12:02 PM Roger Heflin 
>> wrote:
>>
>>> what does ssh  test@192.168.125.133 pwd   return?
>>>
>>> On Fri, Apr 17, 2020 at 10:55 AM bruce  wrote:
>>> >
>>> > rsync -avz  /home/test/cat  test@192.168.125.133:/home/test/cat
>>> > test@192.168.125.133's password:
>>> > sending incremental file list
>>> > rsync: change_dir "/home/test/cat/ /home/test" failed: No such file or
>>> directory (2)
>>> >
>>> > sent 18 bytes  received 12 bytes  6.67 bytes/sec
>>> > total size is 0  speedup is 0.00
>>> > rsync error: some files/attrs were not transferred (see previous
>>> errors) (code 23) at main.c(1039) [sender=3.0.6]
>>> >
>>> > the weird thing:::
>>> > I'm running this as user "test"
>>> > I'm running from the "/home/test/cat" dir..
>>> >
>>> > could this be some sort of permissions thing??
>>> > /home
>>> > drwxrwxrwx  33 test   test 4096 Apr 17 11:23 test
>>> >
>>> > /home/test
>>> > drwxrwxrwx   7 test test 4096 Apr 17 11:00 cat
>>> >
>>> >
>>> >
>>> >
>>> >
>>> > On Fri, Apr 17, 2020 at 11:41 AM C. Linus Hicks 
>>> wrote:
>>> >>
>>> >> Generally speaking, when your destination directory is within the
>>> home directory of the destination user, you would not specify full path, as
>>> in:
>>> >>
>>> >> rsync -avz  /home/test/cat  test@192.168.125.133:cat
>>> >>
>>> >> Also, you probably don't want to copy the directory into a directory
>>> of the same name, so your command would probably more appropriately be one
>>> of these:
>>> >>
>>> >> rsync -avz  /home/test/cat/ test@192.168.125.133:cat
>>> >>
>>> >> rsync -avz  /home/test/cat  test@192.168.125.133:
>>> >>
>>> >>
>>> >> -Original Message-
>>> >> From: bruce
>>> >> Sent: Apr 17, 2020 11:28 AM
>>> >> To: Community support for Fedora users
>>> >> Subject: Re: rsync error... can i ask for help here??
>>> >>
>>> >> ok..
>>> >>
>>> >> as user "test" on the local machine. there's a test on the remote as
>>> well
>>> >> each local/remote has the dir /home/test/cat, and /home/test/cat1
>>> >> all dirs are owned by user 'test' and have '777' to make sure no
>>> weird errs happen due to owner/perms
>>> >>
>>> >> this works:
>>> >> rsync -avz  /home/test/cat  /home/test/cat1
>>> >>
>>> >> this doesn't
>>> >> rsync -avz  /home/test/cat  test@192.168.125.133:/home/test/cat
>>> >>
>>> >> generates error::
>>> >> test@192.168.125.133's password:
>>> >> sending incremental file list
>>> >> rsync: change_dir "/home/ /home/test" failed: No such file or
>>> directory (2)
>>> >>
>>> >> sent 18 bytes  received 12 bytes  5.45 bytes/sec
>>> >> total size is 0  speedup is 0.00
>>> >> rsync error: some files/attrs were not transferred (see previous
>>> errors) (code 23) at main.c(1039) [sender=3.0.6]
>>> >>
>>> >> unless rsync cant be used with ssh/password.. can't figure out why
>>> this is failing
>>>

Re: rsync error... can i ask for help here??

2020-04-17 Thread bruce
Hi Roger,

what does ssh  test@192.168.125.133 pwd   return?

Yeah, I had started to question if basic ssh was the issue!

ssh test@192.168.125.133
test@192.168.125.133's password:
Activate the web console with: systemctl enable --now cockpit.socket

Last failed login: Fri Apr 17 11:30:42 EDT 2020 from 192.168.125.1 on
ssh:notty
There were 2 failed login attempts since the last successful login.
Last login: Fri Apr 17 08:12:35 2020 from 192.168.125.1

works as it's supposed to .

baby steps!




On Fri, Apr 17, 2020 at 12:02 PM Roger Heflin  wrote:

> what does ssh  test@192.168.125.133 pwd   return?
>
> On Fri, Apr 17, 2020 at 10:55 AM bruce  wrote:
> >
> > rsync -avz  /home/test/cat  test@192.168.125.133:/home/test/cat
> > test@192.168.125.133's password:
> > sending incremental file list
> > rsync: change_dir "/home/test/cat/ /home/test" failed: No such file or
> directory (2)
> >
> > sent 18 bytes  received 12 bytes  6.67 bytes/sec
> > total size is 0  speedup is 0.00
> > rsync error: some files/attrs were not transferred (see previous errors)
> (code 23) at main.c(1039) [sender=3.0.6]
> >
> > the weird thing:::
> > I'm running this as user "test"
> > I'm running from the "/home/test/cat" dir..
> >
> > could this be some sort of permissions thing??
> > /home
> > drwxrwxrwx  33 test   test 4096 Apr 17 11:23 test
> >
> > /home/test
> > drwxrwxrwx   7 test test 4096 Apr 17 11:00 cat
> >
> >
> >
> >
> >
> > On Fri, Apr 17, 2020 at 11:41 AM C. Linus Hicks 
> wrote:
> >>
> >> Generally speaking, when your destination directory is within the home
> directory of the destination user, you would not specify full path, as in:
> >>
> >> rsync -avz  /home/test/cat  test@192.168.125.133:cat
> >>
> >> Also, you probably don't want to copy the directory into a directory of
> the same name, so your command would probably more appropriately be one of
> these:
> >>
> >> rsync -avz  /home/test/cat/ test@192.168.125.133:cat
> >>
> >> rsync -avz  /home/test/cat  test@192.168.125.133:
> >>
> >>
> >> -Original Message-
> >> From: bruce
> >> Sent: Apr 17, 2020 11:28 AM
> >> To: Community support for Fedora users
> >> Subject: Re: rsync error... can i ask for help here??
> >>
> >> ok..
> >>
> >> as user "test" on the local machine. there's a test on the remote as
> well
> >> each local/remote has the dir /home/test/cat, and /home/test/cat1
> >> all dirs are owned by user 'test' and have '777' to make sure no weird
> errs happen due to owner/perms
> >>
> >> this works:
> >> rsync -avz  /home/test/cat  /home/test/cat1
> >>
> >> this doesn't
> >> rsync -avz  /home/test/cat  test@192.168.125.133:/home/test/cat
> >>
> >> generates error::
> >> test@192.168.125.133's password:
> >> sending incremental file list
> >> rsync: change_dir "/home/ /home/test" failed: No such file or directory
> (2)
> >>
> >> sent 18 bytes  received 12 bytes  5.45 bytes/sec
> >> total size is 0  speedup is 0.00
> >> rsync error: some files/attrs were not transferred (see previous
> errors) (code 23) at main.c(1039) [sender=3.0.6]
> >>
> >> unless rsync cant be used with ssh/password.. can't figure out why this
> is failing
> >>
> >>
> >>
> >> On Fri, Apr 17, 2020 at 11:15 AM Kai Bojens  wrote:
> >>>
> >>> Am 2020-04-17 16:41, schrieb bruce:
> >>>
> >>> > I've got an rsync error that I can't seem to resolve.  Did the
> >>> > google/testing etc.. no dice so far. Even did the irc centos chat...
> >>> > what a clusterphk.
> >>>
> >>> Please state the nature of your rsync emergency.
> >>> ___
> >>> 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/en-US/project/code-of-conduct/
> >>> List Guidelines:
> https://fedoraproject.org/wiki/Mailing_list_guidelines
> >>> List Archives:
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> >>
> >> ___
> >> users mailing list -- users@lists.fedoraproject.org
> >> To unsubscribe send an

Re: rsync error... can i ask for help here??

2020-04-17 Thread bruce
Hi Linus,

Tested your email reply.  Same error:!!

rsync -avz  /home/test/cat  test@192.168.125.133:
test@192.168.125.133's password:
sending incremental file list
rsync: change_dir "/home/test/ /home/test" failed: No such file or
directory (2)

sent 18 bytes  received 12 bytes  4.62 bytes/sec
total size is 0  speedup is 0.00
rsync error: some files/attrs were not transferred (see previous errors)
(code 23) at main.c(1039) [sender=3.0.6]
[test@foo ~]$
[test@foo ~]$ rsync -avz  /home/test/cat  test@192.168.125.133:cat
test@192.168.125.133's password:
sending incremental file list
rsync: change_dir "/home/test/ /home/test" failed: No such file or
directory (2)

sent 18 bytes  received 12 bytes  4.62 bytes/sec
total size is 0  speedup is 0.00
rsync error: some files/attrs were not transferred (see previous errors)
(code 23) at main.c(1039) [sender=3.0.6]

I'm grappling with trying to understand what rsync is doing/means regarding
the "change_dir" failing

rsync: change_dir "/home/test/ /home/test" failed: No such file or
directory (2)

the err is appearing to be regarding to something happening on the local
machine as opposed to the remote.

thanks



On Fri, Apr 17, 2020 at 11:41 AM C. Linus Hicks 
wrote:

> Generally speaking, when your destination directory is within the home
> directory of the destination user, you would not specify full path, as in:
>
> rsync -avz  /home/test/cat  test@192.168.125.133:cat
>
> Also, you probably don't want to copy the directory into a directory of
> the same name, so your command would probably more appropriately be one of
> these:
>
> rsync -avz  /home/test/cat/ test@192.168.125.133:cat
>
> rsync -avz  /home/test/cat  test@192.168.125.133:
>
>
> -Original Message-
> From: bruce
> Sent: Apr 17, 2020 11:28 AM
> To: Community support for Fedora users
> Subject: Re: rsync error... can i ask for help here??
>
> ok..
>
> as user "test" on the local machine. there's a test on the remote as well
> each local/remote has the dir /home/test/cat, and /home/test/cat1
> all dirs are owned by user 'test' and have '777' to make sure no weird
> errs happen due to owner/perms
>
> this works:
> rsync -avz  /home/test/cat  /home/test/cat1
>
> this doesn't
> rsync -avz  /home/test/cat  test@192.168.125.133:/home/test/cat
>
> generates error::
> test@192.168.125.133's password:
> sending incremental file list
> rsync: change_dir "/home/ /home/test" failed: No such file or directory (2)
>
> sent 18 bytes  received 12 bytes  5.45 bytes/sec
> total size is 0  speedup is 0.00
> rsync error: some files/attrs were not transferred (see previous errors)
> (code 23) at main.c(1039) [sender=3.0.6]
>
> unless rsync cant be used with ssh/password.. can't figure out why this is
> failing
>
>
>
> On Fri, Apr 17, 2020 at 11:15 AM Kai Bojens  wrote:
>
>> Am 2020-04-17 16:41, schrieb bruce:
>>
>> > I've got an rsync error that I can't seem to resolve.  Did the
>> > google/testing etc.. no dice so far. Even did the irc centos chat...
>> > what a clusterphk.
>>
>> Please state the nature of your rsync emergency.
>> ___
>> 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/en-US/project/code-of-conduct/
>> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
>> List Archives:
>> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
>>
> ___
> 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/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
>
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: rsync error... can i ask for help here??

2020-04-17 Thread bruce
rsync -avz  /home/test/cat  test@192.168.125.133:/home/test/cat
test@192.168.125.133's password:
sending incremental file list
rsync: change_dir "/home/test/cat/ /home/test" failed: No such file or
directory (2)

sent 18 bytes  received 12 bytes  6.67 bytes/sec
total size is 0  speedup is 0.00
rsync error: some files/attrs were not transferred (see previous errors)
(code 23) at main.c(1039) [sender=3.0.6]

the weird thing:::
I'm running this as user "test"
I'm running from the "/home/test/cat" dir..

could this be some sort of permissions thing??
/home
drwxrwxrwx  33 test   test 4096 Apr 17 11:23 test

/home/test
drwxrwxrwx   7 test test 4096 Apr 17 11:00 cat





On Fri, Apr 17, 2020 at 11:41 AM C. Linus Hicks 
wrote:

> Generally speaking, when your destination directory is within the home
> directory of the destination user, you would not specify full path, as in:
>
> rsync -avz  /home/test/cat  test@192.168.125.133:cat
>
> Also, you probably don't want to copy the directory into a directory of
> the same name, so your command would probably more appropriately be one of
> these:
>
> rsync -avz  /home/test/cat/ test@192.168.125.133:cat
>
> rsync -avz  /home/test/cat  test@192.168.125.133:
>
>
> -Original Message-
> From: bruce
> Sent: Apr 17, 2020 11:28 AM
> To: Community support for Fedora users
> Subject: Re: rsync error... can i ask for help here??
>
> ok..
>
> as user "test" on the local machine. there's a test on the remote as well
> each local/remote has the dir /home/test/cat, and /home/test/cat1
> all dirs are owned by user 'test' and have '777' to make sure no weird
> errs happen due to owner/perms
>
> this works:
> rsync -avz  /home/test/cat  /home/test/cat1
>
> this doesn't
> rsync -avz  /home/test/cat  test@192.168.125.133:/home/test/cat
>
> generates error::
> test@192.168.125.133's password:
> sending incremental file list
> rsync: change_dir "/home/ /home/test" failed: No such file or directory (2)
>
> sent 18 bytes  received 12 bytes  5.45 bytes/sec
> total size is 0  speedup is 0.00
> rsync error: some files/attrs were not transferred (see previous errors)
> (code 23) at main.c(1039) [sender=3.0.6]
>
> unless rsync cant be used with ssh/password.. can't figure out why this is
> failing
>
>
>
> On Fri, Apr 17, 2020 at 11:15 AM Kai Bojens  wrote:
>
>> Am 2020-04-17 16:41, schrieb bruce:
>>
>> > I've got an rsync error that I can't seem to resolve.  Did the
>> > google/testing etc.. no dice so far. Even did the irc centos chat...
>> > what a clusterphk.
>>
>> Please state the nature of your rsync emergency.
>> ___
>> 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/en-US/project/code-of-conduct/
>> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
>> List Archives:
>> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
>>
> ___
> 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/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
>
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: rsync error... can i ask for help here??

2020-04-17 Thread bruce
hey six...

rsync error: some files/attrs were not transferred (see previous errors)
(code 23) at main.c(1039) [sender=3.0.6]
[test@foo cat]$ echo $?
23



On Fri, Apr 17, 2020 at 11:29 AM sixpack13  wrote:

> On 17.04.20 16:41, bruce wrote:
> > Hey group.
> >
> > I've got an rsync error that I can't seem to resolve.  Did the
> > google/testing etc.. no dice so far. Even did the irc centos chat...
> > what a clusterphk.
> >
> > Is it ok to ask here?
> >
>
> man rsync (scroll down, down, down, down ... :-) )
>
> has exit status codes.
>
> so what was yours ?
>
>
> echo $?
>
> directly after the rsync command run will show the exit code
>
> --
> sixpack13
> ___
> 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/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
>
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: rsync error... can i ask for help here??

2020-04-17 Thread bruce
by the way

from the remote VM.. back to the local..

this works..


rsync -avz test@192.168.1.45:/home/test/cat /home/test/cat


On Fri, Apr 17, 2020 at 11:29 AM sixpack13  wrote:

> On 17.04.20 16:41, bruce wrote:
> > Hey group.
> >
> > I've got an rsync error that I can't seem to resolve.  Did the
> > google/testing etc.. no dice so far. Even did the irc centos chat...
> > what a clusterphk.
> >
> > Is it ok to ask here?
> >
>
> man rsync (scroll down, down, down, down ... :-) )
>
> has exit status codes.
>
> so what was yours ?
>
>
> echo $?
>
> directly after the rsync command run will show the exit code
>
> --
> sixpack13
> ___
> 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/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
>
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: rsync error... can i ask for help here??

2020-04-17 Thread bruce
ok..

as user "test" on the local machine. there's a test on the remote as well
each local/remote has the dir /home/test/cat, and /home/test/cat1
all dirs are owned by user 'test' and have '777' to make sure no weird errs
happen due to owner/perms

this works:
rsync -avz  /home/test/cat  /home/test/cat1

this doesn't
rsync -avz  /home/test/cat  test@192.168.125.133:/home/test/cat

generates error::
test@192.168.125.133's password:
sending incremental file list
rsync: change_dir "/home/ /home/test" failed: No such file or directory (2)

sent 18 bytes  received 12 bytes  5.45 bytes/sec
total size is 0  speedup is 0.00
rsync error: some files/attrs were not transferred (see previous errors)
(code 23) at main.c(1039) [sender=3.0.6]

unless rsync cant be used with ssh/password.. can't figure out why this is
failing



On Fri, Apr 17, 2020 at 11:15 AM Kai Bojens  wrote:

> Am 2020-04-17 16:41, schrieb bruce:
>
> > I've got an rsync error that I can't seem to resolve.  Did the
> > google/testing etc.. no dice so far. Even did the irc centos chat...
> > what a clusterphk.
>
> Please state the nature of your rsync emergency.
> ___
> 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/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
>
___
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/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


  1   2   3   4   5   6   >