Re: OT: SFTP with lftp

2024-05-22 Thread Chris Adams
ns it from running a remote command to requesting a remote subsystem invocation (in this case, the "sftp" subsystem). It does not actually run the "sftp" command on the remote end. -- Chris Adams -- ___ users mailing list -- u

Re: postfix fails to start on boot

2024-05-16 Thread Chris Adams
these lines: [Unit] After=network-online.target That should take care of it. -- Chris Adams -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.f

Re: /boot too small

2024-05-14 Thread Chris Adams
es, such as an encrypted root filesystem. -- Chris Adams -- ___ 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/proje

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

2024-03-22 Thread Chris Adams
s for customer B. So then you do need your own access point/router. On newer Android devices, you can re-share the wifi with hotspot mode, so don't need any additional equipment. -- Chris Adams -- ___ users mailing list -- users@lists.fedoraproject.org To unsub

Re: PCI-E to PS2

2024-02-14 Thread Chris Adams
r of those. It's not just a matter of initializing the device, it has to be recognized and handled by the firmware, and it's such a rare thing, none do. -- Chris Adams -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send

Re: How do I read result of a QR Code

2024-01-20 Thread Chris Adams
to the wrench attack. https://xkcd.com/538/ tl;dr: login security is hard -- Chris Adams -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedor

Unlock encrypted thumb drive with TPM?

2024-01-18 Thread Chris Adams
nding how this should work, do I need to do something more, ?? -- Chris Adams -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedora

Re: NVMe sector size ?

2024-01-10 Thread Chris Adams
an typically report the "optimal" size as 4096 (and Linux then uses that info). -- Chris Adams -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct:

Re: Update failed: gstreamer1-plugins-ugly

2023-12-29 Thread Chris Adams
looks like these things are now legal, can they be enabled", and after checking what was legal, things were enabled. https://bugzilla.redhat.com/show_bug.cgi?id=2236889 -- Chris Adams -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscri

Re: How can you get remote access to laptops behind a NAT/firewall?

2023-12-21 Thread Chris Adams
n user locks themselves out even :) ). -- Chris Adams -- ___ 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-c

Re: How can you get remote access to laptops behind a NAT/firewall?

2023-12-21 Thread Chris Adams
omputer. So you could set up a separate "management" VPN system, like OpenVPN, that then isolates each client connection (so one user can't access another user's computer directly across it). Don't send a default route, just use an independent RFC1918 (or IPv6 ULA) block from any other corpo

Re: Machine locks on reboot from suspend

2023-12-19 Thread Chris Adams
tively brief idle time now (as does Fedora desktop), so that computer vendors can meet "green" power requirements. This means that virtually all normal desktop hardware is expected to fully handle suspend/resume. -- Chris Adams -- ___

See USB-C charging capacity?

2023-12-12 Thread Chris Adams
The "fun" with USB-C is that not all chargers, cables, and devices support the same charging power. Is there a way in Linux to see what is currently happening? E.g. when I accidentally plug my notebook into the 15W port instead of the 65W port - how can I tell? -- C

Re: USB-C cabling [resolved]

2023-12-09 Thread Chris Adams
uot;USB 3.2 Gen 2x2" is 20G. And then "USB4" (no space) gets even more modes and names. Their next renaming attempt is to stop all the version games and go with speeds (like they should have done from the start), so "USB 5Gbps", "USB 10Gbps", "USB 20Gbp

Re: New CD drive fails - opinions?

2023-12-06 Thread Chris Adams
nel doesn't know anything about that format (it's just a stream of bits to the kernel); you have to use software that knows how to read the disc directly and play/extract the audio. -- Chris Adams -- ___ users mailing list -- users@lists.fedoraproject.

Re: F38 adding user to dialout group without reboot

2023-12-04 Thread Chris Adams
u can see this with the "id" command. For terminal stuff, you can get away with re-authenticating that terminal, like "exec sudo -su $(id -un)". -- Chris Adams -- ___ users mailing list -- users@lists.fedoraproject.org To unsub

Re: Modern Dual-Boot Setup Prcoedure (Dell XPS)

2023-12-02 Thread Chris Adams
Once upon a time, Samuel Sieb said: > On 12/2/23 13:02, Chris Adams wrote: > >Also, after installing Fedora (which made GRUB the default UEFI boot > >option), booting Windows from GRUB gave an error because of the > >Bitlocker disk encryption and measured boot. I had to ent

Re: Modern Dual-Boot Setup Prcoedure (Dell XPS)

2023-12-02 Thread Chris Adams
adjusted the security to handle booting from GRUB (with no error or key entry) after that. -- Chris Adams -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Con

USB ethernet wake-on-LAN?

2023-11-22 Thread Chris Adams
ed), but I didn't see anything else that looked relevant. Any suggestions? -- Chris Adams -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Condu

Re: Obscure rsyslog question on remote logging

2023-11-17 Thread Chris Adams
sk to 0022 and the file create mode to 0644 because I have the group permissions on the /var/log/remote directory to allow certain non-root users to read these logs. -- Chris Adams -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe

Re: freaking TFTP

2023-11-07 Thread Chris Adams
nks and says that: I use dnsmasq's TFTP server on a bridge, with this config: bind-interfaces interface=br0 port=0 enable-tftp tftp-root=/srv/tftpboot "port=0" disables DNS, and I then don't configure DHCP, so it's just a TFTP server. -- Chris Adams __

Re: Google Chrome Update Question

2023-10-10 Thread Chris Adams
15.0.5790.110-1.x86_64). Looks like you have some issue with the Google Chrome repo - the latest version is in fact google-chrome-stable-117.0.5938.149-1.x86_64. Does "dnf --refresh list updates" show any errors when fetching the repo data? -- Chris Adams _

Re: EFI and fedora

2023-09-25 Thread Chris Adams
Once upon a time, Bill Cunningham said: > On 9/25/2023 4:44 PM, Chris Adams wrote: > >Once upon a time, Bill Cunningham said: > >... > >There's no magic reserved space outside partitions that is used for > >booting anymore. The firmware finds the device, reads the

Re: EFI and fedora

2023-09-25 Thread Chris Adams
assigned GPT type, but is typically a VFAT filesystem. There's no magic reserved space outside partitions that is used for booting anymore. The firmware finds the device, reads the partition table to find the correct partition, mounts that partition and reads the configured executables from i

Re: Cloning disk with dd give me "Error while writing to /dev/sdc: Unit full"

2023-09-14 Thread Chris Adams
quot;? I expect it's the latter, and you just wrote a new file called "sbc" in /dev, which is a special filesystem (that's only 4M) and you just filled it up. -- Chris Adams ___ users mailing list -- users@lists.fedoraproject.or

Re: Upgraded machine to Fedora 38 and now suspending after 15 minues??

2023-08-21 Thread Chris Adams
om someone who sells systems with Linux pre-installed (Lenovo?), because this is a requirement for meeting power certifications needed for desktop/notebook systems. -- Chris Adams ___ users mailing list -- users@lists.fedoraproject.o

Re: Screen casting - help wanted

2023-08-18 Thread Chris Adams
about screen recorders. These are two related but different things. Casting is considered to be live sending of screen contents to other displays, which may or may not be recorded. Listing info about screen recorders is good, but it shouldn't be a page titled "S

Getting help for a kernel/video issue?

2023-08-04 Thread Chris Adams
wondering if there might be a better place to go. I can test things, share more logs/info/etc., just need some direction. -- Chris Adams ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org F

Re: libvirtd.service won't start

2023-07-08 Thread Chris Adams
y you have some other libvirt.so.0 somewhere that is preempting the Fedora libvirt-libs provided copy. No idea how you'd get that though. -- Chris Adams ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@li

Re: LIBVIRT_PRIVATE missing

2023-07-08 Thread Chris Adams
since dnf knows it provides the required dependency of libvirt.so.0(LIBVIRT_PRIVATE_9.0.0)(64bit). Don't know what you did to get to that state. -- Chris Adams ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an em

Re: Mounting host directory on VM to load on VM startup

2023-06-28 Thread Chris Adams
tab man page), although I don't think there's much about virtiofs there. The server side (that libvirt manages for you) comes from this site, which has more info about using it: https://gitlab.com/virtio-fs/virtiofsd -- Chris Adams ___ users mailing l

Re: Mounting host directory on VM to load on VM startup

2023-06-27 Thread Chris Adams
ostfiles /user/local/src virtiofs defaults 0 0 -- Chris Adams ___ 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/proje

Re: logging in as root

2023-06-20 Thread Chris Adams
t like a login shell) or "sudo -i" (similar to "su -", initializes like a login). -- Chris Adams ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code

Re: firewalld question

2023-06-20 Thread Chris Adams
hanges and apply them all at once to avoid locking yourself out for example. -- Chris Adams ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct:

Re: What causes mailing list bounce?

2023-06-19 Thread Chris Adams
or set a policy that would require rewrites. -- Chris Adams ___ 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/projec

Re: firewalld question

2023-06-19 Thread Chris Adams
you need to either _only_ use firewalld, or use nft with separate rulesets along side the firewalld managed rulesets. Trying to mix in iptables rules is unlikely to work how you'd like. -- Chris Adams ___ users mailing list -- users@lists.fedorap

Re: GRUB Issue? Console Fonts and messages?

2023-06-16 Thread Chris Adams
get you font changes into the grub > boot menus. /etc/grub2.cfg (and the legacy /etc/grub2-efi.cfg) are symlinks to the right place... wherever that place may be. So it's generally listed as "grub2-mkconfig -o /etc/grub2.cfg", because that should just do the rig

Re: gimmicks for most & a question networking curious/experts - ? MACSEC

2023-06-06 Thread Chris Adams
hould such a "thing" work, does it work? My understanding is that you do MACsec on physical interfaces, so you would configure it on each member of a LAG, not the virtual LAG interface (e.g. bond0) itself. -- Chris Adams ___ users mailing li

Re: How to set up dhcpd.conf to serve different UEFI files per OS

2023-06-04 Thread Chris Adams
address. After that, it's too late to change. -- Chris Adams ___ 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/cod

Re: How to set up dhcpd.conf to serve different UEFI files per OS

2023-06-04 Thread Chris Adams
Once upon a time, Joe Zeff said: > On 06/04/2023 01:40 PM, Chris Adams wrote: > >It'd be nice if there was a way to chainload one shim from another > > If memory serves, you could have GRUB boot Windows by giving it the > command chainload +X, where X represented the number of

Re: How to set up dhcpd.conf to serve different UEFI files per OS

2023-06-04 Thread Chris Adams
one shim/config via TFTP and a different one via HTTP, so you could choose UEFI PXE for one OS and UEFI HTTP for the other. It would probably be confusing after the fact though. -- Chris Adams ___ users mailing list -- users@lists.fedorapr

Re: How to set up dhcpd.conf to serve different UEFI files per OS

2023-06-04 Thread Chris Adams
use separate VLANs, pre-configure MAC addresses, etc.). Once the DHCP server sends an answer, it's too late to change. -- Chris Adams ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproje

Re: randomization

2023-05-25 Thread Chris Adams
basically same now and neither will block (except possibly during boot). But if you're writing a program, there's the getrandom() call. https://man7.org/linux/man-pages/man2/getrandom.2.html -- Chris Adams ___ users mailing list -- users@lists.fedoraproject.o

Re: ide editor??

2023-05-23 Thread Chris Adams
Once upon a time, Sam Varshavchik said: > Everything else is a pale imitation of emacs' awesomeness. Oh, did the emacs OS finally implement an editor? :) -- Chris Adams ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe s

Re: System upgrade verification

2023-05-17 Thread Chris Adams
your RPM database either; they're just made available (so more just kind of a history thing). They're normally only installed if a repo file in /etc/yum.repos.d references one and you try to install a package from the repo (and so accept the key when prompted). -- Ch

Re: Experience with 10Gb ethernet adapters?

2023-05-12 Thread Chris Adams
imes also TCP/UDP src/dest port) and select a LAG member to use based on the hash. All packets of a single stream go down the same LAG member, because otherwise you introduce jitter and out-of-order packet arrival. Also, 10G has lower latency than 1G, which helps NFS performance as well. -- Ch

Re: Experience with 10Gb ethernet adapters?

2023-05-12 Thread Chris Adams
if they could install an SFP+ they had on hand (it was a telephone company ISP, they had lots), and we said "sure" and proceeded to go through lots of troubleshooting, with them swapping modules, before it got to me and I checked and saw the Linux kernel rejecting the modules. Embar

Re: Experience with 10Gb ethernet adapters?

2023-05-12 Thread Chris Adams
s what a 1 gigabit NIC can do. -- Chris Adams ___ 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-co

Re: Experience with 10Gb ethernet adapters?

2023-05-12 Thread Chris Adams
tion "ultra thin" cat6A cables (makes for easier cable routing and bundling). -- Chris Adams ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: http

Re: Experience with 10Gb ethernet adapters?

2023-05-12 Thread Chris Adams
ow if the driver is expected to restore the MTU and isn't, but NetworkManager also doesn't seem to handle bridge+suspend/resume right; NICs show "connected (externally)" in nmcli after a suspend/resume, like NM loses management of them. I've just hacked around this by adding a dis

Re: whence USB 2?

2023-05-10 Thread Chris Adams
t replacing A, B, extended B, mini B, micro B, and more is a definite improvement. -- Chris Adams ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https:

Re: More fun with SSL certificates

2023-05-03 Thread Chris Adams
default_server; listen [::]:443 ssl http2 default_server; ssl_reject_handshake on; return 404; } -- Chris Adams ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@list

Re: More fun with SSL certificates

2023-05-02 Thread Chris Adams
nymore, only the subjectAltName DNS: entries (which were not shown). However, checking the public certificate transparency logs, the above cert is this one: https://crt.sh/?id=9283300806 That has subjectAltName field of "DNS:bree.org.uk", which appears correct. -- Chris Adams

Re: Systemd Unit Fails at Boot, but Succeeds when Started from the Console

2023-04-30 Thread Chris Adams
ost likely culprit. -- Chris Adams ___ 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

Re: saving backward compatibility :-)

2023-04-29 Thread Chris Adams
solutely zero demonstrable benefit to this warning (and eventual removal), except to break old scripts and old typing habits. -- Chris Adams ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.

Re: F38 and NUT

2023-04-27 Thread Chris Adams
tion for a monitoring user - upsmon.conf add a MONITOR line for the UPS+user -- Chris Adams ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://do

Re: Certbot error - SOLVED (?)

2023-04-23 Thread Chris Adams
I haven't run Apache in ages, switched to nginx), so I didn't know the DocumentRoot. I just saw the directory path as /var/www/, which I've seen lots of people use as their DocumentRoot. -- Chris Adams ___ users mailing list -- users@lists.fedorapr

Re: Certbot error - SOLVED (?)

2023-04-23 Thread Chris Adams
do that, and disable SELinux protections, you should put your logs under the log directory, /var/log. If you don't like the default permissions on /var/log/httpd, you can make another directory, but still under /var/log (and not accessible over the web). -- Chris Ad

Re: Broken by the grub startup after have move whole the system from one SSHDD more small to a SSD more big by a software acronis

2023-04-23 Thread Chris Adams
e, and I don't think there's any command to update that file easily (unlike regenerating the main grub.cfg with "grub2-mkconfig -o /etc/grub2.cfg"). -- Chris Adams ___ users mailing list -- users@lists.fedoraproject.org To unsubsc

Re: Certbot error

2023-04-23 Thread Chris Adams
nd/or hosts on private networks), so that's about it for ideas from me. :) -- Chris Adams ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Cond

Re: Is there some way of getting interactive access to a Fedora boot menu to a computer on the same LAN?

2023-04-19 Thread Chris Adams
Once upon a time, Tom Horsley said: > I believe grub has support for VNC access I don't believe that exists, no. grub2 can have local consoles of a few types: various local graphics and serial, which can be connected to another system. -- Chris Ad

Re: Is there some way of getting interactive access to a Fedora boot menu to a computer on the same LAN?

2023-04-19 Thread Chris Adams
te little microcontroller with its own IP address and protocol), implemented by things like iDRAC (Dell) and iLO (HP). -- Chris Adams ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fe

Re: MongoDB for fedora37?

2023-03-09 Thread Chris Adams
-Free, so Fedora dropped it. Last time I needed it, upstream had some yum repos, although I don't know how well they are maintained. -- Chris Adams ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to

Re: software or hardware raid?

2023-03-02 Thread Chris Adams
u name it, even if it is "redundant", it can (and will) still fail. -- Chris Adams ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedora

Re: software or hardware raid?

2023-03-02 Thread Chris Adams
y with ext4 though, there's no reason to switch unless you see something in particular that XFS would do better in your use. ext4 is not going away any time soon, and both ext4 and XFS are mature and stable filesystems (and both are still getting development)

Re: software or hardware raid?

2023-03-02 Thread Chris Adams
additional check against silent drive failures, but again, unless you put that data on a separate fast SSD, it slows down performance a lot. -- Chris Adams ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...

Re: tar

2023-02-02 Thread Chris Adams
(which is freely reimplementable). -- Chris Adams ___ 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-c

Re: tar

2023-02-02 Thread Chris Adams
tion here: https://pubs.opengroup.org/onlinepubs/9699919799.2018edition/ ARG_MAX is defined in the limits.h header (click on Headers at the bottom left to find it). -- Chris Adams ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send

Re: vim question - how to stop auto comments

2023-01-31 Thread Chris Adams
autocmd FileType * set formatoptions-=o in ~/.vimrc. -- Chris Adams ___ 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

Re: Tip: how to make your own resolv.conf

2022-12-19 Thread Chris Adams
h was standardizing network configuration across distributions. The NM plugin to support the RHL-style ifcfg files has been there as a backwards-compatibility wedge, but it was time to move on from using that by default (and deprecate the old network-scripts pile of sh

Heads-up: Google Chrome repo disabled on Fedora upgrade

2022-12-06 Thread Chris Adams
might want to check that it's still enabled (so they're still getting security updates). -- Chris Adams ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct

Firefox and WebAuthn?

2022-10-26 Thread Chris Adams
, or cancel. And the only option is "Cancel" - I don't see a way to actually register anything. Is there a way to use WebAuthn with Firefox on Fedora? -- Chris Adams ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe sen

Re: Fedora on a Mac Book Pro

2022-09-22 Thread Chris Adams
nning Mac OS, and it had basically the same behavior. IIRC the only hardware issue was that it used one of the Broadcom wifi chips that had non-redistributable firmware, so I had to use the fwcutter thing to get it working (but then it was fine I think). -- Chris Adams _

Re: Question on bad links?

2022-09-19 Thread Chris Adams
moving away from the file-per-article storage to avoid this issue (and others). Mail servers, on the other hand, were jumping to the file-per-message method just as fast as Usenet servers discarded it, and are still using it. -- Chris Adams _

Monitor speakers change which "device" they are

2022-07-25 Thread Chris Adams
d change the default output device. The video side always keeps the correct monitor mapped as the correct part of the display layout, so it seems either there's a unique ID or something that keeps them in the right order. Is there something similar to keep it right for au

Re: Disable rpcbind on NFS server

2022-05-28 Thread Chris Adams
ux/8/html/deploying_different_types_of_servers/configuring-an-nfsv4-only-server_exporting-nfs-shares -- Chris Adams ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduc

Re: bluetooth mic input support on f35

2022-05-13 Thread Chris Adams
t Head Unit (HSP/HFP) profile to enable input. I'm not sure why you might not see any though. I have several Bluetooth headsets (one ear with boom mic, earbuds, and full headphones with a mic), and they all show HSP/HFP profiles. -- Chris Adams

Re: bluetooth mic input support on f35

2022-05-13 Thread Chris Adams
ording and playback tabs to make sure it's using the correct devices. -- Chris Adams ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproje

Re: Fedora Scientific Lab : Forbidden

2022-05-11 Thread Chris Adams
private mirror, and when I was looking last night (12 hours after release), a bunch of the rsync mirrors I checked had not yet opened the releases/36 directory. That includes download-ib01.fedoraproject.org, which still doesn't have Fedora 36 available thi

Re: Can new Fedora changes help users ?

2022-04-29 Thread Chris Adams
s, closed source blobs, etc. that make it hard to reliably support Pi. It's really unfortunate that the Pi dominates the small board space. -- Chris Adams ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lis

Re: ssh resolving with systemd.resolved

2022-04-24 Thread Chris Adams
eplace this symlink by a static file or a different symlink. Nothing about disabling/stopping/restarting any services. -- Chris Adams ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraprojec

Script for making a KVM VM from a kickstart

2022-01-15 Thread Chris Adams
. I've got it built as an RPM, so if others think this is useful, I might submit it to Fedora and EPEL. Let me know what you think! https://github.com/cmadamsgit/ks-install -- Chris Adams ___ users mailing list -- users@lists.fedoraproject.org

Re: OT: Linux kernel version in fiber modem

2021-12-26 Thread Chris Adams
e first case is much more likely. -- Chris Adams ___ 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-c

Re: Building a USB maintenance drive instead of using Live USB drives ?

2021-11-19 Thread Chris Adams
em, which probably reduces USB accesses (at a cost of a little more CPU, but most of the time, there's CPU to spare). The filesystem type on top of that probably also matters; I'm not sure which general-purpose FS has the better access patterns for USB. -- Ch

Re: Slack dropping Fedora support

2021-11-14 Thread Chris Adams
applications in a limited-access sandbox (so you don't have to trust the proprietay applications as much). It does look like Slack has an official Snap distribution, so that's an alternative to their RPM/yum repo. -- Chris Adams ___ users mailing list -- users

Re: Simple home floor plan software?

2021-11-13 Thread Chris Adams
Once upon a time, Dave Stevens via users said: > On Sat, 13 Nov 2021 17:26:36 -0600 > Chris Adams wrote: > > I'd like to draw a floor plan of my house. Nothing fancy, but I want > > to include all the electrical info (switches, outlets, lights, etc.) > > so I can map o

Simple home floor plan software?

2021-11-13 Thread Chris Adams
I'd like to draw a floor plan of my house. Nothing fancy, but I want to include all the electrical info (switches, outlets, lights, etc.) so I can map out and label the circuit each thing is on. Any suggestions for something free on Linux for this? -- Chris Adams

Re: Envelope printing software -- not LibreOffice

2021-10-17 Thread Chris Adams
gh, so I'd be in no position to help with this. -- Chris Adams ___ 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/projec

Re: OT: RGB mechanical keyboard

2021-09-03 Thread Chris Adams
springs breaking in). https://www.pckeyboard.com/ I have an original (made in 1985 or 1986 IIRC) Model M with the old school coiled-up detachable cable that I used for years, and a couple of the Unicomp USB versions that I use now, and they're great.

Re: resizing qemu image

2021-07-21 Thread Chris Adams
ere's also the possibility of LVM set up with thin pools... can't remember if that works the same or needs additional steps. -- Chris Adams ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.

Re: Windows 11 VMs

2021-07-14 Thread Chris Adams
module would be that you can take it with you; either literally (unplug it when you leave the house for example) or just when you replace the motherboard. -- Chris Adams ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email

Re: My FC33->FC34 bind-chroot upgrade notes

2021-06-16 Thread Chris Adams
nal files. -- Chris Adams ___ 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 Guidelin

Re: How to tell why Firefox won't connect

2021-01-05 Thread Chris Adams
Once upon a time, Ed Greshko said: > On 06/01/2021 08:03, Chris Adams wrote: > >Off to file a bug, against crypto-policies I guess to start. > > Well, I don't know why you'd do that. > > I just did "sudo update-crypto-policies --set LEGACY" on an F33

Re: How to tell why Firefox won't connect

2021-01-05 Thread Chris Adams
Once upon a time, Ed Greshko said: > On 06/01/2021 04:10, Chris Adams wrote: > >I'm getting an error connecting to an HTTPS website with Firefox of > >SSL_ERROR_NO_CYPHER_OVERLAP on Fedora 33. How do I see what ciphers > >Firefox is configured to use? > > > >W

Re: How to tell why Firefox won't connect

2021-01-05 Thread Chris Adams
Once upon a time, Joe Zeff said: > On 1/5/21 1:10 PM, Chris Adams wrote: > >And really - having to lower system-wide security settings to > >allow connection to one site is a poor design. > > Yes! Poor design by that site, unless it's dumping malware or > otherwise

How to tell why Firefox won't connect

2021-01-05 Thread Chris Adams
- having to lower system-wide security settings to allow connection to one site is a poor design. -- Chris Adams ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code

Re: Do you disable IPV6? - Fedora Workstation

2020-12-29 Thread Chris Adams
Once upon a time, Tim via users said: > On Tue, 2020-12-29 at 08:32 -0600, Chris Adams wrote: > > There is no NAT for IPv6, but that's a feature. NAT doesn't really > > add any security; NAT is a combination of two things: a stateful > > firewall (which gives you the pro

Re: Do you disable IPV6? - Fedora Workstation

2020-12-29 Thread Chris Adams
bunch of customer networks, and we're forever running into the same NAT networks (10.0.0.0, 192.168.1.0, etc.). If everybody would just get on the IPv6 train, address conflicts would be gone. NAT just gives the feeling of security, when it's just the firewall part that is the actual security laye

Re: systemd-resolved switching DNS servers

2020-10-26 Thread Chris Adams
Ses have used for years. I'm not a fan of how systemd-resolved does some things, but having something like that is long overdue. As for logging... this is something that has the potential to bounce around a bunch under some conditions, so I don't think logging it is a great idea (can easily cau

Re: modifications to sshd_config for security/hardening

2020-05-01 Thread Chris Adams
from the DNS query). FYI: "UseDNS no" has been the default in OpenSSH for a while now. -- Chris Adams ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora C

  1   2   3   4   >