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
| 744 | 744 |
At moment I'm not able for save even text file to another drives
|
2017-09-02
| 1,006 |
train
|
akik
| 745 | 745 |
Hexal: did you change that fast start-up option in windows?
|
2017-09-02
| 1,007 |
train
|
Hexal
| 746 | 746 |
akik, no let me first do that you said fast boot isn't it right?
|
2017-09-02
| 1,008 |
train
|
akik
| 746 | 746 |
Hexal: it's explained here https://www.howtogeek.com/236807/how-to-mount-your-windows-10-or-8-system-drive-on-linux/
|
2017-09-02
| 1,009 |
train
|
Hexal
| 747 | 747 |
Ok. I'm booting windows now
|
2017-09-02
| 1,010 |
train
|
renatoneto
| 748 | 748 |
BluesKaj is there some way I could make systemd "eth0"-aware?
|
2017-09-02
| 1,011 |
train
|
BluesKaj
| 751 | 751 |
renatoneto, not sure, I haven't bothered since it's systemd naming convention at work here and to me it;s just something new being a home user.
|
2017-09-02
| 1,012 |
train
|
renatoneto
| 753 | 753 |
BluesKaj i need it because otherwise my servers are not accepting to get their hostname from our dhcp server
|
2017-09-02
| 1,013 |
train
|
renatoneto
| 755 | 755 |
BluesKaj also some other scripts and feature are depending on the "eth0" naming convention of the earlier days
|
2017-09-02
| 1,014 |
train
|
BluesKaj
| 756 | 756 |
renatoneto, http://www.itzgeek.com/how-tos/mini-howtos/change-default-network-name-ens33-to-old-eth0-on-ubuntu-16-04.html
|
2017-09-02
| 1,015 |
train
|
renatoneto
| 759 | 759 |
BluesKaj, that's exactly what i did :)
|
2017-09-02
| 1,016 |
train
|
akik
| 760 | 760 |
renatoneto: try without the biosdevname=0. you don't need it on 16.04
|
2017-09-02
| 1,017 |
train
|
renatoneto
| 762 | 762 |
akik: already did, same problem. I also tried it with and without /etc/udev/rules.d/70-persistent-net.rules being manually created
|
2017-09-02
| 1,018 |
train
|
akik
| 763 | 763 |
renatoneto: this is not related to your problem but if i had a cifs mount in /etc/fstab, ubuntu would shutdown the interface before unmounting the share
|
2017-09-02
| 1,019 |
train
|
renatoneto
| 765 | 765 |
akik: i'm using my ubuntu diskless, booted from an iSCSI LUN using iBFT & iPXE
|
2017-09-02
| 1,020 |
train
|
akik
| 766 | 766 |
renatoneto: did you read the journalctl logs after this problem=
|
2017-09-02
| 1,021 |
train
|
renatoneto
| 768 | 768 |
akik: i did, but it's not logging any errors from my last shutdown. I think because iSCSI is already stopped after networking is trying to stop so it has no place on disk to log to
|
2017-09-02
| 1,022 |
train
|
renatoneto
| 769 | 769 |
akik: just for the record, when i remove the "net.ifnames=0 (biosdevname=0)" from grub.conf, everything works fine
|
2017-09-02
| 1,023 |
train
|
akik
| 774 | 774 |
renatoneto: this is a long shot but maybe compare the logs when using net.ifnames=0 and when not
|
2017-09-02
| 1,024 |
train
|
akik
| 775 | 775 |
renatoneto: maybe the interface name is stuck in some of your iscsi config
|
2017-09-02
| 1,025 |
train
|
renatoneto
| 797 | 797 |
akik: i never see the shutdown events in journalctl
|
2017-09-02
| 1,026 |
train
|
renatoneto
| 797 | 797 |
akik: any idea what i'm doing wrong? I'm using it with -xe and -b
|
2017-09-02
| 1,027 |
train
|
akik
| 800 | 800 |
renatoneto: try maybe without the -xe
|
2017-09-02
| 1,028 |
train
|
akik
| 801 | 801 |
-xe goes to the end of the log
|
2017-09-02
| 1,029 |
train
|
renatoneto
| 801 | 801 |
akik: same thing
|
2017-09-02
| 1,030 |
train
|
MonkeyDust
| 801 | 801 |
renatoneto i guess it's easier and faster to get used to the new names
|
2017-09-02
| 1,031 |
train
|
renatoneto
| 809 | 809 |
MonkeyDust: problem is my hostname aren't set using dhcp when use the new interface names
|
2017-09-02
| 1,032 |
train
|
blz
| 816 | 816 |
akik, yes I did.
|
2017-09-02
| 1,033 |
train
|
blz
| 817 | 817 |
akik, (re: NFS problem)
|
2017-09-02
| 1,034 |
train
|
akik
| 818 | 818 |
blz: does your server see the client ip as you expect?
|
2017-09-02
| 1,035 |
train
|
blz
| 819 | 819 |
akik, yes: 10.3.0.102, as expected.
|
2017-09-02
| 1,036 |
train
|
blz
| 819 | 819 |
akik, as reported by `ping`. That is, pinging the hostname returns the IP I expect.
|
2017-09-02
| 1,037 |
train
|
akik
| 820 | 820 |
blz: have you tried mounting the nfs share on the command line?
|
2017-09-02
| 1,038 |
train
|
blz
| 821 | 821 |
akik, I have not. The client is OSX, but I suppose it must be possible there too
|
2017-09-02
| 1,039 |
train
|
<system>
| 821 | 821 |
=== jstein_ is now known as jstein
|
2017-09-02
| 1,040 |
train
|
blz
| 823 | 823 |
akik: https://hastebin.com/amovesaqiz.txt
|
2017-09-02
| 1,041 |
train
|
blz
| 824 | 824 |
akik: the error messages are completely useless :C
|
2017-09-02
| 1,042 |
train
|
akik
| 824 | 824 |
blz: that's a new error message. maybe search for that
|
2017-09-02
| 1,043 |
train
|
akik
| 824 | 824 |
blz: to me that looks like a client machine error
|
2017-09-02
| 1,044 |
train
|
blz
| 825 | 825 |
akik: hmm, that's encouraging as I don't really intend to mount the nfs share to osx
|
2017-09-02
| 1,045 |
train
|
akik
| 825 | 825 |
https://thornelabs.net/2013/10/15/operation-not-permitted-mounting-nfs-share-on-os-x-mountain-lion.html
|
2017-09-02
| 1,046 |
train
|
blz
| 825 | 825 |
akik: i'll try from another linux machine if googling doesn't help
|
2017-09-02
| 1,047 |
train
|
blz
| 826 | 826 |
akik: yep, found the same link :)
|
2017-09-02
| 1,048 |
train
|
akik
| 826 | 826 |
blz: does it work? :)
|
2017-09-02
| 1,049 |
train
|
blz
| 826 | 826 |
akik: reading as we speak :)
|
2017-09-02
| 1,050 |
train
|
blz
| 828 | 828 |
akik: well I'll be damned... It works
|
2017-09-02
| 1,051 |
train
|
blz
| 828 | 828 |
akik: typical. I saw saw the `insecure` option in a tutorial, looked it up on the manpage, decided I didn't need it ...
|
2017-09-02
| 1,052 |
train
|
blz
| 829 | 829 |
akik: thanks for the help, in any case :)
|
2017-09-02
| 1,053 |
train
|
renatoneto
| 837 | 837 |
Could you think with me on this one? When i remove the ""net.ifnames=0" from grub.conf i need to edit my /etc/network/interfaces so it uses the new name for the interface
|
2017-09-02
| 1,054 |
train
|
renatoneto
| 838 | 838 |
but the problem is that this ubuntu image will server as an "golden image" i will duplicate it using CoW on top of this
|
2017-09-02
| 1,055 |
train
|
renatoneto
| 838 | 838 |
so the interface names will different, depending on which hardware i will be deploying
|
2017-09-02
| 1,056 |
train
|
vfw
| 844 | 844 |
I guess we have to be registered to get into #ubuntu now. Right?
|
2017-09-02
| 1,057 |
train
|
vfw
| 844 | 844 |
When did that change?
|
2017-09-02
| 1,058 |
train
|
Hexal
| 850 | 850 |
akik, I did that and works so great thanks
|
2017-09-02
| 1,059 |
train
|
<system>
| 850 | 850 |
=== jstein_ is now known as jstein
|
2017-09-02
| 1,060 |
train
|
Reventlov
| 931 | 931 |
tHi
|
2017-09-02
| 1,061 |
train
|
Reventlov
| 931 | 931 |
the 17.04 boot of my ubuntu is really slow
|
2017-09-02
| 1,062 |
train
|
Reventlov
| 932 | 932 |
Here is the systemd-analyze critical-chain: https://ptpb.pw/URHh
|
2017-09-02
| 1,063 |
train
|
brainwash
| 936 | 936 |
Reventlov: I would check the journal
|
2017-09-02
| 1,064 |
train
|
zack263
| 937 | 937 |
Question: I have firefox developer edition installed from a .deb in the download folder; but if I type firefox from terminal it says firefox not installed
|
2017-09-02
| 1,065 |
train
|
zack263
| 938 | 938 |
so my question is how to i run the firefox developer edition from the terminal?
|
2017-09-02
| 1,066 |
train
|
zack263
| 939 | 939 |
i see what happen
|
2017-09-02
| 1,067 |
train
|
brainwash
| 939 | 939 |
zack263: is that an official deb?
|
2017-09-02
| 1,068 |
train
|
oerheks
| 939 | 939 |
zack263, install that .deb, sudo dpkg -i /path/to/package
|
2017-09-02
| 1,069 |
train
|
zack263
| 939 | 939 |
i didnt install it properply manually
|
2017-09-02
| 1,070 |
train
|
oerheks
| 940 | 940 |
but if you don't even know how to install, why the development version?
|
2017-09-02
| 1,071 |
train
|
zack263
| 940 | 940 |
i didnt install in /opt or /usr/local
|
2017-09-02
| 1,072 |
train
|
zack263
| 940 | 940 |
developer version is cause I like that verison, LOL
|
2017-09-02
| 1,073 |
train
|
zack263
| 941 | 941 |
i would assume it's official.. i got it from mozzila website? not sure what u mean by official
|
2017-09-02
| 1,074 |
train
|
zack263
| 941 | 941 |
well.. normally i install a .deb by just double clicking it
|
2017-09-02
| 1,075 |
train
|
zack263
| 941 | 941 |
but the directions i just ran into.. i see i did it wrong
|
2017-09-02
| 1,076 |
train
|
oerheks
| 941 | 941 |
development versions are never official, it is a beta
|
2017-09-02
| 1,077 |
train
|
Auctus
| 941 | 941 |
if i share internet over ethernet with ubuntu, what's the first ip address it hands out? I plugged in a raspberry pi and i want to ssh to it but idk what ip it has
|
2017-09-02
| 1,078 |
train
|
zack263
| 941 | 941 |
the ppi might be easier
|
2017-09-02
| 1,079 |
train
|
zack263
| 942 | 942 |
i will just delete it and try the ppi
|
2017-09-02
| 1,080 |
train
|
zack263
| 942 | 942 |
moving the folder doesn't sound like it would work
|
2017-09-02
| 1,081 |
train
|
oerheks
| 945 | 945 |
Auctus, you could scan with nmap > sudo nmap -sn 192.168.X.Y/24
|
2017-09-02
| 1,082 |
train
|
Auctus
| 948 | 948 |
oerheks: im connected to a wifi router with this computer, which is 192.168.*, and the raspberry pi is plugged into the ethernet jack on this computer, and im sharing internet out over the ethernet jack, via the network manager gui
|
2017-09-02
| 1,083 |
train
|
Auctus
| 948 | 948 |
i tried scanning 10.42.*.*, looks like im the only one, 10.42.0.1
|
2017-09-02
| 1,084 |
train
|
Auctus
| 948 | 948 |
i shouldnt be doing this at 4am but its fun :p
|
2017-09-02
| 1,085 |
train
|
oerheks
| 949 | 949 |
or check your router to see connected clients & ip
|
2017-09-02
| 1,086 |
train
|
Auctus
| 950 | 950 |
thats what im sayin, the pi isnt connected to a router, its connected directly to this computer
|
2017-09-02
| 1,087 |
train
|
Auctus
| 951 | 951 |
im out in my garage so i get wifi on this computer, but the pi has too weak an antenna to get any reception out here, and theres no router out here
|
2017-09-02
| 1,088 |
train
|
oerheks
| 952 | 952 |
well, find the ip range the ICS is using, in your nerwotkmanager perhaps?
|
2017-09-02
| 1,089 |
train
|
tgm4883
| 953 | 953 |
Did you setup a DHCP server on your computer?
|
2017-09-02
| 1,090 |
train
|
tgm4883
| 953 | 953 |
I don't know if it sets one up automatically
|
2017-09-02
| 1,091 |
train
|
Auctus
| 954 | 954 |
all i did was go network manager -> edit connections -> wired connection -> ipv4 settings -> shared to other computers
|
2017-09-02
| 1,092 |
train
|
minimec
| 954 | 954 |
Auctus: https://askubuntu.com/a/194526
|
2017-09-02
| 1,093 |
train
|
tgm4883
| 954 | 954 |
Auctus: yea I don't think that sets up a DHCP address
|
2017-09-02
| 1,094 |
train
|
tgm4883
| 955 | 955 |
DHCP server*
|
2017-09-02
| 1,095 |
train
|
CreativeWolf
| 956 | 956 |
Heya all :)
|
2017-09-02
| 1,096 |
train
|
EriC^^
| 956 | 956 |
hey CreativeWolf
|
2017-09-02
| 1,097 |
train
|
linuxnoob011
| 956 | 956 |
hi all. i'm having networking trouble with ubuntu and i'm hoping someone can help me out. i have connectivity over wifi, but ethernet does not work
|
2017-09-02
| 1,098 |
train
|
CreativeWolf
| 957 | 957 |
I'm trying to block USB Storage on a desktop - Tried adding blacklist usb_storage in /etc/modprobe.d/blacklist.conf and modprobe -r usb_storage in /etc/rc.local
|
2017-09-02
| 1,099 |
train
|
CreativeWolf
| 958 | 958 |
But still as a desktop user i'm able to mount USB
|
2017-09-02
| 1,100 |
train
|
CreativeWolf
| 958 | 958 |
Heya EriC^^ :)
|
2017-09-02
| 1,101 |
train
|
CreativeWolf
| 958 | 958 |
linuxnoob011, what happens with ethernet?
|
2017-09-02
| 1,102 |
train
|
linuxnoob011
| 959 | 959 |
so if i manage it through network manager, it's a giant mess--i don't even get an assigned IP address
|
2017-09-02
| 1,103 |
train
|
linuxnoob011
| 959 | 959 |
if i set it up to use a static address, i get the desired ip address, but only spotty connectivity--maybe it'll work for a few mins after reboot, but usually not
|
2017-09-02
| 1,104 |
train
|
EriC^^
| 959 | 959 |
CreativeWolf: try udevadm monitor and plug it in and see which ones it's using
|
2017-09-02
| 1,105 |
train
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.