Starting a server on my fedora laptop

I am developing a website using vite. In vite there is a option when starting the server you can use --host and use the website on any device which connected to network. When i use the command in my windows laptop everything works great I can open the website in my mobile which is connected to same network. If the same code is run in fedora with --host option i cannot open the website in my phone. I am new to linux. which setting should i change to make this happen?

Have you opened the ports in the firewall to allow the traffic in?

1 Like

How to do that?

1 Like

I added the port 3002 using command

sudo firewall-cmd --add-port=3002/tcp

it gave me warning something like

Warning: ALREADY_ENABLED: '3002:tcp' already in 'FedoraWorkstation'
success

but its not working.

when ilist ports using command

firewall-cmd --list-ports

it gives me something like this

1025-65535/tcp 1025-65535/udp

what to do?

What’s the URL you are trying from your other device to reach this server? If it ends with :nnnn (number, such as :3002) then that’s the port that has to be opened at the firewall. I’m not familiar with vite, but some apps require an additional parameter and/or configuration change to allow accessing from other than localhost.

The port was already open.

This implies all non-standardized ports, which is all between 1025 and 65535, are not filtered by the firewall. This includes 3002. So the goal you had was already achieved.

These are not filtered by default on Workstation and spins to facilitate a better user experience and avoid that users turn off their firewalls completely (many user applications need these ports), because on the lower ports <1025 a disabled firewall can become dangerous. So from a “socio-technical” point of view, the idea was to increase the realistic overall security. I have not used Fedora Server for long, but as far as I remember, on the Server Edition all ports are closed by default. So I assume you use Workstation or a spin for this?

Anyway, Fedora’s firewall seems to be not the issue if you work on port 3002. Be aware that “not filtered” by the firewall does not imply that the port is open! But it means that your application can open it without being hindered by the firewall.

You can test this with, e.g., nmap (you can install it with your package manager if you use Fedora for it; or download it for use on Windows) → start your server and then check from the network if the port can be reached: nmap 192.168.122.140 -Pn -p3002

If it is filtered, there is a firewall issue (although this can also be another firewall, e.g., of your router/switch), if it is closed, it seems to be an issue of the application that should open it but does not do so. If it is open, the problem lies somewhere else because this means the application was able to and did open the port.

Feel free to send us the exact output when you use your application (I don’t know “vite”; I assume you open it in the command line?). Also, when you had the issue, you can send us the output of sudo journalctl --since "5 minutes" but use this command immediately after you experienced the problem. It contains the system logs of the last 5 minutes. Feel free to randomize them if the logs contain something you consider private (e.g., user names). To avoid overseeing more basic issues, the output of ip address would be also useful.

Today when i booted my pc and run the server. It worked after some time it does not work. I restarted the server it did not work but when i restarted my laptop and started the server it workes again. I dont know what is the problem. is it my system? how to fix this? . I ran nmap both times when the server is working and not working. It gave me like this

Nmap scan report for fedora (192.168.2.45)
Host is up (0.00015s latency).

PORT     STATE SERVICE
3002/tcp open  exlm-agent

Nmap done: 1 IP address (1 host up) scanned in 0.17 seconds
[jamal@fedora wiki]$ ^C

This implies the port is neither filtered nor closed. The application seems to be able to open the port. So this is what we want to have. The issue is something else. Of course I assume here that the network of 192.168.2.45 is the network in which you are experiencing the problem? The ip address output would be helpful to set the nmap output in a context. Nevertheless, if it sometimes work and sometimes not, I expect it is not port related anyway.

So, without further information we cannot do much. Therefore, provoke the issue (e.g., start your server so that it should work and then try to open the website from your phone or from wherever). Then, if it does not work (or, when it does no longer work), check out the log files immediately (below 5 minutes of the occurrence; which will have happened before you see it in the browser; so keep trying in minute steps and then get the logs output immediately) and let us know. As noted above: Starting a server on my fedora laptop - #7 by py0xc3 Please also let us know the time when you experience the issue first. Hopefully, this information will be sufficient.

Also, if you experience the issue, try to connect to the server from another device. Just to exclude that the origin of the issue is somewhere else.

Just to be on the same page: you did restart the machine, so the whole operating system, or you only restarted the application?

Restarting application did not fix the issue but resatarting whole operating system fixed it.

Sep 02 20:07:15 fedora audit: BPF prog-id=90 op=LOAD
Sep 02 20:07:15 fedora audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=fprintd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 20:07:15 fedora systemd[1]: Starting fprintd.service - Fingerprint Authentication Daemon...
Sep 02 20:07:15 fedora systemd[1]: Started fprintd.service - Fingerprint Authentication Daemon.
Sep 02 20:07:18 fedora gdm-password][4755]: gkr-pam: unlocked login keyring
Sep 02 20:07:18 fedora audit[4755]: USER_AUTH pid=4755 uid=0 auid=1000 ses=2 subj=system_u:system_r:xdm_t:s0-s0:c0.c1023 msg='op=PAM:authentication grantors=pam_usertype,pam_localuser,pam_unix,pam_gnome_keyring acct="user" exe="/usr/libexec/gdm-session-worker" hostname=fedora addr=? terminal=/dev/tty1 res=success'
Sep 02 20:07:18 fedora audit[4755]: USER_ACCT pid=4755 uid=0 auid=1000 ses=2 subj=system_u:system_r:xdm_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix,pam_localuser acct="user" exe="/usr/libexec/gdm-session-worker" hostname=fedora addr=? terminal=/dev/tty1 res=success'
Sep 02 20:07:18 fedora audit[4755]: CRED_REFR pid=4755 uid=0 auid=1000 ses=2 subj=system_u:system_r:xdm_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_localuser,pam_unix,pam_gnome_keyring acct="user" exe="/usr/libexec/gdm-session-worker" hostname=fedora addr=? terminal=/dev/tty1 res=success'
Sep 02 20:07:18 fedora gnome-shell[1876]: st_widget_get_theme_node called on the widget [0x55d200d160c0 StLabel.monospace:insensitive ("100%")] which is not in the stage.
Sep 02 20:07:18 fedora gnome-shell[1876]: st_widget_get_theme_node called on the widget [0x55d200e5c220 StLabel.monospace:insensitive ("100%")] which is not in the stage.
Sep 02 20:07:18 fedora gnome-shell[1876]: st_widget_get_theme_node called on the widget [0x55d200e00d80 StLabel.monospace:insensitive ("100%")] which is not in the stage.
Sep 02 20:07:18 fedora NetworkManager[850]: <info>  [1662129438.4002] agent-manager: agent[3867613b03c70659,:1.79/org.gnome.Shell.NetworkAgent/1000]: agent registered
Sep 02 20:07:20 fedora systemd[1523]: Started app-glib-firefox-4781.scope - Application launched by gnome-shell.
Sep 02 20:07:20 fedora systemd[1523]: Started cgroupify@app-glib-firefox-4781.scope.service.
Sep 02 20:07:20 fedora systemd[1523]: Started app-gnome-firefox-4781.scope - Application launched by gnome-shell.
Sep 02 20:07:20 fedora systemd[1523]: Started cgroupify@app-gnome-firefox-4781.scope.service.
Sep 02 20:07:20 fedora cgroupify[4784]: Failed to open cgroup directory /sys/fs/cgroup//user.slice/user-1000.slice/user@1000.service/app.slice/app-glib-firefox-4781.scope
Sep 02 20:07:20 fedora systemd[1523]: Stopping cgroupify@app-glib-firefox-4781.scope.service...
Sep 02 20:07:20 fedora systemd[1523]: cgroupify@app-glib-firefox-4781.scope.service: Main process exited, code=exited, status=1/FAILURE
Sep 02 20:07:20 fedora systemd[1523]: cgroupify@app-glib-firefox-4781.scope.service: Failed with result 'exit-code'.
Sep 02 20:07:20 fedora systemd[1523]: Stopped cgroupify@app-glib-firefox-4781.scope.service.
Sep 02 20:07:21 fedora firefox.desktop[4781]: [GFX1-]: glxtest: VA-API test failed: failed to initialise VAAPI connection.
Sep 02 20:07:21 fedora rtkit-daemon[750]: Successfully made thread 4909 of process 4781 (/usr/lib64/firefox/firefox) owned by '1000' RT at priority 10.
Sep 02 20:07:23 fedora firefox.desktop[4781]: Missing chrome or resource URL: resource://gre/modules/UpdateListener.sys.mjs
Sep 02 20:07:23 fedora systemd[1523]: Started dbus-:1.2-org.gnome.ChromeGnomeShell@1.service.
Sep 02 20:07:46 fedora systemd[1]: fprintd.service: Deactivated successfully.
Sep 02 20:07:46 fedora audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=fprintd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 20:07:46 fedora audit: BPF prog-id=0 op=UNLOAD
Sep 02 20:08:49 fedora firefox[4781]: Unable to load split_v from the cursor theme
Sep 02 20:10:32 fedora systemd[1523]: Started dbus-:1.2-org.gnome.Boxes.SearchProvider@1.service.
Sep 02 20:10:32 fedora systemd[1523]: Started dbus-:1.2-org.gnome.Calculator.SearchProvider@1.service.
Sep 02 20:10:32 fedora systemd[1523]: Started dbus-:1.2-org.gnome.Characters@1.service.
Sep 02 20:10:32 fedora systemd[1523]: Started dbus-:1.2-org.gnome.Contacts.SearchProvider@1.service.
Sep 02 20:10:32 fedora systemd[1523]: Started dbus-:1.2-org.gnome.Nautilus@1.service.
Sep 02 20:10:32 fedora systemd[1523]: Started dbus-:1.2-org.gnome.Photos@1.service.
Sep 02 20:10:32 fedora systemd[1523]: Started dbus-:1.2-org.gnome.Settings.SearchProvider@1.service.
Sep 02 20:10:32 fedora systemd[1523]: Started dbus-:1.2-org.gnome.clocks@1.service.
Sep 02 20:10:33 fedora gnome-character[5385]: JS LOG: Characters Application started
Sep 02 20:10:33 fedora systemd[1523]: Started dbus-:1.2-com.intel.dleyna\x2drenderer@1.service.
Sep 02 20:10:33 fedora dleyna-renderer-service[5464]: dLeyna core version 0.6.0
Sep 02 20:10:33 fedora dleyna-renderer-service[5464]: dleyna-renderer-service version 0.6.0
Sep 02 20:10:33 fedora dleyna-renderer-service[5464]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
Sep 02 20:10:33 fedora dleyna-renderer-service[5464]: Load file [/home/user/.config/dleyna-renderer-service.conf]
Sep 02 20:10:33 fedora dleyna-renderer-service[5464]: [General settings]
Sep 02 20:10:33 fedora dleyna-renderer-service[5464]: Never Quit: F
Sep 02 20:10:33 fedora dleyna-renderer-service[5464]: Connector Name: dbus
Sep 02 20:10:33 fedora dleyna-renderer-service[5464]: Port: 0
Sep 02 20:10:33 fedora dleyna-renderer-service[5464]: Push host port: 0
Sep 02 20:10:33 fedora dleyna-renderer-service[5464]: [Logging settings]
Sep 02 20:10:33 fedora dleyna-renderer-service[5464]: Log Type : 0
Sep 02 20:10:33 fedora dleyna-renderer-service[5464]: Log Level: 0x13
Sep 02 20:10:33 fedora dleyna-renderer-service[5464]: [Network filtering settings]
Sep 02 20:10:33 fedora dleyna-renderer-service[5464]: Enabled : F
Sep 02 20:10:33 fedora dleyna-renderer-service[5464]: Entries: (null)
Sep 02 20:10:33 fedora dleyna-renderer-service[5464]: Calling GetRenderers method
Sep 02 20:10:33 fedora gnome-shell[1876]: Received error from D-Bus search provider org.gnome.Photos.desktop during GetResultMetas: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: Object does not exist at path “/org/gnome/Photos/SearchProvider”
Sep 02 20:10:33 fedora gnome-shell[1876]: Wrong number of result metas returned by search provider org.gnome.Photos.desktop: expected 5 but got 0
Sep 02 20:10:33 fedora dleyna-renderer-service[5464]: Client :1.122 lost
Sep 02 20:10:34 fedora dleyna-renderer-service[5464]: dLeyna: Exit
Sep 02 20:10:34 fedora nautilus[5388]: Connecting to org.freedesktop.Tracker3.Miner.Files
Sep 02 20:10:34 fedora systemd[1523]: Started dbus-:1.2-org.gnome.Photos@2.service.
Sep 02 20:10:35 fedora tracker-miner-f[2756]: Endpoint failed to fully write cursor: Interrupted
Sep 02 20:10:35 fedora tracker-miner-f[2756]: Endpoint failed to fully write cursor: Interrupted
Sep 02 20:10:35 fedora tracker-miner-f[2756]: Endpoint failed to fully write cursor: Interrupted
Sep 02 20:10:35 fedora systemd[1523]: Started dbus-:1.2-com.intel.dleyna\x2drenderer@2.service.
Sep 02 20:10:35 fedora dleyna-renderer-service[5524]: dLeyna core version 0.6.0
Sep 02 20:10:35 fedora dleyna-renderer-service[5524]: dleyna-renderer-service version 0.6.0
Sep 02 20:10:35 fedora dleyna-renderer-service[5524]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
Sep 02 20:10:35 fedora dleyna-renderer-service[5524]: Load file [/home/user/.config/dleyna-renderer-service.conf]
Sep 02 20:10:35 fedora dleyna-renderer-service[5524]: [General settings]
Sep 02 20:10:35 fedora dleyna-renderer-service[5524]: Never Quit: F
Sep 02 20:10:35 fedora dleyna-renderer-service[5524]: Connector Name: dbus
Sep 02 20:10:35 fedora dleyna-renderer-service[5524]: Port: 0
Sep 02 20:10:35 fedora dleyna-renderer-service[5524]: Push host port: 0
Sep 02 20:10:35 fedora dleyna-renderer-service[5524]: [Logging settings]
Sep 02 20:10:35 fedora dleyna-renderer-service[5524]: Log Type : 0
Sep 02 20:10:35 fedora dleyna-renderer-service[5524]: Log Level: 0x13
Sep 02 20:10:35 fedora dleyna-renderer-service[5524]: [Network filtering settings]
Sep 02 20:10:35 fedora dleyna-renderer-service[5524]: Enabled : F
Sep 02 20:10:35 fedora dleyna-renderer-service[5524]: Entries: (null)
Sep 02 20:10:35 fedora dleyna-renderer-service[5524]: Calling GetRenderers method
Sep 02 20:10:35 fedora gnome-shell[1876]: Timelines with detached actors are not supported. <unnamed>[<Gjs_ui_search_ListSearchResult>:0x55d2030f3ab0] in animation of duration 200ms but not on stage.
Sep 02 20:10:35 fedora dleyna-renderer-service[5524]: Client :1.128 lost
Sep 02 20:10:35 fedora gnome-shell[1876]: Timelines with detached actors are not supported. <unnamed>[<Gjs_ui_search_ListSearchResult>:0x55d2031fb890] in animation of duration 200ms but not on stage.
Sep 02 20:10:35 fedora systemd[1523]: Started dbus-:1.2-org.gnome.Photos@3.service.
Sep 02 20:10:36 fedora tracker-miner-f[2756]: Endpoint failed to fully write cursor: Interrupted
Sep 02 20:10:36 fedora systemd[1523]: Started dbus-:1.2-com.intel.dleyna\x2drenderer@3.service.
Sep 02 20:10:36 fedora dleyna-renderer-service[5573]: dLeyna core version 0.6.0
Sep 02 20:10:36 fedora dleyna-renderer-service[5573]: dleyna-renderer-service version 0.6.0
Sep 02 20:10:36 fedora dleyna-renderer-service[5573]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
Sep 02 20:10:36 fedora dleyna-renderer-service[5573]: Load file [/home/user/.config/dleyna-renderer-service.conf]
Sep 02 20:10:36 fedora dleyna-renderer-service[5573]: [General settings]
Sep 02 20:10:36 fedora dleyna-renderer-service[5573]: Never Quit: F
Sep 02 20:10:36 fedora dleyna-renderer-service[5573]: Connector Name: dbus
Sep 02 20:10:36 fedora dleyna-renderer-service[5573]: Port: 0
Sep 02 20:10:36 fedora dleyna-renderer-service[5573]: Push host port: 0
Sep 02 20:10:36 fedora dleyna-renderer-service[5573]: [Logging settings]
Sep 02 20:10:36 fedora dleyna-renderer-service[5573]: Log Type : 0
Sep 02 20:10:36 fedora dleyna-renderer-service[5573]: Log Level: 0x13
Sep 02 20:10:36 fedora dleyna-renderer-service[5573]: [Network filtering settings]
Sep 02 20:10:36 fedora dleyna-renderer-service[5573]: Enabled : F
Sep 02 20:10:36 fedora dleyna-renderer-service[5573]: Entries: (null)
Sep 02 20:10:36 fedora dleyna-renderer-service[5573]: Calling GetRenderers method
Sep 02 20:10:36 fedora dleyna-renderer-service[5573]: Client :1.133 lost
Sep 02 20:10:37 fedora dleyna-renderer-service[5573]: dLeyna: Exit
Sep 02 20:10:37 fedora dleyna-renderer-service[5524]: dLeyna: Exit
Sep 02 20:10:38 fedora systemd[1523]: Started vte-spawn-a5ce9694-8e3e-4d50-a479-fc8b66515afe.scope - VTE child process 5579 launched by gnome-terminal-server process 2632.
Sep 02 20:10:43 fedora systemd[1523]: dbus-:1.2-org.gnome.clocks@1.service: Consumed 1.072s CPU time.
Sep 02 20:10:43 fedora gnome-character[5385]: JS LOG: Characters Application exiting
Sep 02 20:11:49 fedora audit: BPF prog-id=91 op=LOAD
Sep 02 20:11:49 fedora systemd[1]: Starting fprintd.service - Fingerprint Authentication Daemon...
Sep 02 20:11:49 fedora systemd[1]: Started fprintd.service - Fingerprint Authentication Daemon.
Sep 02 20:11:49 fedora audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=fprintd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 20:11:52 fedora audit[5775]: USER_AUTH pid=5775 uid=1000 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:authentication grantors=pam_usertype,pam_localuser,pam_unix acct="user" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Sep 02 20:11:52 fedora audit[5775]: USER_ACCT pid=5775 uid=1000 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix,pam_localuser acct="user" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Sep 02 20:11:52 fedora audit[5775]: USER_CMD pid=5775 uid=1000 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/home/user/Desktop/wiki" cmd=6A6F75726E616C63746C202D2D73696E63652032303A3035 exe="/usr/bin/sudo" terminal=pts/1 res=success'
Sep 02 20:11:52 fedora sudo[5775]:    user : TTY=pts/1 ; PWD=/home/user/Desktop/wiki ; USER=root ; COMMAND=/usr/bin/journalctl --since 20:05
Sep 02 20:11:52 fedora audit[5775]: CRED_REFR pid=5775 uid=1000 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_localuser,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Sep 02 20:11:52 fedora sudo[5775]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Sep 02 20:11:52 fedora audit[5775]: USER_START pid=5775 uid=1000 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Sep 02 20:12:19 fedora systemd[1]: fprintd.service: Deactivated successfully.
Sep 02 20:12:19 fedora audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=fprintd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 20:12:19 fedora audit: BPF prog-id=0 op=UNLOAD
Sep 02 20:12:43 fedora sudo[5775]: pam_unix(sudo:session): session closed for user root
Sep 02 20:12:43 fedora audit[5775]: USER_END pid=5775 uid=1000 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Sep 02 20:12:43 fedora audit[5775]: CRED_DISP pid=5775 uid=1000 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_localuser,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Sep 02 20:12:43 fedora systemd[1523]: vte-spawn-c055b1f2-2ba3-45cd-b377-c8b558529fda.scope: Consumed 9.617s CPU time.
Sep 02 20:12:43 fedora systemd[1523]: gnome-terminal-server.service: Consumed 8.416s CPU time.
Sep 02 20:12:43 fedora gnome-shell[1876]: JS ERROR: TypeError: this.actor is null
                                          _syncEnabled@resource:///org/gnome/shell/ui/windowManager.js:138:25
                                          onStopped@resource:///org/gnome/shell/ui/windowManager.js:150:35
                                          _makeEaseCallback/<@resource:///org/gnome/shell/ui/environment.js:151:22
                                          _easeActorProperty/<@resource:///org/gnome/shell/ui/environment.js:317:60
                                          _destroyWindowDone@resource:///org/gnome/shell/ui/windowManager.js:1596:21
                                          onStopped@resource:///org/gnome/shell/ui/windowManager.js:1564:39
                                          _makeEaseCallback/<@resource:///org/gnome/shell/ui/environment.js:151:22
                                          _easeActor/<@resource:///org/gnome/shell/ui/environment.js:240:64
Sep 02 20:12:46 fedora systemd[1523]: Started app-glib-org.gnome.Terminal-5808.scope - Application launched by gnome-shell.
Sep 02 20:12:46 fedora systemd[1523]: Started app-gnome-org.gnome.Terminal-5808.scope - Application launched by gnome-shell.
Sep 02 20:12:46 fedora systemd[1523]: Starting gnome-terminal-server.service - GNOME Terminal Server...
Sep 02 20:12:46 fedora systemd[1523]: Started gnome-terminal-server.service - GNOME Terminal Server.
Sep 02 20:12:46 fedora systemd[1523]: Started vte-spawn-689cc690-1abe-4142-a850-a2197b001998.scope - VTE child process 5841 launched by gnome-terminal-server process 5815.
Sep 02 20:12:57 fedora systemd[1523]: Started app-glib-org.gnome.Terminal-6008.scope - Application launched by gnome-shell.
Sep 02 20:12:57 fedora systemd[1523]: Started app-gnome-org.gnome.Terminal-6008.scope - Application launched by gnome-shell.
Sep 02 20:12:57 fedora systemd[1523]: Starting gnome-terminal-server.service - GNOME Terminal Server...
Sep 02 20:12:57 fedora systemd[1523]: Started gnome-terminal-server.service - GNOME Terminal Server.
Sep 02 20:12:57 fedora systemd[1523]: Started vte-spawn-e5b2fbcd-222b-4b19-86c1-bc695245660a.scope - VTE child process 6041 launched by gnome-terminal-server process 6015.
Sep 02 20:13:46 fedora systemd[1523]: Starting tracker-extract-3.service - Tracker metadata extractor...
Sep 02 20:13:46 fedora systemd[1523]: Started tracker-extract-3.service - Tracker metadata extractor.
Sep 02 20:14:03 fedora systemd[1523]: Started vte-spawn-2c587ced-8d9d-4b4a-8383-70c54caf7444.scope - VTE child process 6316 launched by gnome-terminal-server process 6015.
Sep 02 20:14:36 fedora audit: BPF prog-id=92 op=LOAD
Sep 02 20:14:36 fedora systemd[1]: Starting fprintd.service - Fingerprint Authentication Daemon...
Sep 02 20:14:36 fedora systemd[1]: Started fprintd.service - Fingerprint Authentication Daemon.
Sep 02 20:14:36 fedora audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=fprintd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 20:14:38 fedora audit[6479]: USER_AUTH pid=6479 uid=1000 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:authentication grantors=pam_usertype,pam_localuser,pam_unix acct="user" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Sep 02 20:14:38 fedora audit[6479]: USER_ACCT pid=6479 uid=1000 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix,pam_localuser acct="user" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Sep 02 20:14:38 fedora audit[6479]: USER_CMD pid=6479 uid=1000 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/home/user/Desktop/wiki" cmd=6A6F75726E616C63746C202D2D73696E63652032303A3038 exe="/usr/bin/sudo" terminal=pts/1 res=success'
Sep 02 20:14:38 fedora sudo[6479]:    user : TTY=pts/1 ; PWD=/home/user/Desktop/wiki ; USER=root ; COMMAND=/usr/bin/journalctl --since 20:08
Sep 02 20:14:38 fedora audit[6479]: CRED_REFR pid=6479 uid=1000 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_localuser,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Sep 02 20:14:38 fedora sudo[6479]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Sep 02 20:14:38 fedora audit[6479]: USER_START pid=6479 uid=1000 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Sep 02 20:15:06 fedora systemd[1]: fprintd.service: Deactivated successfully.
Sep 02 20:15:06 fedora audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=fprintd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 20:15:06 fedora audit: BPF prog-id=0 op=UNLOAD
Sep 02 20:15:07 fedora sudo[6479]: pam_unix(sudo:session): session closed for user root
Sep 02 20:15:07 fedora audit[6479]: USER_END pid=6479 uid=1000 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Sep 02 20:15:07 fedora audit[6479]: CRED_DISP pid=6479 uid=1000 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_localuser,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Sep 02 20:17:55 fedora systemd[1523]: Started vte-spawn-051ef7ad-d1df-4b62-83a8-2ffed9dcf42d.scope - VTE child process 7089 launched by gnome-terminal-server process 6015.
Sep 02 20:18:11 fedora audit: BPF prog-id=93 op=LOAD
Sep 02 20:18:11 fedora audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=fprintd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 20:18:11 fedora systemd[1]: Starting fprintd.service - Fingerprint Authentication Daemon...
Sep 02 20:18:11 fedora systemd[1]: Started fprintd.service - Fingerprint Authentication Daemon.
Sep 02 20:18:13 fedora audit[7255]: USER_AUTH pid=7255 uid=1000 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:authentication grantors=pam_usertype,pam_localuser,pam_unix acct="user" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Sep 02 20:18:13 fedora audit[7255]: USER_ACCT pid=7255 uid=1000 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix,pam_localuser acct="user" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Sep 02 20:18:13 fedora audit[7255]: USER_CMD pid=7255 uid=1000 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/home/user/Desktop/wiki" cmd=6A6F75726E616C63746C202D2D73696E63652032303A3130 exe="/usr/bin/sudo" terminal=pts/1 res=success'
Sep 02 20:18:13 fedora sudo[7255]:    user : TTY=pts/1 ; PWD=/home/user/Desktop/wiki ; USER=root ; COMMAND=/usr/bin/journalctl --since 20:10
Sep 02 20:18:13 fedora audit[7255]: CRED_REFR pid=7255 uid=1000 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_localuser,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Sep 02 20:18:13 fedora sudo[7255]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Sep 02 20:18:13 fedora audit[7255]: USER_START pid=7255 uid=1000 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Sep 02 20:18:35 fedora sudo[7255]: pam_unix(sudo:session): session closed for user root
Sep 02 20:18:35 fedora audit[7255]: USER_END pid=7255 uid=1000 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Sep 02 20:18:35 fedora audit[7255]: CRED_DISP pid=7255 uid=1000 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_localuser,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Sep 02 20:18:41 fedora systemd[1]: fprintd.service: Deactivated successfully.
Sep 02 20:18:41 fedora audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=fprintd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 20:18:41 fedora audit: BPF prog-id=0 op=UNLOAD
Sep 02 20:19:05 fedora audit[7279]: USER_ACCT pid=7279 uid=1000 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix,pam_localuser acct="user" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Sep 02 20:19:05 fedora sudo[7279]:    user : TTY=pts/1 ; PWD=/home/user/Desktop ; USER=root ; COMMAND=/usr/bin/journalctl --since 20:05
Sep 02 20:19:05 fedora audit[7279]: USER_CMD pid=7279 uid=1000 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/home/user/Desktop" cmd=6A6F75726E616C63746C202D2D73696E63652032303A3035 exe="/usr/bin/sudo" terminal=pts/1 res=success'
Sep 02 20:19:05 fedora audit[7279]: CRED_REFR pid=7279 uid=1000 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Sep 02 20:19:05 fedora sudo[7279]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Sep 02 20:19:05 fedora audit[7279]: USER_START pid=7279 uid=1000 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'

journalctl after server is not working

I don’t understand this comment. You mean after restart it did no longer work? Maybe you have a typo in the command? You have to use it within the command line, you can copy-paste it.

Also, please provide all the information requested, not just a part. Otherwise, our possibilities to help you are limited.

→ this refers to the current try. So the time that will tell us where to look in the logs. → the moment you experience the issue before you are going to get the output of journalctl

Further, I saw in your previous post you just pasted the logs. Please put them into a preformatted text box. You can do this by marking the whole log text and then click the button “</>” at the top.

I’m guessing you may have ran the firewalld command with --permanent but didn’t follow it up with a firewall-cmd --reload, so the permanent rules didn’t actually kick in until you rebooted.