/srv/irclogs.ubuntu.com/2019/11/27/#ubuntu.txt

mike802hi all, i'm trying to configure wordpress in my lamp stack and i'm getting the following error in my browser:  Error establishing a database connection00:11
oerheks what wordpress guide do you follow?00:12
mike802using the ubuntu server guide: https://help.ubuntu.com/lts/serverguide/wordpress.html, i'm having an issue with the line IDENTIFIED BY 'yourpasswordhere';00:12
mike802it just says ERROR 1064 (42000) at line 1: You have an error in your SQL syntax;00:12
oerheksi find lots of simular answers, https://askubuntu.com/questions/1029177/error-1698-28000-access-denied-for-user-rootlocalhost-at-ubuntu-18-0400:18
oerhekshttps://stackoverflow.com/questions/36099028/error-1064-42000-you-have-an-error-in-your-sql-syntax-want-to-configure-a-pa/5684571100:19
mike802so, technically this is a GRANT statement, would FOR replace the TO statement?00:24
mike802sorry, just kinda skimming through the wp section...00:25
oerheksi would look at other guides like https://linuxconfig.org/how-to-install-wordpress-on-ubuntu-18-04-bionic-beaver-linux or https://linuxconfig.org/how-to-install-wordpress-on-ubuntu-18-04-bionic-beaver-linux00:29
oerheksand some hardening guides, https://cloudsecuritylife.com/host-server-hardening-complete-wordpress-hardening-guide-part-1/00:30
tomreynmy imporession is that the right way to fix this is to either provide an authentication socket for the wordpress user if its accessing a local database server or to have the mysql client (i.e. PHP) specify that it is intending to authenticate via mysql_native_password00:30
oerheksyes, the ubuntu wiki is not complete00:31
mike802well, the ubuntu site doesn't actually mention creating a 'wordpress' user....00:31
mike802i had to just assume that part00:31
sarnoldmike802: do be careful with wordpress, no one has asked us to sponsor an update for wordpress in a very long time https://people.canonical.com/~ubuntu-security/cve/pkg/wordpress.html00:32
oerheksi think the WP hardening part gives you enough info, also see server hardening00:35
ryuooerheks: yea, you pretty much have to be warey of anything not supported officially.00:37
ryuosome packages are fine like that but many aren't.00:37
oerheksindeed, it is all about the plugins00:37
ryuoe.g., third party web servers.00:37
ryuoi presume i have to maintain those myself since there's no support guarantee for them.00:38
mike802ok, so grant all worked without an error, but my browser still says can't connect to db...00:40
mike802it says there's a problem with wp-config.php, but all the info matches my user info...00:41
pragmaticenigmamike802: Are you connecting via socket or IP address?00:43
mike802via local ip...00:44
pragmaticenigmamike802: since I missed the previous part of the conversation, how did you connect to enable the permissions?00:44
mike802ok awesome00:47
mike802i just had an issue with the sha25600:47
mike802thank you!!!!00:47
MyWayI have tried creating a new user and gdm login works, but on my user it doesn't, can I delete something to let it recreate its files, just to try or if you have any ideas on what the problem could be00:58
tomreynuniverse/web01:00
tomreynhttps://wiki.ubuntu.com/SecurityTeam/FAQ#Standard_Support01:00
tomreynoops, sorry, please ignore01:00
pragmaticenigmaMyWay: You mean you can't access the new user's home directory?01:01
MyWayno, with the old user I can't login at boot (unless I kill Xorg)01:01
MyWaywith the new it's working01:01
MyWaysame problem with sound01:01
tomreyn!xauthority | MyWay01:02
ubottuMyWay: If the .Xauthority file in your home directory has the wrong permissions (usually due to misuse of sudo), you may be unable to log in. To fix, change to a virtual terminal with Ctrl-Alt-F3, log in with your normal username and password, run   rm ~/.Xauthority*   and then reboot.01:02
tomreynthis is just one of several possible causes. reviewing your logs should hint on what's really wrong.01:03
MyWaywhat logs should I check?01:03
MyWayI couldn't find any hint01:03
MyWayand if the problem was .Xauthority then why after killing Xorg login with gdm it's working01:03
pragmaticenigmaMyWay: .Xauthority lives while x server is live and a session is live. When you kill x server with "systemctl restart" it cleans up those files before killing the service01:05
tomreynjournalctl -b     then look for the end of the first block of "/usr/lib/gdm3/gdm-x-session" lines, this is where gdm3 is killed after you have entered credentials and a new X session is spawned for the desktop environment you logged into.01:05
MyWaytried the .Xauthority solution, but still nothing01:06
MyWaytomreyn: https://pastebin.com/FQEfVR7d01:09
MyWaymaybe this is the problem? /usr/lib/xorg/modules/drivers/nouveau_drv.so01:10
MyWayI'm using nvidia drivers01:10
tomreynMyWay: your x server is using "nouveau", not "nvidia"01:13
MyWayuhm why01:14
tomreynmore logs could possibly tell. journalctl -b | nc termbin.com 999901:14
MyWayhttps://termbin.com/5j02101:15
MyWayI have tried disabling these drivers01:15
MyWaybut still can't login01:15
tomreynis this ubuntu 19.10 then?01:19
sarnoldMyWay: do you have the vbox guest additions installed on this machine?01:19
MyWayyes01:19
MyWayyes tomreyn01:19
MyWayubuntu/19.10 (amd64) linux/5.3.0-23-generic01:20
sarnoldtry uninstalling those; I recall someone having some crazy X11 problems they couldn't track down until they removed those01:20
MyWayok01:20
sarnoldthe vbox additions should only ever be used in guests, never the host01:20
MyWayI installed those from virtualbox's website to virtualbox01:20
MyWaybut I'm not using on my host01:21
MyWayI'll try to remove virtualbox entirely and see what happens01:24
=== AgentICS is now known as Agent
tomreyni'm wondering whether this is expected?01:25
tomreynnov 27 02:12:41 z /usr/lib/gdm3/gdm-x-session[1274]: (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 12 paused 101:25
tomreynnov 27 02:12:41 z /usr/lib/gdm3/gdm-x-session[1274]: (EE) Error systemd-logind returned paused fd for drm node01:25
sarnoldwhat the heck is a paused fd?01:26
tomreyn /dev/dri/card0 is the nvidia GTX 97001:26
MyWayoh, seems related to virtualbox01:27
tomreynhttps://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1845801 looks similar01:30
ubottuLaunchpad bug 1845801 in gdm3 (Ubuntu) "[nvidia] Automatic login fails and then all subsequent logins fail. Killing gnome-session-binary fixes it, or just not using automatic login." [Undecided,Confirmed]01:30
MyWayI'm trying reinstalling virtualbox and then reboot, let's see what happens01:31
MyWaythis time installing from repositories01:32
sarnoldjust make sure to not install the guest additions in the host :)01:32
tomreynguest additions are packaged in ubuntu as a debian package, to be installed on VMs (only). they are also shipped with virtualbox's upstream builds in an .ISO file which is part of their virtualbox release. it is not to be mixed up with virtualbox drivers which are installed on the virtualization host.01:35
tomreynthe workaround discussed at https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1845801/comments/34 seems to be to boot with GRUB_CMDLINE_LINUX_DEFAULT="" set in /etc/default/grub (after which one would need to run "sudo update-grub" once to apply these changes)01:38
ubottuLaunchpad bug 1845801 in gdm3 (Ubuntu) "[nvidia] Automatic login fails and then all subsequent logins fail. Killing gnome-session-binary fixes it, or just not using automatic login." [Undecided,Confirmed]01:38
MyWayI can confirm that disabling autologin works01:39
MyWaythanks01:39
tomreyni suspect that setting GRUB_CMDLINE_LINUX_DEFAULT="quiet nosplash" instead would also work around it.01:40
MyWaylet's try it then, where should I put this?01:41
tomreyn!kernelparm01:41
ubottuTo add a one-time or permanent kernel boot parameter see https://wiki.ubuntu.com/Kernel/KernelBootParameters01:41
tomreynone-time is sufficient for testing01:42
MyWaygoing to try with nosplash01:43
tomreynto test whether nosplash actually helps you'd also need to re-enable automatic login01:44
MyWayyes, it's working, too01:46
MyWaythanks01:46
tomreynMyWay: you're welcome. note these are just workarounds, though, you should probably subscribe to this bug report and provide additional input (or better file your own, then link the two)01:48
MyWayyes01:48
filifunkyHi guys, I'm trying to install in ubuntu an old version of mysql using the tarball files.  First time doing it, but can't seem to get it going.  I'm trying to follow this: https://dev.mysql.com/doc/mysql-installation-excerpt/5.7/en/binary-installation.html01:52
filifunkyIs that a #mysql question?01:53
sarnoldmaybe, it depends what broke :)01:54
filifunkysarnold lol.  Well I'm lost at the part in the "command sequence" that says bin/mysqld --initialize --user =mysql01:54
filifunkyI didn't have bin/msyqld01:55
filifunkyI created it but don't know what to do from there01:55
sarnoldfilifunky: how about bin/mysqld_safe or bin/mysql_ssl_rsa_setup? do those programs exist?01:56
filifunkysarnold:  all negative, does not exist01:56
filifunkyso those are programs, not folders01:57
sarnoldfilifunky: hmm; these instructions appear to have been written for 5.7-era packages; just how old is the one you're trying to install?01:57
filifunkymysql 5.7.2801:57
filifunkysarnold:  when were those mysqld_safe, mysql_ssl_rsa_setup made?01:58
pragmaticenigmafilifunky: how did you install? make install?01:58
sarnoldfilifunky: did you grab a binary tarball of precompiled stuff? or did you grab a source package that needs to be compiled?01:58
filifunkyI downloaded this about a week ago: mysql-5.7.28-linux-glibc2.12-i686.tar.gz01:59
filifunkyI don't really know if it is precompiled01:59
sarnoldyeah that ought to be precompiled01:59
filifunkypragmaticenigma, I haven't done a make install01:59
sarnoldwhat does tar tf mysql-5.7.28-linux-glibc2.12-i686.tar.gz | grep bin/mysqld   look like? do you see those programs in that output? or not?02:00
filifunkyI pretty much just downloaded the tar file then did the tar zxvf02:00
pragmaticenigmafilifunky: If you're tring to execute from the folder you extracted ... try bin/./mysqld02:00
filifunkytar tf mysql-5.7.28-linux-glibc2.12-i686 | grep bin/mysqld02:01
filifunkytar: mysql-5.7.28-linux-glibc2.12-i686: Cannot read: Is a directory02:01
filifunkytar: At beginning of tape, quitting now02:01
filifunkytar: Error is not recoverable: exiting now02:01
filifunkyoh sorry02:01
filifunkydid that wrong02:01
filifunkysarnold:  https://pastebin.com/Dg4DpUth02:03
filifunkyso one of those files is there but not the other02:03
sarnoldfilifunky: alright looks good... so I wonder why those files aren't there; lets double-check, namei -l /usr/local/mysql-5.7.28-linux-glibc2.12-i686/bin/mysqld02:05
filifunkysarnold: The mysql-5.7...isn't in /usr/local02:06
sarnoldalright, whatever you used for line 3 then :)02:07
filifunkyahh ok, on it!02:07
filifunkyf: mysql-5.7.28-linux-glibc2.12-i686/bin/mysqld02:08
filifunkydrwxr-xr-x pete pete mysql-5.7.28-linux-glibc2.12-i68602:08
filifunkydrwxr-xr-x pete pete bin02:08
filifunky-rwxr-xr-x pete pete mysqld02:08
sarnoldalright, now check that symlink created in line 5..02:10
filifunkycd02:11
filifunkysorry lol02:11
filifunkyf: /home/pete/Documents/mysql/02:13
filifunkydrwxr-xr-x root  root  /02:13
filifunkydrwxr-xr-x root  root  home02:13
filifunkydrwxr-xr-x pete  pete  pete02:13
filifunkydrwxr-xr-x pete  pete  Documents02:13
filifunkydrwx------ mysql mysql mysql02:13
sarnoldinteresting, line 5 was supposed to make mysql a symlink but there's a directory, and one you don't own, can't read, can't use02:14
sarnoldis that intentiuonal>02:14
filifunkysarnold: not intentional02:14
filifunkyat least by me02:14
filifunkyyeah I've had to root into that02:15
sarnoldfilifunky: what's in it? is it a data directory or ..02:16
filifunkysarnold: https://pastebin.com/F80Qk0mw02:18
filifunkyI think it is a data directory, but a fresh one?02:18
sarnoldstoring your executables near your data like this is probabl going to lead to trouble; is there a reason why you didn't use /usr/local/ for the executables as the guide suggested?02:19
filifunkyno reason other than when I downloaded it I put it into my downloads file.  So when I tar zxvf I was in the downloads file02:20
filifunkyshould I have moved it to usr/local?02:20
filifunkyso usr/local is a place for executables I take it02:21
sarnoldit might be easier to follow along the guide if you're not mentally juggling where you unpacked it, where you put the data files, etc02:21
filifunkyok, I will try to undo everything I've done (trash things) and then move it to usr/local/02:22
filifunkyI think this is all the time I have for today, thanks sarnold!02:24
sarnoldalright, good luck and have fun filifunky :)02:25
=== zbenjamin_ is now known as zbenjamin
=== MrC is now known as MrColumbus
fishcookerwhere is the integrity file on this https://www.ubuntuupdates.org/package/ubuntu_mozilla_daily_builds/xenial/main/base/firefox-trunk04:10
hggdhfishcooker: you should ask the maintainers of this site. this is not an official repository for Ubuntu packages04:14
shareabrainwavei would start chopping off the end of the url and looking for whatever filetype you're looking for.04:14
shareabrainwavefishcooker, ^^04:15
fishcookernoted, not found04:15
oerheksit points to https://launchpad.net/~ubuntu-mozilla-daily/+archive/ubuntu/ppa/+packages04:16
oerheksgood luck with that testing ppa04:16
=== lotuspsychje_ is now known as lotuspsychje
altendkycontinuing from earlier black-screen-after-resume discussions...  kubuntu 19.10 simply won't turn the display back on in a timely fashion after resuming.  i did set drm.debug=0x1e and managed to get a journalctl and xorg log during the extended black screen with an eventual (10 minutes and a few seconds) recovery with the screen turning on.  no xorg log entries following recovery, journalctl log shows recovery in the05:42
altendkyvicinity of the second/last `DP Training successful`.  `Link Training failed` seems a significant point but i definitely don't know DP or these drivers at all.  http://fstab.net/tmp/p1/ (dated 2019-11-26T23:xx:xx)  suggestions on how to proceed would of course be greatly appreciated.  (tomreyn)05:42
altendky(for minimal context, this is a lenovo thinkpad p1 gen 2 laptop)05:43
lotuspsychjealtendky: a few ideas to test, testing this on a previous kernel, and update your bios to latest05:45
lotuspsychjealtendky: or a !mainline kernel higher version05:46
altendkylotuspsychje: thanks.  already on the latest bios.  looks like there might be a ppa for other kernels so i'll give that a shot.05:51
lotuspsychje!mainline | altendky05:52
ubottualtendky: The kernel team supply continuous mainline kernel builds which can be useful for tracking down issues or testing recent changes in the Linux kernel. More information is available at https://wiki.ubuntu.com/Kernel/MainlineBuilds05:52
lotuspsychjealtendky: please use the mainline kernels to do it the ubuntu way05:52
altendkylotuspsychje: that's the page i was reading :]05:52
lotuspsychjeok great :p05:53
altendkylotuspsychje: when i go to boot it (5.4.0 didn't build the nvidia module so i'm trying 5.3.13) i get an error about an invalid signature.  it's the -unsigned- package so that's vaguely not surprising but the linked page doesn't seem to discuss this.  am i supposed to disable secure boot or such?06:19
lotuspsychjealtendky: nvidia? i thought you mentioned intel? are you using an optimus card?06:20
altendkylotuspsychje: it has both, yes.06:20
altendkywell, i should be wary.  it has both.  i get the idea of this but i shouldn't claim it _is_ an optimus card as i don't know if that means something more06:20
lotuspsychjealtendky: doublecheck if the nvidia driver is loaded: sudo lshw -C video , and yes uefi settings can influence your hardware like graphics or wifi06:21
altendkylotuspsychje: i've definitely seen two cards listed one with the nvidia module and the other with the i915.  with 5.3.13 (as opposed to the 5.3.0 i had before you suggested mainline) it looks to have successfully installed the nvidia module via dkms (i don't see an error anyways).  i was prompted to create a password and entered it into the bios when prompted there.  but i get the invalid signature still.  or, perhaps06:23
altendkythat's an unrelated signature check06:23
altendkyturning off secure boot allowed the 5.3.13 kernel to boot06:25
altendkylotuspsychje: welp, looks like you got me fixed.  so far it's turning the display back on after resuming.  thanks a bunch to both you and tomreyn.  i'm sure there are some more hurdles i'll find to make this really useful (still need to check external monitors that i've had trouble with) but this is a big step.  and now it's really time for bed.06:30
lotuspsychje_altendky: was that the secureboot off, or the newer kernel fix06:31
altendkylotuspsychje_: secureboot off so i could boot the new kernel is how i saw it.  but i'll try with secure boot off and the 5.3.0 kernel real quick too06:32
lotuspsychje_allright tnx altendky06:32
altendkylotuspsychje_: yes, the issue is still present with the 5.3.0 kernel and secureboot off06:34
lotuspsychje_altendky: so its kernel 5.3.13 that fixes this correct?06:35
altendkylotuspsychje_: 5.3.13 vs 5.3.0 it seems, yes.  if i get ambitious tomorrow maybe i'll bisect versions more specifically and check git to see what did it.  i haven't looked at kernel code since college :|06:36
lotuspsychje_altendky: ok great, would be nice if you filed a bug against 5.3.0 tomorrow then06:37
lotuspsychje_keep us informed altendky and tnx for testing this06:37
altendkylotuspsychje_: how does that work?  ubuntu would create a patch from whatever was changed to apply to the 5.3.0 kernel rather than updating to 5.3.13?06:38
altendkyor maybe i am presuming i know too much about the meanings of kernel patch/micro versions06:38
lotuspsychje_altendky: the procedure is, when finding a bug, the user files it and the developers will search whats going on exactly, depending on whats the issue, perhaps bisecting06:39
altendkylotuspsychje_: even if the bug is already fixed by a micro release of the same major/minor kernel?06:39
lotuspsychje_altendky: so use ubuntu-bug linux (from the faulty kernel)06:39
altendkyi'm just confirming since i would normally expect such a bug report to be closed as already having been fixed06:40
lotuspsychje_altendky: in your case we know a higher kernel fixes your issue, so the devs will find more easy whats going on because you tested it06:41
lotuspsychje_!info linux-image-generic eoan06:42
ubottulinux-image-generic (source: linux-meta): Generic Linux kernel image. In component main, is optional. Version 5.3.0.23.27 (eoan), package size 2 kB, installed size 16 kB06:42
lotuspsychje_altendky: this is the kernel that 'should' work for 19.10 altendky ^06:42
altendkylotuspsychje_: alrighty, thanks again.  i'll follow up tomorrow with an ubuntu-bug report.06:46
lotuspsychje_tnx altendky06:46
r4u1SET theme BitchX.theme07:37
k_szeSo the gnome-shell instance that keeps slowly but steadily eating up more RAM is the one with ibus-daemon as a child process.08:31
k_szeibus-daemon, in turn, has ibus-engine-simple and ibus-dconf under it.08:32
k_szeliterally, that's it in that process subtree.08:32
k_szeIt's also run as the gdm user instead of me.08:33
vanekgood morning08:34
vanekI have an issue where I want to run a command as root without password, so I have 'user ALL=NOPASSWD: /path/to/cmd' in /etc/sudoers.d/thingy, I can also see the command being available to me in 'sudo -l', however when I execute the command it asks for a password08:35
vaneknvm, found hte issue :)08:36
k_szeIt looks like that's the gnome-shell instance responsible for the login screen.08:48
pirxhey! whats the standard/default way to handle iptables in ubuntu (server)? UFW?08:49
ducassepirx: ufw is the default, or just plain iptables if you prefer08:55
pirxyes and with netplan now, where do you save "plain iptables"?08:55
pirxin 18.04...08:56
pirx(yes i admit, have been at 16.04 until now:) )08:56
ducassenot sure, tbh, i don't use netplan, but i'm sure it has hooks to run scripts. maybe check the examples at netplan.io?08:57
pirxyeah i did, seems that the solutions are very "ad hoc"08:58
pirxi think i'll give UFW a try on new servers then08:59
pirxducasse: thanks for the help!08:59
ducasseyou could also ask in #netplan08:59
ducassenp, sorry i can't help09:00
pirxwell yes, i could, but the way i see it i am cloning ubuntu-servers not netplan-servers:)09:00
ducassefor writing firewall rules you might also want to check out ferm09:00
pirxducasse: will have a look!09:02
k_szeAre GNOME extensions user-specific? I mean, each user can decide to install and/or enable a different set of extensions?09:02
ducassepirx: do that, and good luck09:04
=== lotuspsychje_ is now known as lotuspsychje
jago25_98I can't get VNC, X11rdp, Teamviewer, Chrome Remote Desktop working. All have issues of various kinds. What do you think is the easiest to fix?10:00
jago25_98ChromeRemoteD = Browser doesn't detect that the server process is running even though it is | x11rdp = auth fails, various fixes don't work | teamviewer = failed dependencies10:02
Ben64jago25_98: vnc10:14
jago25_98thanks. any particular varient?10:15
Ben64i think ubuntu still comes with vino by default10:16
jago25_98thanks. I'll give that a go. More likely to get better support articles10:16
Ben64should be as easy as hitting the little button that says "share my desktop"10:17
jago25_98it's a server10:20
jago25_98headless10:20
Ben64ah10:21
Ben64well, uh, why do you need gui then10:21
jago25_98want to browse remotely because this computer is too slow10:22
coz_good morning10:40
lotuspsychjegood mornong coz_ what can we do for you?10:40
coz_lotuspsychje, at the moment I just wanted to say good morning, so far all is well with Ubuntu ")10:41
lotuspsychjegreat10:41
pent1ckelI'm using Ubuntu18 together with Strongswan and figured out that there is a memoryleak which is solved in mainline kernel already: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=86c6739eda7d2a03f2db30cbee67a5fb81afa8ba10:44
pent1ckelmy question is: how to get this patch backported to supported Ubuntu18 kernels10:44
lotuspsychjepent1ckel: you might wanna talk to the #ubuntu-kernel guys about that10:46
pent1ckellotuspsychje: ohh this is also available. I will ask there. thx10:51
rud0lfi downgraded thunderbird to 60 from 6810:59
rud0lfcan i exclude it somehow manually from auto-updates10:59
rud0lf?10:59
rud0lfbecause it asked me in a moment (ubuntu update manager) do download and update new version10:59
coraxxrud0lf: use "Force Version" in synaptic package manager10:59
rud0lfthanks11:00
coraxxrud0lf: (and/or lock version)11:01
coraxxrud0lf: np :-)11:01
rud0lfhow do i lock it?11:02
rud0lfnvm found it11:05
coraxxrud0lf: just select it in the synaptic package manager (so the whole line is highlighted) ...in menu under "Package" select "Lock Version"11:06
=== The_Milkman1 is now known as The_Milkman
ShentinoHow do I use markdown on the command line to process .md sources that have tables?12:12
Shentinothe version I have installed doesn't seem to support this12:12
BluesKajHey folks12:52
pirxhey! trying to start using ufw (have only been using plain iptables before). a few questions about that:)13:09
pirxi have 22 allowed. disabled fw, and that was ok, but when i tried to enable again it said "Command may disrupt existing ssh connections. Proceed with operation (y|n)?"13:11
pirxand sure enough, when i answered Y my session disconnected. isnt that kinda bad?13:11
ioriapirx, it should not, if you have already set up (correctly) a firewall rule that allows SSH connections13:24
pirxbut it did. this is the whole confi had at the moment: https://hastebin.com/fanoqupuwe.rb13:27
pirxre-logging-in worked fine though13:27
pirxalso, any possibility to   1. use variables in UFW?   2. let it output service-names (like: ssh) instead of numerical ports (like: 22)?13:28
pirxusing "apps" seems good. it took me a little while to figure out that i need to use the "description" and not the application name to reference it though:)13:31
pirxah no, i need to use the name within []13:33
pirxwould be nice to have variables for IPs/subnets13:34
leftyfbpirx: sounds like you should stick with plain iptables and not a wrapper like ufw13:36
salamanderrakeI've been having this issue where my monitor goes black, my system hard locks(?) and the cpu(red cpu error light) light goes on on my motherboard, but it only happens in Linux, not windows 10, would the system record an error on whats going on? journalctl -b (previous boot number) shows no issues.14:12
pomehahello, what's the right source to download deb packages for ubuntu 18.04 using windows machine?14:37
raubpomeha: what do you mean?14:39
pomeharaub: I have windows machine in a network with internet access only through some weird ntlm auth'ed proxy. It looks like ubuntu  can't be configured (neither system generally, nor apt in particular nor even curl) to use that connection, so my idea is to download packages using windows (just via browser) and then install them on ubuntu (wsl) from files14:42
pomehaI need this: https://packages.ubuntu.com/bionic/database/postgresql-client (with all deps)14:44
raubpomeha: Oh I see. An ubuntu repo is a glorified website. So, you could download the entire shebang into a network fileshare and then lie to ubuntu saying that is a CD it can use as local repo14:45
raubI think that would be the laziest way14:45
oerheks!offline14:45
ubottuIf you need to download Ubuntu packages using another machine or OS, check the desired packages in Synaptic and select File > Generate package download script. See also !APTonCD14:45
leftyfbpomeha: can you configure your Windows machine to be some sort of proxy for the ubuntu machine?14:45
raubleftyfb: I think he said he tried that and did not work14:46
pomehaleftyfb: not sure yet, I haven't used windows for a while... but new job requires that now :/14:46
leftyfbraub: doesn't look like it14:46
pomeharaub: he means local proxy14:46
pomehaso that windows'd serve as the server14:47
leftyfbpomeha: there's also WSL on the Windows machine. That'll give you better tools to download packages you can then copy over to the ubuntu machine14:47
pomehaleftyfb: that's what I'm trying to use14:47
pomehaunfortunately, it doesn't automagically hook up network settings from host system14:47
raubpomeha: local repo or proxy would be my suggestions. I like local repo myself but I am weird14:48
leftyfbpomeha: it's supposed to14:48
raubYou can fake a proxy with plain old firewall port forwarding14:48
pomehaleftyfb: thing is... it's a bank, so there's a really weird/sketchy networking: I can't not only ping some hosts (ICMP traffic may be blocked, right?) - they don't even resolve on my machine, YET, when I open them as http - those resources work just fine14:49
pomehasomething like ns is on the proxy or something14:49
leftyfbpomeha: ok, then maybe you shouldn't be doing any of this14:49
raubleftyfb: that is why I suggested local repo14:50
leftyfbor not going against company/IT policy at a bank14:51
raubSelling a local proxy to IT might be easier14:51
raubSince they can manage it14:51
oerhekswhy not the offline method?14:51
rauboerheks: as leftyfb said, company policy concerns14:52
oerheksoh, then the whole question is against that policy, i guess14:53
pomehait's not against company policy14:53
pomehathe precious stuff is in our cloud14:53
leftyfbpomeha: then your IT department should be able to help you get your machine online14:53
pomehaI just want comfort from using linux client tools14:53
pomehaIT dept takes weeks to just install printer14:53
oerhekssounds more like a school than a company .. good luck!14:54
raubbanks are pretty restrictive14:54
pomehanice way to call someone a schoolboi14:55
raubpomeha: as I said before, if you download an entire repo, make it available somewhere the linux box can mount as a fileshare, and then configure said linux box to use that fileshare as a repo cd, it should work. Company policy issues is up to you.14:57
pomeharaub: yeah, thanks, googling on how to do that14:57
raubSame goes for ubottu's suggestion14:57
ViridianHello!  I'm using Ubuntu 16.04 and I'm having a little trouble with my sound.  After not using the computer for a few minutes, sound stutters until I go into sound settings and click on the "Input" tab.  Then it clears up.14:57
pomehawell, I don't want/need the entire repo14:57
pomehaI only need a set of packages14:58
raububottu's suggestion should address that14:58
ubotturaub: I am only a bot, please don't think I'm intelligent :)14:58
pomehaI wish there was a tool for that :(14:58
pomehamy laptop with ubuntu has xfce and thus no synaptic14:59
rud0lfuhhh14:59
raubEr, make it oerheks' suggestion14:59
rud0lfi just installed synaptic today and i use xUbuntu14:59
pomehaoh, just thought so14:59
raubpomeha: scroll back up and see what oerheks wrote14:59
pomehaI always used apt...14:59
rud0lfViridian: maybe the sound card is tried to put in low power mode15:00
rud0lfto be put*15:00
ViridianI'm using a USB headset, so I don't think my sound hardware is actually being used.15:06
damanz_Is there anyway to configurr vsftpd so that each account has a maximum download quota? Like the account cant be used to download more then 2tb?15:12
leftyfbdamanz_: https://www.digitalocean.com/community/tutorials/how-to-enable-user-and-group-quotas  Found by googling "vsftpd download limit quota"15:15
oerhekshttps://serverfault.com/questions/37737/quotas-in-vsftpd almost the same..15:17
damanz_ltftyfb that quota page has nothing to do with what i asked15:18
damanz_Neither does oerheks.. please read before you answer15:18
pragmaticenigmadamanz_, Please mind your tone. We're all volunteers and we're all here to help one another. Perhaps your question is being interpreted differently than how you thought it sounded. Providing more information/examples could help everyone understand what exactly it is you are trying to do.15:21
leftyfbdamanz_: um. Yes it does. Unless what you're looking for isn't what you asked for above.15:21
damanz_Thats just about disk space. Im asking how do i limit vsftpd users from downloading no more then 2tb15:22
leftyfbah, you are correct. I apologize15:23
pragmaticenigmadamanz_, Is there a time frame you have in mind? The solution might not be available in vsftp, but through some other application that can monitor/meter a users data usage15:24
damanz_No timeframe15:24
mocashi, How would I configure visudo to allow a user tu run command as a root ?  whoami should return root...15:25
damanz_Just want to ensure each vsftpd user cannot download more then 2tb15:25
pragmaticenigmadamanz_, vsftp has no documentation pointing to implementation of data transfer metering or limiting. You'd have to look at some other approach15:26
ioriadamanz_, iptable maybe15:28
=== dionysus70 is now known as dionysus69
pragmaticenigmadamanz_, based on what you have said so far, it does feel like this could be accomplished through user disk quotas though. If for all time they are only allowed to download 2TB of data, a 2TB data quota would mean they can't download anymore when they've run out of space (it doesn't handle the case the a user can delete a file to enable more data transfer)15:28
raubdamanz_: What if you monitor the xferlog_file and then kick user out accordingly? i.e. some scripting required15:30
ioriadamanz_, check for  'iptables quota' ; e.g https://www.linuxquestions.org/questions/linux-networking-3/iptables-byte-count-and-quota-4175590847/15:33
ioriadamanz_, also https://wiki.archlinux.org/index.php/Very_Secure_FTP_Daemon#Limiting_connections15:37
UsQUEanyone known good video surveillance monitor/recording system on linux? able to work with any different type of IP Camera15:44
ioriaUsQUE,  i remember 'motion '15:45
UsQUEioria, is it web based? :)15:46
ioriaUsQUE, i guess so, you can use with ff15:47
UsQUEI'me using the one from Ubiquiti (Unifi Video) but doesn't allow me to add the camera RTSP stream to it :/15:48
UsQUESo, I hope there is open source system doing similar stuff :D15:48
UsQUEand supporting all cams15:49
ioria!info motion15:49
SimonNLUsQUE:    apt show motion15:49
ubottumotion (source: motion): V4L capture program supporting motion detection. In component universe, is optional. Version 4.2.2-1build1 (eoan), package size 281 kB, installed size 939 kB15:49
UsQUEok thanks, let me try that one out :)15:49
SimonNLMotion is a command line based tool. It has no graphical user interface.15:50
SimonNLthought you might wanted to know that15:50
leftyfbUsQUE: zoneminder15:51
UsQUEzoneminder seems to be the better option for my needs :)16:02
UsQUEthanks leftyfb16:02
fuzeI upgraded 18.04 to 19.10 kubuntu and now when i try to print i get error ""src = libcanon_pdlwrapper.c, line = 633, err = -1¥nERROR: src = libcanon_pdlwrapper.c, line = 345, err = 0¥nfree(): invalid pointer""16:14
ioriafuze, you probably installed the driver from the Canon website; so you might need to remove and reinstall it16:18
fuzeioria: are built in drivers as effective?16:18
ioriafuze, i cannot know16:19
fuzei have no idea what the package is called16:19
fuzehow can i uninstall the driver16:19
fuzeactually i found a canon printer driver package, is it just one package?16:20
ioriafuze, if you search your model on the Canon website, you'll get the installer package name; you find it on your pc, and you'll read the readme file16:21
ioriafuze,  there might be also problem with 32bit libs, almost dropped after 18.0416:23
makavelihi all, I have no idea why i cannot enter the hard drive encryption password after upgrade, I have to boot older kernel in order to progress. anyone else had this issue/knows how to resolve.16:29
fuzeioria: i reinstalled and got the same error16:30
ioriafuze,  and the installation went ok  ?16:31
fuzeioria: yes i was able to register the printer16:32
fuze""src = libcanon_pdlwrapper.c, line = 633, err = -1¥nERROR: src = libcanon_pdlwrapper.c, line = 345, err = 0¥nfree(): invalid pointer"" when i try to print16:32
ioriafuze,  apt list --installed | grep 386 | nc termbin.com 999916:32
fuzeioria: this is the printer, driver has been updated recently https://www.usa.canon.com/internet/portal/us/home/support/details/printers/color-laser/lbp7110cw?tab=drivers_downloads16:33
fuzehttps://termbin.com/xsaj16:33
mrproperI am trying to install Ubuntu 19.10 in VMware Fusion and the installer keeps locking up. Right now it's in the Keyboard layout dialog.16:37
rfmfuze, ioria: I found what seems to be an actively maintained ppa for canon drivers, https://launchpad.net/~thierry-f/+archive/ubuntu/fork-michael-gruz16:37
ioriafuze,  dpkg -l | grep libpangox  | nc termbin.com 999916:39
rfmmrproper, how much ram did you give the VM?  Theres apparently a bug (in snapd) that ends up needing more than 2.5GB ram to install (the VM can be cut down later)16:39
mrproperrfm: Interesting. It's at 2, but I"ll bump to 3.16:39
rfmmrproper, I use 4 and don't have problems.16:40
mrproperI'll go 4. My host has 32GB, so it's fine.16:40
ioriarfm, thanks16:42
ab305Getting apt install errors on 14.04 (we can't upgrade at moment). Do I need to disable ESM? it fails with 401 "Failed to fetch https://esm.ubuntu.com/ubuntu/pool/main/c/curl/curl_7.35.0-1ubuntu2.20+esm3_amd64.deb  HttpError401"16:45
mrproperrfm: It's installing, which is better than last time.16:45
fuze\16:46
fuzeioria: printer works fine on windows16:47
ioriafuze,  dpkg -l | grep libpangox  | nc termbin.com 999916:47
fuzehttps://termbin.com/u2d8616:47
fuzerfm: doesnt look like it has the LBP7110 series16:48
ioriafuze,  apt install  libjpeg62:i386  and restart cups and the printer16:50
altendkylotuspsychje: tomreyn: i don't know if you like to follow up on issues you helped with but here's the bug report https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1854177  now on to debugging the hdmi output which notices a display well enough to display the simple display extend etc popup but doesn't actually seem to detect or enable the attached monitor/tv16:50
ubottuLaunchpad bug 1854177 in linux (Ubuntu) "Black screen after resume from suspend on Lenovo ThinkPad P1 Gen 2" [Undecided,Confirmed]16:50
fuzeioria:  /etc/init.d/cupsd restart ?16:51
fuzeno such file or directory16:51
ioriafuze,  sudo systemctl restart cups16:52
fuzeioria: same error16:53
ioriafuze,  my idea is that you missed a dependency (i386), but idk which exactly16:54
fuzeioria: doesnt the driver check dependencies at install16:55
ioriafuze,  depends on the driver16:55
fuzeioria: how can i fix it?16:55
mrproperrfm: Now I'm running into a problem I've seen both on Ubuntu and Fedora. I put it into HiDPI mode and the wallpaper turns white.16:56
ioriafuze, nothing in the readme or install files ?16:57
ioriabrb16:57
fuzeseems it may only support up to 19.0416:58
fuzeheres the readme https://www.irccloud.com/pastebin/bS7UA175/README-ufr2lt-5.0xUS.html16:59
fuzeFor 64-bit17:00
fuzeUbuntu 14.04/19.04 Desktop17:00
fuzeis it just not supported?17:01
C0nundrumTrying to do a apt-get upgrade -y but i'm getting ImportError: No module named site17:01
lotuspsychjetnx altendky for creating the bug report17:01
altendkyC0nundrum: were you doing something with python recently?17:03
C0nundrumYea, bad things i suspect17:03
C0nundrumi had 2.7.6 installed17:03
C0nundrumto upgrade i did17:03
altendkyC0nundrum: yeah, i mostly pretend that the system python doesn't exist and use pyenv to get whatever version i want.17:04
C0nundrumcd /usr/src && \    rm -rf /usr/lib/python2* /usr/local/lib/python2* /usr/bin/python2* /usr/local/bin/python2* /usr/bin/pip && \    curl -O https://www.python.org/ftp/python/2.7.16/Python-2.7.16.tgz && \    tar xzf Python-2.7.16.tgz && \    cd Python-2.7.16 && \    ./configure --enable-optimizations && \    make altinstall && \    rm -rf17:04
C0nundrum/usr/local/bin/python && \    ln -s `which python2.7` /usr/local/bin/python && \    curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \    python get-pip.py17:04
lotuspsychjeuse a !pastebin for that ammount of text C0nundrum next time please17:06
C0nundrumSorry17:06
C0nundrumhttps://bpaste.net/show/IK5EY17:06
altendkyC0nundrum: pyenv really is nice.  do follow the instructions including the wiki describing what dependencies to install prior to building.  i can't say i know how to clean up after what you shared but hopefully someone else here does.17:07
ioriafuze, can you paste this file : libcanon_pdlwrapper.c  ?17:08
altendkyC0nundrum: consider the system provided python to be there for system packages.  it's not there for you to fiddle with (beyond just using it, this includes that you should not run your system pip basically at all, instead use pip from an env https://bit.ly/py-env, but this is reaching into #python territory)17:08
C0nundrumWell i wish i came here first...17:10
C0nundrumit was recommended on stack overflow when upgrading patch versions17:10
C0nundrumbecause of an error with a lib module i was getting17:10
fuzeioria: i dont have it in the driver files or /usr folder. why would the driver give me a .c file?17:10
fuzethats a runtime error referring to a source code file17:10
ioriafuze,   sudo updatedb && locate  libcanon_pdlwrapper.c17:11
fuzeioria: no output17:11
altendkyC0nundrum: i do hope someone else chimes in but if not i'd be looking at reinstalling the python packages.  with apt broken you presumably have to grab the packages yourself and use dpkg, or perhaps someone in #python would be familiar enough to help you manually get this going well enough to use apt to reinstall the packages.17:12
C0nundrumit's in docker so its fine. i can just rebuild the image.17:13
C0nundrumluckyly17:13
ioriafuze, may i ask you in what language have you installed ubuntu ?17:15
fuzeenglish17:15
C0nundrumAnyone know what would cause `make: *** [libinstall] Error 1` ?17:26
knstnis there "teamviewer" for 18.04? I can't find it in the repos17:26
lotuspsychjeknstn: teamviewer download from their website requiers their ppa17:26
lotuspsychje!ppa | knstn17:27
ubottuknstn: A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge17:27
ioriafuze, sudo apt  install lib32ncurses5 lib32z1 libglade2-0  and run the installer again17:30
fuzeE: Unable to locate package lib32ncurses517:30
ioria!info lib32ncurses517:31
ubottuPackage lib32ncurses5 does not exist in eoan17:31
ioria!info lib32ncurses5 bionic17:31
ubottulib32ncurses5 (source: ncurses): shared libraries for terminal handling (32-bit). In component main, is optional. Version 6.1-1ubuntu1.18.04 (bionic), package size 97 kB, installed size 291 kB17:31
fuzehow can i install it?17:32
fuzei have lib32ncurses617:33
fuzeshould i get that?17:33
ioriafuze, sudo apt  install lib32ncurses6   lib32ncurses-dev lib32z1 libglade2-0  and run the installer again17:35
ioriafuze, then restart cups, but this my last shot, sy17:37
fuzeioria: same error17:38
vltHello. I’m trying to use the --init-password option of fcrackzip. I run `fcrackzip --brute-force --init-password "zzzzzz" --verbose --length 6-8 example.zip` and expect the first password to be "zzzzzz" but get "Cecking pw aaa...". Any idea why?17:58
=== led_dark_2 is now known as led_dark_1
=== dnull_ is now known as dnull
makavelihi all, I have no idea why i cannot enter the hard drive encryption password after upgrade, I have to boot older kernel in order to progress. anyone else had this issue/knows how to resolve.18:31
pragmaticenigmamakaveli: best I can susggest is to back up the data to another machine or device, and reinstall. It's possible someone may have a way, but the first step would be to get your data backed up somewhere safe18:35
wanditoastI did it with Ubuntu 19.0418:38
lordcirthmakaveli, what happens on boot? Does it hang on a graphical splash screen?18:39
sxpert /buffer 918:45
wanditoast.thank you18:45
wanditoastit worked18:45
Phruis`any tool that sets up upgrade skipping for specific packages?18:48
dbuggerHi, I have a weird issue. Programs like Filezilla or Hexchat take several seconds to open up. Sometimes like 15 seconds. How can this be??18:50
lordcirthPhruis`, https://www.linuxuprising.com/2018/10/how-to-keep-package-from-updating-in.html18:50
ioriadbugger, if they are snaps, is normal (cache font issue, iirc)18:51
dbuggerioria, they are not18:52
ioriadbugger, then check syslog18:52
=== satanist_ is now known as satanist
dbuggerioria, if you mean the "Logs" app, I dont any output there..18:56
=== ben_r_ is now known as ben_r
makavelipragmaticenigma: thats lame but thanks18:57
makavelilordcirth: yeah18:57
makavelihas it recently started using some different crypto ?18:57
lordcirthmakaveli, what if you press ESC? Also try editing your grub entry and removing 'quiet splash' from the linux line18:57
lordcirthmakaveli, no, it's almost certainly a UI bug18:58
makaveligreat, thanks18:58
makaveliwill try on next reboot18:58
ioriadbugger, start them from cli18:58
dbuggerioria, I get this: Nov 27 20:00:42 mercury xdg-desktop-por[2090]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed: Could not get window list: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: App introspection not allowed19:01
sarnolddbugger: anything in dmesg or /var/log/audit/audit.log?19:02
dbuggersarnold,  I dont have any folder called /var/log/audit19:03
sarnolddbugger: that's fine, most people don't19:04
dbuggerBecause it happens with more than one app, I was thinking that it is a system-related problem19:04
dbuggerBut no idea what it could be...19:04
lukas_gabHi! I Configure lighttpd with webdav. When I connect to WebDav all is fine, but when I type mkcol test i recive 403 forbidden - why? Can you help me debug this? Thank for yours help.19:12
sarnoldlukas_gab: are there more details in your server logs?19:14
lukas_gabno error in lighttpd log19:16
dbuggersarnold, ioria, look at this: https://webm.red/5cq4.webm19:16
lukas_gabpleas seee19:17
lukas_gabroot@a373:/var# cadaver http://192.168.3.173:20373/joplinwebdav19:17
lukas_gabAuthentication required for webdav on server `192.168.3.173':19:17
lukas_gabUsername: joplin19:17
lukas_gabPassword:19:17
lukas_gabdav:/joplinwebdav/> mkcol test19:17
lukas_gabhttps://paste.ubuntu.com/p/sX9CTgy9Kn/19:18
sarnolddbugger: I wonder if that's the same thing as https://bugs.launchpad.net/ubuntu/+source/xdg-desktop-portal-gtk/+bug/185180719:22
ubottuLaunchpad bug 1851807 in xdg-desktop-portal-gtk (Ubuntu) "xdg-desktop-portal-gtk spams logs" [Low,Confirmed]19:22
sarnolddbugger: the flatpak references are throwing me a bit but it looks pretty similar19:23
dbuggerno idea...19:23
sarnolddbugger: my guess is to use ubuntu-bug to file a bug against xdg-desktop-portal, copy-paste the terminal output from both those terminals, and reference 1851807 just incase it's the same one, it'll be easy to dup19:26
dbuggerBut isnt that message about "App introspection" appears before opening filezillaß19:27
dbugger?19:27
sarnoldah so it is :/19:31
ioriadbugger, run dbus-monitor in one tab and hexchat in another19:59
dbuggerioria, https://pastebin.com/raw/edVMF7rp20:03
ioriadbugger, probably a bug ; see if you have in dconf-editor an 'Instrospect' item20:08
dbuggerlets see...20:12
=== tom_mai78101 is now known as wedr
=== MassDebates_ is now known as MassDebates
rockylhotkaHi all - just trying out multipass, which is pretty cool21:23
rockylhotkaIs there a way to specify my local drive on which the virtual images are stored?21:23
rockylhotkaI am guessing it is using my C drive, but that's not ideal, as it is cramped, while I have a big RAID on E for this sort of thing21:23
compdocthis is the only multipass Ive heard of:  https://www.amazon.com/QMX-Fifth-Element-Multipass-Replica/dp/B01CKHZXFM21:27
dbuggerDoes anyone has an idea why could it be that some programs are taking A LOT of time to open up?21:27
compdocdo those programs access the web?21:28
dbuggeroh wait, I just found this thread21:29
dbuggerhttps://askubuntu.com/questions/1184774/some-applications-on-ubuntu-19-10-very-slow-to-start21:29
dbuggerIm going to try restart21:29
robertparkerxrsync -chavzP --stats /path/to/local/storage user@remote.host:/path/to/copy --- if I am doing this from the machine and wanted to copy to local, is it okay?21:33
dbuggerOk, yeah, it worked21:34
dbuggerhttps://askubuntu.com/questions/1184774/some-applications-on-ubuntu-19-10-very-slow-to-start21:34
cgican anyone tell me what this df output means -https://paste.ubuntu.com/p/5Xs8g3RPKB/ ? what is the mapper mount? Also, is there a better tool than df to look at free drive space - I see a lot of loop/tmpfs in its output now?21:34
rockylhotkahttps://multipass.run - a canonical product to make it super-easy to run Linux instances21:35
rockylhotkacompdoc21:35
rockylhotkaThough I love the 5th Element reference!! ;)21:36
compdoccool. I use kvm and virt-manager, and you can set where the image is stored21:37
rockylhotkaMy host is Win10 with HyperV - it looks like kvm requires a Windows host?21:39
compdocthere might be a kvm for windows, but I only use it on ubuntu servers21:40
compdocI found that kvm is faster than hyper-v21:44
cgianyone has a good pointer for me for a replacement for "df" which does not show loops/mappers/tmpfs etc. Something easy - preferably even a gui?21:45
sarnoldcgi: that's from LVM https://wiki.ubuntu.com/Lvm21:46
rockylhotkaCould be - but I run a lot of other stuff in hyper-v (android emulators, other OSes) so uninstalling it to install a different hypervisor isn't realistic - at least not on my dev workstation21:46
sarnoldcgi: df can take arguments: eg df .  or df . / /home21:46
rockylhotkaThis multipass tool is really quite amazing in terms of making it super-easy to install and interact with ubuntu server instances21:47
cgisarnold, so i should skip "mapper" stuff as well?21:47
cgisarnold, I am trying to look at the different SSDs on my machine and how much space do i have21:47
rockylhotkaJust need to figure out how to get the virtual drive images to sit elsewhere - maybe some symbolic links are in order21:47
rockylhotkaof course I need to find where it put the image in the first place...21:48
robertparkerxThat's it21:49
rbasakcgi: df has the -x option21:57
rbasakcgi: so "df -x squashfs -x tmpfs" for example21:57
rbasakYou could alias that21:57
cgirbasak, https://paste.ubuntu.com/p/5Xs8g3RPKB/21:58
cgirbasak, I want a simpler representation of this - preferably not mapper/loop/tmpfs cobbled df21:58
rbasakcgi: what do you expect to see instead?21:59
ducassecgi: df alsp has -t to only list certain fs types21:59
rbasakcgi: you can run "lsblk" to see the structure. That might help explain what you're seeing.22:00
compdoccgi, you ever look at System Monitor?22:06
=== westor{off} is now known as westor
nikolamHi, I have a strange siguation where WoeUSB (creator for bootable images form ISO) seems frozen, without refrshing the windows, while at the same time "xiccd" is using large cpu time on one CPU core...22:18
tomreynnikolam: which graphical desktop are you using, which ubuntu version?22:23
nikolamtomreyn, thank you for asking, Xubuntu 19.10, Xfce,22:24
tomreynxiccd doesn't seem to be a requirement there, did you install it manually?22:25
tomreynwoeusb is not part of ubuntu, thus not something we can really support. but check your logs for any error messages regarding the two and colord22:26
nikolamcould be required I don't know, let me check: it is dependency of xfce4-settings22:26
tomreynah, so i missed this22:29
tomreynjournalctl -b   lets you review what was logged since the latest boot22:29
cgicompdoc, system monitor also shows a mess of loops/tmpfs/mapper etc. If a machine has 2 or 3 SSDs for storage, why not a simple visualization of how much is used, how much is free?22:29
cgirbasak, here is the mess I am talking about: https://paste.ubuntu.com/p/7xTDYNwByP/22:30
pragmaticenigmacgi, try baobab, it's a graphical representation of the utilized space on your system. On my system, it does not show the loop back devices used by snap instances. "sudo apt install baobab"22:34
tomreyncgi: alias df='df -x squashfs -x tmpfs -x devtmpfs'; df22:36
=== rangergord_ is now known as rangergord
nikolamtomreyn, woeusb seems doing it's job, looking alive, xiccd still doing it's cpu hog, One thing to mention is I recently added new repo, signal-xenial.list deb [arch=amd64] https://updates.signal.org/desktop/apt xenial main22:36
tomreynnikolam: you could look for existing bug reports against xiccd or report one yourself:22:37
tomreyn!bug | nikolam22:37
ubottunikolam: If you find a bug in Ubuntu or any of its official !flavors, please report it using the command « ubuntu-bug <package> » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs.22:37
tomreynand would then probably come across bug 184580022:39
ubottubug 1845800 in xiccd (Ubuntu) "xiccd consumes 100% CPU" [Undecided,Confirmed] https://launchpad.net/bugs/184580022:39
=== im0nde_ is now known as im0nde
rbasakcgi: so you can do the same with "lsblk -e 7" if you don't want to see the loop devices22:40
rbasakAnd set an alias for that, etc.22:41
tomreynnikolam: generally, a better place to discuss xubuntu specific issues is #xubuntu22:48
nikolamtomreyn, great things, thanks.22:51
altendkyi am having a similar issue as https://bugs.launchpad.net/ubuntu/+source/linux-oem/+bug/1844798 but in 19.10 with the 5.3.0 kernel (or at the moment mainstream 5.3.13).  should i just `ubuntu-bug linux` and explain it and reference the issue above?  or use the 'Also affects distribution/package'?  or...  thanks.22:54
ubottuLaunchpad bug 1844798 in OEM Priority Project "[SRU][OEM-B]UBUNTU: SAUCE: enable adjusting brightness on some samsung OLED panels" [High,New]22:54
=== Disconsented is now known as TR3990WX
dkawhere does modem manager gui store sms ?23:04
tomreynaltendky: fixes which go into -oem kernels are usually not going to be backported into the same kernel versions' -generic packages. This (or a modified copy of this) patch *may* land in upstream Linux at some point and thus end up in future generic kernels. for now, if you depend on this patch, your best option may be to use linux-oem on 18.04 LTS.23:06
=== TR3990WX is now known as Disconsented
=== Phruis` is now known as Phruis
=== Disconsented is now known as TR3990X
V7Hey all23:17
altendkytomreyn: so backlight (and suspend resume) work in 19.10 oem.  I thought I had checked that before.  Though wifi isn't detected for it.  Hmm.  Even just a kennel option with 5.3.0 was able to get backlight adjustment to do something, just seemed to have bad scaling.23:18
V7We have such config https://paste.ofcode.org/s94ZqP6w3528C3uE9iBp9W i.e.23:18
V7A part of it. As the result, getting message in auth.log: "Received request to connect to host localhost port 10123, but the request was denied."23:19
V7What might this be?23:19
faLUCEhello, is there a media player with a GUI that allows me to change the pan/volume of each channel (for a 6 channels audio) ?23:20
V7faLUCE: Audaciours23:20
sarnoldfaLUCE: pavucontrol may let you do the channels, but it's most certainly not a media player23:20
V7Audaciouc*23:20
faLUCEV7: it's an audio editor23:21
V7Hole moly ... audacious*23:21
V7faLUCE: It's not23:21
faLUCEI would avoid to open huge files with it23:21
faLUCEnot?23:21
V7You're about Audacity23:21
oerhekscheck out ubuntustudio repos23:22
faLUCEV7: thnks, let's try it23:22
oerhekshttps://packages.ubuntu.com/bionic/ubuntustudio-audio23:22
V7It has some themes to change. Some of them might have pan setting on GUI23:22
V7Btw, does anyone know what might it be with SSH?23:23
V7Removing AllowAgentForwarding doesnt' cahnge anything23:23
V7^^ these typos ...23:23
tomreynaltendky: my (limited) understanding about OEM kernels is that they're meant to be used on LTS releases only, so 18.04 LTS would be the latest at this time.23:24
tomreynaltendky: if the default 19.10 kernel mostly works for you, then you could just stay with this until 20.04 LTS releases (and upgrades become available, or you'd do a fresh install).23:25
faLUCEV7: I don't see the multi channel dialog in audacious23:25
faLUCEI just installed it23:25
=== TR3990X is now known as Disconsented
altendkytomreyn: i installed https://packages.ubuntu.com/eoan/linux-oem  https://paste.ubuntu.com/p/nBgH89tKNs/23:25
tomreynTR3990X / Disconsented: please limit your nickname changes to what's strictly needed while on #ubuntu23:26
faLUCEsarnold: how can I do that with pavucontrol? I just  opened it, but don't see this dialog23:27
tomreynaltendky: yes, this 4.15 kernel is available there, i'm not sure it's a good idea to use a kernel version lower than what the 19.10 release comes with by default, though.23:28
altendkytomreyn: mainline 5.3.13 (well 5.3.12 is sufficient) gets suspend working but not backlight adjustment.  4.15 oem gets suspend and backlight but not wifi (though i didn't look into it at all yet).  i mean, if i can isolate the backlight fix i'm not against building my own kernel if ubuntu isn't going to fix it 'soon'.23:28
altendkytomreyn: yeah, i don't really want to be using 4.15, was just finding that it worked (maybe i tried it for some other issue before)  (maybe i should be more organized in what i'm trying..)23:29
altendkybut at least now i'm starting to feel like i have a clue...  oh, and i still need to figure out hdmi not working.23:29
V7faLUCE: Oh, sorry. Though there were such.23:30
V7I didn't see such player, but processors23:30
V7I.e. https://qtractor.sourceforge.io/qtractor-screenshots.html23:30
V7Also, as oerheks said, you may want to try using pulse or alsa tools for that23:31
tomreynaltendky: i don't think anyone here will be able to help you with issues you just name but whose essence you're not discussing, log, error messages and user experience details you are not providing. (also, i need to leave now, but maybe others can help if you provide those.)23:32
altendkytomreyn: my apologies, that was a pointless passing comment.  Though I haven't found logs showing anything at all yet when I attach a display.  And I did have it working at some point so I need to think back and explore a bit.23:33
tomreynaltendky: no need to apologize, i'm just trying to suggest how you can get better support. ttyl.23:35
faLUCEsarnold: pavucontrol does the job 1perfectly! thanks23:38
sarnoldyay! :)23:39
sarnoldI've never had audio that complicated, two channels still feels like a lot23:40
* sarnold *beep* *beep*23:40
AppAraatso I've installed 18.04 in a VM, and this caught my eye: https://paste.debian.net/1118318/ - I was wondering why the snap version of tmux has 1. License = Proprietary and 2. Older than the apt version? :p23:41
shibbolethhttps://arstechnica.com/?p=162373523:41
sarnoldAppAraat: can you pop into #snapcraft and ask for help?23:42
shibbolethgood news it would seem. 14.04 had upstart ,18.04 had netplan, what is going to be "hey, let's try this with 20.04?23:42
shibbolethxeinail was actually quite nice23:42
shibbolethxenial23:42
AppAraatsure23:43
oerheksstandard: trust the snap owner .... Last updated 23 February 201723:43
ryuoshibboleth: err... upstart was introduced much earlier than 14.04...23:43
oerhekshttps://snapcraft.io/tmux23:43
AppAraatwhile latest stable is 2.9a :D23:44
oerheksthis page gives an other maintainer too.. https://launchpad.net/tmux23:45
AppAraatI actually have a script that downloads and compiles latest stable tmux on debian/ubuntu systems and I usually use that, but I found the whole snap thing to be peculiar. Especially the proprietary license part.23:46
oerheksyes, Eoan, and next Focal is on 3 ..  https://launchpad.net/tmux/+packages23:46
oerheksagreed, prop is a mistake in this23:46
oerheksgood spot!23:47
AppAraatty23:47

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