/srv/irclogs.ubuntu.com/2020/08/04/#ubuntu.txt

bray90820Is there anyway do disable snap to grid in 20.04 so I can move files and folders around freely and not have them be automatically sorted by name00:36
=== ravustaj1 is now known as ravustaja
soft_concreteI'm trying to use a Wayland session, hoping it'll fix my screen tearing issues with the fractional refresh rate, but my computer completely locks up once I enter my password and press the login button if I've chosen Wayland. How can I troubleshoot this?01:12
soft_concretefractional scaling (in GNOME I have scaling set to 125%), not refresh rate**01:13
sarnoldsoft_concrete: this may help with wayland gnome thing https://wiki.archlinux.org/index.php/HiDPI#Wayland01:21
=== v0lta9 is now known as v0lta
soft_concretethanks, that might come in handy if I can actually get Wayland working.01:31
sarnoldsoft_concrete: well, that's the thing, I'm wondering if it is what would let it work at all01:37
Bashing-omsoft_concrete: Nvidia graphics ?01:37
tatertotzsoft_concrete: can you log in to a virtual console and view your system logs????01:38
tatertotzsoft_concrete: if you can't get to the logs you won't have much information from which to trouble shoot01:39
soft_concretetatertotz: are there any relevant logs that would persist after a reboot? Bashing-om: no, Intel01:46
=== zbenjamin_ is now known as zbenjamin
alazyI need to connect two phones directly via USB. I lack the male-female adapter but have two regular cables. Can Ubuntu act as a transparent 'USB Bridge' between the two cables?01:59
tatertotzsoft_concrete: logs are timestamped, for correlation, you can perform a complete log analysis yourself or post the logs to have them looked at by someone outside of yourself02:01
tatertotzalazy: conncting two iPhones or Android phones is not exactly a "ubuntu" problem ...did you know that?02:01
soft_concretetatertotz: it's been a while... which log(s) would I want to look at?02:01
tatertotzsoft_concrete: all of the systems logs should be looked at ideally02:02
alazytatertotz: I'm basically asking whether Linux is able to transparently pass signals from one usb port to another, and I happen to use Ubuntu.02:04
oerheksthere is no mtp-passthrough AFAIK02:06
oerheksconnect them directly with BT or wifi?02:06
alazyoerheks: I'm trying to use a cellphone migration tool, not just move pictures, files, etc. It requires a direct cable connection. I was hoping Linux might have a low-level ability to just transparently pass the signals from /dev/bus/usb/001/001 to /dev/bus/usb/001/002, via dd or something like that.02:10
tatertotzalazy: just get the proper adapters and or cables and connect two phones together02:12
alazytatertotz: Everything's closed, shopping & delivery takes a while, I'd save $5, and it'd be cool if Linux could solve this little problem right now. If I can dd to a block device, this should be possible, I think.02:15
DrMaxis there a way to have nemo or nautilus make thumbnails in parallel instead of one by one?02:29
nolbapexit03:02
=== loxie is now known as balll
Nemo9hey anyone here?04:01
DrMaxyup04:02
Nemo9i cant install isync04:02
Nemo9this is output of apt-get install isync :04:02
Nemo9The following packages have unmet dependencies:04:02
Nemo9 libssl1.1 : Breaks: isync (< 1.3.0-2) but 1.3.0-1ubuntu0.18.04.0 is to be installed04:02
Nemo9 mysql-client-5.7 : Depends: mysql-client-core-5.7 but it is not going to be installed04:02
Nemo9 php7.2-cli : Depends: php7.2-readline but it is not going to be installed04:02
Nemo9 php7.3-cli : Depends: php7.3-readline but it is not going to be installed04:03
Nemo9E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.04:03
Nemo9also found this post with the same problem:04:05
Nemo9https://superuser.com/questions/1514731/unmet-dependencies-issue-with-isync-on-mint04:05
Nemo9also this:04:06
Nemo9https://superuser.com/questions/1499019/ubuntu-isync-install-issue04:06
soft_concreteNemo9: please use something like https://hastebin.com/ in the future when pasting multiple lines04:15
balllhi all i have a drive with known badblocks and would like to install ubuntu onto it how can i incorporate the finding of badblocks/sectors and avoidance of them during or before (from a live instance of ubuntu perhaps) the partition of the drive and installation of the os (ubuntu)04:16
DrMaxNemo9 : likely a conflit between a main repository and a ppa04:18
DrMaxor between ppa04:18
ballli dont have a .txt file of redirected output from badblocks -w scan either | i did plan on sudo badblocks -w /dev/sdb1 > badblocks.txt, but i entered the wrong command and only noticed 12hrs later and its taking ages on an 80G  7200 sata hdd04:18
balllsecond pattern currently 73% and crawling04:19
DrMaxballl : the short answer would be don't.04:19
balllyou mean dont use it04:20
balllor dont bother trying to fix known badblocks04:20
DrMaxthe other would be ask the mkfs to check for bad blocks as it builds the FS04:20
DrMaxsomething like mkfs.ext4 -c /dev/your/broken/drive/04:20
balll-c is check for badblocks is it DrMax04:21
DrMaxIf you have a few bad blocks, that's often an indication that it's on its way to dieeee04:21
DrMaxyup04:21
DrMaxalso04:21
balllshe will die indeed and is relegated-this is for my learning04:21
DrMaxyou could use a live cd/usb and do smartctl -t long /dev/sda (or whatever is your device)04:21
DrMaxand check how bad it is04:22
DrMaxsmartctl is in smarttools iirc04:22
ballldid that and it said it was healthy lol badblocks -w /dev/sd1 found 10000/0/0 72% in on second pattern04:22
DrMaxand smartctl -a /dev/sda to report the status of the drive04:22
DrMaxI don't know what to do: when a drive starts being flaky it hits the scrap heap right away04:23
DrMaxI kind of don't hope it doesn't get worse... I replace it04:23
ballli am with you 100%04:23
soft_concreteballl: what's the pending sector count?04:24
DrMaxSo I'm not really sure what -c will do04:24
ballli am only asking because i would like to tinker with badblocks and other cli repair tools from terminal as i am not well versed04:24
DrMaxit will probably mark sectors/tracks as do not use04:24
balllbut would like to bne04:24
DrMaxhmm it seems -cc does read/write checks04:25
ballljust a min soft_concrete04:25
balll 71.18% done, 14:28:47 elapsed. (10028/0/0 errors)04:25
balllis that a huge number04:25
DrMaxhmm dead.04:25
DrMaxmostly dead04:25
balllrofl04:25
DrMaxusually mkfs takes at most a few minutes04:26
balllperfect candidate for medical research04:26
balllinsert learning curve badblocks e2fsk and mkfs -c etc what ever else i can find to tinker with04:26
balllany suggestions just want to learn how to use these tools on a non critical known defective drive04:27
DrMaxto be honnest, it's being a very long time since I had a drive die on me04:27
balllhence no warnings needed, i am well aware of consequences, my os is on another hdd with multiple backups04:28
DrMaxok, just to make sure it's not a because you're full of hope and expect it to work04:29
oerheksno need for isync, there is google online account in systemsettings04:29
balllDrMax, what do you clone your drives with incase of failure and do you compress/ or do you run raid etc04:29
DrMaxMost of my stuff is replicated across the machines I use, and off-line USB drives04:29
DrMaxSo if one of the box spontaneously combusts, I switch to another one04:30
balllIn another life with no cloud option would you recommend the use dd and leave out any empty space or are there better ways04:30
balllnice DrMax re your comment04:30
DrMaxI use dropbox to sync "work stuff"04:30
DrMaxother things I replicate manually once in a while04:31
balllon cli or gui04:31
DrMaxand somehow using linux makes everything a lot easier04:31
DrMaxcli04:31
balllim feel that way now04:31
DrMaxI mean license wise and to recover your environment is a lot easier04:32
DrMaxapt-get install EVERYTHING04:32
DrMaxare you sure? Y04:32
DrMaxdone.04:32
balllbut i get lost in the minutia reading about cli commands and flags and lose sight of what i wanted to do then lament not taking notes on what i just speep read04:32
balllrofl04:32
DrMaxwell, you can't really learn all of them over the same weekend04:33
DrMaxit takes a while04:33
DrMaxalso they'ren't all that uniform either04:33
balllits been a year and a bit04:33
DrMax( -a vs --auto )04:33
balllgetting there but wow04:33
DrMaxthat's ok... we're here to help04:37
monojamoon|So, I install Ubuntu 20.04 alongside Windows on my laptop just now. The installation went fine but the system was directly booting into windows.05:02
monojamoon|Sorry, booting directly into Ubuntu05:03
monojamoon|Checked around on the internet, made some changes in BIOS and now I can see the grub screen05:03
monojamoon|The change I made in BIOS was enabling CSM mode05:03
monojamoon|But I thought CSM was MBR and not UEFI. How come that change helped?05:04
Nemo9DrMax: thnx i found an article says they will patch an update for some libraries because they cant work together!05:05
Nemo9and i wont paste again lol05:06
balllappreciated DrMax05:22
zmagiiIs there a way to check or update WSL running Ubuntu?05:23
zmagiiMine has started to crash on startup.05:23
balllzmagii, check and paste the kernel ring buffer to look for answers dmesg | grep if you know what you're looking for with a flag< https://www.tecmint.com/dmesg-commands/05:29
balllhttps://docs.microsoft.com/en-us/windows/wsl/wsl2-kernel05:30
balllupdate wsl2 linux kernel05:30
balllhope that helps zmagii05:30
monojamoon|Can mixing MBR with UFEI mess with BIOS interactions in anyway?05:32
monojamoon|Can't seem to log into my BIOS menu05:32
monojamoon|F2 lands me on a blank black screen with a dead cursor05:33
balllmonojamoon|, "log in to?" tried pulling the cmos battery and a power down with ac pulled from the box then press power on couple times to drain05:34
balllthen restart see if f2 works then05:34
monojamoon|Will do... Thanks05:34
balllif that fails pull all but your booting os drive05:34
monojamoon|Understood05:35
balllthen if fail try hitting f12 during boot to choose and boot from a live ubuntu usb if you have one on the ready05:35
balllno need to install but have a look around at logs and kernel ring buffer05:35
monojamoon|Tried F12 in the current setup and that is dead as well05:35
balllbugger full power reset and pull cmos battery failing that jump the reset pins if it has them but me thinks the battery pull will do that anyway05:36
monojamoon|Any attempt to alter Boot order from efibootmgr fails as well05:36
balllany legacy mentions05:36
monojamoon|No05:37
balllduring boot screen05:37
balllwhat version of bios05:37
monojamoon|Wait..05:37
balllcool05:37
monojamoon|I didn't understand what legacy mention meant05:37
monojamoon|It shows the logo of the laptop vendor and that's it05:37
monojamoon|Nothing else05:37
monojamoon|At Boot time05:37
balllyou know uefi and bios, bios is legacy (old technology still used a bit but retired for the prefered part)05:38
balllyour hdd may have failed05:38
zmagiiballl: I'll try updating05:39
balllcan you pull the drive and boot into usb hit the F12 fast and endlessly05:39
balllso can you boot up at all sorry05:39
zmagiiNot sure where I can run dmesg, as my terminal is bust. Can one do it in command prompt?05:39
monojamoon|@balll: bios version is v1.0405:40
ballli dont know but doubt it one is cmd one is bash but defer to others for an answer more on point05:40
monojamoon|Ok05:40
balllcan you boot from a dvd usb or anything other than your current hdd/ssd05:41
monojamoon|@balll: I think my BIOS is UEFI. All OSes have an EFI folder installed.05:41
balllwith the current settings unaltered sometimes a machine is config to look for usb or dvd first05:41
monojamoon|Yes, i can. I can boot from a USB through an old broken grub menu.05:42
balllyour linux is installed from inside windows right05:44
monojamoon|@balll: I had overwriten an existing Ubuntu installation with some other distro. That somehow didn't delete ubuntu's grub files. So my system is currently booting directly into grub-prompt. When I reinstalled Ubuntu, the old grub-prompt still shows up05:44
balllwhy dont you delete the partitions with GParted or something and fresh install05:45
monojamoon|Just a moment. Ill take a look into it.05:45
ballldo it from a live ubuntu instance just make sure you dont delete windows05:46
balllif thats what you're doing im still unsure cuz i just use linux not linux inside windows (if thats whats at play)05:47
balllalso i found that i could launch two different instances of usb (the same one with the install files on it) from within my uefi settings one i assumed was for bios and other uefi, but thats a guess05:49
balllfrom F12 booting/ boot order in bios05:50
monojamoon|@balll: it's a dual boot setup so there is no Linux inside Windows thing going on.05:55
balllo sorry not sure why i had that impression05:59
balllcan you fresh install after pulling the battery05:59
ballland power cycling05:59
balllalso what do you see in your kernel ring buffer after a boot06:02
balllor logs "cat /var/log/boot.log"06:03
TJ-monojamoon|: sounds like you've got a storage device using GPT with a hybrid MBR so when you set the system to start in CSM/Legacy/BIOS mode it picks up the 'old' sector 0 boot-strap code.06:06
TJ-monojamoon|: if you installed the 'new' Ubuntu OS in UEFI mode then there should be a /EFI/ubuntu/ directory in the EFI system partition *and* a new UEFI boot-menu entry for Ubuntu as well.06:06
TJ-monojamoon|: UEFI boot sets a "boot order" and it sounds as if Ubuntu is set to be first so naturally it boots. The PC should have a hot-key that triggers manual boot selection mode at power-on so you can choose which (UEFI) OS to start06:08
genoobiehey all06:10
genoobieI just installed debian 10 and I want to install the broadcomm / nvidia drivers.06:11
genoobiedo I add contrib and non-free to every line in sources.list?06:11
monojamoon|Thanks for the replies @balll and @TJ-  .... my online classes have began... So I won't be able to interact for a while. I will do everything as instructed though and get back to you ... Thanks for your time :)06:12
EriC^!debian | genoobie06:12
ubottugenoobie: Ubuntu and Debian are closely related. Ubuntu builds on the foundations of Debian architecture and infrastructure, with a different community and release process. See https://www.ubuntu.com/about/about-ubuntu/ubuntu-and-debian - !Repositories meant for Debian should NOT be used on Ubuntu!06:12
EriC^genoobie: /join #debian06:12
genoobieokay, tx!06:12
EriC^np06:13
oerhekshe is already there.. silly06:13
balll=)06:13
TJ-Has anyone played about with libvirt/virt-manager and QEMU foreign architectures *and* found a way to boot RasPiOS 64-bit images? It seems to be insisting on a UEFI boot!06:18
balllhey guys if i run badblocks -w /sdb1 it will wipe the drive but not correct any errors can i use the output to make a .txt file to pass to e2fsk or to fix/avoid bad sectors/blocks (hdd 7200)06:25
balllall of that is very much a question to any one that can tell me my incorrect assumptions please06:26
matsamanTJ-: seems technically possible: https://fedoraproject.org/wiki/Using_UEFI_with_QEMU06:26
matsamanprobably mostly the libvirt part with its fingers in its ears06:27
TJ-mmx_in_orbit: I think you misunderstand - UEFI is the only boot mechanism supported by it, but that prevents a RasPi image from booting, so I'm trying to find out what this supposed RasPi emulation support actually is06:28
TJ-oops, wrong one! matsaman  ^^^^06:28
DragonRiverballl, yeah, you can.06:28
matsamanwell it's all separate06:31
matsamanarm support, uefi support06:31
GreyGhostHey. I have a problem where sometimes when i login to ubuntu the system thinks the left mouse click is event (whereas no button is really clicked) and selection area is enabled.. It won't register any other clicks nor am i able to escape it. I have to log out with keyboard and login again. Ubuntu 20.04 with Dell Inspiron 15 laptop07:00
GreyGhostAnyone else experiencing this issue. I tried searching for it on google and ubuntu forums but couldn't find anything (guess the thing is pretty vague to describe)07:01
balllthanks DragonRiver and i will be able to make (copy paste output) to make badblocks.txt from the output of the command currently running? no redirection used in command; i forgot07:17
balll"sudo badblocks -w /dev/sdb1"07:17
DragonRiverYou07:18
balllyes me, will i be able to?07:18
DragonRiver'll want a -wsv, or something like that. If you don't want a stdout, do want a -o /path/to/file.txt07:19
balllokay07:19
balllcheers07:19
rattlebattle79hi07:40
=== mateen1 is now known as mateen
balllrattlebattle79, hello08:07
balllcan i blow up a drive using any linux commands i mean cause irraversable hw failure to the drive with dd or one of many others, seriously?08:11
balllirreversible08:12
DragonRiverballl, ssd or hdd?08:13
balllhdd 720008:14
DragonRiverballl, just pass it through a degausser or magne.08:14
DragonRiverAlso scratch the plates, then it will be irreversable.08:15
balllcool08:16
balllnothing from the cli though hey?08:16
DoowHi, I guess this is a longshot, but I'm trying to figure out how to install hggit (mercurial plugin to convert between git and mercurial repos). The recommended method is to use easy_install which allegedly should come with python3-setuptools. But from what I can see easy_install is not in there (anymore?). I'm using ubuntu 20.04.08:16
balllvery interesting DragonRiver cheers am reading now08:18
DoowDisregard that, seems it now comes with pip3 (that I guess replaced easy_install)08:19
DragonRiverballl, no command line will create permanent irreversible failure. dd-ing with /urandom will erase all data, but the disks will still work forward.08:20
ne2kI'm trying to clone an Ubuntu system with LUKS to a smaller disk (moving to SSD). Obviously, I have checked there is enough space for what I have installed. trying to figure out the simplest method. full disk clone is out, I think, so probably going with rsync -a. should I use the installer to create the partitions and install grub and then08:25
ne2kinterrupt it to copy the files, or is it easy enough to create those manually?08:25
ne2kI feel like I've totally failed to keep up and understand what EFI is, so I'm not sure whether I can just clone that partition or whether there is machine-specific weirdness in there that I need to create from scratch on the new machine08:26
phiona"08:34
phionain "etc/default/grub" i edited  export GRUB_MENU_PICTURE="/boot/grub/name _of_file.png" to something else, and when i run  sudo update-grub, its still on the original file name. whats the matter?08:35
DragonRiverne2k, Usually EFI is a boot thing. You can just clone it, but if it uses UUID's, you will need to update those. Also, with luks, are you using a passphrase or a passfile? Because you'll need to find a way to feed that file if the latter.08:36
ne2kDragonRiver I'm using passphrase, so that's ok. I'm aware of UUIDs in /etc/fstab needing to be updated. is there a need to update them elsewhere?09:01
DragonRiverne2k, /etc/crypttab09:02
DragonRiverne2k, /etc/crypttab maps your encrypted disk to /dev/mapper/WHATYOUCHOOSE , and that drive in /dev/mapper has a UUID also, which is mounted with /etc/fstab . The /etc/crypttab is where you define "none" as asking for passphrase or path to pass-file. Please read the luks and fstab manuals for more info.09:04
ne2kDragonRiver, will read up on it, thanks. I've got the live system booted on the new machine atm, with the old disk connected via a USB caddy. my plan is to basically copy the partition table across. it has 512M FAT32 (EFI), then extended with Linux 731M (boot) and LInux 930G (LVM/LUKS)09:05
phionain "etc/default/grub" i edited  export GRUB_MENU_PICTURE="/boot/grub/name _of_file.png" to something else, and when i run  sudo update-grub, its still on the original file name. whats the matter?09:06
=== mateen1 is now known as mateen
ToxmiThere is a directory with 777 permission under my home (/home/toxmi/paper). I have some symlink to the papers in this folder all over the place. The problem is when I'm using another user (e.g. ixmot /hom/ixmot/) those symlinks will fail. The permission for paper is 777 but still I can not access it. Is there a better way to handle this situation?09:15
=== mhrstmnn1 is now known as mhrstmnn
phionain "etc/default/grub" i edited  export GRUB_MENU_PICTURE="/boot/grub/name _of_file.png" to something else, and when i run  sudo update-grub, its still on the original file name. whats the matter?09:38
rj175good morning all, I have just installed ubuntu 20.04 server, all was well until I tried to configure my 4x port Ethernet card. I've added my config to the file in /etc/netplan and applied the config however the link is still showing as down. Could this be an issue with the card or my configuration?09:47
xvifrHi, today's security update for squid (3.5.27-1ubuntu1.7) breaks icap connections. https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/189026510:09
ubottuLaunchpad bug 1890265 in squid3 (Ubuntu) "BUG: Version 3.5.27-1ubuntu1.7 breaks config using icap" [Undecided,New]10:09
slyonrj175: Could be both. Would you mind sharing some more info?10:18
slyone.g. your netplan config and the output of `ip a`10:19
rj175slyon thanks for the reply! I installed ifupdown and used the old school /etc/interface file and its working!10:19
jellyhi, when is do-release-upgrade from 18.04 to 20.04 supposed to start working?10:19
rj175jelly I think it starts when 20.04.1 is released, 6th August I think10:23
ToxmiI've a NTFS partition mounted with my username and users group. Now when I access the partition with another user which belong to users group as well, it can rm, touch, etc but gio can not trash-put files (I'm using ranger and trash-put).10:25
ToxmiThe permission is xxx:users which xxx is the user name and users is the group and it's 777. While my username is toxmi, I don't know why gio doesn't work here and complain:10:26
Toxmiunable to find or create crash directory for...10:27
guivercjelly, FYI: the date provided is for 20.04.1 ISO release (ie. new installs), the taps get turned for existing LTS upgrades AFTER that date (early the following week at earliest; done to ensure stability for LTS users)10:37
jellyokay. so mid-August or later.  Thanks for the info, rj175, guiverc10:38
guivercjelly, 11-aug or later is when I'd expect it  (but no date is set; ie. it's when it's deemed ready)10:42
* jelly can live with flaky bluetooth until then10:48
=== ravustaj1 is now known as ravustaja
=== loxie is now known as ball
=== ball is now known as book
bookis it possible to create a bootable image of a windows install from a live ubuntu usb that can be mounted in virtualbox etc?11:19
booki have a hdd that comes from a machine with a motherboard failure, to old to replace11:20
bookso need a way to boot it ideally-i realise i can view all files from this disk, that said i would like to boot in a vm if its possible to do11:21
bookhow could i accomplish that (tools please)11:22
guivercbook, I've never done it, but I'd try it via a straight clone, ie. `dd`11:28
bookhow would i leave out the empty space (flag)11:32
BluesKajHowdy folks11:32
bookhello11:32
guivercbook, that would require a lot more work; if fs is unclean, it'd need clean first, then create new fs (skipping unused inodes etc)... clone just copies, inc. all sectors so grabs everything11:34
bookcan i just format the destination or clear then re partition with gpt/mbr to make it clean11:41
bookguiverc, the problem im thinking i might encounter is when i stick the drive in new pc it wont boot because the motherboard and the hardware is all different11:43
guivercbook, I was talking about the ntfs partition that you're getting from, I'd fsck/check it before hand on anything but a simple clone (ie. grabing everything thus imperfections don't matter, you should fsck/chkdsk in windows for ntfs)11:43
guivercthis room isn't windows support, I was answering your Ubuntu (live) question only11:44
booki get you now, thank you11:44
bookwill do11:45
booklol no i wont i cant shit, thanks your comment covers it either way11:45
niubo/ question: has python-raven been replaced by python3-sentry-sdk in ubuntu focal?11:46
bookquestion re mounting anything i can make using dd-how is that accomplished11:47
bookin a vm11:47
booki only assume/know that i can dd x to y and have y boot from that point onward11:48
booklike vdi11:50
gileswso i'm struggling to change the dns servers on a focal box12:11
gileswresolvers12:11
gilesw./etc/systemd/resolved.conf12:11
gileswseems to be ignored12:12
gileswin favour of the netplan set ones12:12
gileswurgh scratch that12:13
gileswhadn't restarted resolved12:13
=== mhrstmnn is now known as qipo
=== qipo is now known as lalaland
=== lalaland is now known as qipo
kryptoemHi there :)12:24
kryptoemI've a question about ubuntu desktop that I've googled and just don't have enough experience with linux drivers to start digging. I have an issue with my ubuntu workstation that the displays attempt to go into power saving, but then wake up. for the life of me I can't figure this out. Any pointers would be great, also tell me to f*ck off if this is the wrong place to ask :) Much obliged!12:27
Konkryptoem: Have you tried to put the computer to sleep? If that doesn't work either it might be an issue with your power state settings in the BIOS12:31
marcoagpintoWhat is this: "orphanated blah blah" after I forced my VM to shutdown?12:36
hggdhmarcoagpinto: context, please, including exact message12:43
marcoagpintowell, I booted my VM with 18.04 after around two weeks off, then I went to check for updates and after, it said to reboot the OS12:45
marcoagpintobut it didn't progress, so I shut down the VM in VirtualBox12:45
marcoagpintothen, while booting it had orphanated files12:45
marcoagpintoI can't remember if it didn't progress during of before the reboot since it showed the logo with the balls moving12:46
marcoagpintoduring or before*12:47
hggdhmarcoagpinto: if you got messages about "orphaned files" on reboot after a hard shutdown, it is *probable* this was a filesystem check running on reboot. To be sure, look at /var/log/dmesg* for the boot in question13:02
marcoagpintoahhh13:04
marcoagpinto:)13:04
marcoagpintothanks13:04
zmagiiWhere is a good place to ask about the WSL?13:07
zmagiiNo interesting questions; just seems to be broken suddenly.13:07
lotuspsychje!ubuwin | zmagii13:08
ubottuzmagii: Windows 10 has a feature called Windows Subsystem for Linux, which allows it to run Ubuntu (and other Linux distro) userspace programs without porting/recompliation. For discussion and support, see #ubuntu-on-windows or ##windows. For installation instructions, see https://msdn.microsoft.com/en-us/commandline/wsl/install_guide13:08
Rob_Jonesis there a way to deny user access if its a specific group on linux13:08
Rob_Joneseg www-data13:08
rypervencheRob_Jones: User access to what?13:09
Rob_Joneswell i have /var/www which is chowned to dev:www-data I also have /var/www/sandbox/ and i want a user and the files the upload to sandbox to stay at sandbox level13:11
Rob_Jonesso if they upload a file which will upload with sandbox:sandbox chown, they cant put say a php script in that can traverse up13:12
Rob_Jonesit outputs access denied or something like that13:12
Rob_Jonesthe sandbox could have x number of users other than me who could be uploading files of a specific type13:12
Rob_Jonesbasically how im thinking about it though is they try to access the above directory13:13
Rob_Jonesi think ive just answered my own question by working out the process13:14
Rob_JonesI would just make sure the sandbox user is not in the www-data group13:14
zmagiiThanks.13:14
rypervencheDepending on the protocol you're using, you might look into using a jail or ACLs if you need more than one user/group to have specific permissions.13:15
nbusronehow can i add a script to run a command after wakeup ?13:25
=== kreyren_ is now known as kreyren
nbusroneAnyone familiar with bash script ? doesn't know much in script but i plan to create a script to adjust brightness on wakeup since brightness keep resetting on monitor wakeup , I can't find /usr/lib/pm-utils/sleep.d/95led ?13:27
netcrashHello, I have a bluetooth device headphones with mic , how can I activate the mic?13:37
AC8Hello, I am trying to create a systemd service. trying to start the service fails with: Failed with result 'protocol'. I have pasted the contents on my service file at https://pastebin.com/3rf80i2d13:38
netcrashenabled auto_switch=2 in pulse audio default.ca13:39
sabrehagenhow do I change the program I use to log in at the tty? the text based username and password prompt.13:40
leftyfbAC8: why aren't you using the tomcat available from the official ubuntu repos?13:49
AC8leftyfb: Trying to package tomcat in an application I am trying to develop. So, shipping tomcat in my package and trying to create a service.13:52
klu3does anybody know a program/software on linux that is similar to https://www.idooencryption.com/idoo-secure-disc-creator.htm ?  basically it encrypts cd/dvd, i also would like to know how to encrypt a live linux iso13:58
timbucktwoif i format a drive in ntfs can i still use it in windows14:09
timbucktwoif i format a drive in ntfs can i still use it; access the file from linux14:10
lotuspsychjetimbucktwo: yes14:10
timbucktwobut not vice versa if ex4 or other cant view from windows?14:10
EriC^^timbucktwo: yeah, by default you cant14:11
timbucktwohow do you get around that14:11
Mathisentimbucktwo, windows can read ext4 with 3.rd party drivers14:12
Mathisentimbucktwo, http://www.ext2fsd.com/14:12
timbucktwothats a dire warning wow glad im at the right version to avoid it all14:14
Sven_vBhi! The description of xserver-xorg-input-all in focal says "This package depends on the full suite of input drivers", but I can't see dependencies for xserver-xorg-input-{evdev,keyboard,mouse} on https://packages.ubuntu.com/focal/xserver-xorg-input-all . what dependency mechanism does it use?14:33
Sven_vBnevermind the -keyboard, it's a virtual package14:42
neurehow do I exit X11 and just use console?14:58
Sven_vBneure, to exit X, stop your display manager. however, you can also access the console while X runs in the background: switch to a text terminal with Ctrl+Alt+F1..F615:01
Sven_vBsorry for the mis info, 1-2 may be graphical on modern Ubuntus.15:01
Sven_vB!tty15:01
ubottuTo get to the TTY terminals 3-6, use the keystroke Ctrl + Alt + F3-F6 respectively. Ctrl-Alt-F2 or Ctrl-Alt-F1 will get you back to your graphical login (Ctrl-Alt-F7 on 16.04). To change TTY resolution, see https://help.ubuntu.com/community/ChangeTTYResolution15:01
lovelytingyhi guys i want to change my bootloader to systemd-booti tried but end result was i was not able to boot. then i repair using live disk and now i'm again with grub.15:14
leftyfblovelytingy: why?15:16
dstathisHello, I recently switched to ubuntu from Fedora. When I installed chromium with apt, it installed the snap instead of a deb. This is causing my cursor to change and look rather ugly in chromium. Does anyone know how to either fix the cursor issue or force ubuntu to use install a deb instead?15:21
leftyfbdstathis: there are no longer deb packages available for chromium. Only snap15:23
Bashing-omdstathis: I switched to a chromium fork "slimjet" for a .deb install.15:25
dstathislooks interesting, I'll try it out15:26
dstathisHm looks like slimjet is not open source15:31
dstathisI think I'll pass15:31
ioriadstathis, i post this just for completeness not as a suggestion  : https://askubuntu.com/questions/1204571/chromium-without-snap15:33
=== lucas_ is now known as lucascastro
Sven_vBioria, thanks! via that link, I discovered https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1575053 , so I'm pre-warned.15:55
ubottuLaunchpad bug 1575053 in snapd "Please move the "$HOME/snap" directory to a less obtrusive location" [High,Confirmed]15:55
ioriaSven_vB, ok15:56
Sven_vBeven worse, https://bugs.launchpad.net/snappy/+bug/162077115:56
ubottuLaunchpad bug 1620771 in Snappy "when /home is somewhere else, snaps don't work" [Undecided,Won't fix]15:56
nbusroneAnyone familiar with bash script ? doesn't know much in script but i plan to create a script to adjust brightness on wakeup since brightness keep resetting on monitor wakeup , I can't find /usr/lib/pm-utils/sleep.d/95led ?16:28
lotuspsychjenbusrone: try #bash ##linux ##programming16:29
leftyfbnbusrone: you need to install pm-utils16:29
leftyfbnbusrone: I used apt-file(needs to be installed and updated) to find all available packages including a file called 95led16:30
nbusroneleftyfb : I found a post on how to set brightness back after wake up but the post is old , that is why i am asking what is 95led. https://askubuntu.com/questions/226278/run-script-on-wakeup .It is still relevant or any changes need to create a bash script on 18.04 ? since the post is like 6 years ago16:51
kxsldoes anyone have experience resizing /var on lvm? can it be done online or not?16:51
purpleheadthanks found the solution for login loop in 18.04 in ubuntuforums16:53
quadrathoch2kxsl it is possible to do it online17:06
quadrathoch2ioria wow I wouldn't even post it. maybe posting chromium-ungoogled makes more sense (even it if breaks extensions)17:07
Th3MafiaI am on 18.04 LTS and when I do-release-upgrade it tells me "There is no development version of an LTS available." Also, apt install update-manager-core states I am already on the newst version17:07
FairyCould anyone explain exactly why a library compiled for Ubuntu 18 won't work with a library compiled for Ubuntu 20?17:08
quadrathoch2Th3Mafia the upgrade path will be opened after the 6th aug17:08
Th3Mafiaquadrathoch2: thanks17:09
Th3Mafiaquadrathoc: Can I safely do -d to upgrade to devel release?17:09
quadrathoch2Fairy most of the time, libraries are compiled with certain versions of other libraries in mind. so to not break stuff they just tell you we work only with version X and not Y.17:09
oerheksFairy, different version of library, or different dependencies.17:09
quadrathoch2Th3Mafia it should be possible17:09
Th3Mafiaquadrathoch2: heh, very safe answer, thanks17:10
quadrathoch2Th3Mafia I'm just not sure as 20.04 is not a dev release anymore ;)17:10
FairyI've hit an interesting issue where I have two libraries that work independently, but cannot interact, which would suggest an ABI change?17:10
oerheksFairy, nobody can answer that, what libs exactly?17:11
oerheks!details17:11
ubottuPlease elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel.17:11
FairyWell; in this case it's SQLite used in a C# project, which attempts to load an extension (SpatiaLite), this works in Ubuntu 18, but breaks in Ubuntu 20 (segfault)17:12
oerheksspatialite.. is that a python2 module?17:14
oerheksgood thing python2 is dropped in 20.0417:14
deancHi folks. I have a fake HDMI adaptor in my ubuntu box so i can still use nomachine. I had a problem a few months ago (last restart) where when i connect with nx it's black. It wasn't the HDMI adaptor, it was something else but i cant remember. sudo xrand --query says "Can;t open display"17:14
deancWhat should I try next :)17:14
Fairyno, SpatiaLite is a C library extension for SQLite, for use with spatial data17:15
Fairythe exact package name is "libsqlite3-mod-spatialite"17:16
oerheksi find no bugreports https://launchpad.net/ubuntu/+source/spatialite/+bugs17:17
Fairyoerheks: well, the problem isn't that the library doesn't work; it works perfectly. The problem is that when my SQLite (Microsoft-provided) library tries to load it, it eventually segfaults. I'm trying to figure out what the potential issues are, likely the SQLite library wasn't compiled for Ubuntu 20; but I'm trying to figure out what would cause that17:20
oerheksit is comming from universe ..17:21
Fairyit's coming from nuget ;)17:22
Sven_vBis there a way in lightdm to configure auto-login as a priority list, and try the next until a login succeeds? I'd like to use a local fallback user in case the networked home directory isn't available (yet).17:51
Sven_vBin focal17:51
leftyfbSven_vB: what's the point of having a user with credentials if you have another user with no credentials both with the same permissions on the system?17:58
Sven_vBleftyfb, none of them have credentials, it's a presentation kiosk. the home dir on the net has the latest presentation, but if that cannot be used, a fallback buys time until it's fixed.17:59
leftyfbSven_vB: just wait longer18:00
leftyfbyou can set dependencies with systemd18:01
Sven_vBwaiting means people can't play with it. :(18:01
leftyfbSven_vB: why not cache the presentation and update it(if needed) once you get online?18:02
Sven_vByes. if lightdm can't do it, I can still script my own service to check and switch users. just didn't want to reinvent some wheel. :)18:02
leftyfbSven_vB: this has nothing to do with lightdm or any other login manager18:03
leftyfbyou don't need separate users18:03
Sven_vByeah it's actually a cheap hack to spare me from figuring out how to sync and reload certain session settings.18:04
Th3Mafiaquadrathoch2: FYI the upgrade worked18:08
quadrathoch2Th3Mafia great :)18:08
MikeRLSo I enabled apparmor for Firefox (via debian package, not snap or flatpak). I also have popup toasts for apparmor events in case anything goes on. Is apparmor safe generally for Firefox yet? The article I read on it referenced some Ubuntu version from 2007.19:21
matsamanMikeRL: safe?19:24
MikeRLmatsaman, Generally safe from crashing.19:24
matsamanI feel like you will discover that fairly rapidly just by using it19:25
MikeRLmatsaman, I could've chose better wording.19:25
matsaman's'okay, communication is what it is19:25
MikeRLI notice no crashing on youtube with PiP mode on.19:25
cybrNauti'm having trouble reporting a bug19:34
cybrNauton https://bugs.launchpad.net/ubuntu/ I click "report a bug" and just get redirected to a massive wiki page19:34
cybrNautwhere's the actual bug reporting form?19:35
PeGaSuShello guys. tried to update my vps (apt update && apt dist-upgrade), but hit this error: E: Sub-process /usr/bin/dpkg returned an error code (1). full output: https://paste.ubuntu.com/p/9k7mwsXgWs/19:35
PeGaSuSany ideas?19:35
sarnoldcybrNaut: somewhere near the end of that wiki is a string you can append to the url to get past that19:35
sarnoldcybrNaut: it's just easier to use ubuntu-bug <packagename> to file the bug19:35
leftyfbPeGaSuS: you might want to look into what /etc/default/sed9mwvVw is19:36
sarnoldPeGaSuS: crazy -- is there anything in dmesg?19:36
PeGaSuSwell: /etc/default/sed9mwvVw: No such file or directory19:37
PeGaSuSdmesg output: https://termbin.com/d7mn19:38
sarnoldPeGaSuS: bugger. those apparmor DENIED messages are probably worth a snapd bug report -- but no help for the grub issue19:44
sarnoldPeGaSuS: how about ls -ld /etc /etc/default /etc/default/grub  ?19:47
PeGaSuShttps://termbin.com/k55xa19:48
PeGaSuSI'm completely clueless19:51
sarnoldPeGaSuS: okay... lets try modifying that file with a simple sed -i invocation to see if that's allowed or not; sudo sed -i 's/beep/beepbeep/' /etc/default/grub19:52
oerheksthis line; sed: cannot rename /etc/default/sed9mwvVw: Operation not permitted19:52
PeGaSuSsarnold, sed: cannot rename /etc/default/sedSfkq6s: Operation not permitted19:53
oerheksodd, it keeps changing?19:53
PeGaSuSyep19:53
oerheksi have no clue, VPS ..19:54
sarnoldWHY19:54
PeGaSuSeach time i execute that command, the file name changes19:54
sarnoldoh good question19:54
sarnoldPeGaSuS: any chance you might have used chattr at some point to try to prevent this file (or directory?) from being changed?19:55
leftyfbpossible malware?19:55
PeGaSuSI all i've done is tequest the vps, install nodejs, yarn, postgresql, and quassel19:55
leftyfbPeGaSuS: is remote ssh enabled?19:56
PeGaSuSs/tequest/request19:56
oerhekscheck your bash profile.. https://unix.stackexchange.com/questions/76794/cannot-write-to-file-with-write-permission19:56
leftyfbPeGaSuS: are you able to login via ssh using a password?19:56
sarnoldPeGaSuS: hmm, I wonder, is this like an openvz or similar? what's uname -a report?19:56
PeGaSuSuname -a: https://termbin.com/1rkc19:57
sarnoldoerheks: ~/.bash_profile in this csae is just a file that the person didn't actually have permission to work with .. not the cause of the problem19:57
PeGaSuSleftyfb, I'm connected via ssh to the remote vps; but using pubkey19:58
sarnoldPeGaSuS: hmm, okay, not an immediate finger pointed at openvz-ish things..19:58
sarnoldPeGaSuS: lsattr -d /etc/default /etc/default/grub  ?19:58
oerheksis this a google instance?19:58
PeGaSuSoerheks, nope. its from vps.ag19:58
PeGaSuSsarnold, lsattr -d /etc/default /etc/default/grub > https://termbin.com/d6np19:59
sarnoldAHA20:00
PeGaSuSI'm wondering how the heck the "i" is there20:00
sarnoldit's pretty easy to remove it20:01
sarnoldbut why is it there20:01
oerheksfrom a previous grub2 update, faulty one?20:01
PeGaSuSno idea, honestly. I didn't edited any files manually20:01
PeGaSuSjust added the nodejs and yarn repos20:02
sarnoldstrange20:02
sarnoldit'd be worth filing a support ticket with the vps to ask them if they set this up intentionally in their OS templates -- if they set this up, they may or may not know that they've got instances failing to update20:02
sarnoldmaybe it's somehow necessary for booting their instances20:03
PeGaSuSI'll do it later on20:03
sarnoldPeGaSuS: can you mount the data storage for this instance via another intsance, if this one refuses to boot?20:03
sarnoldPeGaSuS: do you have data on this instance that you can't replace?20:03
PeGaSuSalmost all the data? xD20:04
PeGaSuSand no, i don't have any other instance of some sort20:04
sarnoldwell, it'd be a few euro to spin up another instance20:04
sarnoldthe question is, if you do that, would you be able to attach to the intance drive or not20:05
PeGaSuSI don't think so20:05
sarnoldI wish I knew who set that and why20:05
PeGaSuSit's not like I can unmout/mount the disk from the control panel20:05
sarnold:(20:05
sarnoldso .. a chattr -i /etc/default/grub followed by apt install -f  will almost certainly finish the grub update -- but whether or not you'll be able to boot again afterwards, I HAVE NO IDEA20:06
sarnoldI suggest opening that ticket before running these commands20:07
oerheksmaybe they have simular issues files20:07
sarnoldthey may say they have no idea, in which case, no big deal :) they may say it's vital to booting, in which case you shouldn't touch it, and get them to tell you how to lcean up the pieces :)20:07
oerhekssarnold +120:07
PeGaSuSwelp, let's hope for the best. I'll copy all the commands output and this conversation and send an email to them.20:09
PeGaSuSbut now, let's see if the vps boots up again :X20:09
PeGaSuSwell, the VPS came online after the reboot, so we're good20:11
sarnoldPeGaSuS: have you done the chattr -i and apt install -f steps?20:14
PeGaSuSsarnold, yep. all went flawless and then I've rebooted with the "reboot" command20:14
sarnoldPeGaSuS: Yay!20:16
AavarIs there such ting as a DE with support for glomal menus? Exept for Unity.20:16
Aavar*global20:17
TheWildhello20:17
TheWildso long and there are still unpolished corners.20:18
leftyfbTheWild: do you have a support channel?20:18
matsamanAavar: wasn't that a GNOME-ism first? (Because it's a macOS thing and GNOME is a macOS UI clone)20:18
leftyfbsorry, support question20:18
compdocpssst: this is the support channel20:19
Aavarmatsaman: I don't know, but I don't believe it's supported any more.20:19
Aavarin gnome that is.20:19
matsamandoubt that, but let's see20:19
TheWildNetwork broke during languages installation (when it was past the 50%). Now what? Will Ubuntu ever finish the installation of remaining packs? For now it plays like "okay, f. them, let's pretend everything was installed."20:20
leftyfbmatsaman: gnome was initially released in 1999. MacOS in 200120:20
matsamanleftyfb: nope20:20
agopoI'm running radicale 3.0.3 on ubuntu 16.04. I want to sync the windows 10 calendar with it. Followed these directions: https://www.ctrl.blog/entry/how-to-win10-webdav-syncengine.html . It won't sync. In /var/log/radicale/radicale.log I see the GET command gets through (without success). Anyone got an idea what to do next??20:21
leftyfbTheWild: was this during a fresh installation of the OS or doing updates?20:21
leftyfbmatsaman: please go read wikipedia.20:21
matsamanleftyfb: already have, try it yourself20:22
PeGaSuSsarnold, I'll, nonetheless, send an e-mail to the support. This way they can check if they have more issues like this one somewhere else or an explanation for why the "i" was there, since I've requested the VPS already with Ubuntu Focal, did "apt update && apt dist-upgrade", added the nodejs and yarn repos, installed postgresql and quassel and rebooted and all went fine20:22
TheWildleftyfb: well, the OS itself reminded me of incomplete language support and whether to install the missing packs.20:22
TheWildWindow about "Incomplete laugnage support" reappeared after some time - fair enough.Window about "Incomplete laugnage support" reappeared after some time - fair enough.20:22
PeGaSuSsarnold, still, thanks for the time and the help :D20:23
sarnoldPeGaSuS: excellent, thanks for poking them; if they made a change, it'd be nice to get it sorted out before more people get the update :)20:23
leftyfbTheWild: reinstall20:23
oerheksTheWild, sure you found some tips; sudo apt install -f; dpkg configure -a ..20:23
leftyfbmatsaman: "macOS (/ˌmækoʊˈɛs/;[8] previously Mac OS X and later OS X) is a series of proprietary graphical operating systems developed and marketed by Apple Inc. since 2001."      "GNOME was started on 15 August[15] 1997 by Miguel de Icaza and Federico Mena[16] as a free software project to develop a desktop environment and applications for it.[17] It was founded in part because K Desktop Environment, which was growing in popularity, re20:24
leftyfblied on the Qt widget toolkit which used a proprietary software license until version 2.0 (June 1999)."     Sorry, I guess Gnome was 1997, 4 years before MacOS20:24
sarnoldleftyfb: keep digging :) https://en.wikipedia.org/wiki/NeXTSTEP20:25
TheWildleftyfb: one more thing. OS reminded me of Security Updates (pending installation) but I clicked "Remind me later". Now it's a good time to remind me. How I can bring that dialog box back?20:26
matsamanleftyfb: yes, keep reading20:26
leftyfbsarnold: NeXTSTEP != MacOS. Gnome is not based on NextStep20:27
matsamanno but macOS is20:27
matsamanand that's not all it's based on20:27
TheWildor is this all just "apt upgrade"?20:27
leftyfbmatsaman: you mean to say MacOS is a gnome clone? Not the other way around since gnome was around before the MacOS UI20:28
quadrathoch2TheWild that window is just 'apt update' 'apt upgrade'20:28
matsamanleftyfb: nope, I probably would've said that had I meant to say that20:28
matsamanAavar: anyway, I can't find any useful screenshots or tours on gnome.org; you could ask #gnome20:28
matsamanAavar: I think there are things to get Xfce to do it also20:28
oerheksOS reminded me of Security Updates (pending installation)  ... never seen that before..20:29
Aavarmatsaman, leftyfb: I believe system 1 from 1984 had a global menu...20:29
matsamanAavar: wouldn't surprise me20:30
matsamanespecially if it was an Apple system20:30
AavarI am really fond of unity, but I keep getting graphical glitches...20:31
Aavarhttps://en.wikipedia.org/wiki/Macintosh_operating_systems <= look at the screenshot ;)20:31
matsamanAavar: what do you like about Unity? A lot of other DE's have incorporated the same features at this point.20:32
matsamanI'd check with GNOME (closest by similarity, since Unity is mostly GNOME), and then Xfce20:32
Aavarmatsaman: Hmm... First of all I like the global menu ;) And I actually like that it is set in a specific way and can't be changed (withoud much hassle).20:33
AavarAnd It works flawlessly with my multi monitor setup. That might be true for other DEs as well.20:34
AavarI might try to install gnome again... It's been a while20:34
PeGaSuSsarnold, looks good: https://paste.ubuntu.com/p/4GnHrJ4HbK/ ?20:34
PeGaSuS(sorry for the offtopîc but I'm not used to open support tickets lol)20:35
sarnoldPeGaSuS: beautiful :)20:40
sarnoldPeGaSuS: maybe duplicate the "main question" at the very top, too?20:41
Aavarmatsaman: quick question regarding gnome. I seem to be missing the system tray. Is that how it is now, or can I add it back?20:42
quadrathoch2Aavar you would need to install an extension called 'gnome-shell-extension-top-icons-plus'20:43
quadrathoch2Aavar and sadly you would need to use Xorg (which is by default on 20.0420:43
Aavarquadrathoch2: thank you. I'll try that. Has the tray been replaced by something else or just removed by default?20:45
quadrathoch2Aavar there is still appindicator, but I don't know a lot of apps which use that20:45
matsamanit's not that sad to use the default20:45
Aavarmatsaman: gnome seems fine. I'll try it for a bit :)20:48
ajayahmedhi im looking at this answer (https://serverfault.com/a/17818) which suggests using: tom  ALL=(oracle) /bin/chown tom *      what does the asterisks mean?20:48
PeGaSuSsarnold: done and sent. once again, thanks to all for the quick help :)20:49
sarnoldPeGaSuS: wonderful, thanks :)20:50
sarnoldPeGaSuS: have fun :)20:50
PeGaSuSfunnily I never had such issues with Ubuntu, and I'm a proud user since 201420:51
matsamanAavar: it should at least be more supported20:52
matsamanAavar: the story with the primary non-GNOME part of Unity, compiz, is that it became unmaintained, but Canonical (Ubuntu's company) dusted it off; the story with Canonical is that a lot of their pet projects also go unmaintained, because they just don't have that many developers20:53
sarnoldajayahmed: the * lets the user change any files to be owned by tom20:53
Aavarmatsaman: True.20:54
Aavarmatsaman: I see that I do need to turn off animations on this old system ;)20:54
matsamanand again, a lot of DEs have implemented the more attractive features from compiz at this point, including GNOME20:54
matsamanAavar: that might make sense, yes; compiz is accelerated only, IIRC, so you wouldn't even really have that option20:55
Aavarmatsaman: Much better :D20:56
Aavar(whitout the animations)20:57
matsamanactually I do remember at least at one point there was a non-accelerated version of Unity20:58
matsamanunity-2d think it was called20:58
matsamanused metacity (GNOME's window manager at the time) instead of compiz20:58
matsamanso if that's around you could try that, too, as it would probably try to be as Unity-like as possible, but without compiz, as much of an oddity that'd be20:59
Aavarhmm... I remembered one thing that kept me on unity. The title bar is huge in gnome. Can I easily make it smaller? My laptop has a small low rez. screen...21:00
PeGaSuSsarnold: https://paste.ubuntu.com/p/RJsH6xsGMG/ > after all, is a hosting "default". lol21:01
matsamanAavar: I'm sure it's "easy" once you know how; I'd ask #gnome21:01
matsamanAavar: or y'know try another theme21:02
AavarI will21:02
Sven_vBIt seems in focal, setsid nohup isn't enough to make my program survive even after my lightdm/openbox session ends. do I need a systemd service for it or is there an easier way for a temporary one-shot?21:19
=== TheWild1 is now known as TheWild
sarnoldSven_vB: KillUserProcesses= in logind.conf(5) perhaps?21:29
=== Diogo7 is now known as Diogo
rafasubianeed help with 20.04 and a strange freeze that I am having. anyone21:39
Aavarmatsaman: Ahh... allready back to Unity. Lol21:40
matsamanAavar: heh21:45
matsamanAavar: there are certain tweaks you can make for some graphics hardware/drivers to make it less buggy21:45
HelenahHi21:46
HelenahI got Ubuntu with i3wm installed on a pi.21:46
HelenahIt should be lightweight, other distributions I've tried on the pi perform fine.21:46
HelenahBut Ubuntu looks having intermittant freezes that happen for like several seconds to a few minutes depending on how many processes are running.21:47
HelenahLike I said, only had this with Ubuntu and I don't run much.21:47
HelenahI'm aware the pi isn't a powerful system but it should be able to handle a linux kernel, pulseaudio, xorg, i3wm, st and a web browser such as Firefox.21:48
oerhekssure, but what pages in firefox?21:50
Helenahoerheks: Even when firefox isn't open, I get the freezes.21:51
HelenahSometimes the system will even crash entirely and require a reboot.21:51
sarnoldHelenah: that reminds me of usin a pandaboard es once upon a time; the sd cards I used kept dying after a little while21:53
sarnoldHelenah: are you booting to a hard drive or sd?21:53
Helenahsarnold: So it could be an I/O issue?21:55
oerheksand what pi version?21:55
HelenahMakes sense21:55
Helenahpi 421:55
HelenahOkay I believe it to be the SD card21:55
oerheksoh those boards need proper cooling too..21:55
HelenahYes, I'm aware21:55
sarnoldHelenah: yeah, it's entirely possible your sd card is giving the system garbage or is taking a long time to get data for the system, etc21:58
sarnoldHelenah: I saw some sigbus quits, and sigsegv quits21:58
Helenahhmm21:58
sarnoldcheck dmesg | grep seg  -- that might show similar21:58
sarnoldpoor cooling, insufficient power, might also cause similar problems21:58
Helenahdmesg has nothing with21:59
Helenah'seg' in it21:59
HelenahI still believe it's the SD card though, I'm not fully utilising the CPU and RAM, the pi also is running cool.22:06
oerheksjournalctl -xe22:06
HelenahLoad is kept to a minimum and I use minimalistic applications22:06
oerheks* after it happens22:06
Helenahhmm I'll do that22:06
Belialweechat.bar.nicklist.size 1222:42
Belialman...forgot the /set?22:42
Sven_vBsarnold, thans for reminding me, I'll check.22:42
Belialweechat.bar.nicklist.size_max 1522:42
Belialjesus. i quit. you'll never see me again.22:42
cybrNautUbuntu is supposed to mean "for the people", yet Mint is easier for novices to use.  This guy makes some good points: http://kgg2m7yk5aybusll.onion/watch?v=9ORPyFfZUPI&local=true&quality=medium  Mint and Ubuntu need to either switch names, or Ubuntu needs to become more like Mint and make Mint renundant23:34
tatertotzcybrNaut: off topic....easier/harder is subjective and will vary person to person23:35
beelzebuzzpointless23:35
cybrNauttatertotz: not for novice users who are going from Windows to linux.  Ubuntu's UI is much less like what former Windows users are accustomed to than Mint.23:36
cybrNautwatch the video.. the guy is spot on23:36
sarnold"easy to use" [ pastes an .onion link ]23:37
beelzebuzzmint spends an insane amount of energy on UI/cohesion so there's still no point comparing them23:37
cybrNautdon't throw away their effort.  exploit it23:38
ghostcubejust use mint if you want23:38
cybrNauti won't put anyone one Mint because Mint jails all their docs in CloudFlare23:38
cybrNauts/one/on23:39
cybrNautSo i'll still put novices on Ubuntu, reluctantly23:39
ghostcubeuse kde for starters.. its more like windows ui23:39
ghostcubeso no need for mint23:39
kingiyis that the youtube onion?23:40
cybrNautkingiy: it's an invidous instance23:40
kingiyI didn't know they had one and no I'm not clicking it23:41
cybrNautkingiy: if you trust Google more, you can paste the "watch?v=9ORPyFfZUPI" after youtube.com23:41
kingiyfair enough I get the whole anti-google standpoint23:43
tatertotzcybrNaut: eventually ..you will have to use google services and products...OBEY!23:49
kingiyi think it's a shame what happened to searx tbh23:49
cybrNautkingiy: what happened to searx?  I know Omar handed off to someone else a couple days ago.  Did that go badly?23:51
kingiynevermind I just checked it out it seems to be working fine23:52
kingiycybrNaut do you have a mobile phone, as far as I can tell there are two options Google or Apple23:58

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