/srv/irclogs.ubuntu.com/2019/07/08/#ubuntu.txt

BiessieGallomimia Thanks00:00
filifunkyGallomimia still here!  all of sudden I was able to see it, but I'm unable to mount it because of "unknown file system 'exfat'"00:01
filifunkybut the box of the reader says ok for Mac OS00:01
filifunkyboth ubuntu and mac os are linux right?00:01
Gallomimiano00:01
Gallomimiamac osx is based on a unix kernel... from some flavor of bsd i believe00:02
Gallomimiait's a USB device right? type lsusb into terminal00:02
Gallomimiawhat is on this card you're reading?00:02
filifunkyahh ok.  I just looked at the setup guide and it says good for linux kernal 2.4.1 and above00:03
filifunkyyes it is a USB00:03
filifunkyphotos00:03
Gallomimiaoh dear. it sounds like it's formatted for windows and... i thought exfat was readable on linux and ubuntu00:03
rfmrobertparkerx, I suppose it's possible the interface was a simulated type that no longer has drivers in the kernel, but I don't know enough about that to recommend a fix.  You really need to find whoever set up this machine in this odd way..00:04
Gallomimiafilifunky, seems you need some added software to get it to work: https://askubuntu.com/questions/1057423/ubuntu-18-04-does-not-mount-2tb-exfat-drive-even-after-installing-exfat-fuse-exf00:04
rfmrobertparkerx, what you could do which is at least reasonably safe would be just to comment out the "auto eth1" line in /etc/network/interfaces00:05
filifunkyoh!  ok I'll check that out Gallomimia...is there anything from this lsusb command that should be interesting?00:05
Gallomimiayou should see the device you plugged in, a description of it, brand name, so forth00:05
Bashing-omfilifunky: 'exfat: install -> ' sudo apt install exfat-utils exfat-fuse ' . then try again to read the device.00:05
rfmrobertparkerx, then it should get further in the boot, although the net 10 interface won't be configured and presumably it was there for a reason00:06
Gallomimiais exfat now in the standard repos? my quick google search showed people needing a PPA or a separate download00:06
filifunkyi love you guys00:06
filifunkyi see my photos00:06
Gallomimia.... wow that was fast00:06
robertparkerxno errors now but it still boots into emergency mode00:07
Gallomimiai'm creating a new LV for my root fs. a ubuntu 19.04 install is going in there. in the past i used 16gig slices. how big is recommended these days (/home is separate)00:07
rfmrobertparkerx, there must be some error somewhere. Try "systemctl list-units --failed" to see if there are other failed units, then systemctl status <failed unit name> to see its messages00:11
Gallomimiai have a bootable install on a partition of a disk drive. it's something like 220gigs. used about 12 gigs. i want to copy that partition onto an LV of size... oh, 24 gigs, let's say. what's the best way to do that? dd and cat source > dest are going to have too much data to copy, right?00:13
robertparkerxrfm, https://d.pr/i/AXzR2z00:13
robertparkerx"failed to run 'mount' task: Too many levels of symbolic links00:14
Biessie19 > 18.10 ?00:17
Gallomimiathe version numbers you're looking at are dates of release00:17
rfmrobertparkerx, well, at least whoever did this screwed everything up in the same way.  Looks like /usr/local/www was set up badly just like /var/log was.00:18
Gallomimia!yy.mm | biessie00:18
ubottubiessie: Ubuntu version numbers are: YY.MM (YY=release year,MM=release month). Each year sees two releases, so just specifying YY is imprecise. See also https://www.ubuntu.com/about/release-cycle00:18
Gallomimia... where's the bot?00:18
Gallomimiaphew. thought it was dead!00:18
BiessieGallomimia  :)00:18
Biessiescrew it up updateing from 18.10 to current00:18
Biessiei was on 16.04 LTS00:18
Gallomimiaso yes, 19.04 comes after 18.1000:18
Gallomimianeither of which are LTS, that's 18.0400:19
rfmrobertparkerx, I guess we should check that the /usr/local/www symlink points to /mnt/sdb1/www and if it does, remove the /usr/local/www line from /etc/fstab just like we did with /var/log00:19
Gallomimia!LTS | biessie00:19
ubottubiessie: LTS means Long Term Support. LTS versions are supported for 5 years on the desktop and server. The latest LTS version of Ubuntu is !Bionic (Bionic Beaver 18.04). Ubuntu !flavors may have different support durations, check their release notes for information.00:19
robertparkerxOkay00:19
Biessieoops - yea thats what i was on 18.04** idk why i said 16.0400:20
robertparkerxrfm, it does linkk there00:20
Gallomimiai personally recommend not updating. a clean install is better. at least in my experience00:20
BiessieThis is just a play server. i learn on it and fool around and host my ZNC on it lol.00:22
Biessiejust dabbing around00:22
Svetaupgrade from lts to lts is okay00:22
Biessiewhat would cause issues upgrading? what are the common errors?00:23
robertparkerxYOU ALL ARE THE BEST! I AM BACK IN00:23
SvetaYay.00:24
Gallomimiabiessie if we knew the answers to that question, it wouldn't be such an issue. it's my personal opinion that having a system to test upgrades on is very difficult, because the part of the equation missing from such a test-case is where you use that system for 6 months to 2 years, apply updates, and change configurations.00:25
Bashing-omBiessie: 3rd party software - proprietary drivers.00:25
Gallomimiaall of the changes you apply to a system by using it every day for however long. how should a tester repeat this 20 times, for every different user?00:25
Rojolahi00:28
RojolaI am in trouble with a process that I can not kill00:28
Rojolathe process changes its PID constantly VERY quickly00:28
Gallomimiaprocesses don't change pid's00:29
Rojolato I never know that process to send the kill signal to00:29
RojolaGallomimia, the PID changes. Really00:29
Gallomimiaif its changing pid, that means its a new spawn of the same process.00:29
Rojolahttps://filebin.net/8pdcj1xdogh6i5wc/countly.png?t=pcy8813r00:29
Rojolawhat is this "countly" ?00:29
Gallomimiathe old one quit and a new one spawned. you'll have to cut it off at the source00:29
Rojolakillall -9 countly does not work00:29
Rojolaok but where is the origin of this process?00:29
robertparkerxI'm back in but I tried to `apt -f install` to get mysql-server installed and back working. I got this error https://d.pr/i/ON6QS800:30
Gallomimiaits probably started by a system script somewhere00:30
BiessieBashing-om : Makes sense00:30
RojolaGallomimia, so I can not find out the source?00:31
Gallomimiahttps://resources.count.ly/00:31
Gallomimiai recommend a healthy dose of RTFM and looking for how to stop it or remove it00:32
robertparkerxThis is what systemctl status mysql.server output -- https://d.pr/i/CocDQo00:32
RojolaGallomimia, I did not realize there is something outside linux causing this00:32
Gallomimiai also recommend you figure out where this program came from. what is it doing on your system?00:32
robertparkerxI think this is related to /var/log/00:33
rfmrobertparkerx, if the system now has networking going, can you "sudo llshw -class network ! nc termbin.com 9999" and post the link, so I can try to see why eth1 disappeared?00:33
Bashing-omBiessie: Mind you - reverting to as close to default as possible - I have never ever had an issue release upgrading. As a test I have even gone from 12.04 all the way to 18.10 !00:33
RojolaGallomimia, I definitely did not install it willingly / knowingly00:33
Gallomimiawell then. you might have much more serious problems than having a runaway process you cannot kill00:34
Gallomimiabut yes. any time you kill a process and it reappears with a new pid00:34
robertparkerxrfm, llshw command not found00:34
BiessieBashing-om : That makes me feel a little better. I dont really modify anything outside of setting up HTTPD and modifying my sshd ports etc00:34
Gallomimiathat means you have some system script keeping it running. it's part of the service manager00:34
Biessiealso installing other servers things like that.00:34
Gallomimiaso perhaps sysctl stop countly will do the trick. who knows00:35
RojolaGallomimia, I renamed /usr/bin/countly  to  /usr/bin/TESTING00:35
RojolaGallomimia, it still runs00:35
Gallomimiayou're running ubuntu 18.04 or perhaps newer?00:36
rfmrobertparkerx, sorry I typoed, just one l : "sudo lshw -class network | nc termbin.com 9999"00:36
GallomimiaRojola, what kind of computer is this? is it at home? is it hosted by some provider?00:36
RojolaGallomimia, bionic00:36
RojolaGallomimia, home / laptop00:37
RojolaI managed to stop it00:37
Rojolathank you!00:37
Rojolahowever, uninstalling seems to be harder00:37
RojolaI don't know what package is resides in00:37
Rojolabut it must go - it drains so many resources00:38
robertparkerxrfm, it's listing options but not posting anything00:38
Gallomimiauh. there's a command to ask the package manager who put it there. does anyone know that?00:38
Gallomimiadid you install some web hosting packages?00:39
Gallomimiait's a website analytics engine00:39
RojolaI ran a "locate" command00:39
Rojolait seems to be a node module00:39
Gallomimianodejs? sounds about right00:39
RojolaI'm googling how to uninstall a nodejs package00:40
rfmrobertparkerx, strange, maybe it doesn't like the class name.  how about "sudo lshw | nc termbin.com 9999"  it will be (much) longer but should have the info I want00:40
Rojolabrb00:40
coz_countly analitics00:40
Rojolanpm unintall countly00:40
Rojolathat works!!00:40
Rojolathank you very much Gallomimia for your help!00:41
Gallomimiacool00:41
Gallomimiai learned a lot00:41
Rojolame too00:41
Rojolathank you!00:41
Gallomimianpm node package manager?00:41
Rojolayes00:41
RojolaI believe so00:41
Rojolaafk for a moment00:42
robertparkerxrfm, I cannot find | key on swedish keyboard. This server has a strange keyboard layout.00:45
Gallomimiano pipe key, no forward slash?00:47
Gallomimiarobertparkerx, i was looking at your previous post of "could not open /var/log/mysql/error.log"00:47
Gallomimiait seems really obvious to make sure that file is both existing and writable00:47
rfmrobertparkerx, well, I have to bail anyway.  good luck00:47
robertparkerxGallomimia, it exist00:48
Gallomimiawritable by the mysql user00:48
robertparkerxchown mysql:adm /var/log/mysql/error.log00:48
Gallomimiadisk not full?00:48
cyberpoliceon 19.04 live iso, what is the best way to mount the sdb so i can make files on it without sudo all the time00:48
robertparkerxNo00:49
Gallomimiacyberpolice, if you mount it with a graphical utility, like Disks, it should mount under /media/yourusername/diskname and be owned by you00:49
cyberpoliceGallomimia: well i tried with udisksctl mount -b /dev/sdb but it was still owner of root? isnt it suppose to mount it for me as my user00:50
robertparkerxGallomimia, I am getting permission denied for it00:50
robertparkerxI see that in systemctl status mysql.server00:50
cyberpoliceGallomimia: i just tried that too, it also makes it owner of root00:52
Gallomimiai don't think you want a mount -b00:52
cyberpoliceGallomimia: in fact, /media/ubuntu is owned by root as well00:52
cyberpoliceand so is /media00:52
Gallomimiathat's normal00:52
cyberpolicedid i mess it up somehow00:52
Gallomimiajust the command that looks strange to me00:53
Gallomimiamount /dev/sdb1 /media/ubuntu/afoldername00:53
Gallomimiayou need to make that folder first00:54
Gallomimiaand you can't mount a disk. you need to mount a partition on that disk00:54
cyberpoliceoh i typod it, i had tried udisksctl mount -b /dev/sdb100:54
robertparkerxI have tried to chown mysql:mysql /var/log/mysql and mysql:adm I still get permission denied00:55
Gallomimiaforgive my ignorance, but what is udisksctl ??00:55
cyberpolicenot sure but someone here told me to use it00:56
Gallomimiamaybe it makes that folder for you.... let's read the man page shall we?00:57
MRD365¥£€€¢£¥€€£€£¥¢€¢¥£€¢¥£€¢00:57
MRD365+++++++++++++++++++++++++++++++----+--00:57
cyberpoliceGallomimia: yeah it does make the folder, but it was owned by root :/00:58
Bashing-omGallomimia: cyberpolice : udisksctl -> the file browser calls the udisks daemon via the udisks library00:58
Gallomimiathe what?00:58
Gallomimiasounds to me like systemd is looking to depart from gnu00:59
* MRD365 00:59
Gallomimiakick that guy please00:59
hggdhMRD365: yes, nice, we see you. Now please keep on topic00:59
MRD365ok00:59
cyberpolicei just tried to mkdir /media/ubuntu/mydir; chown -r ubuntu:ubuntu /media/ubuntu/mydir; sudo mount /dev/sdb1 /media/ubuntu/mydir; touch /media/ubuntu/mydir/file and i have no permission01:00
Gallomimiawho owns ubuntu/mydir now?01:01
Gallomimiasecond question. what FS is on this device? is it possible the permissions are all set to root before you began?01:01
Gallomimiaor maybe it's a permissionless FS01:02
cyberpoliceits ext4, i dunno but now i just chown -R ubuntu:ubuntu /media, and now i can do it01:03
cyberpolicei guess its solved01:03
robertparkerxI get `cannot open file '/var/log/mysql/error.log' for error logging: Permission denied` error in systemctl status mysql.server. I have checked the permissions and they seem okay. I have changed it to chown mysql:mysql01:04
Gallomimiashouldn't have to do that. also, i checked on my own /media/ubuntu currently booted from a LiveUSB and it's both owned by root01:04
robertparkerxI have ls -la //var/log/mysql01:04
Gallomimiamight want to be sure of who the username is for mysqld process01:05
robertparkerxGallomimia, I try to change it to mysql:mysql but when I apt -f install it changed it to mysql:adm01:09
calamariEickmeyer: I saw Ubuntu Studio mentioned on the announcement reversing the 32-bit decision. Thank you for helping to get that resolved.01:17
=== cyp3d_ is now known as cyp3d
cyberpolicei want to move files from samba share (windows) to an external hard drive i have. will it make a difference to use rsync? or shall i use mv01:32
=== zbenjamin is now known as Guest3015
=== zbenjamin_ is now known as zbenjamin
phantom_data34Is it true that installing 19.04 chromium-browser via apt actually installs the snap version?01:34
ryuophantom_data34: it shouldn't be. apt isn't for snap stuff.01:37
ryuothough apt can install the snap software.01:38
phantom_data34Trying to decide if im going to use ubuntu or debian. I haven't used ubuntu in a while but I just saw a yt video where the guy pretty much made it seem like they are trying to sneak snaps onto people's systems.01:39
phantom_data34would rather use ubuntu but obv cant have that.01:39
ryuophantom_data34: sneak? i guess they mean snap software comes preinstalled though no snaps do that i can tell.01:41
ryuophantom_data34: link? also, should probably take this to #ubuntu-offtopic01:42
phantom_data34Like I like snaps for the server. On my desktop id rather use traditional packages. Made it seem like even if I was going out of my way to use apt, I would have to really be paying attention or snaps would end up on my system.01:43
ryuophantom_data34: eh, i can't really say what they meant without seeing it.01:43
ryuophantom_data34: all i can say is i've seen them make snapd a "recommended" package for official flavors. but that doesn't come with any snaps installed afaik.01:44
ryuomeaning it's optional but gets pulled in if apt is configured to install recommendations automatically.01:45
ryuoiirc, i found i could blacklist snaps from my custom installs of ubuntu.01:47
phantom_data34thanks. I'm prob gonna use the minimal install and do as much as possible manually. I like Ubuntu so i'll prob just setup a machine and give the benefit of the doubt. From what u said looks like its fine atm.01:50
ryuophantom_data34: you familiar with debootstrap?01:51
ryuoi've used it many times to install stuff, but it requires some experience to configure it.01:51
ryuoit install ubuntu-minimal by default.01:52
ryuoyou can blacklist packages by configuring apt to "pin" them to -1 or so. they'll never get chosen then.01:52
ryuothough if it's a critical package it might make some things impossible.01:52
Bashing-omphantom_data34: One can also purge snap from the system :)01:53
phantom_data34naah I normally use bsd on my desktop. I only use linux on the server and just use aws' ubuntu or whatever. In a situation where it would be way more convenient to use linux for a while tho. I'm looking at debootstrap tho and it looks interesting.01:54
ryuophantom_data34: it's also possible to blacklist the telemetry packages they added in 18.04+.01:54
phantom_data34Bashing-om: yeah idk if im gonna remove it tho and then apt install -y chromium, and it goes and auto installs a bunch of snaps on my machine01:54
ryuophantom_data34: if you want me to grab my notes on this method, i can send it to you in PM or so.01:55
phantom_data34ryuo: yeah im too much of an ubuntu noob i think. I'm prob going to end up with stuff running on my machine that I would want to turn off but im unaware of01:55
phantom_data34yeah im already throwing down everything you said in a text file. If you just want to pm me links or whatever01:55
ryuowell, it's mostly stuff i keep offline. i don't keep online copies of it.01:56
ryuoand it always needs adjusting for the specific system it's for though some of it stays the same.01:56
ryuook, found it. sec.01:57
ryuothe one i used for a desktop (laptop) install01:57
robertparkerxCan anyone help? I'm upgrading 14.04 to 16.04 and I got everything working. I'm back into default console. The only problem is when installing mysql-server-5.7 I get a permission denied error and it won't complete the installation.01:58
phantom_data34sweet I'm going to be installing on a laptop01:58
robertparkerxI checked with ls -la and it appears its chown mysql:adm01:58
BiessieWorked no issues02:00
Biessie18.04 -> 18.10 -> 19.0402:00
Bashing-om!yay | Biessie02:01
ubottuBiessie: Glad you made it! :-)02:01
BiessieExcited02:02
rfmrobertparkerx, you're running the install as root, right?  so it02:04
rfmrobertparkerx, so it should be hard to get a permission error.  Have you determined what file is giving the error?02:04
robertparkerxrfm, /var/log/mysql/error.log02:05
rfmrobertparkerx, that same /var/log they've moved to /mnt/sdb1.  I wonder if they mounted it with some funky options.   What does "grep /mnt/sdb1 /proc/mounts" say?02:09
robertparkerxrfm, https://d.pr/i/tvU0OO02:11
rfmrobertparkerx, that looks ok02:11
robertparkerxI'm lost on what to do. I've changed permissions. The installer seems to change them tto `mysql:adm` no matter what I change it to.02:23
Gallomimiathat's probably a good user and group. i think you should try to do something as that user, pretend you're trying to open the file and see what the issue really is02:36
Gallomimiamaybe use some file inspecting tools? like stat and some other things i don't know about02:36
Gallomimiait sounds like the filesystem has an issue, or maybe there's a lack of permission in one of the nested dirs?02:37
rfmrobertparkerx, sometimes the problem is with a enclosing directory.   "ls -lad /var/log/ /var/log/mysql /var/log/error.log' please (the extra / on /var/log is so we get the permissons on the target dir, not the meaningless symlink permissions)02:39
robertparkerxrfm, https://d.pr/i/sNV5w902:41
Gallomimiasay how do i install a snap that i already have on another drive? i can copy it into the directory but the command snap install vlc just downloads it02:42
Gallomimiais it just me or is my internet going supremely slow?02:43
Gallomimiathat's the same question twice02:44
rfmrobertparkerx, don't see anything wrong there02:47
rfmrobertparkerx, I wonder if the mysql user needs to be in the adm group in order for the sticky group bit to work?  (I wish I had a working mysql install to compare to, but I don't even have a 16.04 system anymore)02:52
rfmrobertparkerx, what does "groups mysql" say?02:53
robertparkerxhttps://d.pr/i/2zPehL02:53
robertparkerxIs that the problem?02:53
robertparkerxmysql:mysql02:53
=== [b0b] is now known as b0b
rfmrobertparkerx, well I guess it's easy (and not risky) just to try adding mysql to the adm group:   "adduser mysql adm", then try the install again02:55
robertparkerxrfm, I still get permission denied.02:57
rfmrobertparkerx, I'm out of ideas.03:01
robertparkerxrfm, thanks for your help!03:11
robertparkerxHonestly, thanks a lot!03:12
blasterwhat's the proper way to run something on startup? I tried adding a service to /etc/init and then it says not found when I run service ... start03:47
ryuoblaster: these days? systemd service files.03:48
ryuoblaster: or, you can use /etc/rc.local if it's a one time per boot command.03:48
blasterit's just to start a chrome remote debugging instance, one liner03:49
blasterI'll try rc.local.  Thank you.03:49
WoCfor functional OpenCL, would i have to switch to rocm ?03:49
WoCfor amd apu/gpu that is03:50
WoCblaster, afaik per default rc.local is not enabled03:51
blasterYeah I just found that out.03:54
blasterSo you have to go to the trouble of creating a systemd service just to run a command on boot?03:54
WoCor enable the rc.local from the service file for it03:54
WoCi.e. /usr/lib/systemd/system/rc-local.service03:56
WoCMay the force be with you blaster03:57
blasterBy the looks of it I'm gonna need it03:57
WoCas do I, as do I03:57
blasterftlog..03:58
blasterJul  8 03:58:08 ci rc.local[1331]: [0708/035808.917355:ERROR:zygote_host_impl_linux.cc(89)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180.03:58
WoCHmmm, user crontab ?03:59
WoCor run it with su - user -c command04:00
blastermy only user is root04:00
WoCoh04:01
WoChack the source and rebuild ;)04:01
blasterlmfao04:01
blasterNO04:01
lotuspsychjekeep it ubuntu support related please04:02
lotuspsychjeblaster: wich ubuntu version are you on?04:02
blaster19.0404:03
WoClotuspsychje, wb. Any suggestions on working OpenCL for amd apu/gpu, Would i need to switch to rocm or is there an easy way ? (19.04)04:03
WoCAnyone recall at what version ubuntu switched to systemd ?04:32
DiebuntuHi! I have a directory that's full of subdirectories and in those subdirectories there's only one .png file with the name preview.png. I want to move all the .png from all the subdirectories to a single directory. Is there a way I can move all files from all different folders and rename them at the same time?04:33
DiebuntuUsing catfish, I was able to get all files listed, but I'm unable to move them at the same time because they all have the same name.04:34
WoCDiebuntu, i take it all the files named preview.png does not have the same contents ?04:36
DiebuntuThat's right, they're all different images.04:37
DiebuntuCould there be a command like ls -R mixed with mv?04:47
tarzeaumy /var/log/syslog fills up / with audit: type=1400 audit(1562560390.012:723): apparmor="DENIED" operation="connect" profile="/usr/sbin/cupsd" name="/run/nslcd/socket" pid=2846 comm="cupsd" requested_mask="w" denied_mask="w" fsuid=0 ouid=004:52
tarzeau6 GB/day04:52
rfmWoC: 15.04 (Vivid) was first systemd, confirmed in https://wiki.ubuntu.com/VividVervet/ReleaseNotes04:53
DiebuntuI found this command, could this work $ find . -iname "*dbg*" -exec rename _dbg.txt .txt '{}' \;04:55
DiebuntuNever mind, it's not going to work, I'll just be renaming them, but they'll still have the same name.04:58
robertparkerxrfm, I got the installer working by changing the error_log path to /var/lib/mysql05:00
mplsjokeranyone know how to enhance the video playback quality in ubutu?” #the current video format is05:12
mplsjoker3gpp05:12
tarzeaumplsjoker: using which player? on what hardware? video driver?05:13
mousesHi all!  I'm on a ideapad Y510P running 18.04.2 -> very happy, except for my trackpad - it's just a pain.  Selecting just a few words out of a paragraph is a hot mess, it's too 'twitchy' and selects lines above/below it and is just unworkable.  Using the normal settings menu, I decreased the sensitivity - but that's not the issue, even at super slow acceleration it's just twitchy for fine control.  Here's05:13
mousesxinput list-props of the device: https://paste.ubuntu.com/p/FtzpdPjWJH/05:13
lotuspsychjemouses: did you make a bug yet?05:14
mouseslotuspsychje: No, as I don't think it's a 'bug' as much as it's just my settings/hardware/configuration05:15
lotuspsychjemouses: if something isnt working by default, i would consider that as a bug05:16
mouseslotuspsychje: it's not that it's 'not working' -> it's just a bit jumpy/twitchy for my taste, even at super low acceleration in the settings05:19
lotuspsychjemouses: maybe some tweaking in dconf-editor ?05:22
mouseslotuspsychje: maybe!  poking about now.05:22
Bashing-ommouses: trackpad should "just work" . What shows " dpkg -l xserver-xorg-input-libinput " for a status ?05:26
mousesBashing-om: http://paste.ubuntu.com/p/4zpZdDgpRT/05:26
mousesBashing-om: it works, it just gets super jumpy and twitchy with one finger held down and the other dragging to select text05:27
mouseslike picking 4 words out of the middle of a paragraph is a nightmare05:27
Bashing-ommouses: Well ! the input controller is not installed ! - have a read ' apt show xserver-xorg-input-libinput ' .05:29
mousesBashing-om: that's weird, this is a nearly totally stock install05:30
mouseslike it's been running for 2 days05:30
Bashing-ommouses: Well, all I can say is install the package and see the effects :)05:32
mouseslet's find out!05:32
mousesoh no05:32
mousesBashing-om: grrr I hate apt with a burning rage05:33
mouseshttps://paste.ubuntu.com/p/CPdQKkhYSK/05:33
mouses^^05:33
Bashing-ommouses: You do not even want to consider what life was like before a package manager :P05:34
mousesBashing-om: Oh, I remember :)05:34
mousesI'm just bad with apt, totally my fault05:34
mouseshow should I go about fixing that?05:34
Bashing-ommouses: does not look real serious :P .. what shows ' sudo apt update ; sudo apt full-upgrade ' see what else we have to deal with.05:35
mouses'full-upgrade' would take me to 19.0.x though, right?05:36
mousesor is that dist-upgrade05:36
mousesdon't want to move to non LTS05:36
mousesBashing-om: Regardless, nothing - update went fine, full-upgrade shows some leftover junk that can be autoremoved and 0 new, 0 upgraded, ran just fine05:37
Bashing-ommouses: "full-upgrade" just deals with things that "upgrade" will not deal with for the current install only. Now as we look good in these respects . try ' sudo apt install xserver-xorg-core ' :P05:43
Bashing-ommouses: You still keeping up ?05:52
mousesBashing-om: yup!  Sorry, had to feed a cat :)05:53
mousesBashing-om: okay, that worked05:54
Bashing-ommouses: :D Little ones.05:54
gigabytecan I talk in this channel05:54
gigabytethis is only the 4th damn channel ive tried already05:54
Bashing-ommouses: Now xserver-xorg-input-libinput "05:54
gigabyteits either +R +B + fucking i or its idle05:54
mousesBashing-om: just installed that as well05:54
gigabyteand im SICK OF IT05:54
mousesgigabyte: we hear you loud and clear, might want to avoid the language here05:54
Bashing-omgigabyte: Looks readable here to me :P05:54
gigabytekill me05:55
mousesBashing-om: should I give it a reboot now?05:55
gigabytewell, I just got sick of win 10 so I wanna learn more bash05:55
Bashing-ommouses: Reboot for good effect and let's see :D05:55
gigabyteill be asking lots of questions so please wow me with "how good ba]sh is"05:56
gigabytebash*05:56
mousesBashing-om: let's find out05:56
mousesback in two short shakes of a short sheeps tail!05:56
Bashing-omgigabyte: WQe do not do that - use it and you tell us :D05:57
gigabyteI neeed someone to teach me bash05:57
gigabyte:/05:57
blackflowgigabyte: ask mr. google?05:57
gigabyteso I thought going to a distro specific channel would be best05:57
blackflowgigabyte: so you want us to re-type here, for you, multi-page tutorials with examples, thta you can readily find online?05:58
gigabyteand since this channel already taught me before05:58
blackflowI'll do it. 200€/hr.05:58
=== morphis6328 is now known as morphis
gigabyteno man05:58
Bashing-omgigabyte: See: http://mywiki.wooledge.org/FullBashGuide . The better tutorial that I am aware of.05:58
mousesBashing-om: Ok, boot is normal, all is well - no change to mouse behavior though05:58
gigabytechecking05:59
mousesBashing-om: may just be me not being used to this touchpad05:59
blackflowgigabyte: and dont' forget, there's #bash where you can ask experts about particular issues, just don't expect essays.05:59
mousesgigabyte: I'll teach for $25/hr USD but you might want to head to #bash or use the web05:59
gigabyteyep but its idle05:59
mousestype what you want to learn about into the googlebings06:00
Bashing-ommouses: :( disappointing for sure . That was the only thought I had .. As I have no touchpad I can not look at what might be.06:00
mousesBashing-om: hey, it's okay - we fixed that package error!06:00
mousesBashing-om: It COULD just be me getting used to this new rig06:00
mousesit just makes me a insane that a laptop that is still worth a easy $1100 USD had a crap touchpad compared to my $150 USD chromebook06:01
mouseslol06:01
gigabyteis there a difference between pwd and ~06:01
mousespwd = present working directory06:01
gigabyteyes06:01
mouses~ = whatever that user's home is set to06:01
tarzeau$HOME usually06:01
gigabyteok I see06:01
mouseshence why if logged in as 'mouses' I can nano ~/Documents/note.txt vs nano /home/mouses/Documents/note.txt06:02
za1b1tsuso I updated my 18.10 to dingo and during the upgrade I got this https://ibb.co/4fhjYYR . After that it rebooted and I have dingo now, anything to worry about? Something I should fix?06:35
blackflowza1b1tsu: run apt update and apt upgrade, and see if it complains about anything.06:47
za1b1tsublackflow: No issues: All packages are up to date.06:49
za1b1tsuso I guess I can move on with my life06:49
blackflowza1b1tsu: probably. just a question, did you have a PPA enabled when you upgraded?06:49
za1b1tsublackflow, multiple06:49
blackflowand now they're disabled?06:49
blackflowbecause if you had software installed from PPAs, and now they're disabled, you have a bit of a problem there. It's possible there's package versioning or dependency collision that was expressed during upgrade, but not now, with PPAs disabled.06:50
WoCany suggestions on where i can change my clock settings so the hwclock is stored in localtime instead of utc ?07:02
WoCdual boot with Winblows07:03
blackflowWoC: timedatectl07:03
blackflowWoC: check the manpage and read about set-local-rtc  option07:03
WoCoh ok, ty07:05
WoCthanks again blackflow07:11
WoCworks07:11
blackflowyou're welcome.07:11
=== rubdos_ is now known as rubdos
za1b1tsublackflow, how can I see if have disabled PPAs?07:46
blackflowza1b1tsu: `apt policy` will show you enabled repos07:47
blackflowor just look through /etc/apt/sources.list(.d)07:47
=== imsurit_ofc is now known as imsurit
za1b1tsublackflow, apt policy shows only ubuntu sources, but sources.list.d/ shows a lot of ppas07:50
za1b1tsuthat means they are all disabled?07:50
blackflowza1b1tsu: are they commented out with # in the sources.list ?07:50
za1b1tsublackflow, they are not even present07:52
blackflowza1b1tsu: I don't get it. you just said "but sources.list.d/ shows a lot of ppas"07:52
blackfloware the lines commented out in those files?07:52
za1b1tsusorry I thought you ment commented out in sources.list07:54
za1b1tsuthis is an example: https://pastebin.com/iJEXcDw907:54
za1b1tsuin .distUpgrade and in .save are not commented out07:55
za1b1tsubut in .list it is07:55
za1b1tsuthis means they are disabled?07:57
blackflowza1b1tsu: I think so, yes, only .list files are sourced from there, so...07:59
za1b1tsuso I should uncomment what I want correct?08:00
blackflowza1b1tsu: you'll have to update the sources, eg. from "cosmic" to "disco" or whatever the correct respo is for those specific PPAs for disco08:00
blackflowthen run apt update and see if there are upgrades (apt update will tell you)08:00
Bashing-omza1b1tsu: be good to check that the PPAs are still supported in disco.08:01
=== Sveta is now known as Guest49135
Bashing-omza1b1tsu: For instance : http://apt.postgresql.org/pub/repos/apt/dists/ - this one is supported in disco :)08:07
za1b1tsuyes, thak you08:07
za1b1tsupackage managet in linux is interesting08:07
za1b1tsu*management08:07
za1b1tsuwonder which distro handles everything for you08:08
blackflowza1b1tsu: Windows. :)08:08
za1b1tsulol08:09
blackflowIt's simple in this case. PPAs are external repos. The Ubuntu upgrade process cannot possibly know how to handle the potentially infinite combinations when PPAs are in question, so it disables it. It is up to you, the user, to re-configure and re-enable what's eventually needed aftre the upgrade.08:10
za1b1tsuone thing though the update went smoother then I thought, heard some horror stories08:11
blackflowThe distro also can't know what you really want. do you want to continue using them? do you need to? Is the software from them now part of the main distribution? And an infinite set of other questions only the user can answer.08:11
chietai could ssh to a box from my localhost... the box have access to another network... how to bridging so my localhost could reach to another network?08:13
blackflowchieta: "bridge" for SSH connections or network bridge?08:14
chietassh connections08:16
blackflowchieta: google for "ssh jump host" then.08:17
za1b1tsublackflow, thank you for the heads up regarding ppas08:19
blackflowza1b1tsu: you're welcome08:19
Kendos-KenlenHello :)08:41
Kendos-KenlenDoes someone knows what could cause the recovery menu to not show up? I did an OEM install and recovery mode works while in OEM mode but does not when the real user account is created. The option is available in grub, has "recovery" as parameter, but nothing show up and I don't really know where to find infos about the error.08:43
GossetHello. Which wifi USB dongle do you recommend for Ubuntu 18.04?08:58
lotuspsychjeGosset: most dongles will work by default on ubuntu08:59
lotuspsychjeGosset: https://certification.ubuntu.com/09:00
Gossetmost dongles on Amazon?09:01
Gossetwell thanks09:01
=== imsurit_ofc is now known as imsurit
Kendos-KenlenOkay, I found the issue and it has just been fixed a hour ago : https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/1821252 :D09:12
ubottuLaunchpad bug 1821252 in friendly-recovery (Ubuntu Eoan) "systemctl set-default breaks recovery mode" [High,Fix released]09:12
=== imsurit_ofc is now known as imsurit
chietacool for the ssh jumping blackflow09:39
chietashould i ssh-copy-id also on the other network also?09:40
blackflowchieta: I guess so. You have to set the "other network" just as if you are accessing it directly, meaning it needs a valid login with a public key (or password if you really must).09:41
=== BrianG61UK_ is now known as BrianG61UK
hortielhi for emacs I have color issues.10:53
hortielhow do I save the file, where I change colors,fonts,etc ... the file is still plain ascii upon opening and all my changes are lost for background,foreground - colors... the same for bold,italic10:53
lotuspsychjehortiel: try #emacs10:54
hortielno one there10:54
hortiellol10:54
hortielbut this is a generic editing question...10:54
blackflowit's generic for emacs.10:55
lotuspsychjehortiel: we focus on ubuntu support questions here10:55
=== imsurit_ofc is now known as imsurit
=== Oli`` is now known as Oli
multifractalIs there a way of changing the CTRL+ALT+CURSOR shortcut to switch between spaces with the Unity Tweak Tool, in Ubuntu 16.04?11:40
lotuspsychjemultifractal: maybe look into compizconfig-settings-manager11:42
lotuspsychjemultifractal: and check settings in the unity plugin11:43
ochkepThere is now a way for foreigners to donate to MoveOn PAC without being detected and to help defeat Donald Trump in 2020. We have set up accounts that will take your donation and peg it to the name of someone who hasn't donated the maximum yet.  Best of all, this is 100% legal!  Help preserve human rights and global governance; donate to MoveOn.  “When a community starts to listen to each other, pull together, and work towards12:02
ochkepa common goal, then anything is possible.”12:02
ochkep— Chuck, MoveOn Mobilizer12:02
ochkepDonation information12:02
ochkepURI: bitcoin:bc1qyv7kug65090hq8yhzp76q2kvujt69p9pdxrjd7?amount=0.03000000&label=MoveOn&message=MoveOn%20202012:02
ochkepAddress: bc1qyv7kug65090hq8yhzp76q2kvujt69p9pdxrjd712:02
JuJuBeeI cannot seem to mirror my display when I connect to a projector.  Any thoughts?  I can only extend12:57
JuJuBeeboth resolutions are 1920x1080.  refresh rates are different and cannot be same (one goes up to 60 other only has 75)13:01
GossetHello. I want to use Mate DE. What do you recommend, install Mate DE on Ubuntu 18, or install Ubuntu Mate 18? THanks13:23
Gosset[Ubuntu Mate LTS is 3 years only]13:23
pragmaticenigmaGosset: It typically is better to install the Flavor of Ubuntu that has the DE you prefer upfront.13:24
leftyfb!yy.mm | Gosset13:24
ubottuGosset: Ubuntu version numbers are: YY.MM (YY=release year,MM=release month). Each year sees two releases, so just specifying YY is imprecise. See also https://www.ubuntu.com/about/release-cycle13:24
Gossetok13:24
Gossetbut installing Mate DE on Ubuntu gives me 5 years LTS13:24
Gossetisn't it?13:25
zambathe current gnome-session package is 3.28.. but there has been some critical bug fixes in 3.30 that i need to have installed13:25
Gossetinstead of 313:25
zambahow can i get that installed on 18.04?13:25
leftyfbGosset: Ubuntu 18.10 will no longer be supported by the end of this month13:25
Gosset18.0413:25
GossetI meant that13:25
leftyfbGosset: ok, you need to make that clear13:25
leftyfbGosset: if you need LTS, then I suggest installing Ubuntu 18.04 and then installing the MATE DE13:26
Gossetthat's what I wanted to read13:26
GossetxD13:26
leftyfbGosset: though, that would limit your support to the underlying OS, not anything related to the DE13:26
Gossetok13:26
leftyfb!latest | zamba13:27
ubottuzamba: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa.13:27
Gossetbecause Gnome 3 keeps the top bar and you can't even customize it right?13:27
Gossetwith Gnome 3 you can't create new bars13:27
zamba!backports13:27
ubottuIf new updated Ubuntu packages are built for an application, then they may go into Ubuntu Backports. See https://help.ubuntu.com/community/UbuntuBackports - See also !packaging13:27
leftyfbGosset: https://extensions.gnome.org/13:27
GossetI know there are extensions13:28
Gossetbut I've google it and it seems the top bar remains13:28
zamba!backports13:28
zambaubottu dead?13:28
ubottuzamba: I am only a bot, please don't think I'm intelligent :)13:28
GossetI don't start a flame, but I don't see Gnome 3 for desktop13:29
Gosset*want13:29
leftyfbGosset: https://extensions.gnome.org/extension/545/hide-top-bar/13:29
Gossetit hides it, it won't remove it13:29
pragmaticenigmazamba: The bot will only respond to the first request for within a given time frame. And the bot already responded to your inquery. If you wish to query the bot more frequently, please consider "/msg ubottu !backports"13:30
leftyfbGosset: https://askubuntu.com/questions/1029881/how-to-hide-top-bar-in-ubuntu-18-04   there's several solutions in the top google result here13:30
GossetI read that page13:31
Gossetit's a pity the desktop metaphor was killed13:32
leftyfbGosset: did you try dash to panel?13:33
GossetI didn't13:37
Gossetand can you add an extra panel to the left?13:37
pizzaioloanyone here successfully get fractional scaling to work on 18.04 w/ X11? I found a gsetting command that is supposed to enable it but it isn't working for me..13:45
Gossetthanks leftyfb anyway13:46
magic_ninja_workherro14:30
sacardehi14:37
sacardedo you suggest me a channel about ubuntu on macintel ?14:38
pragmaticenigma!mac | sarcastico14:42
ubottusarcastico: For help on installing and using Ubuntu on a Mac, see: https://wiki.ubuntu.com/MactelSupportTeam/CommunityHelpPages14:42
pragmaticenigmasorry sarcastico ... wrong tab complete14:42
pragmaticenigma!mac | sacarde14:43
ubottusacarde: For help on installing and using Ubuntu on a Mac, see: https://wiki.ubuntu.com/MactelSupportTeam/CommunityHelpPages14:43
sacardeok, thanks14:43
pragmaticenigmasacarde: Outside of that, I'm not aware of any dedicated Mac Ubuntu support channels. You are free to ask here as there are volunteers familiar with installing and working with Apple products and Ubuntu.14:44
chair_wow the nickserv register process is really an efficient newbie filter15:05
lordcirthchair_, unfortunately there's been a ton of spambots15:06
chair_does #ubuntu have a Telegram bridge like #kubuntu has?15:07
OerHekschair_, no, and happy about it15:08
chair_Anyway, I need assistance with a broken boot. Here is the boot summary https://paste.ubuntu.com/p/x26CZMD7Ty/15:08
OerHeksthose are mostly spammers15:08
lordcirthchair_, ok, so you've got grub on /dev/sda, which is an SSD, but there's no bootable partition there. What are your partitions *supposed* to look like?15:11
OerHekschair_, tell us more about your system, legacy or uefi boot?15:12
chair_lordcirth: OerHeks: sda is supposed to be oly /home. It should be an UEFI boot15:14
chair_lordcirth: OerHeks: sda is supposed to be only /home. It should be an UEFI boot15:14
lordcirthOk, well then the grub on sda is trying to boot from /home15:15
OerHeksEFI partition is not at the beginning of the drive15:15
chair_lordcirth: OerHeks: boot-repair is installing grub everywhere15:15
OerHeks( sdb)15:15
chair_OerHeks: It has to be?15:16
OerHeksyes, i think so15:17
OerHeks!uefi15:17
ubottuUEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI15:17
chair_sda2: /home15:17
mr_louI don't suppose anyone here have experience using mkudffs? :->15:40
mr_louI'm trying to make a WORM device (Write Once Read Many) on an SD card / USB Flash.15:41
pragmaticenigmamr_lou: It's often better to ask your question, instead of asking if anyone knows anything. If a volunteer knows something on the topic they'll reply in channel. Add as many details as you can to explain what you are attempting to do and what your end goal is15:42
mr_loumkudffs --media-type=worm --blocksize=512 --mode=0555 /dev/sdx15:43
mr_louThis command fails with: mkudffs: Error: Not enough blocks on device15:43
mr_louSo I add a block-count at the end of the command.15:43
mr_loumkudffs --media-type=worm --blocksize=512 --mode=0555 /dev/sdx 300015:43
mr_louThis works! \o/   It's now a WORM device (meaning you can't delete files from it, neither on Windows nor Linux. Great!).15:43
manlinHi, I am trying to upgrade Ubuntu from 14.04.6 to 16.04 LTS. apt-get update; apt-get dist-upgrade; init 6; do-release-upgrade -d. But I see "No new release found". Any thoughts? Prompt=lts is set15:44
mr_louBUT: 3000 blocks * 512 bytes is only 1,5 mb....  and there's 1 GB in total on the drive. But using any number above 3000 gives the same error message:15:44
mr_loumkudffs: Error: Not enough blocks on device15:44
mr_louAnyone have any thoughts about that?15:44
pragmaticenigmamr_lou: Take a look at "man mkudffs" ... Valid block size vales are 1024, 2048 and 4096 bytes per block.15:46
mr_loupragmaticenigma, I know, but I'm forced to use 512 for compatibility reasons. Windows refuse to read anything but 512 byte block sizes.15:47
OerHeksmanlin, Install the update-manager-core package if it is not already installed.15:47
pragmaticenigmamr_lou: The tool does not support 512, it is likely defaulting to its 2048 value because it does not support 51215:47
OerHekshttps://wiki.ubuntu.com/XenialXerus/ReleaseNotes .. maybe '"For any new version"  works better?15:47
chair_the boot-repair tool says BIOS-Boot detected You may want to retry after deactivation the searate boot/efi partition.15:47
manlinOerHeks, I already installed it.15:47
chair_what is that supposed to mean?15:48
mr_loupragmaticenigma, Oh... well....  mkudffs --help lists 512 as supported.15:48
manlinOerHeks, sorry it was already installed on the system15:48
OerHeksmanlin, not sure now, maybe you need to follow the EOL upgrade factoid15:48
OerHeks!eolupgrade15:48
ubottuEnd-Of-Life is when security updates and support for an Ubuntu release stop, see https://help.ubuntu.com/community/EOL for more info. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades15:48
pragmaticenigma!info mkudffs15:48
ubottuPackage mkudffs does not exist in bionic15:49
dreamscrypto_O15:49
tfgbd_Does Intel connected standby work in any Ubuntus or do I need Android first?15:49
manlinOerHeks, I see.. Let me check15:49
pragmaticenigmamr_lou: that application is not provided in the Ubuntu software library. You will have to contact the source of where you obtained your installation (PPA maintainer or project owners website) for assistance15:49
mr_louI see. I don't remember adding any additionals PPA, but I'm getting old, so...15:50
mr_louAlright. I'll write a mail to the author.15:51
pragmaticenigmamr_lou: apologies, mkuddfs is provided through the udftools software package. So it is available in the library15:52
chair_New boot summary https://paste.ubuntu.com/p/xDD4cpZfRK15:52
mr_loupragmaticenigma, It's ok. I've already written a mail to the author. Fingers crossed.15:53
pragmaticenigmamr_lou: But the help does go on to further explain the blocksize, and that it must match the devices logical sector sizes. You will have to consult the manual on that disk to see what the sector sizes are. You won't be able to force a difference size if the disk doesn't support it15:54
tfgbd_Does Intel connected standby work in any Ubuntus or do I need Android first?15:55
OerHekstfgbd_, please colaborate, Intel connected standby  ?15:56
OerHeksmr_lou, pragmaticenigma .. i think he made a typo15:57
OerHekshttp://manpages.ubuntu.com/manpages/bionic/man8/mkudffs.8.html15:57
OerHeks-d15:58
manlinOerHeks, thanks for the direction. https://help.ubuntu.com/community/EOLUpgrades is helping and upgrade in progress15:58
OerHeksmanlin, have fun!15:58
pragmaticenigmatfgbd_: "Connected Standby" is a Microsoft Windows feature, and only available for the Windows OS. The physical device will also have to support the power management feature, and cannot support any other power management state.15:58
chair_Hi, I added a new boot/efi partition and used boot-repair, but the system is still not booting. Would be glad if soeone could take a look16:00
mr_loupragmaticenigma, The drive's logical blocksize is listed in dmesg when inserted. But using this number doesn't help.16:00
pragmaticenigma!patience | chair_16:01
ubottuchair_: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or https://ubuntuforums.org or https://askubuntu.com/16:01
pragmaticenigmamr_lou: that is why I suggested that you look up the documentation for the disk. It may not be detected properly and only the documentation for the device is going to have the true value16:01
mr_loupragmaticenigma, Maybe not. But I've tried a few different ones with the same result.16:02
mr_louSounds more probable it's the application.16:02
mr_louAnyway. I'll see what the author replies.16:02
tfgbd_OerHeks: It lets you play music/videos when the laptop is in your purse16:03
tfgbd_Closed.16:03
pragmaticenigmatfgbd_: it's more complicated than that and I am not aware of any support for the feature in the Linux ecosystem.16:06
tfgbd_It works on Android.16:08
tfgbd_It's called Modern Standby now.16:08
lordcirthtfgbd_, android on x86, or only ARM?16:08
tfgbd_It's on x86, ARM, MIPS and some say SH416:09
tfgbd_Yes x8616:09
tfgbd_It depends on the ROM you install.16:09
tfgbd_It's also on commercial laptops:  https://www.laptopmag.com/articles/how-to-use-modern-standby16:10
tfgbd_If you want I'll try a live usb and see which laptops work with it in the latest Ubuntu16:11
pragmaticenigmatfgbd_: I will help save you the trouble... Ubuntu Desktop and Server do not support it16:12
robertparkerxI upgraded a environment. I upgraded the OS, apache, MySQL and PHP. I'm debugging and notice that I get the error `Failed to get DB handle: could not find driver` -- https://paste.ubuntu.com/p/JxMZ3hydmz/ . I think its MSSQL.16:24
chair_Hi, I added a new boot/efi partition and used boot-repair, but the system is still not booting. Would be glad if soeone could take a look: boot summary https://paste.ubuntu.com/p/dhfQMyGgGX16:24
pragmaticenigmarobertparkerx: Can you please describe what "upgraded the OS, apache, MySQL and PHP" means?16:28
robertparkerxpragmaticenigma, I upgraded from 14.04 to 16.0416:29
robertparkerxI upgraded apache. I upgraded MySQL to 5.7 and PHP to 7.316:29
pragmaticenigma!info php xenial16:29
ubottuphp (source: php-defaults (35ubuntu6.1)): server-side, HTML-embedded scripting language (default). In component main, is optional. Version 1:7.0+35ubuntu6.1 (xenial), package size 2 kB, installed size 11 kB16:29
pragmaticenigma!info mysql xenial16:30
ubottuPackage mysql does not exist in xenial16:30
pragmaticenigma!info mysqld xenial16:30
ubottuPackage mysqld does not exist in xenial16:30
pragmaticenigmarobertparkerx: Those versions are not available in the software repositories for Xenial. Which means they were installed from another source. You will either need to remove the PPAs you added and downgrade to the provided versions, or Install Ubuntu 18.04 which includes newer versions of MySQL and PHP16:31
pragmaticenigmarobertparkerx: This channel focuses it's support to officially provided software packages in the Ubuntu version's repositories. If you install version from PPAs or other sources, you will have to contact those maintainers, project developers for assistance.16:32
robertparkerxI was just getting help yesterday16:36
pragmaticenigmarobertparkerx: Whom ever provided that assistance did so on their own accord16:37
becoolcan landscape monitor and update any linux distro or just ubuntu?16:37
becoolalso, can landscape rollback updates if it breaks an application?16:39
pragmaticenigmabecool: Landscape is a tool provided by Canonical the makers of Ubuntu. You might be able to install the client application on other distributions, but it will be limited on its functionality as each distribution makes customizations that are different than Ubuntu. The rest of your inquiry can be answered by reading the documentation for Landscape located here: https://landscape.canonical.com/16:41
tomreynpragmaticenigma / robertparkerx: i believe that's a misunderstanding. Ubuntu 16.04 '("xenial") does indeed provide mysql-server 5.7 (https://packages.ubuntu.com/xenial/mysql-server). it does not, however, provide php 7.3 (but php 7.0).16:41
tomreynhttps://packages.ubuntu.com/xenial/php7.016:41
pragmaticenigmatomreyn: MySQL server must have gotten upgrade since 18.04 release... I remember it being 5.5 or 5.6 when I left it16:42
magic_ninja_workpragmaticenigma, i think they moved over to mariadb16:42
magic_ninja_workupstream16:42
tomreynpragmaticenigma: yes, mysql-server would have been upgraded during an upgrade from ubuntu 14.04 to 16.04. and 16.04 would have ended up on mysql 5.7. is this what you mean?16:43
pragmaticenigmano16:43
tomreynpragmaticenigma: hmm what do you mean then?16:44
tomreynmagic_ninja_work: mariadb is an alternative package available iun ubuntu. my understanding is that the "mysql-server" package still installs the oracle community edition.16:45
pragmaticenigmamagic_ninja_work: no, there has not been a movement over to mariadb... that is a separate installation package and requires a user to explicitly install that package.16:45
pragmaticenigmatomreyn: What I'm saying is recall Ubuntu 16.04 coming with an earlier version of mysql-server when 16.04 was first released. A later release may have been included in a later point release of Ubuntu 16.04.16:46
robertparkerxIt's the release I got when doing `do-dist-upgrade`16:47
tomreynpragmaticenigma: oh i see. well, at least we can state that now 16.04 does provide mysql 5.7 packages (but not php 7.3)16:49
tomreynrobertparkerx: are you sure you got php 7.3 though?16:49
robertparkerxNo I added the PPA16:49
tomreynthe one and only?16:49
robertparkerxYes16:50
robertparkerxJust for PHP16:50
tomreynmy point: there are gazillions of PPAs ;)16:50
robertparkerxI'm missing the mssql driver I think16:50
robertparkerxOh wait, I'll get the specific one16:50
tomreynso yes, indeed, your php won't be supported here normally, since we don't normally support PPAs.16:50
robertparkerx Ondrey's PPA16:50
robertparkerxEverything else is working now16:52
tomreynOndřej Surý's PPA is somewhat widely used, I'd be personally happy to support this16:52
tomreynyour mysql (not mssql) server is the one from ubuntu proper?16:52
robertparkerxYes16:52
robertparkerxI got it working yesterday16:52
robertparkerxIt had trouble16:52
robertparkerxI had to change the error_log path to /var/lib/mysql/16:53
robertparkerxI don't know why /var/log/ kept giving problems16:53
robertparkerxit was the symlink16:53
sixthcan someone help me with setting up fips on xenial? im trying to follow the documentation (docs.ubuntu.com/security-certs/en/fips-16.html) but cant see how to request permission to access ppa:ubuntu-advantage/fips16:53
pragmaticenigmasixth: Support for PPA needs to be handled by the maintainer of the PPA. you will have to look at the PPA page for their contact information and reach out to them directly16:54
tomreynrobertparkerx: the error message you posted at https://paste.ubuntu.com/p/JxMZ3hydmz/ suggests that php's PDO module was unable to communitcate the mysql server. have you checked the state of the mysql server, reviewed its logs, yet?16:54
sixththanks pragmaticenigma but i dont see how i can find the maintainer or even the ppa page16:54
robertparkerxtomreyn, the mysql server is working fine. It's MSSQL that it's trying to connect to through PDO.16:55
pragmaticenigmasixth: You will need to contact your Canonical representative for help. Ubuntu advantage is a paid support option provided by Canonical.16:55
tomreynrobertparkerx: normally mysql-server on ubuntu should log to /var/log/mysql - but mysql server may be unable to write there during its early startup, which is why it may need to output critical errors to the mysql data directory, which is /var/lib/mysql16:56
sixthpragmaticenigma thanks ill contact canonical directly16:56
tomreynrobertparkerx: oh well i don't think diagnosing php application errors where those are failing to connect to a remote mssql server are in scope here.16:57
robertparkerxtomreyn, oh okay16:57
tomreynrobertparkerx: so i suggest you seek support from the php applications' support channels, and maybe from https://launchpad.net/~ondrej ("I'm available for some (light) freelance work related to the packaging I do").16:59
tomreynor start by building a simple mssql connection test case on your own.17:00
pragmaticenigmaquetion though... robertparkerx why are you calling mssql... that is for Microsoft SQL Server... shouldn't you be using the mysql library17:01
robertparkerxThere are many databases this site connects to and with17:02
robertparkerxMySQL, Mongo and MSSQL17:02
tomreynrobertparkerx: what you posted as an error message is really source code. do you actually get to see this as an error message somewhere?17:03
robertparkerxtomreyn, yes it does output17:03
pragmaticenigmarobertparkerx: You won't see anything logged about the connection failure if you're catching the exception like that. The catch intercepts the exception and prevents it from bubbling back up to the php process.17:05
pragmaticenigmarobertparkerx: It is my belief that you're Ubuntu system is working fine. You have a programming/developement error in your code, which isn't supported here. You should try seeking help in a PHP specific channel.17:06
tomreynhttps://www.php.net/manual/en/ref.pdo-dblib.php is apparently what you're using there. ask in #php if you need help with php itself.17:06
tfgbd_This should run Ubuntu, right?17:11
tfgbd_https://www.walmart.com/ip/Nextbook-Ares-11-6-2-in-1-Tablet-64GB-Intel-Atom-Z3735F-Quad-Core-Processor-Android-5-0/4326654717:11
lotuspsychje!crosspost | tfgbd_17:13
ubottutfgbd_: Please don't ask the same question in multiple Ubuntu channels at the same time. Many helpers are in more than one channel and it's not fair to them or the other people seeking support.17:13
tfgbd_I didn't ask anywhere else17:14
lotuspsychjetfgbd_: ubuntu can run on tablets where windows can run on17:15
lotuspsychjetfgbd_: android tablets not17:15
tfgbd_But does connected standby work?17:15
tfgbd_That android tablet has a 64bit efi17:16
pragmaticenigmatfgbd_: Again, I already told you that feature is not available in Ubuntu Desktop or Server17:16
tfgbd_What edition is it available on?17:16
tfgbd_What about Ubuntu+1?17:16
pragmaticenigmatfgbd_: None of them17:16
tfgbd_Why not17:16
tfgbd_Does suspend work at all?17:17
lotuspsychjetfgbd_: this channel is not for polls17:17
pragmaticenigmatfgbd_: Suspend to RAM and Suspend to Disk is supported, however some laptop manufactures use customized protocols that do not always work with the implementation that the Linux kernel provides17:17
tfgbd_But if there is an android linux kernel already, why wouldn't Ubuntu work?17:18
tfgbd_Is this some kind of politics?17:19
lotuspsychjetfgbd_: you can stop trolling now17:20
tfgbd_I'm not17:20
tfgbd_I'm literally ready to flash ubuntu to a USB drive and see what it does.17:21
pragmaticenigmatfgbd_: This channel is for the support of Ubuntu Desktop where you have Ubuntu already installed or are in the process of installing to a laptop or desktop computer. Ubuntu does not provide installation images for devices such as tablets or phones, and those platforms are not supported here.17:22
leni1[m]Hi. I am using Ubuntu Server 18.04. I am having problems creating symbolic links to a file in /etc/nginx/sites-available within the /etc/nginx/sites-enabled folder.17:22
lotuspsychjecome join to #ubuntu-server please leni1[m]17:22
tfgbd_Windows tablets are just more laptops.17:22
tfgbd_How big is s390x Ubuntu17:24
leni1[m]lotuspsychje: cool. Thank you :)17:24
tfgbd_I'm using Rufus on ARM laptops to write Ubuntu.17:25
pragmaticenigmatfgbd_: You were already asked to stop trolling, you can leave now17:25
tfgbd_i'm asking questions17:25
tfgbd_Do you even know what a troll is?17:27
pragmaticenigma!ops | tfgbd_17:27
ubottutfgbd_: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, bazhang, chu, dax17:27
tfgbd_Did you know Rufus runs on Windows RT now?17:30
tfgbd_We're catchin' up on ARM.17:30
tfgbd_https://tutorials.ubuntu.com/tutorial/tutorial-create-a-usb-stick-on-windows#317:31
becoolhow do i rollback an ubuntu update?17:32
becoollike a security update17:33
pragmaticenigmatfgbd_: First this is an Ubuntu Desktop support channel, not Windows. Second, Rufus is explicitly marked as not recommended as a boot media maker for Ubuntu in the Ubuntu documentation. Lastely... all of your questions could easily be answered if you would read the documentation that many hardworking developers have put together to help you in getting Ubuntu installed on a supported platform.17:33
pragmaticenigmabecool: you would have to restore a system image from before the update was applied.17:33
tfgbd_https://rufus.ie/17:34
pragmaticenigmapardon, it is a different debian based OS that rufus is not recommended for17:35
geniitfgbd_: If you have questions about running *buntu on ARM, #ubuntu-arm is probably the more appropriate channel for those17:36
pragmaticenigmatfgbd_: For tested and compatible hardware see the listing here: https://certification.ubuntu.com/desktop/17:36
becoolpragmaticenigma: thanks for the info. on a side note, i'm surprised ubuntu doesn't have a mechanism for update rollback like windows does17:39
=== gluon is now known as Daddy_
=== Daddy_ is now known as A_Daddy
lotuspsychje!backup | becool17:39
ubottubecool: There are many ways to back your system up. Here's a few: https://help.ubuntu.com/community/BackupYourSystem , https://help.ubuntu.com/community/DuplicityBackupHowto , https://wiki.ubuntu.com/HomeUserBackup , https://help.ubuntu.com/community/MondoMindi - See also !sbackup, !borg, and !cloning17:39
=== A_Daddy is now known as gluon
lotuspsychjebecool: backing up and rolling back updates are 2 different things17:40
becooli want to rollback updates, not backup my system17:40
pragmaticenigmabecool: that's because the updates provided do not add/remove features, they are typically security related updates. Also, windows uses back up images to rollback updates. Ubuntu requires you to do it manually.17:41
Sven_vBsda4 is already mounted rw, but I'd like to temporarily mount /dev/sda4 /mnt/foo -o ro,nodev,noexec,umask=0002 so my script can read independent of the other mountpoint's mount options. is there a way to ignore "mount: /dev/sda4 already mounted […]"?17:41
tfgbd_I think you're reading old documentation from 10 years ago on Wikis.17:41
tfgbd_The new documentation promotes it and it gets updates.17:41
tfgbd_It didn't support my ARM laptops last year.17:41
pragmaticenigmaSven_vB: No, you cannot double mount a device17:42
becooli use ubuntu on aws instances, so basically i should snapshot systems beforehand17:42
lordcirthSven_vB, you can't mount twice, but there is bind mounting. I don't think you can change any mount options, though.17:42
lordcirthSven_vB, if you want to sandbox your script, you could look into AppArmor or firejail as well?17:43
Sven_vBsome time ago when I had some docker running and used gparted, some devices showed multiple (comma separated) entries in the mounted at column, so does docker have special magic then?17:44
lordcirthSven_vB, that's probably bind mounting?17:44
pragmaticenigmasounds excatly like bind mounting17:44
Sven_vBlordcirth, my problem is more about not interrupting an interactive user who might or might not have mounted the device.17:44
tfgbd_http://i.imgur.com/HNZ9lJW.png17:45
lordcirthSven_vB, "interrupting" in what sense?17:45
Sven_vBlordcirth, prevent them from mounting (because my script was first) or from umounting (because they were first) or have my script be disrupted because the interactive user umounted the drive.17:46
lordcirthSven_vB, any program that is cd'd to the mount, or has a file handle in it, will prevent unmounting without --force17:46
pragmaticenigmatfgbd_: Again, that won't work. You are imaging the AMD64 bit image, it won't run on an ARM CPU17:47
lordcirthSo you can lock it open that way17:47
tfgbd_Docker is just VirtualBox isn't it?17:47
lordcirthtfgbd_, no, completely different.17:47
lordcirthSven_vB, Which could also double as preventing your script from running concurrent with itself.17:47
Sven_vBlordcirth, I had hoped that using a different mount point for my ro mount could allow the user to umount their mountpoint while my script still has its.17:47
tfgbd_lotuspsychje, what do you mean by "MANUAL backup"17:48
lordcirthSven_vB, What is the purpose of the script?17:48
tfgbd_I imaged with one computer to boot on another with Intel6417:49
Sven_vBlordcirth, it shall read a secret file, to use a thumb drive as authorization token.17:49
Sven_vBI could probably make several partitions each with a copy of the file though.17:49
Sven_vBwould be just easier to use one17:50
Sven_vBwell, in theory that is.17:50
Sven_vBor I'll just run the script as root then it will probably always have permission to read the file no matter which user has mounted it. I had hoped to use a low-priv user for my script and grant it mount permission via fstab.17:52
tomreynbecool: snapshotting can be a good strategy, edpecially when snapshotting while the system is off. you may have other options for rolling back the update which was installed. see /var/log/apt/*.log for the latest updates which were installed (and for which packages were updated from which to which version). you can install a given package version using     sudo apt install package=version    , so for example    sudo apt install17:52
tomreynbash=4.4.18-2ubuntu1.1    , but this can only work if the desired version is still available on the ubuntu archives (i.e. on your systems' configured apt sources or local apt cache).17:52
tomreynthis said, package downgrades are not supported.17:53
becooltomreyn: thanks18:00
lordcirthSven_vB, if the script automatically reads the keyfile, why does the user need to manually mount and unmount a partition containing only the keyfile?18:07
kekchupmy sound is very trebly18:08
kekchuphow to fix18:08
kekchupon youtube18:09
lordcirthkekchup, as in, treble is too loud?18:14
kekchupno theres no very little bass18:14
Sven_vBlordcirth, the user shall not need to mount, but be able to, because one of their interactive applications sometimes wants to read the same token file.18:16
lordcirthkekchup, try pulseaudio-equalizer18:16
lordcirthSven_vB, ok. What if you put it in fstab as an automount, that will fail quickly if the device isn't plugged in?18:17
coz_kekchup, did you look in alsamixer?18:19
coz_via terminal18:19
Sven_vBlordcirth, what would be the benefit? my script can already see in /dev/disk/by-id whether it's plugged in, and the user knows.18:20
lordcirthSven_vB, with automount, your script will trigger mounting when it tries to read, and so will their app, and neither will need to handle mounting / unmounting18:20
Sven_vBlordcirth, oh, you mean to just make a quick copy as to hope the user action and script action won't overlap?18:21
lordcirthThe fast fail is just a good idea when automounting USBs in general18:21
lordcirthSven_vB, no, I thought both only needed to read the secret, not write?18:21
Sven_vBlordcirth, yeah indeed, but it's stored between other files that a user will want to write.18:21
Sven_vBmaybe I could change that.18:22
lordcirthSven_vB, that's ok. Automount with a timeout means that there will be no conflicting mount/unmount commands, and if both are only reading, then there's no problem accessing the same file.18:22
lordcirthIf it's an ext4 or other full-featured filesystem, you might consider chattr +i just to be safe.18:23
Sven_vBmaybe I don't even need a proper file system mount. can I make ext3 or ext4 ensure a certain file (< 2 MB) is stored continuously within the first 8 or so MB of the partition?18:23
Sven_vBthen I could grep for the header18:23
lordcirthSven_vB, I would not do that.18:24
Sven_vBlordcirth, can a user still request near-instand umount when they want to withdraw the thumb drive?18:24
lordcirthSven_vB, yes, umount / eject should still work with automounting18:24
kekchupcoz_ ill check that18:24
kekchupwhat do I type lol18:24
kekchupsudo apt get alsamixer18:24
kekchup?18:24
Sven_vBnice. I'll try to read about it. probably boils down to the same udev rules thing from last week18:25
kekchupoh wait I got it18:26
Sven_vBlordcirth, is your idea of auto-mounting sth. like this? https://www.axllent.org/docs/view/auto-mounting-usb-storage/18:27
kekchupffs I screenshotted it now dolphin cant find the file18:27
lordcirthkekchup, alsamixer is already installed.  pulseaudio-equalizer is a GUI and is an extra package.18:28
lordcirthSven_vB, that's a hacky thing from 2013. All you need to do now is add "x-systemd.automount18:28
tfgbd_mounting is easier in Win32 applications.18:28
lordcirth*" to your mount options18:28
lordcirth(and then reboot or run a couple of commands to get systemd to read fstab again)18:29
Sven_vBlordcirth, thanks, I'll read about that!18:29
Sven_vBI could probably put a systemd unit instead18:31
lordcirthSven_vB, np. It's also great for network filesystems, so it's always there when you want it but doesn't hang boot18:31
coz_kekchup,  sorry  in terminal type   alsamixer18:31
coz_kekchup, at top right of window it has keys to show audio card, choose yours then chack all of the sliders usinf the arrow keys18:32
luna_Now its compiling Firefox 68 and Firefox 18 (iOS) gonna be released tommorow 18:00 Swedish time18:33
kekchupok intel PCH18:33
kekchupwell its up 100% already18:34
coz_kekchup, left right arrows scroll through the sliders, up down arrows increase/decrease volumes18:34
kekchupas is speaker volume18:35
coz_kekchup, then you may be stcuk with the sound...?18:35
kekchupI thought thered be some app to make it less trebly18:35
lordcirthkekchup, you may find pulseaudio-equalizer easier.18:35
kekchupok18:35
coz_yes as lordcirth  mentioned18:36
kekchuphow to install that18:36
lordcirthkekchup, sudo apt install pulseaudio-equalizer18:36
kekchupoh I did apt get18:36
lordcirthSame result18:36
lordcirthapt just has colors and a progress bar18:37
kekchupok installing18:38
max12345I'm trying to create a boot stick with dcfldd, it said it's finished but it doesn't return. What18:40
max12345is wrong?18:40
kekchupits installed, how do to open it18:41
lordcirthmax12345, run 'sync' in another terminal, does it also not return? Many copy operations in Linux will say they are done when they finish reading from the source, rather than when they finish writing to the destination.18:42
lordcirthkekchup, it should show up in your menu, or you can probably run "pulseaudio-equalizer"18:43
max12345lordcirth: no that returns instantly.18:43
max12345ah the other one is finished as well.18:43
lordcirthso yeah, just finishing sync18:43
max12345I'm having these issues every damn time though. It's never easy :(18:44
lotuspsychjelanguage max1234518:45
max12345sorry.18:45
lordcirthmax12345, is it really an 'issue'? You just wait a bit.18:45
max12345no it's my third try creating the stick and booting again.18:45
lordcirthOh I see. Well what went wrong before?18:46
max12345First time I think I didn't unmount the stick18:46
=== xerox123_ is now known as xerox123
max12345second time I didn't format before because I didn't think I had to18:46
lordcirthIf you are just dd'ing an ISO, you shouldn't need to format.18:46
max12345this time it worked, so I don't really care.18:47
max12345but it's probably good to keep in mind for the future.18:47
max12345so thanks!18:47
lordcirthAlso, these days you can use 'cp' to write it as well. So you can just 'sudo cp file.iso /dev/sdb'18:48
lordcirthcp is now smart enough to know what you mean.18:48
max12345cool. I don't mind the added complexity if it prevents me from flattening the wrong drive though :)18:48
fred1807in there a web interface for networkmanager?  Like nmtui  but for browsers18:50
lordcirthfred1807, I'm not aware of one. Why do you want that?18:51
kekchupI dont see any EQ options18:51
lotuspsychjefred1807: maybe if you explain what you are trying to catch exactly?18:51
kekchuplordcirth whre's the EQ options18:52
fred1807you know the scenario, headless box, you want to manage network settings, instead of ssh >> nmtui, you could just access a web interface...18:53
lotuspsychje!info cockpit | fred180718:54
lordcirthIt seems odd to me to make a network manager frontend that only works if you've already set up your networking18:54
ubottufred1807: cockpit (source: cockpit): User interface for Linux servers. In component universe, is optional. Version 164-1 (bionic), package size 15 kB, installed size 57 kB18:54
lordcirthkekchup, The article I found says you need to enable it, but it seems old, and I'm on Xubuntu here. There's also this: https://www.linuxuprising.com/2018/05/pulseeffects-nice-system-wide.html18:56
fred1807ubottu: nice, will try19:01
ubottufred1807: I am only a bot, please don't think I'm intelligent :)19:01
kekchuplordcirth https://pastebin.com/S6Zj9qJv19:03
kekchupstill cant find the EQ19:03
kekchupwhat a fath on19:03
lordcirthkekchup, um, did you paste the whole article into your terminal?19:04
kekchupwell just the commands19:04
lordcirthThat paste shows several paragraphs of English text and the errors from them19:04
kekchupthats my console output19:04
lordcirthAlso, you somehow managed to get your password in that output.19:05
kekchupheh19:05
kekchupI got no data on here really19:05
kekchupits a new installation19:05
tomreynyou should still replace it, especially if this was the full password, since that's be a very bad one.19:06
tomreyn!ppa19:07
ubottuA Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge19:07
tomreynthe warning at the end of your output is about the winehq PPA, which you configured only partially.19:08
kekchupk19:08
kekchupthe pastebin said if I sign in I can delete it19:10
kekchupthats bollocks cause I cant19:10
kekchupI guess im just gonna have trebly audio for now19:10
max12345I'll have you know I managed to install a graphics driver :P19:11
max12345feeling pretty good about myself right now.19:11
max12345thanks for the help, I think this is as far as I will push my luck today.19:11
=== Flexman is now known as Guest19095
amazoniantoadI keep trying to run pip but I get an error, "File "setup.py" not found. Directory cannot be installed in editable mode:"19:53
amazoniantoadDoes anyone know what this means?19:53
deltabamazoniantoad: how are you running pip? with -e?20:20
SysifossIs there a way to preserve an image of my system with a .iso file that I could install on another computer later on if necessary?20:23
SysifossThat would also be compatible with UEFI boot?20:23
OerHeksSysifoss, no, not natively, but you can make your own iso with programms you want installed standard20:24
OerHekshttps://askubuntu.com/questions/741753/how-to-use-cubic-to-create-a-custom-ubuntu-live-cd-image20:24
OerHeksit should support UEFI20:24
EriC^Sysifoss: you could dd the whole hdd to a a file and later dd it back i guess, for it to support any uefi system on the go then you'd have to install grub using the flags for removable media20:31
pcost8300Hello everyone, good afternoon. Could you help guiding me to install php7.2-pgsql extension in a ubuntu server 14.04. I'm trying to install it via apt, all it says it is in the current version "5.2" which is no longer the main php version used.20:40
OerHekspcost8300, no, 14.04 is EOL, dead20:40
OerHeksupgrade to a supported version, 16.04 or 18.0420:41
pcost8300OerHeks: ok20:41
OerHeksphp7.2-pgsql  is in 18.04 bionic and up only  https://packages.ubuntu.com/search?keywords=php7.2-pgsql20:42
pcost8300OerHeks: thank you for the information, this is bad... i'm afraid of upgrading that server..20:43
OerHeksyou might want to check out the releasenotes, lots have changed https://wiki.ubuntu.com/BionicBeaver/ReleaseNotes#Server20:43
pcost8300Thank you OerHeks, i'll give it a look.20:43
OerHeksconsidering that, backup data and fresh install would be my best advise20:43
pcost8300it is the best option but physical server isn't in my country. I'll try to change the code instead and for the moment.20:46
tfgbd_What Ubuntu do ineed for my jornada 72020:57
OerHekstfgbd_, fantasy linux, no ubuntu will run on that troll21:02
tfgbd_what is a troll to you?21:03
tfgbd_Why are you calling devices trolls?21:03
renn0xtk9When I open a shell it opens first /etc/profile then ~/.profile then ~/.bashrc   am I right?21:13
tomreynrenn0xtk9: 'opens' is a bit misleading. some files are read and interpreted as configurations, others are interpreted as scripts and executed. in this sense, your list missed /etc/environment . which files are interpreted how also depends on the shell in use. read the comments on top of these files as well as the respective man ages for details.21:19
tomreynif you don't have the standard files in place look in /etc/skel which is the source of per user configurations files which are put in place when new users are created21:19
tarzeautomreyn: only from there, afaik21:21
waglehi -- hoe do i get apt-get dist-upgrade to update my motd again..  stopped working a few months ago21:21
waglehow21:22
renn0xtk9tomreyn: yes open was not the correct words i rather meant executed. I placed an ehco in all 4 it seems /etc/profile and $HOME/.profile don't get executred21:22
tomreyntarzeau: i don't understand, could you rephrase?21:23
tomreynrenn0xtk9: which shell are you using on which ubuntu release?21:24
wagleTFW you accidentally reboot your irc bouncer while waiting for annn answer21:28
tarzeautomreyn: about /etc/skel but i got now it was trying to help someone else21:33
tomreyntarzeau: sorry, i still don't get it, but i think you're saying it's no longer relevant. if isaid anything incorrect, please do state so,though (i do make a lot of mistakes).21:36
wagle.. and the answer is:  /usr/lib/update-notifier/update-motd-updates-available --force21:36
tarzeauno, yes you're right :)21:36
tomreynok :)21:40
=== uptime is now known as KindOne
renn0xtk9tomreyn: it is the standard bash shell on a 18.0421:47
tomreynrenn0xtk9: so /etc/environment, /etc/profile, /etc/profile.d/, ~/.profile (if neither ~/.bash_profile or ~/.bash_login exist), ~/.bashrc and probably some others would be relevant.21:52
renn0xtk9tomreyn: yes but like /etc/profile don't get called if I open a new terminal in my understanding right?   i mean i try to ehco something int there and export some environement variable but did not work. So I assumed it is not called21:55
=== jstein_ is now known as jstein
tomreynrenn0xtk9: openening a terminal window does not trigger a login, so i don't think /etc/profile is involved there.21:59
renn0xtk9tomreyn: ah it means it is only called at sessoin login?22:02
tynxHi, is there any way to disable a laptop's internal keyboard in Ubnuntu? Half of the keys don't work anymore for some reason, and I'd like to be able to place an external keyboard on my laptop without accidentally pre4ssing buttons on the almost unusable internal keyboard.22:03
tarzeautynx: there's a command for the keyboard controller to disable it. and i think it doesn't affect usb keyboards22:04
tarzeautynx: https://www.win.tue.nl/~aeb/linux/kbd/scancodes-11.html22:05
renn0xtk9exit22:05
tarzeauyou'll need to be root to use "man outpb"22:06
tarzeaui wrote something called "uberkey" no idea if you can find it online anywhere but that could get you started22:07
=== uplime is now known as ^
=== KindOne is now known as uplime
=== ^ is now known as KindOne
tfgbd_https://i.imgur.com/T2NMGgW.jpg22:49
tfgbd_See, I bought Ubuntu.22:50
tomreyntfgbd_: support Q&A only here, please.22:54
=== CarlFK1 is now known as CarlFK
=== Guest49135 is now known as Sveta

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