=== guiverc2 is now known as guiverc [14:24] hello [14:24] anybody here [14:48] The thing is... I did not want to update to next (LTS) release, but I would like to have the Xfce 4.18 installed [14:49] maybe there is a way to do it, by just updating few packages and of course Xfce [16:33] hello guys, i'm looking for an xubuntu for 32 bits CPU. Thanks [21:20] hello, i'm trying to set up a direct ethernet connection between a microsoft surface and an alienware running xubuntu linux.  the connection worked for about a minute, but now the destination host keeps coming back unreadable.  can someone help me with this? [21:29] xu-help46w: you mean unreachable, not unreadable, right? [21:29] what's your network configuration there? [21:29] yes sorry, sometimes i accidentally use the wrong word [21:30] both computers are set up with wifi, but i wanted to network them together for fast file transfer over ethernet. [21:30] i wanted to use both wifi and ethernet at the same time [21:30] both computers have manual addresses assigned for the wifi [21:31] so is one of those the AP, or is there a separate AP? [21:31] 192.168.2.3 for the windows machine, and 192.168.2.4 for linux [21:31] there is a separate access point [21:31] they both connect to a wireless router, but i want them to be directly connected to each other at the same time [21:32] so those are their ip addresses on the wireless network. how did you configure the direct ethernet connection? [21:32] i set the direct connection to manual using a different ip range [21:33] the wifi uses the 192.168.0.x range [21:33] and the default gateway points to the wifi, i assume? [21:33] it worked for about a minute but then it suddenly stopped and i haven't had any luck reestablishing it [21:33] the default gateway for the ethernet is blank [21:34] and the ip addresses you manually assigned to the ethernet interfaces are on the same subnet? [21:34] yes i think so [21:35] they are both in the 192.168.2.x range [21:35] for ethernet as well? [21:35] it's been a long time since i messed with this kind of thing, and i wasn't very good at it before [21:35] the ethernet uses the range i just gave you the wifi uses the 192.168.0.x range [21:36] oh, sorry, i missed you saying that the wifi uses the 192.168.0.x range [21:36] no problem [21:36] i assume the windows firewall will be getting in the way [21:37] also, maybe windows does not think that this "new local network" is one which it should trust and make its services accessible on, so it may not be possible to ping 192.168.2.3 from linux [21:37] but you could try [21:38] 64 bytes from 192.168.2.3: icmp_seq=15 ttl=64 time=0.017 ms [21:38] 64 bytes from 192.168.2.3: icmp_seq=16 ttl=64 time=0.019 ms [21:38] this is what i got when pinging the windows machine [21:38] the windows machine outright timed out [21:38] it looks like windows is replying but linux is not [21:39] so ping the other way around does not work? [21:39] no it does not work, windows receives no reply [21:39] xubuntu would repond to ping unless you have it firewalled [21:40] to my knowledge i don't [21:40] there doesn't seem to be a firewall installed, unless it isn't graphical [21:40] which seems likely [21:41] an easy test you can do on xubuntu is to run sudo netcat -s 192.168.2.4 -l -p 80 and keep this open, then connect to http://192.168.2.4 from a web browser on windows [21:41] ok i'll try that now [21:42] the web browser won't receive a response and keep loading for a while, then print an error, but if the connection succeeds you will see the HTTP request in the lubuntu shell [21:42] that's strange it says it could not assign that address [21:42] netcat: Cannot assign requested address [21:42] you ran with sudo? [21:43] yes [21:44] try just sudo netcat -l -p 80 [21:45] it seems to be doing something, but when i type the address into firefox on windows it times out [21:45] as discussed above. the relevant part is whether the http request is printed on the terminal [21:46] it worked on wifi but not on the ethernet [21:46] is there a way to specify an adapter? [21:46] does ip link list your ethernet interface? [21:47] yes, eno1 is listed [21:47] does ip a list 192.168.2.4 as an ip address assigned to the eno1 interface? [21:48] well that's strange [21:48] one moment [21:48]  eno1: mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 [21:48]     link/ether brd ff:ff:ff:ff:ff:ff [21:48]     altname enp7s0 [21:48]     inet 192.168.2.3/24 brd 192.168.2.255 scope global noprefixroute eno1 [21:48]        valid_lft forever preferred_lft forever [21:48]     inet6 fe80::5278:e722:391c:33bc/64 scope link noprefixroute [21:49] !paste | xu-help46w [21:49] xu-help46w: For posting multi-line texts into the channel, please use https://dpaste.com | To post !screenshots use https://imgur.com | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [21:50] you said 192.168.2.3 for the windows machine, and 192.168.2.4 for linux [21:50] but this output suggests you have assigned 192.168.2.3 to linux as well [21:50] yes, this does not match what is listed in the graphical settings [21:51] in the addresses dialog the address is indeed set to 192.168.2.4 [21:51] there's a command line interface to network manager (which is used when configuring things graphically) [21:51] nmcli [21:52] yes this configuration is wrong, and it does not look like the graphical interface is updating it [21:53] i think we just found the problem [21:53] i set windows to 192.168.2.4 and tried pinging again [21:53] works perfectly [21:53] looks like the graphical interface isn't properly changing that value [21:54] i'm going to try deleting the address and adding a new one [21:54] strange.sometimes you need to make it reconnect to apply changes. [21:54] yeah my idea didn't work [21:55] yours just did though [21:55] so everything's good now? [21:56] nope, the address changed but now the ping is timing out [21:56] ping from what to what? [21:56] windows to linux [21:57] now it's working after another disconnect and reconnect [21:57] this seems janky [21:58] i assume windows may decide to disable the connection or fall back to link local addressing if there is no internet gateway configured for the network connection profile [21:59] well that's not conducive to this setup, any ideas on how to fix that issue?  is it possible? [22:00] i don't exactly know what the problem is, so it's difficult to suggest a cure [22:00] it would still be interesting to see what nmcli reports [22:01] i would just set the link to use link-local [22:02] and see if this works out. may not work immediately, but apip on windows should activate if no dhcp server is found on that network. [22:03] https://dpaste.com/AWUXNQRZQ [22:05] maybe the link-local addressing route is getting in the way there [22:05] route4 169.254.0.0/16 metric 1000 [22:05] the link is back up and i'm attempting a decently sized file operation now [22:06] the speed isn't as fast as i had hoped, but i'm guessing it's because it's tons of small files rather than one big file [22:09] it's almost done transferring the files now, looks like it might finish this time [22:09] you can inspect dropped packets using ip -s link show eno1 [22:09] but i think i know what's going on now, it looks like it applies the new address for a few minutes once i enter it in the GUI and then it quickly resets to the original [22:10] my god i have too many memes [22:11] cat /sys/class/net/eno1/speed prints the link speed [22:11] that came back as 1000 [22:12] so i guess the other end doesn't do 2.5 Mbps [22:12] is there a way to get the speed of the adapter from the windows command line? [22:13] i'm sure. i just don't know how. [22:13] there's #windows [22:14] apparently that's: Get-NetAdapter | select interfaceDescription, name, status, linkSpeed [22:15] or: wmic nic where netEnabled=true get name, speed, MACAddress [22:18] the output of this command is a MESS [22:20] according to the specs for the surface travel hub it is a gigabit ethernet device [22:21] sorry, i meant to write: "so i guess the other end doesn't d 2.5 Gbps" [22:22] sorry, i meant to write: "so i guess the other end doesn't do 2.5 Gbps" [22:22] gigabit per second, not megabit per second [22:22] the file operation completed successfully [22:22] the next test will be unplugging the surface and plugging it back in [22:23] the realtek NIC on your xubuntu system can do up to 2.5 Gbps. But maybe the Windows one cannot. [22:23] the windows one is just a basic surface travel hub [22:23] it's not exactly high end [22:23] if i got a dedicated ethernet adapter for the hub it would be a different story [22:25] upon reconnecting the travel hub the ping is no longer working [22:26] right, surface travel hub does 1.0 Gbps maximum. [22:27] you can go over the above steps again to diagnose the situation [22:27] it looks like windows has set the ethernet connection to public rather than private [22:29] ok now it's working again [22:29] looks like it takes a minute to reestablish the connection [22:30] for some reason the file transfer speed seems capped at about 20 MB/s [22:33] just completed another successful file transfer, it's just slow. [22:36] how are you transferring? [22:37] i have samba shares set up on my linux machines [22:37] 20 Megabytes per second is roughly 200 Megabits per second (if you consider overhead) [22:38] i'm connecting to the samba share via ip address on windows and copying and pasting [22:38] oh samba, hmm, maybe there is a way to speed that up. i'd just use sftp [22:39] doesn't that require specialized software? [22:39] an ssh client and an ssh server [22:39] so that won't work from within explorer or thunar then [22:39] windows comes with both nowadays, on xubuntu it's as easy as sudo apt install openssh-server (or -client) [22:40] Don't forget sshfs? :D [22:40] it would probably work from within thunar with a fish:// url [22:40] but not within windows explorer, i think [22:40] Montresor: did not forget it, but tried hard [22:41] yeah i was hoping for something high ease of use [22:41] you know, drag and drop, copy and paste [22:41] well winscp is pretty easy to use [22:41] hmm [22:42] is there a graphical interface for setting up the ssh server? [22:42] Sorry, I missed the initial question, but I can at least say I have samba on Linux and am able to share printers and folders easily with Windows clients. [22:42] yes, there is a graphical package manager in xubuntu. you install the package openssh-server, then you're done [22:42] thunar-shares-plugin might help even more, but I don't use it. [22:43] also there is one other issue, i can't graphically browse any active samba shares in explorer.  i have to connect manually via ip [22:43] i haven't been able to get that to work [22:43] Montresor: samba works for xu-help46w, just performance is not great apparently. [22:44] okay, mostly works, i guess [22:44] my other linux machine can see the shares just fine [22:44] but windows can't find them [22:44] i'm not going into samba configuration tonight ;) [22:44] xu-help46w: Same workgroup? [22:44] A long time ago I did some iso transfers over samba, I learned that in linux the fuse protocol was handy, but much slower than just mounting it manually... [22:45] yes the same workgroup as far as i know [22:53] apparently you can combine https://github.com/winfsp/winfsp + https://github.com/winfsp/sshfs-win for ssh access from windows explorer [22:53] i mean sftp [22:53] or sshfs really [22:53] https://github.com/winfsp/sshfs-win#installation [22:54] i'm a bit off-topic here, though. ;)