[00:00] or journalctl === jstein_ is now known as jstein [00:03] It works... I re-wrote the / line and it simply does... thank you... everytime I have to deal with something ill fix it after I rush onto some irc... oh well :D [00:08] hello [00:09] so when I try to boot into ubuntu all it gives is the normal loading screen and then a blinking _ [00:09] note I am running a dual boot with a win10 [00:10] @digital_light, do you have an Nvidia GPU? [00:11] yes [00:12] a 1070 [00:12] type "-nomodeset" at the blank prompt and hit enter [00:12] no quotes [00:12] I have tried typing and nothing appears on screen [00:13] but I will try it. brb switching to mobile [00:16] And back [00:17] So it was -nomodeset right? [00:17] Yes [00:18] Nothing [00:18] Note i changed the drivers to the official ones from nvidia a long time ago [00:19] Well that was a disaster. I got it to load up the USB of Ubuntu and it was like "Install" so I picked that one [00:19] The weirdest part is that it worked tgis morning [00:19] It formatted my drive then was like "GRUB can't install to /target/ without GRUB you can't do anything" [00:19] I paraphrase of course === coXZist1 is now known as coXZist [00:19] So now Windows is gone, and I don't have Ubuntu. When I try to run Ubuntu live it can't find a network device [00:20] But I can load up Ubuntu from USB live boot, though with no networking and install fails [00:21] I am probably going to have to reinstall won't i... [00:24] According to askubuntu if you have this problem and have internet while installing everything will work somehow. But I don't know why Ubuntu says I have no network devices. Very frustrating. I am using someone else's laptop for now [00:24] So i shut it down and it loads the screen and the in the top left it something along the lines of [something] reboot:shutdown [00:30] Is there a way to get my FiiO E07K DAC to work on Ubuntu? I plug it in, but any audio device I test doesn't play sound though it [00:32] Oh wait, now it's working... Cool === bs_ is now known as bs [00:39] What is the difference between ubuntu 16 lts and 17? [00:40] digital_light: You'll have to be most specific. Packages will be newer with 17 obviously [00:41] Well what are the advantages of one vs the other? === mkv is now known as m4v [00:42] digital_light: LTS has a longer support period so you have to upgrade less, which can be a plus. LTS is generally more stable, but non-LTS is considered stable as well [00:42] digital_light: Non-LTS has newer packages though, which could be considered a plus [00:43] That setup seems weird to me but what ever [00:48] Is it possible to change output audio settings, like the Hz? [00:49] the logitech c920 is not listed on uvc website but looks like it's compatible...? [00:51] TJ- , kostkon any chance you tried a logitech C920 and it works? It looks like they support UVC (logitech providing UVC drivers for windows) [00:51] most of uvc support is for notebook, I don't want to strip notebook of a webcam :P === coXZist1 is now known as coXZist === jj_ is now known as segersjerry [01:35] hello [01:36] o/ [01:38] hello i want to ask how to install arduino ide on bodhi linux ? i have install but when i slect the board option cannot scrooll [01:40] Can I make it so byobu will automatically close down a session if I give it a NOHUP rather than an exit? [01:40] I mean SIGHUP [01:42] I could also make do with a trap one-liner [01:45] ? === newdimension_ is now known as newdimension [02:01] Got my motherboard working again after the BIOS update. Ubuntu installer still has kernel panics before accomplishing anything on my Ryzen [02:01] Okay, now can I have byobu-launcher launch a new session each time rather than trying to attach to an existing session? Reading some tmux docs helped [02:04] I could go ahead and modify the byobu scripts, but I'd rather not [02:05] Are there any boot options or anything i can use to try to get the installer to function? [02:06] . [02:06] As always, try to get logs on hand [02:07] Does it panic if you boot to recover mode? [02:07] Question. Im doing a ctf security game.. Supposed to look in a folder, which has 7 files. -file00, -file01, and etc. Its in the only one that is human readable, as it says. i know i can just cat each one, but if there were a 1000 of em, that would suck.. so how does this whole ' find -readable' work ? [02:07] it returns all 7 as readable [02:07] which they all contain ascii text , but only one is readable [02:07] human readable anyways [02:08] Mine panics on initial install attempt from USB [02:08] saludos [02:08] ad [02:08] the installer does not load past GRUB [02:08] soy nuevo en el chat [02:09] Ok so i could use some help find where the drivers for wifi cards are... [02:10] I just did a fresh install and my wifi card isnt working (expected) but icant remember what commands i had to run to install the default drovers [02:10] Pls excuse spelling i am on mobile [02:12] @headerx unless you know that people are encoding in legacy formats, do a first pass for utf-8 encoding [02:13] utf-8 detection isn't much, but it can definitively identify text utf-8 encoded text files as such [02:13] If not, then you're going to have to dig deeper into charset detection [02:14] Trying to update gives me an error with libgphoto2-6_2.5.9-3_i386.deb. I can't install Synaptic. How can I fix my updates? === FrankF1 is now known as FrankF [02:16] headrx: would something like "find /whatever/dir -exec head -n 1 {} +" work [02:18] i cant get that command to take at all [02:18] expecting argument to exec [02:18] no quotes [02:18] i mean, i know that the file07 had my answer [02:18] the {} + at the end is important [02:18] but im trying to find a more effiecent way to do it [02:19] you may need to do \{\} depending on your shell settings [02:19] Still didnt work [02:19] well, i don't know what to tell you then, it works on my machine [02:19] I got it not to panic this time up, but it seems to be stuck in a loop [02:19] worked that time [02:20] i mean, its handy, i can cat each file, no big deal, but if it was 1k files, that would be rough [02:20] gotta be a better way to doi t [02:20] headrx: because this is what it's supposed to do: https://paste.pound-python.org/show/OVNLgdUxTBoGIUWK2CQd/ [02:22] headrx: the idea is it would find each file in the given directory, then run "head -n 1 $FILENAME" [02:22] headrx: basically printing the first line of every file [02:23] if you had a big directory of 1,000 files, you could pipe it to a pager, like less or most [02:23] https://paste.pound-python.org/show/l2Ijo0w9Z91ZqEy2gWeZ/ [02:24] that looks like it works to me [02:24] im assuming there isnt really a human readable sort of search query.. i mean i know there is the file -readable [02:24] but alas, thanks amigo [02:25] readable doesn't refer to human readable [02:25] it refers to whether or not you or programs have file permission to read that file [02:25] basically, "skip files you would otherwise get permission denied errors about" [02:26] as for human readable, it's not quite as easy as that [02:26] because how do you define "human readable" [02:26] The best you can really do with "human readable" off the shelf is charset detection for a bunch of common encodings [02:27] Anyone want to try and help get my wifi card working [02:27] If you need better than that, you're going to have to cobble up some of your own tools, and maybe train a machine learning model [02:27] file07 in your example here, for instance, is technically valid plain text, but "koReBOKuIDDepwhWk7jZC0RTdopnAYKh" doesn't mean anything in any human language ;-) [02:28] "file" makes some attempts to detect human languages [02:28] at lest it used to [02:29] Where are the deb files for the default wifi card drovers? [02:29] Drivers * [02:29] jerichowasahoax: correct [02:29] digital_light: for what wifi card [02:31] I honestly cant remember but when i set up this machine before i think i ended up using the drivers that came with ubuntu [02:31] that's not helpful; there's no "one size fits all" driver [02:32] I know... let try amd dig up the manual [02:33] Hi === Vilegent is now known as kk4ewt [02:34] Ok it is a asus ac1900 pcie adapter [02:36] um, quick question . want to search the entire computer. find - - ? [02:36] whats my path [02:36] " ./ " [02:36] ./ is the current directory [02:37] wherever you were when you executed the command, affected by cd [02:37] Hi. Is there a way to view all the latest system logs combined, instead of hunting down syslog, kernel, auth, dpkg, etc? [02:37] do find / if you want to search everything [02:37] mostdef, probably not [02:37] did some clever soul make some tool that would give you a stream sourced from all those logs? [02:37] figures :( [02:38] headrx: for the ENTIRE computer, i'd probably use some sort of indexing search tool [02:38] headrx: which i think "locate" is [02:39] mostdef: which version of ubuntu [02:39] jerichowasahoax: 16.04 [02:40] Wtf why is gnome shell taking 90%+ of my cpu (i7-6700k) [02:40] mostdef: i think you can get journalctl to do that somehow [02:40] jerichowasahoax: but if you got a solution for 18.04, I'd love to hear it, cause I'll install that when it's out [02:40] jerichowasahoax: OK, off to read up [02:41] mostdef: i won't say 100% for sure that you can, because i only ever look up specific units, e.g. "journalctl -u postfix" [02:41] mostdef: but i THINK maybe [02:41] jerichowasahoax: hey, it's a lead [02:41] that's the spirit! [02:41] So. I have an asus ac-1900 and i need some help finding/installing the drivers [02:41] Any ideas on the installer panicking? I'm about to give up and just stick to the Windows 10 install that is working on the machine. [02:42] Any ideas for what? [02:42] I'm unable to install Ubuntu because the installer fails to load past GRUB [02:43] Remake your install disk === abomb_ is now known as abomb [02:43] I did. I've also tried Ubuntu server and Lubuntu [02:43] digital_light: google suggests your wifi card is broadcom based [02:43] digital_light: i'm very sorry [02:44] find / -user bandit7 -group bandit6 -size 33c 2>/dev/null [02:44] Whats wrong with that? [02:44] what does the 2>/dev/null [02:44] mean [02:44] digital_light: you have to download a tool called b43-fwcutter and extract firmware blobs from the windows drivers to get it to work [02:45] headrx: redirects file descriptor 2 (usually standard error) to /dev/null [02:45] headrx: or, as it's usually used, "mute error messages" [02:46] i see, so only send the non-errors to the stdout [02:46] yeah [02:46] excellent [02:46] Is there a way for ssh to send a value of an environmental variable different than what the system is [02:46] Im assuming the way im learning linux isnt a terrible one (super basic ctf's).. any suggestions on CTF's or maybe a video course on linux fundamentals? [02:47] so, like in my env has E=0 but E=1 is sent through ssh [02:47] eaglgenes101: where does E come from, do you know [02:47] I have an ext4 formatted usb drive. It mounts fine, but 'ls' fails saying permission denied when I am logged in using guest session. A vfat formatted drive works as expected. [02:48] It's a metasyntactic variable, the variable could equivalently be FOO [02:48] So b43-fwcutter actually comes with linux (found the deb in thw installs folder) now how do i extract it from the windows drivers? [02:48] eaglgenes101: oh, i didn't see the first part of your question [02:48] Is this a bug in ubuntu? This is the behaviour in both 12.04 and 16.04 [02:49] eaglgenes101: well, i don't know of a direct way to configure SSH to do that [02:50] eaglgenes101: but if you configure it to send whatever the "current" value is from your environment, you could do "E=1 ssh targetbox.example.net" [02:51] hm [02:52] is vi included in mate desktop [02:52] You can try it yourself [02:52] larry__: the two aren't related, but i do believe vi comes standard with all ubuntu flavors [02:52] I don't know which exact program is the terminal emulator in mate, but I imagine it's easy enough to find [02:52] Once you have it open, type vi, then hit enter [02:52] If you have it, vi will fill up the screen [02:53] jerichowasahoax: journalctl does do it. but I don't think Ubuntu is fully making use of it for all components. When I booted up the system, I got a "system error" Ubuntu wanted me to report. Alas, no details to be found in journalctl. [02:54] the included vi is a crippled version, apt install vim to get the full on [02:54] mostdef: ubuntu was still relatively new to systemd by 16.04, the situation might improve in 18.04 [02:54] rip matrix.org [02:54] let's hope so [02:55] i did but insert mode doesnt seem to work properly [02:55] larry__: apt install vim [02:55] larry__: because the default version of vi is more like the original, "POSIX" vi...which sucks [02:56] larry__: as ecormier said, you probably want "apt install vim" for a properly usable version [02:56] will it work on ubuntu desktop [02:56] yes [02:57] Is there ever a reason gnome shell would use 90% of an i7-6700k [02:58] cool thanks guys, im a centos 7 server and have changed my desktop to mate [02:58] Because it is really bogging my sustem down [02:58] System* [02:59] It's just a heavyweight [02:59] If you want a lighter desktop environment, mate, kde, and xfce all have official ubuntu flavors [03:00] What is it even doing? [03:00] so they should all work [03:00] *shrugs* [03:00] oh and lxde [03:00] which is the lightest [03:01] unless you like the idea of configuring a window manager yourself [03:01] what app is used for create bloc schemes? [03:01] I've got gnome running here and it's not taxing my system like that... maybe it's wayland? [03:01] Wayland? [03:02] when you log in you can choose xorg over wayland [03:02] gnome shell shouldn't be using 90% [03:03] Right now i am trying (and failing) to get my wifi to work [03:03] So unless someone is willing to hook up gnome to a profiler and figuring out what it's doing, I think this is the best we can say [03:04] digital_light: you can open a terminal and run top to see which process is eating up your cpu [03:05] Gnome-shell @ any where from 1%-98% [03:06] digital_light: I would log in with xorg to test (if you're on 17.10) and also check to see if there is proprietary drivers for your video card [03:06] If you want to know what it's doing specifically, compile it yourself with profiling info and run gprof [03:06] Gnome shell doesn't use that much cpu, so I'd guess it's a video problem [03:07] Then send the results over to upstream [03:07] eaglgenes101: that isn't helpful [03:07] fair enough [03:08] I dont even have wifi... i am not compiling anything yet [03:08] I'm running gnome, with about 13 windows open on 3 monitors including a webbrowser and I'm using about 2% cpu [03:09] Even top is saying it usomg lime 200% of my cpu ??? [03:09] Using* [03:09] I doubt it's a gnome problem and more a setup problem... like I said before... most likely video issues [03:09] digital_light: which version of ubuntu are you running [03:09] 17.10.1 [03:09] Fresh install [03:10] so log out and after entering your password don't press enter but click the little gear and select gnome on xorg [03:10] see if that makes a difference [03:11] (either a gear or 'select session' [03:11] we can only guess looking from the outside [03:11] but follow the other guys's advice [03:11] I'm running a gaming-spec ultrabook, so I don't see performance issues on a regular basis [03:11] Doesn't seem like anyone has any ideas on the failed install, going to askubuntu.com with the issue. [03:11] ? [03:13] I can't install ubuntu from USB. I've tried Ubuntu server and lubuntu, verified fat32 and UEFI. The system kernel panics once install is selected from GRUB [03:14] I've also tried 2.0 and 3.0 ports [03:14] Do checksums check out? [03:14] I'm not sure how to verify a checksum [03:15] There should be an option to verify the integrity of the disk or something of that sort [03:15] Ok still give ridiculous number some times (100+) but seems stable ~30% [03:16] Rufus didn't complain after putting the ISO on the USB [03:16] digital_light: one more thing to check, open the 'software & updates' program and go to the 'additional drivers' tab and see if you can enable something for your video card [03:17] I have a slight issue... i haven't got internet yet [03:18] I'm not sure you need it for this [03:18] try it anyways, if it doesn't work try again after you're connected [03:18] test [03:18] I'm not seeing a "verify image* check box with Rufus [03:19] When it boots, I mean [03:19] There should be an option to check disk integrity [03:19] What tab would it be? [03:20] additional drivers [03:20] Ah, let me try that [03:20] ...just to check, when you set the computer to boot off the disk, you get a GRUB menu, right? [03:20] Yeah [03:20] What do the options read [03:22] Try Lubuntu without installing, Install Lubuntu, OEM Install (for manufacturers), Check disc for defects [03:22] My most recent attempt was with Lubuntu [03:23] does anyone know what happened to the Ctrl + Alt + Num# shortcuts for moving windows in GNOME? seems they are no longer in 17.10 [03:23] Check disc for defects also causes a Kernel Panic [03:23] No idea. [03:24] jyc: check the keyboard settings 'keyboard shortcuts' [03:24] ecormier: awesome, thanks! :) [03:24] yw [03:25] * pantera [03:26] For reference, Windows 10 is currently operating fine on this machine [03:26] Oh yeah... i ran into this before.... i dont have the essentials installed... [03:26] Build-essentials [03:27] For other reference, Windows 10 is the reason 17.10 is on this machine. [03:27] digital_light: if this doesn't help, maybe updating your system after you're net enabled will help [03:28] I'd much prefer to be running Ubuntu, yes [03:28] I mean to get net enabled [03:28] Unfortunately Ubuntu is not cooperating [03:28] thanks guys vim works perfectly [03:28] :) [03:28] @Cousarr what's wrong? [03:29] nothing now [03:29] (Cousarr) I can't install ubuntu from USB. I've tried Ubuntu server and lubuntu, verified fat32 and UEFI. The system kernel panics once install is selected from GRUB [03:29] Hey, is there any sort of dotfiles addon that will warn you of imminent end-of-life for your distro? [03:29] I was going to implement it for my dotfiles but figured id check around first [03:29] Can you burn it on a DVD? [03:30] I remember years ago buying a DVD or something for Ubuntu when I was on dialup. [03:31] Then I got stuck in windows land for a few years... [03:31] I can try. I don't have any DVDs on hand [03:31] @pantera, LOL [03:31] I have CDs, but Ubuntu is too large [03:31] A spindle of discs is like 15 bucks tho lol [03:31] what r u trying to install it on [03:31] There are smaller stacks rolandbeowulf [03:31] Do you have a jump drive? [03:31] I'd send you one but... === TreyNTX69 is now known as treyTX [03:32] I'm sure you have a friend near that has one? [03:32] If you're looking for alternative installation methods, but you *could* potentially try setting up PXE on your network and getting it on that way [03:32] Unsure how this would get better results than a USB boot though === treyTX is now known as TreyNTX69 [03:32] System specs: imgur.com/a/7zxuS [03:33] what version re u trying to install [03:33] I'd go grab some DVDs before trying to get PXE to work [03:33] Cousarr: if you don't plan on dual booting you could try turning off secure boot to see if that helps [03:33] I've tried Ubuntu server and Lubuntu [03:33] Your computer is too fast for linux. [03:33] So are you trying to get some flavour of linux on your PC or just ubuntu? [03:34] if the former try booting up a flavour designed for USB boot first [03:34] like Gparted USB [03:34] turn off secure boot and enabled legacy in the bios then reinstall [03:34] Honestly any flavor of Linux would work, i just want to run FFMPEG without my computer deciding to reboot in the middle of the night [03:34] Something super simple and minimal to rule out everything on the application level [03:34] idk [03:34] larry__: you don't need to enable legacy, efi should work fine [03:34] or do what larry_ says [03:34] lol [03:35] works foe me [03:35] legacy is so 2003 [03:35] i was running windows and and ubuntu loaded fine [03:36] windows 10 [03:36] if your machine has efi, you should use it [03:36] I'm using UEFI [03:36] yes i agree [03:37] HWhat does this mean ? The password for the next level is stored in the file data.txt, where all lowercase (a-z) and uppercase (A-Z) letters have been rotated by 13 positions [03:37] what does it mean rotated [03:38] headrx, google rot13 [03:38] im running ubuntu 14.04 server on a hp g5 server wnd in kvm a red hat server [03:39] Won't i have to reimage the install for BIOS if i enable legacy? [03:39] It's currently set up for UEFI [03:40] u have a choice when installing [03:40] fom usb [03:40] BUT that could mess with the windows install... [03:40] right, but the image was specifically a UEFI boot, so no MBR or something like that [03:41] I'm downloading Gparted now to give that a go [03:41] ok i see [03:42] I'm going to take the dog out while that downloads [03:44] nite guys [03:44] o/ [03:48] Gparted downloaded, making the boot USB now [03:48] night larry_ === dingir___ is now known as dingir [03:50] Gparted Kernel-panics just the same as Ubuntu [03:51] that's not good... [03:51] IDK. You're trying to dual boot right? [03:51] Cousarr: what was the link to your machine specs? [03:52] Imgur.com/a/7zxuS [03:53] I'd like to dual boot so i have the option for Windows when not doing FFMPEG stuff === pantera is now known as pantera_ [03:53] Cousarr: for fun, try systemrescuecd http://www.system-rescue-cd.org/ [03:54] I'm guessing you are going to need something with a much newer kernel [03:54] On USB again? [03:54] *bleeding edge [03:54] yep === pantera_ is now known as pantera [03:54] it's most likely not a usb problem [03:55] my next test would be to test the ram from the boot menu [03:55] Okay, downloading [03:55] Can you boot into the USB drive you made? [03:55] try running the cd first though to see if it still panics with the newer kernel [03:55] Like to give it a spin on the machine. [03:56] Windows RAM test came back SAT when I checked earlier [03:56] not windows ram test [03:56] linux ram test [03:57] windows turns a blind eye to ram issues that linux refuses to run on [03:57] What are you asking for, pantera? The USB boots, but won't launch the application. [03:57] Cousarr, I'm a relative noob, so this could be worthless, but have you tried both the usb3 port and the usb2 port? For instance, I can't get my wacom tablet working on a usb3 port, but it just works on a usb2 port. [03:57] I have, yeah. Both front and back. [03:57] k [03:58] Valid try though. [03:58] that shouldn't make any difference with a block device [03:58] if it didn't work, you wouldn't get the boot menu [03:58] So you are able to boot into the USB but it hangs up when trying to install. [03:58] Yeah [03:58] And you've partitioned the drives or does the installer do that? [03:58] I'd guess a ram/hardware issue [03:59] I have unpartitioned space standing by [03:59] could be faulty, could be too new [04:00] Another 4 mins on the rescue CD download [04:00] I've been living in gentoo world for the last 8 years, but I've seen ram issues frequently enough [04:01] DDR4 is expensive. I hope it's not the RAM [04:01] This is now over my head. One last thing I'd try would be to partition and format the drive you want to install to in the OS that's on there then try again.. [04:01] Cousarr: if it is, RMA [04:02] It's past RMA, I pulled it out of an older machine [04:02] mmm that make it even more suspect :{ [04:02] it's just a blind guess though [04:04] I've been watching this: https://youtu.be/wBp0Rb-ZJak 7+ hour video off and on all day. [04:04] Making the USB now [04:05] It's a good refresher for stuff I unlearned but ffs it's long. [04:05] Only 3.5 hours into it. [04:06] Cousarr: hopefully it's not this: http://www.extremetech.com/computing/254750-amd-replaces-ryzen-cpus-users-affected-rare-linux-bug [04:07] Is there a way to dpkg all deb files in a folder? === r0Oter is now known as r00ter [04:07] Yeah. I already updated the BIOS to hopefully get around that being a thing. [04:07] I tried sudo dpkg -i *.deb but that only selects the first match [04:09] digital_light: maybe something like: for f in *.deb ; do sudo dpkg -i $f ; done [04:09] System rescue CD did not kernel panic [04:10] Cousarr: then you might just need a distro with a newer kernel [04:10] check the kernel version: uname -a [04:11] Hmm... It seems to have froze at attempting to mount /dev/sda2 [04:11] Cousarr: see if there's anything in dmesg [04:12] Where would i find that? [04:12] if you can, open a terminal and run: dmesg [04:13] I opened a terminal in Grub, it doesn't know Dmesg [04:14] not in grub, you'd neet to open it in X or login to a tty [04:14] Is that possible without a working Linux version? [04:15] Cousarr: I thought you said you booted systemrescuecd [04:15] It got past the initial kernel stuff and froze in device mounting [04:15] can you try ram test from the grub menu [04:17] Tried launching it with disable-kernel-mode-settings. It panicked [04:17] I'm not seeing a RAM test in the grub menu [04:17] Cousarr: I'm out of ideas.... maybe try updating the efi firmware.... [04:18] digital_light: is there a recursive operator? [04:18] Hmm, it panicked this time when i tried to do a normal launch [04:18] yeah that sounds like hardware/kernel issues [04:19] I can maybe do a UBCD memory test [04:19] Idk. I am still new to shell [04:19] Also i cant find a package dpkg-dev [04:19] It is need for build-essentials [04:20] digital_light: according to man, the -r operator is for remove so don't use that! [04:21] Downloading UBCD now [04:22] Wait i think i got it! [04:22] Cousarr: if it was me, I'd try legacy boot at this point to test but I'm now officially out of ideas.... [04:22] -i, --install package-file... [04:22] Install the package. If --recursive or -R option is specified, [04:22] package-file must refer to a directory instead. [04:22] Ok [04:22] I got my wifi workimg [04:22] I'm not sure if that'll get you what you want though. [04:23] pantera: good catch, I'll need to file that away somewhere [04:23] It is recursive though. [04:23] digital_light: now do a full update! [04:23] -R recursive -r remove [04:23] Also that gnome shell thing fixed itself... [04:23] yay [04:23] :) [04:23] Not confusing at all! [04:24] I hate it when that happens as a programmer though... [04:24] Means i cant fix it next time [04:24] But that thing has so many options I think they ran out of letters. :) [04:25] It's interesting that 26 letters can make up so many words in several languages. [04:25] Makes my brain go woah man. [04:25] Latest UBCD takes too long to download. Thankfully, i have one on CD [04:25] 26 is overkill imo... overcil [04:26] Who needs a "z" anyway? [04:27] We'll just go too an oo. [04:27] Okay, running Memtest86+ v5.01 [04:28] cross your finger that it DOES find a problem :) [04:29] It's about 8% done. From my computer repair days, typically if it's going to find a problem, it's screaming by now. [04:29] I'll let it finish though [04:30] It's also only testing core 0 to RAM. I can test the other cores if that's likely to matter [04:31] process kidle_inject is eating all of my CPU [04:32] is there anything I can do to fix it? I upgraded to 17.10 and the system is up-to-date [04:32] pkill! [04:33] isn't it needed? [04:33] tr 'A-Za-z' 'N-ZA-Mn-za-m' [04:34] https://askubuntu.com/questions/482307/kidle-inject-uses-cpu-power-without-apparent-reason [04:34] can someone fill in the blanks on that.. i get how rot13 works, dont understand quite what that line of code is doing.... A-Z = N-Z , a-z = n-z [04:35] Oh.... A-z = N-Z and A-M [04:35] A-Z = N-Z and A-M [04:35] Looking for ABCD ... XYZ and abcd .. xyz [04:35] a-z = n-z and a-m [04:36] yeah i gotcha [04:37] Here is a neat one I found today. [04:37] Go to the man pages for each command and see what they do before you run it. [04:37] cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1 [04:38] pWvOq5vCNtbRYuvlUiqSVVTmLIDorS8S <----------- My output [04:39] 5Te8Y4drgCRfCx8ugdwuEX8KFC6k2EUu [04:39] i was reading from a txt file [04:42] is it possible to resume ddrescue imaging from an incomplete image that failed due to lack of space? [04:42] One day urandom is going to write a beautiful poem. [04:42] the help page shows a couple options that seem to suggest it can be done but... could have been a little more descriptive [04:43] Sterist: you can resume, but you need to run it with a log file [04:43] I did do that previous run with a log command, but I don't see the log anywhere [04:44] Sterist: what was the command you ran? [04:46] sudo ddrescue -r 1 /dev/sdc /media/name/ntfsdrive/ps3.hdd ps3-rescue.log [04:47] hmmm and theres no ./ps3-rescue.log? [04:47] I'm guessing it was going to write the log next to the image after completion but didn't get to because of no free space [04:47] no [04:48] hi all [04:48] the backup was /media/name/ntfsdrive/ps3.hdd, the log was in whatever dir you ran the command from: [04:48] probably home/user/ [04:48] i am new to ubuntu . my laptop drivers are supporting windows only [04:48] what to do [04:49] kanun: drivers are all built in in linux [04:49] most of it whould work out of the box kanun [04:49] should* [04:49] after jumpiing to ubuntu i am experiencing sound distortions , there is no dolby , no amd radeon r5 drivers [04:50] yep there it is! [04:50] Sterist: that's where you told it to put it [04:50] ok then . but how to adjust sound effect . i feel so much noise in sound [04:50] Sterist: if you wanted it next to the backup: sudo ddrescue -r 1 /dev/sdc /media/name/ntfsdrive/ps3.hdd /media/name/ntfsdrive/ps3-rescue.log [04:51] Sterist: so just run the same command you did the first time and it should pick up where it left off [04:52] you can get proprietary drivers from amd for your GPU [04:52] with amended output where the incomplete image resides, right? [04:52] THE SAME COMMAND [04:52] :) [04:52] it's going to have to be in a different drive because the one I tried it with was short by 0.04% capacity [04:53] so copy the file to the new location and update the command [04:53] that's essentially what I just asked lol [04:53] yep, but I was missing key information [04:53] amended output for where the incomplete resides [04:53] or I missed it :) [04:54] time for bed, night folks [04:54] but input same same, right? [04:54] yep [04:55] mv /media/name/ntfsdrive/ps3.hdd /newlocation && sudo ddrescue -r 1 /dev/sdc /newlocation/ps3.hdd ps3-rescue.log [04:55] Sterist, no, you must adjust the destination [04:55] nevermind [04:59] nevermind, as in, disregard? lol there's a lot of ways to do this wrong and 1 to do it right [05:00] no, nevermind because ecormier fully spelled it out [05:01] okay === givet-mac is now known as Min [05:10] hello [05:10] o/ [05:12] Wheezy_WW444: welcome how can we help you [05:12] irc noob. learning the ropes [05:13] Wheezy_WW444: you have joined the ubuntu support channel here [05:18] hello? === abhishek_ is now known as Guest58076 [05:19] hello? [05:21] o/ === Tempesta_ is now known as Tempesta [05:35] window close [05:43] hello [05:43] i can not login my ubuntu [05:45] gtmits: can you be more specific? [05:48] (ò_óˇ) [05:48] hello i have som questions [05:48] i tried to install wicd but it just opens all of my ttys [05:49] are you using a terminal multiplexor? how are all of your terminals opening [05:49] i used the command """install program""" [05:49] tty's* [05:49] tyysi** [05:49] thats not ubuntu command [05:49] ok whats it utnu comand [05:50] sudo apt-get install wiked [05:50] Hi ulysses [05:50] i didnt work [05:50] Did u run sudo apt install get wicd [05:50] or no [05:50] no [05:50] how opern terminl [05:50] windows10key + t [05:50] ok ill try it in a second [05:50] hold on [05:50] cat [05:51] on keyoh [05:51] ***board [05:52] https://medium.com/@Kan1shka9/overthewire-wargames-bandit-walkthrough-df2b86826c67 [05:52] bandit 13 > 14 [05:53] cat /etc/bandit_pass/bandit14 [05:53] why would you look there? [05:53] i had no problem knowing how to ssh in to the next level, but why would anyone look @ /etc/bandit_pass/bandit14 [05:54] etc /passwd, sure, that would come to mind, but why that one [05:56] Question. im doing the 'Bandit' ctf thats on OverTheWire.. . https://medium.com/@Kan1shka9/overthewire-wargames-bandit-walkthrough-df2b86826c67 [05:57] ishit , wrong window === Jochen_wvdT is now known as Schlawiner [06:10] good typo there, dax [06:10] heh [06:11] (there was an #ubuntu where there should have been an #ubuntu-unregged, they have autorejoin-on-kick enabled, as you can see ;) === Mathis|2 is now known as Mathis === xvnvx is now known as alpha === alpha is now known as Guest98461 === alpha is now known as Guest45681 [06:47] hi I have a server the is establishing a ssh vpn to 3 other computers.... 2 work find :-) ... but I can't get the 3rd one to work... the VPN devices are created and look correct .. I have check the sshd_config the 'PermitTunnel = yes' .... but a ping doesn't get though the VPN ... can anyone help? [06:47] type "#!/bin/bash" into your computer [06:48] Hello! [06:48] hello [06:48] hows it goin [06:48] did u have a good day today [06:48] Im having an issue with my tty's [06:49] stop using them then [06:49] all of them are actually just ssh sessions into my loop back address so when I log in I enter an infinite loop of logins and then my lastlog file corrupts my HDD because it gets so big [06:49] wtf do i do [06:49] delete [06:49] delete what?? [06:49] ??? whats the question [06:50] all of them are actually just ssh sessions into my loop back address so when I log in I enter an infinite loop of logins and then my lastlog file corrupts my HDD because it gets so big [06:50] ok [06:50] my tty;s [06:50] are ssh [06:50] haha lol haha [06:50] How do I disable the popping sound when I backspace and there's nothing there? [06:50] Or stop it from repeating itself over and over again [06:51] it sounds like a machine gun in the terminal [06:51] I can help you luxio [06:51] but you need to help me first [06:52] luxio [06:52] luxio, I find that annoying too. [06:52] try removing "pop=true" from .vimrc [06:52] thats not a vim option [06:53] yes it is but only in vim++ [06:57] beb, supa: cut it out. [06:57] im serious though [06:58] -rw-rw-r-- 1 supa supa 376.1G Feb 6 22:09 /var/log/lastlog [06:59] my lastlog file is too big [06:59] its breaking stuff [06:59] try restarting vim++ [07:00] thats definitely wrong in every way [07:00] ok [07:01] hi I have a server the is establishing a ssh vpn to 3 other computers.... 2 work find :-) ... but I can't get the 3rd one to work... the VPN devices are created and look correct .. I have check the sshd_config the 'PermitTunnel = yes' .... but a ping doesn't get though the VPN ... can anyone help? [07:07] luxio, I found out how to turn of the terminal noise [07:07] WHY wont ANYONE HELP ME [07:08] supa, probably no one here atm know how. [07:08] haha lol haha [07:08] because your "problem" was caused by you doing silly things, and is thus presumably fixable by you undoing the silly things [07:09] What silly thing did i do [07:09] and since I apparently was not pointed enough earlier: it's incredibly obvious that you're both at the same university and that neither of your IRC clients are running on Ubuntu, i'm not a fan of tag-team silliness, and I know the email address of your network administrator [07:09] no i saw him it was normal operations [07:09] so how about the two of you go find something else to do before i get bored too [07:10] youre very scary so i will bend to your will [07:10] good day [07:10] bye folks [07:24] i have an rsa key, that i need to connect to the next level on this wargame im doing, i dont have write permissions, so i cant save.. the walkthrough im consulting to on a need to basis has me 'touch' then nano, then cat in the rsa key... but i cant do any of the 3 [07:25] PINN === ubuntu is now known as Guest55465 [07:34] Test [07:36] testing [07:37] ubuntu, i cant [07:37] i cant install anything [07:38] Odd I'm having that same problem. [07:38] sudo apt upgrade is complaining about a lock. Gnome software seems to crash in the middle of installing the update. === db_ is now known as Guest70589 === tesaq is now known as dev101 [07:39] Hi. Is is possible to install Virtual Machine (not virtualbox) on ubuntu? === Guest70589 is now known as cody-girl [07:40] hi [07:40] the-erm: what do you mean? [07:40] i am facing sound distortion issue [07:40] !kvm | cody-girl [07:40] cody-girl: kvm is the preferred virtualization approach in Ubuntu. For more information see https://help.ubuntu.com/community/KVM [07:41] how to resolve this [07:41] Im doing a ctf game.. and i have a aes-128 key that i need to use to connect to next portion.. but i cant make a file to store the key so i can use it.. what to do ? [07:42] I mean "Software" dies when I try and install updates. And leaves the system in a state where even if I run `sudo apt-get update/upgrade` I can't. [07:42] headrx, why can't you make a file ... you can put anything in a file [07:43] However that's not my current concern. I'm concerned that I started fsck.ext4 on a drive last thursday and it still isn't done. [07:43] its a ctf game. and i have no permissions [07:45] ducasse, this is not VMware [07:45] headrx, so this isn't on a ubuntu computer. [07:45] neildugan: im on a ubuntu computer, the machine isnt [07:45] iots on linux though [07:45] cody-girl: There's also Xen which works great. [07:46] cody-girl: no, you didn't ask for that either, but it does the same job [07:48] headrx, this is ubuntu support, not some unknown machine running unknown os using an unknown language [07:49] !dmesg | the-erm logs to the rescue [07:49] the-erm logs to the rescue: dmesg is a console command which outputs the kernel ring buffer - an important log for diagnosing problems in Linux. Often when something errors with hardware it will result in additional lines reported which can be seen by running dmesg in a console. [07:49] hello guys [07:49] i have issue with net2280 UDC [07:49] modprobe net2280 load successfully [07:49] but issue is with g_serial driver ... it getting error like could't insert module: no such device [07:49] plz help me out [07:50] bhoomil: what kind of devices is that you wanna make working? [07:51] the 3380 chip on my pci bus on my computer ... use that pc as gadget [07:52] is there a benefit to creating a live usb disk with a casper-rw partition for persistence over just installing the system to the usb drive normally? [07:52] serial device as of now i would like to test [07:52] i'm running 16.04 ubuntu [07:53] bhoomil: lspci shows the device? [07:53] yes [07:53] hi I have a server the is establishing a ssh vpn to 3 other computers.... 2 work find :-) ... but I can't get the 3rd one to work... the VPN devices are created and look correct .. I have check the sshd_config the 'PermitTunnel = yes' .... but a ping doesn't get though the VPN ... the echo-request goes from host -> client .... the echo_reply gets generated but doesn't get from the client back to the host [07:53] 03:00.0 USB controller [0c03]: Lecroy Corp Device [1570:0010] (rev ab) [07:54] 03:00.0 USB controller [0c03]: Lecroy Corp Device [1570:0010] (rev ab) [07:54] isnot working [07:54] modprobe g_serial idVendor=0x1570 idProduct=0x0010 is not working [07:54] bhoomil: can you check what happens on a tail -f /var/log/syslog and plug out/back in ? [07:55] while loading the module it not show me anything [07:55] :( [07:55] that why i cant figure out what is the problem [07:57] bhoomil: if inserting the module fails with "no such device", that generally means it didn't find any supported hardware - are you sure your chipset is supported? [07:58] bhoomil: interesting? https://www.kernel.org/doc/Documentation/usb/gadget_serial.txt [07:58] ducasse : from lspci output ... i can say that hardware is seen by kernel [07:58] see the whole ouput [07:58] Slot: 03:00.0 [07:58] Class: USB controller [07:58] Vendor: Lecroy Corp [07:58] Device: Device 0010 [07:58] SVendor: PLX Technology, Inc. [07:58] SDevice: Device 3380 [07:59] !paste | bhoomil [07:59] bhoomil: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [07:59] bhoomil: that doesn't mean there is a working driver for it [08:00] so what is the standard way ? [08:01] bhoomil: if something doesnt work out of the box on ubuntu, i would suggest a new !bug [08:02] bhoomil: did you check that url i pasted, there's a line about serial modprobe [08:03] yes i check that already [08:03] bhoomil: which kernel version are you on? [08:03] I have compile 4.4.102 due to project requirement ... and enable all the USB gadget support feature [08:04] i'm not using generic ubuntu kernel [08:05] bhoomil: we can only support vanilla ubuntu [08:06] https://hastebin.com/igunodawac.sql [08:06] that right [08:06] Can someone help me with that? [08:06] I always have trouble installing MySQL [08:06] Murii: have you added external ppa's of any kind? [08:07] I have not lotuspsychje [08:07] Murii: you sure? have a look in your sources.list plz? [08:08] alright [08:08] Murii: wich ubuntu version are you on? [08:08] lotuspsychje, where exactly is that [08:08] !sources | Murii [08:08] Murii: The packages in Ubuntu are divided into several sections. More information at https://help.ubuntu.com/community/Repositories - See https://wiki.ubuntu.com/RecommendedSources for the recommended way to set up your repositories. [08:08] 16.04 LTS [08:08] !info mysql-client xenial [08:08] Murii: try 'rm /var/lib/mysql/debian-*.flag ; apt-get install -f' [08:08] mysql-client (source: mysql-5.7): MySQL database client (metapackage depending on the latest version). In component main, is optional. Version 5.7.21-0ubuntu0.16.04.1 (xenial), package size 9 kB, installed size 162 kB [08:11] ducasse, this is what I get when running what you gave me [08:11] https://hastebin.com/ovibuhawok.sql [08:13] lotuspsychje, I checked /etc/apt/sources.list and I couldn't find something which is not from ubuntu [08:13] Murii: allright [08:14] Right now I just want to remove everything related to mysql and install mariadb [08:15] !lamp | Murii the reccomended way [08:15] Murii the reccomended way: LAMP is an acronym for Linux-Apache-MySQL-PHP. However, the term is often used for setups using alternative but different software, such as Perl or Python instead of PHP, and Postgres instead of MySQL. For help with setting up LAMP on Ubuntu, see https://help.ubuntu.com/community/ApacheMySQLPHP - See also the Server CD installation process. [08:15] Murii: what about 'dpkg -P mysql-server mysql-server-5.7'? === Leion1 is now known as Leion [08:16] ducasse, it did something [08:17] Murii: no errors? [08:17] Murii: your system up to date also? [08:17] ducasse, no errors [08:17] lotuspsychje, I downgraded two days ago from 17 so I might say it is [08:17] Murii: good, then try 'apt install -f' again [08:18] I'll check now [08:18] ducasse, it worked [08:18] Murii: ok, then everything should be good :) [08:19] Murii: this looks whats hapening: https://askubuntu.com/questions/789853/unable-to-install-or-remove-mysql [08:19] llo [08:19] hello [08:19] user10b1: welcome, how can we help you? [08:20] ducasse, what exactly "-P" did in combination with dpkg [08:20] ? [08:20] Murii: short for 'purge', it removed the packages [08:21] thanks [08:21] np [08:22] also thanks lotuspsychje ! [08:26] Need help. I have two Ubuntu PC in the house that are running a SSH server. I want to be able to connect to it remotely using the public IP. When I use the SSH command with the public IP remotely, how will it know which Ubuntu PC I am trying to connect to? [08:28] Zythyr: you set up port forwarding in your router === kozy is now known as rapidshot64 [08:29] auronandace I can. But by default doesn't SSH run on port 22? [08:29] I can open port 22, but how will it know which SSH server to connect to [08:29] you need port forwarding [08:31] ducasse So does this mean I have to configure each SSH server's port differently? [08:31] they both can't run on default 22? [08:32] that's right. they can run on port 22 internally, but need different ports externally [08:32] ducasse Ahh I see, so when I remotely conenct, i specify a differnet port [08:33] yep [08:34] not using port 22 externally is a good idea, since a lot of bots scan for it and try to brute-force it [08:34] ducasse Okay good point [08:34] Also another question. Why do I always get this error "E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.". I was trying to do "sudo apt-get upgrade". [08:35] I did a fresh reboot [08:35] Zythyr: something must have went wrong, the apt term.log should have more info [08:35] have you tried running that command? [08:35] how do i clear terminal history? [08:36] user10b1: rm ~/.bash_history if you're using bash, then kill the shell with "kill $$" [08:37] EriC^^ Where can I find the term.log [08:37] Zythyr: /var/log/apt/term.log [08:38] Thanks [08:38] np [08:39] I ended up useing the command "sudo dpkg --configure -a". its doing something related to kernel and initramfs [08:39] Zythyr: aha cool [08:40] do you have a separate /boot ? [08:44] EriC^^ No. I have a sepreate partition for /home and its encrypted. I unlock the encrypt using cryptsetup luksOpen after the system is booted [08:45] oh ok [08:46] Its stuck on update-initramfs: Generating /boot/initrd.img-4.4.0-112-generic W: mdadm: /etc/mdadm/mdadm.conf defines no arrays... [08:46] Does it usually take long? [08:48] not so long [08:49] give it a few maybe there are a lot of kernels or something [08:50] hello all [08:51] can someone explain whether it is possible to copy the kernel and /lib/modules over from a debian to a ubuntu rootfs? [08:51] hi all i am trying debootstrap to install os but i get some package error [08:51] debootstrap --include=ca-certificates,apt-transport-https --verbose --no-check-gpg --arch=amd64 trusty /var/lib/fuel/ibp/tmp4EnWbd.fuel-agent-image http://archive.ubuntu.com/ubuntu/ [08:51] I: Retrieving Release [08:51] I: Validating Packages [08:51] I: Resolving dependencies of required packages... [08:51] I: Resolving dependencies of base packages... [08:52] !paste | krypto [08:52] krypto: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [08:55] seiburii: it is possible to copy them over. whether they work or not is an entirely different answer [08:56] hello [08:56] my pc can not login into Home [08:57] gtmits: you mean after the login page you get the login page back? [08:59] I can not access the main screen after booting up. Cause my machine was shut down suddenly due to battery exhaust [09:01] EriC^^ Got it working thanks for the help [09:01] Zythyr: great, no problem [09:02] gtmits: main screen you mean the desktop or login page? [09:05] i am using debootstrap to install os but it throws "E: Couldn't find these debs: ca-certificates apt-transport-https" https://paste.ubuntu.com/26534685/ any idea about this issue [09:05] join / ##aws [09:06] join ##aws [09:09] hello [09:12] hello [09:12] gioan hello [09:16] Question. I created a Samba share on my Ubuntu server. I want to be able to access it remotely. For this, do I also have to do a port forward? [09:18] Zythyr: Depends heavily on your setup. What does "remotely" mean in your case. [09:18] ? [09:19] vlt LIke I am not home so I want to use the public IP address to reach my UBuntu server and samba server [09:19] Zythyr: "Home" doesn't tell me much. Where is the server, how is it connected to the network you want to rwach it from? [09:20] *reach [09:20] ciao a tutti [09:20] vlt Actually sorry, i might have asked a dumb quesitno. let me read a little first [09:20] redfox: Save! [09:21] * vlt seems to have problems typing properly today :-D [09:21] vlt you have the best settings for overclock raspberry pi 3_ [09:21] redfox: Thank you! :blush: [09:22] @vlt [09:22] Zythyr: No, it's not a dumb question. We just need more information about the network. [09:24] vlt Server is at home connected to interent. Current I am home, so I can just interface with the server using local IP. When I am not home, I have to connect to the server with public IP of the server, and ensure proper ports are forwarded on my router. [09:24] vlt But I just found out answer to my question: https://unix.stackexchange.com/questions/301238/how-to-access-samba-share-from-windows-which-is-running-on-different-port [09:25] Zythyr: Ok, so the server is in your home network and has a "LAN IP address" only. [09:25] vlt It also has a WAN IP address also [09:26] Zythyr: Then usually there's no port forwarding needed. [09:26] Zythyr: But please also read about security issues when making a samba share publicly available! [09:27] vlt Yep i realized the secruit concerns. [09:27] vlt thanks u for help :) [09:28] Hi [09:29] https://bugzilla.kernel.org/show_bug.cgi?id=198665 [09:29] bugzilla.kernel.org bug 198665 in Power-Off "Battery drains when laptop is off (shutdown) . WOL disabled and no usb device connected." [High,Needinfo] [09:29] I'm lonely and I wanna die! [09:30] I'm lonely and I wanna die! [09:30] I'm lonely and I wanna die! [09:30] I'm lonely and I wanna die! [09:30] I'm lonely and I wanna die! [09:30] I'm lonely and I wanna die! [09:30] Let's chat then [09:30] Go to MacDonalds, lots of people there [09:30] gopal: we can't help you with an upstream bug, as you've now been told plenty of times [09:31] ah he left [09:31] Nice. He just got himself K-lined [09:31] Didn't even have to wait for channel ops [09:31] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1745646 [09:31] Launchpad bug 1745646 in linux (Ubuntu) "Battery drains when laptop is off (shutdown)" [Medium,Triaged] [09:32] ducasse: it can be fixed? [09:33] gopal: you need to wait for followup on the upstream bug, and stop posting it here === armones_ is now known as armones [10:02] Hi, I have a problem with flash player in firefox. I cannot connect to online video [10:04] pellefant66: your web browser can connect to websites but the flash player in your web browser can't? [10:05] Akik, to youtube and such, no problems but TF1 (french television) it does not work. I can however connect with chromium [10:06] pellefant66: is flashplugin-installer installed? [10:06] pellefant66: i don't think youtube uses flash any more [10:07] I think it is but how do I verify? [10:08] pellefant66: right click on an embedded video [10:08] akiki, firefox crashes [10:09] akik I think it is auto loading [10:09] pellefant66: EriC^^ asked if you have flash installed [10:09] browse to about:plugins to find out [10:10] eric^^ How do I check flash from cli? [10:12] akik How do I check flash from cli? [10:13] pellefant66: dpkg -l flashplugin-installer === Swish[\] is now known as Swish [10:15] hi, I'm facing error code (1) while install mysql-server-5.7 , mysql-server [10:15] Shit, sorry. I timed out for some reason. Did anyone have a clue as per my syslog level issue? [10:15] any help would be appriciated [10:15] akik I don't undrestand the output from the cli [10:16] pellefant66: does it show "ii" on the left? [10:16] kik ii flashplugin-in 28.0.0.161ub amd64 Adobe Flash Player plugin install [10:16] akik ii flashplugin-in 28.0.0.161ub amd64 Adobe Flash Player plugin install [10:17] pellefant66: ok it's installed [10:17] pellefant66: can you link to a test page that doesn't work? [10:19] akik yes but you need to use a french connection i.e VPN [10:20] akik and i think you need to be registred...https://www.tf1.fr/tf1/direct [10:21] pellefant66: you can just go here http://get.adobe.com/se/flashplayer/about/ and see if your flash player is working [10:24] hateball I can open the page but there is no flash test [10:26] pellefant66: there should be icons for "run flash" [10:27] pellefant66: and like I said earlier, if you browse to "about:plugins" the flash plugin should be listed, otherwise there's no chance of it working [10:27] pellefant66: do you have some firefox add-ons that you use to disable web site elements/javascript/ads ? they could affect it [10:28] since flash is click-to-run these days, on some sites that doesnt work properly so you need to whitelist them beforehand. it should however work on http://get.adobe.com/se/flashplayer/about/ [10:28] hello [10:28] what application can run .enc file ? [10:29] gioan: an extension doesnt really say much, what type of data is it supposed to be? [10:29] pellefant66: also in firefox/tools/add-ons/plugins there's a drop down for the shockwave flash (ask to activate/always activate) [10:29] gioan: if you dont know you can use the command file to find out, like "file myfile.enc" [10:29] akik I need to check. I thought not === SimonNL is now known as SimonNL_Afk [10:31] .enc is encore in windows [10:31] akik i have those plugins: openh264, shockwaveflash and Widewine [10:33] pellefant66: so? [10:33] akik I trying to find an ad-blocker [10:34] pellefant66: so what was the setting for shockwave flash? [10:34] pellefant66: there was a similar problem for chrome that you needed to tell chrome which sites can run flash [10:35] Iakik I installed Chromium today and it works [10:35] sure [10:35] akik I installed Chromium today and it works [10:36] akik there is a blocking list for flash [10:41] akik I tried to allow all "dangerouse and offensive content" restarted firefox but no change [10:42] gioan, you could try rosegarden or musescore but that's just from googling open source alternatives to encore, I have no Idea if it will actually open the file. [10:42] pellefant66: do you have tracking protection or adblocking add-ons? [10:43] akik Where do I find those settingS [10:43] pellefant66: well you know if you have installed that kinds of add-ons to your browser [10:44] pellefant66: tools/add-ons/extensions [10:47] akik I know that firefox needed lots of time to start. Later firefox suggested somekind of plugin to to speed up the upstart [10:48] gioan, I just found http://enc2ly.sourceforge.net/ which converts .enc to .ly (lillypond) which can be opened in several programs [10:48] pellefant66: i'd be very careful with those. maybe you have installed a malicious plugin? [10:49] akik I use a swedish version of firefox. "Tools" does not exist [10:49] pellefant66: sometimes firefox itself suggests to run some startup cleaning but it doesn't involve any plugin === danili is now known as hanshansen === hanshansen is now known as Danili [10:51] akik I think that was the case [10:51] pellefant66: that adobe flash test doesn't still work for you? [10:52] I don't find any test on that page [10:52] akik I don't find any test on that page [10:53] pellefant66: something is blocking it for you [10:56] akik I'll shut off the auotorun option and now I see some content [10:57] pellefant66: how about this page? https://www.adobe.com/swf/software/flash/about/flashAbout_info_small.swf [10:57] akik when I tell it to run the icon is replaced by a publicity. [10:57] akik no moving pictures [10:57] pellefant66: it should show you the version of flash plugin you have, no moving stuff [10:59] pellefant66: what do you mean with publicity? [10:59] akik Well I get a publicity, a photo to be more exact [10:59] pellefant66: can you use another word for publicity, i don't understand it [11:00] pellefant66: take a screenshot and upload it to imgur.com [11:00] akiki publicity = advertise [11:02] who I must assassin to get my bluetooth earphones working with my ubuntu ? [11:03] is it possible to install a previous version of a package? [11:03] akik is this a valide test:? http://isflashinstalled.com/ [11:04] pellefant66: i don't know. you should be able to run the adobe.com tests [11:06] ppf, sudo apt-get install packagename=version [11:06] ioc__: hm, yeah [11:06] i guess my actual question is, how do i know which versions are available? [11:07] E: Version '3.0.8' for 'swig' was not found [11:07] akik it says 'i have it and its version 28.0.0 [11:07] ppf: 'apt policy package' will list versions in the repos [11:09] akik the same result on adobes site. Firefox crashes when enabling the flash plugin [11:09] pellefant66: this one? https://www.adobe.com/swf/software/flash/about/flashAbout_info_small.swf [11:10] pellefant66: try running "sudo apt-get install --reinstall flashplugin-installer" [11:10] ducasse: that only prints a single version [11:10] :( [11:12] ppf: https://launchpad.net/ubuntu/+source/swig [11:13] ducasse: yeah, i've seen that [11:13] looks like i'm building from source [11:14] ppf: afterwards, you will need to 'hold' the package so it doesn't get automatically upgraded [11:15] or installed, i presume? [11:15] anyways, this is a containerized context, i don't expect any upgrades [11:16] the version is 3.0.8-0ubuntu3 [11:16] akik the install vent bizarre. it installed from a locale source instead [11:16] ioc__: not on artfule [11:18] akik I try to reboot back in 5 minutes [11:18] pellefant66: sudo apt-get remove --purge flashplugin-installer [11:18] pellefant66: then reinstall it [11:19] akai 'ok [11:22] download swig and swig3.0 .deb's from xenial, then dpkg -i them. They have the same versioned dependencies so the pkg management would be fine === jmv is now known as jmvanel [11:31] hi. How would I download the lastest version VirtualBox for my Ubuntu 16.04 LTS | 64 BIT | Intel® Core™ i5 CPU M 480 @ 2.67GHz × 4 [11:31] Ubuntu Software app is downloading the old version of VİrtualBox... [11:38] cody-grl: here's a guide to use the oracle virtualbox ppa http://www.ubuntubuzz.com/2016/04/how-to-install-virtualbox-from-ppa-in.html [11:38] akik I'm back but with no luck... [11:38] pellefant66_: sorry out of ideas [11:39] akik ok, strange problem. tnhks anyhow [11:42] akik, thanks [11:42] deb http://download.virtualbox.org/virtualbox/debian xenial contrib [11:42] Note: change the "xenial" name into your own Ubuntu codename [11:42] what is mine? [11:44] depends on what your version of ubuntu is [11:44] lsb_release -c [11:45] my Ubuntu 16.04 LTS [11:47] lsb_release -c responded as xenial [11:47] there you go [11:47] deb http://download.virtualbox.org/virtualbox/debian xenial contrib is that than correct for me? [11:47] if that's what it says to do [11:47] "deb http://download.virtualbox.org/virtualbox/debian xenial contrib" [11:51] Error here: sudo apt-add orache_vbox.asc [11:51] sudo: apt-add: command not found [11:51] What am I doing wrong? [11:52] cody-grl: it's a error in the doc, should be apt-key add === SimonNL_Afk is now known as SimonNL [11:53] the file name is: oracle_vbox.asc [11:53] but the command they gave on the site is sudo apt-add orache_vbox.asc [11:53] the author hasn't double checked the guide, there's a typo in the key name too [11:53] they type "orache" [11:54] ok [11:54] cody-grl: it doesn't matter, use what you have [11:54] sorry for the bad quality guide :) [11:54] so the correct command is "sudo apt-key add oracle_vbox.asc" [11:54] (not mine) [11:54] ? [11:54] cody-grl: yes [11:55] sudo apt-get install virtualbox-5.0 [11:56] 5.2 is already out [11:56] cody-grl: you can use "apt-cache search virtualbox" to see what's available [11:58] sudo apt-get install virtualbox-5.2 [11:58] It was 5.2 [11:59] that will install my [11:59] my bad luck! [11:59] error while install [12:00] I guess the old version that I removed before caused the problem [12:00] is there a way to clean all old files with a code? [12:01] Errors were encountered while processing: [12:01] /var/cache/apt/archives/virtualbox-5.2_5.2.6-120293~Ubuntu~xenial_amd64.deb [12:01] E: Sub-process /usr/bin/dpkg returned an error code (1) [12:02] heya [12:02] cody-grl: "dpkg -l | grep virtualbox" (see what you have left of the old install), then "sudo apt-get remove --purge virtualbox" (that runs both the remove and purge operations for the old version) [12:03] installing xubuntu 16.04.3 on a T61 laptop, bit old but 16.04.1 used to work fine. now I get /usr/lib/ubiquity/ubiquity/frontend/gtk_components/nmwidgets.py:18: Warning: Source ID 33601 was not found when attempting to remove it /usr/lib/ubiquity/ubiquity/frontend/gtk_components/nmwidgets.py:18: Warning: Source ID 33601 was not found when attempting to remove it over and over again [12:03] cody-grl: you didn't get any better error message? [12:03] when creating ext2 for /boot on sda1. there is a bug from 2015 but never got resolved. anyone know what to do here? [12:05] ii unity-scope-virtualbox 0.1+13.10.20130723-0ubuntu1 all VirtualBox scope for Unity [12:05] ii virtualbox-dkms 5.0.40-dfsg-0ubuntu1.16.04.2 all x86 virtualization solution - kernel module sources for dkms [12:05] rc virtualbox-qt 5.0.40-dfsg-0ubuntu1.16.04.2 amd64 x86 virtualization solution - Qt based user interface [12:05] Oh so sorry for flood. I though it will paste in one line! [12:05] !paste [12:05] For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [12:05] I will [12:06] cody-grl: so you know, this channel doesn't support 3rd party repositories or packages [12:06] akik, these are whats left? [12:06] cody-grl: two packages installed, one with the purge operation not run [12:06] Ben64, Right. Just trying to delete everything left from old virtualbox on ubuntu [12:07] akik, Is there a way to get ride of all of them? [12:07] cody-grl: i wrote the command ^- up there [12:09] but its still some [12:09] wait [12:10] cody-grl: you can also use "sudo dpkg -r package" for remove and "sudo dpkg -P package" for purge [12:10] Hay does anyone have any experience with a Dell D3100 under ubuntu [12:11] specifically 17.10 if possible [12:11] I do "dpkg -l | grep virtualbox" and it gives me ii unity-scope-virtualbox 0.1+13.10.20130723-0ubuntu1 all VirtualBox scope for Unity [12:11] mjayk: better to ask your real question [12:11] Ben64, thanks but I've already done that [12:11] mjayk: no, you haven't [12:11] Ben64 Yes I have [12:12] it's a pointless question, the answer will be "yes" or "no" and then you'd ask your real question. skip that and just ask it now [12:12] I have neither t he time nor will to argue with you, if you are not interested or cannot answer the question please either put me on an ignore list or stop responding [12:12] mjayk, They mean... ask the question about using the Dell D3100 with Ubuntu [12:13] cody-grl: unity-scope-virtualbox is the package name [12:13] JimBunbtu, the question is Does anyone have any experience with one under Ubuntu thats it :) [12:13] sudo apt-get install alpaca [12:14] mjayk: yes [12:14] Ben64, ah thats good to know thanks. [12:14] cool have a good one [12:15] You too, see that wasn't to hard :) [12:15] akik, Now it's clean as skys! [12:15] Thank you for warning with package name [12:16] hola [12:18] akik, You won't belive this... [12:18] I try to install it after cleaning.. [12:18] and it returns Running VMs found │ VirtualBox is currently running. Please close it and try again. Please note that it can take ││ up to ten seconds for VirtualBox (in particular the VBoxSVC daemon) to finish running. [12:19] cody-grl: maybe a reboot is in place now [12:24] akik, I guess I should [12:24] let me try [12:29] akik, I am back. It is just saying The following packages cannot be authenticated! [12:29] virtualbox-5.2 [12:29] shall I be worried? [12:30] I can continue without verification... with Y [12:30] cody-grl: i would've thought that adding the oracle vbox key would've solved that [12:31] ush I just hit the Y and its processing.... shall I cancel [12:31] cody-grl: i can test on my system [12:31] cody-grl: no don't cancel. you added the correct hosts for that (download.virtualbox.org) [12:31] Ok. It progress looks fine so far.. [12:32] Yeah.. Installed [12:33] ok Now I can go in to kali and get guided to install it in virtualbox [12:33] akik, thank you soooo much for your wonderful assistance! [12:34] with iptables, can you make a rule that checks if a specific url/ip is set in the packet, and then forward that packet to a specific ip? === nubcake is now known as nubcake_ === nubcake_ is now known as nubcake [12:37] cody-grl: ok the guide doesn't mention that you need to also add the public key A2F683C52980AECF to your system [12:38] cody-grl: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A2F683C52980AECF [12:38] funny how these things (don't) work [12:39] the new skype client had the same problem earlier === Mathis|2 is now known as Mathis === anders is now known as Guest5390 [12:48] Hi, I did a nmblookup on my ip and came up with this https://paste.ubuntu.com/26535518/. What are MSBROWSE and WORKGROUP? === Mathis|2 is now known as Mathis [12:57] Hey ubuntu, how do I go about restarting my window manager (gnome= [12:57] other than rebooting [12:58] gnome-shell is stuck at 100% and frozen === SimonNL is now known as SimonNL_Afk [13:04] CTRL+ALT+F1 to get to a shell terminal then login and kill it. After use CTRL+ALT+F7 to get back [13:05] where can I upload a screenshot [13:07] cody-grl, imgur.com [13:07] !paste [13:07] For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [13:11] Somone once suggested me a tool to list files and folders by size in terminal, since I'm runnign low on space and I want to see which folders are taking up the most space. But I can't rmember what it was... [13:11] Hello! Could anybody help me with internet problem? I am using ubuntu 18.04 development branch and everything works good, but i cant connect to ethernet. it shows that Wired is connected, but with question mark. On 16.04 everything worked great. [13:12] multifractal: du -sh * [13:12] multifractal: was this it? cd /; sudo du -sk * | sort -n [13:13] multifractal: I like to use Disk Usage Analyzer, aka Baobab [13:14] These are all great, it was a dedicated program that I apt-got and it ran in the terminal. But these methods should work OK too thanks. [13:14] multifractal, ncdu [13:14] ncdu [13:15] that's the one thanks [13:15] ok [13:17] Rihards91, discussion on 18 is in #ubuntu+1 but i'd take a look in /etc/netplan/* [13:17] Thank you [13:18] ok === Rihards91_ is now known as Rihards91 [13:30] multifractal: ncdu is nice too if you like ncurses [13:30] oops, hadn't read far enough :) [13:31] hi [13:33] how can i upgrade apache2 to the latest stable release? i've tried install --only-upgrade, dist-upgrade, and upgrade, and it didn't upgrade [13:44] nobody? [13:45] brym: maybe the latest stable release from apache2 isn't in the repositories yet? [13:45] adalbert: it's not [13:46] brym: guess you have to wait till it comes available or compile from source ? === xchat is now known as ipkaf === ipkaf is now known as rtyui [13:47] adalbert: well that sucks a big ol' bowl of expletives [13:48] only way i'm getting secure http2 support is by upgrading [13:48] the module prior to 2.4.26 is insecure === Rihards91_ is now known as Rihards91 [13:51] brym: I see, well if don't want to compile from source I would suggest to wait a couple of days ... might be on its way [13:53] brym: is there a CVE for it? === Rihards91_ is now known as Rihards91 [14:05] after a dist-upgrade yesterday, I keep getting hanging/errors with "Setting up grub-common (2.02~beta3-4ubuntu7.1) ..." [14:06] Can an Ubuntu Live USB boot from a FAT stick? Not FAT32 [14:09] Kon-: it doesn'ẗ matter [14:09] Kon-: the filesystem on the stick is irrelevant, you write the filesystem when you write the image [14:09] Okay. When the person told me Rufus was selecting FAT as the default, I wasn't sure if the stick supported FAT32 file systems [14:10] Kon-: rufus has a dd write mode which you can enable by pressing alt-i once [14:10] Kon-: that is the same thing than using dd on linux [14:12] akik, thanks for the heads up. Might be a good idea to just use that. [14:15] anyone here know how to change the keyboard layout for early boot (my encryption password is on us english while after boot I'm using dvorak)... I tried setting the keyboard in the initramfs but it doesn't take [14:15] maybe I've got to hit up the kernel command line.... [14:27] strange, I don't understand how rd.vconsole.keymap=dvorak doesn't force the layout on early boot... the encryption passphrase is still using us_english [14:44] I got it, found the bug and the temp work around [14:51] hi all, i'm using a laptop as a server with the lid closed. i'd like to use the battery as a UPS, and have a hook of some sort that gracefully shuts it down/pm-suspend-hybrid upon power loss if power is not restored within, say, n minutes. what is the "ubuntu way" to go about this? === xqb`` is now known as xqb [14:52] I have seen advice ranging from writing cronjob that checks on_ac_power to writing a hook for pm-utils to writing a systemd service. [14:52] building my own repo and signing the debs, but i get a error when trying to apt-get update to the repo: E: GPG error: http://repo.com precise Release: The following signatures were invalid: NODATA 1 NODATA 2 [15:10] hi === Gargrava1r is now known as Gargravarr [15:18] hi all, got a potential issue with systemd-resolved on Bionic, who's best to talk to? [15:19] !bionic | Gargravarr [15:19] Gargravarr: Ubuntu 18.04 (Bionic Beaver) will be the 28th release of Ubuntu - Announcement at http://www.markshuttleworth.com/archives/1518 - Discussion in #ubuntu+1 [15:19] anyone know what's the link for the latest development version of ubunt is? (18.04) [15:19] ducasse: thanks [15:19] ecormier: see the topic in #ubuntu+1 [15:20] ducasse: thanks === mmstick_ is now known as mmstick [15:34] ‎ Hi, I'm trykng to install openMAINT, there is lot of configuration need to do about tomcat, JODBC, PostgreSQLD etc, can anyone help me out ? [15:35] Hi Everyone. My Dell XPS 9560 has recently started freezing consistently under Ubuntu. I thought at first this was a kernel issue, so I reverted to an official ubuntu build (was previously using mainline)... but it's persisting. Both the GUI freezes and TTYs. The mouse sometimes works, but sometimes freezes too. [15:35] j03: Freezes that require a restart, or temporary where it recovers eventually? [15:35] The freezes are sometimes temporary, sometimes permenent and require a reboot -- but they're happening VERY frequtently and making the machine impossible to use. How can I debug this? I've tailed /var/log/* during a freeze and not seen anything. [15:36] ( TJ- ^) [15:36] j03: Could be a thermal issue; first step would be to monitor temperatures and (dis)prove that [15:36] !info lm-sensors [15:36] lm-sensors (source: lm-sensors): utilities to read temperature/voltage/fan sensors. In component universe, is extra. Version 1:3.4.0-4 (artful), package size 82 kB, installed size 366 kB [15:36] TJ-: It could be, i'll run lm-sensors now. But I'd be surprised! [15:37] j03: the other possibility is an ACPI issue due to firmware [15:37] j03: has the Dell firmware been updated recently? [15:37] I've disabled ACPI in grub. [15:38] j03: disabling ACPI is not a good thing, it's required these days. Did you disable ACPI before or after this issue started? [15:39] TJ-: Temps are fine, sitting at ~49c. I was wrong about ACPI, sorry -- it's a different flag that I've specified (acpi=force, acpi_rev_override=1). [15:40] There's one flag that I recently added (PSR for i915), but it didn't give me any problems immediately. I'll try removing that and see what happens. [15:43] TJ-: Huh! Disabling psr seems to have fixed it. No idea why it seemed to work for a short while and then suddenly started giving my grief, but regardless -- I'm happy now :). Thanks! [15:43] j03: there's another option you might find helps, acpi_osi=. See my explanation here: http://iam.tj/prototype/enhancements/Windows-acpi_osi.html [15:44] How can I make DNS work in recovery shell? I have an eth cable plugged in a d ping to an IP works [15:45] At some point I was running with acpi_osi="Windows 2009", I can't remember why. I'll read your page to try and get a better understanding :-) [15:45] Vadi: add the nameserver information in /etc/resolv.conf [15:46] Grep saus resoöv.conf is missing many times while it is booting [15:47] Vadi: that information will be overwritten later then [15:47] Isn't that file gone by default? [15:47] Vadi: do you mean your file system is read only now? [15:47] No, it is writable [15:47] Vadi: ok so add the information to there [15:47] What do I add? [15:48] Vadi: for example: nameserver 8.8.8.8 [15:48] Ok [15:48] Vadi: this is just a temporary fix. it will be overwritten when you boot properly [15:48] hello, what is the best LAMP package ? [15:49] zergut: there is no single lamp pacakge. there is a lamp-server task. [15:49] zergut: e.g., `sudo apt-get install lamp-server^`. But 'best' is completely relative. [15:50] Thank you kind wizard [15:50] nacc: thank you === xqb` is now known as xqb [15:53] Update in my nightmare journey to install Ubuntu: My netbook now has no operating system and cannot turn off [15:54] I think the issue might be that I installed 64 bit ubuntu, but was using the 32 bit efi bootloader thingy? I have no idea, but that's my only guess so I'll retry it with 32 bit Ubuntu [15:56] What's that keyboard shortcut for showing the main keyboard shortcuts? [15:56] press and hold the super key [15:57] thanks geirha [15:58] though I'm still on 16.04 with unity. Not sure if that applies to the gnome in newer releases [16:02] I'm running 17.10 with Unity, that's what I was looking for [16:03] I hope Unity keeps working for a long time, I like it much better then plain Gnome [16:05] dserodio: ... unity is already not the default (in 18.04) [16:05] dserodio: i feel like you might be a behind the news :) [16:05] What's the default now? [16:06] I know it's not the default and "deprecated", that's why I hope it still keeps working :) [16:06] Gnome is the default AFAIK [16:06] ChiLLabiS: gnome in 18.04 and on [16:06] Okay [16:06] since 17.10 I think [16:06] dserodio: well, only will if community folks step up; note the real drop was unity8 (not unity7 which is still there) [16:07] How can I get dpkg to skip settings up snap? It always gets stuck and I can't finish an upgrade because of it [16:07] Vadi: dpkg doesn't know what a snap is [16:07] Vadi: oh you mean 'snapd'? [16:07] I can't remove snap either because it says dpkg was interrupted [16:08] Yes, snapd [16:08] Vadi: you can remove it with dpkg, probably [16:08] I can't. [16:08] Vadi: where does it get stuck, though? [16:08] Setting it up [16:09] Vadi: provide the log, etc. [16:09] Does RDMA work on ubuntu 16.04? [16:09] Where can I ask questions about bionic beaver kickstart install problems? [16:09] I can at most give you a screenshot, this system is unbootable [16:09] Using recovery mode. Botched upgrade to 17.10. [16:10] Han: #ubuntu+1 [16:10] nacc, cheers [16:12] https://photos.app.goo.gl/qgXocZgisuYlEic53 - dpkg stuck setting up snapd [16:12] I can tell apt remove snapd either - broken packages. What can I do? [16:13] I can't. [16:13] Vadi: i didn't tell you to use apt [16:13] Vadi: i said to use dpkg [16:14] o my god [16:14] Vadi: anyways, did you disable snapd or something? [16:15] I did not disable snapd, but I am running a different than the usual kernel - because it's the only one that allows me to enter a password for dial encryption at boot. Snapd does not work on this kernel [16:15] Anyone knows if amdgpu-pro and steam works on Ubuntu 18? [16:15] Disk encryption. [16:15] Vadi_: then yoiu're not running 'ubuntu' [16:16] Huh? [16:16] It's a kernel from Ubuntu archives. [16:16] Vadi_: what kerne? [16:16] A Ubuntu engineer told me to try it. [16:17] Vadi_: ok ... what kernel? [16:17] 4.9.45-040945-generic [16:20] ChiLLabiS: Ubuntu "18" doesn't exist yet. You can ask in #ubuntu+1 [16:20] Okay [16:20] hey! would you use tar or dump to backup /home located on separate partition? thnx [16:21] spacevisionary: whatever you are most comfortable and familiar with. I would use tar or dejadup [16:21] nicomachus: the thing is i havent done a backup yet :) [16:22] spacevisionary: try a couple methods, find one you're comfortable with and that you can successfully restore from, then do it regularly [16:24] What's the most lightweight ubuntu desktop environment? Xubuntu? [16:24] nicomachus: thanks for your answer. i understand why you say that, but i would rather like to know from technical pov [16:24] nicomachus: what would you use and why? [16:24] ignatiz: xubuntu is a distro [16:24] ignatiz: if you want a distro then probably lubuntu [16:25] spacevisionary, nah I mean desktop environment, Kfce is what I meant [16:25] it's just the default on xubuntu [16:25] xfce * [16:25] xfce [16:25] What can I do when apt gets stuck and ctrl+C is the killing it? [16:26] ignatiz: okay, so lxqt is more lightweight, but there are others [16:26] Try it? [16:26] spacevisionary: I would use rsync [16:27] ignatiz-: aweseme, fluxbox etc.. this tiling window manager are usually very light weigth [16:27] awesome* [16:27] ecormier: may i know why? [16:27] ignatiz: do you actually need a DE? [16:28] Anyone? [16:28] Vadi: what is your question? [16:28] Vadi: sudo dpkg -P snapd [16:28] Vadi: wait [16:29] ignatiz: look here https://askubuntu.com/questions/413569/whats-the-lightest-ubuntu-desktop-environment [16:29] Vadi: apt should not hang ... are your repos correct? your network? [16:29] Network is ok, repos not sure. Botched upgrade from 17.04 [16:29] pavlos_: geckos: Vadi is in a bad state [16:29] awesome works great, but is a pain to setup [16:29] spacevisionary, thanks [16:30] I left my computer while it was upgrading, came back, it did not allow me to unlock it [16:30] ignatiz: ure welcome :) [16:30] Went to terminal - it said restart required. Restarted. Now login screen does not come up. [16:31] Dpkg says a bunch of packages are broken, but it gets stuck trying to set them up. [16:31] Vadi: ok, as i said [16:31] Vadi: did you try to purge snapd with dpkg? [16:31] pardon my ignorance what was the channel list/search commnds? [16:31] Vadi: *not* with apt [16:31] !alis > BillD73 [16:31] BillD73, please see my private message [16:31] I got rid of snapd with dpkg, thanks === pavlos_ is now known as pavlos [16:31] Now it's stuck on click [16:31] Vadi: do the same [16:32] keeping note of what is stuck [16:32] Good afternoon guys. I am unable to switch users in ubuntu 16.04 lts, when I try to only the guest user is available to log. [16:32] thx nacc [16:32] Vadi: although your system seems relatively fubar if this is required [16:32] Got rid of that too, don't use it. Now it's stuck on unattended-upgrades [16:32] Vadi: you might be better off reinstalling [16:32] But I can't ctrl+C it [16:32] That will be the last resort. This is a work laptop. [16:33] I'll reboot and get rid of instruction upgrades as well. [16:33] Vadi: restore from a reent backup then [16:33] recent* [16:33] I've backed up my files, not image. [16:33] It's a fair bit of work and hassle to restore. [16:34] So, I'll do it when all else fails. [16:34] How could I fix it [16:35] Can someone recommend a good backup package/program? Like, what is considered the best in opinion? [16:36] Euph0ria: What are you trying to backup? [16:38] pantera: My filesystem. I have /home on a seperate partition, but basically all root dirs in the event of a botched upgrage, or something similar. [16:38] https://photos.app.goo.gl/7Zyipdzjk8HZRZbu1 how can I fix this error? [16:39] Sorry I'm not able to copy it. [16:39] lil question: in gnome you can press the super key to show all open applications. is there such thing for kde? [16:39] You can do a cronjob to backup your home dir and any conf files that you may want. === eraserpencil1 is now known as eraserpencil [16:40] Guest19238: you can change the task switcher in system settings/window management/task switcher. is that what you mean? [16:41] hi akik [16:41] no, it's not what i mean [16:42] i want to see an overview of all my open windows [16:42] and then just click on one [16:42] pantera: I'm looking to backup the ubuntu system, rather than my /home directory. [16:43] hey everybody [16:43] el ;0 [16:43] \list [16:43] akik kinda like this: https://help.gnome.org/misc/release-notes/3.6/users-activities-overview.html.en [16:43] What exactly is lost if you lose the root dir that can't be reinstalled? [16:43] is someone stuck with kernel 4.13 bug that wont let you go to bios settings? [16:43] Other than some conf files? [16:44] Guest19238: ok look into another place in system settings then [16:44] found it, its ctrl+f10 [16:44] thx so much [16:44] Guest19238: I would use rsync [16:45] sorryo Euph0ria ^^ [16:45] Guest19238: system settings/desktop behavior/desktop effects. there are two plugins that you can use, desktop grid and present windows. ctrl+f10 is one of them [16:45] Hello, I am trying to install Ubuntu 32 bit on my netbook (since 64 bit fails due to something about EFI) [16:46] But on http://releases.ubuntu.com/17.10.1/ It only has the i386 iso for the server version [16:46] Is there a desktop version of 32 bit Ubuntu? [16:46] zacknite: use the 16.04 version [16:47] akik: Ah ok, I went to that release and it's right there, thanks [16:47] couldn't you use the i386 server version and just install ubuntu-desktop? [16:49] akik: Last night I tried installing from USB and it was like "GRUB can't install to /target/ so no booting bye" and now my netbook has no OS. Also, during live usb mode, it couldn't detect a network device. Could installing 32 bit Ubuntu make those things work do you think? [16:49] zacknite: sorry it's case by case. have you made a web query about your computer's linux support state? [16:51] https://photos.app.goo.gl/7Zyipdzjk8HZRZbu1 - how can I debug this? [16:52] has anybody ever seen the error:could not set EFI variables "OsIndications" when trying to access bios settings? [16:53] Vadi: are you still in the recovery mode? [16:53] Yes [16:53] is Ubuntu Linux 14.04 LTS still a updated version? [16:53] yes I can only get to recovery [16:53] Vadi: disable the services that don't start up and then try booting normally === jmv is now known as jmvanel [16:54] How can I do that? [16:54] Vadi: systemctl disable name.service [16:54] https://askubuntu.com/questions/967903/error-could-not-set-efi-variable-osindications [16:54] Vadi: have you identified the service that you're having trouble with? [16:55] Acpi, see https://photos.app.goo.gl/7Zyipdzjk8HZRZbu1 [16:56] It's buggy - complains of invalid argument. [16:57] I've had to remove gdm3 in order for dpkg to be happy, so I won't get a login screen [16:57] Vadi: it could be that you're getting this error because you're in the recovery mode [16:57] Trying to install it stalls on setting up accountsservice package [16:58] Ah, sure [16:58] Vadi: you could try to start it "/usr/sbin/acpid -f" and see what happens [17:00] I booted normally and it took me to the terminal login (due to missing gdm) [17:00] Logged in ok [17:00] Should I try to I stall gdm? [17:01] Vadi: sure, install [17:02] Miraculously, it did. I guess Ubuntu-Desktop next? [17:02] Lowercase. Autocorrect capitalised it [17:02] Vadi: sorry, i don't know what your plan is :) [17:03] Get a working system back. [17:05] Hallelujah, I got it back. Thanks everyone. [17:09] akik: In rufus should I use fat32 or ntfs? [17:09] If I want to burn Ubuntu to a usb? [17:10] akik: Also, should I use MBR partition scheme or GPT? Sorry for my ignorance! [17:10] zacknite: start rufus, press alt-i once, then select the iso and write [17:13] akik: When I do that though it is like DD image instead of ISO [17:13] Is it okay to write an ISO as a DD image? [17:13] zacknite: isn't that what you want to do? write the iso on the usb stick [17:14] akik: That is indeed what I want to do, but can I use the DD image option to write an ISO? [17:14] zacknite: yes [17:14] zacknite: that's what you _should_ do [17:15] zacknite: rufus usb boot === coXZist1 is now known as coXZist [17:17] akik: Okay doing it! One final question: If I am using 32bit Ubuntu, will I still need to put the bootia32.efi in the /efi/boot/ directory? Or can I skip that this time? Or should I put it there either way just in case [17:18] zacknite: sorry that's the thing i don't know about. i was reading about it yesterday and saw something that at some point ubuntu was not shipping a 32-bit efi files [17:19] don't know about the current status [17:21] Is there a command line utility to show version information in /etc/os-release similar to /usr/bin/lsb_release that reads from /etc/lsb-release? [17:22] fx250__: http://0pointer.de/blog/projects/os-release [17:22] fx250__: afaict, it's just a shell file to source [17:27] does ubuntu's apache have a default AuthUserFile value or something? [17:28] specifically, a default value of "/etc/apache2/passwords"? === semeion is now known as mnemonic [17:34] Hiii [17:36] NoImNotNineVolt: perhaps a question for #httpd ? [17:36] lotuspsychje: defaults are the domain of maintainers. [17:37] upstream apache httpd has no such default, which is why i'm asking here [17:37] (also, to be specific, i'm asking about ubuntu 11.04) [17:38] NoImNotNineVolt: 11.04 is long end of life mate [17:38] lotuspsychje: which would explain why i'm trying to reproduce this server's configuration on a new box. [17:39] but to do that, i'd like to understand why the old server is using /etc/apache2/passwords for auth despite none of the site configs explicitly referring to it. [17:39] upsteam apache httpd doesn't do that on its own, so i'm asking if the one from ubuntu's repos deviates from upsteam in that sense. [17:40] !apache | NoImNotNineVolt can this help? [17:40] NoImNotNineVolt can this help?: Apache HTTP Server is the most commonly used HTTP server on Linux systems. For setup information, see https://help.ubuntu.com/lts/serverguide/httpd.html . For information on setting up a "LAMP stack", see /msg ubottu !lamp. [17:40] (if not, then i have no idea what's happening here, and the previous admin was a wizard) [17:40] NoImNotNineVolt: it might not be from as ite config, but from an enabled module? [17:41] nacc: aha! [17:41] NoImNotNineVolt: which would imply looking at their source, or their configs, possibly [17:42] i do see 5 things under mods-enabled/auth* [17:43] so, i'm a developer, not an admin. i know apache basics, but i've never messed with modules. [17:43] NoImNotNineVolt: also, is it possible they are just '/etc/apache2/passwords' instead of '/etc/apache2/.htpasswd` ? [17:43] hi, i installed pulseaudio and pulseaudio equalizer to get some more bass out to my bluetooth headphones. however, the equalizer seems to only apply to built-in analog stereo, how do i select it to use my headphones? [17:43] nacc: yes, that's my point. but nothing is explicitly pointing to /etc/apache2/passwords in any of the site configs. [17:43] !sound | MortyTS [17:43] MortyTS: If you're having problems with sound, click the Volume applet, then Sound Preferences, and check your Volume, Hardware, Input, and Output settings. If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - http://alsa.opensrc.org/DmixPlugin - For playing audio files, see !players and !mp3. [17:43] nacc: my understanding is that i'd expect to see a UserAuthFile directive somewhere. [17:44] sorry, AuthUserFile [17:44] NoImNotNineVolt: AuthUserFile [17:44] NoImNotNineVolt: https://ubuntuforums.org/showthread.php?t=1453791 [17:44] NoImNotNineVolt: and possibly in a .htaccess file, not in the connfig [17:44] nacc: right, but i find zero instances of "passwords" in _any_ file under /etc/apache2. [17:45] there are zero explicit references to that filename. [17:45] NoImNotNineVolt: it couldb e under /var/www/ [17:45] NoImNotNineVolt: i'd check the whole filesystem [17:45] that wasn't useful [17:45] haha! [17:45] NoImNotNineVolt: (aiui, i'm not an expert either) [17:45] nacc: thank you sweet baby jesus. it's in /var/www/sitename/.htaccess [17:45] NoImNotNineVolt: :) [17:45] NoImNotNineVolt: yeah that makes sense [17:45] I mean for some levell of sense [17:45] i've never used .htaccess before. [17:46] because i like to keep my configs centralized and prevent messes like this :P [17:46] it's in-site connfig,yeah [17:46] but either way, thanks many times. [17:46] NoImNotNineVolt: yw [17:47] MortyTS: i've never used the eq, let me see what it does here [17:47] thanks [17:48] Hello please help me! How to install eggdrop [17:49] kondenzator: sudo apt install eggdrop [17:49] MortyTS: there seems to be adropdown for the sink to select [17:49] also, hi/bye pici :) [17:49] yeah but then i do eggdrop and it says ^C3,5colored text and background ^C8,7other colored text and different background^C [17:49] er, okay [17:49] the only dropdown i see is the preset? [17:50] no wait it says: [17:50] [18:49] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR) [17:50] MortyTS: hrm, i see several (i'm on 18.04, though) [17:50] i'm on 16.04, using upd8 ppa [17:51] NoImNotNineVolt: it just says [18:49] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR) [17:51] MortyTS: i'm not sure, sorry [17:54] How i upgrade OpenSSH on Ubuntu 16.04 of PCI compliance ? https://ubuntuforums.org/showthread.php?t=2384465 [17:55] bizhat: sorry your scannnner is dumb :) [17:55] https://people.canonical.com/~ubuntu-security/cve/2016/CVE-2016-6515.html [17:55] e.g. [17:55] c'mon how to turn on eggdrop [17:55] bizhat: check the USN database for CVes [17:56] bizhat: it appears to be doing a strict version check which is incredibly short-sighted for any distribution [17:56] bizhat: security fixes are backprted, the version is not changed [17:56] (upstream version) [17:56] macc: thanks, but i have to upgrade, i don't think there is no other way :) [17:56] bizhat: fix your scanner, idicate to them that it is wrong [17:57] bizhat: because it is wrong [17:57] bizhat: you can also point to each usn for each cve if you need to [17:57] yes, but do they do.. [17:57] bizhat: that is to say, you coudl recompile openssh without any fixes with a differetn version and magic, you pass [17:57] that's *not* secure [17:58] yes, i understand, i even thought if i could just edit that version string [17:58] but.. these guys need new version [17:58] bizhat: if that's all your security team is scannigg for, they probably should not be the security team. [17:59] not my team, it is PCI complience [17:59] by commodo [17:59] kondenzator: there's #eggdrop of you like [17:59] I wanted to use docker to do MSbuilds with Jenkins. [17:59] Hey_: what does any of that have to do with ubuntu? [17:59] Problem is that the build slave needs to have things like Visual studio [18:00] Hey_: which sounds like a windows issue [18:00] sorry.. wront channel === SimonNL_Afk is now known as SimonNL [18:00] bizhat: there is non way to change xenial ssh version officially, you can search for a ppa (but only supported by ppa owner, and i really don't think you want to run ssh from a ppa). [18:01] bizhat: you reallize how asinine it is to go to an unsupported software in order to pass a security compliance check, right? [18:01] macc: here is the full report -> http://free.bizhat.com/pci.pdf [18:02] I'm simply trying to do a few simple sort algorithm exercises in clojure to complement those I'm doing in other languages, and I don't see a compiler for ubuntu, only the clojure interpreter. Please is this obvious, or what should I do? [18:02] macc: yes, i understand ubuntu 16.04 version is secure and PPA can be insecure.. but we have to upgrade openssh if if we need PCI complience [18:02] bizhat: i'm not reallly that interested in solving this [18:03] bizhat: if it's doig a functionl check, then make sure you have xenial-security enabled and are up to date [18:03] bizhat: if it's doinng a version check, that's wrong, and would be wrong on all distros. [18:03] bizhat: that's the end of my support stance on this particular issue, sorry. [18:04] macc: thanks, i understand.. i wish there is an easy way upgrade. i switched to Ubuntu, because CentOS do all back ports, still on old 2.x kernel on 6.9 [18:05] its nice to see shiny new version :) === lotuspsychje_ is now known as lotuspsychje [18:06] xcyclist: clj -m === nat is now known as Natkeeran [18:11] Ok. Looking right now... [18:11] xcyclist: i'm really ont sure, i've never used clojure, just some cursory googling [18:13] Ok. I don't get a clj command with the apt-get install. I get a clojure command. The latter works as a top line interpretor handle, but I see no compile in the man page. [18:14] There are some other versions out there that I may need toinstall without the apt facility. [18:14] xcyclist: https://clojure.org/reference/compilation [18:14] xcyclist: clojure is weird :) [18:14] For now I'll just put up with the interpreter. If anybody knows specifically though, a way to do it from apt, I'd go for it. [18:15] I suspect the energy just hasn't yet gone into a .deb package. === coXZist1 is now known as coXZist [18:15] xcyclist: i thinnk the 'itnerpreter' is the compiller, when told to compile [18:15] xcyclist: alot of packages show up apt-cache, aything usefull there? [18:22] will unity get preserved on my system after upgrading to 18.04 or will apt remove it? [18:22] i mean, when 18.04 gets released [18:23] AmericanBlend: 18.04 will have gnome by default [18:23] i know [18:23] but, what if i upgrade from 16.04 to 18.04 [18:23] does 17.10 still have unity or can you enable it still [18:23] will unity survive the upgrade or will apt autoremove it [18:24] AmericanBlend: there will be a transition from unity to gnome [18:24] ok so unity will get removed, ok [18:24] AmericanBlend: canonical will make users feel comfortable with the new desktop, even for unity lovers [18:24] ... [18:24] actually unity is in universe on 18.04, so you could still use it [18:25] ah so it wont get autoremoved by apt [18:25] you're giving false informations here [18:25] it's confusing a bit [18:25] AmericanBlend: it willl probably get removed and you will transition to gnome [18:25] AmericanBlend: but you can always reinstall it [18:26] it's not yet decided yet and the 16.04 -> 18.04 upgrade path is not yet there [18:26] (won't be untill 18.04.1 anyways) [18:26] sure, i'm waiting for april with the upgrade anyway [18:26] AmericanBlend: your qwuestion is really for the ubuntu-desktop team, not the support channel [18:26] AmericanBlend: you need to wait until after april [18:26] as i just said [18:26] you need to wait until it's actually offered, if you want the smoothest experience [18:26] right [18:26] AmericanBlend: lts to lts upgrade is reccomended later on .1 as nacc suggesting [18:27] as i said at the beginning, i will upgrade from 16.04 to 18.04 [18:27] but only after the officiall release [18:27] AmericanBlend: which means you are jumpingn the gun [18:27] what does this mean? [18:27] AmericanBlend: i feel like you're missing my point. 18.04.0 != 18.04.1 [18:28] what point? [18:28] AmericanBlend: upgrades from 16.04 will onnly be offered the upgrade once 18.04.1 comes out, which is a few months llater [18:28] AmericanBlend: meaning at april alot of bugs will be sorted out still [18:28] ah ok [18:28] i just asked will unity get preserved during the upgrade process or will apt autoremove it >.> [18:29] AmericanBlend: we don't know yet [18:29] anyways, i got my answer, kind of [18:29] ok [18:29] AmericanBlend: because that path doesn't exist yet. [18:29] alright, all clear [18:31] another issue, how come my kernel isn't swapping almost at all with swappiness 100? [18:31] i got only 8GB of ram here and an ssd and i'm like the system to swap bit more [18:31] i'd like* [18:31] AmericanBlend: for ssd swappiness 10 is reccomended [18:31] TJ-: powertop is not working [18:32] swappiness 10 will cause system to rather take ram over virtual memory [18:32] hggdh: will it be canonical who'll package unity into universe? [18:32] hggdh: unity is already in universe in 18.04 [18:32] akik: rather [18:32] i want the system to rather use ssd [18:32] akik: not really. It is up to contributors [18:32] nacc: that's great news [18:32] at least bit more [18:32] akik: it has been sicne 17.10 afaik [18:33] AmericanBlend: you want the system to use your ssd (decreases its life) rather than memory? [18:33] i know it decreases it's life but i've experienced oom hangs already on this machine [18:34] chrome is a ram hogger [18:34] AmericanBlend: chromium-browser to the rescue [18:34] isn;t it the same thing but fully opens source release? [18:35] quick question ... analyzing a scipt .. im curious as to why even if i dont run the script, if i type ' echo I am user bandit23 | md5sum | cut -d ' ' -f 1' , it spits out my md5 [18:35] AmericanBlend: chromium is lightweight in use [18:35] i have just installed ubuntu 17.10, and in virtualbox, installed ubuntu server. i can't connect to ssh using my ubuntu. is it because i have ipv6 on ubuntu 17.10, and ip4 on ubuntu server? [18:36] how can i connect ssh?(ubuntu to ubuntu server on virtual box?) [18:36] headrx: what md5? [18:36] depends on networking method you chosen [18:36] senaps, ^ [18:36] https://pastebin.com/NfnZwgEQ [18:36] Nat [18:36] is the script [18:36] if it's nat you need to port forwad in vbox [18:36] AmericanBlend: swappiness shouldn't really have an impact on OOMs [18:37] how would i do that? [18:37] AmericanBlend: i mean, if it does, somethingn else is going on [18:37] EriC^^: https://pastebin.com/NfnZwgEQ is the script [18:37] headrx: i'm sorry, what are you asking exactly? [18:37] any hp laptop Channel ? [18:37] nacc, it has if system saves some physical memory it wont freeze that fast since there is more physical memory available [18:37] nacc, nah, that was a oom freeze, almost fully certain [18:37] AmericanBlend: you're not solving the underlying issue [18:37] headrx: the command does make an md5.. echo '...' | md5sum | cut [18:37] AmericanBlend: OOM is not a freeze [18:37] i actually monitor my system [18:37] AmericanBlend: OOM killls processes to free up memory [18:38] nacc, it can result with a freeze [18:38] headrx: i don't know what you think should happen [18:38] hggdh: i kind of meant if canonical will support unity in 18.04 as it's supported in 16.04? [18:38] headrx: you asked for field 1 after using the ' ' delimiter [18:38] headrx: which is the md5 [18:39] NAT is vm using my host ip to connect right? [18:40] akik: it is not Canonical that deals with Unity anymore. Anyone can, the package is in Universe [18:40] my question isnt why it gives the md5, its why it gives the md5 when im not actually running the script, im just typing echo ...... [18:41] akik: but -- so far -- since it is available on Bionic, I expect it will be just like another DE [18:41] hggdh: how about unity in 16.04? [18:41] akik: supported till eol [18:42] that's what i'm getting at. is it supported by different groups in 16.04 vs. 18.04 ? [18:42] headrx: echo | md5sum | cut , passes the line to md5sum which hashes it, then cut takes the first field and shows it, that's what those commands do [18:42] headrx: the script is just those commands in a file run one after another [18:43] akik: canonical supports 16.04 long time support [18:44] akik: on 18.04 like hggdh suggests, community could manage unity perhaps [18:44] EriC^^: understood. Im not actually running anything, its a script thast saved.. then i type in the terminal echo I am bandit23 | md5sum| cut -d ' ' -f 1 [18:45] and it spits back the md5sum [18:45] features of ubuntu 18? [18:45] oh [18:45] gopal: #ubuntu+1 [18:45] headrx: yup, those commands do that, if you want to experiment with it, try "echo hello | md5sum" for instance [18:45] i have the ip of the vm, but can't ping it. when i hit ping `10.0.2.15` it doesn't give any 100% packet's are lost. [18:46] headrx: there's a nice bit to add about echo | md5sum, that it also hashes the newline echo sends it too, if you just want the word hashed "echo -n hello | md5sum" does that and suppresses the newline [18:46] Hey guys is this a good irc channel to come to for support questions? [18:46] karoom21: if its about ubuntu, yes [18:47] Well i just started my Ubuntu adventure after switching from windows 10 yesterday and im trying to figure out how i can diagnose a crash im having [18:47] EriC^^: thanks [18:47] karoom21: tell us what happens mate === db_ is now known as Guest42961 [18:47] headrx: no problem [18:48] Hello [18:48] Could I install Ubuntu on a Rasberry? [18:48] oo5t: yes, #ubuntu-arm [18:48] Hi. I can not see my ip address when I do "ifconfig -a" [18:49] So i have this game called Hearts of Iron 4 and a few minutes into playing the computer restarts and brings me back to the log-in screen === Guest42961 is now known as Suppp === Trystam is now known as Tristam === Suppp is now known as Sup-pp [18:49] Not really sure how to diagnose this on ubuntu [18:50] !dmesg | karoom21 try here [18:50] karoom21 try here: dmesg is a console command which outputs the kernel ring buffer - an important log for diagnosing problems in Linux. Often when something errors with hardware it will result in additional lines reported which can be seen by running dmesg in a console. [18:50] karoom21: wich ubuntu version and driver/graphics card do you have? [18:51] I entered in !dmesg into the console and got dmesg: event not found [18:51] sorry, im running ubuntu 17.10 [18:51] karoom21: without the ! [18:51] lol [18:52] im also running the nvidia-384 driver [18:52] karoom21: on xorg or wayland? [18:52] the proprietary one [18:53] karoom21: i mean are you logged into the xorg or wayland session [18:53] Hmm how do i figure that out? [18:53] Sorry, complete novice here [18:53] karoom21: when you logout, you can choose wich to login to [18:53] i got the dmesg in the console btw too [18:54] Do i need to log out and back in to check? [18:54] karoom21: nvidia and wayland are not yet working properly [18:54] karoom21: yes plz [18:54] where on the log in screen does it give me this option? [18:55] karoom21: when you enter your username, the little icon should be able to choose ubuntu and ubuntu(on xorg) [18:55] okay ill check now thanks [18:57] Having some issues installing a tar.gz file. I've googled instructions and I when I get to the "./configure" step, the terminal spits out "No such file or directory". [18:58] I think I'm missing something really simple. Can someone help me install this file? [18:58] <__rob> my disk keeps remounting as read-only [18:58] <__rob> where can I find the error that caused this [18:58] <__rob> I ran a smartctl long test on /dev/sda2 [18:58] Vysty: the existence of that file varies based on what you're installing. What software are you trying to install? [18:58] <__rob> and it said it passed [18:58] <__rob> is there anything else that could be causing my issues [18:58] Vysty: (note that you should be reaching out to their support directly for help with it) [18:59] teward: A staking wallet for a cryptocurrency. [18:59] __rob: check your `dmesg` output and your syslog for any type of mouting issues or issues with your disk. [18:59] <__rob> teward, thanks will take a look [18:59] Vysty: yeah, that's useful. I meant the actual name of the software. [18:59] Vysty: my guess is you've got an autoconf.sh or something in there that you need to run that will *generate* the configure file. however, you should really be reading through a README or INSTALL documentation for such software if you're compiling by hand. [18:59] <__rob> there are always corrupted inode entires when I reboot and fsck after an unmount [19:00] I'm pretty new to ubuntu and I'm running xubuntu with a messed up upgrade to 17.10. I have an ISO image of 17.10.1. Is there a good user friendly utility for unbuntu for making it into a bootable USB drive? [19:00] <__rob> not sure if that is an obvious sign of pending disk failure or not [19:00] wait a minute, installing tar.gz? tar.gz is an archive and not executable. [19:00] teward: The README and INSTALL files didn't have much useful in them. [19:00] Okay so at my log in screen i have no icon that lets me choose xorg or wayland [19:00] Vysty: well, without further details like the software name of what's being compiled, it's impossible to give you any furhter support, try reaching out to the devs of that software directly for help? [19:00] karoom21: ok then you having that wayland bug with nvidia [19:00] because we're limited from what we can do since it's not software *we* wrote or know about directly. [19:00] Vysty: ^ [19:01] teward: it's called Interstellar Holdings [19:01] @lotuspsychje Hmm is it fixable? [19:01] how do i do mentions in irc? not really familiar [19:01] karoom21: think best scenario for you is going back to 16.04 or keep using 17.10 with nouveau driver+xorg [19:02] Vysty: did you download the linux .zip file or the source code? [19:02] The file I downloaded says "Source Code (tar.gz)" [19:02] There's also a "Source Code (zip)" [19:03] !tab | karoom21 [19:03] karoom21: You can use your key for autocompletion of nicknames in IRC, as well as for completion of filenames and programs on the command line. [19:03] Vysty: run the comile.sh file. [19:03] compile.sh* [19:03] Damn are there any patches on the horizon that address this bug? [19:03] ubottu, thanks man [19:03] Vysty: there isn't a ./configure file for that source code, it comes with its own .sh to execute the compile functionality. [19:03] karoom21: not yet, wayland is being work in progress for nvidia [19:03] Vysty: as to whether you have all the dependencies or not, that's a different issue and it's up to you to install all the dependencies. [19:04] well i switched to the x.org driver, ill restart and try the game now [19:04] teward: Aha, I got this figured out. Way simpler than I was making it. [19:04] Vysty: FYI, read through doc/build-unix.txt in that, it gives you instructions to compile. [19:04] karoom21: allrighty, try as test [19:04] Vysty: beyond that i can't really help you much, [19:04] Thanks! [19:07] <__rob> ughh [19:07] <__rob> https://pastebin.com/EzGTzqM0 [19:07] Well i can now see the little cog in the log in screen that gives me the session option [19:07] <__rob> presumably that means my disk is about to die ? [19:08] when i launch the game on the x.org drivers i see no visual i just get audio [19:08] __rob: could be, or bad cable or bad controller [19:08] its like the game is stuck minimized [19:09] karoom21: 17.10 is non-lts if you need a more stable experience, choose an LTS version? [19:09] Yeah i guess thats what i should do. [19:09] 17.10 is just so sleek and sexy [19:09] will the instructions here not work? https://askubuntu.com/questions/967955/ubuntu-17-10-on-wayland-how-can-i-install-the-nvidia-drivers [19:11] karoom21: thats ubuntu on xorg, like suggested [19:11] <__rob> any recommendation for something to backup my box to an ftp ? [19:11] so if i log in one a xorg session i could follow those instructions and it will work? or should i just downgrade to 16.04? [19:11] !backup | __rob [19:11] __rob: There are many ways to back your system up. Here's a few: https://help.ubuntu.com/community/BackupYourSystem , https://help.ubuntu.com/community/DuplicityBackupHowto , https://wiki.ubuntu.com/HomeUserBackup , https://help.ubuntu.com/community/MondoMindi - See also !sbackup and !cloning [19:11] so one last attempt. is there anyway to use the dGPU on my hybrid AMD laptop? HD 7690M XT & Intel iGPU [19:12] Ubuntu seems to only want to use the iGPU, can't get it to touch the dGPU. [19:12] karoom21: downgrade isnt possible, clean install 16.04 if you like [19:12] hi :) [19:13] or can i just use a xorg session and try the instructions i found? [19:13] karoom21: i presume your already in xorg, as wayland doesnt work on your card [19:13] karoom21: perhaps await the changes in 18.04? [19:13] well when i logged in i checked and the xorg one wasnt selected [19:14] karoom21: but selectable? [19:14] let me log out and check === coXZist1 is now known as coXZist [19:18] hello ubuntu people [19:18] I'm trying to understand something going on with my system wrt localhost [19:18] I'm using docker, and when I run a docker swarm locally, if I try to connect to that docker service via "localhost:", the connection hangs forever [19:18] but if I use "127.0.0.1:" it works fine [19:19] and I"m not sure why those are different [19:19] So i was able to select and log into the xorg session [19:19] Hail_Spacecake: do 'ping localhost' [19:20] good karoom21 [19:21] karoom21: with nouveau driver and xorg, you might still have a decent experience [19:21] okay i shall try the game now [19:22] jesus unplayably slow [19:23] also for some reason my wired connection isnt working now, only wifi [19:23] Ben64: looks like that works [19:24] can i try using the nvidia drivers on xorg? [19:24] Hail_Spacecake: does it ping 127.0.0.1 or something else [19:24] or at this point do i have to just fresh install 16.04 [19:24] karoom21: you could try [19:25] why would switching to an xorg session cause my wired connection not to work though? [19:27] karoom21: that might be a bug, having the same on 18.04 lately [19:27] hello everyone [19:28] I'm trying to change apache2 localhost to my own index.html using symlinks [19:28] well the game is still chugging even with the nvidia drivers [19:28] fuck [19:28] !language | karoom21 [19:28] karoom21: Please avoid any language that may be considered offensive, including acronyms and obfuscation of such - also see https://wiki.ubuntu.com/IRC/Guidelines || The main channels are English only, for other languages, see https://wiki.ubuntu.com/IRC/ChannelList [19:28] dahyun, and it's not working? [19:29] nope, I'm retrying right now [19:29] im a little new to linux so I'm having some trouble [19:30] i just finished undo-ing my changes [19:30] going to try again [19:31] dahyun, I think by default Apache doesn't follow symlinks outside the permitted directories [19:31] why hello people.. quick question. i hace windows and ubutu on my laptop. i just started it up and i wes getting a error log right after i selected ubuntu. my question is how would i find this error log abd try and fix it [19:32] Ben64: it pings 127.0.0.1 [19:32] dahyun, check your config for the entry and add: Options FollowSymLinks [19:32] donavan, 'less /var/log/syslog' [19:37] thank you lordcirth [19:38] but now i need ot find out what to do with this lol i belive i found the error [19:38] would any one be anle to take a look at this error log and guide me through it ?? [19:38] donavan: it woiuld help if you *shared* your log rather than ask if someone can help you [19:38] use a pastebin [19:38] !pastebin | donavan [19:38] donavan: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [19:41] ok im back lol got a black screen i had to rebppt [19:41] so the pasetbinit just paste bin the sys log was every one was saying ?? [19:42] donavan, yes, if you upload /var/log/syslog to the pastebin and then give us the link, we can look at it [19:42] ok thank you give me one second [19:43] ok he moment we all have bee waiting for lol [19:43] http://paste.ubuntu.com/26537391/ [19:45] donavan, that's not really an error [19:45] what do you mean ?? [19:45] is that log just for this new seasion after i rebooted my pc [19:45] donavan, cron is a utility that runs things on a schedule. That just says that cron.daily ran and did one thing. [19:47] donavan, was there another message you were worried about? You can go further back by reading syslog.1 === DarekDeo_ is now known as DarekDeo [19:48] Looks like it ran then ended. [19:49] i wish my syslog would be that small [19:49] okay this is quite annoying. third black screen this morning i was just trying to open the link from the pastebin it then i get a unresposive pc i cant even open a term with ctrl alt f6 === jstein_ is now known as jstein [19:50] ctrl alt T right? [19:50] yes i cn get a term with ctrl alt t [19:50] but not on a black screen [19:51] Laptop? [19:51] yes [19:51] Hot? [19:51] nope just turend it on [19:51] or turned** [19:51] turnt up [19:51] lol [19:52] you can switch to a console with alt+ctr+f1 [19:52] IDK, I got some hard crashes and finally figured out it was because my laptop was at "Cook and prepare meals." heat. [19:53] Yes, check temperatures, by feel and/or lm_sensors [19:53] thats what i was trying to do when i got a black screen because i can some time do ctrl alt f6 then ctrl alt f7 to get back into my pc [19:53] Took it apart and blew the dust out and it's cool as a cucumber now. [19:53] q [19:53] q [19:53] exit [19:54] /quit [19:58] lol i cant tell my pc temp [19:58] Sorry, no sensors were detected. [19:58] This is relatively common on laptops, where thermal management is [19:58] handled by ACPI rather than the OS. [19:58] I'm trying to get libusb-1.0-0-dev:i386 installed on Ubuntu 14.04.5 but not having any luck: https://pastebin.ubuntu.com/26537463/ [19:58] also E: Package 'libusb-1.0-doc:i386' has no installation candidate [19:59] This is up to date using the default us.archive repo's [20:00] will the Xorg.0.log show any error for you guys ?? [20:02] leftyfb: add libusb-1.0-0:i386 to your instal cmdllin [20:04] leftyfb: that is resolve that dependency for apt first [20:04] nacc: https://pastebin.ubuntu.com/26537501/ [20:05] not going down that rabbit hole :) [20:06] Should I be worried about this: Those are ECC DIMMS on motherboard supporting ECC: https://bpaste.net/show/60b607ec1a4c [20:08] ok, I'll come back to this in about an hour or so .. .gotta head out [20:08] sima: You might want to boot up to memtest86 and let it run a few hours [20:09] genii, but I did and memtest86 and memtest86+ abd pro version and for many hours (6, 8) and it is all good [20:10] question is what those messages mean [20:12] sima: https://unix.stackexchange.com/questions/83257/does-kernel-edac-mc0-ue-page-0x0-point-to-bad-memory-a-driver-or-something-e [20:12] okay how can i find out why my pc keeps crashing to a black screen any one ?? some told me my syslog but some one else said that was wrong [20:12] leftyfb: in a trusty i386 container, the -dev package installed fine [20:12] since the latest Lubuntu update [20:12] all video players stopped working [20:13] reinstalled vlc and Gnome MPlayer [20:13] no luck [20:13] whatever I load, instantly crashes all [20:13] nacc, here too with apt-get -s (suspect a 'steam' issue ?) [20:14] ioria: yeah, would be my guess, but would need to see more context [20:14] all latest updates were installed [20:14] right [20:14] do you have any idea what to try get it working again? [20:15] baci: do you have any ouput when starting vlc, e.g., from the commandline? [20:15] baci, and what Lubuntu ? 17.10 ? === coXZist1 is now known as coXZist [20:20] thanks genii [20:23] <_KaszpiR_> hm quick question, how can I check when someone did apt-get upgrade or apt-get dist-upgrade ? [20:23] http://trannyforce.pw [20:23] http://trannyforce.pw [20:23] http://trannyforce.pw [20:23] http://trannyforce.pw [20:23] _KaszpiR_: /var/log/apt/history.log [20:23] !ops [20:23] Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, bazhang, chu, dax [20:23] <_KaszpiR_> nacc yes I know, but that also hold any package installs [20:24] <_KaszpiR_> and I'm explicitly interested in dist upgrades [20:24] _KaszpiR_, term.log shows what commands were run [20:24] afaik so does history.log [20:25] CommandLine [20:25] Nevermind, it seems to only show output [20:25] lordcirth_work: yes, term.log is just the output [20:25] exit [20:25] Yeah, looking at history.log the CommandLine field works [20:25] <_KaszpiR_> nacc aaaah yes, thanks! Commandline: apt-get dist-upgrade [20:25] _KaszpiR_: although that misses `apt full-upgrade` [20:26] <_KaszpiR_> we don't do full upgrades [20:26] _KaszpiR_: what do you think dist-upgrade is? [20:26] they are synonyms. [20:26] in different tools [20:26] _KaszpiR_, are you on trusty ? 14.04 [20:26] <_KaszpiR_> i'm on 14.04 and 16.04 [20:26] <_KaszpiR_> thinking how to detect certain things with ansible in some sane way [20:27] _KaszpiR_: if you know exactly what you run, then why do you care? [20:27] <_KaszpiR_> was thinking about creating local fact [20:27] creating local fact [20:27] <_KaszpiR_> naccc cause we are going to present automation tools to 3rd parties and they may do upgrades on their own, and we want to warn them in certain situatlions [20:28] <_KaszpiR_> like 'your system was not upgraded in 3 months, pls die in a fire' [20:28] sweet [20:28] _KaszpiR_: that also will miss unattended-upgrades [20:28] etc. [20:29] <_KaszpiR_> we disabled that [20:29] there are better ways to determine if a system is out of date [20:29] <_KaszpiR_> such as? [20:29] I died in a fire once. Would not recommend it. [20:29] <_KaszpiR_> apt pinning? [20:29] `apt-get update` and look for what it tells you? or emulate the same [20:29] _KaszpiR_: no, not apt pinning [20:30] that has nothing to do with what you just said [20:30] <_KaszpiR_> yeah, bad idea [20:30] apt pinning is for holding packages at a specific version [20:30] <_KaszpiR_> ye [20:30] <_KaszpiR_> but still apt-cache policy can show interestig things [20:30] Like what version you have. [20:31] <_KaszpiR_> ok you said that history.log will mis apt full-upgrades [20:31] Of the software. [20:31] pantera: please don't just chime in [20:31] _KaszpiR_: right, becuase you are searching for 'apt-get dist-upgrade' [20:31] <_KaszpiR_> well, yes [20:32] _KaszpiR_: you can also run (apparently `apt list --upgradeable`) not sure if apt-get has something similar [20:32] <_KaszpiR_> but does apt updates history.log? [20:32] wondering if sudo apt update has a return status if updates needed [20:32] <_KaszpiR_> (not to mention ansible tries to invoke apptitude if available) [20:32] _KaszpiR_: it seems fragile to depend on some log file having the content you want [20:33] <_KaszpiR_> yeah :/ [20:33] nacc: you can run apt-get with -s show it'll just show what it'd do [20:33] <_KaszpiR_> welcome to ubuntu ;D [20:33] so it'll just show [20:33] _KaszpiR_: i think that's short-sighted and insulting a bit to ubuntu [20:33] <_KaszpiR_> that's why we switched to centos (hr hr hrrrr :D ) [20:33] _KaszpiR_: you decided to implement it this way :) [20:33] akik: yeah that's true to [20:34] <_KaszpiR_> not really, I asked how can I find when last time apt-get dist-upgrade was invoked ;D [20:34] akik: but if you olny care about if there are updates to install, simulating is still more expensive than you probably want [20:34] history.log [20:34] <_KaszpiR_> ok, to be more generic, how to detect when someone did dist-upgrade or full-upgrade [20:35] _KaszpiR_: still the same file [20:35] _KaszpiR_: my point was you seem to be searchinng for the wrong thigs [20:35] <_KaszpiR_> why so? [20:35] if you are tryingn to tell someone "hey your system is out of date", when they ran dist-upgrade is irrelevant [20:35] just see if there are packages to upgrade [20:35] <_KaszpiR_> ah this way [20:35] <_KaszpiR_> yes, you're right [20:36] because as root on your victim, i ca make your tool be dumb really easily [20:36] by always truncating history.log [20:36] just trying to save you some long-term pain [20:36] <_KaszpiR_> so my general idea is to actually use exact package versions and then when we present to3rd party updated version it will show them which core packages needs to be updated [20:37] <_KaszpiR_> that's why I was thinking about using apt-pin for certain packages, and maybe to give a note that 'its wort to pgrade after xxx days' [20:37] <_KaszpiR_> that would rather not be an issue if we had proper CI/CD setup [20:37] <_KaszpiR_> but client just wants to do certain things on their own === xet7 is now known as Guest90278 === xet7_ is now known as xet7 [21:07] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1743094?comments=all nice, meltdown patch breaks hibernation since kernel 4.13.0-25. [21:07] Launchpad bug 1743094 in linux (Ubuntu) "[regression] hibernation (freezes on resume) since 4.13.0-25.29" [Medium,Confirmed] [21:11] Transfusion: should report that to mint === coXZist1 is now known as coXZist === `phazed_ is now known as Sc0tty- === wellingtonxxl_ is now known as wellingtonr [21:34] i'm running 16.04.3 on aarch64 and having trouble installing a package; 'package sox is not available, but is referred to by another package ... sox has no installation candidate`. How should i make apt tell me more about what's going on? `apt-cache search sox` returns nothing. [21:36] (i have been able to install this package without issue on other machines with similar configurations, so i don't think this is an ARM problem) [21:37] !info sox xenial [21:37] grym: it should be in xenial/universe [21:37] sox (source: sox): Swiss army knife of sound processing. In component universe, is optional. Version 14.4.1-5 (xenial), package size 96 kB, installed size 219 kB [21:37] akik: i'm not super familar with apt; what does that imply i should do next? [21:38] grym, make sure you have enabled all your repos, universe included [21:38] grym: is aarch64 a platform that is supported by canonical? [21:38] kostkon: ahh, yes. just looked at sources.list [21:38] oh aarch64 [21:39] grym, you mean arm64? [21:39] kostkon: yes. nomenclature vaires [21:39] varies* [21:39] grym, it should be availabe to you [21:39] i'm on this: https://elinux.org/Jetson_TX1 [21:40] refreshing now [21:40] grym, oh [21:40] anyway, adding universe did the trick [21:40] grym, unfortunately, for that very reason, messed up repo sources, we only support Ubuntu here [21:41] kostkon: this _is_ ubuntu [21:41] says so all over the os :) [21:42] admittedly nvidia has plasted stuff on top [21:42] anyawy, thanks! [21:42] i thought elinux was some kind of Ubuntu derived distro === coXZist1 is now known as coXZist [21:43] kostkon: it's arm64 and supported [21:43] akik, apparently [21:50] nacc: hey, can we continue with my libusb issue? Can you repeat your last post about it? I signed off, got a notification while driving but for some reason it's gone and can't refer to it [21:53] i want to download something from ssh server and type [21:53] scp username@hostname:/path/to/remote/file -p port /path/to/local/file [21:53] its not working [21:53] ks92: -P not -p [21:54] ks92: also, "not working" isn't as helpful as error codes [21:54] still not working [21:54] no error but i get nothing [21:54] its like the port its not using here [21:54] its look like the port in wrong place [21:56] ks92: I just typed it out exactly as you did and got an error message. [21:57] ks92: you should have got "/path/to/remote/file: Not a directory" [21:57] i have everything right [21:57] but my problem with -p [21:58] shouldn't you specify the port before specifying user@host? [21:58] that's at least what man says [21:58] ks92: again, -P specified port, not -p. Second, if you typed everything right, it would be working. Third, if you typed it like you first did but with -P, then you would get an error message similar to what I posted [21:58] hello! === mister is now known as misterboring [21:59] scp username@hostname:/path/to/remote/file -P port /path/to/local/file this is not working too [21:59] ks92: please copy and paste exactly what you're doing with all resulting messages to pastebin.ubuntu.com [21:59] dude i didnt get any error message [21:59] when i type it , nothing happends [21:59] ks92: what version of ubuntu are you running? [21:59] 17.2 [22:00] That isn't a version of ubuntu [22:00] that's mint [22:00] 17.10 * [22:01] ks92, lsb_release -a [22:01] I've been testing out ubuntu 17.10 using the the installer iso on a usb drive. I'm typing "try ubuntu" environment right now. I tried to install VLC to run a video, but when I did it said "Unable to install VLC; failed to read from snapd: Error receiving data: Connection reset by peer." [22:02] No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 17.10 Release: 17.10 Codename: artful [22:02] ks92, ok [22:02] ks92: scp -P port username@hostname:/path/to/remote/file /path/to/local/file [22:02] then it says vlc is installed, and I can try and run it from the menu, but nothing happens when I launch it. trying to launch it from the terminal gets me: cannot create lock directory /run/snapd/lock: Permission denied [22:03] this happens for every program I try to test. I'm worried that if I go ahead and install 17.10 onto my hard drive I won't be able to install or run anything. [22:03] sa [22:03] what's going on? [22:03] not working [22:04] you have to edit /etc/apt/sources.list to install updates [22:04] ks92: please paste everything from your termial to pastebin [22:04] or just run synaptic [22:04] misterboring: I do not think your test is an adequate determination for the same functionality with ubuntu being installed [22:05] guysi how can i create something like a room ? [22:05] yuznumara: go to #freenode [22:05] worked [22:05] sry by bad [22:05] my* [22:05] thanks [22:05] alright, thanks. [22:05] ks92: next time, please provide the requested information when people are trying to help you [22:05] m8 do yo see mi rollin' [22:05] ye [22:06] lul man [22:06] its easier than i thought [22:06] f*ck that touchpad [22:06] dheenaxe: please stay on topic. This channel is for ubuntu support questions [22:06] whoops sorry about that [22:06] what was that ? [22:06] !op [22:06] Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, bazhang, chu, dax [22:07] oops, didn't know it was that critical of a tool [22:07] hello! anyone who could help me troubleshoot a "workspace switching" problem in Ubuntu 14.04 on 32 bits? [22:07] yea ubuntu 14.04 doesnt have regular updates [22:07] guys how can i create something like a room ? [22:07] you should upgrade to a newer version [22:07] yuznumara: go to #freenode for help with that. It has nothing to do with ubuntu [22:07] #freenode [22:08] quit [22:08] there you go. bye [22:08] 1 down [22:08] :) [22:08] rollingubuntu: please detail your issue [22:11] Is it possible to save any of the changes I make when I'm using the live-usb environment? Or keep any downloaded files? [22:11] misterboring: not by default, no [22:11] misterboring: copy the downloaded files to another location/drive/network device [22:11] leftyfb: thanks!! :) some days ago I had the Automatic update popping up and I did the updates, then, few days later I realized I can not use CTRL + ALT + arrows any more to switch between workspaces; now, the only way I can stilldo this is by using the mouse and the workspace switcher icon on the launcher. Note: if I have an app running ona workspace and I click that app's icon from the launcher, the workspace will not change an [22:12] leftyfb: alright. thanks again! [22:18] leftyfb: does this sound like a mystery? :D [22:19] rollingubuntu: it sounds like an incomplete post to me. I was waiting for you to finish your typing [22:20] leftyfb: right, apologies --> ... the workspace will not change and will not take me to the running app's window any more [22:21] rollingubuntu: I would open the "keyboard" utility, click on Shortcuts and verify and potentially set the shortcuts you prefer [22:22] leftyfb: been there, done that [22:22] rollingubuntu: any reason you haven't updated to 16.04? [22:24] leftyfb: yes... I am scared of updates, honestly... there could be something that does not work after one update (like this workspace switching for example) and while everything works, why bother? [22:24] yea i hear ya thats why im hesitating about updates [22:24] rollingubuntu: I used 14.04 for 2 years and never ran into your issue. I've been running 16.04 for 2 years and don't have those sorts of issues. [22:26] leftyfb: you are blessed I guess... I was telling the same to some of my friends who hesitated and eventually never went for Ubuntu because if there is anything that goes wrong, they felt they are screwed [22:27] yeah, cuz Microsoft does a much better job of supporing it's customers for free [22:28] heh or Google with the chromebooks, good luck getting a hold of someone there (talk to the robot they say) [22:28] leftyfb: more people are used to microsoft than ubuntu, so, there is a bigger likelyhood to run to your neighbour and ask for some tips? [22:28] have robots came out already [22:31] leftyfb: if any similar issue (like mine) would happen to your OS, how would you approach it? === gracious1_ is now known as gracious1 [22:33] rollingubuntu: try looking for another task using the same keyboard shortcut. Try installing compizconfig-settings-manager and look through there for the similar settings and verify/change as needed [22:36] is requests-ntlm not included anywhere in ubuntu's repositories? [22:37] kevr: doesn't look like it [22:37] hmm. [22:39] leftyfb: sorry, was afk myself [22:40] leftyfb: i spun up a ubuntu:trusty/i386 lxd and it installed fine there [22:40] nacc: I did the same [22:40] leftyfb: and it didn't install there? [22:40] looks like libcgmanager0:i386 is my problem on these machines [22:40] correct [22:40] leftyfb: hrm, maybe a ppa or something? [22:41] doesn't look like it [22:41] same version from trusty backports [22:42] nacc: https://pastebin.ubuntu.com/26538151/ [22:42] leftyfb: ah my system has backports enablled but did not install libcgmanager0 from it [22:42] leftyfb: i dont' believe backports go through the archive testing [22:42] none of those packages it's complaining about are installed as dependencies on the container with libcgmanager0 [22:42] leftyfb: or through install verification (that they don't break any packages in the archive) === coXZist1 is now known as coXZist [22:44] it would be great if we could track down what package or whatever is holding this up [22:44] leftyfb: my lxd has https://paste.ubuntu.com/26538159/ [22:44] leftyfb: try tellinng it *not* to use the backports version [22:46] leftyfb: since the click on the launcher to a running app like Firefox or any other really does not switch to the correct work-space (it does not switch to any work-space), I doubt it is a shortcut issue (the keyboard is fully functional, other shortcuts wotk, ex open the terminal, or the home folder) [22:47] rollingubuntu: tried disabling and enabling multiple workspaces? [22:47] leftyfb: yes, no change though [22:48] nacc: I tried sudo apt -t trusty-updates install libcgmanager0:i386 and got the same issue [22:48] s [22:48] hi is there any chance to create room with password [22:48] ? [22:49] yuznumara: I told you before. Please go to #freenode. [22:49] leftyfb: i'm not sure, all i did was `lxc launch ubuntu:trusty/i386; lxc exec bash` and in that shell apt-get update; apt-get install libusb-1.0-0-dev and it worked fine :) [22:50] nacc: I created a 64bit trusty ... same thing, not issues. I no it works with stock. I'm trying to track down where the issue lies with this install. It's prevalent in over 100 robots that will need this resolved :) [22:51] leftyfb: i see [22:51] how can I adjust my mouse speed and scroll speed? the system settings section has no effect [22:51] leftyfb: as annoying as it is, the easiest is to resolve the conflicts for apt, imo [22:51] the odd part is the error complaining about a bunch of packages which aren't actual dependencies [22:52] nacc: there are no conflicts [22:52] nacc: none of the packages it's complaining about are installed here or on the working container [22:53] leftyfb: libcgmanager0 is installed here [22:54] leftyfb: so yeah that's reallly weird [22:54] nacc: to be fair, the testing should be done on a 64bit environment to take into consideration the dependencies on 32bit libraries which 64bit systems use to support 32bit applications that 32bit systems don't need [22:55] since installing libcgmanager0 working fine on the 64bit os, but not libcgmanager0:i386 [23:05] hey guys - I am wanting to try out a custom gtk3 theme, but i can't find the directory that gnome-tweak tool stores themes in. Isn't it supposed to be ~/.themes ? [23:05] or could someone give me the correct location if I am mistaken [23:05] ubuntu 17.10 [23:05] vanilla gnome3 [23:11] leftyfb: the issue is installing on a multilib system as a foreign arch only? [23:14] TJ-: I don't follow. It's a 64bit arch. Trying to install a 32bit library to support a 32bit binary [23:14] you need multiarch [23:14] multilib/multiarch [23:14] leftyfb: right, is the target requires multilib foreign architecture, which affects the way the packages resolve [23:15] TJ-: the problem is, this works fine on a fresh container, but not on an existing setup we have. I need to track down what the difference is [23:16] leftyfb: Trusty still had some issues with separating out the i386/amd64 dependencies so I'd guess this may be one of them. You'll need to enable apt's debugging of the package resolver to pinpoint it [23:16] hello [23:16] TJ-: how do I do that? [23:18] leftyfb: try "apt-get -o Debug::pkgProblemResolver=true install ..." [23:18] leftyfb: see the Debug section of "man apt.conf" for other possible Debug names [23:19] leftyfb: "Debug::pkgDepCache::Marker=True" might be useful too [23:20] HA! [23:20] got it working [23:20] I actually just forced it to install from backports [23:20] leftyfb: I'll bet it's related to "libgl1-mesa-dev" (-dev package) which will draw in 'build' relationships [23:21] leftyfb: one of the major challenges of the multiarch transition was separating the -dev packages into arch-specific versions where structures used different sized elements [23:22] TJ-: it was related to that actually [23:22] TJ-: even though on the container test environment that package isn't neccesary [23:23] leftyfb: not surprised :) [23:23] TJ-: actually, it was libgl1-mesa-glx [23:24] https://pastebin.ubuntu.com/26538151/ [23:25] i'm out for the night now though. Thanks for the assist nacc and TJ- [23:25] leftyfb: yw [23:39] I would like to convert a ubuntu install into a virtual machine. it was installed to an 200gb hdd but only is using around 10gb of space. Is there a way to create an image without the extra blank space? [23:39] rsync [23:39] then manually adjust configs and install a bootloader [23:40] lwizardl: Depending on the file-system you can shrink it down to a minimal size, reduce the enclosing partition to match, and only copy the reduced image [23:41] create a self-expandable volume for the vm 9if your vm supports it that is), run another virtual system with that volume connected, format it, rsync the data or scp it, adjust the configs, install a bootloader, done [23:41] TJ-, I think it was ext3 partition [23:41] lwizardl: ext is good; has the resize2fs tool for the job [23:43] lwizardl: will you creating the VM image via a LiveISO boot, or another booted Ubuntu OS - as opposed to wanting to do this from the OS that needs shrinking? [23:44] TJ-, another booted system, I have pulled the drive from the other system [23:45] lwizardl: can you show us the partition table of the target HDD so I can give you an idea of what would be required? [23:48] let me connect the drive, have to find a spare sata cable [23:52] hello. I used ubuntu 17.10 a few months ago and had some issues with DNS leaking during VPN connections. I would like to use Ubuntu again as my daily driver. Does anyone know if this issue has been resolved? [23:54] respawn1: do you have a bug number? [23:55] hggdh: no, at the time I need a secure connection quickly so I never followed up with the correct procedure, I am just wondering generally if someone uses VPNs on ubuntu and is experiencing any DNS leaks [23:57] respawn1: what kind of DNS leak? the host's public ISP DNS server being used instead of DNS on the VPN? Or DNS requests routing over the public connection rather than the VPN connection?