Why raspberry pi can’t run as syncthing server and a torrent box?
There’s not enough information to deduce exactly what caused Syncthing to stop working, but if I were to guess, the network settings were changed.
- What OS are you running on the RPi?
- What steps were used to install qBittorrent?
- What does Syncthing, or the OS, say when you try to start Syncthing?
Screenshots, and any other details (no detail is too small) would be very helpful.
I am running raspbian os and I use qBitTorrent as torrent client
Thanks, that’s a decent start, but more details are still needed otherwise it’s all just educated guesses.
In the meantime…
- qBittorrent’s web GUI by default listens on network port 8080, which doesn’t conflict with Syncthing’s on port 8384.
- qBittorrent, like other Bittorrent clients, isn’t just a client, it also acts as a server to share downloads with nearby clients. The local firewall, a network proxy or something else could be preventing access to Syncthing’s GUI (assuming that it’s still able to start correctly).
Could you post the output from the following shell command?
ps -ef
And also this command?
ss -ln
UID PID PPID C STIME TTY TIME CMD
root 1 0 0 17:57 ? 00:00:30 /sbin/init splash
root 2 0 0 17:57 ? 00:00:00 [kthreadd]
root 3 2 0 17:57 ? 00:00:00 [rcu_gp]
root 4 2 0 17:57 ? 00:00:00 [rcu_par_gp]
root 5 2 0 17:57 ? 00:00:00 [slub_flushwq]
root 6 2 0 17:57 ? 00:00:00 [netns]
root 10 2 0 17:57 ? 00:00:00 [mm_percpu_wq]
root 11 2 0 17:57 ? 00:00:00 [rcu_tasks_rude_kthread]
root 12 2 0 17:57 ? 00:00:00 [rcu_tasks_trace_kthread]
root 13 2 0 17:57 ? 00:00:00 [ksoftirqd/0]
root 14 2 0 17:57 ? 00:00:02 [rcu_sched]
root 15 2 0 17:57 ? 00:00:00 [migration/0]
root 16 2 0 17:57 ? 00:00:00 [cpuhp/0]
root 17 2 0 17:57 ? 00:00:00 [cpuhp/1]
root 18 2 0 17:57 ? 00:00:01 [migration/1]
root 19 2 0 17:57 ? 00:00:00 [ksoftirqd/1]
root 22 2 0 17:57 ? 00:00:00 [cpuhp/2]
root 23 2 0 17:57 ? 00:00:01 [migration/2]
root 24 2 0 17:57 ? 00:00:00 [ksoftirqd/2]
root 27 2 0 17:57 ? 00:00:00 [cpuhp/3]
root 28 2 0 17:57 ? 00:00:01 [migration/3]
root 29 2 0 17:57 ? 00:00:00 [ksoftirqd/3]
root 32 2 0 17:57 ? 00:00:00 [kdevtmpfs]
root 33 2 0 17:57 ? 00:00:00 [inet_frag_wq]
root 35 2 0 17:57 ? 00:00:00 [kauditd]
root 36 2 0 17:57 ? 00:00:00 [khungtaskd]
root 38 2 0 17:57 ? 00:00:00 [oom_reaper]
root 39 2 0 17:57 ? 00:00:00 [writeback]
root 40 2 0 17:57 ? 00:00:00 [kcompactd0]
root 41 2 0 17:57 ? 00:00:00 [kintegrityd]
root 42 2 0 17:57 ? 00:00:00 [kblockd]
root 43 2 0 17:57 ? 00:00:00 [blkcg_punt_bio]
root 44 2 0 17:57 ? 00:00:00 [watchdogd]
root 48 2 0 17:57 ? 00:00:01 [kworker/1:1H-kblockd]
root 49 2 0 17:57 ? 00:00:00 [rpciod]
root 50 2 0 17:57 ? 00:00:00 [xprtiod]
root 51 2 0 17:57 ? 00:00:04 [kswapd0]
root 52 2 0 17:57 ? 00:00:00 [nfsiod]
root 57 2 0 17:57 ? 00:00:00 [hwrng]
root 58 2 0 17:57 ? 00:00:00 [iscsi_conn_clea]
root 59 2 0 17:57 ? 00:00:00 [dwc_otg]
root 60 2 0 17:57 ? 00:00:00 [DWC Notificatio]
root 61 2 0 17:57 ? 00:00:00 [vchiq-slot/0]
root 62 2 0 17:57 ? 00:00:00 [vchiq-recy/0]
root 63 2 0 17:57 ? 00:00:00 [vchiq-sync/0]
root 64 2 0 17:57 ? 00:00:00 [zswap-shrink]
root 65 2 0 17:57 ? 00:00:00 [kworker/u9:0]
root 88 2 0 17:57 ? 00:00:00 [mmc_complete]
root 89 2 0 17:57 ? 00:00:01 [kworker/2:1H-kblockd]
root 90 2 0 17:57 ? 00:00:02 [kworker/0:1H-kblockd]
root 91 2 0 17:57 ? 00:00:02 [jbd2/mmcblk0p2-8]
root 92 2 0 17:57 ? 00:00:00 [ext4-rsv-conver]
root 94 2 0 17:57 ? 00:00:00 [mld]
root 95 2 0 17:57 ? 00:00:00 [ipv6_addrconf]
root 98 2 0 17:57 ? 00:00:01 [kworker/3:1H-kblockd]
root 99 2 0 17:57 ? 00:00:00 [irq/199-usb-001:003:01]
root 128 1 0 17:57 ? 00:00:03 /lib/systemd/systemd-journald
root 165 1 0 17:57 ? 00:00:01 /lib/systemd/systemd-udevd
root 196 2 0 17:58 ? 00:00:00 [vchiq-keep/0]
root 199 2 0 17:58 ? 00:00:00 [SMIO]
root 229 2 0 17:58 ? 00:00:00 [mmal-vchiq]
root 231 2 0 17:58 ? 00:00:00 [mmal-vchiq]
root 235 2 0 17:58 ? 00:00:00 [mmal-vchiq]
root 236 2 0 17:58 ? 00:00:00 [mmal-vchiq]
root 237 2 0 17:58 ? 00:00:00 [mmal-vchiq]
root 239 2 0 17:58 ? 00:00:00 [mmal-vchiq]
root 240 2 0 17:58 ? 00:00:00 [mmal-vchiq]
root 322 2 0 17:58 ? 00:00:00 [cec-vc4-hdmi]
root 323 2 0 17:58 ? 00:00:00 [irq/97-vc4 hdmi cec]
root 324 2 0 17:58 ? 00:00:00 [card0-crtc0]
root 325 2 0 17:58 ? 00:00:00 [card0-crtc1]
root 326 2 0 17:58 ? 00:00:00 [card0-crtc2]
root 327 2 0 17:58 ? 00:00:00 [card0-crtc3]
systemd+ 332 1 0 17:58 ? 00:00:00 /lib/systemd/systemd-timesyncd
avahi 370 1 0 17:58 ? 00:00:00 avahi-daemon: running [server.lo
root 371 1 0 17:58 ? 00:00:00 /usr/sbin/cron -f
message+ 372 1 0 17:58 ? 00:00:14 /usr/bin/dbus-daemon --system --
avahi 380 370 0 17:58 ? 00:00:00 avahi-daemon: chroot helper
root 383 1 0 17:58 ? 00:00:01 /usr/libexec/polkitd --no-debug
root 393 1 0 17:58 ? 00:00:00 /usr/sbin/rsyslogd -n -iNONE
root 394 1 0 17:58 ? 00:00:02 /lib/systemd/systemd-logind
nobody 396 1 0 17:58 ? 00:00:00 /usr/sbin/thd --triggers /etc/tr
root 400 1 0 17:58 ? 00:00:00 /usr/libexec/udisks2/udisksd
root 407 1 0 17:58 ? 00:00:00 /sbin/wpa_supplicant -u -s -O /r
root 488 1 0 17:58 ? 00:00:00 /usr/sbin/rngd -r /dev/hwrng
root 497 1 0 17:58 ? 00:00:00 /usr/sbin/cupsd -l
root 512 1 0 17:58 ? 00:00:00 /usr/bin/vncserver-x11-serviced
root 513 2 0 17:58 ? 00:00:00 [cfg80211]
root 514 1 0 17:58 ? 00:00:00 /usr/sbin/dhcpcd -b -q
root 520 1 0 17:58 ? 00:00:00 /usr/sbin/ModemManager
root 521 1 0 17:58 ? 00:00:00 /usr/sbin/lightdm
root 523 512 1 17:58 ? 00:01:29 /usr/bin/vncserver-x11-core -ser
root 539 521 1 17:58 tty7 00:01:23 /usr/lib/xorg/Xorg :0 -seat seat
root 540 1 0 17:58 tty1 00:00:00 /bin/login -f
root 543 1 0 17:58 ? 00:00:00 sshd: /usr/sbin/sshd -D [listene
lp 548 497 0 17:58 ? 00:00:00 /usr/lib/cups/notifier/dbus dbus
lp 549 497 0 17:58 ? 00:00:00 /usr/lib/cups/notifier/dbus dbus
root 550 1 0 17:58 ? 00:00:00 /usr/sbin/cups-browsed
root 558 523 0 17:58 ? 00:00:31 /usr/bin/vncagent service 0
saman 580 1 0 17:58 ? 00:00:00 /lib/systemd/systemd --user
saman 581 580 0 17:58 ? 00:00:00 (sd-pam)
root 641 521 0 17:58 ? 00:00:00 lightdm --session-child 14 17
saman 659 580 0 17:58 ? 00:00:00 /usr/bin/pipewire
saman 660 580 0 17:58 ? 00:00:00 /usr/bin/pulseaudio --daemonize=
saman 661 540 0 17:58 tty1 00:00:00 -bash
saman 662 641 0 17:58 ? 00:00:01 /usr/bin/lxsession -s LXDE-pi -e
saman 674 580 0 17:58 ? 00:00:00 /usr/bin/dbus-daemon --session -
rtkit 675 1 0 17:58 ? 00:00:00 /usr/libexec/rtkit-daemon
saman 692 659 0 17:58 ? 00:00:00 /usr/bin/pipewire-media-session
saman 730 662 0 17:58 ? 00:00:00 /usr/bin/ssh-agent x-session-man
saman 826 580 0 17:58 ? 00:00:00 /usr/libexec/gvfsd
saman 831 580 0 17:58 ? 00:00:00 /usr/libexec/gvfsd-fuse /run/use
saman 841 662 0 17:58 ? 00:00:03 openbox --config-file /home/sama
saman 843 662 0 17:58 ? 00:00:00 lxpolkit
saman 845 662 0 17:58 ? 00:00:37 lxpanel --profile LXDE-pi
saman 848 662 0 17:58 ? 00:00:18 pcmanfm --desktop --profile LXDE
saman 855 1 0 17:58 ? 00:00:00 /usr/bin/ssh-agent -s
saman 861 1 0 17:58 ? 00:00:00 xcompmgr -aR
saman 866 1 0 17:58 ? 00:00:02 /usr/bin/python3 /usr/share/syst
saman 882 523 0 17:58 ? 00:00:02 /usr/bin/vncserverui service 0
saman 912 882 0 17:58 ? 00:00:00 /usr/bin/vncserverui -statusicon
saman 916 1 0 17:58 ? 00:00:00 /usr/lib/menu-cache/menu-cached
saman 917 580 0 17:58 ? 00:00:00 /usr/libexec/gvfs-udisks2-volume
saman 925 580 0 17:58 ? 00:00:00 /usr/libexec/gvfs-gphoto2-volume
saman 929 580 0 17:58 ? 00:00:00 /usr/libexec/gvfs-goa-volume-mon
saman 933 580 0 17:58 ? 00:00:00 /usr/libexec/gvfs-mtp-volume-mon
saman 937 580 0 17:58 ? 00:00:00 /usr/libexec/gvfs-afc-volume-mon
saman 961 826 0 17:58 ? 00:00:00 /usr/libexec/gvfsd-trash --spawn
root 1011 1 1 17:58 ? 00:01:37 /usr/libexec/packagekitd
lp 1201 497 0 18:11 ? 00:00:00 /usr/lib/cups/notifier/dbus dbus
colord 1202 1 0 18:11 ? 00:00:01 /usr/libexec/colord
saman 2510 580 0 18:45 ? 00:00:00 /usr/libexec/gvfsd-metadata
root 2992 1 0 18:47 ? 00:00:00 /usr/sbin/nmbd --foreground --no
root 3708 1 0 18:56 ? 00:00:01 /usr/sbin/smbd --foreground --no
root 3710 3708 0 18:56 ? 00:00:00 /usr/sbin/smbd --foreground --no
root 3711 3708 0 18:56 ? 00:00:00 /usr/sbin/smbd --foreground --no
root 3712 3708 0 18:56 ? 00:00:00 /usr/sbin/smbd --foreground --no
root 3718 3708 0 18:57 ? 00:00:00 /usr/sbin/smbd --foreground --no
root 3722 3708 0 18:57 ? 00:00:00 /usr/sbin/smbd --foreground --no
root 3725 3708 0 18:57 ? 00:00:02 /usr/sbin/smbd --foreground --no
root 3728 3708 0 18:58 ? 00:00:00 /usr/sbin/smbd --foreground --no
saman 3910 845 0 19:02 ? 00:00:32 qbittorrent
root 3991 2 0 19:06 ? 00:00:01 [kworker/u8:1-events_unbound]
root 4082 2 0 19:09 ? 00:00:00 [kworker/2:0-mm_percpu_wq]
saman 4571 826 0 19:19 ? 00:00:00 /usr/libexec/gvfsd-network --spa
root 4600 2 0 19:20 ? 00:00:00 [kworker/1:0-mm_percpu_wq]
saman 4644 826 0 19:21 ? 00:00:00 /usr/libexec/gvfsd-dnssd --spawn
saman 5081 580 0 19:32 ? 00:00:00 /usr/libexec/dconf-service
root 5890 2 0 19:44 ? 00:00:00 [kworker/1:2-cgroup_destroy]
root 6087 2 0 19:46 ? 00:00:00 [kworker/0:1-events]
root 6088 2 0 19:46 ? 00:00:00 [kworker/3:1-cgroup_destroy]
saman 6159 1 0 19:47 ? 00:00:00 /usr/bin/syncthing -no-browser -
saman 6168 6159 9 19:47 ? 00:01:53 /usr/bin/syncthing -no-browser -
root 6263 2 0 19:49 ? 00:00:00 [kworker/2:2+events_freezable]
root 6433 2 0 19:53 ? 00:00:00 [kworker/0:0-events]
root 6546 2 0 19:56 ? 00:00:00 [kworker/2:3-events]
root 6557 2 0 19:56 ? 00:00:00 [kworker/3:2H]
root 6589 2 0 19:57 ? 00:00:00 [kworker/3:0-events]
root 6600 2 0 19:57 ? 00:00:00 [kworker/u8:0-events_unbound]
root 6601 2 0 19:57 ? 00:00:00 [kworker/1:0H-kblockd]
root 6634 2 0 19:58 ? 00:00:00 [kworker/0:0H-kblockd]
root 6677 2 0 19:59 ? 00:00:00 [kworker/2:0H]
root 6780 2 0 20:02 ? 00:00:00 [kworker/3:0H-kblockd]
root 6791 2 0 20:02 ? 00:00:00 [kworker/2:1-events]
root 6806 2 0 20:02 ? 00:00:00 [kworker/1:1-cgroup_destroy]
root 6823 2 0 20:02 ? 00:00:00 [kworker/u8:2-events_unbound]
root 6825 2 0 20:02 ? 00:00:00 [kworker/u8:3-events_unbound]
root 6829 2 0 20:03 ? 00:00:00 [kworker/3:2-events]
root 6845 2 0 20:04 ? 00:00:00 [kworker/0:2H]
root 6848 2 0 20:04 ? 00:00:00 [kworker/0:2-events]
root 6862 2 0 20:04 ? 00:00:00 [kworker/2:2H-kblockd]
root 6863 2 0 20:04 ? 00:00:00 [kworker/1:2H-kblockd]
root 6881 2 0 20:05 ? 00:00:00 [kworker/3:3]
saman 6907 845 4 20:05 ? 00:00:02 lxterminal
saman 6919 6907 0 20:06 pts/0 00:00:00 bash
qbittor+ 6925 1 1 20:06 ? 00:00:00 /usr/bin/qbittorrent-nox -d --we
saman 6935 6919 0 20:06 pts/0 00:00:00 ps -ef
Netid State Recv-Q Send-Q Local Address:Port Peer Address:Port Process
nl UNCONN 0 0 0:385 *
nl UNCONN 0 0 0:2147483647 *
nl UNCONN 0 0 0:1011 *
nl UNCONN 0 0 0:370 *
nl UNCONN 0 0 0:0 *
nl UNCONN 0 0 0:2147483647 *
nl UNCONN 0 0 0:2147483647 *
nl UNCONN 0 0 4:0 *
nl UNCONN 0 0 6:0 *
nl UNCONN 0 0 8:0 *
nl UNCONN 0 0 9:2147483647 *
nl UNCONN 0 0 9:0 *
nl UNCONN 0 0 9:1 *
nl UNCONN 0 0 10:0 *
nl UNCONN 0 0 15:2147483647 *
nl UNCONN 0 0 15:385 *
nl UNCONN 0 0 15:580 *
nl UNCONN 0 0 15:400 *
nl UNCONN 0 0 15:2147483647 *
nl UNCONN 0 0 15:2147483647 *
nl UNCONN 0 0 15:933 *
nl UNCONN 0 0 15:520 *
nl UNCONN 0 0 15:2147483647 *
nl UNCONN 0 0 15:1202 *
nl UNCONN 0 0 15:660 *
nl UNCONN 0 0 15:2147483647 *
nl UNCONN 0 0 15:2147483647 *
nl UNCONN 0 0 15:0 *
nl UNCONN 0 0 15:394 *
nl UNCONN 0 0 15:2147483647 *
nl UNCONN 0 0 15:692 *
nl UNCONN 0 0 15:1 *
nl UNCONN 0 0 15:539 *
nl UNCONN 0 0 15:2147483647 *
nl UNCONN 0 0 15:925 *
nl UNCONN 0 0 16:0 *
p_raw UNCONN 0 0 *:eth0 *
u_str LISTEN 0 0 /run/user/1000/bus 10154 * 0
u_str LISTEN 0 0 /run/user/1000/gnupg/S.dirmngr 10156 * 0
u_str LISTEN 0 0 /run/user/1000/gnupg/S.gpg-agent.browser 10158 * 0
u_str LISTEN 0 0 /run/user/1000/gnupg/S.gpg-agent.extra 10160 * 0
u_str LISTEN 0 0 /run/user/1000/gnupg/S.gpg-agent.ssh 10162 * 0
u_str LISTEN 0 0 /run/user/1000/gnupg/S.gpg-agent 10164 * 0
u_str LISTEN 0 0 /run/user/1000/pipewire-0 10166 * 0
u_str LISTEN 0 0 /run/user/1000/pk-debconf-socket 10168 * 0
u_str LISTEN 0 0 /run/user/1000/pulse/native 10170 * 0
u_str LISTEN 0 0 /run/systemd/journal/io.systemd.journal 10309 * 0
u_str LISTEN 0 0 /run/avahi-daemon/socket 10718 * 0
u_str LISTEN 0 0 /run/cups/cups.sock 10720 * 0
u_str LISTEN 0 0 /run/dbus/system_bus_socket 10722 * 0
u_str LISTEN 0 0 /run/thd.socket 10724 * 0
u_str LISTEN 0 0 /run/dhcpcd.sock 10769 * 0
u_str LISTEN 0 0 /run/dhcpcd.unpriv.sock 10770 * 0
u_str LISTEN 0 0 /run/systemd/private 11448 * 0
u_str LISTEN 0 0 /run/systemd/userdb/io.systemd.DynamicUser 11450 * 0
u_str LISTEN 0 0 /run/systemd/io.system.ManagedOOM 11451 * 0
u_str LISTEN 0 0 /run/systemd/fsck.progress 11461 * 0
u_str LISTEN 0 0 /run/systemd/journal/stdout 11470 * 0
u_str LISTEN 0 0 /run/user/1000/systemd/private 12849 * 0
u_str LISTEN 0 0 /run/user/1000/pcmanfm-socket--0 13198 * 0
u_str LISTEN 0 0 @/tmp/.X11-unix/X0 14389 * 0
u_str LISTEN 0 0 /tmp/.X11-unix/X0 14390 * 0
u_str LISTEN 0 0 /tmp/.vnc-vncservice/vncserver-x11.CtrlComms 14452 * 0
u_str LISTEN 0 0 /tmp/ssh-SaQc2WnTRHKE/agent.851 15543 * 0
u_str LISTEN 0 0 /tmp/ssh-mrw9mErtw9hM/agent.662 16396 * 0
u_str LISTEN 0 0 /run/user/1000/menu-cached-:0 16527 * 0
u_str LISTEN 0 0 /var/run/samba/nmbd/unexpected 27132 * 0
u_str LISTEN 0 0 /var/run/samba/ncalrpc/np/mdssvc 29144 * 0
u_str LISTEN 0 0 /var/run/samba/ncalrpc/np/initshutdown 29145 * 0
u_str LISTEN 0 0 /var/run/samba/ncalrpc/np/eventlog 29146 * 0
u_str LISTEN 0 0 /var/run/samba/ncalrpc/np/plugplay 29147 * 0
u_str LISTEN 0 0 /var/run/samba/ncalrpc/np/ntsvcs 29148 * 0
u_str LISTEN 0 0 /var/run/samba/ncalrpc/np/svcctl 29149 * 0
u_str LISTEN 0 0 /var/run/samba/ncalrpc/np/spoolss 29150 * 0
u_str LISTEN 0 0 /var/run/samba/ncalrpc/np/wkssvc 29151 * 0
u_str LISTEN 0 0 /var/run/samba/ncalrpc/np/netdfs 29152 * 0
u_str LISTEN 0 0 /var/run/samba/ncalrpc/np/samr 29153 * 0
u_str LISTEN 0 0 /var/run/samba/ncalrpc/np/lsass 29154 * 0
u_str LISTEN 0 0 /var/run/samba/ncalrpc/np/lsarpc 29155 * 0
u_str LISTEN 0 0 /var/run/samba/ncalrpc/np/netlogon 29156 * 0
u_str LISTEN 0 0 /var/run/samba/ncalrpc/np/srvsvc 29157 * 0
u_str LISTEN 0 0 /var/run/samba/ncalrpc/DEFAULT 29158 * 0
u_str LISTEN 0 0 /var/run/samba/ncalrpc/np/winreg 29159 * 0
u_str LISTEN 0 0 /tmp/.ccWXQt/s 30883 * 0
u_str LISTEN 0 0 /tmp/.vnc-0/print.0x20b_0xef860173 46651 * 0
u_str LISTEN 0 0 /tmp/.GzeMpS/s 67354 * 0
u_str LISTEN 0 0 /run/user/1000/.lxterminal-socket-:0 68394 * 0
u_seq LISTEN 0 0 /run/udev/control 11472 * 0
raw UNCONN 0 0 *:58 *:*
udp UNCONN 0 0 192.168.1.2:44510 0.0.0.0:*
udp UNCONN 0 0 127.0.0.1:44510 0.0.0.0:*
udp UNCONN 0 0 192.168.1.2:57856 0.0.0.0:*
udp UNCONN 0 0 0.0.0.0:21027 0.0.0.0:*
udp UNCONN 0 0 0.0.0.0:68 0.0.0.0:*
udp UNCONN 0 0 0.0.0.0:6771 0.0.0.0:*
udp UNCONN 0 0 0.0.0.0:6771 0.0.0.0:*
udp UNCONN 0 0 0.0.0.0:6771 0.0.0.0:*
udp UNCONN 0 0 0.0.0.0:6771 0.0.0.0:*
udp UNCONN 0 0 0.0.0.0:631 0.0.0.0:*
udp UNCONN 0 0 192.168.1.255:137 0.0.0.0:*
udp UNCONN 0 0 192.168.1.2:137 0.0.0.0:*
udp UNCONN 0 0 0.0.0.0:137 0.0.0.0:*
udp UNCONN 0 0 192.168.1.255:138 0.0.0.0:*
udp UNCONN 0 0 192.168.1.2:138 0.0.0.0:*
udp UNCONN 0 0 0.0.0.0:138 0.0.0.0:*
udp UNCONN 0 0 192.168.1.2:60557 0.0.0.0:*
udp UNCONN 0 0 192.168.1.2:54977 0.0.0.0:*
udp UNCONN 0 0 0.0.0.0:5353 0.0.0.0:*
udp UNCONN 0 0 0.0.0.0:40698 0.0.0.0:*
udp UNCONN 0 0 192.168.1.2:34600 0.0.0.0:*
udp UNCONN 0 0 127.0.0.1:34600 0.0.0.0:*
udp UNCONN 0 0 0.0.0.0:41271 0.0.0.0:*
udp UNCONN 0 0 192.168.1.2:1900 0.0.0.0:*
udp UNCONN 0 0 [fe80::32f8:264b:d0ae:3cfe]:44510 *:*
udp UNCONN 0 0 [2401:4900:1c00:2ea8:3d3a:ef69:a368:7547]:44510 *:*
udp UNCONN 0 0 [::1]:44510 *:*
udp UNCONN 0 0 *:22000 *:*
udp UNCONN 0 0 *:546 *:*
udp UNCONN 0 0 *:21027 *:*
udp UNCONN 0 0 *:6771 *:*
udp UNCONN 0 0 *:6771 *:*
udp UNCONN 0 0 *:6771 *:*
udp UNCONN 0 0 *:6771 *:*
udp UNCONN 0 0 *:6771 *:*
udp UNCONN 0 0 *:6771 *:*
udp UNCONN 0 0 *:5353 *:*
udp UNCONN 0 0 [fe80::32f8:264b:d0ae:3cfe]:34600 *:*
udp UNCONN 0 0 [2401:4900:1c00:2ea8:3d3a:ef69:a368:7547]:34600 *:*
udp UNCONN 0 0 [::1]:34600 *:*
udp UNCONN 0 0 [2401:4900:1c00:2ea8:3d3a:ef69:a368:7547]:42808 *:*
udp UNCONN 0 0 *:53585 *:*
udp UNCONN 0 0 [2401:4900:1c00:2ea8:3d3a:ef69:a368:7547]:52069 *:*
udp UNCONN 0 0 *:53173 *:*
tcp LISTEN 0 50 0.0.0.0:139 0.0.0.0:*
tcp LISTEN 0 30 192.168.1.2%eth0:34600 0.0.0.0:*
tcp LISTEN 0 128 127.0.0.1:631 0.0.0.0:*
tcp LISTEN 0 128 0.0.0.0:22 0.0.0.0:*
tcp LISTEN 0 30 192.168.1.2%eth0:44510 0.0.0.0:*
tcp LISTEN 0 30 127.0.0.1%lo:34600 0.0.0.0:*
tcp LISTEN 0 50 0.0.0.0:445 0.0.0.0:*
tcp LISTEN 0 5 0.0.0.0:5900 0.0.0.0:*
tcp LISTEN 0 30 127.0.0.1%lo:44510 0.0.0.0:*
tcp LISTEN 0 4096 192.168.1.2:8384 0.0.0.0:*
tcp LISTEN 0 30 [fe80::32f8:264b:d0ae:3cfe]%eth0:34600 [::]:*
tcp LISTEN 0 50 [::]:139 [::]:*
tcp LISTEN 0 30 [::1]%lo:34600 [::]:*
tcp LISTEN 0 128 [::]:22 [::]:*
tcp LISTEN 0 30 [::1]%lo:44510 [::]:*
tcp LISTEN 0 30 [fe80::32f8:264b:d0ae:3cfe]%eth0:44510 [::]:*
tcp LISTEN 0 50 *:8080 *:*
tcp LISTEN 0 128 [::1]:631 [::]:*
tcp LISTEN 0 30 [2401:4900:1c00:2ea8:3d3a:ef69:a368:7547]%eth0:44510 [::]:*
tcp LISTEN 0 50 [::]:445 [::]:*
tcp LISTEN 0 4096 *:22000 *:*
tcp LISTEN 0 5 [::]:5900 [::]:*
tcp LISTEN 0 30 [2401:4900:1c00:2ea8:3d3a:ef69:a368:7547]%eth0:34600 [::]:*
type or paste code here
```ps -ef
UID PID PPID C STIME TTY TIME CMD
root 1 0 0 17:57 ? 00:00:33 /sbin/init splash
root 2 0 0 17:57 ? 00:00:00 [kthreadd]
root 3 2 0 17:57 ? 00:00:00 [rcu_gp]
root 4 2 0 17:57 ? 00:00:00 [rcu_par_gp]
root 5 2 0 17:57 ? 00:00:00 [slub_flushwq]
root 6 2 0 17:57 ? 00:00:00 [netns]
root 10 2 0 17:57 ? 00:00:00 [mm_percpu_wq]
root 11 2 0 17:57 ? 00:00:00 [rcu_tasks_rude_kthread]
root 12 2 0 17:57 ? 00:00:00 [rcu_tasks_trace_kthread]
root 13 2 0 17:57 ? 00:00:02 [ksoftirqd/0]
root 14 2 0 17:57 ? 00:00:03 [rcu_sched]
root 15 2 0 17:57 ? 00:00:00 [migration/0]
root 16 2 0 17:57 ? 00:00:00 [cpuhp/0]
root 17 2 0 17:57 ? 00:00:00 [cpuhp/1]
root 18 2 0 17:57 ? 00:00:01 [migration/1]
root 19 2 0 17:57 ? 00:00:00 [ksoftirqd/1]
root 22 2 0 17:57 ? 00:00:00 [cpuhp/2]
root 23 2 0 17:57 ? 00:00:01 [migration/2]
root 24 2 0 17:57 ? 00:00:00 [ksoftirqd/2]
root 27 2 0 17:57 ? 00:00:00 [cpuhp/3]
root 28 2 0 17:57 ? 00:00:01 [migration/3]
root 29 2 0 17:57 ? 00:00:00 [ksoftirqd/3]
root 32 2 0 17:57 ? 00:00:00 [kdevtmpfs]
root 33 2 0 17:57 ? 00:00:00 [inet_frag_wq]
root 35 2 0 17:57 ? 00:00:00 [kauditd]
root 36 2 0 17:57 ? 00:00:00 [khungtaskd]
root 38 2 0 17:57 ? 00:00:00 [oom_reaper]
root 39 2 0 17:57 ? 00:00:00 [writeback]
root 40 2 0 17:57 ? 00:00:04 [kcompactd0]
root 41 2 0 17:57 ? 00:00:00 [kintegrityd]
root 42 2 0 17:57 ? 00:00:00 [kblockd]
root 43 2 0 17:57 ? 00:00:00 [blkcg_punt_bio]
root 44 2 0 17:57 ? 00:00:00 [watchdogd]
root 48 2 0 17:57 ? 00:00:02 [kworker/1:1H-kblockd]
root 49 2 0 17:57 ? 00:00:00 [rpciod]
root 50 2 0 17:57 ? 00:00:00 [xprtiod]
root 51 2 0 17:57 ? 00:00:07 [kswapd0]
root 52 2 0 17:57 ? 00:00:00 [nfsiod]
root 57 2 0 17:57 ? 00:00:00 [hwrng]
root 58 2 0 17:57 ? 00:00:00 [iscsi_conn_clea]
root 59 2 0 17:57 ? 00:00:00 [dwc_otg]
root 60 2 0 17:57 ? 00:00:00 [DWC Notificatio]
root 61 2 0 17:57 ? 00:00:00 [vchiq-slot/0]
root 62 2 0 17:57 ? 00:00:00 [vchiq-recy/0]
root 63 2 0 17:57 ? 00:00:00 [vchiq-sync/0]
root 64 2 0 17:57 ? 00:00:00 [zswap-shrink]
root 65 2 0 17:57 ? 00:00:00 [kworker/u9:0]
root 88 2 0 17:57 ? 00:00:00 [mmc_complete]
root 91 2 0 17:57 ? 00:00:05 [jbd2/mmcblk0p2-8]
root 92 2 0 17:57 ? 00:00:00 [ext4-rsv-conver]
root 94 2 0 17:57 ? 00:00:00 [mld]
root 95 2 0 17:57 ? 00:00:00 [ipv6_addrconf]
root 98 2 0 17:57 ? 00:00:01 [kworker/3:1H-kblockd]
root 99 2 0 17:57 ? 00:00:00 [irq/199-usb-001:003:01]
root 128 1 0 17:57 ? 00:00:06 /lib/systemd/systemd-journald
root 165 1 0 17:57 ? 00:00:01 /lib/systemd/systemd-udevd
root 196 2 0 17:58 ? 00:00:00 [vchiq-keep/0]
root 199 2 0 17:58 ? 00:00:00 [SMIO]
root 229 2 0 17:58 ? 00:00:00 [mmal-vchiq]
root 231 2 0 17:58 ? 00:00:00 [mmal-vchiq]
root 235 2 0 17:58 ? 00:00:00 [mmal-vchiq]
root 236 2 0 17:58 ? 00:00:00 [mmal-vchiq]
root 237 2 0 17:58 ? 00:00:00 [mmal-vchiq]
root 239 2 0 17:58 ? 00:00:00 [mmal-vchiq]
root 240 2 0 17:58 ? 00:00:00 [mmal-vchiq]
root 322 2 0 17:58 ? 00:00:00 [cec-vc4-hdmi]
root 323 2 0 17:58 ? 00:00:00 [irq/97-vc4 hdmi cec]
root 324 2 0 17:58 ? 00:00:00 [card0-crtc0]
root 325 2 0 17:58 ? 00:00:00 [card0-crtc1]
root 326 2 0 17:58 ? 00:00:00 [card0-crtc2]
root 327 2 0 17:58 ? 00:00:00 [card0-crtc3]
systemd+ 332 1 0 17:58 ? 00:00:00 /lib/systemd/systemd-timesyncd
avahi 370 1 0 17:58 ? 00:00:00 avahi-daemon: running [server.lo
root 371 1 0 17:58 ? 00:00:00 /usr/sbin/cron -f
message+ 372 1 0 17:58 ? 00:00:18 /usr/bin/dbus-daemon --system --
avahi 380 370 0 17:58 ? 00:00:00 avahi-daemon: chroot helper
root 383 1 0 17:58 ? 00:00:01 /usr/libexec/polkitd --no-debug
root 393 1 0 17:58 ? 00:00:01 /usr/sbin/rsyslogd -n -iNONE
root 394 1 0 17:58 ? 00:00:02 /lib/systemd/systemd-logind
nobody 396 1 0 17:58 ? 00:00:00 /usr/sbin/thd --triggers /etc/tr
root 400 1 0 17:58 ? 00:00:00 /usr/libexec/udisks2/udisksd
root 407 1 0 17:58 ? 00:00:00 /sbin/wpa_supplicant -u -s -O /r
root 488 1 0 17:58 ? 00:00:00 /usr/sbin/rngd -r /dev/hwrng
root 497 1 0 17:58 ? 00:00:00 /usr/sbin/cupsd -l
root 512 1 0 17:58 ? 00:00:00 /usr/bin/vncserver-x11-serviced
root 513 2 0 17:58 ? 00:00:00 [cfg80211]
root 514 1 0 17:58 ? 00:00:00 /usr/sbin/dhcpcd -b -q
root 520 1 0 17:58 ? 00:00:00 /usr/sbin/ModemManager
root 521 1 0 17:58 ? 00:00:00 /usr/sbin/lightdm
root 523 512 1 17:58 ? 00:02:16 /usr/bin/vncserver-x11-core -ser
root 540 1 0 17:58 tty1 00:00:00 /bin/login -f
root 543 1 0 17:58 ? 00:00:00 sshd: /usr/sbin/sshd -D [listene
lp 548 497 0 17:58 ? 00:00:00 /usr/lib/cups/notifier/dbus dbus
lp 549 497 0 17:58 ? 00:00:00 /usr/lib/cups/notifier/dbus dbus
root 550 1 0 17:58 ? 00:00:00 /usr/sbin/cups-browsed
saman 661 540 0 17:58 tty1 00:00:00 -bash
rtkit 675 1 0 17:58 ? 00:00:00 /usr/libexec/rtkit-daemon
saman 855 1 0 17:58 ? 00:00:00 /usr/bin/ssh-agent -s
root 1011 1 1 17:58 ? 00:01:58 /usr/libexec/packagekitd
lp 1201 497 0 18:11 ? 00:00:00 /usr/lib/cups/notifier/dbus dbus
colord 1202 1 0 18:11 ? 00:00:01 /usr/libexec/colord
root 2992 1 0 18:47 ? 00:00:00 /usr/sbin/nmbd --foreground --no
root 3708 1 0 18:56 ? 00:00:01 /usr/sbin/smbd --foreground --no
root 3710 3708 0 18:56 ? 00:00:00 /usr/sbin/smbd --foreground --no
root 3711 3708 0 18:56 ? 00:00:00 /usr/sbin/smbd --foreground --no
root 3712 3708 0 18:56 ? 00:00:00 /usr/sbin/smbd --foreground --no
root 3718 3708 0 18:57 ? 00:00:00 /usr/sbin/smbd --foreground --no
root 3722 3708 0 18:57 ? 00:00:00 /usr/sbin/smbd --foreground --no
root 3725 3708 0 18:57 ? 00:00:04 /usr/sbin/smbd --foreground --no
root 3728 3708 0 18:58 ? 00:00:01 /usr/sbin/smbd --foreground --no
root 3991 2 0 19:06 ? 00:00:03 [kworker/u8:1-ext4-rsv-conversio
root 4082 2 0 19:09 ? 00:00:00 [kworker/2:0-events_power_effici
root 6263 2 0 19:49 ? 00:00:00 [kworker/2:2-mm_percpu_wq]
root 6433 2 0 19:53 ? 00:00:01 [kworker/0:0-events]
root 6600 2 0 19:57 ? 00:00:01 [kworker/u8:0-events_unbound]
root 6823 2 0 20:02 ? 00:00:00 [kworker/u8:2-events_unbound]
root 6862 2 0 20:04 ? 00:00:00 [kworker/2:2H-kblockd]
root 7341 2 0 20:17 ? 00:00:00 [scsi_eh_0]
root 7342 2 0 20:17 ? 00:00:00 [scsi_tmf_0]
root 7343 2 0 20:17 ? 00:00:01 [usb-storage]
root 7362 2 0 20:18 ? 00:00:00 [uas]
root 7370 2 0 20:18 ? 00:00:00 [kworker/3:3-events]
root 7373 521 1 20:18 tty7 00:00:21 /usr/lib/xorg/Xorg :0 -seat seat
qbittor+ 7375 1 0 20:18 ? 00:00:09 /usr/bin/qbittorrent-nox -d --we
root 7389 523 0 20:18 ? 00:00:07 /usr/bin/vncagent service 0
root 7490 2 0 20:20 ? 00:00:00 [kworker/1:0H-kblockd]
root 7493 521 0 20:22 ? 00:00:00 lightdm --session-child 14 23
saman 7497 1 0 20:22 ? 00:00:01 /lib/systemd/systemd --user
saman 7498 7497 0 20:22 ? 00:00:00 (sd-pam)
saman 7512 7497 0 20:22 ? 00:00:00 /usr/bin/pipewire
saman 7513 7497 0 20:22 ? 00:00:00 /usr/bin/pulseaudio --daemonize=
saman 7515 7497 0 20:22 ? 00:00:00 /usr/bin/dbus-daemon --session -
saman 7516 7512 0 20:22 ? 00:00:00 /usr/bin/pipewire-media-session
saman 7518 7493 0 20:22 ? 00:00:00 /usr/bin/lxsession -s LXDE-pi -e
saman 7572 7518 0 20:22 ? 00:00:00 /usr/bin/ssh-agent x-session-man
saman 7606 7497 0 20:23 ? 00:00:00 /usr/libexec/gvfsd
saman 7616 7518 0 20:23 ? 00:00:02 openbox --config-file /home/sama
saman 7618 7518 0 20:23 ? 00:00:00 lxpolkit
saman 7620 7518 1 20:23 ? 00:00:11 lxpanel --profile LXDE-pi
saman 7621 7518 1 20:23 ? 00:00:14 pcmanfm --desktop --profile LXDE
saman 7631 1 0 20:23 ? 00:00:00 /usr/bin/ssh-agent -s
saman 7634 1 0 20:23 ? 00:00:00 xcompmgr -aR
saman 7638 1 0 20:23 ? 00:00:02 /usr/bin/python3 /usr/share/syst
saman 7668 523 0 20:23 ? 00:00:01 /usr/bin/vncserverui service 0
saman 7685 7668 0 20:23 ? 00:00:00 /usr/bin/vncserverui -statusicon
saman 7686 7497 0 20:23 ? 00:00:00 /usr/libexec/gvfs-udisks2-volume
saman 7691 7497 0 20:23 ? 00:00:00 /usr/libexec/gvfs-gphoto2-volume
saman 7695 7497 0 20:23 ? 00:00:00 /usr/libexec/gvfs-goa-volume-mon
saman 7699 7497 0 20:23 ? 00:00:00 /usr/libexec/gvfs-mtp-volume-mon
saman 7706 1 0 20:23 ? 00:00:00 /usr/lib/menu-cache/menu-cached
saman 7709 7497 0 20:23 ? 00:00:00 /usr/libexec/gvfs-afc-volume-mon
saman 7717 7606 0 20:23 ? 00:00:00 /usr/libexec/gvfsd-trash --spawn
root 7719 2 0 20:23 ? 00:00:00 [kworker/1:1-mm_percpu_wq]
root 7741 2 0 20:23 ? 00:00:00 [jbd2/sda1-8]
root 7742 2 0 20:23 ? 00:00:00 [ext4-rsv-conver]
saman 7754 7497 0 20:23 ? 00:00:00 /usr/libexec/gvfsd-metadata
saman 7816 7620 13 20:24 ? 00:01:47 qbittorrent
root 7841 2 0 20:26 ? 00:00:00 [kworker/0:0H-mmc_complete]
root 7994 2 0 20:27 ? 00:00:00 [kworker/2:1H-kblockd]
root 7995 2 0 20:27 ? 00:00:00 [kworker/3:0-mm_percpu_wq]
root 7997 2 0 20:28 ? 00:00:00 [kworker/3:0H-kblockd]
root 7998 2 0 20:28 ? 00:00:00 [kworker/1:2-cgroup_destroy]
root 8007 2 0 20:31 ? 00:00:00 [kworker/0:1-events]
root 8015 2 0 20:31 ? 00:00:00 [kworker/0:1H-kblockd]
root 8020 2 0 20:31 ? 00:00:00 [kworker/2:1-events]
root 8030 2 0 20:32 ? 00:00:00 [kworker/u8:3-ext4-rsv-conversio
root 8187 2 0 20:32 ? 00:00:00 [kworker/2:0H-kblockd]
root 8208 2 0 20:32 ? 00:00:00 [kworker/3:1-mm_percpu_wq]
root 8260 2 0 20:33 ? 00:00:00 [kworker/3:2H-kblockd]
saman 8285 1 3 20:33 ? 00:00:06 pipanel 0
saman 8371 7606 0 20:34 ? 00:00:00 /usr/libexec/gvfsd-network --spa
root 8398 2 0 20:34 ? 00:00:00 [kworker/u8:4]
saman 8425 7606 0 20:34 ? 00:00:00 /usr/libexec/gvfsd-dnssd --spawn
root 8475 2 0 20:35 ? 00:00:00 [kworker/1:0-cgroup_destroy]
root 8564 2 0 20:36 ? 00:00:00 [kworker/1:2H]
root 8600 2 0 20:36 ? 00:00:00 [kworker/0:2-cgroup_destroy]
root 8631 2 0 20:36 ? 00:00:00 [kworker/0:2H]
saman 8632 7620 9 20:37 ? 00:00:02 lxterminal
saman 8647 8632 0 20:37 pts/0 00:00:00 bash
saman 8677 7497 0 20:37 ? 00:00:00 /usr/libexec/dconf-service
saman 8692 8647 0 20:37 pts/0 00:00:00 ps -ef
ss -ln
Netid State Recv-Q Send-Q Local Address:Port Peer Address:Port Process
nl UNCONN 0 0 0:385 *
nl UNCONN 0 0 0:1011 *
nl UNCONN 0 0 0:370 *
nl UNCONN 0 0 0:7816 *
nl UNCONN 0 0 0:0 *
nl UNCONN 0 0 0:2147483647 *
nl UNCONN 0 0 0:2147483647 *
nl UNCONN 0 0 4:0 *
nl UNCONN 0 0 6:0 *
nl UNCONN 0 0 8:0 *
nl UNCONN 0 0 9:2147483647 *
nl UNCONN 0 0 9:0 *
nl UNCONN 0 0 9:1 *
nl UNCONN 0 0 10:0 *
nl UNCONN 0 0 15:7516 *
nl UNCONN 0 0 15:2147483647 *
nl UNCONN 0 0 15:7691 *
nl UNCONN 0 0 15:385 *
nl UNCONN 0 0 15:400 *
nl UNCONN 0 0 15:2147483647 *
nl UNCONN 0 0 15:2147483647 *
nl UNCONN 0 0 15:520 *
nl UNCONN 0 0 15:2147483647 *
nl UNCONN 0 0 15:1202 *
nl UNCONN 0 0 15:2147483647 *
nl UNCONN 0 0 15:2147483647 *
nl UNCONN 0 0 15:0 *
nl UNCONN 0 0 15:394 *
nl UNCONN 0 0 15:7699 *
nl UNCONN 0 0 15:7513 *
nl UNCONN 0 0 15:2147483647 *
nl UNCONN 0 0 15:7373 *
nl UNCONN 0 0 15:7497 *
nl UNCONN 0 0 15:1 *
nl UNCONN 0 0 15:2147483647 *
nl UNCONN 0 0 16:0 *
p_raw UNCONN 0 0 *:eth0 *
u_str LISTEN 0 0 /run/systemd/journal/io.systemd.journal 10309 * 0
u_str LISTEN 0 0 /run/avahi-daemon/socket 10718 * 0
u_str LISTEN 0 0 /run/cups/cups.sock 10720 * 0
u_str LISTEN 0 0 /run/dbus/system_bus_socket 10722 * 0
u_str LISTEN 0 0 /run/thd.socket 10724 * 0
u_str LISTEN 0 0 /run/dhcpcd.sock 10769 * 0
u_str LISTEN 0 0 /run/dhcpcd.unpriv.sock 10770 * 0
u_str LISTEN 0 0 /run/systemd/private 11448 * 0
u_str LISTEN 0 0 /run/systemd/userdb/io.systemd.DynamicUser 11450 * 0
u_str LISTEN 0 0 /run/systemd/io.system.ManagedOOM 11451 * 0
u_str LISTEN 0 0 /run/systemd/fsck.progress 11461 * 0
u_str LISTEN 0 0 /run/systemd/journal/stdout 11470 * 0
u_str LISTEN 0 0 /tmp/.vnc-vncservice/vncserver-x11.CtrlComms 14452 * 0
u_str LISTEN 0 0 /tmp/ssh-SaQc2WnTRHKE/agent.851 15543 * 0
u_str LISTEN 0 0 /var/run/samba/nmbd/unexpected 27132 * 0
u_str LISTEN 0 0 /var/run/samba/ncalrpc/np/mdssvc 29144 * 0
u_str LISTEN 0 0 /var/run/samba/ncalrpc/np/initshutdown 29145 * 0
u_str LISTEN 0 0 /var/run/samba/ncalrpc/np/eventlog 29146 * 0
u_str LISTEN 0 0 /var/run/samba/ncalrpc/np/plugplay 29147 * 0
u_str LISTEN 0 0 /var/run/samba/ncalrpc/np/ntsvcs 29148 * 0
u_str LISTEN 0 0 /var/run/samba/ncalrpc/np/svcctl 29149 * 0
u_str LISTEN 0 0 /var/run/samba/ncalrpc/np/spoolss 29150 * 0
u_str LISTEN 0 0 /var/run/samba/ncalrpc/np/wkssvc 29151 * 0
u_str LISTEN 0 0 /var/run/samba/ncalrpc/np/netdfs 29152 * 0
u_str LISTEN 0 0 /var/run/samba/ncalrpc/np/samr 29153 * 0
u_str LISTEN 0 0 /var/run/samba/ncalrpc/np/lsass 29154 * 0
u_str LISTEN 0 0 /var/run/samba/ncalrpc/np/lsarpc 29155 * 0
u_str LISTEN 0 0 /var/run/samba/ncalrpc/np/netlogon 29156 * 0
u_str LISTEN 0 0 /var/run/samba/ncalrpc/np/srvsvc 29157 * 0
u_str LISTEN 0 0 /var/run/samba/ncalrpc/DEFAULT 29158 * 0
u_str LISTEN 0 0 /var/run/samba/ncalrpc/np/winreg 29159 * 0
u_str LISTEN 0 0 /tmp/.vnc-0/print.0x20b_0xabc20995 75535 * 0
u_str LISTEN 0 0 /tmp/.QRxUOe/s 76048 * 0
u_str LISTEN 0 0 @/tmp/.X11-unix/X0 76058 * 0
u_str LISTEN 0 0 /tmp/.X11-unix/X0 76059 * 0
u_str LISTEN 0 0 /tmp/ssh-tYd4NG4KUbET/agent.7518 77499 * 0
u_str LISTEN 0 0 /tmp/ssh-ULdaHvqLVGgn/agent.7625 77609 * 0
u_str LISTEN 0 0 /run/user/1000/pcmanfm-socket--0 77646 * 0
u_str LISTEN 0 0 /run/user/1000/systemd/private 78932 * 0
u_str LISTEN 0 0 /run/user/1000/bus 78938 * 0
u_str LISTEN 0 0 /run/user/1000/gnupg/S.dirmngr 78940 * 0
u_str LISTEN 0 0 /run/user/1000/gnupg/S.gpg-agent.browser 78942 * 0
u_str LISTEN 0 0 /run/user/1000/gnupg/S.gpg-agent.extra 78944 * 0
u_str LISTEN 0 0 /run/user/1000/gnupg/S.gpg-agent.ssh 78946 * 0
u_str LISTEN 0 0 /run/user/1000/gnupg/S.gpg-agent 78948 * 0
u_str LISTEN 0 0 /run/user/1000/pipewire-0 78950 * 0
u_str LISTEN 0 0 /run/user/1000/pk-debconf-socket 78952 * 0
u_str LISTEN 0 0 /run/user/1000/pulse/native 78954 * 0
u_str LISTEN 0 0 /run/user/1000/menu-cached-:0 79316 * 0
u_str LISTEN 0 0 /tmp/.brHafm/s 80973 * 0
u_str LISTEN 0 0 /run/user/1000/.lxterminal-socket-:0 85362 * 0
u_seq LISTEN 0 0 /run/udev/control 11472 * 0
raw UNCONN 0 0 *:58 *:*
udp UNCONN 0 0 192.168.1.2:44510 0.0.0.0:*
udp UNCONN 0 0 127.0.0.1:44510 0.0.0.0:*
udp UNCONN 0 0 0.0.0.0:68 0.0.0.0:*
udp UNCONN 0 0 0.0.0.0:6771 0.0.0.0:*
udp UNCONN 0 0 0.0.0.0:6771 0.0.0.0:*
udp UNCONN 0 0 0.0.0.0:6771 0.0.0.0:*
udp UNCONN 0 0 0.0.0.0:6771 0.0.0.0:*
udp UNCONN 0 0 0.0.0.0:631 0.0.0.0:*
udp UNCONN 0 0 192.168.1.255:137 0.0.0.0:*
udp UNCONN 0 0 192.168.1.2:137 0.0.0.0:*
udp UNCONN 0 0 0.0.0.0:137 0.0.0.0:*
udp UNCONN 0 0 192.168.1.255:138 0.0.0.0:*
udp UNCONN 0 0 192.168.1.2:138 0.0.0.0:*
udp UNCONN 0 0 0.0.0.0:138 0.0.0.0:*
udp UNCONN 0 0 0.0.0.0:5353 0.0.0.0:*
udp UNCONN 0 0 192.168.1.2:48381 0.0.0.0:*
udp UNCONN 0 0 192.168.1.2:48901 0.0.0.0:*
udp UNCONN 0 0 0.0.0.0:41271 0.0.0.0:*
udp UNCONN 0 0 192.168.1.2:15703 0.0.0.0:*
udp UNCONN 0 0 127.0.0.1:15703 0.0.0.0:*
udp UNCONN 0 0 [fe80::32f8:264b:d0ae:3cfe]:44510 *:*
udp UNCONN 0 0 [2401:4900:1c00:2ea8:3d3a:ef69:a368:7547]:44510 *:*
udp UNCONN 0 0 [::1]:44510 *:*
udp UNCONN 0 0 *:546 *:*
udp UNCONN 0 0 *:6771 *:*
udp UNCONN 0 0 *:6771 *:*
udp UNCONN 0 0 *:6771 *:*
udp UNCONN 0 0 *:6771 *:*
udp UNCONN 0 0 *:6771 *:*
udp UNCONN 0 0 *:6771 *:*
udp UNCONN 0 0 *:5353 *:*
udp UNCONN 0 0 [2401:4900:1c00:2ea8:3d3a:ef69:a368:7547]:43273 *:*
udp UNCONN 0 0 *:53585 *:*
udp UNCONN 0 0 [fe80::32f8:264b:d0ae:3cfe]:15703 *:*
udp UNCONN 0 0 [2401:4900:1c00:2ea8:3d3a:ef69:a368:7547]:15703 *:*
udp UNCONN 0 0 [::1]:15703 *:*
udp UNCONN 0 0 [2401:4900:1c00:2ea8:3d3a:ef69:a368:7547]:48543 *:*
tcp LISTEN 0 50 0.0.0.0:139 0.0.0.0:*
tcp LISTEN 0 30 192.168.1.2%eth0:15703 0.0.0.0:*
tcp LISTEN 0 128 127.0.0.1:631 0.0.0.0:*
tcp LISTEN 0 128 0.0.0.0:22 0.0.0.0:*
tcp LISTEN 0 30 192.168.1.2%eth0:44510 0.0.0.0:*
tcp LISTEN 0 50 0.0.0.0:445 0.0.0.0:*
tcp LISTEN 0 30 127.0.0.1%lo:15703 0.0.0.0:*
tcp LISTEN 0 5 0.0.0.0:5900 0.0.0.0:*
tcp LISTEN 0 30 127.0.0.1%lo:44510 0.0.0.0:*
tcp LISTEN 0 50 [::]:139 [::]:*
tcp LISTEN 0 30 [::1]%lo:15703 [::]:*
tcp LISTEN 0 30 [fe80::32f8:264b:d0ae:3cfe]%eth0:15703 [::]:*
tcp LISTEN 0 128 [::]:22 [::]:*
tcp LISTEN 0 30 [::1]%lo:44510 [::]:*
tcp LISTEN 0 30 [fe80::32f8:264b:d0ae:3cfe]%eth0:44510 [::]:*
tcp LISTEN 0 50 *:8080 *:*
tcp LISTEN 0 128 [::1]:631 [::]:*
tcp LISTEN 0 30 [2401:4900:1c00:2ea8:3d3a:ef69:a368:7547]%eth0:44510 [::]:*
tcp LISTEN 0 50 [::]:445 [::]:*
tcp LISTEN 0 5 [::]:5900 [::]:*
tcp LISTEN 0 30 [2401:4900:1c00:2ea8:3d3a:ef69:a368:7547]%eth0:15703 [::]:*
After reviewing the command outputs and screenshots, there are at least two unrelated issues…
Syncthing
Two lines from the first ps -ef
output showed that Syncthing was running…
saman 6159 1 0 19:47 ? 00:00:00 /usr/bin/syncthing -no-browser -
saman 6168 6159 9 19:47 ? 00:01:53 /usr/bin/syncthing -no-browser -
… and three lines from the first ss -ln
output showed a process was listening for connections on port 22000…
udp UNCONN 0 0 *:22000 *:*
tcp LISTEN 0 4096 *:22000 *:*
… in addition to port 8384:
tcp LISTEN 0 4096 192.168.1.2:8384 0.0.0.0:*
(Tip: Tweaking the ss
command to ss -lnp
will include the process name in the output, which might help with debugging. But since none of the other popular network services default to using port 8384 and 22000, it’s probably safe to assume that it’s Syncthing.)
So far things are mostly as expected. The one wrinkle is that Syncthing’s built-in web server has been overridden to bind to the network interface with IP address 192.168.1.2 instead of the default 127.0.0.1. There’s nothing inherently wrong with that, but it means adjusting the host firewall (if one is being used) if the intent is to access the web GUI via another host.
As for why Syncthing shuts down, I don’t think it’s due to qBittorrent.
From the first ps -ef
output:
saman 845 662 0 17:58 ? 00:00:37 lxpanel --profile LXDE-pi
From the second ps -ef
output:
saman 7620 7518 1 20:23 ? 00:00:11 lxpanel --profile LXDE-pi
Note how the PID (Process ID) numbers are different for lxpanel
– it wasn’t the same desktop session:
- Why did you log off and back on again between the two
ps -ef
runs? - How did you start Syncthing before doing the first
ps -ef
?
(I have a theory as to why Syncthing shut down, but will hold off until knowing the answer to the two questions above.)
Another consideration is that the version of Syncthing on the RPi is 1.12.1, which is around 2½ years old. Where are you getting the Syncthing package from? Unless there’s a reason to use an old version, really should upgrade to the latest release.
DNS
A related issue is trying to access Syncthing’s web GUI via the URL http://serverpi.local:8384/
. The screenshot of Chromium shows the following errors:
- “This site can’t be reached”
- “serverpi.local’s server IP address could not be found”
- “ERR_NAME_NOT_RESOLVED”
Three different ways of saying basically the same thing – when Chromium tried to do a DNS lookup for the network address serverpi.local
it failed.
Chromium/Chrome has an internal network diagnostic tool. Simply go to the special URI chrome://net-internals/#dns
. Enter serverpi.local
into the domain box and click the [Lookup] button.
Because Syncthing’s default was changed to listen only on 192.168.1.2:8384
, then you’ll either have to fix your DNS setup in order to use http://serverpi.local:8384/
, or always use the IP address version (http://192.168.1.2:8384/
).
Thank you The hostname was server.local
not serverpi
.
I need To access The web GUI from another device as I don’t have an attached monitor with the Pi. On the other hand, I need to make it easily accessible.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.