Quantcast
Channel: Ubuntu Forums - Networking & Wireless
Viewing all 23300 articles
Browse latest View live

[ubuntu] Wifi unable to connect after failed docer install attempt

$
0
0
Hi,
I tried to install docker on my Ubuntu but unfortunately it was failed. After that, my wifi connect on start abut after few minutes, it's disconnect and don't show any WiFi option.
I am providing my network info as follows:

https://pastebin.com/wJ05Sj1R

I am unable to do anything as have only one syatem which is Laptop with Ubuntu,

Using 2 network interfaces 192.168.1.x

$
0
0
Hello,

I am trying to install a ZoneMinder server on my network and am having trouble getting it to work. I have successfully made it work on Windows 10 using Blue Iris (found camera straight away), but have spent a few days (and tried everything) without success using Ubuntu.

- The computer is connected to the internet via Wifi on a 192.168.1.x network.
- The POE camera has a fixed IP address of 192.168.1.10 and is connected to the computer via wired ethernet. The wired interface has a manual IP address set to 192.168.1.20 (both IPs unused on the wifi network)
- Network diagram below.

- The camera can be found (via internet browser) when ONLY the wired connection is enabled. Once the wireless is turned on the camera can't be found.

I have tried bridging the networks, setting custom routing tables, but nothing works.

Could someone please tell me the easiest way to make this work?

Thanks

network UNCLAIMED

$
0
0
Completely new to ubuntu, come from an ms background, just built a computer with my 9 year old son so we can learn about ubuntu/linux together.
When I updated the drivers for the nvidia graphics card our wifi disappeared. In network settings it says 'No Wi-Fi Adapter' found.

Ubuntu ver = 20.04 lts

sudo lshw -C network:
*-network UNCLAIMED
description: Ethernet Controller
product: RT8111/8168/8411 PCI Express Gigabit Ethernet Controlleer

*-network UNCLAIMED
description: Ethernet Controller
product: Wireless 8260

I know to fix the problem has something to do with a lack of drivers. I'm just not sure how to fix or how to install drivers off a stick drive in Ubuntu. Any help is appreciated.

[ubuntu] xsane network issue

$
0
0
Folks,

Running 18:04 LTS

I have an old Epsom Perfection scanner attached to a Raspberry Pi computer.

Appreciate this is really an issue with my Raspberry Pi but as I am an Ubuntu user and commands are all virtually the same I am hoping someone may be able to throw some light on this.

Had this working some time back when Raspberry Pi used Jessie but now Xsane on my Ubuntu Desktop says no devices found.

Saned is installed on the Pi, the saned.conf on the Pi allows my local network and on my Ubuntu machine I have the Pi address set in /etc/saned/net.conf
If from my Ubuntu machine I nmap the Pi it shows 6566/tcp open sane-port

Now I seem to be having problems with the service, various commands issued below shows the service as masked and attempts to unmask seem unsuccessful though no error shown..

Code:

pi@Pi-Server:/etc/sane.d $ sudo service saned start
Failed to start saned.service: Unit saned.service is masked.
pi@Pi-Server:/etc/sane.d $ sudo systemctl unmask saned.service
pi@Pi-Server:/etc/sane.d $ sudo service saned start
Failed to start saned.service: Unit saned.service is masked.
pi@Pi-Server:/etc/sane.d $ sudo systemctl enable saned.service
Synchronizing state of saned.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable saned
Failed to enable unit: Unit file /lib/systemd/system/saned.service is masked.
pi@Pi-Server:/etc/sane.d $ sudo systemctl start saned.service
Failed to start saned.service: Unit saned.service is masked.

Appreciate if anyone can throw some light on this.

Geoff

Wireguard Client Router Setup Help

$
0
0
I am attempting to set up an Ubuntu server wireguard VPN client router via a VM under ESXi in my homelab to better understand how this works; eventual deployment would be on my raspberry pi to allow devices connected to said pi to be routed through the VPN; basically a portable router that forces every device connected to it to be routed back to my server (also lives on my homelab) used when I travel for work. For current testing, I have a Ubuntu server VM set up at a family members house so I can have an alternate public IP to verify things work as expected.

Test setup:
Local LAN - 192.168.1.1
WG Server - 10.0.0.1
Virtual LAN for testing within my homelab - 10.0.0.2
Remote LAN 192.168.86.1
WG Server on an Ubuntu Server VM
WG Client on an Ubuntu Server VM

I have a wireguard connection set up, handshakes, public IP shows correct on my WG Client

Current server setup is:
Code:

[Interface]
PrivateKey=<server-private-key>
Address=<10.0.0.1>/<8>
SaveConfig=true
PostUp = iptables -A FORWARD -i wg0 -j ACCEPT; iptables -t nat -A POSTROUTING -o <eth0> -j MASQUERADE;
PostDown = iptables -D FORWARD -i wg0 -j ACCEPT; iptables -t nat -D POSTROUTING -o <eth1> -j MASQUERADE;
ListenPort =51820

Current client setup is:
Code:

[Interface]
PrivateKey = <client-private-key>
Address = <client-ip-address>/<subnet>
SaveConfig = true

[Peer]
PublicKey = <server-public-key>
Endpoint = <server-public-ip-address>:51820
AllowedIPs = 0.0.0.0/0

Once I have wireguard set up and working - which I do believe it is, its pretty easy to set up based on the above, I moved onto setup of my secondary interface which will be 10.0.0.2 and will receive DHCP and use the router I set up within the WG Client VM. I set this up via: https://medium.com/@exesse/how-to-ma...ts-fd40b7bfec9

With this second interface working, I spin up an ubuntu desktop VM on my homelab connected to the same virtual network as the WG Client second interface is connected to, DHCP works as expected, and I am even able to get iffy internet on the ubuntu desktop VM. I can google things, I can watch youtube, but things just don't quite work right, I can't download and install chrome for example, it tries, it hangs, it tries some more, but just doesn't really work. Speed tests do run very near line speed though...

I assume packets are not being routed through to the wireguard interface correctly, or something somewhere is not being translated. I though the "allowwedIP's being 0.0.0.0/0 would mean all traffic through the WG Client would be forced over the WG interface, but that is proving not to really work. I have tried some random iptables settings as well, but nothing really changes anything. I have seen the fact wireguard works with namespaces, but I am not quite sure how that works or how I would set that up for my needs. I know enough to know enough, but clearly not enough to get this working as intended.

Any ideas, or guides that could be followed for this exact situation? I have been at this for a couple days now and just can't get my head around it.

Ubuntu 20.04 samba nightmare

$
0
0
Im some what new to linux so maybe im missing some obvious detail but i have been trying to get samba to work between my plex server running ubuntu 20.04 and my file server also running ubuntu 20.04, i first used the GUI folder options to share my folder, it installed samba, then i added a used on the PC for access but that did not work, i tried some edits on the smb.conf file that was recommended after doing some searching, sadly this just broke the samba service so i had to purge and reinstall this time in console. turning on gust access would get me further then he password and user name menu but i would instead get a permission denied window...

Latter one after much googling I found the "sudo smbpasswd -a username" and used that with a username and password matching the account i made on the plex server for connecting to it, same username and password on my file server as well(just mentioning this detail incase it part of my problem), it seemed to kinda work before using my username and pass would just cause the password windows to keep popping up but now i got the "Failed to mount Windows share: Permissions denied" window now.... so progress i guess

anyway after not making much progress i look for the log files, find the files and they make no sense to me so I came here for help.
log.

Code:

[2020/10/04 17:34:54.099129,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 17:34:54.101607,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 17:34:54.101906,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 17:34:54.102453,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 17:34:54.102853,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 17:34:54.102973,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 17:35:11.430502,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 17:35:11.431700,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 17:35:11.431852,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 17:35:11.431981,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 17:35:11.432258,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 17:35:11.432356,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 17:36:12.519269,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 17:36:12.520564,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 17:36:12.520699,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 17:36:12.520795,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 17:36:12.521026,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 17:36:12.521117,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 18:32:54.149007,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 18:32:54.150152,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 18:32:54.150306,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 18:32:54.150406,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 18:32:54.150682,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 18:32:54.150782,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 18:46:50.232627,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 18:46:59.306603,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 18:47:00.649273,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 19:03:45.889441,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 19:03:46.988086,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 19:03:47.537829,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 19:03:47.851010,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 19:03:48.261441,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 19:03:48.680095,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 19:03:49.081320,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 19:03:49.466797,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 19:09:19.053156,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 19:36:27.214807,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 19:36:28.407371,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 19:36:28.942106,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 19:36:29.545793,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 19:36:30.026334,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 19:36:30.423931,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 19:36:30.664640,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 19:36:31.016508,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 19:36:31.371107,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 19:36:31.729004,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 19:36:32.107449,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 19:36:32.463180,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 19:36:32.848026,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 19:36:33.228375,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 19:36:33.618160,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 19:36:33.998521,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 19:36:34.384532,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 19:36:34.777505,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 19:36:35.159904,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 19:36:35.568696,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 19:36:35.965929,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 19:36:36.344800,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 19:36:36.764478,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 19:36:37.160375,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 19:36:37.586053,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 19:36:37.998956,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 19:36:38.421708,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 19:36:38.830550,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 19:36:39.232380,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 19:36:39.629104,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 19:36:39.826224,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 19:36:40.275151,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 19:36:40.678347,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 19:36:41.077539,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 19:36:41.494802,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 19:36:41.931207,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 19:36:42.534477,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 19:36:45.805481,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 20:40:08.232823,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 22:10:54.184161,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/local failed. Permission denied
[2020/10/04 22:10:54.189997,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 22:10:54.190162,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 22:10:54.190273,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 22:10:54.190575,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 22:10:54.190673,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 22:12:07.969909,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 22:21:19.624954,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/media failed. Permission denied
[2020/10/04 22:21:20.542962,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/media failed. Permission denied
[2020/10/04 22:21:20.978176,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/media failed. Permission denied
[2020/10/04 22:21:21.830259,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/media failed. Permission denied
[2020/10/04 22:21:23.630801,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/media failed. Permission denied
[2020/10/04 22:21:24.102730,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/media failed. Permission denied
[2020/10/04 22:21:24.505567,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/media failed. Permission denied
[2020/10/04 22:21:24.903185,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/media failed. Permission denied
[2020/10/04 22:21:25.287738,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/media failed. Permission denied
[2020/10/04 22:21:25.683147,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/media failed. Permission denied
[2020/10/04 22:21:26.021772,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/media failed. Permission denied
[2020/10/04 22:21:26.382869,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/media failed. Permission denied
[2020/10/04 22:21:26.793099,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/media failed. Permission denied
[2020/10/04 22:21:27.138880,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/media failed. Permission denied
[2020/10/04 22:21:27.318851,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/media failed. Permission denied
[2020/10/04 22:21:27.619573,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/media failed. Permission denied
[2020/10/04 22:21:27.935841,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/media failed. Permission denied
[2020/10/04 22:21:28.305437,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/media failed. Permission denied
[2020/10/04 22:21:28.651234,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/media failed. Permission denied
[2020/10/04 22:21:29.015140,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/media failed. Permission denied
[2020/10/04 22:21:59.318340,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/media failed. Permission denied
[2020/10/04 22:21:59.319560,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 22:21:59.319731,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 22:21:59.319835,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 22:21:59.320135,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 22:21:59.320234,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 22:22:16.542145,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/media failed. Permission denied
[2020/10/04 22:22:24.518582,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/media failed. Permission denied
[2020/10/04 22:22:24.519768,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 22:22:24.519916,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 22:22:24.520015,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 22:22:24.520269,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 22:22:24.520366,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 22:22:30.695254,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/media failed. Permission denied
[2020/10/04 22:22:30.697803,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 22:22:30.698827,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 22:22:30.698958,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 22:22:30.699237,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 22:22:30.699336,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!


log.torr

Code:

[2020/10/04 17:34:38.921482,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 17:35:39.829847,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 17:35:39.832067,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 17:35:39.832279,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 17:35:39.832381,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 17:36:08.599332,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 17:36:08.599612,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 17:37:04.328769,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 17:37:04.330181,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 17:37:04.330391,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 17:37:04.330537,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 18:26:31.654101,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 18:26:31.655237,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 18:26:31.655381,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 18:26:31.655495,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 18:26:31.655743,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 18:26:31.655831,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 18:27:08.780679,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 18:27:08.782249,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 18:27:08.782432,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 18:27:08.782550,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 18:27:18.086916,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 18:27:18.088327,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 18:27:18.088502,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 18:27:18.088612,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 18:27:18.088958,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 18:27:18.089063,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 18:32:45.309402,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 18:32:45.310708,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 18:32:45.310848,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 18:32:45.310949,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 18:32:45.311194,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 18:32:45.311290,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 18:42:30.588313,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 18:42:30.589813,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 18:42:30.590049,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 18:42:30.590149,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 18:42:30.590449,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 18:42:30.590581,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 18:43:10.296830,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 18:43:10.298143,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 18:43:10.298293,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 18:43:10.298390,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 18:43:10.298652,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 18:43:10.298744,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 18:46:34.883912,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 18:46:41.909637,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 18:47:21.145517,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 19:03:43.410122,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 19:34:11.399030,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 22:11:01.482590,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/local failed. Permission denied
[2020/10/04 22:11:01.486974,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 22:11:01.487200,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 22:11:01.487317,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 22:11:01.487624,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 22:11:01.487737,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 22:11:10.082495,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/plex-folder failed. Permission denied
[2020/10/04 22:15:16.679491,  0] ../../source3/lib/sharesec.c:427(delete_share_security)
  delete_share_security: Failed to delete entry for share plex-folder: NT_STATUS_NOT_FOUND
[2020/10/04 22:21:16.345764,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/media failed. Permission denied
[2020/10/04 22:28:06.043652,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/media failed. Permission denied
[2020/10/04 22:28:06.045627,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 22:28:06.045827,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 22:28:06.046451,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 22:28:06.047707,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 22:28:06.047839,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 22:28:35.401107,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/media failed. Permission denied
[2020/10/04 22:28:35.403034,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 22:28:35.403246,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 22:28:35.403376,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 22:28:35.403706,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 22:28:35.403836,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 22:54:56.895587,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/media failed. Permission denied
[2020/10/04 22:54:56.896686,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 22:54:56.896851,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 22:54:56.896962,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 22:54:56.897267,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 22:54:56.897377,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 23:07:34.830524,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/media failed. Permission denied
[2020/10/04 23:07:34.831966,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 23:07:34.832137,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 23:07:34.832242,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 23:07:34.832527,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 23:07:34.832690,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 23:35:11.069378,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/media failed. Permission denied
[2020/10/04 23:35:19.952041,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/media failed. Permission denied
[2020/10/04 23:36:56.197920,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/media failed. Permission denied
[2020/10/04 23:36:56.200051,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 23:36:56.200240,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 23:36:56.200361,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 23:36:56.200655,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 23:36:56.200759,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 23:52:42.437580,  0] ../../source3/param/loadparm.c:3362(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/media failed. Permission denied
[2020/10/04 23:52:42.438831,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 23:52:42.438994,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 23:52:42.439094,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 23:52:42.439368,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!
[2020/10/04 23:52:42.439470,  0] ../../source3/smbd/uid.c:448(change_to_user_internal)
  change_to_user_internal: chdir_current_service() failed!

log.smbd

Code:

[2020/10/04 15:13:51.720469,  0] ../../source3/smbd/server.c:1775(main)
  smbd version 4.11.6-Ubuntu started.
  Copyright Andrew Tridgell and the Samba Team 1992-2019
[2020/10/04 15:13:51.912817,  0] ../../lib/util/become_daemon.c:135(daemon_ready)
  daemon_ready: daemon 'smbd' finished starting up and ready to serve connections
[2020/10/04 19:26:09.057141,  0] ../../source3/smbd/server.c:1775(main)
  smbd version 4.11.6-Ubuntu started.
  Copyright Andrew Tridgell and the Samba Team 1992-2019
[2020/10/04 19:26:09.074746,  0] ../../lib/util/become_daemon.c:135(daemon_ready)
  daemon_ready: daemon 'smbd' finished starting up and ready to serve connections
[2020/10/04 19:26:56.217780,  0] ../../source3/smbd/server.c:1775(main)
  smbd version 4.11.6-Ubuntu started.
  Copyright Andrew Tridgell and the Samba Team 1992-2019
[2020/10/04 19:26:56.231475,  0] ../../lib/util/become_daemon.c:135(daemon_ready)
  daemon_ready: daemon 'smbd' finished starting up and ready to serve connections
[2020/10/04 19:31:05.446496,  0] ../../source3/smbd/server.c:1775(main)
  smbd version 4.11.6-Ubuntu started.
  Copyright Andrew Tridgell and the Samba Team 1992-2019
[2020/10/04 19:31:05.460032,  0] ../../lib/util/become_daemon.c:135(daemon_ready)
  daemon_ready: daemon 'smbd' finished starting up and ready to serve connections
[2020/10/04 19:33:14.912715,  0] ../../source3/smbd/server.c:1775(main)
  smbd version 4.11.6-Ubuntu started.
  Copyright Andrew Tridgell and the Samba Team 1992-2019
[2020/10/04 19:33:14.926468,  0] ../../lib/util/become_daemon.c:135(daemon_ready)
  daemon_ready: daemon 'smbd' finished starting up and ready to serve connections
[2020/10/04 22:05:01.568645,  0] ../../source3/smbd/server.c:1775(main)
  smbd version 4.11.6-Ubuntu started.
  Copyright Andrew Tridgell and the Samba Team 1992-2019
[2020/10/04 22:05:01.654623,  0] ../../lib/util/become_daemon.c:135(daemon_ready)
  daemon_ready: daemon 'smbd' finished starting up and ready to serve connections
[2020/10/04 22:54:07.051391,  0] ../../source3/smbd/server.c:1775(main)
  smbd version 4.11.6-Ubuntu started.
  Copyright Andrew Tridgell and the Samba Team 1992-2019
[2020/10/04 22:54:07.074353,  0] ../../lib/util/become_daemon.c:135(daemon_ready)
  daemon_ready: daemon 'smbd' finished starting up and ready to serve connections

I have spent most of my day on this problem and i have no idea how to get this system to work, it seems easy and straight forward on the surface but this has been a nightmare so far, you think it would jsut work beding that im not even going to a diffrent OS it all the same verson of ubuntu.... anyway let me know if anyone can figure out why this wont work, what im doing wrong or if there is a better/ more preferable way of moving files over my home network. thanks

[ubuntu] asus vivobook - no wifi - no ethernet - no secure boot

$
0
0
Trying to get a new Asus vivobook running but doesn't recognise the wifi. Device is fresh out of the box.

I've disabled secure boot from the BIOS, am getting an error 'cannot connect to TPM chip'. Other threads suggest this isn't the issue but that disabling secure boot is a good start.

When I install Ubuntu 20.04 I don't get the option to download updates, because it can't find a wifi module. It is a netbook so there's no ethernet port.

With Ubuntu installed, under software settings - with CD-ROM checked as a source - look for additional drivers, nothing found.

I've run with wireless-info script (below).

Any help very gratefully received.

Code:




########## wireless info START ##########


Report from: 05 Oct 2020 13:19 BST +0100


Booted last: 05 Oct 2020 00:00 BST +0100


Script from: 22 Oct 2018 03:34 UTC +0000


##### release ###########################


Distributor ID:    Ubuntu
Description:    Ubuntu 20.04 LTS
Release:    20.04
Codename:    focal


##### kernel ############################


Linux 5.4.0-26-generic #30-Ubuntu SMP Mon Apr 20 16:58:30 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux


Parameters: ro, quiet, splash


##### desktop ###########################


sed: can't read /root/.dmrc: No such file or directory


Could not be determined.


##### lspci #############################


02:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter [10ec:c821]
    DeviceName: WLAN
    Subsystem: AzureWave RTL8821CE 802.11ac PCIe Wireless Network Adapter [1a3b:3040]


##### lsusb #############################


Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 13d3:3529 IMC Networks Bluetooth Radio
Bus 001 Device 003: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 001 Device 002: ID 13d3:5a11 IMC Networks USB2.0 VGA UVC WebCam
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


##### PCMCIA card info ##################


##### rfkill ############################


0: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no


##### secure boot #######################


SecureBoot disabled
Platform is in Setup Mode


##### lsmod #############################


asus_nb_wmi            28672  0
wmi_bmof              16384  0
asus_wmi              32768  1 asus_nb_wmi
sparse_keymap          16384  1 asus_wmi
wmi                    32768  2 asus_wmi,wmi_bmof
video                  49152  2 asus_wmi,i915


##### interfaces ########################


##### ifconfig ##########################


1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback <MAC address> brd <MAC address>
    inet 127.0.0.1/8 scope host lo
      valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
      valid_lft forever preferred_lft forever


##### iwconfig ##########################


lo        no wireless extensions.


##### route #############################


##### resolv.conf #######################


[777 root '/etc/resolv.conf' -> '../run/systemd/resolve/stub-resolv.conf']


nameserver 127.0.0.53
options edns0


##### network managers ##################


Installed:


    NetworkManager


Running:


root        573      1  0 12:48 ?        00:00:00 /usr/sbin/NetworkManager --no-daemon


##### NetworkManager info ###############


##### NetworkManager.state ##############


cat: /var/lib/NetworkManager/NetworkManager.state: No such file or directory


##### NetworkManager config #############


[[/etc/NetworkManager/conf.d/default-wifi-powersave-on.conf]]
[connection]
wifi.powersave = 3


[[/etc/NetworkManager/NetworkManager.conf]]
[main]
plugins=ifupdown,keyfile
[ifupdown]
managed=false
[device]
wifi.scan-rand-mac-address=no


[[/usr/lib/NetworkManager/conf.d/10-dns-resolved.conf]]
[main]
dns=systemd-resolved


[[/usr/lib/NetworkManager/conf.d/10-globally-managed-devices.conf]]
[keyfile]
unmanaged-devices=*,except:type:wifi,except:type:gsm,except:type:cdma


[[/usr/lib/NetworkManager/conf.d/20-connectivity-ubuntu.conf]]
[connectivity]
uri=http://connectivity-check.ubuntu.com/


[[/usr/lib/NetworkManager/conf.d/no-mac-addr-change.conf]]
[device-mac-addr-change-wifi]
match-device=driver:rtl8723bs,driver:rtl8189es,driver:r8188eu,driver:8188eu,driver:eagle_sdio,driver:wl
wifi.scan-rand-mac-address=no
wifi.cloned-mac-address=preserve
ethernet.cloned-mac-address=preserve


##### NetworkManager profiles ###########


##### Netplan config ####################


[/etc/netplan/01-network-manager-all.yaml]
network:
  version: 2
  renderer: NetworkManager


##### iw reg get ########################


Region: Europe/London (based on set time zone)


global
country 00: DFS-UNSET
    (2402 - 2472 @ 40), (N/A, 20), (N/A)
    (2457 - 2482 @ 20), (N/A, 20), (N/A), AUTO-BW, PASSIVE-SCAN
    (2474 - 2494 @ 20), (N/A, 20), (N/A), NO-OFDM, PASSIVE-SCAN
    (5170 - 5250 @ 80), (N/A, 20), (N/A), AUTO-BW, PASSIVE-SCAN
    (5250 - 5330 @ 80), (N/A, 20), (0 ms), DFS, AUTO-BW, PASSIVE-SCAN
    (5490 - 5730 @ 160), (N/A, 20), (0 ms), DFS, PASSIVE-SCAN
    (5735 - 5835 @ 80), (N/A, 20), (N/A), PASSIVE-SCAN
    (57240 - 63720 @ 2160), (N/A, 0), (N/A)


##### iwlist channels ###################


lo        no frequency information.


##### iwlist scan #######################


lo        Interface doesn't support scanning.


##### module infos ######################


##### module parameters #################


##### /etc/modules ######################


##### modprobe options ##################


[/etc/modprobe.d/amd64-microcode-blacklist.conf]
blacklist microcode


[/etc/modprobe.d/blacklist-ath_pci.conf]
blacklist ath_pci


[/etc/modprobe.d/blacklist.conf]
blacklist evbug
blacklist usbmouse
blacklist usbkbd
blacklist eepro100
blacklist de4x5
blacklist eth1394
blacklist snd_intel8x0m
blacklist snd_aw2
blacklist prism54
blacklist bcm43xx
blacklist garmin_gps
blacklist asus_acpi
blacklist snd_pcsp
blacklist pcspkr
blacklist amd76x_edac


[/etc/modprobe.d/blacklist-rare-network.conf]
alias net-pf-3 off
alias net-pf-6 off
alias net-pf-9 off
alias net-pf-11 off
alias net-pf-12 off
alias net-pf-19 off
alias net-pf-21 off
alias net-pf-36 off


[/etc/modprobe.d/intel-microcode-blacklist.conf]
blacklist microcode


[/etc/modprobe.d/iwlwifi.conf]
remove iwlwifi \
(/sbin/lsmod | grep -o -e ^iwlmvm -e ^iwldvm -e ^iwlwifi | xargs /sbin/rmmod) \
&& /sbin/modprobe -r mac80211


##### rc.local ##########################


grep: /etc/rc.local: No such file or directory


##### pm-utils ##########################


##### udev rules ########################


##### dmesg #############################


########## wireless info END ############

HP Pavillion Gaming 15 Wifi Issue

$
0
0
Dear ALl,

I have an issure with my laptop cannot see the wireless network. Update kernel did fix my issue. However, I need to keep this kernel version, so I re-install my ubuntu and got this issue again.

Here is my wifi script output,

Quote:


########## wireless info START ##########

Report from: 05 Oct 2020 18:47 +07 +0700

Booted last: 05 Oct 2020 00:00 +07 +0700

Script from: 22 Oct 2018 03:34 UTC +0000

##### release ###########################

Distributor ID: Ubuntu
Description: Ubuntu 18.04.5 LTS
Release: 18.04
Codename: bionic

##### kernel ############################

Linux 4.15.0-118-generic #119-Ubuntu SMP Tue Sep 8 12:30:01 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

Parameters: ro, quiet, rd.driver.blacklist=grub.nouveau, rcutree.rcu_idle_gp_delay=1, quiet, splash, vt.handoff=1

##### desktop ###########################

Ubuntu

##### lspci #############################

03:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. Device [10ec:c822]
Subsystem: Hewlett-Packard Company Device [103c:85f7]

04:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 16)
Subsystem: Hewlett-Packard Company RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [103c:86d5]
Kernel driver in use: r8169

##### lsusb #############################

Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 002: ID 0408:5365 Quanta Computer, Inc.
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 0bda:b00c Realtek Semiconductor Corp.
Bus 001 Device 002: ID 258a:1007
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

##### PCMCIA card info ##################

##### rfkill ############################

0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no

##### secure boot #######################

SecureBoot disabled

##### lsmod #############################

hp_wmi 16384 0
sparse_keymap 16384 1 hp_wmi
wmi_bmof 16384 0
wmi 24576 2 hp_wmi,wmi_bmof

##### interfaces ########################

[/etc/network/interfaces]
auto lo
iface lo inet loopback

##### ifconfig ##########################

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback <MAC address> brd <MAC address>
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether <MAC 'eno1' [IF1]> brd <MAC address>
inet 161.200.88.189/25 brd 161.200.88.255 scope global dynamic noprefixroute eno1
valid_lft 14372sec preferred_lft 14372sec
inet6 fe80::4f66:71c0:1e2f:7ccc/64 scope link noprefixroute
valid_lft forever preferred_lft forever
3: docker0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default
link/ether <MAC 'docker0' [IF2]> brd <MAC address>
inet 172.17.0.1/16 brd 172.17.255.255 scope global docker0
valid_lft forever preferred_lft forever

##### iwconfig ##########################

docker0 no wireless extensions.

eno1 no wireless extensions.

lo no wireless extensions.

##### route #############################

default via 161.200.88.254 dev eno1 proto dhcp metric 100
161.200.88.128/25 dev eno1 proto kernel scope link src 161.200.88.189 metric 100
169.254.0.0/16 dev eno1 scope link metric 1000
172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown

##### resolv.conf #######################

[777 root '/etc/resolv.conf' -> '../run/systemd/resolve/stub-resolv.conf']

nameserver 127.0.0.53
options edns0
search eng.chula.ac.th

##### network managers ##################

Installed:

NetworkManager

Running:

root 866 1 0 18:46 ? 00:00:00 /usr/sbin/NetworkManager --no-daemon

##### NetworkManager info ###############

GENERAL.DEVICE: eno1
GENERAL.TYPE: ethernet
GENERAL.NM-TYPE: NMDeviceEthernet
GENERAL.VENDOR: Realtek Semiconductor Co., Ltd.
GENERAL.PRODUCT: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
GENERAL.DRIVER: r8169
GENERAL.DRIVER-VERSION: 2.3LK-NAPI
GENERAL.FIRMWARE-VERSION: --
GENERAL.HWADDR: <MAC 'eno1' [IF1]>
GENERAL.MTU: 1500
GENERAL.STATE: 100 (connected)
GENERAL.REASON: 0 (No reason given)
GENERAL.UDI: /sys/devices/pci0000:00/0000:00:01.7/0000:04:00.0/net/eno1
GENERAL.IP-IFACE: eno1
GENERAL.IS-SOFTWARE: no
GENERAL.NM-MANAGED: yes
GENERAL.AUTOCONNECT: yes
GENERAL.FIRMWARE-MISSING: no
GENERAL.NM-PLUGIN-MISSING: no
GENERAL.PHYS-PORT-ID: --
GENERAL.CONNECTION: Wired connection 1
GENERAL.CON-UUID: 0689be88-d3f4-33f8-ba99-0ecbf9b87d63
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
GENERAL.METERED: no (guessed)
CAPABILITIES.CARRIER-DETECT: yes
CAPABILITIES.SPEED: 100 Mb/s
CAPABILITIES.IS-SOFTWARE: no
CAPABILITIES.SRIOV: no
WIRED-PROPERTIES.CARRIER: on
IP4.ADDRESS[1]: 161.200.88.189/25
IP4.GATEWAY: 161.200.88.254
IP4.ROUTE[1]: dst = 0.0.0.0/0, nh = 161.200.88.254, mt = 100
IP4.ROUTE[2]: dst = 161.200.88.128/25, nh = 0.0.0.0, mt = 100
IP4.ROUTE[3]: dst = 169.254.0.0/16, nh = 0.0.0.0, mt = 1000
IP4.DNS[1]: 161.200.80.1
IP4.DOMAIN[1]: eng.chula.ac.th
DHCP4.OPTION[1]: network_number = 161.200.88.128
DHCP4.OPTION[2]: requested_domain_search = 1
DHCP4.OPTION[3]: requested_time_offset = 1
DHCP4.OPTION[4]: requested_broadcast_address = 1
DHCP4.OPTION[5]: requested_rfc3442_classless_static_routes = 1
DHCP4.OPTION[6]: requested_ms_classless_static_routes = 1
DHCP4.OPTION[7]: requested_domain_name = 1
DHCP4.OPTION[8]: requested_wpad = 1
DHCP4.OPTION[9]: domain_name = eng.chula.ac.th
DHCP4.OPTION[10]: next_server = 192.168.81.54
DHCP4.OPTION[11]: broadcast_address = 161.200.88.255
DHCP4.OPTION[12]: requested_interface_mtu = 1
DHCP4.OPTION[13]: dhcp_message_type = 5
DHCP4.OPTION[14]: dhcp_lease_time = 14400
DHCP4.OPTION[15]: ip_address = 161.200.88.189
DHCP4.OPTION[16]: expiry = 1601912817
DHCP4.OPTION[17]: requested_domain_name_servers = 1
DHCP4.OPTION[18]: subnet_mask = 255.255.255.128
DHCP4.OPTION[19]: requested_subnet_mask = 1
DHCP4.OPTION[20]: requested_static_routes = 1
DHCP4.OPTION[21]: requested_netbios_scope = 1
DHCP4.OPTION[22]: requested_ntp_servers = 1
DHCP4.OPTION[23]: requested_netbios_name_servers = 1
DHCP4.OPTION[24]: routers = 161.200.88.254
DHCP4.OPTION[25]: requested_routers = 1
DHCP4.OPTION[26]: domain_name_servers = 161.200.80.1
DHCP4.OPTION[27]: requested_host_name = 1
DHCP4.OPTION[28]: dhcp_server_identifier = 192.168.81.54
IP6.ADDRESS[1]: fe80::4f66:71c0:1e2f:7ccc/64
IP6.GATEWAY: --
IP6.ROUTE[1]: dst = ff00::/8, nh = ::, mt = 256, table=255
IP6.ROUTE[2]: dst = fe80::/64, nh = ::, mt = 256
IP6.ROUTE[3]: dst = fe80::/64, nh = ::, mt = 100
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{1}
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 0689be88-d3f4-33f8-ba99-0ecbf9b87d63 | Wired connection 1

GENERAL.DEVICE: docker0
GENERAL.TYPE: bridge
GENERAL.NM-TYPE: NMDeviceBridge
GENERAL.VENDOR: --
GENERAL.PRODUCT: --
GENERAL.DRIVER: bridge
GENERAL.DRIVER-VERSION: 2.3
GENERAL.FIRMWARE-VERSION: N/A
GENERAL.HWADDR: <MAC 'docker0' [IF2]>
GENERAL.MTU: 1500
GENERAL.STATE: 100 (connected)
GENERAL.REASON: 0 (No reason given)
GENERAL.UDI: /sys/devices/virtual/net/docker0
GENERAL.IP-IFACE: docker0
GENERAL.IS-SOFTWARE: yes
GENERAL.NM-MANAGED: yes
GENERAL.AUTOCONNECT: yes
GENERAL.FIRMWARE-MISSING: no
GENERAL.NM-PLUGIN-MISSING: no
GENERAL.PHYS-PORT-ID: --
GENERAL.CONNECTION: docker0
GENERAL.CON-UUID: 130e6553-c14c-49d5-aa66-6cc99be95d93
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnection/2
GENERAL.METERED: no (guessed)
CAPABILITIES.CARRIER-DETECT: yes
CAPABILITIES.SPEED: unknown
CAPABILITIES.IS-SOFTWARE: yes
CAPABILITIES.SRIOV: no
IP4.ADDRESS[1]: 172.17.0.1/16
IP4.GATEWAY: --
IP4.ROUTE[1]: dst = 172.17.0.0/16, nh = 0.0.0.0, mt = 0
IP6.GATEWAY: --
BRIDGE.SLAVES: --
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{2}
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 130e6553-c14c-49d5-aa66-6cc99be95d93 | docker0

##### NetworkManager.state ##############

[main]
NetworkingEnabled=true
WirelessEnabled=true
WWANEnabled=true

##### NetworkManager config #############

[[/etc/NetworkManager/conf.d/default-wifi-powersave-on.conf]]
[connection]
wifi.powersave = 3

[[/etc/NetworkManager/NetworkManager.conf]]
[main]
plugins=ifupdown,keyfile
[ifupdown]
managed=false
[device]
wifi.scan-rand-mac-address=no

[[/usr/lib/NetworkManager/conf.d/10-dns-resolved.conf]]
[main]
dns=systemd-resolved

[[/usr/lib/NetworkManager/conf.d/10-globally-managed-devices.conf]]
[keyfile]
unmanaged-devices=*,except:type:wifi,except:type:wwan

[[/usr/lib/NetworkManager/conf.d/20-connectivity-ubuntu.conf]]
[connectivity]
uri=http://connectivity-check.ubuntu.com/

[[/usr/lib/NetworkManager/conf.d/no-mac-addr-change.conf]]
[device-mac-addr-change-wifi]
match-device=driver:rtl8723bs,driver:rtl8189es,driver:r8 188eu,driver:8188eu,driver:eagle_sdio,driver:wl
wifi.scan-rand-mac-address=no
wifi.cloned-mac-address=preserve
ethernet.cloned-mac-address=preserve

##### NetworkManager profiles ###########

##### Netplan config ####################

[/etc/netplan/01-network-manager-all.yaml]
network:
version: 2
renderer: NetworkManager

##### iw reg get ########################

Region: Asia/Bangkok (based on set time zone)

global
country 00: DFS-UNSET
(2402 - 2472 @ 40), (6, 20), (N/A)
(2457 - 2482 @ 20), (6, 20), (N/A), AUTO-BW, PASSIVE-SCAN
(2474 - 2494 @ 20), (6, 20), (N/A), NO-OFDM, PASSIVE-SCAN
(5170 - 5250 @ 80), (6, 20), (N/A), AUTO-BW, PASSIVE-SCAN
(5250 - 5330 @ 80), (6, 20), (0 ms), DFS, AUTO-BW, PASSIVE-SCAN
(5490 - 5730 @ 160), (6, 20), (0 ms), DFS, PASSIVE-SCAN
(5735 - 5835 @ 80), (6, 20), (N/A), PASSIVE-SCAN
(57240 - 63720 @ 2160), (N/A, 0), (N/A)

##### iwlist channels ###################

docker0 no frequency information.

eno1 no frequency information.

lo no frequency information.

##### iwlist scan #######################

docker0 Interface doesn't support scanning.

eno1 Interface doesn't support scanning.

lo Interface doesn't support scanning.

##### module infos ######################

##### module parameters #################

##### /etc/modules ######################

##### modprobe options ##################

[/etc/modprobe.d/amd64-microcode-blacklist.conf]
blacklist microcode

[/etc/modprobe.d/blacklist-ath_pci.conf]
blacklist ath_pci

[/etc/modprobe.d/blacklist.conf]
blacklist evbug
blacklist usbmouse
blacklist usbkbd
blacklist eepro100
blacklist de4x5
blacklist eth1394
blacklist snd_intel8x0m
blacklist snd_aw2
blacklist i2c_i801
blacklist prism54
blacklist bcm43xx
blacklist garmin_gps
blacklist asus_acpi
blacklist snd_pcsp
blacklist pcspkr
blacklist amd76x_edac

[/etc/modprobe.d/blacklist-nouveau.conf]
blacklist nouveau
blacklist lbm-nouveau
options nouveau modeset=0
alias nouveau off
alias lbm-nouveau off

[/etc/modprobe.d/blacklist-rare-network.conf]
alias net-pf-3 off
alias net-pf-6 off
alias net-pf-9 off
alias net-pf-11 off
alias net-pf-12 off
alias net-pf-19 off
alias net-pf-21 off
alias net-pf-36 off

[/etc/modprobe.d/intel-microcode-blacklist.conf]
blacklist microcode

[/etc/modprobe.d/iwlwifi.conf]
remove iwlwifi \
(/sbin/lsmod | grep -o -e ^iwlmvm -e ^iwldvm -e ^iwlwifi | xargs /sbin/rmmod) \
&& /sbin/modprobe -r mac80211

[/etc/modprobe.d/libopenni-sensor-pointclouds0.conf]
blacklist gspca_kinect

[/etc/modprobe.d/rtl8822bu-pm.conf]
options 88x2bu rtw_power_mgnt=0 rtw_enusbss=0

[/etc/modprobe.d/rtlwifi-new.conf]
options rtl8188ee swenc=1 ips=0 fwlps=0
options rtl8192ce swenc=1 ips=0 fwlps=0
options rtl8192cu swenc=1
options rtl8192de swenc=1 ips=0 swlps=0
options rtl8192ee swenc=1 ips=0 fwlps=0
options rtl8192se swenc=1 ips=0 swlps=0
options rtl8723ae swenc=1 ips=0 fwlps=0
options rtl8723be swenc=1 ips=0 fwlps=0 ant_sel=2
options rtl8723de swenc=1 ips=0 fwlps=0 ant_sel=2
options rtl8821ae swenc=1 ips=0 fwlps=0
options rtl8822be swenc=1 ips=0 fwlps=0

##### rc.local ##########################

grep: /etc/rc.local: No such file or directory

##### pm-utils ##########################

##### udev rules ########################

##### dmesg #############################

[ 5.977352] IPv6: ADDRCONF(NETDEV_UP): eno1: link is not ready
[ 6.026711] r8169 0000:04:00.0 eno1: link down (repeated 2 times)
[ 6.026819] IPv6: ADDRCONF(NETDEV_UP): eno1: link is not ready
[ 7.639532] r8169 0000:04:00.0 eno1: link up
[ 7.639541] IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes ready
[ 9.322094] IPv6: ADDRCONF(NETDEV_UP): docker0: link is not ready

########## wireless info END ############



Wireless suddenly unable to connect to any wifi, but hotspotting via a tablet is ok

$
0
0
Hello, I would like to ask some help with the following problem.

I have ubuntu 18.04, running on a Lenovo Legion Y520 laptop. My wireless connection has always worked perfectly, until last friday.
Now, it is behaving strangely. I can see the different wi-fi connections (like ex Eduroam, in my university), but I can not connect to any of them. I am afraid the problem is not related to wrong "username password", as I cannot connect even to free connections. Oddly this morning everything was fine and I could connect again, but after few hours it disconnected, and now I cannot connect anymore.
Even more strangely, I can connect to any connection by using a tablet or a mobile phone. Furtheremore, if I connect with the tablet and then I hotspot the laptop, then I can connect through that. But directly with the laptop I can not connect.

I post here the output of some commands.

1) "lshw -c network" gives

*-network
description: Wireless interface
product: RTL8821AE 802.11ac PCIe Wireless Network Adapter
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:03:00.0
logical name: wlp3s0
version: 00
serial: c8:3d:d4:f1:19:4b
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=rtl8821ae driverversion=4.15.0-118-generic firmware=N/A ip=192.168.43.211 latency=0 link=yes multicast=yes wireless=IEEE 802.11
resources: irq:131 ioport:4000(size=256) memory:a4100000-a4103fff
*-network
description: Ethernet interface
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:04:00.0
logical name: enp4s0
version: 10
serial: 54:e1:ad:2d:00:a4
size: 10Mbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=rtl8168g-3_0.0.1 04/23/13 latency=0 link=no multicast=yes port=MII speed=10Mbit/s
resources: irq:19 ioport:3000(size=256) memory:a4004000-a4004fff memory:a4000000-a4003fff

2) "lspci" gives

00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers (rev 05)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor PCIe Controller (x16) (rev 05)
00:02.0 VGA compatible controller: Intel Corporation Device 591b (rev 04)
00:14.0 USB controller: Intel Corporation 100 Series/C230 Series Chipset Family USB 3.0 xHCI Controller (rev 31)
00:14.2 Signal processing controller: Intel Corporation 100 Series/C230 Series Chipset Family Thermal Subsystem (rev 31)
00:16.0 Communication controller: Intel Corporation 100 Series/C230 Series Chipset Family MEI Controller #1 (rev 31)
00:17.0 RAID bus controller: Intel Corporation 82801 Mobile SATA Controller [RAID mode] (rev 31)
00:1c.0 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #2 (rev f1)
00:1c.2 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #3 (rev f1)
00:1c.3 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #4 (rev f1)
00:1f.0 ISA bridge: Intel Corporation HM175 Chipset LPC/eSPI Controller (rev 31)
00:1f.2 Memory controller: Intel Corporation 100 Series/C230 Series Chipset Family Power Management Controller (rev 31)
00:1f.3 Audio device: Intel Corporation CM238 HD Audio Controller (rev 31)
00:1f.4 SMBus: Intel Corporation 100 Series/C230 Series Chipset Family SMBus (rev 31)
01:00.0 3D controller: NVIDIA Corporation GP107M [GeForce GTX 1050 Mobile] (rev a1)
02:00.0 SD Host controller: O2 Micro, Inc. SD/MMC Card Reader Controller (rev 01)
03:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8821AE 802.11ac PCIe Wireless Network Adapter
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 10)


3) "iwconfig" gives

wlp3s0 IEEE 802.11 ESSID:"AndroidAP9412"
Mode:Managed Frequency:2.412 GHz Access Point: 06:B4:29:11:05:C5
Bit Rate=72.2 Mb/s Tx-Power=20 dBm
Retry short limit:7 RTS thr=2347 B Fragment thr: off
Power Management: on
Link Quality=70/70 Signal level=-34 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:2666 Missed beacon:0

lo no wireless extensions.

enp4s0 no wireless extensions.


******************************
Does anyone have any idea about how to possibly solve this? In particular I am very puzzled. I thought maybe a driver issue, but I can't explain why it randomly happened last week. Also another puzzling thing to me is that if I connect with the tablet and then hotspot the laptop everything works, while directly from the laptop it does not.

Thank you very much

How to delete bridge interface (for good !)

$
0
0
hello,

I created days ago a bridge interface br0 for a VM project.
I don't need it anymore and want to delete it.

I use :
Code:

sudo ip link set br0 down
sudo brctl delbr br0

It works but after a reboot br0 is still up !

How to delete it for good ?

Thank you,
Max.

[ubuntu] Creating A wifi router with lan interfaces for home - routing problem

$
0
0
Hi,

I was wondering if someone would be able to help me. I am currently trying to switch out my old router with a computer running ubuntu LTS 20.04. I need both a wireless access point, lan connections, wan connections and the computer itself to be able to browse the internet. I have been able to get either a wifi access point to work with the computer still being able to browse the internet, or the lan connections to work but the computer is not able to browse or have the wireless access point working. I imagine it has to do with how I am setting up the routing table and netplan but I have been working on this pretty steadily for about a month now and I am not able to grasp the correct setup. Any help that could be provided would be greatly appreciated.

Thank you.

John.

[ubuntu] Weird ath9k bug rabbit hole.

$
0
0
This is a rabbit hole of a bug I've found myself experiencing for the first time despite using the same card on linux for years until I did a fresh 20.04 install. Here are some relevant logs.

dmesg displays two types of messages I believe are related to the issue.

Code:

[  350.557566] wlo1: authenticate with 10:c3:7b:ce:7e:ac
[  350.572826] wlo1: send auth to 10:c3:7b:ce:7e:ac (try 1/3)
[  350.573878] wlo1: authenticated
[  350.576777] wlo1: associate with 10:c3:7b:ce:7e:ac (try 1/3)
[  350.578061] wlo1: RX AssocResp from 10:c3:7b:ce:7e:ac (capab=0x11 status=0 aid=4)
[  350.578201] wlo1: associated
[  680.361521] ath9k 0000:21:00.0: AMD-Vi: Event logged [IO_PAGE_FAULT domain=0x0010 address=0xfdee1544 flags=0x0000]
[  680.425700] ath9k 0000:21:00.0: AMD-Vi: Event logged [IO_PAGE_FAULT domain=0x0010 address=0xfe720fc4 flags=0x0000]
[  680.425707] ath9k 0000:21:00.0: AMD-Vi: Event logged [IO_PAGE_FAULT domain=0x0010 address=0xfe721000 flags=0x0000]
[  680.489520] ath9k 0000:21:00.0: AMD-Vi: Event logged [IO_PAGE_FAULT domain=0x0010 address=0xff0d5a44 flags=0x0000]
[  680.650051] wlo1: authenticate with 10:c3:7b:ce:7e:ac
[  680.665173] wlo1: send auth to 10:c3:7b:ce:7e:ac (try 1/3)
[  680.666229] wlo1: authenticated
[  680.669072] wlo1: associate with 10:c3:7b:ce:7e:ac (try 1/3)
[  680.670356] wlo1: RX AssocResp from 10:c3:7b:ce:7e:ac (capab=0x11 status=0 aid=4)
[  680.670494] wlo1: associated

[ 680.361521] ath9k 0000:21:00.0: AMD-Vi: Event logged [IO_PAGE_FAULT domain=0x0010 address=0xfdee1544 flags=0x0000] I have found to be related to IOMMU issues from looking around, but I couldn't find a fix directly related to ath9k reporting this error. The rest of the errors are what I generally see every minute or less, caused by the dropping and re-authing to the network.

iwconfig doesn't show anything off the top of my head that would fix this problem.

Code:

enp34s0  no wireless extensions.

virbr0    no wireless extensions.

wlo1      IEEE 802.11  ESSID:"MoonlightYuh" 
          Mode:Managed  Frequency:5.2 GHz  Access Point: 10:C3:7B:CE:7E:AC 
          Bit Rate=270 Mb/s  Tx-Power=18 dBm 
          Retry short limit:7  RTS thr:off  Fragment thr:off
          Power Management:off
          Link Quality=52/70  Signal level=-58 dBm 
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:173  Missed beacon:0

virbr0-nic  no wireless extensions.

lo        no wireless extensions.

I've tried setting options ath9k nohwcrypt=1 in the ath9k config with no success, I've also seen that this could be related to numerous things, such as a broken / buggy wpa_supplicant, band / channel settings on my router (all other devices work fine, same card connects fine under different OS). I'm struggling to find anything to fix this bug and have even bumped a years old thread with a similar issue on launchpad.

https://pastebin.com/T2rZq6B3 contains the entire wifi troubleshooting script output.

[ubuntu] Unable to access WiFi in Dell LATITUDE 3440 with Ubuntun 20.04

$
0
0
I recently bought a refubrished Dell Latitude 3440. But it shows that WiFi is blocked. Hope some of you can guide me to resolve this issue. (Image attached)[IMG]/home/husniabir/Pictures/Screenshot from 2020-10-07 12-28-07.png[/IMG]
Attached Images

[ubuntu] Ubuntu 20.04: WIFI shows up, but will not connect to internet

$
0
0
I updated to Ubuntu 20.04 from 18.04. I have the WIFI light on the desk top with 4 bars, but I cannot connect to the Internet.

[/code]dennis@dennis1:~$ sudo apt update
[sudo] password for dennis:
Hit:1 http://us.archive.ubuntu.com/ubuntu focal InRelease
Hit:2 http://us.archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:3 http://us.archive.ubuntu.com/ubuntu focal-backports InRelease
Hit:4 http://us.archive.ubuntu.com/ubuntu focal-security InRelease
Ign:5 http://ppa.launchpad.net/cairo-dock-team/ppa/ubuntu focal InRelease
Hit:6 http://archive.canonical.com/ubuntu focal InRelease
Hit:7 http://archive.canonical.com focal InRelease
Err:8 http://ppa.launchpad.net/cairo-dock-team/ppa/ubuntu focal Release
404 Not Found [IP: 2001:67c:1560:8008::15 80]
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/cairo-dock-team/ppa/ubuntu focal Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: Target Packages (partner/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target Packages (partner/binary-i386/Packages) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target Packages (partner/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target Translations (partner/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target Translations (partner/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target DEP-11 (partner/dep11/Components-amd64.yml) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target DEP-11 (partner/dep11/Components-all.yml) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target DEP-11-icons-small (partner/dep11/icons-48x48.tar) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target DEP-11-icons (partner/dep11/icons-64x64.tar) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target DEP-11-icons-hidpi (partner/dep11/icons-64x64@2.tar) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target CNF (partner/cnf/Commands-amd64) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target CNF (partner/cnf/Commands-all) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target Packages (partner/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target Packages (partner/binary-i386/Packages) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target Packages (partner/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target Translations (partner/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target Translations (partner/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target DEP-11 (partner/dep11/Components-amd64.yml) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target DEP-11 (partner/dep11/Components-all.yml) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target DEP-11-icons-small (partner/dep11/icons-48x48.tar) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target DEP-11-icons (partner/dep11/icons-64x64.tar) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target DEP-11-icons-hidpi (partner/dep11/icons-64x64@2.tar) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target CNF (partner/cnf/Commands-amd64) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target CNF (partner/cnf/Commands-all) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
dennis@dennis1:~$ sudo apt dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
dennis@dennis1:~$ sudo apt install pastebinit
Reading package lists... Done
Building dependency tree
Reading state information... Done
pastebinit is already the newest version (1.5.1-1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
dennis@dennis1:~$ wget -N -t 5 -T 10 https://github.com/UbuntuForums/wire.../wireless-info && \
> chmod +x wireless-info && \
> ./wireless-info
--2020-10-07 13:51:08-- https://github.com/UbuntuForums/wire.../wireless-info
Resolving github.com (github.com)... 140.82.112.3
Connecting to github.com (github.com)|140.82.112.3|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/Ub.../wireless-info [following]
--2020-10-07 13:51:08-- https://raw.githubusercontent.com/Ub.../wireless-info
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 199.232.76.133
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|199.232.76.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 17452 (17K) [text/plain]
Saving to: ‘wireless-info’

wireless-info 100%[===================>] 17.04K --.-KB/s in 0.04s

Last-modified header missing -- time-stamps turned off.
2020-10-07 13:51:09 (407 KB/s) - ‘wireless-info’ saved [17452/17452]


Results saved in "/home/dennis/wireless-info.txt".

Results also archived in "/home/dennis/wireless-info.tar.gz", as they exceed the 19.5 kB size limit for ".txt" attachments on the Ubuntu Forums.[code/]


Sorry, I forgot how to post a long terminal posting and could not find out how?

Wired internet loses connection every 24 hours

$
0
0
I recently updated my office PC from 19.10 to 20.04. It went smoothly except now the system drops its internet connection at about the same time every day. I'm telecommuting so I'm locked out once it goes offline. Someone on site found that unplugging and re-plugging the ethernet cable fixes it so we figured resetting the network would also work. I set up a service to ping a local system once a minute and do this when the ping fails:

Code:

nmcli networking off; nmcli networking on
That works to get it back online when the drop happens so I'm not getting locked out every day. But I'd rather get to the root of the problem and I'm not sure where to start. We're guessing it's an issue with dhcp/the 24 hour ip address reservation timeout but I don't know how to test that or address it if it is the case. I don't see anything in /var/log/syslog that seems like it might be the cause (just other services complaining they can't get online). Any ideas how to proceed? I'm happy to provide logs or other info but I'm not sure what would be useful.

Wired connection drops briefly after heavy bandwidth use

$
0
0
Hello all,

Basically I have a wired connection, connected via powerlan adapters and the internet is slightly unstable. It will drop connection after around 15 minutes of multiplayer gaming as an example, as a result I'll have to disable then re-enable my networking for it to come back.

It does not seem to drop with light internet usage (browsing, watching videos).

Probably should note this doesn't happen on Windows.

Any ideas what this could be?

Code:

lshw -c network
:

Code:

  *-network DISABLED       
      description: Wireless interface
      product: Wireless-AC 9260
      vendor: Intel Corporation
      physical id: 0
      bus info: pci@0000:03:00.0
      logical name: wlp3s0
      version: 29
      serial: 3c:58:c2:c5:ab:fc
      width: 64 bits
      clock: 33MHz
      capabilities: bus_master cap_list ethernet physical wireless
      configuration: broadcast=yes driver=iwlwifi driverversion=5.4.0-48-generic firmware=46.6bf1df06.0 latency=0 link=no multicast=yes wireless=IEEE 802.11
      resources: irq:24 memory:fc700000-fc703fff
  *-network
      description: Ethernet interface
      product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
      vendor: Realtek Semiconductor Co., Ltd.
      physical id: 0
      bus info: pci@0000:04:00.0
      logical name: enp4s0
      version: 26
      serial: 24:4b:fe:04:50:92
      size: 100Mbit/s
      capacity: 1Gbit/s
      width: 64 bits
      clock: 33MHz
      capabilities: bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
      configuration: autonegotiation=on broadcast=yes driver=r8169 duplex=full firmware=rtl8168h-2_0.0.2 02/26/15 ip=192.168.1.97 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
      resources: irq:35 ioport:f000(size=256) memory:fc604000-fc604fff memory:fc600000-fc603fff
WARNING: output may be incomplete or inaccurate, you should run this program as super-user.

20.04 headless: Unable to force auth proxy on VirtualBox VM

$
0
0
On a Win 10 Home machine I've installed VirtualBox, created a VM, installed Ubuntu 20.04 server. The computer connects via a home router to my ISP.

What I want to do is to force this Ubuntu-VM to always use an authenticated proxy for all its internet activity/connections. This proved surprisingly difficult, and I'm wondering what to do next.

I have edited /etc/environment to add:

Code:

http_proxy="http://username:password@host:port/"
https_proxy="http://username:password@host:port/"
ftp_proxy="http://username:password@host:port/"

Logged out, rebooted the VM. I then test my external IP-address with

Code:

dig +short myip.opendns.com @resolver1.opendns.com
The result I receive is the IP address of my router with my ISP.

After this I have edited ~/.bashrc to add:

Code:

export http_proxy=username:password@host:port
export https_proxy=username:password@host:port

Tested with the same method, but same result.

Anyone have any idea what's wrong here?

Connecting to iPhone

$
0
0
I'm new to iPhones and I'm trying to connect to it with Lubuntu 18.04.5 LTS. I've tried every method I can find on the Internet and nothing works. Any suggestions?

[lubuntu] Lubuntu and Bluetooth

$
0
0
Hallo Everyone,

I have recently switched to Lubuntu 20.04 and find that nowhere near as man Bluetooth devices are detected. The ones not detected include the ones I want to connect which are placed directly next to the computer.

I have compared with an installation of 18.04 and on that a whole host of devices are detected. But under 20.04 only a handful. This shows that Bluetooth is working but somehow not detecting certain devices.

I compared the settings between 18.04 and 20.04 and tried to match up the software installed (for bluetooth) but this didn't help. I tried BlueMan and BlueDevil.

Any ideas as to what I could do/check?

Many thanks.

Yours,
Alan in Cologne

issue with ip tables (i think)

$
0
0
hello everyone

i would like to get some guidance concerning connection to a server that's behind a commercial vpn service, if you don't mind.

i am using ubuntu 20.04 desktop (where i have a media and a syncthing server installed), and which i need to access remotely from my android device.

when the vpn service on that ubuntu server is off, i can access the server fine over ssh (wireguard and openvpn).
once i enable the vpn service, wireguard connects but i am not able to log in over ssh, neither am i able to connect to the media and syncthing server GUIs. openvpn doesn't even establish a connection...

after a bit of googling it seems to be an issue with routing tables, but i am far from being an experienced linux user, and don't want to ruin everything that has been running good so far

i'd appreciate some help solving this

cheers guys

EDIT: i forgot to add that my router has of late ipv4 tables in the menu as well... maybe it would be easier to do it there..
Viewing all 23300 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>