/srv/irclogs.ubuntu.com/2019/06/10/#ubuntu.txt

mirakTJ-, yes, the file is just copied "grub-install : information : copying `/usr/lib/shim/shimx64.efi.signed' -> `/boot/efi/EFI/@dingo/shimx64.efi'.00:01
mirak"00:01
mirakwhen I "md5sum /boot/efi/EFI/@dingo/*" or "md5sum /boot/efi/EFI/@cuttlefish/*"  the md5sum are the same expect for grub.cfg00:02
mirakbut it's always "/boot/efi/EFI/ubuntu/grub.cfg" that is taken anyway00:02
mirakso it means it's hardcoded00:02
mirakTJ-, I know there something about signed images, but I don't see how to not use that00:03
mirakdon't know how00:03
TJ-mirak: are you using Secure Boot?00:05
TJ-mirak: "apt list --installed grub*signed* "00:05
mirakTJ-, grub-efi-amd64-signed/disco,now 1.115+2.02+dfsg1-12ubuntu2 amd64  [installĂ©, automatique]00:08
mirakit's installed00:08
TJ-mirak: there's the cause then, when you do grub-install all it does is COPY the binary from that package which obviously has the same path00:09
TJ-mirak: just watch "grub-install -v ..."00:10
mirakTJ-, yes, obviously00:10
TJ-mirak: to work around it you'd have to add your own Machine Owners Key (MOK) to the system, build your own grub core.image files and sign them00:11
mirakTJ-, however what doesn't make sense is that you can't really prevent ubuntu from changing things that don't break your setup00:11
mirakTJ-, if it was automated it would be be ok, but I guess it's not00:12
TJ-mirak: yes you can; only all grub-install to run in ONE ubuntu install and then let GRUB's own menu pick up the other OSs using os-prober functionality00:12
TJ-s/only all/only allow/00:12
mirakTJ-, the other solution, would be that ubuntu and grub, doesn't change EFI/ubuntu/grub.cfg . This way it could point to another grub.cfg00:13
mirakthat grub.cfg would boot core.img from other partitions00:14
mirakthat's what I do on bios systems00:14
TJ-mirak: that's what I said if you build your own core.image00:14
mirakTJ-, but each time the system update-grub, it will mess00:15
mirakI am not sure what is your idea here00:15
TJ-mirak: but to do that you have to either 1) disable secure boot and remove the grub-signed package 2) enroll your own MOK, remove the grub-signed package, and sign your own core.image or 3) only allow ONE GRUB to do grub-install/update-grub for all Ubuntu installs, and rely on os-prober in that install to build a menu that includes all versions00:16
mirakTJ-, as far I remember, grub-install can only be run manually, so it's ok00:17
TJ-mirak: my idea is, if you DO NOT use the grub-signed package, then you get to build your own custom core.image every time you run grub-install, so it'll take and honour the options you give it, like --bootloader-id=XXXX00:17
mirakhowever update-grub is run at each kernel upgrade00:17
mirakand it seems update-grub is calling efibootmgr00:18
TJ-mirak: "sudo dpkg-divert --divert /usr/sbin/update-grub.divert --rename /usr/sbin/update-grub; sudo rm /usr/sbin/update-grub; sudo ln -s /bin/true /usr/sbin/update-grub"00:18
TJ-mirak: do that ^^^ in all but 1 of the Ubuntu installs00:19
mirakTJ-, it seems it doesn't touch efibootmgr, sorry00:19
TJ-mirak: grub-install calls efibootmgr00:20
mirakonly grub-install does00:20
TJ-you'd want to dpkg-divert /usr/sbin/grub-install too as a precaution00:20
mirakI see00:20
TJ-that way any scripts/tools that do call those 2 get a /bin/true reply and assume it worked00:21
TJ-and any package upgrades only change the diverted+renamed file00:21
mirakin fact there is no way to avoid grub-install to modify EFI/ubuntu/grub.cfg00:21
mirakthat would do the trick, if I put the multiboot info straigth into  EFI/ubuntu/grub.cfg00:22
TJ-mirak: there isn't for the *signed* core.image, but there is for the regular unsigned custom-built-linked version00:22
mirakand if it doesn't change efibootmgt, because as you say, you still need to run grub-install to build the core.img00:22
mirakTJ-, what is the trick ? sorry, i missed it00:23
mirakI kind of get it00:23
TJ-without the grub-signed package, setting GRUB_DISTROBUTOR= should be sufficent to handle both update-grub and grub-install using a different path in /EFI/${GRUB_DISTRIBUTOR_/00:24
TJ-My typing is going AWOL; too tired00:24
mirakbut what I did on my bios install was a grub .cfg with multiple entries like  "multiboot /@dingo/boot/grub/core.img"  . When I want to add a new system, I just create another line. And create the core.img with grub-install when chrooting the new system00:26
mirakTJ-, ok thanks00:26
mirakTJ-, but will my windows 10 still boot ?00:26
TJ-mirak: BUT it doesn't (at least on 18.04) - must be a bug there somewhere00:27
mirakTJ-, ha00:27
TJ-mirak: this won't affect Windows, assuming it also boots using UEFI (unless Windows insists on Secure Boot and you've gone the disable-secure-boot route)00:27
mirakok00:31
mirakgood night00:31
mirakthanks00:31
TJ-mirak: OK, I was wrong, GRUB_DISTRIBUTOR="xxxx" does work BUT xxxx cannot contain anything but the ASCII chars A-Z (I had a space in it!)00:37
TJ-and they get converted to lower-case for use00:41
royal_screwup21I'm trying to intall the `hstr` package, following the instructions here: https://github.com/dvorka/hstr/blob/master/INSTALLATION.md#ubuntu I'm getting an error:  https://pastebin.com/XiT3qWYd Not sure if it's a good idea to force-download it, with `trusted=true` or something...anyone know how to fix this? :)00:46
royal_screwup21install*00:46
OerHeksi read unicorn  ... Ubuntu 14.10 Utopic Unicorn ?00:49
OerHeksman, what a mess with ppa's and foreign debian stuff00:49
OerHeksremove that apt.typesafe.com, and https://launchpad.net/~linaro-maintainers/+archive/ubuntu/toolchain does not have bionic packages00:55
OerHeks:-)00:56
cheateri need help creating a grub iso to boot a physical partition. i have a linux dual boot with windows using grub-efi. windows, linux, and efi partitions are all on the same drive. i also want to boot the linux partition as a guest under vmware in windows. vmware can't open the efi partition (which is in use by windows), so i need to make a new grub iso and put it in a virtual optical drive. how do i do ...01:01
cheater... this? tutorials i've seen tell me to use files from under /usr/lib/grub/i386-pc/, but my system doesn't have that, as it doesn't use BIOS grub, it just uses efi grub. i have /usr/lib/grub/x86_64-efi and /usr/lib/grub/x86_64-efi-signed. here's one such tutorial: https://lifehacker.com/how-to-dual-boot-and-virtualize-the-same-partition-on-y-49322332901:01
kinghatare there screensaver settings in ubuntu?01:02
=== zbenjamin is now known as Guest18813
=== zbenjamin_ is now known as zbenjamin
=== westor{off} is now known as westor
fastfreshI'm having problems with tracker package. Every time I start downloading with qBittorrent, tracker starts up and eats A LOT of CPU.01:05
fastfreshWhen I stop download, tracker also stops.01:05
fastfreshThe process name is tracker-extract and tracker-miner-fs01:07
fastfreshAnd I cant even delete the tracker package bc ubuntu desktop depends on it01:08
fastfreshVery frustrating, please tell me what to do01:08
cheatertracker is a search indexer. bit torrent does a lot of writes all the time.01:09
cheateryou can probably set up tracker to exclude specific directories.01:09
cheaterthe maintainers of the qbittorrent package should have added that exclusion for where ever qbittorrent downloads to.01:10
cheateryou should contact them and complain.01:10
cheaternote: complain the maintainers of the ubuntu package, not of the qbittorrent software source code01:10
fastfreshI honestly dont think tracker should reindex the whole file every time a single byte is written.01:11
cheaterneither do i01:12
TJ-cheater: you could create a second EFI-SP and copy the GRUB boot files into it, and attach that to your VMware guest01:13
cheaterTJ-: i'm not sure how to do that. i wouldn't like to fuck with EFI since it's fragile as it is. i'd much rather set up a bios grub that i can boot from.01:13
TJ-cheater: GRUB's core image (grubx64.efi) rarely needs to change so it would be pretty reliable01:13
cheaterTJ-: i'd still like to use a BIOS grub, just to be happy01:14
fastfreshUbuntu bug tracker is a mess, I wish someone would direct me to where do I post my complaint.01:14
fastfreshAnd I'm much more interested in disabling this thing.01:14
fastfreshDisabling usage history in setting did not help.01:15
TJ-cheater: create an additional (small) partition (by small I mean between 2 and 64MB) then format it "mkfs.vfat -F 16 /dev/sdX9", mount it: "sudo  mkdir /mnt/efi; sudo mount /dev/sdX9 /mnt/efi; sudo mkdir -p /mnt/efi/EFI/ubuntu; sudo cp /boot/efi/EFI/ubuntu/* /mnt/efi/EFI/ubuntu/; sudo umount /mnt/efi "01:16
cheaterfastfresh: i don't think it's about usage history01:16
cheaterTJ-: thanks. i'll copy that to my notes and if i can't figure out how to get a bios grub happening, i'll use your method.01:17
TJ-cheater: if you want to do BIOS boot you could create a 2MB partition (rarely needs more than 1MB) in any spare space on the disk (type EF02) and "grub-install /dev/sdZ9" it from "grub-pc" package01:17
TJ-type EF02 (in gdisk tooling speak) is a BIOS_BOOT GPT type01:18
TJ-cheater: that's allow a VMware BIOS to boot GRUB01:19
TJ-cheater: but as I said, you'd need to use 'grub-pc' package to do the grub-install correclty for BIOS mode boot01:19
cheaterTJ-: could i do the following? 1. boot vmware using ubuntu iso placed in a virtual cdrom, the physical linux partition on my ssd, and a vmdk for grub. i'm booting ubuntu in live mode. 2. somehow install grub in live mode to the small additional partition, and make its menu boot the physical ubuntu?01:20
TJ-cheater: e.g. to create the partition "sudo sgdisk --new=0:0:0 --typecode=0:EF02 /dev/sdZ" will find the largest remaining free space on sdZ and use it for the next partition number that is available01:21
TJ-cheater: the Ubuntu ISOs have hybrid boot capability; however, in BIOS mode they use Syslinux NOT GRUB. GRUB on those is only used for UEFI mode boots01:21
cheaterright, but even if they use syslinux, can i still install grub-pc on the live system to use it as you described?01:22
royal_screwup21OerHeks was that meant for me?01:22
TJ-cheater: correct01:22
cheaterok, great! let me try that and see what happens :) thank you01:23
TJ-cheater: your plan sounds feasible01:23
TJ-cheater: try to do a walk-through without writing any files to disk initially though!01:23
cheaterthanks. how do you do that?01:23
TJ-cheater: um! tell vmware everything is read-only maybe? Or just don't take any steps that'll write into the SSD, only into your vmdk file01:24
cheateroh right, yeah01:24
cheaterwell, i've checked writing to the ssd, and that works01:24
cheateri wrote a directory01:25
cheater(there was an issue where virtualbox couldn't do it)01:25
TJ-cheater: yes, but I'm referring to writing a partition :)01:25
TJ-cheater: if you made a mistake that could mess the partitioning up seriously01:25
cheaterfunnily enough virtualbox can access the efi partition, but not write to the linux partition. vmware can write to the linux partition, but not access the efi partition. i like this more01:25
TJ-cheater: I'd highly recommend you save a backup of the current partition tables before doing anything01:26
cheateroh, no, i'm not repartitioning my disk drive at all01:26
cheateri'll not even be using sgdisk. i'll use cfdisk instead. i prefer it much more.01:26
TJ-cheater: if you're working with GPT I'd recommend using the *gdisk versions (g = GPT )01:26
TJ-cheater: so cgdisk01:27
cheatercfdisk does support gpt though01:27
TJ-cheater: not as well!01:27
cheaterOK thanks for the warning01:29
cheaterlet me reboot and try this now :)01:29
pootHey. I have an wacom intuos s (small) wired version (non-bt) and the tablet works in 18.04 for the most part, but doesn't show in the device settings applet. Wouldn't be a thing but I have multiple monitors so without that I'm either doing xsetwacom shenanigans to map to one monitor01:33
pootAny tricks for getting the control panel to recognize that it's a wacom?01:34
Mr_CyclopsHello. I want to use VeraCrypt to encrypt a Samsung EVO SSD (enclosed in a USB3.0 case). Need to know how do I (or do I need to), run FSTRIM on it? Thanks ...01:36
Mr_CyclopsUbuntu 18.0.2 is my Operating System01:36
leonardusI used to be able to double-click an icon on the tray at the top to bring the application back, now it doesn't do that anymore.01:40
leonardusHow can I get that back?01:40
TJ-Mr_Cyclops: I answered this for you yesterday 20 seconds after you left!01:40
TJ-20:36 <TJ-> FYI: Mr_Cyclops enquiry. for LUKS, in crypttab, supprting FSTRIM with the "discard" option. For cross-platform cryptsetup can support veracrypt01:40
leonardusWhy would GNOME remove a feature like that?01:41
styledashgnome exists to remove user features01:41
leonardusI really hate gnome and wish there was something better.01:42
* styledash laughs in KDE Plasma01:42
leonardusCan you double click icons in the tray to bring them back to view in KDE plasma?01:42
leonardusRight now that's all I want.01:43
fastfreshSo, anyone have ideas how to stop tracker without crashing pc with a hammer? I'm frighteningly close to that point.01:44
leonardusYou might be interested in Tails OS01:45
fastfreshNo im not. I wonder if everyone else is having this issue without realizing it.01:46
Mr_CyclopsTJ-, aha! :) Thanks buddy ... I am gonna try it out on an SSD with dummy data tomorrow01:47
cheaterTJ-: are you sure the syntax is grub-install /dev/sdZ9?01:48
Mr_CyclopsTJ-, Sorry I missed the info yesterday, I realized I rebooted my computer, which took away the session I guess01:48
Mr_Cyclopsleonardus, may I suggest Ubuntu Budgie. Ever since I put that on an year ago, never looked back at anything else. You could try it out on one of the virtualization softwares, like Virtual Box (which is free)01:49
cheaterTJ-: i ask because this seems to use a different syntax and i'm not sure why. https://askubuntu.com/a/757130/85447901:50
leonardusMr_Cyclops: So in ubuntu budgie you can double click icons in the task tray to bring the applications back?01:50
OerHekstracker, this centos post says something about tracker-preferences .. https://unix.stackexchange.com/questions/481206/tracker-extract-high-cpu-usage01:50
OerHeksfastfresh ^ ^01:50
Mr_Cyclopsyes @leonardus .. single click actually01:50
leonardusLooks like I'll be using Ubuntu Budgie.01:50
TJ-cheater: yes, but of course you change sdZ9 for your actual device name01:50
Mr_CyclopsUbuntu budgie takes its desktop environment from popular Solus OS01:50
mustmodifyI'm on "a start job is running for "Raise network Interface"...01:51
mustmodifyI remember a hotkey to get past this wait...01:51
Mr_CyclopsI can send you a screenshot if  you like to get you a glimpse of how it looks01:51
mustmodifybut can't seem to figure it out. Any clue?01:51
TJ-cheater: if you're executing grub-install from somewhere other than the installed OS, then you will need additional arguments since grub cannot figure out many settings01:51
cheaterTJ-: yes, i am executing it from the live dvd, not from the installed os. i can't boot the installed os without grub, which is why i'm making grub.01:52
cheaterTJ-: so i use a syntax like there, where /mnt is my installed os on my ssd?01:52
TJ-cheater: OK, time to explain a bit more then ...01:52
cheatergo on!01:52
cheaterthanks01:52
fastfreshOerHeks: thanks, will try01:53
cheaterbtw, the live dvd comes with grub-install, but it's from the grub2 package, not grub-pc. is that fine?01:53
EriC^^cheater: grub2 is grub-pc01:54
EriC^^its fine01:54
cheaterty01:54
cheaterTJ-: in case you're typing something, i'll brb (need to go to the kitchen)01:58
TJ-cheater:  ... assuming your OS is in /dev/sdZ4 and it includes the /boot/ directory and content (as in, you're NOT using a separate partition/file-system just for /boot/)  and your separate 'device' (the vmdk?) for GRUB is /dev/sdY ... so you do "sudo mkdir /target /mnt/boot; sudo mount /dev/sdz4 /target; sudo mount /dev/sdY /mnt/boot; sudo grub-install --verbose --root-directory=/target01:59
TJ---boot-directory=/mnt/boot/ --recheck /dev/sdZ " ... and I'm not 100% sure I have all the options on grub-install you may need there01:59
cheaterhow do i mount /dev/sdY? how do i make it mountable?02:00
cheaterthank you btw02:00
TJ-cheater: although I think I missed steps there since /dev/sdY may need to be partitioned, and certainly needs a file-system format with "mkfs.ext4 ..."02:01
TJ-cheater: I'm assuming you're inside the VMware guest and you've added a GRUB vmdk file as an additional device?02:01
TJ-cheater: so you replace sdY with the actual device name that device has02:01
cheateryes, it's a vmdk02:02
cheatercan you mount unformatted drives without a partition table, or do i need to give it a partition table and format it somehow?02:02
cheateri know how to mount a formatted partition, but not a whole drive02:03
TJ-cheater: if it needs partitioning you can do "sudo sgdisk --new=:0:0:0 --typecode=0:EF02 /dev/sdY" which will assign all its space to a single partition02:03
TJ-cheater: I'm struggling to figure out what actually you're expecting to put on the vmdk 'sdY' - is it grub's bootstrap + core.image, or does it also want the grub modules (in which case it needs a 2nd partition formatted with mkfs.ext4 )02:04
TJ-cheater: if the vmdk is supposed to be for 'all' of grub then we need to revise things a bit02:04
cheaterTJ-: i'm not even at the stage where i'm trying to understand that yet02:04
cheaterTJ-: the way i have it right now is there's one partition on it. the vmdk is /dev/sda, and the partition is /dev/sda1. but why did you tell me to mount the whole disk? is that possible?02:05
TJ-cheater: "sgdisk --new=1:0+2MB --typecode=1:EF02 --new=2:0:0 --typecode=2:8300 /dev/sdY" then "mkfs.ext4 /dev/sdY2"02:05
TJ-eeek, typo!02:05
TJ-cheater: I missed a colon out. "sgdisk --new=1:0:+2MB --typecode=1:EF02 --new=2:0:0 --typecode=2:8300 /dev/sdY" then "mkfs.ext4 /dev/sdY2"02:06
cheatercan you describe what this command does? i'd like to create it with cgdisk, which i trust more than using a cli02:06
TJ-cheater: then you could do "mount /dev/sdY2 /mnt/boot; grub-install --root-directory=/target --boot-directory=/mnt/boot /dev/sdY"02:07
TJ-cheater: creates 2 partitions, first is bios_boot of 2MB, second is linux using remaining space02:07
cheaterhow much remaining space do i need?02:08
TJ-cheater: for the 2nd partition that'll contain grub modules? no more than 15MB :)02:08
cheaterthanks! why does the second partition contain linux?02:08
TJ-cheater, "linux" is the typecode name for 830002:09
TJ-cheater: do "sgdisk -L" to see the typecodes and their friendly names02:09
cheaterah, i thought you meant "bios_boot" was a label. it's the type, right?02:09
TJ-correct02:09
TJ-bios_boot is EF0202:10
cheatergreat!02:10
TJ-grub-install will read the files it needs from the existing OS mounted on /target and write the files to /mnt/boot as well as writing its core.image into /dev/sdY1 and its bootstrap into sector 0 of /dev/sdY02:11
pootre - I ended up finding a solution that works for the intuos S (aka CTL-4100) https://github.com/linuxwacom/wacom-hid-descriptors/issues/4102:13
TJ-cheater: what you then need to take care of is generating a correct /mnt/boot/grub/grub.cfg for which you'll likely need to use a chroot of /target with /mnt/boot/ over-mounted on /target/boot :P02:13
cheaterhuh?02:13
pootseems that ubuntu doesn't have the updated input db packaged.02:13
TJ-cheater: grub-install only writes the executable parts of GRUB; it doesn't handle the config script /boot/grub/grub.cfg02:14
TJ-cheater: and that is generated by update-grub running in the OS02:14
cheateroh... so... what do i do then?02:15
cheatersorry about being so clueless about this02:15
TJ-cheater: so you'd need to do something like "mount --bind /mnt/boot /target/boot; for n in proc sys dev etc/resolv.conf; do mount --rbind /$n /target/$n; done" then "chroot /target" and "update-grub" to write it, then "exit" to leave the chroot, then "for n in etc/resolv.conf dev sys proc; do umount /target/$n; done; umount /target/boot"02:16
mustmodifyI'm a little confused about how I should be using this to install a wifi receiver. https://github.com/mathew19/rtl8814AU02:16
mustmodifyI believe I've used it in the past and that, when my kernel was updated, I lost whatever clever thing I did last time.02:17
mustmodifyBut I can't seem to reproduce.02:17
TJ-mustmodify: did you use DKMS to install it?02:17
cheaterlet me try that, thank you02:17
mustmodifyHm...02:17
devslash#linux02:17
TJ-mustmodify: it might be there but failed to build? "dkms status" might help02:18
mustmodifyWell dkms isn't in my path, but let me dig a little more.02:18
TJ-mustmodify: OK, if 'dkms' tool isn't installed then presumably you haven't used it02:18
mustmodifyWell there was a catastrophic failure at some point in the past, and that may have been after I was using this.02:19
TJ-mustmodify: do you want to install it again now?02:19
mustmodifyDrat. So now I have no internet connection.02:19
mustmodifyand I need to install something.02:19
mustmodifyUgh.02:19
mustmodifyok I'll have to work that out and I'll get back with more questions. Thanks.02:19
devslashif i write a windows iso to usb in ubuntu using the format dd if=windows.iso of=/dev/sdb bs=1M the resulting usb drive doesnt boot windows. is there something i need to do to make it bootable02:19
TJ-devslash: that looks correct to me02:20
TJ-devslash: did you 'sync' after doing the 'dd' to ensure the data was flushed from cache to the device?02:20
devslashno02:20
TJ-devslash: also, you'll find 'dd' a lot faster with a larger blocksize; For USB2 I'd recommend bs=50M02:21
devslash& for usb3?02:21
TJ-devslash: sky's the limit :)02:21
TJ-devslash: "dd if=windows.iso of=/dev/sdb bs=100M status=progress conv=fdatasync,fsync" will write it fast, tell you what its doing, and sync data and metadata to the device02:22
EriC^^devslash: i dont think windows iso is bootable, if you want to use it with uefi you could create a fat32 partition and put the contents of the iso there02:28
EriC^^otherwise you'll need some sort of program that makes it bootable02:28
EriC^^maye rufus or something like that could help?02:29
EriC^^maybe02:29
TJ-not bootable? really, did that change?02:29
TJ-I recall helping a friend with Windows 7 I think it was, and that definitely bootable02:29
EriC^^i mean, why else is there win-usb02:29
EriC^^dunno02:29
TJ-how would Windows install if the ISO/DVD wasn't bootable ? or are we referring to something else with "windows.iso" ?02:30
TJ-I'm assuming we're talking about the windows *installer* ISO of course02:30
kk4ewtwin7 iso isnt efi and the computer has efi enabled02:32
TJ-win7 x64 did02:34
EriC^^TJ-: i dont think its dd ready dunno about win7 but win10 for sure02:35
EriC^^(it doesnt have a bootloader in the mbr)02:35
EriC^^this program used to be a thing but its not maintained anymore02:35
EriC^^!winusb02:35
ubottuUbuntu does not have a recommended tool for preparing bootable Windows installation USBs. If you need one, consider using Microsoft's media creation tool from a Windows computer (see ##windows for support). If this is not an option, there are third-party unsupported tools like WoeUSB ( https://github.com/slacka/WoeUSB , sudo snap install --edge woe-usb ) that might work.02:35
TJ-EriC^^: that'd only affect BIOS mode if it has no bootstrap code, but I'm pretty sure (from having slipstreamed Windows installers) it does have the bootstrap code.02:39
TJ-EriC^^: ahhh, the reason is, the Windows 10 ISO is a pure ISO9660-El-Torito boot mode, it isn't hybrid02:44
kinghatanyone using multiple monitors and have night light enabled?02:44
TJ-Win10_1903_V1_English_x64.iso.part: ISO 9660 CD-ROM filesystem data 'CCCOMA_X64FRE_EN-US_DV9' (bootable)02:45
TJ-kinghat: wha'ts night-light, the red-tinge adjustment?02:45
kinghatya02:45
TJ-kinghat: I used to have something like that on 1 of my PCs, but don't recall its name now. I found it made things worse :)02:46
qwebirc15353I just killed my server with a stupid mv command and need help fixing02:49
qwebirc15353I was reading on how to mv all the subdirectories in a directory, and didn't read it close enough and ran "sudo mv /*/ ../../folder"02:50
qwebirc15353I realized after a few error messaged the mistake and ctrl^c, but it was too late02:50
qwebirc15353I need to mv /dev/ and /bin/ and /lib/ and /etc/ and /boot/ and /home/ back, but the mv command no longer works02:53
qwebirc15353any ideas?02:54
qwebirc15353Anyone?03:07
lotuspsychje!patience | qwebirc1535303:08
ubottuqwebirc15353: 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/03:08
Bashing-omqwebirc15353: When you say server - leaves a lot out ... raid ? LVM ? EXT4 file system ? depending on what we know is how we can help.03:11
kinghati swear there was a usb writer that came with ubuntu(usb iso) but now that i have it installed i cant find one.03:13
lotuspsychjekinghat: the ubuntu usb creator?03:13
kinghatya03:14
lotuspsychjekinghat: its the icon, with a harddisk and ubuntu logo and green arrow03:14
kinghat"startup disk creator"03:14
kinghatya i guess its not installed for me..03:14
lotuspsychjekinghat: your ubuntu release?03:14
kinghatfresh install of 18.04.203:15
lotuspsychjekinghat: ubuntu-desktop?03:15
kinghatjust used the store to install it now03:15
kinghatya03:15
lotuspsychjethen it has to be there03:15
kinghati literally just had to install it03:17
qwebirc15353Bashing-om:Yes, LVM and Ext4. No raid.03:18
qwebirc15353I can run most commands by using the full path to the newly placed bin directory, but mv fails now due to permission03:18
qwebirc15353that's becasue etc was moved and I now get "sudo: unknown uid 1000: who are you?"03:19
Bashing-omqwebirc15353: I can not assist with LVM ,, a lack on my part :( encryption ? But I would think one could mount the individual partitions from an extermal source and copy the data back - somehow.03:20
qwebirc15353so I can't move etc back withoud sudo/ID working, and I can't get sudo/ID working without moving etc back03:20
qwebirc15353Yeah, my searching is suggesting booting to a live USB and moving back that way03:21
qwebirc15353but it's a headless server, so I'm not sure what to do about that... except unplug it and take it somewhere with a monitor and keyboard03:21
Bashing-omqwebirc15353: Yeah .. why you work from say a liveUSB.03:21
qwebirc15353I could configure the liveUSB from my laptop, but still not sure if it would boot once I plug it into my server... I guess I'll just need to try that before getting a monitor and keyboard hooked up03:22
qwebirc15353I was just hoping there was some way to could switch to root or something. I still have an SSH session open, but it isn't letting me establish new sessions03:23
qwebirc15353su root gets me "su: Cannot determine your user name."03:24
qwebirc15353is there a lightweight live distro you can recommend for live booting to do this task?03:29
mustmodifyOK, I've installed dkms.03:30
mustmodifyNow, how do I get the rest of this working?03:30
mustmodifyhttps://github.com/mathew19/rtl8814AU03:30
mustmodifyI tried `sudo make install` and that seemed to work, but then I restarted and no network connection.03:30
Bashing-ommustmodify: Something like ` sudo dkms install rtl8814AU ' . Assumming that is the correct driver for your card.03:34
mustmodifyok, working on that and I got something surprising. "Error! Your kernel headers for kernel 4.15.0-45-generic cannot be found. Please install ... or use --kernelsourcedir03:37
mustmodifySo I'm assuming I must have it installed ... if that's what I'm using, right?03:37
mustmodifySo I just likely need to point it to where the kernel lives...03:37
Bashing-ommustmodify: Don't know much, but, ' dpkg -l | grep linux- 'show the needed package as installed ?03:40
=== [b0b] is now known as b0b
qwebirc15353I can't get past the network connections page of the LiveUSB "Network configuration timed out". I've tried DHCP and static03:56
Svetahow long did you wait?03:56
qwebirc15353until the timeout message came up03:56
=== mundus2018 is now known as mundus
kinghatwhat is LTS after 18?04:10
lotuspsychjekinghat: 20.0404:10
kinghatso 18.10, 19.04, 19.10, 20?04:11
lotuspsychjekinghat: .04 april .10 october04:11
styledashFrisky Feline04:11
kinghat20.04 april next year?04:12
ducassekinghat: yes04:12
kinghatwasnt sure if you were talking about the 19 series..04:12
styledashEoan Ermine is such a bad name tho...04:13
lotuspsychje!lts | kinghat04:13
ubottukinghat: 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.04:13
ducassekinghat: 19.04/19.10 are just regular releases04:14
kinghatcan you make an app open on a specific desktop?04:25
ducassekinghat: check out devilspie04:27
ducasse(and gdevilspie)04:28
cheateri need help creating a grub to boot a physical partition. i have a linux dual boot with windows using grub-efi. windows, linux, and efi partitions are all on the same drive (drive 0, /dev/sda; linux is on /dev/sda5). i also want to boot the linux partition as a guest under vmware in windows. vmware can't open the efi partition (which is in use by windows), so i need to make a new grub and put it on a ...04:34
cheater... virtual drive (drive 1, /dev/sdb). I want to use a vmdk attached as a separate virtual scsi drive. i'd like to boot into a ubuntu live dvd, and use that to put a bios version of grub on /dev/sdb that will let me boot /dev/sda5. there is /boot on /dev/sda5, including the vmlinuz image. how do i do this? I spoke to TJ- earlier but I wasn't able to follow his advice, as several points were not clear ...04:34
cheater... to me and some of the steps yielded errors.04:34
kinghatducasse: https://hastebin.com/cawugetuna.rb04:49
Bashing-omkinghat: If ' dpkg -l gdevilspie ' shows installed ,, 1) I expect the g is for Graphic such that there is an icon ,, and 2) I would expect also that trminal command `gdevilspie` will also start the tool .04:54
kinghatno packages found04:56
Bashing-om!info gdevilspie bionic | kinghat04:57
ubottukinghat: Package gdevilspie does not exist in bionic04:57
Bashing-om!info devilspie bionic | kinghat04:58
ubottukinghat: devilspie (source: devilspie): find windows and perform actions on them. In component universe, is optional. Version 0.23-2build1 (bionic), package size 45 kB, installed size 227 kB04:58
gallomimiacheater, i'm having trouble following your requirements there. but it sounds like you need to chroot and run grub-install ?05:04
cfhowlett!ping05:12
ubottupong!05:12
=== onohiroko is now known as sarashina_
bs0dHi all. I am trying to see which versions of gcc and cmake ubuntu has by browsing https://packages.ubuntu.com/06:52
bs0dStrangely enough, when I select any branch: xenial, bionic, cosmic - all are marked as dev. Which of them is stable branch? I am a bit lost.06:52
cfhowlett!info | bs0d06:55
ubottu'bs0d' is not a valid distribution: bionic, bionic-backports, bionic-proposed, cosmic, cosmic-backports, cosmic-proposed, disco, disco-backports, disco-proposed, eoan, eoan-backports, eoan-proposed, kubuntu-backports, kubuntu-experimental, kubuntu-updates, partner, precise, precise-backports, precise-proposed, stable, testing, trusty, trusty-backports, trusty-proposed, unstable, xenial, xenial-backports, xenial-proposed06:55
cfhowlett!info gcc | bs0d06:55
ubottubs0d: gcc (source: gcc-defaults (1.176ubuntu2.2)): GNU C compiler. In component main, is optional. Version 4:7.4.0-1ubuntu2.2 (bionic), package size 5 kB, installed size 64 kB06:55
bs0dVersion 4:7.4.0 means gcc 7.4.0?06:56
bs0d!info cmake06:56
ubottucmake (source: cmake): cross-platform, open-source make system. In component main, is optional. Version 3.10.2-1ubuntu2 (bionic), package size 3362 kB, installed size 18363 kB06:56
bs0dlooks good to me. I am looking for an OS for my container to run a recent C++ toolchain. If I may ask a stupid question - which distro is stable and which is development?06:57
cfhowlettbs0d= LTS is the most "stable" and longest supported.  non-LTS has the latest/greatest shiny stuff.  not knowing the details of your use case, can't advise.  personally: LTS only.06:58
acheronukbs0d: the 4: is a 'epoch' purely for packaging purposes, so yes, the upstream version follows the :06:59
ducassebs0d: non-lts means you need to upgrade every 6-9 months, lts you can go for 5 years07:00
bs0dthanks a lot. Now the list of distros makes sense :) xenial and bionic are LTS. cosmic, disco and eoan are non-LTS07:01
cfhowlettexactomundo!07:02
tuxihi everybody, is there any security tools in ubuntu like netstat, tracert and so on, obviously i haven't got the tools as i  tried in the shell07:18
ducassetuxi: try 'apt install inetutils-traceroute' - all these tools can be installed07:19
tuxiducasse thank you very much07:20
tuxihm does not work in the terminal as root, though :-(07:20
ducassetuxi: there is also 'apt install traceroute' - unsure what the difference between the two are, but look at the package descriptions07:22
tuxiah sorry it worked i made an error07:23
nblade42Hi. I am using Ubuntu 18.04 and in Software & Updates I have checked "Automatically check for updates:" = "Never" and "Notify me of a new Ubuntu version" = "Never". Yet each time I restart it checks for updates.07:33
nblade42I would like to make it check manually only.07:33
nblade42I mean when I restart it checks and then opens a new dialog box "there are new updates". I don't want that, which is why I checked those settings in the dialogs.07:34
cheaterhey TJ-07:34
cheateroh, i was in scrollback, TJ isn't here07:34
lotuspsychjecheater: TJ- is afk for now07:34
cheateryup07:34
lotuspsychjenblade42: disable the startup service or uninstall update-manager07:35
nblade42lotuspsychje: How? I tried the command  systemctl list-unit-files --type=service | grep -i update07:45
nblade42But I didn't see anything interesting.07:45
lotuspsychjenblade42: type this in terminal: sudo sed -i "s/NoDisplay=true/NoDisplay=false/g" /etc/xdg/autostart/*.desktop07:46
lotuspsychjenblade42: then check your startup services icon07:46
=== rkta_ is now known as rkta
JonopolyWhen i tried to boot kdeneon from usb on new laptop08:08
Jonopolyi had to add 'acpi=off' to the grub on boot08:08
Jonopolywhat's acpi?08:08
lotuspsychje!acpi | Jonopoly08:09
ubottuJonopoly: to debug ACPI issues on ubuntu make sure your bios is up to date and follow the procedure here: https://wiki.ubuntu.com/DebuggingACPI08:09
Jonopolyah a bios thing! okay08:09
Jonopolyi've just got an asus (gaming) laptop the other day and i wanna put linux on it.. for development i want windows too because i need windows for gaming/VR08:12
Jonopolyjust for safety would it be advised to back up my entire windows? as it contains some ASUS files 'controlling fan' etc.. before proceeding to dual boot?08:13
lotuspsychjeJonopoly: its always adviced to make a backup of your data08:14
Jonopolylotuspsychje: would that backup include windows etc..? 'bootloader'08:14
Jonopolyjust worried i'd get stuck with grub if i had to revert08:14
lotuspsychjeJonopoly: to backup windows you can sk in ##windows08:15
lotuspsychjeask08:15
lotuspsychje!uefi | Jonopoly08:16
ubottuJonopoly: UEFI 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/UEFI08:16
lotuspsychje!dualboot | Jonopoly08:16
ubottuJonopoly: Dual boot instructions: x86/AMD64: https://help.ubuntu.com/community/DualBoot/Windows - Macs: https://help.ubuntu.com/community/MacBookPro https://help.ubuntu.com/community/YabootConfigurationForMacintoshPowerPCsDualBoot08:16
ducasse!neon | Jonopoly08:16
ubottuJonopoly: KDE Neon ( http://neon.kde.org/ ) is a KDE project to package the latest stable and development versions of KDE software on top of an Ubuntu base. As it is not an official Ubuntu or Kubuntu project, please use #kde-neon for discussion and support.08:16
Jonopolywow thanks08:16
ansyebhello. how to "dmesg -T" but also showing last 1000 lines? it shows not enough by default. or how to check the log with human readable timestamps otherwise etc08:19
stevenmansyeb, dmesg -T|tail -n100008:21
nblade42lotuspsychje: What do you mean by the startup service icon?08:28
lotuspsychjenblade42: are you on ubuntu-desktop with gnome?08:28
nblade42Yes, it is standard Ubuntu 18.04. With the standard GNOME desktop.08:33
lotuspsychjenblade42: ok, then you have a startup applications icon (purple with greeg arrow to the left)08:33
lotuspsychjegreen08:33
nblade42Yes I checked that list and it does not mention anything about updates.08:35
lotuspsychjenblade42: did you enter that command i gave you?08:36
lotuspsychjenblade42: i see the service here, check for updates08:38
nblade42lotuspsychje:  I see in /etc/xdg/autostart/update-notifier.desktop it is set with property NoDisplay=true. I changed that to NoDisplay=false as you suggested (but not for all .desktop files). And now I can see it in startup applications list and can uncheck it.08:58
lotuspsychje+1 nblade4208:58
nblade42Thanks it is better now.09:03
=== EriC^^ is now known as ME
=== ME is now known as EriC^^
graingertanyone know where I can get a very low res tux penguin icon?09:11
graingerteg one for a brand on a directory?09:11
=== BrianG61UK_ is now known as BrianG61UK
halvorsHi! I want to install ubuntu desktop on mdadm raid0, i want to raid 3 ssds together into one.10:36
halvorsI managed to install ubuntu on it, but cannot get grub to work. My setup uses EFI.10:36
EriC^halvors: do you have a fat32 partition with grub on it?10:37
halvorsYeah that is what i am trying to do.10:37
halvorsBut then metadata needs to be on the end right?10:39
halvorsOr should the ESP just not be raided?10:40
halvorsEither way i could not get ubuntu to boot.10:40
halvorseric: Installer was unable to install grub altogether.10:40
halvorsUsing this: https://gist.github.com/umpirsky/6ee1f870e759815333c8 i was able to install Grub on sda1, and grub starts but promts to shell as it was unable to load ubuntu (which was on raid0)10:43
blackflowis raid0 even supported by grub10:45
EriC^halvors: yeah i think the esp shouldnt be part of the raid10:47
BluesKaj_hey folks10:48
EriC^can you load a live usb to troubleshoot?10:48
halvorsYeah.10:48
halvorsBut just have esp on sda then?10:48
halvorsLike this, make a raid0 consisting of sda2 (sda1 is esp), sdb and sdc?10:48
halvorsIf i want 2 linux distro installs should they share the raid array or and paritioning that?10:53
EriC^i dunno much about raid sorry10:53
EriC^i guess it's fine?10:53
EriC^given they are on separate partitions and stuff i dont see why not10:54
halvorsok thanks :)10:55
TJ-halvors: firmware (UEFI)  doesn't understand RAID so it won't work *unless* you use mdadm metadata level 0.9 or 1.0 (so the emetadata isn't put where the partition table/boot loader need to be)11:00
kozaHey everybody, I am trying to configure my bionic as multiarch with arm64 packages being available. I have already set the sources.list to reference the ports.ubuntu.com Now the apt install git:arm64 attempts to install but fails because liberror-perl:arm64 is not installable. In fact it is all package. Is there a way to resolve?11:24
adrian_1908Anybody know why /etc/sudoers would be ignored? I have an ubuntu container and my users can simply use sudo without supplying any authentication, not even on login.11:43
TJ-adrian_1908: are they all running as UID 0 inside the container?11:53
TJ-adrian_1908: what kind of container? LXD?11:53
adrian_1908TJ-: Yes, LXD. My ubuntu user does run as itself from the looks of it. If I use sudo, the command runs as root. Sorry, I don't know enough about this.11:57
adrian_1908TJ-: I use `$root: su - ubuntu` to switch to that user. Is that the wrong approach maybe?11:58
jacksudo -u user ;)12:03
TJ-adrian_1908: It's not clear from your description whether you're talking about the experience inside the container, or outside it. alos, which distro/version is installed in the container? what is in its /etc/sudoers and /etc/sudoer.d/*12:08
leftyfbadrian_1908: /etc/sudoers.d/90-cloud-init-users12:13
qwebirc76961I am working to restore my Ubuntu 18.04 server after I accidentially moved a few system directories, but now my login screen is stuck in a loop12:14
qwebirc76961meaning, when I enter my username and password, I briefly see the welcome header flash, then I go back to the login prompt12:15
qwebirc76961I believe my problem may be that my home user directory ownership is a UID not a username12:15
qwebirc76961so /home/username is showing 1000:1000 as ownership12:15
adrian_1908leftyfb: ffs, I think that's it! "ubuntu ALL=(ALL) NOPASSWD:ALL". My /etc/sudoers has the `includedir` line commented out, so I didn't investigate further.12:16
=== jstein_ is now known as jstein
adrian_1908I'll check my lxd config for that container and report back, I presume cloud-init is fed from there.12:17
qwebirc76961I tried to chown in archboot liveUSB, but it says it is an invalid user12:17
qwebirc76961my passwd file has username:x:1000:1000:username,,,:/home/username:/bin/bash12:19
esvhey folks, I tried to install a HA cluster in AWS (proof of concept) but couldn't find fence-agents and pcs packages, is it normal ?12:38
adrian_1908Would the bash alias sudo='/usr/bin/sudo -S' be an security issue? I'm trying to get around an LXD issue regarding sudo and tty. I reckon if sudoers is enforced, this cannot be abused somehow, right?12:41
pragmaticenigmaadrian_1908: I wouldn't recommend that approach. If you want to alias it, give it something unique, like ssudo or something similar. This will prevent other scripts and applications from breaking12:46
TJ-adrian_1908: the #includedir is NOT a comment, # is the prefix. It is NOT shell script12:50
adrian_1908pragmaticenigma: fair enough, but plain `sudo` is broken anyway.12:50
adrian_1908TJ-: Oh, I see!12:51
TJ-adrian_1908: right! I know because that caught me out badly some years ago :D12:51
pragmaticenigmaadrian_1908: I don't understand what you mean by "plain `sudo` is broken anyway." The command sudo has worked just fine for me12:52
TJ-pragmaticenigma: I think adrian_1908 was caught out by #includedir /etc/sudoers.d/ :)12:53
nblade42pragmaticenigma: An alias cannot break a script.12:54
TJ-pragmaticenigma: the original issue, in LXD container, was "all users can use sudo without a password" which, as leftyfb pointed out, was due to /etc/sudoers.d/90-cloud-init-users12:54
adrian_1908pragmaticenigma: Maybe it wasn't clear, but my comment was regarding an LXD issue: https://github.com/lxc/lxd/issues/3218 that seems to only be solvable with hacks. A developer suggested running `script /dev/null` which somehow creates the tty needed, but I have no idea if that's a better idea than that sudo alias.12:54
nblade42For example: alias ls='ls --color=always'12:54
nblade42For scripts they will not get the color parameter.12:55
adrian_1908TJ-: two separate issues actually, now that I got sudoers working (the leftyfb hint), I ran into the thing where I want to alias. Sorry for the confusion.12:55
TJ-adrian_1908: you want to force "sudo -S", yes?12:56
mustmodifyI would like help installing my wifi driver. I think I have most of the pieces in place... I have a repo I believe I have used in the past for this. I know it needs to be installed with dkms. Just having a few errors I can't get past.12:56
adrian_1908TJ-: right, since that seems to fix the issue.12:56
TJ-adrian_1908: I'm looking/wondering if there's way via sudo.conf12:58
TJ-adrian_1908: the obvious way is to replace /usr/bin/sudo with a shell wrapper script13:00
cxlHow can I get rid of these failed units: https://dpaste.de/skL2 ? They're from a DVD that I had to force-eject because it's scratch and was unreadable.13:02
cxls/scratch/scratched13:03
adrian_1908TJ-: right, I might just do that then. Bit odd, but I doubt I'll use sudo a ton inside the container, aside from the occasional configuration change.13:04
pragmaticenigmacxl: A reboot should clear that up13:04
cxlpragmaticenigma: no problem in keeping it like this and not rebooting for a while?13:08
pragmaticenigmacxl: I don't see any issues, the only thing might be applications like file managers that keep looking their for information13:09
TJ-adrian_1908: use dpkg-divert to prevent your wrapper being replaced. "sudo -Si" then " dpkg-divert --divert /usr/bin/sudo.real --rename /usr/bin/sudo; echo -e '#!/bin/sh\nexec /usr/bin/sudo.real -S $@' > /usr/bin/sudo ; chmod +x /usr/bin/sudo "13:14
adrian_1908TJ-: Awesome, was thinking about that issue. Thanks so much for your help!13:15
TJ-adrian_1908: and make sure the new wrapper works before leaving 'sudo -i' mode!13:16
lopewhat's the latestCan you guys please clarify what is the best way to mount files in windows 10 from ubuntu13:20
lopeWhat is obsolete and what is the latest13:20
lopesamba, smb, cifs?13:20
lopeI'm getting conflicting information.13:20
lopeI mean mount shares, not files.13:21
blackflowsmb == samba ~= cifs13:21
blackflowand that (samba) is more or less the only recommended thing you can use from Ubuntu, to mount Windows shares over the network.13:22
lopeso I must get rid of cifs13:22
lope?13:22
blackflowcifs is just a variant of smb, which is protocol. samba is the software suite for smb/cifs protocols13:23
HiDeHoHi all just a quick question is there a quick comand to refrest the menu13:23
blackflowif you use smb:// URLs, then that's all you need to do13:23
cfhowlettHiDeHo= ??? explain13:24
HiDeHocfhowlett, add a new .desktop file how to refresh the menu so its added13:25
HiDeHowhy else would the menu need to be refreshed.13:25
HiDeHocfhowlett, i am talking about the menu on the panel that shows all the apps13:25
TJ-HiDeHo: where is the .desktop file you're added/changed? I'm not sure which, if any, DE shells rescan or inotify watch for changes but if they do it should be detected and refreshed in the background13:31
lopethis is from mount.cifs manpage "The CIFS client can get and set POSIX ACLs (getfacl, setfacl) to Samba servers version 3.0.10 and later."13:37
vpetershi13:38
vpetersClient: HexChat 2.14.1 • OS: Ubuntu "bionic" 18.04 • CPU: Intel(R) Xeon(R) CPU           E5640  @ 2.67GHz (1.60GHz) • Memory: Physical: 38.4 GiB Total (33.5 GiB Free) Swap: 20.1 GiB Total (20.1 GiB Free) • Storage: 26.2 GB / 209.1 GB (182.9 GB Free) • VGA: Matrox Electronics Systems Ltd. MGA G200eW WPCM450 @ Intel Corporation Xeon 5600 Series QuickPath Architecture System Addres13:38
vpeterss Decoder • Uptime: 33m 6s13:38
lopemount.cifs also supports the vers= option which supports 3.0 - The SMBv3.0 protocol13:38
=== jstein_ is now known as jstein
vpeterscan anyone help me with dns issues on my VM Owncloud?13:56
leftyfb!ask | vpeters13:56
ubottuvpeters: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience13:56
hggdh#mode #ubuntu14:01
DraggorGreetings!  When I ssh into my fresh install, and I leave a screen session, if I exit, the sceen session is killed too!  How do I stop this?  I'm on ubuntu 18.04 lts14:09
pragmaticenigmaDraggor: You can use a application like "screen" which allows you to restore a previous session.14:09
lordcirthpragmaticenigma, he is14:09
lordcirthDraggor, how are you exiting?14:10
pragmaticenigmasorry, misinterpreted the screen session14:10
DraggorI detach from screen, then exit the ssh session.  SystemD seems to kill the agent and screen14:10
pragmaticenigmaDraggor: When you detach, what command are you giving?14:10
Draggorctrl a + d14:10
lordcirthDraggor, can you re-attach before exiting?14:10
Draggoryes14:11
leftyfbDraggor: what sort of hardware is this install on?14:11
DraggorA 4 year old thinkpad x260, and a modern thinkpad x1 extreme14:11
DraggorWhen the ssh session exits, every process gets killed with it14:12
Draggoreven screen which has a valid detached named session14:12
DraggorIf I ssh in again while still already being in, i can attach on that other ssh session14:12
Draggorbut if they all exit, it kills everything14:12
leftyfbDraggor: have you tested any command? Something like top?14:12
Draggorssh in; screen -S test; top; ctrl a + d; exit; ssh in again; screen -list produces nothing;14:14
Draggorafter I detach, screen -list shows the properly named session.  It will be gone when I exit ssh.14:15
DraggorThere's a bunch of articles complaining about this from years ago when systemd got introduced and KillUserProcesses=yes as a default, but changing that to no doesn't seem to do anything.14:15
lordcirthDraggor, Try enabling logging in screen with C-a H14:16
lordcirthPerhaps that will log a signal14:16
DraggorIt does get a signal14:17
Draggorbecause systemd is sending it14:17
DraggorI would like systemd to not kill it14:17
DraggorIs this not an issue other default ubuntu installs have?14:17
nblade42I am on Ubuntu 18.04 and I notice after installing some applications from the Ubuntu Software Center I see a wrong app icon when starting certain KDE applications. Some are OK (e.g. Amarok and Kdenlive), but others (KmPlot and Kalzium) just show a strange "blank screen with a red 'circle-backslash' symbol in it" icon on the dock.14:17
leftyfbDraggor: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=82539414:17
ubottuDebian bug 825394 in systemd "systemd kill background processes after user logs out" [Normal,Fixed]14:17
mustmodifyI would like help installing my wifi driver. I think I have most of the pieces in place... I have a repo I believe I have used in the past for this. I know it needs to be installed with dkms. Just having a few errors I can't get past.14:18
nblade42Inside the apps menu (Super+A) the applications have correct app icons, so I think the icons are there but just somehow not getting picked up by the Dock and Alt+TAB.14:18
Draggorleftyfb: Yes, and I have KillUserProcesses=no, and yet I still see this issue.14:18
leftyfbDraggor: did you run daemon-reload after making the change and restart systemd-logind? You might even have to log out completely.14:20
pragmaticenigmanblade42: Try seeing if there is a *-icon package for your application. Check your logs, you might see what path the application is trying to load it's icon from and then you can place the desired one there. If neither of those are options for you, you can file a bug report14:22
Draggorleftyfb: I restarted the machine in full14:26
leftyfbDraggor: I think you still need daemon-reload regardless of rebooting14:26
Draggoroooh, okay14:26
DraggorNopeNope14:28
=== im0nde_ is now known as im0nde
nblade42pragmaticenigma: If I run the malfunctioning programs in a terminal I see lines like: Invalid Context= "stock" line for icon theme:  "/usr/share/icons/ubuntu-mono-dark/stock/16/"15:12
akikDraggor: did you figure the screen problem out?15:14
Draggorakik: nope15:15
Draggorlooking into sshd service options?15:16
akikDraggor: i thought it would've been fixed in systemd. try if this command lets you keep running screen: systemd-run --scope --user screen15:17
akikit's documented here: https://www.freedesktop.org/software/systemd/man/systemd-run.html15:17
akikthere's another command there: loginctl enable-linger which might help15:18
pragmaticenigmanblade42: does that path exist?15:45
nblade42Yes. It is installed by the ubuntu-mono package, which is installed. Also I've got a kile.svg icon in /usr/share/icons/breeze/apps/48/kile.svg but somehow it doesn't get picked up by the application.15:47
nblade42So maybe it is a bug in the program itself (Kile) or possibly the way it was prepared for Ubuntu.15:48
Draggorakik: failed to create a bus connection, that's new15:48
pragmaticenigmanblade42: No it's an issue with poorly implemented attempts at theming everything. If you were to copy or symlink that image file like this "ln -s /usr/share/icons/breeze/apps/48/kile.svg /usr/share/icons/ubuntu-mono-dark/stock/16/kile.svg" it would probably get picked up by the application15:50
solidfoxhello, i am getting "System program problem detected" every time i log in16:04
solidfoxhow do i view the error report to see what crashed16:04
EriC^solidfox: press more details or similar16:12
popey_solidfox: they're in /var/crash16:12
popey_solidfox: often what happens is if you don't submit the error, it hangs around and nags you next time16:13
solidfoxEriC^: there is not "more details"16:13
solidfoxjust "report" or cancel16:13
solidfoxbut i already clicked send report16:13
popey_solidfox: if you absolutely don't want to send it, you can just "sudo rm /var/crash/*"16:13
popey_if you look in that folder you can see which program and date/time16:13
solidfoxpopey_: strangely after clicking send error, it still didnt create a ".uploaded" file like the other errors16:14
solidfoxi'll remove them i guess16:14
solidfoxthanks16:15
popey_np16:16
whereistejasI have 18.04.2 LTS and I want to install openmodellica16:19
whereistejasBut apt says no such package exists16:19
whereistejasAnd I have seen other people on forums install it with the same version as me16:19
whereistejass/version/Ubuntu version/16:20
whereistejasAny suggestions on how to solve this issue?16:21
OerHekswhereistejas, indeed, that package is not in our repos16:21
OerHeksfollow their tutorial : https://openmodelica.org/download/download-linux16:22
OerHeksgood luck16:22
whereistejasOerHeks: Is there any way for me to get in touch with the package manager of that package on other versions of Ubuntu? I'm a novice at this stuff. I would really appreciate some help.16:36
pragmaticenigmawhereistejas: The page that was linked to is the only support we can provide. Applications not provided/found in the Ubuntu software repositories are something this channel cannot provide support for. The publisher/developer of that software will have to help you as they have the documentation to do so16:38
hggdhwhereistejas: we -- Ubuntu -- do NOT package openmetalica. They themselves do it. So you have to get in contact with them16:38
=== Richard is now known as Guest82343
whereistejaspragmaticenigma: hggdh: Okay. Thanks. I will try to get in touch with them.16:46
kinghatdoes hastebin work on ff for you guys?17:04
kinghatthe buttons dont seem to do anything17:04
echelonhow do i install oracle 8 jdk?17:12
echelonjre*17:12
TJ-echelon: If it is available, from the archive in the usual way. But Java 8 is out of support now (I think) - so it'll depend on which ubuntu release you're working with17:14
echelonTJ-: bionic17:14
jellycodeI'm having this problem on Ubuntu Trusty, does anyone know of a way on Ubuntu to call GCC with -lto, but override the unique Ubuntu default of _FORTIFY_SOURCE=1 :  https://stackoverflow.com/questions/34907503/gcc-fread-chk-warn-warning17:14
jellycodeI tried passing -D_FORTIFY_SOURCE=0 and I get error:  <command-line>:0:0: error: "_FORTIFY_SOURCE" redefined [-Werror]17:15
TJ-!info openjdk-8-jre17:15
ubottuopenjdk-8-jre (source: openjdk-8): OpenJDK Java runtime, using Hotspot JIT. In component universe, is optional. Version 8u212-b03-0ubuntu1.18.04.1 (bionic), package size 68 kB, installed size 250 kB17:15
kZelkinghat: Saving doesn't work for me, I see a 503 in network logs when I try17:15
echelonTJ-: yeah, openjdk won't work unfortunately.. will need oracle jre 8 :/17:16
kinghatsame17:16
TJ-echelon: I thought it was Oracle who ended Java 8 support?17:16
echelonyes17:16
TJ-echelon: are you telling us the current openjdk-8-* packages are broken?17:17
echelonTJ-: no, i'm saying i need oracle 8 jre17:17
akikechelon: they're here:17:18
akikhttps://www.oracle.com/technetwork/java/javase/downloads/java-archive-javase8-2177648.html17:18
echelonakik: thanks :)17:18
Draggorakik: So, my solution was a combination of the kernel parameter, KillUserProcesses=no, enable-linger, and getting systemd-run wrapper working for screen.17:27
akikDraggor: which kernel parameter? that should be a userland thing17:54
echelonhow do i prevent ubuntu from installing a different jre/jdk than the one that's already installed?17:57
echeloni'm trying to install maven, but maven has openjdk 11 as a dependency17:57
echelonbut i already have a java runtime that i installed manually just now17:58
zambai'm having huge problems with my ubuntu installation.. it can freeze pretty much all the time17:58
lordcirthechelon, why did you manually install a java runtime?17:58
zambathe only resolution is to reboot the host17:58
zambaphysically17:58
lordcirthzamba, what Ubuntu version and flavor?17:58
echelonlordcirth: i needed a java version that was out of support17:58
zambalordcirth: 18.04.2 LTS17:58
lordcirthzamba, Desktop or Server?17:59
zambalordcirth: stuff like doing an google image search could overthrow the system17:59
zambaif i don't react immediately by ctrl + w-ing the tab when i notice the mouse pointer starting to jerk, i have lost my system17:59
zambalordcirth: desktopĂĄ18:00
lordcirthzamba, ok. What CPU do you have, how much RAM, what graphics card, and what graphics driver?18:00
zambai5-3470, 4 GB RAM, some integrated graphics card..18:01
zambaand i'm running gnome session fallback18:01
zamba00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller (rev 09) (prog-if 00 [VGA controller])18:01
zambai915 kernel driver18:01
lordcirthzamba, 4GB is low, but shouldn't freeze. Do you have swap enabled? 18.04 has it by default18:01
OerHekszamba, .. to reboot the host.. what OS is the host?18:02
zamba1GB swap enabled18:02
SiecjeA colleague is not in the sudo group and can't install applications. They say they used to be the root user so they don't have a root user. How can you add a user to the sudo group?18:02
zambaOerHeks: eh? we're in #ubuntu now18:02
zambaOerHeks: so yes, this is ubuntu :)18:02
lordcirthOerHeks, I believe he means "host" as in the machine, not as in VM host18:02
zambayes, this is not a virtual machine18:02
OerHeksoke, that is not how i read it18:02
zambalordcirth: but.. it seems somehow related to thunderbird running18:03
lordcirthSiecje, sudo usermod -aG sudo username18:03
Siecjelordcirth: Can't use sudo though. Will it work.18:03
lordcirthSiecje, you have no user on the system that can use sudo or su?18:03
Siecjelordcirth: Correct.18:04
zambalordcirth: i don't think i have experienced the issue without thunderbird running.. and also with thunderbird running i can lock the screen and come back some hours later being unable to log in.. this time around i was away for 4 days and i paid attention to NOT leave thunderbird running when i left the office and i could then successfully log back in18:04
lordcirthSiecje, reboot, choose other options, recovery, root shell. Then run that.18:04
lordcirthzamba, can you please pastebin the output of "free -m" when the system is stable?18:04
zambalordcirth: coming right up18:05
lordcirthThen 'watch free -m" and trigger the freeze18:05
zambahttps://pastebin.com/qywEBE4N18:05
zambaunfortunately i'm not able to trigger the freeze18:05
lordcirthzamba, when it freezes, you can still see the screen, right?18:05
zambalordcirth: yes18:06
zambabut i'm not sure if it actually updates18:06
lordcirthActually, either way: "watch 'free -m' | tee ~/free.log'"18:06
lordcirthJust leave that running, and the next time it freezes and you need to reboot it, just look at the end of the log file18:07
zambalordcirth: yup18:07
zambabut this will just show the last entry.. would it be more helpful to show all entries?18:07
TJ-zamba: have you reviewed the system logs after it has failed for clues as to what was happening?18:07
lordcirthzamba, sorry, tee -a18:08
zambalordcirth: ah, thanks :)18:10
zambaTJ-: wel, maybe this could be related:18:12
TJ-zamba: e.g. "journalctl -b -p warning --since=yesterday"18:14
zambahttps://pastebin.com/4FJzDrR718:14
zambaTJ-: that command only shows the boot up18:15
TJ-zamba: indeed; I am wondering if there's something systemic happening early on that sets the scene for the later failure18:18
TJ-zamba: your log shows some unusual/unexpected causes of "Permission denied"  and the frequent dhclient DHCP renewal requests is weird too, but nothing exactly obvious there18:19
=== ErrantEg_ is now known as ErrantEgo`
zambaTJ-: i feel quite confident that my system will run just fine as long as i don't have thunderbird running18:21
zambaTJ-: i'll try that for some days and see how that works18:21
schmeetshey is there a mailing list that I can subscribe to which will notify me of any security issues with the os?18:48
TJ-zamba: something else you could do, is call thunderbird from within a shell script that logs TB's stdout/stderr to a file, in case it leaves clues behind as it runs.18:48
sarnoldschmeets: https://lists.ubuntu.com/mailman/listinfo/ubuntu-security-announce18:49
schmeetssarnold: I totally checked, but couldn't find it :P18:49
schmeetsthanks :D18:49
TJ-zamba: I use TB with lots of IMAP accounts with one receiving ~5000 emails a week without problems, so I wonder if it might be related to the types of account you've got it connected to18:49
sarnoldschmeets: there's a *lot* of ubuntu lists :)18:51
zambaTJ-: i'm experiencing issues on another system i'm running thunderbird on18:52
zambaTJ-: so i strongly believe there is something there18:52
TJ-zamba: which version of TB?18:54
TJ-zamba: i have: "thunderbird/bionic-updates,bionic-security,now 1:60.7.0+build1-0ubuntu0.18.04.1 amd64 [installed] "18:54
zambaTJ-: 60.7.018:54
Forty-3ping replies are being dropped by the iptables rule "-A INPUT m conntrack --ctstate INVALID -j DROP", even though `conntrack -L` shows an entry for the icmp packet created18:55
TJ-zamba: it could also be related to TB <> Gnome shell - I don't use Gnome18:55
zambaTJ-: what are you using?18:55
TJ-zamba: Xubuntu/XFCE18:55
zambaTJ-: ok18:56
TJ-zamba: there were some famous memory leaks in Gnome in the run-up to 18.04 release and I still see some reports that suggests there may still be some remaining, which is why I mention it18:56
sarnoldwith just 4gb ram, you might be happier on xfce or lubuntu or similar18:56
Forty-3I know I'm getting responses, because tcpdump shows the replies before they get dropped18:57
TJ-zamba: is TB using IMAP accounts only?18:57
Forty-3and the count on the iptables rule ticks up every time I send a ping18:57
zambaTJ-: yup18:58
TJ-Forty-3: do you mean the count is increasing on *reception* of the ICMP reply ?18:59
Forty-3yes18:59
Forty-3e.g. packet gets sent, gets replied to, shows up in tcpdump, gets dropped by the rules18:59
TJ-zamba: I know if the IMAP account is large, TB locally can build a large cache, and can have struggles pruning it from time to time18:59
TJ-Forty-3: and presumably if you dop the --cstate INVALID it works?18:59
Forty-3no, because I also have -P INPUT DROP19:00
zambaTJ-: but this seems to be related to something happening in the browser.. it's usually a medium to heavy web page that causes this19:00
TJ-Forty-3: right, but if the policy wasn't DROP :P19:02
TJ-zamba: oh? I thought your earlier comments referred to this only happening when TB is running?19:02
TJ-zamba: is it possible it's something to do with TB rendering HTML emails?19:03
TJ-Forty-3: you referred to seeing the ping in the conntrack table; did you mean you see the outgoing icmp flow in there (e.g. src=<local IP> dst=<remote IP> ?19:04
Forty-3after removing all other reject rules, it goes through19:04
ca1ekWhere should I put .appimage files so that I can execute them from the terminal yet I won't break anything?19:04
Forty-3but it should be caught by RELATED,ESTABLISHED19:04
Forty-3which I have right before\19:04
TJ-Forty-3: also, me being pedantic but, did you miss out a hyphen before the "m" when you wrote this?  "-A INPUT m conntrack --ctstate INVALID -j DROP"19:05
Forty-3for the conntrack table, there is a line for the outgoing icmp flo19:05
Forty-3I did, but it's in the original19:05
TJ-Forty-3: OK, just checking :)19:05
TJ-Forty-3: thought it may be a copy/paste19:05
Forty-3unfortunately not19:05
TJ-Forty-3: hmmm, I'll try to replicate it here19:06
zambaTJ-: while TB is running19:06
zambaTJ-: if i load heavy web pages as long as TB is not running, it seems to be running just fine19:06
zamba.. at least so far19:06
TJ-Forty-3: it's not you; it breaks my pings here too19:07
Forty-3uh19:07
Forty-3*huh19:07
kinghatanyone using the extension to make dark input fields readable in ff when using a dark theme?19:13
Ooldark reader ?19:14
kinghathttps://addons.mozilla.org/en-US/firefox/addon/text-contrast-for-dark-themes/19:15
kinghatnah because text input fields get jacked in ff.19:15
michal_fdoes ubuntu 18.04 have "^ dir-up" icon in directory explorer ? like winXP used to have ?19:18
michal_f(sorry for windows teminoloy)19:19
xamithanIt shows you the path in the bar,  you just click on the directory you want to go19:22
TJ-Forty-3: would adding a "[!] --ctproto l4proto" discriminator help? ICMP is layer 3 /but/ it appears in the conntrack table with its correct protocol number 1 (see /etc/protocols) so you might be able to add a "! --ctproto icmp" to your rule19:23
Forty-3TJ-: I ended up just accepting icmp before the conntrack rule19:26
TJ-Forty-3: easy way out :D19:26
TJ-Forty-3: interesting issue though19:27
TJ-Forty-3: it makes the definition of INVALID very fragile19:27
Forty-3yeah, now I just have to fix my other (maybe-not-iptables-related) ping problems19:27
kinghatOol: https://bugzilla.mozilla.org/show_bug.cgi?id=128308619:32
ubottuMozilla bug 1283086 in Widget: Gtk "Some form fields are black on Gtk3 dark themes" [Normal,New]19:32
jonvonbI installed 19.04 and now when I play AisleRiot Solitaire it randomly freezes, hangs, and acts all jittery. What's up with that?19:54
=== im0nde- is now known as im0nde
michal_fxamithan, is there any tweak to add such an icon ? That list is not very handy19:57
xamithanThere is a few unofficial patches floating out there.  If you really want an icon like that just switch to a file manager that has it,  Like Nemo20:00
gallomimiajonvonb, did you install video drivers?20:01
jonvonbgallomimia: No, this is an Intel NUC w/ integrated graphics. I haven't noticed these issues in any other app except AisleRiot20:03
jonvonb18.10 had finally gotten pretty good. I probably should have stayed there, or just installed 18.04.20:06
swillsanyone doing preseeds of bionic? i'm doing it and trying to get the hwe kernel installed, but not having much luck20:08
OerHeksswills, not sure you can during install20:09
swillsi had 'd-i base-installer/kernel/altmeta string hwe-16.04' in preseed.cfg for xenial, changing that 16 to 18 in the preseed.cfg for bionic didn't work20:09
swills(it worked that way on 16.04 of course)20:11
swillshttps://help.ubuntu.com/lts/installation-guide/amd64/apbs04.html#preseed-base-installer makes me think that this will work, but it doesn't: d-i base-installer/kernel/image string linux-generic-hwe-18.0420:12
swillsthat setting that worked came from https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1663337 fwiw20:14
ubottuLaunchpad bug 1663337 in debian-installer (Ubuntu) "base-installer did not pick hwe kernel during automatic preseed" [Low,Opinion]20:14
swillshttps://askubuntu.com/questions/953430/using-preseed-how-do-i-select-the-hwe-kernel also mentions a similar but slightly different setting20:14
OerHeksd-i base-installer/kernel/override-image string linux-generic-hwe-18.04 # is what i find ??20:15
swillsi tried that as well, without success20:15
swillsbut i would double check20:15
OerHeksswills, and 'd-i keyboard-configuration/xkb-keymap'  is given as clue https://askubuntu.com/questions/953430/using-preseed-how-do-i-select-the-hwe-kernel20:15
OerHekswhy, no clue ..20:16
lordcirthswills, don't you automatically get HWE if you use a .2 ISO?20:18
lordcirthMaybe that's not true for PXE20:19
OerHekslordcirth, hmm, good find20:22
OerHekswith .3 you would get 5.x20:22
lordcirthI didn't realize 18.04.3 existed20:27
gallomimiathere's one thing i don't understand about the release schedule20:27
gallomimiait's like there's two development trees.... why?20:27
lordcirthgallomimia, how so?20:28
lordcirthOh, .3 isn't yet out.20:28
gallomimiawell... 18.04 comes out20:28
gallomimiathen 18.10 and 18.04.2 at the same time?20:28
gallomimiaor .1 or whatever20:29
lordcirthgallomimia, the point releases are generally pretty minor. Bugfixes plus HWE.20:29
* gallomimia looks up what HWE is20:29
gallomimianew drivers? updated kernels?20:30
lordcirthgallomimia, Hardware Enablement Stack. Basically newer kernels - and thus associated driver support - backported to LTS20:30
lordcirthSo you can run 18.04 on 2019 hardware, etc.20:31
lordcirth!hwe20:31
ubottuThe Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack20:31
gallomimiaso, the differences are.... backend versus frontend?20:31
gallomimiafor example, 19.04 has all these snaps and a new GUI?20:31
gallomimiai skipped a few versions so i don't quite know what i'm talking about. trying to learn20:31
lordcirthgallomimia, 19.04 is a whole new release, with lots of software updated, etc. 18.04.2 is 18.04.2 with bug fixes and support for newer hardware.20:32
lordcirthis 18.04*20:32
Forty-3I'm trying to set up a router, and I'm missing a route http://sprunge.us/AS2o2J20:32
leftyfbForty-3: what version of ubuntu?20:33
Forty-318.0420:33
OerHeksUbuntu 18.04.3 LTS, August 2019 .. sorry20:33
Forty-3in any case, the version shouldn't matter20:33
Forty-3these particular commands have been working for ages :P20:33
gallomimiaokay thanks. i do recall using 16.04.1 and 2 and being confused about it20:34
OerHeksForty-3, is that your netplan.yaml?20:34
Forty-3no20:34
lordcirthForty-3, what if you just do "ip r get 10.2.0.9"?20:34
Forty-3it's a terminal session20:34
Forty-3that works20:35
lordcirthForty-3, ok, so what's the problem?20:35
OerHeksoh, netplan is preferrably to setup such task as router20:35
Forty-3it needs to route stuff from 192.168.0.0/1620:35
lordcirthOerHeks, he's not changing settings there, only debugging20:35
Forty-3as it happens I am also using systemctl's thing since I need dummy devices20:35
lordcirthForty-3, you are writing networkd files?20:36
Forty-3yeah20:36
Forty-3but that's not relevent atm20:36
gallomimiai'm having this 100% repeatable bug where my boot-up hangs until i press ctrl-alt-f2, ctrl-alt-f120:36
Forty-3(probably)20:36
lordcirthgallomimia, as in, ssh doesn't come up until you do that, or you just can't get a login locally?20:36
gallomimiai don't get a login20:37
gallomimiait honestly hangs until i come press the buttons. it's a really minor issue, but it seems vastly unreported20:37
lordcirthgallomimia, so, you cannot ssh until you do that, and then you can?20:38
TJ-gallomimia: could it just be the GUI has started on a different TTY to the one that is being used for console?20:41
TJ-gallomimia: it may be related to the vt_handoff kernel command-line parameter set by GRUB scripts20:41
gallomimiano, i have to change to another console and back to the same one20:44
gallomimiai have not tried to ssh into the machine under this condition20:44
gallomimiai have always always always had odd boot issues with this motherboard. i hate it20:45
TJ-gallomimia: "systemd-analyze critical-chain" and "systemd-analyze blame"20:47
gallomimiablame!?20:47
gallomimiais this a root-required set of commands?20:48
TJ-gallomimia: no, user level20:48
veegeewhat the hell is this cloud-init nonsense?21:12
=== ben_r_ is now known as ben_r
Forty-3how can I enable the TRACE target for iptables21:25
Forty-3packets show up with -j LOG but not -j TRACe21:26
Forty-3in syslog21:26
Forty-3I have already run `modprobe ipt_LOG`21:27
gbellinozI find myself "double navigating" a lot of the time. cd'ing around in a terminal window, getting things done, then when it comes to attaching something to an email, I have to navigate to the same place in the File Open dialog. Is there a better way?21:47
sarnoldgbellinoz: I wonder.. what happens if you cd somewhere in your terminal and then type 'xdg-open .'21:49
sarnoldgbellinoz: will that open a file browser to the current working directory? or will it try to open a web browser?21:49
gbellinozsarnold: I've set that up in years past... lessee, currently it opens Nautilus.21:51
sarnoldgbellinoz: would that then let you drag the file icon to your mail client?21:51
gbellinozgood idea... let's see.21:51
gallomimiaxdg-open that's the one?21:52
gbellinozyeah, absolutely. good idea. sort of a bridge between the CLI and the GUI world.21:52
gbellinozthere's probably also a Thunderbird event or something I could trigger.21:52
BeepBeepJeephuh21:53
gbellinozThanks for that. It's sort of a more general problem - finding myself "double navigating" a lot. Maybe I should see how many of those situations could be solved by xdg-open plus click+drag.21:53
gallomimiaxdg-open . is the command21:53
gallomimiathe GUI navigator already has a command for "Open In Terminal" this is the secret i needed21:53
gbellinozAnother example would be setting up a project via the terminal, vim'ing a notes file, etc., then needing to save a file from Gimp to that same project. So, I end up navigating to the project dir from Gimp.21:56
gbellinoz"Recently Used" doesn't have dirs, otherwise I might be able to find a way to populate that from the CLI.21:56
=== jje_ is now known as jje
=== linewalk is now known as list
=== list is now known as linewalk
supercoolHello!23:09
supercoolCould someone help me telling the ubuntu server channel anme please?23:10
supercoolname*23:10
xamithan #ubuntu-server ?23:10
supercoolthank you xamithan !23:11
puffI'm running Software Updaterand getting "Failed to download repository information\n Check your internet connection".23:14
Bashing-ompuff: Show us :) Pastebin ` sudo apt update ; sudo apt upgrade ` .23:17
puffhttps://paste.ubuntu.com/p/sbqVccgWZN/23:18
xamithanLooks like you need to switch to a working repository23:20
xamithanThat one is dead23:20
puffxamithan: Hm, it died?23:30
xamithanLooks like it,  no release file,  no public key23:31
xamithanShould be able to switch to another mirror under software and updates23:31
puffaha23:31
puffI don't see anything about mirrors in Software &  Updates.23:33
xamithanIt should be on the first tab as "Download from"23:33
puffThanks.23:35
puffThat *appears* to be working, fingers crossed and bated breath.23:35
=== jje_ is now known as jje
puffThat fixed most of the errors, still getting errors on the oddball repos like dl.bintray.com, openprinting.org, packages.ros.org,23:41
puffGuess I'll just disable them for now.23:41
puffSo I guess now's the time to upgrade to Bionic Beaver.23:45
Bashing-ompuff: If you trust Open Source Lab - you can get their key.23:45
puffNo wait, xenial.23:45
xamithanYou're already on xenial23:45
jackso ancient23:45
* jack is running cosmic23:46
puffAh, weird... I googled on "latest ubuntu LTS" and it lists 18.04 LTS Bionic as July 26, 2018 and 16.04 LTS Xenial as February 28, 2019.23:46
puffOkay, so Bionic?23:46
puffI prefer to stick with the LTS releases.23:46
xamithanThe latest point release for 16.04 probably released on that date23:46
puffAlso, I'm actually running xubuntu.23:46
jackand eoan...but i like my cosmic install better23:46
jackwait, actually it's disco23:47
xamithancosmic is dead I thought23:47
jackjust getting "old"23:48
jackdisco rules :)23:48
puffHm, how do I upgrade to bionic via the GUI?  I was told a while back that the GUI is safer for dist-upgrades than the shell, these days.23:48
xamithan!eol 19.0423:48
xamithanGr I forgot that command23:48
Bashing-om!upgrade | puff23:49
ubottupuff: For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade23:50
leftyfbpuff: what version of ubuntu are you running?23:50
leftyfbpuff: Ubuntu 16.04 is supposed until 202123:50
leftyfbsupposed/supported23:50
puffleftyfb: 16.04 LTS, yeah.23:50
puffleftyfb: I'm not necessarily in a hurry to upgrade, today just seemed like a good day to get it done.23:51
jackwhat was between xenial and bionic?23:57
sarnoldyakkety, zesty, artful23:58
jackuh, thx23:59
OerHeks.. nothing supported, between xenial and bionic23:59

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