/srv/irclogs.ubuntu.com/2017/09/28/#ubuntu.txt

kiroma!artful00:02
ubottuUbuntu 17.10 (Artful Aardvark) will be the 27th release of Ubuntu.  It is due to be released in October 2017. Discussion in #ubuntu+100:02
electrostaticHullo individuals.  I have an interesting situation.  We recently acquired a middle aged dell poweredge, 4 cores, 16gb ram  X5675 proc.00:17
electrostaticthe server has 4 nics, eno1-eno400:17
electrostaticI do not know if they are multiplexed to one chip in the board00:18
xzelectrostatic: why would you care if they are all 1 card or 4 different ones?00:18
electrostaticgetting to that00:18
electrostaticwhen I add eno4 to a bridge to use with qemu it works great00:19
electrostaticjust as I would expect it to, and as it has on other computers I have used it on00:19
electrostaticexcept one problem... eno1 - the main nic for the server, quits being able to send or receive00:20
electrostaticit is not in the bridge control list, i have checked00:20
electrostaticwhen I disable and dleete the bridge on eno4 it pops back on00:20
electrostaticanyone heard of anythign like that before?00:20
xzelectrostatic: did you try plugging main Ethernet wire to eno2 for example?00:21
xzelectrostatic: or using eno3 on QEMU instead of eno4?00:21
electrostaticI have used eno3 and 400:21
electrostaticI will try 2 in a bit00:21
xzelectrostatic: it's unusual that separate interfaces are tied to each other00:22
=== apunzoref is now known as nchambers
xzelectrostatic: also, that network card with 4 interfaces, is it built-in, or separate PCIe card?00:22
electrostaticbuilt in00:22
electrostaticI'm thinking Dell may have played shenanigans00:23
AlsophilaOh no my built-in 3G module is dead...00:23
xzelectrostatic: I don't know your server hardware, but sometimes these built-in nicks might be for management purposes, like IPMI, remote wake-up etc.00:23
xzelectrostatic: in such case they would be marked somehow, like different color etc.00:23
xzelectrostatic: also, you might get some help on ##hardware00:24
xzelectrostatic: I don't know TBH why is that happening to you00:24
AlsophilaI can't find my 3G module in Ubuntu but it works in Windows700:24
electrostaticWell, just an FYI they are all in a row and all the same color and labeled Gb1-Gb400:26
electrostaticxz I am uploading a file to it right now, so I can't debug until that is doen00:27
hobosteaux_I recently installed samba from source. After finding some issues and removing all the binaries via make uninstall, apt still thinks that the package requirements are satisfied by (now) non-existent libraries. Is there any way to force apt to 100% replace all binaries?00:53
nacchobosteaux_: um, so you installed some deps via apt, manually removed those deps without apt and now apt is broken?01:14
nacchobosteaux_: seems totally normal and *don't do that*01:14
electrostaticxz I guess it didn't op back on as much as I though it had. The file was having trouble transferring and I realized the nic speed had dropped to about 40 KBpb01:24
electrostaticWhich, apparently, is not a recommended speed for 3gB file transfers01:25
hobosteaux_@nacc - I installed them manually w/o apt (make install from source tree), apt picked them up, uninstalled via make, apt thinks the packages are forever marked as manual01:25
electrostatic*kBps01:25
nacchobosteaux_: you installed libs from source?01:26
nacchobosteaux_: "apt picked them up" doesn't make sense, that's not how apt works01:26
nacchobosteaux_: apt is just a frontend to dpkg01:26
nacchobosteaux_: unless you used a .deb, apt doesn't know about it01:26
hobosteaux_i think it is because I tried to have apt install over it01:26
naccalso, building somethig like samba from source seems like bad idea (tm)01:26
nacchobosteaux_: i am not sure i know what you mea01:27
nacchobosteaux_: install what over what?01:27
hobosteaux_It is a horrible idea - ut I wanted the mit kdc instead of heimdal-backed kerberos01:27
hobosteaux_unfortunately, the mit kdc still has bugs so I tried to apt-get install samba over the top of the [manually] installed binaries01:28
hobosteaux_horrible idea again01:28
hobosteaux_And then I tried marking all packages as automatic, (the samba ones were all manual), but it thought that a bunch of things needed removing afterwards (linux-image-generic, sudo, etc)01:30
hobosteaux_think I am just going to wipe and walk away - have no data stored on here yet01:30
adamdesignGood to be free... Graphic designer who just installed Ubuntu Studio on an iMac. To Adobe, Inc.: Put that in your Creative Cloud pipe and smoke it! 8-)02:00
=== capella|bar is now known as capella
loganleehello my friends02:51
loganleeim running lubuntu on my vm02:52
loganleeim suggesting unity theme to be brighter in color02:55
loganleeits too dark02:55
naccloganlee: you can file a bug (feature request), but that's not a support request for this chanel03:34
loganleenp nacc03:35
j4f-shredderdo you know if nohup is better than forever to keep a process respawnable on an ubuntu vps03:38
j4f-shredder??03:38
j4f-shredderwhich is the most reliable way to lift a node server after a server crash?03:38
ekkisevening everyone.  I'm trying to package some software for distribution and am following this guide: http://packaging.ubuntu.com/html/packaging-new-software.html03:39
naccekkis: what kind of softwar?03:40
ekkissection 4.2 assumes I have a tarball but I grabbed the source from github03:40
naccekkis: that whoel guide is out of date, i believe03:40
ekkisthis: https://github.com/emc2foundation/einsteinium03:40
naccbzr isn't used anymore03:40
ekkisoh.  is there a more updated version?03:40
nacchttps://github.com/emc2foundation/einsteinium/releases03:40
naccekkis: that's the tarball -^03:40
ekkisoh... ok.  let me try it with the url then03:41
naccekkis: well, i mea, that's where tarballs are03:41
naccekkis: read about debian/watch and how to specify github urls03:41
ekkisbut if this is outdated, there's nothing more updated because this seems like the official version03:41
naccthre isn't anything else, yeah03:41
naccdon't use bzr03:41
nacc:)03:41
naccthe rest of it might be ok03:42
ekkisif I don't use bzr then I don't know how to follow this guide.  do I just use dh_make instead?03:42
ekkisI've never created a package so I'm trying to figure it out03:42
naccyeah probably use dh_make03:42
naccekkis: it's late here, i can help tmrw03:42
naccthere is also #ubuntu-packaging, iirc03:43
ekkisk, no worries03:43
ekkisI appreciate it03:43
ekkiswhere are you?03:43
naccUS PST03:43
ekkisoh.  that would be a better place to ask03:43
naccekkis: if it's an application (not a lib), consider making a snap03:43
ekkisok.  I'm in Lalaland03:43
ekkisGMT-803:43
ekkissnap?03:43
ekkisthis? https://snapcraft.io03:44
ekkislooks pretty awesome03:44
naccekkis: yeah, there's #snappy for that03:45
naccekkis: it's quite a bit easier to get started on if it's an app03:45
ekkisbut to run the app the user needs snap installed?03:45
ekkismy ultimate aim is to create a docker image so first I need to package this03:46
loganleeis ubuntu still the most popular distro?03:48
ekkisloganlete: http://distrowatch.com/dwres.php?resource=popularity03:52
loganleeNOOOOoooooo03:52
loganleeubuntu is not #103:53
loganleeim too old to try new stuff (distro-wise)03:53
lotuspsychjeloganlee: please stick to ubuntu issues only in this channel03:54
=== r0Oter is now known as r00ter
aloo_shu#ubuntu-offtopic would be perfectly suited, though, loganlee04:19
aloo_shuyou couldn't have disrupted 30min of otherwise inexistant support activity then04:23
=== mundus is now known as sudnum
=== sudnum is now known as mundus
phelix sometimes when i plug my cell phone in it works just fine. But after aboutg 10 + days of updtime sometimes when i plug my phone in it just tells me that "Incomplete connection" And I always have to reboot my computer for it to work again. Is there any service or anything that I can restart so I don't have to keep restarting my computer to connect to my phone. This seems to happen all the time04:50
=== thurstylark is now known as thursdaylark
aloo_shuphelix what phone? (os) ? in any case, probably you can already ease your life by just logging out and back in instead of rebooting05:05
aloo_shuthat will also restart all user services05:09
lotuspsychjealoo_shu: he left05:10
aloo_shuthx05:10
=== aditya_ is now known as adityaduggal
permissions_ughHello, would anyone be able to help me with some Ubuntu 16.04 LTS permissions issues05:40
lotuspsychje!ask | permissions_ugh05:41
ubottupermissions_ugh: 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 !patience05:41
permissions_ughI have a program called Sonarr that is able to move a file located in /var/lib/deluge/Downloads/ to ~/Public/Videos/TV Shows/ and also chmod to 775 and chgrp to emby.   However, when I change the file download location to ~/Downloads/temp/deluge/ , Sonarr can only move the file, and the file permissions get set to 660 and the group stays as deluge.    The log says “Error setting file permissions: EPERM”.   What I don’t unders05:46
permissions_ughis why the original file location would matter with how the permissions get changed after it moves to the new location.05:46
lotuspsychje!chmod | permissions_ugh05:46
ubottupermissions_ugh: An explanation of what file permissions are and how they can be manipulated can be found at https://help.ubuntu.com/community/FilePermissions05:46
permissions_ughThanks ubottu, but I believe I understand file permissions enough.  I have set the folders to have identical permissions05:48
permissions_ughYet, it only works coming from one, and not coming from the other05:48
permissions_ughLotus, you tried to help me a while ago with my display issues on 16.04.  Thanks for that.  Any idea why this bizarre behaviour is happening when I change the originating location of a file.05:51
dekatchwhen experiencing freezes with 16.04lts. what should i do to possibly fix these?06:00
Bashing-omdekatch: nvidia graphics ? nouveau driver ?06:05
dekatchnvidia graphics. not sure about the drivers.06:05
dekatchhope somebody could point me to an troubleshoot guide or something06:05
dekatchcan i somehow use the ubuntu budgie theme on ubuntu unity?06:11
loganleedekatch, prob need some kind of error log you can see06:11
dekatchloganlee, i wiped the drive. cant post any now. i want to install ubuntu on that drive as the only OS. but i need to find out some more before reinstalling06:12
dekatchso the fixes could be fixed. or could i simply end up with freezes that couldnt be fixed? due to dunno unsupported hardware?06:13
dekatchso the freezes could be fixed***06:13
loganleedekatch, usually googling will ultimately give you the solution06:13
dekatchi googled around. some have fixed the issue with an kernel update. but since i was on a fresh ubuntu install few days ago i dont think itll help06:15
dekatchalthough i didnt check my kernel version. but shouldnt i be on the latest?06:15
dekatchothers couldnt fix it with an kernel update. i thought maybe there is a general way on how to troubleshoot freezes.06:15
loganleedekatch, i fixed my ubuntu laptop with this: https://askubuntu.com/questions/803640/system-freezes-completely-with-intel-bay-trail06:16
loganleedekatch, is your cpu intel bay trail?06:16
loganleemine was06:16
dekatchnot sure . its an i5 3450.. on a 1155 socket06:16
loganleeso i guess not06:17
nomadsignCan someone explain to me how i could install a package(gcc-4.4) that is not in the packaglist anymore ?06:17
dekatchlol sry06:17
dekatchnever heard "intel bay trail". before. when checking for my cpu on intel.com it doesnt mention that06:17
dekatchso i also guess not06:18
dekatchbut its still an older from 2012 i guess.06:18
dekatchnomadsign, https://packages.ubuntu.com/trusty/gcc-4.4 maybe from there?06:19
nomadsigndekatch: hmm y :/06:20
nomadsigndekatch: thx06:20
dekatchnp06:21
dekatchhope it works. they listed lots of mirrors / sources06:22
dekatchcan i use the ubuntu budgie them on ubuntu unity? or can i make the starter look like the one on budgie?06:23
dekatchmanaged to display the starter on bottom. but i couldnt find a way on making it smaller. so that it doesnt span across the screen all the way06:24
dekatchlike shown there https://media-cdn.ubuntu-de.org/wiki/attachments/09/35/ubuntu_budgie.jpg06:24
dekatchor should i simply go with ubuntu budgie if i want to have it that way? worried about the budgie support in the future. not worried about the unity support in the future06:25
Fixion_hmm... someone had an interesting quesion on Ask Ubuntu, they wanted a tutorial on using debootstrap, with the intention of chrooting into a 32-bit jail from a 64 bit host ubuntu system...  https://www.debian.org/releases/stable/amd64/apds03.html.en (that site seems to be pretty good with the debootstrap and chroot stuff, but I aren't entirely certain the 32-bit subsystem thing would work... would it?06:34
Bashing-omdekatch: My system too with nvidia was freezing up. ducasse and others here spent 6 months on the issue . Once I installed the proprietary driver the freezing was resolved .06:34
Fixion_(it could be make interesting sandbox for wine or something like that... I guess... )06:35
ducasseFixion_: if you want to sandbox stuff you might want to look at systemd-nspawn instead of chroot06:37
dekatchBashing-om, i used the one that ubuntu installed.06:37
Fixion_hehe the sandbox thing was just a comment I personally made, I don't know what software they wanted to run in it...06:38
dekatchdunno if that is the proprietary driver?06:38
Fixion_but I might look up systemd-nspawn anyway... just because I don't know anything about it..06:38
ducasseFixion_: it's a very simple way to run containers. you can also use the machinectl tool to start/stop them etc06:40
Fixion_seems a bit like qemuing/virtualizing, using a hardfile for the container...06:42
Fixion_that pretty much keeps your OS safe I guess...06:42
Fixion_qemu should certainly work for a 32-bit guest... no need to debootstrap there...06:43
Fixion_but you do need install media from scratch, no idea if they have that or not...06:43
ducasseit's much lighter than full virt, as it shares the host kernel06:43
Fixion_I assume they were going to just use the internet from the host system to use the same repo but different architecture06:44
ducassethat's not a problem, 32-bit binaries will run just fine on a 64-bit kernel. a lot of people run multilib systems to get support for both.06:46
Bashing-omdekatch: The default driver installed is nouveau . I installed the proprietary driver just becuase I had nothing else to try . lo and behold - no more freezes .06:48
dekatchBashing-om, where do i get the propriatery driver then? from packages ubuntu? or from nvidia?06:49
ducassedekatch: use the software and updates dialog, under additional drivers06:49
dekatchalright thanks06:50
dekatchi am readong some weird stuff about budgie. its written in vala and vala isnt really under developing. so they call it outdated06:50
dekatchtherefore they say they wouldnt use budgie.06:51
ducassedekatch: be aware, though, that some people has the exact opposite problem to what Bashing-om had - they can only get a stable system with nouveau06:51
dekatchducasse, yea i had the freezes with the one driver that comes with ubuntu setup. so worth a shot. i guess if it gets worse then i am screwed06:52
dekatchbut ill just hope for now :)06:52
ducassedekatch: there are several versions of the nvidia driver to try, though, so you might need to try a few if the default one for your gpu doesn't work06:54
azidhakaHi, after updating from 14.04 to 16.04 there are some upstart errors: http://paste.ubuntu.com/25631885/07:48
DumbuntuHi there, need to install ubuntu on t470, anyone had any bad experience?07:52
ducasseDumbuntu: https://certification.ubuntu.com/hardware/201702-25371/07:54
zeddeAnyone here use 2 factor ssh login ?08:38
=== zedde is now known as Varazir
lotuspsychjeVarazir: perhaps a question for #openssh?08:39
Varazirlotuspsychje: could be a better channel. i'll check  there08:40
=== Piece_Maker is now known as Acou_Bass
lundmarJust upgraded to 17.10 latest. Man, that gnome/mutter mouse lag is difficult to get used to.10:10
azidhakalundmar: yeah, thats why i gave up on Gnome3 and Cinnamon. Budgie is acceptable and MATE flies (with Compiz)10:14
lundmarazidhaka: yeah. The gnome guys are aware of it but it seems it will take a while to fix. Basically the problem is that the mouse movement is inclided in the main gnome-shell/mutter rendering loop. The fix is to move it to a separate rendering thread but we won't see that patched for gnome 3.26 :(10:16
lundmarincluded*10:16
lundmarjust a shame this was not a focus for 17.1010:16
lundmarbecause its pretty noticable10:17
akiklundmar: can you link to a bug report about it? sounds incredible10:19
azidhakadoes mutter have a hardware acceleration at all?10:19
lundmarakik: https://bugzilla.gnome.org/show_bug.cgi?id=74503210:20
ubottuGnome bug 745032 in wayland "Mouse Tracking 'Laggy' on Wayland, and mouse movements cause frame drops in other OpenGL applications" [Normal,New]10:20
lundmarazidhaka: I think so but it is also related to the way input is processed10:21
lundmarbaically the whole input (libinput) handling needs to be moved to a separate thread to fix this issue.10:21
lundmartoday, it is apparently too embedded in gnome/mutter loop10:22
lundmarbasically*10:22
azidhakathat looks like a showstopper. maybe ubuntu will backport the patch before releasing10:22
lundmarI think that sounds risky at this point in the release schedule but maybe10:23
lundmaranyway, I upgraded to 17.10 because I finally wanted to run wayland and darn it nothing is going to stop me! :)10:24
lundmarnot even a laggy cursor10:24
azidhakaits kde for me until gnome is in acceptable shape. i beleive ubuntu will manage to do it10:26
azidhakafor 18.0410:26
lundmarI'm just getting used to gnome now. The only thing about gnome compared to unity is the huge pixel waste of the top bar / windows - that is, the lack of global menus etc..10:27
lundmarit just seems like such a waste of screen real estate10:28
azidhakalundmar: pixel waste is the exact term i would use to describe it10:28
lundmarI hope maybe one day gnome will adopt the unity global menu scheme - it's really beautiful compared.10:29
azidhakai enjoy "condensed" UIs10:29
akiki think this is the wrong choice for canonical to make. to go against what gnome thinks is best for the ui10:29
lundmarthe pop up menus in the window top bar itself was really nice in unity10:30
lundmarwell, maybe the ubuntu devs can pursuade the gnome devs to see the light ;)10:31
lundmarbecause running ubuntu 17.10 gnome on a laptop 1920x1080 is nothing short but a major waste of pixels10:31
azidhakaits interesting for me how much ubuntu will try to "rebrand" its gnome version, to have virual distinctiveness (sp?) among distributions10:32
akiklundmar: you can't adjust those at all in some xml file?10:32
lundmarakik: you mean the size of the top bar etc?10:32
akiklundmar: yes10:33
lundmaryou can adjust the size of the dock thats all10:33
azidhakadamn, my last sentence, even i can't undestand what have i written10:33
lundmaralso, I don't want to make the top bar smaller I want to collapse the window title bars in the top bar etc..10:34
lundmarazidhaka: I don't think they actually change that much. Mostly theme changes and a dock plugin.10:35
lol768is enx00e07cc91670 supposed to be simpler than eth0 or something..11:06
Ben64it's predictable11:06
EriC^^lol768: i think it's more about being predictable or something11:06
lol768I see11:06
kubanchow can I make a network bridge with two NIC cards in Ubuntu. I need this so I can put the PC in between switch and a printer11:10
akiklol768: you'll get the previous naming scheme back by adding net.ifnames=0 kernel parameter11:14
lol768cheers akik11:21
akiklol768: i had that problem with both a usb wifi and usb ethernet adapter11:21
lol768mmm, it's USB11:29
lol768presumably the device driver influences the name?11:29
lol768I can cope with en1su2, but that's a little unyieldy11:29
lol768unwieldy11:29
Ben64i think it's just hardware location or something like that11:31
lundmar1hehe, another funny bug in ubuntu 17.10 - if you open gnome-terminal and press F11 to repeatedly enter/exit full screen then the original terminal window will shrink11:35
Squarismis there some way to get unity to LEAVE a notification associated to a program in the launcher bar?11:49
Squarism(until app is focuesed)11:49
greylinehi all11:53
greylineshould I afraid of any personal data loss, when I refresh from 14.04 LTS to 16.04 LTS?11:53
greylinethe update manager gave me that window, what asks me about refreshing, and it would be necessary because of flatpak. Flatpak is needed for an app11:54
skinuxIs Google Chrome not supported anymore?12:04
lotuspsychjeskinux: chromium is the ubuntu alternative for chrome12:05
akikgreyline: always make backups when doing bigger os upgrades12:06
lotuspsychjeskinux: but you should still be able to download it online or from repos12:06
greylineakik: only make backup about system partition personal datas, or other partitions as well?12:06
greylineakik: because there's a shared partition with Windows and it contains a lot of personal datas, but it's not a system partition12:08
greylineakik: so Ubuntu is on another partition12:08
akikgreyline: i can't know where your personal data resides. the upgrade doesn't touch the windows partition12:08
greylineakik: so the upgrade touches ONLY the Ubuntu partition?12:08
akikgreyline: yes it updates the packages that create the ubuntu installation12:09
lotuspsychjegreyline: as akik suggests, always safe when you backup before playing with partitioning12:09
greylinelotuspsychje: who said that I want to play with partitioning?12:09
greylinelotuspsychje: I want to upgrade from 14.04 to 16.0412:10
lotuspsychjegreyline: even on upgrades its safe to backup12:11
greylinelotuspsychje: obviously12:11
greylinelotuspsychje: the question is: is it enough to save datas only from the Ubuntu system partition?12:11
lotuspsychjegreyline: who can look into the future what will happen with a HD with shared partition?12:12
akikgreyline: the upgrade doesn't touch the windows partition12:13
lotuspsychjegreyline: you got space enough on this HD?12:14
skinux_What happened to Ubuntu automatically seeing Windows partition?12:18
lotuspsychjeskinux_: from a GUI setup, it still does12:19
lotuspsychjeskinux_: but you can upgrade a system via terminal also12:19
skinux_ So, Google Chrome offical cannot be installed on Ubuntu now?12:31
lotuspsychjeskinux_: have you checked partner repo?12:32
skinux_Nope.12:32
skinux_Which one?12:32
lotuspsychje!partner | skinux_12:33
ubottuskinux_: Canonical's partner repositories provide a location for software vendors to publish applications. The repo itself can be added by running this in a !terminal: « sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner" »12:33
BluesKajHi folks12:42
scatterphttps://pastebin.com/ddvAx1Kf can someone tell me how to make this a bash script where i can echo "hi" at the end i think its something to do with source command ?12:59
=== ianychoi_ is now known as ianychoi
=== juboxi is now known as jubo2
=== KindOne- is now known as KindOne
ppangI saw one weird thing just now... #F2F2F2 color is different in linux(arch, ubuntu, debian) then in windows(10, 8.113:59
greylinehi all again14:02
Robin___Hello! Lets say I have a main.exe file in /home/user/. How can I execute it by only typing main and not main.exe? :) Thanks14:02
greylineI tried to upgrade from 14.04 LTS to 16.04 LTS, and in the middle of the installing, the whole computer freezed... what to do?14:03
Mr_Pantry again or formatting and reinstalling14:03
Mr_Pangreyline, have you a separate /home ? if YES then fresh reinstalling14:04
lotuspsychjegreyline: this is just why we suggested backups before right14:07
greylinelotuspsychje: I made backups14:09
greylinelotuspsychje: but it's still weird14:09
lotuspsychjegreyline: did you have external ppa's added before upgrade?14:10
greylinelotuspsychje: I don't even know what is ppa14:12
genii!ppa14:12
ubottuA Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge14:12
greylinelotuspsychje: no, I didn't touched anything14:12
lotuspsychjegreyline: at wich point did your upgrade freeze exactly? can you recall?14:13
greylinelotuspsychje: font symbol unzipping14:13
greylinelotuspsychje: I restarted the notebook, and obviously nothing appeared, just black screen14:13
lotuspsychjegreyline: and you sure it freezed instead of just take long?14:14
lotuspsychjegreyline: yeah aborting upgrades are pretty mortal14:14
greylinelotuspsychje: yeah, because I couldn't do anything... also the clock didn't refeshed at all, and I couldn't click to anywhere for 10-20 minutes14:14
lotuspsychjegreyline: is there a specific reason why not just clean install 16.04?14:14
greylinelotuspsychje: because there's also a windows on that notebook, and I always afraid of removing existing things14:15
greylinelotuspsychje: but now ubuntu 17.04 is downloading14:15
lotuspsychjegreyline: you choose for non-lts now?14:16
greylinelotuspsychje: well, I don't know which one should I use, because:14:16
greylinehttp://flatpak.org/getting.html14:16
greylinelotuspsychje: I don't know if flatpak is in 16.04 or not14:17
greylinelotuspsychje: I can see that flatpak thing is maybe for 16.04, but "A flatpak package is available in Ubuntu 16.10 and newer via universe" seems to mean that it's only available after 16.0414:18
greylinelotuspsychje: so I don't really understand this14:18
lotuspsychjegreyline: you can add via ppa or indeed use flatpak zesty's version or higher14:19
lotuspsychjegreyline: or use ubuntu's way snaps14:20
greylinelotuspsychje: snaps can't be used for monodevelop14:20
lotuspsychjegreyline: you looking to install a specific package on flatpak?14:20
greylinelotuspsychje: I mean in that way I want to use that14:20
lotuspsychjeright14:20
greylinelotuspsychje: well14:20
lesshaste how can you cut out (or crop I suppose) a rectangular part of a pdf?14:20
greylinelotuspsychje: I refreshed mono to 5.2.0 in Raspberry Pi, but monodevelop can't be installed in the normal way (sudo apt-get install monodevelop), so I choosed to install mono 5.2 to an Ubuntu and install monodevelop for that14:21
lotuspsychjelesshaste: you can screenshot a rectangle?14:21
greylinelotuspsychje: but monodevelop for mono 5.2 needs flatpak14:21
lesshastelotuspsychje, true14:21
greylinelotuspsychje: and flatpak doesn't exists in 14.04 ubuntu14:21
lotuspsychje!info flatpak artful14:22
ubottuflatpak (source: flatpak): Application deployment framework for desktop apps. In component universe, is optional. Version 0.8.7-5 (artful), package size 546 kB, installed size 3165 kB14:22
lotuspsychjegreyline: you can try 17.04 or 17.10 indeed14:23
ioriagreyline, https://launchpad.net/~alexlarsson/+archive/ubuntu/flatpak ; btw, on xenial you can use snaps14:23
lesshastelotuspsychje,  is there a nice graphical tool for that?14:23
lotuspsychjelesshaste: the ubuntu screenshot app, or kazam?14:23
greylineioria: so it could be installed also to 14.04? after I f*cked up my ubuntu?14:24
greyline*before14:25
ioriagreyline, yes, that ppa is available for 14.04 too14:25
leftyfbgreyline: please watch the language (implied)14:25
greylineioria: nice....14:26
ioriagreyline, ah, you got a broken 14.04 > 16.04 install ...14:27
greylineioria: yes... but maybe this whole thing could be missed and I would have a flatpak by now on 14.04...14:28
leftyfbbtw, flatpack breaks the gnome keyring on Ubuntu 16.0414:30
greylineleftyfb: what does that mean?14:30
leftyfbgreyline: google chrome passwords and other passwords saved in the keyring (like your ssh key) are not unlocked at boot.14:31
greylineleftyfb: I don't care about passwords.... if I can develop, that's cool14:31
leftyfbsuit yourself14:31
greylineleftyfb: sorry, I'm very stressful for months14:32
ioriagreyline,  you use flatpack ... for what ?  mono ?14:33
greylineioria: monodevelop... because I can't use apt-get install monodevelop14:33
ioriagreyline,  what version you need ?14:34
greylineioria: from monodevelop? I don't know... the version, what can be used for mono 5.2.014:34
skinux_  Why does Windows parititon get read-only error when Windows was shut down properly?14:35
leftyfbskinux_: Run an fsck(ntfsfix) on it14:36
ioriagreyline,  may i ask you how did you install mono 5.2.0 on trusty ?14:39
CrazyHI'm tring to setup remote desktop access on my local machine. So I clickon Applications -> Internet -> Desktop Sharing and enable it there ( with a password ). I then use vncviewer  on a remote machine to connect. It says "server did not offer supported security type". Am I using the correct software for this, or do I need something diifferent?14:44
garuda15No, but maybe you should configure dconf14:45
cekit seems like xcb doesn't work properly with backspace+ shift . Any solutions for chromebook without del key?14:46
CrazyHgaruda15, are you talking to me?14:46
garuda15Yea14:46
CrazyHgaruda15, so what should I configure in dconf? ... There are kind of a LOT of settings in there14:47
garuda15I can't guide you, but there is so many threads on internet that discuss about it14:49
garuda15Hope will help14:49
CrazyHOk, so first I just need to know the basics. Am I even using the righ software?14:49
ioriaCrazyH, which is the server and which is the client ?14:50
CrazyHFor the server I just Clicked on Applicaations -> Internet -> Desktop sharing and enabled it there. ( does this cause a remote desktop server to start up? ). On the client I'm running vncviewer14:52
ioriaCrazyH,  ok, so the server is an ubuntu machine ? yes ?   ps -A | grep vino14:52
CrazyHYes... that's why I'm asking in #Ubuntu :-P14:53
GrandPa-Gfor 16.04 server, what are suggestions to stop someone who is constantly trying to get in via ssh? I see entries in auth.log about every 5 seconds.14:53
ioriaCrazyH,    ps -A | grep vino14:54
EriC^^GrandPa-G: why dont you change the ssh port?14:54
almostdvsGrandPa-G: fail2ban14:54
GrandPa-GEriC^^:they are not getting in and they are trying all ports.14:54
CrazyHioria, /usr/lib/vino/vino-server --sm-disable          and         vino-preferences    are running14:54
garuda15CrazyH, check my pm14:55
ioriaCrazyH,    that's not its output ...14:55
CrazyHioria, https://pastebin.com/wX91gh4V14:57
ioriaCrazyH,    ps -A | grep vino14:58
CrazyHioria, https://pastebin.com/XvGhjgW414:59
ioriaCrazyH,   ok, you can close vino-preferences .... and the client ? why not using vinagre ?15:01
CrazyHprobably because I don't know what viagre is15:04
ioriaCrazyH,   vinagre it's the client side of vino-server15:04
lotuspsychje!info vinagre15:04
ubottuvinagre (source: vinagre): remote desktop client for the GNOME Desktop. In component universe, is optional. Version 3.22.0-1 (zesty), package size 1284 kB, installed size 4193 kB15:04
ioriaCrazyH,   so you don't need to disable encryption15:05
CrazyHioria, garuda15: Thanks! I got it working15:05
ioriaCrazyH,   ok15:05
CrazyHioria, yeah... the encryption bug was the issue. I'm guessing the vinagre is maybe a vnc server that doesn't have the encryption bug?15:06
ioriaCrazyH,   idk, i guess vinagre it's better for interface vino that other sw that require to se require-encryption false15:06
ioriaCrazyH,   and vinagre i's a client not a server15:07
CrazyHNow I have to out how to properly set the screen scaling and all of that :-/15:07
CrazyH*figure out15:07
greylineI have two systems, an Ubuntu and a Windows. Always the GNU Grub appears and I can't go into BIOS. (or maybe just the keyboard has some problems, I don't know). What to do?15:12
almostdvsgreyline: bios is before grub; you need to send the appropriate keys on the splash15:16
leftyfbgreyline: GRUB loads after POST. During POST is when you hit a key to get into the BIOS.15:16
almostdvsPOST that's what i was trying to think of :)15:16
greylinealmostdvs: this is always the hardest part... how to get into BIOS in an unknown ASUS notebook15:16
greylinealmostdvs: I tried F10, F11, DEL, F1, F215:17
greylinealmostdvs: also F915:17
almostdvsgoogle says f215:17
untorehhello I have a bluetooth dongle but not controllers are listed, lsusb shows the "cambridge silicon radio..." kernel modules loaded, bluetooth service started15:18
CrazyHCool, it looks liek vinage vnc client can do scaling properly :-)15:22
CrazyH*vinagre15:22
lotuspsychjeCrazyH: just be carefull with vnc ok, its a big security thread15:23
CrazyHlotuspsychje, yeah, I understand. I'm only enbling it temporarily for a scenario when it will not be connected to any network. One computer i literally plugged into the other with a cat5 cable.15:24
lotuspsychjeCrazyH: allrighty15:24
ioriauntoreh, hcitool dev15:25
wlawlibraryhow come bash does not like echo instructions and what is the alternate syntax?15:37
naccwlawlibrary: do you want #bash? (or ##bash, I forget)15:38
EriC^^wlawlibrary: what echo instructions?15:38
wlawlibraryi wanted to add an entry to the system's dynamic library path and then run ldconfig15:39
ioriawith sudo ?15:41
naccwlawlibrary: those are unrelated things, potentially15:41
naccif you mean LD_LIBRARY_PATH, just set it, ldconfig is not related15:41
naccif you mean ldconfig, then edit, as root /etc/ld.so.conf.d/ and then run ldconfig15:41
ksIRCg'morning15:43
untorehioria: no devices listed15:51
untorehioria: https://pastebin.com/raw/jDrY1Q5R15:55
=== jstein_ is now known as jstein
ioriauntoreh,  lsusb | grep Radio16:04
ioriauntoreh,  sorry, reading ...16:06
untorehioria: result is the same only that entry is shown16:07
ioriauntoreh,  yeah, blueman and bluez are installed ?   also can you , unplug , replug and paste  dmesg | tail ?16:09
darkadhi all, has someone compared the lxqt vs the lxde perfromances?16:13
ioriadarkad, yeah, better lxde16:13
untorehioria: http://sprunge.us/RUbP16:14
ioriauntoreh,  usbhid 3-1:1.4: can't add hid device: -7116:17
darkadioria: do you think that with the same distro an application could improve its performance if I run it in different desktop environments?16:18
darkadioria: for example qupzilla is qt based, like lxqt16:20
ioriadarkad, yep16:20
=== juboxi is now known as jubo2
darkadioria: i would like to test different desktop environments16:31
darkadioria: should I install them n top of ubuntu core?16:31
ioriadarkad, if you need lx*, you probably are on low specs... i have not tested all the apps in lxqt, but for me lxde is faster16:33
darkadIoria, I understand16:34
darkadDoes anyone tired to install a ubuntu core and after a desktop environment?16:35
darkadioria, thanks for suggestion16:36
ioriadarkad, ok,  for core you mean a minimal install ?16:36
darkadioria, ioria, yes16:38
ioriadarkad, ok,  no proble, with mini installed, then you can install whatever de you want... but as i said, depends on your hw16:39
ioriadarkad, e.g, i would not install kubuntu-desktop  with a p4 , 1g ram16:40
darkadioria, I tried openbox16:41
ducassedarkad: be aware that ubuntu core is a completely different thing from a minimal install16:41
ioriadarkad,  openbox is a wm not a de ....16:42
darkadducasse: thank you16:42
darkadIoria, I need just something on top of X1116:43
ioriadarkad,  ok16:43
dkaI have this error: " iptables-restore: not found" what do i need to install ?16:45
ZoRedactSo I set up a mic loopback thing to allow me to have a decent amount of situational awareness in my room. Apparently the loopback is running twice with a couple millisecond delay, so I sound like one of the AIs from Mass Effect whenever I talk on Discord. Pretty weird.16:50
ZoRedactNobody else hears it though, just local.16:51
Exagone313quick question, the ubuntu variants' iso (e.g. for lubuntu) do have support for EFI right?17:00
EriC^^Exagone313: correct17:00
Exagone313if I remember well, it wasn't the case before17:00
Exagone313ok thanks17:00
EriC^^the mini iso's dont17:01
Exagone313ok17:01
Exagone313oh about that, is there another iso, like minimal (maybe server?) that can be used to get a tty on a live cd, without having a big desktop live cd? and with efi support17:02
EriC^^Exagone313: yes server will work17:02
EriC^^not sure about the tty though, i've never installed a server iso before17:03
EriC^^try #ubuntu-server to know for sure17:03
Exagone313I did, but I don't remember having a choice for going to a terminal17:03
alkisgExagone313: you can also tell the live cd to boot in text mode17:03
Exagone313alkisg: yeah but it's big, that was the point17:04
alkisgok17:04
EriC^^ctrl+alt+f1 didn't work?17:04
hyltixaserver should work fine. Try'd it out a few weeks ago Exagone31317:04
Exagone313maybe I could fire up a vm and download it, but well17:04
evioSo I have a simple script, that sends an email. WHen I set up a cronjob to run said script every minute, it works just find. However, when I change it to @reboot, the mail does not get delivered. When i check the logs I see "MAIL (mailed x bytes of output but got status 0x0001 from MTA#12"17:05
alkisgExagone313: there's also https://netboot.xyz/ which allows booting from the net directly17:05
alkisg...if you don't want to download much17:05
Exagone313evio: you can also use the systemd way17:05
mahakalHey guys,can anyone here refer me to a quality  database of linux questions17:05
Exagone313mahakal: google?17:05
Exagone313with the right keywords17:06
Exagone313you can just ask your questions about ubuntu right here17:06
evioExagone313: Yeah, but at this point I'm pretty frustrated that the cronjob wont work, and I've managed to find no information about it17:07
mahakalExagone: you are right but you miss the word "quality" database, i want to use it with bot17:07
ducasseevio: setting stuff to run at @reboot is really messy, use a systemd service unit instead.17:07
ducassemahakal: this is really offtopic here, try #ubuntu-offtopic or ##linux17:07
untorehioria: that errors does not happen anymore still no bluetooth17:10
mahakalducasse:i have to make a database of 1000 entries ,the usual way of "Insert into table values ..." is very tedious, how can i just make a file and then make make sqlite3 to make a database from it17:13
alkisgmahakal: /j #sqlite ?17:14
mahakalalkisg: ohh yeah ,actually i tried #sql but no  response thee17:15
mahakalbut thank to point that out17:15
alkisgnp17:15
naccmahakal: did you read any of the online documentation?17:17
nacchttps://sqlite.org/cli.html17:17
naccfeels like you couldn't have.17:17
mahakalnacc: actually i dont know about the "correct keyword" to use for search thats why17:17
mahakalnacc: i have read docs about c api for dat17:18
torontoyesI have an issue when installing a saltminion, I get the following dpkg: error17:21
naccmahakal: i googled for 'sqlite3 read flat file for database'17:21
torontoyeshttp://paste.ubuntu.com/25634595/17:22
nacctorontoyes: what is the command you ran and what versio of ubuntu?17:22
torontoyesUbuntu 14.04.5 LTS17:24
=== KindTwo is now known as KindOne
alkisgtorontoyes: the version of autofs doesn't match, maybe you're running 12.04?17:24
naccand an out of date one of that17:25
naccas 5.2 is what is in -updates (or was)17:25
nacc12.04 is eol, in any case17:25
torontoyessorry.. running Ubuntu 14.04.1 LTS17:25
ioriauntoreh, maybe i'am wrong, but there is no 0a12:1020 ; you should have  0a12:0001  http://www.linux-usb.org/usb.ids17:25
nacctorontoyes: not according to what you pasted17:25
alkisgtorontoyes: https://packages.ubuntu.com/search?keywords=autofs17:26
tony1does ubuntu support samba inotify?17:26
tony1I cant seem to make it work17:26
torontoyesThe command I was running was: sudo salt-ssh -i --priv='./.ssh/id_rsa' --roster-file='./roster3' '*' state.sls install-minion17:27
nacctony1: is that actually supported?17:28
nacctony1: (upstream) -- documentation?17:28
nacctony1: i thought CIFS was the only way to do it, and that functionality was removed a whilea go17:28
torontoyesSo.. I'm running an older version of autofs on 14.04?17:28
nacctorontoyes: we don't kow17:28
nacc*knonw17:28
torontoyeslol.17:28
alkisgtorontoyes: what's the output of this? apt policy autofs17:29
tony1nacc: I don't know? I see it in the conf file and mention of it in the samba docs. if it was removed from cifs.mount than that explains it17:30
alkisgapt-cache policy autofs17:30
nacctony1: can you point me to the docs?17:31
nacctony1: reading `man inotify`: "As a result, it does not catch remote events that occur on network filesystems."17:32
=== Bonn333 is now known as XDDDDDDDDDDDDD
tony1nacc: let me look I will read man inotify in a while17:32
torontoyeshttp://paste.ubuntu.com/25634640/17:32
alkisgtorontoyes: as you can see, you're installing a version that isn't from the ubuntu repositories17:33
alkisgTry just `apt-get install autofs`17:34
tony1nacc: here is one place, look for change notify = yes https://www.samba.org/samba/docs/man/manpages-3/smb.conf.5.html17:34
=== XDDDDDDDDDDDDD is now known as Bonn333
torontoyesalkisg: http://paste.ubuntu.com/25634653/17:35
nacctony1: that's internal to samba, afaict17:35
alkisgtorontoyes: apt-get -f install autofs autofs517:35
nacctony1: that is your samba server, which is hosting out directories, gets notified of changes by inotify, and sends a smb-specific message to smb clients17:36
nacctony1: also, i have to believe those docs are ancient17:36
nacctony1: samba3?17:37
tony1nacc: so probably the samba server supports it but as you mentioned the client does not. yea smb3.017:37
nacctony1: yeah17:37
tony1nacc: thanks, ill read that man page now17:38
freeone3000I'm trying to upgrade from Ubuntu 15.10 to 16.04 LTS. `do-release-upgrade` gets the correct version, but fails with 'the required dependency apt (>= 1.0.10.2ubuntu2) is not installed'. `apt-get install apt` says there's no newer version available. How can I perform this upgrade?17:39
evioExagone313: ducasse: Now the problem is that when running it on startup with systemd, it apperantly cant resolve the DNS for the mx (Unable to locate smtp.x.com)... Is it by any chance trying to run it before setting up networking?17:39
nacc!eolupgrade | freeone300017:39
ubottufreeone3000: End-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades17:39
naccfreeone3000: 15.10 has been eol for a while now17:40
freeone3000nacc: Well, yes, which is why I want to move this machine to 16.04.17:40
naccfreeone3000: so you need to follow the eol upgrade procedure17:40
Exagone313evio: enable the target network-online.target and add After=network-online.target in the [Unit] section17:40
evioExagone313: Could you please go into a bit more detail on "enable the target network-online.target"?17:42
Exagone313evio: https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget/17:43
GrandPa-GGood place to ask about fail2ban and in particular the value/method to best report abuse IP?17:54
=== KindTwo is now known as KindOne
vivushello all. what is libcairo2-dev used for?18:05
vivusokay I know now.18:07
vivusgraphics lib18:07
Bashing-omvivus: :) apt show libcairo2-dev .18:13
vivusinstalling it pulls the entire py2 XD18:14
vltHello. I replaced my /home/ line in fstab with an NFS mount using the very same block device mounted on the NFS server and the /etc/exports example line "/srv/homes  hostname1(rw,sync,no_subtree_check)"18:18
vltNow the behaviour is sometimes different than before. For example when root tries to backup stuff.18:19
vltAny idea how to get a fully transparent NFS mount?18:19
naccvlt: what is different?18:22
naccvlt: you could not have describe the issue more vaguely :)18:22
ducassevlt: you most likely want no_root_squash, see the exports man page18:22
TBotNikAll: Having wifi connect issue. Write up at: https://pastebin.com/Db5LGFdz. Please help! Need resolution ASAP! Can only reach inet via phone and that's not good.18:23
ducasseTBotNik: please don't crosspost, it's rude and unnecessary18:24
TBotNikDuccasse: Rude is no one answering!18:25
naccTBotNik: we are all volunteers. No one is obligated here to help you.18:25
ducasseTBotNik: nobody here is being paid, you are welcome to seek commercial support elsewhere18:26
BluesKajanother annoying post with urls posted in the pastebin ...TBotNik , may you should just tell us what is or isn't happening18:27
TBotNikUnderstand! But a simple "we don't know" helps. Then the person needing help can look at other channels and won't get a "cross posting" comment.18:27
BluesKajcrossposting pastebin with links isn't gonna get much response18:28
vltnacc: I get different file access errors from tasks performed by root.18:28
naccvlt: root's home is not in /home18:29
vltducasse: no_root_squash sees to solve that!18:29
naccvlt: still super vague, btw18:29
naccvlt: in the future, use a pastebin and actually show commands and errors18:29
oerheksTBotNik, edit/remove the profile in networkmanager, and setup fresh ?18:29
TBotNikblueskaj: I've been posting this over and over for the last 8 weeks. Typing all that out would drive me insane, since typing on a phone is only at the "hunt n peck" level!18:30
vltnacc: One example error I got: "Permission denied [lstat(/home/mt/.config/mate/eom)])"18:30
freeone3000TBotNik: Looks like you're connected to a wifi network. Sounds like you're connected to the wrong one.18:30
TBotNikoerheks: nope not a "connection" issue. Connects fine but that Metro Hotspot app screwed something in the config that has totally screwed dhclient. Run the "dhclient wlan0" cmd and it runs a full 10 min, aborts and sets the ip to the previous default, which is not working. Since I'm totally "offline" have to fix without the inet connection. Just don't know what to look for.18:35
freeone3000you could pcap and look if you're getting a dhcpoffer in response to your dhcprequest18:36
freeone3000dhcpclient takes -vvv which could also give useful information here.18:37
freeone3000could also just skip dhcp and use static configuration for your IP, since you're at home and know your own network.18:37
TBotNikAll: Sorry can only use the AndroidIRC app so no access to all the help channels and there is no channel search on this app!18:38
oerheksTBotNik, ask them for support?18:38
superherointjHello. I had this PC w/ a Dell S2716DG monitor running on a GTX 780 Ti and I installed Ubuntu 17.04. But the screen on Ubuntu is too bright or too tiring it's hard to explain but I feel that something is wrong on Windows it is fine but when I boot to Ubuntu I can feel it again. I have searched for a brightness option on Ubuntu but I haven't found it. I wonder if it is some backlight issue or even some driver issue. Any idea of what might be18:38
superherointjcausing this?18:38
freeone3000superherointj: brightness-controller should be available18:39
superherointjI have installed it but that doesn't solve this problem I am talking about. I think it is some sort of backlight issue or driver issue.18:39
EriC^^superherointj: did you try dimming the backlight a bit?18:40
superherointjHow?18:40
superherointjDirectly on the monitor, yes.18:40
superherointjBut then it becomes too dark. Really weird.18:40
EriC^^superherointj: install "xbacklight"18:40
TBotNikFreeone3000: Sorry whatever got changed disallows static. Besides can only run via my phone hotspot app which is "Free Wifi Hotspot"!18:41
EriC^^superherointj: then try "xbacklight -10%"18:41
tony1TBotNik: sounds like a dns issue18:42
TBotNikDont get to see what the ip range is on that hotspot app!18:42
superherointjTried it. Brightness simply doesn't change, not with -dec and not with -set.18:43
superherointjEriC^^, tried exactly the command you suggested but it didn't work.18:44
superherointjI wonder if my monitor is lacking a driver for backlight or something like that.18:44
EriC^^superherointj: try "echo 3000 | sudo tee /sys/class/backlight/intel_backlight/brightness"18:44
TBotNiktony1: Exactly! Thank you Bro. I think if I know which file in the config to look at and edit this can be a simple fix but clueless myself on where to look!18:45
tony1i forgot with your version but on 16.04 you can use systemd-resolve --status to see the dns server in use18:46
superherointj"xrandr --output DP-1 --brightness 0.7" changed brightness. But still not sure it is same I'm getting on Windows.18:46
superherointj'/sys/class/backlight/' folder is empty.18:47
superherointjEriC^^, what does it mean '/sys/class/backlight/' being empty?18:48
EriC^^superherointj: hmm i dont know18:49
EriC^^superherointj: maybe the guys in ##linux know more about it18:49
superherointjRight. Thanks.18:49
EriC^^superherointj: quick google search says it might mean the kernel thinks you have a crt screen attached18:50
EriC^^superherointj: try sudo find /sys/ -type f -iname '*brightness*'18:51
superherointjEriC^^, https://pastebin.com/raw/u1R5Nitd18:54
TBotNiktony1: How would you fix this issue? Remember I cannot uninstall/reinstall without the inet connection, so can only find/edit the right file.18:54
EriC^^superherointj: hmm i was hoping to find a /backlight dir there18:55
TBotNiktony1: I'm 14.04 LTS18:56
oerheks"Metro Hotspot app" ...18:57
TBotNikoerheks: Yeah friend used that to connect, when using my machine and now can't use inet.18:58
TBotNiktony1: the 16.04 cmd is not available on 14.04.19:00
=== Stebanoid is now known as fgh
TBotNiktony1 & oerheks: I run wicd and my "Free Wifi Hotspot" app is connected but cannot ping anything or run traffic.19:03
TBotNikGotta run! Try again later!19:04
niggasbedumbi was trying to get tor browswer as default but this system wide instructions does not work. https://askubuntu.com/questions/542372/set-tor-browser-as-default-browser19:10
Gencadeniggasbedumb: That name though19:11
niggasbedumbwhat name19:11
Gencadeyour name19:11
niggasbedumbwhat you mean whats wrong with it19:11
GencadeIt's childish.19:11
niggasbedumbk19:11
niggasbedumbback to my question19:11
GencadeFigure it out yourself19:12
naccI believe there are policies about offensive nicks19:12
Gencade!ops niggasbedumb19:12
naccGencade: not sure it qualifies as an emergency19:13
iorianiggasbedumb, do you see the little gear icon in the top panel far right ? press it -> About this Computer -> Default Applications19:13
niggasbedumbrofl19:13
Gencade nacc Didn't know it was for emergencies exclusively19:13
Gencademy mistake19:13
ducasseniggasbedumb: if you did change your nick to something less offensive, maybe people would actually help you...19:15
niggasbedumbioria i see it but how do i add a choice thats not really installed like tor browser19:15
niggasbedumbsomeone is helping me thanks ducasse19:15
ioriaoh, my bad19:15
niggasbedumbhow you add the option for a browswer thats not really installed?19:16
cekanyone dealt with xkb key remap?19:16
niggasbedumbioria how you add an option to that drop down box for default browser19:17
Gencadeioria: Why are you helping this guy?  Lol19:17
ioriaGencade, ioria> oh, my bad19:18
niggasbedumbmaybe cause its a ubuntu help room19:18
srulii have a user .backup, (not a normally allowed character in user name but easy enough to create) when i try to see if the user is logged in with "w" or "who" it will not show this user, i guess it might be to do with the dot however i beleive this has serious security implications19:18
Ben64it's an ubuntu help room, with policies against language and stuff like that19:20
ducasseniggasbedumb: i'm pretty sure your problem would be solved already if you followed the guidelines19:21
niggasbedumbdont worry ducasse hang tight19:21
ducassecek: what is the actual question?19:22
paul_hey guys, has anyone had much success upgrading unity 17.04 to 17.10 via terminal incluing switching to gnome or does it need to be done via a fresh install?19:22
cekhow to remap backspace to del when modifier is pressed/19:22
GencadeSeems kinda counter-intuitive to ask for help, and also at the same time alienate people that could potentially help him by using annoying childish language.19:22
Heph_if i recall correctly, apps need to supply some sort of app bundle for Unity (or Gnome in 17.10) to pick it up.19:23
ceki'm getting "2~" in term currently instead of DEL19:23
Heph_idk if Tor isnt supplying it or installing it in the wrong place, but.19:23
Heph_Should be included in the .deb pkg.19:23
ducassepaul_: the upgrade should switch you to gnome, but support for 17.10 belongs in #ubuntu+119:24
paul_thankyou, ill switch chanels19:24
=== debsan_ is now known as debsan
Heph_only for a few weeks more :> been using 17.10 since it was released as a nightly build, im enjoying the progress. i really like the new dock.19:25
Heph_and the reworked control center19:25
srulieven uptime shows only 1 user logged in and both users are logged in19:25
=== juboxi is now known as jubo2
=== Christer_ is now known as Christer
electrostaticSo, I have been qorking on debugging issues on a dell 4 nic gb card in a poweredge running 16.0419:40
electrostaticwhen I use ethtool -s to turn autonegotiation off on 2 of the nics and set them to 100 full duplex19:41
electrostaticthe other ones drop in speed to <=10mbps19:41
electrostaticANyone heard of that before?19:41
electrostaticnice, I was disconnected19:45
oerheksy19:46
electrostaticik why I was disconnected19:49
electrostatic*idk19:49
electrostaticgoing further, I used ifconfig to turn eno2 through 4 down19:53
electrostaticand thne am testing with just eno119:53
electrostaticwith eno1 autonegotiation off speed 100 duplex full19:54
electrostaticthe speed drops to 400kbps19:54
screwefidoes boot-repair support encryption and EFI?19:54
screwefiI'm in a bit of a bind and have deleted my efi files for ubuntu while mI was trying to fix refind19:54
ducassescrewefi: just reinstall the right grub-efi package19:55
screwefiducasse: Is this after manually decrypting my drives?19:56
screwefiI believe I also have to chroot into the installed systems as well19:56
ducasseyes to both19:56
electrostaticOk, it seems to work in forced half duplex19:58
electrostaticI find it odd that a 1000base t can't do full correctly19:58
screwefiAlright, let me give that a go ducasse19:58
electrostaticnot a world ender though19:59
herbmillerjrIs there a way to disable nm-applet's password dialog popup for wireless networks?20:00
ducassescrewefi: you probably want grub-efi-amd64, or grub-efi-ia32 if you have a 32-bit uefi20:01
screwefiI have 64 bit20:02
screwefiSo I've mounted everything and chrooted.20:02
screwefiI didn't mount the EFI drive though20:02
screwefiJust the boot partition20:02
screwefiShould I mount the EFI drive as well?20:02
ducasseyes, under the boot partition and your root fs20:04
mindofmateoHi. I'm using 16.04 and my UI has frozen. I used my phone to ssh in and kill the task I was using (just editing a text document in terminal) but it's still frozen. I can move the cursor and access the TTY consoles with ctrl alt F1 etc.  How do I reenable the desktop? I can move the cursor and I can see the keyboard do some things (caps, numbers loc20:05
mindofmateok toggles) and holding alt still shows the terminal menu, but that's it.20:05
screwefiThanks ducasse20:06
leftyfbmindofmateo: sudo reboot20:06
screwefihttps://askubuntu.com/questions/831216/reinstalling-grub2-efi-partition20:06
screwefiSo this suggests running grub-install20:06
ducassemindofmateo: restart x20:06
screwefiShould I actually install the grub efi package instead?20:06
ducassescrewefi: just two different ways of getting the same result20:06
screwefikk20:06
screwefiBecause it says already installed and latest version when  try to install20:07
screwefiAlright time to reboot and pray20:07
mindofmateoWill restarting X close all the windows? Do I just need to get a new computer? IDK why I have these problems. I feel like a retard or something. IDK if it's sketching I'm doing or what.  I can always restart it, but it's such a PitA to deal with these seemingly unsolvable issues.20:08
electrostaticOK, I can now run my network cards at different speeds without issue20:09
mindofmateoI was in terminal using nano to type some notes and right clicked to paste, then it just stopped working.20:09
electrostaticnow the real question20:09
electrostaticHas anyone here got Virtbox 5.1 wokring on 16.04?20:09
electrostaticIt is downright hard to get the 5.1 kernel drivers installed and synced with the 5.1 package20:10
electrostaticand 5.0 does not support win 1020:10
electrostatic(which we need. This is a work thing.  Moving all our legacy windows apps to a sandbox)20:10
AristideHello !20:11
electrostaticHello20:12
AristideI get again « > /usr/bin/compiz (core) - Debug: dlopen failed: /usr/lib/x86_64-linux-gnu/compiz/libdecor.so: undefined symbol: decor_window_property » into compiz, and window decoractor can't be used20:12
AristideI have try many window decorator (gtk, and compiz-decorator) but without success20:12
mindofmateoIf I start X from another tty, will I be able to access my work in the one that's frozen?20:13
qswzI'm rusty with terminal20:19
qswzisn't echo 4 > /some/file20:19
qswzgoing to write 4 in that file?20:19
electrostaticit will replace that file with 420:20
dkaI need help to get in bash the ip address that does not start with "172" or "127" or "192" https://regex101.com/r/NSHR0Z/120:20
qswzok20:21
electrostaticto add 4 into it it would be echo 4 >> /somefile20:21
qswzok thanky20:21
qswzhttp://dpaste.com/0QTDY4P20:22
qswzhmm20:22
Ben64dka: might want to ask in #bash20:23
qswzdoesn't work with sudo20:23
qswzdka: hold on20:23
qswzloves regexes20:23
naccqswz: you should use /bin/echo if you want it20:23
naccqswz: otherwise you're using the bash builtin possibly20:23
qswznacc: ah thx20:23
naccqswz: but even so, that assumes said file is writeable20:23
naccnot all are20:23
Ben64to do that with sudo you'll need to do 'echo 4 >> sudo tee -a file'20:24
qswznacc: same20:24
Ben64wait i messed up20:24
qswzok20:24
Ben64'echo 4 | sudo tee -a file'20:24
qswzok thanks much20:24
qswzdka /^(?!172|127|192)/20:25
qswzhttps://regex101.com/r/NSHR0Z/220:28
qswzthe {3} is hacky, but I'm not much inspired20:29
qswzBen64: nice20:31
grymi need to recompile my kernel (4.4.38) for armv8 and include swap file support.  Where is this option in the menus that `make menuconfig` give you?20:36
grym(ubuntu 16.04)20:36
grymor rather, is it General> support for paging of anonymous memory20:37
naccgrym: wrong channel (not support)20:38
naccgrym: to be clear, building your kernel isn't supported (the result is not, for sure). And what you want is probably best found in a kernel channel (#kernelnewbies on OFTC?)20:38
grymi seee.20:39
grymfwiw that's not intiuitive for a chan whose topic says it's the support channel20:39
grymbut, ok20:39
naccgrym: *ubuntu* support chanel20:40
grymyes?  and i'm running 16.04 ..20:40
naccgrym: and trying to build and install a non-ubuntu kernel.20:41
naccwhich would not be supported20:41
qswzdka: I'm asking it in #regex20:41
dkasorry20:42
dkaI am testing the possibilities20:42
dkado you know how I can replace only the 2nd occurence with sed ?20:42
dkaor the one next line of "dns" string20:42
naccdka: seems like you should move to #regex20:42
naccnot really an ubuntu support topic at this point20:42
mindofmateoI wasn't able to figure anything out with my frozen X situation, so again... I had to do a hard reboot.  Now when I log in there are two alerts saying there is a system problem, and ask if I'd like to report the issue.  I rebooted twice to see, and yes, it happened both times.  The other thing is, when I rebooted, my monitors are not the configured20:43
mindofmateo the same anymore.  The sizes/scales did not match, and now, no matter how I size them the menu text is small.20:43
KeyboardNotFoundIs it safe to resize LUKS on LVM partition ?20:43
pavlosqswz: re the echo thing, try echo 4 > sudo tee /proc/...20:53
pavlosqswz: sorry, pipe symbol, try echo 4 | sudo tee /proc/...20:55
geirhathat will write   "4 tee /proc/..." to a file named sudo20:55
pavlosgeirha: yes, my typo20:56
un2himSeems like the final beta is somewhat late.  Supposed to be released today.20:56
un2himBut I did notice daily builds haven't updated, so maybe they are already on beta and just haven't made the official announcement yet.20:57
qswzpavlos: ok simpler21:19
ixixixhello all21:28
ixixixquick question21:28
ixixixUbuntu Server 16.0421:28
ixixixis it normal that I get a blank screen after GRUB loads the OS?21:29
Bashing-omixixix: it is and it isn't . the black screen while the driver loads . then should show the selected greeter .21:31
bethany7010ixixix: have you tried ALT + F1 through Fn?21:31
naccwell, server doesn't have a greeter by default21:31
nacc(no desktop, i mean)21:31
bethany7010or maybe CTRL + ALT + Fn21:32
ixixixI did try alt+f1. totally blank screen still21:32
ixixixI'll try ctrl+alt+f121:32
mindofmateoWhen I restarted (16.04)  the display properties changed.  I have two monitors, and they were set up to match.  Once I logged in, they didn't match, and now when I set the configuration to what it was before, it doesn't look the same.  For example, the terminal emulator window is smaller, and if I zoom in, it's bigger, and even then you can't save21:33
mindofmateothe zoom level to your terminal profile.  Why would my display settings change when I rebooted?21:33
ixixixmy box stopped accepting ssh connections today and i'm trying to troubleshoot it21:33
ixixixno luck with ctrl+alt+F121:35
ixixixis there some setting I should set in the grub config to boot to console?21:36
ixixixI'm booting it in UEFI mode and the settings don't look like anything I can find on google21:37
ixixixIt worked just fine until this morning, then I powered off the box21:39
pavlosixixix: uncomment GRUB_TERMINAL21:39
ixixixthanks pavlos21:40
ixixixtrying that now21:40
pavlosixixix: you may have to edit, GRUB_CMDLINE_LINUX="text"21:42
ixixixuhm, there's no such line in the grub editor21:42
ixixixcan I add that at any point in the config?21:42
ixixixat the top or at the bottom?21:42
pavlosixixix: I thought you'd edit /etc/default/grub21:42
naccpavlos: i don't believe they can get to their OS21:42
ixixixi cannot21:43
ixixixi mean, I can get to recovery mode21:43
pavlosixixix: seems I gave wrong advice, sorry. Thanks nacc21:44
naccpavlos: np, it was a bit confusing :)21:44
ixixixI'm looking at the grub editor just prior to boot21:45
ixixixpressed "e" on the ubuntu entry21:45
ixixixhttps://i.imgur.com/M4g1eru.jpg21:49
ixixixis there somethin I can add here to force booting locally into console?21:50
Bashing-omixixix: ' systemd.unit=multi-user.target ' but on you to start any other desired services .21:52
ixixixThanks Bashing-om. I assume all services will start as usual once I revert the change?21:54
Bashing-omixixix: Once ya start in terminal . then no, you will have to start what else you want . networking for instance .21:55
ixixixok21:56
ixixixbut I mean if I reboot and then remove the multi-user.target option from grub21:57
ixixixthen it will start as before, wit all the services, will it?21:57
TheWildhello22:07
TheWildLive Ubuntu 16.04.22:08
TheWildSuspend when inactive for: Don't suspend22:08
TheWildWhen the lid is closed: Do nothing22:08
TheWildwhat will happen when I close the lid and leave the computer for night?22:08
naccTheWild: will it be plugged in?22:09
TheWildit's plugged to the main power.22:09
naccTheWild: then I presume nothingn will happe if the above settings work when you close and open the lid?22:10
Bashing-omixixix: Then yes, The boot parameter is a one time thing .22:12
TheWildyesterday I closed the lid and when woke up, the system... suspended? I could still hear the fan noise, but the system wasn't reacting on keypresses (not even SysRq/O was shutting it down). However, when I pressed power button, it immediately powered the backlight and started displaying things, accepting keyboard input again. But most of my mountpoints became broken.22:13
TheWildI thought I forgot to set power settings properly. However, when I booted live system again, it has the power settings initially set to Don't suspend and Do nothing.22:14
TheWildsooo... what? Is the power management broken as in Xubuntu 16.04?22:15
mcphailDid it overheat? Leaving a laptop running with the lid closed isn't great for airflow22:15
TheWildhmm... maybe, but wouldn't it hardly hung the computer? It woke up immediately when I pressed power button.22:16
naccI *believe* some vendors still react to the ACPI event of the lid closure, regardless of software settings. E.g., I can imagine some ports getting turned off, etc.22:17
naccTheWild: this one is relatively hard to debug and using a live sessionn, arguably, makes it even harder22:18
mcphailTheWild: there's also the  "Turn off screen when inactive for:" setting in brightness&lock. Have you set that to "Never"?22:19
TheWildhmm, if it turned USB ports off that time, it could explain why it wasn't reacting to USB keyboard.22:19
TheWildTurn screen off when inactive for: Never22:19
naccTheWild: it was just a guess -- also vendors are terrible at doing anything to spec22:19
coldfrothyI have lots noob questions about building a computer with Ubuntu compatibility. Where should I ask them?22:21
* TheWild closes his laptop's lid22:21
bazhang#ubuntu-offtopic or ##hardware coldfrothy22:22
* TheWild opens lid again22:22
bazhangTheWild, is that necessary22:22
TheWildokay, I'm still here. So... something weird had happened yesterday.22:23
TheWildbazhang: I wanted to see whether the system respects power settings.22:24
TheWildXubuntu 16.04 for example ignores them.22:24
bazhangTheWild, no need to /me the channel22:24
TheWildokay, fine22:24
learnDroidhi all22:31
learnDroiddoes anyone know where the "subl" alias for the android-studio is stored?22:31
learnDroidi'm toying around trying to learn more about linux22:32
bazhanglearnDroid, which package is that in22:32
learnDroidandroid-studio22:32
bazhangyes22:33
bazhangwhere is that in the ubuntu software22:33
learnDroidyou mean the directory or ?22:33
bazhang!info android-studio22:33
ubottuPackage android-studio does not exist in zesty22:33
bazhanglearnDroid, it's not a part of the ubuntu software avaialbe22:34
learnDroidI'm sorry22:34
bazhanglearnDroid, I think you need to ask in an android channel22:35
learnDroidI've mistook "android-studio" for the pkg name22:35
learnDroidcause i've installed itw with apt-get android-studio22:35
bazhanglearnDroid, what version of ubuntu has that22:36
learnDroidsorry again :) I've mistyped sublime-text22:36
learnDroidnot android-studio22:36
bazhang!info sublime-text22:36
ubottuPackage sublime-text does not exist in zesty22:36
learnDroidi followed the instructions on this page to install it22:39
bazhanglearnDroid, so it's some outside software22:39
learnDroidyes but i figured that the alias gets stored "inside" nontheless22:41
bazhanglearnDroid, you should contact that software vendor22:42
learnDroidcause i can still open sublime-text from terminal by calling subl22:42
archpcdoes ubuntu support screen rotation on 2-in-1 laptops?23:13
causativegot this in my dmesg after a hang:  [1141023.403986] compiz: page allocation stalls for 19228ms, order:0, mode:0x14200ca(GFP_HIGHUSER_MOVABLE)23:30
causativethere was plenty of free swap23:32
=== feodoran is now known as Guest58199
=== feodoran_ is now known as feodoran
naccarchpc: yes23:40
naccarchpc: well, generally yes. For your specific model and version of Ubuntu, it's hard to say23:40
archpcnacc, it's the Acer Spin 523:46
naccarchpc: on my 2-in-1, it's an iio device. You need to install iio-sensor-proxy and then gnome detects it23:47
naccarchpc: it might be different for your hardware23:47
prappl93archpc, I did a quick Google and found a post asking the same question regarding Linux Mint. It appears based off of this post that auto-rotate doesn't rotate automatically with the Spin 5. The post is here: http://community.acer.com/t5/Swift-Spin-S-and-R-Series/Does-Spin-5-or-7-support-Linux-Mint-single-boot-NO-Windows-10/td-p/46902423:56
prappl93Not sure if you'd have the same results on Ubuntu or not23:56

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