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

Apachezoh great! https://gitlab.gnome.org/GNOME/gnome-shell/issues/167300:02
slackjeffHello! Sharing with you a program I created called (Hack TUITE) a minimalist, decentralized and static microblog!00:06
slackjeffCreated in bash shell.00:06
slackjeffGithub:00:06
slackjeffhttps://github.com/slackjeff/hacktuite00:06
pragmaticenigmaslackjeff, this channel is for Ubuntu support. Please use #ubuntu-offtopic to share your development projects00:09
slackjeffsorry00:09
Apachezanyone else in here experienced that alt+tab with csgo is broken in ubuntu 19.10? you can alt+tab out of the game but when you attempt to alt+tab back to the game (who runs in full screen) the game somehow is moved to the bottom of the screen and its not fully restored00:11
PazoozaStick to LTS versions like 18.04.00:13
oerheksalt tab a full screen window, not sure that is a good thing to do00:15
robroseknowsalright I'm back, still going through nividia drivers to check what works and what doesn't00:17
Apachezoerheks: worked fine up until 19.0400:18
Apachezso I dunno why ubuntu quality assurance is in regression for every new release00:18
Apachezwas hoping that someone might have a solution00:19
Apachezrumours has it that gnome fixed something that broke but dunno when that fix will emerge within the ubuntu update system00:19
Apachezor if things will get broken until 20.04 is released00:19
Apachezchanging to ubuntu in wayland didnt fix the alt+tab issue00:20
robroseknowswhy does apt install nvidia-driver-418 say it installs nvidia-driver-430?00:24
oerheksor you are looking in the wrong direction, steam/valve issue00:24
Apachezif it worked in all version up to and including 19.04 and the only change is upgraded in 19.10, do you think its an ubuntu issue or a steam issue?00:26
longus_catusI just upgraded to Ubuntu 19.10 from... 19.04.  How do I get the Japanese kanji fonts to be higher priority than the Chinese ones?  I'm seeing the wrong variants00:28
dpwardIs #ubuntu-kernel still logged? The channel topic says so, but the latest file on irclogs.ubuntu.com is dated 22 August 2019.00:30
eLJayHey, I'm having trouble with accessing a USB device using hidapi, it worked once on every USB port but then reports "Could not open device with index: 0, check device permissions" even sudo'ing doesn't help...00:57
eLJayI've added the appropriate rule to my udev rules and reloaded, I also restarted my system.00:57
eLJayi got the vendor id from lsusb00:57
eLJayhow can I reset the rights of that usb device? I've exhausted all my phyiscal usb ports01:02
JustTheDoctorUbuntu 16.04.6 LTS im doing a command via ssh, the command is node test.js (so im typing in console as root, node test.js)01:10
robroseknowstomreyn: hey you there? thought I had the issue solved but I can't install any nvidia drivers without it reoccurring.01:10
JustTheDoctorhow do i log ALL of the output or reply to a file (reply.txt)01:10
eLJay"node test.js > output.txt"01:11
akkJustTheDoctor: If you want to capture everything, both what you type and the output, you can run: script filename01:11
akkwhich will give you a new shell, then run the ssh command inside that shell01:11
akkand when you exit the shell (after the ssh command is finished and anything else you want to do), the output will all be in that filename.01:12
eLJayrunning your server with root permissions is no bueno though01:12
JustTheDoctorakk, lets say i want to type node test.js and EVERYTHING it replies goes to test.log, i know its something like node test.js > test.log but not everything goes to that file, is there a way i can do that?01:13
akkJustTheDoctor: If there's anything coming out on stderr instead of stdout, > won't redirect it unless you add a 2>&1 at the end of the command.01:13
eLJayany suggestion on how to get permissions on a usb device?01:27
Bashing-omeLJay: Depends a lot on the file system on that USB device.01:28
eLJayBashing-om: it's not a storage device01:29
eLJayI'm trying to interface with it using hidapi01:29
akkeLJay: udev is usually the answer, but unfortunately nothing is ever easy with udev.01:29
eLJayakk: I have setup rules like so:01:31
Bashing-omeLJay: If it is a linux file system on the USB, then might be best to "chown" the directory to "you" to have the access rights.01:31
eLJaySUBSYSTEM=="usb" ATTR{idVendor]=="045E", MODE="0666", GROUP="plugdev"01:32
eLJayI'm member of the plugdev group01:32
eLJaythe vendor id matches(checked via lsusb)01:33
eLJayit worked once running root but after that even root is denied access :/01:33
eLJaythe rules are loaded last(as in they've the largest starting id in the filename)01:34
akkeLJay: I'm no help, I always struggle with udev and things that seem like they should work, don't.01:34
eLJaythat typo in the rule is due to me01:34
akkSorry01:34
eLJay(as in the file is actually valid)01:34
oerheksi see ATTR{idVendor} but not ATTR{idProduct}01:36
eLJayoerheks: that's true, afaik this should give access to all devices of that vendor01:37
eLJayhmm okay, so I just manually chown'ed all /dev/hidraw devices and chmod'ed them to 0666 (essentially what should've been done by the udev rule) and yet I still cant access them...01:38
Bashing-omeLJay: A thought - with the devise mounted -"who" owns the mount point ?01:39
eLJayBashing-om: thanks for your input, but it's not a storage device, no mounting, no filesystem.01:40
oerheksmost likely the kinect range01:41
Bashing-omeLJay: K; so much for entering the conversation in the middle :P01:42
=== JUIBIUBIUBUI is now known as CrackerJack
eightyonehi #ubuntu.01:56
pnwiseWhy is that adduser always use /root for home?01:58
pnwiseEven when try to specify home folder?01:58
pnwiseAnd can't change it with usermod either01:59
pnwiseTries on vps and my laptop too01:59
=== zbenjamin_ is now known as zbenjamin
=== nt0_ is now known as nt0
whislockpnwise: It doesn't. I'm not sure why you're seeing that.03:18
pnwiseYeah it does, when logged as root03:18
pnwiseNot tested with sudo yet03:18
pnwiseAs I moved to other stuff03:18
whislockOkay. But it doesn't.03:20
pnwisesudo created it with the home of the one that ran the adduser command03:20
pnwiseso the same03:20
pnwiseit uses $HOME of the user who ran the command03:21
pnwisethat is with i3wm, and the other one is just server03:21
pnwiseif it matters at all03:21
whislockI an assure you that it doesn't. So if it's creating user homedirs in /root, something else is seriously amiss.03:22
pnwiseYou assume me that it does not happen *on yout machine*03:22
pnwiseit does not create them in /root03:22
pnwiseit sets wrong $HOME03:22
pnwisefor new users03:22
pnwiseotherwise creates the right dirs03:23
whislockI assume based on how the operating system has worked for a decade, Debian before that, and the thousands of Ubuntu instances I've managed.03:23
pnwiseIf you can please run adduser testuser, then "sudo -u testuser bash" and "echo $HOME"03:23
whislockAh. Executing a shell that way won't source the new user's profile. That's normal behavior.03:24
pnwiseyeah but is not on any other distro03:24
whislockYou'll find a line in /etc/sudoers that says something to the tune of "Defaults env_keep += HOME"03:26
whislockComment that out.03:26
whislockThat will adjust the behavior to what you're more accustomed to.03:26
whislockThough I will also advise you to learn how to use sudo properly, if you're intending to assume the new user's environment.03:27
whislocksudo -u <user> -i03:27
whislockIt's similar to the difference between 'su' and 'su -'.03:27
pnwiseThanks03:29
pnwisesudoers does not have lines reagrding HOME03:32
whislockMost likely because Ubuntu's configuration assumes the presence of the -H flag if you want to assume $HOME of the target.03:33
whislocksudo -Hu testuser bash, for example.03:33
Mr_CyclopsHello. I have an ext4 formatted external USB hard drive connected to my system running Ubuntu 19.10 .. I was copying a lot of files when it failed due to "no space left on device"04:28
Mr_Cyclopsdf shows Size = 916GB, Used = 870GB but ... free space = 0% ...04:28
Mr_CyclopsAny clues? thank you04:29
Mr_CyclopsI found the solution, 5% reserved for root, so I cleared that using tune2fs -m0 .. now all good :)04:33
Mr_Cyclopstx04:33
Bashing-omMr_Cyclops: Reserved space for "house keeping" ? cd to the mount point and run ' sudo du -sx * | sort -n ' . thenmaybe drill down further to see where the disl space is consumed.04:34
flogWhat sets the icons for tray icons? Id like to change the icon for nm-applet since it doesnt match my color theme i use in i3.04:36
enriohi04:47
enriohow to install midori04:47
enriolatest04:47
oerheksvia snap https://snapcraft.io/midori04:51
Bashing-omenrio: A snap package: http://ubuntuhandbook.org/index.php/2019/03/install-midori-web-browser-vis-snap-in-ubuntu-18-04-16-04/04:51
enrioReading package lists... Done04:53
enrioBuilding dependency tree04:53
enrioReading state information... Done04:53
enrioPackage snapd is not available, but is referred to by another package.04:53
enrioThis may mean that the package is missing, has been obsoleted, or04:53
enriois only available from another source04:53
oerheksso, you are not on ubuntu?04:53
daxenrio: do "sudo apt-get update", then try again04:54
oerhekssnap is standard in all supported versions04:54
daxenrio: if that doesn't work, i'd be interested to know which version of ubuntu you're on04:54
dax(if you want to reply, just do so in channel, no need to try private messaging)04:55
enrioubuntu 16.0404:55
enriowell for some reason my previous reply was not sent to channel04:56
daxokay, snapd is in ubuntu 16.04. did "sudo apt-get update" help at all?04:56
enriogot muted i believe04:56
enriowhere is source.list file located?04:56
oerheksyes, #freenode servers goes ballistic with multiple lines paste04:57
daxno, the opt-in antispam bots get unhappy about it.04:58
enriohow to see which version of ubuntu via terminal?04:59
Bashing-omenrio: ' cat /etc/issue ' is one.05:01
enrioTrisquel GNU/Linux 8.005:01
oerheksoh05:02
enriowhich version of ubuntu this uses i'm not sure05:02
Bashing-omenrio: "sysop@x1804mini:~$ cat /etc/issue >> Ubuntu 18.04.3 LTS \n \l"05:03
enriowell the site says ubuntu 16.0405:03
flogWhat site says ubuntu?05:04
enriohttps://trisquel.info/05:05
enriohttps://trisquel.info/en/trisquel-80-lts-flidas05:05
daxenrio: I believe Trisquel dropped snapd because it allows the installation of proprietary software, so you might be out of luck there. Also, #ubuntu only supports Ubuntu and official flavors of it, which Trisquel is not. You'd want to check their (small) IRC channel at #trisquel, or their forums at https://trisquel.info/en/forum , for support.05:05
oerheks#trisquel05:05
oerheksor even #trisquel-dev05:06
shmoobertI just installed xubuntu on my laptop and I am accidentally touching the track/touch pad with like every other keystroke. Is there a simple way I can reduce the sensitivity or even better the response time of the touch?05:06
enriothey are not serious at helping :(05:06
oerheksour answers apply not to your problem05:07
enriobut trisquel is part of ubuntu right05:07
daxenrio: That's unfortunate, but not something we can really do much about. There are a lot of unofficial Ubuntu derivates that make all sorts of changes (apparently including ones that affect your current issue), and we can't be expected to help with software we weren't involved with and don't officially support.05:07
Bashing-omenrio: You are then strongly encouraged to install 'buntu (18.04) :D05:07
shmoobertfor what its worth I am using v18 (xubuntu)05:10
shmoobertI am just looking for a simple app that i can apt-get05:11
oerheksmaybe this post is any help https://www.reddit.com/r/Ubuntu/comments/8fbt2l/is_the_mouse_settings_application_in_xubuntu_1804/05:12
enriowhat is the ubuntu 18.04 minimal version size with gui lxde05:12
oerheksor this tip: scrollwheel emulation disable https://bugs.launchpad.net/ubuntu/+source/xfce4-settings/+bug/1758023/comments/2905:12
ubottuLaunchpad bug 1758023 in xfce4-settings (Ubuntu) "Mouse acceleration not configurable in Xubuntu 18.04" [Undecided,Confirmed]05:12
Bashing-om!flavors05:14
ubottuRecognized Ubuntu flavors build on Ubuntu and provide a different user experience out of the box. They are supported both in #ubuntu and in their flavor channel. For a list, see https://www.ubuntu.com/download/ubuntu-flavours05:14
oerheks20 gb will do, 50 gb is better05:14
enriothats too much05:15
enrioi can allocate 100 gb05:16
shmoobertoerheks, thanks, it seems xub doesnt have a scroll whell emu, but will give the reddit post a shot, thanks05:17
enriowhich flavor to choose?05:21
shmoobertenrio, I find xubuntu to be about the lightest out there, perhaps install that then start uninstalling cruft you dont want?05:22
enrioxubuntu is light nice :)05:23
Bashing-omenrio: It is all about choice - We can not tell you what you like. Burn a few .iso images abd see which you like the most.05:23
enrioxubuntu is good05:23
flogI probably should have gone with something lighter than standard ubuntu since I installed i3 straight away.05:24
Bashing-omenrio: Yup - my preference too :P05:24
flogBut disk space and performance isnt really a problem for light laptop use today.05:24
shmoobertenrio, totally subjective but I have older hardware and I found that it runs better (lighter) than other *buntu flavors, havent run any tests though05:25
pi0is it possible to ssh over usb with ubuntu05:25
enriolighter and productive is smarter.05:25
pi0trying to ssh into my pi zero w via usb, laptop 18.0405:25
shmoobertflog, i'd agree but there are use scenerios where space does matter, like running off a USB (not a common use but still valid)05:25
shmoobertand enrio flogs mention of i3, if you learn it that will make it even lighter; i've tried and its a steep learning curve but very nice for producitivyt if you can learn it05:26
flogpi0: what device is this "usb"?05:29
flogpi0:usb network card? usb with emulated uart?05:29
pi0flog: pi zero w05:30
pi0as in raspbery pi zero w05:30
flogEither should let you login the first over ethernet the second as a serial shell.05:30
pi0flog: are you referring to the larger raspberry models with an actual ethernet port05:31
flogI think i know wha tyou want to do. Check in if you have anything in /dev that could be a serial adapter.05:32
flogSo yo uwant to login and get a shell on your pi over usb?05:33
pi0flog: i do, i have googled some tutorials were it was possible on mac and windows05:33
pi0modifying cmdline.txt config.txt and touch ssh within the boot directory of the sd card for the pi05:34
flogDid you check what i wrote above?05:35
pi0checking my dev dir05:37
pi0that is what you wanted me to do, correct?05:37
pi0flog: i found this https://raspberrypi.stackexchange.com/questions/71376/connecting-raspberry-pi-zero-to-ubuntu-computer-through-usb05:38
flogThat seems more complicated than it should.05:40
pi0it does right05:40
pi0were do i find link-local05:40
flogWhen i logged into my rpi clone i used to just use screen against whatever tty was my rpi serial device05:41
pi0clone? was that cheaper?05:42
flogBut this is not really an ubuntu issue.05:42
pi0tty on the clone might be enabled on stock05:43
pi0but for actual pi we might have to mod05:43
pi0going to reimage sd, and try again05:45
flogI think you should pop over to #raspberrypi and ask there.05:46
pi0i did :/ i think there all windows pi users lol05:46
flogpi0: https://www.thepolyglotdeveloper.com/2016/06/connect-raspberry-pi-zero-usb-cable-ssh/ think this is what yo uneed.05:54
pi0those were exactly the settings that i applied05:55
pi0however for ubuntu its completely diff05:56
pi0i reimaged the sd, trying the sets again05:56
=== michaelni is now known as michaelni-noslee
=== michaelni-noslee is now known as michaelni-tired
pi0flog: whooop, worked06:22
AavarI have a weird problem... after installing/testing i3 window manager I have a problem with brightness indicator and battery indicator in unity and xfce. it shows a i3-like indicator for some reason. I have removed all i3 packages as far as I know... Anyone know how to get back to normal?07:40
unixbassen@Aavar I am not that familiar with xfce, but if you have a theme manager like Gnome tweak tool for the gnome desktop, you might be able to change back to stock from the i3-like indicator07:47
unixbassenAlso, when you purge i3, remember to run 'apt-get autoremove' to fully remove packages07:48
Aavarunixbassen: autoremove did nothing unfortunately... Does i3 mess with gtk themes?07:53
unixbassenwell, you ran 'apt-get purge i3 && apt-get autoremove -y', then did a reboot?07:54
Aavarunixbassen: I will now :) just ran autoremove and logged out and in again.07:56
Aavarbrb07:56
unixbassenOfc07:56
eightyone:)07:57
Aavarunixbassen: no change unfortunately :(08:00
AavarI will try installing gnome and see how it looks there.08:01
unixbassen@Aavar i think it’s the theme which is not fully going back to xfce after i3 was installed08:07
unixbassenMaybe install a theming tool and see if you can change the indicator back08:08
Aavarunixbassen: it works in gnome... weird problem as unity and xfce has nothing in common... unlike gnome and unity...08:09
Aavarunixbassen: thank you for the help. I don't have time for this, so i guess I'll survive for now :)08:11
=== Wryhder is now known as Lucas_Gray
unixbassen@Aavar np :)08:16
=== swiftshader is now known as fling
Apachezany hints on how to resolve   ERROR:child_process_sandbox_support_impl_linux.cc(81)] FontService unique font name matching request did not receive a response.   ?09:15
Apachezgnome-shell is the one reporting in ubuntu 19.1009:15
Apachezlooots of entries in systemlog09:15
badcloud_What determines default resolution in Ubuntu? Does it change when attaching different (size) monitor?10:21
badcloud_On boot10:28
=== jean-francoissim is now known as jean-francoisSim
=== jean-francoisSim is now known as JF_Simon_
=== JF_Simon_ is now known as JF_Simon_01
BluesKajHowdy all12:12
woenxHi. I installed a KDE program in Gnome's Ubuntu, but the scroll sensitivity is too high it's unusable. Is there a way to adjust scroll speed for KDE applications from Ubuntu?12:25
thelounge09I've got a brand new installation of ubuntu and I can't for the life of me figure out how to set DNS to automatically be set by my router. It seems systemd-resolved is automatically setting it (in resolv.conf) to 127.0.0.53?12:30
guivercbadcloud_, i don't know, but if I attach different external monitors to laptops, their resolution is always detected correctly12:30
badcloud_guiverc Gotcha12:31
guivercthelounge09, you didn't say what release (or desktop/server/..) of Ubuntu, but https://help.ubuntu.com/community/NetworkManager maybe helpful12:33
BluesKajthelounge09, try /etc/systemd/resolved.conf settings for your DNS12:33
woenxI found that installing the package "systemsettings" installs the KDE configuration menus. However, most modules are missing (including the one to configure mouse settings). Does anyone knows how to install new modules to KDE' s systemsettings menu?12:38
woenxrunning kcmshell5 --list I can see all installed modules12:39
B|ack0phi13:19
B|ack0pi have an SDHC card Lexar 16gb13:19
JoeLlamayay! :)13:20
JoeLlamagood for you :)13:20
B|ack0plol13:20
B|ack0pissue is13:20
B|ack0pi cant open it13:20
B|ack0pon ubuntu13:20
JoeLlamaoh there's more?13:20
JoeLlamacan you open on other boxes?13:20
B|ack0pno just 1 i have :p13:20
B|ack0pwell i unboxed it long time ago :p13:21
JoeLlamano I meant... there is more to the story13:21
B|ack0pi cant get it mounted in ubuntu13:21
B|ack0pand see content13:21
JoeLlamayou gotta be careful of fake flash :(13:21
B|ack0pit s not fake i think13:21
JoeLlamathere is a lot of it out there...13:21
B|ack0plooks genuine13:21
JoeLlamawell let's hope so...13:21
B|ack0pthe thing is13:21
JoeLlamathe fake stuff looks genuine too13:21
JoeLlamacan you open it on a windows box?13:21
JoeLlamaperhaps you need to format it first13:21
B|ack0pi taken it from NIkon camera and it has pictures inside i need to backup in my laptop13:22
B|ack0pif i format i will loose everything13:22
* JoeLlama has bought fake flash before but got a refund (they didn't even want me to ship it back)13:22
B|ack0pwindows sees sd card but doesnt load13:22
JoeLlamaI bought 64G flash and it only worked up to 16G then failed13:22
JoeLlamabought it on eBay (:13:22
JoeLlamafeeBay :)13:22
JoeLlamaoh?13:23
JoeLlamaperhaps you have bad SD card :(13:23
JoeLlamatry partition and format it13:23
JoeLlamasee what happens13:23
JoeLlamathere are utility proggies out there that will help you test your SD card13:23
B|ack0pi dont wanna format13:24
B|ack0pit has pictures inside :/13:24
JoeLlamaoh :(13:24
JoeLlamap0rn? 8(13:24
JoeLlamaI bet it's p0rn13:24
B|ack0psure hardcore 3some13:24
JoeLlamanasty pictures huh :( blah13:24
B|ack0pwanna join?13:24
JoeLlamaeep!13:24
JoeLlamano!13:24
JoeLlamablah13:24
B|ack0p;)13:25
BluesKajcopy the pics back your main drive temporarily, then format13:25
JoeLlamayou may have fake porn SD return immediately for full refund13:25
B|ack0pBluesKaj: if i can reach the content of SDHC card i would copy but i cant see it mounted13:25
JoeLlamaoh yes like BluesKaj said, copy your porn off the flash13:25
B|ack0pi can see it exists in Disks utility13:25
B|ack0pbut not content13:26
JoeLlamamounted porn?13:26
JoeLlamaeep13:26
B|ack0pJoeLlama: you are so interested in p0rn13:26
B|ack0pwhy dont you visit some websites?13:26
B|ack0pmaybe you need to jerk off to relax13:26
JoeLlamaoh my!13:26
B|ack0pJoeLlama: you are on ignore now13:26
BluesKajwhat good are the pics if the card is so damaged it can't be accessed13:26
JoeLlamanot my route B|ack0p I leave that to you13:26
JoeLlamahahaha13:27
B|ack0pi need someone serious sorry13:27
JoeLlamayay! :)13:27
JoeLlamano no ignore is good...13:27
JoeLlamathank you13:27
B|ack0pBluesKaj: well SDHC card is used in Nikon camera13:27
B|ack0pit was inside for long time and today i took some more pictures so i need to take them to my laptop13:27
JoeLlamaoh well Nikon format there you go right there...13:27
JoeLlamagood luck figuring that out13:28
BluesKajB|ack0p, are the pics viewable in the camera?13:28
B|ack0pyes13:29
* JoeLlama would point to the website that explains Nikon format and why it doesn't work in linux but he is on ignore :/13:29
JoeLlamaI wander off now13:29
BluesKajB|ack0p,  then your reader on the other device is faulty13:30
B|ack0pother device? you mean my laptop?13:30
BluesKajwhatever13:31
B|ack0p1 device is camera other one is laptop13:31
ioriaB|ack0p, first i'd suggest to use an usb adapter (if you have one); then insert again the card and run  dmesg | tail -3013:32
BluesKajI'm not going any further with this ....13:32
B|ack0pioria: laptop has SD card reader13:32
B|ack0pcan i run dmesg now?13:32
ioriaB|ack0p, i know your laptop has a card reader13:32
B|ack0pioria: https://paste.ubuntu.com/p/2mH5kM8PWs/13:33
ioriaB|ack0p, not good (i/O errors and unable to read partition table); run '  sudo parted -l'13:35
B|ack0pioria: https://paste.ubuntu.com/p/nxNGDWt7Dh/13:36
ioriaB|ack0p, sudo apt-get install exfat-fuse exfat-utils13:37
B|ack0pinstalled13:37
ioriaB|ack0p, reinsaert the card and see if dmesg | tail -30 has changed13:38
B|ack0pioria: it was already inserted :/13:40
B|ack0pnot changed13:40
B|ack0pdmesg | tail -30  still same13:40
ioriaB|ack0p, pull it out and reinsert it13:40
B|ack0psame13:41
ioriaB|ack0p, open gparted and see if you can run fsck on it13:41
vltB|ack0p: The first thing I would do is make an exact copy of the whole device and operate on that (or even a copy of that).13:42
B|ack0pioria: when i opened gparted it showed error popup . input/output error during read on /dev/mmcblk013:43
ioriaB|ack0p, do you have windows on that disk ?13:44
B|ack0pvlt: someone in ##hardware also suggested that to get image of the sd card but i dont know how to do that13:44
B|ack0pioria: yes13:44
B|ack0pdual booting13:44
ioriaB|ack0p, try on windows and make a copy13:44
B|ack0pioria: on windows i can see sd card mounted as removable device but still can not access the content13:45
B|ack0pshould i right-click on removable device and copy?13:45
vltB|ack0p: 1. Find out the device node of the inserted card (like /dev/sdb). 2. Use a tool like dd, pv, ddrescue or just cat: ddrescue /dev/sdb my_card.img13:46
B|ack0pi installed ddrescue13:46
ioriaB|ack0p, you probably need some software for raw images13:47
B|ack0pvlt: doing that now13:47
B|ack0poh it is counting a lot of read errors :S13:48
B|ack0pioria: after this finishes i will try on windows again :/13:51
coffeecowhi is there a way to receive bluetooth audio and play it as if my ubuntu laptop were a bluetooth speaker14:10
jeremy31coffeecow: yes14:10
coffeecowjeremy31, how?14:10
jeremy31coffeecow: Don't remember14:10
jeremy31coffeecow: I think it is a setting in /etc/bluetooth/audio.conf14:11
coffeecowhmm14:14
coffeecowthat file doesn't exist for me but i'll google. interestingly "bluetooth input" comes up as a mic but no audio14:15
coffeecower as in i don't see the volume/detect bar move on the input14:15
jeremy31coffeecow: I just connected my phone to computer and my phone shows in sound settings as an input device14:19
coffeecowcan you hear audio from it14:19
jeremy31Yes after turning the mute off14:20
coffeecowhrm well that's cool i'll try to get that working...14:22
jeremy31coffeecow: on this machine I added the audio.conf to /etc/bluetooth/  with contents https://termbin.com/u3ds14:23
coffeecowwhoops sorry had to reboot14:28
jeremy31coffeecow: on this machine I added the audio.conf to /etc/bluetooth/  with contents https://termbin.com/u3ds14:29
coffeecowjeremy31, thank you dear friend i will try that14:32
coffeecowi will reboot now14:32
SimonNLaudio.conf wasn't needed here jeremy3114:32
coffeecowwell i guess first i will try sudo service bluetooth restart14:32
coffeecowBTW I tried just normally and got this far but no audio is being detected https://postimg.cc/qtX4nh1x14:33
coffeecowstill same thing after `sudo service bluetooth restart`14:34
jeremy31coffeecow: trying to use mic input from headphones?14:35
coffeecowhuh?14:35
coffeecowif i switch to the normal microphone i can see the bar moving14:36
jeremy31coffeecow: that picture shows a bluetooth headset14:36
coffeecowit says "bluetooth input"14:36
coffeecowi'm wearing headphones14:36
jeremy31I wonder if it would work with the headphones disconnected14:37
coffeecowtried; nope14:37
jeremy31Is the volume turned up on the device you are trying to use as input?14:38
coffeecowyes14:38
jeremy31coffeecow: post URL from terminal for>   (lsusb && dmesg | egrep -i 'blue|firm') | nc termbin.com 999914:40
coffeecowok14:40
coffeecowhttps://termbin.com/b21z14:41
jeremy31Intel bluetooth, those should work.  Broadcom bluetooth might need firmware to make everything work and Ubuntu can't distribute the firmware14:43
coffeecowit updates the firmware of my thinkpad in general tho14:46
SimonNLcoffeecow does the input pull down menu show Phone as an option ?14:47
jeremy31The Intel firmware is part of linux-firmware package14:47
coffeecowSimonNL, yes but no audoi is detected in the little bar indicator as seen in the snapshot14:48
coffeecow*audio14:48
SimonNLwhile phone is chosen ?14:48
coffeecowright14:48
coffeecowbut if i switch to normal microphone it detects when i talk14:48
SimonNLare you creating an audio stream from the phone ?14:49
coffeecowfrom my yamaha av receiver14:49
SimonNLrunning media player or something14:49
coffeecowi'll try from my phone now i guess14:49
coffeecowjust to make sure14:49
SimonNLthough that was the task14:50
coffeecowi'm trying to stream audio from my tv to my laptop so i can watch cable in the bg as I program with my wired headphones plugged in :p14:51
coffeecowcontrived... i know...14:51
coffeecowi just don't wanna wake someone14:51
coffeecowwell shit that's stupid it works with my phone14:52
coffeecowsorry... language...14:52
vltHello. What might be the problem when neither Chromium nor Firefox can resolve youtube.com (but some other domain names) while `[ping|dig] youtube.com` works fine?14:52
jeremy31coffeecow: is the TV supposed to be able to stream audio over bluetooth?14:53
coffeecowyes14:53
vltChromium complains: DNS_PROBE_FINISHED_NXDOMAIN14:53
SimonNLsure14:53
SimonNLsure ?14:53
coffeecowit is supposed to do both send and receive14:53
SimonNLmaybe to the phone but not to the computer coffeecow14:54
coffeecowhuh?14:54
SimonNLjust guessing.14:54
coffeecowthe receiver says " The unit supports Bluetooth devices that support A2DP or AVRCP."14:54
SimonNLjust guessing as I said.14:55
isomarigreetings, what's the most time efficient way of cloning a ubuntu installation to hundreds of machines?14:57
Apachezisomari: using clonezilla, dont forget to whipe the network config file that stores the mac address of the original box in order to avoid having two network configs at once14:59
Apachezanother method might be to use pingyubuilder to create your custom livecd image and boot that iso14:59
Apachezeither from dvd or from usb or as iso from harddrive14:59
jeremy31isomari: Maybe an automated install using PXE boot15:01
isomariApachez: None of the machines will be on the same network so it doesn't matter if they all have the same ip. They will all be on local private networks in diffeent locations.15:03
SimonNLcoffeecow: did you have it paired and connected to the TV ?15:03
isomarijeremy31: thanks, Ill look inti that.15:03
coffeecowyes it's paired and shows up as an input source15:04
SimonNLcoffeecow: won't show up as a input device if not.15:04
coffeecowjust no audio15:04
SimonNLok15:04
SimonNLcoffeecow: does TV have some setting to direkt sound to BT ?15:04
SimonNLdirect*  probably15:05
coffeecowthe avreceiver has an audio send transmitter for bluetooth15:05
FurretUberI'm having a problem with an accelerometer: sometimes the positive values are to one side, sometimes to other. Is there a way (as a kernel command line) to make a quirk that is always behave the same?15:06
SimonNLcoffeecow: I'm out of ideas15:11
coffeecowshucks15:11
SimonNLonly to double check all obvious things15:12
jeremy31coffeecow: have you checked alsamixer settings in terminal?15:13
coffeecowno15:13
SimonNLcoffeecow: attempting to here the sound using BT headphone/set ?15:15
coffeecowattempting to hear on laptop15:15
SimonNLusing BT ?15:15
blopperhi15:16
blopperneed help on configuring grub to install openbsd15:17
blopperany help in here15:17
coffeecowyes using bt15:19
coffeecowi want to hear sounds from my TV on my laptop15:19
SimonNLcoffeecow: one adaptor or ?15:20
SimonNLwait, what are you using to hear the sound coffeecow   laptop speakers ?15:20
ricpfu need this https://avantree.com/audikast-bluetooth-transmitter-for-tv15:20
coffeecowheadphones plugged into laptop15:21
coffeecowi can hear audio from my phone when i transmit the audio to my laptop using bt but not when i do this with my avr15:21
SimonNLok nothing bad about that15:21
SimonNLcoffeecow: your avr  what brand and type number15:23
coffeecowrx a108015:26
SimonNLAdditional Features(Bluetooth Transmission function)15:29
SimonNLcurious15:29
SimonNLcoffeecow: read this page from the user manual     https://imgur.com/a/LjxlCZ515:33
coffeecowwhat about it15:38
SimonNLthe part about attached devices and I assume the TV is an attached device15:40
coffeecow> playing back with direct or pure direct enabled15:42
SimonNLtried setup methode from that page coffeecow ?15:43
coffeecowyes15:48
coffeecowi give up lol imma email their support15:56
coffeecowthanks for helping15:56
enriohi what is command and system binaries? in secondary level16:04
mmystichi, I'd like to clone my system with the exact packages/version. I know I have to use **dpkg --get-selections >> mypack** and then **dpkg --set-selections < mypack** in the new system but this doesn't install the exact version... how can I solve ?16:06
tomreynmmystic: have the same apt sources16:42
tomreynthis is not exactly cloning, but configuring systems the same way. if the source system has updates pending then the system you'll apply the configuration to will install those packages when you apt-get dselect-upgrade there16:44
IarlaIs the mongoose webserver still under the same name? It's not in the ubuntu repos. https://linux.die.net/man/1/mongoose16:49
lotuspsychje!info mongoose16:50
ubottumongoose (source: suitesparse): graph partitioning tool that can quickly compute edge cuts (executable). In component universe, is optional. Version 1:5.4.0+dfsg-1 (eoan), package size 8 kB, installed size 45 kB16:50
Iarlathanks lotus. odd result there.16:51
lotuspsychjethis what you need Iarla ?16:51
IarlaThat's something differente lotuspsychje, but thanks.16:51
lotuspsychjeIarla: its mongodb you need perhaps?16:53
IarlaThat's the database. It's the webserver I'm looking for. Surely made by the same group though.16:53
lotuspsychjeIarla: did you search your system with apt-cache search foo ?16:54
IarlaJust now on your suggestion :) No result, but I think I've found it on github. https://github.com/cesanta/mongoose16:55
mmystictomreyn: ok, then how can I install the same packages also with those are pending ?16:57
mmystictomreyn: I mean I want the exact system, is that possible ?16:57
mmysticfor example here they guy says to use synaptic, ok but I'd like something on cli  https://askubuntu.com/questions/62340/how-to-copy-an-ubuntu-install-from-one-laptop-to-another17:04
calherHow do I get Flatpak on 19.10?17:06
calherHow do I get Polari on 19.10?17:06
ioriacalher, polari is in the repo, flatpak has to be enabled (i mean, installed via apt or ppa)17:11
calherioria, "apt search flatpak" and "apt search polari" return nothing.17:12
ioria!info polari eoan17:12
ubottupolari (source: polari): Internet Relay Chat (IRC) client. In component universe, is optional. Version 3.34.0-1 (eoan), package size 143 kB, installed size 976 kB17:12
ioriacalher, check apt-cache polari   (is in universe)17:12
=== [diablo]8 is now known as [diablo]
ioriacalher, apt-cache policy polari17:13
calherioria: polari: Installed: (none) Candidate: (none) Version table:17:14
ioriacalher, probably universe is not enabled; check you sources.list17:15
calherioria, went to Software & Updates and checked universe.17:17
ioriacalher, ok, run sudo apt update and try again apt-cache policy polari17:17
calherioria, installed! Thanks! :D17:22
ioriacalher, same for flatpak (the ppa version is not still available for 19.10)17:22
calherThanks.17:23
ioriacalher, and maybe you want also  'gnome-software-plugin-flatpak ' to brows them in Software Center17:23
ioria*e17:23
LunaLovegoodI remove networkmanager and netplan.io in order to manage my network manually ("ip addr add ..." and such), but now after a few hours my interface ends up losing its ip addresses, as if someone called "ip addr flush ...". I didn't only removed packages from the default install, I didn't add anything new.  I suspect something in systemd is causing this. How can I stop it from happening?17:31
LunaLovegoods/I didn/I/17:31
TiD91Hello everybody, I need help to cofigure Xorg on a currently headless install of Ubuntu in order to run OpenGL applications natively on Nvidia GPU.  I have CUDA working perfectly as expected (`nvidia-smi`: https://paste.ubuntu.com/p/3BvJc8tMSN/). So what I did was to `startx` Xorg (config: https://paste.ubuntu.com/p/cSwVqZcxmw/) and then trying to run glxinfo. If I use `startx`, `DISPLAY=:0 glxinfo` is not able to find the17:32
TiD91DISPLAY (I'm on SSH). If I use `xinit`, after that I copied the `/etc/xinirc` to my home, `glxinfo` finds the DISPLAY but it runs on software rendering (https://paste.ubuntu.com/p/F5z6JVw66n/).17:32
TiD91Any help?17:32
Apachezisomari: its not about ip, its about when you in the upper right (default ubuntu) look for settings instead of "Wired connection" you will have  "Wired connection" and "Wired connection 2"17:35
pragmaticenigmaLunaLovegood, The newer versions of Ubuntu are designed to work with the tools that you removed. There are many components that rely on their presense and removing them causes the issues you are encountering. The solution is to put them back, alternatively, you can try asking in ##linux or ##networking for help.17:37
LunaLovegoodpragmaticenigma: what else do I need to remove if I want nothing at all to touch my network interfaces then? I want to set everything up manually (with the iproute2 utilities). I wouldn't mind if it brings up the "lo" interface on boot, but nothing else!17:39
ioriaLunaLovegood, you know you can stop and disable NM, right ?17:41
LunaLovegoodioria, I did "apt-get --purge purge" on it instead.17:43
ioriaLunaLovegood, check your autoremove queue17:43
pragmaticenigmaLunaLovegood, Ubuntu is designed to be an off the shelf configuration, meant to work with as many computers as it can be installed on. Your desire to go outside of that configuration puts you in a position that the volunteers here are limited on the help they can provide. That's why I suggested the other channels to check out. This channel focuses on the packages and configurations that come with Ubuntu as it designed. As ioria17:44
pragmaticenigmamentioned, you can disable the the services, which retains packages needed else where. Which may restore your network connectivity17:44
sasiAnybody how to restore only the files that are recently deleted, (like within a particular timeframe) using photorec or somehing like that?17:58
pragmaticenigmasasi, file timestamps are typically stored in the File Allocation Table, which is what is deleted when you delete a file. When recovering files, those scanners scan the disk for continuous blocks of data, there is no method for determinging the timestamps17:59
sasiOh, I see.18:00
sasiThank you.18:00
sasiI am trying to delete all these subfolders and hold all the files in a big folder.18:04
sasiAny idea how do I go on about this18:04
sasi I tried something before and ended up deleting it all18:04
coz_sasi, I would suggest backing these up on a flash drive, whatever method, first, then play with the originals. If you mess it up you always have the back up to rely on.18:08
pragmaticenigmasasi, you could use a tool like "find <path_to_source_dir> -type f -execdir cp {} <path_to_destination_dir> \;" Once you have confirmed all your files have been copied there successfully, you can delete the source18:09
pragmaticenigmasasi, I would also second coz_ ... always a good idea to back up your data before doing a large data restructuring. if something goes wrong, you can easily recover18:09
sasiYeah.  It's backed up18:10
sasiLet me try this18:10
sasiWill need to copy it again18:10
sasiThanks18:10
coz_sasi, good lick ")18:10
coz_luck18:11
coz_I think "lick" has a different meaning18:11
=== Wryhder is now known as Lucas_Gray
=== nikbin is now known as emin_
Mr_CyclopsHello I am  using a Samsung 860 EVO SSD on Ubuntu 19.1018:18
Mr_CyclopsTrying to understand how much life is left18:19
Mr_Cyclops177 Wear_Leveling_Count     0x0013   099   099   000    Pre-fail  Always       -       618:19
Mr_Cyclopsthanks in advancce18:19
SwedeMikeMr_Cyclops: pastebin the entire output from smartctl if that's what you're using.18:20
Mr_Cyclopssure, 1 sec ..  thanks SwedeMike18:20
Mr_Cyclopshttps://paste.ubuntu.com/p/VfP8Thwf5h/18:20
k1tsun3hi im having trouble using grub customizer on Debian 1018:20
k1tsun3i tried the Debian channel but no one has any ideas over there18:21
SwedeMikeMr_Cyclops: you should look into the "total LBAs written" and compare that to the rating of the drive in TBW18:21
k1tsun3grub-customizer creates the files and update-grub pulls the correct image but for some reason they dont actually change the appearance of my grub18:21
Mr_Cyclopsis there a site for that? or just google?18:21
SwedeMikeMr_Cyclops: I googled and found https://www.virten.net/2016/12/ssd-total-bytes-written-calculator/18:22
Mr_Cyclopsso as per that link it says 3.96 TB written18:24
pragmaticenigma!debian | k1tsun3, please use the appropriate channel and have patience18:24
ubottuk1tsun3, please use the appropriate channel and have patience: 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!18:24
pragmaticenigmak1tsun3, for Debian support, use #debian18:25
k1tsun3i know18:25
k1tsun3i used #debian18:25
k1tsun3but since both use the same package i though i also could get help here18:25
eightyone /join #nixos18:26
Mr_CyclopsSwedeMike, I found this link from Samsung.com .... https://www.samsung.com/semiconductor/global.semi.static/Samsung_SSD_860_EVO_Data_Sheet_Rev1.pdf18:26
pragmaticenigmak1tsun3, They may use the same package, but could be completely different in their implementation. That's why it's not supported here18:26
Mr_Cyclopsthat mentions in one of the paragraphs ... Up to 2,400 TB TBW18:26
pragmaticenigmaMr_Cyclops, how old is the drive?18:27
Mr_Cyclopsumm, about 1.5 years I think18:27
pragmaticenigmaMr_Cyclops, You have years of life remaining on that drive, that said, doesn't hurt to keep backups18:27
SwedeMikeMr_Cyclops: yeah, I agree, there is a lot of life left in that drive.18:28
Mr_Cyclopspragmaticenigma, and SwedeMike thanks ... though I was a bit worried about the Wear Level being 618:28
coz_fstrim , I hear, can help extend the life of an ssd18:28
pragmaticenigmaMr_Cyclops, unless you know what the 6 represents... it's just a value. "Value and Threshold" are the two to pay attention to. Threshold is where the drive considers it self in a failure. The higher the "Value" the better18:29
pragmaticenigmaI do recall that SMART data isn't persistant, meaning it resets on power cycles. However, if a drive is failing the counters are going to drop very quickly if there is an issue.18:30
Mr_Cyclopspragmaticenigma, I see so the "Value" is 6 and "Threshold" is 018:31
Mr_Cyclopsso when the value is 0, thats when I consider a failure most likely, correct?18:32
pragmaticenigmaMr_Cyclops, no... value is 099 in your example. threshold was 00018:32
Mr_Cyclopsooooooh, I was looking at the wrong colum18:32
Mr_CyclopsI feel so much better now :) thanks!! pragmaticenigma and SwedeMike18:33
pragmaticenigmaMr_Cyclops, RAW_VALUE is the value extracted from the monitor. It requires a look up table to know what it represents. That's why the columns VALUE, WORST, and THRESHOLD are provided. They are the translation to a more readable readout18:34
Mr_Cyclopssweet!18:35
Mr_Cyclopsso I understood Value and Threshold18:35
Mr_Cyclopswhats the meaning of WORST ?18:35
pragmaticenigmaI believe that in some cases, the monitor may persist that value through a power cycle. WORST is like putting a pin at the worst VALUE seen so far. VALUE can go up and down, WORST only goes down18:38
jeremy31I think gsmartcontrol shows more parameters for SSDs like wear leveling count, it is at 100% for a new drive, if they hit 10% they are usually done18:42
Mr_Cyclopsthanks je18:59
Mr_Cyclopsjeremy31, tx18:59
eelstreborwhen setting the monitor refresh rate with xrandr, does that mean that the monitor runs at that rate all the time (static) or is the refresh dynamic?19:19
eelstreborinteresting that <vblank_mode=0 glxgears> outputs about 9500 fps while <glxgears> shows 120 fps - xrandr shows the max frame rate for this resolution as 120 fps19:23
pragmaticenigmaeelstrebor, all monitors display at the refresh rate as directed by the signal source. When you see a refresh rate on the specifications, that indicates the maximum refresh rate the monitor's controller can process19:31
pragmaticenigmaeelstrebor, That is to say, dynamic would be an operation of the video card drivers and the value set by a program that currently has precedence to set a value19:32
=== Ozi is now known as Otzi
=== Otzi is now known as Ozi
gehnis or will one of the newer releases use wayland instead of x11 by default?20:04
gehnand if so, starting at which release?20:04
Apachezeelstrebor: vlank syncs to the hz the monitor operates at20:05
Apachezwith vblank disabled you get the fps of how fast the gpu/cpu can process the stuff20:05
Apachezpersonally I limited my games to monitor hz to keep the cpu as cool as possible20:05
gehnand or how can I tell which one I'm using/running right now?20:05
Apachezno idea to process at 300fps when only 60 fps can be shown20:05
gehnthe information I'm finding on google seems scattered and sometimes conflicting20:05
Apachezgehn: export | grep -i xdg20:06
Apachezdeclare -x XDG_SESSION_TYPE="x11"20:06
Apachezif its wayland it will say20:06
Apachezdeclare -x XDG_SESSION_TYPE="wayland"20:06
gehnok, yup thanks20:07
gehnso I'm on 18.04 and it says x1120:07
gehnbut I'm reading things suggesting that wayland is default on 18.0420:07
gehnhttps://linuxconfig.org/how-to-disable-wayland-and-enable-xorg-display-server-on-ubuntu-18-04-bionic-beaver-linux "The default Ubuntu 18.04 Bionic Beaver installation comes with Wayland enabled."20:07
gehnmaybe I'm not on wayland because I am technically on xubuntu?20:08
Apachez300 frames in 5.0 seconds = 59.945 FPS20:08
Apachez24715 frames in 5.0 seconds = 4942.875 FPS20:08
Apachezthe above with intel hd5000 gpu20:08
daxgehn: Wayland was default for Ubuntu (as in, the GNOME-based thing; flavors made their own decisions) 17.10. I think 18.04 went back to Xorg by default, and current Ubuntu is still Xorg too.20:10
pragmaticenigmagehn, there is only one source of truth for Ubuntu defaults, and that is information that is found on the Ubuntu.com domains20:10
pragmaticenigmagehn, https://wiki.ubuntu.com/BionicBeaver/ReleaseNotes20:11
pragmaticenigmagehn, According to that site: "X is the default display server. Wayland is provided as a Technical Preview and is expected to be the default display server in 20.04 LTS. To try it out, just choose Ubuntu on Wayland from the cog on the log in screen. X.org logs may now be found at ~/.local/share/xorg "20:12
daxi believe "expected to be the default display server in 20.04 LTS" isn't necessarily accurate now (though it was the expectation at the time)20:12
Apachezdax: arent you confusing it with unity?20:12
Apachezthat went away in 17.somethng replaced by x11 and gnome20:12
gehnis there a way to know officially if wayland will be default on 20.04 or is that still not yet announced/official?20:13
daxApachez: 17.10 used Unity (which was based on GNOME) with Wayland by default. 18.04 used GNOME on Xorg.20:13
Apachezyou can select wayland in the loginprompt, click on that configwheel to select windowmanager20:13
Apachezwayland seems to be about 5% slower and still have oddities20:13
Apachezlike stuttering every now and then and stuff like that where running gnome in 19.10 under x11 (default) is smoother20:14
gehnbasically what I wanna know is will I need to port my xlib apps to wayland if I want them to run "out of the box" on upcoming ubuntu versions?20:14
Apachezeven if glxgears shouldnt be used for benchmarking that gives about 57fps with vblank20:14
Apachezwith wayland20:14
CodeLyokoIs there anyway to make Chromium Snap to not ask everytime i try and open a file, It's very annoying.20:14
Apachezwhile x11 gives 59.945 on a 60hz monitor20:14
ApachezCodeLyoko: you can use the non snap edition? :P20:15
daxgehn: I don't think it's been officially decided yet, but if I had to bet one way or another, I'd say it won't be default. There's always XWayland, anyway.20:15
gehnlike, can I still run apps written for or compiled against x11/xorg/xlib if I'm running wayland?20:15
Apachezgehn: canonical have changed stuff previously20:15
Apachezlike unity was invented to be replacement of gnome etc20:15
gehnyeah wasn't unity abandoned?20:15
Apachezand then canonical throw that under the bus with the 17.something release where they switched back to gnome and halted unity development20:15
gehnor at least ubuntu stopped using it as the default, right?20:16
Apachezso for the moment it looks sane to make sure that your gui stuff supports both x11 and wayland20:16
gehntoo bad the new GNOME is a trash fire20:16
gehnas bad as it was, I liked Unity better20:16
Apachezwayland also have a backport api named xwayland for x11 apps that didnt fully switch to wayland20:16
Apachezalso not only ubuntu is into the wayland world20:16
CodeLyokoApachez: Unfortunatly, I dont think Chromium is going to be avalible on the repos anymore, only as a snap20:16
Apachezso coding something new today I would either do against QT or GTK or take both x11 and wayland into account20:17
pragmaticenigmagehn, For Ubuntu development related questions, you should be asking things in the mailing list or you can try in #ubuntu-dev20:17
gehnare other distros going Wayland or likely to do so?20:19
pragmaticenigmagehn, Fedora20:19
gehnlike is Wayland likely to be replacing X.org in many/most cases soon?20:20
Apachezisnt archlinux into that aswell?20:20
gehnsounds like something Arch would do for sure :P20:20
Apachezdunno about replacement20:20
ApachezI think they will coexist20:20
gehnwell, even if not *replace* but, you know, probably end up being the default for most users20:20
Apachezits like fluxbox, openbox, lxce or whatever they are called still exists even with kde and gnome on the market20:20
pragmaticenigmagehn, wayland is not a replacement, both have strengths and weaknesses and like all things in the GNU/Linux eco-system it will about user choice20:20
gehnsure, but default Ubuntu is going to come with something20:21
gehnyour average user won't know what it is or probably care to change it20:21
gehnthat's the user group I'm targeting20:21
Apachezpragmaticenigma: technically its a replacement, you cant run both in the same session - its either one of them20:21
gehnso, that's the user experience I'm concerned with20:21
gehnI understand about user choice20:21
Apachezbut in short, wayland is more "modern" with fewer interconnections20:21
Apachezwhich should mena better performance20:21
pragmaticenigmagehn, This channel is operated by Volunteers, and the what path Ubuntu is taking (if the past is anything to go by) subject to change20:21
Apachezbut today the performance is still lagging about 5% or so behind xorg20:22
gehnbut there's also the decision of the distribution creators/providers about what comes as default20:22
gehnlike default Ubuntu is not KDE based, it's GNOME based, and yes you can get kubuntu, but the default is GNOME for users who don't know any better20:22
pragmaticenigmaApachez, That isn't true... they can both run simlutaniously... only one will have control over the display20:22
gehnI'm just looking for editorialized opinions on the market direction20:23
pragmaticenigmagehn, There is no such thing as GNOME or KDE based.... they are desktop environments... both Ubuntu and Kubuntu have the same under the hood engines20:23
gehnlike do you guys think "Wayland is the future" (whether we like it or not)?20:23
gehnpragmaticenigma, uh, wut?20:23
pragmaticenigmagehn, Polls and opinions are not a topic for this channel. Please ask in #ubuntu-offtopic20:23
=== Hoosilon_ is now known as Hoosilon
gehnpragmaticenigma, are you saying that if a new user, who knows nothing better, downloads the standard Ubuntu distro from ubuntu.com is not going to get GNOME? they're going to get KDE?20:24
CodeLyokogehn: he is saying they both run on either X or Wayland20:24
gehnthere's such a thing as GNOME based, it's the default vanilla ubuntu distro20:24
pragmaticenigmagehn, Gnome and KDE are desktop environments... a method and interface to display information. They are not the base of the OS... just an interface that can switched at any time20:24
gehnthere's such a thing as KDE based, it's kubuntu20:24
CodeLyokoIt's not really "based" more like, Ubuntu with a different coat of paint20:25
gehnwell sure whatever20:25
CodeLyokoUnderneath, It still just Ubuntu20:25
gehnwhat would you rather I call it then?20:25
gehnI know that20:25
pragmaticenigmagehn, I've said it several times what to call it... THey're known as desktop environments20:25
gehnoh come on20:26
gehnhow do I notate the fact that the default ubuntu distro ships with and runs the GNOME DESKTOP ENVIRONMENT20:26
gehnas opposed to KDE20:26
CodeLyokoKubuntu is Ubuntu with the KDE DE, the standard one is Ubuntu with a GNOME DE20:26
gehn"GNOME based" seems perfectly reasonable to me as a non-formal-language natural english language way to say it20:26
pragmaticenigmagehn, I sent you a link earlier where that information is held: you look at the release notes and documentation for the release: https://wiki.ubuntu.com/BionicBeaver/ReleaseNotes20:27
gehn"gnome based" is like a million times easier to type than "ubuntu with a gnome de"20:27
gehnno one is saying that DE = kernel20:27
CodeLyokoyeah but saying GNOME based or KDE based makes it seem like you couldnt run either or without GNOME or KDE, and thats not the case20:28
gehnI don't think it has to make any such implication20:28
gehnit's a shorthand way of expressing a simple concept, but whatever, nerds gonna nerd20:28
eippw1CodeLyoko, you can run any desktop environment.20:28
CodeLyokoeippw1: I know, I currently have GNOME and Cinnamone installed20:29
CodeLyokoI was just trying to say that thats the point that pragmaticenigma was making20:30
eippw1CodeLyoko, got it.20:30
gehnis Cinnamon yet another competitor/alternative in the Wayland/X.org sense?20:38
gehnI've heard of Cinnamon but haven't really look at it yet20:38
gehndoesn't Mint use Cinnamon?20:38
johnjayis there a way to force ubuntu sound setting to keep my TV selected, even when it turns off?20:41
johnjayit keeps switching to headphones which aren't on for some reason20:41
pragmaticenigmagehn, Cinnamon is a fork of the Gnome Desktop version 2.x series. "Mint" is the brand of a financial services company.20:46
CodeLyokopragmaticenigma: I think he was talking about Linux Mint20:47
gehnpragmaticenigma, are you just unable to comprehend english?20:47
CodeLyokohttps://linuxmint.com/20:48
gehnpragmaticenigma, or are you purposefully trolling?20:48
pragmaticenigmagehn, No one is trolling here, context and accuracy is important20:48
gehncontext is a linux distro called Ubuntu20:48
CodeLyokogehn: also yes, Cinnamon is made by the people who dev Linux Mint, its the default DE for Mint20:49
gehnCodeLyoko, right ok thanks20:49
solsTiCehi. in 19.10, with chromium, my history is empty. Does anyone know why ? Is it related to my settngs in chrome or other google product where I have disabled hitory or is it a bug with the new snap package ?21:09
jeremy31The Cinnamon DE can be installed in Ubuntu 16.04/18.04 through the repos21:13
CodeLyokoCinnamon is avavlible on most distros, almost every one i've used have had cinnamon in the repos21:19
gehnI tried Mint a long time ago, at the time I heard other distros had problems with Cinnamon21:22
gehnfwiw it looks like Cinnamon has no plans to ever to move to Wayland21:22
gehnwhich is... interesting21:22
gehnno plans to ever even provide a wayland version that is21:23
gehntoo bad, I like the idea of Cinnamon because I really hate what the new GNOME did21:23
Aktivewhy does canonical live patch require an acount ?21:30
Aktive*account21:30
Aktive@gehn what did you hate that Gnome did?21:33
s3nd1v0g1usim still having issues with ubuntu logging me out for no reason...21:58
s3nd1v0g1usi can log back in no problem...21:58
s3nd1v0g1usbut its seemingly persistent, although sporadic21:58
s3nd1v0g1uswhere can i access the log necessarily to see what might have occured?21:59
s3nd1v0g1uswould the log record an event like that?21:59
s3nd1v0g1usthis most recent event was preceded by my trying to use ctrl-left click to open a link through weechat/irc.22:01
s3nd1v0g1usnot that that is typical. thats only what preceded this particular event.22:01
s3nd1v0g1usthis did not occur before the upgrade to 19.10.22:02
jeremy31s3nd1v0g1us: the logs are in /var/log/  it might be in the Xorg or kernel logs22:04
s3nd1v0g1usill check there22:06
s3nd1v0g1usNov 10 15:49:44 yugg0th kernel: [ 9043.301339] oom-kill:constraint=CONSTRAINT_NONE,nodemask=(null),cpuset=/,mems_allowed=0,global_oom,task_memcg=/user.slice/user-1000.slice/session-c2.scope,task=python2,pid=9510,uid=022:08
s3nd1v0g1usNov 10 15:49:44 yugg0th kernel: [ 9043.301351] Out of memory: Killed process 9510 (python2) total-vm:4628116kB, anon-rss:4423060kB, file-rss:4kB, shmem-rss:0kB22:08
s3nd1v0g1usNov 10 15:49:44 yugg0th kernel: [ 9043.417372] oom_reaper: reaped process 9510 (python2), now anon-rss:0kB, file-rss:0kB, shmem-rss:0kB22:08
s3nd1v0g1usy22:08
s3nd1v0g1usthats part of what i can see22:08
s3nd1v0g1ussomething happened22:08
s3nd1v0g1ushttps://0bin.net/paste/2saB745kvZu3koJu#Q-liM3EW3CNdtyh9ANFxCkRZkGQv9IlKC4NxnFHQaWH22:12
s3nd1v0g1ushttps://0bin.net/paste/-mLT2OzLTZRtd9ZF#CMpMwnm8z19x83Zq+AYX-jJ1FWer8vyeO4DP+KouL4b22:14
s3nd1v0g1usthose are the kernal and Xorg logs22:16
s3nd1v0g1uskernel22:16
s3nd1v0g1usi had thought that since it hadnt occurred again since i updated after the 19.10 upgrade, that all was ok. then it happened again.22:19
gehnhow do I ppa-purge on an apt repo like "http://apt.postgresql.org/pub/repos/apt/"22:39
gehnhttps://itsfoss.com/how-to-remove-or-delete-ppas-quick-tip/ says sudo ppa-purge ppa-url22:39
raidghosthttps://imgur.com/a/bA30yaB22:39
gehnbut doesn't give an indication of what URL is supposed to look like22:39
gehnor does that not work because this is technically not a "PPA"22:40
gehnI mean it's just another sources.list file in the end22:40
CodeLyokogehn: perhaps it means something like ppa:teward/znc is a ppa-url?22:42
gehnCodeLyoko, yes that form of URL works, but only for "standard" PPAs like things from launchpad.net22:42
gehnfor example sudo ppa-purge https://apt.kitware.com/ubuntu just errors out with that it can't figure out the PPA22:43
gehnWarning:  Could not find package list for PPA: https://apt.kitware.com ubuntu22:44
=== Siddart is now known as siddart
gehnlike from the https://apt.kitware.com/ page it has install instructions such as22:47
gehnsudo apt-add-repository 'deb https://apt.kitware.com/ubuntu/ bionic main'22:47
gehnso how would I ppa-purge that?22:47
pragmaticenigmagehn: I believe the answer is "sudo ppa-purge -s apt.kitware.com"23:10
koahi , my root partition is only 8gb and i have 40gb free space and i want to add the 40gb to 8gb , https://ibb.co/mNfWkTr , any help please23:19
EriC^^koa: you could make the 40gb as a home partition23:21
fructosekoa: Have you tried gparted?23:22
koaEriC^^: home partition is fine23:22
koafructose: what you mean23:22
fructosekoa: https://gparted.org/23:22
fructosekoa: sudo apt install gparted23:23
koafructose: installed , then ?23:23
EriC^^koa: alternatively, you could use gparted from a live usb, and move the 8gb one to the start of the free space , delete the swap, then expand it and recreate the swap23:24
fructosekoa: Run it. It runs a GUI.23:24
EriC^^koa: this is a guide on the home partitioning in case you decide to go that route https://help.ubuntu.com/community/Partitioning/Home/Moving23:24
bpromptkoa:  pardon my curiosity, the HDD is a 128Gbs one, SSD I assume, why make it GPT?23:25
oerhekskoa never mentioned GPT ...23:26
bpromptoerheks:  is in the picture23:26
oerheksbut that disk layout is a mess, 2 places with free space23:26
koabprompt: im using both hdd and sdd23:26
koabprompt: i used hdd for home and ssd for root and swap area23:26
koahttps://imgur.com/7kQCIOl23:26
bpromptkoa:  btw, you don't need to install Gparted, that's where the screenshots are from =)23:28
compdocYou should probably boot gparted, delete the 2G swap partition, move the 8.5G patition to the end of the ntfs partition, and then grow the part. to fill the free space, and add a swap part at the end, or use a swap file instead23:28
oerheksmaybe just drag the swap to the left..23:29
bpromptkoa:  as suggested above, just delete the partitions between the ext4 and the free space and then merge them, mind you that, Gparted can take a while, or used to, since it does some data integrity process which makes it longer, whilst an fresh installation on an SSD can run around a 10minutes flat, you'd just need to backup your $HOME to put it back, and reinstall packages23:32
=== zenguy is now known as coffeeguy

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