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 |
---|---|---|---|---|---|---|
mzaza | 64 | 64 | nacc_: So, I should purge mongodb or mongodb-org? | 2018-02-27 | 606 | train |
nacc_ | 64 | 64 | mzaza: i don't know, the latter is not a supported ubuntu package | 2018-02-27 | 607 | train |
mzaza | 64 | 64 | nacc_: I tried to, before I got her. But they were all dead by the time I was there. | 2018-02-27 | 608 | train |
mzaza | 65 | 65 | If I just could made it alittle bit earlier :D | 2018-02-27 | 609 | train |
nacc_ | 65 | 65 | mzaza: yeah, there's not much we can do | 2018-02-27 | 610 | train |
mzaza | 65 | 65 | nacc_: Well, thanks for your help so far. If you change your mind, I will be there. *PS this problem is on production environment :D | 2018-02-27 | 611 | train |
Christian-M-NY | 66 | 66 | bosphus2 I wasn't paying attention, but sholdnt you be able to install the driver via PRINTERS in the Administration Menu? it may not have the exact model, but usually the closest simlar printer to it should work | 2018-02-27 | 612 | train |
nacc_ | 66 | 66 | mzaza: well, on a production environment, i hope you ahve backups and can just roll back :) | 2018-02-27 | 613 | train |
nacc_ | 66 | 66 | mzaza: and/or you should not have 'install'ed mongdob in prodcution without having done it first in dev | 2018-02-27 | 614 | train |
Christian-M-NY | 66 | 66 | so look up similar Brother Printers and remember the models and then try to install the Printer you have Via the ADMINISTRATION/PRINTERS menu...and if yours is not on the list, choose a similar one....has always worked for me especially with Brother Printers | 2018-02-27 | 615 | train |
shazbotmcnasty | 67 | 67 | Hey so - there's a variable in this script that's ".*" | 2018-02-27 | 616 | train |
mzaza | 67 | 67 | nacc_: I have done it in dev first, everything was fine I had the production server up for months now with no problem what so ever, until the disk ran out of space and I resized. | 2018-02-27 | 617 | train |
shazbotmcnasty | 67 | 67 | does that one period account for multiple periods? | 2018-02-27 | 618 | train |
nacc_ | 67 | 67 | mzaza: you installed mongdob on your dev server? | 2018-02-27 | 619 | train |
shazbotmcnasty | 67 | 67 | Say an IP address? | 2018-02-27 | 620 | train |
shazbotmcnasty | 68 | 68 | Gosh I should really put everything on one line rather than multiple. | 2018-02-27 | 621 | train |
nacc_ | 68 | 68 | shazbotmcnasty: dependson the context, but generally '.' means *any* charager | 2018-02-27 | 622 | train |
nacc_ | 68 | 68 | *charctger | 2018-02-27 | 623 | train |
nacc_ | 68 | 68 | bah, character :) | 2018-02-27 | 624 | train |
shazbotmcnasty | 68 | 68 | nacc_: even if there are no periods at all? | 2018-02-27 | 625 | train |
nacc_ | 68 | 68 | shazbotmcnasty: yes. | 2018-02-27 | 626 | train |
shazbotmcnasty | 68 | 68 | and did you mean ".*" or just "." | 2018-02-27 | 627 | train |
<system> | 68 | 68 | === dingir__ is now known as dingir_ | 2018-02-27 | 628 | train |
nacc_ | 69 | 69 | shazbotmcnasty: again, it's hard to say without context | 2018-02-27 | 629 | train |
nacc_ | 69 | 69 | shazbotmcnasty: in a shell script, what's the variable being used for? | 2018-02-27 | 630 | train |
nacc_ | 69 | 69 | shazbotmcnasty: right now, iirc, that means 'a period followed by anything' | 2018-02-27 | 631 | train |
mzaza | 70 | 70 | nacc_: Yes I had it. And it was fine. You see I'm not trying to install it, I'm trying to recover | 2018-02-27 | 632 | train |
nacc_ | 70 | 70 | mzaza: you just said you isntalled 'mongodb' in error? | 2018-02-27 | 633 | train |
shazbotmcnasty | 70 | 70 | I'm attempting to make a fail2ban filter. In the walkthrough that I have, it doesn't match up with the actual log stuff, so I don't think that it will ever have a match to the current regex filter, from the walkthrough. | 2018-02-27 | 634 | train |
shazbotmcnasty | 70 | 70 | Like for the "time" section it has ".*" has the variable, but there is no period in the time field | 2018-02-27 | 635 | train |
nacc_ | 71 | 71 | shazbotmcnasty: that's not necesarily shell is it? | 2018-02-27 | 636 | train |
shazbotmcnasty | 71 | 71 | thus that will never be matched, eh? | 2018-02-27 | 637 | train |
nacc_ | 71 | 71 | shazbotmcnasty: if it's using standard regex, then it's a different syntax | 2018-02-27 | 638 | train |
nacc_ | 72 | 72 | shazbotmcnasty: on a quick google, they use python regex | 2018-02-27 | 639 | train |
nacc_ | 72 | 72 | shazbotmcnasty: there's also apparently a fail2bain-regex tool | 2018-02-27 | 640 | train |
shazbotmcnasty | 72 | 72 | nacc_: well i don't really know it's just a .conf file. | 2018-02-27 | 641 | train |
shazbotmcnasty | 72 | 72 | oh that sounds nice | 2018-02-27 | 642 | train |
nacc_ | 73 | 73 | shazbotmcnasty: right, not clear why you'd assume taht's shell-interpreted | 2018-02-27 | 643 | train |
nacc_ | 73 | 73 | shazbotmcnasty: keep in mind, i've never used fail2ban | 2018-02-27 | 644 | train |
nacc_ | 73 | 73 | :) | 2018-02-27 | 645 | train |
shazbotmcnasty | 73 | 73 | i just figured ".*" and "*" or "." meant the same here and there | 2018-02-27 | 646 | train |
nacc_ | 74 | 74 | shazbotmcnasty: that would depend on the style of regex in question | 2018-02-27 | 647 | train |
<system> | 74 | 74 | [01:14] * shazbotmcnasty shrugs. ok. | 2018-02-27 | 648 | train |
shazbotmcnasty | 75 | 75 | Well last thing - where do i find that fail2ban-regex tool? | 2018-02-27 | 649 | train |
nacc_ | 75 | 75 | shazbotmcnasty: i dunno, i was just reading their upstream docs | 2018-02-27 | 650 | train |
shazbotmcnasty | 75 | 75 | ok thanks | 2018-02-27 | 651 | train |
nacc_ | 75 | 75 | shazbotmcnasty: in ubuntu it's in the fail2ban pacakge | 2018-02-27 | 652 | train |
nacc_ | 75 | 75 | (at least on 18.04) | 2018-02-27 | 653 | train |
mzaza | 76 | 76 | nacc_: Yes, mongodb I was confused and installed it instead of install mongodb-org, to check if i have any missing part uninstalled by mistake | 2018-02-27 | 654 | train |
circuitfox | 76 | 76 | how can i see what hardware needs drivers installed? | 2018-02-27 | 655 | train |
nacc_ | 76 | 76 | mzaza: right, so did you do that exactly on your dev server first? | 2018-02-27 | 656 | train |
nacc_ | 76 | 76 | mzaza: that's what i meant earlier | 2018-02-27 | 657 | train |
shazbotmcnasty | 77 | 77 | oh hmm it's for like testing my already made filter, not one that i need to create | 2018-02-27 | 658 | train |
nacc_ | 77 | 77 | shazbotmcnasty: https://fail2ban.readthedocs.io/en/latest/filters.html | 2018-02-27 | 659 | train |
nacc_ | 77 | 77 | shazbotmcnasty: it says it's used for 'developing/testing a regex' | 2018-02-27 | 660 | train |
mzaza | 79 | 79 | nacc_: no, because my dev server didn't have a problem with disk space, the production had | 2018-02-27 | 661 | train |
nacc_ | 79 | 79 | mzaza: right ... so that's not great devops :) | 2018-02-27 | 662 | train |
nacc_ | 80 | 80 | mzaza: not trying to pick at you, but now you've gone and done something bad to prod | 2018-02-27 | 663 | train |
mzaza | 80 | 80 | nacc_: yes , you're right | 2018-02-27 | 664 | train |
bodangly | 80 | 80 | So this is strange. somehow http_proxy and https_proxy got set in my bashrc randomly. Proxy turned off in systems settings. Any clues as to why? | 2018-02-27 | 665 | train |
bodangly | 80 | 80 | It was causing problems with pip, I removed it, but am wondering why it happened and how to prevent it in the future | 2018-02-27 | 666 | train |
bodangly | 81 | 81 | it happened rather suddenly too, I use a ton of python virtualenvs and never had a problem, then all the sudden pip was getting connection refused and I traced it back to http_proxy being in my env | 2018-02-27 | 667 | train |
nacc_ | 82 | 82 | bodangly: check if it happesn to a new user too (which would imply system shell rc files) | 2018-02-27 | 668 | train |
nacc_ | 82 | 82 | bodangly: if it doesn't, then check your ~/.bashrc, ~/.bash_profile, etc | 2018-02-27 | 669 | train |
bodangly | 83 | 83 | well I removed it from ~/.bashrc, but good point I will check a new user | 2018-02-27 | 670 | train |
macca | 84 | 84 | anyone else notice pinterest is messed up in firefox? | 2018-02-27 | 671 | train |
macca | 84 | 84 | earth shattering news indeed... | 2018-02-27 | 672 | train |
<system> | 86 | 86 | [01:26] -fqlvwfb:#ubuntu- All you ladies pop yo' pussy like this Shake your body, don't stop, don't miss All you ladies pop yo' pussy like this Shake your body, don't stop, don't miss Just do it, do it, do it, do it, do it now | 2018-02-27 | 673 | train |
<system> | 86 | 86 | [01:26] -ulumtzy:#ubuntu- All you ladies pop yo' pussy like this Shake your body, don't stop, don't miss All you ladies pop yo' pussy like this Shake your body, don't stop, don't miss Just do it, do it, do it, do it, do it now | 2018-02-27 | 674 | train |
<system> | 86 | 86 | [01:26] -yqitx:#ubuntu- All you ladies pop yo' pussy like this Shake your body, don't stop, don't miss All you ladies pop yo' pussy like this Shake your body, don't stop, don't miss Just do it, do it, do it, do it, do it now | 2018-02-27 | 675 | train |
<system> | 86 | 86 | [01:26] -nhbjafl:#ubuntu- All you ladies pop yo' pussy like this Shake your body, don't stop, don't miss All you ladies pop yo' pussy like this Shake your body, don't stop, don't miss Just do it, do it, do it, do it, do it now | 2018-02-27 | 676 | train |
<system> | 86 | 86 | [01:26] -osoqas:#ubuntu- All you ladies pop yo' pussy like this Shake your body, don't stop, don't miss All you ladies pop yo' pussy like this Shake your body, don't stop, don't miss Just do it, do it, do it, do it, do it now | 2018-02-27 | 677 | train |
tx78028 | 91 | 91 | tx78028 | 2018-02-27 | 678 | train |
<system> | 101 | 101 | [01:41] * woods123 | 2018-02-27 | 679 | train |
woods123 | 102 | 102 | quit | 2018-02-27 | 680 | train |
<system> | 102 | 102 | === Simarillion is now known as Guest58747 | 2018-02-27 | 681 | train |
<system> | 102 | 102 | === Guest58747 is now known as Captain_Wind_X | 2018-02-27 | 682 | train |
OerHeks | 128 | 128 | ai | 2018-02-27 | 683 | train |
CarlFK | 128 | 128 | how can I restrict xrandr to only show me HDMI-3 stats? | 2018-02-27 | 684 | train |
ubuntu | 138 | 138 | herro | 2018-02-27 | 685 | train |
<system> | 138 | 138 | === ubuntu is now known as Guest21361 | 2018-02-27 | 686 | train |
Guest21361 | 139 | 139 | yo | 2018-02-27 | 687 | train |
jaranGoyang | 156 | 156 | hi all | 2018-02-27 | 688 | train |
sere | 157 | 157 | can you run a 64bit os on a 32bit systerm the reason i ask i booted a x64 on this machine w a intel atom cpu wich i think is 32bit | 2018-02-27 | 689 | train |
jaranGoyang | 157 | 157 | how to download omegle? | 2018-02-27 | 690 | train |
jaranGoyang | 157 | 157 | or something like that? | 2018-02-27 | 691 | train |
cfhowlett | 159 | 159 | sere, no. | 2018-02-27 | 692 | train |
Nachos11 | 159 | 159 | sere: atoms are all x64, AFAIK. | 2018-02-27 | 693 | train |
sere | 159 | 159 | cfhowlett: thats what i though so then my cpu must be 64then right | 2018-02-27 | 694 | train |
sere | 159 | 159 | Nachos11: awesome.. im dumb lol ty | 2018-02-27 | 695 | train |
cfhowlett | 161 | 161 | jaranGoyang, https://www.omegle.com/ | 2018-02-27 | 696 | train |
DiecastMessiah | 162 | 162 | yeah it wouldn't work at all if it wasn't // or maybe not even install | 2018-02-27 | 697 | train |
jaranGoyang | 166 | 166 | @cfhowlett thanks alot | 2018-02-27 | 698 | train |
cfhowlett | 166 | 166 | jaranGoyang, happy2help! | 2018-02-27 | 699 | train |
joufflu | 167 | 167 | i am getting this error message when trying to install an app via apt-get "Unable to correct missing packages." | 2018-02-27 | 700 | train |
cfhowlett | 168 | 168 | what app? what ubuntu version? | 2018-02-27 | 701 | train |
joufflu | 168 | 168 | i did search for a solution online but it says to upgrade my system using the updater, but the updater also fails | 2018-02-27 | 702 | train |
joufflu | 168 | 168 | 17.10 | 2018-02-27 | 703 | train |
joufflu | 168 | 168 | oops 17.04 | 2018-02-27 | 704 | train |
joufflu | 168 | 168 | ^correction | 2018-02-27 | 705 | train |