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
DiecastMessiah
766
766
good Morning
2018-02-27
1,006
train
<system>
766
766
=== mike_ is now known as Guest95852
2018-02-27
1,007
train
<system>
766
766
=== kostkon_ is now known as kostkon
2018-02-27
1,008
train
<system>
766
766
=== valkyr1e_ is now known as valkyr1e
2018-02-27
1,009
train
Haris
778
778
hello all
2018-02-27
1,010
train
Haris
779
779
what conditions are coded in rsync tool for incremental updates to destination(s) ? I found out for one that change in timezone makes it deploy full build, rather than incremental changes. I'm in GMT+5 timezone. My servers are for e.g., in Ireland in UTC/GMT timezone. Is there a way to force/make rsync do incremental only transfers ? when I deploy or sync local servers, they go on incremental. but when I sync
2018-02-27
1,011
train
Haris
779
779
machines in Ireland for e.g., rsync does a full scale transfer
2018-02-27
1,012
train
Haris
779
779
this is for 14.04 and above
2018-02-27
1,013
train
geirha
794
794
Haris: try #rsync
2018-02-27
1,014
train
Haris
794
794
hmm
2018-02-27
1,015
train
frazr
798
798
Hi there folks, quick question how do you force fsck to run on boot after ubuntu 16? /forcefsck is no longer working, the fsck.mode=force added to CMDLINE boot parameters doesnt seem to work either, ideas? :)
2018-02-27
1,016
train
Lehthanis
803
803
hello world!
2018-02-27
1,017
train
EriC^^
804
804
frazr: boot into recovery mode and choose it
2018-02-27
1,018
train
EriC^^
804
804
!recovery | frazr
2018-02-27
1,019
train
ubottu
804
804
frazr: If your system fails to boot normally, it may be useful to boot it into recovery mode. For instructions, see https://wiki.ubuntu.com/RecoveryMode
2018-02-27
1,020
train
Lehthanis
804
804
can someone point me to a nice set of instructions for 17.10 on how to configure radeon? I can't find anything...
2018-02-27
1,021
train
Lehthanis
804
804
I'm actually on Lubuntu
2018-02-27
1,022
train
marenz__
807
807
Hello
2018-02-27
1,023
train
<system>
807
807
=== marenz__ is now known as Marenz
2018-02-27
1,024
train
DiecastMessiah
807
807
frazr: you want to force this on a root dir??? reading that all you have to do is make a empty file like on root fir. called /forcefsck
2018-02-27
1,025
train
DiecastMessiah
808
808
root dir**
2018-02-27
1,026
train
Marenz
809
809
I have some strange issues with my 16.04.2 LTS server. HTTP services and database access work all fine, however when I login with SSH, it either never succeeds at all, or if, it is extremely slow and usually stops working after one command, often not even showing the full output of it
2018-02-27
1,027
train
Marenz
809
809
It doesn't seem to be a Load problem: uptime -> 13:25:49 up 244 days, 22:26, 2 users, load average: 0.17, 0.05, 0.01
2018-02-27
1,028
train
Marenz
809
809
and also not network in general as the HTTP/db stuff works without any noticable delay
2018-02-27
1,029
train
Walex
809
809
Marenz: 'ssh -vvv' usually will show the problem
2018-02-27
1,030
train
frazr
809
809
DiecastMessiah: yea ive tried creating that file, doesnt seem to work over ubuntu 16 with systemd
2018-02-27
1,031
train
frazr
810
810
ubottu: it boots normally, i just want to perform that check on every single boot
2018-02-27
1,032
train
ubottu
810
810
frazr: I am only a bot, please don't think I'm intelligent :)
2018-02-27
1,033
train
frazr
810
810
EriC^^: i mean :)
2018-02-27
1,034
train
DiecastMessiah
810
810
frazr: kk sorry
2018-02-27
1,035
train
Marenz
811
811
Walex, it connected normally with ssh -vvv but while typing a command it just froze
2018-02-27
1,036
train
frazr
811
811
tried setting the fsck.mode=force kernel parameter, but doesnt seem to do anything either
2018-02-27
1,037
train
Marenz
811
811
or .. well, went into ultra-slow mode
2018-02-27
1,038
train
frazr
811
811
might work with the "ro" parameter but scared that the system wont boot up :)
2018-02-27
1,039
train
Walex
811
811
Marenz: most likely a netwoirk problem though. Check with: sudo tcpdump -i eth0 'host .... and port 22'
2018-02-27
1,040
train
Walex
813
813
Marenz: add option '-ttt' to see inter-packet times.
2018-02-27
1,041
train
nemo
813
813
Marenz: anything in dmesg?
2018-02-27
1,042
train
nemo
814
814
and sshd log.
2018-02-27
1,043
train
Marenz
814
814
dmesg had
2018-02-27
1,044
train
Marenz
814
814
[Mon Nov 27 20:55:39 2017] TCP: request_sock_TCP: Possible SYN flooding on port 3306. Dropping request. Check SNMP counters.
2018-02-27
1,045
train
Marenz
815
815
eh.. not sure I can trust that time though
2018-02-27
1,046
train
Marenz
815
815
(I used the untrusted --ctime flag)
2018-02-27
1,047
train
Marenz
816
816
sshd shows some ips brute forcing
2018-02-27
1,048
train
Marenz
816
816
but not unusual amounts
2018-02-27
1,049
train
Marenz
816
816
hmm the problem seems to be gone for now..
2018-02-27
1,050
train
Marenz
816
816
whatever it was, is no more at this point
2018-02-27
1,051
train
Marenz
818
818
thanks for the ideas @all
2018-02-27
1,052
train
DiecastMessiah
818
818
frazr: i guess the old upstart way is gone.. this page tell how to get it working https://www.freedesktop.org/software/systemd/man/[email protected]
2018-02-27
1,053
train
dserodio
819
819
Firefox's Ctrl+Tab (and Ctrl+Shift+Tab) for switching tabs stopped working recently. Any ideas? Firefox 58.0.2 on Ubuntu 17.10
2018-02-27
1,054
train
DiecastMessiah
820
820
frazr: this also has info about repair .. maybe other distro pages but they both talking about systemd https://wiki.archlinux.org/index.php/fsck
2018-02-27
1,055
train
Lehthanis
821
821
so all the docs for radeon point to xorg.conf because they're all 16.04 docs...where does the radeon config go in 17.10
2018-02-27
1,056
train
nemo
823
823
dserodio: still works here
2018-02-27
1,057
train
Lehthanis
823
823
I don't have an xorg.conf
2018-02-27
1,058
train
nemo
823
823
dserodio: maybe desktop manager key binding override, or extension override
2018-02-27
1,059
train
nemo
823
823
dserodio: testin in a clean profile
2018-02-27
1,060
train
nemo
823
823
dserodio: firefox -no-remote -P
2018-02-27
1,061
train
nemo
823
823
dserodio: make a new profile, see if it still happens
2018-02-27
1,062
train
nemo
824
824
dserodio: I have the habit of doing ctrl+pagedown ctrl+pageup btw, since I find the position of the keys more convenient
2018-02-27
1,063
train
nemo
825
825
dserodio: also no need to do a 3 key combo for reverse
2018-02-27
1,064
train
dserodio
825
825
nemo: the PageUp and PageDown keys on this notebook keyboard are hard to reach. I'll try with a clean profile
2018-02-27
1,065
train
DiecastMessiah
826
826
oh wow wish i know that one earlier lol .. i always used ctrl tab lol for all tabbed programs
2018-02-27
1,066
train
DiecastMessiah
829
829
well i guess now it fine on this keyboard i am using.. my laptop keyboard is also hard to hit the page keys without looking. also at the every top right
2018-02-27
1,067
train
DiecastMessiah
829
829
very top**
2018-02-27
1,068
train
dserodio
831
831
nemo: doesn't work on a clean Firefox profile either. Any other ideas?
2018-02-27
1,069
train
frazr
832
832
thanks DiecastMessiah will check those links out
2018-02-27
1,070
train
lionrouge
835
835
hi !
2018-02-27
1,071
train
lionrouge
835
835
i looked ata couple of mirrors' dists directory and there is no yakkety folder in them
2018-02-27
1,072
train
lionrouge
835
835
is it ok ?
2018-02-27
1,073
train
lionrouge
836
836
there is xenial and artful but no yakkety
2018-02-27
1,074
train
EriC^^
838
838
lionrouge: yakkety is eol
2018-02-27
1,075
train
EriC^^
838
838
!yakkety
2018-02-27
1,076
train
ubottu
838
838
Ubuntu Ubuntu 16.10 (Yakkety Yak) was the 25th release of Ubuntu. Support ended on July 20th, 2017. See !eol and https://ubottu.com/y/yakkety
2018-02-27
1,077
train
lionrouge
838
838
EriC^^: and what should i do if i have it installed?
2018-02-27
1,078
train
nemo
838
838
dserodio: probably your desktop manager taking over those keystrokes then
2018-02-27
1,079
train
kostkon
838
838
lionrouge, upgrade to a supported release
2018-02-27
1,080
train
EriC^^
839
839
lionrouge: upgrade to 17.10 or fresh install 16.04 or 17.10
2018-02-27
1,081
train
nemo
839
839
dserodio: I mean, there's a set of keybindings in the firefox install, and they can be modified, but... why.
2018-02-27
1,082
train
lionrouge
839
839
kostkon: so it's ok if i just plug in 17.10 mirror ?
2018-02-27
1,083
train
EriC^^
839
839
lionrouge: i think you'll have to upgrade to 17.04 then 17.10
2018-02-27
1,084
train
nemo
839
839
dserodio: you could test a clean firefox download off of mozilla's site I guess, that would eliminate that. but I bet it's your desktop environment.
2018-02-27
1,085
train
EriC^^
840
840
!eolupgrades | lionrouge no that's not really recommended
2018-02-27
1,086
train
ubottu
840
840
lionrouge no that's not really recommended: End-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades
2018-02-27
1,087
train
kostkon
840
840
lionrouge, no, it would be much safer to attempt an eol upgrade. chck the links above ^
2018-02-27
1,088
train
nemo
840
840
EriC^^: or 14.04 <unconvertable>
2018-02-27
1,089
train
EriC^^
840
840
sure :)
2018-02-27
1,090
train
kostkon
841
841
nemo, no point in recommending 14.04 anymore though
2018-02-27
1,091
train
Lehthanis
841
841
http://pasteall.org/847840 this may be part of my problem...
2018-02-27
1,092
train
nemo
841
841
EriC^^: in all seriousness, it was the only version of ubuntu that *didn't* corrupt my coworker's HD every time the laptop suspended
2018-02-27
1,093
train
nemo
841
841
kostkon: I just did last month for reason above
2018-02-27
1,094
train
EriC^^
842
842
nemo: yeah i liked it a lot too, though i cant complain about 16.04 it's served me well
2018-02-27
1,095
train
nemo
842
842
EriC^^: 16.04 killed his HD too, not too sure why.
2018-02-27
1,096
train
EriC^^
842
842
it's corrupting the filesystem on suspends?
2018-02-27
1,097
train
nemo
842
842
EriC^^: he must have reinstalled a good dozen times, tried everything, including various kernel updates. 14.04 fixed everything
2018-02-27
1,098
train
nemo
843
843
EriC^^: yeah. it was esp irritating 'cause not only did closing laptop lid trigger it, but accidentally hitting this icon in his left bar. it's some unity thing I'm unfamiliar with, but he'd do it accidentally
2018-02-27
1,099
train
nemo
843
843
then "aw crap time to reinstall"
2018-02-27
1,100
train
EriC^^
843
843
that's odd
2018-02-27
1,101
train
nemo
844
844
yeeep
2018-02-27
1,102
train
nemo
845
845
EriC^^: my own personal reasons for staying on 14.04 are gonna get an off-topic flag tho <unconvertable>
2018-02-27
1,103
train
nemo
845
845
dserodio: you could maybe test a clean desktop environment by logging into a different one, or as a different user
2018-02-27
1,104
train
Marenz
847
847
hmm the issue isn't gone it seems
2018-02-27
1,105
train