Re: USB wireless rtl8822b Driver strange

2019-11-26 Thread Samuel Sieb
On 11/25/19 9:30 PM, Robert McBroom via users wrote: Compiled driver from GitHub for USB wireless from FayTun.  The device is recognized and connects.  The console gets a stream as follows: - WIFI-LPS_CTRL_PHYDM [ 2664.623537] RTW: rtl8822b_set_FwPwrMode_cmd(wlp0s29f7u7): HW port id=0 [ 2664.62

sshd on F31 : strange problem with login with keys's

2019-11-26 Thread Jouk Jansen
Hi All, I'm trying to setup an ssh-server on F31 which logs a user in without a password, but with a key-exchange. I generated all the keys and placed them in the right locations. It still asks for the password. Than comes the strange : I stoped the service by "systemctl stop sshd" and did run "a

Re: sshd on F31 : strange problem with login with keys's

2019-11-26 Thread Sam Varshavchik
Jouk Jansen writes: Hi All, I'm trying to setup an ssh-server on F31 which logs a user in without a password, but with a key-exchange. I generated all the keys and placed them in the right locations. It still asks for the password. Than comes the strange : I stoped the service by "systemctl st

Re: sshd on F31 : strange problem with login with keys's

2019-11-26 Thread George N. White III
On Tue, 26 Nov 2019 at 08:36, Jouk Jansen wrote: > Hi All, > > I'm trying to setup an ssh-server on F31 which logs a user in without a > password, but with a key-exchange. I generated all the keys and placed them > in the right locations. It still asks for the password. > > Than comes the strange

Re: sshd on F31 : strange problem with login with keys's

2019-11-26 Thread Ed Greshko
On 2019-11-26 20:27, Jouk Jansen wrote: > I'm trying to setup an ssh-server on F31 which logs a user in without a > password, but with a key-exchange. I generated all the keys and placed them > in the right locations. It still asks for the password. > > Than comes the strange : I stoped the service

Re: (fedora) Re: sshd on F31 : strange problem with login with keys's

2019-11-26 Thread Jouk Jansen
Sam Varshavchik wrote on 26-NOV-2019 14:09:36.69 >Jouk Jansen writes: > >> Hi All, >> >> I'm trying to setup an ssh-server on F31 which logs a user in without a >> password, but with a key-exchange. I generated all the keys and placed them >> in the right locations. It still asks for the password.

Re: (fedora) Re: sshd on F31 : strange problem with login with keys's

2019-11-26 Thread Jouk Jansen
George N. White III wrote on 26-NOV-2019 14:26:34.37 >On Tue, 26 Nov 2019 at 08:36, Jouk Jansen >wrote: > >> Hi All, >> >> I'm trying to setup an ssh-server on F31 which logs a user in without a [snip] >> Question : why does is work with just running "/usr/sbin/sshd" but not wi= >th >> "systemctl

Re: Prevent turning off external monitor when playing audio though HDMI

2019-11-26 Thread Rex Dieter
Robert Mihaly wrote: > I'll try to ask over at Spotify as well. Is this[1] the API you > mentioned? > > [1]: https://www.freedesktop.org/wiki/Software/systemd/inhibit/ I believe so, yes. -- Rex ___ users mailing list -- users@lists.fedoraproject.org

Re: f31 : pkgconfig.exists( 'uuid-dev' ) false but installed

2019-11-26 Thread Adrian Sevcenco
On 11/25/19 9:34 PM, Samuel Sieb wrote: On 11/25/19 8:01 AM, Adrian Sevcenco wrote: [xrootdtest@c340sev xrootd]$ python3 Python 3.7.5 (default, Oct 17 2019, 12:16:48) [GCC 9.2.1 20190827 (Red Hat 9.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information.  >>> impor

Re: f31 : pkgconfig.exists( 'uuid-dev' ) false but installed

2019-11-26 Thread Sjoerd Mullender
On 26/11/2019 15.44, Adrian Sevcenco wrote: > On 11/25/19 9:34 PM, Samuel Sieb wrote: >> On 11/25/19 8:01 AM, Adrian Sevcenco wrote: >>> [xrootdtest@c340sev xrootd]$ python3 >>> Python 3.7.5 (default, Oct 17 2019, 12:16:48) >>> [GCC 9.2.1 20190827 (Red Hat 9.2.1-1)] on linux >>> Type "help", "copyr

Re: f31 : pkgconfig.exists( 'uuid-dev' ) false but installed

2019-11-26 Thread Michael Schwendt
On Tue, 26 Nov 2019 15:44:21 +0100, Adrian Sevcenco wrote: > > Why are you looking for 'uuid-dev'?  It's just "uuid". > sorry this is a typo .. yes i (they) check for uuid > https://github.com/xrootd/xrootd/blob/master/packaging/wheel/setup.py#L61 > > python3 > Python 3.7.5 (default, Oct 17 201

Re: Sharing a USB drive with Samba ?

2019-11-26 Thread linux guy
I did the following: sudo setsebool -P samba_export_all_rw on. This should allow read/write to any directory without using samba_share_t. I get the same behavior. I can mount the drive to a shared directory and read it on the server, but not on the client. I don't get a permissions error. The

openssl : 1.0.2k-fips vs. 1.1.1d

2019-11-26 Thread Adrian Sevcenco
Does anyone have a pointer or idea what changed in terms of ciphers or algos or curves between the two versions? i have 2 pierces of software : the server which is java based and the client (python based, websockets) on centos7 1.0.2.k-fips i can connect to the localhost but in fedora{30,31

Re: (fedora) Re: sshd on F31 : strange problem with login with keys's

2019-11-26 Thread Tom Horsley
Try running the ssh command which is attempting to login with the -v -v -v options, then you can see what it is trying and what didn't work. If it is an old enough system it may not share any ciphers with the new f31 system as they have disabled a lot of old ciphers by default. ___

Re: f31 : pkgconfig.exists( 'uuid-dev' ) false but installed

2019-11-26 Thread Samuel Sieb
On 11/26/19 6:44 AM, Adrian Sevcenco wrote: python3 Python 3.7.5 (default, Oct 17 2019, 12:16:48) [GCC 9.2.1 20190827 (Red Hat 9.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import pkgconfig >>> print( pkgconfig.exists( 'uuid' )) False Can anybody

Fc30 -> FC31 : Can't rename interfaces. FC30 worked.

2019-11-26 Thread Sean Darcy
Just upgraded to FC31. It's a multihomed machine used as a router. One interface "external" goes to the cable modem. The other interface "internal" goes to a switch. cat /etc/sysconfig/network-scripts/ifcfg-external | grep -v \# TYPE=Ethernet BOOTPROTO=dhcp DEVICE=external ONBOOT=yes DEFROUTE=yes

Anyone using Anydesk or could test it ?

2019-11-26 Thread sixpack13
Hallo is anyone using Anydesk or could test it ? https://anydesk.com/en/downloads/linux since the F31-updates during the last week I'm unable to work with anydesk anymore. Problem: During the start of an connection a completely blank dialog box pops up. Usually it's an dialog to allow the c

Anyone using Anydesk or could test it ?

2019-11-26 Thread sixpack13
Hallo is anyone using Anydesk or could test it ? https://anydesk.com/en/downloads/linux since the F31-updates during the last week I'm unable to work with anydesk anymore. I'm using Xorg not wayland. Problem: During the start of an connection a completely blank dialog box pops up. Usually it'

Re: Anyone using Anydesk or could test it ?

2019-11-26 Thread sixpack13
bad reply from me, please ignore ! ___ 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 Guid

Re: openssl : 1.0.2k-fips vs. 1.1.1d

2019-11-26 Thread Todd Zullinger
Adrian Sevcenco wrote: > Does anyone have a pointer or idea what changed in terms > of ciphers or algos or curves between the two versions? > > i have 2 pierces of software : the server which is java > based and the client (python based, websockets) > > on centos7 1.0.2.k-fips i can connect to th

Re: Sharing a USB drive with Samba ?

2019-11-26 Thread Ed Greshko
On 2019-11-26 02:58, linux guy wrote: > Hi people. > > I'm running Samba on Fedora 31.  It's working great. > > I want to share a USB drive using Samba.  I've tried mounting it to a > directory within a Samba share and it does work due to permission errors.  > > - I create the mount directory (USB

Re: google cloud print ending

2019-11-26 Thread Stephen Morris
On 24/11/19 05:58, George N. White III wrote: On Sat, 23 Nov 2019 at 10:33, Neal Becker > wrote: So what to do now?  On my android device, I installed a mopria app, and it finds my brother laser printer just fine.  But to print from my linux desktop, I

Re: f31 : pkgconfig.exists( 'uuid-dev' ) false but installed

2019-11-26 Thread Stephen Morris
On 27/11/19 04:56, Samuel Sieb wrote: On 11/26/19 6:44 AM, Adrian Sevcenco wrote: python3 Python 3.7.5 (default, Oct 17 2019, 12:16:48) [GCC 9.2.1 20190827 (Red Hat 9.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information.  >>> import pkgconfig  >>> print( pkgconf

Re: f31 : pkgconfig.exists( 'uuid-dev' ) false but installed

2019-11-26 Thread Adrian Sevcenco
On 11/27/19 3:08 AM, Stephen Morris wrote: On 27/11/19 04:56, Samuel Sieb wrote: On 11/26/19 6:44 AM, Adrian Sevcenco wrote: python3 Python 3.7.5 (default, Oct 17 2019, 12:16:48) [GCC 9.2.1 20190827 (Red Hat 9.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more informatio

Re: (fedora) Re: sshd on F31 : strange problem with login with keys's

2019-11-26 Thread Jouk Jansen
Tom Horsley wrote on 26-NOV-2019 19:05:50.24 >Try running the ssh command which is attempting to >login with the -v -v -v options, then you can see what it Does not learn me much (I added the log below). They are different from line 99 when a 1 or 0 is returned which enables/disables the key-logi