Re: libvirtd.service start
On Mar 22, 2024, at 00:53, Samuel Sieb wrote: >> Nothing from the journal tells anything that I understand >> # journalctl -b -u libvirtd >> Mar 21 09:31:17 HPZ440.attlocal.net systemd[1]: Starting libvirtd.service - >> libvirt legacy monolithic daemon... >> Mar 21 09:31:18 HPZ440.attlocal.net systemd[1]: Started libvirtd.service - >> libvirt legacy monolithic daemon. >> Mar 21 09:33:18 HPZ440.attlocal.net systemd[1]: libvirtd.service: >> Deactivated successfully. > > I'm not sure what's going on here. systemd kind of starts it, but then > apparently either systemd shuts it down or the service decides it has nothing > to do and quits. I notice it’s exactly 2 minutes. If you notice the process running, it says it runs with “--timeout 120”. I wonder if this is the similar to the virtnetworkd bug we saw last year? Try disabling the timeout with: echo LIBVIRTD_ARGS= > /etc/sysconfig/libvirtd && systemctl restart libvirtd -- Jonathan Billings-- ___ 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
Questions about virtiofs
Hi, I have several separate file systems, amongst them /home on btrfs and media depository /archives on xfs (RAID-5). I am running Win11 guest in QEMU on F39 host. I installed winfsp in the guest and I can access my /home in Win11 guest. However, if I "Add Hardware" in Virtual HW details and create another virtiofs from /archives, I cannot see the file systems in Win11 guest. Is that a known limitation (only one virtiofs mounted at the time), or am I doing something wrong? Neither of /var/log/libvirt/qemu/win11-fs0-virtiofsd.log /var/log/libvirt/qemu/win11-fs1-virtiofsd.log indicate any obvious errors. They are in fact identical. Question 2: I do not see existing soft links in /home on Win11 guest. Is that intentional? Thanks Frank -- -- ___ 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: libvirtd.service start
On 3/22/24 6:30 AM, Barry Scott wrote: On 22 Mar 2024, at 00:54, Robert McBroom via users wrote: looking at the status it shows preset:disabled As I understand it preset is used somewhere in the initial installation of fedora to figure out which services should be enabled by default. After installation it's not used normally. As a user you can symlink services into the right place in /etc/systemd/system or use the systemctl enable/disable commands to do the symlinking for you. I don't see any entry for libvirtd in /etc/systemd/system after having started it. There is an entry in /etc/systemd/system/multi-user.target.wants pointing to /usr/lib/systemd/system/libvirtd.service which looks unchanged. What symlink would be expected? After a system boot [ ~]# systemctl status libvirtd ○ libvirtd.service - libvirt legacy monolithic daemon Loaded: loaded (/usr/lib/systemd/system/libvirtd.service; enabled; preset: disabled) Drop-In: /usr/lib/systemd/system/service.d └─10-timeout-abort.conf Active: inactive (dead) TriggeredBy: ○ libvirtd-ro.socket ○ libvirtd.socket ○ libvirtd-admin.socket Docs: man:libvirtd(8) https://libvirt.org/ [ ~]# systemctl start libvirtd [ ~]# systemctl status libvirtd ● libvirtd.service - libvirt legacy monolithic daemon Loaded: loaded (/usr/lib/systemd/system/libvirtd.service; enabled; preset: disabled) Drop-In: /usr/lib/systemd/system/service.d └─10-timeout-abort.conf Active: active (running) since Sat 2024-03-23 13:06:24 EDT; 7s ago TriggeredBy: ● libvirtd-ro.socket ● libvirtd.socket ● libvirtd-admin.socket Docs: man:libvirtd(8) https://libvirt.org/ Main PID: 10683 (libvirtd) Tasks: 20 (limit: 32768) Memory: 42.1M (peak: 42.7M) CPU: 500ms CGroup: /system.slice/libvirtd.service └─10683 /usr/sbin/libvirtd --timeout 120 Mar 23 13:06:23 HPZ440.attlocal.net systemd[1]: Starting libvirtd.service - libvirt legacy monolithic daemon... Mar 23 13:06:24 HPZ440.attlocal.net systemd[1]: Started libvirtd.service - libvirt legacy monolithic daemon. -- ___ 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
Backups does not lauche anymore.
Hi Linux Lovers, I use Backups for years, but suddenly I can not launche the application anymore : Message launche error. Question what is wrong ? Any help would be usefull. Regards , Ger van Dijck. -- ___ 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: Backups does not lauche anymore.
On 3/23/24 10:43, Ger van Dijck wrote: I use Backups for years, but suddenly I can not launche the application anymore : Message launche error. That doesn't appear to be an included application. Where did you get it from? What do you see if you run it from a terminal? -- ___ 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 ...
OTP is the new feature set on login for users ... Thank you for replying, no need to answer this question. Thank you people! On Sat, Mar 23, 2024 at 12:00 AM Patrick O'Callaghan wrote: > On Fri, 2024-03-22 at 19:37 +, Cătălin George Feștilă wrote: > > I just sent an email to reset my OTP, somehow I lost it when I tried > > to change the password. > > Can you tell me if this works now and how fast can be done? > > This is my mail to admin, thank you: > > > > Dear team > > > > I lost my OTP, I tried to change the password but not work. > > Can you reset it and tell me what can I do to recover the account? > > Thank you. Best regards. > > OTP for what exactly? Why are you sending this to the Fedora Users > list? > > 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, report it: > https://pagure.io/fedora-infrastructure/new_issue > -- ___ 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 ...
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 -- ___ 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 ...
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