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

Gallomimiaraid5dumb, i'm at some loss as to explain how things were at the start of your dilemma. how did you start with a raid5 having only two disks? did one fail?00:17
Gallomimiaand now i have to copy a bootable drive to a logical volume. any advice?00:29
Gallomimiasomeone suggested i use rsync. what options would i use for that00:30
donofrioanyone know why firefox on 19.04 is unable to work with google on duo like it has on two on my windows 10 desktops?00:33
donofrioit's unable to sync00:33
donofrioI just installed on this notebook00:34
donofrioClient: HexChat 2.14.2 • OS: Ubuntu "disco" 19.04 • CPU: Intel(R) Pentium(R) CPU B960 @ 2.20GHz (798MHz) • Memory: Physical: 3.6 GiB Total (2.8 GiB Free) Swap: 2.0 GiB Total (2.0 GiB Free) • Storage: 33.0 GB / 486.6 GB (453.6 GB Free) • VGA: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller @ Intel Corporation 2nd Generation Core Processor Family DRAM Control00:34
donofrioler • Uptime: 9m 21s00:34
donofriofirefox is unable to sync says "invalid two factor code" but I know it's right00:36
sarnoldGallomimia: rsync -avzP is nice if you're going over a network; leave off the -z if it's between two local disks00:37
Gallomimiathanks sarnold. ever done that for a /boot/EFI partition?00:37
Gallomimiabeen trying to do this for days. can't seem to find a clear-headed moment for it00:38
sarnoldGallomimia: no; that's FAT, right? all files, nothing fancy?00:38
Gallomimiauh, yeah00:38
Gallomimiapretty sure00:38
sarnoldpart of -a is user, group, and mode; I wonder how rsync will take that00:38
sarnoldit might continue on silently, might give warnings, or might die loudly :)00:39
Gallomimiapretty sure it just ignores things in a fat partition00:39
Sven_vBhow can I ask systemd why a certain unit is running?00:41
sarnoldsystemctl list-dependencies can probably show you the Wants, somehow, but .. man.00:45
donofrioanyone found a vmware intelligent hub (MDM agent) for ubuntu 19.04 yet?00:46
tomreynGallomimia: if you place your ESP on LVM your firmware will most likely fail to detect / read it. in the unlikely case that the mainboard firmware will not fail to read it, but then attaempt to write to it, it'll cause data corruption due to the LVM layer.00:48
Gallomimiawhat's an ESP?00:48
tomreynefi system partition, what /boot/EFI usually points to00:49
Gallomimiaanyway, no. that and /boot are located outside my containers00:49
sarnolddonofrio: is open-vm-tools the thing you're looking for?00:49
tomreynGallomimia: then you must have been discussing something else when you said <Gallomimia> and now i have to copy a bootable drive to a logical volume. any advice?00:50
tomreynGallomimia: but thats fine then ;)00:50
Gallomimiathe, root FS and the EFI and boot. gotta copy them all to the existing setup. i have predefined partitions for boot and efi00:50
tomreynalright. boot could actually be on lvm.00:52
sarnoldSven_vB: < sarnold> systemctl list-dependencies can probably show you the Wants, somehow, but .. man.00:53
Sven_vBsarnold, thanks!00:53
Gallomimiaoh yeah? i uh... don't really know the difference between them.00:53
Gallomimiai had this set up working before. but current installers don't support the nested containers. regression of features does not sit well with me :(00:53
sarnoldSven_vB: systemctl cat can show you what's in the files, but I don't think it'll show you anything with the wants.d/ directories ..00:53
tomreynGallomimia: ESP is where the UEFI mainboard firmware loads the bootloader (usually grub) from. /boot is where grub loads the initrd and kernel from.00:54
tomreynthere are grub modules which add support for lvm and other storage mechanisms such as md raid, luks100:56
Gallomimiai am using all 3 of those. nested00:57
Gallomimiais there some deadly reason i need to encrypt /boot ??00:57
tomreynif evil maid attacks are part of your scenario, those would be why.00:58
Gallomimiayou mean, someone poisoning my boot kernel?00:59
tomreynfirmware, boot loader, initrd or kernel image, yes01:00
Gallomimiai.... suppose they could do it to the EFI partition or the boot partition01:00
tomreynthe first part is what uefi secure boot could potentially safeguard against, the boot partition could be luks encrypted, decrypted by grub01:02
tomreynbut as you can tell this can easily get complex01:02
Sven_vBsarnold, list-dependencies just shows the trivial ones, no hints about why it delays the stopping.01:03
sarnold"delays the stopping"?01:04
sarnoldwhat problem are you *actually* trying to solve? :)01:04
Gallomimiait's already quite complex.. the last time i had it fully set up, the GUI for the passphrase input was totally borked.01:04
Gallomimiabut this brings me to a third problem i seem to be having. i usually catch a view of some error message saying secure boot is not signed by a trusted key. what's up with that?01:05
tomreynGallomimia: i doubt this is the exact message. the message is more likely telling you that something that's being loaded is not signed with a key that secure boot considers trusted.01:06
Sven_vBthe closes thing seems to be sudo systemctl show bluetooth.target | grep WantedBy, so I'll try that01:09
Sven_vBhowever, that one becomes empty instantly when I unplug the antenna01:10
Sven_vBprobably that's why systemd reports "bluetooth.target: Unit not needed anymore. Stopping."01:11
sarnoldSven_vB: oh! that's better indeed :)01:11
=== thewaspsknees1 is now known as thewaspsknees
donofriosarnold, no but looks promising https://docs.vmware.com/en/VMware-Workspace-ONE-UEM/1905/Linux-Device-Management/GUID-91D4F55D-E4C3-41D3-BB79-56BB24C1CC41.html01:14
sarnolddonofrio: cripes. so many different tools..01:15
sarnolddonofrio: good luck sorting them all out ;)01:15
donofrioyepper01:19
Sven_vBthe BindsTo= option might be a way to ensure BT.svc won't run w/o BT.tgt, "it declares that if the unit bound to is stopped, this unit will be stopped too."01:21
=== zbenjamin is now known as Guest78466
=== zbenjamin_ is now known as zbenjamin
Sven_vBnope, it just gives systemd a reason to keep bluetooth.target alive. =)01:39
Sven_vBI'll try PartOf=01:43
Sven_vByes, finally! that's it. printf '%s\n' '[Unit]' 'PartOf=bluetooth.target' >/etc/systemd/system/bluetooth.service.d/10-stop-asap-when-not-needed.conf && systemctl reenable bluetooth.service01:55
=== deathonater is now known as Smeef
snadgeso i upgraded to a ryzen 3700X, and now i can't boot into 19.04, because of systemd XD02:30
snadgeI can boot into 18.04.2 lts.. is there some kind of beta systemd I can update to?02:30
snadgethat i can install chrooted from 18.0402:30
snadgenever mind guys.. always first02:33
snadgegoogle02:33
snadgehttps://bugs.launchpad.net/ubuntu/+source/systemd/+bug/183580902:33
ubottuLaunchpad bug 1835809 in systemd (Ubuntu Eoan) "AMD Ryzen 3000 series fails to boot" [High,In progress]02:33
snadgecan this get pushed into proposed or something?02:33
Bashing-omsnadge: AMD is putting out the fix: https://www.phoronix.com/scan.php?page=news_item&px=AMD-Releases-Linux-Zen2-Fix02:34
snadgeok so just use 18.04 until my vendor releases an updated bios02:34
snadgeor install that patch if im super impatient02:35
leonardusHow can I double-check that my wireless interface is in monitor mode?02:35
magic_ninjais there any kind of system restore type programs in the ubuntu ecosystem?02:38
Bashing-om!backups | magic_ninja02:39
ubottumagic_ninja: There are many ways to back your system up. Here's a few: https://help.ubuntu.com/community/BackupYourSystem , https://help.ubuntu.com/community/DuplicityBackupHowto , https://wiki.ubuntu.com/HomeUserBackup , https://help.ubuntu.com/community/MondoMindi - See also !sbackup, !borg, and !cloning02:39
=== [b0b] is now known as b0b
magic_ninjaSo much saying so little.02:45
magic_ninjaThat gives an entry point, though.02:46
magic_ninjaLooks like grsync is what I want. I just want to back up the system configuration periodically.02:47
Bashing-ommagic_ninja: Everyone has a different use case - but why back up anything other than personal files and data ? as system files are in the install medium and only takes 20 minutes to reinstall the system and restore personal files.02:51
magic_ninjaI have other backup means in place for important personal files.02:56
magic_ninjaI was just feeling like it would be faster to restore a system configuration backup rather than reinstall and have it back to working and set up how I want.02:57
magic_ninjaI do have a separate home partition set up already.02:57
deltabsystem configuration can have all sorts of things you want to keep02:58
bobdobbsHi all. I'03:00
deltabhostnames, ssh keys, network passwords, key bindings, colour schemes, user ids, etc.03:00
magic_ninja^^03:00
magic_ninjafstab03:00
bobdobbsI'm trying to start ardour5. It's installed from ubuntu 18.04's default repos. When I try to start it I get this: https://paste.ubuntu.com/p/zFBsbMdz33/03:01
bobdobbsI think the significant line is "Color shuttle bg not found". If I google that error a number of results come up that are related to Ardour and gtk. But there seem to be a range of solutions to this error, going back to 2013.03:02
bobdobbsI'm simply not sure where to start. I don't really know anythign about gtk03:02
b4udv8is Gnome w/ Evolution available on 19.04?03:02
Bashing-om!info evolution disco | b4udv803:06
ubottub4udv8: evolution (source: evolution): groupware suite with mail client and organizer. In component universe, is optional. Version 3.32.1-2 (disco), package size 263 kB, installed size 418 kB03:06
Gallomimiatip: don't search for "evolution" on google expecting to find this software.03:07
b4udv8thanxubottu03:12
deltabsearch for  evolution email  or the like03:14
nikolamI have 2 LAN interfaces with fixed IPs and 2 Wireless interfaces, one on USB, one on PCI. Only PCI Wireless card comes up and get DHCP address, after cominug up from standby04:56
nikolamenp3s0 and enp4s0 does not get their fixed IPs (Xubuntu 18.10) upon coming form standby04:57
nikolamIt's ASUS P5W DH Deluxe with two gigabit LAn on board 2X (Marvell Technology Group Ltd. 88E8053 PCI-E Gigabit Ethernet Controller (rev 20))04:59
Gallomimiai think i am finally doing it. rsync is doing its thing. i mounted the various root and boot and efi partitions into /target and /source05:00
Gallomimiaoh it might be awhile. in the mean time can someone remind me the command to mount certain special filesystems prior to doing a chroot so i can update grub?05:01
nanozhow to delete software in ubuntu?05:10
magic_ninjananoz, use synaptic05:10
magic_ninjananoz, get the package name you want to remove, and uninstall it05:11
nanozvia terminal?05:11
magic_ninjaYou can also use the terminal. apt search <package>05:11
magic_ninjasudo apt remove <package>05:11
mdemoAnybody know if any of the various todo lists / wikis / kanban packages let you define a task that needs to recur X number of days after you last did it? Example would be mowing the lawn. Most recurring todos I've seen don't recur that way.05:12
wylelSo are you wanting it to go out 10 days even if you complete it late? or every 10 days? mdemo05:13
mdemoyeah, like that. next mow should always be 10 days out even if current mow was late05:14
wylelGotcha, so you set 10 days from now, but in 12 days is when you click complete, so you then want the next mow to be 10 days from that day automatically?05:15
mdemothat'd be nice, the todo lists I've looked at don't seem to work that way with scheduled tasks05:16
mdemobut right now I'm using tiddlywiki so I have no recurring tasks at all05:18
wylelYeah I honestly dont think I have ever seen that, im looking though some ive used before to see05:18
=== CodeLyoko is now known as XANA
=== XANA is now known as CodeLyoko
malvwhat sort of apps does ubuntu have for transgender pan-sexual people?06:01
Gallomimiaany app they choose.06:01
malvwill ubuntu change their background for lgbt pride month?06:02
Gallomimiaim going to say that's probably off-topic for a support channel06:03
malvoooo... looks like someone is on it: https://bugs.launchpad.net/ubuntu/+source/ubuntu-wallpapers/+bug/183137506:03
ubottuLaunchpad bug 1831375 in ubuntu-wallpapers (Ubuntu) "Pride Month themed Wallpaper for Ubuntu" [Undecided,Confirmed]06:03
psprint_Hello. In which package is the /bin/column or /usr/bin/column tool?07:30
EriC^psprint_: bsdmainutils07:33
psprint_EriC^: thanks!07:33
EriC^no problem07:33
blackflowEriC^: no problems, welcome to my ignore list.07:43
EriC^blackflow: i dont care what you do as long you refrain from messaging me07:44
EriC^there's 1161 other people you can fight with here, i'm sure you'll keep entertained07:44
blackflowBut you still keep going, noob.07:45
blackflowBye.  /ignore'd07:45
BovineWalrusVampI'm running ClipGrab from latest appimage (3.8.3) on Ubuntu 19.04. Whenever I paste a link into ClipGrab to download, it says: "Please wait while ClipGrab is loading info about the video." It won't go any further than that message. Anyone else have the same issue on 19.04? Any suggestions on how to fix?07:50
adol-christinI am good i fixed all (:07:51
basalti cannot see the "VPN Connection" in the top right menu on 19.04 with ubuntu desktop, any hints?08:18
=== morphis9 is now known as morphis
Bob-Obotomreyn: Hi, finally back online now able to focus on this issue, are you available to assist?09:07
ckopnWhen I wake up my laptop, It loses soundcard, and shows only bluetooth headphones in output dropdown list. How to fix it?09:13
aurolacusing 19.04 and firefox 68.0, i dont want firefox to switch to new tab when i open it in the background10:06
aurolaccan't seem to change the behaviour, anyone any tips?10:06
blackflowaurolac: there's a checkbox for that in Preferences :: General :: Tabs10:07
aurolaci have that unchecked10:07
aurolacdidnt resolve issue10:07
aurolacthinking maybe a re-install at this stage :/10:08
blackflowaurolac: Works for me, "Open Link in New Tab" context menu when I right click on a link, or when I use middle click.10:08
aurolacand it doesnt switch window to new tab?10:09
blackflownope10:09
aurolac:/10:09
blackflowaurolac: is your FF from snaps?10:10
aurolacnope10:10
blackflowmine neither.10:10
aurolacits odd, as i re-installed 19.04 yesterday and was never an issue before10:11
blackflowaurolac: with fresh new profile?10:11
aurolacbrand new install10:12
aurolacfirefox updated  a la apt10:12
aurolaclatest one10:12
aurolacthx anyways, i'll try re-installing10:15
aurolacim out10:15
Youboontwohello11:21
YouboontwoI have a weird problem with apt11:21
YouboontwoI can't install winehq-devel11:21
Youboontwoit says The following packages have unmet dependencies:11:21
Youboontwo winehq-devel : Depends: wine-devel (= 4.12.1~bionic)11:21
BluesKajHey folks11:22
tomreynhi Youboontwo. there's no package winehq-devel in ubuntu11:22
Youboontwotomreyn: well, I've installed their repo11:22
Youboontwodl.winehq.org//wine-builds/ubuntu11:23
tomreynYouboontwo: so when something with a 3rd party repository is not working. you should contact their support.11:23
gamesterHow do I apt search for something with a + in its name. It seems to be finding just about everything. If I do "apt install libc++" it'll try to install a whole crapload11:24
gamester"Note, selecting 'libcgicc-doc' for regex 'libc+"11:24
gamesterquotes do not work11:25
blackflowgamester: \+  ?11:25
gamesterblackflow: no, doesn't seem to help. Seems to do the same thing.11:26
blackflowput it in quotes11:26
blackflowapt search '\+'11:26
gamesterHere's what I'm now trying: sudo apt install "libc\+\+"    ->     Regex compilation error - Trailing backslash11:27
blackflowgamester: you said "apt search" not "apt install", the latter doesn't require escaping11:28
blackflowgamester: apt install libc++<tab><tab>11:29
gamesterah okay got it11:29
gamesterthanks11:29
Youboontwotomreyn: okay, wine-devel is ubuntu's package, right?11:31
YouboontwoThe following packages have unmet dependencies: wine-devel : Depends: wine-devel-amd64 (= 4.12.1~bionic) but it is not going to be installed           Depends: wine-devel-i386 (= 4.12.1~bionic) E: Unable to correct problems, you have held broken packages.11:31
tomreynYouboontwo: there's wine-development in ubuntu 18.0411:32
rud0lfYouboontwo: anything else than wine-stable is difficult to install on ubuntu 18.0411:33
rud0lfand later11:33
Youboontwothanks, that worked11:35
Youboontwo1kb/sec, oh wtf11:44
Youboontwo2h to install wine...11:44
WereCatfSo, it seems a lot of apps in Ubuntu are now these idiotic Snap-packages and that's causing me one issue that bothers me: any Qt-based apps provided as snap-packages look horribly out-of-place due to not using a similar theme as the GTK-apps. I did try Googling around, yes, but I haven't (yet) found any fix that works, so does anyone here know how to make Snap-based Qt-apps themed nicely to go with the11:44
WereCatfGNOME-desktop?11:44
=== mwsb2 is now known as mwsb29773639-927
=== mwsb29773639-927 is now known as mwsb
tomreynWereCatf: what you said was cut off after "... themed nicely to go with the"11:47
tomreynactually, ignore me ;)11:47
WereCatfRead it too quickly, eh? Happens to me all the time.11:48
tomreynWereCatf: for several snap packages, there are apt alternatives11:48
tomreynyes i did, sorry11:48
LittleMansonhi11:51
lotuspsychjewelcome LittleManson11:51
=== makavelli130 is now known as Machiavelli
LittleMansoni'm new guy to irssi, could everybody help me with me? a problem about ubuntu11:54
TomyLoboLittleManson, 1. surely not *every*body and 2. not unless you state your problem11:56
TomyLobocommon courtesy is not to make us ask you to state your problem11:57
TomyLoboalso, this isn't just "irssi". your client is irssi, connecting to the #ubuntu channel on an IRC network called freenode.11:58
WereCatfWelp, it seems the issue with snap-packages having broken theming has been around since 2016 in Ubuntu's bug-tracker and there's still no fix for it12:17
WereCatfOne more reason to hate the whole stupid thing, in my book12:18
TomyLobowhat do you mean by "theming"?12:18
TomyLobooh gtk themes12:19
lotuspsychjeWereCatf: snaps are created by their maintainers, nothing to do with ubuntu12:19
TomyLoboif snap ever goes away, it's going to be replaced by flatpack12:19
TomyLobowhich shares that problem12:21
WereCatflotuspsychje: Actually, it does. Themes not being applied to apps distributed as Snap-packages, yet Ubuntu nowadays insisting on distributing so many apps as Snap-packages definitely is Ubuntu's problem12:22
lotuspsychjeWereCatf: feel free to discuss that in #ubuntu-discuss12:22
WereCatfNo point in discussing it, since the bug-tracker has already had an issue open for it for years with no fix in development.12:23
lotuspsychjeWereCatf: this channel is only for ubuntu support questions12:23
TomyLobowait, which ubuntu-shipped applications are being distributed as snaps?12:23
TomyLoboi'm not aware of any12:24
WereCatfVLC is, by default, installed as Snap, for example12:24
TomyLobowhat do you mean by default12:24
WereCatfIt is available as a regular package, but you have to install it manually12:24
ikoniais the snap made by ubuntu or by a 3rd party12:24
WereCatfBy default I mean by default12:24
TomyLobowhat do you mean? is it installed by default?12:25
ikoniaso if you do apt install vlc it defaults to a snap ?12:25
WereCatfYes12:25
ikoniavlc isn't installed in a default install from what I can see12:25
vijuHow do I turn off keyring authentication popup? I get this every time I look for some application.12:25
WereCatfAnyways, I'm off, since I got my answer.12:25
ikoniayou haven't answered any of the questions though12:26
WereCatfikonia: no, snap isn't a replacement for apt and you can't install snap-packages by calling apt12:26
ikoniadoesn't look like VLC is part of the default insall, so not sure why you think it's default, is the snap made by ubuntu or a 3rd party12:26
ikoniaWereCatf: right, so if you apt install vlc - it won't install a snap12:26
ikoniaso it's not "default"12:26
TomyLoboso let's get an ubuntu 18.04 lts image and install it in a VM to see which snaps - if any - are installed by default.12:27
lotuspsychjeTomyLobo: there are, like gnome-calculator12:27
TomyLobowell i use gnome-calculator12:28
lotuspsychjeTomyLobo: and gnome-logs and some other base ubuntu packages12:28
TomyLoboi dont*12:28
TomyLoboin fact i use kubuntu12:28
MalgorathHey all, need some advice or help maybe.  I just moved my SSD from my old laptop that is to slow to a newer i5 box and when I boot of course the graphics are borked but not sure how to 'fix' it, I booted into a livecd right now12:45
MalgorathI can reinstall but I'd want to save all the setting in my /home directories so that I might be able to get all my settings back as I have them now if possible.12:47
vijuHow do I turn off keyring authentication popup? I get this every time I look for some application.12:47
lotuspsychje!nomodeset | Malgorath try this12:47
ubottuMalgorath try this: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter12:47
Malgorathlotuspsychje: I do not get a black screen or corrupted graphics, I get the login terminal prompt instead of it booting into X12:52
TomyLobolotuspsychje, "snap list", for kubuntu at least, says "No snaps are installed yet."12:54
TomyLoboubuntu is still installing12:54
TomyLobook i'm still installing system updates and vbguest, but what's already annoying is that ubuntu shows an amazon icon in whatever that sidebar thingy is called12:58
tomreyn!details | viju13:02
ubottuviju: Please 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.13:02
TomyLobooh awesome. updates installed, rebooted, now i get a black screen13:03
TomyLobooh nm i know why13:04
TomyLobolacks VRAM13:04
TomyLobolotuspsychje, you were right about regular ubuntu: http://paste.ubuntu.com/p/PH3K7kXw56/13:07
TomyLobothat's annoying as hell13:07
tomreynyou can replace the gnome-[a-z]* packages by apt installations13:08
TomyLoboyes but i shouldn't haveto13:08
tomreynstarting 19.04 you can uninstall all snaps and snapd13:09
tomreyn(not sure for how many releases, though)13:09
tomreyn18.04 flavours also don't depend on snapd13:11
PottyTheShitteryo13:12
BluesKajnice nick :/13:15
blackflowlol13:15
BluesKajblackflow, well, it's the weekend :-)13:16
PottyTheShitterIm on the shitter all day13:19
PottyTheShitteri got drunk last night13:20
lotuspsychje!language | PottyTheShitter13:25
ubottuPottyTheShitter: Please avoid any language that may be considered offensive, including acronyms and obfuscation of such - also see https://wiki.ubuntu.com/IRC/Guidelines || The main channels are English only, for other languages, see https://wiki.ubuntu.com/IRC/ChannelList13:25
OnceMexdotool does not work on 16.0413:25
OnceMexdotool key XF86AudioLowerVolume13:25
TomyLoboxdotool is what keepass uses to do auto-typing13:28
OnceMe?13:28
TomyLoboworks for me on 14.04 and 18.0413:28
TomyLobospecifically the auto-typing13:28
OnceMeIm trying to bind my new logitech mouse for increasement of volume13:28
TomyLobohard to believe it doesn't work on 16.0413:28
OnceMeTomyLobo: what did you type?13:28
TomyLobomaybe it's just that particular key that can't be triggered13:28
OnceMedo you get a notification volume bar when you lower volume?13:29
TomyLobotry another key and see if that works13:29
TomyLobosince your problem is "xdotool does not work on 16.04", let's first establish that that's really the case13:29
TomyLoboor if it's not just a few keys that won't work13:29
OnceMewell I think xdotool actually works13:30
OnceMebut key XF86AudioLowerVolume does not13:30
TomyLoboalso, why xdotool?13:30
TomyLobohttps://unix.stackexchange.com/questions/32206/set-volume-from-terminal13:30
OnceMewhat to use to manipulate volume?13:30
TomyLobothis isn't windows, remember? :)13:30
OnceMehow to bind that to my mouse?13:30
OnceMeI have left and right on my scroller13:31
TomyLobosame way you bind xdotool to it? heck if i know13:31
OnceMehow to increase volume with alsa13:31
TomyLobohttps://unix.stackexchange.com/questions/32206/set-volume-from-terminal13:31
TomyLoboread it13:31
TomyLoboTHEN ask questions13:31
TomyLobonot before having read it13:31
TomyLoboi already took the chore of googling for it yourself off of you13:32
OnceMeI read it and I also saw this before you13:33
OnceMegiving first results from google is not that helpful13:33
OnceMeI clearly said bind key from my mouse to linux so I can increase volume13:33
OnceMethat solution is not working13:33
OnceMeIll figure something out13:35
BluesKajI just use the vol +- KB keys13:45
BluesKajunless you use vlc which doesn't bind to the KB13:48
gavimobilehey folks, i have a script i creatted in /etc/init.d/myscript.sh. i would appreciate some assistance with the runlevel. i am trying to have the script run after network loads.14:23
=== Kartha10 is now known as BusterKeaton
gavimobilealso, i dont need this script to do anything before shutdown14:23
blackflowgavimobile: Write a proper systemd service unit. sysvinit is no longer supported.   and then schedule it After=network-online.target14:24
code2beIs ppa.launchpad.net down ?14:24
code2beI can't do any apt install or even update14:24
code2beEven ping to ppa.launchpad.net is not working from many computer I tried.14:25
ioriacode2be, https://twitter.com/launchpadstatus14:25
code2beOh OK !14:27
OerHekshttp://ppa.launchpad.net/ >>> https://launchpad.net/ubuntu/+ppas14:27
wgrantIt's currently being moved, should be back in a bit.14:28
gavimobileblackflow: could you please send me an article about this?14:30
blackflowgavimobile: You could google for "systemd service unit examples", and also consult the systemd.directives(7) manpage.14:33
OerHekshttps://unix.stackexchange.com/questions/126009/cause-a-script-to-execute-after-networking-has-started --- and the opposite, *before network* .. https://unix.stackexchange.com/questions/229048/how-to-start-a-systemd-service-before-networking-starts14:34
tomreynhttps://www.digitalocean.com/community/tutorials/systemd-essentials-working-with-services-units-and-the-journal looks ok for a generic systemd introduction14:34
OerHeks2 minutes ago .. http://ppa.launchpad.net  and http://bazaar.launchpad.net  are offline for maintenance. Should be back soon.14:35
blackflow... or ask our resident free google Search4U(tm) volunteers.14:35
donofrioblackflow, lol14:36
OerHeksblackflow, if that does not work, i'll bing4you14:36
blackflow:)14:36
bear38Can anyone help me understand the scope of lib* packages? I know that *-dev packages are needed to compile code, so does that mean that the lib* packages strictly only provide libraries that other programs need?14:37
OerHeksthe lib packages are the reuslt of building dev packages14:37
bear38So, from an end user perspective, the lib* packages are meaningless?14:37
OerHeksif they were meaningless, they would not occupy diskspace14:38
bear38OerHeks: Ah, thank you. So, basically, they will never provide and new items in (for example) /usr/bin/, they just provide the precompiled headers and such for other programs to use?14:38
bear38never provide any new*14:38
blackflowbear38: they're mostly for shared .so libs/functions/utilities/code, as more than one program may require it, so that's why they're packaged like that14:38
bear38they would only put stuff in /usr/lib* and other such locations?14:39
blackflowI don't think there's any such guarantee.14:39
bear38blackflow: Thanks, that makes sense.14:39
MadCamelis ppa.launchpad.net down for everyone?14:42
OerHeksMadCamel, jups, it will soon be up, maintenance14:42
* MadCamel facepalms14:42
OerHekshttps://twitter.com/launchpadstatus14:43
MadCamelYeah I see the twitter now. Two hours.. That's no good. Guess I'll have to figure out how to build these machines without apt14:44
MadCamelOdd that there's no mirrors of this system that I can easily find14:45
code2beJust spent 10 minutes to look for, download and install dependencies of graphicsmagick, but got it working at the end.14:45
code2beI'm missing a simple `apt install graphicsmagick` :)14:45
blackflow"two hours" was 9 hours ago tho14:51
MadCamelbeats me. I have a deadline in 2 hours. I've resorted to rsyncing /usr and /var from one machine to another..14:53
MadCameland I now know to locally mirror any ppa debs I may need14:54
jellyis http (not https) broken for PPA right now?15:11
jellyhttps://downforeveryoneorjustme.com/ppa.launchpad.net15:11
jellyah.  I see the channel log, thanks! :-D15:12
OerHeksjelly, indeed15:12
novnshello. are PPAs down for everybody?15:32
novnsapt says  "Could not connect to ppa.launchpad.net:80 (91.189.95.83), connection timed out"15:33
jeremy31novns: https://twitter.com/launchpadstatus15:33
compdocyeah, launchpad.net is stuck15:34
novnsjeremy31, ok, thanks15:34
Bob-OboI have some weird problem with my left-click function (on both mouse, and trackpad button, and trackpad simulated left-click via single tap on the trackpad), seemingly completely randomly not working, and the only way I've been able to figure out how to get it working again (aside from restarting) is by pressing ctrl+alt+f2, and then ctrl+alt+f7. [Using a Dell Latitude E7440 with Ubuntu 19.04, and I do update/upgrade regularly via terminal].15:35
Bob-OboAdvise/suggestions?15:35
TJ-Bob-Obo: that sounds suspiciously like some application/process is grabbing input focus and not releasing it15:39
Bob-OboOk.....15:40
=== kostkon_ is now known as kostkon
henninbusing gpg and trying to import a secret personal key and it will not import into my secret keyring. I have attempted to trust it ultimate. any advise?16:01
tewardhenninb: are you sure you're importing a secret key and not just the pubkey of the secret key/16:04
henninbteward: I am sure it is a secret key. It has a password, but I am never prompted16:06
tewardhow were you attempting to import?16:06
henninbteward: gpg --import private.key16:06
henninbteward: I may have figured it out.  I think I have to import as  follows: gpg --batch --import private.key16:09
henninbnow it shows on my secret keyring.16:09
=== hexo is now known as mekdolan
Bob-OboTJ: so any possible solutions?16:29
lotuspsychjeBob-Obo: compare with 18.04 LTS maybe as a test?16:32
gavimobilethey folks, i have a script which i would like to start when the system starts after network has been loaded using systemctl. the script works when i run systemctl restart myservice, but i cannot get it to run on its own. here is my units file https://pastebin.com/YR2bHPNi16:36
rfmgavimobile, did you enable it? (systemctl enable myservice.service)16:50
TJ-gavimobile: did you 'enable' your service?16:52
TJ-doh, rfm beat me to it :)16:52
gavimobilerfm: TJ- yes,16:55
gavimobilehere is the output for systemctl status myservice16:56
gavimobilehttps://pastebin.com/AQ07AUHX16:56
TJ-gavimobile: did you confirm the symlink was created as expected? "ls -l /etc/systemd/system/multi-user.target.wants/"16:56
gavimobileTJ-: i dont recall if i saw any output when enabling the service16:57
gavimobileTJ-: how can i fix this?16:57
gavimobileor verify it at least16:57
TJ-gavimobile: also, "sudo" in your script is not needed since it is running as root16:57
gavimobileTJ-: i removed the sudo, but that shoudnt make any difference16:58
TJ-gavimobile: no, as I said, check if the sym-link exists16:59
gavimobileTJ-: where do i check? how can i verify if the link has been created or if it is correct?16:59
OerHeksplaying a sound.. this page may give a clue to play .wav , After=sound.target   https://bbs.archlinux.org/viewtopic.php?id=21375117:00
lakituhi - i'm having trouble running some crontabs on startup, & have tried a few different ways. this is the crontab line: `@reboot /home/myusername/scripts/#irc/renew all` - but when i check with `ps -aux | grep renew` its not running after reboot. do i need to invoke bash?17:02
lakituthe script (renew) has execution permissions, & runs normally from invokation in a console.17:03
MMYStichi, what's the journalctl command to show the log about why a daemon is not started ?17:04
OerHekssystemctl status name.service - systemctl –failed17:06
MMYSticthx17:06
OerHeksjournalctl -b -0 shows messages from the current boot, journalctl -b -1 from the previous boot17:06
gavimobileOerHeks: this post this is exactly what i am trying to do. it isnt clear towards the end of the post what the $D variable is.17:07
MMYSticok thx... but systemctl status name.service doesn't give me clue... is there anything else ?17:07
MMYSticit simply say "exited"17:08
OerHekswhere $D is the sound card device unit. i think that is unnessasary17:09
OerHeksafter=sound.target should have all sound devices loaded17:09
finnhqHello, i just installed Ubuntu 16.04 on my second hard drive. I have windows on another one and everything works fine on that. After updating Ubuntu however my internet connection stopped working on Ubuntu only17:10
TJ-MMYStic: "systemctl status <name.service>" and "journalctl -u <name.service>"17:10
lotuspsychjefinnhq: wich network card chipset is that?17:10
rfmlakitu, there are some strange bits about the environment of a cron job that differ from a console session that can cause scripts to fail.  what I've done in the past is put a "set -x" at the top of the script so I get a trace...17:11
gavimobileOerHeks: not sure i understand.17:11
gavimobileif thoese lines arent relevant, than my file should be sufficent17:12
finnhqlotuspsychje, how do I find that?17:12
gavimobilehere is my current setup https://pastebin.com/LE4CjB5Z17:12
tomreynfinnhq: lspci -knn | grep -EA3 '(Network|Ethernet) controller'  | nc termbin.com 999917:15
CybergradHello. I'm curious about coloration in TexInfo and other programs in terminal emulators. I'd like nodes in TexInfo to be colored as they are on a TTY.17:16
CybergradI'm using Ubuntu 19.04. Thanks for any information.17:16
tomreynlakitu: you'd need to espace the #17:17
rfmlakitu, I also have the script output redirected to syslog so it's not emailed to root  (which I did in a clumsy way because I didn't know about process substitution at the time.)  I found thin: https://urbanautomaton.com/blog/2014/09/09/redirecting-bash-script-output-to-syslog/ which seems complete, albeit with gratuitous profanity...17:18
tomreynlakitu: the 'right' way to start services and run scripts at boot is using systemctl units17:18
finnhqtomreyn i get nc: getaddrinfo: Temporary failure in name resolution17:18
tomreynfinnhq: lspci -knn | grep -EA3 '(Network|Ethernet) controller'  | nc 5.39.93.71 999917:19
lakitu=)17:19
lakituok - hm. let me try escaping the `#`17:19
finnhqtomreyn ok done17:19
tomreynfinnhq: this should have printed a url17:20
tomreynfinnhq: does this syste not have internet access at all currently?17:21
tomreyn*systems17:21
tomreynfinnhq: if so, just run lspci -knn | grep -EA3 '(Network|Ethernet) controller'   and list the trailing characters in suqare brackets and revision numbers. example:  [8086:24fb] (rev 10)17:23
finnhqtomreyn, yes not at all i cant connect to anything. My network controller is: Intel I217-V [8086:153b] (rev05) devicename: onboardlan subsystem ASUSTEK Computer Inc. Ethernet Connection I217-V [1043:859f] Kernel driver in use: e1000e17:23
TJ-finnhq: haha! has the PC been booted into Windows and you've just warm rebooted into Ubuntu?17:24
tomreynoh well, bbl17:25
TJ-tomreyn: if it's the issue I'm thinking of (I217-V) the Rx side is asleep, due to the driver not correctly initialising it, and usually occurs on dual-boot systems. Easiest fix is to alter settings in the Windows device driver17:26
TJ-finnhq: if it's the issue I'm thinking of (I217-V) the Rx side is asleep, due to the driver not correctly initialising it, and usually occurs on dual-boot systems. Easiest fix is to alter settings in the Windows device driver settings to disable Wake On LAN17:27
finnhqTJ- I booted into windows yes, but how do i not warm reboot into ubuntu? Completely shut it off and not restart?17:27
TJ-finnhq: read https://bbs.archlinux.org/viewtopic.php?id=19198117:27
TJ-finnhq: it may not be that, but it is highly likely.17:27
TJ-finnhq: i seem to recall i did find a solution on the Linux side with another user affected, using ethtool. Let me search my logs17:28
finnhqSo I completely shut it off and it is still not working so im gonna try to go into windows and try that17:30
TJ-finnhq: I just found the udev rule I created that disables EEE which others have used to solve this: https://paste.ubuntu.com/p/S5bHY8t6T7/17:35
TJ-finnhq: you'd need to alter it to use the interface name on your system (change ENV{INTERFACE}=="enx0050b68c5e50" )17:36
TJ-finnhq: test it first by identifying the interface name with "ip link show" then use "sudo /sbin/ethtool --set-eee off >IFNAME> "17:36
Bob-Obolotuspsychje: still a novice.. whats the command to downgrade?17:49
finnhqTJ- so for "sudo /sbin/ethtool --set-eee off >IFNAME> " would i use „enx000000000000“ or just „000000000000“ or with brackets <> even?17:57
TJ-finnhq: if the local inteface name is, e.g., eth0 you would use that17:57
TJ-finnhq: I'll expect the interface is using  predictable naming so will be something like enpXsY where X and Y are the port and slot numbers respectively17:58
finnhqTJ- So in my network manager is one thats called eno1 is that it?17:58
TJ-finnhq: that would likely be it if the PC only has 1 wired ethernet interface17:59
finnhqTJ- then thats also the name that goes into the rules file?18:00
TJ-finnhq: correct... As I said, test it manually first to prove this commands fixes the issue, before doing the udev rule18:00
TJ-finnhq: the udev rule will trigger at boot-time as the kernel reports the hardware it is finding18:01
viju I get authentication request dialog box asking for username and password. It won't authenticate and I don't know why it's there. Help me get rid of this annoying prompt.18:04
vijuUsually when it tries to connect to gnome-calendar18:05
Bob-Obolotuspsychje: I seem to remember that it was doing the same thing before when I had 18.04 LTS.18:09
finnhqTJ- it says bad command line arguments, whats the right format for the name?18:10
TJ-finnhq: exactly as the other tools report it. As I said "ip link show" will list the interfaces18:13
TJ-finnhq: e.g. "sudo /sbin/ethtool --set-eee off en01 "18:14
finnhqTJ- so i tried everything and my ip link show command shows me 2 networks however, one „lo <loopback, up, lower_up> mtu 65536 qdisc noqueue state unknown mode default group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00“ and one „eno1:<broadcast,multicast,up,lower_up> mtu 1500 qdisc pfifo_fast state up mode default group de18:32
finnhqfault qlen 1000 link/ether e0:3f:49:ac:00:20 brd ff:ff:ff:ff:ff:ff“. No matter what i use as the network param in the command it doesnt work18:32
MMYStichi, anyone know where to archive a youtube video ? I mean something like archive.is or archive.org ... archive.org should work but in truth doesn't18:32
vltMMYStic: Could you define "doesn't work"?18:34
lakitusay... i just lost all web browsing ability - i unpluggged/plugged in my router quicker than normal, & now this compute can't (but others can) access anything on firefox, including the router. how can i fix this without a total reinstall? =/18:35
finnhqOutput: ethtool bad command line arguments for more information run ethtool -h18:35
MMYSticvlt simply it just run but it wait for infinity time18:36
MMYSticvlt: if I reload the archived page I can't watch the video18:36
lakitui'm in Ubuntu 18.1018:36
vltMMYStic: What page?18:36
lakituwhat's weird is irc & console pinging work, but not any firefox pages18:37
lakitui tried reinstalling firefox18:37
lakitui could see if it's all my port 80 traffic or if it's specific to firefox18:37
lakitu('ll do that here)18:37
MMYSticvlt: I insert the youtube url in archive.org, It try to search the page and it doesn't find it, then I click on save this page... it start to load/save the the url for infinity time. After that, while it is running, I try to reload the archive.org saved page and I can't watch the video18:40
vltMMYStic: Did you observe this problem also on any other OS than Ubuntu?18:42
MMYSticvlt: I haven't other os18:42
lakituargh. it is just firefox that got messed up18:42
lakitui'll try to purge it18:42
lakitu(chromium works)18:42
lakituwow - chromium flies. i'll give it that18:44
lakitustill gotta go with a non-profit web browser, for my tastes18:44
lakitupurge should work, i bet.18:45
=== Evie is now known as Yves
=== Yves is now known as Yvy
=== Yvy is now known as Yvie
sixie6eeyevee stop18:47
=== Yvie is now known as Yves
=== Yves is now known as Yvies
lakituthat didn't work18:54
lakituany ideas on how to resuscitate my firefox? or do i need to go to mozilla's chan18:55
aavarHi. Has anyone here had any luck running Advanced IP Scanner in wine? If not, do you have any suggestions for replacements? Angry IP scanner is the natural choice, but it does not show all the info...18:57
=== aavar is now known as Aavar
lakituwell refreshing firefox fixed it, whatever it was19:03
lakitulost a few webpage zoom settings, nothing major19:04
finnhqTJ- I finally managed to execute the command. It was ethtool „—set-eee eno1 eee off“ but the connection still doesnt work19:04
lakituback up & running - thanks anyway19:04
finnhqTJ- do I have to disable WOL in windows first?19:04
lakitu"Damn I'm good." - my differently-abled neighbor =D19:23
lakituk - thanks. i'll work on that - script thing again later, computered out for now19:23
lakitusee you =)19:23
vadiquehi, does Ubuntu support my laptop? Asus vivobook20:48
vadiqueDebian 10 can’t recognize 10ec:b822 rtl8822be card20:49
lotuspsychjevadique: ubuntu can be installed on alot of machines20:49
OerHeksmaybe, there are more than one vivobooks20:49
lotuspsychjevadique: realtek chipset are sensitive to kernel versions, you might want to try a few, or the realtek git20:50
vadiqueI need for mine20:50
Gerowenvadique: Best way to find out is make a backup image of it as it is right now and then give it a shot.  If it doesn't work you can just restore the image and it'll be like nothing happened.20:50
jeremy31vadique:  I think kernel 5.2 has support for that wifi with rtw88 module20:50
vadiqueand which linux is inside 19.04?20:51
vadiqueDebian ones are way too old20:51
lotuspsychje!info linux-image-generic disco20:51
ubottulinux-image-generic (source: linux-meta): Generic Linux kernel image. In component main, is optional. Version 5.0.0.20.21 (disco), package size 2 kB, installed size 15 kB20:51
jeremy31vadique: a 5.0 kernel, https://github.com/lwfinger/rtlwifi_new/tree/extended should also work20:51
OerHeksalso for your rtl8822be http://ubuntuhandbook.org/index.php/2019/04/nstall-rtl8723de-wifi-driver-ubuntu-19-04/20:52
vadiquenice then, I am downloading ubuntu20:52
vadiquethat handbook is funny, it does apt install when there's no internetz20:53
vipin7275Hi20:54
vipin7275Usb drive not getting detected. When i try dmesg command got result as "unable to enumerate USB device"20:54
vipin7275anyone please help20:54
tomreynvipin7275: try disconnecting all other usb devices you dont strictly need, then try again. also try connecting the usb drive to other usb ports.20:56
vipin7275 there is no other usb attached. and also same result in other usb ports20:56
tomreynwhich ubuntu version is this? which hardware?20:57
tomreynubuntu version: nc termbin.com 9999 < <(lsb_release -ds;cat /proc/{version,cmdline};echo "$XDG_CURRENT_DESKTOP ($XDG_SESSION_TYPE)";)20:57
tomreynhardware: journalctl -b | grep 'DMI:'20:57
vipin7275Ubuntu 16.0420:57
B|ack0phi there20:58
vipin7275Its a USB pendrive20:58
B|ack0pcan i change this link with duckduckgo ? http://start.ubuntu.com/current/Google/?sourceid=hp20:58
tomreynvipin7275: i mean the computer20:59
tomreynB|ack0p: in a text editor?21:00
wylelSo I am updating DNS servers in system settings, but its not actually changing anything21:00
wylelDo I need to logout/back in to get it to take?21:00
B|ack0ptomreyn: i want to make that page my homepage but i d like duckduckgo21:00
tomreynB|ack0p: on some specific web browser, i assume?21:00
vipin7275tomreyn: you mean the brand of computer?21:01
B|ack0ptomreyn: yes default firefox on ubuntu 18.0421:01
wyleltomreyn: I believe he is wanting to change Google to DuckDuckGo21:01
tdswylel: you might need to take the connection down and back up again21:01
tomreynvipin7275: can you just post the outputof the commands i posted above?21:01
tds(ie nmcli connection down foo, nmcli connection up foo)21:01
wyleltds: thanks, ill try that21:01
tdswylel: also, how are you checking this?21:01
wyleltds: nslookup21:01
wylelto my machine21:02
wylelthe resolve.conf file does not get changed21:02
tdswhat's in resolv.conf?21:02
wylelthe default info that was there before21:02
tdson a modern system I'd expect it to just point to resolved's stub resolver21:02
tds(ie 127.0.0.53)21:02
wylelhow do I check that?21:02
wylelyeah it does21:02
tdsif you `resolvectl` you'll see what resolvers resolved is configured to use21:03
tomreynB|ack0p: aput:config -> browser.startup.homepage21:03
wyleltds: ahh okay so on that it shows my link to have the correct servers21:04
wylelwhy would nslookup show the stub?21:04
tdsbecause nslookup reads in /etc/resolv.conf and queries the resolver listed there21:04
tomreynB|ack0p: or just preferences -> home -> new window and tabs21:04
tdsas do dig, host, etc21:04
wyleli see21:05
vipin7275tomreyn: sorry im new to ubuntu. should i do any modification in that commands21:05
vipin7275tomreyn: sorry im new to ubuntu. should i do any modification in that commands?21:05
B|ack0ptomreyn: i mean ubuntu vantage startpage21:05
tdswylel: if you're actually getting back replies with records not as you were expecting, you can flush resolved's cache21:05
B|ack0pbut i did it21:06
B|ack0pi changed source codes of html21:06
tomreynvipin7275: no, you can just run them as they are, and post the output here. please use a !pastebin when posting multiple lines21:06
tomreyn!pastebin | vipin727521:06
ubottuvipin7275: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.21:06
tdswylel: and if you really want resolv.conf to point at something other than resolved's stub, you can symlink it to the other file provided by systemd21:06
tdsah yeah, /run/systemd/resolve/resolv.conf21:06
tdsrather than /run/systemd/resolve/stub-resolv.conf21:06
wylelokay ill check that out21:07
tomreynB|ack0p: i do not know what you mean by "ubuntu vantage startpage", i'm afraid. did what i suggested not help you replace the google homepage by https://duckduckgo.com ?21:07
tdsbut that shouldn't be needed, and may cause problems in some cases :)21:07
vipin7275tomreyn: when i try to directly run, im getting command not found error21:10
tomreynvipin7275: which command were you running?21:11
vipin7275ubuntu version: nc termbin.com 9999 < <(lsb_release -ds;cat /proc/{version,cmdline};echo "$XDG_CURRENT_DESKTOP ($XDG_SESSION_TYPE)";)hardware: journalctl -b | grep 'DMI:'21:11
tomreynvipin7275: omit "ubuntu version:"21:12
B|ack0ptomreyn: http://start.ubuntu.com/current/Google/?sourceid=hp  this link21:12
B|ack0pnot just google.com21:12
B|ack0pstart.ubuntu.com i mean21:12
vipin7275Ubuntu Version: https://termbin.com/wc2w21:13
tomreynvipin7275: well done. now:     journalctl -b | grep 'DMI:'21:14
MAISELF_t2.21:14
MAISELF_t2Hello, what means the I flag on lsattr output flags?21:14
vipin7275https://paste.ubuntu.com/p/J7RcdTp6sK/21:15
MAISELF_t2i on Caps Lock I21:15
tomreynB|ack0p: if you want the same looks but the search poitning to duckduckgo, you'd have to save the html to your computer and modify it, replacing the google logo and changing the target of the html form.21:16
vipin7275tomreyn: pastebin url https://paste.ubuntu.com/p/J7RcdTp6sK/21:17
tomreynvipin7275: okay. so first of all make sure you install all pending updates. your ubuntu has not received security patched in more than a year.21:18
tomreynvipin7275:      sudo apt update && sudo apt full-upgrade21:18
B|ack0ptomreyn: then how can i set offline page as homepage of firefox?21:18
B|ack0pi saved html and edited. now duckduckgo is set as search engine but it is html file running from my pc21:18
MAISELF_t2what means the I flag on lsattr output flags?21:19
tomreynB|ack0p: copy the local file path  and prefix it with file://  and put this in your url bar21:19
tomreynsee if it loads21:19
vipin7275tomreyn: i have initiated the update. After the update what should i do?21:20
OerHeksone needs a tool like this https://addons.mozilla.org/en-US/firefox/addon/new-tab-override/ for own hosted html ?21:21
tomreynMAISELF_t2: immutable21:21
friendlyGoathey i was wondering if anyone can help me at all with pam_kwallet. no matter what when i log in theres always this in the logs and its bothering me so much.21:21
friendlyGoat"pam_kwallet5(lightdm:session): pam_kwallet5: Impossible to write walletKey to walletPipe"21:21
friendlyGoati have no idea how to get it to go away.21:21
tomreynMAISELF_t2: see the chattr(1) !man page21:21
tomreyn!man | MAISELF_t221:21
ubottuMAISELF_t2: The "man" command brings up the Linux manual pages for the command you're interested in. Try "man intro" at the  command line, or see https://help.ubuntu.com/community/UsingTheTerminal | Manpages online: http://manpages.ubuntu.com/21:21
MAISELF_t2tomreyn: no, immutable is i21:21
tomreynvipin7275: after the update is complete, reboot to the new kernel image, see if the problem persists.21:22
tomreynMAISELF_t2: oh you wrote something about caps lock, i assumed you meant to say you could not type lower case 'i'21:22
MAISELF_t2tomreyn: I Caps Locked, on the first trace. the manpage does not show + or - I is i and the i is on the middle of trace21:22
tomreynMAISELF_t2: well read the man page, it will tell21:23
tomreyn'I' is there21:23
MAISELF_t2the manpage does not haves I21:23
MAISELF_t2is i21:23
tomreynquote: The 'I' attribute is used by the htree code to indicate that a directory is being indexed using hashed trees.  It may not be set or reset using chattr(1), although it can be displayed by lsattr(1).21:23
vipin7275tomreyn: actually the USB was corrupted when using in Windows. so will the update solve the issue?21:23
MAISELF_t2okay, tomreyn: so, i will have troubles or not with this?21:24
tomreynvipin7275: no. if the file system is corrupt, then you'll need to run utilities to fix the file system. but running a 1+ year old kernel on an internet connected system is not a good idea in the first place. you need to upgrade either way.21:24
tomreynvipin7275: if it's an NTFS file system (i'm just guessing!) you'll need to run ntfsfix against it. or better windows' chkdsk21:25
tomreynMAISELF_t2: i don't see why you would21:26
MAISELF_t2tomreyn, paranoia, i got an,error on this partition but was not related to the attr, i21:28
B|ack0ptomreyn: thank you21:28
tomreynMAISELF_t2: you can read up on HTree here: https://en.wikipedia.org/wiki/HTree and in more technical detail at https://www.kernel.org/doc/html/latest/filesystems/ext4/dynamic.html#hash-tree-directories21:29
MAISELF_t2tomreyn: ok thanks21:29
tomreynyou're both welcome.21:30
vipin7275tomreyn: i've almost done with the update. Will restart my system. can i continue this chat after the restart as well?21:40
tomreynvipin7275: you can rejoin the chat, sure. you won't get to see what we chatted about, though.21:41
vipin7275tomreyn: okay ill rejoin. After the update a normal system restart only is what required right?21:42
tomreynthe easiest way to access the chat is via https://webchat.freenode.net/#ubuntu21:42
tomreynvipin7275: correct21:42
tomreynlooks like you have an irc account and irc client installed, that's better than the web chat.21:43
catbeard18.04 LTS , shift isn't working for grub boot menu, need to reset a password22:17
vipin7275tomreyn: i have updated. but still didnt solve the issue22:18
TJ-catbeard: Esc key, and needs tapping, not just holding down22:18
tomreynvipin7275: ok, so as expected.22:19
catbeardtwss and ty22:19
TJ-catbeard: if the system uses UEFI boot mode UEFI doesn't allow GRUB to read the shift-state of shift/ctrl/alt (which BIOS does allow) so GRUB uses Esc key as the alternative but it has to be tapped to cause key-down/key-up events22:20
Bashing-omcatbeard: EFI ?  then it is the escape key that grub looks for .. there is but a 3 second window here, spam the wscape key.22:20
tomreyn<tomreyn> vipin7275: no. if the file system is corrupt, then you'll need to run utilities to fix the file system. but running a 1+ year old kernel on an internet connected system is not a good idea in the first place. you need to upgrade either way.22:20
tomreyn<tomreyn> vipin7275: if it's an NTFS file system (i'm just guessing!) you'll need to run ntfsfix against it. or better windows' chkdsk22:20
vipin7275tomreyn: i think its not ntfs. but to check that the usb is not showing anywhere.22:21
vipin7275tomreyn: can you guide me the next step?22:21
tomreynvipin7275: unplug it, then run this in a terminal window:     dmesg -w      then press enter the 3 times, then plug in the usb and copy and paste (to the pastebin) the newly printed output22:23
tomreynvipin7275: you can cancel the dmesg output and get back to the shell prompt by pressing Ctrl-C22:23
TJ-tomreyn: I've found "udevadm monitor -k" more useful for those situations (more targeted)22:26
vipin7275tomreyn: https://paste.ubuntu.com/p/Jsr3yNN8Yx/22:26
tomreynthanks TJ-22:27
TJ-tomreyn: it helps because it'll also report partitions, if found22:27
tomreynvipin7275: so can you retry with TJ's command?22:28
vipin7275tomreyn: https://paste.ubuntu.com/p/MyVSpxkF9p/22:29
TheWildhello22:30
tomreynTJ-: hmm does this mean no partitions found?22:30
TheWildwhat's the price of removing unattented-updates? Does it update something that cannot be updated via apt full-upgrade?22:31
TJ-tomreyn: no, it means the USB mass storage 'device' has no storage (there is no raw device (e.g. sda ))22:31
TJ-vipin7275: this USB device you're connecting, what is it exactly?22:31
TJ-vipin7275: is it an SD-card reader with an SD-card in it?22:31
TJ-tomreyn: the result looks like a generic USB card reader that cannot read the inserted card22:31
vipin7275TJ: its a normal pendrive22:32
OerHeksTheit checks on boot and in the background for updates22:32
OerHeksTheWild^22:32
TJ-vipin7275: all in one? does it have a make/model stamped on it?22:32
OerHeksso ye, one can disable it and trust on own update actions22:32
vipin7275TJ: its HP 16 GB pendrive22:33
TJ-vipin7275: is it a USB 3 device?22:33
vipin7275TJ: NO22:33
TheWildthe X problem is: I'm pissed off of something (possibly unattented-updates) breaking my Firefox session.22:33
tomreynTJ- / vipin7275: the USB vendor ID (03f0) is HP (i wasn't aware they make any)22:34
OerHekswhy would it break a FF session?22:34
OerHeksFirefox update itself?22:34
Bashing-omTheWild: If you are content to manage update/upgrades your-self then yes you may remove unattended-upgrade package :)22:34
OerHekshttps://linuxconfig.org/disable-automatic-updates-on-ubuntu-18-04-bionic-beaver-linux >> APT::Periodic::Update-Package-Lists to "0";22:34
vipin7275TJ: is there any serious issue?22:35
TJ-tomreyn: this does seem weird, if it is USB2 then and we can see its using ehci-pci22:35
TheWildBashing-om: yes, I'll take care of them completely manually.22:35
TJ-vipin7275: I'm trying to deduce!22:35
OerHeksonly lists is enough, no new lists = no new packages22:35
tomreynvipin7275: you said it initially worked on windows, but then "got corrupted"? how long had it been working fine? how did you know it got corrupted? what did it show like on windows then?22:36
tomreynTJ-: isnt ehci usb 2.0?22:37
tomreynand xhci is 3.0?22:37
vipin7275It was working for years. AFter 1 day of usage, when i plug the USB im hearing the tone, but nothing is getting detected.22:37
TJ-tomreyn: precisely, so we apparently have a USB2 device in a USB2 port with a USB2 controller :)22:38
tomreynright, now what's strange about this?22:39
vipin7275TJ: It was working for years. AFter 1 day of usage, when i plug the USB im hearing the tone, but nothing is getting detected.22:39
TJ-tomreyn: vipin7275 this makes me think there's something strange: "New USB device strings: Mfr=1, Product=2, SerialNumber=3"22:39
TJ-tomreyn: vipin7275  that is telling there are Manufacturer Product and Serial Number strings in the USB descriptor... but then those aren't found/reported, which they should be in the following lines22:40
TJ-tomreyn: vipin7275  compare that with one I have here: https://paste.ubuntu.com/p/8mTMb7g6Sz/22:41
tomreynTJ-: right, reading product, manufacturer and serialnumber failed22:42
tomreynbut "New USB device strings: Mfr=1, Product=2, SerialNumber=3" is the same on yours22:42
TJ-tomreyn: yes, those are the 'index' numbers of the descriptor entries the OS should expect to find data in... in vipin7275 device those aren't there apparently22:43
tomreynvipin7275: personally i just assume this device is broken beyond repair. and i need to get some sleep now, sorry...22:44
TJ-vipin7275: will this USB device work in other PCs ?22:44
tomreynTJ-: sorry, i have to pull out of this at this point.22:44
TJ-tomreyn: I'm not far off either :)22:45
vipin7275TJ: no i've tried and its not working22:45
TJ-vipin7275: then I think we can, as the Monty Python Dead Parrot Sketch says, say "It's Dead!"22:45
vipin7275TJ: ohhhh22:46
vipin7275TJ: and tomreyn: thanks for you time...22:48
* tomreyn drops 16 ton weight on usb drive and walks off ministry of silly walks style #322:49
OerHeksnow on sale: foldable16 Gb usb ...22:52
nikasioIs it possible to create a persistent ubuntu usb from macOS or only from another installation?22:55
OerHekson linux, mkusb can do that ..23:01
OerHekson mac, it could be done https://apple.stackexchange.com/questions/285722/persistent-ubuntu-boot-usb-macos-sierra23:02
nikasiomany many thanks I'll give it a try23:06
Gallomimiastill struggling to drag my ubuntu 19.04 install inside my LVM/crypto container. got everything done (i think) except on boot it still searches for my ubuntu 16.04 LV. the boot command has the old UUID. not sure where to look to change this. any tips?23:08
TJ-Gallomimia: from inside a full device chroot run "update-grub" and "grub-install ..." to ensure the correct UUID/device names are used23:11
Gallomimiaah i think i neglected the update-grub. i did a mkinitrd or whatever that's called23:11
Gallomimiawhat's the collection of special things i need to mount inside a chroot?23:15
TJ-Gallomimia: "for n in proc sys dev etc/resolv.conf; do sudo mount --rbind /$n /$TARGET/$n; done" where $TARGET is the directory where you've mounted the root file-system23:26
GallomimiaTJ-, i feel i did something wrong. it gave me a ton of errors about LVM, did some scanning, and added my current boot drive23:26
Gallomimiaooh. what's the diff between --bind and --rbind?23:27
TJ-Gallomimia: see "man mount" :) recursive bind (mounts subsidiary file-systems which deal with /dev/pts )23:28
Gallomimiaigru23:28
Gallomimiaoops23:28
Gallomimiamust try this now...23:29
Guest77239Anyone had any trouble with gpg on Ubuntu 18.04 LTS recently? I use gpg and pass and they've been working great for the last couple months, but today I tried to use pass and gpg isn't aware of any private or public keys, even though there are keys in the ~/.gnupg directory.23:34
Guest77239The only thing I can think of that has changed is the update last night, which included a bunch of things, but nothing I know of that would be related to gpg.23:35
Guest77239I can see the keys in ~/.gnupg, and as far as I know nothing has changed with the files, so it seems to be an issue with gpg itself, but I'm not sure what23:36
TJ-Guest77239: sounds like the gpg-agent isn't running23:39
Guest77239gpg-agent[5315]: gpg-agent running and available23:45
TJ-Guest77239: is pass failing to find gpg-agent's socket ?23:48
Guest77239gpg: 81C065CB: skipped: No public key23:52
Guest77239gpg: [stdin]: encryption failed: No public key23:52
Guest77239Password encryption aborted.23:52
Guest77239that's what I see ^23:52
Guest77239And when trying to decrypt a password:23:53
Guest77239gpg: decryption failed: No secret key23:53
Guest77239There is no password to put on the clipboard at line 1.23:53
TJ-Guest77239: have you done a log-out/log-in to ensure this isn't a temporary glitch23:55
Guest77239TJ-: yes, restarted my computer for good measure.23:57
TJ-Guest77239: next thing I'd check is what packages were upgraded, via /var/log/apt/history.log23:58

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