Search #Ubuntu channel logs

Note: Use Ctrl+F to search through these logs

Tuesday, January 31, 2017

#ubuntu channel featuring bytesaber, WeiJunLi, Ben64, fernando__, nacc, Wulf,

laloune 2017-01-31 10:45:09
can somebody help me? I have a problem with my network card (ethernet). Everytime I try to switch the speed to 1000 (ethtool -s autoneg off speed 1000 full duplex) I get disconnected
laloune 2017-01-31 10:45:34
I am using xubuntu 16.10
k1l_ 2017-01-31 10:46:01
laloune: disconnected as in reconnected. or as in offline
Ben64 2017-01-31 10:46:03
laloune: you shouldn't have to switch, there is probably something you have that doesn't support gigabit
k1l_ 2017-01-31 10:46:28
laloune: i would first look at if that card and kernel and firmware do support that at all.
laloune 2017-01-31 10:46:29
k1l_ offline
WeiJunLi 2017-01-31 10:48:02
I feel like when I do 'dmesg' it doesnt show all logs
WeiJunLi 2017-01-31 10:48:20
since i got alot of stuff going on that should trigger stuff on dmesg
laloune 2017-01-31 10:48:21
Ben64 it should as the ethtool -s command states: supported link modes 1000baseT/Full
WeiJunLi 2017-01-31 10:48:24
but i keep with the same loogs
WeiJunLi 2017-01-31 10:48:26
logs*
WeiJunLi 2017-01-31 10:48:33
any hint
bytesaber 2017-01-31 10:48:40
genii, ok. Looks like i'm experiencing this. http://unix.stackexchange.com/questions/272908/apt-looking-for-i386-files-even-though-architecture-is-amd64
bytesaber 2017-01-31 10:48:51
OerHeks, probablly right
laloune 2017-01-31 10:48:59
k1l_ how can I check whether card/kernel/firmware does support it?
Ben64 2017-01-31 10:49:44
laloune: i mean the other devices, the cable, etc
bytesaber 2017-01-31 10:50:12
Sounds like it would be abnormal to not have i386 available to an amd64 host.
bytesaber 2017-01-31 10:50:44
i'll put i386 back into my /etc/apt/mirrors.list
k1l_ 2017-01-31 10:50:51
laloune: is that a known issue for that card? where did you get the idea to have to change that setting?
fernando__ 2017-01-31 10:50:57
Hello. my wifi connexion goes down frequently. I use an Intel mini pci card (type B, 11Mb/s). Any help please?
k1l_ 2017-01-31 10:51:23
bytesaber: its very common to have 32bit packages. steam and wine are some of the worst 32bit pulling softwares.
laloune 2017-01-31 10:52:17
I got the idea cause the speed was very low
laloune 2017-01-31 10:52:57
Ben64 if the router does not support 1Gb can this cause the deconnection
laloune 2017-01-31 10:53:18
how can I see the network card model please
k1l_ 2017-01-31 10:53:41
laloune: lspci
laloune 2017-01-31 10:54:30
k1l_ thanks I check that right now
bytesaber 2017-01-31 10:56:21
k1l_, roger roger
Ben64 2017-01-31 11:01:57
laloune: yes
db09 2017-01-31 11:09:05
hi im trying to assign a static ip to ubuntu server 14.04. Network Manager was managing my internet connection, so I disabled it because I want to use /network/interfaces. i've lost connection to the net - any help trying to regain connection deeply appreciated
Ben64 2017-01-31 11:12:00
db09: ubuntu server doesn't use network manager
laloune 2017-01-31 11:13:50
Ben64 the ethernet card seems to support 1 Gb
laloune 2017-01-31 11:13:57
can this come from the driver?
laloune 2017-01-31 11:14:21
Ben64 how can I check which version of the driver this is
Ben64 2017-01-31 11:14:28
what card is it
Ben64 2017-01-31 11:14:41
also what router, how long is the cable, what cable type is it
Ben64 2017-01-31 11:15:01
but really, if it isn't automatically getting gigabit, something doesn't support it
laloune 2017-01-31 11:16:39
it is Intel I219-LM
laloune 2017-01-31 11:17:41
Ben 64 cable is UTP CAT5E 4 PAIRS ETA / TIA 568 B
laloune 2017-01-31 11:17:59
this is no router but a swith
laloune 2017-01-31 11:18:02
this is no router but a switch
laloune 2017-01-31 11:19:08
Ben64 oh well, the switch is 10/100 :-/
laloune 2017-01-31 11:19:41
but can this really explain why the ethtool command provokes a disconnection?
Ben64 2017-01-31 11:19:47
yes
laloune 2017-01-31 11:20:09
really really ? ;)
laloune 2017-01-31 11:21:13
Ben64 k then, I'll try at the office where the switch should have 1000
laloune 2017-01-31 11:21:25
thanks a bunch
unix_newbie 2017-01-31 11:39:17
hey all - I am trying to rename files in ubuntu using mv, and the files are in a git repo
unix_newbie 2017-01-31 11:40:18
after I changed the file name using mv and do a 'git status' - the old file name goes to deleted and the new ones go to untracked
nacc 2017-01-31 11:40:57
unix_newbie: you want to use `git-mv` to rename files in a git repo, normally
unix_newbie 2017-01-31 11:42:00
nacc: hello and thank you - so I ran this command earlier: "find . -name "*.yaml" -exec bash -c 'mv "$1" "${1%.yaml}".yml' - '{}' \;"
unix_newbie 2017-01-31 11:42:08
I just need to change the "mv" into "git -mv"
nacc 2017-01-31 11:42:17
unix_newbie: you should read the manpage, to be sure
nacc 2017-01-31 11:42:24
unix_newbie: and it's either `git-mv` or `git mv`
unix_newbie 2017-01-31 11:42:36
yes I can do that... thank you so much
unix_newbie 2017-01-31 11:42:44
I will do that, I mean
Wulf 2017-01-31 11:44:58
Hello