speaker
stringlengths 1
16
| start
int64 0
1.44k
| end
int64 0
1.44k
| text
stringlengths 0
498
| dialogue_id
stringclasses 179
values | turn_id
int64 0
2.6k
| original_split
stringclasses 6
values |
---|---|---|---|---|---|---|
linuxnoob011
| 960 | 960 |
when i monitor tcp activity
|
2017-09-02
| 1,106 |
train
|
linuxnoob011
| 960 | 960 |
it appears that the ubuntu machine cannot locate the gateway
|
2017-09-02
| 1,107 |
train
|
EriC^^
| 960 | 960 |
CreativeWolf: if something else depends on usb_storage you have to remove it too
|
2017-09-02
| 1,108 |
train
|
linuxnoob011
| 960 | 960 |
(by monitor tcp activity, i mean tcpdump)
|
2017-09-02
| 1,109 |
train
|
CreativeWolf
| 961 | 961 |
EriC^^, Says Kernel
|
2017-09-02
| 1,110 |
train
|
EriC^^
| 961 | 961 |
CreativeWolf: try to plug the usb hdd in
|
2017-09-02
| 1,111 |
train
|
linuxnoob011
| 962 | 962 |
oh, other piece of useful information, CreativeWolf. I was in here with this q yesterday and could not get it sorted--ended up reinstalling ubuntu and i'm still having issues (although somewhat different issues)
|
2017-09-02
| 1,112 |
train
|
CreativeWolf
| 962 | 962 |
EriC^^, I just did...it's mounting :/
|
2017-09-02
| 1,113 |
train
|
EriC^^
| 962 | 962 |
CreativeWolf: try lsmod | grep usb_storage
|
2017-09-02
| 1,114 |
train
|
EriC^^
| 962 | 962 |
CreativeWolf: did it mention the modules it loaded? (udevadm)
|
2017-09-02
| 1,115 |
train
|
CreativeWolf
| 963 | 963 |
EriC^^, lsmod | grep usb_storage says usb_storage 69632 2 uas
|
2017-09-02
| 1,116 |
train
|
CreativeWolf
| 964 | 964 |
EriC^^, scsi_disk, scsi_generic bdi block
|
2017-09-02
| 1,117 |
train
|
CreativeWolf
| 964 | 964 |
usb as well
|
2017-09-02
| 1,118 |
train
|
CreativeWolf
| 965 | 965 |
(that's from udevadm)
|
2017-09-02
| 1,119 |
train
|
CreativeWolf
| 965 | 965 |
linuxnoob011, Checked different cable, check port
|
2017-09-02
| 1,120 |
train
|
EriC^^
| 966 | 966 |
CreativeWolf: ok remove the usb, then try modprobe -r uas
|
2017-09-02
| 1,121 |
train
|
EriC^^
| 966 | 966 |
and usb_storage and see how that goes
|
2017-09-02
| 1,122 |
train
|
linuxnoob011
| 966 | 966 |
CreativeWolf I have tried a different cable and port on the router; computer only has one ethernet port, which worked in my old apartment but does not work in my new apartment (new internet and router as of a day or so ago)
|
2017-09-02
| 1,123 |
train
|
linuxnoob011
| 967 | 967 |
CreativeWolf: my windows laptop can connect to the router via ethernet, however
|
2017-09-02
| 1,124 |
train
|
hellp
| 968 | 968 |
hi
|
2017-09-02
| 1,125 |
train
|
EriC^^
| 969 | 969 |
hi
|
2017-09-02
| 1,126 |
train
|
lordcirth
| 969 | 969 |
linuxnoob011, what ethernet chip is it? 'lspci'
|
2017-09-02
| 1,127 |
train
|
linuxnoob011
| 970 | 970 |
lordcirth Qualcomm Atheros QCA8171 Gigabit Ethernet
|
2017-09-02
| 1,128 |
train
|
linuxnoob011
| 972 | 972 |
lordcirth i do recall that when i last installed ubuntu (i.e., before this current fresh install), I had to dick around with things to get ethernet to work. IIRC, i just had to upgrade the kernel to something 4.8 or later. i'm currently at 4.10 so that isn't the issue this time around
|
2017-09-02
| 1,129 |
train
|
CreativeWolf
| 972 | 972 |
EriC^^, Still gets mounted
|
2017-09-02
| 1,130 |
train
|
lordcirth
| 972 | 972 |
linuxnoob011, what does 'lsmod | grep alx' return?
|
2017-09-02
| 1,131 |
train
|
EriC^^
| 973 | 973 |
CreativeWolf: try to modprobe -r the modules that udevadm mentions, scsi_ ... etc
|
2017-09-02
| 1,132 |
train
|
linuxnoob011
| 973 | 973 |
lordcirth: lsmod | grep alx
|
2017-09-02
| 1,133 |
train
|
linuxnoob011
| 973 | 973 |
alx 45056 0
|
2017-09-02
| 1,134 |
train
|
linuxnoob011
| 973 | 973 |
mdio 16384 1 alx
|
2017-09-02
| 1,135 |
train
|
EriC^^
| 973 | 973 |
CreativeWolf: as well as usb_storage and uas
|
2017-09-02
| 1,136 |
train
|
CreativeWolf
| 973 | 973 |
EriC^^, Okay
|
2017-09-02
| 1,137 |
train
|
lordcirth
| 973 | 973 |
linuxnoob011, ok so the driver is running
|
2017-09-02
| 1,138 |
train
|
linuxnoob011
| 974 | 974 |
lordcith yes, definitely (one of the first things i chcekd, as this was an issue in earlier distributions, like 12.0x era)
|
2017-09-02
| 1,139 |
train
|
linuxnoob011
| 975 | 975 |
is there anything unusual about fios (and how it is installed) that might lead to this issue? i struggle to see how ethernet plug n play could be failing...
|
2017-09-02
| 1,140 |
train
|
renatoneto
| 977 | 977 |
i'm still having trouble finding the cause my ubuntu hangs when i shut it down
|
2017-09-02
| 1,141 |
train
|
renatoneto
| 978 | 978 |
i'm really clueless, some1 who can offer help?
|
2017-09-02
| 1,142 |
train
|
EriC^^
| 978 | 978 |
renatoneto: did you try pressing esc and seeing what it says?
|
2017-09-02
| 1,143 |
train
|
renatoneto
| 978 | 978 |
EriC^^ yes, it doesn't do anything
|
2017-09-02
| 1,144 |
train
|
EriC^^
| 978 | 978 |
renatoneto: did you try acpi stuff?
|
2017-09-02
| 1,145 |
train
|
EriC^^
| 978 | 978 |
(for grub)
|
2017-09-02
| 1,146 |
train
|
om26er
| 978 | 978 |
Hi! Can anyone using Unity confirm what this returns for them: `echo $XDG_CURRENT_DESKTOP`
|
2017-09-02
| 1,147 |
train
|
netitux
| 978 | 978 |
what OS version do u have?
|
2017-09-02
| 1,148 |
train
|
om26er
| 979 | 979 |
(in terminal)
|
2017-09-02
| 1,149 |
train
|
EriC^^
| 979 | 979 |
Unity
|
2017-09-02
| 1,150 |
train
|
EriC^^
| 979 | 979 |
om26er: ^
|
2017-09-02
| 1,151 |
train
|
renatoneto
| 979 | 979 |
Eric^^: nope, didn't foul around with apci
|
2017-09-02
| 1,152 |
train
|
om26er
| 979 | 979 |
EriC^^: all caps ?
|
2017-09-02
| 1,153 |
train
|
EriC^^
| 979 | 979 |
no, literally that
|
2017-09-02
| 1,154 |
train
|
om26er
| 979 | 979 |
EriC^^: thanks.
|
2017-09-02
| 1,155 |
train
|
EriC^^
| 979 | 979 |
np
|
2017-09-02
| 1,156 |
train
|
om26er
| 980 | 980 |
could anyone running Gnome shell do the same ?
|
2017-09-02
| 1,157 |
train
|
om26er
| 980 | 980 |
(background: I am writing a software that has some environment specific features, so need to check if I should rely on that variable)
|
2017-09-02
| 1,158 |
train
|
linuxnoob011
| 980 | 980 |
lordcirth, woops, i replied earlier but mistyped your name (serves me right for not using tab complete)
|
2017-09-02
| 1,159 |
train
|
lordcirth
| 981 | 981 |
linuxnoob011, yeah I'm not sure how to fix it. Anything in dmesg or syslog?
|
2017-09-02
| 1,160 |
train
|
EriC^^
| 981 | 981 |
renatoneto: try sudo strings /sys/firmware/acpi/tables/DSDT | grep Windows
|
2017-09-02
| 1,161 |
train
|
linuxnoob011
| 981 | 981 |
lordcirth so right now, the ethernet is disabled, as i don't get wireless connectivity when my ethernet is on.
|
2017-09-02
| 1,162 |
train
|
linuxnoob011
| 981 | 981 |
i'll pop the ethernet on, check dmesg and report back
|
2017-09-02
| 1,163 |
train
|
[n0mad]
| 981 | 981 |
i use gnome and echo $XDG_CURRENT_DESKTOP returns blank
|
2017-09-02
| 1,164 |
train
|
linuxnoob011
| 982 | 982 |
my sense is that dmesg shows no errors, but that tcpdump shows a bunch of arp requests asking about the ip address of the gateway
|
2017-09-02
| 1,165 |
train
|
renatoneto
| 982 | 982 |
EriC^^: https://paste.ubuntu.com/25459125/
|
2017-09-02
| 1,166 |
train
|
linuxnoob011
| 982 | 982 |
lordcirth, that is, i see the ubuntu computer asking "who has 192.168.1.1"
|
2017-09-02
| 1,167 |
train
|
om26er
| 982 | 982 |
[n0mad]: thanks :)
|
2017-09-02
| 1,168 |
train
|
oerheks
| 982 | 982 |
omgmaybe this page is a help https://askubuntu.com/a/227669
|
2017-09-02
| 1,169 |
train
|
lordcirth
| 982 | 982 |
linuxnoob011, Does your router have logs you can read, or a shell?
|
2017-09-02
| 1,170 |
train
|
EriC^^
| 983 | 983 |
renatoneto: do you know how to edit grub and add nomodeset?
|
2017-09-02
| 1,171 |
train
|
lordcirth
| 983 | 983 |
Personally I would run tcpdump on my router to see if the arps are getting there
|
2017-09-02
| 1,172 |
train
|
linuxnoob011
| 983 | 983 |
lordcirth probably. brand new router so i am super not savvy at it. but it's the default verizon fios router so i'm sure google will have my back
|
2017-09-02
| 1,173 |
train
|
oerheks
| 983 | 983 |
echo $GDMSESSION
|
2017-09-02
| 1,174 |
train
|
linuxnoob011
| 983 | 983 |
i'm pretty sure arps are not getting there--the router shows the ubuntu comp's ethernet connection as inactive
|
2017-09-02
| 1,175 |
train
|
linuxnoob011
| 984 | 984 |
but i'll try to dig into that a bit more. guess i'll do dmesg and tcpdump on my ubuntu comp, then see if i can figure out diagnostics from the router's end, and then i'll report back
|
2017-09-02
| 1,176 |
train
|
renatoneto
| 984 | 984 |
EriC^: i'll try that, just so you know, i'm running it inside a VM (VMware ESXi 5.2)
|
2017-09-02
| 1,177 |
train
|
EriC^^
| 985 | 985 |
renatoneto: ohh, nevermind then
|
2017-09-02
| 1,178 |
train
|
EriC^^
| 986 | 986 |
renatoneto: well, actually who knows i guess, try editing grub, and instead of adding nomodeset, put "acpi_osi="Windows 2006" "
|
2017-09-02
| 1,179 |
train
|
CreativeWolf
| 987 | 987 |
EriC^^, modprobe -r usb_storage throws error that it's in use, even after removing the drive and none of the other modules (usb, scsi_disk, scsi_host, bdi, scsi_generic) are found
|
2017-09-02
| 1,180 |
train
|
om26er
| 987 | 987 |
[n0mad]: last one: what does `echo $XDG_SESSION_DESKTOP` return ?
|
2017-09-02
| 1,181 |
train
|
EriC^^
| 987 | 987 |
CreativeWolf: remove uas and try again
|
2017-09-02
| 1,182 |
train
|
[n0mad]
| 988 | 988 |
om26er: blank
|
2017-09-02
| 1,183 |
train
|
om26er
| 989 | 989 |
dude, that session is screwed.
|
2017-09-02
| 1,184 |
train
|
EriC^^
| 989 | 989 |
i think XDG_CURRENT_DESKTOP usually gives the de
|
2017-09-02
| 1,185 |
train
|
EriC^^
| 989 | 989 |
not just unity
|
2017-09-02
| 1,186 |
train
|
EriC^^
| 989 | 989 |
i mean it works on lubuntu gnomeshell etc
|
2017-09-02
| 1,187 |
train
|
om26er
| 990 | 990 |
EriC^^: yeah, for me it says KDE
|
2017-09-02
| 1,188 |
train
|
CreativeWolf
| 992 | 992 |
EriC^^, modprobe -r uas did the trick but after reboot it still gets mounted
|
2017-09-02
| 1,189 |
train
|
EriC^^
| 992 | 992 |
CreativeWolf: blacklist it
|
2017-09-02
| 1,190 |
train
|
CreativeWolf
| 993 | 993 |
EriC^^, do you think I should add blacklist uas in /etc/modprobe.d/blacklist.conf (I've already added modprobe -r uas in /etc/rc.local)
|
2017-09-02
| 1,191 |
train
|
CreativeWolf
| 993 | 993 |
EriC^^, cool.
|
2017-09-02
| 1,192 |
train
|
<system>
| 993 | 993 |
=== deathonater is now known as Smeef
|
2017-09-02
| 1,193 |
train
|
CreativeWolf
| 995 | 995 |
EriC^^, Thanks a lot, that did the trick!
|
2017-09-02
| 1,194 |
train
|
EriC^^
| 995 | 995 |
CreativeWolf: cool, np
|
2017-09-02
| 1,195 |
train
|
renatoneto
| 996 | 996 |
EriC^^ : when i try to update-grub it says "/usr/sbin/grub-mkconfig: 11: /etc/default/grub: 2006: not found"
|
2017-09-02
| 1,196 |
train
|
EriC^^
| 996 | 996 |
renatoneto: type "cat /etc/default/grub | nc termview.me 9999"
|
2017-09-02
| 1,197 |
train
|
EriC^^
| 996 | 996 |
paste the link it gives you here
|
2017-09-02
| 1,198 |
train
|
renatoneto
| 997 | 997 |
EriC^^ http://termview.me/vkmf
|
2017-09-02
| 1,199 |
train
|
renatoneto
| 998 | 998 |
EriC^^ note my shutdown problem only occurs when i have net.ifnames=0 set
|
2017-09-02
| 1,200 |
train
|
EriC^^
| 998 | 998 |
renatoneto: make it "acpi_osi=\"Windows 2006\""
|
2017-09-02
| 1,201 |
train
|
EriC^^
| 998 | 998 |
ah
|
2017-09-02
| 1,202 |
train
|
renatoneto
| 1,000 | 1,000 |
EriC^^: just for the record, i've tried rebooting with "acpi_osi=\"Windows 2006\"" but it didn't change a thing
|
2017-09-02
| 1,203 |
train
|
[n0mad]
| 1,003 | 1,003 |
om26er: hahaha i'm dumb
|
2017-09-02
| 1,204 |
train
|
[n0mad]
| 1,004 | 1,004 |
I was in an ssh and didn't even notice
|
2017-09-02
| 1,205 |
train
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.