/srv/irclogs.ubuntu.com/2017/12/26/#ubuntu.txt

johnflux_I have 16.10.  Can I install gcc 7?00:02
ohnxjohnflux_: you can always compile gcc7 yourself00:04
johnflux_ohnx: that sounds scary :)00:04
TJ-johnflux_: why? how about creating an LXD container with 17.10 which has it?00:04
johnflux_I'm going to just upgrade :-)  not sure if I should go for 17.04  or 17.1000:08
TJ-johnflux_: well 17.04 goes out of support quite soon, 16.10 already out of course00:09
johnflux_sudo do-release-upgrade -d  says "No new release found"00:11
ca_cabotagehey all - i00:13
johnflux_ca_cabotage: -i option not recognised.00:16
bazhangjohnflux_, which version are you on now00:16
ca_cabotagehey all, i've got a lubuntu 16.04 install in esxi. All was well until the other day I had a power outage, now when i try to login I get the login loop (enter password, screen flashes black, then back to login screen) I've tried logging into shell and "chown user:user ~/.Xauthority", I've tried mv .Xauthority .Xauthority.bak & sudo service lightdm restart. So far nothing is helping - how can I further00:17
ca_cabotagetroubleshoot and fix this?00:17
Bashing-omca_cabotage: Power outage can leave the file system in an incomsistent state, might run a file system check/repair from the liveUSB; see here what results  .00:29
bazhangjohnflux_, did you share with us yet what version you are currently on00:31
=== erryChristmas is now known as erry
ca_cabotageBashin-om I check the disk for defects and it found none00:48
Bashing-omca_cabotage: "check disk for defects" verifies the .iso copy . What I suggest is to run a fsck on the root partition from that liveUSB .00:52
ca_cabotageBashing-om it says 1.4% non-contiguous01:02
Bashing-omca_cabotage: That is OK . No need for an indepth fix indicated ?01:05
ca_cabotageit just has pass 1-5, then lists the files and blocks, the 1.4% non-contig. and thats it - doesn't say anything about fixing anything, or anything else at all01:06
sanatankchi01:10
Bashing-omca_cabotage: Reboot into the install and see what the condition is now .01:12
ca_cabotageinto the install?01:13
ca_cabotagelike the live CD or back into my regular installation01:14
Bashing-omca_cabotage: You ran the test from the liveUSB ? . then reboot into your normal system .01:14
ca_cabotageyeah, alright - i rebooted insto my system and it is still in a login loop01:15
Bashing-omca_cabotage: Pastbin the output of ' sudo lshw -C display ' - let's see if this is a graphic's driver issue .01:16
Bashing-omca_cabotage: That from the install in the ctl+alt+F1 console .01:17
ca_cabotageok, i can't copy paste out of the VM but I'll type up the basics:01:17
ca_cabotagedescript.: vga compt. controller01:18
ca_cabotageproduct SVGA II adapter01:18
ca_cabotagevendor: vmware01:18
ca_cabotagephys. id: f01:18
ca_cabotagebus info: pci@...01:18
ca_cabotageversion 0001:18
ca_cabotagewidth 32 bits01:18
ca_cabotageclock 33MHz01:18
ca_cabotagecapabilities: vga_controller bus_master cap_list rom01:18
ca_cabotageconfig.: driver=vmwgfx latency=6401:19
ca_cabotageresources: irq:16 ioport:1070(size=16) memory.... memory:....01:19
ca_cabotagethat's it01:19
Bashing-omca_cabotage: Well, driver is loaded . I do not have VM experoence, can not advise further .01:21
ca_cabotagealright, thanks man - i appreciate it!01:21
Bashing-omca_cabotage: :) .. good luck .01:23
piercedwaterhi01:34
Doc-SaintlyI've added Match user !root \n PasswordAuthentication no to the end of my sshd_config file, but it's still letting that account login with a password01:41
Doc-Saintlyand when I do ps -C sshd I see 3 processes running. How do I make sure it's working how I want it to? I want to make it so only a single user can login with a password01:41
exportrestart sshd?01:43
exporti think you can send a signal for it to reload it's config but restarting is simple enough, just make sure your lines are properly formed and you aren't doing remotely since you might get locked out.01:43
Doc-Saintlytried sudo restart sshd, and ssh, neither one gives a confirmation and I still see multiple processes01:43
exportif ubuntu is running systemd then iirc it's gonna be sudo systemctl restart sshd01:44
exportthere is also a man page for that i think01:44
Doc-Saintlyno response as well, and I still see 3 sshd processes :\01:45
exportThe available cri‐01:45
exportoops01:45
Doc-Saintlyeven tried restarting and it keeps booting up with multiple SSHD processes01:45
exportcaps the User01:45
Doc-SaintlyI tried that first :\01:45
exportman sshd_config01:46
exportDoc-Saintly: actually just tell what you actually want to do, no reason to chase cars on this lol01:46
Doc-SaintlyI want to make it so only a single uesr can login with a password. all others need to have a keyfile (which I'm not going to generate for them except for a few)01:47
exportso disable password and then override with match for the one user.01:47
Doc-SaintlyWell, based on how the config is not cooperating I'm worried that will lock me out :\01:48
exportDoc-Saintly: https://serverfault.com/questions/307407/ssh-allow-password-for-one-user-rest-only-allow-public-keys01:48
epicmetalAnyone fixed how Pixel Saver (GNOME extension) has inconsistent button icons on 17.10?01:49
exportthe locking out part is definitely a worry though, so be careful...01:49
epicmetalThey look like the Ubuntu theme icons in vanilla GNOME, until you hover, then they go back to normal01:49
exportmaybe even set it to revert after a few mintues with sleep && bash tricks01:49
Doc-Saintlyexport: there sohuld only ever by one sshd process, right?01:49
exportDoc-Saintly: i think that's normal01:50
exportjust depends on your use-case: http://forums.devshed.com/linux-help-33/multiple-sshd-processes-idea-550245.html01:51
Doc-Saintlyexport:  but if the restart is working, sohuldn't all the processes get new PIDs?01:54
Doc-SaintlyThanks export , I'll poke around a bit more before doing the config file again01:55
exportDoc-Saintly: maybe not, i think there is an option where you can keep running ssh connections after a restart but idk.01:55
exportDoc-Saintly: good luck!01:56
Dexx1_so, I just setup a USB HP printer via hplip on command line. It printed the test page okay, so looks like it is working. How do I find the printers IP address so I can access it's web interface?02:28
Doc-Saintlyexport: I got it. I followed the advice to turn password off for everyone else and then on for one user02:36
Doc-Saintlyexport: I realized that since I already havd the key auth working I wasn't likely to get locked out as I was playing around with password auth02:36
exportextor: Doc-Saintly yeah, i was mostly just worried about a typo in the config and the server quits loading lol (that has happened to me before)02:38
Doc-Saintlyyea, I wasn't to keen on it either :\02:52
EraserPencilI have some troubles with initiating a backup repository, need further understanding on mounting. If I mounted /lvbackup on /media/backup then create a folder /media/backup/MBP, does /lvbackup have a dir MBP? and who has permissions over MBP? lvbackup or /media/backup03:18
rypervencheEraserPencil: What is /lvbackup? type this for us: file /lvbackup03:27
lordcirthI'm guessing a LVM logical volume?03:27
rypervencheBest not to guess.03:27
plantaini'm running artful, but i need the 4.15 kernel for hardware reasons. so i installed the kernel ppa, but now i can't find where toget the linux-tools/linux-cloud-tools packages03:27
EraserPencilohyea, it's an lvm logical volume03:28
rypervencheEraserPencil: Then MBP will be located on the file system on the lvbackup logical volume.03:29
=== LocaMocha is now known as Sauvin
EraserPencilrypervenche: but if unmounted, MBP still lists under /media/backup03:30
rypervencheEraserPencil: Then that means you created it before you mounted the drive.03:32
rypervencheEraserPencil: But normally, if you mount a drive and then create a directory inside the mount point, then unmount the drive, that directory will not be there any longer.03:45
EraserPencilrypervenche: but if i mounted a drive at a parent directory, does the drive inherit the subdirectories?03:46
rypervencheEraserPencil: No, it will temporarily cover up or hide the directories that were already there.03:46
EraserPencilmine wasnt covered up or hidden03:47
rypervencheEraserPencil: Can you explain exactly what you did and what you were expecting to happen? And what actually happened.03:48
=== r0Oter is now known as r00ter
EraserPencilrypervenche: I've deleted the folders to restart. Just needed to clarify what should happen03:59
somenewbHallo04:16
somenewbMerry X-mas!  Anyone alive?04:17
somenewbSo I am trying to install grub (legacy) on my ubuntu 17.04 (Zesty) machine but it's unable to find the package.  I am doing sudo apt-get install grub.  I am guessing I need to update my repo URLS but no idea to which site.  Any suggestions?04:19
arvin_looks like xenial 16.04 LTS is the last to carry the grub legacy package: https://packages.ubuntu.com/search?keywords=grub04:29
epicmetalI've got this weird "Unknown" window in my alt-tab list, but nothing shows when I switch to it. Anyone seen this?04:32
epicmetalThe icon is a white sheet of paper with a grey warning sign04:32
epicmetal17.10 vanilla GNOME04:33
somenewbRight.  Could I use (maybe append) xenial urls to get grub? or will i have to manually download and install the package myself in this case?04:35
lordcirthsomenewb, why do you need grub legacy rather than grub 2?04:35
somenewblordcirth: So I am following a tutorial that uses grub legacy to load a kernel image04:38
lordcirthsomenewb, so look at grub2 docs and substitute04:38
somenewblordcirth: thanks, that's probably the best way to go since I'll have to learn how grub2 works eventually.  Just thought it be nice to get some experience with legacy grub then move on to the newer stuff.04:43
VolisHey, my computer is stuck at GRUB menu. From the entries shown in ls, I know that my ubuntu partition is (hd0,msdos1). I tried running `configfile (hd0,msdos1)/boot/grub/grub.cfg` but it returns back to black screen with "grub> "05:41
VolisBack to the grub prompt that is05:41
Volis(i have ubuntu 16.04 running on the computer)05:42
VolisI followed the instructions at https://help.ubuntu.com/community/Grub2/Troubleshooting#grub.3E-1 and it's fixed now, yay!05:56
snadgecan the amd proprietary drivers be made to work with the latest ubuntu?06:29
snadgeit seems not.. at least that simplifies the situation :p06:44
EraserPencilwhat backup solutions do you guys use?07:12
ghostnik11hi i just ran this command: sudo alien -ci android-x86-7.1-rc2.x86_64.rpm in order to install android x86. but when i rebooted i got no options to boot into android x86 only options for ubuntu07:13
epicmetalEraserPencil: rsync07:26
alkisgghostnik11: rpm packages are not supported by ubuntu07:33
ghostnik11alkisg, yeah but alien is built to convert whatever package to deb07:37
alkisgghostnik11: right, and alien is supported here, but not the packages that it converts :)07:37
alkisgE.g. if that rpm puts entries into the boot manager, alien can't handle it... btw, why aren't you installing android normally in a partition?07:38
ghostnik11alkisg, b/c the android x86 page told me it can be done this way and i thought that was just simply brilliant. don't have to download and then transfer iso to flash then reboot and install using flash07:39
alkisgThe best way to solve that "alien rpm" problem, would be to report it to the android-x86 project (file a bug report)07:39
alkisgWell, if you want to use android seriously, you'd want a real installation, if not, a VM would be enough; loop-based installations like that rpm or like wubi in general have a few issues...07:41
alkisgBut sure, it's worth it to file a bug report in their bug tracker07:42
alkisgIt's not an Ubuntu issue though, it's not in the Ubuntu code base and Ubuntu doesn't know what they're doing with their installer07:43
XXCoderhey guys07:47
=== Jochen_wvdT is now known as Schlawiner
XXCoderI wonder if theres a way to block xscreensaver from blocking ctrl-alt-f*07:47
auronandaceXXCoder: if it didn't block it then anyone could walk up to the keyboard and press that combo07:59
XXCoderI know its bit less secure08:00
XXCoderbut I rarely use tty and I log off once done.08:00
alkisgMost screensavers don't block alt+ctrl+fx08:14
alkisgE.g. mate-screensaver doesn't block it08:14
alkisgSince there the user needs to login anyway again08:14
XXCoderyeah im using stock xscreensaver though08:15
XXCoderand it does08:15
Triffid_HunterXXCoder: you could always enable sysrq then alt+sysrq+R to have the kernel take keyboard input back from X, after which ctrl+alt+fn should work fine regardless of what xlock or similar has done08:17
XXCoderok looking into that08:18
alkisgXXCoder: according to http://manpages.ubuntu.com/manpages/zesty/en/man1/xscreensaver.1.html, it doesn't08:18
alkisg"Unfortunately,  there is no way for xscreensaver itself to override            the  interpretation  of  these  keys."08:18
alkisgwhile talking about switching vts08:18
alkisgSo what you're talking about doesn't sound like xscreensaver issue08:18
XXCoderstrange. source certainly was xscreensaver, I had to kill xscreensaver and 2 hacks running08:19
alkisgXXCoder: is that xubuntu?08:20
XXCoderso when it closed I could type stuff and use mouse08:21
alkisgwhich version?08:21
XXCodera second08:21
XXCoderxscreensaver 5.3708:21
alkisgThat isn't the issue, so the DE matters08:21
alkisgE.g. xubuntu may invoke some other lock along with xscreensaver08:21
XXCoderahh ok08:21
XXCoderxfce mint08:21
alkisgSo the problem version doesn't matter, the distro/version does08:21
alkisgOK, mint isn't supported here :)08:22
XXCodernot too sure on version08:22
XXCoderyeah was talking about xscreensaver orginially08:22
XXCoderthanks though08:22
alkisgmint may have its own configuration for programs08:22
alkisgEven for xscreensaver08:22
alkisgThat's why you need to ask on your distro channel08:22
XXCoderits largely similiar, ubuntu instructions almost always work08:22
alkisgSo that they know about the default confifuration of the programs08:22
alkisgYes I know, the basic problem is that it doesn't respect debian policy and writes to /etc whatever it likes08:23
XXCoderoh xscreensaver was upgraded by myself, since included version is ancient08:23
alkisgSo it breaks everything without notifying08:23
XXCoderxfce mint do have issue with programs being old lol08:23
alkisgThat's why ubuntu supports ubuntu-mate, which is similar, but not mint, which doesn't respect debian policy08:23
XXCoderlike freecad default was 0.13 which was super crashy for while08:24
alkisgIt's using the same repositories as ubuntu08:24
alkisgIt's not a real distro. So the same version for freecad in both cases.08:24
XXCoderodd. well adding repo fixed that good :) anyway akways been there (mint chat) but not much help so far08:25
XXCoderhonestly kinda sick of mint odd stuff08:25
XXCoderlubuntu looked decent on my aspire one08:25
alkisgNot many developers support mint, so you can expect a few of them in mint channels :)08:25
XXCoderdunno on pc. maybe just xubuntu08:26
XXCoderI love xfce08:26
XXCoderoh yeah whats story on unity08:26
XXCoderheard ubuntu killed it08:26
alkisgOK I tested xubuntu screensaver, it doesn't lock vt switching08:27
alkisgSo no issue there08:27
XXCoderxscreensaver or ubuntu's own rollout?08:27
alkisgThe default screensaver of xubuntu08:27
XXCoderwhich is?08:28
XXCoderxubuntu 14.04 have none heh apparently08:29
alkisgPress alt+ctrl+l to lock the screen08:30
XXCoder2 days ago other post, xubuntu dont come with default screensaver apparently08:30
alkisgAfter unlocking, the dislpay manager login page shows, to allow you to unlock it08:30
acosonicHi, anyone using CopyQ ?08:31
alkisgXXCoder: 'light-locker' is running08:32
XXCoderinteresting08:32
alkisgIt's forked from gnome-screesaver, the man page says08:32
alkisgXXCoder: available since 14.04, so you probably misread something. https://xubuntu.org/news/screen-locking-in-xubuntu-14-04/08:33
XXCoderguess that guy didnt know it or something, just flat out said "dont have any, install xscreensaver"08:34
XXCoderweirdf08:34
akkilinuxI need a shell script, my end goal for script is to filter all the API’s responding above 3 seconds08:35
Triffid_HunterI had to set my power button to lock the screen instead of poweroff, it's in a weird spot on my case that's easy to press by accident08:35
XXCoderits okay bare bones locker apparently, can be removed to iunstall xscreensaver. nice08:35
Triffid_Hunterakkilinux: sounds like a job for strace if you mean libc/system API calls08:36
akkilinuxHey ............ I need a shell script, my end goal for script is to filter all the API’s responding above 3 seconds08:45
akkilinuxcan anyone help mr into it08:45
alkisgakkilinux: we tried but you don't answer09:03
alkisgExplain in more details what you want. Are you looking to use strace?09:03
alkisgWhich API is that? There are thousands of APIs09:03
akkilinuxActually In my system  API log generated09:04
akkilinuxin it I want APIs detailswho  responding above 3 seconds09:04
alkisgakkilinux: yeah that sentence explains nothing09:05
alkisgTry with more words09:05
EriC^^akkilinux: maybe paste a log of your api?09:05
EriC^^also #bash might be able to help too fwiw09:05
akkilinuxI am currently used09:07
akkilinuxcat /data/httpd/apiv.vt.com-access_log | awk  '{ print $15 }' | cut -d \? -f1 | sort | uniq -c | sort -n | tr -d '**' | tr -d '/' > /tmp/apiv.vt.com-access_log-dec.txt  cat /tmp/apiv.vt.com-access_log-dec.txt | awk '$2 >= "3000000" { print $2}' > /tmp/apiv.vt.com-access_log-dec2.txt  for i in `cat /tmp/apiv.vt.com-access_log-dec2.txt `;do      grep "$i" /data/httpd/apiv.vt.com-access_log  >> /tmp/apiv.vt.com-access_log-dec3.txt  don09:07
akkilinuxscript09:07
akkilinuxbut it generate 3 files09:07
akkilinuxbut i need 1 backup file09:08
akkilinuxand one output file09:08
=== Neo2 is now known as Neo1
unimatrix9quick question , for totem video , how do i make a playlist for videos ?09:52
geirhayour code is hard to follow, and even harder when we don't know what the input is09:52
PerduHello, I'm trying to check the image I got from http://cdimages.ubuntu.com/ubuntu-gnome/releases/17.04/release/ but gpg check fails09:57
Perdugpg: BAD signature from "Ubuntu CD Image Automatic Signing Key (2012) <cdimage@ubuntu.com>" [unknown]09:57
Perdusha256sum is correct, although downloaded over http09:57
PerduI don't know if there's a problem on my side or if the keys are indeed invalid09:57
_KaszpiR_Perdu sha sould be enough09:58
_KaszpiR_or update your pgp keys09:58
PerduI tried with md5, sha1 and sha25609:59
Perduall checksums are correct but gpg verification fails09:59
alkisgPerdu: where did you see that iso images are gpg signed?10:05
alkisgAh, you mean the *sums* are gpg signed, not the images...10:06
fairuzI've tried to uninstall collectd but get errors https://pastebin.com/LEj6Dp6m10:07
fairuzHi guys10:07
_KaszpiR_fairuz already told you ;)10:09
_KaszpiR_on different channel10:09
fairuz_KaszpiR_ heh yeah, just pasting on different channel to increase the odds of people responding. :)10:10
Perdualkisg: oh you're right, that's the *SUM that is signed10:11
Perdunot the .iso10:11
PerduSo that was a problem on my side, the signature is valid10:11
alkisgfairuz: that problem happens because you have packages that require collected and you removed it10:12
alkisgfairuz: you would need to remove the other packages as well10:13
fairuzalkisg thanks. _KaszpiR_ helped me to remove it on another channel.10:13
fairuzNeed to kill the process first10:13
_KaszpiR_the issue was that uninstalling collectd stops the service, and service stop failed because it took too long tim eto stop sthe service, thus package uninstall failed - fix: kill collectd service first, this happens on micconfigured setups10:14
frendaHi there10:32
frendaMy current Desktop: KDE Plasma | I'm using Longman Dictionary within GoldenDict application, but examples are not shown! They were fine in Unity; Have anybody eexperinced same problem? https://u.teknik.io/1IqwV.png10:33
lotuspsychjefrenda: welcome, perhaps the #kubuntu channel might know more of it?10:35
frendathnks10:39
Nooby_One_Noobyhello everybody11:04
onlyabytehowdy11:06
Nooby_One_Noobyfirstly, new to ubuntu 16.04, and i'm chatting with xchat-gnome. Can someone tell me how to add the "view" with the list of users in this room?11:13
Nooby_One_Noobyalso, unfortunately, i don't remember the name of the user that helped me tremendously yesterday with my upgrade from the 14.04. Just want to say that i've encountered some hiccups (even a phase where my pc did not booted anymore) but in the end, it all worked out fine11:15
Nooby_One_Noobyi really could use some help with my xchat-gnome11:22
lotuspsychje!xchat | Nooby_One_Nooby11:23
ubottuNooby_One_Nooby: xchat and xchat-gnome have not had stable releases in years. xchat was removed from Ubuntu for 16.04. Consider using hexchat instead, which is actively developed and available in 14.04 onwards.11:23
lotuspsychje!info hexchat | Nooby_One_Nooby install this one mate11:24
ubottuNooby_One_Nooby install this one mate: hexchat (source: hexchat): IRC client for X based on X-Chat 2. In component universe, is optional. Version 2.12.4-5build2 (artful), package size 336 kB, installed size 1009 kB11:24
Nooby_One_Noobylotuspsychje spreek je ook vlaams?11:24
lotuspsychjeNooby_One_Nooby: yes, but we only support english here11:24
lotuspsychjeNooby_One_Nooby: dutch support in #ubuntu-nl or #ubuntu-be11:25
Nooby_One_Noobylotuspsychje your profile said you're in belgium .... i'm belgian, but residing in brazil at the moment11:25
lotuspsychjeNooby_One_Nooby: in hexchat/prefernces you can enable the userlist11:26
Nooby_One_Noobylotuspsychje followed your advice, installed hexchat11:34
lotuspsychjeNooby_One_Nooby: you can change options now, like colored names in userlist etc tabs/tree11:35
Nooby_One_Noobyyes, i've noticed how much simpler it is11:35
=== Nooby_One_Nooby is now known as Orvalvisje
lotuspsychjeNooby_One_Nooby: what i always change, is colored nicks in userlist and change background to black11:36
lotuspsychjeOrvalvisje: and change to a bigger font11:36
stilllife00I cannot install Ubuntu, I get error number 5 input output error. is this the best channel for ask for support ?11:41
lotuspsychjestilllife00: wich ubuntu version and at wich point are you stuck?11:42
stilllife00ubuntu 16.04.3 the installer loads fine, I can make partition, after asking me for the username, keyboard layout etc. the error appears and the installer crashes11:42
lotuspsychjestilllife00: are you installing ubuntu single?11:43
lotuspsychjestilllife00: as i singleboot, not dualboot11:45
lotuspsychjein11:45
stilllife00if by single you mean whitout dual boot, no. the configuration is as follows: widndows 10 already installed on a 500gb SSD with UEFI and GPT, ubuntu should go on a separate PCIe disk of 256 GB with GPT. I can format the PCIe disk as I which but I dont wanna touch the windows disk if possible11:45
Orvalvisjeusing ubuntu 16.04, dual boot, laptop, fresh install. Firstly, should i upgrade to the 17.04, is it worth it (not withstanding the 16 is lts)11:47
lotuspsychje!dualboot | stilllife0011:47
ubottustilllife00: Dual boot instructions: x86/AMD64: https://help.ubuntu.com/community/DualBoot/Windows - Macs: https://help.ubuntu.com/community/MacBookPro https://help.ubuntu.com/community/YabootConfigurationForMacintoshPowerPCsDualBoot11:47
lotuspsychjeOrvalvisje: depends on what you really want? LTS as stable long support, or non-lts shorter more experimental/newer ubuntu?11:48
lotuspsychjeOrvalvisje: or help bug out and help the community?11:49
Orvalvisjehmmm .... i'm really a noob, i wouldn't be of much help, really11:49
lotuspsychjestilllife00: input/output errors usually means Hd broken, but in your case might be uefi setting?11:50
lotuspsychjeOrvalvisje: ok, so we left with lts stable vs newer experimental?11:50
Orvalvisjei was also wondering, read some things about the 16 being slow as a result to a problem with amd drivers?11:51
Orvalvisjelotuspsychje i think you made your point ;)11:51
jeremiesIn a live usb with ubuntu installed, I check disk for defects and it encounters errors, how to list them?11:51
lotuspsychjeOrvalvisje: can you explain what goes 'slow' on your 16.04 exactly?11:52
stilllife00lotuspsychje: the hd was working fine and its quite new. is there a way to check if it has problems? and how can I check if its the UEFI setting? I don't want to go back to BIOS/MBR11:52
Orvalvisjelotuspsychje i'm already a great deal of time without visiting Belgium, and when i saw your name, first thing in my mind is the lotus speculoos ;)11:52
lotuspsychjestilllife00: read the dualboot ubuntu help mate, for the correct settings about it i usually do singleboots myself11:53
lotuspsychje!discuss | Orvalvisje for more offtopic :p11:53
ubottuOrvalvisje for more offtopic :p: Want to talk about Ubuntu, but don't have a support question? /join #ubuntu-discuss for non-support Ubuntu discussion, or try #ubuntu-offtopic for general chat. Thanks!11:53
lotuspsychje!dmesg | jeremies11:54
ubottujeremies: dmesg is a console command which outputs the kernel ring buffer - an important log for diagnosing problems in  Linux. Often when something errors with hardware it will result in additional lines reported which can be seen by running dmesg in a console.11:54
lotuspsychjejeremies: you can trace errors in dmesg or syslog logs of your system11:54
stilllife00lotuspsychje: thanks for the link, but I fail to see how it applies to my case. It just says to do what I am doing already. Install windows first and then prepare the partitions, then it talks about MBR (wich I dont want) and about live CD (which I dont use). can u be more precise on how that documentation can help me solving the IO error ?11:55
alkisgstilllife00: if you run `sudo dd if=/dev/zero of=/devsdb`, where sdb is your pci-e disk, you write all of it. On another tab, `dmesg -w` will be listening for errors.11:56
lotuspsychjestilllife00: well i presume if your hd is still new it wont be broken yet, so i presume it might be an uefi setting not correctly so the partition of ubuntu refuses to install?11:56
alkisgstilllife00: (take care not to overwrite the wrong partition)11:56
alkisgstilllife00: also, after that, better format it with gparted, just in case the ubuntu installer does math incorrectly11:56
alkisg`sudo dd if=/dev/zero of=/dev/sdb bs=1M` will be faster11:57
stilllife00alkisg: am formatting with gparted since I was afraid of DD but I can give it a try with the dmesg thanks11:57
Orvalvisjelotuspsychje with slow i mean many gray screens in various programs11:58
alkisgstilllife00: are you doing a full format, or a quick format? Gparted does quick format11:58
alkisgQuick format won't show bad sectors outside of the file allocation area11:58
lotuspsychjeOrvalvisje: you can check your graphics card chipset + active driver in: sudo lshw -C video11:58
stilllife00alkisg: I guess it was a quick format then. how do I do a full format ? with DD?11:58
alkisgstilllife00: dd isn't a format, it blanks the disk, just testing for errors11:59
alkisgYou'll need a quick format _after_ dd has blanked the disk11:59
stilllife00alkisg: gotcha11:59
Orvalvisjelotuspsychje   *-display11:59
Orvalvisje       description: VGA compatible controller11:59
Orvalvisje       product: 2nd Generation Core Processor Family Integrated Graphics Controller11:59
Orvalvisje       vendor: Intel Corporation11:59
Orvalvisje       physical id: 211:59
Orvalvisje       bus info: pci@0000:00:02.011:59
Orvalvisjeoops?12:01
lotuspsychje!paste | Orvalvisje12:01
ubottuOrvalvisje: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.12:01
lotuspsychjeOrvalvisje: at bottom should show driver= ...12:01
stilllife00alkisg: how can I use sudo dd from the installation OS ?12:02
jeremieslotuspsychje: its a problem on a live usb installation for ubuntu. I used it for install one system. Should I reinstall this system?12:02
Orvalvisjelotuspsychje https://paste.ubuntu.com/26257065/12:02
lotuspsychjeOrvalvisje: seems your driver is active already12:02
Orvalvisjeok12:03
alkisgstilllife00: normally; sudo dd...12:03
alkisgAlt+ctrl+t to open a terminal12:03
lotuspsychjejeremies: not sure whats happening exactly, can you provide us more details of your story? ubuntu version? steps tryed?12:04
stilllife00alkisg: it shows me the man for sudo12:04
stilllife00alkisg: there is something interesting though in dmesg. SQUASHFS error: zlib decompression failed, data probably corrupt12:06
jeremieslotuspsychje: I download the iso of ubuntu-mate and write it in a usb to make a live usb. In the grub menu of the live usb I check disk for defects and it encounters errors. This pendrive I use it to install an ubuntu system. Must I reinstall the system?12:06
lotuspsychjejeremies: ok, can you pastebin us the results of those errors?12:07
jeremiesthe file /install/mt86plus in the iso doesn't match the md5sum12:08
lotuspsychje!md5 | jeremies12:08
ubottujeremies: To verify your Ubuntu ISO image (or other files for which an MD5 checksum is provided), see https://help.ubuntu.com/community/HowToMD5SUM or http://www.linuxquestions.org/linux/answers/LQ_ISO/Checking_the_md5sum_in_Windows12:08
stilllife00alkisg: and then: squashfs_read data failed to read block 0x5aab1ac012:09
=== adder_ is now known as adder
jeremieslotuspsychje: I know this12:09
lotuspsychjestilllife00: is it possible to disable your windows and test the ubuntu setup on your new hd single as a test, to see what the installer does<?12:10
stilllife00lotuspsychje: I can do that but in that case will grub not detect the windows system and put the wrong entries in grub ?12:10
lotuspsychjestilllife00: for ubuntu single install, you need fastboot & secureboot disabled12:10
lotuspsychjestilllife00: well if you disable drive physically perhaps?12:11
lotuspsychjestilllife00: would be interesting to know if the hd is really faulty, or its uefi block12:11
lotuspsychjestilllife00: ive seen alot of weird errors in the past due to uefi settings in the ubuntu partitoning12:11
stilllife00lotuspsychje: disable physically aka remove right ?12:11
lotuspsychjeyeah12:12
stilllife00lotuspsychje: ok will try that thanks, I just found another thing here that I will try first : https://askubuntu.com/questions/528036/ubuntu-installation-over-usb-and-dvd-fails12:12
lotuspsychjestilllife00: if setup bypasses the partitoning singleboot, we know its not your hd12:12
lotuspsychjestilllife00: https://help.ubuntu.com/community/SquashfsErrors12:14
stilllife00lotuspsychje: thanks, the USB stick seems fine and the MD5 is checked, I will try all the rest (and also removing the Windows disk)12:15
lotuspsychjestilllife00: another thing you can try is testing a 16.04.2 iso and update12:15
stilllife00lotuspsychje: of will try as well, I am just on a very slow connection so it will take ages but I ll keep it as last resort12:16
lotuspsychjestilllife00: i had machines in the past that didnt like .3 kernel12:16
lotuspsychjestilllife00: your new hd is a pci ssd?12:17
lotuspsychjehey ericus12:17
stilllife00lotuspsychje: yep but is not new, i had ubuntu and arch linux before, now I am just cleaning up and going back to ubuntu only12:18
stilllife00lotuspsychje: it has 1 year12:18
lotuspsychjestilllife00: did you test other Os on that same hd before?12:18
ericuslotuspsychje?12:20
lotuspsychjeericus: sorry was for EriC^^12:20
EriC^^hey lotuspsychje12:20
lotuspsychjehey ioria12:20
iorialotuspsychje, hi, lotus :)12:21
alkisg(02:04:09 μμ) stilllife00: alkisg: it shows me the man for sudo ==> the full command was in my previous message, (01:57:36 μμ) alkisg: `sudo dd if=/dev/zero of=/dev/sdb bs=1M` will be faster12:21
alkisgstilllife00: the dmesg errors mean that it has data loss reading from the live cd/usb. It's not a very good sign :)12:22
stilllife00alkisg: does it mean that I can try a different USB stick ?12:44
stilllife00alkisg: yes the full command instead of running shows the sudo help message12:45
Neo1I've installed debian on vm12:55
Neo1guys it's true ubuntu repositories files cannot always normally work in debian?12:56
Tin_manthen try #debian12:56
alkisgstilllife00: that means you misstyped it12:56
Neo1no, I have common questions that relate to both12:56
Neo1ok, will speak better in debian or ubuntu server12:57
Neo1just people in debian said that ubuntu repositories ppa wont work and should use their own12:58
Neo1I though it's equal OS12:58
MonkeyDustNeo1  if they were the same, there would be no need for a different name12:59
MonkeyDustor different repos12:59
lucas_aiI want to run a simple command to start a proxy server, when my ubuntu server instance starts up or reboots. How can I do this VERY EASILY?13:07
MonkeyDustlucas_ai  try with @reboot inside a cronjob ... sudo crontab -e13:08
EriC^^lucas_ai: sudo crontab -e ---> @reboot /path/to/command13:08
BluesKajHiyas all13:20
=== Leoneof|2 is now known as Leoneof
=== lotuspsychje_ is now known as lotuspsychje
Exterminadorstupid question: can I install Ubuntu in a external drive?15:00
BluesKajExterminador, yes15:01
Exterminadorwhat about keep the bootloader inside the pc only? I mean, I want the laptop to handle everything, and just boot into the external drive if I have it plugged, if I make myself clear tho15:03
EriC^^Exterminador: depends if you have uefi or mbr15:09
EriC^^Exterminador: in either case put the bootloader on the disk itself, and let the bios have it first in the boot order, if it's there it'll boot it15:09
ExterminadorI think it's uefi tho15:09
EriC^^Exterminador: ok, install it to the disk and manually make an efi partition and stuff15:10
ExterminadorI'm partitioning the disk now. I need to do this as a "rescue" measure..15:11
Exterminadorerm.. what's the command to create a bootable USB stick? I don't want to get back to Windows to create it via Rufus15:12
lotuspsychje!usb | Exterminador15:12
ubottuExterminador: 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/LiveUsbPendrivePersistent15:12
Exterminadorlet's see if I can make it work tho15:17
MonkeyDusthi lotuspsychje15:25
lotuspsychjehey MonkeyDust15:26
lotuspsychjemerry xmass MonkeyDust15:26
MonkeyDustand to you lotuspsychje15:27
CQ hello, I have a question with FF running on 17.04. I'm trying to get http://www.eternagame.org/ to work but something that I can't figure out is blocking between ublock origin, umatrix and noscript... even when I allow everything. the main page seems to be OK, but going to "play now" I only see a blue page. Any hints welcome...15:36
lotuspsychjeCQ: tryed it in chromium and says plugin not supported15:39
CQlotuspsychje, hm, any idea what the plugin is?15:41
CQI see the same message on chromium15:41
lotuspsychjeCQ: think its a shockwave flash15:41
CQlotuspsychje, sigh, I was afraid of that...15:42
lotuspsychjeCQ: lemme try with pepperflash holdon15:42
lotuspsychjeCQ: yes, working15:43
lotuspsychje!info pepperflashplugin-nonfree | CQ15:44
ubottuCQ: Package pepperflashplugin-nonfree does not exist in artful15:44
l0llip0pmerry christmas and happy new year 4all! (little bit late though..)15:44
lotuspsychjel0llip0p: same to you15:44
CQlotuspsychje, works, thanks!15:51
lotuspsychje!yay | CQ15:51
ubottuCQ: Glad you made it! :-)15:51
Scoop7anyone knows how can I resolve my bluetooth in ubuntu 16.04 lts currently not seeing any devices16:01
Scoop7https://thepasteb.in/p/vghO8VqZAoVh316:01
lotuspsychjeScoop7: can you doublecheck with blueman?16:03
lotuspsychje!info blueman | Scoop716:04
ubottuScoop7: blueman (source: blueman): Graphical bluetooth manager. In component universe, is optional. Version 2.0.4-1ubuntu3 (artful), package size 1636 kB, installed size 4837 kB16:04
derekjcScoop7: maybe useful: https://forums.linuxmint.com/viewtopic.php?t=22888816:04
TJ-Scoop7: "bluetooth hci0: Direct firmware load for brcm/BCM.hcd failed with error -2" ... ensure the firmware is available and loaded first16:07
TJ-Scoop7: see the solutions here (to extract the firmware from the Windows driver CAB file) https://askubuntu.com/questions/617513/bluetooth-not-connecting-to-devices-even-though-it-recognizes-them#64326016:09
skinuxI just apt-get autoremove and it was removing things I want. I thought it was just for old unnecessary packages?16:12
TJ-skinux: packages listed for auto-remove are those no longer depended on by some other package, so e.g. removing ubuntu-desktop might leave a bunch of it's dependencies with no other package also depending on them, so would be candidates for autoremove16:14
skinuxWell, why would it remove gnome-menus?16:14
EriC^^skinux: something else you installed probably pulled it in, then you uninstalled it16:16
skinuxWell, HexChat came with Ubuntu I thought.16:16
skinuxgnome-menus comes with gnome16:16
EriC^^nope, hex chat isn't ubuntu default16:17
EriC^^apt-cache rdepends gnome-menus    shows what packages depend on it16:17
EriC^^brb16:17
skinuxgnome desktop depends on it and I have gnome-desktop installed.16:18
EriC^^and autoremove is asking to remove it?16:21
Scoop7TJ- both of the top2 solutions doesn't work16:21
Scoop7the top one gives 401 to the dropbox link16:22
Scoop7and the second seems obsolete as well , because "E: Unable to locate package cabextract"16:22
Scoop7I can't extract the downloaded file with a package that doesn't exist16:22
Scoop7so what should I use to extract it then ?16:22
TJ-!info cabextract | Scoop7: you'd need to install it16:23
ubottuScoop7: you'd need to install it: cabextract (source: cabextract): Microsoft Cabinet file unpacker. In component universe, is optional. Version 1.6-1 (artful), package size 20 kB, installed size 108 kB16:23
Scoop7I've tried16:24
Scoop7https://thepasteb.in/p/nZhlDBg86q6hY16:25
Scoop7ubottu16:26
skinuxNo, autoremove removed it without asking16:26
menaceis there any list for apparmor when the features will be fully upstream in the kernel? like with the status page in the btrfs-wiki?16:26
skinuxi technically use Ubuntu Studio, nbut gnome was installed first.16:27
TJ-Scoop7: I suspect you need to enable the 'universe' component of the archives, via the Software Sources dialog16:29
Scoop7TJ- I am currently trying out the 3rd answer16:30
Scoop7which maybe for me because I got my dell in 201616:31
Scoop7maybe fits me*16:31
Scoop7https://askubuntu.com/questions/617513/bluetooth-not-connecting-to-devices-even-though-it-recognizes-them#64326016:31
generici wonder why ubuntu hasn't got a default firewall like windows-firewall16:31
lotuspsychje!firewall | generic16:32
ubottugeneric: Ubuntu, like any other Linux distribution, has built-in firewall capabilities. The firewall is managed using the 'ufw' command - see https://help.ubuntu.com/community/UFW | GUI frontends such as gufw and ufw-kde also exist. | An alternative to ufw is the 'iptables' command - See https://help.ubuntu.com/community/IptablesHowTo16:32
Scoop7All this hustle, because my wife thought it would be a good idea to buy me  bluetooth earphones replacing my old broken wired earphones, lol16:32
TJ-Scoop7: :D16:32
genericlotuspsychje: what I miss is a great frontend that comes with every ubuntu installation16:33
skinuxScoop7: Why is bluetooth an issue? Ubuntu handles it very well out of hte box.16:33
Scoop7she's on a mac so clearly didn't had any ideas... the hell she sent me to :D16:33
genericlotuspsychje: lol ufw isnt even installed on my machine16:34
lotuspsychjegeneric: read the url above; gufw16:34
genericlotuspsychje: Ill tell you in a second if its any good16:35
lotuspsychjegeneric: apt-cache search firewall, other packages to test on your system16:36
MonkeyDust!info fwbuilder | generic16:36
ubottugeneric: fwbuilder (source: fwbuilder): Firewall administration tool GUI. In component universe, is optional. Version 5.1.0-4build1 (artful), package size 7132 kB, installed size 34272 kB16:36
genericlotuspsychje: not really what I had in mind though16:36
genericlotuspsychje: first it needs su access16:37
* vertor grabs his popcorn16:37
MonkeyDustvertor  cynic16:38
* vertor is just hungry ;)16:38
genericlotuspsychje: and then i want something that works really simple like noscript and adds rules16:38
MonkeyDustgeneric  try fwbuilder16:38
genericMonkeyDust: i know fwbuilder16:39
genericMonkeyDust: but its not really the desktop solution16:39
MonkeyDustgeneric  gufw lets you add rules16:40
=== Neo2 is now known as Neo1
genericMonkeyDust: it is a nice frontend for iptables too16:41
Scoop7TJ- I've used bitbleach to clean my OS including the APT.....16:41
Scoop7just minutes ago16:41
genericMonkeyDust: but do you have to be iptables expert to use linux ?16:41
genericMonkeyDust: of course not16:41
Scoop7I believe it's the cause apt isn't picking up any packages16:41
MonkeyDustgeneric  no, i'm not an iptables expert and use linux16:41
lotuspsychjegeneric: configuring a firewall is complex, even with a GUI16:42
lotuspsychjegeneric: here we can help you about the ubuntu part, for firewall help try #netfilter16:43
Exterminadorbtw. I've read something on the website about the download of Ubuntu 17.10 is currently discouraged due to an issue on certain Lenovo laptops. bit since my laptop isn't a Lenovo, I think I can go ahead right?16:43
MonkeyDustor ##security16:43
lotuspsychjeExterminador: i think that got fixxed now16:44
Exterminadorlotuspsychje: tks :)16:45
=== imadz714 is now known as imadz713
generichow do i restart the x server in 16.04 ?17:20
leftyfbgeneric: sudo reboot or sudo systemctl restart lightdm or sudo /etc/init.d/lightdm restart or sudo service lightdm restart or log out and log back in17:22
genericleftyfb: thanks17:22
=== AntiSpamMeta is now known as Guest75231
=== AntiSpamMeta_ is now known as AntiSpamMeta
stilllife00alkisg: with a different USB stick the installation works fine, thanks for the support17:26
alkisgstilllife00: cool, maybe the errors were from the stick and not from the disk then17:28
VoLLiHey, as i am trying to take a screenshot on my ubuntu 17.04 running in a VM it seems the browser window is not showing. instead it's showing the desktop background. anyone have a clue what might be going on?17:30
tsarompywat?17:35
tsarompyyou want to take a screenshot, i see that17:35
tsarompybut what was the rest of it VoLLi17:35
bluenemohi guys. I've just installed 16.04 on my thinkpad t460p. It seems that the font size of all the windows is extremely large.. Seems to be some scaling issue. I've tried gnome-tweak-tool and regular settings without any effect. I have to note that I installed ubuntu 16.04 desktop and then installed i3-wm, so the large windows are in i3-wm.17:37
bluenemoit seems that the 100% zoom, for example in firefox or chromium-browser, is way to large.17:38
VoLLitsarompy: well, seems the other windows (which are not covered by a browser window) are showing on the screenshot, without the borders though17:42
Scoop7https://thepasteb.in/p/r0hwZJX6q1WFK  I think my bluetooth problem is that it's trying to load the wrong package17:45
Scoop7it should be loading BCM43142A0-0a5c-21d7.hcd17:46
Scoop7but it goes for BCM.hcd17:46
Scoop7how to resolve this?17:46
Scoop7-TJ17:46
Scoop7TJ-17:46
tsarompyVoLLi: can you show me this screenshot17:47
tsarompybluenemo: you need to adjust your DPI17:47
tsarompydots-per-inch17:47
tsarompy96 is standard17:47
tsarompyi prefer 93 :D17:47
bluenemotsarompy, should the applications respond immediately when changing it via xrandr --dpi 96 ?17:48
tsarompybluenemo: you can set your DPI in .Xresources17:48
tsarompygoogle an example of an .Xresources file17:48
tsarompyare you starting i3 from the tty?17:48
tsarompylike using startx17:48
=== MrChristmas is now known as MrC
tsarompybtw if you just want i3, you can purge gnome17:49
TJ-Scoop7: hmmm, maybe simply rename the file (or create a symbolic-link) for BCM.hcd ?17:49
Scoop7yeah trying this now17:49
tsarompybluenemo: ive never tried changing dpi via xrandr, i wasnt aware it could17:49
tsarompybut if it works for you go for it17:49
bluenemotsarompy, no via lightdm login thingy17:51
bluenemoxrandr does nothing so far17:52
tsarompyi wouldnt bother with a display manager if youre going to use i317:53
tsarompyyou should make an .xinitrc file17:53
tsarompylol17:53
tsarompyuh oh17:53
tsarompy"whats this button do?"17:54
* tsarompy vanish17:54
VoLLitsarompy: seems that the PrtScrn button just captures the background image. So there's really not much to show there. i could upload one to imgur though, if you need to see it :D17:54
tsarompyif you want a screenshot in linux you should install scrot17:54
tsarompythen in a terminal $ scrot filename.png17:54
Scoop7TJ- should the ownership be root of those packages ?17:55
tsarompyif you have xfce, it comes with a screenshot program that will upload it to imgur for you17:55
VoLLiactually i need screenshots to be working for an automation tool using image recognition. so scrot wouldn't help me much there.17:55
TJ-Scoop7: ownership shouldn't matter, as long as UID 0 (root) has read access to the firmware file17:56
bluenemotsarompy, can you paste me yours? This: xrandr --output eDP-1 --scale 1.0x1.0 (fiddle with the 1.0's) changes stuff for the worse..17:58
bluenemofor example my i3bar has kind of the correct size while firefox, thunderbird and so on are scaled way to large17:58
bluenemoif I set it to 2.0x2.0, firefox and so on look ok but the bar is way to small17:58
bluenemos/to/too17:58
tsarompyyou need to edit your $HOME/.config/gtk-3.0/settings.ini file17:59
tsarompyand set the DPI17:59
tsarompyto whatever your DPI is set to for everything else17:59
bluenemoi c17:59
tsarompyand you really shouldnt use zooming in xrandr, you should set your DPI properly across all toolkits18:00
TickerTapeI'm trying to open an xterm in compiz to run a command with xterm -e. but I don't want this new window to steal the keyboard focus; it's just meant for passively viewing a log. how to achieve this from the command line?18:01
tsarompyset window rules in ccsm i guess18:01
bluenemotsarompy, (agree on xrandr). I dont feel like a lot has changed18:01
bluenemoset gtk-xft-dpi = 9618:02
bluenemotsarompy, ccsm?18:03
tsarompyheres an example if you need it bluenemo18:03
tsarompyhttps://github.com/dpobel/config/blob/master/config/gtk-3.0/settings.ini18:03
tsarompyi was talking to someone else about ccsm18:03
bluenemoah18:03
tsarompyyou should also edit your $HOME/.gtkrc-2.0 file18:03
tsarompyyou can use the program lxappearance to set gtk properties18:03
tsarompychange your DPI with that18:03
tsarompyand it will write the file for you18:03
bluenemolike gnome-tweak-tool will, yes18:04
tsarompywhat did you add gtk-xft-dpi to? that belongs in your settings.ini18:04
tsarompygnome-tweak-tool only affects gtk3 afaik18:04
tsarompylxappearance does gtk2 and 318:04
bluenemoah18:04
tsarompyid use that18:04
tsarompyits also tiny18:05
tsarompyso you can remove if after you set it how you want it18:05
tsarompyjust dont purge it18:05
tsarompyTickerTape: i need moar info than just 'im running compiz'18:05
tsarompywhat window manager is compiz running with18:05
tsarompymarco, xfwm, emerald, etc18:05
tsarompy?18:05
Scoop7TJ- as I understand ubuntu 16.04 doesn't support my device for bluetooth ? https://askubuntu.com/questions/773629/16-04-bluetooth-error-not-enough-free-handles-to-register-service18:06
Scoop7because I am getting the same issue on   sudo service bluetooth status18:06
bluenemotsarompy, I assume you have xfce4 fully installed right? lxappearance alone doesnt offer me any scale / dpi / size settings18:07
bluenemoexcept regular font size18:07
tsarompyweird18:07
tsarompyokay then yeah set it manually18:07
tsarompyyou have it set in gtk-3.0/settings.ini yes?18:08
tsarompydid you edit your $HOME/.gtkrc-2.0 file?18:08
bluenemotsarompy, there is only a gtk-3.0 directory18:08
bluenemoah wait, misready your line18:08
tsarompymake a .gtkrc-2.0 file in your home directory18:09
tsarompyyou can use that gtk-dpi settings line in it too18:09
tsarompypaste it in there and save it  and relogin18:09
bluenemothere is one - i misread your line.18:09
tsarompyyou should be good to go18:09
tsarompyjust make sure your DPI is the same in both files18:09
tsarompyand if you set it in .Xresources make sure its the same obv18:09
bluenemoadded a gtk-dpi="96" to .gtkrc-2.018:09
tsarompyno no18:09
tsarompygtk-xft-dpi = 9618:10
bluenemoah, thx18:10
bluenemook, restarting lightdm, sec18:10
bluenemotsarompy, that did the trick, thank ou!18:11
tsarompyyw18:11
bluenemothe higher the larger things will appear right? I could use it just a "bit" larger I think18:11
tsarompyyz18:12
tsarompyjust make sure the DPI matches in all files18:12
bluenemosure. I assume there is a specific way to increment the dpi? whats a good next level after 96?18:13
tsarompytry 10318:13
tsarompyits just a lil bit bigger18:13
tsarompyhowever you could just increase font size18:13
cfochHello18:13
tsarompybut DPI will apply to everything not just GUI18:13
tsarompyhi cfoch18:13
cfochis Adawaita GNOME dekstop theme included in Ubuntu repos by default18:13
bluenemook, trying that, second18:14
cfoch?18:14
bluenemotsarompy, 103 is perfect, thanks for your input! :)18:14
oerhekscfoch, as of zesty, yes https://launchpad.net/ubuntu/+source/adwaita-qt18:15
tsarompygod adwaita is ugly18:16
tsarompytry breeze if you hate it, they have it for everything but qt318:16
Scoop7after trying like 10things and reading 20 forum threads/bug submits , and spending like 4 hours~ I've think I am reverting back to wired earphones18:20
Scoop7will add those bluetooth earphones to the shell18:20
VoLLitsarompy: so seems if i turn off 3d hardware acceleration in the VM settings screenshots are working like they should now.18:28
tsarompyi cant really help you with VM stuff18:29
cfochoerheks: why -qt?18:39
=== wetterfu1hs is now known as wetterfuchs
nadioanyone here that have mono xsp4 running under ubuntu ? running into wierd problems all the time18:53
cfochHow do I install the default GNOME Shell theme in Ubuntu?18:53
ikonianadio: there is a pretty good mono support community18:57
nadioikonia: very idle at the monent because of the day, already on the freenode one and the official on a different network18:59
cfochI just want to put my theme dark19:00
Exterminadorhow do i add a user without password?19:11
ikoniadoesn't the user admin gui allow a blank password ?19:12
nadioikonia: https://unix.stackexchange.com/questions/56765/creating-an-user-without-a-password19:12
nadio   --disabled-password \19:12
ikonianadio: I know how to do it19:12
ikoniaI'm not asking19:12
nadioikonia: was for Exterminador19:12
ikonianadio: right, but you said my name19:13
Exterminadortks!19:13
nadioikonia: I am still hang over, deal with it. and sorry.19:19
bluenemohi guys. I've got a Thinkpad t460p with a Sierra Wireless EM7345 card, but it does not show up in network-manager19:26
bluenemoit also does not show up in lshw-gtk or lspci.19:27
bluenemooh and i'm running a freshly installed 16.04 desktop19:27
=== phunysanta is now known as phunyguy
amiriteI configured a system did service to run Before=another.service, and indeed it started before it (a few milliseconds before it), but it did not wait until it finished -- i.e. they ran pretty much in parallel. How do I instruct systemd to start service A *After* service B has *successfully started **and** finished*19:42
Exterminadordoes anyone around here uses Stremio on Ubuntu 17.10? I've created a starter but somehow isn't open the application and not even double clicking in the respective folder. I'm a bit stuck now19:46
TMLapologies in advance, I am not familiar with systemd and seem to be chasing an endless rabbit-hole of ignorance, but am rather desperate to get home to my family and the online docs are being less than helpful - where do I tell a systemd based system the information I used to put in /etc/resolv.conf?19:47
oerheksExterminador, maybe you need to make the appimage executable first? http://gamblisfx.com/stremio-4-0-on-ubuntu-16-04/19:49
oerheksit is not in our repos, officially19:49
TMLThe /etc/resolv.conf file itself says to `run "systemd-resolve --status" to see details about the actual nameservers.` - but that command errors out: Failed to get global data: Unit dbus-org.freedesktop.resolve1.service not found.19:50
TMLFailed to get global data: Unit dbus-org.freedesktop.resolve1.service not found.19:50
amiriteirc is useless19:51
GoopI have both Ubuntu and Windows installed on my computer. I have Ubuntu installed on one physical hard drive and Windows10 installed another physical hard drive, however when I boot up my computer, it always chooses Windows10. Is there a way to make sure that my computer uses Ubuntu GRUB (I think that's what it's called), and have it choose Ubuntu by default (if you don't choose another option in the 3-10 sec window of time), and still have19:53
Goopthe option of booting Windows on the other drive?19:53
TJ-Goop: yes. If the system is booting using legacy BIOS then set the GRUB disk first in the boot order. If it boots using UEFI then set Ubuntu as the default boot entry in the fimrware's Setup boot menu options19:54
bluenemowhats the name of the power manager applet command?19:55
bluenemo(I run i3wm and want to start the power manager applet, so it shows up in my bar)19:57
Exterminadoroerheks: I'm not using the appimage tho. I've downloaded 3.6.5, and still it doesn't execute no matter what.19:57
Exterminadorand I'm sure I've chmoded it to be executable19:58
Exterminadorhum.. using ./Stremio.sh gave me an error about libgconf-2.so.4, cannot open shared object file: No such file or directory.20:01
Exterminadorsolved! tks ;)20:06
GoopTJ-, what's with EUFI or whatever it's called?20:08
TJ-!uefi | Goop: Unified Extensible Firmware Interface20:09
ubottuGoop: Unified Extensible Firmware Interface: UEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI20:09
GoopTJ-, does that make UEFI better/more configurable with more toys to play with?20:15
TJ-Goop: no, it just swaps one set of bugs for another :)20:15
alkisgHaha20:16
alkisgIn theory, this new "bios" provides more services for disk, network, screen access etc20:17
TJ-:p20:25
shazbotmcnastyhey there - my backup software doesn't have access to  folder that it's in /var/www/'program'/data - thus it cannot back it up. When looking into the permissions tab it says I'm not the owner, thus I cannot change the permissions on it. I'm assuming I would be able to as root - how do I give a user read/write/execute without taking the owner away from a file, or changing anything really for the20:29
shazbotmcnastyanother user20:30
shazbotmcnastyi just need user "user" to access a folder and all of its contents, without removing or changing any access whatsoever to www-user20:30
shazbotmcnastyI've broken many a things by changing file permissions all willy nilly and am trying to avoid it for a production server20:36
blkaddershazbotmcnasty, You have a couple of options.20:42
blkadderYou can add the user to the group that the owner of the file is in and make sure that has group read permissions.20:43
blkadderOr you could give other read permissions, but that gives anyone access to that directory.20:44
blkadderThat's the answer to your question, but I think you may be asking the wrong question in the first place.20:44
blkadderYour backup software should probably have the ability to read everything.20:44
blkadderGiven it is backup software.20:44
TMLdevuan is installed and customer is working. Have a great holiday! :)20:48
shazbotmcnastyblkadder: it runs as root, and root was not in the www-data group, and i'm not sure it's supposed to be. I added the user that I wanted to the www-data group and it seems to have fixed it. Lets see if the backup succeeds.20:50
espacitonice holydays20:50
shazbotmcnastyIt's Crashplan...20:50
OpaoStürk var mı20:53
shazbotmcnastyI think it worked. Before it said 0KB in the file, now it says 35.6GB - looks like it worked.20:54
Orvalvisjehello21:12
Orvalvisjeanyone familiar with my weather app in ubuntu 16?21:12
Orvalvisjei am residing in brazil, but my desktop is in English. Installed the app using the terminal, and the settings window is in Portuguese and i can't seem to change it into english21:14
compdocOrvalvisje, maybe its to do with the servers you get your updates from21:17
skinuxIs there a setting to make Ubuntu send audio via HDMI and not just video?21:17
alkisgOrvalvisje: env | grep ^L21:18
Orvalvisjecompdoc is there a way to get around? I really would love them in english21:18
alkisgWhat's the output of that, put it to pastebin21:18
alkisg(in a terminal)21:18
compdocOrvalvisje, I dont know, but hang out in here a while or try different times of day21:19
compdoc*try asking at dirrerent times21:19
insihelyo21:21
insiIs it bad to have radeon and amdgpu kernel modules/drivers loaded at the same time?21:21
insiI haven't installed any proprietary drivers or anything, but this is what the ubuntu install did. I'm running a AMD R9 390 GPU21:22
Orvalvisjealkisg what's that that you are saying? is that a terminal command? will do what?21:26
insii ask because ubuntu keeps crashing back to the login screen seemingly randomly21:31
insiand I wonder if its the two kernel modules that are loaded which is the issue21:31
skinuxWhat is the hotkey for zooming? I seem to have done it by mistake.21:39
Bashing-omskinux: try ctl+scroll wheel .21:43
skinuxDidn't work. AS I move the mouse, the entire screen is moving21:44
SimonNLskinux: try pressing esc ones21:46
alkisgOrvalvisje: yes it's a terminal command that will show us your language settings21:47
skinuxIT seemed to have happened when I pressed ctrl and an arrow key21:47
skinuxHmm. I don't know how , but I fixed it.21:51
skinuxNow, I'm wondering how to make a setting disabling my internal NIC21:51
clausenMy laptop won't boot anymore -- it drops to a busybox shell.  Specifically, it can't mount root.  When I try to mount root by hand, it says "Invalid argument".23:11
clausenAny idea what this could mean?23:11
jerclausen, sounds like the filesystem is corrupted -- in the sense that where /dev/whatever (your root disk) points at (which offset on disk) is either wrong, or contains a value that isn't expected for a header of a filesystem of that type23:13
TJ-clausen: what happened in terms of software updates/installs just before the last reboot/poweroff when it did work correctly?23:14
clausenTJ-, I was using it immediately before.  I only use the laptop infrequently, so I had just done a whole lot of updates (including kernel/initramfs)23:14
clausenjer, possible, but seems unlikely because it worked immediately before, and I wasn't doing any IO at all23:15
ZaliekAre you using LVM or encryption for root?23:15
clausenZaliek, yes, both23:15
TJ-clausen: OK. Reboot, press Escape key to get the GRUB boot menu, choose the "Advanced" sub-menu, then choose an older kernel version, and try starting with that23:15
clausenTJ-, I tried that, but it doesn't help23:16
ZaliekSo you decrypted the partition first, then activated the volume group?23:16
TJ-clausen: did you try all older kernels, and did you try a Recovery option?23:16
clausenZaliek, yes, the decryption step works23:16
TJ-clausen: try "vgchange -ay"23:16
clausenit fails on mount /dev/mapper/ubuntu--vg-root /root23:16
TJ-clausen: then "ls /dev/mapper/" and see if you see that listed23:17
clausenTJ-, yes, it's there23:17
clausenand I can cat it23:17
clausenjust not mount it23:17
TJ-clausen: "fsck /dev/mapper/ubuntu--vg-root"23:17
clausenthere's no fsck in busybox :(23:17
TJ-fsck is in the initrd23:18
clausennot in the one I have23:18
TJ-clausen: which Ubuntu release is it?23:18
clausenI think it's 15.1023:18
clausenbut I can't remember23:18
clausen(I don't know how to check!)23:19
clausen(given that I can't even mount my root filesystem to look)23:19
TJ-clausen: try "/sbin/fsck.ext4"23:19
clausenTJ-, no, nothing :(23:20
TJ-clausen: these tools are installed in the initrd.img, because they are needed to check the root file-system before it is mounted23:20
clausenTJ-, I thought that root was mounted read-only...23:20
clausenand then the tools from root were used to check it?23:20
clausenanyway, "find|grep fsck" turns up nothing23:21
TJ-clausen: GRUB loads kernel and initial ramdisk into memory, kernel starts executing /init (an sh script) in the initrd, which has other tools sufficient to mount the root file-system. /init eventually pivots to the real root FS23:21
TJ-clausen: I'm thinking the initrd.img is corrupt, possibly because /boot/ ran out of space when the new kernels were installed23:22
clausenTJ-, well, there are enough tools to mount root -- just not fsck23:22
clausenTJ-, but that would be quite a coincidence for both the old and new to both be corrupt!23:22
TJ-clausen: what does "cat /proc/cmdline" report?23:22
TJ-clausen: not always, update-initramfs is called to regenerate initrd.img's when some packages are upgraded23:23
clausenBOOT_IMAGE=/vmlinuz-3.16.0-36-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro23:23
clausenupdate-initramfs is called even for old kernels that are already installed?23:23
TJ-clausen: OK, so this is a UEFI secure boot23:23
clausenright23:23
TJ-clausen: it can be in some circumstances, but without knowing which packages got upgraded it's hard to know right now.23:24
clausenalso, the installation ISO I used doesn't work anymore23:24
clausen(it crashes on the language menu)23:24
clausenotherwise, I would have used fsck from that :(23:24
TJ-clausen: my suggestion would be to boot from a USB LiveISO image so you can fix this with all tools available23:24
TJ-clausen: what make/model of PC?23:25
clausenit's a Bay Trail architecture23:25
clausenwhich is a funny 32-bit firmware but 64-bit OS configuration23:25
clausenASUS EeeBook23:25
clausencomplete pain to work with23:25
clausenI had to hack the Ubuntu ISO to even get it to boot23:26
TJ-clausen: yes, I know; that's why I asked because I have a vague memory of this issue some time ago too23:26
clausenso, broken initramfs doesn't explain why mount fails23:26
clausen(it only would explain why fsck is missing)23:26
clausenthere ought to be a good reason!23:27
clausenso, USB LiveISO is an option, but a very painful one23:27
clausenit would also force me to throw away the machine at the end23:27
clausen(I only use this machine as a vault for storing private keys)23:28
TJ-mount will fail if the file-system is broken; we need fsck to check it23:28
clausenaha23:28
clausenperhaps we can force it to mount, despite it being dirty?23:28
TJ-clausen: check if the kernel is reporting a FS problem: "dmesg"23:28
TJ-clausen: the last few entries should be the most relevant23:29
clausenTJ-: dmesg has no information about mounting at all23:29
TJ-clausen: find out what file-system is in that LV: "blkid /dev/mapper/ubuntu--vg-root"23:30
=== yabbes_ is now known as yabbounic
clausenTJ-, blkid comes up empty!23:30
TJ-clausen: does it work correctly for /dev/sda1 (I'm assuming that is the EFI system partition!)23:31
clausenyes, it works for other things23:32
clausenjust not my root filesystem!23:32
TJ-clausen: seems like the root FS has been corrupted then, as well as fsck being mysteriously missing23:32
clausenright23:32
clausenquite a coincidence23:32
clausencould be an attack23:32
TickerTapewell lets face it the main use case for compiler on target is you couldn't get cross compilation (the right way to do things) to work, right, right?23:33
TJ-probably caused by the same issue, whatever it was.23:33
clausenthe machine is in such poor shape, I can imagine an attack accidently hosing the machine rather than working23:33
clausenI'm suspicious -- a bug in update-initramfs isn't going to corrupt the root filesystem23:33
clausenthey are quite orthogonal code paths23:33
TJ-clausen: you'd need to boot a liveISO environment and run tools on it to figure out the extent of the problem23:34
clausenTJ-, agreed23:34
clausenthanks for suggestion blkid23:34
clausenit's convinced me that there's no clever trick that's going to fix this23:34
clausenit's fundamentally broken23:34
TJ-clausen: no bug; I was on about running out of disk space on /boot/ causing update-initramfs to only generate a partial initrd.img23:34
clausenTJ-, but how would that corrupt the root file system?23:35
clausenbtw, there was plenty of free space23:35
clausenthere's almost nothing on the hard disk23:35
clausenjust a few private keys23:35
clausenand besides, that wouldn't break blkid23:35
clausenI think the most likely explanation is an attack gone wrong23:36
TJ-clausen:  I'm not saying it was out of space, but it's a common one that causes weirdness for boot failures/initrd. The other possibility is the system powered off before it had completed writing data back to disk23:36
clausenTJ-, but again, that wouldn't lead to a corrupt superblock23:36
TJ-clausen: it does, frequently. If you had access to an fsck you could try alternate SBs23:37
clausenTJ-, how so?23:37
clausenI can manually find backup superblocks with dd23:37
clausenit's a good idea23:37
clausenlet me try it23:37
TJ-is /sbin/dumpe2fs there?23:38
TJ-it should be in the initrd.img23:38
clausenyes it is!23:38
clausenwho would have thought...23:38
TJ-e2fsck should be there to23:38
TJ-I'm looking at an initrd.img now to check what to expect, so if you have any questions...23:39
clausenthanks!23:39
clausenI need to figure out where the superblock is...23:39
clausen-o superblock=NNN23:39
clausenfor dumpe2fs23:39
TJ-try just dumpe2fs -h23:40
qxtI was running ubuntu server that I ssh'd into. Just installed unity. Even though my password works when I ssh into my computer the password does not work when I try to log in via GUI now23:40
TJ-see if it finds anything at all23:41
clausenTJ-, I need to tell it where to look23:41
clausenwriting a shell-script now...23:41
clausento keep trying different blocks23:41
qxtWondering if the lightdm is using the wrong keyboard?23:41
TJ-clausen: why not just insert a USB device that has a plain Ubuntu install on, and then chroot into that, and use the full range of tools?23:42
TJ-clausen: just thought, what if it isn't ext4? if the /sbin/fsck.ext4 isn't there maybe some other file-system's tool is, to give a clue as to what FS it is suppposed to be23:43
TJ-clausen: I notice also there should be /etc/e2fsck.conf23:44
clausenTJ-, it can't see my USB CD drive23:44
clausenTJ-, no /etc/e2fsck.conf here23:45
clausenbingo, found a backup superblock at 3276823:45
clausenhmmm, dumpe2fs seems to be in an infinite loop23:46
TJ-clausen: fingers crossed, but why no ext tools? that's weird to say the least23:46
TJ-clausen: dmesg showing any I/O errors ?23:46
clausenit's going too fast to see23:46
clausenbut it looks like the same numbers over and over again23:47
TJ-clausen: dmesg should exit once it's shown the log. You could do "dmesg -C" to clear the buffer, then 'dmesg' will only be showing new relevant messages23:47
clausenTJ-, the fs is extremely fragmented, which would explain why dumpe2fs took forever23:54
TJ-clausen: if it's almost empty that doesn't make sense23:55
clausenTJ-, could be logs?23:55
TJ-if there's space data is going to be written almost sequentially, although the journal / metadata can get around a bit23:56
clausensome kind of log rotation?23:57
clausen(hard to believe...)23:57

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