[00:13] hey guys i am wonder is there away to create a ubuntu repo from a github repo ? [00:14] And what determines the difference of a github repo vs a ubuntu repo vs rpm based repo for redhat /centos .. [00:14] I always been on the side of adding a repo and downloading software. [00:15] droid3: I don't think there is such a thing as github repo [00:15] But now i am considering the other direction making my own ubuntu , redhat/centos ,...etc repos that i put my software on and that people can add thru there apt program ...etc [00:15] droid3: I have no idea what a github repo is, but you can create your own apt repositories with aptly or apt-ftparchive [00:16] jermey31 github example https://github.com/torvalds/linux [00:17] its a version control for keeping track of your software versions , bugs ,...etc [00:17] oh, you mean git repositories? [00:17] droid3: I know what github is, I don't think it can be considered a repo [00:17] they're very different from apt repositories [00:18] I was curious on if there is away to take your github repo and convert them into ubuntu or redhat repos so people can rpm or apt-get the software rather then git cloning it and building it from scratch. [00:18] sure its a software repo the ubuntu repo are more deb file repos or binary repos [00:19] I just was curious about if one can convert one over to the other visa-vera [00:19] Because i do find .deb , .rpm ,...etc are easier for most to install then downloading the .jar , .tar.gz , .exe /appImage ...etc [00:20] Also been awhile just curious on how one can manually create his own ubuntu third party repos on his website or hosting server? [00:21] Usually you go thru ppa , canonical ,...and other server hosting sites that create your ppa url/uri to use with apt-get for you. [00:21] I am just curious on the software canonical uses to do it manually [00:24] droid3: many people use travis or jenkins to offer binaries built for a variety of operating systems and architectures; there's also the opensuse build service which is apparently pretty nice [00:26] What's the best way to get a list of required packages for a certain package? I'm trying to manually download debs for offline use, can I get a list of 'recommends' packages? I'm going to use dpkg-scanpackages to create the Packages.gz [00:26] jayjo: you could check if apt-offline still works [00:27] jayjo: ' apt depends and apt show ' should help. [00:48] jenkins , circle , travis , bamboo , teamcity , shippable , codeship , semaphore , continousphp ,...etc there so many to choose from by the time you get good with one its legacy and there is another one you got to learn. So its either learning about the deployment/continous build software which takes you away from programming the actual software [00:49] So i am just wanting more to setup a ubuntu repo that people can add to there sudo add-apt-repository xxxxx [00:50] and i want to host it myself later i am going to put it on a launchpad ppa:url...etc [00:50] But i was curious on how you create your own lauchpad set in your internal network [00:51] droid3: as far as I know there's exactly two instances of launchpad running in the world. you almost certainly don't want to run *launchpad*. [00:51] Obviously the no brainer is just to sign up for launchpad or another service and put your application to deploy out there at people can just sudo add-apt-repository xxxx [01:03] sarnold but isnt launchpad the main site that allow PPA your personal package achive so people can apt-get or yum it down [01:04] what other sarnold options for hosting a PPA are there for people? [01:04] droid3: aptly and apt-ftparchive are the two popular choices [01:04] droid3: at least with apt-ftparchive you can use the webserver of your choice to host the end results; I don't know much about aptly, but it looks neat [01:04] Github is great for source code repos but for deb , rpm and package managers they dont work so well so you kind of need a launchpad website that hosts it /builds [01:06] wait are you saying apt-ftparchive is a software service you can install locally on your home network to host your own PPA launchpad like repo for people to sudo add-apt-repository xxxx [01:06] droid3: for the building side, you could more easily maintain a bunch of schroots for each release you want to support, for the various ubuntu and debian releases [01:06] droid3: of course that'd only get you builds for whatever architectures you have available [01:07] so how does launchpad target any linux distro be it tar.gz source/binary or .deb or .rpm [01:10] droid3: launchpad doesn't; launchpad only builds for debian-derived systems. the launchpad canonical hosts only builds for ubuntu, even [01:10] droid3: if you want to build for rhel or sles you'll need to do something else to build rpms [01:10] ok so maybe i was wrong what do we have for rpm based distro repo [01:10] curious [01:11] i usually just yum them down never consider setting my own up for different distro flavors [01:11] sure mirroring them over with rsync is a different story but actually creating them i am curious hummmm [01:11] droid3: I left rpm world back when up2date was still a thing :) heh [01:12] ya i remember those days lol [01:12] droid3: check out the opensuse build service, I think it'd be something you'd like, and it is probably way easier to self-host that than launchpad; OBS also understands how to build both rpms and debs [01:13] i uses to think source code control repos like github , cvs, svn , mercurial was difficult to setup locally or use them but there pretty easy now a days. Back in the day less info was out on them and proprietary version controls where most insider company used [01:14] Now to me version control is not bad working either setting them up locally on your server or just as a client pushing changes to github...etc [01:14] yeah, source code systems are *significantly* easier to manage than build services :) [01:15] The major issue now is creating my own package manager repos thats the last step as i hate just setting up github instructions on how to build or how to run [01:16] if i can just make a package repo that each individual distro repo can use like yumming , apt-get ,...etc and just have people add the url/uri that be another option i like to explore. [01:17] It be really cool if github , sourceforge , and the rest of the popular webbased software version control system on the web [01:17] to have the features of create a PPA or .deb .rpm , repo...etc [01:17] If they just enhanced the website with this for programmers without making it overly complicated [01:18] then one could make a repo url and an easy install method for any of his repo projects on these hosted site [01:19] wishful thinking it be really really cool [01:19] because github has bug tracking features , webpage hosting , wiki hosting ,...etc the only aspect it is missing is for linux/unix repo [01:21] to beable to sudo add-apt-repository xxxx and then sudo apt-get or sudo yum -y install http://xxxxx.rpm [01:22] thats the one area to integrate into software repo and program hosting site i see as an enhancement the ability to create repo for deb , rpm and other type of linux/unix repo [01:23] See with microsoft windows OS and mac OSX you dont have this need for all this stuff. [01:23] But with linux /unix package repos are a huge deal. [01:23] to make things easier for others when developing software. [01:26] i guess my issue is i see alot of people with github project and sourceforge project and there readme/install instructions are like a few page and need really technical people to configure/setup. Sometimes there made overly complicated [01:27] yet i set them up. But thought to myself when ever i provide software its a few instruction or a few as steps as possible to try to make it for people [01:27] the more steps you make / more complicated you make it in the deploying step is going to deter people from using it. I dont care how good the software is there are limits [01:28] So for me it just be nice if github ,bitbucket , sourceforge ,...etc had a feature button to click create deployment repos for deb , rpm , slack ,..etc [01:29] then all you have to do as a programmer is once you done with your github project say [01:29] just click the button to create a deploy repo for the debian , redhat , slack , xxxbsd ,...etc [01:29] Hello [01:30] its just better some times to have your finished project in package downloads. [01:30] i'm having caps lock delay issue any idea how to fix it? [01:30] any idea how to fix this I believe it has been a known issue for very long time [01:30] droid3: the trouble is every project has vastly different build requirements [01:30] I'm running distro 20.10 [01:30] As well as source builds from git clone , or downloading appImages , tar.gz...etc [01:30] droid3: that's part of why all the READMEs hav ehuge instructions.. [01:31] ya i know i just am trying to figure out a way that any normally user can use linux like windows interms of installing software [01:31] droid3: well that part is easy, snap provides a single app store across distributions :) [01:32] it seem installing software on windows with install programs or downloading just the .zip or exe is almost as easy as point /click. With no issues 99% of the time for windows users [01:32] However for linux its not the case and i think mac /apple would be somewhere inbetween linux and windows. [01:33] not talking about difficulty of use of the system there all pretty straight forward for most. But it is in the application install procedures /package managers that things get hair for most people [01:34] not to mention you can hire a how team of project managers that only purpose is to maintain the software repos /versions ...etc [01:34] thats the only area windows seems to beat out linux/unix OS in. [01:35] simple because linux/unix is much more general software , ...etc then windows OS [01:35] I don't know if it's in the repos/software center it's pretty much as simple as windows [01:35] anyway just rambling today until i look more into what is the popular package repos developers can use [01:36] launchpad is pretty up there its like github interms of package repo hosting for debian/ubuntu based OS [01:36] however i am not so sure about redhat , centos and the rpm based distro OS [01:37] And not so sure on the slackware repo , xxxbsd repo like net ,free open, dragonfly ,..etc [01:38] it seems as the deployment methods are vast and people can over complicate stuff or get lost on even how to download/run/install stuff on linux [01:38] where as windows you just click on the visual installer link or exe or .zip [01:38] so i am trying not to create new software or other standards /options god knows we have enough of them [01:39] droid3: heh, funny, I left windows twenty years ago in part because I hated the windows .exe "click next eight times" installers that unpacked a dozen copies of the same old outdated libraries everybody else used... [01:40] Is ther some way to lock icon position on desktop? Every time I save a file to desktop it seems to push files around in no particular order. Is there a way to have new files save to first empty spot after othe files' icons? [01:40] but the easiest way to deploy your linux/unix/xxxbsd software in the easiest manner ...keeping portability in perspective and easy of use. As well as being able to easily get it across to as many target audiences [01:41] nunya you should beable to say remove from favorites or pin to menu...etc look for those options [01:42] If you dont have them you may have to go into configure files or desktop settings , tweak , gsettings ,..etc Or [01:43] Hi guys any idea about the caps lock delay issue ? [01:43] not the application icons in the dock. I am referring to files I have on the /home/nunya/Desktop [01:44] you mean like locking the icons to always be on the desktop or removing a desktop icon like trash can or something? [01:46] I mean for them to always be in the position I left them instead of shuffled every time I add a file. [01:47] O i see what you mean [01:47] I just gsetting , tweak ,...etc or look for icon arrangement settings [01:48] usually you can set them to sort by date, name ,...etc but there should be a custom feature to setup in certain ways. [01:48] I couldn't find anything in settings to do such a thing. Even a sort by name, type, or mod date would work. [01:50] nunya not sure off the top of my head but take a look at this thread [01:50] https://askubuntu.com/questions/47290/how-to-auto-arrange-desktop-icons [01:50] How do you get them to sort. I see no settings for that or right clicking on the desktop doesn't give me sort options either. [01:51] you may need to install iconic if you dont want to go thru the configuration files directly. It seems this program has some cool features that tweak might not have [01:53] If I knew the config files to edit I would. [01:56] anybody here can help me I'm fixing caps lock issue in intellij [01:56] which is affecting my coding [01:59] yeah turn it off === zbenjamin is now known as Guest32359 === zbenjamin_ is now known as zbenjamin [02:04] Iconic looks like a pain to use. Does anyone know another way to sort files on desktop by name, type, mod date, etc? [02:07] Why is there linux-generic-hwe-20.04 but no xserver-xorg-hwe-20.04 yet? Is that normal? [02:09] BTW running Ubuntu 20.4 [02:11] zenn: what kind of delay? I have capslock remapped to escape on my system for ages but it always felt pretty instant [02:12] like the TExt would appear like this when I have already press the caps lock button [02:12] it happens in Intellij [02:13] hi all Ubuntu users [02:13] morning from Finland [02:14] Jari--: humppa! [02:14] zenn: perhaps you've also disabled your capslock key? :) [02:14] ? [02:14] I never did disable anything at all. [02:15] it has been a known issue since ages [02:15] https://askubuntu.com/questions/574740/caps-lock-delay [02:15] https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1376903 [02:15] Launchpad bug 1376903 in xorg-server (Ubuntu) "Caps lock delay" [Low,Confirmed] [02:16] I would like to note that this bug is still being overlooked by the community. [02:16] It really is aggravating to know while Linux as a whole claims to be free and open and customizable and user friendly due to the freedom to get what the users want, anything that the majority does not use as much is just... disregarded. [02:23] zenn: that's strange; has anyone filed a bug with java folks so they would know about it? [02:23] it has been a known issue [02:23] it points to xorg [02:26] Hey guys, is there a way to check whether I'm running two separate instances of nginx on the same server? [02:27] destinydriven: start with ps auxw | grep -i nginx perhaps [02:27] destinydriven: shouldn't the parent pid be different? [02:27] Let me check [02:28] I stopped it service nginx stop and its still serving sites [02:29] https://pastebin.ubuntu.com/p/8n5Z9wXJJs/ [02:32] destinydriven: can you paste 'ps -ef | grep nginx' so I can see the ppid? [02:32] Sure [02:33] https://pastebin.ubuntu.com/p/ZTn88VqfdY/ [02:34] strange, their parent is dead but they never got the message [02:34] kill em by hand? [02:34] sarnold, which? [02:34] nunya try using sudo apt-get install gconf-editor [02:35] destinydriven: the nginx worker processes [02:35] if you dont know the configuration lines directly just use the gui program like that [02:35] ok [02:35] If you dont find what your looking for just uninstall it when you like. [02:36] me personally there are 100 of different setting for desktop managers so dont waste your time trying to figure out the names for every one /keeping track of them [02:37] just uses the gui and play around with it till you find what you need or uninstall it if you dont find what your looking for. [02:39] I keep getting nginx[78152]: nginx: [emerg] bind() to [::]:80 failed (98: Address already in use) [02:43] destinydriven seems like you already have some socket bound to that port [02:43] destinydriven: from the last paste, there is no pid 78152 [02:44] I rebooted the server [02:44] Let me see what spawns now [02:44] check to see whats running and check your firewalls also. [02:45] destinydriven: you can try, 'netstat -plant | grep :80' to see what pid listens to port 80 [02:46] destinydriven: add sudo before netstat [02:46] tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 1644/nginx: master [02:46] tcp6 0 0 :::80 :::* LISTEN 1644/nginx: master [02:46] Just this right now [02:47] I run into issues when I try to run certbot to dry-run cert renewals. All fail [02:47] destinydriven: so ps -ef | grep nginx should show 1644 as ppid [02:47] 1644, 1649, 1650, 1651, 1654 [02:48] Oh well yes 1644 is the ppid [02:48] destinydriven: give us an updated paste, ps -ef | grep nginx [02:49] I should add that I'm running passenger with nginx [02:49] I suspect that may be the cause of the issues [02:50] pavlos: https://pastebin.ubuntu.com/p/45HzdrQ4mX/ [02:50] destinydriven: much better ... [02:51] Looks normal right? [02:51] destinydriven: yes, one ppid, a few pid stemming from ppid === Mollerz2 is now known as Mollerz [02:52] Ok certbot seems to be running cleanly now [02:52] I'm still lost as to why there were issues before [02:52] Rebooting isn't a solution [02:52] destinydriven: can you paste, sudo /usr/sbin/passenger-memory-stats [02:53] how do I find out the process that is using my webcam/making it turn red, indicating that it is recording? [02:53] Pavlos: sure [02:53] destinydriven: reference this page, https://www.phusionpassenger.com/library/walkthroughs/deploy/ruby/ownserver/nginx/oss/stretch/install_passenger.html [02:54] Pavlos: https://pastebin.ubuntu.com/p/rzj5FhWr9z/ [02:55] Pavlos: I've been on those docs for days now haha [02:55] Problems started when I upgraded from 18.04 to 20.04 [02:56] destinydriven: according to the ref page, passenger is not running ... I dont know how to troubleshoot this part [02:57] Yeah you're right. Redmine is certainly down now .. . sigh [02:59] I'll be afk (for a while ... [02:59] Pavlos: thanks for the assistance [02:59] np === extnct_ is now known as extnct === Guest65465 is now known as Guest85634 === leaftype is now known as leaftype2 [05:05] what size monitors do you use for best productivity? [05:24] 4k [07:01] im confused why my /media/servername is empty now [07:01] it used to have a bunch of my shares [07:20] I recently upgraded from 14.04 to 16.04 and in doing so the program 'gnome-screenshot' is not functioning properly. Can I get some assistance here? [07:21] how do you check easy-rsa version? [07:22] al_nz1: "apt policy easy-rsa" should give you that information [07:22] thanks it did [07:23] I could nto find that in google [07:23] hehe :) [07:23] you heard it here first folks! IRC is better than google [07:23] :) [07:23] I am trying to sign a req and the common name show is munted commonName = \0D [07:23] which is not the CN I usedf [07:24] and the signing fails [07:24] but the req looks fine [07:47] Hi, I made some changes in the config files of the Kernel which is in boot directory, does anyone know how to recompile things again so that those changes I made in the config file gets activated [07:47] ? [08:10] is there a way to check the commonName in easy-rsa [08:13] Consider using wireguard instead of openvpn if you can. [08:14] Hi all. Any idea how I can properly cause a command like xset to run every time I boot into GUI? [08:14] I've tried scripts in $HOME, none of them seem to be invoked [08:15] Latest was ~/.Xresources [08:16] I want to switch off dpms at every boot, since Ubuntu doesn't switch on my 4K monitor when I unlock my desktop [08:16] I have to manually switch it off completely and on again for the monitor to be added to my desktop layout again [08:17] There for I use xset -dpms [08:17] Therefore* [08:19] (Plaese tell me I don't have to wrap the command in Bash or add a sleep command to delay execution for 10 seconds.) [08:20] might need "export DISPLAY=:0.0" [08:21] Ah, that makes sense [08:26] Looks like .Xresources is a sort of registry though, with its own syntax and I don't know the specific setting name for dpms [09:14] anyone familiar with dbus? [09:14] I NEED JAVA [09:14] Oops [09:14] JDK 8 is required for installing the NetBeans IDE. Make sure that the JDK is properly installed and run installer again. [09:14] Which one do I need? JRE or JDK, and which version? [09:15] https://ubuntu.com/tutorials/install-jre#2-installing-openjre [09:16] Question is that if I run a application that calls signal-cli, via dbus, i assigned that process a user, but I am not sure whether or not the user should have been assigned a password to get things working [09:16] the runtime env and developer kit are two different things, some apps need both [09:17] Ok [09:19] If you're installing netbeans, you need JDK [09:19] Obviously [09:19] Does anybody know how to sanity check upstart scripts? I just added one and I would like to have upstart check if it's valid or not. I'd rather not find out next boot if it isn't [09:20] Java programs fonts look like absolute hell [09:21] Hash: I'm not a Java programmer, but maybe wxWidgets is available for Java [09:21] hi, is there an automatic way to revert to ifupdown from Netplan? I mean auto configuration/generation of /etc/network/interfaces [09:21] Otherwise, check out https://en.wikipedia.org/wiki/JavaFX [09:22] from the docs and wiki page, all I could infer was, ifupdown to Netplan is automatic but nothing much has been said about reverse [09:23] Hash: I do hope you're not using Swing/AWT or whatever [09:23] Trying to get netbeans [09:23] https://stackoverflow.com/questions/17510099/ugly-fonts-in-java-applications-on-ubuntu [09:23] Found this too [09:23] REQUIRED Remove openjdk and install oracle jdk. [09:23] Download deb from http://ppa.launchpad.net/no1wantdthisname/ubuntu/pool/main/f/fontconfig-infinality/ [09:23] Uhmmm [09:23] Third party debs mmmmmm I dunno [09:24] I used to have like 3 or 4 options I would export as java options or put into netbeans.conf java command to make nicer fonts [09:24] I forgot them. Something someting AA something I dunno [09:24] Hash: oh, that. [09:24] No idea. I have no problems running PHPStorm/PyCharm here at least [09:25] maybe this can work: https://wiki.archlinux.org/index.php/java#Better_font_rendering [09:25] That post is 7 years old, too [09:25] -Dawt.useSystemAAFontSettings=on, -Dswing.aatext=true [09:25] That's two of them [09:25] Nice [09:25] Let me try [09:26] IIRC that worked for me [09:29] Odd that you have this problem. I don't. Or don't appear to. [09:29] Using older Ubuntu versions? [09:32] Just upgraded to 20 LTS [09:33] reinstall [09:33] Ok [09:41] Hash: the answer is that I'm using the JetBrains toolbox to install my IDEs, and they appear to come with their own tweaked OpenJDK [10:13] I see [10:13] I too have their software. I was setting them just now. I have a student pack thing. [10:20] how should a row record in bind zone look like please ? [10:20] domain.ro. IN MX (1) aspmx.l.google.com [10:23] lose the () [10:37] how can i have my local mirror using rsync, but excluding specific distros, is there a official ubuntu doc somewhere? [10:43] !mirrors | aminvakil [10:43] aminvakil: Ubuntu installation CDs can be downloaded from http://releases.ubuntu.com - Mirrors can be found at https://wiki.ubuntu.com/Mirrors - PLEASE use the !torrents to download !Groovy, and help keeping the servers' load low! [10:43] I'm sure there was a factoid for mirroring setup [10:44] ikonia: thanks for the link, i have setup my mirror successfully, my question was about excluding specific distros [10:44] yes, so you've not set it up [10:44] have a look through some of the docs [10:44] https://wiki.ubuntu.com/Mirrors [10:44] it will depend on the process you use to sync the mirror if/how you exclude [10:45] Hello [10:46] ikonia: i'm not sure if you have read my question or not, i'm using "rsync" as i have said, there is nothing about excluding a distro using rsync in the link you have sent (i have read this), is there another wiki page which i'm unaware of? === sphalerite is now known as L1nuxH4ckerm4n [10:46] I have updated to 20 LTS. I am using Xmonad and I am looking for a standalone Xorg panel to use. I need a button for program menu, a task switcher, and a system tray. It doesn't need to be fancy or have many features. [10:47] aminvakil: --exclude [10:49] ikonia: that is what i'm looking for, so if just say "--exclude trusty" for example, and exclude any file or folder that have trusty in it, would i be fine? or am i going to miss a package in bionic which has trusty in its name? [10:50] ubuntu mirror structure is very confusing to me, i don't know what is in mirror/dists/bionic/main... and what is in mirror/pool/main... [10:50] would i be fine if i just exclude dists/trusty* ? === makani3 is now known as makani === L1nuxH4ckerm4n is now known as sphalerite [11:07] aminvakil: you can't just write --exclude trusty, man rsync for the --exclude syntax and patterns [11:08] aminvakil: you're second example is better, I often find that trusty/ would work, because it's looking for a dir name trusty then, rather than a file containing trusty [11:15] there's so much ubuntu going on I can't focus on making the right choice of product and solutions [11:17] aminvakil: No, you can't exclude distros with rsync like that [11:21] aminvakil: There's two options; either do a full mirror with rsync as you have, or use debmirror - but as you're excluding things - you have to resign the mirror with your own GPG keys (and pass those keys to the clients that use the mirror) [11:22] jpds: is it the key signing of the repo that prevents the --exclude option being useable ? [11:23] ikonia: --exclude would only have an effect on the dists/ directory and nothing in pool/ [11:23] ikonia: You'd save at most a couple of MB compared to the many GBs of the package files [11:24] So, basically useless [11:25] yes === denningsrogue6 is now known as denningsrogue [12:09] hi [12:09] Why do all tutorials for systemd suggest to put configuration into `/etc` ? For example my configuration for verdaccio is currently is `$HOME/.config/verdaccio` — why should I move it to `/etc`? Also the same is true for the binaries, why move them to `/usr/bin`? [12:10] `ExecStart=/usr/bin/verdaccio --config /etc/verdaccio/config.yaml` is suggested in the docs instead of the default locations of those files [12:12] isn't /etc system wide and $HOME./config/foo user specific? [12:12] not seeing the problem there ? [12:13] ThinkT510: I think so, but why is the user specific folder not ok? [12:14] IniGit: I'm not sure what your question actually is ? [12:14] what are you asking [12:14] ikonia: Why I have to copy those files to the system wide folder and cannot just use the default files within the user specific folder? [12:15] you don't have to [12:15] you can do what you want [12:15] it's advised/recommended to make functionality easier, standard etc [12:17] ikonia: ok, thank you [12:21] Hello [12:21] I'm a Linux beginner [12:22] welcome === Hash is now known as EnchanterTim [12:23] I heard that Firefox is opensource project and cross platform. My question is how is it cross platform I'm mean does Firefox had repos for all operation systems? [12:23] distros (ubuntu) package it [12:23] And where I can find these repos? [12:23] it's in default in the ubuntu repos [12:24] I'm taking about the source filea [12:24] Files [12:24] For win Linux ios [12:25] you may want to do a little bit of open source research on that [12:25] An online search for the source files should result in one of the search results to be mozilla's website containing the source files for (amost?) all the old versions to the latest. [12:26] Just do a search for firefox source codes... Using firefox :v [12:28] https://github.com/mozilla/firefox-browser-architecture [12:29] https://github.com/mozilla-mobile/fenix [12:29] I came a cross these [12:42] Deyaa: https://archive.mozilla.org/pub/firefox/releases/ [12:43] Deyaa: Source code about releases or the latest version from here: https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Source_Code/Downloading_Source_Archives [12:44] psych094: https://ftp.mozilla.org/pub/firefox/releases/1.0.7/ [12:44] I can't find win64 [12:47] Deyaa: youre getting a little offtopic for this channel focus [12:48] maybe join some of the firefox community groups, maillist/irc/news groups etc [12:50] ikonia: okay I'm sorry [12:51] no need for sorry, it's fine [12:52] Hi folks [13:22] hi === Mibixy is now known as Mibix [13:39] I have an Ubuntu 18.04 install joined to an Active Directory domain with SSSD. I'm trying to use Evolution to connect to an Exchange server using kerberos. However, when I open Evolution, I get the error "No response: Server not found in Kerberos database". [13:39] I have a valid kerberos ticket, but I'm guessing the Exchange server needs to be added to my keytab. Any thoughts? [13:45] g3poandlsl: ubuntu server? [13:49] lotuspsychje, Ubuntu desktop [13:51] Hello [13:52] I'm looking to blacklist certain drivers, is the method stil the same in 20.04 LTS as in 16 and 18 ? [13:56] hi [13:57] When I have a service running and it constantly logs something, will my harddrive be full after so time? [13:57] Or does systemd ensure, that this does not happen? [13:57] I'm talking baout /var/log/syslog and journalctl [14:01] IniGit: the user needs to manage his system, clean your logs and other tmp files etc, check bleachbit/stacer to wipe [14:01] !logrotate [14:01] no info [14:02] lotuspsychje: ok, thx [14:02] when i do mkfs.ext3 /dev/mydisk after when i do blkid /dev/mydisk it shows sec_typefs=ext2 along with ext3 is that intended? === nichlas_ is now known as nichlas [14:12] Using i3 on 20.04, it's logging me out completely when I leave it idle. No errors, no obvious log messages. I come back and I'm logged out. Has anyone else come across this? [14:14] what's a good program to encrypt / decrypt directories that need to be accessed semi-regularly [14:15] it's getting tedious to use pgp and tar [14:30] RoseBus: Is there a reason not to just do FDE? Or at least encrypted /home ? [14:32] RoseBus: I still use ecryptfs for that, but apparently it's deprecated [14:32] maybe LUKS on a loop device would work? [14:33] ext4's new encrypted directory support is tantalizing, but I don't know how well it's supported [14:37] It's been around since 2015 apparently. Though this is the first I've heard of it. [14:45] Can I also run a command within ExecStart= and if so how? (systemd) [14:50] I mean without a .sh file [14:50] Or do I have to have a .sh file? [14:52] you can run anyting you want [14:52] try the systemd channel to get some specific help on it [14:54] Is possible to install virtualbox 6.0 in ubuntu 20.04 or its dependencies will be incompatible with that version? [14:55] check the deps [14:57] LimeOn: if it's from a tarball or a .deb there's no reason not to try. Won't hurt anything and it's trivial to try (assuming you're not on dialup where downloading it would be painful) [14:58] LimeOn: Umm... why do you want 6.0 specifically anyway? [14:58] default for tar when used as root is preserve and extract permissions ,how come it still preserves owner and permissions when used as regular user,seems only it did not copy setuid permissions though [15:03] kyle__: i've seen that 6.1 no longer allows you to enable direct3d [15:03] and that the option was avaiable before 6.1 [15:07] My husband’s Ubuntu 20.04 machine is freezing in the middle of typing for like 30 seconds every few minutes. What could be doing that? It affects Terminal as well as LibreOffice. And IRC. [15:11] chull: something in the logs? [15:14] mefistofeles, thanks for replying. :) I always forget where to look. (It's not my computer) Where to look? [15:14] chull: maybe dmesg, when that happens [15:16] mefistofeles, it keeps happening, when it happens, I can't type at all. [15:17] chull: yeah, maybe check dmesg right after it happens, when possible [15:22] or /var/log/syslog === mateen1 is now known as mateen [15:29] is not quite possible to use nginx proxy and apache on same machine to serve sites on same port 80 ? [15:40] ace_me, you could bind each to a different ip address [15:43] hi. my apt repository just messed up and apt --fix-broken install doesn't work. and i can't install any new package throguh apt!!! can i clean my apt somehow?! [15:44] herol3oy, which error came before you tried apt fix? [15:45] BluesKaj, https://pasteboard.co/JCVvrIo.png [15:47] herol3oy, better to pastebin instead of uploading images here if you can [15:48] https://paste.ubuntu.com/p/HKX5mcq4mW/ [15:48] thnx [15:50] ace me, is it possible to remove and re-install codeblocks? [15:50] when i run apt --fix-broken install >> https://paste.ubuntu.com/p/j5hqRsCY8R/ [15:51] ddubya, trying now.. [15:52] herol3oy, maybe apt-get autoremove codeblocks-* [15:52] herol3oy, start at the the bottom (cccc) and install them in the order going up the list...this has worked for me on dependency issues in the past...it's worth a try [15:54] LimeOn: Well that sucks. Guess I'm lucky I haven't needed that in a while, I hadn't noticed. [15:55] chull: if all else fails, install atop and enable it. With luck it will capture what was running at those times, and you can scroll through the history to see what gobbled it up when. [15:55] ddubya, whatever apt command (remove purge autoremove and etc) i run i get this result >> https://paste.ubuntu.com/p/5GkMFPdvdm/ [15:57] herol3oy, try autoremove on each package listed there or codeblocks-* [15:58] apt autoremove * > just give me the same result :/ [16:01] maybe apt --fix-broken remove [16:02] ddubya: have no ideea [16:02] ace me, disregard last comment, was meant for hero. First comment still stands (listen/bind address is configurable) [16:40] oh no, I think I broke the Ubuntu dock... It's no longer detecting mouse events. This is caused when I'm trying to do a screen capture snip (the one where your mouse turns into a cross) on a right mouse button context menu in Visual Studio Code. [16:41] Be aware, folks [16:46] um... anyone knows how to restart Ubuntu dock? I can Alt-Tab/WinKey-Tab windows just fine, and I can launch apps from the App Launcher using the WinKey, so I'm good with and without the Ubuntu dock [16:58] I do not understand ... slave DNS should be able to be queried of r a domain it has there ? [16:58] I get ;; connection timed out; no servers could be reached [16:59] how to test a DNS slave server? [17:00] I did nslookup, then server IP [17:00] then a domain it has [17:00] ah, it's just Alt+F2, then "r" for restarting the UI [17:03] I also get zone transfer denied [17:04] I am trying to write an executable script to shutdown my computer in 90 minute and tell me that it's doing so. Here's what I have so far. #!/bin/bash [17:04] shutdown -h +90& [17:04] gnome-terminal [17:04] echo Computer will shutdown in 90 minutes [17:05] Having networking issues with wifi dropping for no reason over the past day or so. Running 20.10. No clue why. I have already disabled power saving for my wifi card. [17:05] Oops should have used pate bin sorry [17:05] paste bin [17:06] It could disconnect at any moment. Not good. [17:06] Could try IRC from phone but that sucks. Maybe from a Pi? [17:07] https://askubuntu.com/questions/1258738/ubuntu-20-04-upgraded-some-network-manager-packages-now-problems-are-ensuing [17:07] I already did some troubleshooting on 20.04 before and fixed the issues. [17:07] I have gotten the timer working and shutdown and gnome-terminal opens but no message about shutdown in terminal,please help. [17:08] If nobody knows off hand how to fix it, considering esp. that the network could crap out on me, maybe I should use AskUbuntu? But what logs and details do I need? [17:32] ikonia: jpds: thanks for your advices! as it seems there isn't a clean option, i'd do a full mirror rsync then. === MikeRL100 is now known as MikeRL [18:12] So, anyone have advice for troubleshooting the network? I think my post may have been buried. Been a while but miraculously the network hasn't disconnected again. [18:16] MikeRL: is there anything in journalctl? [18:22] sarnold, Where's that? [18:22] Sorry for the late response. [18:23] I see a ton of search results. Which location are you referencing? [18:24] MikeRL: type 'journalctl -f' and then use your machine for a while [18:24] MikeRL: when you experience network problems, look at that terminal again, and see what was emitted at about the same time [18:24] sarnold, My guess is I should wait for a disconnect? [18:24] Oh ok. [18:25] MikeRL: you could also read what's in history, but that requires a lot more understanding of what gets logged [18:25] sarnold, Where is that? I could paste it and use a grep command. Is it that simple? [18:26] sarnold, There was an issue earlier when shutting down, in the color red at the shutdown screen. Network-manager was mentioned. [18:26] So with that being mentioned that may narrow it down. My suspicion is I triggered a bug in network-manager. [18:27] MikeRL: when you've got nothing to work with, you don't want to use grep -- you want to start with as wide a view as possible [18:27] But it's impossible to purge that package and reinstall it easily from what I remember. [18:27] sarnold, got it. [18:28] sarnold, But I do have one suspicion. Network-manager as mentioned above. It was hanging on shutdown. [18:29] MikeRL: which one do you want to work on first? rebooting or using the machine? it's probably best to work on exactly one at a time [18:30] sarnold, Are you referring to the error on shutdown when you say rebooting the machine? [18:30] MikeRL: yes [18:30] sarnold, I think whatever the consensus is on the most likely culprit. I'll likely watch journalctl. [18:31] sarnold, But it disconnects at startup. Err fails to connect, period. So running the command from the terminal may not catch it in time. May have to look at the history. === ijohnson is now known as ijohnson|lunch [18:34] MikeRL: ah, troubleshooting a failure to connect at all is indeed different [18:34] MikeRL: that's best handled by looking at the logs after you boot [18:35] sarnold, It will connect if I mess with the network via the panel or settings. Don't know what I did to resolve it. But it fails to start normally at boot. [18:39] is i3 the window manager in 20.04 ? [18:40] (also, why are the LTS' always x.04 and x.10 ?) [18:40] All the releases are .04 or .10 except one because they come in April or October. [18:41] ash_worksi: LTS releases are every 2 years, latest is is 20.04 [18:41] They reach stable that is. [18:41] !lts | ash_worksi [18:41] ash_worksi: LTS means Long Term Support. LTS versions are supported for 5 years on the desktop and server. The latest LTS version of Ubuntu is !Focal (Focal Fossa 20.04). Ubuntu !flavors may have different support durations, check their release notes for information. [18:41] so, this is not semantic based on release? (ie patch or backwards compatibility) [18:41] TH dang bot beat me. [18:43] huh; well anyway, as for the first question... [18:44] ash_worksi: LTS are released every two years, in April, so 16.04, 18.04 and latest 20.04. Everthing in between are short term releases that need to be updated every 6 months [18:44] about window managers... [18:44] :) [18:45] ash_worksi: i3 is *not* the default [18:45] ash_worksi: I run i3 myself on 20.04, it works well enough, but the default with ubuntu is gnome, and the other flavours have their own choices [18:46] What is an i3 Desktop environment? [18:46] Must be new. [18:47] it's newer than X11 [18:50] tomreyn, Anything is newer than X11. [18:52] Guys still have a question. How do I go about getting the results from journatctl after boot? [18:52] MikeRL: yeah, i3 is only 11 years old [18:52] MikeRL: just run journalctl [18:52] sarnold, I thought it would miss the mess up after startup. [18:52] sarnold, It messes up before I can fire up the terminal. [18:53] Still may have useful info though. [18:53] MikeRL: the default behaviour of journalctl is to show you all the journal messages in the current boot; journalctl -f follows new ones, and journalctl -b -1 etc shows you from previous boots [18:53] sarnold, Oh so it keeps a log of the older ones? Good. [18:54] I will run this as soon as I'm done mucking around with a Win7 install in vbox. May be 15 minute max. No more. [18:54] MikeRL: yeah; the journal tries to keep everything until it hits disk use limits [18:54] I have enough space left so I'll be OK. Talking tens of GBs free. [18:57] MikeRL: and journalctl --list-boots will show you all (currently) saved boots (so that you can zero in a specific previous boot) [19:01] Guys I wrote down the documentation you gave me for journalctl. Thanks. I know it's in the man pages or viewable with the --help argument, but there's probably a ton of arguments. [19:02] Anyone else with GNOME Shell try the DING desktop icons shell extension? [19:02] Way better IMO than the bundled one. [19:08] MikeRL: heh, there's hundreds of thousands of lines of documentation for systemd-related stuff. figuring out which dozen things you actually need to know is insanely hard with it [19:08] sarnold, Well thanks. Makes my life not a nightmare. [19:08] :D [19:24] sarnold, I have an issue. "journalctl --list-boots" only lists one boot. [19:25] Is there any way to increase the capacity to say 2 or 3 boots? [19:25] MikeRL: which ubuntu version are you running? [19:25] tomreyn, 20.10 [19:25] is /var/ almost full? [19:26] tomreyn, How can I tell? [19:26] Hmm. [19:26] df -h? [19:26] Doesn't list /var... [19:27] Only /var/tmp. [19:27] df -h /var, it'll show whichever partition is relevant, probably / [19:27] 80% in use for the main partition. [19:27] how much is free, in absolute numbers? [19:29] and what does this report? journalctl --disk-usage [19:29] 101G available out of 513G partition. [19:29] Too short to paste. [19:29] "Archived and active journals take up 16.0M in the file system." [19:30] did you customize /etc/systemd/journald.conf ? [19:30] No customizations to my knowledge. [19:30] Don't think I've viewed that file till today. [19:31] does the directory /var/log/journal exist? [19:31] if not, you would need to run: mkdir -p /var/log/journal [19:32] Do not see it. [19:32] Do you need a paste of ls -a? [19:32] no, i believe you. [19:32] Now the folder exists. [19:33] it's unsualy that you don't have it, though. the only explanation i can think of is a custom installation or a system that was upgraded from before 18.04 LTS [19:33] oh, also a failed release upgrade could have caused it [19:33] This Linux install has been upgraded for a while. Not sure when I started it. [19:33] Not custom. [19:34] Just been upgraded for some time. Likely the cause. [19:34] Is there any way to tell what the original pre-upgrade version was? [19:34] cat /var/log/installer/media-info [19:34] I backup using GNOME Disks so I haven't reformatted clean in a while. [19:35] No such file or directory for that command. [19:35] I wonder if Bleachbit removed it. [19:35] then it gets harder, maybe /var/log/release-upgrade* can hint on it [19:35] I use that occasionallly. [19:36] Nothing. [19:36] Old install for sure though. [19:37] So I guess I'll get back on topic. [19:42] I did have cloudflare deamon installed. I removed it when networking issues started to streamline any issues. Just to be more close to a fresh install. [19:45] Output for "journalctl -b -l" from this morning's boot: https://paste.ubuntu.com/p/sZGrHq8QyP/ [19:46] I updated X so I probably should reboot. And I'll get more logs. [19:47] after installing ubuntu 20 wifi and bluetooth are off by default at reboot. I tried changing power saving config file but it doesn't work. please help, ty [19:47] Any other i3 users on 20.04? Weird problem: it's logging me out completely when I leave it idle. No errors, no obvious log messages. I come back and I'm logged out. Has anyone else come across this? [19:49] kyle__: is there anything in journalctl? [19:51] Nothing obviously correlated [19:52] Back. https://paste.ubuntu.com/p/pJkyzrVF5Z/ Same command as before. No noticable network disconnect this time. Yet. [19:52] I should repharse: nothing that obviously shows what went wrong, just a message that "[../../i3-wm-4.17.1/i3bar/src/xcb.c:1078] ERROR: X11 connection was closed unexpectedly - maybe your X server terminated / crashed?" [19:54] I disconnected and reconnected that time on purpose and it worked. [19:55] So, no disconnects now. But it did it several times earlier. [19:55] Crazy. [19:59] kyle__: ohho! how about the X logs? [20:00] MikeRL: you've got some gnome shell messages in here, maybe disabling some / all of your extensions may help something [20:01] Apparently the stopped writing on the 30th... [20:02] Dec 01 14:49:08 mike-HP-ENVY-Notebook kernel: STATE_INVALID_DROP: IN=wlp3s0 OUT= MAC=4c:34:88:4c:2f:2a:dc:bf:e9:f6:df:81:08:00 SRC=35.224.99.156 DST=192.168.0.11 LEN=40 TOS=0x00 PREC=0x20 TTL=50 ID=37949 DF PROTO=TCP SPT=80 DPT=39200 WINDOW=0 RES=0x00 RST URGP=0 [20:02] kyle__: dang, I assume the crash was on the first? [20:03] Dec 01 14:49:19 mike-HP-ENVY-Notebook wpa_supplicant[1358]: wlp3s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-54 noise=9999 txrate=390000 [20:03] MikeRL: hmm, what's gcr-prompter ?? I'm afraid it logged a key to your journal [20:03] sarnold, I disabled all but DING, Dash to Dock, Bing Wallpaper Changer, and Appindicator and KStatusNotifierItem Support. [20:03] The most recent was. I'm Using the default unity-like-gnome that comes with 20.04 right now. And no issues if I walk away from it for hours :/ [20:04] MikeRL: it does say public= .... in the string, but it also has an 'aes' in the thing. what's it do? [20:04] sarnold, I have no clue what that is without searching it up. [20:05] MikeRL: ahhh, gnome keyring prompter. it's probably fine then. pfew. :) I was worried for a minute.. [20:05] https://developer.gnome.org/gcr/stable/GcrPrompt.html [20:05] My guess is it's a qt pw prompt? [20:06] Thought it was a rootkit or something? [20:06] MikeRL: I saw some tor stuff earlier in the logs and worried if there was a tor-specific application that might have been writing silly debug messages [20:07] sarnold, That would hurt being anonymous via tor, wouldn't it? [20:08] MikeRL: yes it would :) it might also expose the data; but I strongly doubt gnome tools would do something so silly [20:09] What do I do now? Keep rebooting till it happens again? [20:10] I dual boot and 10 has another annoying update. [20:10] But ofc I want to tackle this. [20:10] If only it logged more than the current boot. [20:13] sarnold, Do you have any ideas on what to do next? Should I just wait for it to come back? [20:14] MikeRL: the STATE_INVALID_DROP: and CTRL-EVENT-SIGNAL-CHANGE messages were the 'funny' looking things I saw aside from the noisy gnome stuff [20:14] MikeRL: see if those correlate with your problems in the future or not [20:15] sarnold, So I guess log again and see if they reappear? Log when it messes up? [20:15] MikeRL: yeah, that's the nice part of journalctl -f, when it happens you just glance at another terminal [20:16] Yeah. I will do it again. May be some time though. No way to tell when it returns. [20:31] Hi ... I keep getting the message "Package operation failed/The installation or removal of a software package failed." ... there's no information telling me what failed ... any ideas? [20:32] Ubuntu 20.04 [20:33] rjwiii: try starting with sudo apt update && sudo apt upgrade, see what errors pop out [20:33] rjwiii: when is that happening? What are you running to get that? [20:33] mefistofeles: that happens when the updater runs. [20:34] rjwiii: I guess what sarnold says then [20:37] sarnold: Something to do with v4l2loopback-dkms ... [20:39] sarnold: https://paste.ubuntu.com/p/bX5shD52Kc/ === ctrlbreak_MAD is now known as ctrlbreak [20:41] rjwiii: okay, that looks like a pop_OS! kernel version; I suggest talking to popOS folks for advice [20:41] rjwiii: if they're out of ideas, I suggest just purging that dkms package, but they may have better ideas [20:42] sarnold: This is a System76 machine, but I am NOT using POP! OS ... Straight Ubuntu 20.04 ... [20:44] rjwiii: it isn't, note that your kernel comes from http://ppa.launchpad.net/system76-dev/stable/ubuntu/pool/main/l/linux/ [20:45] sarnold: I see that ... it is still Ubuntu 20.04 that came with the machine ... [20:45] sarnold: not POP! OS ... [20:46] sarnold: Is it something that System76 to 20.04? [20:47] rjwiii: yeah, system76 maintains your kernel [20:56] Would this be the right place to ask for nVidia driver support? Or is there a more appropriate channel? [20:56] there're worse places [20:57] True that. I just did a kernel upgrade (I'm on the lowlatency kernel) and now my video card doesn't seem to be recognized. I can start X applications, but my resolution is wrong. [20:57] Also I can't start other applications like Steam, etc. [21:00] fraktor: and the only thing you changed was your kernel? [21:01] I did a `sudo apt update && sudo apt upgrade`. [21:01] Followed by an autoremove. [21:01] so just boot the old kernel instead to confirm. If that works, you can try and find a newer version of the kernel and see if it still has the issue. If it still has, you'll have to actually find out what the issue is [21:01] ...I should not have done an autoremove, should I... [21:03] well, if the packages are properly dep'd in, it shouldn't have been an issue [21:03] I don't think I have the old kernel around anymore. [21:03] you probably do, it's likely in /boot/ [21:04] fraktor: ubuntu always leaves 1 or 2 old kernels [21:04] fraktor: in grub go to advanced > select an older kernel [21:05] I uh, in my thrashing around I uninstalled and reinstalled the driver package. So according to dkms, I only have the nvidia module for the current kernel. [21:11] fraktor: are you sure it doesnt build for all available kernels? [21:11] I mean, looking at `dkms status` I only see the one module. [21:12] Are the 5 kernels working on ARM? [21:12] fraktor: what's in "ls /boot/vmlinuz*" [21:16] !arm | Younder [21:16] Younder: ARM is a specific (RISC) processor architecture used in a variety of applications such as handhelds and networkdevices. For more information see https://wiki.ubuntu.com/ARM . For ARM specific support, stop by the #ubuntu-arm channel. [21:21] Younder: this is 20.04 lts on an rpi3b+: Linux ubuntu 5.4.0-1022-raspi #25-Ubuntu SMP PREEMPT Thu Oct 15 13:31:49 UTC 2020 aarch64 aarch64 aarch64 GNU/Linux [21:22] Yes I am running 20.04 on a Raspi 4 as well. [21:23] how's that working? I thought 20.10 had some important updates for the 4 [21:23] My xavier-nx (from nvidea) is still on 18.04 [21:24] sarnold, I did it a few months ago. I installed the server version and then 'sudo install ubuntu-desktop' to get the desktop version. [21:26] Younder: and it mostly seems to work? wired or wireless? [21:26] THis is a month or so before the desktop vesion of ubuntu was released. [21:27] sarnold, It works wired and wireless. Haven't had any serious glitches yet. [21:28] Younder: sweet === MrMayflower is now known as MrChristmas [21:37] hi [21:40] i try to run the danted socks proxy server and already managed to get a connection to it, but now it doesn't forwards the connection request. that's the whole config i'm currently using. https://pastebin.com/gPKZQTHn any idea how to fix it? === routebee_ is now known as routebee [21:48] Azrael_-: "eth0:0" looks super-funny [21:48] Azrael_-: these interface aliases are twenty-ish years old, I'm not sure how well supported they are [21:48] Azrael_-: I suggest replacing both those with an IP address [21:49] Azrael_-: I'm also guessing the pass, client pass, blocks could use some refinement [21:49] sarnold: They still work perfectly fine on modern kernels. [21:50] kyle__: yeah, but all the other tools? [21:50] binding to interfaces is a thousand times harder than binding to an ip address [21:50] Hrumm. OK that I'm not sure of. [21:50] sometimes highlevel tooling makes it look easy, but it's *much* more work [21:51] 100% [21:51] binding to an IP address is much simpler, and easy to test :) [21:53] Networking is hard to do off the top of your head. It's like it wont all fit. At least for me. I read up on a subsystem and then go. [21:55] ok, i just realized that this is running xenial! thus the version is dante 1.1 [22:01] sorry for wasting your time, i'm switching now to centos as this is the only newer version they offer [22:03] Azrael_-: dante appears to be packaged for newer versions of ubuntu, too, https://launchpad.net/ubuntu/+source/dante [22:05] yeah, but unfortunately this is a vps-environment, so i don't think i can easily upgrade ubuntu to a newer version. i know the current ubuntu has 1.4, xenial has 1.1. didn't find an easy way to run 1.4 on xenial [22:07] oh yeah, upgrading a vps is kinda weak vs just using whatever they already offer [22:14] hi, how risky is "sudo apt upgrade"? I am running a ubuntu server since 6 months and perform this command once a week to stay up to date. Being a windows user all my life, I fear that it will break one day. are my worries unfounded? [22:20] Starship8014, it will probably break one day. Depends on how many services are running, now they're customized etc. If it is a production server you should probably use a second server or VM for testing updates [22:22] I see, thanks. I hope'd I wouldnt have to do that :D [22:22] eventually you end up doing it, because it breaks and the server goes offline for hours or worse [22:23] how often should i do updates? I would like to expand that then a little as it gets more time consuming [22:23] it is worth the effort since you also get the freedom to experiment without risking anything [22:26] Starship8014: Mostly dependent on how many PPAs you have, and how well they are maintained. [22:27] not sure what the release schedule is, but you could go by that. also only to the security updates [22:27] if you skip upgrades for say, once a quarter or whatever when the big breaks might occur [22:27] apt upgrade shouldn't be upgrading anything that needs a reboot, and shouldn't be changing versions enough to break config files. _Shouldn't_ of course is doing a lot of heavy lifting here. [22:28] we release security updates monday through thursday most weeks; we release new kernels every three weeks, and not all kernel issues can be livepatched [22:29] I've had it break things for me a few times, but I could count them on one hand. And the only one that was on a production box was due to a PPA, not due to something from the primary repos. [22:30] Interesting, with that being said, I should do updates every day^ [22:31] I think I don't run anything fancy - mostly very popular software as this server basically is a web server for my sites [22:32] On a desktop weekly, because it feels like there are security patches for the browsers all the damned time. [22:32] it depends on what you are risking, what your time is worth, what downtime costs the business [22:32] I agree [22:33] ddubya: Do you have standard/planned maint windows where you work? [22:35] nope, it's a low priority [22:35] If they're on the schedule like clockwork, it really helps take off the pressure, by normalizing them. All the org will just expect it then. It's been really nice when I've worked places that had that. [22:35] stuff goes forever without being updated lol [22:35] * kyle__ remembers to update the freebsd NFS server in the basement seomtime next year.... [22:36] Ahhem. Yeah. That happens. [22:36] I would like to have a pre-production system that updates automatically, runs unit tests etc , then emails me it is ok to apply to production [22:37] there's a reason why unattended-upgrades is default installed these days :) [22:37] then I can do a manual update outside busy hours [22:37] yeah it enables too much botnet rampage [22:37] or rather prevents [22:38] Starship8014: These days I just use unattended-upgrades everywhere [22:39] Hm, what's unattended-upgrades? Like auto-upgrades? [22:40] jpds, do you run a webserver with that and how long has this been working for you? :) [22:40] Starship8014: I run several pieces of infra as my day job [22:44] Alright, I'll look into that - thanks for pointing that out [22:44] Starship8014: I'm also of the school of thought that if a stable release update is rolled out to an LTS that broke a webserver package - it's an instant regression bug with the distro [22:48] What disk encryption does ubuntu uses if chosen during installation? [22:48] Alright, :) [22:49] Intelo: LUKS [22:49] Starship8014: unattended-upgrades installs security updates overnight [22:52] jpds: what type and bits? [22:52] sarnold thank you :) [22:58] Anyone have any knowledge with ARandR sceen layout editor? [22:59] lnx20, what you trying to do? [23:01] Boot my linux box in portrait mode. I have 24" screen in portrait mode and would like to boot straight into it instead of having to change after login [23:13] lnx20: so it's in landscape mode, and therefore rotated 90deg for your eyes, by default? [23:22] matsman: yes, rotated clockwise 90 degrees. I use it for terminal work but atm I boot in, turn my head to log in, then open saved ARandR config file which has settings to rotate screen to portrait. [23:25] lnx20: probably you'd want to add a file to xorg.conf.d with something like 'Option "Rotate" "left"' mapped to your monitor [23:26] matsaman: ah ok, I will look into that then. late here so logging off now. If it works I'll thank you in advance, thanks! === spectrezh0 is now known as spectrezh [23:54] Good news. Think I may have fixed the connection issue. Either was the firewall or a shell extension. I removed all extensions except a casting one that modify the system menu.