/srv/irclogs.ubuntu.com/2017/09/22/#ubuntu.txt

tomreynxz: after the apt-get update you can run foreign_packages again and should get to see way less 'newer than version in archive' packages - i hope.00:00
xztomreyn: it still lists all packages (945), however they are all 'uptodate' now00:02
xztomreyn: and ia32-libs-multiarch says 'no available version in archive'. I think the whole 'multiarch' concept got reworked and it's implemented differently these days00:03
TJ-xz: sounds like a fresh install might be more effective!00:05
tomreynxz: yes that's right. you could just pirpe the output to "grep -v 'uptodate$' then00:05
xzTJ-: it's a Jenkins slave that's normally used for the project and I don't want to break everything. I'm talking about things like hostname, ip address, etc.00:07
xzTJ-: If I screw up the machine might as well be dead for weeks00:07
TJ-xz: yeah, I have a procedure for such things. I do a debootstrap minimal install into a chroot alongside the running OS, then I copy in just the config files under /etc/, then install the package that uses that so it's post-install script handles updating the config file. Moving over things like /etc/hosts and /etc/hostname and so on is really simple too.00:09
xzTJ-: also, that box has been around for a long time and I don't know exactly what's been run on it and what kind of configs/apps were used. It's a mess. Once I get a grasp of what's going on, I will try to do everything right way. For now I just want to keep status-quo and builds running + upgrade to 16.0400:11
xzTJ-: but I would be glad to learn your process, I would definitely want to use it one day00:12
xztomreyn: so I'm left with ia32-libs-multiarch, linux-image-3.2.0.60-generic and linux-image-3.2.0.69-generic00:12
xztomreyn: the -generic kernels come from desktop version, don't they?00:12
tomreynxz: by now they are identical for desktops and servers, i'm not sure whent his started00:13
xztomreyn: for ia32-libs I can install them eventually on 16.04 (or whatever is the package name on 16.04, I remember it's changed)00:13
xztomreyn: I think I'm ready for do-release-upgrade then00:14
tomreyni agree00:15
tomreynxz: https://askubuntu.com/questions/107230/what-happened-to-the-ia32-libs-package00:19
=== Amm0n| is now known as Amm0n
xztomreyn: yeah, I will fix these packages once I'm fully set on 16.0400:21
xztomreyn: as I understand first upgrade will take me to 14.0400:21
xzdo-release-upgrade listed 4 problematic packages, libkms1, libsnmp15, maas-provision and maas-provision-common00:22
=== KindTwo is now known as KindOne
tomreynxz: yes, it should upgrade to 14.04 first, then the next run should bringt you to 16.04. i'm not into the MAAS packages. libkms1 sounds like kernel mode switching, which is now default, you may no longer need it (there is no such package in 16.04). libsnmp15 is no more, there is now (16.04) libsnmp3000:28
tomreyn14,04 also has libsnmp3000:29
xztomreyn: I took note of all packages, will carry on the update. Once on 16.04 then I will make sure they have respective versions installed00:29
oerheksi would feel more safe doing a reinstall, and put data back from the backup.00:30
oerheksand much fster too00:30
tomreyni agree.00:30
neyderoerheks: I prefer a separated home, phy partition o LVM00:31
xzoerheks: yeah, but if I break stuff then other people cannot build00:31
tomreynxz: you may need to find out why libsnmp15 was installed. if there's unpackaged software on this system which depended on it, you'll need to (at the very least) rebuild it.00:31
xzoerheks: there are jenkins jobs that do 'sudo' stuff and other hacks00:31
oerhekshence the huge switch upstart > systemd00:31
xztomreyn: upgrade is already going, too late :00:32
xztomreyn: I have a gut feeling that libsnmp was for jenkins itself00:33
xztomreyn: as its listed as jenkins dependency00:34
CuriousMind_Can someone help me download wireshark for 16.04? I typed in "apt-get install wireshark" and it didn't work00:36
tomreynxz: i manage a system using jenkins from http://pkg.jenkins-ci.org/debian-stable on 16.04, it does not have this dependency.00:36
TJ-CuriousMind_: does the system have the "universe" repository pocket enabled?00:37
tomreynCuriousMind_: "did not work" is insufficient to analyze this issue. but i can guess that you need to add 'sudo' in front of this command line00:38
oerheks!info wireshark00:38
ubottuwireshark (source: wireshark): network traffic analyzer - meta-package. In component universe, is optional. Version 2.2.6+g32dac6a-2ubuntu0.17.04 (zesty), package size 5 kB, installed size 58 kB00:38
CuriousMind_TJ-: how can I check if the system has the universe repository pocket enabled?00:39
CuriousMind_tomreyn: Ok I understand one second00:40
CuriousMind_oerheks: thanks00:40
=== KindTwo is now known as KindOne
neyderCuriousMind_: software-properties-gtk00:40
xztomreyn: oh, the dependency I found was on how to set up jenkins for specific project. I will see after the update if anything breaks then.00:41
CuriousMind_neyder: typed it in00:41
neyderCuriousMind_: dash00:41
CuriousMind_neyder: what does this command do?00:41
neyderCuriousMind_: just look for software origins00:41
neyderCuriousMind_: I do alt+f2 to run that command00:42
CuriousMind_neyder: I enter the command in terminal and a window popped up00:42
CuriousMind_neyder: Ok I see00:42
CuriousMind_neyder: why is the purpose of this?00:42
neyderCuriousMind_: that right , now you can check if universe is enabled00:42
CuriousMind_neyder: Oh I see ok00:43
CuriousMind_neyder: I'm noob to linux so help please00:43
CuriousMind_neyder: there are 6 tabs within this window00:43
CuriousMind_neyder: ubuntu software, other software, updates, authentication, additional drivers, developer options00:44
neyderCuriousMind_: thats ok, the first ta, shows 4 checkbox, for main universe restricted multiverse, all should be enabled00:44
CuriousMind_neyder: that is correct, all the checkboxes are enabled. What about the fifth box which says source code?00:45
neyderCuriousMind_: it's not needed at all00:45
neyderCuriousMind_: so first back to terminal and first `sudo apt update`00:45
CuriousMind_neyder: I see and ok00:46
CuriousMind_neyder: and what does this do?00:46
neyderCuriousMind_: this *updates* the database of software repositories , and what software is available to install/upgrade00:47
CuriousMind_neyder: Ok I see00:48
clypanyone awake at this hour ?00:48
CuriousMind_neyder: so where is the database? What does it look like?00:48
neyderclyp: many00:48
clyp<neyder> last time I was in a chat room was back in the early 2000s on yahoo chat this brings back memories00:49
neyderCuriousMind_: forgot about that, apt is what you use to install/update/upgrade it work with that database00:49
=== Schnabel1 is now known as Schnabeltierchen
neyderclyp: so welcome00:50
clypthank you <neyder>00:50
clyphere hoping to get a little understanding on ubuntu00:50
CuriousMind_neyder: got it. Ok so the last sentence in the terminal says "136 packages can be upgraded. Run 'apt list --upgradable' to see them.00:51
clypstarted learning it in college and I had a little knowledge of it before hand but what he has us doing is straight forward but confusing00:51
Greeleyclyp, ask away most are willing to help00:51
CuriousMind_clyp: I can relate, I know the feeling00:51
clypI'm at a loss with changing permissions like i get that r is read and w is write and x is executable00:53
Greeleystarted learning Ubuntu of my own volition back in 2006, now I start a job as a sysAdmin on Monday.00:53
clyp<CuriousMind_> what is it you're doing with the package upgrader ?00:53
neyderCuriousMind_: so i think you can *upgrade* and install wireshark too00:53
clyp<Greeley> congrats that's good news00:53
CuriousMind_Greeley: nice, congrats00:54
neyderGreeley: hooray! \o/00:54
CuriousMind_clyp: I can't tell you. I am just following the instructions00:54
Greeleythanks guys ^.^00:54
CuriousMind_clyp: Oh, the purpose is to be able to install a software that I need00:54
CuriousMind_neyder: Ok so do the command again right? "apt-get install wireshark"?00:54
clypwould just be apt-get install <packagename>00:55
clypassuming you're in root00:55
clypif not sudo before the comamnd00:55
neyderCuriousMind_: run `sudo apt install wireshark` an then you should `sudo apt upgrade`00:55
CuriousMind_clyp: got it, thanks00:55
CuriousMind_neyder: got it, thanks00:55
clypis wireshark not for hacking wifi ?00:56
oerheksCuriousMind_, make sure you have a supported wifi chipset/driver https://wiki.wireshark.org/CaptureSetup/WLAN#Linux00:56
clyppretty sure that's built into Kali00:56
neyderis for network analyzing00:56
clypaaah00:56
aloo_shuGreeley #lopsa-lounge for you then. They used to have a better topic, a link to some blogpost along the ligns of "Are you working for a bdenign dictatorshi?" :)00:56
CuriousMind_I am using wireshark for my homework in computer networking, it's due tomorrow00:56
Bashing-omclyp: https://help.ubuntu.com/community/FilePermissions + https://wiki.archlinux.org/index.php/File_permissions_and_attributes . A good place to start .00:57
aloo_shu(typos galore)00:57
clyponly started my HNC a few weeks ago only began to start talking about nics00:57
CuriousMind_oerheks: I am sorry, what is it that you are telling me00:57
oerheksCuriousMind_, not all wifi devices / drivers support wireshark00:57
oerheksmonitor mode, that is00:58
CuriousMind_oerheks: ok I understand that00:58
Greeleyaloo_shu not sure currently I work at the airport but my new job seems pretty cool, always willing to do things differently if it works00:58
CuriousMind_oerheks: ok checking the website out now, thank you00:59
clyphow would i change the permissions for file.c to rw-rw-r-- and change permissions from file.data to rwxr----- ?00:59
aloo_shuGreeley don't give too much for my channel recommendation, there isn't even a link to lopsa homepage anymore. le00:59
TJ-clyp: see "man chmod" for the command details00:59
aloo_shuleague of prof. sys admins it stood for, 'case u want 2 google01:00
clypI was in there <TJ-> and it got me lost01:00
Greeleyfile.c you would chmod 664 and file.data 74001:00
clyp<Greeley> as cool as that sounds I dunno what you just said01:01
TJ-clyp: OK, well, there are 3 sets of 3 values. a set each for (u)ser, (g)roup, and (o)thers, and for each set three operations (r)read, (w)rite, and e(x)ecute01:01
clypyeah I get that <TJ->01:01
TJ-clyp: so for your first: "chmod u=rw,g=rw,o=r file.c"01:02
Greeleyso instead of using the rwx you can use numerical notation, first number is owner, than group, then other users01:02
clypaaaah01:02
CuriousMind_neyder: package configuration - "dumpcap can be installed in a way that allows members of the "wireshark" system group to capture packets...Should non-superusers be able to capture packets?"01:02
neyderprefer no01:02
neyderCuriousMind_: prefer no01:02
xztomreyn: I'm on 14.04.5 now! Upgraded and booted with no problems whatsoever01:02
CuriousMind_neyder: ok thank you01:02
TJ-clyp: but those r,w,x represent bits being set, so you could do "chmod 664 file.c" to achieve the same thing01:03
clypI dont get what chmod 664 file.c is01:03
TJ-clyp: because (r) = bit 2 = 4, (w) = bit 1 = 2, (o) = bit 0 = 101:03
iAnonGuyUbuntu 17.10 is moving to Wayland/GNOME 3, but can we upgrade and still keep Unity/X.Org without adding the other desktop env?01:04
neyderclyp: means rw-rw-r-- for your file01:04
TJ-clyp: the read-write-execute bitmap of 3 bits, and there's a map for each permission: user, group,others01:04
clypI feel stupid I know what you guys are saying but when I put it to terminal it makes no sense01:05
TJ-clyp: in neyder's example above, the 1st three positions are for user, the 2nd set of three for group, and the last three for 'others'01:05
clypyeah I get that <TJ->01:05
TJ-clyp: do some "ls -l" on directories and look at the various permissions files have01:05
oerheksiAnonGuy, no, wayland will be default01:05
neyderTJ-: r→4 | w→2 | x→101:06
TJ-clyp: executables will have the 'x' permission, directories use 'x' to indicate you can navigate through them (descend is the word often used)01:06
iAnonGuyAh okay.  Will have to switch to a different distro since my laptop goes from "wow, such performance!" to "well... this is unusable" with wayland01:06
CuriousMind_neyder: installed and upgraded01:06
TJ-neyder: right, that's what I said above01:06
clypwe haven't covered the executable side of things yet just the read and write I'm trying to learn01:06
oerheksiAnonGuy, good luck then, at some point they all will switch01:06
neyderCuriousMind_: run wireshark with sudo, or add your user to group wireshark01:07
iAnonGuyThere's always Windows 10 :-/01:07
clypI get what the r w and x are just dunno how to change the permissions that's all01:07
TJ-clyp: which brings you back to chmod :)01:07
neyderiAnonGuy: there will be always xubuntu lubuntu, just install (x/l)ubuntu-desktop and remove ubuntu-desktop01:08
Greeleyclyp, yep chmod is the command to "change mode"01:08
clypaaaah now I get you01:08
oerheksneyder, would that solve his wayland question ?01:09
CuriousMind_neyder: "sudo wireshark" to run the program?01:09
TJ-clyp: chmod and chown are often used together to change both permissions and ownership of files01:09
CuriousMind_neyder: can you teach me how to add my user to the group wireshark?01:09
neyderclyp: with chmod  r w x you use to add + or del - some especific permission , with number 644 yo put *that permission*01:09
clypI'm reading about chown right now but it's not said anything about chmod01:09
TJ-clyp: no, they're often used together but they do different operations01:10
neyderoerheks: wayland is default for ubuntu-desktop, lubuntu and xubuntu teams has its own agendas01:10
CuriousMind_oerheks: I am checking out this page about the drivers and stuff but I don't really understand a thing01:10
iAnonGuyi'll check that01:11
neyderCuriousMind_: yup run that, and you can check in config → users → groups to do that01:11
GreeleyCuriousMind_, usermod -G group username01:11
neyderclyp: chown changes owner not permissions01:11
CuriousMind_neyder: thank you very much, I appreciate the help01:11
CuriousMind_Greeley: thank you01:11
Greeleyno prob just make sure the G is capital01:12
clypchmod u+rwx file.c << like so ?01:12
CuriousMind_Greeley: will do.  By the way "usermod -G group <username>?" right?01:12
neyderclyp: yes, like that01:12
GreeleyCuriousmind_ yup so usermod -G wireshark username01:13
aloo_shuclyp something like this for taking it in in bits: http://it-ebooks.info/book/5690/01:13
clyp<neyder> see that's what I was trying to get01:13
CuriousMind_got it, thank you guys01:13
* neyder afk01:13
clyp<aloo_shu> it says buy but there is no price01:14
clyp£25 from amazon I'm sure we get this material free in our course01:15
aloo_shuno download?01:15
clypnope purchase only01:15
aloo_shuthings change..01:15
aloo_shuI have v.2 as pdf01:15
Greeleyit's probably free somewhere, allegedly01:15
clypDownloading is temporarily unavailable!01:16
oaulakhanyone know why this error http://paste.ubuntu.com/25589670/01:16
CuriousMind_usermod: group 'wireshark' does not exist01:17
Greeleyoaulakh, you don't have node in your path01:17
CuriousMind_this is after I did usermod -G wireshark username01:17
oaulakhhow to do it?01:18
clyp<aloo_shu> you can ddownload the pdf free here.... ( http://inf.ocs.ku.ac.th/Download/Wiley.Linux.Command.Line.and.Shell.Scripting.Bible.May.2008.pdf )01:18
oaulakhGreeley, how can i do it?01:18
Greeleyyou can create a symlink using this "ls -s /usr/bin/nodejs /usr/bin/node01:19
CuriousMind_I did "sudo wireshark" and the program opened but I got an error01:19
Greeleyignore that01:19
Greeleyoaulakh "ln -s /usr/bin/nodejs /usr/bin/node"01:19
oerheksclyp,  please do not post illegal stuff here01:19
clyp<oerheks> sorry I didn't know it was illegal01:20
Greeleyclyp, it's piracy my dude01:20
oaulakhGreeley, thanks bro!01:20
Greeleyoaulakh, no problem01:20
clypits on a free academic website though01:20
Greeleyclyp, no way for us to know you posted the direct download link.01:21
clypsorry I'll watch what I post01:22
aloo_shuclyp try it then, it is a good reference. I have 2nd edition already01:22
oerheksaloo_shu, you too, don't post.01:22
clyp<aloo_shu> I'm having a read through it just now seems a bit advanced for what I'm studying just now01:22
aloo_shuillegality was probably what forced the domain I linked to to change01:22
CuriousMind_A window which says "  Lua: Error during loading: [string "/usr/share/wireshark/init.lua":44: dofile has been disabled due to running Wireshark as superuser. See https://wiki.wireshark.org/ CaptureSetup/CapturePriviliges for help in running Wireshark as an unprivileged user.  "01:23
iAnonGuyany potential problems with conflicts (headers/libraries) installing clang/llvm/lldb on a box with gcc installed?01:23
CuriousMind_That is my error after I ran "sudo wireshark" for the first time01:23
CuriousMind_I'm going to check out the website as it says01:23
clyp<CuriousMind_> try just typing wireshark without sudo01:23
CuriousMind_clyp: ok so close wireshark, go to terminal and type wireshark w/o sudo?01:25
clypyeah01:25
clypmight not do a thing but worth a try01:25
clypI've never really used sudo alwas done installations straight from root01:25
clypalways*01:26
CuriousMind_clyp: Ok so I got something in terminal which says...01:26
Greeleyit's not considered safe you can use sudo -i to get an elevated terminal01:26
aloo_shuclyp I think I see what you want to do and why permissions matter. Read the instructions for wireshark. It wants a very peculiar setup to run01:27
Schnabeltiercheni tried to write myself an init.d script but i think i have an error... https://nopaste.linux-dev.org/?1161917 may someone have a look at it?01:27
crepinjonesCuriousMind_: i get same error, just ignore it. use sudo wireshark to start01:27
CuriousMind_clyp: This is said in red "  Void DBusMenuExporterPrivate::addAction(QAction*, int): Already tracking action"" under id 190  "01:28
clyp<aloo_shu> I'm sure I'll get around to that as the course progresses01:28
CuriousMind_clyp: This is said in red "  Void DBusMenuExporterPrivate::addAction(QAction*, int): Already tracking action"" under id 191  "01:28
CuriousMind_crepinjones: Ok thank you01:28
CuriousMind_clyp: Oh you use wireshark too?01:28
aloo_shuclyp as far as I remember, there are two parts of the program, and running one with and another one without root privileges is considered te safest. one part will refuse running if wrongly configured, I think the part that should *not* be run as root. the details are on wireshark-s website01:29
clypmaybe ./wireshark then ?01:29
Greeleyaloo_shu, clyp isn't the one trying to run wireshark it's curiousmind_01:29
CuriousMind_I'm going to start using wireshark, I appreciate the help01:31
clyp<CuriousMind_> have a read at this... ( https://wiki.wireshark.org/CaptureSetup/CapturePrivileges ) this should help you out01:31
aloo_shuoh, I got confused then. so Greely , somebody tell CuriousMind then, I am out, not my most concentrated day01:31
CuriousMind_clyp: I don't know if I will understand it, but I'll try to take a look at it. Thanks01:31
Greeleyaloo_shu I think everything is sorted chatroom got messy01:33
clypsee how mkdir dir1 dir2 dir3 creates 3 directories is there an easy way to move 3 directories to the 1 with a similar command ?01:34
clypi know that mvdir1 would move directory 101:35
clypsorry for all the beginner questions here01:35
smmfor tmp in dir1 dir2 dir3; do mv $tmp destdir; done01:36
clypthanks <smm>01:36
Greeleyclyp, you can also use mv -v dir1 dir2 /path/to/destination01:37
clypverbose01:37
clypI remember verbose from the old windows dos prompt01:38
Greeleyyeah just to be sure ;)01:38
CuriousMind_clyp: Ok so I am reading this and from what I understand...I need to run wireshark on an account which can capture01:39
CuriousMind_clyp: I am looking at the "GNU/Linux distributions" section01:39
clypI seen that <CuriousMind> not 100% sure what that means01:39
CuriousMind_clyp: I don't understand but I am trying to. As far as I am concerned, I believe that I could use the software now01:40
clypwithout error ?01:41
CuriousMind_clyp: Didn't try yet, one second01:42
GreeleyCuriousMind_, it's strongly advised to capture packets as root and analyze logs as a regular user01:42
CuriousMind_Greeley: I have no idea how to do that, I need help01:43
CuriousMind_I can't click capture in wireshark, it is not working01:43
CuriousMind_"usermod -G group username" isn't working for me01:43
GreeleyI'm not sure how to use wireshark either honestly,  what exactly are you trying to do with it?01:44
CuriousMind_Wireshark - Can't open recent file "/home/julius/.config/wireshark/recent": Permission denied.01:45
CuriousMind_Greeley: It's for my homework01:45
GreeleycuriousMind_ how late are you staying up I'm on mobile now and won't be home for around 2 hours01:46
Greeleycuriousmind_ but if you planned on staying up I'd be more than willing to help you01:46
CuriousMind_Greeley: I am going to stay up all night I think because I gotta get this homework done01:47
CuriousMind_Greeley: I really appreciate that you are willing to help me01:47
Greeleycuriousmind_ alright for now try "chmod -R 777 /home/Julius/.config/wireshark/recent"01:48
Greeleyand try to open it again01:48
CuriousMind_Greeley: Ok I have two questions01:48
Greeleysure01:49
CuriousMind_Greeley: one, what does the command do?01:49
CuriousMind_Greeley: Two, how do you know my name lol? Did I say it?01:49
aloo_shuCuriousMind Greely I break my word and jump into the middle of the conversation again: from symptoms it looks like wireshark, against recommendation, was doing it's firstrun as root and hence has established the config files in the home directory as owned by root. now, when attempting to run it correctly, it cannot opn the config file01:49
Greeleythe command will change the permissions of the recent file to read write execute for all users01:49
Greeleyno curious lol you posted the error with your name in it01:49
CuriousMind_Greeley: LOL ok I am sorry01:50
Greeleyand correct aloo_shu it was run as root first time01:50
CuriousMind_Greeley: I am so foolish, ok back to the terminal. One second01:50
Greeleyyou may need to sudo that command, CuriousMind_ if it doesn't work instead of retyping it just run "sudo !!"01:51
Greeleysudo !! runs the previously run command as root01:51
clypI feel his pain01:52
clypI really do lol01:52
Greeleyif only you guys used Ubuntu without systemd I'm probably one of the few who likes systemd01:52
Greeleysysvinit was a pain01:53
clypgetting int chmod and chown now theres rhood01:53
CuriousMind_Greeley: Ok one second01:53
aloo_shuIt would probably be wisest to delete/rename/move elsewhere the config files and dir of wireshark to force it to write them afresh01:53
CuriousMind_Greeley: cannot access01:53
CuriousMind_Greeley: no such file or directory01:53
Greeleymind walking home through that aloo_shu have to go fuel a plane01:54
Greeleyhim* not home01:54
CuriousMind_Greeley: What should I do now? It doesn't work01:56
clyphes off fueling a plane01:57
aloo_shucd /homejulius/.config; mv wireshark wireback01:57
CuriousMind_oh ok no problem01:57
=== gr33n7007h is now known as al2o3-cr
CuriousMind_aloo_shu: ok thanks01:57
aloo_shuand start wireshark again. my 2ct01:57
=== clyp is now known as shug
shugmy name is registered01:58
shugsomeone registered my name :(01:58
CuriousMind_aloo_shu: wait it worked01:58
aloo_shuhooray01:59
CuriousMind_aloo_shu: "sudo chmod -R 777 /home/julius/.config/wireshark/recent" I changed the j to lowercase01:59
CuriousMind_aloo_shu: I typed that in and nothing appears after it in the terminal01:59
shugI really need to understand this chmod with the numbers after it02:00
CuriousMind_aloo_shu: Should I still follow the commands that you just gave me?02:00
shugtry it 1st02:00
CuriousMind_shug are you talking to me?02:00
shugyeah02:00
CuriousMind_shug: ok no problem02:00
shugif it works without using the commands <aloo_shu> gave you then no need02:00
Greeleyplane got pushed back 7 minutes I assume shug is clyp?02:00
shugif not02:00
shugrevert back to the commands  posted02:01
shugyeah02:01
aloo_shuCuriousMind no terminal output means the command executed without error. Can you start wireshark now02:01
CuriousMind_ok one second02:01
shug<< my real name02:01
CuriousMind_aloo_shu: sure02:01
shugI'm too old for "internet handles" feels strange02:01
CuriousMind_aloo_shu: This is said in red "  Void DBusMenuExporterPrivate::addAction(QAction*, int): Already tracking action"" under id 190  "02:02
CuriousMind_shug: and "  Void DBusMenuExporterPrivate::addAction(QAction*, int): Already tracking action"" under id 191  " in terminal02:02
Greeleyshug, I've had Greeley for who knows how long.02:02
shugI've had clip since msn chat rooms and yahoo chat rooms back in 199602:03
shugclyp*02:03
shughad the email clyp@hotmail.com and some spaniard hacked it and microsoft wont give it back02:04
bazhang!ot | shug02:04
ubottushug: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!02:04
bazhanglets get back to strictly topical here02:04
shugwhat happened there ^^02:04
TobaIt's a bot, explaining the rules of the channel.02:04
Tobabazhang triggered it, and he's right.02:05
aloo_shuCuriousMind normal desktop users start programs through the menu. if you start them from a terminal, the program will output lines about what it is doing, errors that are not so important, etc., to the same terminal. The02:05
bazhangshug this is not the chit chat chennel02:05
shugkeep it ubuntu or leave ?02:05
CuriousMind_I still can't capture02:05
bazhangshug keep it strictly topical02:05
shugme and <Greeley> were on the topic of internet handles02:06
shugI get what you mean and I will keep it topical02:06
bazhangshug which has no bearing on ubuntu support whatsoever02:06
shugI know02:06
shugapologies02:06
shugchown changes the ownership to files ?02:08
shugchmod allows modification02:08
CuriousMind_shug: Sorry?02:09
CuriousMind_I am watching this video to help me through the process. I am at 1:17 https://www.youtube.com/watch?v=VcLrcnx8umM02:10
aloo_shuCuriousMind did you follow the flow outlined at wiki.wireshark.org/CaptureSetup ? if yes, my ne apart from the capture program itself needing privileges, your wifi adaper may need some preparation or not even be able to capture, depending on capture mode.02:10
shug<CuriousMind> I have to keep it topical so as I was reading through my sheets I was making sure I had the right understanding of chmod and chown02:10
CuriousMind_aloo_shu: No I don't think so02:12
CuriousMind_aloo_shu: Ok so under "Setting network privileges for dumpcap if your kernel and file system support file capabilities"02:13
aloo_shuwhat are the instructions for that case ? probably they are the right ones02:15
geigerCounterHello! I need some assistance upgrading from 14.04 LTS to 16.04 LTS via terminal for my ubuntu server02:17
CuriousMind_aloo_shu: 1. Ensure that you have installed the necessary tools, such as the setcap command.02:18
CuriousMind_2. setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' /usr/sbin/dumpcap (NOTE: Replace /usr/sbin with /usr/bin in case you receive an error that indicates that dumpcap isn't in /usr/sbin)02:18
sourceslayerHey, I have an older computer running ubuntu and I can't seem to remember the password, how do I get in?02:18
sourceslayerI didn't encrypt the harddrive.02:18
geigerCounterThe guides I found are only for doing so by the graphical tools and I'd rather not have to install a bunch of libraries I don't need and forwarding X over the open internet. ( Even though I'd be doing so with ssh. )02:19
aloo_shuCuriousMind setcap should have come with installing through package manager, the way to make sure is02:19
aloo_shuwhereis setcap02:19
Bashing-omsourceslayer: You do not : Here are easy instructions to reset your password in Ubuntu: http://www.psychocats.net/ubuntu/resetpassword .02:20
aloo_shusorry dumpcap , not setcap (confused)02:20
sourceslayerBashing-om: Thank you02:20
=== NickG365_ is now known as NickG365
CuriousMind_aloo_shu: I did something different just now02:21
Bashing-omsourceslayer: :)02:21
aloo_shuCuriousMind so whereis dumpcap will tell you if dumpcap is installed02:21
CuriousMind_aloo_shu: ok, one second. Before I do that, I did these commands02:23
CuriousMind_aloo_shu: aloo_shu: I did "sudo dpkg-configure wireshark-common" -> a window pops up and I select YES, then I did "sudo adduser $USER wireshark"02:24
CuriousMind_aloo_shu: following this https://www.youtube.com/watch?v=VcLrcnx8umM, 1:1702:24
CuriousMind_aloo_shu: I did "whereis dumpcap" and I got /usr/bin/dumpcap /usr/share/man/man1/dumpcap.1.gz02:26
sourceslayerBashing-om: I get "Authentication token manipulation error"02:27
aloo_shuthe first is the path to the dumpcap binary, which you need to know if you want to change its permissions. The second is dumpcaps manpage. type 'man man' to learn what that means, 'man whereis' if you need to learn what that particular command did..02:28
aloo_shubut hopefully and probably all is solved by now02:29
CuriousMind_aloo_shu: Ok I see, thank you. One second please02:30
CuriousMind_aloo_shu: I'm going to get some food be right back02:30
aloo_shuCuriousMind it's late for me, so I wont promise to stay02:31
Bashing-omsourceslayer: At what point ? booted in recovery mode, and have reset / to read-write ?02:31
sourceslayerBashing-om: Apparently it was booted in read-only, so I ran "mount -o remount,rw /" and apparently it worked02:34
Bashing-omsourceslayer: :) .02:35
xztomreyn: I have Ubuntu 16.04.3 - it booted02:35
sourceslayerBashing-om: Thanks a lot, oodnight02:42
sourceslayergoodnight02:42
Bashing-omsourceslayer: NP .  Later .02:44
CuriousMind_aloo_shu: I am back02:56
aloo_shuCuriousMind and I'm still not in bed. but all works for you now, doesn't it?02:57
CuriousMind_aloo_shu: I can capture packets now!02:59
aloo_shuyour neigbours are doomed03:00
CuriousMind_aloo_shu: I don't understand03:00
CuriousMind_aloo_shu: I clicked on "enpos3", I don't know what that is03:02
aloo_shuCuriousMind bad joke. arguably, a good part of the folks using like wireshark, do so with the intention of03:03
CuriousMind_aloo_shu: i dont care what other people do, not my business03:04
aloo_shueventually being able to log onto their neighbous' wlans03:04
aloo_shuand shouldn't be mine, neither, agreed03:05
CuriousMind_aloo_shu: that's wrong, I shall respect people's privacy. I am here to learn what I need to learn, that is it03:05
CuriousMind_aloo_shu: i understand what you mean though03:06
aloo_shulet's rectify: speculate on otherfolks intentions is what I coukld as well live without03:07
CuriousMind_aloo_shu: no, it is good to see into the motives of others. That is good, that is healthy03:07
CuriousMind_aloo_shu: at least that is how I function. If you don't see through people, you'll become their victim. Helping evil, etc03:08
aloo_shuseeing yes, - as opposed to speculating :)03:08
CuriousMind_ok let me stop, not trying to sound like a preacher. Back to wireshark03:08
CuriousMind_aloo_shu: right03:08
aloo_shuenpos3 is chinese to me, too03:09
CuriousMind_aloo_shu: I see03:09
bazhangaloo_shu, it's the new naming convention since systemd for NIC03:10
Greeleycuriousmind_ still here?03:12
aloo_shuCuriousMind is, Greeley03:13
CuriousMind_Greeley: yes, I am here03:13
CuriousMind_Greeley: I went to get something to eat, I am back03:13
Muyfrethow many people test and review the last dev's submitted update to a package03:13
GreeleyCuriousMind_ everything working for you?03:14
CuriousMind_Greeley: yes sir, thanks for asking. Now I gotta learn what this wireshark thing is all about03:14
CuriousMind_Greeley:  aloo_shu was telling me how I'll be able to get LAN passwords from neighbors and stuff and I told aloo_shu that I didn't care cause that's not my business03:15
GreeleyCuriousMind_ good stuff! I'll spin up a vm and check it out03:15
CuriousMind_Greeley: ok cool :)03:15
GreeleyCuriousMind_ it's only fun if you make sure to let your neighbors know their network is vulnerable ( and ask permission first)03:15
CuriousMind_Greeley: fair enough, but still I haven't even thought about that. I don't know what this wireshark thing is about or the capabilities03:16
aloo_shuerrrh I limited myself to saying 'your neighbours are doomed' when you said you can capture now..03:16
Muyfretsource/destination ips, ports, and protocol information. and the actual bytes of packets. but only those between where wireshark is installed that arrive/leave from where wireshark is installed to elsewhere.03:17
Greeleyaloo_shu no biggy I doubt many in here are criminals if any03:17
CuriousMind_Muyfret: I see03:18
Muyfretdoes anyone know if the big-name packages like ntp, thunderbird, and samba are double checked before pushing out a dev's latest update03:18
CuriousMind_Muyfret: Ok I have a question03:19
MuyfretCuriousMind what?03:19
CuriousMind_Muyfret: I remember one time a teacher had said to go to the browser and search a website then info started coming in wireshark03:19
CuriousMind_Can you explain that03:20
aloo_shuCuriousMind so what actually *is* your outlook to wireshark?03:20
CuriousMind_aloo_shu: It is a software used to capture packets on a network?03:20
Muyfretif you capture from your network interface in use to do the search, then yes you'll see information related to the search. but if https is in use it will be encrypted03:20
CuriousMind_Muyfret: Oh right I see. I am trying to think of the OSI model and how the NIC is the data link layer I think03:21
CuriousMind_or is it the physical layer? I don't remember. I'm trying to make sense of all of this while referencing class notes03:22
aloo_shuBut still you could see *some* info if capturing other traffic, like headers, comtrol protocol03:22
CuriousMind_I see aloo_shu03:23
CuriousMind_Ok another question so03:23
CuriousMind_in wireshark, each line is each transmission or is it each packet?03:24
CuriousMind_I am trying to understand03:24
aloo_shuwireshark could allow you to follow how one layer is encapsulated in an other, to some extent03:24
CuriousMind_aloo_shu: I see03:24
aloo_shuand then it depends which window. I think you can open one for packecets, try clicking a line03:25
CuriousMind_aloo_shu: ok sure03:27
aloo_shuthe nifty part is that you can filter what you are shown, and have tools to make sense of many protocols that otherwise you would just see raw bytes of03:27
CuriousMind_Greeley: Are you up yet Greeley?03:27
GreeleyCuriousMind_ nope got distracted lol one minute03:28
CuriousMind_aloo_shu: I see03:28
CuriousMind_Greeley: no prob03:28
GreeleyCuriousMind_ guess I disabled VT-x in bios brb03:28
aloo_shuone thing you could do in monitor or promiscuous mode, is following the handshake when e.g. your phone is connecting to your router03:29
CuriousMind_aloo_shu: uhhh03:31
CuriousMind_aloo_shu: Ok so search something on my phone, wireshark will pick it up, then I'll be able to look at the packets?03:31
aloo_shuyes, you will, but you will not be able to make anything of them, because most likely the higher layer is encrypted with wpa2 or what your router uses03:33
aloo_shuthat is precisely *why* it is encrypted03:33
CuriousMind_aloo_shu: I see03:34
CuriousMind_aloo_shu: yes I see, I have seen wpa2 on a router before but I never knew what that was03:34
aloo_shu\03:35
aloo_shuplus, the packet itself might be doubly encrypted, becouse your connection over the internet is ssl encrypted, i.e. you're loading a https site03:35
CuriousMind_aloo_shu: I see03:35
CuriousMind_aloo_shu: two questions03:36
CuriousMind_aloo_shu: one, these protocols are just pieces of code which have their designated purposes in this whole web thing like the OSI model03:36
aloo_shumind you, I barely know enough about tcp/ip and layers to throw around a few words03:37
CuriousMind_yes I see03:37
CuriousMind_aloo_shu: two, can you explain the whole encryption thing? So I won't be able to read certain info in the packet? Is that what the encryption does03:38
aloo_shua protocol isn't code, I'd say. a protocal defines how data is getting formatted, e.g. first two bytes: tell length of packet, byt 3 and 4: some header, jus an example. if both sides use the same protocol, the information is understood03:39
CuriousMind_aloo_shu: Ah I see, I understand03:40
CuriousMind_aloo_shu: Yeah that makes sense. A protocol is a standard, it is making sense in my mind a little03:41
aloo_shuthere are protocols on how to agree on a protocol, since both ends do not necessarily know that at the start03:41
Greeleyalright CuriousMind_ I'm setup with wireshark installed, what are we doing here?03:41
CuriousMind_aloo_shu: yes I heard about such things03:41
CuriousMind_Greeley: you lead, I don't know. I am trying to learn03:42
CuriousMind_Greeley: You said we can connect right?03:42
GreeleycuriousMind_ what do you mean connect? and you said it was  homework so I assume you have some task03:42
CuriousMind_Greeley: Oh right. Ok I'll show you my homework, one second please03:43
aloo_shuGreely, I am trying to give CuriousMind a primer for what appears to be his homework. As soon as serious support is going on here, I'm ready to move to #ubuntu-offtopic03:43
CuriousMind_aloo_shu: aw don't leave us :(03:44
CuriousMind_I'm trying to upload this microsoft word file so you guys can see03:45
aloo_shuaaaargh, you would *also* join channel #ubuntu-offtopic, and we could continue without annoying, if that were the case03:45
CuriousMind_I didn't even start yet and this wireshark took hours to install03:45
CuriousMind_it's due tomorrow or in 15 minutes03:45
aloo_shupaste.ubuntu.com is easier03:47
CuriousMind_aloo_shu: thank you, one second03:47
CuriousMind_I was doing google drive03:47
CuriousMind_aloo_shu: Greeley http://paste.ubuntu.com/25590311/03:49
CuriousMind_There was an image but it couldn't go in03:49
CuriousMind_An image from the word document03:49
aloo_shuanyway, two: let's try this: you have a book, you can see the page numbers, but the letters of the text are garbled-you cannot read them, unless you have a key: an a stands for a t, an i means a u, etc. this is over-over-over simplified for what encryption means03:50
ktongahey people, name resolution with default config is not always working and i was hoping somebody here could help me03:50
ktongawith default config nslookup doesn't work, resolv.conf has nameserver 127.0.1.1 but dnsmasq is not running03:51
Greeleywow broke my kubuntu install in record time03:51
ktongaif i configure dns=dnsmasq in NetworkManager.conf it is started and nslookup works03:52
aloo_shuCuriousMind, please type the following: /join #ubuntu-offtopic . see you there03:52
ktongabut then when i connect to a VPN name resolution for the vpn doesnt work, but it does for default config03:52
CuriousMind_aloo_shu: ok03:53
ktongais therer any recommended config so that nslookup and vpn work both at the same time? :)03:53
swift110-phonehey04:01
* MrHooper knocks on the window.05:57
MrHooperguess everybody is sleeping05:57
=== juboxi is now known as jubo2
Matsu_Any way to increase partition size without a live usb or dual boot06:36
hateballMatsu_: resize2fs06:36
hateballwait, partition size, or the filesystem size?06:37
Matsu_I mean like06:37
hateballprobably need more details here06:37
Matsu_I want to increase my /06:37
Matsu_So I had a dual boot and ended up making the root partition way too small. Not I formatted my other OS from the dual boot and want to put that size into use with my / partition06:37
Matsu_But it has to be mounted because it's the only os on the machine06:38
Matsu_So I can't unmount the same partition that would do the resizing06:38
Matsu_Or can i06:38
hateballWell there is 'growpart' but I've never used that06:40
hateballYou'd need to reboot anyhow as I understand it06:40
Matsu_Yeah06:41
Matsu_Maybe I'll wait a couple of days so I get my live usb back06:41
hateballThere's also resizepart, but I havent used that on a live thing either06:42
hateballit should be possible with "partresize /dev/sda 1 && resize2fs /dev/sda1" assuming that's the partition you want to change06:44
hateballbut that will also just gobble up all available adjacent space to the partition06:44
hateballlivebooting and using something like gparted is nicer imo :D06:45
Matsu_yeah06:48
Matsu_I'll just wait until I get my usb back then06:48
aibraspi-config seems to use parted and resize2fs: https://github.com/RPi-Distro/raspi-config/blob/master/raspi-config#L11206:52
=== kostkon_ is now known as kostkon
=== r0Oter is now known as r00ter
=== jamie_2 is now known as jamie_1
=== rax-Y is now known as rax-
majaany one recomend a good graphical sql work bench that connects with m$sql ?08:35
kristhiantry adminer08:35
keepguessingI am running into this screen https://i.stack.imgur.com/AiwJH.png08:41
keepguessingand then see black screen.08:42
EriC^^keepguessing: do you get anything if you press ctrl+alt+f1 or f2?08:48
peetfrom where08:49
majakristhian: danki :)08:50
keepguessing@Eric08:54
keepguessingSorry I am using adium client right now to connect to irc. I am not used to it.08:54
keepguessing@EriC^^ I cannot do the keys you mentioned. In a VM and the keyboard is not getting detected cleanly.08:55
EriC^^keepguessing: try right-ctrl + f208:56
keepguessing@EriC^^ I am on mac.08:56
keepguessingok ctrl alt f1 helped08:56
keepguessingi am on a prompt08:57
keepguessingEriC^^: ^^^^08:57
EriC^^keepguessing: ok, is this a virtualbox vm?08:59
kristhianwhat's a danki?08:59
EriC^^kristhian: i think it's thank you in german09:00
kristhianaw09:00
kristhianok09:00
keepguessingEriC^^: I was about to reach the shell09:00
kristhiannp09:00
keepguessingEriC^^: its a Fusion vm09:00
CuriousMind_why can't I press options for wireshark in ubuntu?09:01
EriC^^keepguessing: ok, is there some sort of guest additions iso you can "insert" ?09:01
EriC^^keepguessing: also, run "cat /var/log/Xorg.0.log | nc termbin.com 9999" in the shell09:02
keepguessingEriC^^:  http://termbin.com/yf2v09:04
keepguessing@EriC^^ what do you mean by guest edition iso?09:05
keepguessinglike a live cd?09:05
EriC^^keepguessing: no, virtualbox has a virtualcd you can insert that has the graphics drivers and whatnot09:06
keepguessing@EriC^^ yes fusion has a virtual cdrom09:06
EriC^^keepguessing: ok, did you run the current one from the recovery option in grub?09:06
keepguessing@EriC^^ plus I have network on this promt, I can dowload the drivers right?09:07
keepguessing@EriC^^ yes09:07
keepguessingusing the ctrl alt f109:07
EriC^^keepguessing: ok, try going in vmware to system > administration > hardware drivers09:08
EriC^^keepguessing: ok, apparently this package should have the driver, xserver-xorg-video-vmware09:10
EriC^^keepguessing: try "dpkg -l xserver-xorg-video-vmware"09:10
keepguessingok trying to install.09:14
keepguessing@EriC^^ thanks it worked09:15
EriC^^keepguessing: great, no problem09:17
CuriousMind_can someone help me with my homework? I am using wireshark in a virtual box that is running ubuntu 16.0409:28
keepguessingEriC^^: can you enlighten me how you figured it out?09:33
EriC^^keepguessing: i searched on google about the graphics and vmware and ubuntu not working09:34
EriC^^:)09:35
keepguessingEriC^^: ah okies thanks.09:37
EriC^^keepguessing: no problem :)09:37
PromilleHi! My Lenovo Thinkpad T410 running 16.04 freezes sporadically, and doesn't recover until i restart it. Anyone have any idea what coud cause this, or what log files to examine?09:55
Promillecould*09:56
EriC^^Promille: take a look at /var/log/syslog09:56
EriC^^!sysrq | Promille might come in handy when it freezes09:56
ubottuPromille might come in handy when it freezes: In an emergency, you may be able to shutdown cleanly and reboot by holding down Alt+PrintScreen and typing slowly, in succession, R, E, I, S, U and B. For an explanation, see http://en.wikipedia.org/wiki/Magic_SysRq_key09:56
PromilleEriC^^: thank you. im looking at it now. anything particular to look for?09:56
Ben64needs to be enabled for those to work09:56
EriC^^Promille: look for any line with error or "call trace"09:56
EriC^^Ben64: the s and u and b are enabled by default09:57
EriC^^sync unmount and remount read only and reboot09:57
Ben64all the good ones are disabled09:57
PromilleEriC^^: thank you09:58
EriC^^those are the good ones, what are the first i forget09:58
EriC^^Promille: no problem09:58
Ben64i think those are disabled too09:58
EriC^^no i mean the last 3 are the good ones, i think the first ones just disable peripherals or something09:59
EriC^^ah, r changes the keyboard to xlate mode, e and i are pretty useful, send sigterm and sigkill to all running processes10:00
Ben64"b" isn't working here10:00
EriC^^wonder why they disable the first 310:01
Ben64could be abused i guess10:01
EriC^^yeah, but the last 3 are worse abusive-wise, especially the b10:02
Ben64b doesn't work either :D10:02
EriC^^works here10:02
Ben64might be my laptop's keyboard just being bad then10:03
Ben64i know it'd work on this computer since i re-enabled all of the sysrq keys10:03
Promillehttp://paste.ubuntu.com/25591546/ Regarding my freeze problem on 16.04. I will very much appriciate it if someone could take a quick look at a snippet of the syslog. For instance, I get quite few "valid eCryptfs headers not found in file header region [...]", but that's after I've restarted.10:07
Promille!sysre10:07
Promille!sysrq10:07
ubottuIn an emergency, you may be able to shutdown cleanly and reboot by holding down Alt+PrintScreen and typing slowly, in succession, R, E, I, S, U and B. For an explanation, see http://en.wikipedia.org/wiki/Magic_SysRq_key10:07
=== KindTwo is now known as KindOne
c06hi all anyone experience with haproxy and keepalive i need some suggestion regarding initial setup10:13
c06how many interface or network we need to make this10:14
EriC^^Promille: i dont see anything out of the ordinary in it10:14
EriC^^Promille: could you upload the entire log? (check the size with ls -lh /var/log/syslog and if it's not too big run "cat /var/log/syslog | nc termbin.com 9999"10:15
EriC^^Promille: also, take a look at ~/.xsession-errors for clues10:16
PromilleEriC^^: Thank you. Is it ok I PM you the termbin-link?10:19
EriC^^Promille: you can share it here, there shouldn't be anything delicate in it10:21
PromilleEriC^^: All right! http://termbin.com/zqxr10:21
EriC^^Promille: i think that's only the last 20 mins of using the pc10:28
EriC^^Promille: perhaps /var/log/syslog.1 has info when the pc froze10:29
PromilleYou're right, sorry. Here's from september 12th (syslog.1).  http://termbin.com/04j710:32
PromilleEriC^^:10:32
gde33is there some way to automatically close applications when the resources run out. I'm getting kinda bored with waiting for 30 min for file menues and x buttons to respond.10:33
gde33ideally I could specify which applications to get rid of when the destop freezes over.10:35
bazhanggde33, x-kill10:35
BluesKajHey folks10:35
gde33bazhang: how to use that?10:35
bazhanggde33, typed in terminal, creats a small cross10:35
EriC^^Promille: nothing stands out, try "zgrep -C10 -Ei "call trace|segmentation" /var/log/syslog.*.gz | nc termbin.com 9999"10:36
EriC^^gde33: bazhang it's "xkill" no?10:37
gde33bazhang: then just click windows with it?10:37
bazhanggde33, yes10:37
gde33I would prefer if it just stuck to the system boundaries10:38
gde33is there any way for applications to behave themselves when the system is frozen?10:39
gde33I mean, programatically10:40
bazhanggde33, bug testing10:40
gde33it seem so noobish to have a dozen things decide to start doing resource heavy things all at the same time10:41
bazhanggo through each scenario, try to repeat it10:41
gde33is there a way to have x-kill as a button on the top toolbar?10:41
PromilleEriC^^: http://termbin.com/hs0c . It only appears to happen when i update my system (sudo apt-get update && sudo apt-get dist-upgrade). Could that be an indication of anything?10:43
EriC^^Promille: aha, could you upload the whole log? "zcat /var/log/syslog.2.gz | nc termbin.com 9999"10:49
PromilleEriC^^: That command did not return any termbin-link.10:50
EriC^^Promille: you're saying while the command is running it happens?10:50
PromilleEriC^^: Yes.10:51
EriC^^Promille: ok try "cat /var/log/apt/term.log | nc termbin.com 9999"10:51
PromilleEriC^^: Now it did :) http://termbin.com/5k7610:51
PromilleEriC^^: And heres for the /cat/var/... command http://termbin.com/bibm10:52
gde33oh there seem to be a lot of ideas in this area and lots of scripts. Are non of these worth including in ubuntu?10:52
gde33its like roads, you can put so many cars on it and it will work. Exceed the maximum and the whole thing grinds down to a halt.10:54
EriC^^Promille: no dist-upgrades in that log unfortunately, try "zcat /var/log/apt/term.log.1.gz | nc termbin.com 9999"10:56
PromilleEriC^^: I will be home in 20-30 mins (at a cafe now and have to run unfortunately). OK we pick it up from there? And thanks alot for all the help!10:56
krzyzaqhello10:57
EriC^^Promille: ok, no problem10:57
krzyzaqI've a problem with script11:02
EriC^^!ask | krzyzaq11:03
ubottukrzyzaq: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience11:03
krzyzaqhttps://gist.github.com/krzyzaq/01ca13febd9924dd149c06046d7e27d511:03
krzyzaqthe diff command doesn't return that the files are equal11:04
yeeveI'm struggling to update my DNS servers on 17.04. I tried setting them via the NetworkManager but they don't seem to be applied. Am I missing something?11:04
yeeveI'm confirming the change using this `nmcli -t -f IP4.DNS device show enp8s0`11:04
krzyzaqbut they are equal11:05
EriC^^krzyzaq: if no one knows here try asking in #bash11:05
misppanyone knows if pipewire will be included in followup releases of ubuntu? (asking because of wayland remoting)11:12
EdizHello, I'm trying to set up opendkim with sendmail to sign emails11:13
Edizeverything is installed and email is sending but my emails are not signed when I see the source of the email11:14
DrakisEiz: did you already added your public key to your domain DNS?11:20
=== SimonNL is now known as SimonNL_Afk
PromilleEriC^^: Hi again! Last command you asked me to run (zcat /var/log/apt/term.log.1.gz | nc termbin.com 9999). Result: http://termbin.com/b67v11:37
EriC^^Promille: b11:37
EriC^^wb11:37
PromilleEriC^^: I see I have term.log.1 to term.log.5. Do you want all?11:39
PromilleEriC^^: Thanks. Also got history.log11:39
EriC^^Promille: no, let's try to make the problem happen somehow11:39
EriC^^Promille: are you using the latest kernel? try "uname -r"11:39
EriC^^latest is 9611:39
Promille4.4.0-9311:40
PromilleEriC^^:11:40
jiffeso I've got unattended upgrades turned on, looking at the timestamps on /var/log/unattended-upgrades/*.log it hasn't run since yesterday morning but I see files updated in /var/lib/apt/lists/ this morning11:44
EriC^^ok, great, open a terminal and type "sudo cat /dev/kmsg | nc termview.me 9"11:44
jiffeand apt-get upgrade is showing there are upgrades available11:45
EriC^^Promille: paste the link here, it will allow us to see the output of the logs and possibly catch it before the pc crashes11:45
PromilleEriC^^: Awesome. Neat trick didn't know about termview.me. http://termview.me/tinf11:46
EriC^^Promille: also open another terminal and type "script -f >(nc termview.me 9)" and paste the link here, then in the same terminal run sudo apt-get update && sudo apt-get dist-upgrade  (after giving the link here)11:46
EriC^^note anything you type in that terminal will be displayed in the termview link til you type "exit"11:47
PromilleEriC^^: http://termview.me/1yqv11:48
PromilleEriC^^: can you see it? failed the first time, had synaptic open, runned it again11:49
EriC^^yeah, it's asking to update a lot of stuff!11:49
EriC^^that's odd11:49
PromilleEriC^^: I tried to run the do-upgrade command a month ago, but it failed because it froze11:50
PromilleEriC^^: Upgrade to 17.0411:50
EriC^^aha11:50
EriC^^i think you should possibly try to rerun it11:50
EriC^^seems like the system is in between or something11:50
PromilleEriC^^: So CTRL-C this one?11:51
EriC^^Promille: yes ctrl+c, and in the same terminal type "lsb_release -ds"11:51
EriC^^also "cat /etc/apt/sources.list"11:51
PromilleUbuntu 16.04.3 LTS11:51
PromilleEriC^^: I assume you see that cat :)11:52
EriC^^nope, nothing11:52
EriC^^try cat /etc/apt/sources.list | nc termbin.com 999911:52
Promillehttp://termbin.com/j9qv11:53
EriC^^Promille: yup, the sources have zesty11:53
EriC^^Promille: try "sudo do-release-upgrade"11:55
Promillewant a new termview.me link if it doesnt work anymore?11:55
EriC^^Promille: sure why not11:55
Promillehttp://termview.me/7s9y11:56
EriC^^ok it loaded for me11:58
jiffecan anyone tell me what would update the apt lists besides unattended upgrades?  It looks like unattended upgrades haven't run yet today but the lists are updated and the only thing I see in cron is the unattended upgrades https://pb.jiffe.com/7o75uFRnoSZVLB8uxE5grg11:59
EriC^^Promille: looks like it's going well?11:59
PromilleEriC^^: Yes :) Havent frozen yet11:59
EriC^^cool :)11:59
EriC^^jiffe: you mean the list of available packages?12:00
jiffeEriC^^: yeah12:02
niko1990Hello everyone =)12:09
PromilleEriC^^: It froze12:11
PromilleEriC^^: But suddenly unfroze. It has enver done that before12:11
PromilleEriC^^: I tried the SysRq REISUB thing, maby that did something in the background, but I didn't notice anything visually12:12
niko1990I have a problem problem with a software raid. I already created one (md0) with mdadm around a year ago. Everything worked perfect. I wrote my one HowTo how I did that. Yesterday I created a second (md1) with this HowTo - everything perfekt (I did not do a reboot). Today I did and apt upgrade and after that a reboot - and then the Computer did not started anymore (something like "Timeout for dev/md1" - because I had i12:21
EriC^^Promille: aha, i'm back let me check the logs if it has anything12:29
EriC^^Promille: some dependency issues here and there nothing too drastic12:33
PromilleEriC^^: Thanks :) It hasn't froze again. Lets hope it updates successfully, and that the kernel update fixes it.12:33
JonelethIrenicuswhen is the 4.15 kernel expected to hit ?12:35
tenny-ehi guys. how can i install php5.3 with apt-get the latest version i can is 5.6 but i need older12:35
JonelethIrenicusor is anyone going to apply the temprature patch for threadripper to ubuntu kernels?12:36
Promilletenny-e: Old releases are available here. http://in1.php.net/releases/ . Includes a lot of 5.3-releases12:41
Promilletenny-e: Normal procedure - "./configure", "make" and "sudo make install". Try doing it with checkinstall (sudo apt-get install checkinstall) to make it easier to manage with apt-get12:42
Promilletenny-e: You should also probably delete the versions of php you got now, but I have no idea what depends on it, so I can' guarantee it wont break anything12:43
tenny-ehmm im on 5.6 now but i want to downgrade to 5.3 . configure,  make , make install is hard for me . didnt work last time so i installed the module with apt-get install php from repository ppa:ondrej/php but he has only 5.6 as latest12:46
Promilletenny-e: I understand. Unfortunately I don't think 5.3 is in the repositories (available with apt-get from scratch).12:47
EriC^^Promille: yup12:48
tenny-eoh . thats not good :( because i configured , make , make install from scratch but i cant do it work with apache2 ...12:49
tenny-ewhen i php - v PHP 4.4.9 (cgi) (built: Sep 22 2017 12:27:39)12:50
Promilletenny-e: Why do you need 5.3 exactly? It's pretty old, and a good reason its not in any PPA anymore.12:50
tenny-ebecause of of register_globals is removed12:51
Promilletenny-e: So the only way would be to compile it from scratch I think. I now it can be a bit scary, but it rather simply actually.12:51
Promille!compile | tenny-e12:51
ubottutenny-e: Compiling software from source? Read the tips at https://help.ubuntu.com/community/CompilingSoftware (But remember to search for pre-built !packages first). Also read !checkinstall12:51
Promille!checkinstall | tenny-e12:51
ubottutenny-e: checkinstall is a wrapper to "make install", useful for installing programs you compiled. It will create a .deb package, which will be listed in the APT database and can be uninstalled like other packages. See https://help.ubuntu.com/community/CheckInstall - Read the warnings at the top and bottom of that web page, and DO NOT interrupt CheckInstall while it's running!12:51
tenny-ewell thank your for your time :)12:54
Promilletenny-e: No problem :)12:55
PromilleJust ask if you encounter any problems with checkinstall :)12:55
tittytihi13:00
tittytiwheere is the $PATH defined, it's not in /etc/profile?13:01
tittytiso where is it ?13:01
maxxeranyone familiar with preseeding? I'm testing the image in Virtualbox and works fine, when I try on a real hardware it won't detect cdrom. it allows me to choose the language, first option of the menu, then it cannot find cdrom. in the second shell  I see /dev/sda but not the partitions13:02
=== ShalokShalom_ is now known as ShalokShalom
yeeve`ip addr` and `ifconfig` show the device ID as enp8s0 but I can't ifup/ifdown it ... I'm using 17.04, am I missing something obvious? (sudo service networking restart didn't seem to help)13:06
Pienskenhello, I am trying to get pulse vpn working but it crashes.. he tells me error while loading shared librarie: libgnome-keyring.so.o13:09
Pienskenhello, I am trying to get pulse vpn working but it crashes.. he tells me error while loading shared librarie: libgnome-keyring.so.o13:09
Promilletittyti: It's in /etc/environment.13:09
hateballyeeve: "ip link set enp8s0 up" ?13:10
dah85Piensken, apt-get install libgnome-keyring13:10
yeeveaha hateball, that worked xD13:11
hateballyeeve: I am guessing ifup et al are deprecated and unaware of new interface namings13:11
Pienskendah85 E: can not find pakkage libgnome13:11
dah85libgnome-keyring13:12
Pienskenyes13:12
yeevehateball, that's fine but seems odd it's not documented anywhere. Been searching for ages on ways to refresh the connection to get the DNS changes picked up and 3-4 of the common examples don't do anything13:12
dah85what's your ubuntu version?13:12
Pienskendah85 can not find libgnome-keyring13:12
Piensken17.04 clean install today13:12
Piensken64 bit13:12
Pienskenprogram is 32 bit13:13
Pienskeninstalld an i368 pakkage13:13
Pienskendind workt :(13:13
Pienskenwork*13:13
dah85try libgnome-keyring013:13
dah85https://packages.debian.org/cgi-bin/search_contents.pl?word=libgnome-keyring.so.0&searchmode=searchfiles&case=insensitive&version=unstable&arch=i38613:13
Pienskenok going to search13:14
Pienskenhe tells me i allready have the latest13:14
Pienskenbutt gnome isnt there..13:15
dah85https://kb.pulsesecure.net/articles/Pulse_Secure_Article/KB4051413:16
dah85suggests running /usr/local/pulse/PulseClient.sh install_dependency_packages13:16
dah85to get the depends13:16
zenguyhi there are two listings for ClamTK in the software center, which one should i install?13:17
Pienskendah85 gives me the same error13:17
Pienskenerror while loading13:17
zenguyi'm assuming the one with the better ratings but the listings are identical13:18
Pienskendah85 can i dl them and put them in there myself?13:18
zenguyalso what should i do if i see picture of a possessed girl from 'the exorcist' on my ubuntu's desktop lol?13:19
dah85Piensken, personally i don't have experience with pulsevpn so i couldn't recommend doing that, however it's up to you, perhaps someone else in here with more experience could assist?13:19
zenguyhehe maybe it's a rookit, or a worm?13:22
Pienskenwould there be a way to connect to the vpn without pulse???13:24
ktongahi. with default config nslookup doesn't work, resolv.conf has nameserver 127.0.1.1 but dnsmasq is not running13:25
ktonga‎ if i configure dns=dnsmasq in NetworkManager.conf it is started and nslookup works13:25
ktongabut then when i connect to a VPN name resolution for the vpn doesnt work, but it does for default config13:26
ktongais therer any recommended config so that nslookup and vpn work both at the same time? :)13:26
yeevenmcli -t -f IP4.DNS device show enp8s0 shows DNS servers but if I try to dig a local address it doesn't work but if I do `dig adddress @ip` then it returns correctly. Why wouldn't dig be going through _all_ the NS's?13:27
yeevehttps://pastebin.com/XJc0DDRr13:29
PromilleEriC^^: Successfully updated to 17.04. No errors yet. Thank you for all the help! =)13:44
=== jamie_2 is now known as jamie_1
SkyriderEllo13:56
SkyriderCan crontab handle calculations? Eg, if I wish to rename a file on a weekly basis with a week number added to it, minus 1 week. Running the cronjob after mightnight on a monday, but I need to keep the previous week number.13:58
yeeveSkyrider, I don't think so. I think there is some "advanced" syntax with Crontabs but I think logic/calculations should be done inside the triggered script14:01
yeevenslookup seems to use the DNS from resolv.conf (127.0.0.53) but I want it to use the ones defined in NetworkManager, is there something I'm doing wrong?14:03
Skyrideryeeve: mv would be a linux command.14:07
Skyriderso I'd have to use a script.14:08
aibguys, where's a good place to store xinput --set-prop settings?14:10
tgm4883Skyrider: I'd think you could farm that calculation out to the date command in the cron job14:12
SkyriderAny clue where to begin?14:13
tgm4883Skyrider: date -d 'last week' '+%W'14:15
tgm4883Skyrider: that would give you last week14:15
Skyridercrontab shows purple.14:16
SkyriderI assume that means incomplete.14:16
ralpheeeeis there anyway to increase compilation times on ubuntu...eg on arch there is makepkg.conf where one set makeflags,build in compile in temp folder and use ccache...14:17
tgm4883so I'd try something like "command > logfile-$(date -d 'last week' '+%W')"14:17
SkyriderWould like to rename the main file though, not the log file :D14:18
tgm4883Skyrider: then alter that command to move the file?14:18
Skyrider**trying*14:19
tgm4883Skyrider: is this a log file or something?14:19
Skyridercsv file, but should be a \ in %W14:20
Skyrider$(date -d 'last week' '+\%W')"14:20
SkyriderTrying it out, thanks :D14:21
tgm4883Skyrider: also might look at logrotate, since that's kinda it's job14:23
Skyridertgm4883: perfect.14:27
Skyrider$(date -d 'last week' '+\%W')14:27
SkyriderWorks14:27
Skyrider\ is quite important ^^14:27
yeeveHey chat, anyone know why dig/nslookup seem to only check resolv.conf NS? I've defined some in NetworkManager but they don't seem to be getting checked.14:31
DWWagnerHow is your NetworkManager configured to handle DNS?14:31
ralpheeeeloo/quit14:31
tgm4883yeeve: resolv.conf should be pointing at yourself basically14:31
DWWagnerI've had some issues since they started trying to integrate systemd-resolved14:31
yeeveDWWagner, I've just added additional NS into the IP4 section for my wired connection14:32
tgm4883yeeve: resolv.conf should be pointing at 127.0.0.5314:32
yeeveresolv.conf only has 127.0.0.53 in it. I'm trying to connect to a NS which is using bind in a docker container but I'm struggling14:32
DWWagnerCan you manually resolve against the server you want?14:33
yeeveThe docs recommend adding 127.0.0.1 but that doesn't seem to give me what I need, the bind/container has an ip of 172.16.238.100 and that does seem to work14:33
yeeveDWWagner, yeah, dig +short example.local @172.16.238.100 works14:33
tgm4883oh .local14:33
DWWagnerOK, just had to check.14:33
tgm4883don't use that14:33
=== Dreaman is now known as CrackerJack
yeeveIt's actually `.loc`, is that OK?14:34
yeeveI'm trying to use this - https://github.com/cytopia/devilbox/blob/master/docs/Configure.md#6-host-computer and it's AUTO DNS feature14:34
tgm4883yeeve: yea .loc is fine. .local is a protected TLD14:34
tgm4883so that won't resolve14:34
yeevetgm4883, I didn't know that :P I've been using .local in the past and that could be the cause of some random/odd DNS issues I've had14:34
DWWagneryeeve: It varies resolver to resolver.14:35
yeeveThe guide makes it sound like the bind/container should be responding to 127.0.0.1 but that's no the case for me14:35
tgm4883yeeve: .local is used by AVAHI which is why you can't use it14:35
malinusIt seems that linux 4.10 (ubuntu 16.04.3 LTS) doesn't really support turbo on my kaby lake i7-7500U. I'm running 'stress -c 4', and using turbostat to see the frequency. And I only get up to the 2.7GHz14:35
=== DWWagner is now known as AureliusO
yeeveIt seems like my issue is that I need to get the 172 NS address to be the main one queried by dig/nslookup/ping14:38
yeevenmcli shows all 5 NS but the ordering is a bit odd but the 127.0.0.53 isn't in NetworkManager at all so that's a resolv.conf thing only. IT's like dig/nslookup is checking the wrong set of NS14:39
alazyworkaholicShouldn't /etc/apt/sources.list reflect what's in the 'Other Software' tab in Synaptic -> Settings -> Repositories? Mine doesn't.14:39
oerheksalazyworkaholic, that is correct, ppa's get their own instance in  /etc/apt/sources.list.d/ folder14:40
tgm4883yeeve: why not remove all the other DNS servers from network manager?14:40
oerheksno more clutter in the original sources.list14:40
alazyworkaholicoerheks: ah, ok. thanks14:41
oerheksalazyworkaholic, and use ppa-purge to remove it properly, unless it never installed any app14:41
yeevetgm4883, I need DNS references to a local Windows DC and I use Google DNS instead of the ones provided my DHCP. Is there another way to do these? Are you asking me to remove them just to test?14:41
tgm4883yeeve: well yes, remove them just to test. But also, you could setup your DNS server to forward requests14:42
yeevetgm4883, the DNS (bind) is inside the containers provided by the devilbox project and the DNS records are for it's internal sites. Id rather not have to worry about setting my custom DNS stuff inside the containers as they are disposable14:43
tgm4883yeeve: well then minimally as a test14:44
yeevetgm4883, if I remove all the servers from NM what are you expecting to change? Dig and nslookup will still hit the resolv.conf NS right?14:44
tgm4883yeeve: not all the servers. You'll leave your devilbox dns in there14:45
tgm4883yeeve: yes, dig and nslookup will still hit the resolv.conf NS14:45
yeevetgm4883, it's odd. I used `sudo ip link set enp8s0 down && sudo ip link set enp8s0 up` to "refresh" the DNS stuff but it doesn't seem to be working14:48
tgm4883yeeve: you've still got the old dns servers listed in nmcli?14:49
yeeveYeah :S14:49
yeeveI can't restart/logout but I'm sure the down/up command worked earlier for me14:49
tgm4883yeeve: hmm, have you tried using nmcli? eg "nmcli connection up eth0"14:50
yeevenmcli doesn't support the new device IDs of enp8s014:51
yeeve`Error: unknown connection 'enp8s0'.`14:51
AureliusOyeeve: use nmcli connection show to find the correct name.14:52
yeeveAha, the UUID worked :) the DNS seems to have updated14:53
yeevedig, nslookup and ping still fail though, (dig and nslookup still show .53 being used)14:54
tgm4883yeeve: .53 is still the correct address14:54
AureliusOyeeve: That is correct. nmcli is managing the dns server which lives at 127.0.0.53.14:54
yeeveOK so that's correct ... but then what's missing, why can dig/nslookup/ping find the 172/bind/container?14:55
tgm4883yeeve: what's the output of 'systemd-resolve --status'14:56
yeevetgm4883, https://pastebin.com/hmg2eE7j14:57
AureliusOyeeve: Think of it this way, 127.0.0.53 is a recursive resovler to which you are providing your desired DNS. The system DNS resolution system is handling it from there.  dig/nslookup/et. al. should be indirectly seeing what you want.14:57
tgm4883yeeve: that's not all of it14:57
tgm4883AureliusO: it's not though. he's unable to resolve .loc addresses to a lan local DNS server through dnsmasq14:58
yeevelmao!!!! didn't realise at all xD14:59
yeevehttps://pastebin.com/uRrwNj3d14:59
bytefirehi, using vnc can i attach to the user session that is currently running locally on target machine?14:59
tgm4883yeeve: so that still has the old DNS servers in it it seems15:00
bytefirelike screen15:00
yeevetgm4883, I15:00
yeeveI'm not sure how to confirm but maybe the DC and google DNS is from DHCP then?15:00
yeeve172. is the only one in NM15:00
tgm4883yeeve: There might be a way to tell that to refresh15:01
yeevetgm4883, are we trying to get to the point where the only DNS NS is the 172. one?15:01
tgm4883also, pcm.local? I thought you weren't using .local addresses?15:01
tgm4883yeeve: yea, that's what I was shooting for15:02
yeevetgm4883, that's our company domain :) I don't have any control over that one :P15:02
yeevetgm4883, worth trying this to see if we can set 172. only? https://unix.stackexchange.com/a/13611915:03
AureliusOtgm4883: He should be able to restart the systemd-resolved service by itself -- that may get it to refresh it's idea of what's going on.15:04
tgm4883worth a shot I guess15:04
yeeveAureliusO, how do I do that? :P15:04
yeevejust sudo service systemd-resolved restart?15:05
AureliusOsudo systemctl restart systemd-resolved15:05
yeevedone and no errors shown15:05
yeeve`systemd-resolve --status` still shows same DNS15:05
AureliusOyeeve: Could you get `nmcli connection show <UUID Here>` and see what's listed in ipv4.dns?15:07
yeeveAureliusO, it shows the 4 IP4 addresses that systemctl-resolve shows15:08
yeevewith 172. being the last one in the list15:08
AureliusOyeeve: nmcli connection modify <UUID> ipv4.dns "<desired server>"15:09
yeeveWTF, nmcli device show needs the esn8s0 naming but the nmcli connection used the UUID, super confusing15:11
yeeveEither way I ran the command and although there wasn't any error, the mn device show one still shows 4 DNS servers15:11
AureliusOnmcli c u <UUID>15:11
yeevea15:12
yeeveThat ran too but the output is still the same :S15:12
newbie--so, if a want a really stable distro for a server, should i just install latest LTS and enable automatic software upgrades (of only security updates?)?15:14
tgm4883newbie--: latest LTS is generally the recommended approach15:16
tgm4883automatic software upgrades is debatable15:16
AureliusOyeeve: Restart systemd-resolved again15:16
=== juboxi is now known as jubo2
dedondestais there a problem installing grup into mbr of nvme disk (ssd m.2) ?15:19
dedondestagives me fatal error when i try15:19
dedondestainstalling latest ubuntu server15:20
oerheksdedondesta, is this an UEFi machine?15:23
yeeveAureliusO, sorry dude had to speak with my colleague. I restarted and then checked again and everythings the same :S Odd issue, I don't know if I'm doing something wrong, I thought this was an easy thing just to add an additional DNS server to be checked :S I feel like I've done this a dozen times on previous ubuntu versions15:25
AureliusOyeeve: The issue is more that order matters, and typically you want your internal server to be the only one which is queried to prevent issues like the one you are having.15:26
yeeveI don't get why it doesn't fall-over to the next one if it can't find it. There's only 4 servers and 1 IP to check :S15:27
yeeveOr why it's not possible to control the ordering easily if it's so important to get the priority stuff right :s15:28
yeeveI think I'll come back to this next week (hopefully with a restart in the meantime) but thanks for all the help. I've learned a lot :P15:29
TimAppleg'day folks, I'm playing around with 17.10 and noticed snaps don't show up in applications after installed. Is this normal?15:40
tgm4883!ubuntu+1 | TimApple15:41
ubottuTimApple: Artful Aardvark is the codename for Ubuntu 17.10 - Support only in #ubuntu+115:41
AureliusOAnyone in here use HipChat on their Linux device(s) and have a workaround for it being blank thanks Atlassian?15:43
Gamoder_Hi everyone, I got the following problem with an ssh (sshfs) connection: Whenever I connect from computer A to computer B, I get a connection timeout when doing ssh <computerB> from computer A15:49
Gamoder_I can connect to ssh@localhost on the computer B15:49
Gamoder_I have checked that ufw is disabled (sudo ufw disable) and added SSHD: ALL in /etc/hosts.allow15:49
Gamoder_What could be other causes of ssh not working in this case?15:49
Gamoder_(and how to fix them)15:49
dedondestaGamoder_: on the computer B type ifconfig, then ssh user@b_ip_address15:50
dedondestaahh15:50
dedondestanevermind15:50
Gamoder_that's what I was doing15:51
Gamoder_I also tried moving ssh to a different port and then using ssh -p 20222 user@ipaddress15:51
tgm4883Gamoder_: need more info. Are they on the same LAN? What's the actual error message?15:53
Gamoder_https://pastebin.com/Kc3HtPki15:55
Gamoder_I think they are on the same LAN15:55
tgm4883Gamoder_: why is it trying to connect to port 80?15:56
Gamoder_but one is on a server cluster, the other a local machine15:56
Gamoder_well, I tried different ports, the last one was 8015:56
tgm4883Gamoder_: did you verify that it was actually listening on 80?15:56
Gamoder_of course15:56
Gamoder_nmap localhost returned the following15:56
tgm4883Gamoder_: what's the output of 'netstat -tulpn | grep 80'15:57
Gamoder_https://pastebin.com/tPhd6tTE15:57
Gamoder_https://pastebin.com/P18vYc7u15:58
tgm4883Gamoder_: ok, so let's address that you "think they are on the same lan". Is this not your LAN?15:58
royal_screwup21What's the difference between going to tty4 and typing in "sudo reboot" vs just manually pushing the "power off" button?15:58
peetif you typing in "sudo reboot" you need to type in password, but push power off button don't.15:59
MonkeyDustroyal_screwup21  the power off button makes the machine cut short16:00
Gamoder_tgm4883: nope, it is the university LAN16:00
MonkeyDustroyal_screwup21  short circuit*16:00
Gamoder_but the IP I got by ifconfig matches the one I got by wieistmeineip.at (a service to display the public IP)16:00
Gamoder_however, I can connect to the computer A, which I cannot from outside the university network16:01
tgm4883Gamoder_: well, so there's a laundry list of issues that are probably in your way16:01
royal_screwup21MonoMonkey: ah okay. I've had numerous instances when my computer froze up and I wasn't quite sure what to do so I almost always pushed the power off button because it seemed like a quicker way to reboot. Thanks for letting me know :)16:01
tgm4883Gamoder_: for starters, if you're connecting to the public IP, then there's likely at least 1 firewall in the way16:02
Gamoder_yeah. things are definetly not reachable from outside, I tried an online port scanner to my ip16:02
tgm4883Gamoder_: neither are reachable from the outside?16:02
Gamoder_(not "my", but the computer where I want to run the ssh server)16:02
tgm4883Gamoder_: you should be using internal IP addresses to connect16:03
Gamoder_how would I find that out?16:03
tgm4883Gamoder_: you'd run 'ip a' on each box and see what the ip address lists16:04
Gamoder_the ip a adress is the same as the public IP adress for inet16:04
Gamoder_I could try the inet6 address16:04
tgm4883Gamoder_: of course they did it that way...16:05
tgm4883Gamoder_: so both of the machines you're trying to connect from/to show the same IP address?16:05
tgm4883Gamoder_: just to confirm, the IP addresses aren't in any of these ranges?  10.0.0.0 – 10.255.255.255, 172.16.0.0 – 172.31.255.255, 192.168.0.0 – 192.168.255.25516:07
Gamoder2Sorry, connected to my VPN16:09
Gamoder2(to be on the same network)16:10
=== aminvakil1 is now known as aminvakil
trasckorehi folks16:26
trasckoreubuntu precise which version of kernel runs?16:26
nacctrasckore: 12.04 is eol16:26
trasckoreubuntu precise which version of kernel runs?16:26
trasckorei don't need support16:26
trasckorei just asked which version of the kernel runs16:26
trasckorei need to take some module on that version and put it on 14.04 version16:27
nacctrasckore: 12.04.1 was 3.2; 12.04.5 was 3.1316:27
oerhekstaking 'a module' from precise..16:35
naccyeah, on idea what that means ...16:37
nacctrasckore: i assume you mean rebuilding it?16:38
trasckoreyes16:38
trasckorebut i get tons of error16:38
trasckorebecause the module is for 3.x16:38
trasckoreand i'm building for 4.916:38
oerheksAre you surprised?16:38
trasckorein those cases, what is the fix?16:38
nacctrasckore: 4.9 isn't a supported ubuntu kernel anywhere16:39
oerhekstrasckore, why should we fix this? 1. no info what module, 2. what makes you think you need this module recompiled?16:39
trasckoreyou mean i just copy paste the module and modprobe it on 4.9?16:40
nacctrasckore: no16:40
heloanyone know why openvpn isn't prompting for my passphrase?16:52
tgm4883helo: because you set the password in network manager?16:53
BluesKajhelo, is it a gui that may already have your username and pw entered16:54
heloahh, had to `daemon-reload` it16:54
helois it possible to make `systemd-tty-ask-password-agent` prompt for all passwords in a sequence via gui?16:56
JonelethIrenicusanyone know when we are getting kernel 4.15 ?17:02
ikoniagetting it in what ?17:03
JonelethIrenicusikonia: LTS17:03
ikoniawhere do you expect it to be supplied from ?17:03
JonelethIrenicusikonia: i have no CPU temprature sensors.17:04
JonelethIrenicusikonia: canonical17:04
ikoniaI mean what release ?17:04
JonelethIrenicus16.0417:04
ikoniathe HWE for LTS normally comes from a later release17:04
blacknred0i have my wireless conn setup to automatically connect to a vpn, but i've noticed that when my pc wakes up from suspend, i have to manually connect to the wifi (i think because vpn and wifi are competing). any thoughts on how to delay the vpn to avoid this?17:04
ikoniaso what release do you expect to provide it for HWE in LTS17:04
naccJonelethIrenicus: 4.15 doesn't exist yet17:04
naccJonelethIrenicus: next HWE will be 4.13 (same as 17.10), presumably. Then the onne after will be whatever is inn 18.04. No announcement on that yet17:04
ikoniahence where do you expect it to come from ?17:05
JonelethIrenicusnacc: ok i see thanks17:05
naccJonelethIrenicus: i'm still not sure why you were asking about 4.15, though17:06
JonelethIrenicusnacc: supposedly some patch for threadripper CPUs will be in it that enables us to get temperture readings17:06
JonelethIrenicusnacc: i was reading about it on phoronix17:07
JonelethIrenicusnacc: https://www.phoronix.com/scan.php?page=news_item&px=AMD-Zen-FreeBSD-Temps17:09
naccJonelethIrenicus: there's no mentionn of 4.15 in the artcile17:09
naccJonelethIrenicus: just that 4.14 doesn't have it17:09
JonelethIrenicusnacc: in the forum17:09
JonelethIrenicusif you click the link that says comments17:10
naccJonelethIrenicus: i just did, searched for 4.15, no hits17:10
naccJonelethIrenicus: which comment specifically?17:10
JonelethIrenicusnacc: oh wrong one https://www.phoronix.com/scan.php?page=news_item&px=AMD-Zen-Temps-Hwmon-Next17:11
naccJonelethIrenicus: ok17:11
naccJonelethIrenicus: given that it's hardware related, it might get backported to -stable and then be in hwe. But nont sure. You've got months to wait at this point17:12
JonelethIrenicusnacc: that is a bummer, should I let anyone know that this might be important to threadripper users, or they probably already know?17:12
tomreynhttps://github.com/groeck/lm-sensors/issues/1617:13
naccJonelethIrenicus: what kernel supports threadripper? the currennt 16.04 hwe?17:13
JonelethIrenicusnacc: well it works for me and i resolved a few bugs for the motherboard, but ya.17:14
JonelethIrenicusjust no temp sensors17:14
naccJonelethIrenicus: you can file a bug and see what the kernel folks say17:14
ikoniaI'd be surprised if it wasn't trying it as a generic x86_64 arch17:14
naccikonia: yeah17:15
JonelethIrenicuscompilation time is fast :D17:16
JonelethIrenicuswhat is the equivelent in ubuntu? /proc/cpuinfo17:26
naccJonelethIrenicus: that's a Linux thing and present on Ubuntu17:27
naccJonelethIrenicus: it's a file, not a command.17:27
JonelethIrenicusnacc: oh i tried to find it, but couldn't17:27
naccJonelethIrenicus: the you either didn't mount /proc (which means a VM typically, as it's automounted on any sane distribution) or you are not on Ubuntu?17:28
naccJonelethIrenicus: `cat /proc/cpuinfo`17:28
p3rLHELP by mistake i removed /dev folder is there any way to recover it ?? my vps is not working fine... after delete..17:29
JonelethIrenicusnacc: that worked thanks17:29
naccp3rL: iirc, /dev is a virtual fs provided by the kernel, rebootig should restore it?17:29
Greeleyyeah /dev will rebuild on reboot17:30
naccp3rL: unless you mean you booted into the initramfs and deleted the /dev mountpoint17:30
p3rLi cant reboot it cause sshd is not running when am trying to start ssh i got an error PRNG is not seeded17:30
naccp3rL: you'll have to probably hard reset it using your VPS provider's console or whatever17:30
Greeleyp3rl: then run these commands udevadm control --reload-rules && udevadm trigger17:31
oerheksp3rL, maybe go into your VPS control, and do a reboot from there?17:31
p3rLsh: udevadm: command not found17:31
p3rLoerheks there is no :) cpanel thats the problem :)17:32
p3rLplease help me :) i want to recover that dev cause my vps not work fine17:33
p3rLam not able to restart sshd17:33
Greeleyp3rL: we're helping, doing research for you one minute17:33
p3rLby mistake i remove /dev inner folder rm -rf /dev/*17:34
oerheksp3rL, if you cannot restart ssh .. nor go into cpanel.. file a ticket with your VPS provider?17:35
Greeleyp3rL are you running as root?17:35
p3rLyes17:35
p3rLam root17:35
p3rLoerheks am here for a solution bro ticket cpanel i also know17:36
Greeleytry whereis udevadm it should be there somewhere17:36
p3rLudevadm not found17:36
Greeleyare you running systemd?17:37
p3rLhow to check ?17:37
Greeleytry "systemd-analyze"17:37
p3rLsh: systemd-analyze: command not found17:38
Greeleywhat's the output of "uname -a"17:39
p3rLwhat u need on uname -a17:39
p3rLits 64bit17:39
naccp3rL: pastebin the whole line17:39
naccit doesn't benefit you to hide it17:39
oerheks.. hiding it is not ubuntu?17:39
naccthat's my guess17:39
p3rLyes17:40
naccp3rL: so... you came to the ubuntu support channel for help with a non-ubuntu problem?17:40
Greeleyrun "/etc/init.d/udev restart"17:40
p3rLactually its not ubuntu but i really need to fix the issue thats why i came here17:41
tacomasterI am trying to build a sftp server and when I try to connect I get authentication failed could not connect to server. I am positive the password is right because I just made the user. Is there another reason that could cause this?17:41
JonelethIrenicustacomaster: can you ping it17:42
newbie--tacomaster: try sftp -v and see more detailed log17:42
newbie--messages17:42
oerheksi wonder why you cannot reach cpanel, it is on an other ip/site17:42
tacomasterits not on my internal network but I can connect to it17:42
newbie--tacomaster: can you telnet to it port 22?17:42
tacomasterlet me ping as well17:42
ikoniatacomaster: are you getting a connection failure, or an auth failure17:43
tacomasterthat is what I am trying to connect on port 22 and I get that error17:43
ikoniatacomaster: lets be specific, can you connect, or can you not auth17:43
oerheksp3rL, no cure for that, you will need to contact your vps friends, and pay for it maybe..17:43
newbie--tacomaster: telnet <sftp-server> 2217:43
tacomasterOk one second17:43
p3rLoh god :( please help its Red Hat 5.517:43
newbie--p3rL: what?17:44
tacomasterOk it is just an auth error I can connect to the server17:44
ducassep3rL: try a redhat channel17:44
ikoniatacomaster: ok, so what is it authing against, and what do the logs show in terms of the failure17:44
tacomasterlet me check the /var/logs/auth17:45
ikoniatacomaster: look at the config too - look at what it's set to auth against17:45
tacomasterI have set it to auth with a password if that is what you mean17:45
oerheksp3rL, also Rhat 5.5 support ended 31 March 2017..17:46
ikoniatacomaster: no, what auth setup is it authing against17:46
tacomasterahh I think I might have hit a max allowed failed login's17:48
tacomasterlet me unset that in the config17:48
tacomasterI feel like an idiot. Thats all it was17:49
tacomasterIm sorry to bug you guys. I just started freaking out17:50
Bashing-omtacomaster: Is nice to have others to bounce things off of . cool heads :)17:51
p3rLHELP by mistake i put rm -rf /dev/* cmd now my vps isn't work fine is there any way to recover it ?? i dnt hv any cpanel i just have root access please help me out17:51
Greeleyokay, why can't you reboot it p3rL?17:52
Greeleyworks for me17:53
kikeroHey!17:59
kikeroI am trying to find openjdk-7-jdk_7u131-2.6.9-3_amd64.deb17:59
kikeroWelp17:59
ikoniado you mean "help" ?17:59
kikeroYes17:59
ikoniaso use the java versions that are supplied by the official ubuntu repos18:00
kikeroI cannot.18:00
kikeroI need this specific package18:00
kikeroFor a very specific purpose18:00
nacckikero: not supported here18:02
oerheksnot here .. http://security.ubuntu.com/ubuntu/pool/main/o/openjdk-7/?C=N;O=D .. you could find it in the debian pool.. i guess you run debian?18:04
kikeronacc: thank you.18:04
MWMI cant seem to permanently disable bluetooth on Budgie 17.04... I have tried https://askubuntu.com/questions/917658/how-do-i-disable-bluetooth-startup-by-default-with-every-boot-in-17-0418:24
MWMafter a few reboots bluetooth is right back on though.  Any ideas?18:24
ThyriaenHow can i check what version of amdgpu i am running, the version of llvm and mesa ?18:36
ikoniaquery the package manager for the versions18:36
Thyriaenikonia: i'd rather see whats currently running - i've seen that on phoronix somewhere18:37
oerheksdpkg -l |grep "amdgpu" perhaps?18:38
MWM_aaand... /etc/bluetooth/main.conf was no help either.18:40
ikoniaThyriaen: the package manager will show you what's currently running18:40
oerheksor the good old fashinn: driver in use >> lspci -nnk | grep -i vga -A3 | grep 'in use'18:40
ikoniaThyriaen: eg: the packages on your system - ask the package manager18:40
ikoniait will show you what version you have currently installed18:40
oerhekseasy to edit to:  dpkg -l |grep "the other package"18:41
Bashing-omThyriaen: ' glxinfo ' will provide more info than you care to see .18:42
Thyriaenalright thanks to you all :)18:43
MWM_I would like bluetooth not to start at startup, seems to be impossible though (Budgie 17.04)18:46
oijeebooany one know of a graphics tablet that works with ubuntu?18:49
ikoniaoijeeboo: few wacom ones do18:50
oijeeboook thanks18:50
ikoniasorry, "a few"18:50
ikoniathat was written poorly18:50
ikonianot "not very many"18:50
mmkumrWhen I am running the command 'mocp'. Then it showing a error that 'mocp: alsa.c:319: alsa_read_mixer_raw: Assertion `RANGE(0, vol, 100)' failed.'19:09
ioriammkumr, are you using zesty 17.04 ?19:14
mmkumrioria: yes19:21
ioriammkumr, try this : https://bugs.launchpad.net/ubuntu/+source/moc/+bug/167358819:21
ubottuLaunchpad bug 1673588 in moc (Ubuntu) "assertion failed if volume > 100% (in 17.04)" [Undecided,Confirmed]19:21
mmkumrioria: :( problem not solved.19:30
ioriammkumr, are you fully updated ?19:31
ioriammkumr, sudo apt update && sudo apt full-upgrade19:33
glitsj16mmkumr: what do you have set for "SoundDriver" in ~/.moc/config?19:39
borivojeanyone familiar with the Laverna note taking app on linux and its sync option remotestorage?19:46
glitsj16borivoje: have you tried #laverna?19:58
doctorlyI have a simple script that logs the time every second, and it's logging to journald. I'm noticing that if I follow the journal it only updates for this unit every five minutes. Any idea why the resolution is so poor?20:01
borivojeYes I'm there glitsj1620:01
borivojethere are only 3 users online20:02
brainwashdoctorly: you follow it how?20:02
doctorlybrainwash: journalctl -u sanitytime -f20:03
xpistosis there a way to use a variable with a read in ip as the hostname for rsync?20:06
xpistosCan't get it to work20:06
ikoniayeah20:06
ikoniarsync rsync://$hostname/someshare20:06
brainwashdoctorly: could be an issue specific to the systemd version20:07
brainwashdoctorly: I suggest asking in #systemd20:07
doctorlybrainwash: I am, thanks20:08
glitsj16borivoje: I see, was on the phone sorry.. never used laverna, just read the github page.. maybe you can check the issues there if you haven't already.20:12
borivojeit's ok.20:14
posiHi what would it take to convince ubuntu to not install chrome as setuid root anymore?20:28
posiwhat's the process?20:28
litheumpresumably you don't need to convince ubuntu of anything, you need to install a chrome package that has different behavior than the default package?20:29
* litheum has no idea what he's talking about, but that sure seems logical20:29
oerheksposi,  i think you need to disable something in settings, advanced, Continue running background apps when Google Chrome is closed ( to speedup starting)20:30
oerheksthat is the root-part, AFAIK20:31
posilitheum: oerheks i meant for everyone not just me20:32
posii just turned off setuid20:32
oerheksif it is not what you meant, no clue then20:33
posioerheks: it runs as root for the sandbox. Namespaces are the new way to do that20:39
posihttps://chromium.googlesource.com/chromium/src/+/lkcr/docs/linux_suid_sandbox.md20:39
Datzhi, I have a i76700, and I have only 4 cores showing up. What gives?20:44
Datzhyperthreading is not active or something?20:44
MonkeyDustposi  i use firejail to run chromium in a sandbox... or is that not what you mean20:44
posiMonkeydust not what I'm talking about20:45
naccDatz: where are you looking?20:45
posiBut that's smart20:45
Datzsystem monitor, htop, cat /proc/cpuinto.. etc20:45
Datzalso my windows10 dual boot shows 8 cores20:46
DatzDso it's not disabled in bios or something20:46
naccDatz: well, it's *not* 8 cores20:47
naccafaict,20:47
naccDatz: https://ark.intel.com/products/88196/Intel-Core-i7-6700-Processor-8M-Cache-up-to-4_00-GHz ?20:47
Datz8 logical cores20:47
naccDatz: can you pastebin /proc/cpuinfo ?20:48
Datzsure...20:48
Datzhttps://pastebin.com/EgRdNCP720:49
naccDatz: it would appear that for some reason HT isn't on20:51
naccDatz: each logical cpu has a distinct core ID20:51
kostkonDatz, you need to enable it in your bios/EFI settings20:52
Datzhumm20:53
Datzseems like it's only disabled when I boot kubuntu20:53
Datzjust booted windows, it's fine. Never had the problem before20:53
Datzwas poking around in bios, but I'll have another look I guess20:54
Datzcrap, well.. later anyway. Have to go for now20:54
naccDatz: it's possible windows knows how to probe your bios properly/has some proprietary twiddles20:56
thyriaenwhat are "mesa-vdpau-drivers" ?20:57
naccthyriaen: `apt show mesa-vdpau-drivers` and read?20:58
thyriaennacc, thx21:00
sourceslayerHey, is there a music player app that will play files locally on my phone as well as stream from a directory on an FTP Server?21:09
naccsourceslayer: something that runs on your phone?21:11
sourceslayernacc: I meant Desktop, I'm looking for an app for my android phone as well, but I want something for my Ubuntu Desktop. Sorry about that21:13
sourceslayerI thought Banshee did this but I couldn't find anything.21:13
naccsourceslayer: i don't know, sorry21:15
oerheksplex or good old Kodi perhaps?21:16
kostkonsourceslayer, if you mount that ftp directory it should play directly off of it, no?21:17
nacckostkon: that's what i was going to suggest as well, but wasn't sure if ftp was mountable (and with what). I assume there is a fuse for it21:17
oerhekswith gigabit network it can play movies too.21:18
sourceslayerkostkon: Well, I didn't really think about that at all actually21:19
oerheksHD movie on your phone :-D21:19
kostkonnacc, hopefully there is21:19
sourceslayerStill, something that supports FTP would be ideal21:20
sourceslayerThanks for the idea21:20
sourceslayerIf no one minds me asking, do any of you know an android app that does this as well?21:21
GreeleyES File explorer and ANDftp21:24
Greeleyboth support ftp sourceslayer21:25
=== mojtaba1 is now known as mojtaba
magic_1hi all21:30
magic_1my hp laptop has one of those dual gpu, intel with radeon, how would I make sure if it has installed the radeon drivers as well21:32
elec64got a warning about not being able to connect to lvm something...i'm in vbox21:32
elec64should I be concerend by that?21:33
tomreynmagic_1: The "radeon" driver is open source, it is installed by default. Whether it is active or not, is a different matter, depends on whether it works with your hardware and the hardware was properly detected.21:33
* elec64 <3 radeon21:34
magic_1tomreyn, thanks, how would I test to see if it is active or not?21:35
tomreynelec64: your question lacks details, try to describe the situation more thouroughly and to provide the actual error message and context on the situation when it occurs21:35
elec64tomreyn: k, gotta figure screen cap it though21:35
elec64gonna finish running vbox-additions iso first21:35
tomreynmagic_1: /var/log/Xorg.*.log should tell which driver was chosen. you can also use "sudo lspci -knn" and look for "VGA" devices there and for their "Kernel driver in use".21:37
sourceslayerGreeley: Thanks for the suggestion, I'll look into it21:37
magic_1tomreyn, thanks will check21:37
oerheksmagic_1, driver in use >> lspci -nnk | grep -i vga -A3 | grep 'in use'21:37
magic_1oerheks, I get the following from your command kernel driver in use: i915 (next line) kernel driver in use: radeon21:39
magic_1so I am assuming it is enabled then21:39
oerheksmagic_1, yes, that looks good21:40
magic_1how would I test the difference though?21:40
jeffreeanyone know how to make firefox open with all windows maximised?21:40
jeffreeI have it set to open previously opened tabs, if it's relevant21:40
magic_1oerheks, when I use glxgears the frame rate seems way to low21:41
oerheksgood question, with nvidia you would have prime to do that21:43
magic_1oerheks, was just about to say that. My previous laptop I used prime due to nvidia21:44
magic_1oerheks, so this is a first for me21:44
oerheksfound @ http://www.dell.com/support/article/us/en/04/sln298475/a-guide-to-hybrid-video-on-dell-pcs-with-an-ubuntu-operating-system?lang=en >>> all manually: echo DIS > /sys/kernel/debug/vgaswitcheroo/switch <> echo IGD > /sys/kernel/debug/vgaswitcheroo/switch21:45
oerheksand you can turn them off too, i read21:45
oerheksdis = discrete = radeon, igd = intel21:46
oerheksor switch this in your bios?21:46
magic_1oerheks, awesome thanks, going to check it out now21:46
oerhekslet us know if this works for you, so it can help others21:47
magic_1oerheks, will definitely do21:50
tomreynxrandr --listproviders21:55
tomreynhttps://wiki.archlinux.org/index.php/PRIME#PRIME_GPU_offloading21:55
xrandrhmm?21:55
tomreyntake a look at this, too, magic_121:55
tomreynxrandr: you just happen to have an inconvenient nickname.21:55
xrandrtomreyn: i'm beginning to think so21:56
=== xrandr is now known as ordertochaos
ordertochaosthere21:56
ordertochaoswell, time to go21:57
ordertochaosttyl21:57
jimsiois the a kind of release plan for final openjdk-packages come to repo?21:59
ducassejimsio: do you mean for the upcoming ubuntu release?22:00
jimsioducasse: for zesty22:02
naccjimsio: zesty is released already, there aren't any 'new' packges coming to it22:02
jimsiothere is a unstable package22:02
naccjimsio: unstable as in the Debian release?22:02
jimsiohttps://packages.ubuntu.com/zesty/java/openjdk-9-jdk22:03
jimsiotoday came the final openjdk22:04
compdoc\o/22:07
jimsiohm, last release was in march22:07
jimsiodoesn't make sense this stays unstable22:08
ducasseubuntu releases typically don't get later versions of packages22:08
Prestigehello22:09
Prestigeanyone mind lending me a hand with ubuntu server? on startup it22:10
Prestigeit's just saying "A start job is running for Raise network interfaces22:10
Prestigeand doesn't seem to stop doing that22:10
jimsioducasse: this is no feature release or similar... so i need to look for a ppa?22:11
ducassejimsio: most likely. maybe it will make it into artful, although it's too late in the cycle by now.22:14
Prestigeok got that fixed..22:14
Prestigejust can't connect to the internet22:15
Prestigeor LAN22:15
jimsioit's more update/security, like for openjdk 8(there they do), so i don't get why they won't update this, but ok...22:16
ducassejimsio: you could try asking in #ubuntu-packaging, i can't give you a definitive answer22:21
jimsioducasse: thank you22:21
ducassejimsio: i'd think there's more of a reason to get it into artful than a release that will be 'old' in a month, though22:24
tomreynPrestige: do you have a static network interface configuration in /etc/network/interfaces ? has it changed since? have you checked syslog, yet?22:26
PrestigeI changed it to static, trying to do this through wifi22:27
Prestigeafaik the ip address should be local, yeah?22:27
tomreynPrestige: depends on what you need it to be :)22:31
Prestigewell im just trying to use this in house, as a local server to access on LAN22:32
tomreynPrestige: are you physically close to the server? if not, i would recommend against such chamges unless you have the means to manage the system out of band22:32
PrestigeI can connect if I'm using a wire but I'm wanting to use it over wifi, because of physical limitation22:32
Prestigelimitations*22:32
tomreyni see22:32
Prestigeone of my computers is the server22:32
tomreynfor wireless, i'd use network manager, since it's somewhat tedious to configure with network/interfacves + wpasupplicant22:33
Prestigethat command line? Cuz I'm using ubuntu server22:34
tomreynsudo apt-.get install nmtui22:34
tomreynthere is also nmcli if you prefer no UI22:34
tomreynneither depends on X22:35
Prestigehmm22:43
Prestigefailing to bring up the interface when i do ifup interfaceName22:44
nchambersPrestige: does syslog show anything?22:51
nchambersor dmesg?22:51
Prestigerebooting, give me a min22:52
Prestigelol shit ive been trying to solve this for 7 hours now22:52
DWWagnerPrestige: I'm late to the game, and I see that you are having issues with getting the network interface up.  What've you go to so far?22:53
Prestigelong story short, trying to turn an in-home computer into a server, using ubuntu server22:53
Prestigeworks if connected by wire but that isnt an option22:54
Prestigetrying to get wifi to work, but the interface wont start22:54
DWWagnerBy "won't start" do you mean that it won't connect or won't do anything?22:54
Prestigethe error is:22:54
Prestige??? prefix is expected rather that "192.168.1.117/255.255.255.0".22:55
Prestigefailed to bring up wls122:55
Prestigestrange though, it's a different interface that connects when it's wired22:55
DWWagnerWhere did you configure the ip address, because it sounds like it is just in incorrectly.22:55
DWWagnerDid you take the nmcli suggestion?22:55
Prestigeinside of /etc/network/interfaces22:55
DWWagnerAddress in interfaces should be expressed as a CIDR: 192.168.1.117/2422:56
Prestigefailed to locate nmcli package22:56
Prestigewell it's not really expressed that way in the file22:57
Prestigethe address and netmask are defined on separate lines22:57
DWWagnerHmm22:57
Prestigeit seems to be fine, according to all the examples i've found22:57
Prestigeauto wls122:57
Prestigeiface wls1 inet static22:57
Prestigethen.. address 192.168.1.11722:58
Prestigenetmask and network etc on following lines22:58
Prestigedouble checking, wpa-psk is the wifi password right?22:58
Prestigecuz i have wpa-ssid and wpa-psk defined in that file as well22:59
DWWagnerOK, I see what you mean.  I was looking at the man page.22:59
Prestigeok not sure how, wls1 is up now, when not connected to wire. still can't ping anything23:00
Prestigenot even the router23:00
DWWagnerIs there a route defined?23:00
Prestigeit's defined as the default gateway23:00
PrestigeI can ping its ip when wired23:00
tgm4883Prestige: what ubuntu version is this? Out of curiosity, are you able to configure it via nmtui? that might be a little easier to deal with23:01
Prestige1623:01
Prestigeand I can't find that package23:01
Prestige[ 591.766863] ERROR @wl_dev_intvar_get : error (-1)23:02
Prestigewhen I run iwconfig, listed above wls1 but below the loopback interface23:02
DWWagnerI think it'the pkackage you'd be looking for is `network-manager` iirc23:03
DWWagnerI think the package*23:03
PrestigeI installed network-manager but if I try using it as a command it says command not found23:03
parallel21What's the diff between local time and universal time in TimeDateCtl?23:04
DWWagnerThat's bizarre, I too now wonder what your version is.23:04
Prestigethe newest LTS Ubuntu server 16.04.323:04
tomreynso if you have network-manager installed, and unless you manually deleted its binaries, you'll have /usr/bin/nmtui and /usr/bin/nmcli23:05
DWWagnerAgreed.23:06
tomreyn...which should also be in PATH23:06
Prestigeokay cool, i can launch nmcli then23:06
tomreynif you spent several hours on this already,, nmtui might serve you better23:07
Prestigeis that the ui version?23:07
tomreynyes, it's the text user interface one23:08
Prestigeah cool23:08
Prestigehm I can't select OK at the end lol23:12
Prestigethe heck23:12
Prestigeah got it23:14
Prestigehmm...23:17
Prestigeso the wifi interface is only showing ipv6, no ipv4 address23:17
Prestigewhich is strange23:17
Prestigealso I think that nmtui removed my config files, or moved them elsewhere23:17
Prestigethis is insane23:24
Prestigei guess im just going go install some ui based debian distro23:27
Prestigecuz this isnt working23:27
archpcanyone have experience with ubuntu on a touch-enabled laptop?23:54
=== feodoran is now known as Guest87375
=== feodoran_ is now known as feodoran

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!