[00:12] TJ- thanks, i only let it scan because i don't know what i'm looking for in the datalog just yet === leden_ is now known as leden [00:44] So I created a torrent with Transmission, but how do I actually seed it? When I go to my web client, it doesn't show the torrent there? https://help.ubuntu.com/community/TransmissionHowTo [00:45] if I do the next section "Add Torrent", is that going to attempt to download the torrent or seed it? [00:49] Bashing-om, bash are you familiar with netbeans? [00:50] rodrigoty23: Nope :D Never seen it . [00:51] does anybody here get netbeans open twice on clicking on the apache netbeans icon? [00:51] abdulhakeem: heh, this is eleven years old now.. https://ubuntuforums.org/showthread.php?t=1105199 " I put all in the same folder and moved my default destiantionfolder to the right place, then everything workes smooothly =) " [00:52] is this a netbeans but or is ubuntu at fault? [00:52] problem* [00:54] I transferred 902GB files via rsync -azv between one network mount to another. Is there any way to "verify" the transfer completed? I've ran rsync a few times and it looks like it's not transfering any more files... wondering if there's any final "check" I can do. It's also very likely rsync is bullet proof and it shouldn't matter - thanks [00:55] goddamnit I wish people would write documentation that's easy to understand [00:56] foo: something like this may do the trick: find . -type f -print0 | xargs -0 sha256sum -- then take that output and run sha256sum -c on it on the other side, and see that the results match up [00:59] sarnold: thanks, I see that spitting out a sha256sum during the search - will it error out if there's a mismatch? This is 902GB. :) [00:59] foo: oh my :) [01:00] foo: what about simply checking that rsync completed without errors `echo $?` after running rsync [01:00] foo: then you'll probably want the --quiet flag too, because there'll be a few thousand $foo: OK lines otherwise :) [01:05] skookum1: echo $? returns 23 === tds0 is now known as tds === skookum1 is now known as skookum [01:07] foo: Exit code 23 = "Partial transfer due to error" [01:07] skookum: there was 1 permission error, I wonder if that's what it was [01:08] foo: you might also want to look into the "--checksum" option for rsync instead of trying to verify after-the-fact [01:08] skookum: someone else shared this - rsync -Pahn --checksum /Volumes/Dir1/ /Volumes/Dir2/| sed '/\/$/d' | tee migration.txt - it's awesome. it shows differences between two dirs [01:09] skookum: I did a small test, doing a larger test now [02:24] I have a Dell Precision 7510 Laptop running 18.04. It has been working well for 2 years, but in the last week the keyboard number keypad has stopped working (although it seems to work on the login screen). Does anyone have any ideas where I can start to sort it out. I haven't made any configuration changes, but I have kept up to date with updates [02:26] clarkk: are there any messages in dmesg? or /var/log/Xorg.0.log ? that look related to keyboard issues? [02:27] clarkk: does it seem to work as expected when you use the xev application? [02:31] I seem to remember that there was some sort of bios update from one of the official ubuntu apps (not a Dell app), although I can't remember which. Maybe it's a red herring, but just want to mention it [02:31] sarnold, thanks for responding. The xev seems to receive the mouse input but not the keyboard [02:33] I tell a lie. One moment... [02:34] clarkk: firmware updates are probably fwupdmgr or a gui frontend to it [02:35] sarnold, when I run xev, and click a button on the keypad, it doesn't report the keycode [02:36] clarkk: ugh. that sounds unpromising. is there an Fn lock or Numpad lock button or something similar that you may have hit by accident? [02:36] clarkk: are there options in the UEFI setup for turning that on and off? [02:40] I have numlock enabled. Using gnome-firmware, I recognise an update that I installed a week or so ago [02:40] one moment. I'll reboot and reset the bios [02:48] time for me to bail === zbenjamin is now known as Guest33469 === zbenjamin_ is now known as zbenjamin === nt0_ is now known as nt0 === pjs_ is now known as pjs [03:40] hey guys would ubuntu touch work on my moto x4 even if it isn't listed on the devices section on the website? [03:40] or does it strictly only work with the devices listed? [03:40] horseface: ubuntu touch is depraced, its ubports now [03:40] there are not many supported devices in that case and i've never heard of any of them. [03:40] i see. [03:40] i will have a look [03:40] horseface: join #ubports to join the community [03:40] cool, thanks. [03:49] i just did a boot repair and it says to make my BIOS boot on sdb1/EFI/ubuntu/shimx64.efi [03:49] how do you do that [03:52] pretty sure im not running secure boot anyways [03:53] Hello Ubuntu Com.! Anyone up for my late night? Can anyone help me with my Latenight no Audio struggle? [04:16] hey all, my laptop locks my screen after in activity and I don't want that. screensaver is off and power manager is set to do nothing when plugged in, yet it still happens. What can I do? [04:21] I bought a RTX 2080, but now I have a boot problem: it has three Display Ports and a HDMI port. I have all four connected. It now boots on one of the DP ports, but that is my VR headset and that doesn't even show the grub menu or anything (not with USB still down). [04:21] I tried using that DP port for one of my DP monitors, but then - despite that it gets a signal the screen remains black :/ [04:22] I don't think it is possible to someone tell the video card to use the HDMI port as boot monitor? Then why does it not work when I try to boot from a monitor with DP? [05:21] hello [05:22] tried this before but lost the instructions. What package do I need to install to check out the SMART setting on a hard drive? [05:32] Peppi: disk tools in ubuntu can perform a smart test on your HD [05:35] lotuspsychje, how do I install that? sudo apt-get xxx? [05:35] Peppi: its installed by default [05:35] Peppi: its the icon with a harddisk [05:35] I'm not using a GUI [05:38] !info smartmontools | Peppi [05:38] Peppi: smartmontools (source: smartmontools): control and monitor storage systems using S.M.A.R.T.. In component main, is optional. Version 7.0-0ubuntu1 (eoan), package size 525 kB, installed size 2030 kB [05:39] ok [05:39] I found some logs ) [05:39] :) [05:42] just have to wait for the update then I can get working :) [05:43] lotuspsychje, if I sent the chan the log of the scan can you tell if the hard drive failed? [05:49] when linux boots there is a lot of text "started blah blah" . is there a log of that somewhere? [05:57] zap0: syslog or dmesg are a good start [06:09] lotuspsychje, sudo apt install smartmontools [06:09] just installing that :) [06:16] https://termbin.com/to25 [06:16] oops [06:16] needed -a [06:17] https://termbin.com/59eg7 [06:17] can anyone tell if that log has errors? [06:18] Hi, I'm trying to automate ubuntu 18.04 desktop os installation using preseed. Anyone have a working preseed file template for ubuntu 18.04 desktop using ubiquity? I've so far been able to skip screens upto "Installation options". [06:19] I've tried all the official ubuntu and debian wikis, but information is not available for ubuntu desktop preseeeding [06:22] Looks like "Completed without error" to me Peppi . Possibly all the help I can be. [06:22] Peppi: looks like a passed test to me, why did you suspect HD issues exactly? [06:22] sorry guys that was the wrong hdd. I've put the right one in now. Give me a few minutes [06:23] Peppi: are you gonna plug it over sata? [06:24] lotuspsychje, I'm using an ordoid hc2 running ubuntu 18. So to answer your question yes over sata... though apparently there is a usb bridge in there somewhere. [06:24] lotuspsychje, not sure if that answers your question [06:24] Peppi: over usb bridge, the smart test wont go [06:25] https://forum.odroid.com/viewtopic.php?f=147&t=31104&p=224660&hilit=smart#p224660 [06:25] wait [06:25] https://forum.odroid.com/viewtopic.php?t=31213 [06:26] lotuspsychje, so... it will work right? [06:27] https://termbin.com/d9o1 [06:27] that's the "problem" hard drive [06:28] does that look ok? I can't tell [06:30] Completed: read failure... doesn't look good [06:31] Peppi: wich brand is that, how old is the HD and does it make lots of noise? [06:31] Model Family: Western Digital Red [06:32] 10 May 2016 [06:32] sounds normal to me [06:32] thats not old at all for a WD red [06:33] did you see the link I posted? [06:33] would a format help? [06:34] the data is "backed up" [06:34] Peppi: format and do a smartmontools 'long' test on it [06:35] Peppi: sudo smartctl -t -C /dev/sdX for example [06:35] sudo smartctl -a /dev/sda -d sat is the command I'm using now [06:36] Peppi: yeah thats a regular test [06:36] so sudo smartctl -t long -C /dev/sda -d sat is what I should do? [06:37] Peppi: not sure -d sat is needed in this case [06:37] yes it's needed [06:37] oh kk, try then [06:37] becasue of usb bridge [06:37] right [06:38] https://termbin.com/kyfq [06:39] A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options. [06:42] lotuspsychje, what us the -C? [06:45] lotuspsychje, I wonder if this means anything: https://www.smartmontools.org/ticket/303 [06:46] I want to choose a de. there is one that sort of isnt a gui but uses lots of windows. what is that caller please? general term and name of de? thanks [06:46] or uhmm that was 6 years ago [06:46] !flavours | tripelb [06:46] tripelb: Recognized 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-flavours [06:47] I dont know the name of it so that isnt going to help a lot. [06:47] tripelb: sounds like you're describing a "window manager", which is frequently contrasted to a full-blown desktop environment [06:47] tripelb: a "tiling window manager" is a particular trendy type these days [06:48] it isn not any of those. [06:48] I think Lubuntu uses LXDE which uses openbox (window manager) historically [06:48] Peppi: -C, --captive [06:48] yes that is the kind. NOPE not Lubuntu. I know that. The LUG advised against that years ago. Now they are all on school break. [06:48] tiling is the kind? [06:48] I can look it up now. thanks. [06:49] lotuspsychje, yes but why captive mode? [06:49] wmii is a good starter, awesome, dwm, ion (largely defunct?) [06:49] https://en.wikipedia.org/wiki/Tiling_window_manager#List_of_tiling_window_managers_for_X [06:50] Peppi: makes the test faster when the HD isnt doing something [06:50] !desktop | tripelb [06:50] tripelb: A desktop environment is what "puts the pieces of a !GUI together". The available desktop environments in Ubuntu are !GNOME (ubuntu-desktop), !KDE (kubuntu-desktop), !Xfce (xubuntu-desktop), !LXDE (lubuntu-desktop), IceWM, !Fluxbox, WindowMaker (wmaker), FVWM and others - See also !Flavors [06:51] lotuspsychje, I know that. I am getting Regolith. Above I said that now I know it is called "tiling" I can look it up myself [06:52] tripelb: so not ontopic for this channel.. [06:52] thanks matsaman. I googled it and fount tis one. but... I will look at your link. [06:55] lotuspsychje, well it fails with that error :/ [06:57] Ah yes, I3 is the one I had heard about [06:57] lotuspsychje, what isnt ontopic? [06:57] Regolith IS Ubuntu [06:58] like mate IS ubuntu [06:59] tripelb: its a derivative, and not supported here [07:00] you really seem to want to make it difficult for "people" not sysops people. Tell me is there a supported tiling window manager? [07:00] lotuspsychje, ^^^ [07:00] This channel is the reason I CAN use Ubuntu [07:01] tripelb: we have several channels where you can talk about all sorts, but here in #ubuntu we need to follow the guidelines and support ubuntu issues [07:01] tripelb: feel free to join #ubuntu-discuss for package reccomends [07:01] repeat, is there a tiling manager that IS ubuntu so I can use it and ask in the channel [07:02] tripelb: software reccomends does not fall under support questions, use another channel for that please [07:03] I am not trying to fight you. I have been using ubuntu since 6.04 which "just worked". But then with 12 things didnt just work any more... etc. My 18.04 for instance kept saying it had problems. as did 1604... [07:03] I didnt ask you to recommend one I just asked if there is one. [07:03] If I asked which de had an application tree you could tell me... or someone else could. [07:04] Let me just go away today and come back when the people I have seen here before are herel Thank you for all the work that you do here. I do appreciate this channel and the time and energy of those who help others. [07:05] tripelb: as ubuntu long time member, maybe you could search from your terminal...apt-cache search tiling ? [07:05] ok. I didnt know that. thanks. [07:09] tiling window manager results were: tritium and i3-wm [07:47] Hello. I've images in a directory as 1.jpg 2.jpg.. etc. I'd like to convert this to 000001.jpg, 000002.jpg, etc.. How do I go about? [07:51] assuming bash, first enable extglob with ''shopt -s extglob'', then: for file in +([0-9]).jpg; do printf -v newname %06d.jpg "$(( 10#${file%.jpg} ))"; echo mv "$file" "$newname"; done [07:51] the echo in there is for dryrun. Remove it to have it actually rename === TheSilentLink_ is now known as TheSilentLink [08:06] Hi guys, I wanted to check about configuring LDAP for SSH access. Is 'ipa-client-install' the tool used to configure LDAP for SSH access? [08:07] z4kst4r: you better ask in #ubuntu-server === leden_ is now known as leden === The_Milkman1 is now known as The_Milkman [08:57] Watching the last thing from WSLConf from last week now [08:58] there's no need to spam that in all the ubuntu channels, please [09:09] Hey guys, I have a problem with the suspend mode of my laptop. Namely, once I enter the suspend mode either trough lid close or the 'systemctl suspend' command, my screen does not turn on again. it remains black. keyboard does not seem to work either - i cannot turn the backlight on or off. [09:10] i have tried multiple things including switching to lightdm and such. [09:10] now it gets really weird: EVEN IF i boot from a live stick, the same issue happens. seems to me it is a bios problem. [09:10] anybody here familiar with the issue and have a possible fix? [09:12] given following permissions, https://paste.ubuntu.com/p/C35fzV6Wq8/, how can i execute the times-up binary so that it cats flag.txt? [09:21] Hello [09:41] hi [09:41] How can i percieve the update-manager-core package is installed or not ? [09:42] Aryan: apt policy packagename [09:45] lotuspsychje: [09:45] lotuspsychje: https://paste.ubuntu.com/p/StSX2MfNSS/ [09:45] it means that it's installed ? [09:45] Aryan: yes, if installed is not empty, you have it [09:46] Aryan: what are you trying to do? [09:47] i wanted to know the update-manager-core is installed or not [09:47] allright [09:47] for upgrading my 18.04 to 19.04 [09:48] Aryan: just keep in mind that makes you loose LTS support [09:48] 19.04 is already EOL [09:48] Aryan: and this^ [09:49] lotuspsychje: isn't 19.04 a LTS ? [09:49] no [09:49] 20.04 will be next LTS [09:50] ok, i didn't upgrade it, i just `apt update && apt dist-upgrade` it [09:50] still is 18.04 , right ? === anonimip_ is now known as anonymip [09:52] i don't make it 19.04 then [09:52] should be, verify with 'lsb_release -r' [09:52] Aryan: The 19.04 repos should have been shut down [09:53] if I rename a gzip file, would it change the underlying file name ? [09:53] underlying file name? [09:53] ducasse: it's too late, it's 19.10 [09:54] but i have a question [09:54] Ben64: example : mydb.sql is the underlying file. [09:54] in my /etc/update-manager/release-upgrades, i have prompt=lts [09:55] raddy: did you just do gzip mydb.sql [09:55] Yes [09:55] Ben64: Yes [09:56] then why it is upgraded to 19.10 while i had prompt=lts [09:56] ? [09:56] well if you do gunzip it'll use whatever is before the .gz as the name [09:59] Ben64: So, if I rename the gzip, then file name as well be changed, am I correct ? [10:03] Does apt dist-upgrade upgrade the distribution ? [10:03] no, not unless you manually edit sources.list, which is not a supported way to do it [10:05] ducasse: i did apt dist-upgrade and now my ubuntu version is 19.10 [10:06] what happened here ? [10:07] i though apt dist-upgrade would just upgrade the packages [10:18] !uptodate | Aryan to keep system up to date [10:18] Aryan to keep system up to date: To ensure you have all the latest known patches and security updates for your ubuntu installation, please update with the following command: `sudo apt update && sudo apt upgrade`. See also !upgrades and !security; you may also need to run `apt full-upgrade`. [10:22] !upgrade [10:22] For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade [10:22] !upgrades [11:31] when ubuntu 20.04 will be available ? [11:32] in month 4 [11:32] 4 month later ? [11:32] oO [11:33] sure [11:33] and 5 months, 6 monts.. 4 years [11:33] :/ [11:33] what are you talking about ? [11:33] 20.04 = 2020/04 [11:34] aha [11:34] so it'll be out before 2020/05 [11:38] <_alx_> is it possible to install these 3 packages https://bpaste.net/YYKA (ubuntu) without having my GPU inside? [11:43] _alx_, i think so, have you tried? [11:43] <_alx_> oerheks: they don't seem to show up [11:44] _alx_: why do you need graphics drivers without your card plugged? [11:45] <_alx_> lotuspsychje: because the image is build (building takes about 4 hours) on a different computer and then gets deployed and updated nightly [11:46] interesting, so it is not an install? [11:46] and how do you tell they don't show up? [11:46] <_alx_> oerheks: yes and no, I need them so I can use CUDA [11:46] <_alx_> apt search nvidia shows next to nothing [11:46] <_alx_> (after updating) [11:48] what is -u option in apt command ? [11:48] what does it do ? [11:50] Nobody knows ? [11:54] man apt ; good resource [11:55] or better, man apt-get [12:02] Ben64: We are volunteers here, we don't know when the release will actually take place. Given the current world issues, things could be delayed. That is all up to canonical, the company that creates and offers Ubuntu, to decide. [12:03] got the wrong nick pragmaticenigma [12:03] oops [12:03] how'd I do that? [12:45] Howdy folks === led_dark_2 is now known as led_dark_1 [13:27] I was thinking of putting together an Edubuntu box, but see that it is based on 14.04 and hasnt moved forward since then. [13:28] Then I thought I would just set up a vanilla ubuntu box and add the packages, but noted that there was gnome mixed in with kde apps. Do gnome and kde co-exist well without additional vood-doo? [13:28] i think it is still there? not as an iso ..https://launchpad.net/ubuntu/bionic/+package/edubuntu-desktop [13:29] MWM: There is no such thing as "Gnome apps" there are apps that run using GTK libraries for window drawing and management. GTK and QT have co-existed for many years just fine. [13:29] gmm. Ill look at that. Latest version on the Edubuntu pages is 14.04.02 https://www.edubuntu.org/download [13:30] Edubuntu was discontinued, MWM and oerheks [13:30] pragmaticenigma: Ty for the clarification and the answer [13:30] hey. I've got an issue with my gnome / ubuntu 19.04 when hitting windows sign on the laptop and the global gnome search appears, sometimes it locks entire screen so I can't click anything between topbar and bottom bar. To fix it I need to logout and login again. [13:31] or when I close all the windows and desktop appears with the search input, I am able to search, but I can't open anyhing or close the search overlay [13:34] akkonrad: what if you alt + tab ? Ive seen similar with other distros and worked around it with alt + tab [13:35] they left MWM ... Alt + Tab is for application switching, the Logo (Win) key when pressed, opens the application launcher [13:35] I'm guessing they have an extension that is intercepting or affecting the normal behavior of Gnome-shell [13:36] MWM: Is there a specific software package you were looking for in Edubuntu? [13:37] is anyone aware of current Education based distros? seems like the ones I am looking at have all discontinued. [13:37] I was looking at edubuntu as a 'play' machine to give to kids. Gateway into Linux and free alternative to Windows [13:38] No specific requirements except for stability [13:39] Last night I was having problems with my Dell Precision 7510 laptop running Ubuntu 18.04, where the mouse was not behaving reliably (would change to another cursor and I wouldn't be able to click anything) and the keypad wouldn't output any numbers. It may have been due to some standard updates I installed or a bios update. I took the rash move of resetting my BIOS to see if it fixes it, but now the system won't boot [13:39] MWM: "Edubuntu" is still available as a meta package once you have Ubuntu installed. You can use "sudo apt install edubuntu-desktop" ... I don't believe the education edition had any specific limitations, just a software suite preinstalled/curated [13:40] It's a dual boot Windows and Ubuntu. Actually, the system does boot, but straight into windows - and noone wants that, do they! [13:40] sorry I had to quit and re-logout becauase of my issue, does anyone respond to my issue? [13:40] MWM: For stability, I would recommend installing Ubuntu LTS releases. (18.04 is the most recent) [13:40] I have tried going into setup and changing the boot partition to what I think is ubuntu, but it does gives a message and clearly doesn't know where the OS is [13:41] clarkk2: Have you disabled fast-startup in windows? [13:41] That is what I had thought to do, but was worried about the GTK/QT interaction that you already addressed. [13:41] MWM: As long as you don't mess with "themes" everything blends seemlessly [13:42] clarkk2: can you even get to the Grub menu? [13:42] It was quite a long time ago, so I can't quite remember exactly how I set it up. I *think* it's an EFI boot (this may be the wrong term, but I'm a bit out of touch with how it works at this level), and I can see a /EFI/ directory with sub directories of windows, Dell, ubuntu, and in the ubuntu one, it does have grub files [13:43] MWM: No, I can't get into the grub menu [13:43] I can boot to the Ubuntu live disk, which is how I'm chatting here now [13:43] and I can mount some partitions to see what's on them [13:43] clarkk2, how about booting in UEFI mode? [13:43] !uefi [13:43] UEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI [13:43] read that manual, disable srt and fastboot. [13:45] First thing I would try is to chroot into the install and update grub but Im not procifient enough to know if that will specifically help your issue [13:45] https://askubuntu.com/questions/88384/how-can-i-repair-grub-how-to-get-ubuntu-back-after-installing-windows [13:45] clarkk2: did you try holding down the shift key while booting, that should bring up the grub menu [13:46] MWM: oerheks - I have not changed anything in windows. Windows and Ubuntu were working correctly until I reset the bios. Some settings may be different in the bios, although it's difficult to say as stupidly I didn't keep a proper record [13:46] if srt and fastboot are within the windows OS, then this is not the answer. If they are in the bios, then they might be. Could you confirm? [13:46] MWM: There's a much smoother approach... grub should be one of the last things recommended at the moment [13:47] clarkk2: Fastboot is a UEFI/System firmware feature [13:47] clarkk2: What have you recently changed on that machine? I assume things were working well up until recently? [13:48] pragmaticenigma: correct - I'll I've done is reset the bios [13:48] pragmaticenigma: good I will let you guys help the poor fella. I default to nuking the drive and reinstalling when I get too mixed up. You guys can probably save him from my help :D [13:49] what is SRT? [13:49] I am gonna stick around though and see if I can learn anything from the advice given [13:49] clarkk2: Then it's very likely your BIOS that caused your issue... check there for the fastboot (I'm not familiar with SRT) being set [13:49] MWM: Me too ;) [13:51] I will disable fastboot. I don't know (or maybe, remember) EFI - if it has some configuration that tells it where the boot sector is, then could this have been wiped? [13:52] from the bios alone - not from the OS [13:52] literally the ONLY thing I did was reset the bios to factory settings [13:53] clarkk2: with EFI... there aren't boot sectors in the traditional sense, but with fastboot, it will often default to the first partition or system disk found (or last used if you managed to interrupt the previous boot) [13:54] EFI systems, each OS places a marker in the EFI partition table to signal that it is bootable and where to find it's boot handler [13:54] Sorry if I'm asking anyone to repeat themselves. I'm just asking all these questions now because it takes me quite some time to get back onto freenode once I reboot the machine, because I have to configure everything from scratch again. [13:55] pragmaticenigma: does that get cleared when you reset the bios settings? [13:55] clarkk2: That is something you would have to consult the manual of your system for [13:56] hmm, damn [13:56] ok, thanks for everyone's help. I'll come back to tell you the outcome, regardless of what it is [13:56] laters [13:56] clarkk2: I suspect disabling the fastboot will get you much further along [13:56] thanks [13:56] clarkk2: from there... the worst you might have to do is repair grub [13:58] MWM: To follow up... the edubuntu-desktop package will install the ubuntu-desktop meta package (gnome-shell) ... I would recommend using Gnome for the edubuntu experience [13:58] MWM: https://packages.ubuntu.com/bionic/edubuntu-desktop [13:59] ty for that. As I said my main worry with that course of action was instability between GTK/QT. Now that I know that isnt an issue I can rest easy. THanks again :D [14:01] MWM: sure thing... just wanted you to be informed what that metapackage would do. You can also look at that page and see what packages are installed and pick and choose what you'd like instead of using the entire meta package [14:02] MWM: IN there there are also ubuntu-edu-preschool, ubuntu-edu-primary, ubuntu-edu-secondary, ubuntu-edu-tertiary ... software bundled (meta packages) that install level specific recommended software [14:07] yaaaayyyyyy :) [14:08] So, fastboot was set to "thorough", while the other two options were "automatic" and "minimal". I kept it on thorough, because it seemed like the opposite to fastboot. [14:09] That didn't work, so I went back into the bios and added a UEFI boot option to the list. I just had to name it and point it to the boot.efi file in the ububtu EFI directory I mentioned earlier [14:09] Go team Linux! [14:09] Now I'm back up and running. Thanks so much everyone [14:13] Is there any information available on how Ubuntu Base images are created? [14:13] clarkk: You're welcome, glad we could help you out. Even better... you are now more an expert on EFI than me :-) [14:13] Bun: That would be a question better suited for #ubuntu-devel I think [14:14] alright, I'll try there, thanks [14:23] I got Xorg input lock ups sometimes, it forces me to switch to console mode when i can, but usually to reboot, any idea what it could be? [14:24] The mouse can still move, but buttons aren't responding, and keyboard neither. Killing X, restarting the session didn't help. [14:24] It's an HP Pavilion laptop. [14:28] akem_: wich ubuntu release is that? [14:28] lotuspsychje, 18.04 [14:29] akem_: on wich kernel and graphics card? [14:30] lotuspsychje, Nvidia drivers, kernel 5.4.6, i built it myself because of my Wifi driver. [14:30] ah, do you get lockups on current bionic kernel akem_ ? [14:31] lotuspsychje, I don't know, i don't use it. My Wifi driver was leaking with the Ubuntu kernel. I couldn't use it. [14:32] I wonder if this could be related to the Nvidia drivers somehow, some interrupt or something not directly the inputs...In console mode it worked. [14:32] akem_: wich card and driver version? [14:33] lotuspsychje, v 390.77, it's an optimus laptop with both intel/nvidia. [14:34] 00:02.0 VGA compatible controller: Intel Corporation Skylake GT2 [HD Graphics 520] (rev 07) [14:34] akem_: if there are higher driver versions available you could try those too [14:34] Hm it doesn't display the Nvidia chip on that line. [14:34] akem_: can you pastebin your dmesg plz? [14:37] lotuspsychje, https://gist.github.com/akem3210/f2784ace8b6812e128ca344e381c0f0c [14:38] akem_: meanwhile, can you check if you got crash logs in /var/crash ? [14:40] lotuspsychje, I see that: [15823.993296] i915 0000:00:02.0: GPU HANG: ecode 9:1:0x00000000, hang on rcs0 [14:40] [15823.994301] i915 0000:00:02.0: Resetting rcs0 for hang on rcs0 [14:40] yeah that looks something akem_ [14:40] lotuspsychje, no just unrelated in /var/crash, chromium and virtualbox... [14:40] i915 is the intel graphic chip if i'm not mistaken. [14:41] yep [14:41] akem_: [drm:gen8_reset_engines [i915]] [14:42] akem_: think you might boot a few other kernels, and compare if you can reproduce this, to rule out its about kernel 5.4 [14:42] !info linux-image-generic bionic [14:42] linux-image-generic (source: linux-meta): Generic Linux kernel image. In component main, is optional. Version 4.15.0.91.83 (bionic), package size 2 kB, installed size 16 kB [14:43] !info linux-image-generic-HWE-18.04 bionic [14:43] lotuspsychje, I think my Wifi will crap out with 4.X kernel :( [14:43] linux-image-generic-hwe-18.04 (source: linux-meta-hwe): Generic Linux kernel image. In component main, is optional. Version 5.3.0.42.99 (bionic), package size 2 kB, installed size 12 kB [14:43] try HWE akem_ [14:43] Yeah ok. [14:46] akem_: i think its this bug #1861395 [14:46] bug 1861395 in linux (Ubuntu Focal) "system hang: i915 Resetting rcs0 for hang on rcs0" [Undecided,Fix released] https://launchpad.net/bugs/1861395 [14:47] akem_: fix #49 [14:49] akem_: seems thats current 20.04 kernel updated yesterday [14:50] lotuspsychje, Yes it's this bug. Thanks. [14:50] : ) [14:56] I'm trying to do a port forward from tun0:5060 -> IP_on_eth1:5060 using ufw and it doesn't seem to be working [14:57] should I see 5060 in netstat -lunt? [14:57] acovrig: I think providing the volunteers here with the exact entry you've added to ufw would help [14:58] Hi, was hoping someone can help me with an issue. I have a Harman Kardon Soundsticks stereo connected to my computer, its connected straight into the motherboard audio out plug. Problem is that Ubuntu seems to put this connection in power saving mode or something like this, because it disconnected the stereo after a certain amount of time. Is there anywhere I can configure audio power mangement to disable power saving? I'm on a stationary, not a [14:58] laptop. Thanks [14:59] sudo iptables -t nat -A PREROUTING -i tun0 -p udp -d tun_ip --dport 5060 -j DNAT --to phone_server_ip:5060 [14:59] acovrig: That's not ufw... that's iptables [15:02] TJ-: are you around today? i re-ran the losetup command we were discussing yesterday as at some point during one of my earlier reboots the drive letter changed and i didn't notice... facepalm moment for sure. anyway, i see this output: /dev/sda2: Linux rev 1.0 ext4 filesystem data, UUID= (extents) (large files) [15:02] (huge files) [15:03] that's more promising, right? [15:05] pragmaticenigma: I guess I'm used to iptables (never used ufw), the guides I see mention ufw for allowing/denying traffic, but iptables for forwarding, can ufw not forward? [15:06] sudo ufw allow proto tcp from any to x.x.y.y port 80 [15:06] something like that? [15:06] ufw can forward... however I don't know how to mix ufw with iptables... I would pick one or the other [15:06] OK, say I pick ufw (cuz I guess it'd be good to learn it), how do I forward with it? [15:07] oerheks: sorta? I have sudo ufw allow proto udp from any to tun0_ip port 5060, but that doesn't route it to the sip server, it just allows the traffic to the FW [15:11] pragmaticenigma: I added "-A PREROUTING -p udp --dport 5060 -j DNAT --to-destination sip_server_ip:5060" to "/etc/ufw/before.rules" and restarted ufw, but I don't see 5060 in netstat... [15:12] so what do I do if networkmanager is having a hard time connecting to my access point? [15:13] acovrig: I'm not familiar with firewalls enough to help in this scenario.. I was only trying to encourage you to provide more information for other volunteers to pick up on [15:14] acovrig: see also the #netfilter channel [15:14] Can I get some help installing Emacs26 Lucid on Ubuntu 16.04.6 LTS? [15:14] It's not in the repo and the deb has unmet dependencies. [15:16] tsaka__, no. [15:17] unless you want to use an untrusted PPA https://launchpad.net/~kelleyk/+archive/ubuntu/emacs [15:18] tsaka__: Support here is only for software that is available in the repos... installing software from other sources is at your own risk [15:18] jups, we don't fix things in that ppa too. [15:18] tsaka__: there's an emacs snap 26.3 if you want [15:18] tsaka__: if you require a newer version of an application... you should upgrade your version of Ubuntu, to a version that includes the targetted version of the software you wish to use. Note: 16.04 is coming up on EOL within a year [15:19] BTW, 18.04 doesn't have emacs26 in the repo (that I've seen) - I personally either install it from that ppa or build from src [15:20] lotuspsychje: thanks, I'll as on netfilter when I get back === acovrig is now known as acovrig_afk [15:20] the kelleyk repo doesn't package emacs-lucid :/ [15:20] next FOcal 20.04 will .. https://launchpad.net/emacs/+packages [15:20] tsaka__: there is emacs 26.3 as a snap [15:20] hggdh: with lucid? Where? [15:21] 16.04 = xenial [15:21] tsaka__: snaps will run on any supported Ubuntu. Just run 'sudo snap install emacs' [15:21] i'm not talking about lucid, the ubuntu version [15:21] but emacs-lucid, the package [15:21] https://snapcraft.io/emacs [15:21] different GUI than emacs [15:22] tsaka__: "snap find emacs" [15:22] ah, no, I do not thing so [15:22] emacs-lucid - GNU Emacs editor (with Lucid GUI support) [15:22] lucid had no emacs26... how did you get that idea? [15:23] oerheks: Not Ubuntu Lucid... Emacs with Lucid support [15:23] it shows in 20.04 repos^ [15:23] oh [15:23] * lucid lynx was 10.04 LTS. [15:24] tsaka__: if you install ubuntu 20.04 you will get 26.3+1-1ubuntu1 (focal) (or higher) at final [15:26] If i build from source I'll still require the same dependencies marked as missing when trying to install the deb [15:26] ? [15:33] probably time to upgrade the Ubuntu install yeah.. all the amazon aws deep learning images has been based on 16.04 until just a month ago I think [15:44] Hello.. Anyone happen to be good at pam.d configs? I have an issue where I'm using radius, with a file specifying a user that can bypass radius, but on 2nd password prompt it allows anyone to bypass radius. If I replace "sufficient" with some tweaks, I can make 2nd and 4th prompts always fail. [15:50] every time i do a fresh install of Lubuntu 18.04 the default terminal font in lxterminal gets changed to some weird one that is hard to read. this problem doesn't happen in the live environment prior to installing, but appears as soon as i boot up the system the first time on the new install [15:50] i've had it happen on 3 or 4 computers now, and on one of them it just fixed itself over time, not sure what i did, i guess it must have been some update or some package that i installed [15:51] i checked the terminal font settings on both the machine with the problem and the one that got it fixed over time, and they're identical [15:51] anden, it is easy to adjust in terminal settings [15:52] it is not actually just a problem with the terminal, it also affects Discord and some other apps. i think some font package is not installed that should be [15:52] probably due to a bug, since the problem doesn't happen while in live environment [15:52] sounds like you have a 4K monitor? [15:52] nope. 1080p. but it happens on low res monitors too [15:52] the first machine i had it happen on is an X230 with a 1366x768 monitor [16:02] Hello all. Can anyone recommend a program that will allow me to record my screen and do a voice over? === sintija7 is now known as truute7 [16:08] what is password for sudo under ubuntu-latest [16:09] enriooooooo: The sudo password should be the same as the password you used to login into the system with [16:10] well i setup the docker [16:10] enriooooooo: Docker images are not supported here... you have to reach out to the maintainer of the docker image for support [16:10] not sure what is default password when i pull ubuntu-latest [16:12] interesting, did you check the docker manuals? [16:24] is it possible to make the entire ubuntu system immutable? so that with each reboot all changes are lost? [16:25] setting up laptops that are for the sole purpose of running vmware horizon client and hoping to prevent the possibility that end user can do anything to mess it up [16:25] DrJ: that is what the live images are for... you could technically DD write the live ISO to a drive (like you would a USB) and have the same effect [16:25] DrJ: give the live images [16:25] lol [16:27] DrJ: as far as the extra software you need... I'm not sure how to integrate that... kind of surprised a tutorial for this scenario doesn't exist somewhere on the web [16:28] DrJ: You can also make sure the system runs with an unpriveledged users... that would prevent them from modifying system level settings and prevent package installation [16:28] it would not prevent them from using portable applications saved to their local /home directory [16:28] or maybe boot from a pxe server and use a kickstart file [16:29] these are laptops they will be taking home with them to work during this stupid coronavirus [16:29] so the pxe server is not an option [16:30] then install whatever they will need and get them a low priv users [16:30] that's what I've done [16:30] lock the grub bootloader [16:30] ! [16:30] but just figured I'd see if there is a 100% way where I could say just restart the laptop if you have a problem [16:31] well use tails :D [16:31] tails? [16:31] after each install it will be the original system [16:32] tails is not supported here... and I would not recommend that as a solution as it runs all network connections through Tor proxy servers [16:32] it was a joke [16:32] if he gives them tails they will have high privs [16:33] DrJ, some additional details might help, but if you replace gdm with lightdm you can re-enable and use the Guest Session [16:33] DrJ: You've done your best, there is never a 100% assurance that a User will not find a way to muck things up. At the issuance of each laptop, make sure they're aware that if anything goes wrong, you can't help them right away [16:40] DrJ: Could you use LVM with snapshots and revert the snapshot on boot? Would it also be an idea to mount /home with the noexec? flag to not allow things to be executed from /home? (I just jumped in, so take my thought with a grain of salt) === acovrig_afk is now known as acovrig [16:42] hello [16:43] https://termbin.com/24pl [16:43] how messed up is the hard drive and can I fix it? Will a format work? [16:47] I would not trust my life on that drive. [16:47] 2 self-tests failed with read error? yeah, it's failing [16:49] Peppi, get the data onto a good drive ASAP, or preferably a ZFS pool of multiple drives. [16:49] What filesystem do you have on it? [16:50] Worst case, you could do a fsck.ext4(for example) -c to find bad blocks and add them to the badblock list. That way the OS won't use them. Still, get a new drive. [16:53] lordcirth_, the drive has all ready been migrated [16:53] randy^ins, so the drive is garbage? [16:53] is there no way to fix bad sectors? [16:53] would a format not "fix" it? [16:54] Peppi: The drive would be fine for a scratch disk till it actually dies... but would not use it for anything vital [16:54] Peppi: There is, you could do a fsck with the -c option. [16:54] bad sectors grow .. [16:54] Peppi, if you were using, eg, ZFS raidz2, you could justify using it a bit longer. Or just for scratch space/cache. [16:55] I agree with oerheks and lordcirth_. You should really not rely on the drive. If you *need* to use it however, there are tricks like the badblock option. [16:56] Which is a temporary solution to get data of the drive and such. [16:56] I'm just not confident it's actually bad... I had it in my NAS and it all happened when I copied something to it. I'm not convinced the sectors are actually bad. Is SMART ever wrong? Does formatting the drive reset the bad sectors? If I format and do a SMART scan will it still find those bad sectors? [16:56] SMART frequently misses problems, but rarely raises false alarms [16:56] You can run a badblocks scan [16:57] lordcirth_, how do I do that? [16:57] hi, is there a way to open the context menu by executing a command? [16:57] Peppi, man badblocks [16:57] Peppi: fsck -c [16:58] randy^ins, isn't that just going to "hide" the bad blocks? [16:58] Peppi: on the contrary it should uncover them [16:58] Peppi: It will add them to a list of bad blocks and tell the operating system not to use them. It won't magically fix them, no. [16:58] It records the bad blocks in metadata and the filesystem won't use them [16:59] but bad sectors grow .. [16:59] yeah if bad sectors start it's time to get a new hdd [17:00] my premis is there are no bad blocks [17:00] the drive is only 4 years old [17:00] Peppi: didn't you say smart test showed some? [17:00] Most drives have 3 year warranties at most [17:00] a 4-year-old drive failing isn't surprising at all. [17:01] my premise is the NAS added the blocks as bad when they weren't [17:01] Peppi: pastebin the output of 'sudo smartctl -a /dev/sdx' where sdx is your hdd [17:01] https://termbin.com/24pl [17:02] 30 bad sectors [17:03] hdd is failing [17:03] The drive controller sets the bad sectors, not the OS Peppi ... your theory is incorrect [17:04] pragmaticenigma, ok. then it is what it is... to the drill it goes lol [17:04] EriC^, how do you read 30? [17:04] Peppi: That's why we're all saying the drive would be fine for something non-critical, like scratch for a video/photo editing or swap space for a database. [17:04] Peppi: Reallocated_Sector_Ct 0x0033 199 199 140 Pre-fail Always - 30 [17:05] The last value for ID# 5... the RAW value represents the number of failed sectors for that particular reading [17:06] EriC^, got it thanks [17:06] pragmaticenigma, got it thanks [17:06] Peppi: "VALUE" is a count down, the closer to "THRESH" is bad [17:06] pragmaticenigma, wait I don't understand that [17:07] ooh [17:07] wait ok [17:07] i think threshold is like a 'critical sectors' when it reaches that it's really bad, i'm guessing [17:07] this is the other drive (sister drive) https://termbin.com/59eg7 [17:08] Peppi: that one's clean as a whistle [17:08] Threshold in the case of bad sectors represents a point when the drive may not be able to reliable reallocate sectors from the available unallocated [17:08] Peppi: Are these drive mounted in close proximity to one another? [17:08] anyhow it's bad and it has nothing to do with my stupid NAS. SMART is failing and that's that right? [17:09] pragmaticenigma, they were... in my 4 bay NAS [17:09] Peppi: Check to make sure the bushings to dampen vibration are in there or in the caddies. [17:10] pragmaticenigma, I assume so. I have 2 other drives that are around the same age. In the NAS [17:10] I currently have the drive in my odriod hc2 [17:12] Peppi: I would double check... drives don't like vibration. If this is a dedicated NAS, I'm hoping you are purchasing drives designed for NAS enclosures [17:13] hello, any one here familar with netplan? I am having a issue with the response codes that netplan try returns. if i run a /usr/sbin/netplan try --config-file /etc/netplan/99-network-config.yaml and there are errors in the config I still get exit code 0 from the command even though it failed [17:14] pragmaticenigma, it's a QNAP 4 bay NAS I assume they have what they need [17:14] my odriod hc2 though is another story I guess [17:14] brb [17:25] im on 18.04, whenever I click an item on the menu it seems to want me to drag it around to re-order it [17:25] why is that? can I stop that [17:26] adding it to the favourites fixed it [17:36] is there somewhere better for me to ask me question? maybe another channel? [17:37] ask and wait [17:37] thanks [17:37] i will continue to wait [17:39] ask your question and someone will see it and replay to you [17:39] maybe i'll help you if i know [17:40] I am having a issue with the response codes that netplan try returns. if i run a /usr/sbin/netplan try --config-file /etc/netplan/99-network-config.yaml and there are errors in the config I still get exit code 0 from the command even though it failed [17:42] jg_agility: If I make a typo in netplan and use try it correctly returns 1 with "Error while loading /etc/netplan/50-cloud-init.yaml, aborting." [17:42] what kind of error does your file have so I can give it a try? [17:42] sudo crontab -e [17:42] @reboot /usr/sbin/netplan apply [17:43] Squall5668 /etc/netplan/99-network-config.1584466848.8961432.yaml:10:7: Error in network definition: invalid prefix length in address '10.0.2.15/256' [17:43] it is a "fake" error that i manually put in the file to test [17:44] yup, just tested the same thing. It did return 0, hm [17:44] it is weird to me, because it is very non standard for linux commands to return code 0 on failure [17:45] unless netplan is telling me that the revert succeeded even though the attempt to use the new file failed [17:47] at the end of the day what i am really trying to do is validate the config before I apply it. deploying a bad config and then applying it may leave a vm in a bad state [17:52] jg_agility: The issue is that you can't rely on the return code when the function is a test... The reason you get a zero when you check the config is because the application successfully checked the config file for errors an reported them. The program itself didn't error out [17:53] The return code of an application indicates if the application that ran had an error... not what it was processing [17:53] sure but that make the return code of that subcommand of netplan fare less usefull [17:54] because now there isnt a reliable way to know if there were errors during the checking of the config [17:55] jg_agility: You would have to capture the output. One thing you can do is see where the output is being sent. most application send "informational" messages to stderr, while stdout will contain the actual report [17:55] h [17:56] hmm, ok. it going to be tricky because netplan produces multi line output that is not easy to parse [17:57] jg_agility: I do it all the time, however, such discussion is off topic here unfortunately [17:57] jg_agility, have you tried calling netplan generate? Maybe it will return failure [17:58] pragmaticenigma: ok thank you. [17:58] lordcirth_ the difficulty with generate is that it will write to disk, so the bad changes are persisted [17:59] pragmaticenigma out of curiosity i double checked with visudo and it's behaviour is much more in line with what i expected [17:59] returns error code if the file fails to parse: /usr/sbin/visudo -c -f sudo-test [17:59] >>> sudo-test: syntax error near line 1 <<< [18:00] I guess then it would appear it's a developer decision. could file a bug against it [18:01] guess i could file a bug, but it seems like they mostly get ignored and languish forever when they are not important. and more likely i am going to be told that it is the intended behaviour [18:02] thank you for you help. I will fumble my way through parseing the output [18:06] Hello guys, I'm trying to install some packages like "Slack" and "GitKraken" on Ubuntu 20.04 (current daily) but I keep getting unmet dependencies: Depends: python but it is not installable. Any guess? Thanks [18:06] !ubuntu+1 | drvy [18:06] drvy: Focal Fossa is the codename for Ubuntu 20.04 - Support only in #ubuntu+1 [18:06] ugh, sorry! [18:16] dpkg --configure -a is stalling [18:16] this is what i see: http://ix.io/2evN [18:16] it's been stuck there for about 10 minutes [18:17] should i wait longer? or is there something i can try? [18:17] i think my GPU is dying [18:17] on a lot of Valve games on linux, the screen becomes extremely scrambled and flickers [18:18] the UI looks like this: https://cdn.discordapp.com/attachments/389102232747900929/689535466826891435/unknown.png and the game itself looks like https://cdn.discordapp.com/attachments/389102232747900929/689536207079997488/Screenshot_from_2020-03-17_14-09-00.png [18:20] r3muxd, might be. Any errors in dmesg? === mist is now known as Guest73723 [18:20] [112736.742446] hl2_linux[139836]: segfault at dff44 ip 00000000eff91f1f sp 00000000fffe0360 error 4 in vphysics.so[efe5d000+1a7000] [18:20] [112736.742453] Code: 45 a0 89 c6 8d b4 26 00 00 00 00 f3 0f 10 43 28 0f 57 c9 f3 0f 5c 43 18 0f 2f c8 76 4e 0f b7 43 2e c1 e0 04 03 43 24 8b 40 0c <8b> 10 f3 0f 11 44 24 08 89 5c 24 04 89 04 24 ff 52 04 83 ee 01 79 [18:20] which is weird [18:20] because it didn't crash [18:20] heya guys i'm running ubuntu 18.04 and i'm trying to get my external screen to run 640x480. This resolution is not available from the drop down menu so i have to force it using xrandr === Guest73723 is now known as `mist [18:21] <`mist> how do i go about making the change permanent [18:21] <`mist> none of the solutions available on google seem to work. putting it in Xsession.d, .profile, and whatever other places i've put it [18:23] actually i can only recreate it under two conditions: it's an old (as in pre-2013) source engine game, and the game has been open for more than 30 minutes [18:24] bleb: probably best to wait a bit; how long has it been going? is there anything in top or dmesg that looks out of place or may explain what's going on? [18:24] r3muxd, what do you think ubuntu can do about this? [18:24] replace cpu? [18:24] err gpu [18:24] it only happens on those games now that i think about it and only on linux [18:24] try some lower graphical settings? [18:24] sarnold: 20 minutes now [18:25] doesn't even matter if i'm actually in-game, just leaving it at the menu will have it slowly degrade into what looks like a TV in-between two channels [18:25] bleb, why don't you open another tab and run dmesg ? === hamington_ is now known as hamington__ [18:27] ioria: okay [18:27] what should i look for? [18:27] r3muxd: Who are you speaking to? Steam client and associated games are not supported here. If you are having difficulty with the client and/or the games, you need to contact Valve's support options [18:28] bleb, well, for starter, you can tell us why you're running dpkg --configure -a (as root) [18:29] bleb, it's a dual boot system ? did you removed manually some kernel packages ? did you stop a previous upgardes ? etc. etc. [18:30] ioria: i was following this: https://askubuntu.com/questions/1109982/e-could-not-get-lock-var-lib-dpkg-lock-frontend-open-11-resource-temporari [18:31] because some auto-upgrade thing was holding the locks and preventing apt upgrade [18:33] yikes [18:34] so you interrupted an update already in progress to do .. what? [18:34] i don't know if there was an update in progress [18:34] bleb, ps auxf | cat | nc termbin.com 9999 [18:34] but the goal was to update the software on my system [18:35] i think there is a gui thing that pops up periodically on xubuntu, asking the user to click "confirm" or something [18:35] bleb: If there is an error when you are trying to update... come here first... and don't follow articles with big banners at the top that say closed, and relocate you to another post that is 9 years old [18:35] should have been a warning [18:36] that may have been running and waiting for a gui user to click okay [18:36] ioria: https://termbin.com/scev [18:36] bleb: the locks happen periodically because apt is trying to update the package listing in the background. If you have unattended upgrades, that could also cause the issue. Last, if you interrupted a previous update prematurely the lock files may have gone stale and weren't removed [18:38] bleb, are you working via ssh ? [18:38] ioria: yeah [18:39] bleb, disk space is ok ? df -h [18:39] pragmaticenigma: i already did this: sudo rm /var/lib/apt/lists/lock [18:39] sudo rm /var/cache/apt/archives/lock [18:39] sudo rm /var/lib/dpkg/lock* [18:39] ioria: says i have 6.2G available [18:41] bleb, i think it's probing something ... [18:42] bleb: alright, so my guess: kill 16997 17301 17407 17424 17425 17426 22649 23423 23427 23428 23582 23583 23587 23588 23429 23430 31609 32385 32389 32390 32545 32546 32550 32551 5559 6334 6338 6339 6493 6494 6498 6499 6595 6596 6597 11926 12701 12705 12706 12860 12861 12865 12866 12707 12708 13035 [18:42] bleb, and unattended is doing the same job as dpkg [18:43] ioria: motd said there were 8 packages with uninstalled security updates [18:43] so i don't think unattended was doing its job [18:44] but yeah it could be running in the background even though i killed it [18:44] well, it's doing now [18:44] bleb, what's on /dev/sdb1 ? [18:45] ioria: an external hard drive i think [18:46] bleb, can be disconnected ? [18:46] no since im working remotely [18:48] bleb, dmesg | tail |nc termbin.com 9999 [18:50] ioria: https://termbin.com/v8li [18:53] bleb, ll /etc/grub.d/30_os-prober (you can paste here) [18:53] -rwxr-xr-x 1 root root 12059 Feb 7 2019 /etc/grub.d/30_os-prober* [18:54] bleb, ll /usr/lib/os-probes/50mounted-tests [18:55] -rwxr-xr-x 1 root root 2543 Mar 6 2017 /usr/lib/os-probes/50mounted-tests* [18:57] bleb, well, i don't have a safe solution. i'd kill dpkg and unattended (i'd also disable it) and then i'd run again --configure -a === waxfire8 is now known as waxfire [18:58] i dont see any process with the word "unattended" in it [18:58] so i think i killed it already [18:58] but how would i dislble it [19:02] in general, sudo dpkg-reconfigure -plow unattended-upgrades [19:03] ok [19:04] trying dpkg --configure -a again [19:07] stalling at the same place for a couple minutes now [19:07] did you kill the previous processes? [19:09] i killed /usr/bin/dpkg --status-fd 56 --configure --pending [19:09] and /bin/sh /var/lib/dpkg/info/linux-image-5.3.0-40-generic.postinst triggered linux-update-5.3.0-40-generic [19:09] the one from february, too? [19:09] before rerunning [19:09] those were the only two processes with dpkg in the name [19:10] bleb: kill 16997 17301 17407 17424 17425 17426 22649 23423 23427 23428 23582 23583 23587 23588 23429 23430 31609 32385 32389 32390 32545 32546 32550 32551 5559 6334 6338 6339 6493 6494 6498 6499 6595 6596 6597 11926 12701 12705 12706 12860 12861 12865 12866 12707 12708 13035 [19:10] oh yeah [19:10] i did that earlier [19:10] it's all the processes associated with previous os-prober runs that I figured weren';t playing nicely [19:11] ok canceling the dpkg command [19:11] heres ps auxf again [19:11] https://termbin.com/ei4m [19:13] dang [19:14] bleb: alright, try this: kill -9 21185 21959 21963 21964 22118 22119 22123 22124 22442 22443 27673 28447 28451 28452 28606 28607 28611 28612 28453 28454 1847 2621 2625 2626 2781 2782 2786 2787 [19:15] ok [19:16] hello [19:16] i need some help [19:16] !ask | sumagna [19:16] sumagna: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [19:16] Hi, I am having problems with my virtualised ubuntu 19.10. As fractional scaling is not enabled by default (I don't really want to change this), whenever the virtual machine opens the window is not full screen so it defaults to 100% scaling. When I go full screen I can then change back to 200% scaling. Is there a way to avoid having to do this every time? [19:16] my computer hangs just after i login [19:16] now running dpkg --configure -a [19:17] Hey there. I just installed 19.10 and have trouble with my three monitor setup. Settings > display doesen't list my second dvi-monitor, but on color tab it is listed [19:17] i can do Nothing4You [19:17] i can do Nothing4You [19:17] i can do Nothing [19:17] sorry for spamming [19:18] the computer hangs and i can do nothing [19:18] i have started the irc throught tty session before login [19:18] what should i do [19:19] i have tried reinstalling ubuntu-desktop but nothing happened [19:19] so any help is appreciable [19:20] sumagna, I would look in /var/log/Xorg.*.log [19:21] what should i do? [19:21] sumagna, also, what Ubuntu version? [19:21] ubuntu 19.10 [19:22] btw i cant see any xorg log file in /var/log/ directory [19:23] Ah, right, 19.10 probably has wayland [19:23] i think SolarAquarion [19:23] i think so [19:24] i am always pressing tab accidentally [19:25] sorry for quitting [19:25] now tell me [19:26] 10 minutes and dpkg --configure -a is stalled in the same place [19:27] i guess this shit is broken [19:29] do you have multiple OSes on your machine? [19:29] I think I purged os-prober on my own systems because I got sick and tired of waiting for it to run all the time [19:29] please help me about it. i cant work because it hangs so much [19:29] it hangs so much that nothing works [19:30] sarnold: no just ubuntu [19:30] sumagna: start up another terminal, run vmstat 1 in it, what's it look like when the system is fine vs when it's hanging? [19:30] ok wait [19:30] bleb: you could try purging os-prober, kill all the processes related to it again, and then try the dpkg --configure -a again [19:30] started it [19:30] you mean try the same thing again? [19:31] now what [19:31] bleb: yeah [19:31] oh but uninstall os-prober [19:32] it is giving me a table of some data which i know nothing about [19:32] sumagna: what's the swap column look like? [19:32] sumagna: how about the so and si columns? [19:32] swpd? [19:33] si and so column is 0 [19:33] yeah, sorry, I forgot the column name isn't just plain "swap" [19:33] swpd is also 0 [19:33] and has your system hung recently? [19:34] it hangs always [19:34] yup [19:34] it started hanging today onwards [19:34] then my guesses aren't it, hehe; go ahead and kill that vmstat :) [19:34] done [19:35] now what? [19:35] EriC^: you helped me earlier [19:35] can you help me this time also? [19:35] sarnold: after remove --purge'ing os-prober, and killing prober related processes, dpkg --configure -a runs quickly with no output [19:35] i assume this is a good thing [19:36] bleb: it probably is :) [19:36] lets see if apt upgrade works [19:36] bleb: apt install -f may also be useful, I can't recall which bits it fixes vs which bits dpkg --configure -a fixes [19:36] ok ill do that [19:39] sarnold anything much you can help? [19:39] sumagna: not really, the only hangs I've seen also included swap usage [19:39] sumagna: I haven't heard of other hangs [19:40] oh [19:40] sumagna: if you're using gnome, try removing all the gnome-shell plugin things you're using, I've heard those aren't good for reliabilty [19:40] how? [19:41] heh, no idea :) [19:42] please tell me somehow [19:43] i cant find it on the net [19:47] i have disabled them [19:47] sarnold: stuff seems to be working, thanks so much for your help! [19:48] bleb: woot! that os-prober's annoying stuff, I wish I knew better if we actually *need* it for anything [19:48] sarnold i have disabled them [19:48] sumagna: cool, try restarting your session and see if that helps anything [19:48] shutdown -r now? [19:49] command? [19:49] or logout and log in again [19:49] shutdown -r now works? [19:49] sure [19:56] sarnold [19:56] it didnt work [19:56] it is still hanging [19:57] dang [19:58] now what? [20:02] so how to stop ubuntu from hanging after logging in? [20:03] sumagna: did it used to work [20:04] yes [20:04] did you try creating a fresh user and see if it does the same [20:04] until yesterday [20:04] how? [20:04] sudo adduser newuser [20:04] wait [20:05] done [20:05] now what [20:06] sumagna: logout and try the new user [20:06] through gdm or through tty session? [20:06] gdm [20:06] wait [20:07] its working [20:08] not hanging at all [20:08] but what to do with my actual user? [20:08] i want it [20:08] how do I see the chrome menu bar (file Edit...) in 18.04 I want to do find on page. -- it int there and there is no hambug menu to the far right of the line with the url text box [20:08] 18.04 [20:09] EriC^: its not hanging in the new user [20:10] sumagna: ok, must be a bad user config then [20:10] tripelb, there is no menubar in chrome. [20:10] what to do? [20:10] sumagna: try find looking at "~/.xsession-errors" for clues [20:10] right side there are 3 dots, look there [20:10] sumagna: did you add anything to your ~/.bashrc or ~/.profile yesterday? [20:10] naah [20:11] i dont think i did [20:11] i never touched ~/.profile [20:11] but i think i didnt add anything to ~/.bashrc [20:12] sumagna: try to sequentially rename ~/.config ~/.cache ~/.gconf , see if any help [20:12] ? [20:12] try "mv ~/.config ~/.config.old" attempt to log in [20:12] i didnt understand [20:12] Hello folks! [20:12] ok [20:12] no dice, then rename ~/.cache, etc [20:13] hello stock [20:13] i have to hard reboot everytime it doesnt start [20:13] so its gonna take some time [20:13] sumagna: can't you press ctrl+alt+f1? [20:13] yes [20:13] thanks oerheks I am still stupid. see my screen https://pasteboard.co/IZyDRDQ.png [20:13] to get a tty and then login and restart gdm? [20:14] systemctl restart gdm [20:14] but after logging in, it freezes and the keyboard and mouse doesnt respond [20:14] if it works then it is normal else the above mentioned thing occurs [20:14] sumagna: might try to rename them all then in one go [20:14] ok [20:14] if you need to reboot use sysrq btw [20:14] !sysrq [20:14] In an emergency, you may be able to shutdown cleanly and reboot by holding down Alt+PrintScreen and typing slowly, in succession, S, U and B. For an explanation, see http://en.wikipedia.org/wiki/Magic_SysRq_key [20:15] that way you dont cause any filesystem corruption [20:15] ok [20:18] EriC^: i started from my original user and it still has everything from the new user [20:18] sumagna: aren't your files in the home dir? [20:19] sumagna: deleting .config resets the desktop, so you'll have to reconfigure it the way you customized it [20:19] yup [20:19] i have to reconfigure? [20:19] yeah [20:20] i want the previous reconfiguration [20:20] well it has some bug, it'll cause it to hang [20:20] i backed up everything btw [20:21] on another partition [20:21] sumagna: if you want to revert, do "rm .config" "mv .config.old .config" [20:21] if it hangs? [20:22] i mean it's your decision, why dont you just reset the background and whatnot? [20:22] what's the big idea [20:22] thats all that it contains? [20:22] what are the configurations it contains? [20:23] what are the configurations the .config folder contains? [20:25] only the background? [20:25] no for other programs as well [20:26] what does it contain actually?q [20:26] you could copy it back, and try renaming stuff one by one til you find the culprit, or maybe just copy the ones you're interested in [20:26] sumagna: type "ls .config.old" it should show you them [20:26] ok [20:26] is there a way to get help other than being called sumagna and spamming like no tomorrow? [20:26] thanks [20:26] ? [20:29] I have a problem with ubuntu 19.10. Can't detect one of my monitor's (third) in gui or xrand, but it shows on color settings in gui. Any advice where to next? [20:31] ubuntuUser94591: channel etiquette; if no response in 20 minutes, repeat your question to gain attention form those just joining. [20:32] ubuntuUser94591: :D .. sorry I have no multi-monitor experience to offer. [20:33] hello [20:34] ubuntuUser94591: same here, although i sometimes see people mentioning EDID and monitors not being detected properly [20:35] Hello Folks [20:36] EriC^: do you know which folder contains the information about my favourites? [20:36] Hi, how can i know what graphic driver my Xorg is currently using? [20:37] sumagna: i think ~/.cache [20:38] sumagna: or actually i think it's .config/google-chrome or so [20:39] ok gonna see to it [20:40] btw does the change happen immediately after i move from the old config folder to the new one? [20:40] sumagna: it depends [20:40] depends? [20:41] i think if you close the browser completely and restart it might [20:41] ok [20:42] I am running Ubuntu 18.04 on a Dell Precision 7510 laptop. It was working perfectly for about 2 years, but in the last week the number keypad has stopped working except for on the login screen, and sometimes the trackpad stops responding (I can move the cursor around, but nothing reacts to it) [20:44] I have installed the standard updates and a bios/firmware update (automatically delivered by ubuntu) [20:44] can anyone suggest anything I can do to resolve it? [20:44] and also there is a user-dirs.dirs file and user-dirs.locale file [20:44] what are they? [20:47] I am using bluetooth headset on 18.04, the audio is always skipping/missing/crackling in certain intervals inbetween. How can this be fixed? [20:48] i cant remember what one of my favourite apps were so how can i restore it? [20:48] clarkk: A thought: ' dpkg -l xserver-xorg-input-all ' show fully installed ? [20:49] found it [20:50] Hi folks I have a newbie question I have installed hddtemp, I have grant fully access to the program for my cureent user '-rwxrwxrwx 1 xsisec xsisec 40328 Jan 21 2018 /usr/sbin/hddtemp' though when I using the command in for instance in conky it says N/A, so basically conky havent the priveleges to the program how can I solve this? [20:50] EriC^: how do i remove the new user i had made? [21:18] if I add a NFS mount to my /etc/fstab and the NFS server doens't respond...will it cause the nfs server to not mount? [21:18] errr machine to not bood? [21:18] boot* [21:20] is x11 capable of handling over 2 monitors? [21:21] since wayland refuses to start out of the box [21:23] ubuntuUser94591: xorg, yes [21:30] Hi. I'm having some problems setting a new DNS on a fresh install of Ubuntu server 18.08 LTS. What is the preferred approach. I tried netplan, but it seems that my configuration gets overwritten after a short while [21:30] (Setting up the DNS settings on the network interface, not a server) [21:31] Chucara: Network Manager, IPv4 manual settings [21:32] jeremy31: Ah sorry, it's a headless server. [21:36] Chucara: confirm the renderer: ' cat /etc/netplan/01-network-manager-all.yaml ' . [21:37] Bashing-om: There were no files in /etc/netplan initially, so I created my own with networkd as renderer [21:39] Chucara: I am not the best versed here but did you run sudo netplan apply so the back-end configuration files are populated ? [21:39] Bashing-om: Yes. My DNS changes for less than a minute, then reverts back again. [21:40] Though, I'm not sure why the server doesn't get the DNS from DHCP. [21:40] I've found 3 different articles with 3 different solutions online, and figured that I must be missing something simple. [21:41] Bah - recovery mode is broken! I couldn't login into my PC for hours :/ [21:41] It seems to "work", but I don't see the menu. As if it is displaying that on a monitor I don't have. [21:42] Isn't there a way to get a prompt on the same monitory that shows grub and the following boot up messages? [21:42] monitor* [21:49] Aleric: at the grub menu, edit the kernel command line and add "single" or "init=/bin/bash" or "init=/usr/bin/bash" [21:50] sarnold: I tried all those - single did the same thing: I did not get a prompt - the boot messages just stop where I SHOULD get a prompt and then the monitor image doesn't change anymore. [21:50] Using the init= line gave me a kernel panic "trying to kill init" and froze. [21:50] ew [21:51] The problem was that I couldn't log into GUI anymore because I had turned that off; I needed recovery to turn it on again :/ [21:52] Eventually I got far enough so sshd was running, then I could login remotely and turn GUI on again. But I STILL can't boot into recovery. === kostkon_ is now known as kostkon [22:12] i am trying to delete var/www/html/index.html but it doesnt let me do it, why? [22:12] permisions most likely [22:12] oerheks, after reboot I did get the 3 dots on the far right in chrome. (I have no understanding) I had to reboot because the nonworking youtube window told me to. FYI [22:12] Perfec7, sudo rm var/www/html/index.html === bindiboi is now known as bindi [22:14] Mathisen, rm: cannot remove 'var/www/html/index.html': No such file or directory [22:15] be sure to use the path that you actually want to delete [22:16] indeed [22:16] Perfec7: I would expect var/ to be under 'root' .. what shows / ls -al /var/www/html/ ' ? [22:17] Bashing-om, you're right. worked [22:17] thanks [22:18] how can i define me as root all the time? [22:18] that is bad habbit [22:18] just use sudo when you acutal need to [22:18] hum [22:18] all right [22:19] thanks [22:19] Perfec7: "root all the time" is not in the ubuntu design :D [22:19] sudo -i # for the whole terminal session [22:19] that would be valid. [22:21] the problem is that i am using an editor to save the .html and it keep saying "permission denied" [22:22] oh oke, standard procedure, if you want easy access to your webserver, add your user to the www-data group [22:22] Perfec7: open your editor in admin mode :D [22:23] sudo useradd -g www-data [22:23] logout/login and voila [22:28] hi all. i have problem to save nvidia configs. i have monitor 144hz, and after reboot nvidia set 60. i have xorg.conf in /etc/x11. i tried a lot advice from internet. no one work. i create xorg file in others dirs, create xorg.conf.d folder, 20-nvidia.conf file, nothing help [22:28] pls, help me === abirkill- is now known as abirkill [22:30] Bashing-om, oerheks thanks [22:31] in Xorg.0.log in the end i have 'systemd-logind: got pause for 13:67' [22:31] sudo nvidia-settings', click on the X Server Display Configuration tab and select your resolution and refresh rate ?? [22:32] You can (should?) run nvidia-settings as non-root. [22:33] should not be a problem, it keeps the settings systemwide [22:34] other solution; xrandr --output --mode 1920x1080 --rate 144.00 ## example xrandr --output HDMI-1 --mode 1920x1080 --rate 144.00 [22:38] nvidia-settings does not let me change the refresh rate. It's just 59.9 Hz. [22:38] However, I don't think that is a problem. [22:38] It's perfectly normal for an LCD screen with a desktop on it ;). [22:40] fd2: So, what is the output of just 'xrandr' give you? Does it list a mode with a refresh rate of 144? [22:42] Aleric, yes, it gives. and, also, if i set 144 in 'Nvidia X server settings' or 'Displays' - all work fine. there no problem. problem is - options doesnt save! [22:43] Ok I see. Well, after setting it and it works you should somehow be able to get the 'modeline' that is being used at that moment (probably with xrandr). Then you have to manually add that line to xorg.conf [22:44] oerheks, i set 144 and all fine, but after reboot pc - 60 again. and, also, i want to set '{ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}' to off tiring. but for some reason my xorg.conf file don't work [22:45] sorry for the slow responses. tight with English [22:47] oerheks, i made it 'xrandr --output DP-0 --mode 1920x1080 --rate 144.00' and set to 144 [22:47] does that survive reboot? [22:48] i see one solution - create script with commands and make it autorun. but i don't know how to set off tirring (how to set '{ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}') [22:49] i am going to figure out [22:49] Can't you set THAT in nvidia-settings? [22:49] I think you can [22:50] He left? [22:50] it doesn't save [22:50] Oh you're still here :) [22:50] What do these lines say in your xorg.conf? [22:50] HorizSync 30.0 - 83.0 [22:50] VertRefresh 50.0 - 76.0 [22:51] in Monitor Section [22:51] and, i catch one thing - when pc reboot there are several black screens, like video setting set/reset [22:52] Aleric, ' HorizSync 30.0 - 160.0 VertRefresh 56.0 - 144.0' [22:52] oerheks, it doesn't save [22:54] Are you sure xrandr shows 144 refresh for the resolution that you are using? [22:54] do you need xorg logs ? [22:54] It would show 144 for a low resolution of course. [22:54] Aleric, yes, i am sure [22:54] ok [22:54] it's gaming monitor, benq xl2411p [22:55] '1920x1080 60.00*+ 144.00 119.98 99.93 59.94 50.00 23.98' [22:55] Oh, I have BenQ BL2411 [22:55] lol ) [22:55] It's using just the first one I guess. [22:55] destiny make us together ) [22:56] I don't think mine can do 144 [22:56] makes* correct? [22:56] but your monitor bigger (1200vs1080) [22:56] better for work [22:57] and IPS when mine is TN [22:58] when i came here for help - i was given a command that download on some website my files by run command [22:58] but i didn't save that command ( [23:01] can I set my 18,04 computer (HP Probook) so I can close the lid and let it continue functioning - not shut off or hibernate. [23:02] tripelb: check HandleLidSwitchExternalPower= in logind.conf(5) manpage [23:02] yes [23:03] tripelb, you should setup 'gnome-tweaks' [23:03] 'sudo apt install gnome-tweaks', then run it by 'gnome-tweaks', and in it 'Power' [23:12] guys ? [23:12] in any case i want to thanks for your help [23:12] yes? [23:13] sarnold, i aksed about my problem with saving video options [23:14] GRUB_DEVICE_BOOT_UUID='f2103d9f-153a-4b18-986e-683942d2afec' [23:14] GRUB_DEVICE_UUID='bf8a42af-8764-4759-b9f8-df5d444abbc0' [23:14] I wonder which is which? :/ [23:14] fd2: ah; I don't know much about nvidia stuff [23:15] fd2: I used the autorandr tool to automate some xrandr configuration setting though [23:15] Aleric: lsblk -f may help? [23:16] I have stuff like: [23:16] linux /boot/vmlinuz-4.4.0-31-generic root=UUID=f2103d9f-153a-4b18-986e-683942d2afec ro ... [23:17] So that should be my root partition... but from the name I'd have guessed it is the /boot partition. Bad name if you ask me. [23:18] ─sda3 ext4 f2103d9f-153a-4b18-986e-683942d2afec /boot [23:18] hmm [23:18] ─sda5 ext4 bf8a42af-8764-4759-b9f8-df5d444abbc0 / [23:18] So, not a bad name.. but why on earth does grub only pass the UUID of /boot as 'root' ?? [23:20] sarnold: Should you pass the UUID of '/' as kernel parameter? [23:20] Shouldn't* [23:21] Aleric: I don't know :( my world exists after init is starting services [23:21] sarnold, i have installed autorandr, does it have GUI ? [23:22] fd2: no [23:22] OMG it's a bug! [23:22] When I run 'sudo update-grub' from / it uses the other one!!! [23:24] sarnold, how to use it? do you have some link with information ? [23:25] Aleric: please file a bug on that :) [23:26] fd2: https://github.com/phillipberndt/autorandr#how-to-use [23:26] sarnold, how i understood autorandr is not i need [23:27] sarnold, thanks [23:27] argh, I can't find out how to report this bug [23:27] Aleric: try ubuntu-bug grub-common [23:28] I did - it drops me on the home page of lauchpad and there is no 'report new bug' button there anywhere. [23:29] o_O [23:31] Hi. After my screens go to sleep the configuration of multi monitor setup is lost, anyone knows why? [23:31] I mean if i turn of both screens. [23:31] oh I had to first log out (I was already logged in on lauchpad) [23:31] another bug thus [23:34] Aleric: that's even stranger :) I never log out of launchpad and file bug reports with that hting all the time :/ === Birrosso is now known as Birosso [23:37] And now I can't reproduce it :/ [23:38] I just pasted it here right [23:38] linux /boot/vmlinuz-4.4.0-31-generic root=UUID=f2103d9f-153a-4b18-986e-683942d2afec ro ... [23:39] now I can't get that f210... back :/ [23:43] I don't know, I must have been mistaken. [23:56] why some progs dont updated in 'ubuntu software' ? for example WINE [23:57] we consider our wine version as stable. [23:57] and it gets updates, bugfixes. [23:57] !latest | fd2 [23:57] fd2: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa.