I happened to look at netstat -in with a large SMB upload ongoing and
was surprised to see dropped packets.
I'm on the client that is uploading the data to a Windows fileserver.
They are on receive side which should not have much data in the
packets at all. Just ACKs for the data being uploaded:
> netstat -in; sleep 120; netstat -in
Kernel Interface table
Iface MTU Met RX-OK RX-ERR RX-DRP RX-OVR TX-OK TX-ERR TX-DRP TX-OVR Flg
eth0 1500 0 1446805 0 105154 0 10527829 0 0 0 BMRU
lo 65536 0 69 0 0 0 69 0 0 0 LRU
Kernel Interface table
Iface MTU Met RX-OK RX-ERR RX-DRP RX-OVR TX-OK TX-ERR TX-DRP TX-OVR Flg
eth0 1500 0 1759965 0 105198 0 13887199 0 0 0 BMRU
lo 65536 0 69 0 0 0 69 0 0 0 LRU
If you look at the delta over those 2 minutes, it's 44 dropped RX
packets out of a little over 300,000 overall received packets.
It's not outrageous, but it caught me off-guard. And I don't often
look at the number of dropped packets.
The machines are just a few feet apart and connected to the same 1Gbit switch.
Greg
--
Greg Freemyer
--
To unsubscribe, e-mail: opensuse+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse+owner(a)opensuse.org
Hi,
When I tether via WiFi to my Android phone I get:
minas-tirith:~ # ifconfig
...
wlan0 Link encap:Ethernet HWaddr 0C:EE:E6:D7:BB:5F
inet addr:192.168.43.53 Bcast:192.168.43.255 Mask:255.255.255.0
inet6 addr: fe80::eee:e6ff:fed7:bb5f/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2558269 errors:0 dropped:0 overruns:0 frame:0
TX packets:1639469 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2837720447 (2706.2 Mb) TX bytes:191793814 (182.9 Mb)
minas-tirith:~ #
minas-tirith:~ # route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 192.168.43.1 0.0.0.0 UG 600 0 0 wlan0
192.168.43.0 * 255.255.255.0 U 600 0 0 wlan0
minas-tirith:~ #
This works.
However, if I tether via USB cable (which worked some months past, probably using openSUSE 13.1), it doesn't work.
[...]
After investigation (two hours), I noticed that NM was using an old configuration:
<1.5> 2017-05-31 10:31:12 minas-tirith nm-mine - - - Inside nm-mine (dispatcher.d/mine), got 'usb0', 'down', '', '', ''
<1.5> 2017-05-31 10:31:12 minas-tirith nm-mine - - - Connection usb0 is going down
<3.6> 2017-05-31 10:31:12 minas-tirith nm-dispatcher 23735 - - ACCION=down
<3.6> 2017-05-31 10:31:12 minas-tirith nm-dispatcher 23735 - - BASH=/bin/sh
<3.6> 2017-05-31 10:31:12 minas-tirith nm-dispatcher 23735 - - BASHOPTS=checkwinsize:cmdhist:complete_fullquote:extquote:force_fignore:hostcomplete:interactive_comments:progco
mp:promptvars:sourcepath
<3.6> 2017-05-31 10:31:12 minas-tirith nm-dispatcher 23735 - - BASH_ALIASES=()
<3.6> 2017-05-31 10:31:12 minas-tirith nm-dispatcher 23735 - - BASH_ARGC=([0]="2")
<3.6> 2017-05-31 10:31:12 minas-tirith nm-dispatcher 23735 - - BASH_ARGV=([0]="down" [1]="usb0")
<3.6> 2017-05-31 10:31:12 minas-tirith nm-dispatcher 23735 - - BASH_CMDS=()
<3.6> 2017-05-31 10:31:12 minas-tirith nm-dispatcher 23735 - - BASH_LINENO=([0]="0")
<3.6> 2017-05-31 10:31:12 minas-tirith nm-dispatcher 23735 - - BASH_SOURCE=([0]="/etc/NetworkManager/dispatcher.d/mine")
<3.6> 2017-05-31 10:31:12 minas-tirith nm-dispatcher 23735 - - BASH_VERSINFO=([0]="4" [1]="3" [2]="42" [3]="1" [4]="release" [5]="x86_64-suse-linux-gnu")
<3.6> 2017-05-31 10:31:12 minas-tirith nm-dispatcher 23735 - - BASH_VERSION='4.3.42(1)-release'
<3.6> 2017-05-31 10:31:12 minas-tirith nm-dispatcher 23735 - - CONEXION=usb0
<3.6> 2017-05-31 10:31:12 minas-tirith nm-dispatcher 23735 - - CONNECTION_FILENAME='/etc/NetworkManager/system-connections/Samsung mobile via USB'
What surprises me is the reference to '/etc/NetworkManager/system-connections/Samsung mobile via USB', as my current phone is a Motorola. And there I see:
[ipv4]
address1=192.168.1.129/24,192.168.1.1
dns=127.0.0.1;
dns-search=valinor;
may-fail=false
method=manual
So that is where NM gets the IP and GW from, not automatic. So I move that file away and try to connect again.
But I still get the same IP and GW.
The NM applet informs that the current connection is "Auto Ethernet".
How do I correct the situation?
I have reinstated the "Samsung mobile via USB" profile set to autoIP, but doesn't work. I then noticed that the UUID is wrong, so I renamed the file to "Motorola USB", and changed the UUID. Now, finally, I get the IP set to "192.168.42.18" and GW to 192.168.42.129, and networking finally works via USB tethering.
There must be some GUI way of doing this!
--
Cheers / Saludos,
Carlos E. R.
(from 42.2 x86_64 "Malachite" (Minas Tirith))
Hi,
I have tried to install Tumbleweed on a virtualbox for last 2 days and
the installer fails on unarchiving few packages. Seems like a broken ISO
file. Are Tumbleweed ISO's created daily? Should I just wait for few
more days for the ISO to be fixed?
Thanks,
Amish.
--
To unsubscribe, e-mail: opensuse+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse+owner(a)opensuse.org
In the past week or so, I've noticed a problem with Youtube in that many
videos will no longer play. I now get the dot going around in a circle,
but no video. This even happens with videos I had previously watched.
It happens with Firefox, Chrome and Seamonkey browsers. However, they
work fine on Windows 10 in a VirtualBox VM. I'm running 42.2 & KDE and
the problem happens on both my desktop and notebook computers.
Has anyone else experienced this?
tnx jk
--
To unsubscribe, e-mail: opensuse+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse+owner(a)opensuse.org
Hi,
In order to get the external IP on a script I used (Dec 2015) this one liner:
wget -qO - checkip.dyndns.org | cut -d":" -f2 | cut -d"<" -f1
and this is failing now (returns empty), but I'm unable (ie, too thick today) to see why. The output of the wget run is:
cer@minas-tirith:~> wget -qO - checkip.dyndns.org
<html><head><title>Current IP Check</title></head><body>Current IP Address: 2.141.215.163</body></html>
cer@minas-tirith:~>
Something has changed, no idea what.
Meanwhile, looking on google, I got another simpler oneliner (from https://coderwall.com/p/lmi2jw/get-external-ip-in-a-script):
curl http://icanhazip.com
they also suggest using http://ifconfig.me/ip instead, but it fails:
cer@minas-tirith:~> curl http://icanhazip.com
2.141.215.163
cer@minas-tirith:~> curl http://checkip.dyndns.org
cer@minas-tirith:~> curl http://ifconfig.me/ip
cer@minas-tirith:~>
All sites work on a browser, but only http://icanhazip.com works on the CLI with curl. Why?
--
Cheers / Saludos,
Carlos E. R.
(from 42.2 x86_64 "Malachite" (Minas Tirith))
On 2017-05-28 22:26, James Knott wrote:
On 2017-05-28 22:26, James Knott wrote:
> On 05/28/2017 04:13 PM, Carlos E. R. wrote:
>> On 2017-05-28 22:07, James Knott wrote:
>>> On 05/28/2017 04:04 PM, Carlos E. R. wrote:
Sending back to mail list, I assume private reply was a typo.
>>>> I'm using Leap 42.2, and Firefox 52.1.1 (64-bit)
>>>>
>>>> It has to be something local to you.
>>>>
>>> I have no idea what. It happens on 2 different computers and 3
>>> different browsers. They also work in W10, in a VM on the desktop
>>> computer, so it's not a network issue.
>> That it fails on several browser, including the commercial Chrome, is
>> quite surprising.
>>
>> All the computers use the same desktop? Try another.
>>
>> If not, some codec or library used by all is broken or missing.
>>
>> Do you use add blockers, script blockers? Disable on youtube.
>>
>
> I do use an adblocker, but turning it off makes no difference.
> Regardless, I was using it before this started. However, I've noticed
> something curious, when watching the connection withWireshark. There's
> a few packets (TLS v1.2), ending with an ack from my computer to port
> 443 (SSL), then all traffic stops for about a minute, then more packets
> and again stopping on that ack. The cycle repeats at approx 1 minute
> intervals, while the dot goes around the circle.
Try reboot the router.
Create a new virtual machine running Linux, try it.
Someone suggested tell you to check if flashplayer is installed.
Another person on the Spanish mail list comments a very strange but similar problem he has with youtube, this time using Windows, with chrome or Firefox. IE still works. Fails when he uses the network of the site he is at, accessing his client network with his given login. Any variation and it works again, like taking the laptop to another place, or using his login on another computer.
--
Cheers / Saludos,
Carlos E. R.
(from 42.2 x86_64 "Malachite" at Telcontar)
Hello list,
i'm using the delivered texlive sytem from the official repositories.
Now i need a package from CTAN which isn't packaged so far.
How can i install that package in Tumbleweed?
Greetings
Sascha
--
Sascha Manns
openSUSE member
--
To unsubscribe, e-mail: opensuse+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse+owner(a)opensuse.org
All,
After updates in the past couple of days, webpin is broken, e.g.
$ webpin cgal
... parsing XMLTraceback (most recent call last):
File "/usr/bin/webpin", line 549, in <module>
doc = minidom.parseString(data)
File "/usr/lib64/python2.7/xml/dom/minidom.py", line 1928, in parseString
return expatbuilder.parseString(string)
File "/usr/lib64/python2.7/xml/dom/expatbuilder.py", line 940, in parseString
return builder.parseString(string)
File "/usr/lib64/python2.7/xml/dom/expatbuilder.py", line 223, in parseString
parser.Parse(string, True)
xml.parsers.expat.ExpatError: not well-formed (invalid token): line 145, column 20
Can anyone else confirm?
--
David C. Rankin, J.D.,P.E.
--
To unsubscribe, e-mail: opensuse+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse+owner(a)opensuse.org
Hi,
My daugher needs a new laptop. She is used to linux, so she wants it on
the new laptop.
One candidate is an Asus N752VX-GC084T. Anyone has experience with it
running Opensuse ?
The PC has two graphical chips (NVidia Optimus ?). Does this work with
linux nowadays ?
Or any recommandations ? 17" screen with decent quality, full HD, good
battery-life.
Thanks,
Koenraad.
--
To unsubscribe, e-mail: opensuse+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse+owner(a)opensuse.org