Re: VPN routing differences

2023-02-03 Thread Kevin Becker
On Thu, Feb 2, 2023, at 5:53 AM, Tibor Attila Anca wrote:
> The most significant difference (for me) is the output of resolvectl. With 
> Network-Manager vpn I get this in the section Global:
> 
> Global
>Protocols: LLMNR=resolve -mDNS -DNSOverTLS DNSSEC=no/unsupported
> resolv.conf mode: stub
> 
> With Cisco VPN this section looks like this:
> 
> Global
>  Protocols: LLMNR=resolve -mDNS -DNSOverTLS DNSSEC=no/unsupported
>   resolv.conf mode: foreign
> Current DNS Server: 192.168.3.133
>DNS Servers: 192.168.3.33 192.168.3.133
> DNS Domain: fritz.box ***-***.de
> The entry with the stars is the vpn Domain of my company.
> 
> Could this be the relevant part?
> 
> The strange thing is: if I terminate the vpn connection with the Cisco client 
> and activete it through network-manager, the Global section gives me the DNS 
> Domain of my company. But after a restart of the system the network-manager 
> vpn does not make that entry/change on its own.
> 

This article gives an overview of how systemd-resolved works with a VPN.
https://fedoramagazine.org/systemd-resolved-introduction-to-split-dns/

You might just need to manually add your company DNS and/or search domains to 
the OpenConnect VPN network connection you created.  You can use 
nm-connection-editor to configure the specific DNS and search domains for your 
corporate network specifically just for the VPN network connection.  My 
workplace uses two domains for internal resources but only one is provided via 
the VPN DHCP I always need to manually tweak the settings when I set up the VPN.___
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: WSL

2022-04-05 Thread Kevin Becker
At some point a few years ago I paid for Whitewater Foundry's Fedora
Remix for WSL.  It worked reasonably well and I don't recall any
particular issues with it but for my purposes, if I'm using WSL, it
seems preferable to "go with the flow" and use ubuntu as that seems to
be what the WSL crew expect people to be using.



On Tue, 2022-04-05 at 09:14 +0200, Patrick Dupre wrote:
> Hello,
> 
> Does somebody have experience with fedora and WSL?
> https://docs.microsoft.com/en-us/windows/wsl/install
> 
> Thanks
> 
> =
> ==
>  Patrick DUPRÉ | | email:
> pdu...@gmx.com
>  Laboratoire interdisciplinaire Carnot de Bourgogne
>  9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
>  Tel: +33 (0)380395988    | | Room# D114A
> =
> ==
> ___
> 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


Re: Picking a new laptop

2022-02-01 Thread Kevin Becker


On Tue, 2022-02-01 at 09:28 -0400, George N. White III wrote:
> 
> I recommend looking for a model from a couple years ago -- long
> enough for user reports of any issues to be findable by Google.
> 
> At present, large organizations are replacing relatively new laptops
> that won't run Windows 11 (e.g., some models of Dell Latitude 7480, 
> but see Setting up Linux in 7480 - Dell Community) so you might want 
> to check Dell's "refurbished" systems or eBay.  One problem is that
> such
> laptops are often sold with a variety of wifi cards, so you may
> need to swap in a more linux-friendly component.   Higher end
> Dell and Lenovo are generally easier to service than some
> consumer laptops, but you can often find online instructions for 
> SSD and wifi upgrades.  

I've run fedora for years on an old Dell Latitude E7440 and it still
works great.  Very easy to upgrade and service as well.  I also have it
running on a newer XPS13, not sure which specific version but it's a
least 3 years old, and it also has run great with no issues at all.

___
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: openvpn-client@nbecker8 won't start

2021-12-22 Thread Kevin Becker
> On Dec 21, 2021, at 5:13 PM, Jonathan Billings  wrote:
> 
> On Dec 21, 2021, at 14:03, Kevin Becker  wrote:
>> 
>> Probably selinux.  I have these notes for configuring a commercial VPN 
>> provider to work.
>> 
>>  sudo ausearch -c 'openvpn' --raw | audit2allow -M my-openvpn
>>  sudo semodule -X 300 -i my-openvpn.pp
> 
> Ack!  That’s not good advice. That’s basically saying: “whatever broken 
> settings you have currently, let it be allowed” blindly. Is it set so open on 
> can read all files on your file system now?  Who knows!  Maybe now it’s 
> allowed to sniff your network traffic?  You can’t tell!  It is the selinux 
> equivalent of just “chmod 777” you see people suggest for file permission 
> problems. 
> 
> The appropriate first step is to use “restorecon” to relabel the files in 
> /etc. Most likely that would have fixed it.
> 
> The “audit2why” command might have mentioned a selinux Boolean or missing 
> setting.

I’m no selinux expert, as I mentioned the instructions came from a commercial 
VPN vendor for installing their configuration files. From my limited 
understanding though, it seems that it is just allowing the actions that 
openvpn specifically tried to perform and failed.  Is the risk there that 
openvpn may be compromised? For the most part, I guess I’m trusting that if 
openvpn tried to access something, it likely needed to access 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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: openvpn-client@nbecker8 won't start

2021-12-21 Thread Kevin Becker
On Tue, 2021-12-21 at 11:40 -0500, Neal Becker wrote:
> I had a drive crash on a server running F34.  After replacing the
> drive and installing F35, I can't get openvpn-client@nbecker8 to
> start.  journalctl says:
> Dec 21 11:26:14 nbecker8 openvpn[80875]: Options error: In
> [CMD-LINE]:1: Error opening configuration file:
> /etc/openvpn/client/nbecker8.conf
> 
> The file is there, and I don't see how there might be a permissions
> issue (I even tried chmod 755 /etc/openvpn/client).  All the files in
> /etc/openvpn are root.openvpn.
> 
> I'm stumped how to debug this.
> 
> If I run opevpn --config /etc/openvpn/client/nbecker8.conf, it works.
> 
> Any ideas what's wrong or how to debug?

Probably selinux.  I have these notes for configuring a commercial VPN
provider to work.

 sudo ausearch -c 'openvpn' --raw | audit2allow -M my-openvpn
 sudo semodule -X 300 -i my-openvpn.pp


___
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: accessing a fedora box (latest fedora 35) from Windows using PuTTY/WinSCP only possible with userid/password

2021-11-20 Thread Kevin Becker


> On Nov 20, 2021, at 9:24 AM, Walter H. via users 
>  wrote:
> 
> /var/log/secure shows this:
> Nov 20 15:11:33 lxfedora sshd[2584]: userauth_pubkey: key type ssh-rsa not in 
> PubkeyAcceptedAlgorithms [preauth]
> 
> so the question is:  what is the default value of this 
> 'PubkeyAcceptedAlgorithms', in order to set it to the default PLUS 'ssh-rsa';
> 
> 

This is handled by the system-wide crypto policies.  I’m sure there is a way to 
create a custom crypto policy to tweak this one parameter but I’ve never done 
it.  You can roll everything back to LEGACY with

update-crypto-policies --set LEGACY

Or you can target a specifc older release:

update-crypto-policies --set DEFAULT:FEDORA32

To bring it back to the current default policy:

update-crypto-policies --set DEFAULT

However rather than change the policy on fedora, I think the recommendation 
would be to regenerate your putty key with a stronger algorithm and/or key 
length and copy the new public key to your other boxes.




signature.asc
Description: Message signed with OpenPGP
___
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: Expired Fedora Webpage Cert?

2021-07-29 Thread Kevin Becker
On Wed, 2021-07-28 at 08:43 -0700, Doug H. wrote:
> On Wed, Jul 28, 2021, at 8:28 AM, Jonathan Billings wrote:
> > On Wed, Jul 28, 2021 at 11:06:47AM -0400, John Mellor wrote:
> > > Is it just me, or is the web page cert expired this morning at
> > > https://askbot.fedoraproject.org/ ?
> > 
> > Looks like it.  This is usually how I check these things:
> > 
> > $ openssl s_client -connect askbot.fedoraproject.org:443 <
> > /dev/null 
> > 2>/dev/null | openssl x509 -noout -enddate
> > notAfter=Jul 26 23:11:05 2021 GMT
> > 
> > So it expired a little less than two days ago.
> 
> 
> It is a Let's Encrypt cert so they are only good for three months and
> should be auto renewed by a cronjob. I suspect the cronjob needs to
> be looked at.
> 

They just recently shut down the ACME V1 API.  I suspect they were
running an older ACME client that needs to be updated (ask me how I
know).



___
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: Strange VPN behaviour

2021-05-20 Thread Kevin Becker

On Thu, 2021-05-20 at 12:59 +, Anca, Tibor wrote:
> Am Donnerstag, dem 20.05.2021 um 19:33 +0800 schrieb Ed Greshko:
> > Does
> > 
> > host host.name.de 192.168.3.33
> > 
> > Return the IP address you expect?
> Yes. But it also returns:
> 
> Host xyz not found: 3(NXDOMAIN)

Are you trying to use just the hostname without the fully qualified
domain name?

systemd resolved won't modify the nameservers listed in
/etc/resolv.conf.  It uses different name servers based on the
interface.  It won't query your VPN name servers if you only specify a
hostname.  It will only use your VPN name servers if you specify a
domain name that matches the domain names of your VPN.

This article gives a good overview of how it works, including on vpns.

https://fedoramagazine.org/systemd-resolved-introduction-to-split-dns/


___
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: Strange VPN behaviour

2021-05-19 Thread Kevin Becker

> On May 19, 2021, at 5:52 PM, Anca, Tibor  wrote:
> 
> 
> I i use openconnect (which I prefer, because it keeps my network printer
> available), it doenst do almost anything with resolve.conf. It only adds
> a search entry, no dns, nothing. In this case I have to enter the ip
> address of the services I need within the vpn network. I can resolve
> this by adding an entry into hosts.conf, but nevertheless this bugs me.

Is the search domain that is added to resolv.conf the correct domain for your 
work that you are trying to access?  I have two domains at my workplace and 
only one of them gets pushed out by the VPN DHCP service so in order to resolve 
anything in the other domain I have to add it myself.  I use 
nm-connection-editor to modify the IPV4 settings for my VPN adapter to add both 
desired search domains.  Systemd-resolved has per-adapter DNS servers and will 
only query the VPN DNS servers for domains that are specified in the search 
domain for that adapter.

___
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: UniFi Public Key Authentication

2021-04-26 Thread Kevin Becker
On Apr 26, 2021, at 9:56 PM, Kevin Becker  wrote:
> 
> 
> It turns out the one thing that had slipped my mind was the updated crypto 
> policy in Fedora 33. Running "update-crypto-policies --set DEFAULT:FEDORA32”  
> solved the issue for now.  The next step is to figure out what was deprecated 
> and see if I can override it in my .ssh/config file for the UniFi hosts 
> rather than changing the crypto policy system-wide.
> 

Adding "PubkeyAcceptedKeyTypes +ssh-rsa” to my .ssh/config entries for each of 
the UniFi hosts has resolved the issue without downgrading the crypto policy 
system wide.

___
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: UniFi Public Key Authentication

2021-04-26 Thread Kevin Becker

> On Apr 26, 2021, at 5:20 PM, Jack Craig  wrote:
> 
> have you googled 'linux ssh how to login without password'  ??

Weirdly that query didn’t return anything specific to Fedora guests (and only 
Fedora guests) not being able to use public key authentication to a specific 
subset of hosts while working perfectly fine on other hosts.  I’m very familiar 
with public key authentication.  As I stated I can ssh “without a password” 
from my Fedora computers to multiple different hosts just fine.  And I can log 
in to the unifi gear “without a password” from multiple different machines so 
long as they are not running Fedora. 

It turns out the one thing that had slipped my mind was the updated crypto 
policy in Fedora 33. Running "update-crypto-policies --set DEFAULT:FEDORA32”  
solved the issue for now.  The next step is to figure out what was deprecated 
and see if I can override it in my .ssh/config file for the UniFi hosts rather 
than changing the crypto policy system-wide.

___
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


UniFi Public Key Authentication

2021-04-26 Thread Kevin Becker
I'm at a bit of a loss on this one so I thought I'd see if anyone has
any other suggestions.

My home network is all Ubiquity UniFi gear.  I have a USG-3P router, a
few switches and one AP.  There is a UniFi controller app that
centrally handles the configuration of the devices, including managing
SSH access.  You enter a public key in the controller software and it
distributes it to all the devices automatically.  I rarely actually SSH
into any of the devices so I don't know when this stopped working but
at some point it did work.  I have the public keys for my desktop and
laptop, both running Fedora 33, in the controller but when I attempt to
SSH I am prompted for the UniFi admin password rather than my private
key password. I don't get any sort of cipher mismatch or any other
error, it just prompts for the account password.

Things I've tried:
* Verified permissions on ~/.ssh
* I can still SSH into many other hosts and they all accept my RSA key
just fine 
* I removed and re-added the keys in the USG controller
* The fingerprint of the keys, as displaying in the controller
software, matches the fingerprint in seahorse (Passwords and Keys)
* Verified public key auth works to the UniFi gear from several other
devices I have, including a Macbook, iPhone, Raspberry Pi, and an
Ubuntu VM
* I built a fresh Fedora 33 virtual machine, added its public key, and
it has the same issue
* I verified the keys are actually being copied to the authorized_keys
on several different UniFi boxes
* Comparing keys to my MacBook, both are RSA and have a length of 3072

Essentially any Fedora box I've tried won't do public key auth to any
of the UniFi gear but they all authenticate fine everywhere else, and
every non-Fedora device I've tried can authenticate to the UniFi stuff.
The UniFi gear doesn't even all run the same OS, the USG runs EdgeOS
and has the keys in .ssh/authorized_keys but the switches have a
busybox shell and use dropbear for ssh with the keys at
/etc/dropbear/authorized_keys

I can just use the password for SSH, it's very rare that I actually
have any reason to do it at all, it's just the puzzle that is driving
me crazy.


___
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 Kevin Becker
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


Re: Windows 10 + F33 + SSD + RAID

2021-01-29 Thread Kevin Becker
Yes, it was a Dell for me as well.  I have an XPS 13 which is odd since you can 
buy it with Linux pre-loaded, but if you get the Windows version is ships with 
this weird RAID config by default.  It has only one drive and I don’t even 
think there is an option for two so the RAID setting makes no sense.

> On Jan 29, 2021, at 10:44 PM, Greg Woods  wrote:
> 
> 
> 
> On Fri, Jan 29, 2021 at 6:25 PM Kevin Becker  <mailto:ke...@kevinbecker.org>> wrote:
> I had the same issue and this article worked for me.  
> 
> https://support.thinkcritical.com/kb/articles/switch-windows-10-from-raid-ide-to-ahci
>  
> <https://support.thinkcritical.com/kb/articles/switch-windows-10-from-raid-ide-to-ahci>
> 
> Dell seems to be the "culprit". I have a Dell desktop where I had almost the 
> same problem, except it was only with the NVME drive. If the BIOS was set to 
> RAID mode, Windows boots and runs normally. Linux will also boot and run, 
> since it is installed on a separate non-NVME drive, but it can't see the 
> Windows partitions, which unfortunately includes /boot/efi. So I can't do any 
> kernel updates (and who knows what else) unless I manually set the SATA mode 
> to AHCI in the BIOS, in which case Linux will boot and see all the drives, 
> but Windows will not boot. This has led to the very annoying position of 
> having to fiddle with the BIOS every time I want to switch OS's. I'll try the 
> process in that article. Thanks for the pointer!
> 
> Now if I can only figure out why this damn machine won't resume from 
> hibernation properly. Windows can do it, so I'll bet it's a configuration 
> issue somewhere.
> 
> --Greg
>  
> ___
> 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: Windows 10 + F33 + SSD + RAID

2021-01-29 Thread Kevin Becker
I had the same issue and this article worked for me.  

https://support.thinkcritical.com/kb/articles/switch-windows-10-from-raid-ide-to-ahci



On Fri, 2021-01-29 at 14:12 -0800, Paolo Galtieri wrote:
> Folks,
>    I have a new dell laptop.  I tried to install Fedora 33 on it, but
> it 
> failed to find any disks.  I searched the internet and discovered
> that 
> if my BIOS has RAID enabled F33 is unable to find any drives.  I 
> disabled RAID and enable AHCI and was then able to install and boot 
> F33.  I then tried to boot Windows 10.  This failed until I entered
> the 
> bitlock key.  I then went back into the BIOS and re-enabled RAID and 
> verified Windows 10 boots without error, but Fedora 33 no longer does
> since it can't find any drives.  What if I want RAID enabled?  Is
> there 
> a solution to this problem?
> 
> Paolo
> ___
> 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: USB to LAN -

2020-12-10 Thread Kevin Becker
On Dec 10, 2020, at 10:19 AM, Bob Goodwin  wrote:
> 
> Mow I have the external mybook drive connected to the NFS USB but don't know 
> how to mount the USB external drive on the NFS. Usually an icon should pop up 
> on the screen but there is no monitor connected to the NFS, only SSH from 
> this desktop.
> 


I think there may be some terminology confusion here.  It sounds to me like you 
have a NAS (network attached storage) device and you want to copy data from the 
NAS to an USB drive.  The NAS was presumably sharing files via NFS but now 
there is an issue with the NAS where you can no longer mount it to access the 
files but you can SSH into it?  Is this correct?

___
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: F33 setting search domain permanently

2020-12-03 Thread Kevin Becker
On Thu, 2020-12-03 at 12:58 +0100, p...@uni-bremen.de wrote:
> In F33 the name resolution is done via systems-resolved by default,
> not NetworkManager (and systemd-resolve was the origin of this
> thread, if I remember correctly). And /etc/resolve.conf is now a
> symbolic link managed by systemd.
> 
> systemd-resolved is configured in /etc/systemd/resolved.conf. There
> you can statically specify your name server and your search
> domain(s).
> 
> NetworkManager is still used to configure the network devices and
> connection. You can statically configure your IP address(es) in the
> usual way. I don’t know if NetworkManager can configure systems-
> resolved for you. Last time I checked it didn’t.

I used nm-connection-editor because I needed two search domains for a
VPN connection. Only one was provided by DHCP so systemd-resolved
wouldn't send DNS requests for the second domain through the tunnel
after upgrading to F33 until I manually added the additional domain.  I
can't see any reason it wouldn't work with a staticly configured LAN
connection too.  The reason I said "there are probably other ways" in
my post was because I'm still not versed enough in systemd-resolved and
didn't want to dive into the learning the format of
/etc/systemd/resolved.conf and spinning up a VM to test 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


Re: F33 setting search domain permanently

2020-12-02 Thread Kevin Becker
On Wed, 2020-12-02 at 13:10 +0100, Jouk Jansen wrote:
> Hi All,
> 
> I would like to set the search domian permanently. I can set it with
>   resolvectl domain device domain.nl
> but after a restart the definition is gone. How do I set it
> permanently?

There are probably multiple ways to do it, but I would use nm-
connection-editor to add it in the "additional search domains" box in
the IPV4 tab.


___
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: Waterfox?

2020-11-21 Thread Kevin Becker
On Fri, 2020-11-20 at 16:30 -0800, ToddAndMargo via users wrote:
> For instance, I have both a home and a business Amazon
> account.  Switching back and forth between the two
> is a YUGE pain in the   Especially since the
> cookies and such still get mixed up even when I log
> out and into another account.  So I stick the home
> account in Firefox  and the business account in Brave.
> Problem solved.

Just as another suggestion, you can use container tabs in Firefox to
handle the business vs home account scenario. I use Firefox exclusively
and the only issues I've seen were solved by just changing my user
agent to make the web server think I was in a "supported" browser.

___
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: FYI: f33 crypto change ramifications

2020-11-03 Thread Kevin Becker
On Tue, 2020-11-03 at 10:31 -0500, Tom Horsley wrote:
> The default crypto policy changed once again in fedora 33,
> which I didn't notice till I started trying to use rsync to
> update my web pages on hostgator (which, by default, uses rsa
> keys).
> 
> Kept asking for my password even though I had the keys loaded
> into the agent. Very mysterious till I finally started poking
> around on the internet and found this:
>   
> https://dev.to/bowmanjd/upgrade-ssh-client-keys-and-remote-servers-after-fedora-33-s-new-crypto-policy-47ag
> 
> Adding a line to in ~/.ssh/config worked:
> 
> Host tomhorsley.com
> Port 
> PubkeyAcceptedKeyTypes +ssh-rsa

You can also go back to the old crypto policy with:
update-crypto-policies --set LEGACY

___
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: X Org Server is abandonware

2020-10-27 Thread Kevin Becker
https://i0.kym-cdn.com/entries/icons/facebook/000/019/304/old.jpg


On Tue, 2020-10-27 at 10:25 -0500, Roger Heflin wrote:
> I think it is simple, in my experience your assertions are right on
> the money.  They can't be bothered to learn it and/or they aren't
> good
> enough to learn it.  If it is difficult for them to learn and/or they
> cannot learn it then they are doomed to failure on the re-write as
> they simply aren't good enough developers to redo it .    Act like a
> developer: when your car runs badly, just melt it down and rebuild it
> from scratch, that must be easier than understanding how it is broken
> and fixing it.
> 
> Not sure how one believes if they cannot debug the last
> script/program
> they wrote (or someone else did) that the new script/program will be
> any different.   Developers seems to believe that all previous
> authors
> were incompetent and did things for no good reason and that they can
> do a significantly better job this time so want to start over.  Too
> many people have told me that unlike the past team that failed using
> a
> given process,this time we are going to do it the exact same way but
> we are going to be perfect and not have the same issues and not fail.
> 
> On Tue, Oct 27, 2020 at 12:04 AM Tim via users
>  wrote:
> > 
> > On Mon, 2020-10-26 at 08:46 -0300, George N. White III wrote:
> > > One of the motivations for Wayland was that the X.Org was
> > > becoming
> > > unmaintainable and suffered from design choices that are no
> > > longer
> > > relevant.
> > 
> > Is it really unmaintainable, or is it that programmers just cannot
> > be
> > arsed to learn how to maintain someone else's code?
> > 
> > And how does one person determine that some features are no-longer
> > needed?  It's quite clear that in several years of Wayland being
> > around
> > that various features needed by people using X have yet to be
> > implemented.
> > 
> > This whole idea of "I can't work on this, let's throw it all out
> > and
> > start again" is just incompetence.  And you'll find several OS
> > projects
> > that have spent many years, repeatedly going through that process
> > and
> > never actually coming to any fruition because of it.
> > 
> > Don't let those people near the kernel code.
> > 
> > --
> > 
> > uname -rsvp
> > Linux 3.10.0-1127.19.1.el7.x86_64 #1 SMP Tue Aug 25 17:23:54 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
___
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: Network printer

2020-08-16 Thread Kevin Becker
On Sun, 2020-08-16 at 18:55 -0400, Fred Smith wrote:
> 
> I have or have had 3 brother printers here, of three widely diverse
> generations.
> they all worked fine on Linux. the oldest one, when I initially
> connected  it up
> I used USB, and Linux (an old CentOS, probably 4.x, could I but
> remember) popped
> up a window saying such-and-such printer found, do you want it to be
> automatically
> configured? so I said yes and voila, a working printer!
> 
> the laer two, DCP-7065N and HL-L2360DW work fine with the Brother
> drivers.
> I read a review on the 2360 a while back that mentioned one of the
> "standard"
> drivers that comes with Linux also works with it, but don't recall
> which.
> 
> the 7065 is a multifunction, and using the Brother drivers, not only
> does
> it print, but the scanner works too.
> 
> Oh, all of them were connected via ethernet (even if the first
> started as USB,
> it wasn't long before I dragged a network cable over to it).
> 

I have a Brother HL-3170CDW that works with no configuration at all
with Fedora. It was autodiscovered via mDNS and is using the built-in
drivers included with Fedora.  It's wifi-capable but being in my office
near a switch anyway, I just hardwired 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


Re: NVME drive is not detected

2020-08-13 Thread Kevin Becker
You can fix your Windows install to work with AHCI.  I did this on my
Dell XPS 13 and the only issue I had was it triggered a bitlocker
recovery.  After entering the recovery key it's been all good.
https://support.thinkcritical.com/kb/articles/switch-windows-10-from-raid-ide-to-ahci
On Thu, 2020-08-13 at 11:02 -0400, Neal Becker wrote:
> I recently had a lenovo laptop with windows 10 preinstalled, and the
> nvme did not show up.  If you go into bios andturn off the raid
> setting, then it showed up.  Of course, no more windows if you do
> this.
> 
> On Thu, Aug 13, 2020 at 9:02 AM ja  wrote:
> > On Thu, 2020-08-13 at 08:48 -0400, Tom Horsley wrote:
> > 
> > > On Thu, 13 Aug 2020 10:16:26 +
> > 
> > > Alex Gurenko via users wrote:
> > 
> > > 
> > 
> > > > Do you have any pointers or ideas what could it be and how to
> > fix it?
> > 
> > > 
> > 
> > > I can say that the fedora 32 live image had no problem installing
> > 
> > > on my new desktop system which only has NVME storage, so there
> > 
> > > isn't a general problem with fedora and NVME, must be something
> > 
> > > specific to that system.
> > 
> > > 
> > 
> > > You could turn the process inside out - use the windows
> > virtualization
> > 
> > > code to install fedora in a windows virtual machine, then run
> > that
> > 
> > > in full screen :-).
> > 
> > > ___
> > 
> > > 
> > 
> > 
> > 
> > It might be worth checking:
> > 
> > 
> > 
> > If the UEFI does not "see" the SSD then check
> > 
> > the status of the Protective MBR boot flag using gdisk/fdisk
> > 
> > To CLEAR the flag   gdisk /dev/sda  p ; v ; x ; n ; w ;
> > 
> > To SET/CLEAR the flag   fdisk /dev/sda  M ; i ; a ; i ; w ;
> > q ;
> > 
> > 
> > 
> > John
> > 
> > 
> > 
> > ___
> > 
> > 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: Issue w Zoom - "sharing screen"

2020-08-03 Thread Kevin Becker
When last I tried, screensharing didn't work with Wayland in the
flatpak version.  If I logged in with X instead, screensharing worked
fine.
On Mon, 2020-08-03 at 14:33 -0400, Max Pyziur wrote:
> Greetings,
> Since we're discussing Zoom, one problem that I've had is sharing a
> screen while I'm presenting.
> Situation: I've prepared a presentation/powerpoint. I open it in
> Libreoffice, I then click Slide Show -> Start from Current Slide
> Continue then with Zoom. When it's my turn to share my powerpoint,
> it's hit or miss; sometimes it works, sometimes it doesn't.
> Since Libreoffice does it as a fork, it's never clear from the Zoom
> selection which selection is for the full screen, and which is for
> the regular libreoffice screen.
> Anyone else have to deal with something like this?
> Thanks,
> max...@brama.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
___
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: Fedora Zoom? -

2020-08-03 Thread Kevin Becker
Zoom is available for Fedora as a flatpak via flathub

On Mon, 2020-08-03 at 11:51 -0400, Bob Goodwin wrote:
> I have a request from the VA to do a video interview rather than the
> usual secure text messages.
> "Do you have the ability to do a video appointment (you would need a
> computer with a camera or a tablet or a smartphone)."
> We have iPhones etc. that might work but my daughter suggests that I
> need 'Zoom' on my Fedora 32 computer since I have trouble with the
> smaller mobile devices. Is there a Linux equivalent application I can
> run from my desktop workstation?
> Bob
> --
>   Bob Goodwin - Zuni, Virginia, USAhttp://www.qrz.com/db/W2BOD
> FEDORA-32/64bit LINUX XFCE Fastmail
> POP3___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: second call for enlightenment...

2020-07-24 Thread Kevin Becker
Was it ever working or is this a newly installed system?  If it had
been working, I'd try rebooting to an older kernel.

On Fri, 2020-07-24 at 05:52 -0700, Jack Craig wrote:
> hi all,
> 
> 
> 
> my new hp elitedesktop loaded w F32 is randomly freezing.
> 
> not finding log errors, what is the community's debug guidance??
> 
> tia, jackc
> 
> ___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: Printing failure -

2020-07-21 Thread Kevin Becker
Has it ever worked in Fedora 32?  There was a bug where mDNS was
removed from nsswitch.conf when I upgraded to F32 that broke printing
for me until I added it back.
https://bugzilla.redhat.com/show_bug.cgi?id=1811935


On Tue, 2020-07-21 at 12:13 -0400, Bob Goodwin wrote:
> Earlier today I discovered that I could not print from this Fedora
> 32. It has always printed without a problem. The printer is Ethernet
> connected to my LAN. I have gone through the setup with cups, the
> fedora/gnome admin app, and now the Brother liinux install tool.
> Cups shows:HLL5100DN 
> HLL5100DN Brother HLL5100DN for CUPS  Paused -
> "could not create directory "/root/BRF": Permission denied"
> 
> The Brother install tool quits when it tries to make a test print and
> finds it can't see the printer:
> lpadmin -p HLL5100DN -v cups-brf:/ -ETest Print? [y/N] ->y
> wait 5s.lpr -P HLL5100DN /usr/share/cups/data/testprintls: cannot
> access '/etc/udev/rules.d/*.rules': No such file or directoryls:
> cannot access '/etc/udev/rules.d/*.rules': No such file or
> directoryHit Enter/Return key.
> I began writing this yesterday, this morning we tried and were able
> to print from a Mac portable via wifi so that says the printer works
> at least. Something is corrupted in my computer it appears?
> And doing "ctrl p" fails with:
> > Cups shows:HLL5100DN   
> > HLL5100DN   Brother HLL5100DN for CUPS  Paused - "could not
> > create directory "/root/BRF": Permission denied"
> > 
> > The Brother install tool quits when it tries to make a test print
> > and finds it can't see the printer:
> > lpadmin -p HLL5100DN -v cups-brf:/ -ETest Print? [y/N] ->y
> 
> Any thoughts on what to do?Bob
> -- Bob Goodwin - Zuni, Virginia, USAhttp://www.qrz.com/db/W2BOD
> FEDORA-32/64bit LINUX XFCE Fastmail
> POP3___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: I need current network interface documentation

2020-07-04 Thread Kevin Becker
You still need to type "sudo" you just don't need to enter your
password for sudo commands for a few minutes.  It doesn't make all
commands run as root.

On Fri, 2020-07-03 at 23:55 -0700, ToddAndMargo via users wrote:
> On 2020-07-03 21:59, Samuel Sieb wrote:
> > > ow in the world is that not a security hole?
> > 
> > Why would it be?  You just authenticated yourself.  Why is it a
> > problem to let you stay authenticated for a few minutes?  What do
> > you think could happen?
> 
> What?  You never foolish ran a root commandby accident (head up your
> ...) and the lack ofroot privilages saved your bacon?
> ___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: Audacity: "Error opening recording device"

2020-06-29 Thread Kevin Becker
Sorry, I was just chiming in to present the data point that it might
not just be an isolated issue.  I don't particularly need Audacity on
my laptop and it works fine on my desktop so I've mostly resigned
myself to the idea that it doesn't work, but I do try suggestions from
time to time when I come across other poeple with the same issue.

On Tue, 2020-06-30 at 10:54 +0800, Ed Greshko wrote:
> On 2020-06-30 09:47, Kevin Becker wrote:
> > I have the same issue on my laptop.  I removed the Gnome Software
> > version, which didn't necessarily appear to be a flatpak as it
> > didn't
> > say it was from flathub.org.  Nevertheless, the version I get from
> > a
> > terminal DNF install seems to have the same issue for
> > me.  Everything
> > else in the system that I've tested with seems to work just fine
> > with
> > the built-in microphone.
> 
> Well, if you're having issues and wish to seek further assistance you
> really should
> start a new thread which is separate from this one.  It never works
> out well that
> problems get intermingled.  
> 
> -- 
> 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


Re: Audacity: "Error opening recording device"

2020-06-29 Thread Kevin Becker
I have the same issue on my laptop.  I removed the Gnome Software
version, which didn't necessarily appear to be a flatpak as it didn't
say it was from flathub.org.  Nevertheless, the version I get from a
terminal DNF install seems to have the same issue for me.  Everything
else in the system that I've tested with seems to work just fine with
the built-in microphone.

On Tue, 2020-06-30 at 06:45 +0800, Ed Greshko wrote:
> On 2020-06-30 06:13, Matti Pulkkinen wrote:
> > Sreyan Chakravarty kirjoitti 30.6.2020 klo 0.44:
> > > How did you install Audacity ? From Gnome Software or DNF ?
> > 
> > Gnome Software. The source is Fedora, "registry.fedoraproject.org".
> > 
> 
> Well, Sreyan had issues with Audacity supplied by Gnome Software.
> See the thread "Audacity can't play audio on Fedora 32".
> 
> From the "SOLVED" message in the thread
> 
> All I had to do was uninstall Audacity from GNOME Software and then
> install it from DNF via:
> 
> sudo dnf install -y audacity
> 
> GNOME Software installed a Flatpak which does not work perfectly,
> whereas DNF installs a RPM along with dependencies like port-audio.
> 
> 
> Suggest you give that a try.
> 
> -- 
> 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


Re: OT: WSL2

2020-06-17 Thread Kevin Becker
I work in a primarily Windows-based environment but I have a lot of
 leeway in choosing and configuring my work computer.  I used a MacBook
Air for many years, giving me access to MS Office and other commercial
software while still having a nice unix terminal.  When it came time
for a new laptop, I couldn't deal with Apple's pricing and their
keyboard design so I ordered a Dell XPS 13 instead.  It makes more
sense for me to be using a Windows laptop for work, but I stubbornly
jumped through a lot of hoops to work with my MacBook (and I still jump
through a lot of hoops to use my Fedora machines when working from
home).  At least with WSL2 all the tools I would expect a computer to
have are available to me within Windows without needing to dual boot or
run a VM.
Also Ubuntu is not the only distro choice, but it is the most popular.
 I believe there is even a Fedora spin from a 3rd party but they charge
for it.

On Wed, 2020-06-17 at 16:32 -0300, George N. White III wrote:
> On Wed, 17 Jun 2020 at 13:54, Geoffrey Leach 
> wrote:
> > On Wed, 17 Jun 2020 08:26:15 -0500
> > 
> > Ranjan Maitra  wrote:
> > 
> > 
> > 
> > > Dear friends,
> > 
> > > 
> > 
> > > As someone who does not see the value of Windows (or MacOS), I
> > wonder
> > 
> > > what thoughts are regarding this:
> > 
> > > 
> > 
> > > 
> > https://towardsdatascience.com/dual-boot-is-dead-windows-and-linux-are-now-one-27555902a128?source=post_internal_links-0
> > --
> > 
> > > 
> > 
> > > 
> > 
> > > For me, I hope that MS does not degrade the linux experience
> > further
> > 
> > > because more people will have hopped on (assuming that this will
> > be
> > 
> > > true).
> > 
> > > 
> > 
> > > Ranjan
> > 
> > 
> > 
> > An interesting concept, but it seems to be a hook into Windows and
> > 
> > Unbutu, neither of which do I find very appealing. Forthermore, the
> > 
> > user of WSL2 is then tied to whatever Microsoft decides to do --
> > 
> > including dumping WSL.
> 
> The way I see it, WSL2 is providing a linux environment on the
> Windows system a user already has while they are unable to connect to
> the linux servers at their work or school.   If Microsoft dumps WSL2,
> users who 
> really need linux will look to dual boot or other VM configurations,
> but many of them will be put off as they have never installed an OS
> and are vague about the boot process, disk partitioning, etc. so 
> 
> If you are fortunate enough to escape school or enterprise
> requirements to use Windows, you don't need WSL2 (VM running real
> linux kernel, WSL1 was like cygwin+a POSIX layer on NTFS) provides a
> 99% complete linux command-line without installation headaches. 
>  Many large organizations provide Windows laptops for users, and
> massively parallel linux systems with ssh access for users to build
> software and run batch processing.  WSL2 provides a terminal with
> bash, users find it is very like the linux systems they have been
> using.
> 
> Beyond Ubuntu 18.04 and 20.04 LTS, Windows app store has a Fedora
> remix, Centos 7 and 8.1, Kali Linux, Alpine, Debian, openSUSE, and
> SUSE Enterprise.   Some require a payment (essentially for the work
> needed to produce a remix/spin of free linux distros).
> 
> ___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: boot/grub

2020-06-01 Thread Kevin Becker
My system has two efi boot partitions on separate drives.  I rarely
boot to Windows and I wanted it on its own completely separate
drive.  I configured a default in the firmware settings and then for a
while I would choose an alternate when I needed to by hitting a key to
bring up the efi boot menu.  Eventually I got around to adding a boot
entry for my second (WIndows) drive to grub on the main drive and now I
can just select Windows from grub if I need to boot into it.

On Mon, 2020-06-01 at 20:13 +0200, Patrick Dupre wrote:
> Hello,
> I guess that very think is more or less, OK, I have just some
> difficultiesto understand the logic.
> > How does the efi firmware decide which /boot/efi to use as the
> > source when the computer is started
> 
> I realized that I have only one EFI System Partition on sdaBy
> default, the system goes to grub, where I can choose the OS.I do not
> use the efi options to go there (at least intentionally).
> > Does it have to be selected from the efi firmware menu at each
> > boot?
> I do not think so. As I said, I go directly to the grub menu (by
> default).I guess that if I active the efi menu, I could choose other
> options to boot.
> 
> =
> == Patrick DUPRÉ | | email: 
> pdu...@gmx.com
>  Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain
> Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33
> (0)380395988=
> ==
> 
> > On Mon, 1 Jun 2020 10:10:41 -0400Jonathan Billings <
> > billi...@negate.org> wrote:
> > > If you see in the Fedora entry, it has:HD(3,GPT,a5c3bc11-e83b-
> > > 48d0-be96-
> > > 783af37228f1,0x2001800\,0xfa000)/File(\EFI\FEDORA\GRUBX64.EFI)
> > > That means to look for a volume with the 3rd GPT partition, with
> > > theUUID of a5c3bc11-e83b-48d0-be96-783af37228f1 (and some other
> > > data).On that disk, look for the /EFI/FEDORA/GRUBX64.EFI
> > > executable(remember, this is a DOS filesystem so it's case-
> > > insensitive).
> > > Run 'blkid' on a running system, and you'll see that the PARTUUID
> > > ofthe EFI volume matches the UUID in the above EFI entry.
> > > You can have an EFI volume on multiple disks.  EFI also
> > > supportsthings like network boot, which has a different syntax
> > > EFI entry.  Theefibootmgr command does a lot of the hard work of
> > > figuring that outfor you, so you don't need to manually enter
> > > that information.
> > You seem knowledgeable, so I'll ask you.  How does the efi
> > firmwaredecide which /boot/efi to use as the source when the
> > computer isstarted?  Does it have to be selected from the efi
> > firmware menu ateach
> > boot?___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: Restart F32 WiFi on ThinkPad P72

2020-05-31 Thread Kevin Becker
I haven't followed this thread at all but this is a common feature on
many laptops.  There is often a BIOS setting for it.  I didn't find the
manual for the P72 in a quick search but the P71 manual turned up this
BIOS option:

Wireless Auto Disconnection
Values: Disabled, Enabled
Descriptions: Enable or disable the wireless automatic disconnection
function. This is selectable only when an Ethernet cable is connected
to the Ethernet connector on your computer. If you select Enabled,
Wireless LAN signals are automatically turned off whenever an Ethernet
cable is attached


On Sun, 2020-05-31 at 09:08 -0300, George N. White III wrote:
> On Sun, 31 May 2020 at 05:31, Ed Greshko 
> wrote:
> > I looked back in the thread and I could find no indication that the
> > Fn key sequence was indicated to exist or
> > was tried.
> > 
> > I understand that plugging in the ethernet cable results in a hard
> > block.  However, it seems one should at least see if the Fn key
> > then overrides that.  If that has been tried I can't find it.  Then
> > again, I've been distracted
> > these days.
> > 
> > Most Windows users that I know only have one interface active at a
> > time.  So, the design of the ethernet
> > disabling Wifi may be based on those types.  :-) :-)
> 
> Many of my friends, my father, my siblings, and I have all worked for
> various government agencies or contractors (for one of this group,
> all the Lenovo laptops were confiscated by IT).  WiFi was not
> permitted in many government workplaces, and you were not allowed to
> connect a switch or router to the one LAN port in your
> office/cubicle.   Some people got around this by running AP's on
> their laptops, so it would not surprise me that a Lenovo laptop
> marketed to governments would have firmware that does not allow
> simultaneous use of ethernet and wifi.   I once attempted to purchase
> a couple Lenovo laptops, but was told I had to work with Lenovo's
> government sales office.  I was told they normally deal in purchases
> quantities in the many 1000's, but always had a few extras built so
> if I could wait until an order was complete I might be able to get
> one of the extra systems.   I assume those extras end up being sold
> in irregular channels.   
>  
> -- 
> 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: Fedora 30 EOL

2020-05-30 Thread Kevin Becker
When is this thread scheduled for EOL?

On Sat, 2020-05-30 at 18:44 +0200, Michael Schwendt wrote:
> On Sat, 30 May 2020 11:14:22 -0500, Roger Heflin wrote:
> > You really need to understand the devs actual motivations.   And
> > yourare attributing things to Fedora devels that are being funded
> > outsideof the Fedora community.
> 
> Please, think outside the box. It isn't helpful to the discussion,
> ifyou are stuck with your own guesswork of how it may or may not work
> onthe distribution maker's side. There are actual policies!
> https://docs.fedoraproject.org/en-US/fesco/Package_maintainer_responsibilities/
> ___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: [NOT SOLVED] Audacity can't play audio on Fedora 32

2020-05-26 Thread Kevin Becker
On Tue, 2020-05-26 at 21:48 +0530, Sreyan Chakravarty wrote:
> > I've never heard of anyone using Audacity to play audio. No doubt
> > there
> > is a way to do that, but that isn't its function. It's an audio
> > editor,
> > not an audio player. I'm surprised it can even play audio streams
> > as
> > I've only ever used it to edit audio files.
> 
> Well you might need to play back your audio that you edited to check
> if you got the editing right.
> 
> Nevertheless, a feature not working is a bug. Saying that its not
> used very often is not a very compelling excuse. 

I've never edited any audio without also playing it back.  It's not
like the matrix where I can make out the sounds by looking at the sound
waves.
___
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: CUPS print test page -

2020-05-16 Thread Kevin Becker
Is your printer configured using an IP address or is it just being
discovered via mDNS?  I had an issue with my F32 upgrade that the
mdns4_minimal entry was removed from /etc/nsswitch.conf that broke
printing for me.



On Sat, 2020-05-16 at 21:36 -0400, Bob Goodwin wrote:
> I had a printer problem an hour ago and in the course of
> straightening things out I found that I could not print a CUPS test 
> page. Is that a new situation for Fedora 32? I also tried the Print
> Settings in the Administration section. As I remember there was a
> Maintenance menu in CUPS that had two test options, I see no
> Maintenance in CUPS now. I may have something wrong in my setup but
> can't imagine what? I set up both printers with the Brother Linux
> printer tool  as I have been doing for a few years and until tonight
> I had no need to use CUPS, there has been no problem printing and it
> did print a test page with one I found by googling for it.
> What's wrong, is it just me? I've seen no other complaints bout
> this.   Bob
> -- Bob Goodwin - Zuni, Virginia, USAhttp://www.qrz.com/db/W2BOD
> FEDORA-32/64bit LINUX XFCE Fastmail
> POP3___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: Captcha's are out of control

2020-05-15 Thread Kevin Becker
I use SimpleNote and the login page says "protected by reCAPTCHA" but
there is no captcha to solve.  Nevertheless, the first login attempt
always says I failed the captcha (that I didn't do) and the next one
lets me in.  So maybe they've just streamlined it to skip the theater
of failing to identify the crosswalks.

On Fri, 2020-05-15 at 12:19 -0300, George N. White III wrote:
> On Fri, 15 May 2020 at 12:09, S.Bob 
> wrote:
> > Recently practically every website I visit makes me fill out a
> > captcha, 
> > 
> > and to make it worse they all seem busted, I click all the trains
> > and 
> > 
> > get a "try again", click all the buses "try again" usually I get
> > into 
> > 
> > the site after 4 or 5 attempts if I havent already given up...
> > 
> > 
> > 
> > Anyone else seeing this, or am I just "that guy"?
> > 
> > 
> I rarely get in with my first try -- maybe that is part of the test. 
> Do robots 
> give up after one try? 
> 
> ___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: Calc to excel -

2020-05-10 Thread Kevin Becker
Excel 2016 for macOS will open ODS files.

https://support.microsoft.com/en-us/office/file-formats-supported-in-excel-for-mac-f9970726-bb98-489c-afe2-6d876873945a?ui=en-us=en-us=us

 

On Sun, 2020-05-10 at 09:46 -0400, Bob Goodwin wrote:
> Is there a fedora scheme for making an LibreOffice calc file
> acceptable 
> to excel in my daughter's Mac computer. Cal produces .ods and from
> what 
> I have found excel wants xls or xslx according to goole? I see some
> web 
> sites that claim to do the conversion on line, not really what I want
> to do.
> 
> *Bob*
> 
> -- 
> Bob Goodwin - Zuni, Virginia, USA
> http://www.qrz.com/db/W2BOD
> FEDORA-32/64bit LINUX XFCE Fastmail POP3
> ___
> 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: Fedora 32 user rejected

2020-05-07 Thread Kevin Becker
I believe useradd with no parameters won’t create a home directory. I prefer 
adduser.

> On May 7, 2020, at 6:21 PM, Geoffrey Leach  wrote:
> 
> New installation of Fedora 32
> 
> Root login works
> 
> useradd foo
> passwd foo
> 
> work as expected; in particular the password is verified
> 
> "switch user" from the logout dropdown
> the new user is displayed, password accepted
> screen blacks and we're back to the login
> 
> If I use 'no password' for foo, I don't get a password prompt on the
> login page, but the behavior is the same.
> 
> Thoughts?
> ___
> 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: F32, mDNS, and nsswitch.conf

2020-05-06 Thread Kevin Becker
I waited until the final release before upgrading.  But it's good to
know this is actually a bug and has already been found.
Thanks.

On Wed, 2020-05-06 at 13:03 +0200, francis.montag...@inria.fr wrote:
> Hi.
> On Tue, 05 May 2020 19:48:22 -0400 Kevin Becker wrote:
> > It turns out mdns4_minimal had been removed from host resolution
> > innsswitch.conf.
> 
> This is a known bug:
>   
> https://fedoraproject.org/wiki/Common_F32_bugs#mDNS_.28multicast_DNS.29_breaks_on_upgrade_to_Fedora_32
> 
>   This is resolved in the Fedora 32 final release.
> Not quite sure thus ...
> -- 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: F32, mDNS, and nsswitch.conf

2020-05-05 Thread Kevin Becker
Well, my printer was autodiscovered and configured via mDNS, so with
the mnds4_minimal entry missing, it was not able to resolve the name. I
could've  gone an manually added it by IP address or a static DNS name
but I liked the simplicity of it working "automagically" and I never
remember the exact syntax I need and whether to set it up an IPP or
HTTP or LPR printer.  

I've had issues with the mdns4_minimal entry in the past when accessing
work resources over VPN, presumably because we have a .local Active
Directory domain at work and mDNS uses .local as well.  IIRC I had to
move the mdns entry further back in the list to make it work, but that
was a few years ago and probably on ubuntu.  I never had to mess with
it in Fedora until now.



On Tue, 2020-05-05 at 19:55 -0400, Tom Horsley wrote:
> On Tue, 05 May 2020 19:48:22 -0400
> Kevin Becker wrote:
> 
> > It turns out
> > mdns4_minimal had been removed from host resolution in
> > nsswitch.conf. 
> > I restored the nsswitch.conf.bak on both machines and my printer is
> > back in business.
> 
> Files like nsswitch.conf seem to be configured by the new
> authselect stuff, though God knows which profile you need
> to select to make it work. (Why mdns4_minimal helps, I have
> no idea, it usually is what screws up my systems and I
> have to take it out to make things work).
> ___
> 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


F32, mDNS, and nsswitch.conf

2020-05-05 Thread Kevin Becker
I've been using Fedora on my laptop for a few years now, and on a newly
built desktop for since just last summer.  I've never had an issue
upgrading, but I only recently became aware of the recommended post-
install steps.

https://docs.fedoraproject.org/en-US/quick-docs/dnf-system-upgrade/

So this time, after upgrading to Fedora 32 I followed the guide.  When
I was looking through the results of rpmconf -a, I chose to install the
newer config files as I hadn't made any local changes, except in
sshd_config. 

After the upgrade, it turned out I could no longer print from my
desktop.  My printer was discovered via mDNS and configured
automatically in the past, it was really nice actually.  I tried on my
laptop as well and had the same result.  I basically ignored it for a
few days, installing updates and seeing if it was fixed, but it never
was.  Monday I had a bunch of printing to do for my kid's "remote
learning" school assignments so I figured I'd dig into it. It turns out
mdns4_minimal had been removed from host resolution in nsswitch.conf. 
I restored the nsswitch.conf.bak on both machines and my printer is
back in business.

I'm not sure if this is a bug?  Was it removed for a reason or should I
report it?  Maybe it has been gone for a while now, and I've just been
bringing the config forward.  I suspect whatever package adds mDNS
functionality also adds the entry to the default config and then I
resotred the default back so this is basically user error.


___
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: Run firefox across ssh?

2020-04-30 Thread Kevin Becker
Even if you install an X server, the native Firefox is not going to use
it to render.  You may be able to compile a version to work but it will
take more than just having X.


On Thu, 2020-04-30 at 22:37 +0100, Patrick O'Callaghan wrote:
> On Thu, 2020-04-30 at 10:11 -0600, S.Bob wrote:
> > I have a mac, I can ssh to it, I want to run a web browser FROM the
> > mac but displayed on my Fedora 31 laptop.
> > 
> > I tried this:
> > 
> > ssh -Y mac_ip
> > export DISPLAY=:0
> > $ /Applications/Firefox.app/Contents/MacOS/firefox
> > But no joy
> > 
> > Thoughts? Is this possible?
> 
> The MacOS display system is not based on X, so this won't work out
> ofthe box. I believe you can install an X server from the Mac app
> storewhich should allow it to work.
> 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: selinux/ssh -- basic question

2020-03-22 Thread Kevin Becker
On Mon, 2020-03-23 at 06:50 +0800, Ed Greshko wrote:
> On 2020-03-23 04:36, Samuel Sieb wrote:
> > On 3/22/20 1:19 PM, bruce wrote:
> > >on the remote VM, I want to create a user "bob". I also want
> > > to modify the remote to ssh into the VM as bob, using sshkeys
> > > do I have to have a local user on my local linux as "bob"..
> > > pretty sure I don't! but I'm not sure where the local ssh key
> > > should be placed, to allow me to ssh into the remote using the
> > > key. Also, how doe this process work when accessing the remote
> > > from other local servers.. I'm assuming, I have to copy the
> > > key/files to any box I want to access the remote VM from.
> > 
> > The public key needs to be in bob's .ssh/authorized_keys file.  The
> > private key needs to be in the .ssh folder of any user on any
> > computer that wants to ssh to that account.  "ssh bob@1.2.3.4"  If
> > you don't have the private key saved as the default key, then you
> > will need to either specify it on the command line or put it in the
> > .ssh/config file.  If you put it in the config file, you can also
> > set it up so you don't need to specify the "bob@" part either.  It
> > will automatically use that user for that host.
> 
> FWIW, I don't copy the private key of a user to any other user's
> directory.  I find that violates the "private" principle.  Each user
> has their own public/private key-pair. 

Yes, it might seem like more of a hassle but you should generate a
unique private key for each user/computer that you want to connect from
and add all the public keys to bob's authorized_keys file.  That way if
you ever need to revoke a key, like a computer is lost or stolen, you
can simply remove the single public key for that user/computer
___
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: F31: recommended best way to send postfix traffic through Cisco's AnyConnect VPN

2020-03-21 Thread Kevin Becker
On Sat, 2020-03-21 at 09:05 -0500, Ranjan Maitra wrote:
> Where do you find this checkbox? I have looked at all the GUI options
> but can not find it.  Btw, NetworkManager in the Connection
> Information recognizes both the interfaces.

It should be on the IPV4 (and IPV6) tab for the specific VPN config
___
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: F31: recommended best way to send postfix traffic through Cisco's AnyConnect VPN

2020-03-21 Thread Kevin Becker
I use openconnect to connect to my workplace Cisco AnyConnect VPN
regularly. We don't require 2-factor auth but it looks like openconnect
supports it.

https://dmoerner.wordpress.com/2015/11/04/howto-openconnect-vpn-with-duo-multifactor-authentication/

I leave our default split-tunnelling configuration enabled.  This
routes only traffic bound for my workplace subnets through the VPN and
everything else goes out through my local network.  However, you can do
a lot of custom config via the command line.  The config and startup
script are in /etc/vpnc, but I just use the Gnome GUI interface for
Network Manager to configure mine.  In the GUI there is a checkbox for
"Use this connection only for resources on its network" that if you 
uncheck should route all traffic through the VPN.



On Fri, 2020-03-20 at 22:46 -0500, Ranjan Maitra wrote:
> Hi,
> 
> I am on a fully updated F31 and I would like my traffic (especially
> postfix) to go through Cisco's AnyConnect VPN when that is up. (I am
> reduced to having to use this proprietary software because of 2-
> factor authentication required for VPN at my institution.)
> 
> Anyway, I came across the following 7-year old example:
> 
> http://tim.rideyourbike.org/2013/02/force-traffic-through-your-cisco.html
> 
> and the following 4-year old example:
> 
> https://sweetcode.io/routing-all-traffic-through-a-vpn-gateway-on-linux/
> 
> But I was wondering if there is a better option.
> 
> Alternatively, or perhaps what will meet my needs, is it possible to
> have the at least postfix traffic go through VPN? If so, how do I do
> this.
> 
> I am not knowledgeable about all this, so please also pardon my
> naivette.
> 
> Many thanks again for your help, and best wishes,
> Ranjan
> ___
> 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: Using Steam with Fedora

2020-03-14 Thread Kevin Becker
I installed Steam via flatpak with no issues.
On Sat, 2020-03-14 at 17:02 -0400, Ranbir wrote:
> On Fri, 2020-02-21 at 17:31 +, Patrick O'Callaghan wrote:
> > Has anyone done this successfully on Fedora? There are any number
> > ofGoogle hits on similar themes, but mainly focussed on Ubuntu,
> > whichiswhat Valve are mostly aiming at.
> 
> I've been running Steam on Fedora for two years now and it's
> workedjust fine. At first I had a GTX 1060 6GB. Last December I
> upgraded toan RTX 2080 Super. I use rpmfusion for the proprietary
> drivers. So far,I've had no problems with either card.
> The meat of this though is the Steam install and for that, I've
> usedthe repo provided here:
> https://negativo17.org/steam/
> 
> I've always had flawless installs and Steam itself has worked great
> inFedora. I'm not sure why Valve doesn't support Fedora too,
> butwhatever.
> Give that negativo17 steam repo a try. I hope the dude providing
> therepo and packages keeps it up. If he ends up abandoning ship, I'm
> notsure what I'll do. But, that's a problem for another day.
> HTH!
> -- Ranbir
> ___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: Reasons for staying on a old version ( Re: Prepping for upgrade)

2020-03-12 Thread Kevin Becker
Could we all just try to stop with the "clever" snarky nonsense and
keep the list positive and on topic?  If you dislike fedora, then feel
free to try something else.  If you have constructive criticism, share
it.  If you just want to bicker and argue about who killed who then
maybe take it to another venue?


On Thu, 2020-03-12 at 19:41 -0700, Thomas Dineen wrote:
> "dude, GO HOME and tell that your barber !"
> Not only do you have quality problems, you have lost your sense
> of humor, and that is way worse than buggy software.
> Maybe a transplant?
> BTW: Saying that your better than Windows is not saying much!
> Well there is always CentOS, Ubuntu,...
> Thomas Dineen
> 
> 
> On 3/12/2020 6:15 PM, sixpack13 wrote:
> > On 13.03.20 01:34, Thomas Dineen wrote:
> > > "Fedora users aren't "customers", we're essentially beta
> > > testers."
> > > Having been an observer here since the beginning of Fedora:I
> > > would say more victims than Beta Testers! Where are the GasOvens
> > > located these days?
> > > Thomas Dineen
> > 
> > what a bullshit !
> > observer, victim, gas oven (wording equals mind set ?)
> > dude, GO HOME and tell that your barber !
> ___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: Alternatives to remina

2020-02-15 Thread Kevin Becker
I haven't used to for connecting to another Fedora machine but it is
what I use for connecting to Windows boxes.


On Sat, 2020-02-15 at 15:29 -0800, Samuel Sieb wrote:
> On 2/15/20 11:28 AM, Patrick Dupre wrote:
> > In the past I used to use remina to take control of a remote
> > machine.
> > What is the "best" choice for a connection between to fedora
> > machines?
> 
> It's what I use.  It's really a wrapper around the various different 
> remote desktop protocols which is nice and it works well.
> ___
> 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: DVD Backup

2020-02-13 Thread Kevin Becker
It's a brand new drive, and it worked with the command line dvdbackup 
tool.  But, that doesn't mean it doesn't have some sort of problem.  
I'll take a look at k3b as well, thanks.



-- Original Message --
From: "stan via users" 
To: users@lists.fedoraproject.org
Cc: "stan" 
Sent: 2/12/2020 11:14:22 PM
Subject: Re: DVD Backup


On Wed, 12 Feb 2020 22:13:29 -0500
Kevin Becker  wrote:


 I haven't had the need to copy a DVD in over a decade and the last
 time I did it was probably under OS X, possibly even Windows, using
 some commercial tool.  But recently my stepfather came to me with a
 DVD that had been made from a home video that he wanted several
 copies of.  It is not copy protected in any way, just a plain DVD
 video disk.  I have an external USB DVD drive which seems to work
 okay, but honestly I barely use it for anything.  I tried using
 Brasero but it seems to read the disk quickly at first and then
 become progressively slower and slower until it gets to 99% and then
 stays there for hours and hours. I used the dvdbackup command line
 program and was able to make a backup and burn it with growisofs with
 no problem so I'm not sure why Brasero didn't work.  Does anyone have
 any recommendation for a simple GUI DVD copying tool?  I'm not
 worried about breaking copy protection here. I'm fine with the
 command line tools but I do this so infrequently that it would be
 nice to have a GUI app that doesn't require me to look up notes or
 search the internet for instructions to refresh my memory the next
 time I want to do this in 2036.



Like you, I haven't burned a DVD in a while, but I used the program k3b
to do so the last time I did, and it worked fine.  I have brasero
installed as well, so next time I'll give it a try to see if it will
work for me.

I wonder if your external drive had a power issue; mine is internal.
Or, maybe the lense needs cleaning with some isopropyl alcohol, using a
q-tip or cotton ball.
___
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


DVD Backup

2020-02-12 Thread Kevin Becker
I haven't had the need to copy a DVD in over a decade and the last time
I did it was probably under OS X, possibly even Windows, using some
commercial tool.  But recently my stepfather came to me with a DVD that
had been made from a home video that he wanted several copies of.  It
is not copy protected in any way, just a plain DVD video disk.  I have
an external USB DVD drive which seems to work okay, but honestly I
barely use it for anything.  I tried using Brasero but it seems to read
the disk quickly at first and then become progressively slower and
slower until it gets to 99% and then stays there for hours and hours. 
I used the dvdbackup command line program and was able to make a backup
and burn it with growisofs with no problem so I'm not sure why Brasero
didn't work.  Does anyone have any recommendation for a simple GUI DVD
copying tool?  I'm not worried about breaking copy protection here. 
I'm fine with the command line tools but I do this so infrequently that
it would be nice to have a GUI app that doesn't require me to look up
notes or search the internet for instructions to refresh my memory the
next time I want to do this in 2036.


___
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: Kid filter?

2020-01-16 Thread Kevin Becker
I've used this tool to generate hosts files for a large number of semi-
unamaged PCs at my work.  They are in remote offices and have no real
infrastructure to set up proxy servers.

https://github.com/StevenBlack/hosts



On Thu, 2020-01-16 at 00:03 -0800, ToddAndMargo via users wrote:
> Does anyone publish a list of these site to block?
___
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: Access to cbs.com failing with error 2002 or 2004??

2020-01-09 Thread Kevin Becker
I have an account and get an error that the video is currently
unavailable.  I am able to stream the latest Short Trek episode with no
problem though.
On Fri, 2020-01-10 at 01:36 +0100, sixpack13 wrote:
> On 10.01.20 01:26, Michael D. Setzer II via users wrote:
> > > On 09.01.20 16:11, Michael D. Setzer II via users wrote:
> > > > > On 09.01.20 13:37, Michael D. Setzer II via users wrote:
> > > 
> > > ...
> > > > > __
> > > > 
> > > > Should have stated that the cbs.com comes up, but when you go
> > > > toactuallywatch a show, it shows the first commercial, and then
> > > > the message withtheerror comes up.
> > > > Did you play a show? Also, tried it with Chrome and Chrome Beta
> > > > and getthe same error. Running Fedora 30
> > > 
> > > F31 here.
> > > I got no account there, so no show to play, but clicking menue
> > > point"show" and go further looks good to me.
> > > I guess that not a full test you/I need.
> > > maybe one with an account there might help more, sorry.
> > > 
> > 
> > This is the Free Full Episodes options. I don't have an account
> > either.
> > https://www.cbs.com/shows/criminal_minds/video/xZKv5Ue81syvFXpucaGKssGolVGBipfp/criminal-minds-awakenings/
> > 
> 
> I from Germany get:Oops! This video isn't available in your region.
> 
> -- 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: Gnome-keyring-daemon keeps logging every second

2019-12-04 Thread Kevin Becker
Are you running nextcloud by any chance?

https://askubuntu.com/questions/1188683/gnome-keyring-daemon-spams-system-journal
 




> On Dec 4, 2019, at 11:45 AM, Robin Lee  wrote:
> 
>> asked to register item /org/freedesktop/secrets/collection/login/86,
>> but it's already registered

___
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: Firefox issues with Fedora 31?

2019-12-01 Thread Kevin Becker
I just upgraded my main machine to Fedora 31 this weekend and have the
same tab issue.  I'm using Gnome.  I don't seem to have any trouble
with drop down menus though.  My laptop has been running Fedora 31
since it was released but I rarely detach tabs there so I can't say if
it is working (it's not handy to test at the  moment).

On Sun, 2019-12-01 at 18:52 -0500, Jeffrey Ross wrote:
> I tried safemode, and was still unable to detach tabs.
> I also found something interesting, from the "about:preferences" page
> when I first start the web browser I can select the drop down menus,
> eg, default fonts, size etc, however once I attempt to detach a tab
> the dropdown tabs no longer work.
> I guess the next question is, could there be some sort of browser
> interaction with Gnome that isn't working right?
> Jeff
> On 12/1/19 6:35 PM, Ed Greshko wrote:
> > On 2019-12-02 07:17, sixpack13 wrote:
> > > On 02.12.19 00:09, Ed Greshko wrote:
> > > > On 2019-12-02 06:36, Jeffrey Ross wrote:
> > > > > I now deleted ~/.mozilla and ~/.cache/mozilla and allowed
> > > > > firefox to recreate the files/directories upon restart.
> > > > > I've also noticed that not only can I not tear tabs off to a
> > > > > new window, many dropdown menu boxes will not work.  This is
> > > > > not only on web pages but from within the browser.
> > > > > Is there any other configuration file (system config?) that
> > > > > is pulled in at startup also?
> > > > Have you tried starting firefox from a terminal using --safe-
> > > > mode to eliminate a possibleissue with an extension?
> > > > 
> > > he dropped the diretory ~/.mozilla where extensions are in
> > > at least on my system, where no extensions are installed via rpm
> > > packages. Maybe there it looks different.
> > > 
> > Good point.
> > The only exception may be that the OP has a FF account and that it
> > acts like having a Chrome accountwhere your bookmarks and
> > extensions are restored when you start with a clean system and
> > 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
___
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