[00:00] sybariten: you can mount dirs over ssh with sshfs [00:00] sybariten: https://help.ubuntu.com/community/SSHFS [00:00] akik: no no i mean just mount the drive on that machine [00:01] libertas: That do lend weight to the Bug report . Have you tried the fix ? [00:01] sybariten: you can put a line into /etc/fstab to mount it [00:01] it seems to be /dev/sda2 [00:02] yeah i dont mind doing it by hand, i just need a good line... i mean, i dont reboot the machine often [00:02] hey I'm having issues with editing a bootable iso [00:02] according to google the iso needs to be cp'd to another dir and then I can edit it, but cp is giving me IO errors [00:02] I'm using ubuntu 16.04 and whenever I mount it it says its a read-only filesystem [00:02] sybariten: https://help.ubuntu.com/community/MountingWindowsPartitions#Configuring_.2Fetc.2Ffstab [00:03] so I can't edit it because it's read-only and I can't copy because cp is throwing errors [00:03] permissions are fine [00:03] and I ran cp as su [00:04] gnulligan: I wonder... how full is this filesystem (df -h will show) [00:04] any help pls? [00:04] oh [00:04] ty, one sec [00:04] sybariten: use uid= and gid= options for mount to match your linux user id [00:05] /dev/loop0p1 and /dev/loop1p1 are 100% [00:05] hggdh: [00:05] gnulligan: well, there you go. You are out of space [00:05] wait [00:05] /dev/loop*? what are these filesystems? [00:06] iso [00:06] I mounted the iso [00:06] aren't ISOs read-only? [00:07] yeah [00:07] which is why I'm trying to cp -a iso /user/desktop [00:07] then I'll edit it and use mkisofs [00:07] which should have worked according to google [00:08] but cp is giving me io errors [00:09] When I do sudo cp -a /medi/user/my_iso.iso /home/user/Desktop/folder it says "cp: error reading 'media/blah': Input/output error [00:09] * hggdh goes walk the dogs [00:11] gnulligan: Please pastebin the output of "mount" to http://pastebin.ubuntu.com . [00:16] I have ubuntu setup in a virtual machine with a graphics card passed through. It only boots in nomodeset and doesn't use my graphics card. [00:16] How can I get it to work? [00:24] Did you install the drivers for your card [00:34] Just gonna ask again, but differently .... if i double click on a disk in ubuntu, on the desktop... a disk thats not mounted.... is there any way to "extract" the mount command that is being executed then ? [00:34] I got it [00:35] ty :) [00:36] sybariten: I'm not sure, but I would assume that the "defaults" flag is used in that case. Maybe not, if the drive is somehow 'special' though, I don't know. [00:37] also, if you have it mounted via click, try the 'mount' command and look for the drive. [00:37] yeah there is a bit of information in parenthesis after each drive entry... [00:40] wow theres quite a lot of attributes to this one specific drive apparently: /dev/sda2 on /media/jke/FA30D0D4DD7 type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096,uhelper=udisks2) [00:41] That looks pretty standard for fuse mount [00:41] ok [00:41] allow_other is the only real option I see [00:46] sybariten: do you need help figuring out how to enter that into fstab, or is that part clear? [00:48] Hello all. I was just having an issue where I couldn't turn airplane mode off. The suggestions in the forums didn't help. Anyone have any ideas? I'm trying a restore now, but would cancel if anyone is up for helping [00:50] oi === fabio is now known as Guest79642 [00:53] Sudo rfkill list all. Shows hard blocked: yes [00:54] Sudo rfkill unblock all. No change [00:55] hard block I thought was like a key combo because the hardware has it disabled [00:56] When I go to networking and slide airplane mode to off, it doesn't stick. How can I adjust at hardware level? [00:56] Either hit your key combo to turn on wifi, or enable it in the bios if that doesn't work [00:56] Nothing to do with software [00:57] Thanks. Is key combo specific to my machine? Maybe I accidently hit it?? [00:58] F me [00:58] It is specific to your machine, I know only dells you have to hit the Fn + one of the f keys that has the wifi symbol [00:58] Yep F2. Feel really foolish. Thanks so much [00:58] We've all done it before =) [00:58] Appreciate this community very much. Love and light people [01:01] Intel integrated graphics connected to monitor with VGA cable, trying to set resolution with cvt + xrandr works but when I try setting to 1920x1080@60Hz I get a black screen. Screen has 1920x1080 working via DVI. === antonm_ is now known as antonm [01:04] Is the vga cable rated for that resolution? A lot of them are low quality and only do certain resolutions like svga [01:05] Hmm thanks for the tip. I have no idea, I'll check on my other machine later =] === wetterfu1hs is now known as wetterfuchs_ [01:07] I got burned one year buying a longer generic vga. It takes all 15 pins to do 1080 or above. 4-6 of them were shorted out when tested with multimeter === stevendale_ is now known as stevendale === stevendale is now known as stevendal [01:13] tom__, the maximum resolution for VGA varies and is dependent on both the monitor and graphics card being able to create and receive the signal at the needed frequency and bandwidth. DVI is a fully digital signal while VGA is analog, DVI can carry more data than VGA which is why VGA does not always work at higher resolutions [01:14] low quality cables can also affect the signal, if possible, it would be recommended to use DVI [01:15] I like those little vga>dvi adapters. Of course then you have to figure out if the card can do dvi-i or if it is pure dvi-d [01:16] Adapters are good for quick fix, but longer term it's better to have less connections. Each device on the cable reduces quality and affects signal transmission [01:17] If the laptop makers would start putting in the correct ports sure we wouldn't need to [01:18] true === stevendal is now known as stevendale === nchambers is now known as uplime [02:10] Hi, I'm using the ubuntu docker via " docker run -it ubuntu bash " and doing a "apt-get install git" inside [02:10] why do I get E: Unable to locate package git [02:11] amosbird, what version of ubuntu are you on [02:12] apt update first? [02:12] hi i have a newly set up Ubuntu Server 16.04.4 with SSH Server and default utilities installed on it. I'm trying to ssh tunnel into a VPS of mine. I have exchanged keys with the VPS but whenever I try to execute the ssh tunnel i keep getting asked for the rsa key password. however, when i execute the ssh tunnel by using sudo i'm not prompted for the rsa password. what could be wrong with my setup? [02:15] bazhang: 16.04 lts [02:15] OerHeks: ah, thanks [02:16] hmm, still E: Unable to locate package cmake3 [02:16] git is ok now [02:16] amosbird, not yet at the 16.04.4 ? [02:16] bazhang: I'm not sure. how can I print that ? [02:16] it's tagged as 16.04 === r0Oter is now known as r00ter === chat is now known as Guest64523 [02:18] is there a way of controlling the fan speed on a macbook a1181? o.o [02:18] not sure if the kernel natively supports the fan hardware [02:18] !fan | WorldGenesis[v] [02:18] WorldGenesis[v]: To access CPU temperature sensors and detect fan speeds, install the lm-sensors package. See https://help.ubuntu.com/community/SensorInstallHowto for installation and usage instructions. [02:18] !version | amosbird [02:18] amosbird: To find out what version of Ubuntu you have, type « lsb_release -a » in a !shell - To know the available version of a package, « apt-cache policy » [02:19] root@76875c59c19a:/# lsb_release -a [02:19] No LSB modules are available. [02:19] Distributor ID: Ubuntu [02:19] Ool: hello. I'm, back after re-installing Ubuntu, running ubuntu-drivers and restarting the system (just to be sure). The end result was the same: I get up to the login screen just fine, then the desktop crashes before visualizing anything and I'm back to the login. [02:19] Description: Ubuntu 16.04.3 LTS [02:19] Release: 16.04 [02:19] Codename: xenial === Leion1 is now known as Leion [02:23] Hi everyone, I'm stuck at a purple screen with a mouse cursor in the middle. I googled it but doing nomodeset at grub didn't have any effect. What can I do to fix this? [02:24] KrisWood, is this at installation or what stage [02:24] cfhowlett I've been running this machine continuously for a few months, this is the first reboot in ages [02:25] KrisWood, ah. server? [02:25] I'd turned it off to add an extra hard drive I had laying around. [02:25] cfhowlett I don't remember if I did server or desktop this time, honestly [02:25] cfhowlett either I did desktop or I installed a desktop on it [02:26] KrisWood, sounds like the additional hardware has confused things. [02:27] cfhowlett, that's what I thought at first so I turned it off and removed the drive then turned it on again. Now it's still stuck at the purple screen [02:27] KrisWood, I'd guess grub is whacked. reinstall? [02:27] !grub [02:27] GRUB2 is the default Ubuntu boot manager. Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub2 [02:29] I can't get to a terminal, so that link doesn't really work for me, but I'll try reading through grub stuff, maybe I can find a setting to change somewhere... [02:29] is there a way to do debconf-get-selections without installing the tested package? [02:31] FreakingOut1987, apt download packagename [02:33] thanks cfhowlett [02:34] happy2help! === brainwash_ is now known as brainwash [02:43] hi [02:43] how can I make apt-add-repository ppa:ubuntu-toolchain-r/test run without user interaction [02:43] it currently needs me to press enter [03:02] amosbird: Did you try the standard -y ? [03:02] Should work for most all apt commands [03:04] ah, thanks [03:09] Hi, I'm back. Still trying to diagnose this server hang issue, if anyone has any ideas. Today I came home and this was on the console, whole system hung: https://i.imgur.com/wzl5HuI.jpg [03:09] consider asking #ubuntu-server stiltzkin [03:09] yeah I suppose I should [03:10] but that uuid missing = no such partition. did you change hardware or something? [03:10] also maybe check hdd hw === Seven_Si2_Two is now known as Seven_Six_Two [03:10] haven't changed drives [03:10] it also boots up fine [03:11] but it will completely lock up at random intervals, usually every 24 hours [03:11] stiltzkin, sounds like failing HW to me. [03:12] I don't think so. [03:12] The hardware is relatively new [03:12] did you look at it e.g. like "sudo smartctl -a /dev/sdX" (pkg smartmontools)? [03:13] yep drives are healthy [03:14] there's an MCE displayed during boot [03:14] also might be interesting what the kernel log says. maybe you would need to remotely log it via network so you get last messages before freeze [03:14] [Firmware Bug]: Ignoring request to disable invalid MCA bank [03:14] but I haven't been able to determine if this is normal or not [03:14] see: https://github.com/torvalds/linux/blob/master/arch/x86/kernel/cpu/mcheck/mce.c#L1867 [03:15] kernel log is clean, other than this MCE. There's no last messages before the system hangs indicating anything unusual. After the system reaches a hung state it's not reachable on the network [03:16] it's done this dozens of times, started popping up about a month ago or so and has happened nearly every day [03:16] sometimes it will go 2 days, sometimes it will go 8 hours [03:18] kind of at my wit's end with it, considering reinstalling. would have done it already if reinstalling all the software and config wasn't such a huge pita [03:18] maybe a long standing ssh connection with "dmesg -w" running would show something? [03:18] would that show anything that wouldn't already get logged to disk though? [03:18] I imagine the session would just end [03:18] if it cant log to disk? [03:18] i mean if it cant write anymore, how would it end up in that log then? [03:19] I suppose it's possible. It's not panicing though [03:19] at least, not that I can see [03:20] if it cant write to hdd (gave up waiting for root device), i guess you wont see last kernel messages by examining disk files [03:20] yeah [03:21] I don't understand why it would suddenly fail to write to the host drive though [03:21] drive reports healthy, it's an SSD [03:21] You turst SMART ? [03:21] *trust [03:21] what else is there to trust haha [03:21] Something that isn't consistently wrong [03:22] Like manafacturer provided tools [03:22] pretty sure WD's manufacturer provided tools just run SMART [03:25] Pretty sure it does a lot more than that. Just sucks that it only runs on DOS|Win [03:29] well I could clone the disk to a spare SSD to rule it out [03:29] but I don't think it will make any difference [03:30] I suspect this is a recent kernel issue or a hardware issue [03:30] stiltzkin, easy test: reboot, choose an old kernel [03:31] I've tried some older kernels and got the same results. However I might not have old enough kernels from before this started happening [03:31] I also tried switching to HWE kernel to see if it would help - it has not [03:32] Easy enough to install a pretty old one you knew worked good before, if you can remember the version|timeframe [03:34] I doubt I can make it match whatever it was previously [03:35] I was apparently running "mainline build" kernel, a term I've not heard before. It came up last time I asked this question in here [03:35] Which is unsupported I think [03:35] !mainline [03:35] The kernel team supply continuous mainline kernel builds which can be useful for tracking down issues or testing recent changes in the Linux kernel. More information is available at https://wiki.ubuntu.com/Kernel/MainlineBuilds [03:35] But I'm not sure why I was running it - I don't remember installing a custom kernel [03:41] probably at this point the best course of action is to replace the host drive (since I have one lying around anyway) and just do a full reinstall, as painful as it will be [03:42] but I was hoping to rule out hardware problems ahead of doing that and I haven't had much luck there === anyone is now known as meltdown_spectre [03:44] Can't really rule out hardware problems without reinstalling either [03:45] If you do them both at the same go you'll never know which one it was O.o [03:51] stiltzkin, try it with an updated iso === r0Oter is now known as r00ter [03:55] @kenrin, true but I care less about the root cause analysis and more about my uptime :) [03:55] the good folks in #ubuntu-server suggested setting up syslogd with UDP to a separate server so I'm going to give that a go first [03:55] in case the problem really is preventing the errors that take the system out from ever getting logged to disk === MoPac is now known as Guest12705 [03:58] hi [03:59] im having trouble accessing my firmware. i have an intel nuc === Israphel is now known as Guest85446 === Israphel_ is now known as Israphel [04:29]
  • really bad job from ubuntu folks .. why laptops aren't able to suspend when the battery juice is finished? we talked about this issue for years now [04:29]
  • I go online and everyone is complaining about it yet no from ubuntu team is willing to fix this inconvience [04:31]
  • time to give FreeBSD another shot [04:34]
  • all my work is gone because of this stupidity === gms is now known as Guest90606 [04:39] how to make script python? [04:40] what [04:42] whoami, open an editor, create your script (first line is "#!/usr/bin/python" or your shebang), save it, then `chmod +x` (make executable) & test it out... (note: i don't know python so possibility of typos/bobo's) [04:48] hi === ASDL is now known as SPeedY [05:28] hi, so i'm trying to install ubuntu 16.04 without going through external media by adding a menuentry for the ubuntu ISO in grub, and i've got the menuentry and it seems to work; seems to boot into a fully functioning ubuntu 16.04 desktop environment with a desktop icon to install ubuntu, but then the installer informs me that various different things are mounted, and asks me if i want to unmount them so that it can [05:28] continue, so i unmount them, and it seems like it continues just fine through the installer prompts, but then when it actually starts installing it seems to hang on the "Detecting file systems..." step [05:33] i haven't ever seen prompts about mounted file-systems in an ubuntu install before; i'm guessing that's because i've only ever done installs via DVD/USB; i've got the iso in a file on sda1, and sda is the drive i've trying to install ubuntu on, i figured that this might cause problems, if the installer is wanting to overwrite the drive that it's being read from in the first place [05:33] but idk how computers work so i figured i'd give it a shot lol [05:41] stoopkid: https://help.ubuntu.com/community/Grub2/ISOBoot can this help [05:45] ah, well, the "Installing Ubuntu from a Menuentry Boot" is at least indicating that the various prompts i was getting are normal. i guess i need to try unmounting this /isodevice before i try running the install, maybe that'll fix it [05:47] depends a lot on where the iso is. I wouldn't bother - just burn to usb drive (hard drives are way faster). Sometimes the drives are not listed in the correct order either - make sure you use uuid [05:48] you mean just put the iso on a separate drive and load it from there and then use that to install onto the original drive? [05:49] use dd or whatever and write the iso to the drive [05:50] sudo dd if=isoname.iso of=devicename bs=4M [05:50] then boot from that [05:50] works for most nixs [05:51] make sure you get the device name right! [05:52] should i use oflag=sync? [05:54] I don't usually - not sure what that is even. I also add status=progress to the end to see [05:54] stoopkid: I tend to just issue "sync" after it's done, wait until that completes and then do another sync and then unplug it [05:54] good thinking! [05:56] so basically some of the data that's supposed to be written by dd might still just be stored in buffers in ram and sync flushes those buffers to make sure it's all written to drive? or am i confused about the purpose of it [05:56] hello , Someone is using my nick, and i am authenticated to use that nick, what was the command for ghosting?, can someone help [05:56] stoopkid: exactly [05:57] "wait until that completes"; seems like it completed instantly, is that what i should be expecting? not sure how much data normally gets stored in these buffers [05:57] Blue_Crystal: /msg nickserv GHOST nick pass [05:58] stoopkid: with a slow usb stick, sync might take 10+ seconds to be done. There can be quite a lot of write caching. [05:58] stoopkid: if there is nothing to be written, sync returns immediately. [05:59] but it's "done" when it returns the command prompt to me, like i shouldn't ever expect it to be just be returning the command prompt while it syncs in the background? [05:59] i guess i can check ps for that [05:59] it's done. [06:00] stoopkid: it returns when whatever was in the write buffer at the time of issue, is written to disk. [06:00] stoopkid: if something kept writing into the write cache, then that might still not be committed to disk [06:00] gotcha [06:01] stoopkid: so basically if you do "dd ; sync ; sync" and this completes, you can be pretty sure that whatever was written by dd is now on disk [06:01] enuf, thanks, it says Green_Crystal has been ghosted and then, ~Green_Cry@unaffiliated/green-crystal/x-1110118 has just authenticated as you (Green_Crystal) what does this mean? === Jochen_wvdT is now known as Schlawiner [06:03] huh, well... i go to `shutdown now` so that i can switch out the drives and run the install, and it seems to need to stop the daemon 'rsync' [06:03] Blue_Crystal: try /nick Green_Crystal [06:05] enuf, ah, i understand, thanks for the help ^_^ [06:05] "killing all remaining processes... [fail]; restoring resolver state... [OK]; will now switch to single-user mode" [06:09] shutdown -h worked [06:09] weird. haven't gotten that issue before [06:18] hi [06:21] I'm trying to add a Launchpad PPA on 17.10 using add-apt-repository, but because our corporate proxy blocks whatever port HKP uses (11371?) it fails with "Error: retrieving gpg key timed out." [06:21] So does "sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com " [06:22] is there some other way to eg. force add-apt-repo to use TLS instead of plain HKP for key downloads? [06:24] detly: we dont support external ppa's here [06:24] detly: try to contact the maintainer [06:24] !ppa | detly [06:24] detly: A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge [06:24] do you support the software in the official archives? [06:24] detly: officially, we support all packages from the official repos [06:25] great! add-apt-repository and apt-key are both in there ;) [06:25] but if they do not support forcing TLS, I will look elsewhere for a solution [06:26] detly: wich package is it, you are looking for? [06:27] isn't it possible to download the key and then install from that? [06:28] knotahacker: from where? [06:28] lotuspsychje: pypy > 5.8 [06:28] oh, the keyserver has a web interface? [06:29] i did it a while back, i think i just used wget [06:30] not a web interface, it's just a file [06:30] everythings a file in linux... [06:30] wget won't work if the port is blocked though [06:33] !info pypy | detly [06:33] detly: pypy (source: pypy): fast alternative implementation of Python - PyPy interpreter. In component universe, is extra. Version 5.8.0+dfsg-2 (artful), package size 7375 kB, installed size 45023 kB [06:36] https://keyserver.ubuntu.com/ [06:37] search for the key you want, save as a file [06:41] detly: pypy key https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x251104D968854915 [06:42] detly: make your life easy and install pypy from official repos? [06:42] knotahacker: ooooh, I need "0x" at the start [06:42] lotuspsychje: 5.8 < 5.10 [06:42] !latest | detly [06:42] detly: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa. [06:42] knotahacker: not at all obvious, but that works, cheers [06:42] yep [06:43] easy to get in trouble mixing and matching though [06:43] updates can be horrible!! [06:44] knotahacker: pypy is relatively self-contained, and it's better than waiting 12 months to do development [06:44] suprised there isn't a snap package or docker or something? [06:44] I mean, the other alternative is to compile and install from source, which is far far harder to reverse than installing from a PPA [06:45] detly: ubuntu 18.04 has pypy 5.10 [06:45] knotahacker: could be, and if there were many more deps I'd look into that [06:45] true - i do it too sometimes, but i get into messes too! [06:45] lotuspsychje: good to know, cheers :) [06:46] detly: ans then there are also !backports and snaps [06:47] last time I tried installing via snap it was catastrophic, but that was a few months ago so maybe it's better now [06:48] I think I have backports enabled though [06:50] detly: just use the reccomended version 5.8? [06:52] lotuspsychje: unfortunately I'm hitting a crash in the JIT compiler in 5.8, and I need to see if it's still present in 5.10 (and if it's not, use 5.10) [06:53] detly: file a !bug against 5.8? [06:53] lotuspsychje: if it's fixed by upstream in 5.10, why would I file a bug? === LocaMocha is now known as Sauvin [06:55] I guess if it has security implications and a backport or patch is warranted? but then, knowing that it's fixed or not in 5.10 would still be necessary information [06:57] knotahacker: hah, even manually importing the key via "sudo apt-key add" won't satisfy add-apt-repository [06:57] at least in that case I can put the lines in /etc/apt/sources.list.d/ [06:59] detly: also if you need more stable, choose an LTS version [06:59] !info pypy xenial [06:59] pypy (source: pypy): fast alternative implementation of Python - PyPy interpreter. In component universe, is extra. Version 5.1.2+dfsg-1~16.04 (xenial), package size 6748 kB, installed size 37410 kB [07:05] detly: i know it's not the right way... [07:05] sometimes i cheat a little.. [07:06] if you're admin, you can do what you want right? :) [07:09] knotahacker: ah, if only :/ [07:09] daily backups help with peace of mind though [07:10] sometimes I wish i had my own keylogger just so i could undo my screwups. [07:10] ever seen a program/script to do that? [07:11] tee every command to a text file.. [07:11] so i dd'd this ubuntu iso to my second hard-drive, and it seems to boot into the install just fine. is there any way to add a menuentry for grub that would boot into that install? here's what i've tried https://pastebin.com/HRQB6yrc but i'm not sure why this doesn't work [07:13] not sure why you'de want to? [07:13] stoopkid: what's on the first hard drive? [07:13] ubuntu 14.04 [07:14] so you're going to do a new install to that? [07:14] knotahacker: i'm just curious about if i can use grub to select from different drives to boot from [07:15] stoopkid: possibly an obvious thing to do but have you tried just running update-grub2 (is it grub2 on 14.04?) from your 14.04 install? [07:15] sure. leave the drive in when you install and the installer will find it [07:15] detly: yea tried that [07:16] this is 2 drives in 1 pc, right? [07:16] knotahacker: sure the issue i'm running into is just getting into the installer on the second drive without physically swapping the drives or changing the boot priority in BIOS (which i don't seem to be able to do for some reason) [07:16] yea [07:17] so how did you get to the installer? [07:17] physically swapping the drives [07:17] stoopkid: does (hd1,0) actually contain the '/boot' dir? you can check from the grub console with "ls (hd1,0)/boot" [07:19] one sec [07:20] "press `c' for a command-line" ? [07:20] yep [07:20] in fact, you could just try "ls" at that command line [07:20] you might find you need eg. (hd1,gptX) rather than (hd1,X) [07:20] i don't have a command-line though, and `c' doesn't seem to give me one, hrm [07:21] well that's a bit off [07:21] *odd [07:21] did 14.04 have grub but not grub2? [07:22] does grub use 'update-grub' and grub2 use 'update-grub2' ? [07:22] I've got 14.04 on one of my machines and it definitely has grub2, but it might vary depending on which installer (server vs desktop)? [07:22] if you have grub2 installed, update-grub should just point to update-grub2 [07:22] oh wait i'm looking right at it [07:22] oops, other way around [07:23] GNU GRUB version 2.02~beta2-9ubuntu1.7 [07:23] if 'c' doesn't get you a console... I don't know what's happening there [07:23] I presume it responds to other keypresses, since you can boot past it? [07:24] right, at least up/down/enter [07:24] don't understand why you cant change boot priority in bios? [07:24] knotahacker: me neither [07:24] quick bash question: ive got a variable with a multiline text. And an xml file that has a single value in it that needs to be replaced with that variable. sed doesnt like that variable, as it contains "special chars"==newline. does anyone have an idea how to quickly get this sorted? [07:25] stoopkid: are both listed as drives in bios? how old is this pc? [07:26] ~2006; and yea both are listed, and nothing seems to be locked or disabled [07:26] gabe: https://stackoverflow.com/questions/1251999/how-can-i-replace-a-newline-n-using-sed [07:27] stoopkid: but there is no option to change priority? [07:28] there is an option to change priority, and all the drives including usb show up there, and it says on the screen to use + and - to move the items up and down in the list, but, whatever keys i press the screen just flickers and doesn't do anything [07:29] and nowhere else in bios does there appear to be any setting that could be disabling the ability to change the boot priority [07:29] Gabe: at worst, echo "$(everything before the variable)$(variable)$(everything after the variable)" > newfile [07:30] Hi there. Is 14.04 not supported anymore? 'sudo apt upgrade' is throwing me a bunch of 404. [07:30] stoopkid: don't know any other way i guess? if you leave your install drive in the boot slot, you can still install to the second [07:31] stoopkid: you'll just have to fix your grub menu after to boot to your second drive [07:31] hrm [07:32] stoopkid: by default, i mean. otherwise it will always boot to your install/live disk. which would be great for surfing bad places... [07:33] well, if i can do that, shouldn't i be able to fix the grub menu to have an option to boot into the install on the second drive? [07:33] right, it will just take the right series of commands. [07:33] everything is possible. [07:34] except for changing my bios boot priority or opening up the grub console, apparently XD [07:34] SegFault1: did you add external ppa's? [07:35] lotuspsychje, yes I do have some external ppa from launchpad [07:35] SegFault1: try to remove them and sudo apt update && sudo apt upgrade [07:35] !ppapurge | SegFault1 [07:35] SegFault1: To disable a PPA from your sources and revert your packages back to default Ubuntu packages, install ppa-purge and use the command: « sudo ppa-purge ppa:/ » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html [07:35] stoopkid: i would install from sda to sdb, grub-install to sdb, swap drives again and boot. [07:36] i have to remove all the ppa? [07:36] stoopkid: you can choose which drive you install grub to. [07:36] I have some important ppa since ubuntu's default repo have old versions [07:37] !latest | SegFault1 [07:37] SegFault1: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa. [07:38] stoopkid: after new install boots you can update-grub and it will find your install drive also [07:39] knotahacker: thx. found that one too, but I'd like to have the newlines in the xml file :) [07:40] hrm, is there any way to add a menu item that would take me into the console, if the grub won't let me get there just by pressing 'c'? [07:40] gabe: i'm certainly no expert, i get all my info from google. just trying to help. make copies of everything before you experiment!! [07:41] :) [07:41] Anyone install ubuntu on a 7700HQ ROG asus laptop? I have been having some cpu related errors with kubuntu 17.10.1 [07:41] stoopkid: no idea [07:41] I updated the firmware, gonna try again when the download finishes incase my install usb is corrupt [07:41] instead of purging them, if I comment it in my sources.list and run upgrade will that be okay. [07:42] 7700k with 17.10, anyone got it working? [07:43] SegFault1: what about all the wrong libraries? that can't work. reinstall the the ppas after only if you must. [07:54] ... [07:56] da nigga is eppen [07:56] niggaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa [07:56] alright then [07:57] so i managed to solve the grub console problem [07:57] by commenting the line "GRUB_HIDDEN_TIMEOUT=0" in /etc/default/grub , in attempt to get grub menu to show by default without holding shift key [07:58] (which also works) [07:58] no idea what that has to do with whether or not i can press `c' to get into the console, but... [08:01] alright, and found part of my problem, /dev/sdb is on (hd2) not (hd1) [08:02] hrm seems to be a bug in grub; i exit from the console back out to the menu and it prints the menu again without erasing the original menu [08:07] stoopkid: grub numbers things weird - the first counts from 1, the partition counts from 0 [08:09] stoopkid: i have hard drives in my laptop and i can get a grub menu off either one. if i royally screw up, i use my bios boot menu to get to my backup mini OS [08:10] stoopkid: 2 drives i ment [08:14] hrm, seems like it's the opposite; drive counts from 0 and partition counts from 1, at least on my system this must necessarily be the case [08:15] (hd0,1) is my /dev/sda1 [08:15] oh that must be it. haven't played with that in a while sorry [08:16] np i mean this would be a hell of a lot of stuff to memorize XD [08:16] and yet some do.. [08:17] like learning regular expressions for sed and awk. [08:17] i hope i never have to work at this low level that often / intensively XD [08:18] once you get tools you often find a need for them [08:28] alright getting closer; so first i was incorrect, the install isn't in (hd2,1)/, it's in (hd1)/ [08:29] (hd2,1) was the usb stick that i had the iso on from when i was trying to usb boot XD [08:32] muahaha, success! booting into install on second hd from grub menuentry [08:34] or... hopefully success; looks like it started, and i've got a mouse pointer... on a black screen, not sure if it's hanging or if i'm waiting for something to load [08:36] hello, anyone here successfully using open-eid software ? [08:36] i guess it's hanging... damn, so close [08:50] I use byobu on an external system. All I want is to be able to copy text from the byubu terminal window to my desktop. How can I do this, its driving me crazy [08:56] huh, weird, i'm getting the same behavior now with my original menuentry that successfully booted into the ISO on /dev/sda (aka (hd0,1)) [08:56] where before i was getting the ubuntu installer desktop env, now i'm just seeing the same black screen with a mouse [08:58] is the behavior at least consistent? that's what I like about me computer [08:58] nope [08:59] or at least, idk what changes i might've made to cause this to start happening [09:01] It appears my ethernet connection uses kernel module r8169. It experiences random connection loss, where my eth device loses its ipv4 address (keeps ipv6 address) although it stays "UP". I can connect as soon as I run dhclient -i . Should I be using a different module? [09:01] guys, I have a problem with usb [09:02] what's the difference between debian, ubuntu, and linux mint? [09:02] guys, I have a problem with usb [09:03] The USB / dev / sdb1 unit must first be mounted to a mount point. Most distributions will do this automatically after removing and reinserting the USB drive. [09:03] Nuovo1, what's the problem exactly [09:04] kostkon The USB / dev / sdb1 unit must first be mounted to a mount point. Most distributions will do this automatically after removing and reinserting the USB drive. === lesshaste is now known as Guest22984 [09:05] Nuovo1, so the usb drive you connect isn't mounted automatically [09:06] kostkon exact, and connected, and it works .. but does not consider it through unetbootin [09:07] Nuovo1: Can you use "disks" to mount it? [09:08] Gargoyle: no, I do not have records, I have a pen [09:08] Nuovo1: You're not making any sense! [09:09] i think the install is hanging when it gets to the point of trying to load the DE for the installer; is there a way to do the install through a command-line rather than through the GUI? [09:09] Gargoyle: but sorry, why do I have to use the record? I have the pen, it's easier for me [09:10] stoopkid, tried nomodeset? [09:10] !nomodeset | stoopkid [09:10] stoopkid: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter [09:10] I don't know what you mean by "record" or "pen"? Insert the usb drive then use the "Disks" application to see if/where it gets mounted. [09:11] stoopkid: good idea - add nomodeset the the end of your grub boot line with the kernel [09:11] "This makes it possible to have high resolution nice looking splash (boot) screens and flicker free transitions from boot splash to login screen. Unfortunately, on some cards this doesnt work properly and you end up with a black screen." (black screen in scary bold) looks like this might indeed be exactly the problem i'm running into, thanks kostkon [09:12] stoopkid, np [09:12] knotahacker: this would be the 'linux' command in the menuentry? [09:13] stoopkid: doesn't one line have a 'kernel' parameter? [09:13] stoopkid: the one that says root=xxx [09:13] Gargoyle: wait [09:14] nope i've got a loopback line, a linux line, and an initrd line [09:14] stoopkid: try it on the end of the linux line [09:15] Gargoyle: nothing k3b only disk [09:16] stoopkid: i would guess you have a 'Radeon' card - known to have issues. I had a laptop I could only use vesa mode unless I compiled my own kernel. [09:16] I use byobu on an external system over ssh. I want to copy text from the byubu terminal window to my desktop. How can I do this, its driving me crazy [09:16] weird, with nomodeset, it successfully boots into the DE [09:18] stoopkid: as long as it works. you can look up other solutions later, but you might need to stick it in /etc/default/grub then update-grub [09:19] stoopkid: then you can remove it from your grub and it will keep working (hopefully) [09:19] wrt the graphics, looks like NVIDIA GeForce 7900 GTX [09:19] trijntje: why can't you just select and paste? what doesn't work? [09:20] according to lshw (the physical card itself is unfortunately positioned against the wall in the chassis and i can't read the label) [09:20] Nuovo1: anything from running "lsblk" in terminal? [09:20] stoopkid: maybe the right driver would work better then - no idea [09:21] well, i'm definitely infinitely further ahead with it than i was when i first popped in here, thanks for all the help! [09:22] knotahacker: I can 'select' the text, but as soon as I let go of the mouse it de-selects everything, so I have no time to copy it [09:24] trijntje: whats your local system? i just installed byobu and it seems to copy/paste fine? ive got xubuntu latest [09:24] knotahacker: both are ubuntu 16.04 [09:24] trijntje: i installed to a remote machine over ssh [09:25] trijntje: i would guess its a local problem, not remote? over my head.. [09:27] Nuovo1: Remove the usb drive, then in a terminal run "dmesg -w". This will output some messages and then wait (it won't return your command prompt). Press enter a few times to make a gap and then insert your usb drive. You should almost immediately see some messages relating to the detection of the usb drive. Like this:- https://paste.ubuntu.com/p/574TXPx87f/ [09:27] trijntje: maybe it's a weird bug - try rebooting locally? [09:27] ok Gargoyle [09:28] thanks for you Gargoyle [09:30] rails [09:31] j/#rails [09:45] knotahacker: awesome, it totally works, minus the few catches here and there; i'll get that cleaned up over time though [09:46] just successfully completed my install and booted into it === SimonNL is now known as SimonNL_Afk [09:46] well dammit, i always speak too soon.. [09:47] "[TIME] Timed out waiting for device dev-di...\x2d8858\x2d4bf999..." [09:47] #rails [09:47] "[DEPEND] Dependency failed for /dev/disk/by-...92b-2658.." "[DEPEND] Dependency failed for Swap." === the_ant1 is now known as the_ant [09:49] stoopkid: did you swap drives or anything? [09:49] nope, finally got it set up where (ostensibly) i don't need to [09:50] had the installer on /dev/sdb, successfully booted into that from a menu item, and from there installed onto /dev/sda [09:50] stoopkid: if you can get into /etc/fstab you can fix the error about swap? [09:50] can i? what am i looking for in /etc/fstab? [09:50] stoopkid: just comment it out if you can? the line that has swap in it [09:51] seems to be a line below it with " 0 0", i guess i should comment that as well? [09:52] stoopkid: ideally you would add the line back in when you are sure of the proper name or uuid of the swap partition. [09:52] oh nvm it's just the same long line [09:52] stoopkid: from a command line 'lsblk -pf' [09:53] i tried `blkid /dev/sda5`, looks like that gives me the same UUID as was in fstab [09:55] I'm scared of ubuntu... I'm comfortable with debian but I love linuxMint [09:55] that's why I'm terrified of ubuntu... it's neither [09:56] stoopkid: you can change the uuid part to /dev/sdx wherever you swap is [09:57] sentbyGod: i have mint installed, but like xubunt best - for now. just got off Arch and had debian before that [09:57] sentbyGod: debians really slow to get updates unless you run a least testing [09:58] sentbyGod: ubuntu has a huge following though, so lots of help/posts on the web for help [09:59] sentbyGod: almost as good as the arch wiki [10:05] knotahacker: do i need to run some kind of update command or do the changes take effect immediately after editing fstab? [10:06] stoopkid: it's immediate, but you won't be sure unless you reboot. if you did it wrong it might hang... you just commented, or changed things? === Mono is now known as e42Mono [10:07] changed the UUID in the swap line to /dev/sda5, which is where the swap "should" be and that device also had the same UUID that was originally in fstab [10:07] so alright we'll see what rebooting does [10:08] stoopkid: did you do the 'lsblk -pf'? that shows device numbers also [10:08] stoopkid: even which one is swap [10:09] stoopkid: the -f is for filesystems [10:09] stoopkid: the p is for partitions - shows uuid [10:09] just ran it, showing /dev/sda5 with FSTYPE as "swap" and UUID as what was originally there [10:10] (in fstab, that is); i notice it's not mounted though. is it supposed to be? [10:10] try sudo mkswap /dev/sda5;sudo swapon /dev/sda5 [10:11] alright, didn't throw any errors or anything at least, i guess i'll try rebooting again [10:13] i'm showing a different UUID now in lsblk -pf [10:14] damn; still throwing the error [10:14] stoopkid: not sure why that happens sometimes, i end up using the /dev/sdx way mostly. i had uuids, but they do have uses. [10:15] stoopkid: does mkswap work? whats the error? [10:15] mkswap seemed like it worked; i'll pastebin the error [10:17] https://pastebin.com/SQy4xRZr [10:17] stoopkid: did you do swapon /dev/sda5? what does 'free -h' say? [10:17] yea [10:18] Swap: total 0B; used 0B; free 0B; [10:19] Swap is overrated! ;-) [10:19] stoopkid: wonder how it got all those forward slashes? try just using the /dev/sda5 instead of /dev/by-uuid... [10:19] Gargoyle: only way to hibernate, right? [10:20] Yeah. probably. [10:20] I have a desktop which never gets turned off. [10:20] well my line in fstab is "UUID=/dev/sda5 ..." so i'm guessing that's not quite right; i'm gonna switch that out with the new UUID it's showing in lsblk -pf [10:21] stoopkid: I think you use just "/dev/sda5" OR "UUID=blah,blahblah" [10:22] ah gotcha [10:22] stoopkid: ahh nope - '/dev/sda5 none swap sw 0 0' === xet7 is now known as Guest24245 === xet7_ is now known as xet7 [10:26] stoopkid: another important tip: comment the original line always and make a new one thats modified. then you can easily compare and reverse edits. [10:26] good call [10:26] stoopkid: mostly speaking to myself :) [10:28] What's cryptswap !? (https://paste.ubuntu.com/p/ysQ9kSmvfS/) [10:28] hrm [10:29] Seems I have a 2GB swapfile, but "free -h" still reports 0 swap. [10:29] Gargoyle: you have to mount it in fstab [10:29] stoopkid: still not getting it? [10:30] knotahacker: Link to paste is my fstab. [10:30] so i set fstab back to use the '/dev/sda5 none swap ...', i run mkswap /dev/sda5, it says it wipes the old swap signature, and sets up swapspace version 1, size = 2 GB, and then looks like it succeedss [10:30] then i try swapon/dev/sda5, it says deactivating swap /dev/disk/by-uuid/..., says [OK] deactivated, and now it's just hanging [10:30] stoopkid: then you do swapon -a [10:31] stoopkid: did you reboot after? could be left in your mtab file [10:31] swapon -a /dev/sda5 "... swapon failed: Device or resource busy" [10:31] stoopkid: mtab shows what fstab is using now [10:32] stoopkid: /etc/mtab i mean [10:32] i don't see it in mtab [10:33] stoopkid: how much memory on your machine? [10:33] stoopkid: maybe don't bother [10:33] 2G ram [10:33] stoopkid: should be enough. comment it out and use it without for now. what de did you choose? [10:34] bash [10:34] stoopkid: i really like xfce4 - really great for older/low memory systems [10:34] stoopkid: you have a desktop or just command line? [10:35] stoopkid: i have a couple machines running servers no desktop [10:36] just command line, currently i'm booted into recovery mode root prompt; gonna try to mess with grub menuentry's to get a non-recovery non-root command-line [10:37] stoopkid: shucks - hey I got to go - im at work now and have some - er -work to do :) good luck! hope you get it working! [10:37] well have a good one, thanks for all the help! === bazhang_ is now known as bazhang [10:49] 卧槽。还真有人 [10:50] ubottu.com [10:50] !cn | cevin [10:50] cevin: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw [11:02] Hello. I just have a quick question about running an application on start up? [11:07] how to change primary display for using vga [11:07] not lvds [11:11] !ask | ubuntunoob1990 [11:11] ubuntunoob1990: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [11:11] mikerider: you can use for instance xrandr [11:12] How do i make a command run on start up? I am trying to set up a gerbera media server but auto start doesnt seem to work. There is a service for it. But it doesnt start on boot [11:14] !systemd | ubuntunoob1990 [11:14] ubuntunoob1990: systemd is the default init system for Ubuntu 15.04 onwards. For information on transitioning from upstart to systemd, see https://wiki.ubuntu.com/SystemdForUpstartUsers For a guide to basic service management with systemd, see https://www.digitalocean.com/community/tutorials/how-to-use-systemctl-to-manage-systemd-services-and-units === k_ is now known as Yohkii [11:15] ubuntunoob1990: googling suggests there's no official packages for gerbera, so it itself is not supported. there seems to be a !ppa for it tho and those packages probably have systemd targets [11:16] hateball, from what i can tell there are systemd targets but it just does not start on boot. I have to run it manually [11:16] well then, something is wrong :) [11:17] how download window 7 without porno pictures [11:17] hateball was for Android x86 [11:17] what means ICS I no want sharing my computer [11:18] every usedul software block [11:18] why [11:18] no 9atom [11:18] no win7 [11:18] It's ok, you can go back to arch now. we're all impressed [11:18] Ubuntu went bad [11:18] maybe fryed my USB bus [11:19] laptop fryed [11:19] I [11:19] ubuntunoob1990: How are you running it manually? [11:20] quantal worked and seems somebody hacked it [11:20] if the os can run zsnes it is fine [11:20] ZSNES [11:20] mikerider: You are the worst chatbot ever! [11:21] what you want for software on eeepc [11:21] ubuntunoob1990: "journalctl -u $servicename" should show the log and why the service failed to start [11:21] 9atom gone [11:21] mikerider: Do you have actual support questions? Otherwise there is !ot [11:22] Ubuntu 16 fry my USB bus? [11:22] why USB chip melt on board [11:22] after use Ubuntu 16 [11:22] Is there any official way to install AMD GPU drivers? I rekt my OS last time [11:22] Ubuntu 16 meltem? [11:23] xubuntu 4.4.0.21 [11:23] Yohkii: For what chipset? The AMD drivers are included in the kernel now [11:24] I have a R9 280 and it cries for opencl if I try to run a miner [11:24] Yohkii: If you are on 16.04.04, then use !hwe to put you on kernel 4.13 with newer mesa/xorg [11:24] I tried running the amdgpu pro and AMD-APP-SDK, which made my screen black on boot [11:25] could get miner running from console, but screen never lit back up [11:25] should be no need for amdgpu-pro [11:26] ok, then I won't have to try that again :D [11:26] !hwe | Yohkii first upgrade using HWE [11:26] Yohkii first upgrade using HWE: The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack [11:26] then you should be able to use... [11:26] !info mesa-opencl-icd [11:26] mesa-opencl-icd (source: mesa): free implementation of the OpenCL API -- ICD runtime. In component universe, is optional. Version 17.2.8-0ubuntu0~17.10.1 (artful), package size 8701 kB, installed size 35156 kB === enko-work is now known as enko-w [11:27] I don't use AMD myself tho so I can't say 100% it'll work === SimonNL_Afk is now known as SimonNL [11:30] Thanks a lot hateball, hopefully I'll have it running as soon as it all is done installing [11:31] Yohkii: Good luck ! [11:31] Ubuntu is too much of a risk now [11:32] hi there :) [11:32] Ubuntu is too much of a risk for what if you dont mind me asking? I'm using Xubuntu 16.04 at moment [11:32] Hey everyone is there a way to modify a ubuntu iso to do an unattended Installation of Ubuntu I found this offical do https://help.ubuntu.com/community/InstallCDCustomization but there i still have the problem when starting from the custom version i still get the menu at bootup to select language [11:34] ditch ubuntu [11:34] after it fryed my USB bus [11:35] Ubuntu cannot be trusted [11:35] some sort of hardware enablement stack [11:35] "able" [11:35] mikerider: Ubuntu did not fry your USB bus. [11:35] no? [11:36] then explain how a specific USB chip gets fryed? [11:36] Maybe you should use a different kernel so Ubuntu handles the motherboard differently. Low-latency kernel is good for things like gaming i heard. [11:37] last low latency kernel was Ubuntu studio 8 [11:37] Not sure about USB chips. Let me look it up... [11:37] forget ubuntu [11:37] after the Macs hacked my Ubuntu quantal cloud they wasted it [11:38] mikerider: Please stop === dah85 is now known as notdah85 [11:38] though from the experience I'd guess more USA born crackers [11:38] this is what years have spawned [11:39] some crackers [11:39] I'd rather have secure com lines. [11:41] I have limited knowledge of electronics other than with solar technology so i dont see how a Linux OS could fry a computer chip component [11:41] It'll be interesting to read into later maybe [11:41] it couldn't, the dude is gone and probably a troll, not worth continuing [11:45] Anyway here's the quick manual terrminal command for anyone interested in the low-latency kernel for Ubuntu systems i mentioned earlier: sudo apt-get install linux-image-lowlatency. [11:46] It makes Linux games such as those in the Steam store run more responsively in case there are any gamers in this chatroom, which I'm pretty sure there are. [11:46] so i'm trying to install an nvidia driver, and it's giving me a warning that the current compiler is 5.4, but the kernel was installed with 5.3, and apparently it wants to be compiled with exactly the same version of gcc that the kernel used; would it work to use 5.4 or should i go ahead and try to install 5.3? [11:47] stoopkid: Why not just use the apt package? [11:48] lack of knowledge of how to :) [11:48] you're going the harder route though [11:49] idk, i'm trying to install it onto a non-networked computer, otherwise i'd just be running "apt-get install" commands [11:49] hook it up to a network for this [11:50] stoopkid: Oh wow. you brave soul! [11:51] I wouldn't even know where to start with that! [11:51] If you fry your USB in a microwave, are microwaves unsafe? [11:51] well, i'm trying to follow this glacier protocol, or at least, figure out to what extent it can realistically be followed [11:51] Yohkii: Yes. [11:52] I see [11:55] everything works with it so far except i think lack of the proper nvidia driver is garbling some characters on my screen, which is problematic for copying keys from screen to paper [11:56] but on second thought, to install this extra stuff i'm already stepping outside the glacier protocol root of trust... so i should probably try something else first [11:57] not sure what that something else would be, since i have one monitor, one quarantined PC, and only one way to connect them... through this nvidia graphics card [11:57] What is the point for the root of trust thing? === SimonNL is now known as SimonNL_Afk [12:01] to use exactly the tools that are vouched for by the glacier protocol developers, for lack of being able to audit all the code myself (yet) [12:01] (software tools anyway; i'm kinda limited on hw due to being broke :) [12:02] i can't necessarily audit all the code, but, i can look and see that lots of money that is secured by this code is still sitting there, so.. that probably says more than any audit i could do would, anyway [12:03] So they provide versions of all software that is approved? [12:05] they link to ubuntu 16.04 and bitcoincore and a couple smaller scripts, along with what sha256sums should be expected for them [12:06] they've got specific versions of things selected, but, still directing to external sources to actual acquire them, but they've got the sha256sums there to verify those downloads, in theory anyway === MoPac is now known as Guest24377 [12:07] How is this Ubuntu related? [12:08] it was ubuntu related when i was asking about how to install packages onto offline machines, now i'm reconsidering whether to do that and am just answering some of Gargoyle 's questions about what it is i'm doing [12:10] hola [12:11] hola [12:12] heyyy === meltdown_spectre is now known as eschwartz [12:13] !ask | usuario_ [12:13] usuario_: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [12:14] join [12:14] ya me va [12:14] !spanish | usuario_ [12:14] usuario_: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro. [12:14] ok [12:15] ??? [12:15] ola [12:15] picha corta [12:15] ??? [12:15] gracioso [12:15] tu madre si que es gracioso [12:15] usuario_, please find a different room to test conversations in [12:16] your mum is a diferent room [12:16] madafaka [12:16] beach [12:16] your mum is a shit [12:16] fgf [12:16] o.O [12:17] usuario_: Not here either mate. [12:20] thanks DalekSec === nzoueidi_ is now known as nzoueidi === gr33n7007h is now known as al2o3-cr [12:30] hello [12:30] I am getting notifications from an app , i.e Telegram. Is it possible to save these notifications in a file? [12:31] I frequently use middle click to lower windows in Ubuntu (xenial). a recent update to Chrome has broken this functionality, but only for Chrome windows. is there anything that I can do to fix this? btw I should say that if I enable "use system title bar and borders" it's fine, but I prefer the other way and have always been able to use it before === trumee_ is now known as trumee === gr33n7007h is now known as al2o3-cr [13:03] Hello, I have a small issue with ubuntu, the sidebar and the top thingie where I can see the time don't load. I tried rebooting and it didn't help. [13:09] after adding some files to ubuntu iso via "iso master" the iso is bootable as a cd (iso) but not as an usbstick (mbr). how can I fix this? [13:12] Hi, It looks like the package repository for 16.10 is removed from the ubuntu servers. Is there any mirror where I can find those packages? [13:14] mistry, http://old-releases.ubuntu.com/ [13:16] Is there way to install docker on Ubuntu 16.04.04 ? Docs says https://docs.docker.com/install/linux/docker-ce/ubuntu/ only about Ubuntu 16.04 (LTS) [13:17] docker is in the ubuntu repo [13:17] just install the package [13:18] ikonia: from docker docs: The contents of /var/lib/docker/, including images, containers, volumes, and networks, are preserved. The Docker CE package is now called docker-ce. [13:19] outoftime_92: what has that got to do with what I've just said [13:19] kostkon, that link contains the ubuntu ISO files. I am looking for the packages repository. [13:19] mistry, https://help.ubuntu.com/community/EOLUpgrades#Update_sources.list [13:21] Hello I'm back. My sidebar and topbar on ubuntu have disappeared. I tried to enter ccsm in the terminal and all options are disabled there and if I reenable them, it won't save my new settings. [13:22] I'm getting a problem with the Python wrapper to this library https://github.com/NiklasRosenstein/deepmatching/blob/master/Makefile. I got it to complete the build but when I import the Python module I get the error "ImportError: ./_deepmatching.so: undefined symbol: png_create_info_struct" I've apt-getting various version of libpng but I can;t get it to work. [13:22] Does this look like I have a wrong version of libpng or something like that? [13:22] multifractal: talk to the maintainer of that library [13:22] outoftime_92, 16.04.04 /is/ 16.04 [13:23] it's a point release [13:25] kostkon, thanks, I'll give it a try [13:26] mistry, just update your sources list to point to old-releases [13:27] ikonia: I accidentally instaled a couple of libpngs concurrently, and now removed all of them except libpng12-0. But when I only have this version 12, the build fails with "png.h: No such file or directory". [13:28] you're missing the header from the development package === richard is now known as Guest31553 [13:33] Please I have a problem can someone help me? My side and top panels have disappeared. I tried to reactivate the unity pluggin in ccsm but it didn't work. [13:34] dedze, tried the Guest session ? [13:34] ioria: Hi, thank you for your answer, I will try [13:35] ok [13:36] ioria: It happened only today and last night I updated from the update manager [13:37] dedze: this was an answer for 14.04 https://askubuntu.com/questions/475296/unity-launcher-and-top-panel-disappeared-in-14-04 [13:37] ioria: Everything is fine in the guest session [13:37] can i deinstall pulseaudio or do i get dependency issues. only want to use alsa [13:37] dedze, ok, something wrong with your personal (user) session... [13:38] kostkon, I updated the sources.list , then did an "apt-get update" . Still my "apt-get install" fails. Here's the error https://paste.ubuntu.com/p/stqJsnHDzD/ [13:38] dedze, sudo apt update && sudo apt full-upgrade [13:38] ioria: Should I do this in my session or ghost session? [13:38] I mean guest [13:39] dedze, you can do it also in console if you want [13:39] dedze, nope, in your session [13:39] Is console the same as terminal? [13:39] dedze, no, ctrl+alt+f1 [13:39] Hi folks [13:40] mistry, also paste your sources.list contents [13:41] ioria: ctrl+alt+f1 doesn't do anything in my session [13:42] dedze, ctrl+alt+f2 [13:43] ioria: is there a way to change my keyboard layyout from the terminal? It will be complicated to put my password with the french layyout [13:43] kostkon, https://paste.ubuntu.com/p/dVFG67XYWw/ [13:44] looks like old-releases is missing packages ... again [13:44] dedze, ok, can you login in your session and open a terminal ? [13:44] ioria: this I can yep [13:45] dedze, sudo apt update && sudo apt full-upgrade [13:46] mistry, just make a backup of it, e.g. mv /etc/apt/sources.list /etc/apt/sources.list.bak, then remove all the lines and just paste those four lines that are shown on the wiki page https://help.ubuntu.com/community/EOLUpgrades#Update_sources.list [13:46] ioria: It's done :P [13:46] kostkon, mistry: Won't help [13:46] ioria: Should I reboot now, [13:47] kostkon: look here: curl -s http://old-releases.ubuntu.com/ubuntu/dists/yakkety/universe/binary-amd64/Packages.xz | xz -cd | awk -v RS= '/^Package: geany-common/' [13:47] it says Filename: pool/universe/g/geany/geany-common_1.28-2_all.deb but that clearly doesn't exist: http://old-releases.ubuntu.com/ubuntu/pool/universe/g/geany/ === Guest31553 is now known as Bo [13:48] geirha, hmm === Bo is now known as Bo_Tree [13:48] ioria: Welcome back, it's done, I'm rebooting [13:48] dedze, ok [13:50] ioria: the side and top bars are still missing :P [13:51] kostkon, I've done that, same results. terminal capture = https://paste.ubuntu.com/p/BqR4mx6xFt/ [13:51] dedze, are you on xenial, right ? [13:51] Ubuntu 16.04 [13:51] mistry, the file isn't there it seems [13:51] dedze, can you paste ~/.xsession-errors [13:52] Should I put this into the terminal? [13:53] ioria: BTW when I enter ccsm in the terminal it opens the control panel for some software? Everything is deactivated, but on the guest session a lot of things were activated [13:53] ioria: Maybe the issue comes from this? I tried to reactivate but it won't save my changes [13:53] kostkon, You're right.. I was able to install leafpad.. though i was unable to install geany / meld [13:54] dedze, you can backup your ~/.config and ~/.compiz folders and reoot [13:54] *reboot === ledeni_ is now known as ledeni [13:55] ioria: How do I do this? Sorry I'm really bad with ubuntu hehe. [13:55] mistry, ok. but best course of action would be to upgrade to a supported release. otherwise, you'll continue to have repo problems and you aren't currently gettung any security updates. your system is alreadu pretty insecure at this point [13:55] test [13:55] dedze, cat ~/.xsession-errors | pastebinit [13:55] dedze: just make a copy of those files. They are in your home folder [13:56] e42Mono: How can I access the home folder from the terminal? Usually I use the side bar, but it's disappeared [13:56] ne2k: ok, thanks. [13:57] kostkon, you're right.. thanks [13:57] hi [13:57] ao [13:57] oooo [13:58] ioria: http://paste.ubuntu.com/p/4pHm9VDQ6k [13:58] coioni [13:58] geirha: mistry: kostkon: Geany 1.28-2 amd64: https://launchpad.net/ubuntu/+source/geany/1.28-2/+build/10950630 (see "Built files") [13:58] dedze: if you just do cd ~ now you're in your home folder [13:58] ioria: Something went wrong [13:58] by default a terminal opens in the home folder [13:59] "cd ~" like that [13:59] dedze, what's your video card ? and using proprietary drivers ? [14:00] ioria: I have no idea but I saw some AMD stuff when updated yesterday? Maybe it sapped to proprietary drivers. I also saw this while googling my issue but I have no idea how to check [14:00] swapped [14:01] dedze, did you install amdgpu-pro from the AMD website ? [14:01] firefox in ubuntu can not play video on facebook how to solve it ???? [14:01] I only installed from the ubuntu software center, the updates and skype [14:01] It's all I ever installed on the laptop [14:02] ioria: on amazon it says my laptop has this graphic card Intel HD Graphics [14:02] Is there any software that allows me to create bootable usbs with windows available in ubuntu software center? [14:02] nutzz: you can do things manually [14:03] When Ubuntu 18.04 server is released in April, will be ready for production use straight away or is it advisable to wait? [14:03] partition your usb drive into FAT32s [14:03] put bootables on each partition === blah_ is now known as BillyH === Tempesta_ is now known as Tempesta [14:03] I am from Indonesia [14:03] MacroMan, it will be "ready"... that's the point of waiting so long and testing..;. I generally wait until the first minor update though [14:04] e42Mono: ok, I'll do things manually. [14:04] do you want just windows? [14:04] or windows and ubuntu maybe? [14:04] TJ- , Thanks for the link... looks like I'll need to install some packages manually. [14:04] dedze, mv ~/.config ~/.config.back and do the same for the compiz folder [14:05] ioria: mv ~/.config ~/.config.back [14:05] ioria: Should I put all this in terminal? [14:06] dedze, yes [14:07] ioria: It's done but the terminal didnt write anything [14:07] dedze, backup also the compiz folder [14:07] mistry: you can generally find the build product on Launchpad by going to https://launchpad.net/ubuntu/+source/$SOURCE_PACKAGE_NAME/+publishinghistory following the correct 'Version' link and then following the 'Builds" link for the architecture (e.g. amd64) [14:07] ioria: I did it for both [14:07] dedze, reboot, then [14:08] Oki [14:08] hi :) assume I have an HTTP CONNECT proxy that can simulate my favorite subset of the internet. is there a somewhat-easy way to establish a network interface that simulates a direct DHCP internet connection by tunneling the traffic through my CONNECT proxy? [14:08] mistry: or if you know the exact package version you can start from https://launchpad.net/ubuntu/+source/$SOURCE_PACKAGE_NAME/$VERSION [14:09] Hi TJ- [14:09] Sven_vB: simulates a direct dhcp internet connection ? [14:09] do you mean a NAT [14:09] ikonia, I'm not entirely sure but I think yes. [14:10] Sven_vB: what are you actually trying to do / why [14:10] maybe that will help us get the right answer for you [14:10] ioria: I rebooted the laptop, the side and top bars are not back :p [14:10] TJ-: thanks for the info.. its really really useful.. I'd previously installed a different version when i missed some packages. [14:10] Sven_vB: there is no such thing as a 'direct DHCP connection' and I cannot imagine a TCP HTTP proxy easily handling UDP DHCP [14:10] dedze, sudo apt install --reinstall ubuntu-desktop [14:12] TJ-, the relevant subset doesn't have relevant non-TCP servers that I know of. at least if I understood correctly that bind9 can answer DNS over TCP, too. [14:12] Sven_vB: what is the problem you are trying to solve [14:12] forget the solution, but what is the problem [14:12] ioria: It's finished [14:12] dedze, and try to set up a new user [14:12] Sven_vB: DHCP is not DNS, and DNS only uses TCP for zone file transfers, generally /not/ for queries [14:13] ioria: Do you mean creating a new user session? How do I do this from the terminal? [14:13] dedze, sudo adduser mynewuser [14:14] dedze, dash not working ? [14:14] ioria: What is dash? [14:14] dedze, press the Window key [14:14] ioria: The new user is created [14:15] It doesnt do anything [14:15] BTW altt ctrl t doesn't open terminal either [14:15] I had to right click th edesktop to open a terminal [14:15] dedze, right click ? [14:15] ikonia, I'm trying to make it easier for random programs to work with the restricted network access the proxy can provide. I'm trying to minimize the proxy config management effort when switching between locations with full normal/usual internet and mostly no internet. [14:16] Sven_vB: what you're suggesting a solution doesn't sound like "easy" [14:16] TJ-, oh thanks. then I might have to set up a local bind server. [14:16] ioria: I mean the shortcuts dont work, the only way I could open the terminal was to perform a right click with my mouse on the desktop [14:16] dedze, right click does not open a terminal [14:17] ioria: I mean right click then choose Open terminal from the menu :p [14:17] dedze: the key combo CTRL + ALT + F1 will get you a terminal [14:17] dedze, are you on unity ? [14:18] BillD73: Oh right it worked, but now I'm stucked inside how do I get out ? [14:18] ioria: Ubuntu 16.04 [14:18] dedze: no need to get out of it at the moment the things ioria is having you do need the terminal [14:18] dedze: from a console Alt+F7 should return you to the GUI on tty7 [14:18] dedze, CTRL + ALT + F7 will return you to the desktop [14:18] dedze, i suspect you're using something else [14:19] Thanks guys I'm back in the desktop [14:19] pragmaticenigma: Ctrl isn't require when in a console; that's only for when using the X server [14:19] dedze, xfce ? [14:19] ioria: It says in the terminal Ubuntu 16.04.4 LTS then my username === umib0zu is now known as um1b0zu [14:19] I did not know that TJ- ... must be carry over from RedHat days [14:20] dedze, echo $XDG_CURRENT_DESKTOP [14:21] ikonia, I don't have a solution yet, just an idea that might lead to one. some programs I use only understand environment proxy config, so managing the proxy config on an application level would require I restart them. I was hoping to ideally find some way to make NetworkManager arrange their connectivity, switching the configs as easy as switching the wifi. [14:21] if you're dropping your connection, you're pretty much restarting the service anyway [14:21] ioria: It didnt do anything [14:22] dedze, again please echo $XDG_CURRENT_DESKTOP [14:22] Sven_vB: wouldn't an easy solution to be to run a local proxy on your machine, point all the apps at that so it never changes, then just have the proxy forwarding config on a per URL basis set in your config === SimonNL is now known as SimonNL_Afk [14:22] ioria: Oh it says unity [14:23] dedze, logout and login in the new user [14:23] ioria: Sorry I think I got confused, I thought unity was a OS like ubuntu or windows [14:23] Unity is the launcher mine is Mate [14:23] LIST -YES [14:25] Bo_Tree: Is the launcher the name for the side bar? [14:25] ioria: the new user is completely normal at first sight [14:25] dedze, press the Window key [14:25] ioria: It opens the search thingie [14:26] dedze, that's the Dash [14:26] ioria: Ohh oki :p [14:26] ioria: Is my old user account dead? [14:26] dedze, log in again the broken user session and paste ls -al ~ | pastebinit [14:29] ikonia, that would probably do. I could makeshift my own tray icon for squid config, of course using the existing network manager icon would be nicer for UI. I'd then still have to micromanage programs that have bad or no support for HTTP proxy config, probably via some sort of SOCKS4-to-HTTP-proxy, then find a general-SOCKS equivalent of torify, then changing all the invocations to use that. [14:30] ikonia, thus, if NetworkManager had some neat kind of VPN that I could hook up to my proxy, that would have been much easier. [14:30] ioria: http://paste.ubuntu.com/p/ynRmbGKycw [14:30] Sven_vB: got to be honest, doesn't sound like a real world problem [14:31] I move around a lot and don't have this problem setting up my laptop use the network/proxy of the location [14:31] Sven_vB: for HTTP protocol, configure squid as a transparent proxy with a kernel netfilters redirect to squid [14:31] dedze, config it's still there [14:31] ikonia, I envy you. [14:31] Sven_vB: what appications are causing this level of problem ? [14:32] ioria: It must have recreated itself because the config.back is here too [14:32] dedze, right... so dbus is owned by root [14:32] ikonia, old games for one. [14:33] ioria: I have no idea about this [14:33] a game ! [14:33] the way you where talking about this, sounded like business apps "I'd have to restart it" as if you couldn't affort downtime [14:34] dedze, sudo chown -R luffy:luffy .dbus [14:34] Sven_vB: so what are you trying to do? Avoid a restrictive firewall on the network you're connected to by tunneling out via HTTP proxy? [14:36] ioria: IDK about this one, I dont know much about the chown command and I'd rather not mess with it [14:37] dedze, the point is that in your Home folder all the files should be owned by you, not by root [14:37] ioria: I feel like the issue lies with not being able to reactivate unity plugin in CCSM [14:38] ioria: But isn't it like this for a reason? I'm scared it will break something later [14:39] dedze, you don't remove anything, you change ownership [14:39] ioria: I'd rather skip this one because I don't understand the consequences of it hehe [14:40] dedze: why ask for support when you refuse to accept and implement the support? [14:40] ok [14:40] TJ-, currently just trying to tunnel an old game and some comparable un-cooperative programs through my proxy, in order to show them an optimized version of the real internet. if I can extend that to a more general VPN-like approach, all the better. [14:40] leftyfb: No it's not like this, I don't want to be disrespectful.. I'm just trying to understand what's going on.. I'm just so unknowledgable about ubuntu [14:42] dedze: and ioria is trying to explain to you. Everything on your home directory should have permissions owned by your user. the chown command is "change ownership". If you want to know more about the command type: man chown [14:42] more general = easily give all programs that optimized view, and toggle which optimizations to apply. [14:42] Sven_vB: optimised version of the internet ? [14:42] what are you talking about [14:43] ikonia, establishing my own dictatorship censored/ patriotically enhanced version of the internet, inside my computer. [14:43] Sven_vB: thats not optimising anything [14:43] and what's the point [14:43] Sven_vB: got to be honest, this sounds like you're making a problem === zer0 is now known as Guest69247 [14:49] ikonia, the point is convincing the less-cooperative programs to behave the way I want, w/o having to learn how to decompile and patch their binaries. I've already managed parts of that using a virtual machine and some commercial network interception tools, now I'm trying to get that to work with just wine instead of a full windows VM, and a selfmade proxy instead of the 3rd-party intercept software. [14:50] Sven_vB: less-cooporative programs? [14:50] Sven_vB: honestly, just doesn't sound real [14:50] Sven_vB: can you give some examples with program names and how they're less cooperative than others? [14:52] ikonia, dunno what your "real" is. it's not a business problem, yes. it's more playing around. [14:52] How do I export an environment variable to system-wide? [14:53] skinux, set it in /etc/profile [14:53] Just put it after everything else? [14:55] skinux: yes [14:57] Sven_vB, akik, skinux: I thought the correct place for system wide env vars was in /etc/environment ? [14:57] leftyfb, nope, the once I could admit I'm trying to run, I'd be expected to search the internet for other solutions first. [14:58] Gargoyle, you're right, that's a better place for that. [14:58] Sven_vB: sounds like you have your answer then [14:58] *the ones [15:02] TJ-: Around? [15:03] Sven_vB: I don't really get how this is a problem, configure applition to use proxy on network you're on, job done [15:04] Done some research. Figured out that /drivers/media/dvb-core/Kconfig config DVB_MAX_ADAPTERS 16 [15:05] ikonia, yeah, for most of them I actually to have a mostly-working collection of many small crutches. I was hoping to generalize them using one large enough hammer instead of the many small special case solutions. [15:05] *do have [15:05] but most networks advertise a proxy, which is picked up by network manager [15:06] also I could save about 40-ish netfilter rules if all traffic went through my proxy by default. [15:06] ding da ding [15:07] ikonia, the Web Proxy Auto-Discovery Protocol mechanism? [15:07] Anyway, why would systemd complain of: "Error: Cannot create any directory in" $MUHDIRECTORY ? [15:07] Correct permissions. [15:07] Sven_vB: thats one way [15:07] chowned, chmodded [15:08] Attempting to change storage directory for apt-cacher-ng [15:08] Changed the folder in the configuration file and systemd file. [15:08] chmodded, chowned [15:08] But bitches. [15:08] dafuqsystemd: enough [15:08] this is not how tyou engage with people [15:09] ikonia: ? [15:09] dafuqsystemd: state a problem without bad language or rude phrases [15:09] dafuqsystemd: rather than join with a foolish nickname, ramble on and start saying things like "but bitches" [15:09] You're right, you're not being a good communicator. [15:09] !guidelines | dafuqsystemd [15:09] dafuqsystemd: The guidelines for using the Ubuntu channels can be found at https://wiki.ubuntu.com/IRC/Guidelines [15:09] COMPLAINS / Bitches [15:09] Thanks for culturally exluding me [15:09] Is there an rdesktop param that lets me draft files from windows to my home machine (ubuntu)? [15:09] That's not inclusive of you. [15:09] dafuqsystemd: I know what it means - don't need that sort of thing [15:11] well done [15:12] Anyone, since I was so rudely interrupted. [15:12] *popcorn* [15:12] Systemd complains about not being able to create a folder, while having correct permissions. [15:12] Can't have popcorn when someone has godmode on. [15:12] lmao [15:13] That's a coward ;) [15:13] youreaviagnagchi: there will be no more warnings [15:13] youreaviagnagchi, file system permissions you mean? have you checked apparmor or similar restriction mechanisms? [15:13] youreaviagnagchi: deal with your technical problem, no more snide comments or bad language or rude phrases please [15:13] Apparmor? Elabborate pls [15:13] ikonia: k [15:13] thanks [15:13] ikonia: k [15:13] hellier: does this help ... http://bayo.opadeyi.net/2011/06/copy-files-between-linux-and-windows.html [15:14] youreaviagnagchi, AppArmor is a programs that helps other programs avoid operating on files they're not meant to operate on. [15:14] youreaviagnagchi, like a firewall but for file systems. [15:14] Sven_vB: I've never modified it intentionally. [15:15] youreaviagnagchi, I didn't either when I first learned about it. [15:16] I'm not sure why it would complain just changing a directory in the configuraiton files. [15:16] I even copied source folder to new destination. [15:16] Nada. [15:16] youreaviagnagchi: are you aware of selinux ? [15:16] I know the name. [15:16] its similar to apparmor [15:16] youreaviagnagchi: apparmor is another way of doing the same thing, it's policy based protection [15:17] ikonia: k [15:17] so therefore changing a directory in a config file, may look like nothing, but if it's not in line with what the policy expects, it will block it [15:17] youreaviagnagchi: can you paste the output of the systemd command that shows that error? [15:18] youreaviagnagchi, also make sure you're really checking the same file paths for the permissions. a chroot might give the complaining service another view than you have. [15:19] Mar 07 09:18:21 $MYBOX apt-cacher-ng[9166]: Error: Cannot create any directory in $DIRECTORY [15:20] the "any" looks suspicious [15:20] That's a duff error message. We'll need to know what $DIRECTORY is? [15:20] Hello folks, I'm on 16.04 and updated my system only to find that I have no window decorations and also compositing seems messed up. After some reserach I used aptitude to reinstall compiz, unity and ubuntu-desktop but to no avail, lightdm seems fine but as soon as I login my user the top panel, unity dash or dock disappear. [15:21] Gargoyle: the directory I've change it to. [15:21] default is /var/cache/apt-cacher-ng [15:21] youreaviagnagchi, lemme guess, the new directory is not within /var [15:22] Sven_vB: correct, policy then I'm assuming? [15:22] youreaviagnagchi, could very well be the case. I still wonder why the error has "any" instead of a specific directory name that acng would have tried to create. [15:22] How does one download a link from the clipboard using wget? [15:23] you should see any policy errors in the syslog [15:23] Sven_vB: well, it doesn't necessarily create static files. [15:23] youreaviagnagchi, try su-ing into a shell running as the user account and group that you use for acng, then climb the path one-by-one starting from / [15:23] ikonia: syslog command? [15:23] no, syslog is a log file [15:24] usually /var/log/syslog [15:24] terminalator: In a terminal you mean? [15:25] Gargoyle: Yes, I'm tinkering around with wget and xclip, but haven't found a solution yet. [15:26] Do you mean programatically, and not just by typing "wget " and then pressing SHIFT+CTRL+v ? [15:26] terminalator, if you mean to download the file at the URL that's currently stored in clipboard, wget "$(xsel --clipboard --output)" [15:26] Gargoyle: Well, I'm trying to set up this command that download links from the clipboard using wget. [15:27] Sven_vB: Ah, I see. That's what I'm looking for. [15:27] Thanks guys! ;) [15:27] terminalator, of course the original question is an interesting one as well. ;) [15:28] terminalator, oh, if there are many URLs, you may want to use something with xargs [15:28] xsel --clipboard --output | xargs {magic here} wget {maybe more magic [15:28] } [15:29] Sven_vB: I'll defenitely give that a try ;) [15:29] in order to normalize whitespace and similar noise, xsel --clipboard --output | grep -oPe '\w+://\S+' | xargs {magic?} wget {magic?} [15:37] I had a USB wifi stick working on my linux machine. It stopped working a few days ago. I have had the machine working via ethernet because I'm too lazy to figure out how I got it working in the first place. But my wife is sick of the yellow cable running across the living room. `ifconfig` shows enp2s0, enp3so, lo and lxdbr0. This machine has two ethernet cards (onboard and expansion) so I'm assuming the usb device is lxdbr0. Is that right? [[Please let [15:38] I noticed enp2s0 and lxdbr0 have IPv6 addresses but not ipv4. Why one and not the other? Could that have something to do with it? If so, ... I'm not sure what to google. :) [15:39] hi there [15:39] youreaviagnagchi: I don't see any apparmor profile shipped in the apt-cacher-ng package (you can check with "dpkg -L apt-cacher-ng" but you could also try finding a policy affecting a-c-n with "sudo grep -rn cacher /etc/apparmor.d/" [15:40] mustmodify_: lxdbr0 is the bridge for the LXD container daemon, so not it. [15:40] i want to setup a network share on my ubuntu server. i figured that ssh will do the job. my question is: how do i make the shared directory accessible to every client, without the need to change permissions/owner of the shared directory? [15:41] mustmodify_, check iwconfig for a list of which adapters are wifi [15:41] mustmodify_: wifi interfacesgenerally start with "wl". Try "iwconfig" since that only reports details of wifi interfaces. Also, please show us "pastebinit <( lsusb; dmesg )" [15:41] chmod -R 777 /shared ? [15:42] erdem: consider using samba and have /shared available to all clients [15:42] you guys use pastebin? Is that the one with all the ads? [15:42] iwconfig... so... [15:42] ifconfig is non-wifi? [15:43] mustmodify_, I prefer adfree pastebins. [15:43] mustmodify_, ifconfig isn't concerned about whether it's wifi [15:43] mustmodify_ there's alos hastebin [15:43] I see. [15:43] hastebin lolz [15:44] I usually use github but I'm paste-thing-agnostic. [15:44] https://www.hastebin.com/ [15:44] Trying to remember... there used to be one I always used. I don't think it was either of those. [15:44] hastebin has fallen victim to cloudflare [15:44] https://paste.ubuntu.com/ sudo apt install pastebinit | pastebinit no ads [15:45] mustmodify_: you can use, | nc termbin.com 9999 [15:46] Just FYI, googling 'list of make's tasks' or even 'make tasks' is useless. [15:47] Google needs a "nerd" flag [15:47] make task -nerd [15:47] yeah. same with "vpn over connect" [15:47] oh, their tags are keys... [15:47] nerd:nerd make tasks [15:51] 1. `iwconfig` showed the four interfaces and said none were wifi. [15:51] 2. I found the driver I originally used. But the instructions now say to install dkms, and I'm not on the interwebz so ... that isn't working. [15:51] I can plug in the yellow cable again I guess. [15:52] mustmodify_ also explore the command iwlist [15:52] Yeah, so it has something to do with being in the /var/cache directory [15:52] tada! I had done `sudo make` and `sudo make install` thinking maybe the kernel updated (I saw something about it not lasting through kernel updates)... [15:52] I copied apt-cacher-ng to apt-cacher-ng-test and it worked fine. [15:52] no luck. But then I rebooted and it's working now! [15:52] Hazzah! [15:52] So what controls that? [15:52] (is that how you spell that?) [15:53] apparmor/selinux? [15:54] pavlos, with a samba share, do i have to give the shared directory special permissions? [15:54] mustmodify_: see huzzah; used to express approval or delight [15:54] TJ Sven_vB ^ [15:54] mustmodify_, honestly it may be easier to invest about 8 USD in a cheap wifi dongle that's auto-supported by ubuntu. [15:54] @MonkeyDust Sven_vB, pavlos, BillD73, Tj: Thanks [15:55] youreaviagnagchi, if the program name matters and you're on mostly-vanilla ubuntu, it's probably apparmor. [15:55] i want to share a mounted hard drive. location is /mnt/backup and it belongs to root:root - can i mount --bind it to some other location and set permissions there? or shall i just share /mnt/backup directly via samba? pavlos [15:55] erdem: no, the shared dir can be left alone with its own perms, you just provide that dir to clients. [15:55] Sven_vB: well, we're moving. For the next few weeks I'll be in a temp spot, but then wherever we land I'll go back to hard-wired again. [15:55] It doesn't really make sense to be on wifi when you have fiber-to-the-house. [15:55] [15:55] ksmkskdkdkdmdmzmzmzmdmdmzmzhxhchjdjdjhdhfbfvfvfhfjdhdvvxbxvdvfhfhdghddhdjfjhfhcjfhfjdhhfjjfjfvjxkdkdndndndnndndndndnnx xb. xbxfgjkkdksksndnskdnsnsnskdkkdjsjdjdjdkdjdhbbnfncknxhdhfjfbfvffhfjghfgghghgjgjgjghfbgnfvdjxodhsfkkdkdnfbdbfkfvendbcmdbbnflñdbbcbnn. ckkd [15:56] mustmodify_, that dongle may come in handy before you know it. I was surprised once when Ubuntu stopped shipping the drivers for my netbook's ethernet. [15:56] phablet: ? [15:56] cat probably. [15:56] Sven_vB: sudo grep -rn cacher /etc/apparmor.d/ returns nothing. [15:56] erdem: in samba you can define [shared] path = /mnt/backup guest ok = yes [15:58] youreaviagnagchi, you could try running acng in strace (check the man page for how to get un-shortened file paths displayed) and maybe get more info on what leads to the error. [15:58] e.g. what directories it's trying to create. [15:58] Sven_vB: right on, time to learn some new stuff :^) [15:58] also use -o because strace produces LOTS of output [15:58] 👌 [16:04] Sven_vB: how do you run a program as a specific user? Tried to su into it, but apparently can't do that? [16:04] pavlos, works like a charm, thank you! [16:04] erdem: np [16:05] youreaviagnagchi, often you need superuser powers to run su. if you have sudo powers, you can sudo -su username, or -iu to make it a login shell. [16:05] ah, -iu [16:05] Hey, so I'm using ubuntu for development, and was finding our test suite would run faster for people running macs. After some messing, I was able to exceed even the mac performance by remounting my home directory with `nobarriers`. I'm aware that this can be risky business, but is there an alternative? Any other way to improve disk performance? we're on the exact same hardware (booting ubuntu on mac) so I'm saddened [16:05] -su did it actually [16:06] youreaviagnagchi, yeah -su is a normal shell, based on the one it was run in. [16:06] actually -s is. the -u is just for custom username. [16:06] roughly 20x slower on ubuntu with barriers :( === richard is now known as Guest71599 [16:07] youreaviagnagchi: check /var/log/auth.log for any sign of denials === Guest71599 is now known as Bo_Tree [16:08] oh [16:08] oh [16:08] aarobc, while you have the same exact hardware for the two computers, macs are built for running MacOS. The OS is optimized for that specific hardware where Ubuntu is designed to handle multiple configurations. Unless your team is willing to build a custom kernel for that specific machine, you will not be able to achieve the system performance you are seeking [16:08] der [16:08] aarobc: which fiel system ? [16:08] apparently I don't have access to the base [16:08] -_- [16:08] * youreaviagnagchi facepalm [16:09] youreaviagnagchi: /always/ check /all/ logs first; grep is your friend :) [16:09] Well, I learned how to use strace and some new su commands so not a waste of time [16:09] Thanks :) [16:10] Generic complaint: Why doesn't the default desktop 17.10 auto organize icons? [16:11] Mounted drives just dogpile on each other. [16:11] right click and click on Organize by Name, youreaviagnagchi [16:11] pragmaticenigma: >auto organize [16:11] And I haven't found an option for it. [16:12] Actually I have no idea... I'm running 16.04... overlooked the 17.10 comment [16:12] TJ-: ext4 [16:12] 18.04 S O O N [16:13] I was running it on a spare Chromebook until it decided to shit the bed last night :'( [16:13] RIP lil buddy [16:13] aarobc: is the underlying device SSD? if so, does the entry in /etc/fstab have the'discard' option added (which can slow things down) [16:13] please mind your language youreaviagnagchi [16:14] TJ-: ssd:yes, no discard option visible [16:14] IT DECIDED TO DEFECATE IN ITS SLEEPING QUARTERS [16:14] JFC [16:15] I mean, why the hell does using barriers destroy performance? [16:15] Is there a faster file system out there? [16:15] prudedudes: please do not go that way. You know you should not. Consider this as a warning [16:16] it's the difference of running tests that take 12 seconds vs nearly 4 minutes [16:16] hggdh: lol infinite IPS and handles my dude, don't really care, you're not important [16:16] aarobc: I can understand why barriers would have a performance hit if the device is re-ordering rights frequently [16:17] TJ-: but isn't it unsafe to mount without barriers? [16:17] Hello everyone, I got back to my workstaiton after a week of vacations and after running my updates through the software center I lost all windows decorations and compositing. Can anyone help me figure this out? I'm on 16.04 [16:17] my workaround has been to remount without barriers, run the tests, then remount with them enabled [16:18] how does lightdm decide which session managers to offer? [16:18] I've already tried using aptitude to reinstall compiz, unity and the ubuntu-desktop packages but to no avail. [16:19] dchotas: use i3, then no windows to decorate [16:22] I've a problem to install ubuntu, in the the "Configure the Package Manager" step is failing. Here what happen in that step https://puu.sh/zCn0D/cc8758ded7.gif [16:22] aarobc: it seems strange you'd see such a hit, but the numbers are relative so I'm not clear if the comparision is valid - there could be other things going on. I'm not aware of any reports of excessive performance loss using ext4 and it's the default for most installs. [16:26] Kurogane, is your virtual machine properly setup to provide a network connection to the guest? [16:27] dchotas: have you rebooted since the updates? [16:28] nacc: the problem only started after the first restart following the updates, I choose to do so because I noticed there was a kernel update [16:28] dchotas: oh i see [16:28] dchotas: you're not the first to suffer this; we've had several report the same issue the last few days. It seems there's something upsetting the desktop session in the user's config [16:29] TJ-: I've seen a couple ask ubuntu/stack overflow quesiton since the 25th of feb reporting similar issues, I tried most of the stuff suggested, but compiz still seems broken everywhere I look [16:29] pragmaticenigma, yes. [16:30] dchotas: to prove you're suffering the same issue create a new user and log-in to it's GUI and see if it works - if so, that suggests it's a saved setting in your regular user's config [16:30] dchotas: if you've got the time we'd love to find out exactly which setting is causing this [16:36] hii [16:36] hello [16:36] TJ-, I had some bugginess a couple weeks ago... after a few reboots for other reasons, it "cleared" itself up [16:36] Hallo Leute, ich habe ein Problem mit Audio [16:37] !de | nino [16:37] TJ-: newusertest has absolutely no problem, so it' most probably something on my home folder [16:37] nino: In den meisten Ubuntu-Kanälen wird nur Englisch gesprochen. Für deutschsprachige Hilfe besuche bitte #ubuntu-de, #kubuntu-de, #edubuntu-de oder #ubuntu-at. Einfach "/join #ubuntu-de" eingeben. Danke für Dein Verständnis! [16:37] hi guys I have an audio problem with ubuntu [16:37] sorry [16:37] TJ-: one thing I noted that's related to some other reports of similar issue is using cairo-dock [16:39] dchotas: right... my current hypothesis is something in the old settings confuses some upgraded package... the hard part is figuring out what. My best idea right now would be to, from a console terminal, set an "inotifywait -rm $HOME/.config |& tee /tmp/inotify.log" then try to do a GUI log-in. After it fails return to the console, Ctrl+C the inotifywait, and "pastebinit /tmp/inotify.log" so we can try to [16:39] determine which file(s) to inspect [16:39] my motherboard has this Creative Sound Blaster ZxRi sound card [16:40] Hey nino, we'd like to help. Could you please tell us in as much detail the issue you are experiencing. If you can include information about the hardware and any configurations/drivers you have installed that would help us out greatly. [16:40] I have a gigabyte z270x aorus 9 [16:41] nino: can you show us "pastebinit <( lspci -nnk; uname -r )" [16:44] TJ-: can you PVT me that last set of instructions? I misclicked and closed my browser [16:46] please http://paste.ubuntu.com/p/wGHmJt6YJw/ [16:46] dchotas: right... my current hypothesis is something in the old settings confuses some upgraded package... the hard part is figuring out what. My best idea right now would be to, from a console terminal, set an "inotifywait -rm $HOME/.config |& tee /tmp/inotify.log" then try to do a GUI log-in. After it fails return to the console, Ctrl+C the inotifywait, and "pastebinit /tmp/inotify.log" so we can try to [16:46] determine which file(s) to inspect [16:47] Kurogane: just did a ubuntu server on VB, went through the proxy page without issue. Your network is not configured correctly. [16:50] nino: well! there is no built-in audio device showing on the PCI bus, only the HDMI audio devices in te Nvidia GPUs. Can you show us "psatebinit <( dmesg ) " [16:50] TJ i have posted my pastebin [16:50] arrgh typo [16:50] my audio is sound system 2.1 [16:50] nino: Can you show us "pastebinit <( dmesg ) " [16:51] nino: sorry, I was wrong, the built-in device is Intel: "00:1f.3 Audio device [0403]: Intel Corporation 200 Series PCH HD Audio [8086:a2f0]" [16:52] http://paste.ubuntu.com/p/pfwHfBRmGH/ [16:52] TJ-, There were three entries... one near the top and two near the bottom... [16:53] pavlos, is configure correctly if not then i can't login to the server and not is virtual machine is a server. [16:53] Kurogane: so it is a physical server, you trying to install and the proxy step fails? [16:54] I can't seem to use the HDMI display output on my Thinkpad x240 when using the Ultra Dock. Lenovo's site says that System VGA and docking station output can't be used at the same time. Do I need to disable the VGA driver on docking, or is there another issue? [16:54] nino: from what I see in the kernel log the sound device is running correctly: "[ 16.896226] snd_hda_codec_ca0132 hdaudioC0D0: ca0132 DSP downloaded and running" [16:55] Kurogane: can you plug in a live ubuntu disk/usb and test the network? [16:55] pavlos, fails i can't do anything when that happen, i can't abort installation, select other opcion can't do anything only press the reset to startup again the server. [16:55] TJ>I know it does not come out audio [16:56] nino: possibly one of the HDMI audio outputs has been set as the default. Have you gone into Sound Settings and changed the preferred device? [16:56] what's a good way to automatically estimate, for each system locale, the probability that a given text (in a file or stdin) is natural language matching that locale? [16:57] pavlos, how i can test the "network" in the installation? [16:57] TJ yes, I changed but it does not give me an audio output [16:57] I thougt of ispell but maybe there's something less prone to "false friends" (same letters but different meaning) [16:58] (like "handy" in german is a mobile phone) [16:58] Kurogane: if you boot a live CD/usb, you can see (top right, network icon)) if it gets network from your env (home,office,company) [16:58] pavlix, its a server, i'm not using desktop livecd [16:59] nino: can you show us "pastebinit <( pactl list )" [17:00] Kurogane: can you drop to the root shell and check the network configuration and test it? [17:00] Kurogane: you're trying to install a ubuntu server to a physical machine and the proxy step fails. So, as I wrote, boot of a live usb (it will run on memory) and see if it gets network. [17:01] http://paste.ubuntu.com/p/fgkmZhb4qw/ [17:01] uhg, anyone have any idea how to disable the keyring password prompt when I launch Chrome for an autologin user? The old documentation was last updated in like 2012. [17:01] ntrato [17:01] sorry I wanted to ask a question, according to you which vers of ubuntu I can [17:01] and my automation gets locked behind it [17:02] * youtah is running 17.10 [17:04] nino: Everything looks good there; have you tried using 'pavucontrol' to select the profile for the built-in audio? I see a long list of possible profiles in the 'pactl list' output [17:05] can i have help [17:06] Kurogane, if the graphics get in the way, you could also modify the LiveUSB to not start X but just some shell (or screen or tmux) instead. [17:06] nino: I'd start off with the simplest "Analog Stereo Duplex" [17:06] the problem is that the sound of the audio can be heard, however, music or voice no [17:07] gh [17:07] nino, even if played by the same program= [17:07] ? [17:07] Hi there. I want that the user can mount a SAMBA Share. On Archlinux i just added the entry to /etc/fstab and then the user could use the mount command like this "mount //server/share" but on Ubuntu this results in "mount: //server/share: No such file or directory" [17:07] nino: that doesn't make sense? what is 'sound of the audio' ? [17:07] nino: do you mean 'System sounds' (beeps, etc.) can be heard [17:07] nino, what kinds of sounds are that if neither voices nor music? like just beeps? [17:08] nino: this seems to be an issue with which device, port, and profile is set as the default. Because there are also 2 GPUs both with HDMI audio outputs too, I suspect 1 of those is the system default and that's where the audio is going [17:09] Vamp898, I can look up my least-worst non-solution if you like, but I strongly recommend to find something that circumvents samba. :) [17:09] https://gyazo.com/02ff9aea9ff1d92d0a614ffc403e3782 [17:09] here why you no goto directory [17:09] nino: with some music playing use 'pavucontrol' Playback tab to change the device the application is sending it's audio to [17:10] Vamp898, well, at least I assume you want comfy file access. if it's just about mounting itself, np. [17:11] TJ on the monitor comes out audio via HDMI and from the inputs of the motherboard that does not give me audio [17:11] godxeno: type "pwd" to see which directory the shell is in. You've disabled the shell prompt from showing the path [17:12] oh it's there [17:12] thanks tj [17:12] nino: do you mean you want the built-in audio inputs (line-in and/or microphone) to be looped directly to an output? [17:12] hiiiiii [17:13] how are you [17:13] Sven_vB: well its not about me, im fine, its about the user. He wants to access a script on the server and so KIO/Dolphin does not work [17:14] Sven_vB: Thats why we want him to mount it, but manual mount causes "Not eough access rights". Setting it up in /etc/fstab causes an other error [17:14] Vamp898, so why is the user restricted to using samba? can't you make the server offer the files via some better protocol? [17:14] TJ no the microphone and that of the webcam via USB, on the other hand, the 2.1 audio system is placed on the front and center on the input of the motherboard [17:14] Vamp898: can you paste the /etc/fstab line that mounts that dir? [17:15] disconnect [17:15] Vamp898, I'd accept "it's meant as a punishment for the user" if that's your motivation. ;) [17:15] TJ because the card shows that it works because the volume bar is moving but does not come out audio [17:16] Vamp898, I'm just too lazy to search my old configs if it turns our you might be open to less painful solutions. [17:17] /server.domain/share /mnt cifs user=username [17:17] oh sorry, i cut off one / in the beginning [17:17] its //server.domain/share /mnt cifs user=username === SimonNL_Afk is now known as SimonNL [17:20] oh wait, the user cant access /mnt [17:21] nino, you could try recording a bit of sound in Audacity to see whether it gives the expected waveforms, then try to play that [17:21] Vamp898, yeah, usually you'd use some subdirectory of /mnt [17:21] nino: At this point I'm at a loss... if you want an /input/ to be redirected to an /output/ without an audio application in between you'll need to configure a Pulseaudio module-loopback with module-null-sink. The sink attaches to an input device, and the loopback attacks to the null-sink to provide a output. I'm not aware of any easy GUI way to configure those though; usually it needs shell script commands. [17:21] E.g. http://forums.debian.net/viewtopic.php?t=110440 [17:21] Hi. I need help to install a VPN onto my computer. [17:21] Vamp898, and if the mount has the user flag, users might not even need write permission to the mount point. [17:22] linux beginner user here [17:22] Sven_vB: nope, still doesnt work :/ i still get "No such file or directory" [17:23] yeah the mountpoint should exist [17:23] before trying to mount [17:23] Achievement Unlocked: Plugged more than 3 drives into Bionic Server without it shutting off [17:24] Sven_vB: it does, mounting as root works fine too [17:24] Vamp898: try using "mount --verbose ..." [17:25] Vamp898, I think one of my non-solutions was using gvfs-mount. not sure whether it was the least worst though. there was also something like cifsmount or fusesmbfs. [17:26] TJ-: same output [17:27] mount: //server.domain/share: No such file or directory [17:27] doing the same thing as root, asks for the password of the user [17:27] pavlos, TJ, yes i have connection https://puu.sh/zCCin/db2c541571.png [17:29] Can anyone walk me through installing a VPN please? [17:31] Vamp898: can you use 'smblclient' to manually confirm the user can get access/list, or else get some useful error messages. http://manpages.ubuntu.com/manpages/xenial/man1/smbclient.1.html [17:32] TJ then both the motherboard inputs and also the front panel of the casing does not output audio either headphones or sound system, even a microphone with no audio input [17:32] Kurogane: strange; when you entered the root shell had the install already started but failed at the package-manager step? If so, the installed OS should be mounted at /target/ and you could "chroot /target/ " to investigate more [17:33] nino: if you use an audio application like 'sound recorder' or 'audacity' can they record audio from those inputs? === uplime is now known as nchambers [17:40] TJ> no, the recording bar moves but no voice is heard [17:42] i have an internal HDD, mount onto a docking HDD station. The dock is connected via usb3.0 to a Raspberry PI. The problem is that it makes a noise, just like waking up/sleep down [17:42] any ideas? [17:43] SkyWay: you might be better off in #hardware since this isn't related to ubuntu === james is now known as Guest82513 [17:43] SkyWay: btw, the raspberry pi doesn't have usb 3.0 [17:44] yeah, raspberry pi-like device :) [17:44] arm device +) [17:44] I can't seem to use the HDMI display output on my Thinkpad x240 when using the Ultra Dock. Lenovo's site says that System VGA and docking station output can't be used at the same time. Do I need to disable the VGA driver on docking, or is there another issue? I'm running Ubuntu 17.10. [17:44] SkyWay: still not related to ubuntu. Plug that into a Redhat or Windows machine and you'll still have the same question. [17:44] TJ, https://askubuntu.com/questions/969179/ubuntu-preseed-exits-after-package-manager/969989#969989 [17:45] leftyfb, on my ubuntu 16.04 it works fine! [17:46] SkyWay: ok, then what is the issue that related to ubuntu again? [17:49] any thought of what is causing that :) [17:49] http://termbin.com/ex3m [17:50] here are some logs, in dmesg ... which are red : [17:50] :) [17:50] SkyWay: Your issue is not related to ubuntu. Please visit # [17:52] ok, thanks [17:52] tJ> I have done all the possible tests from the motherboard inputs not from audio [17:53] nino: this is one of those issues it's almost impossible to fix remotely without being able to hear the results I'm afraid. Maybe someone who specialises in complex audio routing with pulseaudio can help [17:57] TJ>>>if you want I have teamview and you can look at yourself [18:00] nino try and ask in #ubuntustudio [18:01] Monkey>>>> you have the chatt, please [18:02] nino: start typing a nick, then hit [18:03] I cannot install package libpcre3-dev, I get this error: libpcre3-dev : Depends: libpcre3 (= 2:8.39-5ubuntu3) but 2:8.41-1.1+ubuntu17.04.1+deb.sury.org+3 is to be installed === pekka is now known as _maddy [18:03] <_maddy> anyone can help? [18:04] (pekka is using a PPA that is unsupported here, but I think they already left) [18:04] _maddy: with what specifically? [18:04] <_maddy> nacc: no it's me [18:04] _maddy: ah you changed your nick? you are using a PPA [18:05] _maddy: are you on 17.04? === nat_ is now known as Natkeeran [18:05] <_maddy> nacc: I don't think so.. I have had some unofficial repos now and then, but not now.. I just updated to 17.10 [18:06] _maddy: you definitely are using packages from a ppa (`apt-cache policy libpcre3` please) [18:06] (or were and didn't purge them) [18:06] _maddy, you probably installed some [18:06] Ondřej Surý [18:06] ppa [18:07] <_maddy> ioria: yes, I installed php 7.1 a long time ago from that [18:07] _maddy, yep [18:08] _maddy, as nacc suggested, apt-cache policy libpcre3 [18:08] <_maddy> 2:8.41-1.1+ubuntu17.04.1+deb.sury.org+3 [18:08] _maddy: if you iddn't purge the ppa before upgrading from zesty, you're in a bit of a spot [18:08] _maddy: you should try and ppa-purge it now [18:09] <_maddy> ok I will try [18:09] _maddy: providing the apt-cache policy output would help still [18:11] <_maddy> https://paste.ubuntu.com/p/tMjPkkPySb/ [18:11] yeah, ppa-purge may not work, since the ppa was probably disabled by the upgrade [18:11] <_maddy> ppa-purge says: Warning: Could not find package list for PPA: ondrej php [18:12] <_maddy> maybe I can add it back? [18:12] _maddy: you may have to manually fix it [18:12] _maddy: or you could do that [18:14] <_maddy> wow this ppa-purge is really handy, that was easy :) [18:16] hello everyone when I try to add sudo add-apt-repository ppa:umang/indicator-stickynotes I get following errors:https://pastebin.com/Wd9mpirT , could someone help me out? [18:17] how do I clean that file? [18:18] xsixsi: is it listed when you type "ls /etc/apt/sources.list.d" ? [18:18] google-chrome.list nodesource.list spotify.list teamviewer.list vscode.list [18:19] google-chrome.list nodesource.list spotify.list teamviewer.list vscode.list [18:19] khwabgah: please don't PM === mrpan_ is now known as Mr-Pan_ === Mr-Pan_ is now known as Mr_Pan [18:29] which of the ubuntu/mint/debian distros (or which one of the three themselves) is the most current one when it comes to packages? [18:30] ejr: there are different releases of each, so it's not really a sensible question [18:31] nacc: if i needed the most bleeding edge packages, which one would provide me with those if I chose to activate them (like with sid in debian)? [18:32] ejr i guess that question is more for #ubuntu-offtopic [18:32] ejr, you answered your own question... All three have the ability to activate and install bleeding edge repos [18:32] ok, thx [18:33] it is up to you to decide if the risk in activating bleeding edge software is worth the risk. Do note, we can only help with what is in the default software pacakges repositories [18:33] i don't know if your listening.. [18:34] nancy_riddle start with a question [18:34] !ask | nancy_riddle [18:34] nancy_riddle: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [18:35] ejr, well, you'll like bionic : https://www.omgubuntu.co.uk/2018/02/ubuntu-software-snap-channels [18:42] is Mx Linux a Ubuntu-based os ? [18:42] (Antix) [18:43] ethans it is not supported here [18:47] hi again [18:51] hello Corvid [18:51] hi === richard is now known as Guest94916 === Guest94916 is now known as Bo_Tree [18:59] !ask | khwabgah, Do not private message. [18:59] khwabgah, Do not private message.: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [19:12] hey is there a good website which goes over cli linux installation? [19:12] I'm following the gentoo handbook, but it's not clear on which fs to use for which partition [19:12] gnulligan: are you using gentoo? [19:12] Why are you using gentoo instructions to install Ubuntu... they are not the same [19:14] gnulligan, how about using ext3 for all partitions where you're undecided? [19:15] Sven_vB, we need to establish what gnulligan is doing before we offer further help. If they are install gentoo, we are unable to help them [19:16] khwabgah, I'm back, feel free to query me [19:16] for support as well as for info on the situation :) [19:16] Sven_vB: any reason, as well, you're suggesting ext3 over ext4? [19:16] Sven_vB, we ask that all questions be asked in the main room as it will help others who may have similar issues. Please offer support here and not in private messages. [19:17] nacc, some years ago when I read about which fs is best, some website claimed that data recovery on ext4 is harder. [19:18] Sven_vB: seem awfully vague to be the basis for advice in the official ubuntu support channel, and to diverge from the ubuntu defaults [19:19] nacc, indeed I didn't consider the ubuntu defaults, since the question seemed to be about gentoo. [19:19] ext4 is designed to be better at data management than ext3, including data recovery. Until ext4 had widespread adoption, it was more difficult to use a live disk to boot the machine and recover the data. That is no longer the case as all mainstream distributions offer support for the file system. [19:20] pragmaticenigma, thanks for the update! [19:21] всем привет [19:21] Do file systems do minor versions? [19:21] !ru | jaan [19:21] jaan: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke. [19:21] pragmaticenigma: ext3 hard to recover how? did you just make that up? [19:22] <_bp> does anyone know how to find dns server offeres by the dhcp (dhclient)? [19:23] aki, I did not say ext3 was harder. I said the ext4 is built with the intention of making data recovery easier [19:23] pragmaticenigma: could you still describe how ext4 is better than ext3 in that regard? [19:23] mdemo, all things have some sort of version. some are more explicit than others. [19:24] I figured it out! [19:24] akik, that is a topic for the offtopic room [19:24] So I am telling all of you, whether you like it or not. [19:24] I can't ever remember updating my file system is all, I guess that's included in the kernel? [19:25] mdemo: yes, the file system(s) are part of the kernel. [19:26] If you are on 17.10, and you are a user with Auto Login Enabled.... you need to open your keychain, and set the password for Login to blank, and accept the untrusted. THEN Apply, and reboot. THEN open your keychain again, and delete the Login ring from the keychain all together. Not sure why it wasn't deleting it with a set password, but you apparently have to allow it to use "unsecure storage" in order for it to delete it. Now my autologin, .desktop [19:26] based rabbitmq/selenium automation works. [19:27] Just so you all know. [19:27] Hey all, I have a machine here (16.04) that shows the login screen, lets me log in but the deskop is not launching. I am in terminal though. Can even right-click and see the „desktop option“ menu. Can anyone help out? [19:28] I wish I knew more to help amancer1 [19:30] I solved this today, but I'd like to share: I had a problem with my router when setting up dnscrypt-proxy where if I set my server's IP as the primary DNS, my server could no longer communicate with the internet. I solved this problem by adding another IP to my server's interface as described in https://askubuntu.com/a/313881 [19:31] mdemo, usually you would set your server to manually talk to a remote DNS server in it's network settings. Otherwise if it uses the settings sent by your router you create a feedback loop and nothing works [19:33] pardon me, I mean the DNS server's configuration is setup to statically get it's upstream data from another DNS provider [19:33] well, I had my server configured statically, with resolv.conf pointing to localhost for the dncrypt proxy === root is now known as Guest95065 [19:34] facebook [19:34] right now, I can use the ping command with -I and it works with one IP but not the other, it's very curious [19:34] kan du lave en d [19:35] kan du lave en facebook [19:35] When I'm pushing Ctrl(down), d (down), Ctrl(up), d(up) fast using Firefox, unity command input appear. How to disable it? [19:35] mdemo, I'm uncertain what you are using for a DNS daemon, but resolv.conf is for system... I'm talking about the actual instance your're running... it's all confusing me [19:35] When I'm pushing Alt(down), d (down), Alt(up), d(up) fast using Firefox, unity command input appear. How to disable it? [19:35] facebook [19:35] !ask | morten_ [19:35] morten_: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [19:36] pragmaticenigma so dnscrypt-proxy runs a local resolver on my server, and communicates securely with opendns [19:36] kan du lav e en facebook [19:37] !engish | morten_ [19:37] and as far as I can tell, my router won't let a host that is set as the primary resolver communicate with the LAN, but WAN works fine [19:37] amancer1, which observation made you conclude the desktop hasn't launched? are icons missing on it? is the background wallpaper missing? [19:37] !english | morten_ [19:37] morten_: 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:37] like I said I resolved this by adding another IP to the interface but it's still a head scratcher for me [19:38] Sven_vB: I can see the background, but no dash / taskbar. No icons. And pressing SUPER doesnt open the „start“ window [19:38] mdemo, they do that because of the siuation you just ran into [19:38] mdemo, without seeing your setup, I'm not certain you fixed it, but rather made it worse [19:39] how do you mean? [19:39] amancer1, is it a notebook or PC? might it be confused about how many screens seem to be connected, and which of them is the primary one? [19:42] hey guys! does any of you know if it's possible to somehow isolate bad RAM addresses from being used? (if memtest86+ shows errors) [19:42] Sven_vB: laptop. no secondary screen [19:43] mdemo, the configuration of dnscrypt-proxy should have the IP addresses of the upstream (outside source) dns provider. The computer should still configured to get the DNS settings from the DHCP server of your router. The router should have the IP address of your server setup as it's primary dns. If the router will not let you do this, it is because your router is running a caching DNS server of it's own. [19:44] And having it configured to look on the network is going to create a traffic feedback loop... over time, you will slowly saturate your network with traffic to the point you can't go anywhere [19:45] rollingubuntu, you could probably write some program that explicitly requests and holds them, then does nothing important with them. maybe such programs do exist, but I wouldn't wonder otherwise. [19:46] rollingubuntu, you can add bad memory blocks in your grub configuration. See https://help.ubuntu.com/community/BadRAM [19:46] rollingubuntu, at least you're not alone. http://rick.vanrein.org/linux/badram/ [19:47] pragmaticenigma, I believe the "dns relay" feature of the router is turned off, but I'll test to see if it's running a DNS server of its own directly. I tested and confirmed that my router's DHCP server is providing the IP of my server for DNS like I want it to. [19:48] rollingubuntu, this might also help https://unix.stackexchange.com/questions/75059/ [19:52] pragmaticenigma Everything I can think to test seems to work ok, and the router doesn't IP respond to DNS requests as expected. All I can think is that it's a cheap router and that this use case wasn't tested. [19:53] * typo, strike "IP" [19:54] hello [19:55] I had a question about ubuntu system info collection. is this going to be applied to the ubuntu server LTS? [19:56] actually this guy's experience seems a bit like mine: https://serverfault.com/a/890941 === germs__ is now known as germs [20:00] Sven_vB: So Ubuntu default is not loading. If I select Gnome from the login screen I can load Gnome [20:01] Since it’s not mine and the user is used to the default: Do you have a way for me to analyze this problem? [20:01] amancer1, just the usual - check the syslog and possibly X error logs [20:01] I will try to figure it out,. thanks [20:05] tst [20:06] че типа как [20:10] mdemo, If it works, it works :-) [20:10] !ru | user123 [20:10] user123: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke. [20:11] !ask | joescript [20:11] joescript: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [20:11] joescript, what system info collection are you talking about? [20:12] Hi all, quick question. Trying to set up a 14.04 system to connect to freeIPA (with AD trust) and am having issues [20:13] For some reason, `id` works, but logins fail always on "bad password". Any ideas....? [20:13] is this the right channel for linux mint too? [20:14] joescript, are you referring to the opt-in system information collection during installation? It is schedule for 18.04, you have the opportunity to opt-out during install by unchecking the box [20:14] Outy, this room is for Ubuntu and and it's mainstream variants only. You will need to seek out the Linux Mint group for assistance. [20:15] pragmaticenigma: thx ... you know the channel btw? [20:15] !mint | Outy [20:15] Outy: The Ubuntu channels can only provide support for Ubuntu and its official flavors, since other distributions and derivatives have repository and software changes. So please use their dedicated support venues, for example: Linux Mint (#linuxmint-help on irc.spotchat.org), Kali Linux (#kali-linux), and LXLE (#lxle) [20:16] thx [20:17] And/or does anyone know how I can get in contact with Timo Alltonen? [20:17] aaltonen* [20:19] acidrainfall, you may want to consider upgrading to a new version of Ubuntu. 14.04 reaches EOL spring of next year. [20:20] acidrainfall, for more focused assistnace you can check out https://www.freeipa.org/page/Main_Page which is the current home of the software package you are looking for assistance on [20:20] hi is there a decentralized social network good for linux users, ubuntu, etc? like mastadon.social or something? [20:21] user01, you may find luck in locating a community in our offtopic room [20:21] !offtopic | user01 [20:21] user01: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [20:22] yes i was thinking for ubuntu support [20:22] ok thanks [20:22] ubuntu-offtopic is it? [20:22] Sven_vB: wow, nice idea :) thanks for the links! [20:22] uers01, this is one of the best places to find support. it is contributed to by users and developers involved with the Ubuntu projects [20:22] pragmaticenigma: many thanks for your suggestion too! :) [20:23] rollingubuntu, you're welcome. :) [20:24] rollingubuntu, the best option if possible is to replace that RAM as soon as you can. When RAM starts to fail, it's usually a sign the entire module will shortly fail [20:25] pragmaticenigma: why is that? [20:25] pragmaticenigma: Yeah I wish they could upgrade the boxes. I'm helping a consultant on-site with a customer. [20:25] Believe me they hate those boxen. [20:26] rollingubuntu, failing ram is usually a sign of damage. continuing to use broken/damagaed ramputs you at risk of losing your data if the computer stops working [20:31] acidrainfall, hopefully an upgrade is slated soon [20:31] Decom, really [20:31] But they want them connected [20:32] pragmaticenigma: why are you suggesting an upgrade for acidrainfall ? [20:35] nacc, his customer is running ubuntu 14.04... it's reaching EOL... I was suggesting they consider an upgrade path [20:37] hi, so i just installed ubuntu 16.04, am running it purely in the terminal, and am getting a bug that characters in the console are getting garbled for display. does anybody know where i might start looking to figure out what might be causing this? [20:37] pragmaticenigma: ... a year from now? [20:38] nacc, companies do not like to move fast with upgrades... they want to test and retest everything to ensure there are no problems before they perform upgrades like that [20:39] nacc, look at how many times Microsoft had to extend Windows XP support, because companies did not like the risk of upgrading. Windows XP embedded is still be supported because companies refuse to upgrade [20:40] in a banner string such as "1:16.6p1-2ubuntu2.10" or "SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2" -- what is the significance of the numbers surrounding the second 'ubuntu' [20:41] pragmaticenigma: I see, so, if that's the case, then why do linux developers find work-arounds and solutions for such cases? [20:42] pragmaticenigma: like BadRAM ? for example? [20:42] Is ubuntu usable with 2gb ram and 32 gb hdd? [20:43] pragmaticenigma: i really don't need you to try and educate me on what companies do or not do. [20:43] lolcat : an all-terminal ubuntu certainly is, i can currently vouch for this [20:43] nacc, then why did you ask? [20:43] pragmaticenigma: I asked why you were insisting (it seemed like) a 14.04 user upgrade [20:43] not sure if a DE will stretch your RAM's limits or not [20:43] rollingubuntu, they are intended as temporary workarounds until the issue can be fixed [20:44] #linuxmint and #linuxmint-help are dead ... no reaction from any user there ^^ [20:44] stoopkid: I need a GUI [20:44] Outy: not entirely our issue :) [20:44] as an ubuntu user, i'm not particularly computationally intensive [20:44] even not any activity [20:44] stoopkid: I was thinking i3wm or something [20:44] Outy: might suggest not using those distros, given you can't find support for them, but still not an ubuntu issue [20:45] zer0G: I'm not sure on the second string, although I'm guessing it's tied to the first int he source. Debian versioning is typically done like - [20:45] nacc: i guess ill have to figure it out by myself. its not for me. im un xubuntu and everything is fine. it a stupid problem on a friends laptop [20:45] zer0G: so the first 2 is the second debian publish of that upstream version in debian [20:45] lolcat: you can probably get away with it; i tried the standard ubuntu DE on my 2G machine; it had a couple glitches but i have no idea whether they had anything to do with RAM limits [20:46] zer0G: since there is an 'ubuntu' in the version, that implies there is some ubuntu changes relative to that debian version (1:16.6p1-2) [20:46] Outy, if you can figure out a way to duplicate it in Ubuntu, we can probably help with that.. you can then apply that knowledge to help fix your friends computer [20:46] zer0G: similar to the debian revision, there is an ubuntu revision, so there have been 2 ubuntu updates [20:46] stoopkid: Cant I just use swap? [20:46] Outy, or now is a good time to convert your friend to ubuntu? [20:46] pragmaticenigma: if - it will be xubuntu =) [20:47] lolcat: maybe, i'm probably like the least knowledgeable person in this channel right now XD i just happened to have a 2G machine here running ubuntu [20:48] nacc, thanks, I'll have to read more -- [20:48] Outy: there seems to be activity in there now [20:48] zer0G: np, a lot of that is documented in the debian manual [20:48] stoopkid: ah, windows 10 is horrible with that little ram at least [20:49] pragmaticenigma: ok, I am only looking for sufficient reasoning, as it's a bit of both here... also, look at http://rick.vanrein.org/linux/badram/, what Sven_vB has found & shared here earlier :) (the person writing that sounded more like permanent than temporary, however, I do understand what you say... and still, sometimes I wonder, isn't that just another marketing term to buy more) [20:49] lolcat oh for sure, windows 10 was unusable for me on my other machine with 5.6G ram [20:49] tgm4883: waited 20min but there wasn't even a join or leave. i'll better handle the problem myself... linux mint is sooo dead =) [20:50] 5.8G? 6G? not sure what `free -h` is trying to tell me here, but, yea, f--k windows especially #10 lol [20:50] Outy: fair enough. Sure they only have ~300 users in their channel which is far less than the 1500+ here, so you'd have to wait much longer for support [20:52] !language | stoopkid [20:52] stoopkid: 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 [20:52] tgm4883: yeah i guess so - but i'm pretty sure there won't be any useful answers. [20:54] rollingubuntu, it could be a long time before it fails, it could be tomorrow... it's up to your acceptable risk level on what you want to do [20:54] my bad [20:55] "i respectfully disagree with the usage of windows 10" XD [20:57] stoopkid, that's marginaly better. please rephrase again [20:59] "Linux and Ubuntu are Awesome" is what I think stoopkid is going for! XD [21:00] "i use linux, specifically, ubuntu. this is a matter of personal preference and does not (necessarily) reflect the views of this channel's operators, my sponsors, or the government of the United States of America" [21:01] on a different note, thank you for being mindful of others stoopkid [21:01] rollingubuntu, observe that Rick intended BadRAM to use RAMs that were faulty at production time, as I understand the project. if errors occur after long use, you'll need good knowledge about what caused the failure in order to estimate whether it may be an issue of age that might soon apply to other areas as well. that is, if you need to rely on a perfect system. if you have redundancy anyways (e.g. three of five computers have to [21:01] agree to change course), you can probably categorize more RAM failures as yet another possible misbehavior. [21:18] pragmaticenigma: thank you [21:18] Sven_vB: thank you too :) [21:18] Hello, I tried upgrading a 14.04 install to a 16.04 and the update failed because the C++ runtime (libstdc++ I think) got wacked. Where is the best place to report this issue? [21:21] maybe I should try again in a VM, but I think the problem is reproducible [21:21] rollingubuntu, oh also you can of course use bad RAMs to upgrade a computer where the risk of damage due to additional RAM failure is minimal in comparison to other risks. like if you decide to install Steam and try a few new buggy games each week, I'd consider that a good pretense for stopping to worry about the RAMs. [21:22] Mason385: you should explain more [21:23] Ben64: so I add a working 14.04 setup. I ran the script to upgrade to 16.04, and when the system rebooted, it stayed in console mode (failed to start the GUI). [21:24] Trying to run apt failed with "missing libstdc++" error messages, and basically every app that linked libstdc++ was hosed [21:24] I think the reason is that I had used the gcc-toolchain PPA [21:25] which added several versions of libstdc++ [21:25] well, that would definitely be something worth mentioning [21:25] there's a reason PPAs are unsupported [21:25] and in the upgrade, it looks like libstdc++ got hosed [21:26] Ben64: so the procedure before an upgrade is to purge all PPAs then? [21:26] yep [21:26] makes sense, but didn't see it mentioned in the tutorials I followed when trying the upgrade :-) [21:27] also it sucks that there is only one version of the toolchain available [21:27] in my work, I need several versions of gcc [21:27] https://help.ubuntu.com/community/UpgradeNotes [21:27] Using packages from repositories not controlled by Ubuntu is not recommended as it can be a security risk and may break or complicate your upgrade. [21:28] indeed :-) [21:29] so does that mean that it's not worth pointing out the potential issue on some mailing list? [21:29] correct [21:30] maybe I should get in touch with the gcc PPA maintainer, and see if they can package something differently to avoid the situation altogether... ? [21:31] Mason385 yes, but if something goes wrong, the channel cannot help you [21:31] MonkeyDust: I'm not sure which question you are answering to. [21:31] last one? [21:31] got a "sysadmin" type question for a server that will be used as a terminal server for remote users. I'm using x2go with xfce on ubuntu 16.04. so far so good, everything's working. so then I added AD integration with auto home directory creating. everything's still working fine. Now I need to map some network drives to the users and I am running into a block [21:32] Mason385 to using a ppa [21:33] MonkeyDust: what's the difference between using the gcc PPA, and compiling several versions myself? [21:34] the network drives are on a synology nas which supports both nfs and smb mounting. Permissions for the drives are controlled by group membership in the domain. and access to it needs to be at least shortcutted to the user's homedir. first question: should I be mounting this nfs or smb? I'm thinking for the permissions I need to mount smb [21:36] Mason385 it looks like i missed part of the discussion [21:37] so, i'm trying to figure out why certain characters are getting garbled on my screen. it doesn't seem to be a problem with my monitor, or with locale settings, the problem seems to be that the wrong data is being written into whatever buffers the monitor is reading from. does anybody know how i might start narrowing down the cause of this? [21:38] MonkeyDust: basically, I need several versions of the toolchain (gcc-5, gcc-6, gcc-7) and the toolchain PPA was a way to get them precompiled. However, this seems to hose the upgrade process, so it looks like I'm stuck with having to build the toolchains myself... [21:41] What is the URL to find the current version of a package available in the repository? [21:41] howudodat_: just mount the drives, smylink them in the the home dir Samba and NFS would only be required for network sharing to other PC [21:42] Vic2: apt-get install --yes --no-download --reinstall --print-uris [21:42] The nas supports both NFS and SMB, so I can mount the drives using either. Is one preferred over the other? [21:42] I was referring to the web page rather than the terminal command Ben64 [21:43] Vic2: packages.ubuntu.com [21:43] https://packages.ubuntu.com/ ? [21:43] howudodat_: missed that NAS part I would use NFS [21:43] ty [21:46] "amd64 build of gcc-7 7.2.0-8ubuntu3.2 took 9 hours, 27 minutes, 17.2 seconds" erf, those binary releases are awfully convenient :-( [21:47] Mason385: what are you referring to? [21:47] nacc: the toolchain PPA [21:47] Mason385: seems offtopic for the ubuntu support channel then :) [21:48] ah I see [21:48] well to bring more on topic === ghostcube_ is now known as ghostcube [21:48] it would be useful for ubuntu (or debian) to support multiple concurrent versions of the gnu toolchain [21:49] for example, 14.04 is stuck on 4.8 which can be a problem for some projects [21:49] Mason385: that sounds like a feature request, which is not a topic for this channel either (you can file a bug, if you want). [21:49] Mason385: it feels like you probably already know this if you are using the toolchain PPA, though [21:50] Mason385: and also, 'stuck on' is a weird choice of words when you are using a release that came out 4 years ago [21:51] nacc: you're right, freezing package versions is a feature of LTS versions [21:51] Mason385: if you need a more recent compiler, move to a more recent distribution, in a container, vm etc. [21:51] Mason385: compiling gcc doesn't take 9 hours [21:51] akik: in the PPA it might, depends [21:52] akik: as it probably runs all the tests too [21:53] nacc: i think it tests itself while compiling the later stages with itself [21:53] nacc: it it possible to have concurrent versions of gcc, it seems much more convenient to run gcc-5 or gcc-8 natively, than fire a VM just for that [21:54] Mason385: how about a chroot with the other versions? [21:54] akik: right, just saying the LP builders might take a while, it depends [21:55] Mason385: that can be your opinion, but it is not the case for Ubuntu [21:55] Sven_vB: it's actually a desktop pc, for personal use, no gaming involved :D so, the risks... well, they are personal documents (stored on hard drive), browsing and emails, etc... I will see [21:55] can you make sure ssh uses a specific interface? [21:55] JonelethIrenicus: ssh or sshd? [21:55] nacc: what is not the case, the convenience ? [21:55] nacc: ssh [21:56] Mason385: that it is possible to have multiple gcc versions with the packages shipped by Ubuntu [21:56] Sven_vB: it will probably need time-to-time memory tests to see if any more bad addresses appear [21:56] JonelethIrenicus: maybe with -b ? [21:57] nacc: I believe you are mistaken. The PPA does something funky, but if I build the toolchain myself, then there is no compatibility issue with the system toolchain [21:57] Out of curiosity, why do you need multiple versions of the toolchain? [21:58] tgm4883: regression testing, as per godbolt [21:59] Mason385: I'm stating what is published in ubuntu [21:59] anyway thanks for the info, I learned my lesson: "remove all PPAs before upgrading" :-) [21:59] Mason385: I didn't say there were compatibility issues or otherwise. I'm simply stating that what is supported in Ubuntu currently is the toolchain shipped [22:02] nacc: I understand that Ubuntu the project won't support "custom" software versions, but I am stating that there is no technical hurdle to doing so, that's all. Thanks all for your time, I have learned something valuable. [22:02] Hi All [22:02] I have a question about the table on https://wiki.ubuntu.com/SecurityTeam/KnowledgeBase/SpectreAndMeltdown [22:03] rollingubuntu, there may be social implications if the bad RAM causes email to be sent to the wrong address. [22:03] Does it mean that Spectre v2 patch for kernel 3.13 is still coming? [22:03] I am getting some NO_PUBKEY errors when trying to apt-get update https://pastebin.com/5AeATXFb what is happening here? [22:03] rollingubuntu, or if it changes a digit in an important document. === cemerick_ is now known as cemerick [22:04] Hathadar: from 3rd party repos, [22:04] Hathadar: ask them where their repo is [22:04] Hathadar: if you're running zesty you need to upgrade too, it went EOL in Jan [22:04] Vitly_2018: #ubuntu-hardened [22:05] Thank you! [22:08] rollingubuntu, found that xerox link again, http://www.dkriesel.com/en/blog/2013/0802_xerox-workcentres_are_switching_written_numbers_when_scanning [22:08] had another reason for why it changed numbers, but shows how horrible it can get. [22:09] Sven_vB: I'd think it more likely that it would corrupt the file than change a character, although I suppose it's possible === Seihava_ is now known as Seihava [22:10] The file is still lost either way though [22:10] tgm4883, the difference is in how likely you are to detect it early enough in your backup rotation. [22:10] yep [22:11] Sven_vB: but let's be honest here, if you're running known bad ram, what are the odds you even have a backup strategy [22:13] is there a distribution that can be installed on an old firewall appliance with only 1g of flash memory? ip fire install plainly complains "hard drive too small" [22:14] Sven_vB: sorry, I did not get that... found that xerox link again? I rad a bit of it here and there... however, is it related? [22:14] indigo945: not really ontopic for the ubuntu support channel, but you could try http://www.damnsmalllinux.org/ [22:15] @nacc: yes, sorry and thank you; is there a more on-topic channel for this? [22:15] indigo945, not Ubuntu related im afraid. but you could maybe google for Linux distros for routers [22:15] indigo945: you probalby want #linux ? [22:15] oh. yes [22:16] ty both, i'll move it over there === john__ is now known as momo [22:20] Hi, i was just trying to watch netflix with firefox on 16.04. Everything loads, but the video doesnt start, it just stays paused. I can skip and the video refreshes, but still cant unpause. Anyone knows what's going on? [22:21] rollingubuntu, it's related in the sense of what damage can occur if numbers in important documents change without notification. [22:24] is curl installed by default on ubuntu? [22:24] joe___, and you've made sure the widevine plugin is enabled [22:24] CtrlC, iirc nope [22:24] CtrlC: not on mine anyway [22:24] CtrlC, no, wget is afaik [22:24] CtrlC: on server only [22:24] server it is. thanks guys. [22:24] wget is indeed installed by default on my ubuntu (16.04) [22:25] I need curl though. [22:25] unless this also works with wget: curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash - [22:25] kostkon: yeah, widevine is running. I can see pictures from the video, if i skip the video ahead. It just doesnt start playing and nothing happens when i press the pause button [22:25] CtrlC, well it's just an apt install away [22:25] CtrlC: there are lots of reason to not do stuff like that, fwiw [22:26] yeah. [22:26] CtrlC: and yes, you can absolutely do the same iwth wget [22:26] joe___, could be a codec problem. Have you installed ubuntu-restricted-extras? [22:26] CtrlC: pretty sure you're just after wget -O- -q [22:27] kostkon: no, it's not installed yet. gonna try. [22:27] joe___, ok [22:32] it didn't seem to be installed by def on the docker version at least. [22:40] kostkon: restricted-extras didn't help, it's still paused and doesn't start [22:40] joe___, did you restart firefox, just in case [22:40] Are the official repos down or something? E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/universe/c/chromium-browser/chromium-browser-l10n_63.0.3239.84-0ubuntu0.16.04.1_all.deb 404 Not Found [22:40] kostkon: even restarted the whole machine [22:41] they worked on second run it seems. [22:41] CtrlC: that version is not current on any distribution [22:41] CtrlC: fwiw [22:41] i would just install chrome, but it's a 32bit machne and chrome itself seems to come only in 64 bit now? Is there a way to add widevine to chromium? [22:41] CtrlC: xenial-security is at 64.0.3282.167-0ubuntu0.16.04.1 [22:41] nacc, what do you mean? [22:41] nacc, it's what it is trying to install so idk [22:42] CtrlC: it should not be [22:42] joe___, you could try creating a new profile in firefox. and make sure you reenable the plugin [22:42] CtrlC: did you run `sudo apt-get update` first? [22:42] yup [22:42] CtrlC: `apt-cache policy chromium-browser-l10n` please? [22:43] nacc, it's running already. it's a docker build [22:43] CtrlC: i wouldn't trust it if it's actually installing that version [22:43] CtrlC: something is rather messed up, if it is [22:43] checking logs to see if update went wrong [22:43] !info chromium-browser xenial [22:43] chromium-browser (source: chromium-browser): Chromium web browser, open-source version of Chrome. In component universe, is optional. Version 64.0.3282.167-0ubuntu0.16.04.1 (xenial), package size 50312 kB, installed size 181485 kB [22:43] !info chromium-browser-l10n [22:43] chromium-browser-l10n (source: chromium-browser): chromium-browser language packages. In component universe, is optional. Version 64.0.3282.167-0ubuntu0.17.10.1 (artful), package size 2556 kB, installed size 14402 kB [22:43] err, what kostkon found :) [22:44] (same source, differnt version string for SRU purposes) [22:44] nacc, I might have found the issue. not sure: Step 2/12 : RUN apt-get update [22:44] ---> Using cache [22:44] CtrlC: not good :) [22:44] CtrlC: if that is the case, you really don't want to be doing that, or you want to fix your cacher [22:44] nacc, it seems to be working fine on new run. [22:45] joe___, i believe chromium and netflix is a no-go [22:45] CtrlC: working fine as in it got the corect version? [22:45] yeah [22:45] CtrlC: ok [22:46] kostkon: wow, with the fresh profile the video starts. thanks alot! [22:46] nacc, yup Unpacking chromium-browser-l10n (64.0.3282.167-0ubuntu0.16.04.1) ... [22:46] Unpacking chromium-browser-l10n (64.0.3282.167-0ubuntu0.16.04.1) ... [22:46] joe___, well probably installing the restricted extras helped a bit too [22:47] CtrlC: well, a bit worrisome that it changed all of a sudden? did you disable the cache? [22:47] Hello, how can i create a bootable win usb in linux? [22:47] nacc, I had edited a line in the docker file which caused not using the catch. [22:47] joe___, good to hear though enjoy your "netflix and", you know what :P [22:47] CtrlC: ah ok [22:48] i need format to usb for win [22:48] xz_: bios or uefi boot? [22:48] or is it non-uefi or uefi boot [22:49] akik: I want to bootable win7 usb in ubuntu [22:49] i need to bootable win7 usb [22:49] xz_: as in the installer, or a live usb with the running OS? [22:49] xz_: https://atkdinosaurus.wordpress.com/2016/07/20/how-to-create-a-bootable-windows-7-usb-stick-in-linux/ [22:49] i have to win7.iso, but disk image writer cant bottable for win [22:50] kostkon: yeah thanks :D [22:51] akik: when i use that command, may i have to win usb? [22:52] xz_: after those commands, you'll have a bootable usb stick that you can install win7 from [22:52] i trying multibootusb %45, if cant, i will use that link [22:52] xz_: just be careful to use the correct device names [22:53] akik: right its sdb1 === czesmir_ is now known as czesmir [23:12] Sven_vB: I see, half way... what I mean is, when a document is being photocopied by a xerox machine, it scans, that document becomes pixel format... then it prints again, so, it might not be the purpose of my case, however, numbers changing in a photocopied document are not excluded, however, errors in RAM should actually result in extra pixels or missing pixels all over a document [23:12] Sven_vB: ... and not only changes in digits (or numbers) in a scanned document... [23:13] rollingubuntu, yeah, bitmap data would most probably result in visible artifacts if it fell victim to bad RAM. in the RAM case I was thinking of spreadsheets. [23:14] or other documents where your numbers are stored as text or binary numbers [23:14] the overlap is more in "this could have happened for years before we even noticed" [23:17] Sven_vB: thanks for your advice and tips :) [23:18] you're welcome :) [23:21] guys my friend installing ubuntu 16.04 64biit on their laptop, dualboot with windows with uefi mode on, now he's cant boot on windows, i had try repair it with boot repair but it still not work only showing ubuntu only on boot menu [23:22] mr-day: Please run "sudo efibootmgr" and pastebin the output. [23:23] mr-day: Then, please run boot info script from here: https://github.com/arvidjaar/bootinfoscript and pastebin the RESULTS.txt that it produces. [23:25] wew he's not on my home now XD ok next time i will try btw is sudo efibootmgr and run boot info script return different result? and what command is that [23:29] mr-day: "sudo efibootmgr" will list all of the UEFI boot entries on the machine. These are OS entries stored in flash on the motherboard. The Windows entry should still be there, just not the default. Boot info script is a script that runs many different commands to gather a lot of different information about the machine that tends to be useful when debugging boot problems. Basically, just from what [23:29] you've told us so far we don't have enough information to know what's causing the problem or how to solve it. [23:32] owh ok i will back next time when my friend ready with their laptop, thanks Jordan_U [23:34] mr-day: You're welcome. [23:43] I want to combine curl http://api.somesite.com/value with removing all non digits or decimals from the string I get from the response {//[^0-9\.]/} [23:43] how can I do that? [23:45] tlink: sed or awk [23:45] tlink: or tr [23:46] How can I fix this problem with apt? https://paste.pound-python.org/show/k2tp4ouz5DEoe3iJgGRs/ [23:47] energizer: don't use PPAs [23:47] nacc: http://api.somesite.com/value awk {//[^0-9\.]/} [23:47] nacc: does ubuntu not support the use of PPAs? [23:47] !ppa | energizer [23:47] energizer: A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge [23:47] energizer: you asked for how to fix the problem :) [23:47] energizer: emacs-snapshot-common is not an ubuntu pacakge, and emacs25-common is only in 17.10 and 18.04, and you appear to be on 14.04 [23:48] energizer: but the real answer to your question is ask the ppa owner, it's not an ubuntu issue, per se [23:48] nacc: ok how can i get rid of this ppa then and get back to a normal system [23:48] !ppa-purge | energizer [23:48] energizer: To disable a PPA from your sources and revert your packages back to default Ubuntu packages, install ppa-purge and use the command: « sudo ppa-purge ppa:/ » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html [23:49] energizer, apt-cache policy emacs25-common will show you the PPA === berglh_ is now known as berglh [23:49] nacc: well i can't install ppa-purge [23:50] energizer: why not? [23:50] nacc: https://paste.pound-python.org/show/XevbH9NA311SbeNN3qIs/ [23:50] energizer: remove the broken packages [23:50] energizer: e.g., sudo apt-get remove emacs25-common [23:54] nacc: apt-cache policy says `http://ppa.launchpad.net/kelleyk/emacs/ubuntu/ trusty/main amd64 Packages` so what do i put into ppa-purge? [23:55] energizer: ppa:kelleyk/emacs i think [23:56] nacc: worked great, thanks [23:57] energizer: yw