/srv/irclogs.ubuntu.com/2019/01/24/#ubuntu.txt

qwebirc62042hi, having difficulty understanding the cmake instructions here:00:00
qwebirc62042https://github.com/piclas-framework/piclas/blob/master/INSTALL.md00:00
qwebirc62042specifically00:00
qwebirc62042"Configure the build using CMake; ENABLE_ triggers the build of the corresponding tool."00:01
qwebirc62042what does that mean?00:01
qwebirc62042what command would i use?00:01
qwebirc62042when i use ccmake ../ i'm brought to a GUI that i don't recognise and isn't documented00:01
qwebirc62042please help somebody!00:01
woenxhey. 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:11
woenxIt seems it has something to do with this 2008 bug: https://bugs.launchpad.net/ubuntu/+source/thinkfinger/+bug/27638400:12
ubottuLaunchpad bug 276384 in gnome-keyring-manager "Thinkfinger doesn't unlock keyring" [Medium,Invalid]00:12
gartralhey 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:00
Tin_mangartral, better get you programming fingers going.. I kind of doubt it..01:04
RandolfHow 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:08
phazonRandolf: https://obsproject.com/01:29
phazonOpen Broadcaster Software; it's what a sizeable chunk of streamers (YouTube, Twitch, etc) are using anyway01:30
phazonI think Snowden is using it as well for his telepresence talks and whatnot (can see the greenscreen glare thru his glasses)01:32
Deihmosis there a terminal command to see resources used?01:38
phazonDeihmos: 'top' is the default; there are others, such as 'htop' etc01:39
Randolfphazon:  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
phazonDeihmos: atop, nmon, sysstat, cpustat, saidar and tonnes of others that reinvent the wheel01:45
phazonRandolf: 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 those01:48
phazonRandolf: Did you compile from source or use their pre-built binaries? should try the former, as the latter can cause problems01:51
=== sywey is now known as Sywey_W
phazonRandolf: 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 that02:09
SlidingHornRandolf: 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:14
JonelethIrenicusanyway to increase the left column size of geary?02:27
JonelethIrenicusits too small to read anything02:27
JFox762hi02:37
JFox762i keep getting this error message when I attempt a backup02:40
JFox762https://pastebin.com/aAntgd0h02:41
JFox762i keep getthing ^ that error02:41
SlidingHornJFox762: what version & flavor of ubuntu?  Also, what is the exact command you're using to get this error?02:41
JFox762ubuntu 18.04, I think'02:42
JFox762yes it is 18.0402:42
JFox762@SlidingHorn02:43
aneonhi, 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:09
sgianhi all...just trying to figure out how to auto update a server...can anyone tell me what i'm missing03:28
sgian?03:28
sgiantried crontab, which should run as root, correct?03:29
sgiantried cron-apt...2 to 3 config files...seems like an intentional bar for entry...there has to be something that i'm missing03:30
dizzymonkAny Programmer for Python??03:34
kinghatif 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:49
sgian shouldn't it just be as simple as "autoupdate daily --enable 0400"?03:50
=== capella|away is now known as capella
=== tulsi is now known as Guest13570
=== capella is now known as capella|away
sparrI 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/d503a3983efa2a4341c506722c2cc72805:05
DarwinElfhow do you upgrade your kernel on Ubuntu?05:26
DarwinElf(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:27
CrazyHmurthy, sorry man I was busy working. No I have not yet found a solution for the x11vnc issue :-(05:30
=== Class7_ is now known as Class7
SlidingHornaneon: Take a look here: https://stackoverflow.com/questions/10829402/how-to-start-nginx-via-different-portother-than-8005:44
SlidingHornkinghat: the short answer is "both" - different applications depend on different versions of python05:45
SlidingHorn!kernel | DarwinElf05:45
ubottuDarwinElf: 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
SlidingHorn!mainline | DarwinElf also see here05:45
ubottuDarwinElf 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/MainlineBuilds05:45
DarwinElfi 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 now05:47
DarwinElf!mainline05:47
ubottuThe 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/MainlineBuilds05:47
SlidingHornDarwinElf: what version and flavor of ubuntu are you running?05:47
DarwinElfKubuntu 18.0405:47
SlidingHornand what kernel are you looking to use?05:50
DarwinElflatest stable that's in the archive linked on that page05:50
DarwinElfi.e., 4.20.305:51
SlidingHornExactly which module or patch are you basing this decision on?05:51
DarwinElfAMDGPU05:51
DarwinElfthere are several improvements for several versions since 4.1705:52
SlidingHornwhich version has the update you need to run?05:52
DarwinElf4.18, 4.19, possibly also 4.20, but it's stable anyway05:52
SlidingHorn(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:52
DarwinElfyeah, it's easy.  I've done this on more difficult OSes05:53
lotuspsychjeDarwinElf: what exactly is the problem with your current amdgpu?05:53
DarwinElfwell you can read about the various improvements/bugfixes if you want to05:53
hggdhDarwinElf: just please keep in mind that these we *mainline* kernels. No Ubuntu patches or adjustments.05:54
DarwinElfit's bad enough some GPU things freeze my PC05:54
hggdhs/we/are/05:54
DarwinElfwhat are 'Ubuntu patches or adjustments?'  I hadn't usually used an OS that does that at all05:54
lotuspsychjeDarwinElf: are you affected by an existing bug on amdgpu?05:56
hggdhDarwinElf: 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 code05:57
lotuspsychjeDarwinElf: also before playing with kernels, i would compare the amdgpu driver vs the amdgpu from amd as a test05:57
DarwinElfoh.  I can wait if I have to05:57
DarwinElfi have the one from AMD.  Still I think it may use part of what's in the kernel05:58
lotuspsychjeDarwinElf: so, what was wrong with the one from ubuntu?05:58
DarwinElfi.e., I have AMDGPU-PRO... but it's far from perfect05:58
DarwinElf<DarwinElf> there are several improvements for several versions since 4.17, <DarwinElf> it's bad enough some GPU things freeze my PC05:59
lotuspsychjeDarwinElf: on both amdgpu drivers the same problems?06:00
DarwinElfi'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 time06:01
lotuspsychjeDarwinElf: also, are you sure its your graphics card that makes system freeze, and not kubuntu eyecandy that lags?06:02
DarwinElfit's certain computing only that makes it freeze.  I have most 'eyecandy' turned off06:03
lotuspsychjeDarwinElf: have you tested for example a 18.04.1 ubuntu-desktop on gnome?06:03
DarwinElfi'm not going to06:03
DarwinElfdo you know what I mean by graphics computing?  The display is not even involved06:04
DarwinElfnow I see I could upgrade from 18.04 to 18.04.1 if I don't already have that06:04
DarwinElfactually I apparently my more specific version already is 18.04.106:05
lotuspsychjeDarwinElf: its your system, you can decide what to test and whatnot06:05
lotuspsychjeDarwinElf: my point is, we have many users with stock amdgpu working nicely by default here06:06
DarwinElfthat'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 users06:08
lotuspsychjeDarwinElf: if you need help debugging it more, can you provide us your logs/errors?06:09
DarwinElfi 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:10
DarwinElfif I find the logs I'll ask on a forum related to the specific software06:11
=== andyhuzhill_ is now known as andyhuzhill
DarwinElfif it even happens after the upgrade06:11
lotuspsychjeDarwinElf: the upgrade to?06:12
DarwinElf<DarwinElf> [...] Anyway I found out there have been several new releases of AMDGPU-PRO since then06:12
DarwinElf18.50 of that driver (I'm on an even earlier 18.30 than the latest of that)06:12
lotuspsychjeDarwinElf: 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/kernels06:17
DarwinElfyou mean the driver from the Linux kernel?06:18
DarwinElfas said, it won't do everything I want06:18
=== 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
dan2wikI 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:02
dan2wikThere 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?07:03
=== 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
gartralTin_man that's a slight problem, I can't code for the life of me07:20
ubuntunewbiehi07:36
ubuntunewbiedoes ubuntu have spyware?07:36
ubuntunewbiei kinda read it integrated amazon07:36
ducasseyou need to actively enable that now to see online amazon ads07:38
ubuntunewbie@ducasse so its not on by default07:40
ubuntunewbieright?07:40
ducasseit was once, in older releases, but not anymore07:41
ubuntunewbiehey im planning on buying a NUC5CPYH07:41
ubuntunewbiewas wondering if ubuntu can be isntalled on thios07:41
ducassea lot of people are running ubuntu on nucs with good results07:42
ducasselotuspsychje: ^^ comments?07:42
ubuntunewbieyeah i just wanna know since im gonna buy from a seller07:43
ubuntunewbiealso i read not all nuc support ubuntu07:44
ubuntunewbiethats why i asked07:44
ducasseif 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 number07:46
r1nt3ctest07:46
ubuntunewbieis ubuntu core also called ubuntu server07:50
ubuntunewbieor are they different07:50
ducassedifferent07:51
lotuspsychjeubuntunewbie: the new nucs are very ubuntu friendly, just make sure you update bios to latest before install07:52
ubuntunewbie@lotuspsychje how bout the older one like NUC5CPYH07:56
lotuspsychjeubuntunewbie: also works, same story make sure you update bios first07:59
ducasseubuntunewbie: 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 mode08:06
=== anubis is now known as Guest9900
slereah-worksoup08:33
slereah-workoops08:33
slereah-workwrong channel08:34
ubuntunewbiehow do i filter out the chat to get rid of all the "user has quit irc"08:41
ubuntunewbieor has joined irc08:41
lotuspsychjeubuntunewbie: in your irc client, you can normally choose to not show joins/parts08:42
ducasse!quietirc08:42
ubottuTo ignore joins/parts/quits in your favorite IRC client, see http://wiki.xkcd.com/irc/Hide_join_part_messages08:42
ducasseubuntunewbie: ^^08:42
ubuntunewbie!quietirc08:42
ubuntunewbieim using web08:42
lotuspsychjeubuntunewbie: wich web?08:43
ducasseubuntunewbie: ask in #freenode, maybe they can tell you what the web frontend supports08:46
=== phoenix_firebrd is now known as murthy
whoamimoin09:24
jorge_tengo una pc bastante limitada, me gustaría saber cual entorno escritorio es el mas liviano?09:39
jorge_desde ya muchas gracias09:40
ducasse!es09:41
ubottuEn 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:41
rhokshow can I restart my synaptics touchpad driver?09:53
legreffierrhoks: just restart xorg, log out of you session and log back in.09:56
erle-What do the donation categories on Ubuntu.com mean? (e.g. «Community projects»)09:57
lotuspsychjeerle-: where do you see that?10:02
lotuspsychjeerle-: ah i guess here: https://www.ubuntu.com/download/desktop/thank-you10:03
lotuspsychjeerle-: community projetcs, are projects continued by the ubuntu community, for example unity, or community theme, ubports etc10:06
erle-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
erle-community means community software projects?10:07
erle-or does it mean «laptops for African schools» projects?10:07
lotuspsychjeerle-: yes10:07
erle-and what does Tip mean?10:07
lotuspsychjeerle-: surely means donate to canonical10:08
rhokslegreffier, wait when there is a system reboot xorg is restart though so I think restarting xorg won't solve my problem10:10
rhoksI 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 did10:12
rhoksmaybe next step should be to uninstall synaptics and reinstall it10:12
erle-lotuspsychje, how is it different than donating for example for the desktop?10:13
blackflowerle-: 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.10:15
=== capella|away is now known as capella
erle-okay, thanks, bl10:15
erle-blackflow,10:16
=== [1]MrMobius is now known as MrMobius
mra90is restart necesssery after setting $PATH?10:22
blackflowmra90: setting where? reboot's not needed, but processes/sessions that you want to see the new PATH should themselves be restarted or respawned10:24
mra90blackflow: I have a command not found issue10:25
mra90I set up $PATH pointing to that binary directory10:25
blackflowset up where10:25
mra90terminal10:25
blackflow...10:25
mra90blackflow: what?10:26
blackflowdid you export PATH=....   or did you set it permanently in a shell rc?10:26
=== cpaelzer__ is now known as cpaelzer
mra90is used this10:26
mra90export PATH=~/path_to_bin/:$PATH10:26
blackflowright, so that's valid only for that one shell session10:27
mra90okay and all I do is just in this one session10:27
mra90so as from now shell should recognize all binaries from that direcory right?10:28
blackflowin 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
mra90yes I know10:28
mra90the question is why it doesn't see it10:28
blackflowwhat are you doing exactly so it "doesn't see it"?10:28
blackflowis the binary executable?10:29
mra90blackflow: in that folder which I exported to PATH there is a binary, let;s say spec-gcc10:29
mra90so I call it from shell now simply by : spec-gcc10:29
mra90 and get command not know ;/10:29
blackflowis it executable?10:29
mra90yes10:29
blackflowmra90: is it a shell script you wrote, or something?10:31
mra90ok looks like the path is set wrong10:31
hexhaxtronCan someone help me make the Compose Key work with GNOME Shell?10:34
qwebirc49026I am trying the UBUNTU application on windows, Is there any smooth way to assign discspace for that while in Windows?10:37
=== qwebirc49026 is now known as coachbjork
blackflow!wsl | coachbjork10:42
ubottucoachbjork: 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_guide10:42
coachbjorkThanks blackflow, It was easy enough.. all my discs where already mounted and accessable10:43
blackflowhexhaxtron: perhaps if you explained your problem in more detail, someone knowledgeable might help.10:45
hexhaxtronblackflow, 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:46
hexhaxtronblackflow, the Compose Key does work with Plasma and Englightenment however but not with GNOME Shell.10:47
blackflowhexhaxtron: 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 tweaks10:48
blackflowlike this:  ç10:48
blackflowstandard qwertz keyboard, bionic, nothing special configured10:48
fradhi, I need an app to take a screenshot of a whole webpage10:48
hexhaxtronblackflow, yes, I need it. I'll try changing it to for example right ctrl.10:48
fradwhat would you recommend?10:48
blackflowhexhaxtron: the reason I ask is because alt-gr already does that and if you define it as "Compose key", it might stop doing that10:49
blackflowfrad: firefox' own screenshotting tool10:49
hexhaxtronblackflow, I'm using Programmer Dvorak as the keyboard layout by the way.10:49
hexhaxtronblackflow, I changed it to right ctrl and it's the same thing.10:50
blackflowhexhaxtron: I'm not sure I can help you with that then, sorry.10:50
fradblackflow, any linux based solution?10:50
blackflowfrad: firefox works on linux.10:50
fradblackflow, 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 name10:52
blackflowthat makes even less sense.10:52
blackflowyou 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
blackflowunless you mean something completely different by "screenshot whole webpages"10:53
blackflow(and FF is cross platform)10:54
fradblackflow, I see, I saved the page as a pdf file10:57
blackflowfrad: 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
blackflow!info wkhtml2pdf10:58
ubottuPackage wkhtml2pdf does not exist in bionic10:58
blackflow!info wkhtmltopdf10:59
ubottuwkhtmltopdf (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 kB10:59
fradno blackflow . Ideally I would have the whole page as a jpg or png or whatever, but printing the page to pdf works also10:59
=== mg7 is now known as anygoodone
blackflowseems 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:00
blackflowand wkhtmltopdf comes with a wkhtmltoimage tool as well it seems. never used it myself.11:01
mattiasbHi 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:07
fradthx blackflow11:15
BluesKajHi folks11:22
NTQKennt jemand einen Dateimanager für Ubuntu, der so gut ist wie nemo, aber so wenig abstürzt wie thunar? :-D11:23
EriC^^!de | NTQ11:24
ubottuNTQ: 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
NTQuh, wrong tab. sorry11:24
NTQDoes anybody know a good file manager with functions like nemo but with less crashes like thunar? nautilus combines the worst of both.11:25
pcworldOn 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:27
vinxzHi 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:28
BluesKajpcworld, make sure the multiverse sources are enable in your sources.list11:29
BluesKajenabled11:29
blackflow!info virtualbox cosmic11:29
ubottuvirtualbox (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 kB11:29
pcworldBluesKaj: that's what I did, https://paste.ubuntu.com/p/2NtjyByY8t/11:30
blackflowpcworld: no, that's deb-src for source packages. you need those lines with just   deb   at the beginning11:31
blackflow(you can keep these if you wanna be able to install source packages)11:31
pcworldblackflow: thanks, works now (and sorry for the stupid question)11:32
blackflownp11:33
dan2wikI unplugged a sata drive from a hotswap bay but /dev/sdc still exists. How do I fix this?11:35
dan2wikOh. /dev/sdc was no longer a block device and was instead a file. rm fixed it.11:38
radkoshello I 'm trying to create systemd daemon using screen11:38
radkoscan you help me out with it11:39
radkoswhat type of Service it should be forking or else?11:39
=== mikecmpb_ is now known as mikecmpbll
blackflowdan2wik: 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
blackflow*scsi rescan11:44
blackflowI mean manual intervention  under /dev is never a solution.11:45
blackflowradkos: for which command exactly? type depends on the command it will execute11:45
radkosscreen -dmS SendEmailOnCall /usr/local/sbin/asterisk_sendmail.pl12:02
radkosblackflow, this is the command12:02
radkosAllowIsolate=true but none of that helped12:03
radkosi tried with RemainAfterExit=yes12:03
radkosRequires=dbus.socket12:03
blackflowradkos: 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:10
blackflowotherwise, 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 children12:11
jacoi need help installing my rtl-sdr12:14
radkosblackflow, it's because it would be good to access the screen and see the output there - for debuging purposes12:20
radkosthe script prints content and sends it preformatted to the desired email12:20
blackflowradkos: stdout is logged by journal anyway, so you can see its output that way.12:20
blackflowradkos: 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 foreground12:22
blackflow_or_ use type=forking but I have no idea howthat would affect screen. it was never designed to be run like that.12:22
radkosblackflow, indeed tnx :) if i need i can access journalctl it is a lot simplier that way12:23
blackflowdefinitely :)12:24
radkosi completely forgot about the journalctl :D12:24
=== Richard is now known as Guest18984
muhahaDoes anyone know how this is working? https://docs.microsoft.com/en-us/azure/virtual-machines/linux/login-using-aad   (Oauth authentication in Ubuntu)12:50
muhahaAFAIK only option so far is LDAP, right?12:51
coconutHow can i configure a second time(UTC) under ub-mate?13:04
=== daniel is now known as Guest60356
=== rudy is now known as Guest41274
tomreyncoconut: this is old, but i suspect it still works: https://ubuntuforums.org/showthread.php?t=120458113:24
tomreyn(see post #4)13:25
muhahaHow 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:36
tomreyntry a kubernetes related channel, i'd say.13:38
=== xubuntu is now known as Guest87131
coconuttomreyn: 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
dirtwashanyone know how to force a NIC to an interface? My udev rules are being ignored13:52
blackflowdirtwash: you can use a .link systemd unit, Match by MAC or whatever.  see the systemd.link(5) manpage13:54
skela_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/bNmQ1C14:01
lotuspsychje!it | skela_14:01
ubottuskela_: 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:01
skela_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/bNmQ1C14:03
lotuspsychjeskela_: what is your ubuntu and kernel version please?14:03
skela_lotuspsychje, ubuntu 16.04 and 4.15.0-43-generic kernel14:04
muhaha#tomreyn, lol missclick, sry14:05
lotuspsychjeskela_: dependency problems often occur when adding external ppa's, do you have some added?14:05
skela_lotuspsychje, no ppa installed i get all errors after apache2 purge14:08
dirtwashblackflow: i tried, doesnt work eiter, weirdly ip addr shows the interface as 'rename4', not sure why14:10
dirtwashbut its still bound to wrong mac/nic14:10
hggdhskela_: did you run apt update?14:10
skela_hggdh, yes, nothing to do.. i get the same error14:10
blackflowdirtwash: 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
zipperHey, 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:11
zipperSo what I'm doing is using fdisk to create a flash drive with one MBR parition with a bootable flag on14:12
zipperthen using dd  to write not to sdX but to sdXN14:12
zipperWhat do you think of this approach? I feel that it's the wrong way to use dd and it'll undo the bootable flag anyway14:13
blackflowzipper: 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
dirtwashblackflow: nvm found a workaround14:13
dirtwashthanks14:13
skela_there is no way to fix that? https://arin.ga/bNmQ1C14:14
zipperblackflow: 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/1666515214:14
hggdhskela_: the thing there is figuring out what is wrong in your server14:15
zipperWhen I try to use a bootable flash drive that I created using dd it just won't work idk why.14:15
zipperLike I select in the bios to boot it but it boots the same old thing.14:15
blackflowzipper: I meant Ubuntu. you said "old ubuntu sys" and I assumed you wanna install an earlier version of Ubuntu14:15
skela_hggdh, the issue appear after run this: sudo apt remove --purge apache2 apache2-utils14:15
zipperblackflow: Oh the ubuntu sys is 14.0414:15
zipper*14.0114:16
skela_that line broke my server, should i reinstall a new os?14:16
hggdhskela_: do you have the repositories bionic-updates and bionic-security enabled?14:16
zipperIt's biolinux really which is based on 14.0114:16
blackflowzipper: 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 do14:16
skela_hggdh, how to check that? i'm in 16.0414:16
blackflowheh... 15-ish years or more. I keep forgetting it's already 201914:16
zipperIt's an i5 so I think it can boot a flash drive. It does show up in the options14:17
blackflowzipper: have you ruled out the possibility that the USB drive is broken, the image you dd'ed corrupted?14:18
zipperblackflow: I haven't14:18
zipperI'll try with a different flash drive.14:19
zipperthe image could be crap tbh14:19
hggdhskela_: something does not match. The packages that fail to install belong to *bionic*, not xenial14:19
hggdhskela_: you can verify that by running rmadison apache2-utils, for example14:19
lotuspsychjeskela_: maybe also pastebin us your sources.list please?14:20
skela_hggdh, i am unable to install anything i can run rmadison14:21
skela_lotuspsychje, sources.list here https://arin.ga/MJuS1K14:22
lotuspsychjeskela_: software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu14:25
hggdhskela_: there you go. Your sources.list is sort of weird. Pretty much the ONLY pockets you have enabled are the security ones.14:26
lotuspsychjeskela_: you are on a digital ocean VPS i presume?14:27
skela_lotuspsychje, yes14:27
hggdhskela_: and the sources.list has been manually changed, it is not the expected default on DO14:27
skela_i will create a new vps14:27
hggdhskela_: and, finally, you seem to be running Bionic (18.04)14:28
EvieAhh, what a messy situation with the nvidia-410 drivers in the graphics repo14:28
lotuspsychjeEvie: whats happening?14:29
EvieSeems like the nvidia-driver-410 depends don't quite line up14:30
lotuspsychjeEvie: wich graphics card chipset do you have please?14:30
EvieLik 410.78 desired vs 410.89 to be installed14:30
EvienVidia GTX 106014:30
Evie(the other machine is a GTX 960)14:30
EvieThe end-goal is to have CUDA running as well as the i386 compatibility libraries for OpenGL14:31
lotuspsychjeEvie: try to purge 410 and try 41514:31
EvieRoger roger14:31
lotuspsychjeEvie: if that doesnt work come back to us ok14:32
EvieSure14:32
lotuspsychjeEvie: wich ubuntu version are you on?14:32
Evie18.0414:33
lotuspsychjeEvie: allright thanks, also make sure your system is up to date14:33
Evie(rolls back to 16.04)14:33
Evie(just kidding)14:34
EvieI'm downloading the 415 drivers now14:38
xubuntu30wHello, 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
lotuspsychjeEvie: with downloading you mean the ubuntu graphics ppa right?14:38
EvieAfter 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 repo14:38
EvieYeah, out of the ubuntu graphics ppa14:39
lotuspsychjeEvie: ok good14:39
EvieI suspect something isn't right in the nvidia repo from nvidia proper for cuda14:40
EvieI'm just going to excise their repo and stick to the .run file provided for now14:42
Eviewell, it's reboot time. Moment of truth.14:44
qwebirc18034Hello, 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:45
qwebirc52219Hi Ubuntu freeze when I open programs14:47
sjoshiHello, I am going into.emergency mode14:53
EvieNVIDIA-SMI 415.27       Driver Version: 415.27       CUDA Version: 10.014:53
EvieThanks lotuspsychje14:53
sjoshiAnd file system check reaches 50.2% and again puts me to emergency mode14:53
daniahhi14:53
Evie(from nvidia-smi after booting)14:54
sjoshiUbuntu 18.1014:54
tewardsjoshi: 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 :P14:56
xubuntu30wHello, 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?14:57
sjoshiteward: it is due to.corrupt file system15:05
sjoshiIt drops me to the root prompt15:05
sjoshiFsck says /dev/sda9 is mounted15:07
qwebirc76136After logging in I get this "INFO: rcu_sched detected stalls on CPUs/tasks"15:12
tomreynsjoshi: 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:32
sjoshitomreyn: any other method, i can try.I dont have a live disk15:33
tomreynsjoshi: 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
sjoshiHmm ok, single user mode will help?15:34
sjoshitomreyn:15:35
tomreynsjoshi: 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
sjoshiHmm Agree!15:35
ioriasjoshi, single will mount rw, iirc15:35
tomreynsjoshi: the automatic fsck of / performed during boot does take place during what used to be single user mode. so this won't help.15:35
tomreynsjoshi: is this a dual boot system by chance?15:36
tomreynand do you have a usb attachable storage you could store a live system / installer on?15:37
sjoshiDual boot yes, usb stick need to check15:38
sjoshiI would need to create a live USB by logging into other operating system15:39
tomreynsjoshi: 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
sjoshiAnd then perform disk check15:39
sjoshiHmm let me see15:40
danrodinteresting15:40
fuxachesCan 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:40
ioriafuxaches, use   ssh user@server-ip15:42
tomreynsjoshi: 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 / partition15:43
tomreynsjoshi: 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
fuxachesloria: 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:44
tomreynsjoshi: finally, i'd also run a smart short test (-t short) and examine the data it gathered (-x), see !smart15:45
tomreyn!smart > sjoshi15:45
ubottusjoshi, please see my private message15:45
sjoshitomreyn: thanks got the usb stick15:47
tomreynfuxaches: by default, ssh will try to authenticate using the *local* user name.15:47
sjoshiLet me see what best i can do15:47
tomreynfuxaches: so if you're logged in as root on your local computer, ssh to somehost will make it try to authenticate as root@somehost15:47
fuxachestomreyn: Yes, over the past few years, that's how it has been. This new install form yesterday, however... Does not....15:48
tomreynfuxaches: how did you install?15:48
tomreyndo you have ~/.ssh/config ?15:49
fuxacheswhen 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.xxx15:49
fuxachestomreyn: let me look...15:49
fuxachesnope, only know_hosts in that folder15:50
tomreyn<tomreyn> fuxaches: how did you install?15:50
fuxachesLive CD - install 18.04.115:50
tomreynfuxaches: whats the ssh command you run?15:51
fuxachesI have it installed on two other machines in my basement and this is the only machine that behaves this way...15:51
fuxachesssh xxx.xxx.xxx.xxx15:51
Meilifuxaches: could you try `export | grep "root"` in that terminal15:51
fuxachesnow i have to use 'ssh user@xxx.xxx.xxx.xxx15:51
tomreynfuxaches: did you edit /etc/ssh/ssh_config ?15:52
tomreynon the client, that is15:52
fuxachestomreyn - nope15:52
tomreynfuxaches: Meili's suggestion is good IMO, try that. also tell us what "id -u" and "groups" returns15:54
fuxachesthe only three lines that are not hashed out in that file are: SendEnv LANG LC_*15:54
fuxaches    HashKnownHosts yes15:54
fuxaches    GSSAPIAuthentication yes15:54
fuxacheswhen i run that command, it executes, but I don't see anything displayed on the screen15:55
tomreynwhich is "that command"?15:56
coconutAny place where i can improve ssh skills?15:56
fuxachesexport | grep "root"15:56
tomreyncoconut: your local shell. ;-) if you have a specific question, feel free to ask.15:56
coconut:)15:57
Meilifuxaches: it was supposed to return nothing, if it did, we would have known what might have been wrong15:57
fuxachesokay, thanks...15:57
fooIs there a place where I can get all of IP addresses from user logins on my ubuntu system? Thank you!15:59
foovia ssh, that is15:59
tomreynfoo: /var/log/auth.log if you have it.15:59
tomreyn<tomreyn> fuxaches: [..] also tell us what "id -u" and "groups" returns16:00
Meilifuxaches: doe this happen with every ssh command you try or only one specific host?16:01
blackflowfoo: journalctl -u ssh.service | grep -i Accepted   too. `who` will show current login sessions16:02
Meilifuxaches: 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:03
MrPazso 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 ufw16:04
MrPazgetting a timeout in PuTTy when trying to connect16:05
SpeConhello 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 website16:05
MeiliMrPaz: can you ping the host from where you are trying to connect?16:05
SpeConi'm using vestaCP to control the server. How can i reverse this command to the default :(16:05
SpeConthe website i under the user admin so /home/admin/web/16:06
fuxachestomreyn - both return blanks16:06
SpeConactually => /home/admin/web/sr-run-trail.com/public_html/ there are my website files16:07
MeiliSpeCon: you better ask this in a wordpress channel16:07
MrPazMeili, no i cannot16:07
SpeConno its actually an ubuntu problem because vestaCP in combination with centOS never had any troubles16:08
blackflowSpeCon: sounds like it's a VestaCP problem. chmodding files like that wouldn't prevent any process from _reading_ teh files16:08
SpeConthats what i tought also blackflow16:09
blackflowso it depends on how you've set up PHP to run as, and if there's any other privilege check16:09
fuxachesso 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
Meilifuxaches: did you try the `alias` command?16:09
blackflowSpeCon: though it's a bit wrong to put 755 on the files, they're still readable to user, group and everyone.16:09
fuxachesmeili:   nope, I will look at how to use that...16:10
SpeConhmmm but what could cause the problem i have now? I can't see anything anymore when i try to visit the website16:10
blackflowSpeCon: look up the web server log and php process logs, I'm assuming that's php-fpm?16:10
SpeConi dunno its php 7 wich is running on it16:11
Berlin_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:11
blackflowSpeCon: 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:12
Berlin_need help16:13
Berlin_pls16:13
RobBurkeHey - 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 specific16:13
blackflow!patience | Berlin_16:13
ubottuBerlin_: 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
phazon!ask > Berlin_16:13
ubottuBerlin_, please see my private message16:13
MrPazMeili, 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
Berlin_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:15
lordcirth_Berlin_, you started an update with the graphical update, and it hung?16:16
MeiliMrPaz: well, normally I would say, did you plug in your network cable? Is it cabled or is wireless?16:16
Berlin_no ,it works16:16
Berlin_but cant see an end...16:16
MrPazMeili, it's wireless, i'm connected, can ping goole just fine16:17
MeiliMrPaz: and is your other computer on the same wireless network?16:17
MrPazyes16:18
tomreynfuxaches: did you say both "id -u" and "groups" returns nothing?16:18
blackflowMrPaz: more precisely, in the same network subnet. is one of the "machines" a NAT-ed VM?16:18
phazonBerlin_: Bodhi Linux' support channel is on Discord: https://discord.gg/Qrn4rsP16:18
SpeConblackflow, problem solves16:18
SpeConsolved16:18
blackflowSpeCon: what was it?16:18
SpeConi 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 empty16:19
SpeConand voila website online16:19
SpeConwtf16:19
MeiliSpeCon: gotta love php fatal errors and the custom error handlers16:19
B166ERsounds like a broken wp plugin16:19
blackflowSpeCon: look up the php process logs, it's likely there's an exception or error logged.16:19
lordcirth_!pm | Berlin_16:19
ubottuBerlin_: 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
SpeConokay blackflow hold on i take a look16:19
tomreynBerlin_: "bodhi linux" is not ubuntu, not supported here.16:20
phazonSpeCon: might wanna tiddy-up those world-readable permissions now too...16:20
Berlin_did pm16:20
Berlin_wrong bodhi IS ubuntu16:21
lordcirth_Berlin_, this is the list of supported Ubuntu flavors: https://www.ubuntu.com/download/flavours16:21
MeiliBerlin_: based on, there is a difference16:21
jamie_1does anyone know if you can just install libra writer or do you have to install the whole libra office suite16:21
lordcirth_All other distros based on Ubuntu are not supported here16:21
phazonBerlin_: Nope. It is a fork. We can't support every derivative under the sun.16:22
tomreyn!flavors | Berlin_: no, it's not. it may be based on ubuntu, but it isn't supported here. What is supported here16:22
ubottuBerlin_: 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-flavours16:22
SpeConblackflow, so /Var/log/apache2/ there right16:22
=== beaver_ is now known as beaver
lordcirth_jamie_1, you can install libreoffice-writer, it will pull in a lot of common dependencies, but it will be a bit smaller16:22
SpeConblackflow, i have access.log error.log and error.log.116:22
blackflowSpeCon: 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 syslog16:22
SpeConphp stores there log files in apache2 folder right16:23
jamie_1lordcirth_: thanks! i never use anything but writer so i dont want the whole darn thing16:23
SpeConok16:23
SpeConwait i take a look16:23
B166ERphp tends to use apache error log out of the box16:23
jamie_1ah... thats why i didnt install when i tried XD16:23
jamie_1i spelled it libra not libre16:24
Meilifuxaches: about the alias command: just do `alias`. Just want to check if there is something weird there.16:24
Berlin_so i will thank u for no help   :-(16:24
tomreynBerlin_: 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
phazonBerlin_: I told you already: Bodhi Linux' support channel is on Discord: https://discord.gg/Qrn4rsP16:24
=== Budgii is now known as Budgii_
=== Budgii_ is now known as Budgii
fuxachesalias 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
fuxachesalias egrep='egrep --color=auto'16:26
fuxachesalias fgrep='fgrep --color=auto'16:26
fuxachesalias grep='grep --color=auto'16:26
fuxachesalias l='ls -CF'16:26
fuxachesalias la='ls -A'16:26
fuxachesalias ll='ls -alF'16:26
coconut!paste16:26
ubottuFor 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
tomreyn^ fuxaches16:26
MeiliMy bad, I made him post it16:26
Meilifuxaches: also looks normal16:27
lotuspsychjeEvie: welcome16:27
fuxachesMeile: I think I have been muted....16:28
Meilifuxaches: why do you think that?16:28
SlidingHornfuxaches: you were16:29
fuxachesmode (+q *!*@68.151.87.11) by Drone16:29
tomreynMeili: 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
lordcirth_fuxaches, sending many lines too quickly gets you briefly quieted.16:29
tomreynfuxaches: you were temporarily muted to stop your paste to this channel.16:29
fuxachesah16:29
Meilitomreyn: overlooked that, that is indeed troubling...16:30
Meilifuxaches: you are really sure that the command `id -u` did not return anything?16:31
luceneraHi, I have a proble with Ubuntu Software: is it a way to reset the app?16:31
fuxachestype: "export | grep 'id-u'" into command line, correct?16:31
phazonlucenera: what is the problem?16:32
Meilifuxaches: no, just `id -u`16:32
SlidingHornlucenera: 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
fuxachescommand not found is the return16:32
Meilifuxaches: "1000: command not found" ?16:33
lordcirth_fuxaches, did you type in the quotes? run it without.16:33
fuxachesid-u: command not found16:33
lordcirth_fuxaches, it's id -u16:34
lordcirth_there's a space16:34
fuxacheslol, ooops16:34
lordcirth_id is the command, -u the option to it16:34
fuxaches1000 is the return16:34
tomreynfuxaches: ok, so it does not "return blank". what about "groups"?16:34
Meilitomreyn: no blanks after all16:34
fuxachesid -groups16:34
Meilifuxaches: just groups16:35
tomreynfuxaches: no, just "groups", no "id -"16:35
fuxaches**my user** adm cdrom sudo dip plugdev lpadmin sambashare16:35
tomreynokay, this looks fine16:35
tomreynfuxaches: 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:36
fuxachespossibly... I only installed lamp stack and samba and pidgin so far16:37
Meilifuxaches: i really hate even suggesting this, but have you tried turning it off and on again?16:37
tomreynfuxaches: 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
fuxachesI 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.xxx16:38
tomreynfuxaches: this is a configuration you must have made on your computer, this is not default behaviour.16:39
Meilifuxaches: eh, suid bit set on ssh??!16:39
fuxachesdo i cat the ssh_config file to find that out?16:40
tomreynfuxaches: did you follow any tutorials after installing this computer?16:40
tomreynif so, please show the links16:40
fuxachestomreyn: nope, done the samba and lamp stack thing  on every major LTS since 10.416:40
tomreynhow do you install lamp stack?16:41
tomreynalso please post the url returned by: stat $(which ssh) 2>&1 | nc termbin.com 999916:42
fuxacheswell, now you're gonna know I'm a winp.... I use tasksel then sudo tasksel install lamp-server16:42
Meilifuxaches: nothing wrong with that16:42
tomreynthat's not strictly wrong.16:42
fuxachesstat $(which ssh) 2>&1 | nc termbin.com 999916:43
tomreynnowadays you'd rather use apt tasks rather than tasksel, but that's just changing now.16:43
fuxacheshttps://termbin.com/33k716:43
sjoshitomreyn: I am able to fix that, thanks for all the help and support. really appreciate it!16:43
tomreynsjoshi: welcome, what was it?16:43
sjoshiFsck on /home16:44
sjoshi/dev/sda9 is root16:44
sjoshi/dev/sda11 is / home16:44
sjoshiSda11 has issues fixed via fsck16:44
tomreynsjoshi: 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
sjoshitomreyn: sure will do that16:45
sjoshiWill leave those commands and checks for overnight16:46
sjoshiIt won't impact the work 😉16:46
tomreynfuxaches: this looks normal, other than that your ssh executable changed on january 22nd, two days ago.16:46
tomreynfuxaches: run "  sudo apt install debsums && debsums openssh-client 2>&1 | nc termbin.com 9999  "16:49
=== jamie_2 is now known as jamie_1
tomreynfuxaches: this is to test whether your ssh client was replaced by an unknown one.16:50
=== lotuspsychje__ is now known as lotuspsychje
Meilifuxaches: run " alias 2>&1 | nc termbin.com 9999 "16:53
fuxachestomreyn: what is this installing?16:53
tomreynfuxaches: i told you about the purpose of debsums16:54
tomreynfuxaches: you can also run "apt-cache show debsums" to get more information about the "debsums" package16:55
fuxachesMeili:  https://termbin.com/3ivs16:55
fuxachesI ran in tomreyn16:55
Meilifuxaches: i got affraid your alias output was interrupted by the mute, but it wasnt. all fine16:56
fuxachestomreyn:  https://termbin.com/gzas16:56
tomreynfuxaches: okay, you can "sudo apt purge debsums", your openssh client appears to be untampered with.17:00
Meilifuxaches: [17:38] <tomreyn> 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
fuxachestomreyn: okay I ran:  sudo apt remove --purge debsums17:01
tomreynfuxaches: okay, so you uninstalled the 'debsums' packages as i suggested.17:02
fuxachesMeili: did you get my IM post?17:06
MeiliI just did17:06
fuxachesMeili: 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
fuxaches*** the machine I'm using to SSH from...17:07
Ark74Hello!17:08
lotuspsychjewelcome Ark74 what can we do for you?17:08
Meilifuxaches: 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
Ark74Quick question does apache2 (2.4.34) shipped on disco already has http2 support?17:09
lotuspsychjeArk74: disco support in #ubuntu+1 please17:09
Ark74ohh, ok17:10
Ark74thanks17:10
lotuspsychjeArk74: the #ubuntu-release channel might also know this17:11
Meilifuxaches: because the output you pm-ed me, shows its authenticating as your regular user, not as root17:11
fuxachesMmeili: 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.xxx17:11
fuxachesperhaps I inadvertently used "sudo ssh" the time I recall the local su prompt...17:13
Meilifuxaches: I think you might17:13
fuxachesyet 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:14
Meilifuxaches: But, you are REALLY sure it ACTUALLY says root@hostname? Because again, the verbose output is using your normal username, not root17:15
fuxachesOh, for absolute sure. Also, becausse root is not enabled on the ssh host, I get refused, because there is no root ssh access....17:16
fuxachesI 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 experience17:17
tomreynfuxaches: 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:19
tomreynwell, many years17:20
fuxachesIt'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
tomreynfuxaches: so, what about the "ssh -v ..." output i suggest you could post earlier?17:20
tomreynif 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
Meilifuxaches: you just pmed me what you're doing on that console. Please do `ssh` without `sudo` for the desired behaviour.17:21
tomreynfuxaches: 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:23
tomreynfuxaches: 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
tomreyn^ parenthesis fixed, sorry.17:24
fuxachestomreyn: 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
Meilifuxaches: glad you found it and thanks for sharing.17:26
tomreynfuxaches: 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:28
tomreyn!terminal | fuxaches17:29
ubottufuxaches: 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/UsingTheTerminal17:29
tomreyni'm sure you know where to find it, but you may want to read this guide.17:30
fuxachesA big thanks to tomreyn ans Meili !!17:31
fuxachesover and out - time to work.17:31
Mi5terHi, 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. thanks17:32
=== heessels is now known as Grouch
=== daniel is now known as Guest18934
tomreynMi5ter: software raid then?17:37
Mi5teryes sir17:37
uuubuntuhello, 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:37
tomreynMi5ter: which ubuntu version?17:38
lotuspsychjeuuubuntu: whats the reason you try to build own kernel please?17:38
Mi5tertomreyn: 18.417:39
uuubuntulotuspsychje: i'm tracing the kernel code and i don't want optimize17:39
uuubuntui saw many "optimize out" and gdb break incorrect address17:39
rhokshmmm, is there a better software than a word document one for making a couple of lists of shopping items with pics17:39
uuubuntulotuspsychje: any hints ?17:40
tomreynMi5ter: you mean 18.04 LTS, so the april 2018 long term release?17:40
tomreyn*long term support17:40
Mi5tertomreyn: correct17:40
lotuspsychjeuuubuntu: we dont support own kernel building here sorry, instead use !mainline kernels17:40
lotuspsychjeuuubuntu: maybe you can join #ubuntu-discuss and talk to TJ- he knows some stuff about kernels17:41
uuubuntulotuspsychje: thanks17:41
tomreynMi5ter: 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:41
tomreynMi5ter: 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:43
lacihi17:44
lotuspsychjewelcome laci how can we help you?17:44
Mi5tertomreyn: 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:44
laciI'm just looking around :)17:45
Mi5tertomreyn: but are u experienced and would say that this guide from digital ocean is ok to follow?17:45
Mi5tertomreyn: 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
cowlHi, 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 LTS17:49
cowlI 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
ruseld8329quit17:50
tomreynMi5ter: on a quick glance, the digital ocean guide is fine17:50
Mi5tertomreyn: ok kool17:51
tomreynMi5ter: 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
tomreynon the other hand, you don't loose much by partitioning.17:54
nicomachusI 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
nicomachusI have to be above 10% to get any sound at all.17:55
Mi5tertomreyn: ok thanks17:55
tomreynnicomachus: this can be a result of attaching active speakers. compare it to passively powered ones.17:57
nicomachustomreyn: I'm using earbuds.17:58
daogeWhat SSH client to use in Ubuntu17:59
tomreynnicomachus: 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
tomreyndaoge: openssh is most commonly used. there is also putty, but it is usually just used for special purposes.18:00
nicomachustomreyn: same behavior on the built-in laptop speakers.18:01
sparrI 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
tomreynnicomachus: 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 wiki18:01
tomreyn!sound | nicomachus18:02
ubottunicomachus: 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
lotuspsychjenicomachus: pavucontrol can also do alot of magic18:02
nicomachuslotuspsychje: all the pavucontrol settings appear correct.18:02
nicomachus¯\_(ツ)_/¯18:02
lotuspsychjenicomachus: driver recognized in sudo lshw -C sound ?18:03
tomreynsparr: 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
nicomachuslotuspsychje: yes.18:06
daogetomreyn: thanks, I want to use clients  like xshell , which can manage hosts in batches.18:09
tomreynsparr: 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:10
cowlweird -- pressing the left 'alt' key in Firefox is like clicking on back arrow key and going back in browsing history18:11
isokeehi everyone, what is the advantage(s) of installing ubuntu-advantage-tools and is it safe to remove it?18:12
tomreyndaoge: 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:12
sparrtomreyn: 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
sparrtomreyn: 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:13
daoge i don't personally know xshell, but openssh can be scripted, and there are other utilities which can be used to setup18:14
tomreynisokee: 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:15
sparrtomreyn: 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
tomreynsparr: i suspect it checks for whether the file was properly created while / shortly before entering hibernation then.18:16
sparrtomreyn: that sounds very plausible, but I don't know how to troubleshoot that :(18:17
isokeehi 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
daogetomreyn: i agree with u ,i'm  used to using xshell in Windows18:17
tomreynsparr: what do you have "RESUME" set to in /etc/initramfs-tools/conf.d/resume ?18:18
sparrresume=/dev/nvme0n1p218:18
sparrthen in my kernel params: resume=/dev/nvme0n1p2 resume_offset=6069862418:19
tomreynisokee: yes it's safe to remove it if you're not a canonical customer.18:19
daogetormeyn: so, i want to see if there are clients like xshell in ubuntu .18:19
sparrand upon writing that answer for the dozenth time, I start to suspect that resume from LVM might not be possible...18:19
isokeetomreyn,  ok, thanks for the help. appreciate it. :)18:19
sparrand I don't remember if I told the installer to set up LVM or not18:20
tomreynsparr: maybe. have you looked for existing bug reports on this?18:20
sparrit's hard to search for bug reports based on a *lack* of log output18:20
tomreyndaoge: since i don't know xshell, i wont be able to tell18:20
sparrok, I don't think I'm using LVM18:21
tomreynisokee: you're welcome :)18:21
tomreynsparr: to check whether you have an LVM setup, run "sudo pvs". this would list lvm2 "physical volumes".18:22
sparrpvs doesn't exist18:22
sparrthanks for confirming18:22
daogetomreyn :  i've installed putty, but i'm not familiar with it .18:22
sparrtomreyn: 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
tomreyn!man | daoge: okay, change this18:24
ubottudaoge: 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:24
tomreyn!bug sparr: then i suggest you file a new bug18:26
tomreyn!bug | sparr: then i suggest you file a new bug18:26
ubottusparr: 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 <package> » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs.18:26
sparrwhat package do you think I should report on?18:27
sparrat this point I suspect I've missed a configuration step, not encountered a bug18:27
daogetomreyn : thanks for the reply , i used openssh command only .18:31
daogeubottu: thanks for the reply, i'll use "man" command to get help18:33
ubottudaoge: I am only a bot, please don't think I'm intelligent :)18:33
donofriosomething up with the repo's or something?18:33
donofrioI'm getting https://paste.ubuntu.com/p/YmMFVhfyN3/18:34
tomreyn!who | sparr18:35
ubottusparr: 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
OerHeksdonofrio, looks good18:35
TJ-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:35
OerHeksif you hit ctl +c, the command stops, looks good too18:36
tomreynsparr: please report against systemd18:36
donofrioOerHeks, it's these "Error connecting: Could not connect: Connection refused" that made me inquire18:36
TJ-sparr: when the initramfs is built ("sudo update-initramfs -u") it should report the RESUME device and warn of any issues18:37
donofrioOerHeks, my sources.list fwiw https://paste.ubuntu.com/p/YmMFVhfyN3/18:38
OerHeksat the end, i see no errors, all went well18:39
hggdhdonofrio: I cannot see the "cannot connect" as a problem with the repositories/Ubuntu.18:41
OerHeksoh, wsl and xubuntu experimental, interesting18:41
OerHeksi see you hit ctrl + c some tiomes, not sure the connection problem can be repeated18:42
donofrioOerHeks, 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
donofriohggdh, it works daily today it did this that is why I asked....tnx18:45
OerHeksi have no clue about wsl, it is not designed for runnning a desktop18:46
xubuntu30wHello, 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
tomreyndonofrio: 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:46
sparrTJ-: 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
donofrioOerHeks, 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 yet18:47
donofriotomreyn, yep I recall (only after askin it....mybad)18:47
TJ-sparr: is that device the actual swap partition?18:47
sparrTJ-: contains the swap file18:48
sparrswap file offset is set in kernel parameters18:48
TJ-sparr: resume= is usually set to the UUID of the block device is why I ask18:48
sparrwhen 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
coconutxubuntu30w: you mean a python IDE?18:50
darkadHi 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 erased18:51
MyrosI have 2 exactly same hdd's and set them up both as bootable. Whitch one will boot if i plug them both18:52
darkadAm I going to delete all the files?18:52
MyrosYes18:52
MyrosMake a backup on an external hdd18:52
sparrTJ-: I can try setting it to the UUID18:53
MyrosYou <could> try to undelete afterwards, bad thats just bad18:53
darkadyes18:53
darkadI agree18:53
HelloPotter_e18:53
darkadi't a cloned disk18:53
HelloPotter_hey there i need some help18:54
tomreynsparr: did you ever edit /etc/initramfs-tools/conf.d/resume to place these settings there yourself or was this automatic?18:54
tomreyn!ask | HelloPotter_18:54
ubottuHelloPotter_: 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 !patience18:54
darkadit's a cloned partition, maybe everything is ok18:54
sparrtomreyn: manual18:55
RobBurkewhen I'm using fsck with "-b 8193 (iirc)" by accident on the wrong device - does this mean trouble?18:55
HelloPotter_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:55
tomreynsparr: 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
sparrtomreyn: specifying the UUID instead of the device path has no apparent effect on the output of update-initramfs -uv18:56
tomreyn!ot | HelloPotter_18:56
ubottuHelloPotter_: #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
sparrtomreyn: the file did not previously exist18:56
tomreynsparr: 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"18:59
tomreynsparr: i *assume* this may create the file19:00
darkadSorry 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
sparrtomreyn: rapidly approaching a reinstall on this laptop, so no urge to backup but thanks for the warning19:00
tomreyndarkad: 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
sparrtomreyn: did you mean for the second purge to be an install?19:02
darkadtomreyn: at the moment I just tried to read some files from a disk, but I can't do this.19:03
sparrtomreyn: purge and reinstall did not create the conf.d/resume file19:03
tomreyndarkad: 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
tomreynsparr: umm, yes, i meant the second purge to be an install, sorry19:04
sparrtomreyn: and it did remove and recreate /etc/initramfs-tools19:04
tomreynsparr: hmm so i guess something else creates it then. how did you come up with the values you ptu there?19:05
tomreyns/ptu/put/19:05
sparrtomreyn: numerous online threads and guides19:05
sparrthey seem to all suggest "resume=/dev/whatever" or "resume=UUID=some-uuid-goes-here"19:06
tomreynsparr: how did you calculate the offset?19:07
sparrfilefrag -v /swapfile19:07
sparrhttps://gist.github.com/sparr/d503a3983efa2a4341c506722c2cc728#file-filefrag-v-swapfile19:08
MyrosHow can i mount a crypto_luks partition?19:08
tomreynsparr: i'm asking since systemd-hibernate-resume-generator(8) doesn't mention this parameter19:08
MyrosI tried sudo mount /dev/sda3 /media/hdd219:09
MyrosError was mount:/media/hdd2: unknown filesystem type 'crypto_LUKS'19:10
tomreynMyros: if you'd like to do it on the CLI:  sudo cryptsetup luksOpen /dev/sda3 mda3_crypt; sudo mount /dev/mapper/mda3_crypt /media/hdd219:10
coconutxubuntu30w: 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
darkadtomreyn: 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:10
tomreyndarkad: i don't understand what you mean by "linked the external HD".19:12
darkadtomreyn: I plugged the usb cable in to the usb port.19:13
tomreyndarkad: 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
tomreyni see19:13
Myrostomrayn mount:/media/hdd2: unknown filesystem type 'LVM2_member'19:13
xubuntu30wcoconut: Yes, I mean a python IDE. Think one comes with a fresh install19:14
tomreynMyros: 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
tomreynMyros: lvmdiskscan can help you making thios available19:14
darkadtomreyn: at the question 'Do you want to proceed' , I hit 'n'19:14
xubuntu30wcoconut: do you know which the standard is?19:15
tomreyndarkad: oh ok, sorry if i missed this.19:15
coconutno, i only use ubuntu-mate19:16
Myrostomreyn didnt work19:17
tomreynMyros: if you'd like help with this i'll need more information, such as the full output.19:20
tomreyn!paste | Myros19:20
ubottuMyros: 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
OerHeksxubuntu30w, standard python ide does not exist, you can choose from many ; Eclips, Eric  https://linuxhint.com/python_ide_ubuntu/19:20
tomreynMyros: at least describe what you expected to happen and how you know this "didn't work"19:21
MyrosIt gave me the same error19:22
blackflowAnyone 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 PPA19:22
blackflowso the desktop wallpaper will show through, or contents of whatever other window is behind firefox19:22
MyrosI currently try udisksctl19:22
MyrosBut it says not mountable19:22
OerHeksblackflow, yes, read about that, transperancy html5 video with nvidia drivers19:23
tomreynMyros: 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
blackflowOerHeks: but it's something very new, right? I think the 415 nvidia drivers are to blame, I don't recall having that with 39619:24
blackflowand I'm lazy af to try downgrade and check :)19:24
OerHeksblackflow,  according to this post, not ubuntu only ... https://www.reddit.com/r/firefox/comments/a90w3v/firefox_semitransparent_youtube_video_playback_bug/19:24
blackflowOerHeks: right, thanks.19:25
OerHekssee last comment, with a possible fix19:25
* OerHeks looking for launchpad bugs19:25
xubuntu30wcoconut: Nothing looks familiar. Before I saw Python and the Python symbol under development tools in the "start menu"19:25
darkadtomreyn: can I print the fdisk -l here?19:26
OerHeksdarkad, use paste.ubuntu.com please19:26
blackflowOerHeks: reported, and apparently already resolved fixed. I guess coming down with the next iteration of FF.   https://bugzilla.mozilla.org/show_bug.cgi?id=151622419:32
ubottuMozilla bug 1516224 in Widget: Gtk "Semi-Transparent YouTube video playback" [Normal,Verified: fixed]19:32
OerHeksblackflow, 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-graphics19:33
OerHeksah yes19:33
OerHeksso roll back a version, or wait for a fix?19:34
coconutxubuntu30w: i would just try and install eric with sudo apt-get install eric19:35
darkadHi guys, my usb HD hit the ground and now I can't mount any partition, like I used to do with thunar.19:38
darkadplease help19:38
darkadhttps://paste.ubuntu.com/p/djwY2sYB6r/19:38
OerHeksdarkad, 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.en19:44
blackflowOerHeks: I'll just wait for the new FF19:44
darkadOerHeks, ty, it says : "Open Disks from the Activities overview" - is Disks -> gnome-disks?19:48
OerHeksyes19:48
Good-Luck-007pastebin.com*G5Jqrd2S - new ctf gl20:01
leftyfbGood-Luck-007: not the place for that20:01
wzffsudal20:19
darkad_OerHeks, are you still there?20:22
=== capella|away is now known as capella
luceneraHi, 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:25
tewardlucenera: what Ubuntu are you using?20:26
tewardwhat version?20:26
luceneraUbuntu 18.1020:26
lucenera64 bit20:26
darkad_lucenera: is your internet connection alive?20:27
tewardlucenera: 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
luceneraYes, all works very fine.20:27
darkad_Guys my usb HD hit the ground and I cannot mount any partition anymore, help please:20:30
darkad_https://paste.ubuntu.com/p/9T8Kp79p3R/20:30
tewarddarkad_: 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 damaged20:30
leftyfbdarkad_: 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
tewardleftyfb: should he attempt an fsck?20:31
tewardor just presume it's dead?20:31
leftyfbno20:31
teward:P20:31
leftyfbddrescue20:31
leftyfbthen attempt to pull files/fsck on the image20:31
leftyfbOr better yet, just buy a new drive and restore from backup20:32
hggdh^ +1 for both20:32
leftyfbdarkad_: btw, the file recovery should be done on the ddrescue image you create, not the drive itself20:33
tomreynor rather (unless read-only) on a copy of the image you create, since you dont want to loose that either.20:34
MyrosHello, 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 passwort20:36
MyrosI have now booted my other hdd, how can i make this working?20:36
leftyfbMyros: It's going to be a LOT quicker and easier to just reinstall20:36
darkad_is the message I pasted telling about physical damage?20:36
tewarddarkad_: not necessarily, but you yourself said that you dropped it then it stopped working right.20:37
leftyfbdarkad_: is the drive an SSD or spinner?20:37
tewarddarkad_: ^ that20:37
Myrosleftfb i have a lot of data there20:37
leftyfbMyros: There's always backups of that important data20:37
darkad_the HD is a external usb, and a seagate 2,5" sata 2TB20:38
Myrosleftyfb i currently try to make a backup20:38
MyrosHow can i grep inside every file on a disk and look for a string?20:39
leftyfbdarkad_: 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 above20:39
leftyfbMyros: grep -R <string> /path/to/mount20:39
f3bruaryHoping 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 t20:41
f3bruaryimes 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:41
OerHeksf3bruary, earthquake or rumble probably, activating touchpad/mouse20:42
f3bruaryit doesn't respond to mouse movement, and the lid is always closed so can't be the touchpad20:42
f3bruaryIt does react to keypresses on the external kb I have hooked up. But nothing is pressing it at night :D20:43
leftyfbf3bruary: do you have anything plugged into the laptop besides power?20:43
MyrosI changed the vg from ubuntu-vg to ubuntu-vg2, can i mannualy edit grep to  edit it there too?20:43
Myros*grub20:43
leftyfbf3bruary: as a test, unplug everything except power.20:43
f3bruarypower, RF dongle for mouse, usb keyboard and hdmi.20:43
leftyfbf3bruary: as a test, unplug everything except power.20:43
f3bruaryok20:43
geniif3bruary: Maybe check that WOL is disabled in your BIOS20:44
f3bruarygood idea, I will genii20:44
darkad_guys I'm reading the HD from a different linux version20:44
leftyfbgenii: that's a pretty specific magic packet that would have to be accidentally sent to the MAC of the laptop :)20:45
OerHeksi suspect the dongle20:45
leftyfbdarkad_: ok, good luck. I hope you don't care about the data on that drive.20:45
darkad_I got a previous but not total backup, but it's allright, thank you all20:46
leftyfbdarkad_: 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:46
mekmelHi 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/BhTrCU9220:47
mekmelany hint is appreciated20:47
darkad_leftyfb, thank you20:47
tomreynmekmel: this is #ubuntu20:48
tomreynmekmel: is your client or server running ubuntu, and which version?20:50
geniileftyfb: I've seen some systems that behave like this when it's enabled, not sure why20:50
tomreyn!pm | mekmel20:52
ubottumekmel: 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
f3bruaryOerHeks: 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. I20:52
tomreynmekmel: the server is apparently running debian or a debian derivative which is not ubuntu.20:52
f3bruary'm gonna assume a false movement detection triggered it then.20:52
OerHeksf3bruary, good spot, have fun!20:53
mekmelOk 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
f3bruarythanks for the help :D20:53
DARKAD000guys it's incredible20:53
OerHeksmekmel, #debian here on #freenode ?20:54
tomreynmekmel: depends, what's running on your client and server?20:54
DARKAD000ubuntu with kernel 4.4.x gave me that error nowwith 4.15.x all works!!!20:54
OerHeksanother happy user20:55
MyrosI changed the vgname of an instalation, what file in grub do i have to edit as well to be able to boot again?20:55
mekmeltomreyn 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:56
DARKAD000maybe with a fat and not gpt should have been no errors on my two computers?20:57
SlidingHornmekmel: try #openssh then20:58
OerHeksso it looks like a serverside issue?20:58
tomreynmekmel: 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"20:59
tomreynmekmel: now, which ubuntu version is the client running on?21:00
tomreynmekmel: please also confirm the summary above.21:00
tomreyn!pm | mekmel: again21:02
ubottumekmel: 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:02
mekmelMy 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 ipad21:03
tomreynwe can only help with software running on ubuntu21:03
tomreynif you have general network questions, maybe try ##networking21:04
leftyfbmekmel: sounds like the issue is on the server side. What OS is running on the server?21:04
mekmelsame issue on different servers. Correction All 4 webservers with different distros aswell21:04
mekmelall 4 are in another country21:05
* tomreyn gives up21:05
leftyfbmekmel: So .... you're having issues connecting to all 4 servers, all running different distros using different distros as clients?21:05
mekmelYes leftyb. Common denominator: OpenSSH21:06
mekmelclient21:06
diskinlucenera, what does "sudo apt update" show in terminal?21:06
leftyfbmekmel: ok, good luck. You're issue is network/provider/user/etc related. Not distro related.21:06
mekmelleftyb: yes i know. Not sure where to get help though21:07
leftyfbmekmel: try #linux or #networking or call your provider(s)21:07
mekmelok ill try. thanks21:07
MyrosI 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:08
BlueProtomanWhat is this "samhain" process?  It's not malicious, but I don't know what it's actually doing.21:21
OerHeksso if you know it is not malicious, what info did you find?21:22
leftyfbBlueProtoman: http://manpages.ubuntu.com/manpages/bionic/man8/samhain.8.html21:23
BlueProtomanOerHeks: 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:23
matrimWhat's the package for the open source amd graphics drivers called?21:24
OerHeksBlueProtoman, sure, it is optional21:26
coconutmatrim: probably xserver-xorg-video-amdgpu21:27
leftyfbBlueProtoman: 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 dependency21:27
matrimcoconut, It supports opengl and all that, right?21:28
matrimcoconut, Or do I need another package for that?21:28
leftyfbmatrim: what exactly are you trying to accomplish?21:28
tonytmatrim the name you might be looking for is nouveau21:28
leftyfbwe're making a lot of assumptions here21:29
tonytthats the generic driver used for nvidia vid cards21:29
OerHeksxserver-xorg-video-radeon if not ~amdgpu21:29
BlueProtomanleftyfb: It is entirely possible that I once installed it but forgot about it.21:29
matrimleftyfb: I installed ubuntu server without a de, I want to get a wm and build up from there.21:29
tonytno assumption lefty21:29
tonyt[1:24pm] <matrim> What's the package for the open source amd graphics drivers called?21:29
tonytnouveau is the answer21:29
matrimtonyt, nouveau is nvidia.21:30
tonytno, it is a open source driver21:30
matrimOerHeks, No, it's amdgpu, it's a modern one.21:30
tonytisnt that what you aked for?21:30
tonytk21:30
leftyfbtonyt: nouveau is the open source drive for nvidia chipsets21:30
matrimtonyt, Yes, but for a modern amd apu.21:30
tonytdidnt know you were looking for amd related21:30
leftyfbmatrim: what video chipset do you have?21:30
leftyfbtonyt: see, assumptions21:31
BlueProtomanleftyfb, OerHeks: Thanks for the tip.21:31
matrimleftyfb, I have a ryzen 5 2500U or something like that (maybe it was G, idk). It's a laptop.21:31
leftyfbmatrim: lspci21:32
leftyfb"something like that" isn't a good way to debug things21:32
matrimRadeon vega 8 mobile (rev 15)21:33
matrimsorry, (rev c4)21:33
matrimI was reading wrong.21:33
=== capella is now known as capella|away
bashfulshellIs there a proper way to edit kernel boot flags aside from efibootmgr?22:07
bashfulshelle.g. is there a config file?22:07
=== bildramer1 is now known as bildramer
max__ciao a tutti22:32
=== max__ is now known as Guest84356
MyrosWhile having only a initramfs console, is there a was to edit a filek22:35
Myros?22:35
Echelon-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 there22:39
OerHeks!info openjdk-8-jdk22:43
ubottuopenjdk-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 kB22:43
=== phoenix_firebrd is now known as murthy
jonwoodliefcurrently 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
WonnyAny ideas where the fan settings are on ubuntu?22:56
WonnyFor some reason my laptop fan is on high and won't go down.22:56
=== Oresrian is now known as stwalkerster
=== fcastillo_ is now known as fcastillo
murthyslow 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 boot22:59
murthyWonny: hi23:00
Wonnymurthy, hello23:07
murthyWonny: I think you have to install a seperate software to change the fan speeds23:08
murthyWonny: do you dual boot?23:09
WonnyNah. I use ubuntu exclusively23:09
murthyWonny: Are you sure the high fan speed is not because of accumulated dust or because of high cpu usage?23:10
Wonnymurthy, It wasn't doing this earlier today. A restart will probably fix it. I don't feel like restarting though zzz.23:10
murthyWonny: how is the cpu usage when the fan speed is high?23:11
Wonnyit's fluctuating betwen 28%-31%23:12
murthyWonny: your processor is?23:12
WonnyI can't find what that is running on23:14
WonnyAll I have open is google chrome though23:14
WonnyNothing out of the ordinary on my side23:14
murthyWonny: https://askubuntu.com/questions/22108/how-to-control-fan-speed23:15
murthyWonny: have you see the above link?23:15
WonnySeeing this now. Thanks!23:16
murthyWonny: after the bitcoin boom, website are mining them, I have noticed that idle chrome tabs consuming significant amount of cpu usage.23:16
j0sephHi 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 sure23:16
j0sephwhy it would, anyway)23:16
murthyWonny: the following is the command to find the processor model.     cat /proc/cpuinfo | grep "model name"23:18
murthyj0seph: hi23:19
murthyhow did you remove the workspace changer23:19
j0sephI right clicked on the little applet, right clicked it, then clicked "remove" as I would remove a lot of other widgets.23:20
j0seph(whoops, said "right click" twice haha)23:20
murthyj0seph: you said "desktop changer", did you mean to say virtual screen chooser?23:21
j0sephmurthy: well, workspace changer is what I think it was called, but yes I believe that is what I am referring to.23:22
murthyj0seph: is that the one shown in the following link https://ubuntuforums.org/showthread.php?t=182850523:24
j0sephmurthy: yep, that's the one23:25
murthyj0seph: Can you wait while I check for solution23:26
j0sephmurthy: yep23:26
murthyj0seph: run the following command and tell me what you see.   sudo apt-cache policy xfce4-panel | grep "Installed"23:35
murthyj0seph: command is case sensitive23:35
j0sephOkay, just one moment23:36
pi__fuck you23:38
murthy!ops23:39
ubottuHelp! 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, dax23:39
j0sephmurthy: The output is: "Installed: 4.13.3-1ubuntu1"23:40
j0sephThat'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:41
geniimurthy: Please don't do that unless there's some actual emergency23:42
murthygenii: a user was using obscene language here, that is why I called23:43
Australopithecusmurthy: For inappropriate language, use !language or !nsfw.23:43
murthyAustralopithecus: oh, I was not aware of that, sorry23:44
geniimurthy: A better approach is as just pointed out by Australopithecus. If they persist after being asked more than once, then conconsider asking an op in23:44
Australopithecusmurthy: It's ok! We're all learning. =) Here's a cool resource for you: https://ubottu.com/factoids.cgi23:44
murthyAustralopithecus: thanks23:45
murthygenii: Will do23:45
sorin-mihaiHow 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:46
j0sephmurthy: anything out of the ordinary with my output?23:47
geniisorin-mihai: apt and apt-get both use dpkg as the backend23:47
murthyj0seph: 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:47
j0sephAlright. 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:48
geniisorin-mihai: ..also, there is no 16.08. There are 16.04, and 16.10 ( which is now End Of Life)23:49
sorin-mihaigenii, 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 version23:49
IniGithi23:50
murthyslow 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 boot23:50
geniisorin-mihai: Yes, it will work on any version23:50
IniGitI 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
sorin-mihaigenii, thanks23:50
OerHeks sorin-mihai that action is set in /etc/apt/apt.conf.d/01norecommend, else there is --install-suggests too in that same config file23:51
IniGitIs sudo update-grub enough or do I need grub-install?23:51
sorin-mihaiOerHeks, not trying to change the defaults, that would've been too easy23:51
murthyIniGit: you need to install grub23:52
j0sephmurthy: no change. panel is still gone.23:52
murthyIniGit: The MBR afaik whill be overwritten by windows23:52
IniGitmurthy: What does that mean? Isn't it still installed on my Ubuntu ssd?23:52
geniisorin-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 liking23:52
OerHekssorin-mihai,  and it surely is describet in man apt23:52
IniGitI have win10 on one ssd and Ubuntu on another23:52
IniGitGrub is on the Ubuntu ssd23:52
IniGitBut the BIOS does not list the Ubuntu ssd as a boot option23:53
murthyIniGit: so you have selected the ssd as your boot partition in the bios?23:53
IniGitBut I can boot into the ubuntu ssd via boot override23:53
geniisorin-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 time23:53
tonytinitgit 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 it23:53
tonytyou should all set after that23:54
sorin-mihaiOerHeks, didn't see '--no-install-recommends' in 'man apt', i did search twice, hence the question.23:54
IniGitThe BIOS does not list the Ubuntu ssd23:54
IniGitbut I will check again23:54
IniGitBut last time I did not see it there23:54
tonytinigit find out wich pord you ubuntu drive is plugged into on the mother board and make sure it is in slot 123:55
tonyt*port23:55
tonytif you got a working ubuntu install on that drive it should boot into it23:55
IniGitthx. I reboot23:56
tonytput the windows drive in slot 223:56
murthytonyt: or trash :D23:56
tonytsata ports, if thats what he has, should be numbered  right?23:56
tonytsata ports on the mobo that is23:57
tonyt1-4, 1-6 etc23:57
murthytonyt: yes23:57
tonytk23:57
geniisorin-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 commands23:57
sorin-mihaigenii, 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 sure23:59

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