Re: VirtualBox and Fedora 37

2022-11-28 Thread Jamie Fargen
Fedora has long supported virtualization with libvirt and kvm, there is a suitable gui interface via virt-manager to make it easier for mere mortals to manage VMs, Images, etc. What are the considerations in using these tools which are thoroughly tested and used by the Fedora community instead of c

Re: virt-sparsify ?

2022-11-09 Thread Jamie Fargen
There shouldn't be any downside, but per the doc the virtual machine must be off, no other tools used concurrently. It seems that virt-sparsify can be used with an input and output image file or operate on the image file directly, the first option being the safest in the event of corruption on the

Re: Looking to get connection between 2 local networks?

2022-11-08 Thread Jamie Fargen
Michael- From the subject unable to determine the connectivity you are trying to resolve. From the output of the $ ip route command, it seems you have a host with two interfaces connected to a cable modem and they are assigned ip addresses in two different subnets and that seems to be working.

Re: i915 Unstable

2022-10-26 Thread Jamie Fargen
On Wed, Oct 26, 2022 at 9:06 AM Ken Smith via users < users@lists.fedoraproject.org> wrote: > Hi everyone, > > I have a Dell Latitude 5480 laptop with a Fedora 36 install. It crashes > regularly, uptime can sometimes be less that 5 mins but sometimes it > lasts several hours. There is no trace at

Re: dns lookup behavior

2022-02-21 Thread Jamie Fargen
> > > dig 172.16.96.20 > > Do you mean dig -x 172.16.96.20 dig 1.1.1.1 doesn't return the host name: You can see running dig followed by an IP doesn't return anything, to do a reverse DNS lookup, or to resolve the hostname from the IP, you can see in the second example dig -x followed by the IP

Re: dns lookup behavior

2022-02-21 Thread Jamie Fargen
On Mon, Feb 21, 2022 at 4:52 PM Barry wrote: > > > > On 21 Feb 2022, at 20:15, Paolo Galtieri wrote: > > > > Folks, > > I have 3 Linux systems, one running F31 and 2 running F34. On one of > the F34 systems I have a local DNS server running. This has worked fine in > the past, but now I'm se

Re: Bad workloads for RAID0?

2022-02-12 Thread Jamie Fargen
Not familiar with DejaDup, but with this setup on RAID0 do an rsync every 15 minutes to the backup system. Regards, -Jamie On Fri, Feb 11, 2022 at 8:38 AM Matti Pulkkinen wrote: > to, 2022-02-10 kello 10:35 -0600, Thomas Cameron kirjoitti: > > > > Remember that with RAID0, if you lose ANY dri

Re: OT: Linux kernel version in fiber modem

2021-12-28 Thread Jamie Fargen
There was an article that compared linux based DIY routers with off the shelf home routers and the numbers were pretty conclusive. A basic x86 processor from Intel or AMD is much more powerful than most of the low cost MIPs processors shipped in consumer routers. Why is something more powerful need

Re: Can i remotely pull a fedora desktop instead pull the navigator from a fedora server ?

2021-10-10 Thread Jamie Fargen
If you need a Remote Desktop like Windows RDP, then VNC maybe the right solution. If you would like to do a screen share with a remote user maybe something like Bluejeans or Google Meet would be sufficient. -Jamie On Sun, Oct 10, 2021 at 8:03 AM Dorian ROSSE wrote: > Nautilus works like TeamVie

Re: NFS mount lockups since about a month ago

2021-09-26 Thread Jamie Fargen
Are there network switches under your control? It sounds similar to what happens when MTU on the systems MTU do not match or one system MTU is set above the value on the switch ports. Next time the issue occurs use ping with the do not fragment flag. ex $ ping -m DO -s 8972 ip.address This exampl

Re: resizing qemu image

2021-07-21 Thread Jamie Fargen
Is it possible for you to keep the backup for now? If so run the following commands: 1) Keep the backup # mv /var/lib/libvirt/images/fedora21.qcow2 /var/lib/libvirt/images/fedora21.qcow2.orig 2) Copy the resized qcow2 from thumb drive to /var/lib/libvirt/images/fedora21.qcow2 3) Boot up the VM and

Re: Will F33 work on Raspberry Pi 4b?

2021-02-25 Thread Jamie Fargen
https://fedoraproject.org/wiki/Architectures/ARM/Raspberry_Pi On Thu, Feb 25, 2021 at 1:19 PM D&R wrote: > Thanks, > > David > ___ > users mailing list -- users@lists.fedoraproject.org > To unsubscribe send an email to users-le...@lists.fedoraproject.

Re: Oh God! More helpful software :-).

2020-11-08 Thread Jamie Fargen
> > you mean it won't work over ssh? > Correct. If you ssh into a host, you need to be in a group with elevated privileges like whee, use sudo, or the root user to shutdown or reboot the system. I ssh'd into the same system with the same username and password with the F32 VM that I started up and

Re: Oh God! More helpful software :-).

2020-11-08 Thread Jamie Fargen
On Sun, Nov 8, 2020 at 2:15 PM Dave Stevens wrote: > On Sat, 7 Nov 2020 17:28:01 -0800 > jdow wrote: > > > > and then others wrote > > "The current console user is generally allowed to reboot the system." > > why?? isn't that a giant security hole? just from mistakes, not to > mention malice. >

Re: Oh God! More helpful software :-).

2020-11-08 Thread Jamie Fargen
On Sun, Nov 8, 2020 at 9:44 AM Mauricio Tavares wrote: > On Sat, Nov 7, 2020 at 7:47 PM Samuel Sieb wrote: > > > > On 11/7/20 3:16 PM, jdow wrote: > > > On 20201107 13:21:47, Cameron Simpson wrote: > > >> On 06Nov2020 21:50, Tom Horsley wrote: > > >>> For as long as I can remember I've run dnf

Re: ssh reverse tunnel as a service?

2020-08-26 Thread Jamie Fargen
On Tue, Aug 25, 2020 at 9:23 PM Alex Regan wrote: > Hi, I have a fedora32 system behind a firewall without any access from > the outside. I'd like to build a reverse ssh tunnel so I can get to it > from my remote location while working remotely. I'm familiar with how > remote ssh tunnels work, bu

Re: rsync question?

2020-06-23 Thread Jamie Fargen
Bruce- Try rsync -av /home/test/.config/composer/ /home/webdev/composer/ Regards, -Jamie On Tue, Jun 23, 2020 at 11:09 AM bruce wrote: > Hey. > > I've got a test scenario. I'm looking to copy from sourceDir to > targetDir where the entire targetDir (parents) doesn't exist. So I'm > trying to r

Re: what was that on f30 ??

2020-06-23 Thread Jamie Fargen
> cant, it blew up my gnome3 desktop up startx!! : > > ( could not resolve keysym XF86MonBrightnes...) > > > You can boot it to the multiuser.target using these directions which should get you to the console: https://docs.fedoraproject.org/en-US/Fedora/19/html/Installation_Guide/s1-grub-targets.

Re: Blocking login attempts by country

2020-04-08 Thread Jamie Fargen
Richard- Consider using fail2ban, it will grok your logs, and block specific ip addresses based on previous failures. Regards, -Jamie On Tue, Apr 7, 2020 at 12:27 AM Ed Greshko wrote: > On 2020-04-05 21:36, Richard Shaw wrote: > > I got tired of repeated SSH attempts and honest for my home n

Re: DNF Not Resolving Kernel Package

2020-03-11 Thread Jamie Fargen
On Wed, Mar 11, 2020 at 12:07 AM Samuel Sieb wrote: > On 3/10/20 8:32 PM, Jamie Fargen wrote: > > When installing an RPM compiled from source, seeing and error and it > > doesn't look like the dnf is resolving the kernel package. > > > > # dnf install rt

DNF Not Resolving Kernel Package

2020-03-10 Thread Jamie Fargen
When installing an RPM compiled from source, seeing and error and it doesn't look like the dnf is resolving the kernel package. # dnf install rtl8812au-kmod-4.3.14-2.x86_64.rpm kernel-5.5.7-200.fc31.x86_64 Last metadata expiration check: 0:17:25 ago on Tue 10 Mar 2020 10:09:05 PM EDT. Package kern