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
Hexal
540
540
yes
2017-09-02
906
train
Hexal
540
540
it's works now ntinos
2017-09-02
907
train
Hexal
541
541
ntinos, Thank you so much for your time
2017-09-02
908
train
Hexal
551
551
Why after all years this brightness problem didn't solved on Ubuntu :(
2017-09-02
909
train
<system>
551
551
=== KindTwo is now known as KindOne
2017-09-02
910
train
<system>
551
551
=== brainwash_ is now known as brainwash
2017-09-02
911
train
<system>
551
551
=== brainwash_ is now known as brainwash
2017-09-02
912
train
vlt
591
591
Hexal: Which brightness problem?
2017-09-02
913
train
Hexal
607
607
vlt brightness key problem on laptop
2017-09-02
914
train
Hexal
608
608
but I already fixed it from grab
2017-09-02
915
train
Hexal
608
608
Actually my current issue is I can't save any files in other drives "ntfs"
2017-09-02
916
train
Hexal
609
609
vlt can you help me about this please?
2017-09-02
917
train
vlt
610
610
Hexal: Is there a bug report for your brightness problem?
2017-09-02
918
train
Hexal
614
614
vlt actually I have this problem from long time, I have lenovo and every time I installing fresh Ubuntu I have to go on "/etc/default/grub" and changing GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor"
2017-09-02
919
train
Hexal
614
614
and then update-grub and restart every time I should do that to fixing my brightness key issue
2017-09-02
920
train
pumpkinz
615
615
I can't seem to set a resolution with 240hz with xrandr is there any way to do this?
2017-09-02
921
train
pumpkinz
616
616
or register add a resolution I should say.
2017-09-02
922
train
vlt
616
616
Hexal: How would it look like when you considered this problem solved?
2017-09-02
923
train
Hexal
620
620
vlt let me explain this: without changing this line, if I pressing on brightness key for high or low, getting so dark until I have to restart ubuntu and then before booting I should fix brightness, but when I editing this line and adding "acpi_backlight=vendor" after quiet splash, I'll able to using brightness key normally
2017-09-02
924
train
Hexal
622
622
vlt I had this problem on Ubuntu 14-15-16 and now still exist on 17
2017-09-02
925
train
vlt
629
629
Hexal: Where is the bug report for this problem?
2017-09-02
926
train
Hexal
630
630
vlt I didn't sent any bug report actually
2017-09-02
927
train
vlt
632
632
Hexal: Well ...
2017-09-02
928
train
cfhowlett
633
633
that happened
2017-09-02
929
train
histo
633
633
:)
2017-09-02
930
train
akik
634
634
Hexal: are you saying that the acpi_backlight parameter doesn't fix it?
2017-09-02
931
train
akik
635
635
Hexal: you can also set it in xorg config snippet Option "Backlight" "intel_backlight"
2017-09-02
932
train
akik
635
635
if using intel graphics, that is
2017-09-02
933
train
<system>
635
635
=== SIa_ is now known as SIa
2017-09-02
934
train
akik
640
640
https://www.google.com/search?q=site%3Alaunchpad.net+acpi_backlight%3Dvendor
2017-09-02
935
train
<system>
640
640
=== Israphel is now known as Guest74772
2017-09-02
936
train
<system>
640
640
=== Israphel_ is now known as Israphel
2017-09-02
937
train
Dbugger
651
651
Hello everyone
2017-09-02
938
train
Dbugger
660
660
How do you guys do it to manage different SSH connections? I have quite a few servers to manage, all of them with different password and users. Is there a effective way you guys and girls use manage connections?
2017-09-02
939
train
vlt
665
665
Dbugger: The most important file for me is ~/.ssh/config
2017-09-02
940
train
ddellav
665
665
Dbugger yes, ssh keys. You can use the same one for all servers or use different keys per server and set them up to be used in your ssh config file
2017-09-02
941
train
vlt
665
665
Dbugger: And logins with key instead of passwords, of course.
2017-09-02
942
train
renatoneto
666
666
hi, I'm having some trouble shutting down my ubuntu 16.04.3 LTS
2017-09-02
943
train
renatoneto
667
667
it hangs on "Stopping Raise network interfaces"
2017-09-02
944
train
renatoneto
668
668
tricky part is maybe that i've booted it from an iSCSI target using iPXE and iBFT
2017-09-02
945
train
renatoneto
669
669
i don't see anything useful in syslog, could anyone assist me where to look?
2017-09-02
946
train
Dbugger
669
669
well, i was using ssh keys. But the other day my Ubuntu system exploded, and I had to install a new system
2017-09-02
947
train
onla
669
669
I need to make sure glib-devel and gtk-devel packages or similar are installed. What are they called in ubuntu 14.04?
2017-09-02
948
train
Dbugger
669
669
meaning I lost all connections
2017-09-02
949
train
vlt
671
671
Dbugger: Lost? What happened to your backup?
2017-09-02
950
train
Dbugger
671
671
vlt, you mean I should I should bring the private and public key to my new system=
2017-09-02
951
train
Dbugger
671
671
?
2017-09-02
952
train
ddellav
672
672
you should always keep a backup of your keys somewhere, yes
2017-09-02
953
train
ddellav
672
672
just make sure they are secure
2017-09-02
954
train
Dbugger
672
672
well, I never really thought about that..
2017-09-02
955
train
vlt
672
672
Dbugger: Yes. The key is usually stored in ~/.ssh/id_rsa and ...id_rsa.pub
2017-09-02
956
train
Dbugger
672
672
Can keys be simply copied into a different system?
2017-09-02
957
train
ddellav
673
673
of course
2017-09-02
958
train
vlt
673
673
Dbugger: If you restore these files into your home you should be able to access the servers.
2017-09-02
959
train
ddellav
673
673
they are just text files
2017-09-02
960
train
Dbugger
673
673
oh well... I gotta admit the idea never crossed my mind...
2017-09-02
961
train
Dbugger
673
673
I am gonna see if there is any possible way for me to recover them...
2017-09-02
962
train
vlt
673
673
Dbugger: Mind that ssh client refuses to use a key that is readable for too many users ;-)
2017-09-02
963
train
ddellav
674
674
yea, they usually need to be 600
2017-09-02
964
train
Dbugger
675
675
oh really?
2017-09-02
965
train
Dbugger
675
675
good to know
2017-09-02
966
train
Dbugger
675
675
should I just copy both keys?
2017-09-02
967
train
Dbugger
675
675
Or should I copy the whole .ssh folder
2017-09-02
968
train
Dbugger
675
675
?
2017-09-02
969
train
vlt
676
676
Dbugger: Try the whole folder.
2017-09-02
970
train
Dbugger
676
676
meaning "known_hosts", "config", and so on
2017-09-02
971
train
Dbugger
676
676
Cool. Ill give it a god
2017-09-02
972
train
Dbugger
676
676
GO
2017-09-02
973
train
Dbugger
679
679
I got this: "sign_and_send_pubkey: signing failed: agent refused operation"
2017-09-02
974
train
linocisco
681
681
hi all,
2017-09-02
975
train
linocisco
681
681
this guide (http://naingyeminn.com/posts/burmese-keyboard-for-ubuntu-1404/) still valid?
2017-09-02
976
train
akik
683
683
linocisco: you should use english language
2017-09-02
977
train
linocisco
683
683
akik, i m asking for local folks here if someone is online
2017-09-02
978
train
vlt
694
694
Dbugger: vlt said something about refuse before. Your error message also contains refused ;-)
2017-09-02
979
train
Dbugger
697
697
Oh, you mean that is not restricted enough...
2017-09-02
980
train
Dbugger
697
697
I was using the default permissions. What are the right ones?
2017-09-02
981
train
<system>
697
697
=== ShalokShalom_ is now known as ShalokShalom
2017-09-02
982
train
blz
700
700
Hello, I'm getting a permission denied error when attempting a connection to an NFS server on ubuntu 17.04. Could someone please have a look at my configuration and see if I've missed anything obvious? https://askubuntu.com/q/952374/62958
2017-09-02
983
train
Dbugger
700
700
my public key is rw-r--r-- and my private key is rw-------
2017-09-02
984
train
Dbugger
701
701
aaah! I found it! I had to run "ssh-add" after changing the keys :P
2017-09-02
985
train
Dbugger
701
701
I thought that just moving text files was way too easy.. :P
2017-09-02
986
train
akik
706
706
blz: did you run "sudo exportfs -a" after configuring it?
2017-09-02
987
train
renatoneto
710
710
for those who are interested, this is the only error message i'm seeing
2017-09-02
988
train
renatoneto
710
710
https://imgur.com/MXWxbp9
2017-09-02
989
train
BluesKaj
711
711
Hi folks
2017-09-02
990
train
fdah
718
718
is there a way to find who sshed to our machine?
2017-09-02
991
train
EriC^^
722
722
fdah: see /var/log/auth.log
2017-09-02
992
train
renatoneto
731
731
so I narrowed my problem down to this, when I remove "net.ifnames=0 biosdevname=0 ubuntu" from mij grub.conf everything works fine again
2017-09-02
993
train
renatoneto
732
732
i got the idea from this askubuntu question https://askubuntu.com/questions/767786/changing-network-interfaces-name-ubuntu-16-04
2017-09-02
994
train
renatoneto
735
735
does some1 know why my shutdown hangs when I try to set my network interfaces name to "eth0" instead of "enp6s0"?
2017-09-02
995
train
akik
739
739
renatoneto: why did you have "ubuntu" as a kernel parameter? net.ifnames=0 works for me
2017-09-02
996
train
BluesKaj
739
739
eth0 isn't recognized in systemd, it's now known as enp-something
2017-09-02
997
train
BluesKaj
740
740
renatoneto,^
2017-09-02
998
train
renatoneto
741
741
akik: sorry, wrong copy/paste, i meant "net.ifnames=0 biosdevname=0" as stated by the askubuntu question
2017-09-02
999
train
Hexal
742
742
vlt I never bug reported before
2017-09-02
1,000
train
akik
742
742
renatoneto: you can read the systemd logs with "journalctl -xe" and also read the logs of previous boots
2017-09-02
1,001
train
Hexal
743
743
akik actually my laptop is Lenovo Z500 and dual GPU intel and nvidia
2017-09-02
1,002
train
akik
743
743
renatoneto: the "-b" option
2017-09-02
1,003
train
Hexal
744
744
akik, btw, how can I get permission for save files on other partions ntfs?
2017-09-02
1,004
train
akik
744
744
Hexal: there are mount options that handle that for your current user. doesn't your file manager allow it?
2017-09-02
1,005
train