Re: smokeping alternative?

2024-06-24 Thread Jon Ingason via users

Den 2024-06-24 kl. 17:02, skrev Alex:

Hi,
I've been using smokeping to monitor network problems for what seems 
like decades. It now seems to have been removed from the internet, lol.


What are you using to monitor network drop-outs and latency and traffic 
problems? I'm already using munin to monitor service performance, and 
nagios to monitor services, but I'm looking for something that can graph 
latency in the same way as smokeping used to.


Ideas greatly appreciated.




Smokeping is in Fedora repro

$ dnf info smokeping


Tillgängliga paket
Namn : smokeping
Version  : 2.8.2
Utgåva   : 6.fc40
Arkitektur   : noarch
Storlek  : 550 k
Källa: smokeping-2.8.2-6.fc40.src.rpm
Förråd   : fedora
Summering: Latency Logging and Graphing System
URL  : https://oss.oetiker.ch/smokeping/
Licens   : GPLv2+
Beskrivning  : SmokePing is a latency logging and graphing system. It 
consists
 : of a daemon process which organizes the latency 
measurements and

 : a CGI which presents the graphs.

--
Regardes

Jon Ingason


--
___
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: change OTP password ...

2024-03-23 Thread Jon Ingason via users

Den 2024-03-23 kl. 23:28, skrev Patrick O'Callaghan:

On Sun, 2024-03-24 at 00:17 +0200, Cătălin George Feștilă wrote:

OTP is the new feature set on login for users ...


I still have no idea what this is about, but never mind.

poc
--


Google otp meaning

OTP means One Time Password: it's a temporary, secure PIN-code sent to 
you via SMS or e-mail that is valid only for one session. Smart-ID uses 
OTPs during registration and account renewal to confirm your contact 
information.


--
Regards
Jon Ingason
--
___
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: procmail question

2024-01-26 Thread Jon Ingason via users

Den 2024-01-26 kl. 17:26, skrev Thomas Cameron:

On 1/26/24 10:10, Patrick O'Callaghan wrote:

I used procmail for years and never had an issue with it. However I
don't like unmaintained software so removed it when support was
dropped. The problem with Sieve (and several other options) is that
they're server-side, so if your server doesn't support them, and you
don't want to run your own local server (plus e.g. fetchmail) you're
dependent on what your mail provider allows.


I run the servers, so I can install whatever I want, but... I chatted 
with a couple of folks on IRC, including someone who knows the guy who 
wrote that article. Turns out that procmail really IS still being 
maintained, both by vendors like Red Hat, Canonical, Suse, etc., and 
independent developers. There's even talk about forming a new mailing 
list for those developers. It's definitely being maintained.


After digging in a bit, I'm going to stick with procmail since I already 
know it.


If anyone has any opinions to the contrary, I'm happy to be educated, 
though!




Did following:

$ dnf search procmail
Fedora 39 - x86_64  9.3 MB/s |  89 MB


= Namn Exakt matchad: procmail
procmail.x86_64 : Mail processing program
=== Namn & Sammanfattning Matchad: procmail
perl-Mail-Procmail.noarch : Procmail-like facility for creating easy mail
  : filters

So procmail indeed is still maintained.

--
Regards

Jon Ingason


--
___
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: Cloning disk with dd give me "Error while writing to /dev/sdc: Unit full"

2023-09-14 Thread Jon Ingason via users

Den 2023-09-14 kl. 18:24, skrev Chris Adams:

Once upon a time, Jon Ingason  said:

I am trying to clone /dev/sdb, Hitachi HTS545050A7E380, 465.76 GiB,
to /dev/sbc, Samsung SSD 870 EVO 500G, 465.76 GiB.

$ sudo dd if=/dev/sdb bs=4MB of=/dev/sbc bs=4MB conv=noerror,sync


Is it really "sbc", or is it "sdc"?  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.


OOBS! I didn't see that.

It seems to work now. Just sitt and wait.

Thank you Chris Adams and Roger Heflin.
--
Regards

Jon Ingason

___
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


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

2023-09-14 Thread Jon Ingason via users
I am trying to clone /dev/sdb, Hitachi HTS545050A7E380, 465.76 GiB, to 
/dev/sbc, Samsung SSD 870 EVO 500G, 465.76 GiB.


$ sudo dd if=/dev/sdb bs=4MB of=/dev/sbc bs=4MB conv=noerror,sync
dd: Error while writing to /dev/sdc: Unit full
2+0 records in
1+0 records out
4194304 bytes (4,2 MB, 4,0 MiB) copied, 0,144554 s, 29,0 MB/s

What is wrong with this?

--

Regards

Jon Ingason
___
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: Upgraded machine to Fedora 38 and now suspending after 15 minues??

2023-08-21 Thread Jon Ingason via users

Den 2023-08-21 kl. 03:09, skrev Michael D. Setzer II via users:



Question. Just looked at the sleep.conf file on my machine and all
the commented lines (all) seem to show the default as =yes, so I
assuming that you mean to uncomment the lines and change =yes
to =no??

Check the file on my Fedora 37 and it also shows most of same
options?

[Sleep]
#AllowSuspend=yes
#AllowHibernation=yes
#AllowSuspendThenHibernate=yes
#AllowHybridSleep=yes
#SuspendMode=
#SuspendState=mem standby freeze
#HibernateMode=platform shutdown
#HibernateState=disk
#HybridSleepMode=suspend platform shutdown
#HybridSleepState=disk
#HibernateDelaySec=120min



What I understand this shows the standard value of this parameters.
There for you need to uncomment "Allow*" and change "yes" to "no".
This works for me. I also do:

sudo -u gdm dbus-run-session gsettings set 
org.gnome.settings-daemon.plugins.power sleep-inactive-ac-timeout 0


since I am running Gnome.


--
Regards

Jon Ingason

___
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: nftables and selinux

2023-08-12 Thread Jon Ingason via users

Den 2023-08-12 kl. 18:07, skrev François Patte:

Bonjour,

I come accross a problem with nftables: it was impossible to start 
nftables, the error message is:


internal:0:0-0: Error: Could not open file 
"/etc/sysconfig/nftables.conf": Permission denied


I think this is selinux permission problem.


This file /etc/sysconfig/nftables.conf has 755 permissions.


I think the permission should be 600.

What do ls -lZ /etc/sysconfig/nftables.conf says?

Mine are:

-rw---. 1 root root system_u:object_r:etc_t:s0 364 22 jul  2022 
/etc/sysconfig/nftables.conf




I tried to get informatons from the internet but did not find a solution.

I tested wether it was a selinux problem and I won...

setenforce 0

solved the problem


No it does not solve the real problem


Now I went back to setenforce 1 but the problem is : if I reboot my 
machine, the problem will come back.


How to make selinux accept nftables?

fc36 nftables version 1.0.1


I would advise you to upgrade to Fedora 37 or even Fedora 38


Thank you for helping.



--
Regards

Jon Ingason


___
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: Video Display Freezes - Radeon GPU Lockup

2023-07-08 Thread Jon Ingason via users

Den 2023-07-08 kl. 19:12, skrev Felix Miata:

David Dembrow composed on 2023-07-08 12:12 (UTC-0400):


Recently my video display freezes after a few minutes.  The video card
is an ATI Radeon dual head.  Is there some configuration settings
available that may work around whatever my failure may be?



The only hint I have about the failure is from the dmesg command I can
reach through one of the virtual consoles because of course the
graphical video is frozen.  I am including the last failure messages below.


Which Radeon model do you have? Your problem may be related to this problem:
https://bugzilla.redhat.com/show_bug.cgi


What is the "bug id"?

--
Regards

Jon Ingason
___
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: F37 - dnf update error

2023-04-25 Thread Jon Ingason via users

Den 2023-04-25 kl. 15:12, skrev Robert Moskowitz:



On 4/25/23 08:59, Tim Evans wrote:

On 4/25/23 08:21, Robert Moskowitz wrote:

Still no fix on this.

How do I notify the proper people about this?  For me, it is gthumb 
that is triggering the dependency.


As someone else pointed out:

# dnf -y --exclude='*heif*' update


Sure, that has gotten me around the issue of not being able to update 
other things, but it does not get the basic problem fixed, in that there 
are conflicting ver of a dependency.


How do I alert the proper powers that be about this?



Both libheif-hevc-1.15.1-2.fc37.1.x86_64 and 
libheif-freeworld-1.15.1-4.fc37.x86_64  are rpmfusion-free packade.


--
Regards

Jon Ingason
___
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: VirtualBox and VirtualBox-Server File Conflicts

2022-10-17 Thread Jon Ingason via users

Den 2022-10-17 kl. 10:48, skrev Stephen Morris:

Hi,

  I tried excluding the VirtualBox-server package but VirtualBox

won't install without it.



Why would you do that? You can't run VirtualBox without the server.
Please read the information of the VirtualBox rpm:

rpm -qi VirtualBox VirtualBox-server

--
Regards

Jon Ingason
___
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: VirtualBox and VirtualBox-Server File Conflicts

2022-10-17 Thread Jon Ingason via users

Den 2022-10-17 kl. 10:48, skrev Stephen Morris:

Hi,
     I'm trying to install Virtualbox from the Fedora repositories, 
which appears to be coming from the Rpmfusion-free-updates repository, 
and it has a hard requires on VirtualBox-Server, so the server package 
is brought in with the install. The issue is the two packages have a 
number of files with the same name so they conflict with each other. Is 
this something that should be raised with the rpmfusion guys or should I 
just wait for it to be rectified as it is immediately obvious on 
install? I tried excluding the VirtualBox-server package but VirtualBox 
won't install without it.


Since VirtualBox are in the RPM-Fusion Repro you should ask there.
If I understand right, you are getting problem when you when you install 
VirtualBox, is that right?
I have VirtualBox installed and hade no problem with the installation or 
running VirtualBox.


$ rpm -qa | grep -i virtualbox
VirtualBox-kmodsrc-6.1.38-1.fc36.noarch
akmod-VirtualBox-6.1.38-1.fc36.x86_64
VirtualBox-server-6.1.38-1.fc36.x86_64
VirtualBox-6.1.38-1.fc36.x86_64
virtualbox-guest-additions-6.1.38-1.fc36.x86_64
kmod-VirtualBox-5.19.13-200.fc36.x86_64-6.1.38-1.fc36.x86_64
kmod-VirtualBox-5.19.14-200.fc36.x86_64-6.1.38-1.fc36.x86_64
kmod-VirtualBox-5.19.15-201.fc36.x86_64-6.1.38-1.fc36.x86_64




regards,
Steve


--
Regards

Jon Ingason

___
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: LibreOffice Base?

2022-05-02 Thread Jon Ingason via users

Den 2022-05-02 kl. 14:14, skrev Robert Moskowitz:



On 5/2/22 06:04, Dave Stevens via users wrote:

On Mon, 2 May 2022 05:42:51 -0400
Robert Moskowitz  wrote:


On 5/2/22 04:41, Andras Simon wrote:

2022-05-02 3:31 UTC+02:00, Robert Moskowitz :

I want to create an Access Database on my F35 system so my wife
can also use it on her Windows system using Access.

So I did a quick bit of googling and found that maybe LibreOffice
Base is what I want.

So I did:

dnf install libreoffice-base

which worked, and then tried launching it and

nothing...

Any hints on getting this running?

oobase is what you probably want to start. At least that's the only
executable file in libreoffice-base.

saved me asking this basic question.  :)

Typed it into a Terminal window and...

Nothing.

Just came back with the command prompt.

:(

what if you try libreoffice7.3 --base


[rgm@lx140e ~]$ libreoffice7.3 --base
bash: libreoffice7.3: command not found
[rgm@lx140e ~]$ libreoffice --base
[rgm@lx140e ~]$

No dice.  May be time to open a bug report???


What does

$ rpm -qa|grep ^libreoffice

give you?
--
Regards
Jon Ingason
___
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: Upgraded system from regular SATA disk to SDD disk. Anything need to get best?

2022-04-21 Thread Jon Ingason via users

Den 2022-04-21 kl. 15:49, skrev Richard Shaw:



Assuming you started with Fedora 34 you should be on BTRFS. I would just 
make sure btrfs-trim.timer is enabled to periodically do trimming of 
unused blocks.




Should it not bee fstrim.timer? It does exactly same on my system as you 
describe.
My system is Fedora 35 with BTRFS filesystm on 2 Tbyte SDD and running 
fstrim.timer bu not btrfs-trim.timer.


Thanks,
Richard





--

Regards
Jon Ingason
___
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: Soft lockup bug

2021-09-23 Thread Jon Ingason via users

Den 2021-09-23 kl. 12:39, skrev Patrick O'Callaghan:

On Thu, 2021-09-23 at 17:55 +0800, Ed Greshko wrote:

On 23/09/2021 17:05, Patrick O'Callaghan wrote:




I've not explicitly enabled sysstat collection (how do I do that?)


Se following link: 
https://tecadmin.net/sysstat-monitor-linux-system-performance/


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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure




--
Regards
Jon Ingason
___
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


Why can't I get Swedish keyboard when installing Fedora 34?

2021-07-11 Thread Jon Ingason via users
I am installing Fedora 34 with "Virtual Manager" but I can't chose
neither Swedish keyboard nor Swedish language. I am using ISO-image
Fedora-Server-netinst-x86_64-34-1.2.iso. But I can chose Danish,
Icelandic or Norwegian.

Why not Swedish?

-- 
Regards

Jon Ingason
___
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