/srv/irclogs.ubuntu.com/2020/01/31/#ubuntu.txt

DSdavidDSubottu: most certainly! I am trying to set up a user as a sudoer and run a few gsetting commands00:00
ubottuDSdavidDS: I am only a bot, please don't think I'm intelligent :)00:00
DSdavidDSLOL I just got fooled00:00
Bashing-ombadcoder: I looked :) https://packages.ubuntu.com/search?searchon=contents&keywords=mips-linux-gnu&mode=filename&suite=eoan&arch=any .00:01
badcoderBashing-om: that does not include the gcc mips compiler support00:01
badcoderonly binary utilities00:01
pragmaticenigmaDSdavidDS: again, it helps to elaborate more. It will help if you tell us what Ubuntu flavor and version you are working with. Also, what exactly are you trying to set? To find the most appropriate placement of your commands. For example, it might work well enough to setup a cron task with "@reboot" which will run a single command each time the machine starts up. It might be more beneficial to create a service, to allow something00:03
pragmaticenigmato continuously run in the back ground. if it is specific to the GUI, it might work best to add things to the Auto Start feature in the desktop environment that you are using.00:03
Bashing-ombadcoder: Here ? https://launchpad.net/ubuntu/eoan/+source/gcc-7-cross-ports .00:03
badcoderE: Package 'gcc-7-mips-linux-gnu' has no installation candidate00:05
sarnoldbadcoder: you could spin up a bionic instance in lxd or similar to install https://packages.ubuntu.com/bionic/gcc-7-mips-linux-gnu or https://packages.ubuntu.com/bionic/gcc-8-mips-linux-gnu00:07
DSdavidDSpragmaticenigma: I am using 19.10, planning on keeping the same feature in 20.04. I have a custom image with preseeding to automate the ubiquity setup. I want this to happen only once after my initial installation (preferrable not cron everytime it boots). I am trying to automatically adjust power settings and change default launch icons so a00:08
DSdavidDSservice wouldn't be the right solution either.00:08
Bashing-ombadcoder: ' apt show gcc-10-mips-linux-gnu ' ??00:08
sarnoldgcc 10? https://gcc.gnu.org/ .. tops out at 9.200:09
badcodernothing00:09
badcoderI wasn't honestly expecting that the bleeding edge of ubuntu would just cut out support for mips in gcc00:09
badcoderso I'll go back to using debian00:09
pragmaticenigmaDSdavidDS: it doesn't appear that there really is anything that Ubuntu natively supports for a "First Boot" feature. The best I'm seeing is setting up the machine for OEM distribution, which I'm guessing isn't what you're looking for either00:13
pragmaticenigmaDSdavidDS: it might be a path, http://manpages.ubuntu.com/manpages/precise/man8/oem-config-firstboot.8.html00:14
DSdavidDSthanks, I'll look into that00:16
pragmaticenigmaDSdavidDS: another option is that systemd supoprt "ConditionPathExists" in the config. you could set it up to only run if a particular file is found... when your first boot script runs, have it delete that path and the service will no longer run again00:17
pragmaticenigmahttps://serverfault.com/a/85340300:17
sarnoldnice idea00:17
DSdavidDSactually, I just found glib overrides can be done to force certain settings. I think I can change that in the image pre-boot00:19
UTAN_devI'm on a shared server and need to set the default path for non-interactive ssh logins. (As in, `ssh -o PasswordAuthentication=no user@server.com 'command' `) Which dot file should I edit and does it depend on the default shell? (I changed it from csh to bash)00:23
=== rdv is now known as mrinfinity
tomreynUTAN_dev: the default path would be the home directory of the user you're authenticating to00:32
UTAN_devThe actual command is:00:34
UTAN_devssh -o PasswordAuthentication=no kpuc@kpuc.pairserver.com 'env COLUMNS=141  drush  --debug                          [command]00:34
UTAN_dev--root=/usr/home/kpuc/public_html/kpuc.pairserver.com --uri=http://default --verbose  core-status 2>&1' 2>&100:34
UTAN_devand it returns "env: 'drush': No such file or directory" because the drush executable is in ~/bin, and ~/bin is not the default $PATH.00:35
UTAN_dev(running `ssh -o PasswordAuthentication=no kpuc@kpuc.pairserver.com 'echo $PATH'` returns /usr/bin:/bin:/usr/sbin:/sbin)00:35
UTAN_devSo what I'm trying to do is find the corrcet dot file, on the remote server, which would set the $PATH for non-interactive logins like this ssh command.00:36
tomreynoh so you want to manipulate the PATH environment variable00:36
UTAN_devcorrect00:36
Wallyexport PATH=$PATH:location00:36
UTAN_devI could do this in an interactive shell, but this ssh command runs by itself00:37
UTAN_devAnother way to put it is, when you run a command like `ssh -o PasswordAuthentication=no kpuc@kpuc.pairserver.com 'echo $PATH' ` , which dot files (if any) would be run on the remote server before `echo $PATH` is run?00:38
tomreynssh [..] user@server 'source ~/.bashrc; myothercommand'00:39
UTAN_devI'm not directly running the ssh command. It's part of a utilty (drush); this is just the line that fails.00:40
UTAN_devSo I have no control over the command that it sends to the remote server.00:40
UTAN_devI can run "drush sql-sync [….]" targeting other servers just fine, because those servers correctly set the default $PATH.00:41
UTAN_devThe only difference is with this server.00:42
tomreynwhat's special about this server then?00:43
tomreyni guess if you can't change the command you run against the server, you can still edit /etc/environment00:44
tomreynbut that'd make it a system wide change00:44
UTAN_devIt's shared hosting. I have no access to anything above the user home directory.00:45
tomreynhttps://www.gnu.org/software/bash/manual/html_node/Bash-Startup-Files.html#Bash-Startup-Files00:47
tomreynsee also environ(7), env(1)00:47
DarwinElfon 18.04.3 with Gigabyte Z170XP-SLI system-/logic-/main-/mother-board, onboard sound (Intel) stopped working after a kernel upgrade in the last few months... plz help fix! :)00:56
=== Hoffmann is now known as Hoffman
gambl0rewhats the diff between xubuntu running kde DE and Kubuntu?01:48
puffIs there anything special about the account that gets created in the installation process?  I don't see it listed in sdoers.01:49
sarnoldpuff: check the groups instead01:49
puffaha01:50
puffsarnold: Thanks.  Is there anything else special about it?01:51
sarnoldpuff: I think that's it01:52
puffI accidentally rsync'd my old laptop (16.04 LTS) backup of /home/puff into /home/puff instead of /home/puff/old.01:52
puffSo now I'm wondering what I broke, and considering creating another account to be the main account.01:52
puffOr I guess I could just reinstall ubuntu.01:53
leftyfbgambl0re: xubuntu doesn't run KDE. It runs XFCE. Kubuntu runs KDE.01:54
puffleftyfb: I think they're asking what happens if they are on xubuntu and the install the kubuntu-desktop package and then choose that from the login screen.01:54
gambl0releftyfb, what if i install kde DE using xubuntu, am i basically running kubuntu?01:55
puffgambl0re: I'm pretty sure that the answer is yes there.01:55
leftyfbgambl0re: if you log out and pick kde as your DE on the greeter page, then there won't be much difference. None that you might care about anyway01:55
leftyfbgambl0re: there might be some missing kde-specific applications, but you can install them if you need them01:56
sarnoldpuff: oh man :/01:56
sarnoldpuff: I don't think a reinstall would help with much -- if your mistake is confined to /home/puff then nothing else on the system should be overwritten, right?01:56
puffsarnold: Yeah.01:57
puffIt'll be interesting to see how things work :-)01:57
=== zbenjamin is now known as Guest88498
=== zbenjamin_ is now known as zbenjamin
turnip420Is there a reason why xenial backports is so lacking? https://packages.ubuntu.com/xenial-backports/allpackages02:08
turnip420Not hating just curious02:08
sarnoldwow, that's significantly more packages in backports than I expected02:10
sarnoldturnip420: my impression is that the backports pocket was never really well defined; some folks wanted libraries in there, other folks wanted applications, but for pacakges that weren't "leaf" packages, it then raised questions if dependencies from outside backports was going to keep working..02:11
sarnoldturnip420: the handful of folks who were interested in backports just seemed overwhelmed with requests02:11
sarnoldturnip420: snap packages are a lot easier to keep updated, and because they are so separated from the rest of the packaging, there's less support burden on them02:11
sarnoldturnip420: so my guess is the things where backports might have made sense have instead been replaced by snap packages02:12
turnip420got it02:14
puffsarnold: Alternatively, I could create another new account and then just copy configs, etc, over from it into the first account...02:15
turnip420I'm a regular debian user and backports are the best way to get new software02:15
sarnoldpuff: what's the goal? /etc/skel/ has the "new user" contents, you could compare those handful of things against what you've got in /home/puff right now02:16
sarnoldturnip420: I think the fact that ubuntu releases every six months drastically reduces the desire for backports compared to debian's long release cycles02:17
turnip420Got it02:17
turnip420Makes sense02:17
puffsarnold: aha, good.02:17
sarnold(which is poart of what drives the snap ecosystem in ubuntu -- folks who otherwise want to stay on LTS releases but have one or two applications fresh can do so via snap)02:18
puffsarnold: My goal is mainly to make sure I don't break something by blithely overwriting everything.02:18
sarnoldpuff: probably just your own data is lost :(02:18
puffsarnold: Interesting, re: snap.  I've been meaning to look into that.02:18
DiamondciteIs there an issue if I only want to update my Ubuntu install once every 4 years and want nothing to break?02:18
sarnoldDiamondcite: like, go without security updates?02:19
puffsarnold: Well this is a brand new install, installed it last night, rsync'ing these files over is literally the first thing I've done with it.02:19
sarnoldpuff: oh!02:19
sarnoldpuff: then you're probably fine then :) heh02:19
puffsarnold: Sorry, thought that was clear.02:19
Diamondcitesarnold: Supposedly, asking in case of worst case scenario.02:19
sarnoldpuff: I was afraid that you might have lost years of work here and were takng it shockingly well, hehe02:19
puffsarnold: hah, yeah.02:19
puffsarnold: Thanks.02:20
sarnoldDiamondcite: that sounds like a bad idea to me but I may be biased :)02:20
puffsarnold: What's the deal with snap packages?02:20
turnip420flatpacks02:20
Diamondcitesarnold: More like I want to know how it'll hold up. Arch Linux would not even boot if I pulled such a stunt.02:20
turnip420they shove all the deps inside the package02:21
turnip420great for cross platform02:21
Diamondcitesarnold: Also that system might be off physically for no network.. so security updates for that duration doesn't matter as much?02:21
turnip420unideal for saving space, but no one cares about space02:21
Diamondciteturnip420: So why have a /usr which is only 10GB and needs libraries when you can have the same in 128GB with static linking?02:22
sarnoldDiamondcite: heh, I've got a machine with 9.04 installed that I still boot up every now and then. a LOT has changed since then but I'd really expect a machine to keep working fine for *many* years02:24
DiamondciteI am mainly hopping to only dist upgrade every 4 years.. Hence wondering if the system will work fine and boot02:25
DiamondciteAssuming the software used is still in circulation02:25
sarnoldDiamondcite: yeah, that should work fine; afterall canonical is still supporting 12.04 LTS for a few customers02:26
DiamondciteI've managed to break the boot process due to typing something similar to apt-get distupgrade... and then rebooting after it's run it's course02:26
sarnoldpuff: snaps are a way to decouple application update cycles from OS update cycles02:26
sarnoldDiamondcite: try apt upgrade instead02:26
puffturnip420: Thanks.02:26
puffsarnold: Thanks.02:26
sarnoldDiamondcite: apt upgrade is less likely to uninstall important packages just to satisfy a dependency resolver :)02:27
DiamondciteI don't mind if I have to do 8.04 -> 12.04 -> 16.04 -< 20.04 as long as it keeps booting with each step done sequentially all at once :)02:27
puffturnip420: I wonder if snaps are like docker, i.e. using a copy-on-write shared file system?02:27
sarnoldpuff: snaps can also include some sandboxing via apparmor, seccomp, and namespaces, which makes it a bit like apple's app store or google's play store02:27
puffsarnold: aha.02:28
sarnoldpuff: snaps themselves are stored in squashfs filesystems that cannot be mutated at all02:28
sarnoldpuff: there's some efforts to try to provide ways for snap updates to migrate data in their writable sections02:28
sarnoldpuff: .. at this point you'll probably want to pop into #snapcraft and talk with folks who know it better than I do :)02:28
puffsarnold: Thanks.02:29
=== JanC_ is now known as JanC
turnip420I don't know much about docker02:37
sarnolda friend once said "it's a tarball with sockets"02:38
sarnoldthat's about the imits of my knowledge :)02:38
turnip420Diamondcite: static linking is the future02:40
turnip420and you know it02:40
turnip420anyting other than clib just chuck it in the binary of the app02:41
Diamondciteturnip420: I thought thats what MacOS and IOS does.. their apps are so much bigger...02:41
turnip420Okay lets all get alligned on every single so that's ever been created02:41
turnip420It's not worth it02:42
turnip420flatpacks, snap, it's just the future02:42
turnip420There's no point in dynamic linking anymore02:42
DiamondciteI thought kernel links what what the Nvidia driver does can't be done statically.. simialr to virtual machine kernel drivers02:43
turnip420Don't know about that02:45
turnip420ofc sometime you will dl some things02:45
ducasseto continue this discussion, please use #ubuntu-offtopic, this channel is for support issues only02:45
turnip420burn02:46
sarnoldnot so much a burn as desire to try to keep the channel to just support questions; I'm not particularly good at that part :)02:49
Wallysarnold STAY ON TOPIC02:51
Wally:P02:51
dashing-zombieHey, I wanted to install ROS (robot operating system) on ubuntu 19.04, Is there any way I could do so?03:13
leftyfbdashing-zombie: 19.04 is EOL03:15
leftyfbdashing-zombie: as far as ROS goes, there's plenty of tutorials online. Including on ROS's website03:15
leftyfbdashing-zombie: you'll want to stick with 16.04 for ROS though03:16
dashing-zombieI am currently using ROS melodic with ubuntu BIONIC 18.0403:16
leftyfbok, stick with that03:17
leftyfbdashing-zombie: there's no reason to upgrade at this time03:17
dashing-zombiethanks leftyfb03:18
DarwinElfokay, so I've asked my question maybe 10 times over the last few/couple days... and wasn't acknowledged.  If it's that difficult should I just join the main Ubuntu forum to ask... and what is the official forum?03:27
ryuohttps://ubuntuforums.org03:28
guivercDarwinElf, most if not all Ubuntu support options can be found at https://discourse.ubuntu.com/t/community-support/70903:29
sarnoldyou'll need to give way more information in either of those locations than you gave here03:29
k_szefractional scaling in wayland looks really ugly. :(03:50
k_sze(Ubuntu 18.04, so I supposed that's GNOME's problem)03:54
k_szeGNOME 3.32 will get better at it, right?03:54
DarwinElfsarnold, well I don't think there are any more details03:55
DarwinElfokay, well there are.  I can lookup the Intel audio chip model03:55
DarwinElfuntil someone was willing to help there's not much reason to03:56
sarnoldDarwinElf: what appliucation you're using, if you see things muted in alsamixer, if you see things in pavucontrol, if you've got audio output with different old kernels still on the system, etc03:56
DarwinElfapplication n/a03:56
DarwinElfno old kernels03:56
DarwinElfobviously I checked alsamixer.  Maybe it's not obvious to others, but it is to me, as I've been using POSIX-based OSes since before ALSA even existed03:57
DarwinElfand this is beating around the bush.  The point is the audio chip *doesn't even show up* in the list03:57
DarwinElfthe kernel no longer loads it03:57
DarwinElfi know I stated some/all this days ago03:58
DarwinElfi just stopped stating more details because I became disillusioned with IRC03:59
DarwinElfwhat I originally said it's Audio device: Intel Corporation 100 Series/C230 Series Chipset Family HD Audio Controller (rev 31)04:05
DarwinElfused to work with some kernel in early last October, then I didn't have speakers plugged in until a few days ago.  I don't deal with kernels on Ubuntu, but one of several kernel upgrades broke it, with of course the most current stable one still not working for it04:06
=== not_phunyguy is now known as phunyguy
DarwinElfi didn't have pavucontrol in this variant (doesn't matter; it's a kernel issue) but installed it, and of course, it's not listed.  Of course, I recommend don't ask people to check these GUI programs... what I did and they need to do is check dmesg and lspci, etc., on the command-line... since that's more sure to show the real situation (GUIs could have other errors obscuring that)04:08
sarnoldDarwinElf: just running pavucontrol tends to get 90% of people with audio problems to a point that they can solve the problem themselves04:11
sarnoldDarwinElf: please re-read the dozen messages you sent over the last N days -- I think you'll see you never said anything about audio controllers not even showing up in lspci output :)04:12
sarnoldDarwinElf: you have to remember, none of us have been troubleshooting your problem, so we don't have the context that you do04:13
DarwinElfi think I did actually state the audio/sound chip that no longer is loaded in 18.04.3 current stable kernel for me some weeks/months ago, but it was in another *ubuntu channel... sorry if I didn't originally mention it here... just wasn't sure people want as many details in this channel06:21
DarwinElfwhere's best (other than here unless you want me to ask again with full details) for questions about drivers not loading in kernel (that used to: ) Ask Ubuntu, Ubuntu Bugs on Launchpad, or Ubuntu Forums (or Kubuntu ones, the variant I use?)06:54
queskerI am getting nameserver 127.0.0.53 in /etc/resolv.conf instead of the real dns server I should be getting from dhcp.  search is correct though07:00
queskeractually search isn't right I take that back07:01
DarwinElfsystemd always does seem to put in a funny nameserver.  That's why I prefer OSes that don't use systemd... just am using one because they're the only that have AMDGPU-PRO drivers and I administer *ubuntu for average users anyway (who aren't annoyed/furious at systemd like system administrators are)07:02
DarwinElfso in using this I learn how to help the users... but will be switching back when drivers are available (not for the users of course)07:03
queskerI'd prefer not to use ubuntu either but it is one of the few that gets my vpn right07:03
DarwinElfas far as I know there may be a way to add more nameservers elsewhere... but systemd is controlling almost everything and they still want it to control more & more... so you can't merely edit /etc/resolv.conf anymore because it says it'll be overwritten... but if you read that section it might mention where else you can add more nameservers...07:04
queskersystemd is the devil.  windows registry for linux.  yay07:05
DarwinElfwhen I use a strictly Unix[-like] OS (excludes systemd OSes) I add in my ISP's nameserver then over 20 free ones... so if one goes down you have way more options... but now you only get one, and it's your router?  Come on... that sounds amateur, really...07:05
fysi'm fine enough with systemd for server use... im just pickier about what i put on my desktop07:06
DarwinElfyeah good luck when your server gets a crash/crack and you have to read binary logs only with programs that work how Redhat wants...07:07
fysthese days if you care if a server dies you're doing it wrong07:08
fysjust spin up another07:09
queskerlooks like this is a known thing.  ubuntu ignores your dhcp dns07:09
queskersuch a pos07:09
nCoV_frenHi frens07:10
queskeryou can symlink /etc/resolv.conf to /run/systemd/resolve/resolv.conf as a workaround.  it gets the nameserver right but the search path is wrong07:12
queskeroh maybe not that part is my bad, need to config seearch per interface in pfsense I guess07:13
nCoV_frenHey frens, is my text visible?07:13
fysNo.07:14
fysI can't see your text at all, nCoV_fren.07:14
fysSorry.07:14
ducassenCoV_fren: please ddon't use this channel for testing your client-07:14
nCoV_frenRoger that and thank you07:15
queskereven after fixing pfsense it still gets the search path wrong.  why do people use this?07:18
queskerI've tried it a couple times over the years and it is always major broken07:19
DarwinElfwait PFSense is broken or Ubuntu is broken?  As far as I know, PFSense is a fork of *BSD Unix... I seriously doubt it'd be the one broken in this or almost any case07:20
ryuoquesker: since when does it ignore your local dns? resolved still uses it afaik for lookups.07:21
queskerno ubuntu is07:34
queskerit couldn't resolve anything until I made that symlink07:34
ducassequesker: are you using network manager?07:35
queskerand search path is still wrong (on ubuntu)07:35
queskerwhat is network manager?  I just installed ubuntu07:35
ducassestandard desktop version?07:35
queskerno.  server07:36
ducasseright, then you're most likely using networkd instead07:36
queskerhow can I restore the system /etc/resolv.conf?  I want to see if it works now the regular ubuntu way07:42
queskerapt-get install openconnect says unable to locate package openconnect.  could have sworn I did this in another vm no problem07:45
ducasseis universe enabled?07:46
ducasse'sudo add-apt-repository universe' and apt update07:47
queskerthanks07:47
boontooTrying to install an app by clicking the link on a webpage in Firefox, but I get the error "Firefox doesn’t know how to open this address, because one of the following protocols (appstream) isn’t associated with any program or is not allowed in this context." How do I install an appstream app in Ubuntu?07:51
ikoniaboontoo: what application is needed to support appstream07:51
boontooYou mean what app am I trying to install?07:52
ikoniano07:52
ikoniaI mean what is the format of the package you are trying to install is the first question07:52
ikoniaappstream is the mechanics behind it07:52
boontooI'm not sure. Can I post links in here?07:53
boontooThe link points to: "appstream://org.kde.konqueror.desktop"07:53
boontooikonia: I'm not sure how to find out the format of the package. It's a KDE application. I'm lost beyond that...08:01
dionysus69something is eating up my ram08:09
dionysus69can anyone good at troubleshooting memory leaks help?08:09
dionysus69I have 13gb used RAM but I can only see half of it accounted for by processes08:10
dionysus69P.S we aren't talking about cache memory08:10
diezzzlhi all =)  Can i delete Bleachbit; ".DS_Store" (within the "Deep" scan tree?) many thanks08:17
vltdionysus69: Used RAM is usually a good thing. What problems do you have?08:17
vltdionysus69: `top` can be sorted by memory usage and there's `free`.08:18
ducassediezzzl: .DS_Store is a macos thing08:18
ducassediezzzl: https://en.wikipedia.org/wiki/.DS_Store08:19
diezzzli dont use iphone on this desktop all gud to clear ducasse ?08:19
diezzzlor any ios bits08:20
diezzzland thanks for the link08:20
ducassediezzzl: it's not used by linux, so as far as it cares you can just delete it08:20
Kharec'morning08:35
dionysus69vlt: thing is that , top doesn't show process that is using so much RAM08:52
dionysus69vlt: I still didn't reboot so I can troubleshoot if there's another way to track down what's using so much unaccounted RAM08:52
Ben64dionysus69: pastebin the output of 'free -h'08:58
dionysus69Ben64: https://pastebin.com/wkYb0A5608:59
Ben64seems pretty normal09:00
dionysus69only if there was a process listed anywhere that would use that much ram :p09:06
dionysus69about half of that 12gb is lost to  some zombie process09:07
vltdionysus69: Why do you think that?09:07
dionysus69and I have tested it, I can terminate all userspace apps and 6gb of Ram will be still left used09:07
joebobjoehi can you help with ubuntu programming problem?09:08
NgolaGood day to all09:09
NgolaFirst Time in09:09
ducassejoebobjoe: we don't do programming support here, you can use alis to find an appropriate channel09:10
NgolaNeed some help, Iam configuring an web server for my network,  already installed ubuntu, mysql, phpmy admin, Iam having some issues running the database connection code, its being displayed on the browser, please see example https://www.cimani.ao/error/ubuntu_error.jpg   , what do I need to install to resolve this issue ?09:17
ikoniait's not treating it as php09:17
ikoniait's treating it as text09:17
Max0815hey, does anyone know what the .dbus directory in home is good for? askubuntu says it can safely be deleted, but I'd like to know what its good for09:18
ikonialooks to me like you've not got php loaded into the webserver09:18
NgolaI installed php 7.209:22
ikoniadid you install the apache module09:22
ikonia(or the fpm worker if its ngnix)09:22
ikoniaor just php (as in the commandline)09:22
Ngolasudo apt install php-fpm09:23
ikoniais that what you run ?09:23
NgolaYes I did run that comand to install php 7.209:23
Ngolastill the browser is treating php as text09:23
ikoniahave you configured the web server to load the fastcgi module / config then09:24
Ngolanot yet, how do I go about that ?09:24
ikoniaare you folling any guide/instructions ?09:25
ikoniaor just guessing ?09:25
FrankyGovheya09:25
FrankyGovmorning dear members09:25
Ngolafollowing instruction https://linuxize.com/post/how-to-install-php-on-ubuntu-18-04/09:25
Ngola:)09:26
Ngolaits hard to guess linux codes :)09:26
ikoniaNgola: are you using apache or nginx09:26
Ngolaapache209:26
Ngolasorry09:27
ikoniathen why are you following the nginx commands ?09:27
FrankyGovIs there any alternative to superputty on ubuntu?09:27
Ngolanginx09:27
Ngolaiam using nginx09:27
FrankyGovI am trying to group all the terminal console using a multi-tab manager09:27
ikoniayou are %100 using nginx ?09:27
ikoniajust to be clear09:27
NgolaYes  ikona09:28
Ngola100% sure :)09:28
ikoniaNgola: is the php7-fpm service running ?09:28
NgolaI tried to  start with systemctl restart php-fpm.service09:30
ikonianot what I asked09:30
Ngolaits not running it says service was not found09:30
ikoniaso where did you get that command from ?09:30
Ngolahttps://serverfault.com/questions/189940/how-do-you-restart-php-fpm09:31
ikoniathat's not the guide you're following09:31
ikoniawhy are you not following the guide you said you where following09:31
ikoniawhy are you jumping to other questions that are not the same as your situation09:32
Max0815FrankyGov: Perhaps your looking for a window manager like i3. I'm personlly using guake (a drop down terminal) and tmux.09:32
nCoV_fre_^__^09:32
ikoniawhat does the guide you are following say to do09:32
Ngolathe  php7-fpm is already runnung09:34
ikoniaNgola: ok - have you configured ngnx to use it09:43
ikoniaNgola: and isn't the service called php7.2-fpm09:44
ikonianot php7-fpm09:44
NgolaPlease allow-me few minutes I have removed nginx, Iam installing apache to see if Iam going to run onto the same problem, Iam tired, server configuration is not my sea.09:49
Ngolalol09:49
ikoniawhy are you swapping to apasche10:03
ikoniaapache10:03
ikoniajust work the problem on ngnix10:03
dbuggerHi everyone. Small crisis! My Gnome extension "Workspace matrix" has suddently stopped working after rebooting today. I have tried re-installing it, but it did not help. What could I do???10:14
Ngolaapache, phpmyadmin working fine , php also, but the mysqli code is still being displied on the browser as text10:15
someone235Hi, someone knows what is the best way to stream a video with subtitles to chromecast with ubuntu?10:29
ducassesomeone235: vlc, maybe?10:42
someone235ducasse, they don't support streaming subtitles10:42
cybertruck2077Test10:43
ducassecybertruck2077: not here, please10:45
zetherooin which logs would one find errors pertaining to samba-client, gvfs, and gio ?10:48
zetherooI am trying to hunt down the reason for this https://paste.ubuntu.com/p/WCF7JZCvkT/10:50
zetherooin which logs would one find errors pertaining to samba-client, gvfs, and gio ? I am trying to hunt down the reason for this https://paste.ubuntu.com/p/WCF7JZCvkT/11:14
ducassezetheroo: first place to check would be 'journalctl -b', i guess11:17
tomreynzetheroo: maybe add --user to limit to logs of processes run by this user (but this could also limti too much)11:18
zetherooducasse: does that print out data from a particular log file?11:18
zetheroothe problem occurred last on the 24th of January ... so it would need to be some info that goes back to then11:19
ducassezetheroo: you can add negative numbers to skip back to previous boots, see the man page11:21
tomreynsee also --since= and --until=11:22
zetheroook, and if there isn't anything telling in there? where would be the next place to look?11:23
tomreynthere is none other than this, unless you're on ubuntu 16.04 LTS?11:24
zetheroono, 18.0411:24
tomreynactually samba may have a separate log11:24
tomreynin /var/log/samba maybe11:24
ducassethere *might* be something in ~/.xsession-errors i guess11:25
zetheroois this the correct manpage? https://www.freedesktop.org/software/systemd/man/journalctl.html11:25
tomreyn!man11:25
ubottuThe "man" command brings up the Linux manual pages for the command you're interested in. Try "man intro" at the  command line, or see https://help.ubuntu.com/community/UsingTheTerminal | Manpages online: http://manpages.ubuntu.com/11:25
zetheroook http://manpages.ubuntu.com/manpages/bionic/en/man1/journalctl.1.html11:26
tomreynbut JOURNALCTL(1) is correct in general.11:26
tomreynnote that ubuntu's man pages might differ from upstream ones (at freedesktop.org), though.11:27
=== Wryhder is now known as Lucas_Gray
tomreynzetheroo: did you run the ls (which produced the ouput you posted) as root? which user is 123?11:41
zetherootomreyn: no, this was run by the user of the PC as themselves11:42
tomreyni guess this user shouldn't have access there anyways11:42
zetherooit's a bit of a complicated setup - using PBIS to authenticate to AD for mounting the shares11:42
zetheroowe users do have access to that path though ... I just tested on my system11:43
tomreyndepends on which user / group owns 123 and which groups the user you're operating as is a member of, i guess11:45
zetherooyeah, it's more the things of this will all be working most of the time, but then sometimes it does that11:45
tomreynGID 123 is bluetooth on this 18.04.3 VM i got here11:46
zetherooI just put in 123 instead of the actual user id11:46
zetheroosorry for the confusion11:46
tomreynoh ok11:46
tomreynalso i should have looked for uid, not gid11:46
zetherooand when this happens and you try to access the share in nautilus you get that "Oops! SOmething went wrong. Unhandled error message: Invalid argument" dialog11:47
zetheroowhich is oh so informative :D11:47
imihi. my ubuntu 18.10 fails to properly initialize my usb ethernet adapter during boot, and I need to unplug and replug to make it work. where and how should I report this? (under what category, is it a kernel bug?, etc)11:49
lotuspsychjeimi: 18.10 is end of life now11:51
tomreynzetheroo: hmm yes i see how that's not super helpful. :)11:51
tomreynimi: actually 18.10 has been EOL for a good while now11:51
tomreyn!18.1011:51
ubottuUbuntu 18.10 (Cosmic Cuttlefish) was the 29th release of Ubuntu. Support ended July 18th, 2019. See !eol and https://lists.ubuntu.com/archives/ubuntu-security-announce/2019-July/004996.html11:51
lotuspsychjeimi: adviced to install a supported ubuntu version from the topic11:51
ducasseimi: no point in reporting it, nothing will be done for an eol release11:51
tomreynin case you want to double-check the version: nc termbin.com 9999 < <(lsb_release -ds;cat /proc/{version,cmdline};echo "Session: $XDG_CURRENT_DESKTOP ($XDG_SESSION_TYPE)";echo Shell: $SHELL)11:52
imisorry 19.1011:54
imiok once again to make things clear11:54
imimy ubuntu 19.10 fails to properly initialize my usb ethernet adapter during boot, and I need to unplug and replug to make it work. where and how should I report this? (under what category, is it a kernel bug?, etc)11:55
tomreynwe'd need more info to tell. can you disconnect it, run    journalctl -fk   in a terminal, reconnect it, press ctrl-c in the terminal and share what's logged about it when you connected it?11:56
tomreynor maybe omit -k11:57
imiok to do so I'll get disconnected I'll be back in couple of minutes12:00
lotuspsychjeimi: good luck12:00
imithx :p12:00
imihave I reconnected? or was it just treated as packet loss?12:02
tomreynimi: /whois imi    should tell12:02
imilogged in at 12:46 CEST12:03
imilol magic12:03
imiI never expected that to happen12:03
lotuspsychjeimi: have you been able to catch an output?12:05
imiyes12:06
lotuspsychjeimi: can you pastebin to the channel?12:06
imihttps://termbin.com/psya12:06
imi(I'm still excited about not getting disconnected)12:07
imi"2. vezetékes kapcsolat" is in hungarian and means 2nd wired connection12:09
lotuspsychje!info linux-image-generic eoan12:09
ubottulinux-image-generic (source: linux-meta): Generic Linux kernel image. In component main, is optional. Version 5.3.0.29.33 (eoan), package size 2 kB, installed size 16 kB12:09
lotuspsychjeimi: this si your current kernel version please ^12:09
lotuspsychje*is12:09
imiuname -a: Linux af1 5.3.0-26-generic #28-Ubuntu SMP Wed Dec 18 05:37:46 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux12:10
lotuspsychje!uptodate | imi first12:10
ubottuimi first: To ensure you have all the latest known patches and security updates for your ubuntu installation, please update with the following command: `sudo apt update && sudo apt upgrade`. See also !upgrades and !security; you may also need to run `apt full-upgrade`.12:10
imiI'm nowadays happy with ubuntu update manager doing it's work whenever it feels neccessary12:11
lotuspsychjeimi: update system, reboot and report back to us if your device does the same thing12:12
tomreynthe log tells that it gets activated fine. sometimes network manager doesn't exactly know which connection profile to activate, you can solve this by deleting all but a single profile for this interface.12:12
imiok this time I'm sure I'll get disconnected ;)12:12
tomreyn...but i agree with lotuspsychje, update first of all, see if you can reproduce.12:12
imitomreyn: yes, when replugged by hand it always gets activated fine. it fails to activate it only during boot (most of the times). and my preferred solution is to unplug-replug12:13
tomreynsee if this still happens with the latest kernel version. if it does, we'll need to inspect those logs as well to understand where the problem is.12:14
imiii  linux-image-5.3.0-29-generic                  5.3.0-29.31                            amd64        Signed kernel image generic12:15
tomreynshould be 5.3.0.29.3312:16
imiii  linux-image-generic                           5.3.0.29.33                            amd64        Generic Linux kernel image12:16
__raven_lotuspsychje: i think i figured out, why my 620gt does not run 4 displays with offloading any more - its end of life listed :/ and after trying some time i managed to use all screens with nouveau (deinstalled proprietary nvidia stuff). but it is that useless sluggish like the nvidia card is just passed through and its outputs are driven from internal intel card. any way of finding some peaces of performance12:17
__raven_anywhere?12:17
lotuspsychje__raven_: i was suspecting something like that, as your card only showed driver 390 & 340 right?12:17
imiok rebooting in 312:18
tomreynimi: oh right linux-image-generic version 5.3.0.29.33 depends on linux-image-5.3.0-29-generic version 5.3.0-29.3112:18
lotuspsychje__raven_: an other option could be trying a higher version of 340 or 390, from the ubuntu graphics ppa12:18
imisee you on the other side12:18
tomreynok12:19
lotuspsychje!nvidia > __raven_ link at bottom12:19
ubottu__raven_, please see my private message12:19
__raven_yes right. newer drivers than 390 i tried already, some 450ish but there it was just on default vga mode and no higher functions any more12:19
lotuspsychje__raven_: no, with your card i would not reccomend higher drivers, just higher . versions of the drivers that are listed for your card12:20
tomreynmaybe that's a hint to buy hardware which has proper open source drivers available next time12:20
__raven_tomreyn: yes that is plan b in my mind :/12:21
__raven_RXVEGA64-O8G-Gaming - i am not familiar with amd graphics on linux yet; would it do the offloading job to internal graphics connectors? or what dp adaptors would be needed to split it?12:22
lotuspsychje!hardware | __raven_ start here for certified ubuntu hardware12:23
ubottu__raven_ start here for certified ubuntu hardware: For lists of supported hardware on Ubuntu see https://wiki.ubuntu.com/HardwareSupport - To help debugging and improving hardware detection, see https://wiki.ubuntu.com/DebuggingHardwareDetection12:23
tomreyn__raven_: we can discuss hardware options in #ubuntu-offtopic, ##hardware or ##linux if you like12:25
__raven_lotuspsychje: that list is very old12:25
__raven_ok tnx12:25
lotuspsychje__raven_: in your case now, it would be interesting to try the latest 390 version from the ubutnu graphics ppa12:26
__raven_another (maybe offtopic) plan c could be using seamsless offloading to another machine and its screen(s). i am aware of mouse and keyboard integration across machines but not rather seamless screen integration. any hints for staring points?12:27
__raven_lotuspsychje: ok i will try it next. thanks :)12:27
lotuspsychje__raven_: and yet another idea, could be testing lightweight flavours of ubuntu, they might handle your graphics differently12:29
imihi. I needed to do a full cold boot power cycle to reproduce the bug, but I can confirm, it's still present12:34
imilotuspsychje: tomreyn: ^^12:35
lotuspsychjeimi: can you pastebin your dmesg please?12:36
imilotuspsychje: https://termbin.com/isca12:36
lotuspsychjeimi: hmm, that still points to your kernel -31 instead of -3312:37
imi:(12:38
imiok should I fiddle with grub?12:39
imilet me first check if there's an entry for 5.3.0.29.33 first12:39
lotuspsychjeimi: we need your dmesg from kernel  5.3.0.29.3312:39
imithe bad news is:12:40
imiroot@af1:/boot# ls /boot|grep -F 33 -c12:40
imi012:40
imidespite it being installed12:41
imiI have files for 26 and 2912:42
imiapt update && apt full-upgrade says my system is up-to-date12:43
lotuspsychjeimi: your sources.list are still containing old stuff perhaps?12:44
lotuspsychjeimi: pastebin: dpkg --list | grep linux-image and your sources.list please?12:44
imilotuspsychje: this was a clean eoan install12:44
BluesKajHowdy all12:45
imilotuspsychje: https://termbin.com/7nnu https://termbin.com/rq8n12:46
lotuspsychjeimi: -33 shows at bottom, can you go try enter grub and boot it please?12:46
__raven_lotuspsychje: this is my nvidia driver version after update using the ppa: "nvidia-driver-390/eoan,eoan,now 390.129-0ubuntu2 amd64"12:47
imiok I'm going to try12:47
imihowever12:47
imiI have a single /boot/vmlinuz-5.3.0-29-generic which is most probably running now12:48
imiwait a minute12:48
imi[    0.000000] Linux version 5.3.0-29-generic (buildd@lcy01-amd64-024) (gcc version 9.2.1 20191008 (Ubuntu 9.2.1-9ubuntu2)) #31-Ubuntu SMP Fri Jan 17 17:27:26 UTC 2020 (Ubuntu 5.3.0-29.31-generic 5.3.13)12:49
imithis line tells that I'm running  5.3.0-2912:49
imi 5.3.0-29 vs  5.3.0.29.3312:49
imicheck those two version12:49
imithe last .33 is omitted from the dmesg12:50
imiI think that confirms that the dmesg I've already sent is the dmesg you are lokking for12:50
lotuspsychje__raven_: and does your screens get picked up now?12:50
__raven_lotuspsychje: no nothing :/12:51
lotuspsychje__raven_: if a live works, a clean install would also fix this, so it must be some config playing or something12:51
imilotuspsychje: what's you opinion? https://termbin.com/s2fv12:52
imi*your12:52
__raven_lotuspsychje: no the live system only works until i installed testwise WITH actual nvidia12:52
__raven_btw - what happend to synergy?! it is not free/open any more?12:53
imilotuspsychje: even better: check this: wget https://termbin.com/isca -O- -o/dev/null|grep -F 5.3.0-29.31-generic12:54
lotuspsychjeimi: try booting from grub, and try a legacy boot instead of uefi12:54
imilotuspsychje: so my understanding is the dmesg you are looking for is the dmesg I've already sent12:54
tomreynlotuspsychje / imi <tomreyn> imi: oh right linux-image-generic version 5.3.0.29.33 depends on linux-image-5.3.0-29-generic version 5.3.0-29.3112:54
lotuspsychje__raven_: ok so, lubuntu or xubuntu are my last ideas then12:55
__raven_lotuspsychje: this is already xubuntu so yeah :/ any idea instead of synergy doing an offloading to other machines?12:56
imilotuspsychje: I believe I've sent you the correct dmesg. can you confirm?   wget https://termbin.com/isca -O- -o/dev/null|grep -F 5.3.0-29.31-generic12:56
lotuspsychjeimi: seems thats what tomreyn is refering to12:57
imiok then there's no need to do grub legacy boot magic12:58
tomreynimi: the NIC is properly detected at boot  [  105.668260] usb 1-4.1.1: new high-speed USB device number 14 using xhci_hcd12:58
tomreyndmesg provides only kernel logs, unlike journalctl, so we can't tell what happened after that12:58
tomreynwe can tell that there are plenty of acpi errors, though. look for a bios upgrade for your LENOVO 20NB005AIX/20NB005AIX, BIOS R0YET35W (1.18 ) 09/06/2019. this may or may not be related.12:59
tomreynBBL12:59
imitomreyn: are you sure 105s in it's still the boot? and it isn't me replugging it?13:00
imitomreyn: [    2.964515] usb 1-4.1.1: device descriptor read/64, error -3213:01
imimaybe this is the boot initialization failure13:01
imi[    4.604876] usb 1-4.1.1: Device not responding to setup address13:01
imimaybe grep for 1-4.1.113:02
tomreynimi: good find, those are relevant. but i need to go. https://paste.ubuntu.com/p/p7mMy5W5Vn/13:02
imiok thank you anyways13:02
imiso should I just report it as a kernel bug then?13:03
lotuspsychjeimi: before filing a bug, please try booting legacy and updating bios as tomreyn adviced13:07
imihow do I update bios?13:07
imican you provide me a howto link?13:08
imiok trying to find a way to upgrade bios. thank you for your help. bye13:27
GreatEmeraldDoes persistence work if a LiveCD is created using a casper-rw partition + dd of the ISO image?13:30
GreatEmeraldI know it works if the contents are extracted, but dd is slightly easier13:31
tomreynGreatEmerald: by persistence, you mean some separate file system to store files to, on the same storage, not persistence of configurations you apply to the live system, right?13:44
GreatEmeraldtomreyn: Correct13:45
tomreyneither way i don't think this can work if you dd (but have not eactually tried recently).13:45
GreatEmeraldThough the configurations will persist on said separate file system13:45
tomreyndoes this actually still work, having configurations persist? i don't think it does.13:46
GreatEmeraldAt least for Bionic it does13:46
tomreynit's also not a use case i have, though, so i may have ignored it.13:46
hethhi. I'm on 18.04 the cpu is 7200U on a laptop, and the redrawing of windows is supper laggy, when I run glxgears it does 2k FPS, what's wrong?13:47
biguibiWhen I use dd, it always creates a casper partition, so I'm guessing it does13:47
tomreyni see, GreatEmerald13:47
biguibiheth, do you have an NVIDIA GPU?13:48
hethbiguibi, no13:48
tomreynheth: which graphical desktop, which graphics chipset(s), system fully updated? relevant third party software?13:48
tomreynand how much ram13:48
biguibialso, is it only on GNOME? have you tried other DE's? just to know13:49
tomreynnc termbin.com 9999 < <(lsb_release -ds;cat /proc/{version,cmdline};echo "Session: $XDG_CURRENT_DESKTOP ($XDG_SESSION_TYPE)";echo Shell: $SHELL)13:49
tomreynlspci -knn | grep -A3 VGA | nc termbin.com 999913:49
hethtomreyn, I tried all of the three listed, unity, ubuntu and gnome on Xorg, same or worse performance, fully updated, nothing much except some IDEs for programing, 8GB ram13:49
tomreynheth: listed where?13:50
hethtomreyn, login screen13:50
tomreyndid you upgrade this system from an earlier ubuntu release?13:50
hethtomreyn, yes I upgraded13:50
tomreynunity is not normally installed on 18.04, so i was wondering.13:50
hethI guess GPU acceleration is not enabled for some reason13:51
biguibiMaybe.. that's something really weird to happen13:51
tomreynjournalctl -b   shows your system and daemon logs.13:51
tomreynduring Xorg initialization you should see where it reported which graphics drivers were found and used13:52
GreatEmeraldOhh, if I dd the ISO file, I will also get the ESP and the partition table, I was thinking I could just do that for the main partition. So then never mind, I need to extract it anyway13:52
biguibiCould it have happenend that he ended up using VESA or something?13:52
GreatEmeraldIt's also hilarious that one can run fdisk on a file13:52
biguibiWait what!? You can fdisk a file? lol13:53
biguibioh yeah right.. I forgot everything's a file..13:53
biguibi-_-13:56
hethtomreyn, let me see13:56
hethhtomreyn, https://pastecry.pt/6iHsKd#Fyy%23Yf%3AEf1Pef2Byn8Ud8Heh9Tyz14:03
tomreynhethh: you booted with kernel parameter annuity14:04
tomreynhethh: you booted with kernel parameter nomodeset14:04
tomreyn^ typo fixed ;)14:04
tomreyn"nomodeset" disables kernel mode setting (nowadays the default for most drivers). which means graphics drivers could only use user mode setting, if they support it.14:06
tomreyn* user (space) mode setting14:06
hethtomreyn, kernel mode setting for what?14:07
tomreyngraphics initialization14:07
tomreynheth: did you provide information on your grphics hardware, yet?14:08
hethtomreyn, I remember adding this a long time ago becasue of VGA issues..., it's intel built-in into 7200U14:08
tomreynso you only have the integrated graphics, right?14:09
tomreyn<tomreyn> lspci -knn | grep -A3 VGA | nc termbin.com 999914:09
hethtomreyn, yes14:09
tomreynheth: i don't know which VGA issues you were trying to solve, but with intel drivers enforcing mode setting means downgrading to vesa, i guess.14:09
biguibiyep, there's VESA on the logs14:10
tomreyn*user mode setting14:10
hethtomreyn, I removed the nomodeset and rebooted, no difference14:11
tomreyni meant to say: [..] but with intel drivers disabling kerne mode setting means downgrading to vesa, i guess.14:11
tomreynso post another log14:11
hethhtomreyn, https://pastecry.pt/0min5R#Yk_Kax2Ak_Byr%23Pyu8Eg3Tea1Neq14:15
monojamoon|Hey guys, I had a question about dual booting. Up until now, I would followed the simple process of installing Windows and then shrinking volume to create another drive and install Ubuntu alongside Windows. None of the systems had any dedicated graphics card. Now I own a system that has a discrete GFX in the form of RTX 2060.14:16
monojamoon|Do I follow the same steps as before?14:16
monojamoon|Asking the same question on Acer forums, I was told to do a nouveau.modeset = 0 before installing14:17
badsekturmonojamoon|, yes it works14:17
tomreynhethh: i'm not sure whether this is your exact model but there can be relevant bios updates for yours: https://support.ts.fujitsu.com/IndexDownload.asp?Softwareguid=88945E01-564F-4F48-B626-DCA0E5B3D07714:17
badsekturmonojamoon|, you can change anything you want after the installation too14:17
tomreynhethh: your logs says you have a     FUJITSU LIFEBOOK A357/FJNBB5F, BIOS Version 3.02 02/26/201814:17
monojamoon|badsektur, OK!14:18
tomreynhethh: your log is still of a boot with "nomodeset", see line 4 of what you posted.14:18
hethtomreyn, silly me. no grub-update14:19
lotuspsychjemonojamoon|: big GTX and RTX cards might need the latest nvidia drivers14:19
monojamoon|lotuspsychje, understood14:20
tomreynheth: your system detects 4 GB RAM, not 814:20
hethtomreyn, yea, sorry. it's probably 4 then14:21
hethI tested another similar laptop with 8 last night14:21
tomreyn4 GB is the minimum requirement for Ubuntu 18.04 with sngome-shell14:21
tomreyn*gnome-shell14:21
monojamoon|I can see on Nvidia's website that they do have dedicated Nvidia graphics driver for 2060 notebook versions14:22
hethtomreyn, and the problem is fixed, nomodeset was the culpit apparently. it's interesting how this setting fixed VGA issues in the past and now is causing them :>14:22
lotuspsychjemonojamoon|: the ubuntu way of installing nvidia drivers, is the ones from apt, or the ubuntu graphics ppa14:22
lotuspsychjemonojamoon|: ubuntu-drivers list, first to see wich version is reccomended for your card14:23
tomreynheth: there were some intel graphics driver issues a while ago with some kernel versions, maybe that's when you decided to downgrade to VESA-only.14:23
monojamoon|lotuspsychje, noted!14:23
lotuspsychje!nvidia | monojamoon| ppa14:23
ubottumonojamoon| ppa: For nvidia and matrox graphics cards, see https://help.ubuntu.com/community/VideoDriverHowto . For AMD/ATI graphics cards, see « /msg ubottu ati » and « /msg ubottu fglrxmissing » For the latest Nvidia drivers see https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa14:23
hethtomreyn, it's a bit more complicated since I drag this image since 14.04 I think, and it's installed in a school with about 10 different hardware configurations14:24
tomreynheth: you should do a fresh image really, so much has changed since 14.0414:24
pahi14:25
hethtomreyn, if you knew how many custom patches and stuff has to be done on a fresh install you will understand why I'm not doing it14:25
paany chance 20.04 will have the fix for thinkpad x1 g7 microphone?14:26
lotuspsychjepa: #ubuntu+1 for 20.04 support please14:26
hethtomreyn, anyway. thanks for the idea, wouldn't have remembered nomodeset.14:26
monojamoon|Thanks :)14:27
cgihow do i install nginx on top of the nginx installed by ubuntu repo? I need the latest version.14:27
tomreynheth: you're welcome. and you may also want to look into this: rsyslogd[819]: file '/var/log/tomcat9/catalina.out': open error: Permission denied [v8.32.0 try http://www.rsyslog.com/e/2433 ]14:27
tomreynheth: unless you need / want syslog, consider systemd-journald as an alternative.14:28
kapil_i purchased static ip. how to replace my ubuntu dhcp to static?14:29
WaVkapil_: https://linuxconfig.org/how-to-configure-static-ip-address-on-ubuntu-18-10-cosmic-cuttlefish-linux14:29
kapil_I have not gui its server14:30
tomreynkapil_: /join #ubuntu-server and read up on netplan if you haven't14:31
kapil_oh thanks a lot14:31
monojamoon|What does nouveau.modeset = 0 do though?14:31
monojamoon|Ah! It disables the nouveau drivers when booting the system.14:32
tomreynmonojamoon|: disables kernel (graphics) mode setting for the open source "nouveau" graphics driver.14:32
monojamoon|ok. so basically it's done to install proper nvidia drivers from the ubuntu graphics ppa14:33
monojamoon|done to faciliate installation from the graphics ppa, to be more exact14:34
tomreyncgi: we only support nginx from ubuntu here. why do you need a newer nginx version? and have you considered upgrading ubuntu?14:34
stevwillsjoin #archlinux14:38
stevwillsjoin #arch14:38
monojamoon|missing the "/" most probably14:39
__raven_lotuspsychje: would be possible to start two independent xserver on the internal and external graphics?!14:52
lotuspsychje__raven_: this channel is a gathered support channel of volunteers, please ask your questions to the channel instead of only me14:53
__raven_ok14:54
cgitomreyn, I am using 18.04 - I need some modules enabled - that are automatically enabled in the nginx source, but not showing up in the ubuntu version15:01
nCoV_fre_Hi frens15:05
tomreyncgi: there are different nginx binary packages, maybe yuo'Re missing one of them?15:06
tomreyn(or should be using a different one rather)15:06
earlycommandHello15:10
=== ikonia changed the topic of #ubuntu to: Official Ubuntu Support Channel | IRC Guidelines: https://ubottu.com/y/gl | #ubuntu supports buntu and official flavors; versions 16.04, 18.04, 19.10 | Unofficial derivatives: use your distro's support channel, not here. | IRC info: https://ubottu.com/y/irc | Pastes to https://paste.ubuntu.com/ | Download: https://ubottu.com/y/dl
=== ikonia changed the topic of #ubuntu to: /csop
tomreynikonia: ? :)15:11
earlycommandDoes anyone have experience with getting preseed earlycommand to work from the kernel command line?15:11
=== ikonia changed the topic of #ubuntu to: Official Ubuntu Support Channel | IRC Guidelines: https://ubottu.com/y/gl | #ubuntu support Ubuntu and official flavors; versions 16.04, 18.04, 19.10 | Unofficial derivatives: use your distro's support channel, not here. | IRC info: https://ubottu.com/y/irc | Pastes to https://paste.ubuntu.com/ | Download: https://ubottu.com/y/dl
tomreynsupport*s*15:12
ikoniathank you15:12
=== ikonia changed the topic of #ubuntu to: Official Ubuntu Support Channel | IRC Guidelines: https://ubottu.com/y/gl | #ubuntu supports Ubuntu and official flavors; versions 16.04, 18.04, 19.10 | Unofficial derivatives: use your distro's support channel, not here. | IRC info: https://ubottu.com/y/irc | Pastes to https://paste.ubuntu.com/ | Download: https://ubottu.com/y/dl
tomreynthanks15:14
nCoV_frenHi frens15:25
earlycommandHello15:38
lotuspsychjewelcome earlycommand15:39
earlycommandThank you15:39
lotuspsychjehow can we help you today earlycommand ?15:39
earlycommandHaving trouble setting up preseed/early_command15:40
earlycommandWhatever I put the casper log says "not found"15:40
user217_Hello. Is it normal that Intel HD Graphics 620 use fbdev driver ?15:48
user217_but not intel15:48
tomreynuser217_: it should be using i915 / i96515:50
user217_is anyway to change this ?15:50
user217_fbdev to  i91515:51
oerheksuser217_, is this on a VM?15:51
user217_nope15:51
tomreyncan you run and post the url returned by:  nc termbin.com 9999 < <(lsb_release -ds;cat /proc/{version,cmdline};echo "Session: $XDG_CURRENT_DESKTOP ($XDG_SESSION_TYPE)";echo Shell: $SHELL)15:51
user217_@tomreyn: https://termbin.com/anqd415:53
user217_@tomreyn: https://paste.ubuntu.com/p/HCQpZy7mnf/15:54
user217_@tomreyn: https://paste.ubuntu.com/p/ZW9FRtKn5b/15:55
user217_@tomreyn: https://paste.ubuntu.com/p/jHXVm6Cn2r/15:56
tomreynuser217_: can you update your kernel and reboot please15:57
user217_@tomreyn: apt-get update & apt-get upgrade ?15:58
tomreynuser217_: yes, and non wartnings or errors should be reported by this15:59
tomreynuser217_: also please check whether /var/log/Xorg.0.log is actually current16:00
user217_@tomreyn: what you mean "current" ?16:02
tomreynuser217_: i mean compare:  stat -c %y /var/log/Xorg.0.log; date16:05
tomreynuser217_: current ubuntu releases may not log to this file, depending on configuration.16:05
earlycommandIt doesnt make sense I have a file /cdrom/preseed/x.sh and I put preseed/early_command=/cdrom/preseed/x.sh and the log reads sh: /cdrom/preseed/x.sh not found16:11
user217_@tomreyn: https://termbin.com/dlkku16:12
oerheksuser217_, current is 5.3.0-28, so i guess you have to run sudo apt dist-upgrade16:13
user217_@tomreyn: but still https://paste.ubuntu.com/p/jkVgKdBfkC/16:13
leftyfbearlycommand: you want #ubuntu-server for help with preseed. But I can tell you, /cdrom might not exist in the ephemeral image. You might try to get a console in the ephemeral image and check out the file structure.16:13
mustmodify`which certbot` shows a specific path. Is there an easy way to tell what would be used if that one wasn't there?16:14
mustmodifywithout renaming it, I mean.16:14
leftyfbmustmodify: `type -a certbot` will show you all possible locations of the binary in your $PATH16:15
leftyfbbinary/function16:15
mustmodifynice, thanks.16:15
mustmodifythanks16:15
tomreynuser217_: what oerheks said - did you reboot after installing updates?16:15
user217_@tomreyn: yep16:15
tomreynuser217_: can you post:   sudo /bin/true && cat &>/tmp/aptlog < <(sudo apt-get -y update 2>&1; apt-cache policy 2>&1; sudo apt-get -syV full-upgrade 2>&1;); nc termbin.com 9999 </tmp/aptlog && rm /tmp/aptlog16:16
earlycommandleftyfb I'm trying to disable a service from running during "try ubuntu during install"16:17
earlycommandAnd during an install16:17
user217_there is Ubuntu 18.04.3 LTS in first output and Ubuntu 18.04.4 LTS in second16:17
tomreynuser217_: yes, i noticed. but you'Re still running a kernel from december when there is linux-image-5.3.0-28-generic16:18
tomreynuser217_: this may also help diagnosing it:   apt policy linux-image-generic-hwe-18.04 linux-image-5.3.0-26-generic linux-image-5.3.0-28-generic 2>&1 | nc termbin.com 999916:19
leftyfbearlycommand: which service and why?16:19
earlycommandIt's a custom one, so it doesnt try to talk to a server during install16:19
leftyfbearlycommand: if it's a custom service, then don't enable it during your install of the custom service16:20
user217_@tomreyn: this command is not working :16:21
user217_apt policy linux-image-generic-hwe-18.04 linux-image-5.3.0-26-generic linux-image-5.3.0-28-generic 2>&1 | nc termbin.com 999916:21
earlycommandIt needs to be enabled in the image though16:21
user217_no output in termbin16:21
tomreynuser217_: what about:    apt policy linux-image-generic-hwe-18.04 linux-image-5.3.0-26-generic linux-image-5.3.0-28-generic16:22
tomreyn!paste | user217_16:22
ubottuuser217_: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.16:22
leftyfbearlycommand: ok, so enable it as a post/late command16:23
tomreynuser217_: hmm your mesa is also outdated.16:24
oerheksany ppa installed? Padoka? or Oibaf?16:25
user217_@tomreyn:   https://termbin.com/gjk516:26
tomreynthe versions in bionic-updates are newer than what user217_ has16:26
user217_@tomreyn: https://termbin.com/dyho16:26
tomreynuser217_: so you didn't actually install updates16:27
oerheksrun sudo apt dist-upgrade16:27
tomreynuser217_: my fault. you had asked "@tomreyn: apt-get update & apt-get upgrade ?" and i agreed, but you really need to "full-upgrade"16:28
user217_@tomreyn: sudo apt dist-upgrade ?16:28
tomreynuser217_: so please run: sudo apt update && sudo apt full-upgrade16:29
tomreynuser217_: "full-upgrade" and "dist-upgrade" do the same thing.16:30
user217_@tomreyn: and when I get regular upgrade I get this https://pasteboard.co/ISxmJ9N.png16:31
tomreynuser217_: use imgur.com please16:31
HoffmanI like imgshare myself, as it doesnt block tor users16:31
Hoffmanof which I am one16:31
=== SimonNL is now known as SimonNL_Afk
user217_@tomreyn: https://imgur.com/QWyfg8v16:32
tomreyni just can't view images on pasteboard.co since my tracker blacklists break the site16:32
tomreynokay, for text it's best to use pastebins16:33
tomreynuser217_: i don't see why you shouldn't do this, do you?16:33
tomreyn"this" = press enter on this prompt16:33
oerheksi wonder why you run just apt update again..16:34
user217_@tomreyn: sorry I dont undertand last two messages16:34
tomreynit's "upgrade", but, yes, will also need to "full-upgrade" or "dist-upgrade"16:34
user217_@tomreyn: I just want to show in that screenshot that some packages are downgraded16:35
tomreynuser217_: so you posted these screenshots - why did you post them - what are you meaning to say or demonstrate or ask about it?16:35
tomreyndowngraded?16:36
tomreynit doesn't say so16:36
tomreyndo you mean "not upgraded"?16:36
user217_nope16:36
tomreynthen what do you mean by "downgraded"?16:36
user217_the following packages have been kept back16:36
ioriauser217_, run  ' sudo apt full-upgrade   -y   '; when is done ,reboot16:36
user217_ligl1-mesa-drl16:37
tomreynright, that's why we keep telling you you need to "full-upgrade" or "dist-upgrade", not just "upgrade"16:37
user217_to what version I should be upgrade ubuntu?16:38
oerheks!dist-upgrade16:38
ubottuA dist-upgrade will install new dependencies for packages already installed and may remove packages if they are no longer needed. This will not bring you to a new release of Ubuntu, see !upgrade if that is your intention.16:38
oerheksit does not upgrade ubuntu to a new version16:38
user217_ok. thanks16:38
oerheks:-)16:39
BoxBoyQ: I have a server running 18.10, I have discovered I can't update since 19.04 is outdated. What is the best method of preserving the server's configuration and performing an upgrade. Extra bit of info: The version of ubuntu installed is kubuntu studio. I run the machine headless but I vnc into it so I prefer to have a gui interface16:48
oerheksinteresting, 19.10 is EOL, dead, and vulnerable without the latest kernel/patches16:49
tomreynuser217_: so install all upgrades and see if this helps. if not, let'S see those logs again.16:49
oerheksupgrade please16:49
oerhekserr 18.10 *16:49
tomreyn19.04, too16:49
BoxBoyyeah, i did all updates16:49
oerheks!eolupgrade16:50
ubottuEnd-Of-Life is when security updates and support for an Ubuntu release stop. Make sure to update Ubuntu before it goes EOL so you get updates promptly for newly-discovered security vulnerabilities. See https://help.ubuntu.com/community/EOL and https://wiki.ubuntu.com/Releases for more info. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades16:50
BoxBoyi tried to do do-release-update but says it can't be updated16:50
ioriayou need probably eol repositories BoxBoy16:50
oerhekssee the old-releases part16:50
ioria*need16:50
BoxBoyoh ok, need to switch the repositories16:50
tomreynthere is ubuntustudio, i'm not familiar with "kubuntu studio", is this a thing?16:50
BoxBoysorry i mean ubuntu studio16:51
tomreynah ok16:51
BoxBoyi think there is a kde version of studio, i don't really care about the studio part anymore for that box16:51
tomreyn!flavors16:51
ubottuRecognized Ubuntu flavors build on Ubuntu and provide a different user experience out of the box. They are supported both in #ubuntu and in their flavor channel. For a list, see https://www.ubuntu.com/download/ubuntu-flavours16:51
user217_@tomreyn: ok. thanks. now this pc is using, so I need to wait little bit16:52
tomreynfor each of them, there's a meta package you can install to make sure it's completely installed. however, there can be side effects if you have multiple installed.16:52
tomreynuser217_: as long as you're happy with running graphics in failsafe mode. ;)16:53
user217_@tomreyn: not I use it)16:54
user217_on my lmde3 with geforce I have no pb :)16:55
BoxBoyWell i'm really glad I came to this channel. Was about to go nuclear16:56
BoxBoythanks for the info16:56
oerheksBoxBoy, have fun!16:57
earlycommandhttps://wiki.ubuntu.com/DesktopCDOptions16:59
earlycommand>preseed/early_command=/path/to/script.sh: run the specified script before starting the installer.17:00
earlycommandThis doesnt work at all17:01
qhartmanI'm having an issue where mouse-clicks after login only register in Wayland sessions. In "normal" sessions I can move the cursor, but no hover or click events get registered. Any ideas?17:01
qhartmanKeyboard works fine, everything works fine on the login screen. Research so far hasn't turned up anything that seems relevant17:02
=== Mekely is now known as Cherries
=== Cherries is now known as Mekely
vlmIs it possible to use either local or remote functions in ssh commands somehow? Like ssh user@ip "myfunc" ?17:16
tomreynearlycommand: i don't know whether it helps but: on the wiki page you pointed to, at the beginng of the section you quoted, it says "Note that these are discussed in more detail at UbiquityAutomation", which points to https://wiki.ubuntu.com/UbiquityAutomation which states: "You can use preseed/early_command with the live CD; it will be run by "casper" (the component which sets up a live environment at boot time) from the initramfs. Please note17:17
tomreynthat, if you want to affect files in the live environment, this means that you must prefix their filenames with /root."17:17
lotuspsychjeqhartman: for issues you are facing, its handy when you elaborate more details with the volunteers to be able to debug better, such as ubuntu version, kernel version, graphics card chipset etc17:18
tomreynvlm: shell functions need to be defined in the shell you wish to run them in, so either locally or remotely. once defined (or sourced), you should be able to run them this way.17:19
qhartmanvlm: Exactly what you wrote should work fine17:20
vlmqhartman: "command not found" ,i tried add function to bashrc and .profile and /etc/profile.d/myfunc.sh still no luck17:21
qhartmanvlm: If you're wanting to do it as a function, you'd have to have it in the remote bashrc or profile, and you'd have to force ssh to start a terminal session with -t, which it normally wouldn't do when you pass it a command17:24
qhartmanDepending on the details of what you're doing it, might be easier to just write it as a stand-alone executable script in your remote homedir, and then execute it with `ssh user@host '~/bin/myscript.sh'`17:26
vlmqhartman:added it to bashrc and profile and profile.d dir still not useable ,id prefer to not put it in bin though17:28
earlycommandAlright screw this this is stupid17:50
lotuspsychjeplease remain polite in the support channel earlycommand17:50
earlycommandI'm just going to create another service that looks for casper in the kernel command line and acts based on that17:50
earlycommandThanks for the help guys17:50
lotuspsychjeearlycommand: did you try cubic yet?17:51
earlycommandI am using cubic yes17:51
CoolerXhey17:56
CoolerXI am having issues installed nautilus on WSL Ubuntu 18.0417:57
lotuspsychjeearlycommand: we dont officially support it, so use at your own risk: https://www.linuxuprising.com/2018/07/how-to-customize-ubuntu-or-linux-mint.html17:57
CoolerXthis is the error https://bpaste.net/raw/VEJA17:57
CoolerXI tried pinging the IP that says "connection failed"17:58
CoolerXit is reachable17:58
oerhekstry the wsl channel? probably during officehours17:58
oerheks!wsl17:58
ubottuWindows 10 has a feature called Windows Subsystem for Linux, which allows it to run Ubuntu (and other Linux distro) userspace programs without porting/recompliation. For discussion and support, see #ubuntu-on-windows or ##windows. For installation instructions, see https://msdn.microsoft.com/en-us/commandline/wsl/install_guide17:58
CoolerXany idea why it can't update?17:59
CoolerXinstall nautilus17:59
CoolerXthis is my /etc/apt/sources.list18:00
CoolerXhttps://bpaste.net/raw/FZUA18:00
=== SimonNL_Afk is now known as SimonNL
oerheksone needs to do some steps to run a gui thingy in WSL .. not supported here18:01
Chunkyzwhat's the quickest way/fastest download manager for terminal downloads? aria 2 is slow and so is wget.18:02
lotuspsychjeChunkyz: a download manager obbeys your isp speed18:03
Chunkyzlotuspsychje: indeed but my ISP is unlimited and no caps. so...18:03
oerheksmaybe it is not your network, not your isp, but the host that serves the files?18:04
ChunkyzI'm using uGet right now and it's at 82MiB/s18:05
Chunkyzbut that's a gui and I want to use terminal.18:06
CoolerXoerheks, I am talking about running anything18:06
CoolerXI am talking about installing nautilus18:06
celphiHi room! I've been running 2 of 4 monitors on my computer for awhile now at my job. It took some time to even get these two to work on my Ubuntu 18.02 computer. Anyone mind assisting me in getting the other two to work?18:07
oerheksCoolerX, good luck!18:08
quadrathoch2celphi: we need mroe info, but hopefully you are running 18.04 as 18.02 is nonexistent :)18:08
celphiSure. What kind of info do you need?18:09
CoolerXI will try a different network to be sure18:09
quadrathoch2celphi: well which gpu you are running, probably also which edition of ubuntu18:09
user217_tomreyn: thank you so much sir! now I get i915 driver working and my notebook flying !!! :)18:11
oerheksyay, have fun, user217_18:11
user217_I get one more +1 done jira task))18:12
celphiquadrathoch2: What command i type to get that info18:12
celphi5.3.0-26-generic #28~18.04.1-Ubuntu18:13
quadrathoch2celphi: could you just give us the 'lshw' in a paste (https://paste.ubuntu.com/)18:14
oerheksrun updates first, 18.04/hwe is on 5.3.0-2818:14
celphigrep vga quadrathoch2 ?18:14
quadrathoch2if you want celphi18:14
DSdavidDSis there anything I can do to reduce the installation speed of ubuntu?18:14
DSdavidDS(I am currently customizing my own ubuntu installer)18:15
quadrathoch2DSdavidDS: preseed file?18:15
=== SimonNL is now known as SimonNL_Afk
oerheksreduce??18:15
oerheksinteresting..18:15
lotuspsychjeits that time again oerheks ..18:16
Chunkyzwhat time is that, then?18:17
celphiquadrathoch2: https://paste.ubuntu.com/p/TNc9d4wyPF/18:18
celphithats from lspci18:18
quadrathoch2celphi: could you paste a lspci -vv | grep VGA18:19
celphiquadrathoch2: https://paste.ubuntu.com/p/VGJ76nBjM7/18:20
celphiThis is a new computer18:20
quadrathoch2celphi: how did you install the nvidia driver?18:21
Chunkyzlol18:21
DSdavidDSquadrathoch2: Yep! That's exactly what I am doing right now. I think I can reduce time when installer starts removing unneeded packages18:21
ryuoDSdavidDS: you want to *reduce* the installation speed? just make it slower then.18:22
quadrathoch2ryuo: lul18:22
DSdavidDShaha, I'd like to reduce the installation time*18:22
celphisomeone in room helped me install it quadrathoch2. Ultimately used the proprietary drivers and i had to surpress "intel-microcode" because it seems to be flawed18:22
celphiquadrathoch2: ^18:22
quadrathoch2celphi: oh now I remember where I know your username xD (I read along)18:23
oerheks"intel-microcode" flawed? i am sure you want the microcode.18:23
celphioerheks: nah- it's a bug18:23
celphiif i update it - my screen just turns purple18:23
ryuooerheks: microcode changes behavior. i could see it causing issues in some rare situations.18:23
ryuooerheks: example; the first meltdown microcodes were causing random reboots and such.18:24
oerhekshe just has a giant and new nvidia 2080 card..18:24
quadrathoch2celphi: so which ubuntu version are you running (as in which desktop environment?)18:24
celphiquadrathoch2: do i type uname -a for that18:25
quadrathoch2celphi: ahm no, give me a sec18:25
quadrathoch2celphi: 'echo $DESKTOP_SESSION'18:26
celphijust says ubuntu18:26
quadrathoch2kk, could you go into settings -> devices -> displays18:26
celphiyup here18:27
celphishows two monitors18:27
quadrathoch2are you seeing 4 monitors?18:27
quadrathoch2hm18:27
quadrathoch2celphi: are you sure you got the gpu drivers which support the 2080?18:27
celphinot sure18:28
celphihow do you know i have 208018:28
celphifrom paste?18:28
quadrathoch2celphi: we know ;)18:28
quadrathoch2yeah from the lspci18:28
celphik18:28
quadrathoch2brb18:28
celphiaight18:28
celphii just ask so i can learn from experience at same time18:28
quadrathoch2sure, 1e82 is the device code for your nvidia rtx 2080, celphi18:29
oerheks2080 is supported by 410 and up  -- https://www.nvidia.com/download/driverResults.aspx/138279/18:30
quadrathoch2celphi: how are your monitors connected?18:31
celphiquadrathoch2: it's easier to take a photo than explain18:38
celphibrb18:38
celphihttps://usercontent.irccloud-cdn.com/file/8s8Cirg8/IMG_0780.JPG18:39
quadrathoch2celphi: so 2 hdmi and 1 dp?18:39
celphiIf you see the far left one- there's one for that iphone looking one18:40
oerhekslooks good, all on the card, non on the IGP18:40
celphii still have to buy the adaptor18:40
quadrathoch2celphi: that's USB-C18:40
celphiright that's the name18:40
celphibut i currently have 3 in18:40
oerheksuse https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa and install the 44018:40
quadrathoch2oerheks: shouldn't the 435 suffice?18:41
oerheksthat could work too, any from 410 and up i guess18:41
celphii have 435 i think18:41
celphi435 was the one i was instructed to install about a week ago18:42
quadrathoch2celphi: could you look into the nvidia panel to see which version you got?18:42
celphii did history on my computer18:42
celphisudo apt-get install nvidia-driver-43518:42
celphiis the one i installed18:42
quadrathoch2celphi: kk18:43
quadrathoch2celphi: so yeah the next thing to try is https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa18:44
celphican i add that to repo?18:44
quadrathoch2the information is on the page18:44
celphiwell i'm reading "This PPA is currently in testing, you should be experienced with packaging before you dive in here:"18:46
celphiand im not lol18:46
celphido i just restart computer after i run it?18:48
quadrathoch2celphi: well then I think you got no way (for now) using 3 monitors18:48
quadrathoch2celphi: after installing 440 yes18:48
celphiok going to restart- hopefuly my computer still works afterwards lol18:48
quadrathoch2celphi: it should18:49
celphionly shows 2 monitors :(18:51
quadrathoch2celphi: did you also check in the nvidia control panel if it shows more displays?18:53
celphiyou mean display->18:54
quadrathoch2the driver should install a control panel18:54
celphihttps://usercontent.irccloud-cdn.com/file/OK2UjRuR/Screenshot%20from%202020-01-31%2011-54-45.png18:54
celphiThis?18:55
texlaUbuntu 18.04.3 upgraded from 14.04 and have lost my grub 2.02 at login ..I have to use shift  to see the grub entry..installed grub-pc and grub-pc bin did not resolve the problem18:55
EriC^^texla: type 'cat /etc/default/grub | nc termbin.com 9999'18:56
celphiquadrathoch2 do you see image18:57
texlaEric cat /etc/default/grub | nc termbin.com 9999: No such file or directory18:57
quadrathoch2celphi: it should be under xscreen 018:58
celphihttps://usercontent.irccloud-cdn.com/file/6XB413EP/Screenshot%20from%202020-01-31%2011-58-45.png18:59
celphiquadrathoch2:18:59
quadrathoch2celphi: and the display configuration?19:00
celphiquadrathoch2: which one is display configuration19:00
quadrathoch2one above19:01
celphihttps://usercontent.irccloud-cdn.com/file/R23oPU7Y/Screenshot%20from%202020-01-31%2012-01-28.png19:01
quadrathoch2celphi: could you tell me, which the other display is, which is connected?19:02
tomreyntexla: are you sure you're running ubuntu and your release upgrades have completed properly?19:02
quadrathoch2in the selection on the right19:02
celphiall 4 monitors are same19:02
texlaEriC^^, there is that /etc/default/grub if using sudo gedit to open19:03
celphibut only the bottom two are showing. DisplayPort 1 and DisplayPort 219:03
celphithe hdmi one is being ignored19:03
celphiquadrathoch2:19:03
quadrathoch2celphi: excellent this is interesting, so did you maybe check if the cable is okay?19:03
celphiill try that19:03
texlaEriC^^, under setting it shows ubuntu 18.04.319:04
tomreyntexla: that's strange, if /etc/default/grub exists then "cat /etc/default/grub | nc termbin.com 9999" would not have reported "No such file or directory"19:04
celphiso i repluged in monitor nada19:06
celphiquadrathoch2:19:06
texlatomreyn, same results with you command19:06
texlaIs it possible that grub did not install in 14.04 to sda19:07
tomreyntexla: it's at least reproducible then, it's the same command EriC had posted. so can you show the contents of this file then, or is there a password in there we shouldn't see?19:07
quadrathoch2celphi: are you sure, if the cable works? just wanting to make sure19:07
celphiim not really sure how i could teset if it works for usre19:08
quadrathoch2celphi: maybe another one laying around?19:09
tomreyntexla: that's possible. it's also possible that an asteroid will hit the earth shortly.19:09
celphinope19:10
celphiill buy another at store today19:10
EriC^^texla: can you type "dpkg -l | grep grub | nc termbin.com 9999"19:11
EriC^^as well as "grep efi /etc/fstab" and paste what that gives you here19:11
texlatomreyn, https://pastebin.com/sDX5Xni3...I already ducked on the asteroid19:12
quadrathoch2celphi: I just have the fear, that it's the cable :/19:12
quadrathoch2celphi: did you already test if the monitor works? as in sticking a dp cable into it?19:13
texlaEriC^^, https://pastebin.com/MU9tvN1X19:14
ioriayou're probably trying to run a 32-bit binary on a 64-bit system19:22
texlaioria, who are you talking to with that comment19:26
ioriayep19:26
ioriatexla, sy, to you19:26
tomreyntexla: you have GRUB_TIMEOUT_STYLE=hidden there so the grub menu won't show by default.19:27
orentanayI'm trying to setup self signing SSL on a localhost site, and the redirect is working, but the resulting page will not render. I probably did something wrong with my /etc/apache2/sites-available/ conf files. I have them in a pastebin, is anyone willing to take a quick look and tell me what I've done wrong? Thanks.  https://paste.ubuntu.com/p/wsVzMDQP6M/19:27
celphiquadrathoch2: yes monitor works19:28
tomreyntexla: and the commands you were running at https://pastebin.com/MU9tvN1X shoould be run without quotation marks.19:28
tomreyntexla: those quotation marks were just provided hereon the chat to separate the commands to run form the rest of the chat text.19:29
texlatomreyn, what should hidden be replaced with19:30
tomreyntexla: run    info grub    to access the grub manual, it should say.19:31
texladpkg -l | grep grub | nc termbin.com 999919:32
quadrathoch2celphi: hm, did you test windows on the system? as in are you sure the gpu works with the hdmi plug? because imho it's the gpu or the cable :/19:33
quadrathoch2celphi: I don't think it's the driver, as you tested out multiple now19:33
tomreyntexla: yes, this is without quotation marks now. i assume you were supposed to paste it to a temrinal window rather than the chat window, though.19:34
celphiquadrathoch2: the computer is brand new, and the cord is new19:40
quadrathoch2celphi: yeah I know, but there can still be production issues19:41
celphimy xrandr command returns: `HDMI-0 disconnected (normal left inverted right x axis y axis)`19:52
celphiis there a driver i need to make it show connected?19:52
quadrathoch2celphi: it's the nvidia driver :/19:53
ioriacelphi,  multi monitor setup ?  try   xrandr --output HDMI-0  --auto --right-of  <another-screen>19:57
celphiioria: what do i sub for <another-screen>20:07
ioriacelphi, run xrandr ... what you see ?20:08
celphihttps://usercontent.irccloud-cdn.com/file/9J5nzTCT/Screenshot%20from%202020-01-31%2012-31-56.png20:08
celphiioria: ^20:08
ioriacelphi,  xrandr --output HDMI-0  --auto --right-of  DP-020:09
celphiioria: no output20:10
ioriacelphi,  xrandr --output HDMI-0  --auto --right-of  DP-120:10
celphiioria: no output20:10
ioriacelphi,  xrandr --output HDMI-0  --auto --right-of  DP-220:10
quadrathoch2well there can't be an output, when the hdmi monitor is not detected :(20:10
celphiioria: no output20:10
ioriacelphi,  xrandr --output HDMI-0  --auto --right-of  DP-320:10
celphiioria: no output20:11
ioriaok20:11
quadrathoch2just saying, there is just so much wrong with that PC somehow :/20:12
ioriacelphi, what's your kernel ? uname -r20:16
celphiioria: 5.3.0-28-generic20:34
ioriacelphi, grep modeset /etc/modprobe.d/*20:34
celphiempty20:34
ioriacelphi, grep modeset /lib/modprobe.d/*20:35
celphiempty20:35
ioriacelphi, cat /var/log/gpu-manager.log | nc termbin.com 999920:36
celphiioria: https://termbin.com/3o5m20:37
tomreyncelphi: i just read up at parts of the previous chat: the microcode isn't flawed, your bios is.20:38
ioriacelphi, it's fine;   cat /proc/cmdline   (you can paste here)20:39
celphiim not even know what a microcode is.20:39
=== overfiend is now known as PoPpiLLs
tomreynthat's if you and i were working on making your ROG Stryx something system boot the other day, and could only get it to boot with dis_ucode_ldr20:39
celphiyeah that was me tomreyn20:39
celphitomreyn: is the uuid private ifnormatoin?20:40
tomreynwhich uuid?20:40
celphiwhere it says root=UUID=codehere20:40
tomreynnot really sensitive, it gives away when the file system was created20:40
celphiBOOT_IMAGE=/boot/vmlinuz-5.3.0-28-generic root=UUID=CODEHERE ro quiet splash vt.handoff=120:41
celphiioria: ^20:41
tomreynoh so you dont have dis_ucode_ldr there.20:41
tomreynoh maybe this was just an issue during installation20:42
tomreyni dont recall the details20:42
ioriacelphi, so, hdmi monitor connected and not detected ?20:43
celphiright ioria20:46
celphiim going to buy a new cord later today20:46
ioriacelphi, was it working with nouveau , i mean before installing nvidia ?20:46
celphino-20:46
celphii was getting purple screen20:47
ioriacelphi, and now is blank ?20:47
tomreyncontext: https://irclogs.ubuntu.com/2020/01/26/%23ubuntu.html#t02:0820:49
celphiso during installation- i couldnt get passed grub screen. it would either be all purple or strange colors at of a black screen. tomreyn helped me by suggesting adding dis_ucode_ldr  to my settings and i was finally able to log in and download 435 nvidia drivers. now 2 of my screens work20:50
celphibut i want all 4 to work- my boss just walkd in so i have another cord 1 sec20:50
celphibrand new cord20:50
tomreynso you trained your boss to retirve monitor cords? not bad.20:52
tomreynahem, wrong channel, sorry.20:52
tomreyncelphi: what you posted earlier, the output of "cat /proc/cmdline" hows that you did not boot with the dis_ucode_ldr option when you last booted. so apparently your system can now boot fine even with out this option set.20:54
tomreynhows -> shows20:54
tomreynso what may have caused the boot to fail may have been a regression in a kernel version or some other software, wihch was since fixed (and you installed this update since).20:55
tomreyni think i recommended you file a bug then, did you do so?20:56
oerheksreplace cable, boot again ...20:57
ioriacelphi, if that also fails, try to boot with   'nvidia-drm.modeset=0'  parameter, gl20:59
gambl0rei cant connect to my wifi network and password is 1000% correct. any ideas?21:04
gambl0reit keeps asking for pass21:04
oerhekswrong ssid, wrong pass, wrong connection protocol ..21:06
tomreynreinstall wpasupplicant21:06
oerhekssorry, wrong distro >> ##linux <gambl0re> i just installed fedora 3121:07
oerheks:-DF21:07
oerhekscaught you again, gambl0re21:07
tomreynwelcome on my ignore list21:08
oerheksmy best bet: wrong password21:08
matix-ioI'm trying to dual-boot Windows 10 (after I have an ubuntu install). Windows 10 installation succeeds, but then it reboots and i'm not able to boot into windows 10 (even if I mark that partition bootable and boot from it).. any tips?21:18
oerheksmaybe you need to install in UEFI mode, or not-uefi mode, try ##windows?21:19
matix-iohere's the boot repair log if it helps (/dev/sda1 is grub, /dev/sda2 is ubuntu, /dev/sda3 is windows 10) http://paste.ubuntu.com/p/KJZvZCNBDY/21:19
matix-iooerheks thanks I'll check there too21:20
oerheksoke, no uefi situation21:20
celphiioria its not the cord21:20
celphinew cord and it works on a differ computer21:21
matix-iodammit, i accidentally left before reading the last three messages.  if any of them were directed at me, can someone re-send them?21:23
celphitomreyn: it works because the micro-code is not updated21:23
tomreyncelphi: oh right i forgot this part, you downgraded the microcode package and ran "apt-mark hold" against it.21:24
tomreyncelphi: this was also why i recommended filing a bug report.21:24
=== _Elysion is now known as Elysion
orentanayI have a local ubuntu apache2 server for testing websites, but i'm having a very hard time getting self signing ssl to work. Can someone look at my config files and see if i'm doing something wrong? https://pastebin.com/DPZMJkBN  If theres a better channel for this question, please let me know. thanks.21:33
quadrathoch2orentanay: maybe #ubuntu-server21:47
orentanaythank you21:50
Sven_vBwhen the kernel module drbg (deterministic random bits generator) is loaded, does it downgrade the randomness of /dev/{u,}random?22:11
Sven_vBi.e. should that be loaded on a production system?22:12
ScriptonautHey all, I'm on ubuntu 18.04. This morning I woke up and saw some redis errors saying a config can't be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 12822:21
ScriptonautI ended up updating that file value, and that seemed to fix the issue22:21
Scriptonauthowever everything I look up says to add the command to update that file to /etc/rc.local, but I don't have that file?22:21
Scriptonautcould I put it in /etc/sysctl.conf?22:22
Scriptonautwould appreciate some advice, I'm not used to the newer versions of ubuntu22:22
Bashing-omScriptonaut: Is there a service file: ' sudo systemctl list-unit-files ' ?22:30
viktor_hi all, i'm trying to put a .desktop file in /usr/share/application, but i can't cd into that directory "bash:cd: usr/share/application: no such file or directory" even it shows up on ls and i can open the directory in file manager22:31
oerheksuse sudo?22:31
Bashing-omviktor_: /usr/share/applications. Add the ending "s" ?22:34
viktor_Bashing-om, that was actually it, but i was too embarrassed to say :p22:34
Bashing-omviktor_: :D -- been bit there too.22:35
Scriptonautthere are accounts-daemon, acpid, apparmor, apport-autoreports, and apport-forward service files22:36
ScriptonautBashing-om: ^^22:36
Scriptonauthmm, putting net.core.somaxconn=1024 into /etc/sysctl.conf, and then running sysctl -p seemed to fix it22:37
ScriptonautI assume that gets run on startup?22:37
Bashing-omScriptonaut: As there is no "somaxconn" .sevice file - I have no other thought ;(22:38
ScriptonautI think it's working as intended now. I guess I just wanted to confirm that adding a variable to /etc/sysctl.conf would set that variable on startup/boot22:39
ScriptonautI want this change to be permanent22:39
Bashing-omScriptonaut: it's a Configuration file for setting system variables. so yes is permanent untill changed.22:41
Scriptonautthank you22:41
coderipper /quit22:50
=== sauvin_ is now known as Sauvin
adrian_1908#23:17
DSdavidDSHello all. I just rebooted my ubuntu machine and found that I can't login through GUI23:43
DSdavidDShas anyone seen this problem before?23:43
DSdavidDSI can login fine if I switch to another terminal23:44
Sebastienhey, question. I have a C:/ and a D:/, windows is on my C, and on D i have videos images, and songs.  i partitionned my c to split it in 2. Can i install ubuntu on this partition, and within ubuntu, can i access the content on my D:/ drive without breaking everything ?23:44
DSdavidDSbut if I do it through GUI, the entire screen flashes black and I am back to login again23:44
Bashing-omDSdavidDS: Busted graphic's driver ? .. what shows ' sudo lshw -C display ' in the configuaration line for a driver ?23:47
sarnoldDSdavidDS: what release? what's in the logs?23:49
sarnoldSebastien: the ntfs-3g package can access NTFS filesystems23:49
wedrDSdavidDS, Yes I do have that experience23:50
wedrDSdavidDS, It was awful23:50
wedrDSdavidDS, I had to use the Metacity fallback, sacrifice my Super key, and have to wait until I was ready to commit to reinstalling Ubuntu23:51
Sebastiensarnold, thank you. ill try this23:51
DSdavidDSwedr: I am on 18.04. Looking through logs right now and all I see is the login session ending as soon as it starts in auto.log23:51
wedrI was on 16.0423:51
DSdavidDSnothing happening in Xorg.0.log23:51
wedrDSdavidDS, Did you happen to touch anything related to Gnome? Like, a new system Python update, a sudo apt-get upgrade, or some package where it would touch upon all kinds of stuff that gnome uses?23:52
wedrThose are my experiences that caused the Gnome panel to fail23:52
DSdavidDSI haven't touched any of that23:53
DSdavidDSlooking through journalctl and I see errors about addscreen/screeninit failed for driver 023:54
DSdavidDSseems Xorg related23:54
oerheksmaybe related to your preseed file, DSdavidDS ?23:58

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