[00:00] hi, having difficulty understanding the cmake instructions here: [00:00] https://github.com/piclas-framework/piclas/blob/master/INSTALL.md [00:00] specifically [00:01] "Configure the build using CMake; ENABLE_ triggers the build of the corresponding tool." [00:01] what does that mean? [00:01] what command would i use? [00:01] when i use ccmake ../ i'm brought to a GUI that i don't recognise and isn't documented [00:01] please help somebody! [00:11] hey. I managed to configure the fingerprint sensor on Ubuntu. I can log in with it and use it to run sudo commands. However, right after logging in, Ubuntu asks me for my password to unlock the "keyring" or something, making the fingerprint swipe useless. How can I solve this issue? [00:12] It seems it has something to do with this 2008 bug: https://bugs.launchpad.net/ubuntu/+source/thinkfinger/+bug/276384 [00:12] Launchpad bug 276384 in gnome-keyring-manager "Thinkfinger doesn't unlock keyring" [Medium,Invalid] [01:00] hey all, I have an odd little request... My laptop (HP EliteBook 8570p) has a software-controlled audio mute button.. it has a white and amber LED in it... I want to make it flash or alternate between white and amber when there's something actively using my microphone.. is there any guides on this? [01:04] gartral, better get you programming fingers going.. I kind of doubt it.. [01:08] How can I get my live WebCam to replace a green background with a specific PNG or JPeG image? I'm using Ubuntu Linux 18.04 LTS. Thanks. [01:29] Randolf: https://obsproject.com/ [01:30] Open Broadcaster Software; it's what a sizeable chunk of streamers (YouTube, Twitch, etc) are using anyway [01:32] I think Snowden is using it as well for his telepresence talks and whatnot (can see the greenscreen glare thru his glasses) [01:38] is there a terminal command to see resources used? [01:39] Deihmos: 'top' is the default; there are others, such as 'htop' etc [01:45] phazon: The OBS Project won't start for me. I've tried removing it and re-installing it. So I looked at programs like Cheese but I can't figure out how to get it to work like this. [01:45] Deihmos: atop, nmon, sysstat, cpustat, saidar and tonnes of others that reinvent the wheel [01:48] Randolf: I've never tried to use it so cant offer support, but, there is a help tab at the top of their site that has support options (forum and discord chat); might wanna roll the dice and try one of those [01:51] Randolf: Did you compile from source or use their pre-built binaries? should try the former, as the latter can cause problems === sywey is now known as Sywey_W [02:09] Randolf: you could try to build the older "OBS Classic" thing mentioned on the bottom of the downloads page and see if there is success with that [02:14] Randolf: OBS is one of the very few times I actually recommend using a third party repository...which version and flavor of ubuntu are you using/ [02:27] anyway to increase the left column size of geary? [02:27] its too small to read anything [02:37] hi [02:40] i keep getting this error message when I attempt a backup [02:41] https://pastebin.com/aAntgd0h [02:41] i keep getthing ^ that error [02:41] JFox762: what version & flavor of ubuntu? Also, what is the exact command you're using to get this error? [02:42] ubuntu 18.04, I think' [02:42] yes it is 18.04 [02:43] @SlidingHorn [03:09] hi, I need some help with nginx. I have dbab pixel server running on port 80; which is important and I want it to run. When I start nginx it errors out saying a service is already active on port 80, I tried changing nginx port to 8080 thru sites-enabled/default but no joy. How can I set nginx to run on 8080? [03:28] hi all...just trying to figure out how to auto update a server...can anyone tell me what i'm missing [03:28] ? [03:29] tried crontab, which should run as root, correct? [03:30] tried cron-apt...2 to 3 config files...seems like an intentional bar for entry...there has to be something that i'm missing [03:34] Any Programmer for Python?? [03:49] if i do `python --version` it comes back with the 2 variant. and `python3 --version` shows the python 3 version. which is the default for the system? [03:50] shouldn't it just be as simple as "autoupdate daily --enable 0400"? === capella|away is now known as capella === tulsi is now known as Guest13570 === capella is now known as capella|away [05:05] I am trying to get hibernate to work in Ubuntu 18.10. I've made the config changes in this gist, but am still getting one kernel PM error in the log when I hibernate and no mention of hibernation at all in the kernel log when I resume: https://gist.github.com/sparr/d503a3983efa2a4341c506722c2cc728 [05:26] how do you upgrade your kernel on Ubuntu? [05:27] (I want to use one of the newest ones that the Linux kernel developers have categorized as stable, even if Ubuntu hasn't yet except if you enable testing packages or something) [05:30] murthy, sorry man I was busy working. No I have not yet found a solution for the x11vnc issue :-( === Class7_ is now known as Class7 [05:44] aneon: Take a look here: https://stackoverflow.com/questions/10829402/how-to-start-nginx-via-different-portother-than-80 [05:45] kinghat: the short answer is "both" - different applications depend on different versions of python [05:45] !kernel | DarwinElf [05:45] DarwinElf: The core of Ubuntu is the Linux kernel: see https://help.ubuntu.com/community/Kernel - You shouldn't have to compile your own, and if you need to troubleshoot issues, you can try a !Mainline kernel instead, but if you insist, see https://help.ubuntu.com/community/Kernel/Compile (see also !Stages) [05:45] !mainline | DarwinElf also see here [05:45] DarwinElf also see here: The kernel team supply continuous mainline kernel builds which can be useful for tracking down issues or testing recent changes in the Linux kernel. More information is available at https://wiki.ubuntu.com/Kernel/MainlineBuilds [05:47] i don't need to compile it, but I want something a little newer that has improvements/bugfixes for my display/video/graphics card drivers. The kernel I currently have is relatively old now [05:47] !mainline [05:47] The kernel team supply continuous mainline kernel builds which can be useful for tracking down issues or testing recent changes in the Linux kernel. More information is available at https://wiki.ubuntu.com/Kernel/MainlineBuilds [05:47] DarwinElf: what version and flavor of ubuntu are you running? [05:47] Kubuntu 18.04 [05:50] and what kernel are you looking to use? [05:50] latest stable that's in the archive linked on that page [05:51] i.e., 4.20.3 [05:51] Exactly which module or patch are you basing this decision on? [05:51] AMDGPU [05:52] there are several improvements for several versions since 4.17 [05:52] which version has the update you need to run? [05:52] 4.18, 4.19, possibly also 4.20, but it's stable anyway [05:52] (i.e. what you're looking to do is not supported. You should only do this if you know exactly what you're doing) [05:53] yeah, it's easy. I've done this on more difficult OSes [05:53] DarwinElf: what exactly is the problem with your current amdgpu? [05:53] well you can read about the various improvements/bugfixes if you want to [05:54] DarwinElf: just please keep in mind that these we *mainline* kernels. No Ubuntu patches or adjustments. [05:54] it's bad enough some GPU things freeze my PC [05:54] s/we/are/ [05:54] what are 'Ubuntu patches or adjustments?' I hadn't usually used an OS that does that at all [05:56] DarwinElf: are you affected by an existing bug on amdgpu? [05:57] DarwinElf: there are local patches applied to the kernels at Ubuntu, or specific kernel options. The mainline kernels are expected to be used to *test* if an issue is caused by the local patches, or is present in the upstream code [05:57] DarwinElf: also before playing with kernels, i would compare the amdgpu driver vs the amdgpu from amd as a test [05:57] oh. I can wait if I have to [05:58] i have the one from AMD. Still I think it may use part of what's in the kernel [05:58] DarwinElf: so, what was wrong with the one from ubuntu? [05:58] i.e., I have AMDGPU-PRO... but it's far from perfect [05:59] there are several improvements for several versions since 4.17, it's bad enough some GPU things freeze my PC [06:00] DarwinElf: on both amdgpu drivers the same problems? [06:01] i'm using the compute drivers, which are only in AMDGPU-PRO. I just didn't know maybe that the Free/Libre/Opensource display part of the driver is not at all used at the same time [06:02] DarwinElf: also, are you sure its your graphics card that makes system freeze, and not kubuntu eyecandy that lags? [06:03] it's certain computing only that makes it freeze. I have most 'eyecandy' turned off [06:03] DarwinElf: have you tested for example a 18.04.1 ubuntu-desktop on gnome? [06:03] i'm not going to [06:04] do you know what I mean by graphics computing? The display is not even involved [06:04] now I see I could upgrade from 18.04 to 18.04.1 if I don't already have that [06:05] actually I apparently my more specific version already is 18.04.1 [06:05] DarwinElf: its your system, you can decide what to test and whatnot [06:06] DarwinElf: my point is, we have many users with stock amdgpu working nicely by default here [06:08] that's not what my point is. I'm using AMDGPU-PRO to use the GPU as a CPU. With only certain programs that do that, sometimes it eventually freezes. This is a different issue than the other users [06:09] DarwinElf: if you need help debugging it more, can you provide us your logs/errors? [06:10] i don't know where the logs are. Anyway I found out there have been several new releases of AMDGPU-PRO since then. I'll try one of those. So were people saying, if I use that, it doesn't use the plain AMDGPU at all, so it can't be related to that? [06:11] if I find the logs I'll ask on a forum related to the specific software === andyhuzhill_ is now known as andyhuzhill [06:11] if it even happens after the upgrade [06:12] DarwinElf: the upgrade to? [06:12] [...] Anyway I found out there have been several new releases of AMDGPU-PRO since then [06:12] 18.50 of that driver (I'm on an even earlier 18.30 than the latest of that) [06:17] DarwinElf: if i was you, i would approach this systematic aka: test the stock driver from ubuntu on LTS first, if you have problems, find ther errors/bug first after that doesnt help you can play with other drivers/kernels [06:18] you mean the driver from the Linux kernel? [06:18] as said, it won't do everything I want === downs is now known as help === help is now known as Guest17345 === Guest17345 is now known as downs === rudy is now known as Guest3207 === the_ant1 is now known as the_ant [07:02] I hot removed a bad drive but it appears it's io file still exists as /dev/sdc. Reading or writing to the device shows its 4GB and reads/writes at 6GB/s. I guess the device that remains is a ram drive? [07:03] There is a corresponding 4GB of unknown memory usage I can't seem to work out where else it could have gone. Is there a way to force it to eject or something? === SlidingHorn is now known as BrassManTv === BrassManTv is now known as SlidingHorn === energizer is now known as aenergizer === the_ant1 is now known as the_ant === aenergizer is now known as energizer [07:20] Tin_man that's a slight problem, I can't code for the life of me [07:36] hi [07:36] does ubuntu have spyware? [07:36] i kinda read it integrated amazon [07:38] you need to actively enable that now to see online amazon ads [07:40] @ducasse so its not on by default [07:40] right? [07:41] it was once, in older releases, but not anymore [07:41] hey im planning on buying a NUC5CPYH [07:41] was wondering if ubuntu can be isntalled on thios [07:42] a lot of people are running ubuntu on nucs with good results [07:42] lotuspsychje: ^^ comments? [07:43] yeah i just wanna know since im gonna buy from a seller [07:44] also i read not all nuc support ubuntu [07:44] thats why i asked [07:46] if it's a very, very recent model it might take a little time for drivers and firmware to catch up, but try googling ubuntu + model number [07:46] test [07:50] is ubuntu core also called ubuntu server [07:50] or are they different [07:51] different [07:52] ubuntunewbie: the new nucs are very ubuntu friendly, just make sure you update bios to latest before install [07:56] @lotuspsychje how bout the older one like NUC5CPYH [07:59] ubuntunewbie: also works, same story make sure you update bios first [08:06] ubuntunewbie: from what i can find online, seems they should work fine. some users say to install in legacy mode if you have problems installing in uefi mode === anubis is now known as Guest9900 [08:33] soup [08:33] oops [08:34] wrong channel [08:41] how do i filter out the chat to get rid of all the "user has quit irc" [08:41] or has joined irc [08:42] ubuntunewbie: in your irc client, you can normally choose to not show joins/parts [08:42] !quietirc [08:42] To ignore joins/parts/quits in your favorite IRC client, see http://wiki.xkcd.com/irc/Hide_join_part_messages [08:42] ubuntunewbie: ^^ [08:42] !quietirc [08:42] im using web [08:43] ubuntunewbie: wich web? [08:46] ubuntunewbie: ask in #freenode, maybe they can tell you what the web frontend supports === phoenix_firebrd is now known as murthy [09:24] moin [09:39] tengo una pc bastante limitada, me gustaría saber cual entorno escritorio es el mas liviano? [09:40] desde ya muchas gracias [09:41] !es [09:41] En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro. [09:53] how can I restart my synaptics touchpad driver? [09:56] rhoks: just restart xorg, log out of you session and log back in. [09:57] What do the donation categories on Ubuntu.com mean? (e.g. «Community projects») [10:02] erle-: where do you see that? [10:03] erle-: ah i guess here: https://www.ubuntu.com/download/desktop/thank-you [10:06] erle-: community projetcs, are projects continued by the ubuntu community, for example unity, or community theme, ubports etc [10:07] lotuspsychje, I want to donate 200USD after using Ubuntu for 12 years now, but I don't know yet how to split it :) [10:07] community means community software projects? [10:07] or does it mean «laptops for African schools» projects? [10:07] erle-: yes [10:07] and what does Tip mean? [10:08] erle-: surely means donate to canonical [10:10] legreffier, wait when there is a system reboot xorg is restart though so I think restarting xorg won't solve my problem [10:12] I accidently turned off my touchpad using keyboard shorcut but the same key won't enable it again and I've faced this problem before but can't entirely remember how I fixed it, I remember installing synaptics and maybe rebooting the entire system which I did [10:12] maybe next step should be to uninstall synaptics and reinstall it [10:13] lotuspsychje, how is it different than donating for example for the desktop? [10:15] erle-: you're overthinking this. those categories are only a statistical metric for canonical about user preferences. you like the desktop? add to tha category. server? there. tip to canonical is just a generic "here, have some monies" tip. === capella|away is now known as capella [10:15] okay, thanks, bl [10:16] blackflow, === [1]MrMobius is now known as MrMobius [10:22] is restart necesssery after setting $PATH? [10:24] mra90: setting where? reboot's not needed, but processes/sessions that you want to see the new PATH should themselves be restarted or respawned [10:25] blackflow: I have a command not found issue [10:25] I set up $PATH pointing to that binary directory [10:25] set up where [10:25] terminal [10:25] ... [10:26] blackflow: what? [10:26] did you export PATH=.... or did you set it permanently in a shell rc? === cpaelzer__ is now known as cpaelzer [10:26] is used this [10:26] export PATH=~/path_to_bin/:$PATH [10:27] right, so that's valid only for that one shell session [10:27] okay and all I do is just in this one session [10:28] so as from now shell should recognize all binaries from that direcory right? [10:28] in which case you don't need to restart anything. btw PATH should not be listing the binary directly, but it's conaining directory. [10:28] yes I know [10:28] the question is why it doesn't see it [10:28] what are you doing exactly so it "doesn't see it"? [10:29] is the binary executable? [10:29] blackflow: in that folder which I exported to PATH there is a binary, let;s say spec-gcc [10:29] so I call it from shell now simply by : spec-gcc [10:29] and get command not know ;/ [10:29] is it executable? [10:29] yes [10:31] mra90: is it a shell script you wrote, or something? [10:31] ok looks like the path is set wrong [10:34] Can someone help me make the Compose Key work with GNOME Shell? [10:37] I am trying the UBUNTU application on windows, Is there any smooth way to assign discspace for that while in Windows? === qwebirc49026 is now known as coachbjork [10:42] !wsl | coachbjork [10:42] coachbjork: Windows 10 has a feature called Windows Subsystem for Linux, which allows it to run Ubuntu (and other Linux distro) userspace programs without porting/recompliation. For discussion and support, see #ubuntu-on-windows or ##windows. For installation instructions, see https://msdn.microsoft.com/en-us/commandline/wsl/install_guide [10:43] Thanks blackflow, It was easy enough.. all my discs where already mounted and accessable [10:45] hexhaxtron: perhaps if you explained your problem in more detail, someone knowledgeable might help. [10:46] blackflow, I'm using GNOME Tweaks and the Compose Key is set to Right Alt. However, I can't make accents like: the cedilha (ç), acute accent (á, é, í, ó, ú), circumflex accent (â, ê, ô), tilde (ã, õ), and grave accent (à). [10:47] blackflow, the Compose Key does work with Plasma and Englightenment however but not with GNOME Shell. [10:48] hexhaxtron: do you even need the compose key? the alt-gr key works on keyboards that support those characters in their alt positions, without configuring anything special in tweaks [10:48] like this: ç [10:48] standard qwertz keyboard, bionic, nothing special configured [10:48] hi, I need an app to take a screenshot of a whole webpage [10:48] blackflow, yes, I need it. I'll try changing it to for example right ctrl. [10:48] what would you recommend? [10:49] hexhaxtron: the reason I ask is because alt-gr already does that and if you define it as "Compose key", it might stop doing that [10:49] frad: firefox' own screenshotting tool [10:49] blackflow, I'm using Programmer Dvorak as the keyboard layout by the way. [10:50] blackflow, I changed it to right ctrl and it's the same thing. [10:50] hexhaxtron: I'm not sure I can help you with that then, sorry. [10:50] blackflow, any linux based solution? [10:50] frad: firefox works on linux. [10:52] blackflow, sorry, ill rephrase. A work colleage works with IE and needs a screenshot of a backup directory. Years ago I used a cross platform program to screenshot whole webpages, but I forgot its name [10:52] that makes even less sense. [10:53] you want to screenshot a web page? to even see it you need a browser. so, like, firefox. and firefox has the buit-in tool that can save the entire web page as an image file. [10:53] unless you mean something completely different by "screenshot whole webpages" [10:54] (and FF is cross platform) [10:57] blackflow, I see, I saved the page as a pdf file [10:58] frad: so, you wanted PDFs and not "screenshots" which are commonly known as images? there's a webkit based command line tool that can convert html to pdf but it's..... flaky. [10:58] !info wkhtml2pdf [10:58] Package wkhtml2pdf does not exist in bionic [10:59] !info wkhtmltopdf [10:59] wkhtmltopdf (source: wkhtmltopdf): Command line utilities to convert html to pdf or image using WebKit. In component universe, is extra. Version 0.12.4-1 (bionic), package size 187 kB, installed size 989 kB [10:59] no blackflow . Ideally I would have the whole page as a jpg or png or whatever, but printing the page to pdf works also === mg7 is now known as anygoodone [11:00] seems to me you want something that you can automate from a command line, since you're avoiding the most obvious and natural solution: the web browser itself. [11:01] and wkhtmltopdf comes with a wkhtmltoimage tool as well it seems. never used it myself. [11:07] Hi all! I have produced an unattended OS installation image that I've used to great success. However, on some of our machines we have multiple disks and I want to know how Ubuntu chooses the default installation target. [11:15] thx blackflow [11:22] Hi folks [11:23] Kennt jemand einen Dateimanager für Ubuntu, der so gut ist wie nemo, aber so wenig abstürzt wie thunar? :-D [11:24] !de | NTQ [11:24] NTQ: In den meisten Ubuntu-Kanälen wird nur Englisch gesprochen. Für deutschsprachige Hilfe besuche bitte #ubuntu-de, #kubuntu-de, #edubuntu-de oder #ubuntu-at. Einfach "/join #ubuntu-de" eingeben. Danke für Dein Verständnis! [11:24] uh, wrong tab. sorry [11:25] Does anybody know a good file manager with functions like nemo but with less crashes like thunar? nautilus combines the worst of both. [11:27] On cosmic, apt install virtualbox: E: Package 'virtualbox' has no installation candidate -- I've enabled multiverse, done apt update and it still doesn't find it, but it should exist according to https://packages.ubuntu.com/cosmic/virtualbox, what am I doing wrong? [11:28] Hi guys, I have a problem. I get from my ISP on ppp0 a /64 ipv6. I want to setup all addresses of this /64 .... what's the way to do it? [11:29] pcworld, make sure the multiverse sources are enable in your sources.list [11:29] enabled [11:29] !info virtualbox cosmic [11:29] virtualbox (source: virtualbox): x86 virtualization solution - base binaries. In component multiverse, is optional. Version 5.2.18-dfsg-2ubuntu18.10.1 (cosmic), package size 16742 kB, installed size 76538 kB [11:30] BluesKaj: that's what I did, https://paste.ubuntu.com/p/2NtjyByY8t/ [11:31] pcworld: no, that's deb-src for source packages. you need those lines with just deb at the beginning [11:31] (you can keep these if you wanna be able to install source packages) [11:32] blackflow: thanks, works now (and sorry for the stupid question) [11:33] np [11:35] I unplugged a sata drive from a hotswap bay but /dev/sdc still exists. How do I fix this? [11:38] Oh. /dev/sdc was no longer a block device and was instead a file. rm fixed it. [11:38] hello I 'm trying to create systemd daemon using screen [11:39] can you help me out with it [11:39] what type of Service it should be forking or else? === mikecmpb_ is now known as mikecmpbll [11:44] dan2wik: not sure that's the correct solution. ideally you want the kernel to rescan devices. like running partprobe, and tehre was a trick with sysfs where you could force scsci rescan (google should help with that) [11:44] *scsi rescan [11:45] I mean manual intervention under /dev is never a solution. [11:45] radkos: for which command exactly? type depends on the command it will execute [12:02] screen -dmS SendEmailOnCall /usr/local/sbin/asterisk_sendmail.pl [12:02] blackflow, this is the command [12:03] AllowIsolate=true but none of that helped [12:03] i tried with RemainAfterExit=yes [12:03] Requires=dbus.socket [12:10] radkos: why are you defining a service to run screen which will run a a perl script? o.O why not write a service straight for the perl script? [12:11] otherwise, running screen is a foreground task, so Type=simple should in theory be the correct type. forking is for forking daemons that exit after spawning children [12:14] i need help installing my rtl-sdr [12:20] blackflow, it's because it would be good to access the screen and see the output there - for debuging purposes [12:20] the script prints content and sends it preformatted to the desired email [12:20] radkos: stdout is logged by journal anyway, so you can see its output that way. [12:22] radkos: unless that is some interactive program that might require you to reattach later and.... interact with it, just use a service for the perl script directly. stdout is logged. otherwise, you might wish to drop that -d from screen invocation and let it remain in the foreground [12:22] _or_ use type=forking but I have no idea howthat would affect screen. it was never designed to be run like that. [12:23] blackflow, indeed tnx :) if i need i can access journalctl it is a lot simplier that way [12:24] definitely :) [12:24] i completely forgot about the journalctl :D === Richard is now known as Guest18984 [12:50] Does anyone know how this is working? https://docs.microsoft.com/en-us/azure/virtual-machines/linux/login-using-aad (Oauth authentication in Ubuntu) [12:51] AFAIK only option so far is LDAP, right? [13:04] How can i configure a second time(UTC) under ub-mate? === daniel is now known as Guest60356 === rudy is now known as Guest41274 [13:24] coconut: this is old, but i suspect it still works: https://ubuntuforums.org/showthread.php?t=1204581 [13:25] (see post #4) [13:36] How to override server in this kubectl config https://pastebin.com/sVi0nTpY ? I am trying kubectl config set clusters.cluster.server "https://$DOCKERHOST:$DOCKERPORT" --cluster "1" , but does not work. It is createing new cluster section in config. So how to reference --name ? [13:38] try a kubernetes related channel, i'd say. === xubuntu is now known as Guest87131 [13:52] tomreyn: yeah i found that feature already, but it doesn't some with an UTC option in the list. And so useless i guess. [13:52] anyone know how to force a NIC to an interface? My udev rules are being ignored [13:54] dirtwash: you can use a .link systemd unit, Match by MAC or whatever. see the systemd.link(5) manpage [14:01] buongiorno, cercavo di reinstallare apache2 sulla mia vps con ubuntu 16.04 (ho purgato apache2 e apache2-util) adesso quando reinstallo ho questo messaggio https://arin.ga/bNmQ1C [14:01] !it | skela_ [14:01] skela_: Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (per entrare, scrivi « /join #ubuntu-it » senza virgolette) [14:03] goodmorning, tryng to reinstall apache2 i broke my vps. i did purge for apache2 and apache2-util and then if i try to install apache2 again with apt-get i get this error message https://arin.ga/bNmQ1C [14:03] skela_: what is your ubuntu and kernel version please? [14:04] lotuspsychje, ubuntu 16.04 and 4.15.0-43-generic kernel [14:05] #tomreyn, lol missclick, sry [14:05] skela_: dependency problems often occur when adding external ppa's, do you have some added? [14:08] lotuspsychje, no ppa installed i get all errors after apache2 purge [14:10] blackflow: i tried, doesnt work eiter, weirdly ip addr shows the interface as 'rename4', not sure why [14:10] but its still bound to wrong mac/nic [14:10] skela_: did you run apt update? [14:10] hggdh, yes, nothing to do.. i get the same error [14:11] dirtwash: can you pastebin relevant configs and explanation what _exactly_ are you trying to achieve? is it just a revert to old ethX name scheme? [14:11] Hey, I'm making a bootable flash drive for an old ubuntu sys. I believe I need to have it have a bootable flag else the flash drive won't boot. [14:12] So what I'm doing is using fdisk to create a flash drive with one MBR parition with a bootable flag on [14:12] then using dd to write not to sdX but to sdXN [14:13] What do you think of this approach? I feel that it's the wrong way to use dd and it'll undo the bootable flag anyway [14:13] zipper: how old? Ubuntu ISOs already contain all the partitioning and flags required for booting. you can't dd an ISO designed like that, to a partition, won't work. [14:13] blackflow: nvm found a workaround [14:13] thanks [14:14] there is no way to fix that? https://arin.ga/bNmQ1C [14:14] blackflow: Well I'm not sure how old. It's a HP 290 G1 microtower https://support.hp.com/us-en/drivers/selfservice/hp-290-g1-microtower-pc/16665152 [14:15] skela_: the thing there is figuring out what is wrong in your server [14:15] When I try to use a bootable flash drive that I created using dd it just won't work idk why. [14:15] Like I select in the bios to boot it but it boots the same old thing. [14:15] zipper: I meant Ubuntu. you said "old ubuntu sys" and I assumed you wanna install an earlier version of Ubuntu [14:15] hggdh, the issue appear after run this: sudo apt remove --purge apache2 apache2-utils [14:15] blackflow: Oh the ubuntu sys is 14.04 [14:16] *14.01 [14:16] that line broke my server, should i reinstall a new os? [14:16] skela_: do you have the repositories bionic-updates and bionic-security enabled? [14:16] It's biolinux really which is based on 14.01 [14:16] zipper: otehrwise, if the BIOS of that machine is unable to boot from USB (and older ones, like 10-ish years ago or more), then there's nothing you can do [14:16] hggdh, how to check that? i'm in 16.04 [14:16] heh... 15-ish years or more. I keep forgetting it's already 2019 [14:17] It's an i5 so I think it can boot a flash drive. It does show up in the options [14:18] zipper: have you ruled out the possibility that the USB drive is broken, the image you dd'ed corrupted? [14:18] blackflow: I haven't [14:19] I'll try with a different flash drive. [14:19] the image could be crap tbh [14:19] skela_: something does not match. The packages that fail to install belong to *bionic*, not xenial [14:19] skela_: you can verify that by running rmadison apache2-utils, for example [14:20] skela_: maybe also pastebin us your sources.list please? [14:21] hggdh, i am unable to install anything i can run rmadison [14:22] lotuspsychje, sources.list here https://arin.ga/MJuS1K [14:25] skela_: software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu [14:26] skela_: there you go. Your sources.list is sort of weird. Pretty much the ONLY pockets you have enabled are the security ones. [14:27] skela_: you are on a digital ocean VPS i presume? [14:27] lotuspsychje, yes [14:27] skela_: and the sources.list has been manually changed, it is not the expected default on DO [14:27] i will create a new vps [14:28] skela_: and, finally, you seem to be running Bionic (18.04) [14:28] Ahh, what a messy situation with the nvidia-410 drivers in the graphics repo [14:29] Evie: whats happening? [14:30] Seems like the nvidia-driver-410 depends don't quite line up [14:30] Evie: wich graphics card chipset do you have please? [14:30] Lik 410.78 desired vs 410.89 to be installed [14:30] nVidia GTX 1060 [14:30] (the other machine is a GTX 960) [14:31] The end-goal is to have CUDA running as well as the i386 compatibility libraries for OpenGL [14:31] Evie: try to purge 410 and try 415 [14:31] Roger roger [14:32] Evie: if that doesnt work come back to us ok [14:32] Sure [14:32] Evie: wich ubuntu version are you on? [14:33] 18.04 [14:33] Evie: allright thanks, also make sure your system is up to date [14:33] (rolls back to 16.04) [14:34] (just kidding) [14:38] I'm downloading the 415 drivers now [14:38] Hello, I have a small question. A while ago, I removed the standard programming interface for Python. Now I want it back. What is the package name? Can I install it via the software centre or what is the name for the terminal installation? [14:38] Evie: with downloading you mean the ubuntu graphics ppa right? [14:38] After purging nvidia-dkms-410 nvidia-kernel-common-410 nvidia-kernel-source-410, which I think I had installed for the nVidia CUDA repo, I'm back on track with the graphic repo [14:39] Yeah, out of the ubuntu graphics ppa [14:39] Evie: ok good [14:40] I suspect something isn't right in the nvidia repo from nvidia proper for cuda [14:42] I'm just going to excise their repo and stick to the .run file provided for now [14:44] well, it's reboot time. Moment of truth. [14:45] Hello, lads. I've experienced some random crashes on my Ubuntu 18.04.1 LTS... After I stopped using any gnome-shell extensions, I think everything's back to normal. Do you a know a fix about this problem? There're some JS errors in the log files. [14:47] Hi Ubuntu freeze when I open programs [14:53] Hello, I am going into.emergency mode [14:53] NVIDIA-SMI 415.27 Driver Version: 415.27 CUDA Version: 10.0 [14:53] Thanks lotuspsychje [14:53] And file system check reaches 50.2% and again puts me to emergency mode [14:53] hi [14:54] (from nvidia-smi after booting) [14:54] Ubuntu 18.10 [14:56] sjoshi: seeing the actual errors (a picture of the screen and the erors its showing) would be helpful, because we need to figure out *why* you're dropping to emergency mode first :P [14:57] Hello, I have a small question. A while ago, I removed the standard programming interface for Python. Now I want it back. What is the package name? Can I install it via the software centre or what is the name for the terminal? [15:05] teward: it is due to.corrupt file system [15:05] It drops me to the root prompt [15:07] Fsck says /dev/sda9 is mounted [15:12] After logging in I get this "INFO: rcu_sched detected stalls on CPUs/tasks" [15:32] sjoshi: you should not run fsck on a mounted file system. there is one exception, twhich is a read-only (ro) mounted file system you just cannot scan otherwise, usually that's only / (but scanning it from a live system may be better). [15:33] tomreyn: any other method, i can try.I dont have a live disk [15:34] sjoshi: i assume your /dev/sda9 is what contains / (the file system root). if so, and since it (based on what you reported) seems to fail during the read-only fsck it performs automatically at boot, scanning it from a live system is necessary. [15:34] Hmm ok, single user mode will help? [15:35] tomreyn: [15:35] sjoshi: you really should always have a live / installer system of the same ubuntu version handy, or at least have a way to produce one while your computer no longer boots. [15:35] Hmm Agree! [15:35] sjoshi, single will mount rw, iirc [15:35] sjoshi: the automatic fsck of / performed during boot does take place during what used to be single user mode. so this won't help. [15:36] sjoshi: is this a dual boot system by chance? [15:37] and do you have a usb attachable storage you could store a live system / installer on? [15:38] Dual boot yes, usb stick need to check [15:39] I would need to create a live USB by logging into other operating system [15:39] sjoshi: if you have a usb storage you can use, boot into the other OS, download the ubuntu 18.10 live / installer iso and use https://etcher.io to write it to the usb storage. [15:39] And then perform disk check [15:40] Hmm let me see [15:40] interesting [15:40] Can anyone help explain and possibly help fix why; When I use terminal to SSH into a local network machine, that it asks me for credentials of root@xxx.xxx.xxx.xxx instead of user@xxx.xxx.xxx.xxx ?????? [15:42] fuxaches, use ssh user@server-ip [15:43] sjoshi: you can then override boot device order during boot (consult your mainboard manual on how to do this, usually ayou will need to press some Fnn function key), and boot off this usb storage. once it's booted, choose to "try ubuntu" and then run e2fsck -f against the ubuntu / partition [15:44] sjoshi: you may also want to add the -p option to e2fsck. consider also running it against all other ext* file systems which are part of the ubuntu installation, such as /boot (if separate) [15:44] loria: Thx. I was more curious as to why this is happening and hoping the fix was to make it like normal. The SSH should already ask me credentials for the user I am on the local machine - not as root. The command line shows me as user@Ubuntu, yet when I SSH it SSH's me in as root@xxx.xxx.xxx.xxx ...... [15:45] sjoshi: finally, i'd also run a smart short test (-t short) and examine the data it gathered (-x), see !smart [15:45] !smart > sjoshi [15:45] sjoshi, please see my private message [15:47] tomreyn: thanks got the usb stick [15:47] fuxaches: by default, ssh will try to authenticate using the *local* user name. [15:47] Let me see what best i can do [15:47] fuxaches: so if you're logged in as root on your local computer, ssh to somehost will make it try to authenticate as root@somehost [15:48] tomreyn: Yes, over the past few years, that's how it has been. This new install form yesterday, however... Does not.... [15:48] fuxaches: how did you install? [15:49] do you have ~/.ssh/config ? [15:49] when i open the terminal windows it shows user@Ubuntu, yet when I ssh into a local network machine, it wants to log me in as root@xxx.xxx.xxx.xxx [15:49] tomreyn: let me look... [15:50] nope, only know_hosts in that folder [15:50] fuxaches: how did you install? [15:50] Live CD - install 18.04.1 [15:51] fuxaches: whats the ssh command you run? [15:51] I have it installed on two other machines in my basement and this is the only machine that behaves this way... [15:51] ssh xxx.xxx.xxx.xxx [15:51] fuxaches: could you try `export | grep "root"` in that terminal [15:51] now i have to use 'ssh user@xxx.xxx.xxx.xxx [15:52] fuxaches: did you edit /etc/ssh/ssh_config ? [15:52] on the client, that is [15:52] tomreyn - nope [15:54] fuxaches: Meili's suggestion is good IMO, try that. also tell us what "id -u" and "groups" returns [15:54] the only three lines that are not hashed out in that file are: SendEnv LANG LC_* [15:54] HashKnownHosts yes [15:54] GSSAPIAuthentication yes [15:55] when i run that command, it executes, but I don't see anything displayed on the screen [15:56] which is "that command"? [15:56] Any place where i can improve ssh skills? [15:56] export | grep "root" [15:56] coconut: your local shell. ;-) if you have a specific question, feel free to ask. [15:57] :) [15:57] fuxaches: it was supposed to return nothing, if it did, we would have known what might have been wrong [15:57] okay, thanks... [15:59] Is there a place where I can get all of IP addresses from user logins on my ubuntu system? Thank you! [15:59] via ssh, that is [15:59] foo: /var/log/auth.log if you have it. [16:00] fuxaches: [..] also tell us what "id -u" and "groups" returns [16:01] fuxaches: doe this happen with every ssh command you try or only one specific host? [16:02] foo: journalctl -u ssh.service | grep -i Accepted too. `who` will show current login sessions [16:03] fuxaches: since we're grasping at straws here: please give the output of the command `alias` in that terminal (remove any sensitive lines you may encouter in that output) [16:04] so I'm running ubuntu off a usb stick, i did the lite install, and I've installed openssh-server, however I can't ssh into the the machine from my lan. should be pretty basic. any ideas what the problem may be? 22 is open on ufw [16:05] getting a timeout in PuTTy when trying to connect [16:05] hello all is there anyone who can help me. I just did a bad command on my ubuntu system wich just crashed my website in wordpress. I had troubles with updating plugins on the wordpress website and i found a solution on a website wich told me to do chmod -R 0755 wp-content/plugins and chown www-data wp-content/plugins The result is now that i don't see anything anymore on my website [16:05] MrPaz: can you ping the host from where you are trying to connect? [16:05] i'm using vestaCP to control the server. How can i reverse this command to the default :( [16:06] the website i under the user admin so /home/admin/web/ [16:06] tomreyn - both return blanks [16:07] actually => /home/admin/web/sr-run-trail.com/public_html/ there are my website files [16:07] SpeCon: you better ask this in a wordpress channel [16:07] Meili, no i cannot [16:08] no its actually an ubuntu problem because vestaCP in combination with centOS never had any troubles [16:08] SpeCon: sounds like it's a VestaCP problem. chmodding files like that wouldn't prevent any process from _reading_ teh files [16:09] thats what i tought also blackflow [16:09] so it depends on how you've set up PHP to run as, and if there's any other privilege check [16:09] so weird.... I will use ssh user@xxx.xxx.xxx.xxx to band-aid the issue, but if I notice something else, I will come inquire.... When I run something like "apt update" it still errors me that I don't have permission and that I need to use "sudo", so it's not like I have su access. It's just really weird.... [16:09] fuxaches: did you try the `alias` command? [16:09] SpeCon: though it's a bit wrong to put 755 on the files, they're still readable to user, group and everyone. [16:10] meili: nope, I will look at how to use that... [16:10] hmmm but what could cause the problem i have now? I can't see anything anymore when i try to visit the website [16:10] SpeCon: look up the web server log and php process logs, I'm assuming that's php-fpm? [16:11] i dunno its php 7 wich is running on it [16:11] hello,after updating bodhi linux iam waiting alltimes for an end but there is no. i have to restart and the update are done with updater...? [16:12] SpeCon: running how? And don't say "I don't know" -- running a public server is totally and completely your responsibility, there's no "but vestacp" excuse. [16:13] need help [16:13] pls [16:13] Hey - is there any way to update e2fsck in 14.04? I try to check a partition which(according to fsck) uses unsupported features, metadata_csum to be specific [16:13] !patience | Berlin_ [16:13] Berlin_: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or https://ubuntuforums.org or https://askubuntu.com/ [16:13] !ask > Berlin_ [16:13] Berlin_, please see my private message [16:15] Meili, no i cannot ping the computer I'm trying to connect from with my ubuntu machine. can't ping default gateway either. what does this imply? [16:15] hello,after updating bodhi linux iam waiting alltimes for an end but there is no. i have to restart and the update are done with updater...? [16:16] Berlin_, you started an update with the graphical update, and it hung? [16:16] MrPaz: well, normally I would say, did you plug in your network cable? Is it cabled or is wireless? [16:16] no ,it works [16:16] but cant see an end... [16:17] Meili, it's wireless, i'm connected, can ping goole just fine [16:17] MrPaz: and is your other computer on the same wireless network? [16:18] yes [16:18] fuxaches: did you say both "id -u" and "groups" returns nothing? [16:18] MrPaz: more precisely, in the same network subnet. is one of the "machines" a NAT-ed VM? [16:18] Berlin_: Bodhi Linux' support channel is on Discord: https://discord.gg/Qrn4rsP [16:18] blackflow, problem solves [16:18] solved [16:18] SpeCon: what was it? [16:19] i just was thinking there might be a bad plugin who was running on my wordpress site so i moved all the files from the folder to another folder so the folder is empty [16:19] and voila website online [16:19] wtf [16:19] SpeCon: gotta love php fatal errors and the custom error handlers [16:19] sounds like a broken wp plugin [16:19] SpeCon: look up the php process logs, it's likely there's an exception or error logged. [16:19] !pm | Berlin_ [16:19] Berlin_: Please ask your questions in the channel so that other people can help you, benefit from your questions and answers, and ensure that you're not getting bad advice. [16:19] okay blackflow hold on i take a look [16:20] Berlin_: "bodhi linux" is not ubuntu, not supported here. [16:20] SpeCon: might wanna tiddy-up those world-readable permissions now too... [16:20] did pm [16:21] wrong bodhi IS ubuntu [16:21] Berlin_, this is the list of supported Ubuntu flavors: https://www.ubuntu.com/download/flavours [16:21] Berlin_: based on, there is a difference [16:21] does anyone know if you can just install libra writer or do you have to install the whole libra office suite [16:21] All other distros based on Ubuntu are not supported here [16:22] Berlin_: Nope. It is a fork. We can't support every derivative under the sun. [16:22] !flavors | Berlin_: no, it's not. it may be based on ubuntu, but it isn't supported here. What is supported here [16:22] Berlin_: no, it's not. it may be based on ubuntu, but it isn't supported here. What is supported here: 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 [16:22] blackflow, so /Var/log/apache2/ there right === beaver_ is now known as beaver [16:22] jamie_1, you can install libreoffice-writer, it will pull in a lot of common dependencies, but it will be a bit smaller [16:22] blackflow, i have access.log error.log and error.log.1 [16:22] SpeCon: that's the web server. I don't know how PHP is running, embeded in Apache ,or as php-fpm. still, look where php.ini defines logging is going, to a file, or syslog [16:23] php stores there log files in apache2 folder right [16:23] lordcirth_: thanks! i never use anything but writer so i dont want the whole darn thing [16:23] ok [16:23] wait i take a look [16:23] php tends to use apache error log out of the box [16:23] ah... thats why i didnt install when i tried XD [16:24] i spelled it libra not libre [16:24] fuxaches: about the alias command: just do `alias`. Just want to check if there is something weird there. [16:24] so i will thank u for no help :-( [16:24] Berlin_: feel free to install ubuntu or one of it's flavors and we'll be happy to support you here (when one of us volunteers are around and feel like they can provide a meaningful response) [16:24] Berlin_: I told you already: Bodhi Linux' support channel is on Discord: https://discord.gg/Qrn4rsP === Budgii is now known as Budgii_ === Budgii_ is now known as Budgii [16:26] alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"' [16:26] alias egrep='egrep --color=auto' [16:26] alias fgrep='fgrep --color=auto' [16:26] alias grep='grep --color=auto' [16:26] alias l='ls -CF' [16:26] alias la='ls -A' [16:26] alias ll='ls -alF' [16:26] !paste [16:26] 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. [16:26] ^ fuxaches [16:26] My bad, I made him post it [16:27] fuxaches: also looks normal [16:27] Evie: welcome [16:28] Meile: I think I have been muted.... [16:28] fuxaches: why do you think that? [16:29] fuxaches: you were [16:29] mode (+q *!*@68.151.87.11) by Drone [16:29] Meili: from what i gathered earlier, fuxaches responded the following to my request "tell us what 'id -u' and 'groups' returns": "both return blanks". this would be very wrong obviously. [16:29] fuxaches, sending many lines too quickly gets you briefly quieted. [16:29] fuxaches: you were temporarily muted to stop your paste to this channel. [16:29] ah [16:30] tomreyn: overlooked that, that is indeed troubling... [16:31] fuxaches: you are really sure that the command `id -u` did not return anything? [16:31] Hi, I have a proble with Ubuntu Software: is it a way to reset the app? [16:31] type: "export | grep 'id-u'" into command line, correct? [16:32] lucenera: what is the problem? [16:32] fuxaches: no, just `id -u` [16:32] lucenera: Please be more specific: What version *and* flavor of Ubuntu? What is the problem? How are you encountering it (what exact commands are you using)? What error messages? [16:32] command not found is the return [16:33] fuxaches: "1000: command not found" ? [16:33] fuxaches, did you type in the quotes? run it without. [16:33] id-u: command not found [16:34] fuxaches, it's id -u [16:34] there's a space [16:34] lol, ooops [16:34] id is the command, -u the option to it [16:34] 1000 is the return [16:34] fuxaches: ok, so it does not "return blank". what about "groups"? [16:34] tomreyn: no blanks after all [16:34] id -groups [16:35] fuxaches: just groups [16:35] fuxaches: no, just "groups", no "id -" [16:35] **my user** adm cdrom sudo dip plugdev lpadmin sambashare [16:35] okay, this looks fine [16:36] fuxaches: still, the ssh behavior you see is indeed not normal and must have been caused my modifications you made to your system after installation. [16:37] possibly... I only installed lamp stack and samba and pidgin so far [16:37] fuxaches: i really hate even suggesting this, but have you tried turning it off and on again? [16:38] fuxaches: if you like, you can post, to https://paste.ubuntu.com , the output of "ssh -v othercomputer" (replace 'othercomputer' by the ip address or resolvable hostname of your other local computer), and post here, on the channel, only the https address you end up on after posting. [16:38] I will look into it further. But yeah, when I type ssh xxx.xxx.xxx.xxx it prompts me for local sudo password, then proceeds to ssh tunnel and prompt me to login in to remote local network host as root@xxx.xxx.xxx.xxx [16:39] fuxaches: this is a configuration you must have made on your computer, this is not default behaviour. [16:39] fuxaches: eh, suid bit set on ssh??! [16:40] do i cat the ssh_config file to find that out? [16:40] fuxaches: did you follow any tutorials after installing this computer? [16:40] if so, please show the links [16:40] tomreyn: nope, done the samba and lamp stack thing on every major LTS since 10.4 [16:41] how do you install lamp stack? [16:42] also please post the url returned by: stat $(which ssh) 2>&1 | nc termbin.com 9999 [16:42] well, now you're gonna know I'm a winp.... I use tasksel then sudo tasksel install lamp-server [16:42] fuxaches: nothing wrong with that [16:42] that's not strictly wrong. [16:43] stat $(which ssh) 2>&1 | nc termbin.com 9999 [16:43] nowadays you'd rather use apt tasks rather than tasksel, but that's just changing now. [16:43] https://termbin.com/33k7 [16:43] tomreyn: I am able to fix that, thanks for all the help and support. really appreciate it! [16:43] sjoshi: welcome, what was it? [16:44] Fsck on /home [16:44] /dev/sda9 is root [16:44] /dev/sda11 is / home [16:44] Sda11 has issues fixed via fsck [16:45] sjoshi: okay, but this doesn't explain why the file system got corrupted in the first place. you should definitely do the 'smart' checks as well. [16:45] tomreyn: sure will do that [16:46] Will leave those commands and checks for overnight [16:46] It won't impact the work 😉 [16:46] fuxaches: this looks normal, other than that your ssh executable changed on january 22nd, two days ago. [16:49] fuxaches: run " sudo apt install debsums && debsums openssh-client 2>&1 | nc termbin.com 9999 " === jamie_2 is now known as jamie_1 [16:50] fuxaches: this is to test whether your ssh client was replaced by an unknown one. === lotuspsychje__ is now known as lotuspsychje [16:53] fuxaches: run " alias 2>&1 | nc termbin.com 9999 " [16:53] tomreyn: what is this installing? [16:54] fuxaches: i told you about the purpose of debsums [16:55] fuxaches: you can also run "apt-cache show debsums" to get more information about the "debsums" package [16:55] Meili: https://termbin.com/3ivs [16:55] I ran in tomreyn [16:56] fuxaches: i got affraid your alias output was interrupted by the mute, but it wasnt. all fine [16:56] tomreyn: https://termbin.com/gzas [17:00] fuxaches: okay, you can "sudo apt purge debsums", your openssh client appears to be untampered with. [17:01] fuxaches: [17:38] fuxaches: if you like, you can post, to https://paste.ubuntu.com , the output of "ssh -v othercomputer" (replace 'othercomputer' by the ip address or resolvable hostname of your other local computer), and post here, on the channel, only the https address you end up on after posting. [17:01] tomreyn: okay I ran: sudo apt remove --purge debsums [17:02] fuxaches: okay, so you uninstalled the 'debsums' packages as i suggested. [17:06] Meili: did you get my IM post? [17:06] I just did [17:07] Meili: Thing is.... I get this behaviour no matter which machine I SSH into. It's not isolated to one machine. It has to be something on this particular machine... [17:07] *** the machine I'm using to SSH from... [17:08] Hello! [17:08] welcome Ark74 what can we do for you? [17:09] fuxaches: a few minutes back you said ssh gave you a sudo like password prompt. Or is it just asking for the password for the remote host? [17:09] Quick question does apache2 (2.4.34) shipped on disco already has http2 support? [17:09] Ark74: disco support in #ubuntu+1 please [17:10] ohh, ok [17:10] thanks [17:11] Ark74: the #ubuntu-release channel might also know this [17:11] fuxaches: because the output you pm-ed me, shows its authenticating as your regular user, not as root [17:11] Mmeili: I could have sworn it was asking me for local su password, then prompting SSH login to root@XXX.XXX.XXX.XXX, but I just tried it and it straight-away promts to SSH connection enter password for root@xxx.xxx.xxx.xxx [17:13] perhaps I inadvertently used "sudo ssh" the time I recall the local su prompt... [17:13] fuxaches: I think you might [17:14] yet the strange behaviour remains... When I ssh into any local network machine, instead of sshing in as user@ it wants to login as root@ [17:15] fuxaches: But, you are REALLY sure it ACTUALLY says root@hostname? Because again, the verbose output is using your normal username, not root [17:16] Oh, for absolute sure. Also, becausse root is not enabled on the ssh host, I get refused, because there is no root ssh access.... [17:17] I am forced to use the command: ssh user@xxx.xxx.xxx.xxx to successfully ssh into a linux box on my network which is unusual behaviour from my Ubuntu experience [17:19] fuxaches: yes, i've never had this happen (without me configuring it on purpose), and i've been using ubuntu and ssh for a couple years. [17:20] well, many years [17:20] It's not a huge deal, I guess. I am just afraid there are other effects I am not experiencing from this yet and will find them to mess me up in the future. I really do appreciate your efforts in helping to solve this. I certainly learned a great deal... [17:20] fuxaches: so, what about the "ssh -v ..." output i suggest you could post earlier? [17:21] if i had this issue and wasn't abla eto determine what causes it i would loose trust int he system and reinstall it. [17:21] fuxaches: you just pmed me what you're doing on that console. Please do `ssh` without `sudo` for the desired behaviour. [17:23] fuxaches: if you run "sudo ssh somehost" instead of "ssh somehost" you *will* be authenticating as root to the remote host. as explained previously, you'll be authenticating as the local user runnign the command (which is root if you sudo ssh. this said, "sudo ssh") is usually bad practice. [17:24] fuxaches: if you run "sudo ssh somehost" instead of "ssh somehost" you *will* be authenticating as root to the remote host. as explained previously, you'll be authenticating as the local user runnign the command (which is root if you sudo ssh). this said, "sudo ssh" is usually bad practice. [17:24] ^ parenthesis fixed, sorry. [17:26] tomreyn: I brain-farted and wsted your valuable time.... I used Nautilus-admin to make life easier for moving my apache configs. So I could open gedit with root privileges to modify the .conf files... I removed the nautilus-admin program and now it works as expected. I am really sorry to waste your time.... [17:26] fuxaches: glad you found it and thanks for sharing. [17:28] fuxaches: it can be a steep learning curve, but yes, you really should get used to working on the temrinal so you'll know exactly what you're doing, or can know, and have a history of commands you ran in case you forgot. [17:29] !terminal | fuxaches [17:29] fuxaches: The linux terminal or command-line interface is very powerful. In Unity or GNOME, search the dash for "terminal" and press ENTER. Other desktops: Applications -> System Tools -> Terminal (MATE), K-menu -> System -> Konsole (KDE), or Menu -> Accessories -> LXTerminal (LXDE). Guide: https://help.ubuntu.com/community/UsingTheTerminal [17:30] i'm sure you know where to find it, but you may want to read this guide. [17:31] A big thanks to tomreyn ans Meili !! [17:31] over and out - time to work. [17:32] Hi, can anyone recommend a good guide for setting up 2 new disks in raid 1, just for storage, no os or anything will be installed on them. thanks === heessels is now known as Grouch === daniel is now known as Guest18934 [17:37] Mi5ter: software raid then? [17:37] yes sir [17:37] hello, I try to build kernel and follow the instruction: https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel, I just wondering how do I pass CFLAGS="-g -o0" to these commands, debian/rules ?? [17:38] Mi5ter: which ubuntu version? [17:38] uuubuntu: whats the reason you try to build own kernel please? [17:39] tomreyn: 18.4 [17:39] lotuspsychje: i'm tracing the kernel code and i don't want optimize [17:39] i saw many "optimize out" and gdb break incorrect address [17:39] hmmm, is there a better software than a word document one for making a couple of lists of shopping items with pics [17:40] lotuspsychje: any hints ? [17:40] Mi5ter: you mean 18.04 LTS, so the april 2018 long term release? [17:40] *long term support [17:40] tomreyn: correct [17:40] uuubuntu: we dont support own kernel building here sorry, instead use !mainline kernels [17:41] uuubuntu: maybe you can join #ubuntu-discuss and talk to TJ- he knows some stuff about kernels [17:41] lotuspsychje: thanks [17:41] Mi5ter: the first hit on my web search for "ubuntu software raid 18.04" is https://www.digitalocean.com/community/tutorials/how-to-create-raid-arrays-with-mdadm-on-ubuntu-18-04 - and those guides tend to be fine (not always). [17:43] Mi5ter: note the TOC on the left, the section on RAID-1 is below the RAID-0 one, but be sure to read the first two sections, too. [17:44] hi [17:44] welcome laci how can we help you? [17:44] tomreyn: I have read alot of guides, and what confused me about that guide is that digital ocean does not do formatting/partitioning before after the raid array has been made, while some guides partition and format filesystem individually on both disks first before they run mdadm and then formats the single finished raid 1 disk in the end. so am bit confused. [17:45] I'm just looking around :) [17:45] tomreyn: but are u experienced and would say that this guide from digital ocean is ok to follow? [17:49] tomreyn: my question is now that I have installed 2 brand new wd red 4tb disks in my computer , do I need to format them both with fdisk first and then use mdadm to setup the raid array and then mount the new raid 1 disk and setup filesystem or can I just use mdadm right away and just format and setup filesystem after that? [17:49] Hi, whenever I press my left control key, applications that use that key to zoom in or out do zoom, even if I'm not touching the mouse key. This includes Firefox, LO Writer, Inkscape. Ubuntu 18.04.1 LTS [17:50] I changed keyboard and mouse. Still happens. I generally use i3 and switched back to ubuntu gnome, still happens. Not sure what is going on. [17:50] quit [17:50] Mi5ter: on a quick glance, the digital ocean guide is fine [17:51] tomreyn: ok kool [17:54] Mi5ter: i'm not sure whether there are any recommendations against using mdadm on raw (unpartitioned) storages. personally i usually add a partition table, just because, at least traditionally, somee utilities did not handle working on bare unpartitioned storages so well. this may well be an outdated perspective. [17:54] on the other hand, you don't loose much by partitioning. [17:55] I have a slightly strange issue. If I set my volume to 10% (either through GUI or manually through pactl), there is no sound (an effective volume of 0%) [17:55] I have to be above 10% to get any sound at all. [17:55] tomreyn: ok thanks [17:57] nicomachus: this can be a result of attaching active speakers. compare it to passively powered ones. [17:58] tomreyn: I'm using earbuds. [17:59] What SSH client to use in Ubuntu [18:00] nicomachus: i assume this means passively powered? there are also noise cancelling ones these days. either way: just compare different types (and models) of sepakers. [18:00] daoge: openssh is most commonly used. there is also putty, but it is usually just used for special purposes. [18:01] tomreyn: same behavior on the built-in laptop speakers. [18:01] I am seeing "kernel: [#####.######] PM: Image not found (code -22)" in my kernel log when I try to hibernate, then it claims to suspend, then it performs a normal cold boot with no indication in the boot log that it attempted to even look for my swapfile. What can I try next to troubleshoot this? [18:01] nicomachus: okay, this points to the audio hardware or driver then indeed. an area i don't really know much about and where i'd suggest you just follow the wiki [18:02] !sound | nicomachus [18:02] nicomachus: If you're having problems with sound, click the Volume applet, then Sound Preferences, and check your Volume, Hardware, Input, and Output settings. If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - https://alsa.opensrc.org/DmixPlugin - For playing audio files, see !players and !mp3. [18:02] nicomachus: pavucontrol can also do alot of magic [18:02] lotuspsychje: all the pavucontrol settings appear correct. [18:02] ¯\_(ツ)_/¯ [18:03] nicomachus: driver recognized in sudo lshw -C sound ? [18:06] sparr: first of all, is your swap partition the same size or larger than your ram? compare the "Total" values in the output of the "free -m" command (listing their total sizes in megabytes) [18:06] lotuspsychje: yes. [18:09] tomreyn: thanks, I want to use clients like xshell , which can manage hosts in batches. [18:10] sparr: to explain the message you'Re seeing: PM stands for "power management", "image not found" means that during return from hibernation, when the system would load a previously stored RAM image form disk, it fails to do so. [18:11] weird -- pressing the left 'alt' key in Firefox is like clicking on back arrow key and going back in browsing history [18:12] hi everyone, what is the advantage(s) of installing ubuntu-advantage-tools and is it safe to remove it? [18:12] daoge: i don't personally know xshell, but openssh can be scripted, and there are other utilities which can be used to setup multiple ssh connections in parallel and keep them open, with different UIs. I'm not so well versed with these. [18:13] tomreyn: yes. systemctl hibernate refused to hibernate when my swapfile was too small. i enlarged it and now it proceeds so I got *something* right. [18:13] tomreyn: the "Image not found" error is appearing in my log timestamped at the sleep time, not the wake time, with other events after it at the sleep time. [18:14] i don't personally know xshell, but openssh can be scripted, and there are other utilities which can be used to setup [18:15] isokee: run "apt-cache show ubuntu-advantage-tools | grep ^Description" to see the package description, "dpkg -L ubuntu-advantage-tools" to list its contents while it is installed ("apt-file list ubuntu-advantage-tools" otherwise). [18:16] tomreyn: I get nothing in my boot log about hibernation except the kernel parameters. almost everyone else with my error online also gets this in their boot dmesg: "PM: Hibernation image not present or could not be loaded." [18:16] sparr: i suspect it checks for whether the file was properly created while / shortly before entering hibernation then. [18:17] tomreyn: that sounds very plausible, but I don't know how to troubleshoot that :( [18:17] hi tomreyn, thanks for the reply. i've read about it and it says that it is used by commercial users(?) and i am not one. i'm just wondering if it's safe to remove it? [18:17] tomreyn: i agree with u ,i'm used to using xshell in Windows [18:18] sparr: what do you have "RESUME" set to in /etc/initramfs-tools/conf.d/resume ? [18:18] resume=/dev/nvme0n1p2 [18:19] then in my kernel params: resume=/dev/nvme0n1p2 resume_offset=60698624 [18:19] isokee: yes it's safe to remove it if you're not a canonical customer. [18:19] tormeyn: so, i want to see if there are clients like xshell in ubuntu . [18:19] and upon writing that answer for the dozenth time, I start to suspect that resume from LVM might not be possible... [18:19] tomreyn, ok, thanks for the help. appreciate it. :) [18:20] and I don't remember if I told the installer to set up LVM or not [18:20] sparr: maybe. have you looked for existing bug reports on this? [18:20] it's hard to search for bug reports based on a *lack* of log output [18:20] daoge: since i don't know xshell, i wont be able to tell [18:21] ok, I don't think I'm using LVM [18:21] isokee: you're welcome :) [18:22] sparr: to check whether you have an LVM setup, run "sudo pvs". this would list lvm2 "physical volumes". [18:22] pvs doesn't exist [18:22] thanks for confirming [18:22] tomreyn : i've installed putty, but i'm not familiar with it . [18:24] tomreyn: all of my efforts to find bug reports or forum posts about my problem are based on descriptions and the one log error I've got, but almost everything I find has many other logged errors that I don't have. [18:24] !man | daoge: okay, change this [18:24] daoge: okay, change this: 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/ [18:26] !bug sparr: then i suggest you file a new bug [18:26] !bug | sparr: then i suggest you file a new bug [18:26] sparr: then i suggest you file a new bug: If you find a bug in Ubuntu or any of its derivatives, please report it using the command « ubuntu-bug » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs. [18:27] what package do you think I should report on? [18:27] at this point I suspect I've missed a configuration step, not encountered a bug [18:31] tomreyn : thanks for the reply , i used openssh command only . [18:33] ubottu: thanks for the reply, i'll use "man" command to get help [18:33] daoge: I am only a bot, please don't think I'm intelligent :) [18:33] something up with the repo's or something? [18:34] I'm getting https://paste.ubuntu.com/p/YmMFVhfyN3/ [18:35] !who | sparr [18:35] sparr: As you can see, this is a large channel. If you're speaking to someone in particular, please put their nickname in what you say (use !tab), or else messages get lost and it becomes confusing :) [18:35] donofrio, looks good [18:35] sparr: the device to resume from is set by the initramfs-tools. You may have an incorrect resume device being set by the tools there. [18:36] if you hit ctl +c, the command stops, looks good too [18:36] sparr: please report against systemd [18:36] OerHeks, it's these "Error connecting: Could not connect: Connection refused" that made me inquire [18:37] sparr: when the initramfs is built ("sudo update-initramfs -u") it should report the RESUME device and warn of any issues [18:38] OerHeks, my sources.list fwiw https://paste.ubuntu.com/p/YmMFVhfyN3/ [18:39] at the end, i see no errors, all went well [18:41] donofrio: I cannot see the "cannot connect" as a problem with the repositories/Ubuntu. [18:41] oh, wsl and xubuntu experimental, interesting [18:42] i see you hit ctrl + c some tiomes, not sure the connection problem can be repeated [18:45] OerHeks, yah been this build for like over a year now at least....thought it was ubuntu cloud image that I started with (wsl setup @ www.tinyurl.com/donofrioworkdesk) then added packages (all 1500 iof them) and poof here I be ;) [18:45] hggdh, it works daily today it did this that is why I asked....tnx [18:46] i have no clue about wsl, it is not designed for runnning a desktop [18:46] Hello, I have a small question. A while ago, I removed the standard programming interface for Python. Now I want it back. What is the package name? Can I install it via the software centre or what is the name for the terminal installation? [18:46] donofrio: see, there are reasons as to why we've previously asked you to always state on your own that you're running WSL when asking questions here. [18:47] TJ-: thanks for the tip. It does not so report or warn. I have /etc/initramfs-tools/conf.d/resume which contains "resume=/dev/nvme0n1p2". Should that produce some output from update-initramfs? [18:47] OerHeks, but it's been a trooper for years now.....I am restricted from running pure ubuntu on baremetal becuase I do not have a MDM/airwatch/intelligenthub client for linux yet [18:47] tomreyn, yep I recall (only after askin it....mybad) [18:47] sparr: is that device the actual swap partition? [18:48] TJ-: contains the swap file [18:48] swap file offset is set in kernel parameters [18:48] sparr: resume= is usually set to the UUID of the block device is why I ask [18:50] when I do update-initramfs in verbose mode it says "Adding config /etc/initramfs-tools/conf.d/resume" then later "Calling hook resume" but nothing happens in the hook. [18:50] xubuntu30w: you mean a python IDE? [18:51] Hi guys, GDISK found some problems and now if I just hit the W (option) it says: About to write GPT data. THIS WILL OVERWRITE EXISTING PARTITIONS!! I don't know if I will see the files or everything will be erased [18:52] I have 2 exactly same hdd's and set them up both as bootable. Whitch one will boot if i plug them both [18:52] Am I going to delete all the files? [18:52] Yes [18:52] Make a backup on an external hdd [18:53] TJ-: I can try setting it to the UUID [18:53] You try to undelete afterwards, bad thats just bad [18:53] yes [18:53] I agree [18:53] e [18:53] i't a cloned disk [18:54] hey there i need some help [18:54] sparr: did you ever edit /etc/initramfs-tools/conf.d/resume to place these settings there yourself or was this automatic? [18:54] !ask | HelloPotter_ [18:54] HelloPotter_: 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 [18:54] it's a cloned partition, maybe everything is ok [18:55] tomreyn: manual [18:55] when I'm using fsck with "-b 8193 (iirc)" by accident on the wrong device - does this mean trouble? [18:55] i don't have official lineage os spport for my device(potter), but there are lots of custom roms are available, what should i do in this point?? [18:56] sparr: oh i see, do you remember what was there previously? unfortunately i'm not sure how to have the file recreated for you automatically. [18:56] tomreyn: specifying the UUID instead of the device path has no apparent effect on the output of update-initramfs -uv [18:56] !ot | HelloPotter_ [18:56] HelloPotter_: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [18:56] tomreyn: the file did not previously exist [18:59] sparr: you could backup (especially but not only /etc/initramfs-tools), then "sudo apt purge initramfs-tools initramfs-tools-core", then "sudo apt purge initramfs-tools" [19:00] sparr: i *assume* this may create the file [19:00] Sorry guys but I cannot mount the partiton with thunar and I can't correct it with gdisk. Don't know what to do ? [19:00] tomreyn: rapidly approaching a reinstall on this laptop, so no urge to backup but thanks for the warning [19:02] darkad: if you overwrote the partition table (GPT) then all data previously stored on this device is no longer available. unless oyu also overwrote other parts of this storage (in addidtion to just the partition table) you will hav ea hard time recovering the data, maybe "testdisk" can help, but this is quite advanced. [19:02] tomreyn: did you mean for the second purge to be an install? [19:03] tomreyn: at the moment I just tried to read some files from a disk, but I can't do this. [19:03] tomreyn: purge and reinstall did not create the conf.d/resume file [19:04] darkad: sorry, this was logically wrong, let me rephrase: if you overwrote the partition table (GPT) then all data previously stored on this device is no longer available. you could restore the partition table if you still know what it looked like, have a backup, or can use utilities such as testdisk. however, if you also overwrote other parts of this storage (in addidtion to just the partition table) you will have a hard time recovering the data. [19:04] sparr: umm, yes, i meant the second purge to be an install, sorry [19:04] tomreyn: and it did remove and recreate /etc/initramfs-tools [19:05] sparr: hmm so i guess something else creates it then. how did you come up with the values you ptu there? [19:05] s/ptu/put/ [19:05] tomreyn: numerous online threads and guides [19:06] they seem to all suggest "resume=/dev/whatever" or "resume=UUID=some-uuid-goes-here" [19:07] sparr: how did you calculate the offset? [19:07] filefrag -v /swapfile [19:08] https://gist.github.com/sparr/d503a3983efa2a4341c506722c2cc728#file-filefrag-v-swapfile [19:08] How can i mount a crypto_luks partition? [19:08] sparr: i'm asking since systemd-hibernate-resume-generator(8) doesn't mention this parameter [19:09] I tried sudo mount /dev/sda3 /media/hdd2 [19:10] Error was mount:/media/hdd2: unknown filesystem type 'crypto_LUKS' [19:10] Myros: if you'd like to do it on the CLI: sudo cryptsetup luksOpen /dev/sda3 mda3_crypt; sudo mount /dev/mapper/mda3_crypt /media/hdd2 [19:10] xubuntu30w: try this in a terminal apt-cache search "python IDE". The app you removed is propably part of the list you receive with that. [19:10] tomreyn: I didn't overwrite the GPT. I just linked the external HD, like a did a week ago, but the HD hit the ground yesterday. [19:12] darkad: i don't understand what you mean by "linked the external HD". [19:13] tomreyn: I plugged the usb cable in to the usb port. [19:13] darkad: what you previously wrte (working with gnome disks, a warning about a GPT being replaced) sounded like overwriting a GPT is what you did. [19:13] i see [19:13] tomrayn mount:/media/hdd2: unknown filesystem type 'LVM2_member' [19:14] coconut: Yes, I mean a python IDE. Think one comes with a fresh install [19:14] Myros: so there's not a file system on this encrypted partition, at least not immediately, but there is an LVM2 layer in between. [19:14] Myros: lvmdiskscan can help you making thios available [19:14] tomreyn: at the question 'Do you want to proceed' , I hit 'n' [19:15] coconut: do you know which the standard is? [19:15] darkad: oh ok, sorry if i missed this. [19:16] no, i only use ubuntu-mate [19:17] tomreyn didnt work [19:20] Myros: if you'd like help with this i'll need more information, such as the full output. [19:20] !paste | Myros [19:20] Myros: 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. [19:20] xubuntu30w, standard python ide does not exist, you can choose from many ; Eclips, Eric https://linuxhint.com/python_ide_ubuntu/ [19:21] Myros: at least describe what you expected to happen and how you know this "didn't work" [19:22] It gave me the same error [19:22] Anyone noticed watching videos in Firefox (like YouTube, Netflix), when the vid is playing (but not when paused/stopped), it barely shows through whatever is behind the window? bionic, nvidia proprietary drv 415.27 from the graphics PPA [19:22] so the desktop wallpaper will show through, or contents of whatever other window is behind firefox [19:22] I currently try udisksctl [19:22] But it says not mountable [19:23] blackflow, yes, read about that, transperancy html5 video with nvidia drivers [19:24] Myros: running "sudo lvmdiskscan" would not have produced an output of "mount: /media/hdd2: unknown filesystem type 'crypto_LUKS'" - i very much doubt this. [19:24] OerHeks: but it's something very new, right? I think the 415 nvidia drivers are to blame, I don't recall having that with 396 [19:24] and I'm lazy af to try downgrade and check :) [19:24] blackflow, according to this post, not ubuntu only ... https://www.reddit.com/r/firefox/comments/a90w3v/firefox_semitransparent_youtube_video_playback_bug/ [19:25] OerHeks: right, thanks. [19:25] see last comment, with a possible fix [19:25] * OerHeks looking for launchpad bugs [19:25] coconut: Nothing looks familiar. Before I saw Python and the Python symbol under development tools in the "start menu" [19:26] tomreyn: can I print the fdisk -l here? [19:26] darkad, use paste.ubuntu.com please [19:32] OerHeks: reported, and apparently already resolved fixed. I guess coming down with the next iteration of FF. https://bugzilla.mozilla.org/show_bug.cgi?id=1516224 [19:32] Mozilla bug 1516224 in Widget: Gtk "Semi-Transparent YouTube video playback" [Normal,Verified: fixed] [19:33] blackflow, https://bugzilla.mozilla.org/show_bug.cgi?id=1516224 -- https://askubuntu.com/questions/1102427/strange-ghost-images-transparency-effect-in-full-screen-videos/1103067 and https://www.scootersoftware.com/vbulletin/forum/beyond-compare-4-discussion/linux-aa/14133-transparent-window-on-ubuntu-with-nvidia-graphics [19:33] ah yes [19:34] so roll back a version, or wait for a fix? [19:35] xubuntu30w: i would just try and install eric with sudo apt-get install eric [19:38] Hi guys, my usb HD hit the ground and now I can't mount any partition, like I used to do with thunar. [19:38] please help [19:38] https://paste.ubuntu.com/p/djwY2sYB6r/ [19:44] darkad, the disks utility can repaire a lot, and the error shows that a copy seems oke, i think it is solvable https://help.ubuntu.com/stable/ubuntu-help/disk-repair.html.en [19:44] OerHeks: I'll just wait for the new FF [19:48] OerHeks, ty, it says : "Open Disks from the Activities overview" - is Disks -> gnome-disks? [19:48] yes [20:01] pastebin.com*G5Jqrd2S - new ctf gl [20:01] Good-Luck-007: not the place for that [20:19] sudal [20:22] OerHeks, are you still there? === capella|away is now known as capella [20:25] Hi, I have a problem with Ubuntu Software. When I search for update it appears a message: I can not get the list of updates. I tried to uninstall and reinstall Ubuntu Software, but the problem was not solved. [20:26] lucenera: what Ubuntu are you using? [20:26] what version? [20:26] Ubuntu 18.10 [20:26] 64 bit [20:27] lucenera: is your internet connection alive? [20:27] lucenera: is your internet connection alive, and then also what does `sudo apt update` show? (use a pastebin if you paste the output of it) [20:27] Yes, all works very fine. [20:30] Guys my usb HD hit the ground and I cannot mount any partition anymore, help please: [20:30] https://paste.ubuntu.com/p/9T8Kp79p3R/ [20:30] darkad_: if your hard drive is actually a hard drive and not an SSD or a USB flash drive, the chances are the disk is physically damaged [20:31] darkad_: Try using ddrescue to create a backup image of said drive and try to recover what you can from the drive. Then drill holes through it and buy a new one. [20:31] leftyfb: should he attempt an fsck? [20:31] or just presume it's dead? [20:31] no [20:31] :P [20:31] ddrescue [20:31] then attempt to pull files/fsck on the image [20:32] Or better yet, just buy a new drive and restore from backup [20:32] ^ +1 for both [20:33] darkad_: btw, the file recovery should be done on the ddrescue image you create, not the drive itself [20:34] or rather (unless read-only) on a copy of the image you create, since you dont want to loose that either. [20:36] Hello, i performed a vgrename on my secound instalation, because i coudnt mount it (same name). Now i cant start my other instalation, lukecrypt says bad passwort [20:36] I have now booted my other hdd, how can i make this working? [20:36] Myros: It's going to be a LOT quicker and easier to just reinstall [20:36] is the message I pasted telling about physical damage? [20:37] darkad_: not necessarily, but you yourself said that you dropped it then it stopped working right. [20:37] darkad_: is the drive an SSD or spinner? [20:37] darkad_: ^ that [20:37] leftfb i have a lot of data there [20:37] Myros: There's always backups of that important data [20:38] the HD is a external usb, and a seagate 2,5" sata 2TB [20:38] leftyfb i currently try to make a backup [20:39] How can i grep inside every file on a disk and look for a string? [20:39] darkad_: ok, then more likely it's a spinner. IF you're having trouble mounting it after physically dropping it, consider it a faulty drive now and not to be relied upon. Get a new one and recover what you can as mentioned above [20:39] Myros: grep -R /path/to/mount [20:41] Hoping someone can point me in the right direction regarding an issue I have with my HP Envy 4 1200ed laptop. It's running Ubuntu 18.04 (Budgie). I'm having the same issue I had back when I was using Debian 8 on this same system. The issue is when I put my laptop in sleep mode at night, it randomly wakes up in the middle of the night. Sometimes it doesn't happen for days, other times it happens multiple t [20:41] imes in the same night. I checked the logs but I don't see anything out of the ordinary. They look like a regular system wakeup. Not sure what's triggering the wakeup though. [20:42] f3bruary, earthquake or rumble probably, activating touchpad/mouse [20:42] it doesn't respond to mouse movement, and the lid is always closed so can't be the touchpad [20:43] It does react to keypresses on the external kb I have hooked up. But nothing is pressing it at night :D [20:43] f3bruary: do you have anything plugged into the laptop besides power? [20:43] I changed the vg from ubuntu-vg to ubuntu-vg2, can i mannualy edit grep to edit it there too? [20:43] *grub [20:43] f3bruary: as a test, unplug everything except power. [20:43] power, RF dongle for mouse, usb keyboard and hdmi. [20:43] f3bruary: as a test, unplug everything except power. [20:43] ok [20:44] f3bruary: Maybe check that WOL is disabled in your BIOS [20:44] good idea, I will genii [20:44] guys I'm reading the HD from a different linux version [20:45] genii: that's a pretty specific magic packet that would have to be accidentally sent to the MAC of the laptop :) [20:45] i suspect the dongle [20:45] darkad_: ok, good luck. I hope you don't care about the data on that drive. [20:46] I got a previous but not total backup, but it's allright, thank you all [20:46] darkad_: your next and only step should be to use dd rescue on that drive to create an image as a backup and get a new drive and never use that drive again. [20:47] Hi all. Have a problem with openssh where i freezes trying to connect to a webserver, while other ssh clients work no problem. https://pastebin.com/BhTrCU92 [20:47] any hint is appreciated [20:47] leftyfb, thank you [20:48] mekmel: this is #ubuntu [20:50] mekmel: is your client or server running ubuntu, and which version? [20:50] leftyfb: I've seen some systems that behave like this when it's enabled, not sure why [20:52] !pm | mekmel [20:52] mekmel: Please ask your questions in the channel so that other people can help you, benefit from your questions and answers, and ensure that you're not getting bad advice. [20:52] OerHeks: oh man I think you're right. I was certain the laptop didn't respond to mouse movements in sleep mode, but I just tested it and it does. I switched the dongle to a different usb port a few weeks back. The one it was in was a 'always on' port meant for charging external devices while in sleep mode or shut down. I switched it back to a regular usb port and it stopped responding to movement again. I [20:52] mekmel: the server is apparently running debian or a debian derivative which is not ubuntu. [20:52] 'm gonna assume a false movement detection triggered it then. [20:53] f3bruary, good spot, have fun! [20:53] Ok it seems this is the wrong place to ask then. Can annyone redirect me to where i might get help with my openssh related problem? [20:53] thanks for the help :D [20:53] guys it's incredible [20:54] mekmel, #debian here on #freenode ? [20:54] mekmel: depends, what's running on your client and server? [20:54] ubuntu with kernel 4.4.x gave me that error nowwith 4.15.x all works!!! [20:55] another happy user [20:55] I changed the vgname of an instalation, what file in grub do i have to edit as well to be able to boot again? [20:56] tomreyn and OerHeks: Is openssh part of debian? I don't see the connection oherwise. I have the same problem with many different webservers where i need to set up webpages. As stated i get the same error on ubuntu and archlinux. The server-distros i have no control over and are irrelevant as i get the same error on different servers using different distros. [20:57] maybe with a fat and not gpt should have been no errors on my two computers? [20:58] mekmel: try #openssh then [20:58] so it looks like a serverside issue? [20:59] mekmel: i don't see you stating the client OS / distro previously. so there is an issue connecting from a client running a (yet) unknown ubuntu release ("Local version string SSH-2.0-OpenSSH_7.9") to a webserver where sshd identifies as "OpenSSH_7.4p1 Debian-10+deb9u4" [21:00] mekmel: now, which ubuntu version is the client running on? [21:00] mekmel: please also confirm the summary above. [21:02] !pm | mekmel: again [21:02] mekmel: again: Please ask your questions in the channel so that other people can help you, benefit from your questions and answers, and ensure that you're not getting bad advice. [21:03] My question stays the same. Does annyone have a clue why my ssh connection freezes: https://pastebin.com/BhTrCU92. As stated: same issue on different distros/computers. No issues whatsoever using putty and random ios ssh clients on an ipad [21:03] we can only help with software running on ubuntu [21:04] if you have general network questions, maybe try ##networking [21:04] mekmel: sounds like the issue is on the server side. What OS is running on the server? [21:04] same issue on different servers. Correction All 4 webservers with different distros aswell [21:05] all 4 are in another country [21:05] * tomreyn gives up [21:05] mekmel: So .... you're having issues connecting to all 4 servers, all running different distros using different distros as clients? [21:06] Yes leftyb. Common denominator: OpenSSH [21:06] client [21:06] lucenera, what does "sudo apt update" show in terminal? [21:06] mekmel: ok, good luck. You're issue is network/provider/user/etc related. Not distro related. [21:07] leftyb: yes i know. Not sure where to get help though [21:07] mekmel: try #linux or #networking or call your provider(s) [21:07] ok ill try. thanks [21:08] I changed the vgname of an instalation, now i cant boot from it. What do i have to edit in the boot partition, so i'm able to do it again? (i use luke crypt) [21:21] What is this "samhain" process? It's not malicious, but I don't know what it's actually doing. [21:22] so if you know it is not malicious, what info did you find? [21:23] BlueProtoman: http://manpages.ubuntu.com/manpages/bionic/man8/samhain.8.html [21:23] OerHeks: It's a file integrity daemon. Okay, let me ask what I *really* want to know; can I safely disable it on a personal laptop to free up memory? [21:24] What's the package for the open source amd graphics drivers called? [21:26] BlueProtoman, sure, it is optional [21:27] matrim: probably xserver-xorg-video-amdgpu [21:27] BlueProtoman: if you have it running on your machine, it's because you installed it or some other package you installed pulled it down as a dependency [21:28] coconut, It supports opengl and all that, right? [21:28] coconut, Or do I need another package for that? [21:28] matrim: what exactly are you trying to accomplish? [21:28] matrim the name you might be looking for is nouveau [21:29] we're making a lot of assumptions here [21:29] thats the generic driver used for nvidia vid cards [21:29] xserver-xorg-video-radeon if not ~amdgpu [21:29] leftyfb: It is entirely possible that I once installed it but forgot about it. [21:29] leftyfb: I installed ubuntu server without a de, I want to get a wm and build up from there. [21:29] no assumption lefty [21:29] [1:24pm] What's the package for the open source amd graphics drivers called? [21:29] nouveau is the answer [21:30] tonyt, nouveau is nvidia. [21:30] no, it is a open source driver [21:30] OerHeks, No, it's amdgpu, it's a modern one. [21:30] isnt that what you aked for? [21:30] k [21:30] tonyt: nouveau is the open source drive for nvidia chipsets [21:30] tonyt, Yes, but for a modern amd apu. [21:30] didnt know you were looking for amd related [21:30] matrim: what video chipset do you have? [21:31] tonyt: see, assumptions [21:31] leftyfb, OerHeks: Thanks for the tip. [21:31] leftyfb, I have a ryzen 5 2500U or something like that (maybe it was G, idk). It's a laptop. [21:32] matrim: lspci [21:32] "something like that" isn't a good way to debug things [21:33] Radeon vega 8 mobile (rev 15) [21:33] sorry, (rev c4) [21:33] I was reading wrong. === capella is now known as capella|away [22:07] Is there a proper way to edit kernel boot flags aside from efibootmgr? [22:07] e.g. is there a config file? === bildramer1 is now known as bildramer [22:32] ciao a tutti === max__ is now known as Guest84356 [22:35] While having only a initramfs console, is there a was to edit a filek [22:35] ? [22:39] Hey, How can I install java-1.8.0-openjdk-devel? I've tried "sudo apt-get install java-1.8.0-openjdk-devel" but it says unable to locate package. I was told I need it as when compiling java code with IntelliJ I get a error that says the jdk tools.jar is not there [22:43] !info openjdk-8-jdk [22:43] openjdk-8-jdk (source: openjdk-8): OpenJDK Development Kit (JDK). In component universe, is optional. Version 8u191-b12-0ubuntu0.18.04.1 (bionic), package size 1377 kB, installed size 1473 kB === phoenix_firebrd is now known as murthy [22:56] currently booting with ubuntu in GPT, with 3 partitions- EFI, Linux system(btrfs), swap. Can I just split my btrfs partition into 2 and add another partition for experimenting with gentoo? [22:56] Any ideas where the fan settings are on ubuntu? [22:56] For some reason my laptop fan is on high and won't go down. === Oresrian is now known as stwalkerster === fcastillo_ is now known as fcastillo [22:59] slow boot on ssd, I could see an error message during boot on tty, something like "giving up". I tried to see the error message with this command "journalctl -r", but I am not able to find it. I want to find the error message and solve the problem that causes the slow boot [23:00] Wonny: hi [23:07] murthy, hello [23:08] Wonny: I think you have to install a seperate software to change the fan speeds [23:09] Wonny: do you dual boot? [23:09] Nah. I use ubuntu exclusively [23:10] Wonny: Are you sure the high fan speed is not because of accumulated dust or because of high cpu usage? [23:10] murthy, It wasn't doing this earlier today. A restart will probably fix it. I don't feel like restarting though zzz. [23:11] Wonny: how is the cpu usage when the fan speed is high? [23:12] it's fluctuating betwen 28%-31% [23:12] Wonny: your processor is? [23:14] I can't find what that is running on [23:14] All I have open is google chrome though [23:14] Nothing out of the ordinary on my side [23:15] Wonny: https://askubuntu.com/questions/22108/how-to-control-fan-speed [23:15] Wonny: have you see the above link? [23:16] Seeing this now. Thanks! [23:16] Wonny: after the bitcoin boom, website are mining them, I have noticed that idle chrome tabs consuming significant amount of cpu usage. [23:16] Hi all. While running Ubuntu 18.10 with XFCE, I wanted to remove the workspace changer widget from my panel. In doing so, the entire panel was removed. When I tried to run the panel application, the following message is displayed: "GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.xfce.Panel was not provided by any .service files" Is there any way I can go about solving this? Reinstalling xfce4 does not seem to help (not sure [23:16] why it would, anyway) [23:18] Wonny: the following is the command to find the processor model. cat /proc/cpuinfo | grep "model name" [23:19] j0seph: hi [23:19] how did you remove the workspace changer [23:20] I right clicked on the little applet, right clicked it, then clicked "remove" as I would remove a lot of other widgets. [23:20] (whoops, said "right click" twice haha) [23:21] j0seph: you said "desktop changer", did you mean to say virtual screen chooser? [23:22] murthy: well, workspace changer is what I think it was called, but yes I believe that is what I am referring to. [23:24] j0seph: is that the one shown in the following link https://ubuntuforums.org/showthread.php?t=1828505 [23:25] murthy: yep, that's the one [23:26] j0seph: Can you wait while I check for solution [23:26] murthy: yep [23:35] j0seph: run the following command and tell me what you see. sudo apt-cache policy xfce4-panel | grep "Installed" [23:35] j0seph: command is case sensitive [23:36] Okay, just one moment [23:38] fuck you [23:39] !ops [23:39] Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, bazhang, chu, dax [23:40] murthy: The output is: "Installed: 4.13.3-1ubuntu1" [23:41] That's odd. I should be running 4.12.4, but the panel version is 4.13.3 which is a pre-release, I believe? [23:42] murthy: Please don't do that unless there's some actual emergency [23:43] genii: a user was using obscene language here, that is why I called [23:43] murthy: For inappropriate language, use !language or !nsfw. [23:44] Australopithecus: oh, I was not aware of that, sorry [23:44] murthy: A better approach is as just pointed out by Australopithecus. If they persist after being asked more than once, then conconsider asking an op in [23:44] murthy: It's ok! We're all learning. =) Here's a cool resource for you: https://ubottu.com/factoids.cgi [23:45] Australopithecus: thanks [23:45] genii: Will do [23:46] How come in 16.08 'apt install package --no-install-recommends' works as intended but is not mentioned in 'man apt'? Does it call apt-get in this case? [23:47] murthy: anything out of the ordinary with my output? [23:47] sorin-mihai: apt and apt-get both use dpkg as the backend [23:47] j0seph: run the following command and when It finished reeboot the system and see If you are able to add the desktop switcher widget again "sudo apt-get install --reinstall xfce4-panel" [23:48] Alright. I should mention that the entire panel disappeared rather than just the widget. The error I outlined is what happens when I try to run the panel customisation app. I'll restart now. One moment. [23:49] sorin-mihai: ..also, there is no 16.08. There are 16.04, and 16.10 ( which is now End Of Life) [23:49] genii, i wanted to say 16.04. so in this case should i still use apt? i'm trying to figure out if it would have the same effect regardless if it's 16.04 or other version [23:50] hi [23:50] slow boot on ssd, I could see an error message during boot on tty, something like "giving up". I tried to see the error message with this command "journalctl -r", but I am not able to find it. I want to find the error message and solve the problem that causes the slow boot [23:50] sorin-mihai: Yes, it will work on any version [23:50] I got a new motherboard and now my pc boots into win10 instead of grub. In the BIOS I do not see the EFI partition as a boot entry. What to do? [23:50] genii, thanks [23:51] sorin-mihai that action is set in /etc/apt/apt.conf.d/01norecommend, else there is --install-suggests too in that same config file [23:51] Is sudo update-grub enough or do I need grub-install? [23:51] OerHeks, not trying to change the defaults, that would've been too easy [23:52] IniGit: you need to install grub [23:52] murthy: no change. panel is still gone. [23:52] IniGit: The MBR afaik whill be overwritten by windows [23:52] murthy: What does that mean? Isn't it still installed on my Ubuntu ssd? [23:52] sorin-mihai: If you want to make a custom set of rules for apt, you can also dump the result of: apt-config dump ..into /etc/apt.conf and then edit it to your liking [23:52] sorin-mihai, and it surely is describet in man apt [23:52] I have win10 on one ssd and Ubuntu on another [23:52] Grub is on the Ubuntu ssd [23:53] But the BIOS does not list the Ubuntu ssd as a boot option [23:53] IniGit: so you have selected the ssd as your boot partition in the bios? [23:53] But I can boot into the ubuntu ssd via boot override [23:53] sorin-mihai: Any of what you see on the result of apt-config dump out put can also be set on the command line at run time [23:53] initgit if you got a drive hooked up, 1 windows and 1 ubuntu, go into your bios and change the boot order to boot off the drive that has ubuntu on it. then boot into ubuntu and run sudo update-grub. that should for your drive with windows on it [23:54] you should all set after that [23:54] OerHeks, didn't see '--no-install-recommends' in 'man apt', i did search twice, hence the question. [23:54] The BIOS does not list the Ubuntu ssd [23:54] but I will check again [23:54] But last time I did not see it there [23:55] inigit find out wich pord you ubuntu drive is plugged into on the mother board and make sure it is in slot 1 [23:55] *port [23:55] if you got a working ubuntu install on that drive it should boot into it [23:56] thx. I reboot [23:56] put the windows drive in slot 2 [23:56] tonyt: or trash :D [23:56] sata ports, if thats what he has, should be numbered right? [23:57] sata ports on the mobo that is [23:57] 1-4, 1-6 etc [23:57] tonyt: yes [23:57] k [23:57] sorin-mihai: The manpage for apt .. Under the Description heading where it lists the commands such as update upgrade full-upgrade .. please note that update and upgrade also have beside them the command apt-get in both cases, meaning any switches which apt-get uses can also be used for these commands [23:59] genii, yeah, that i noticed, that's why i assumed it would call apt-get in this case, but it wasn't clear and wanted to be sure