[00:34] I'm on 16.04 -- lately sometimes when I shut down my laptop, it won't turn off and instead it will hang on a black screen saying something like 'recovering journal, /dev/sda2 xx/xx files xx/xx blocks', research indicates this might be a fsck message, but not sure what's triggering fsck or why its hanging on it instead of shutting down. [00:35] voidDotClass: a app can hang at not shut down fully [00:35] gogeta, its just a black screen with those messages and shows up randomly during shutdown sometimes [00:36] its not an app i launched [00:36] voidDotClass: recovering jorunal happen when you shutdown hard [00:37] what does that mean gogeta? also sometimes the 'recovering journal' doesn't show up and it just says '/dev/sda2 xx/xx files xx/xx blocks' [00:38] voidDotClass: if you shut down hard ext4 journal kicks in to recover the file system [00:38] voidDotClass: the other message is normal its just your splash screen closed [00:38] gogeta, i'm not sure what you mean by shutting down hard, but i'm just turning off regularly thru the shutdown menu option [00:38] voidDotClass: Be good to run a file system check: #e2fsck is used to check the ext2/ext3/ext4 family of file systems. -p trys fixes where response not required [00:39] voidDotClass: eh dev/sda2 xxx/ clean [00:39] eg [00:39] sudo e2fsck -C0 -p -f -v /dev/sda2 . [00:39] Bashing-om, thanks will try that [00:40] voidDotClass: complex command . advised to do homework ' man e2fsck ' . [00:41] voidDotClass: ouch ! slipped the mind ! .. must be run while the target is not ,ounted ... from a liveDVD . [00:41] indeed, checking params and then will run [00:41] Bashing-om: doesent ubuntu trigger that every few boots [00:41] Bashing-om: just seems hes seeing normal fs post [00:42] Bashing-om, do you mean i need to use a liveboot to run this? [00:42] gogeta: yes . it do .. But limited error reporting .. and if error requires manual intervention . yes ? [00:42] gogeta: every 30th from memory (but can be changed; unless conditions are discovered that..) [00:43] Bashing-om, yeah looks like i can't run it while its mounted. [00:43] anything else i could do? don't have a liveusb handy [00:43] gogeta: I have 4 ubuntu installs, and have never seen that on any - but I do not hybernate on this desktop box . [00:44] Bashing-om: i got it a few times with kde not shutting down as it should i just started invoking the shutdown with the termnal [00:44] Bashing-om: been truble free [00:45] This problem only recently started occuring, before this everything's been fine for 2 years. [00:45] i ran smartctl, does anything in here jump out gogeta Bashing-om? https://gist.github.com/aliakhtar/fc1030713c40f7f31119dde30066b2db [00:46] voidDotClass: you can umount your /; but it's a lot of work (& time consuming, error prone..); and finding a usb (or dvdrw) is far easier... [00:46] gogeta: will not hurt to run the file system check .. little insurance for a possible big gain - is how I look at it . I do run a check anytime I have a concern ( loss of power ! ). [00:46] voidDotClass: Looking. [00:46] guiverc, are you the same person from askubuntu? :P [00:46] most likely... [00:47] haha, cool. i think you commented on this question yesterday and told me to run smartctl [00:47] Bashing-om: can he not just do touch /forcefsck [00:48] Bashing-om: then at reboot it will run [00:48] Ubuntu 16.04 I have an extended partition with 1 logical that is an o/s>How many more logical can I install [00:50] texla, use gpt, that has no limit of 4 logical partitions [00:51] texla: it used to be 8 4 main 4 extended but now i dont think there is one [00:51] gnome-disks is easier to read the output from (or another one I like); it was intended as a possible cause; not for you to reply post for me (or Bashing-om) to do your homework.. [00:51] gogeta: been depreciated. see: https://www.freedesktop.org/software/systemd/man/systemd-fsck@.service.html . [00:52] Bashing-om, any thoughts on the smartctl? [00:52] i am looking Business Intelligence Reporting & Analytics Tool for mysql on ubuntu 18.04? [00:53] line 184 To run self-tests, use: smartctl -t] [00:53] voidDotClass: smartctl is ran on the device (sda0 tather than on a partition. I do not "know" how valid the smartctl output is with the target as a partition . [00:53] oerheks, I have 379 gb in my extended how can I use it [00:53] voidDotClass: sda)* [00:53] Bashing-om, i'll re-run it, but what's the current output saying? [00:54] texla, boot live iso and partition free space perhaps? [00:54] voidDotClass: some slight history ... I might be inclined to file system errors here . [00:54] i am looking Business Intelligence Reporting & Analytics Tool for mysql on ubuntu 18.04? [00:54] Bashing-om: your correct you have to pass it to grub now [00:54] Bashing-om: fsck.mode=force [00:55] hi === ubuntu is now known as Guest86176 [00:55] Rockwood, https://opensource.com/business/16/6/top-business-intelligence-reporting-tools [00:55] gogeta: Uh huh .. though the e2fsck from liveDVD/USB os still valid . [00:56] Bashing-om: works to [00:56] Bashing-om, new output with /dev/sda : https://gist.github.com/aliakhtar/04176352236eac8d1243a8f171a80690 . [00:56] voidDotClass: gogeta ^^ has the better point in your case :) [00:57] gogeta Bashing-om i'm trying to understand.. what's the issue here & what's the solution? [00:57] the issue seems to be file system errors? [00:59] voidDotClass: well that wil check out the fs for any errors [01:00] gogeta, and can it fix them? and will fixing them make the shutdown problem go away? [01:00] voidDotClass: it will try [01:00] isn't that problem already being caused by fsck running and not working? [01:00] check with live usb.. [01:01] oh, you have been told, and you didn't want to. [01:01] voidDotClass: That hard drive looks healthy to me , the "UDMA_CRC_Error_Count" could be minor file system hic-ups . [01:01] oerheks, if its necessary then i can but if there's an alternative then i'd rather avoid [01:01] Bashing-om, thanks, yeah i had the same feeling.. any ideas why the shutdown hang with the recovering journal / '/dev/sda2 xx files xx blocks' message is occuring then? [01:02] if you suspect a damage in the filesystem that does not go away, yes, it is. [01:02] goodluck! [01:03] voidDotClass: as gogeta pointed out : fsck.mode=force as a grub boot parameter to get a idea of what the system thinks . [01:03] Bashing-om, gogeta where do i set that flag? [01:04] oh this? https://askubuntu.com/questions/19486/how-do-i-add-a-kernel-boot-parameter [01:05] voidDotClass: In grub's booting . Do you know how to boot your system to the grub boot menu ? [01:05] Bashing-om, according to that link, pressing and holding shift on boot? [01:06] voidDotClass: That works for the legacy - NBR - boot. efo looks for the escape key with bit a 3 second window of opoerunity. efi "try" spamming the escape key . [01:07] MBR* [01:08] if i hit escape then i go into the dual boot menu Bashing-om [01:08] w/ windows 10. this is a 2016 laptop, default boots to ubuntu.\ [01:08] i guess i need to hit esc after ubuntu logo shows up? [01:09] voidDotClass: Dual booting then the menu is displayable - but I have no idea of which key where . [01:10] me neither. [01:10] voidDotClass: More homework for you .. I do not do Windows . [01:11] i keep it for games, its on a separate ssd. [01:11] /dev/sda is completely for ubuntu [01:12] voidDotClass: depending on where how you installed the boot code, I can accept that if you set in the firmware to boot sda as 1st prioruty, there will be a key to force to boot to grub . [01:14] Bashing-om, i setup ubuntu on this machine about 2 years ago so i don't remember how i did it.. i do know that hitting esc when it first boots (before ubuntu logo) takes me to dual boot screen to pick between windows / ubuntu [01:15] voidDotClass: At that screen .. with ubuntu selected to boot. what results with the 'e' key ? [01:15] i can try shift or go to dual boot screen and see if it says anything.. i remember a couple of extra items in there that i usually ignore [01:15] i'll try that Bashing-om. brb [01:18] vox: I got to go cut grass. I be back in a bit . [01:21] Back, [01:22] So as soon as i hit restart i got the same black screen, the exact message is: /dev/sda2: clean , xx/xxxx files, yy/yyyy blocks'. does that mean the device is clean / no errors Bashing-om gogeta ? [01:23] i had to hold down the power button to get it to shut down - i always have to do that whenever this screen shows up and it gets stuck on it. may be that has something to do with this issue? [01:23] also i managed to get into the grub options but didn't change params yet [01:24] Hello [01:25] vox: that message in 18.04 booting is normal - just the system reassuring you all is good - *IF* the system continues the boot process . [01:25] Bashing-om, i don't get that message on boot, i get it on shut down, and then it hangs, and the laptop doesn't shutdown / turn off [01:26] unless you meant someone else, sorry in that case! [01:26] So, I have both the ufw firewall and my routers firewall configured so that my server is accessible to the external network. When I start and stop my service on the open port on my ubuntu server, http://canyouseeme.org/ reports that it can/cannot see the service accordingly. However, when trying to connect to the server with the specified port and the IPaddress of my server (which has that port forwarded to my server) nothing happens [01:26] voidDotClass: "always have to - hold down the power button" is why the file system is corrupted @! [01:26] I can connect through the LAN address and that port fine, but I cannot connect through the WAN address [01:27] Bashing-om, i don't 'always' have to hold it,only when this black screen w/ that message appears, then the shutdown doesn't happen and it gets stuck [01:27] voidDotClass: I go do the grass thing .. be back in just a bit . [01:27] okay [01:29] so, your power off issue is caused by your power button action, this is an endless loop, fix it with a live usb [01:30] oerheks, thanks, once i have the liveusb what do i need to run? can i just do fsck.mode=force instead of the liveusb? [01:32] run from the live session in terminal: fsck.ext4 -p /dev/sda2 https://help.ubuntu.com/community/FilesystemTroubleshooting [01:33] So the ONLY changes i've done in the last week+ to my system is apt-get upgrade. now that i've done that and rebooted this happens ... https://i.imgur.com/FQW8F0E.jpg [01:35] not sure what that is or what i need to do lol [01:35] oerheks, is it not possible to use the fsck.mode=force boot option? [01:36] i never said it is not. [01:37] but my diagnose gives the answer i told you. === deathonater is now known as Smeef [01:46] ? [01:46] ? [01:51] good night!!! [01:51] later! [01:51] dedepirao, o/ [01:51] hi there! [01:52] dedepirao, are you indian? [01:53] I have istalled a sabayon before ubunto and ubunto is not listed on grub that I can choice, how can I fix that [01:53] I'm not indian, I'm brazilian [01:54] So the ONLY changes i've done in the last week+ to my system is apt-get upgrade. now that i've done that and rebooted this happens ... https://i.imgur.com/FQW8F0E.jpg - not sure what is wrong [01:54] there is no application installed for "java class" files.i facing error when i am trying to double click on it [01:58] Biessie: If you log out of the current GUI and activate then a console interface at the login screen , what results with terminal commands ' Restart xfsettings ; xfce4-panel ' F7 key to return to the GUI (??) . [02:03] command not found === Budgii_ is now known as Budgii [02:03] Bashing-om [02:03] there is no application installed for "java class" files.i facing error when i am trying to double click on it [02:04] click on package [02:07] :-):-):-):-):-) [02:08] Ubuntu 10 Support? [02:08] Biessie: Sorry, I may have jumped all over xfce from the image "xfsettings" What is the environment you have ' echo $DESKTOP_SESSION " " $XDG_CURRENT_DESKTOP ' ? [02:09] !10.10 | UbuntuUser [02:09] UbuntuUser: Ubuntu 10.10 (Maverick Meerkat) was the thirteenth release of Ubuntu. !End-Of-Life on April 10th, 2012, see https://ubottu.com/y/maverick for details. [02:09] Thx [02:10] im using cinnamon. [02:10] UbuntuUser: :) See you on the other side . [02:10] !14.04 [02:10] Ubuntu 14.04 LTS (Trusty Tahr) was the 20th release of Ubuntu. Download at http://releases.ubuntu.com/14.04/ - CHECK FOR POINT RELEASES at http://releases.ubuntu.com - Release Info: https://wiki.ubuntu.com/TrustyTahr/ReleaseNotes [02:11] !8.04 [02:11] Ubuntu 8.04 LTS (Hardy Heron) was the eighth release of Ubuntu. Desktop support ended on May 12 2011, Server support ended on May 9th 2013. See https://ubottu.com/y/hardy for more details. [02:12] Biessie: Sorry, no idea on cinnamon . I have not seen that DE . [02:12] !12.04 [02:12] Ubuntu 12.04 LTS (Precise Pangolin) was the sixteenth release of Ubuntu. !End-of-life was April 28th 2017. See https://lists.ubuntu.com/archives/ubuntu-security-announce/2017-April/003833.html for more information [02:12] UbuntuUser: please use /msg ubottu to see bot factoids. [02:12] Bashing-om : Thanks anyways [02:12] Thx [02:13] UbuntuUser: what you are ddoing is disruptive to the channel [02:13] weird as to why apt-get upgrade would cause an error at start up [02:13] !bot | UbuntuUser [02:13] UbuntuUser: Hi! I'm #ubuntu's favorite infobot. You can search my brain at https://ubottu.com/factoids.cgi | General info and channels at https://wiki.ubuntu.com/IRC/Bots | Make a clone of me, see !botclone [02:13] Ubuntu Touch Support? === JeremyD is now known as SleePy [02:13] !touch | UbuntuUser [02:13] UbuntuUser: Information about the Ubuntu Touch platform for Phone and Tablet is available here https://wiki.ubuntu.com/Touch . Support and discussion in #ubuntu-touch [02:13] !botclone [02:13] ubottu uses supybot, which is available in the main !repositories, with additional plugins that are available at https://ubottu.com/clone.html - to help out with ubottu development please join #ubuntu-bots-devel :) [02:14] guys enough with the bot spam [02:14] UbuntuUser: last warning. Stop doing that [02:15] UbuntuUser: or should I call you ubuntu__? [02:15] Yes [02:16] Linux Tablet [02:16] UbuntuUser: you have been disrupting the channel for some days already. Please stop now [02:18] !usb [02:18] For information about installing Ubuntu from USB flash drives, see https://help.ubuntu.com/community/Installation/FromUSBStick - For a persistent live USB install, see: https://wiki.ubuntu.com/LiveUsbPendrivePersistent [02:18] UbuntuUser: if you want to discuss your removal from the channel, /join #ubuntu-ops [02:24] is it possible to boot from DVD? [02:24] emma: yes; if bios allows; and DVD is written as a bootable dvd (and not just data image) [02:25] i have a really old laptop here and for some reason it isn't booting from usb [02:25] Did you check the bios bt order? [02:25] boot [02:26] I didn't really but it has this thing where you can f12 and then choose what to boot from [02:26] you think there's maybe a boot order to change instead? [02:26] i had the same issue today [02:27] okay i'll try that. [02:30] My monitor was turning off every few second and i had to wake it up by pressing any key or moving the mouse. I turned off dpms by xset -dpms .Is there any better solution? [02:33] kittenCanaveral: nope unfortunately that didn't change things. When I try to boot from USB it says "missing operating system" and then boots up windows [02:36] youdid use rufus to create the bootable drive? also you said old laptop? how old? [02:36] dell vostro 1700 that's running a corrupted Windows XP. [02:37] I used unetbootin to create the bootable drive kittenCanaveral [02:37] yeah, try the dvd it my be faster the fighting with it. [02:38] is there some kind of tool for creating a bootable dvd? [02:38] unless someone else has other suggestions, im not the most experienced [02:39] i belive there is a guide, hold on a sec [02:41] Emma https://tutorials.ubuntu.com/tutorial/tutorial-burn-a-dvd-on-windows#0 [02:41] oh thank you [02:42] take a look at the usb one as well, just incase you think you missed something [02:46] kittenCanaveral: does kb3 burn dvds ? [02:48] idk, i can try to look into it, ihavent owned an opticle drive in some time. [02:48] Acording to kd3's website yes [02:50] kittenCanaveral: do you think that too make a bootable dvd you just burn the .iso to the dvd? [02:54] i would follow guide as best you can, i did the usb methed, t's been 5 or more years since i have done the dvd method. im sadly not an expert, but there are a ton here. === holywate- is now known as holywater === Fleetwood is now known as Pan === semeion is now known as mnemonic [03:17] emma, yes, just burn a disc from the iso. if the iso is bootable the resulting disc will be bootable [03:17] you don't have to do a special thing to make it burn a bootable disk. what makes it bootable is the contents of the iso === guiver_d is now known as guiverc [03:30] My monitor was turning off every few second and i had to wake it up by pressing any key or moving the mouse. I turned off dpms by xset -dpms .Is there any better solution? [03:32] mysql-connector-java-5.1.22-bin.jar" where i can found this in ubuntu 18.04 ? [03:34] 5.1.45-1 is current https://packages.ubuntu.com/source/bionic/mysql-connector-java [03:34] not sure it is a jar [03:35] locate -i mysql-connector-java-5.1.22-bin.jar Rockwood [03:45] How can I get xargs to execute the input as a command? [04:03] weechat [04:03] neomutt [04:03] bash [04:10] part [04:14] Hi , which tool can create a wordlist based on criteria words(not characters) i specify ? === ledeni_ is now known as ledeni [04:15] You mean like crunch? [04:15] I'm trying to get chrome to trust a localhost cert I created with openssl in ubuntu 18.04 following https://www.humankode.com/ssl/create-a-selfsigned-certificate-for-nginx-in-5-minutes but no matter what I try chrome still reports as "not secure". Any hint of what might be missing? [04:16] Better off using a pentesting distro for that, although I guess you could compile the software yourself [04:17] Hi, I cannot install Ubuntu or Mint in my laptop. Could anybody try to help me? [04:17] please [04:18] !mint | mint [04:18] mint: The Ubuntu channels can only provide support for Ubuntu and its official flavors, since other distributions and derivatives have repository and software changes. So please use their dedicated support venues, for example: Linux Mint (#linuxmint-help on irc.spotchat.org), Kali Linux (#kali-linux), and LXLE (#lxle) [04:18] lotuspsychje, Great! I just mencioned another one to show the problem is independent the distro [04:19] when I try to install, the installer wizard just doesnot run [04:19] mint: install an ubuntu version from the topic and we can help you [04:19] mint: but as long as you have mint, we cannot [04:19] define "just doesnot run" [04:19] mint is easy in install [04:19] Does it give an error, does it not boot ? [04:20] please guys dont feed other distros [04:21] xamithan, when I try double click the icon to run installer nothing happens. When I run in terminal it shows some messeges. Where cai I paste to show the output [04:21] You are booting into the live version first? What happens if you select the installer directly [04:22] xamithan, yes. It show a error messege about cannot install. I just don`t remember the message. [04:23] But enter in live cd, the installer don`t run [04:23] mint: unless you show us the errors we cannot really help you [04:24] hggdh, i`ll show you [04:24] https://paste.ubuntu.com/p/23nRnvqt8p/ [04:25] when I run that install icon in live cd, it shows this message [04:26] mint, is this WSL on windows 10? [04:26] mint: your pastebin does not make any sense. Whatever is going on, you either have a bad installer, or... I really don't know. Your output just shows what looks like shell errors [04:26] oerheks, What`s WSL? [04:27] mint: where did you download your .iso? [04:27] hggdh, The same dvd I installed on a PC [04:27] lotuspsychje, from ubuntu.com [04:27] mint: wich version? [04:28] When I mencioned mint it was becouse I had the same problem in both OS. [04:28] mint: the installer is a graphical installer. You are showing us *terminal* output. Ergo, not correct [04:28] lotuspsychje, 18.04 LTS [04:29] hggdh, I ran from gnome-terminal the command ./ubiquity.desktop [04:29] ... [04:29] that icon we see when in live version [04:29] clicking on the icon is NOT the same as trying to run the file [04:29] instead of I double click, I ran from terminal to see what happens, becouse double click doesnot work [04:30] hggdh, well, it doesn`t show anything when click the icon [04:30] mint: well, now you know what happens. It fails miserably. You CANNOT run ubiquity.desktop, it is not a program [04:30] maybe it works on mint :-D [04:30] oerheks, the same problem in both os [04:31] where can I see the output when I click the icon and nothin happens [04:31] when you click an icon, nothing happens in terminal [04:31] mint: can you pastebin: uname -a && lsb_release -a [04:33] really, you are not looking for help, are you? line #34/#35 says you are using mint, so goodbye [04:35] ok, I`ll restart and enter in the Ubuntu. But the problem is the same [04:36] when I double click the icon, what happens? Where can I see any warning? [04:36] mint: reboot into ubuntu, we will show you [04:37] !download | mint start here [04:37] mint start here: Ubuntu installation CDs can be downloaded from http://releases.ubuntu.com - Mirrors can be found at https://wiki.ubuntu.com/Mirrors - PLEASE use the !torrents to download !Bionic, and help keeping the servers' load low! [04:38] Setting up LAMP on my VPS, following this: https://gist.github.com/Trefex/7028000be4d497851091 [04:38] No dice when I get to [04:38] apt-get install php5 libapache2-mod-php5 mysql-server libapache2-mod-auth-mysql php5-mysql mysql_secure_installation [04:39] mysql_secure_installation is a command not a package [04:39] Right, copied an extra line. Same results without it though. [04:39] https://pastebin.com/rrtDXXsu [04:40] Well that is a debian guide, use a ubuntu guide [04:40] lol legit [04:40] I guess if I just start off from LAMP I should be okay [04:52] i need help! [04:52] ..and why the hell has slackware and linux moved offsite? [04:52] what? [04:52] hi, i was going to install ubuntu 18.04 earlier, but for some reason my keyboard (a corsair strafe) doesn't seem to work. i cannot get any input at all from it. [04:52] does anyone know how to fix this [04:53] xamithan, freenode sais some bullshit about slackware.. [04:53] ehlp, ask in ##linux or slackware, this is ubuntu support only [04:53] linux is also locked out fuck sakes [04:53] i need linux help [04:53] You need to use double ## for both those channels [04:53] gay? [04:54] ehlp, this is not a general discuss channel, and mind your language, dude [04:54] ok [04:54] soooo, wanna help? [04:54] trenten__: can you tell what happens at wich point? [04:54] well, it happens like, the moment i boot to my live USB...can't get it to work in the installer or well...anywhere [04:55] trenten__ use dd [04:55] ehlp: stop that please [04:55] stop wat [04:55] i doubt dd will work for a keyboard that doesn't work [04:55] trenten__: I think you need this: https://github.com/ckb-next/ckb-next [04:56] trenten__, known issue, since 16.04 .. https://askubuntu.com/questions/854559/corsair-strafe-not-properly-working-on-ubuntu-16-04 [04:56] yes - but i can't even...install [04:56] use ckb-next from github [04:56] Better get another cheap keyboard then [04:56] for $2 [04:56] i see [04:57] or barter [04:57] so there's no other solution? i can't exactly go out and buy a keyboard at 3 in the morning [04:57] yes you can [04:57] trenten__, if you find one, let us know [04:57] okay [04:57] and they will promote systemd [04:58] ....still need help here [04:58] well sure, i can buy a keyboard at 3 in the morning, but i'm not going to [04:58] pussy [04:58] sorry... [04:58] wow you're really helpful dude [04:58] ehlp, nobody gives support for slackware, wrong channel [04:58] !ops | ehlp [04:58] ehlp: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, bazhang, chu, dax [04:58] linux oerheks [04:58] linux... [04:58] i'm being sarcastic, by the way, can you not. [04:58] is ubuntu not linux?! [04:59] This is #ubuntu, not ##linux [04:59] wtf [04:59] seriously i need a guru [04:59] ehlp: This is the Ubuntu support channel, not a generic Linux channel. We're unable to help about slack or other issues. [05:00] Trying to ssh into ubuntu server, connection timedout. ssh key is on server and on computer, everything looks correct, not sure why I cant connect. looked in ~/.ssh/auth keys and the key is in there, noticed in sshd_config the line showing where the auth key is was #'ed out, so i un #'ed it and set the path... still cant ssh, not sure why. Ideas? [05:00] omfg this is not about slack [05:00] ffs [05:00] ehlp sup [05:00] ty [05:00] write me on ##linux [05:00] wyseguy: Show us the log with -v -v -v [05:00] k [05:00] yes, move it to ##linux [05:00] xamithan which log? [05:01] the ssh output with the verbose flags set [05:02] o/ [05:02] Hi I'm with problem in installing ubuntu from live session [05:02] xamithan let me see [05:03] I'm using this version https://pastebin.ubuntu.com/p/wcghY4Bc9m/ when I click the installatino icon nothing happens [05:04] i'm using cruch to make a wordlist command ,like: crunch_win.exe 6 6 -t fi%%%% -o fan.txt but i need words like "fi1" in output with min lenght 3 chars... , and crunch doesn't accept 3 6 from me ... [05:06] I just posted the ubuntu version I'm trying to install [05:06] https://pastebin.ubuntu.com/p/wcghY4Bc9m/ [05:07] I don't know what happens and I even can't find the answer on google. Can anybody help me please? [05:09] joseph, maybe give more details, what hardware is this? [05:10] oerheks, Laptop Dell n5010. Intel i5 4GB RAM [05:16] oerheks, any idea? [05:19] any help? [05:20] looking for bugreports, but find none for n5010/18.04 [05:20] oerheks, the installation icon is the same to call ubiquity in a terminal, right? [05:20] only from upgrade to 16.04, install xserver-xorg-input-synaptics fixed that [05:21] you might want to try the mini iso, more text based installer [05:21] !mini [05:21] The Minimal CD image is very small in size, and it downloads most packages from the Internet during installation, allowing you to select only those you want. The installer is text based (rather than graphical as used on the Desktop DVD). See https://help.ubuntu.com/community/Installation/MinimalCD [05:22] oerheks, When I installed Debian sid, I had a problem with touchpad. [05:23] and make sure if you have windows 10, to disable fastboot and Intel Smart Response Technology (SRT). [05:23] oerheks, I have windows 7 [05:25] you could plugin a mouse, temporarely === _explodes is now known as explodes [05:35] oerheks, mouse? [05:43] oerheks, [/var/log/syslog] Does it say anything? https://pastebin.ubuntu.com/p/QbWrkbpSj8/ [05:45] Another thing I should say is I'm installing using DVD in a USB Connection [05:46] Anyone with an older version of Ubuntu that 18.04, could you tell me if you have a folder /lib64/tls/haswell, please? I'm curious if some game developers hardcoded specific library paths [05:48] dan01, no ubuntu here, but perhaps kvm > install 16.04 if no one is able to answer [05:48] manakanpa: Gonna do just that [05:49] dan01: not on the one system I looked (16.04) === Nicmavr is now known as Guest36752 [06:25] Hi. Question about update-alternatives - consider java JRE, it has many binaries. Now I want to switch from one JRE to another (say java9 to java11), do I have to call update-alternatives --config java, then javac, then jar, then javap ... etc or is there a whay to switch them all at once? [06:25] *way [07:03] lhello [07:38] hi everyone [07:39] i got a weird issue, using ssh directly to my ubuntu server using ip on my LAN everything works flawlessly, using my noip address with ssh everything is lagging terribly, even doing a ls -la in /etc pauses and then continues to print the remaining text, any clues or suggestions? [08:08] hi! It is normal to change/dev/loop0 permissions? I want to do not enter password for the gnome-disk-image-mounter. [08:10] usrshv1: i can mount without password [08:10] i cant boot into [08:10] usrshv1: i'm not sure about this but is your user part of the plugdev group? [08:11] usrshv1: what does "groups" give you? [08:11] wtf hapen to grub [08:11] EriC^^: how can i see my groups in terminal? [08:12] usrshv1: type "groups" [08:12] EriC^^: yes i am! [08:13] EriC^^: usrshv adm cdrom sudo dip plugdev nopasswdlogin lpadmin sambashare [08:14] sumyunseal: if you have multiple OSes on your system, and use grub to select which to boot; it could be updates/change in one caused the MBR to be overwritten (mbr is first sector of hdd; which grub needs to operate). it'll only disappear because drive/hdd failed; or the first sector (mbr) was overwritten by something on your system === opal is now known as Guest77774 [08:15] usrshv1: same here === wowaname is now known as opal [08:16] EriC^^: how about /dev/loop permissions? [08:18] Hello there, I am using the latest image from ubuntu(bionic beaver) to run in docker(managed by k8s) and I get told that the repositories do not have release-files [08:18] what is up with that? [08:22] IaMnEwHeRe: https://superuser.com/questions/1130898/no-internet-connection-inside-docker-containers? [08:25] IaMnEwHeRe: also you can join #docker channel [08:25] usrshv, well, this is a problem with the ubuntu-image not docker [08:26] the article tells me about editing some files, now I get the idea that there should only be a basic installation so as to keep the footprint as minimal as possible, but not even *ONE*editor [08:27] for users to just try things out in a setup, more elaborate thatn just running dokcer which everey imbicil can do, you would require to set up a registry [08:27] and I think that is contrary to the purpose of a fast setup is it not? [08:28] because now I will have to wrap my head around very complex sed-commands just to later find out that it was not related at all [08:28] because a setup a bit different from what I am currently attempting works [08:29] IaMnEwHeRe: where did you get the image? many cloud providers modify & give non-official images (with changes) [08:29] it is safe to edit /dev/loop(x) permissions? [08:30] guiverc, docker pull ubuntu lists library/ubuntu as source when pulling and that is what I put into the image-definition of k8s so I think it is the docker-hub itself, as I doubt my provder will intercept traffic === Richard is now known as Guest50487 [08:32] IaMnEwHeRe: was it all? or only some that gave errors when you did your `sudo apt update` (update repo lists) - can you provide a single line where you had an error please [08:32] usrshv1 I am not using ubuntu as my main system, but looking into /dev/* they are mostly owned by root and permission only to users are given(with execptions to stderr stdin sdout, considering that /dev/* gives access to kernel-processes I would be careful to do that [08:32] IaMnEwHeRe: or pastebin your `sudo apt update` (all of it) [08:34] IaMnEwHeRe: i only want to not enter password each time i mount Daggerfall.iso ) [08:34] IaMnEwHeRe: you could always try #ubuntu-server (who are probably better equipped to deal with kubernetes or at least can spell it :) etc [08:34] guiverc https://www.zerobin.net/?9298ea105d478207#EnKwLr3clt8qSyRXeZqpvVKQO7hJiAJ7F2ls7SRQwAg= [08:35] guiverc :) yeah, didn't think of #ubuntu-server [08:35] usrshv1, consider editing /etc/sudoers === | is now known as Guest77523 [08:37] IaMnEwHeRe: already. It uses pkexec. so, will try edit it? [08:38] usrshv1 if we are talking about non-cli-access to the OS and mounting stuff, I recall seeing s.th. like that for Gnome, so that it will take care of the challenge, considering that in order to access the DB-store you would have to know the account-pw, which is the same as the sudo-pw there wouldn't be much of a security-concern [08:38] usrshv1 consider adding the attribute NOPASSWD: for your settings [08:41] I have no experience with these UI-programms that facilitate priviledge escallation(like pkexec), I would just write a shell-script (sudo mount .........) make it executable and trigger it whenever I need to mount s.th., either one file per iso or you can paramerize it [08:42] IaMnEwHeRe: already! "sudo *" works, but after i installed gnome-disk-utils, i realized that it uses pkexec. it not cares about me being sudoer. Maybe i will edit command in /usr/share/apps... Thanks, until i try all of that, i will no edit any permissions! [08:42] because from what I see on it might not consider /etc/sudoers https://www.freedesktop.org/software/polkit/docs/0.105/pkexec.1.html [08:43] usrshv1 https://askubuntu.com/questions/659540/gnome-how-do-i-run-a-command-as-root they consider gksu [08:45] guiverc, thx for ubuntu-server hint, I will take my business there, bb [08:45] :) [08:46] BBL ... ZZZ [08:54] I have updated my 16.04 recently; When I press shutdown icon or turning off through terminal, it goes down normally at first. But after 30 to 60 seconds tha fan is started and running loudly for mor than 5 minutes while it seems the OS is off! I don't have this problem when I shutdown it in Windos10 [08:57] frenda what a flavour? just curious. [09:03] It's Ubuntu 16.04 with Unity Desktop [09:03] usrshv1: ^ [09:04] can i design a qml wallpaper that would update info from proc and display on the desktop [09:04] so a interactive wallpaper [09:05] You can use conky to display system infos on desktop. [09:06] thats not what i want though [09:06] i already use it [09:06] i thought it would be cool to have a desktop wallpaper that is interactive [09:07] it would just need an update loop to grab info from proc [09:07] but can a qml wallpaper have an update and be interactive [09:08] frenda: so there is not many customization's? back up and reinstall. I do never have successes with the Ubuntu updates. also you may check the proprietary drivers in additional software? my laptop shuts down with GPU ones. [09:08] i built a system monitor thats perfect for my needs as a widget but yer just thinking that would be cool [09:21] usrshv1: It's fully in default settings; Reinstalling would be a trouble as I have some lab software installed. I'll tried for the proprietary driver too. Thnks [09:26] at the end of the page https://unix.stackexchange.com/questions/96625/how-to-allow-non-superusers-to-mount-any-filesystem i find solution for ISO mounting, paswordless. [09:32] Hi === ma3stro is now known as Guest12092 [09:58] Hi folks, is there some way I can permit a snap installed from the store to access a particular folder tree? Trying to do this for Nextcloud without having to move the entire data folder to that place. [10:03] EquusGrevyi, i think you can't, snaps have restricted paths permissions for security reasons...could be annoying if you mount a volume in /mnt etc. [10:04] EquusGrevyi: you can try asking in #snappy [10:04] Ah, I see. I know there's a way you can let the NC snap interface with removable drives, but I'm using ZFS on some external storage and I don't think those are classed as "removable" to Ubuntu [10:05] @ducasse: Cheers I'll give them a shout :) [10:24] <07EABPIB4> if i will reinstall Ubuntu: sda1-swap, sda2-root,sda3-home... As i understand, all options except "Clean All an Install" and include "use sda3 as /home , not format" will save my home structure? I keep archives at /home/archive. === CChaplin1 is now known as CChaplin [11:05] my screen (IIYAMA ProLite X2377HDS) goes blank whenever the display is approx 80%/90% black - I've never found what causes this, could it be an Ubuntu setting somewhere (e.g. energy saving)? [11:05] currently I can't see the handful of new icons in 18.04 bcuz it shows a brief second then totally blanks out [11:07] Nokaji: i have no idea; but I'd suspect it was your screen doing it more than Ubuntu. If you change wallpapers (assuming you are using a gui, and to something brighter), does it stop going blank? [11:09] guiverc: That's a thought, I could change/add a wallpaper ... it even does it though in youtube, so universal ... can't see any obv' monitor setting though it is energy star [11:10] maybe it's a fault but has always been there [11:10] or some calibration needed somewhere [11:11] Nokaji: it may not be a screen setting, but a failing component (not yet dead) that wrongly things there is no signal (when it should still see signal).... if it's this, changing screens (for a test) should prove this theory (providing you have another screen handy & can be bothered..) [11:11] s/things/thinks [11:13] hi! [11:13] i would play with wallpaper change (a bright image) first... easily done to confirm it's blanking on % black... [11:15] I think I've found a bug in the gtk3 file picker [11:16] k [11:16] edarfoc: :) have you looked for it on launchpad? to see if already found, if you can't find it, I'd suggest reporting it (ubuntu-bug) [11:17] that's party of my problem, I don't know the package name @guiverc [11:17] any buddy her [11:17] it has a strange behavior when I start typing [11:17] okay - good question (asking for help to file - appreciated & thanks for trying) [11:17] guiverc: troo - it has done day form day one though, the screen s a few yrs old - I'm lacking a second screen right now, maybe I could fire up windows ... I seem to get by in most situations [11:17] how to use [11:17] My right click in 18.04 is still broken [11:18] A strange combination of search and the old type ahead functionality [11:18] I'm on a laptop with a touchpad [11:18] I have gone into gnome tweaks [11:18] it only works if you type the word extremely fast [11:18] edarfoc: i'm looking for info... [11:18] and set Mouse Click Emulation to Area [11:18] k [11:18] also not working correctly when clicking on the search button [11:18] ol [11:18] ok [11:19] I wonder if anyone else has suffered this too [11:19] poda di [11:19] jjj]] [11:21] hi [11:21] how do I set grub resolution (to native 2560x1440)? [11:21] Ubuntu 18.04 [11:25] neure: sudo nano /etc/default/grub [11:25] edarfoc: i'm still looking, can only find api dev stuff (@ gnome.org) - you may need to file against GNOME & let a bug-squad person (who knows more hopefully) change the package to somethign more appropriate... [11:25] neure: GRUB_GFXMODE=2560x1440 [11:25] then save and exit and sudo update-grub [11:28] edarfoc: it could be the bug should be filed against https://bugs.launchpad.net/ubuntu/+source/gtk+3.0 -- (based on https://bugs.launchpad.net/ubuntu/+bug/304345 which is a file chooser dialog doesn't...) [11:28] Launchpad bug 304345 in gtk+3.0 (Baltix) "File chooser dialog doesn't provide network access" [Medium,Fix released] [11:28] ps: that bug doesn't relate in any way; except possibly pointing to package to file against. [11:29] guiverc thanks! it does look like the right one [11:29] I've installed virt-manager on ubuntu 18.04. I can start an empty VM fine. But If I add a virtual qcow2 disk OR a ISO image for a CDROM I get permission denied and the VM doesn't start. When trying to start the VM with a qcow2 storage device attached to the VM, the virtual disk image ownership changes to root:root and then it says permission denied. my user is a member of kvm qemu libvirt libvirt-qemu . I've logged out and logged in [11:29] again after adding my user to these groups. [11:30] guiverc it's a specific Ubuntu bug, doesn't happen in Fedora, Debian or suse [11:31] guiverc: found the cause ... SHOW APPLICATIONS went black 'until' I hit monitor overlay control, when it all lit up - - monitor setting >DISPLAY >ADVANCED CONTRAST (on)/'OFF' (fixes it) ... anyways, geting a bit off topic but many thanks for helping to focus my mind [11:31] well I'm suggesting to file it in launchpad; not against gnome; if the ubuntu-bug-squad people feel it's upstream; they'll push upstream... but it'll be worked out by Ubuntu due to launchpad bug report [11:32] well done Nokaji; you're welcome :) [11:33] ps: when I said gnome; I meant the GNOME package (not gnome project); or later said gtk+3.0 (on lp; meaning the ubuntu package from gnome upstream) [11:33] FWIW the trick with my right click problem was to reboot after changing the setting [11:33] would be nice if the GUI said to do that [11:33] lot of users will be confused by this === shann_ is now known as shann [11:35] guiverc sorry I think I misunderstood you, thanks for clarifying! [11:35] Krenair: i don't know your issue; but a logout & log back in would probably do the same thing.. [11:35] edarfoc: it'd be my poor language skills that misled; sorry. [11:42] I figured out the problem. By default virt-manager connects to qemu:///system instead of qemu:///session . However now on qemu:///session I don't think networking will work. https://ask.fedoraproject.org/en/question/45805/how-to-use-virt-manager-as-a-non-root-user/ === beaver is now known as noname47 [12:58] Okay, so I was successful in running and installing a windows VM as a non-root user with qemu:///session. But usermode networking is useless. So I've tried starting virt-manager as root. However I'm still getting permission denied. Really weird. [12:59] !crosspost | Lope [12:59] Lope: Please don't ask the same question in multiple Ubuntu channels at the same time. Many helpers are in more than one channel and it's not fair to them or the other people seeking support. [12:59] blackflow, I only asked in one ubuntu channel. [12:59] Lope: okay, don't crosspost between #ubuntu and #debian then [12:59] I've been asking about this for hours and nobody has answered. Clearly nobody around knows about this issue. [13:00] you'll need to elaborate on the issue a bit more though. what permission is denied? [13:00] permission for accessing the virtual disk image [13:01] Details were in my previous question that nobody answered. [13:01] I don't mind that nobody answered, but you shouldn't be nazi about crossposting a question that's not getting answers. [13:03] it'd be great if you could confine all the issue details to a single pastebin and and repeat with that link if nobody answers in the meantime. I have no idea what you posted where "earlier". and it's not being a nazi about it, it's common decency and irc ethiquette. people doing that get help in one channel and ignore the other, where they also receive help, wasting people's time. [13:04] I haven't ignored anybody or wasted anybody's time. And if I resolve my issue, I'll say so. [13:04] Okay, I'll try put it all into one concise question, thanks [13:04] for starters, you're asking in #debian and #ubuntu, so clearly one of them is out of place, being that Debian and Ubuntu are not really the same OS. "based on" implies differences that can be significant in the issues you're seing. [13:04] *seeing. [13:05] Actually the issue is 99% likely to be related to qemu, libvirt, kvm, or virt-manager. [13:06] Lope: fwiw I use qemu-system-x86_64 direclty from command line to manage the VMs, no permission issues. [13:06] Hi [13:07] Any idea on how to remove the column Command in htop ? F9 does not work.. [13:09] cry_wolf: that's, like, the most basic column you should see in (h)top. and you can't remove it: https://github.com/hishamhm/htop/issues/81 use ps with output mods if ou need a different view of the process tabl [13:12] If I use virt-manager on qemu:///session, it can run VM's with a virtual disk. If I use virt-manager with qemu:///system even though my user is a member of all groups: "kvm qemu libvirt libvirt-qemu" and I've logged out/in since joining groups and `chown bob:bob /tmp/test.img` (or whatever libvirt related groups). When using virt-manager on qemu:///system it cannot access any virtual disk. When I try start the VM on qemu:///system [13:12] immediately the vdisk gets chowned to root:root, then gives error: "qemu-system-x86_64: -drive file=/tmp/test.img,format=qcow2,if=none,id=drive-ide0-0-0: Could not open '/tmp/test.img': Permission denied" [13:12] Alright I didn't know that, "ps and output mods" I don't think I know what this is [13:13] cry_wolf: check the ps(1) manpage [13:14] Lope: what are the perms on the disk image file? [13:14] Lope: again don't crosspost between here and #debian [13:14] Lope: you waste people's time because people might go on and consult relevant manpages or google for similar issues before answering, oblivious to someone else doing that in another chan. don't do that please. [13:15] blackflow, even if I chmod the file to 666 I still get permission denied. [13:16] Lope: you have the user in kvm group? [13:16] blackflow, yes, I said that in my message above [13:18] Lope: tried any location other than /tmp/ ? could be private tmp in effect for some relevant virt service? [13:19] I think the issue is probably related to apparmour, i disabled it in the past to get libvirt stuff working. [13:19] Lope: easy to verify with grep for "audit: " line in syslog or journal [13:20] Lope: and if apparmor is the case, instead of disabling it, put the images where the profile expects them to be, or add a rule to the profile for your preferred location. [13:21] It works! disabled the security_driver in /etc/libvirt/qemu.conf === longcat is now known as mouses [13:22] @blackflow thanks [13:22] Lope: excellent. [13:23] thanks blackflow, where are the apparmour rules for dirs etc? [13:24] Lope: /etc/apparmor.d/ contains the profiles. Not sure which profile/process is relevant here [13:24] Lope: you can check with aa-status as you run the VM, see which enforcing profile might be relevant [13:26] Lope: it's also possible that there's no static file for the profile, but it's dynamically created by virt manager or whatever. Like I said, I don't use those abstractions, I use qemu-system-x86_64 directly, so I wouldn't know what those abstraction layers add. [13:28] blackflow, it must be /etc/apparmor.d/libvirt/TEMPLATE.qemu which is empty, but imports #include and #include [13:28] blackflow, then you're effectively using qemu-system without apparmour? [13:28] Lope: probably not it. check with aa-status, it'll show enforcing profiles for processes, so when you run the VM it should be listed there, if there's any profile on the VM [13:29] Lope: for this use case, yes. But I can use it with a profile, I'm not prevented from doing that. I define my own profiles anyway, as the stock ones are too..... libral. [13:29] *liberal [13:41] ok, thanks [13:47] gotta reconnect [13:53] Hello [13:54] Hello Every Buddy [13:54] Where to submit feedback? https://wiki.ubuntu.com/ContributeToUbuntu#Giving_Ideas_and_Feedback this sounds scary and impossible. [13:54] Konuşun be yahu [13:55] Selamın Aleykum [13:56] My feedback is to use in-kernel boot splash that SUSE developed in December 2017 instead of using plymouth package. 1) plymouth is unreliable 2) plymouth doesn't work for hibernation [13:56] 3) the splash would appear way sooner [13:57] Herkes uyuyor mu? [13:57] Lan ne odaymış bee?? [13:58] delgec: which language is that? [13:59] !tr | delgec [13:59] delgec: Turk ubuntu kullanıcıları, Türkçe yardım ya da geyik için /join #ubuntu-tr hizmetinizde. [14:00] tichun: file a bug report on launchpad, there are wishlist "bug reports" https://bugs.launchpad.net/ubuntu/+source/linux-meta/+filebug I'm guessing linux-meta (the kernel source) is the proper package. it'll be reassigned if not. [14:01] tichun: btw, plymouth does a bit more than just the splash screen, which the in-kernel mod by SuSE does. it also takes care about input, for example unlocking LUKS drives. Does that Suse patch do that? === [SeldoN] is now known as Seldon === dinkarg is now known as tezos_noob [14:05] I'm trying to find my clang path. I tried whereis clang and got: clang: "/usr/lib/clang /usr/include/clang /usr/share/clang /opt/clion-2018.1.5/bin/clang" -- am I right in thinking that I have 3 routes to clang? [14:05] 4* [14:11] man which [14:14] royal_screwup21: the files are organized according to what they are.. like the man pages will be somewhere, libraries somewhere, binaries somewhere [14:18] Hello, is anyone able to assist me with a clang error im running into trying to compile some c++ code? [14:18] royal_screwup21: if you're looking for a binary 'which clang' tells you the path [14:19] i keep hitting this error and I'm not sure why [14:19] clang: error: linker command failed with exit code 1 (use -v to see invocation) [14:19] qwebirc14431: use -v, and paste the full output please [14:20] where would i input the -v? [14:20] This is the command im running [14:20] skm clang++ program.cpp -o HelloWorld [14:22] This is the full output: https://pastebin.com/5XpLBxwd [14:24] ah, well, so the error is right there [14:24] you should've seen that without -v too [14:24] you're not linking curl [14:24] but that's not really an ubuntu question ;) [14:25] Right, don't suppose you could tell me how to do that? [14:27] -lcurl [14:27] but you really should look up a tutorial on how compiling things works [14:28] I'm doing this as part of one of my classes (intro to programming), though their steps for getting everything setup with Ubuntu wasn't the best [14:28] qwebirc14431: then you should let your TA a know [14:28] they can't improve until they know where they need to [14:30] Thanks for the help [14:32] I had another question about libraries if you can help [14:32] sure, ask away [14:33] https://pastebin.com/bMpJd9vW [14:33] I tried running an apt-get install but it seems to fail [14:33] Its part of the installation steps for Splashkit https://www.splashkit.io/articles/installation/ubuntu/step-2/ [14:33] it tells you there's no package libgconf-2.0 [14:34] I looked up libgconf-2.0 but that doesn't seem to be a package [14:34] there is 2.4 === mouses is now known as longcat [14:39] Is there a way to see the progress of a command in terminal? [14:40] qwebirc14431, depends on the command, some have a -v (verbose) option [14:40] that will generally show you the progress [14:41] "a command' is so wide, explain? [14:41] check the man page for whatever it is you're running [14:43] I've run the following in terminal echo -e "\n#SplashKit Library Path\nPATH=\"$HOME/.splashkit/skm-linux-x64:$HOME/bin:$PATH\"" >> ~/.profile [14:43] Seems to just hang [14:44] ctrl c to stop [14:45] why would one need progress of such small task === noname47 is now known as beaver [14:46] Well i ran it about 10 minutes ago [14:46] and it doesn't seem to have done anything [14:46] Figured I must be doing something wrong but it hasn't given me an error either === Richard is now known as Guest73506 [14:58] Hello, I deleted my dpkg folder, and now I'm in a pretty rough spot with most of the system missing [14:58] neoromantique: which folder did you delete? [14:58] Anyone could help me fix it? As I'm pretty much stuck [14:58] ppf: the one containing lockfile /var/dpkg is it? [14:59] point is, status file was deleted also [14:59] I deleted most packages and reinstalled them, but some are throwing very odd errors [14:59] /var/lib/dpkg? [14:59] you need to be specific ;) [14:59] yeah [14:59] namely I get the E: Internal Error, No file name for busybox-initramfs:amd64 now [15:01] upgrade openssl for apache by recompiling apache and openssl in different paths but its still using old openl ssl version. When I do ps -aux | grep apache, I see it using both new and old lib paths for ssl. Any suggestions? [15:19] upgraded openssl for apache by recompiling apache and openssl in different paths but its still using old openl ssl version. When I do ps -aux | grep apache, I see it using both new and old lib paths for ssl. Any suggestions in resolving this? [15:20] bobthebuilder2, so you didn't remove the old ssl? [15:20] i wonder why you need to build a fresh one, ubuntu is pretty fast with security updates [15:23] hmm looks like you don't wait for answers, crossposting, bupthebuilder? [15:26] oerheks: no, I didn't remove it. I want to have two different version of apache and openssl. Testing some vulnerabilities [15:28] oerkheks: have default latest apache and openssl install via apt-get install. Then want to have a separate older version of apache and openssl compiled. === SimonNL is now known as changenick [15:29] oerkhecks: Apache was compile with --enable-ssl --with-ssl=/path/to/download/olderversionofopenssl/ [15:30] i have no clue with multiple ssl versions, maybe #ubuntu-server can answer that? [15:30] Oerheks: sorry, didn't mean to cross-post, accidentally posted in wrong tab of IRC. === wodencafe is now known as WODENCAFE === changenick is now known as SimonNL [15:33] oerrheks, will give ubuntu-server a try. Thank you for your help. === karstensrage is now known as Guest16049 === vemacs|ded is now known as vemacs === vemacs is now known as Guest5570 [15:42] hey guys, I'm trying to recover an ubuntu install (full encrypted disk), and after having decrypted and mounted the luks partition, I know get a bad superblock error on the ubuntu--vg-root partition [15:43] could you confirm that ubuntu uses ext4 for the root partition? [15:43] also, using testdisk it finds no partition table, is it supposed to use GPT? === wodencafe is now known as WODENCAFE [15:45] AciD`: depends on how / what you installed initially. [15:46] I used the 'use the entire disk' with encrypted lvm install method [15:46] e.g. if you installed ubuntu 12.04 intially, then upgraded, it would still use an older luks encryption scheme, msdos partitioning, ext3 file systems by default [15:47] * blackflow wishes people would call it MBR instead of msdos partitioning :) [15:48] 'msdos' partition table is what i meant to write [15:48] that'd be MBR, right? which is nots pecific to MS DOS [15:48] unless you meant msdosfs aka FAT [15:49] MBR is "master boot record", a section of the first MB of a storage partiitoned using the 'msdos' partiton table type. [15:50] it's MBR-based vs GPT. MBR predates MS and MSDOS [15:50] I'm not nitpicking, I just want proper terms be used properly ;) [15:51] s/want/wish/ [15:53] blackflow: i guess there are both terms for the same thing. i can't seem to find a definitive declaration. but we seem to be referring to the same thing. [15:53] tomreyn: we are, yup. [15:53] HI [15:54] tomreyn ⟹ I'm not sure which version I installed unfortunatly [15:54] AciD`: you could look at /var/log/installer/media-info if it exists. but we don't really need to find out what you installed, jjst what you have now. [15:56] tomreyn ⟹ well, I took out the m2 ssd from the laptop and am using it in a external case, and I while I could decrypt the luks partition, I cannot mount the --vg-root one [15:56] AciD`: parted -ls can help there, also lsblk [15:56] I'll check that [15:57] well, I'll check that once testdisk will finish its analyze :) [15:58] AciD`: testdisk should be a last resort tool. it can make things worse. === WODENCAFE is now known as WodenCafe [15:58] I'm on that problem for a long time now, I felt like using it as my last resort tool :x [15:59] hey tomreyn, you here, sorry for bothering, got update on my sata/mobo/ssd/win10 issue [16:00] Zexaron: i'm afraid i don't remember your 'sata/mobo/ssd/win10 issue' === lynn_ is now known as gryphon [16:01] tomreyn: I got new cables, but didn't test them yet, I tried with old cables, seems like Win10 SSD works fine on the 860 EVO or cloned 850 EVO, without any other disks connected (sata devices) as soon as I connected the 840 Pro which has ubuntu to another port2 the Win10 SSD in this case I went back tesiting 860 EVO, it wouldn't even boot, as if it has no OS [16:01] tomreyn: disconnecting the 840 Pro SSD from port 2 and adding an old HDD with linux mint, also worked fine like nothing happened [16:02] tomreyn: sorry i used another nickname on linux and ubunut, I did talk around freenode but you're the guy I kept talking to the most, you looked at various SMART values I posted [16:03] Zexaron: have you checked if your 840 has firmware updates? [16:04] We found that 860 EVO where Win10 was working with the ubunut on the 840 PRO SSD for a few months and just out of a sudden started BSODing on Win10, while on ubuntu, when booting to ubunut while having Win10 860 EVO connected it would do some ATA3 COMM RESET failures but ubuntu it self would work and doesn't do any kernel panic [16:05] lotuspsychje: yes I did all of that on another PC a week ago, I had to trip all the HDDs chkdsk to get them writable, this issue made all NTFS partitions read only, I'm not testing with any data HDDs at this moment [16:05] i would recommend looking into the firmware, too. 840ies had critical firmware bugs. [16:06] Latest Samsung Magician, and I connected all 3, the old 840 Pro with ubuntu LTS 18, 860 EVO With Win10 and the 850 EVO whit cloned Win10 from 860 EVO after BSODs [16:07] Zexaron: can you try to shorten to your actual issue? whats happening exactly to wich drive? [16:07] Background: BSODs on Win10 stated 2 weeks ago and were progressively faster after power up/boot, until it wouldn't even boot and just "No operating system" and I pressed a key and it woldn't even try again lol [16:08] lotuspsychje: it's a longer story okay [16:08] Zexaron: we can only help you on the ubuntu part of it [16:09] Well I don't know who's at fault, HW, mobo, ubuntu, SSD, cable, ... I have to pick one channel and start, if we find it's not ubuntu then I'll go out of here [16:09] my VPN server stopped working when upgraded to 18.04 server [16:09] Zexaron: perhaps you can test it with a liveusb? [16:09] hiya: upgraded from wich version? [16:09] Jul 21 14:00:52 VPN-DE1 kernel: [14453.654522] perf: interrupt took too long (2602 > 2500), lowering kernel.perf_event_max_sample_rate to 76750Jul 21 15:43:00 VPN-DE1 kernel: [20581.803632] perf: interrupt took too long (3258 > 3252), lowering kernel.perf_event_max_sample_rate to 61250Jul 21 17:48:48 VPN-DE1 kernel: [28130.303817] perf: interrupt took too long (4093 > 4072), lowering kernel.perf_event_max_sample_rate to 48750Jul 21 [16:09] 18:01:42 VPN-DE1 kernel: [ 0.000000] microcode: microcode updated early to revision 0x24, date = 2018-01-21 [16:10] oops sorry for long errors [16:10] lotuspsychje, from 16.04 [16:10] hiya: use a hastebin or so [16:10] !ltsupgrade | hiya not yet mate [16:10] hiya not yet mate: Upgrades from 16.04 LTS will not be enabled until a few days after the 18.04.1 release expected in late July. [16:10] lotuspsychje, so i should not upgrade? [16:10] Zexaron: i'm afraid i don't remember much of this (i have supported a couple people lately, and can't rmeember all details). i suggest you take some time, and sum up the entire story again on https://paste.ubuntu.com or https://etherpad.net . start with a short summary / explanation of the current issue, then go into the details + history + what you tried already. [16:11] hiya: not yet, 18.04.1 comes out 26july [16:11] lotuspsychje, what do i do now? [16:11] reverse? [16:12] hiya: if you run an ubuntu server LTS in production, you should follow the procedures a bit [16:12] lotuspsychje, ok trying older kernel [16:12] i think it is a kernel issue [16:12] hiya: this system is probably not fully updated, ubuntu released new intel microcodes since. [16:13] tomreyn, 4.15.0-23-generic i want this kernel [16:13] where can i get it on 18.04? [16:14] hiya: not, unless you downgrade to an unsupported version or are using an ubuntu port [16:14] lotuspsychje: when being booted into Win10 on Samsung 860 EVO 250GB, the Ubuntu on Samsung 840 Pro 128 GB is merely present on SATA PORT 2, this is not really about booting ubuntu, but it could be, when booting to ubuntu, while having Win10 860 SSD connected and present on PORT1, there is a problem booting because ATA3 is having problems, I later found that ATA3 is the PORT with the Win10 SSD, ubuntu reports COMM RESET failure or [16:14] something,I have screenshots [16:15] hiya: why do you want this very kernel image? [16:15] tomreyn, it works fine [16:15] i believe it is the kernel issue [16:15] Zexaron: you keep talking too much details/hardware can you please finetune whats 'really happening' to ubuntu? [16:15] hiya: so the current kernel image does not work fine? [16:15] hiya: current -> latest available [16:15] Zexaron: example: ubuntu boots and gets stuck at... [16:16] i think i am doomed :( [16:16] i should not have upgraded only [16:16] lotuspsychje,tomreyn: I enabled the verbose boot in ubuntu to get this displayed, TIMECODE (it keeps going forever) ATA3: COMRESET failed (errorno=-32) [16:16] hiya: bionic is on .29 now [16:16] lotuspsychje,tomreyn: here's the catch, ubunut works fine after pressing enter, simply ATA3 device doesn't get mounted [16:17] Zexaron: when do you see that error, on wich ubuntu version at wich point? [16:17] or well, it doesn't get presence, mounted or unmounted, it simply isn't there, but the ubuntu works fine [16:17] hiya: have you tested .29 kernel boot? [16:18] Zexaron: did you see what i wrote about paste.ubuntu.com / etherpad.net ? i tried to follow what you wrote above, but failed. [16:18] it's the boot thing, before the welcome screen in ubuntu, i just ruined my Galaxy S5 smartphone, i'm on an old nokia but I still have SD card and just need a bit more time to get things done, i'll upload the image now [16:19] Zexaron: if i understand you a bit...you get a HD warning at ubuntu logo yes and press C to continue? [16:19] tomreyn, lotuspsychje can you give me the command please? [16:19] hiya: the command of what? [16:20] hiya: you can get us some relevant information by using: lsb_release -ds; cat /proc/version; cat /proc/cmdline; ls -l /boot/; dpkg -l linux\* [16:22] sudo apt update && sudo apt install -f && sudo dpkg --reconfigure -a # this line i would use with borked upgrade [16:22] lotuspsychje: what ubuntu displays is only help for troubleshooting the larger issue, ubuntu doesn't do kernel panic, or maybe it would, there's a lot of combinations to try, 860 on port1 alone, port2 alone, 840 on port1 alone, port 2 alone, 860 on port1 and and 840 on port2 and booting into 860 makes win10 BSOD or boot failure, 860 on port1 and 840 on port2 and boot to 840 makes ubuntu welcome screen to freeze for 15 minutes unless [16:22] enabling verbose boot messaging it then reveals ATA3 COMRESET failures and pressing enter continues booting to login screen and works normally [16:22] hiya: see oerheks suggest [16:23] Zexaron: i suggest you try sorting your hardware layout first perhaps in ##hardware [16:23] Zexaron: if ubuntu works and gives a warning about another ssd in your system..? [16:24] Zexaron: also test a liveusb on the SSD you testing [16:24] lotuspsychje,tomreyn: the point is: ubuntu reports a problem with the ATA3 device which is the 860 EVO with Win10 connected to port1, this only happens if both 840 and 860 are connected to the motherboard intel sata controller, if I connect them alone separately, I get normal operation, no BSODs, no failures to boot and no COMRESET messages [16:25] Zexaron: so it must be a hardware issue [16:25] So it can't be a bad SATA cable is what i'm trying to get to IMO, that's my troubleshooting result so far [16:25] Zexaron: unless some of the other Os SSD's has like fault partitionings on them? [16:26] Zexaron: ubuntu booting might see a corrupted entry in fstab and give you warning === SimonNL is now known as SimonNL_Afk [16:26] Zexaron, if those ssd's are connected, one cloned, both an UEFI partition, with the same fingerprint.. [16:26] Yeah trying to get what other people think, sorry I have a ... i'm not able to explain so good the events of past 2 weeks coherent, i've been to hospital in the middle, doing much better now but I'm not that energetic etc [16:27] Well, if it was as simple as a SATA cable it would be better, I'm afraid it's not the MOBO uh [16:27] It could be one of the SSDs too, indeed [16:28] Zexaron: might be worth checking your fstab and hastebin it here [16:28] !fstab | Zexaron [16:28] Zexaron: The /etc/fstab file indicates how drive partitions are to be used or otherwise integrated into the file system. See https://help.ubuntu.com/community/Fstab and http://www.pclosmag.com/html/Issues/200709/page07.html and !Partitions [16:29] The partitions seem all fine, I've done CHKDSKs on the third PC, I wasn't using my primary PC for any of the clonezilla backups (I had trouble booting linux on the third PC and the second, one of them had a freeze bug and one of them just doesn't have UEFI bios) [16:29] oerheks, lotuspsychje tomreyn https://screenshots.firefox.com/fCcYHECM5o0JFkTe/api.asm.skype.com [16:29] I get this ^ [16:30] hiya: ok, did you have a question? [16:30] tomreyn, what should i do? [16:30] Abort? [16:30] Right now I'm on PC2 on Win7, PC2 is not my PC it's not available that much, and no linux works on here either, I tried ubunut and linux mint, ubuntu is UEFI boot so it won't work here, linux mint from an old HDD ahs a freeze-bug at login screen for this particular HW config [16:31] is that the result of: lsb_release -ds; cat /proc/version; cat /proc/cmdline; ls -l /boot/; dpkg -l linux\* ??? [16:31] hiya: why are you going to remove latest .29 kernel? [16:31] hiya: if you want to keep the currently running kernel, abort. if you really want to remove it as you requested, continue. [16:32] Current TEST on my primary PC (where the issue is): I have 860 EVO (Win10) and OLD Barracuda HDD (Linux Mint) and booted into Win10 and it's been running while I was talking here now for 30+ mins and still no BSOD [16:32] hiya: apparently you don't like answering questions, but ask new ones and run some commands we dont know about, then ask more questions. this is not how we can support you. [16:36] oerheks, it gives lots of text, sorry i am in panic mode i need to use pastebin [16:37] Zexaron: there's really no point keep flooding your story like that, try to focus on the actual ubuntu issue, so we are able to help you [16:40] Hi everyone. [16:40] I upgraded to 18.04. It seems alright. I'm using the MATE version. But why don't I have Applications/Places/System across the top? I used to like them [16:41] Richard_Cavell: can you ask this in #ubuntu-mate please, not sure how bionic is now on mate.. [16:41] oerheks, http://paste.ubuntu.com/p/P3HzS8MP8R/ [16:42] tomreyn, lotuspsychje but i think it is a kernel issue and it works fine with .23 kernel [16:42] hiya: i can't help you if you don't provide information. [16:42] tomreyn, i gave you output of command [16:42] http://paste.ubuntu.com/p/P3HzS8MP8R/ [16:43] hiya: that's just the output of one of the commands i listed. it's a start. [16:44] hiya: i would go for what oerheks suggests, try to unbork your upgrade... [16:44] lotuspsychje, tomreyn: Because you guys were helpful before, sorry not flooding, but I didn't found much help on other channels, yes I can try windows, but the BSOD is just a consequence looks like it [16:45] there is no proper HW help channel on freenode,##hardware talking mostly about purchasing/reviews I think [16:45] Zexaron: like we said, we can only help you on the ubuntu part of it [16:45] Zexaron: if you can hastebin your fstab, we could take a look on it for you? [16:46] Zexaron: i'll be happy to try to help with diagnosing what looks like a hardware issue if you'll come up with a complete summary, as discussed before. but not here, this is just ubuntu support, not hardware. we can talk in #ubuntu-offtopic or ##hardware if you like [16:46] tomreyn, lotuspsychje would unbork break things? [16:46] hiya: contrairy, we trying to fix your system right? [16:47] hiya: "unbork" is slang for "fix something that is broken" [16:47] yeah sorry for the term :p [16:47] :D [16:47] I try it [16:49] I am trying to unbork it, it is in process on another server with issues [16:49] lotuspsychje: yes I got an update, I've now switched SSD 840 Pro (Ubuntu) to Port1 and 860 EVO (Win10) to Port2 (sata cables unchanged), and decided to boot to Ubuntu, failure, this never happened before, it's a purple screen: WRONG EVIRONMENT BLOCK ... pleas press enter to continue [16:49] hi [16:50] filipe__: welcome to ubuntu support, how can we help you? [16:50] lotuspsychje: while I was gone typing here, I just got back now, it has contiued by it self, the verbose boot messaging is seen frozen, some services were loaded ,some failed [16:50] just saying hi. thx lotus [16:51] Zexaron: this is what i would do: do some systematic tests connect only 1 ssd with ubuntu and try to boot [16:52] Zexaron: if it doesnt boot, try a liveusb on the same 1st ssd [16:52] I've never put 840 Pro on Port and and 860 on Port2, port1 uses this Cooler Master X-Dock, it's a slot to insert SSDs into, it has 3 usual-looking capacitors and electricians said to me that it's used to create 3 volts from the input 5 that comes from molex, this thing is very handy for months now, and that's the thing I'm suspecting the most now [16:52] Zexaron: if your sure, nr1 ssd works, attach ssd2 etc [16:53] Zexaron: we have no clue at all what data is stored and how, on your ssd's... so we cant guess how they communicate neither [16:53] However that theory doesn't pan out, becuse if I use only one SSD, on port1 which is connected to the X-Dock, it still works fine on there [16:54] lotuspsychje, tomreyn oerheks that command gives no updates and doesn't unbork [16:54] hiya: pastebin output to us plz === Nicmavr is now known as Guest88931 [16:54] Yes, I'll keep 840 on port1, and disconnect the 860 EVO from port2, and see if ubuntu boots now [16:58] How can I revert back the changes made by pppoeconf and again bring the GNOME network manager uder interface [16:58] hiya: did you boot into .29 now? [16:58] lotuspsychje: okay, but wait, okay only 840 with ubuntu on port1 now, same "wrong environment block" at the beginning - I got thrown into busybox now says I need to do manual FSCK [16:59] hiya, pastebin the output of that command please [16:59] But this is UEFI boot and GPT with Ubunut, theres 3 different boot options for ubuntu on this one SSD, "UEFI: Samsung SSD 840 (Ubunutu) and two that start with [ubuntu] ... im not sure which one the mobo picks by default [17:01] I run my ADSL router in bridge mode for some P2P application and have to use pppoeconf as GNOME network manager doesnot have a option to create a DSL connection [17:04] Can someone help me get ethernet working again? I tried installing some wireless drivers and now ethernet quit working. (wireless drivers failed) [17:04] meh, okay i'll go to HW then, need to go to dinner anyway, later [17:04] It can see the wireless controllers in terminal, just won't let me connect to them [17:05] or have option to connect to a network I should say [17:05] I tried to make a summary, but it would take me some time, all the time of today, [17:05] anibic: https://askubuntu.com/questions/966647/how-to-create-a-dsl-connection-in-network-manager-in-ubuntu-17-10?noredirect=1#comment1570644_966647 [17:05] Budgii: details first mate... [17:06] lotuspsychje, help me know what details to provide, haha [17:07] Budgii: aka: ubuntu version, kernel version,wifi chipset+ driver, eth chipset+driver? [17:07] @tomreyn: This does not work for me . I have tried it before pppoeconf === semeion is now known as mnemonic [17:08] Ubuntu budgie, kernal - i dont know what that is, wifi chipset is broadcom (Archer T9E), ethernet im not sure what I have. Its on my new machine with ASRock x370 pro4 motherboard [17:09] I did a lot of thing on a desperation I purged pppoeconf as it got messed up https://askubuntu.com/questions/442992/how-do-remove-pppoeconf-from-boot-process [17:09] I used a different method, but just found this to get drivers for the new wireless card. But since I don't have ethernet, i'm kinda stuck [17:09] https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx [17:09] anibic: which ubuntu version are yo on there? [17:10] Then I created a new pppoeconf but something happened and it won't work anymore [17:10] 18.04 [17:11] anibic: hmm, ok, i would have expected it to be possible to configure pppoe via network manager gnome GUI there. i don't think i can help you set it up if it doesn't work like this. [17:11] Budgii: you can pull off broadcom drivers from your install media, somewhere under /pool [17:12] o [17:12] pppoeconf first worked fine later when I had a trouble with my hardware upgrading my processor and RAM the installation got some errors and from then onards pppoeconf wouldn't connect [17:12] lotuspsychje, so i'm currently on windows. The download drivers is an executable wizard that does it [17:13] in 18.04 GNOME does not let you create a DSL through network manager [17:13] Budgii: you can install ubuntu offline, then from your install media install the broadcom .deb to make wifi work [17:14] How can one revert back to the network manger [17:14] So i'm trying to get on chat with TP-Link to ask for raw drivers vs .exe - I don't have an optical drive so the install CD is useless.. [17:15] @ lotuspsychje ^ [17:16] Im confused what tor to install [17:16] @tomreyn where to find startup programs in ubuntu 18.04 . [17:16] Budgii: how did you install ubuntu then? [17:16] In software maanger ther eis browser, this, that, other. what tor package do i need to install to get it running on everything, not just browser? [17:16] anibic: there are several places and ways to define what gets started during boot. what are oyu looking for? [17:17] My last link says to check it off from start up [17:18] iv einstalled tor from terminal, and software manager, but im still not sure its actually working. only the browser [17:19] Ok, let me start from the beginning, lotuspsychje. I've had my install for 6 months, then built a new machine. Had an old netgear USB adapter, went to install drivers for it and it then took away my ethernet ability. Since then, I have purchased a PCIe wireless card for the desktop, Archer T9E. I'd like to get the archer working, but kind of stuck since the drivers provided for this is just an exe file, so i'm looking for those drivers. Just got a [17:19] response from live support, brb. [17:21] !tor [17:21] Tor is a program to route connections through several servers for anonymity. It is in Ubuntu's repositories, but the Tor Project recommends using their Tor packages due to past issues with Ubuntu's. For setup info, see option (2) of https://www.torproject.org/docs/debian.html.en [17:21] anibic: i just tried to add a pppoe connection profile to network manager on 18.04 using the terminal as discussed at https://askubuntu.com/questions/966647/how-to-create-a-dsl-connection-in-network-manager-in-ubuntu-17-10?noredirect=1#comment1570644_966647 and it worked well. [17:22] Strange [17:23] i tried to install th epackage, but it didn tseem to work well [17:23] i guess tor isnt very well suited to ubuntu [17:23] Actually this is not a frest install it was upgraded from 16.04 -> 17.04 -> 17.10 ->18.04 [17:23] what else than your browser needs to use that tor tunnel? [17:24] any apps i think [17:24] here's what it looked like for me: http://i.imgur.com/y1QXxDg.png [17:24] anibic: ^ [17:24] @tomreyn: what did u type in Parent interface [17:24] i cant follow that website [17:24] 'You need to add the following entry in /etc/apt/sources.list or a new file in /etc/apt/sources.list.d/:' [17:24] wher the heck is that [17:25] jesus no thats so complicated [17:25] anibic: parent interface would be the ethernet interface already present in network manager. in my case (screenshot) this is enp0s3 [17:25] lotuspsychje, really i'm just looking to get ethernet back, otherwise i'm booting back into windows every time I have a question in the process of installing wireless drivers... [17:26] The problem I faced was that My DSL appeared as yours , but the username and password won't save [17:26] Budgii: from a live you cant do really much, install ubuntu physically and try to fix your bc wifi [17:27] username and password given by my ISP [17:27] BottomFeeder: the only recommended (by the tor folks) way to install tor is using the tor browser (bundle), which can be downloaded at https://www.torproject.org/download/download-easy.html.en [17:27] lotuspsychje, i'm not sure what you mean when you keep saying install ubuntu. I have it, it's a dual boot [17:28] I just 'broke' it accidentally when using some ndiswrapper commands in terminal, trying to get some wireless. [17:28] Budgii: so you installed ubuntu...and i told you how to install your broadcom wifi drivers from the install media [17:28] Budgii: why are you messing with ndiswrapper and windows? [17:29] lotuspsychje, i think we are not understanding eachothe here. ndiswrapper was in linux, trying to install some drivers on that OS. I'm currently on windows, since i have no connection on linux [17:29] do i need to unisntal tor first? i installed in in terminal also, but dont know how to uninstall it without a gui [17:29] The install media provided was a disc, and I have no optical drive. [17:29] the 'drivers' are an .exe file from the company, which .. .exe is not going to work for me. I need the drivers themselves [17:29] BottomFeeder: probably, yes. to uninstall tor: sudo apt purge tor [17:29] Budgii: you installed ubuntu on your system and your cdrom is gone now? [17:30] I never had a cd drive to begin with on this machine, lotus. [17:30] Budgii: so, how did you install ubuntu on it then? [17:30] anibic: you need to set those on the terminal i would think [17:30] a USB? [17:30] Budgii: so usb stick is your install media.. [17:30] is that link for the browser only? i was hoping ot get the bundle [17:30] sure, I understand that. I'm after the drivers. [17:31] so i can start tor services somehow [17:31] Budgii: and i keep telling you, get your broadcom drivers off your install media...your usb stick [17:32] lotuspsychje, I don't 'have them'. All I have is an .exe for windows. [17:32] the only place i have ever had this Archer T9E, working. [17:33] @tomeryn : I have tried the command "sudo service network-manager start" and the network manager has again appeared.:-D [17:34] anyone know how to get the tor bundle into ubuntu properly? not just the browser, but full tor services [17:34] Budgii: so you installed ubuntu with an usb, and throwed the usb away? [17:34] I've formatted them, reused for other purposes. [17:34] @tomreyn: plz don't don't off line I have will be back after rebooting my machine need your help [17:36] hello [17:36] so, tor services/bundle cant be installed on ubuntu? [17:36] tomreyn: I have also again purged the pppoeconf with command "sudo deborphan | sudo xargs apt-get -y remove pppoeconf --purge" [17:36] where can I find the buglist for the banshee project?! [17:36] I can't believe I' [17:36] anyone got any of the ubuntu 12.04 iso's ? specifically the "business desktop remix" iso that was available for a time - isn't on any repo's... just want it for my collection, i only have the 64-bit versions, want the i386 version [17:36] i iwll have to try another os... the main reason i am using linix is for privacy/stability [17:36] I've been searching for like 10 mins and still can't find it [17:36] ubuntu-12.04-business-desktop-remix-i386.iso [17:36] it seems they are relocating the repo and bugs list constantly [17:36] from bugzilla to github to gitlab [17:37] anibic: it's possible that network manager depends on pppoeconf to setup the connection. not sure, though. [17:37] !esm | lantizia_ [17:37] lantizia_: Canonical offers paid extended security support for 12.04 through the Ubuntu Advantage program. For more information, see https://ubuntu.com/esm . ESM is not an Ubuntu community offering; please direct questions about it to Canonical directly. [17:37] https://bugs.launchpad.net/ubuntu/+source/banshee [17:37] lotuspsychje, that a pointless thing to do [17:37] why do all these open source projects need to change collaboration platforms every year or so ? [17:37] *was [17:37] lantizia_: anything else then esm is end of life on 12.04 [17:38] no tor chat rooms here? [17:38] cant find any [17:38] lotuspsychje, so? has nothing to do with my question [17:38] i ned help with tor on ubuntu [17:38] anyways, anyone knows where can I find the buglist for Banshee ? === Ricardus_ is now known as Ricardus [17:38] Github has none, Gitlab too has none. and it says BugZilla is no more!~ [17:39] hey, anyone using inhouse documentation system? [17:39] sorry to interrupt [17:39] !support | ne14u [17:39] ne14u: The official ubuntu support channel is #ubuntu. Also see http://ubuntu.com/support and http://ubuntuforums.org and http://askubuntu.com [17:39] lantizia_, it was on sign up license, and 12.04 is long gone https://blog.ubuntu.com/2012/05/10/the-new-business-desktop-remix-is-out-now [17:39] lantizia_, sorry to tell you, get over it [17:39] oerheks, i don't need a link i already have or information i already have [17:39] i am looking for a solution for inhouse documentation system, i thought maybe someone uses in their company. sorry. === SimonNL_Afk is now known as SimonNL [17:40] oerheks, if you don't have the iso - don't respond, simple as [17:40] can't they just stick to one damn platform instead of jumping every now and then ? github, gitlab, sourceforge, bugzilla ... O_o [17:40] ne14u: can you explain how its related to ubuntu? [17:40] lantizia_, i surely respond, as you ask for support, which is not available, thanks. [17:40] lantizia_: this is not a trivia channel, nor poll [17:40] lantizia_, tone down please [17:41] not related lotuspsychje, i m plannin to use it for our sys team. so thought maybe someone used similar solution. [17:41] same to you [17:41] lantizia_: http://releases.ubuntu.com/12.04.5/ [17:41] lotuspsychje: mine I suppose isn't related either, but it occured to me this is the safest channel to ask it as there was no Banshee channel [17:41] sentiment: banshee is a supported package on ubuntu, issues are related [17:41] ah ok then [17:42] so do you happen to know where is the official repository and bugs list ? :) [17:42] !alis | ne14u can this help? [17:42] ne14u can this help?: Alis is an IRC service to help you find channels. For help on using it, see "/msg Alis help list" or ask in #freenode. Example usage: "/msg Alis list http" [17:42] sentiment: scroll to oerheks link [17:42] lotuspsychje, I found something that helps me get the drivers from the exe. :D https://msfn.org/board/topic/134913-howto-get-your-inf-and-driver-files-from-an-exe/ [17:42] I may have a better shot now. [17:43] trying to ssh into my server with ssh key and getting operation timed out, ideas? [17:43] Budgii: broadcom drivers on ubuntu can be installed just fine 'without' ndiswrapper.. [17:44] Budgii: i explained you how.. [17:44] lotuspsychje, sorry, I am not the best at this. What I got from your explanation was just put drivers on my USB and viola. not a real guide to my inexperience. [17:44] wyseguy: pastebin the output of the ssh command, but with -v flag added? [17:45] Budgii: no, not put on...they are already IN your install media(usb) [17:45] wyseguy: fix the remote firewall, nat, routing. this is a tcp connection timeout, you never succeed in establishing the connection. [17:45] oerheks: thanks for the link , I just found it in this messy terminal based irc client I am using now lol [17:45] lotuspsychje, I appreciate your help here, but I have told you i have formatted those USB's and have repurposed. [17:45] Budgii: browse in your ubuntu stick, and search for /pool and find the broadcom .deb [17:45] Just need to get used to it [17:46] I can mount a a new copy though and find that way I suppose [17:46] Budgii: you have windows..burn a new ubuntu iso on usb, reinstall ubuntu, make your drivers work [17:46] lotuspsychje, the goal was to avoid reinstalling. :P [17:46] blackflow tomreyn https://pastebin.com/4Cn6X2JQ [17:46] But thank you again for your help in troubleshooting. I have some direction now, thank you! [17:47] Budgii: if you have no wifi working, or eth updating will be hard right [17:47] oerheks: If you had mentioned my nick I wouldn't have continued bitching I guess :p [17:47] wyseguy: yeah, what tomreyn said. the remote end is DROP-ing your packets [17:47] blackflow hm [17:47] it used to connect before which is odd [17:47] Budgii: you could try enable cd/dvd source in your software&sources perhaps [17:47] wyseguy: sure you got the correct port? [17:47] blackflow yes i checked the server and its set to 2222 [17:47] lotuspsychje, yes hard but can't be that hard.. i'm going to try some things i've found and then if not, last resort will reinstall. [17:47] wyseguy: this is not an ubuntu ssh build [17:47] wyseguy: try 22 just in case? [17:48] sentiment, if you can get the i386, have fun, but i am afraid those are gone? [17:48] tomreyn ? blackflow I did [17:48] i do have cli and can get in via chrome,its digital ocean server [17:48] wyseguy: that's a mac you're connecting from, and the server is ubuntu? so, port 22 also times out? [17:48] blackflow yes same thing [17:48] wyseguy: ubuntu builds link againt openssl, yours against libressl [17:49] wyseguy: well check the firewalls then, iptables via virtual console and I don't know if DO has any host-side FWs [17:49] tomreyn so am i trying to connect incorrectly? [17:49] wyseguy: is the server Ubuntu? [17:49] blackflow yes [17:50] wyseguy: what is the output of: lsb_release -ds; apt-cache policy ssh [17:50] oerheks: lol I actually have no problem with GUI clients but I am trying to get used to the holy terminal :D [17:50] tomreyn: that's not an Ubuntu client obvs. [17:50] going to try the /pool method. Thanks lotuspsychje [17:50] blackflow: right [17:51] Hi, I accidentally/erroneously put in a command to install openafs-client, how to I cancel a command. It is now asking me to configure it, but I don't want it. [17:51] Budgii: good luck [17:51] wyseguy: so maybe i got this wrong: does your client or your server run ubuntu? [17:52] server [17:52] runs ubuntu [17:52] client is mac or windows.. [17:52] both used to connect [17:52] tomreyn https://imgur.com/a/PpLF1KH [17:52] wyseguy: i see. you can ignore the command output i asked for then [17:52] that is on the server [17:52] too late :p [17:53] wyseguy: well check the firewalls then, iptables via virtual console and I don't know if DO has any host-side FWs [17:53] well, still good to know what your server runs [17:53] im looking in /etc/ssh/sshd_config [17:53] Port 2222 [17:54] it probably said so somewhere, like in the email they sent you ;) [17:54] wyseguy: the problem is not sshd, it's firewall. sshd would not drop, it would reject and you'd get different feedback. [17:54] ah [17:54] let me check firewall [17:54] wyseguy: iptables -L -n | grep 2222 [17:55] i did this, i dont think anything is in there [17:55] wyseguy: if you got no output, then that's your answer. [17:55] i believe firewall is handled at digital ocean level [17:56] (and I'm assuming you have iptables rules otherwise, with a DROP policy on INPUT) [17:56] overzealous assumption on my end. [17:57] trying to get pipe key to work over CLI, doesn't like it lol [17:57] wyseguy: -i should actually point to the ssh *private* key. [17:57] I am guessing that openafs-client can really bork your system. [17:58] tomreyn ah okay, well i use a program to ssh in and it asks for pub and private key, was just trying to get a -v output [17:58] wyseguy: unifi.myserver.io does not resolve here, i assume that's not the actual server you are trying to connect to, right? [17:59] tomreyn right [17:59] tomreyn: openssh can work with both. if it detects pubkey it'll try same filename sans .pub [17:59] ah i only see 22, not 2222 [17:59] i am getting these error and system freze there isn't anything concrete on google to usb 1-1.6: device descriptor read/64, error -110 [17:59] failed to construct signal [17:59] dbus: wpa_dbus_get_object_properties: failed to get object properties: (none) none [17:59] blackflow: yes, but i dont know whether their private key is named that way. [18:00] it's not really the issue at hand here, though [18:00] I understoot that the command worked before but now all of a sudden doesn't [18:00] *d right, there's some firewall or somethign dropping packets, could be even wrong host, now that you mention it [18:00] https://imgur.com/a/QpedpNw [18:00] Is there a way to avoid ubiquity to show that last message " [18:00] I have two computers running Ubuntu and I want to compare their speed. Is there a simple way to benchmark an Ubuntu installation? [18:01] saying that it finished and if I want to reboot [18:01] somesh: have you tryed reformat your usb with gparted? [18:01] Richard_Cavell: systemd-analyze can check speed [18:01] wyseguy: right, so port 22 should've worked, that iptables ruleset doesn't allow port 2222 [18:02] Richard_Cavell: benchmark them individually bonnie++ or phoronix test suite [18:02] okay so just open 2222 then? [18:02] wyseguy: I suppose if you want that, but my point is, you should be able to connect via port 22. -p 22 instead of -p 2222 [18:02] wyseguy: if you want to keep sshd listening no port 2222, this would seem logical [18:02] lotuspsychje, My new computer is about half as fast as the 11 year old computer it was meant to replace *bangs head* [18:02] s/no/on/ [18:03] blackflow okay but then i need to change the port also in sshd right? [18:03] as its set to 2222 [18:03] wyseguy: oh wait.... sshd is configured to listen on port 2222, right? so yes, you definitely need to open that port. or reconf sshd for 22 [18:03] Richard_Cavell: wich ubuntu versions are you comparing to each other? [18:03] okay let me open 2222 [18:03] 18.04 to 16.04 (both MATE) but two different machines [18:03] so thats gonna be a ip tables command [18:03] Richard_Cavell: and 18.04 is slower? [18:03] yes [18:03] or nano a file... would rather change 22 to 2222 [18:04] "Installation finished. You can continue testing, or reboot" (is there a way we make ubiquity to just exit, without giving this message ? maybe something like ubiquity --no-last-message) [18:04] wyseguy: I would suggest you modify whatever iptables rules file/program you're using there [18:04] Richard_Cavell: well there are some running systemd bugs open on 18.04, they promised a fix for...can you wait till 18.04.1 releases? [18:04] lotuspsychje, there is no usb drive plugged in. [18:04] okay 1 sec [18:04] Richard_Cavell: or feel free to add to my systemd bug on it [18:04] lotuspsychje, Nah it's the machine's fault [18:05] oslox: how does it matter, are you preseeding? [18:05] Richard_Cavell: so,..if you know whats faulty, why are you asking here? [18:06] blackflow https://imgur.com/a/EOWeE5D [18:06] so change 22 to 2222 on line 7 and line 10? [18:07] one says multiport and the other says only tcp... [18:07] tomreyn: no, presseeding seems complicated, what I do is I call ubiquity in a script, then I run a script after ubiquity dies, but ubiquity never dies on its own, it asks if I wanna reboot, and I dont [18:08] Hello [18:08] hey [18:08] Hello [18:08] hey [18:08] wyseguy: I don't know what that f2b-sshd chain does, nothing according to your output. btw, if you ahve a working network there, you can cat | nc termbin.com 9999 and post here the URL you get [18:08] wyseguy: f2b probably stands for fail2ban, so you may need to reconfigure fail2ban [18:08] wyseguy: anway yes, the --dport 22 line needs adjusting to 2222 [18:08] tomreyn: good catch [18:08] cant copy paste :/ if the link is short then that would be easy :) [18:08] Not sure if this is connected to the issue from before but Ubuntu is asking me to run manual fsck [18:08] i am getting these error and system freze there isn't anything concrete on google to usb 1-1.6: device descriptor read/64, error -110 [18:08] failed to construct signal [18:08] dbus: wpa_dbus_get_object_properties: failed to get object properties: (none) none [18:09] wyseguy: termbin.com links are short [18:09] there is no usb plugged in [18:09] yes it is running fail2ban also [18:09] there's some kind of multiple-block thing, asking me to clone it, delete, there's one directory without checksum [18:09] wyseguy: right so you'll have to adjust teh sshd jail for port 2222 [18:09] (fail2ban jail) [18:10] oslox: hmm, i'm not sure whether customizing the install process this way is supported. personally, i can't support you there, anyways. [18:10] okay [18:10] oslox: you could also do an oem install, if that's more suitable for your use case. [18:10] Zexaron: if you rejoin ubuntu, please re-ask your question all in one line with all details..current users might not know your original issue.. [18:11] blackflow looking over the jail.conf file [18:12] tomreyn: ok thanks [18:14] lotuspsychje: It's a consequence of these tests most likely, but we can treat it separately. [18:14] somesh: which ubuntu release is this, how did you install it, what is your hardware (exact model number), which kernel are you running? did it ever work / not freeze? if so, what changed (or what did you change) between when it worked and when it stopped working? [18:15] somesh: some of these questions will be answered if you run this command in a terminal and tell us the http address it returns: dmesg -T | pastebinit [18:15] The queestion what what should I do with manual fsck, but I figured out it's really pointless, I don't care about the ubuntu, I just want to figure out this thing, I need to make the ubuntu bootable again, so I'll just answer YES whatever fsck asks me [18:16] Win10 is more important, 4 months of work on there, but CHKDSK is crap, even tho I know corruption happened, it doesn't find anything wrong even after 4 BSODs [18:16] I want to access a drive on my ubuntu1804 server from my ubuntu 14.04 client [18:16] how? [18:16] tomreyn, this is ubuntu 18.04, on dell inspiron 3542 ubuntu version(it had ubuntu 14.04 pre installed). i installed it from usb. recently i changed it's hdd to sdd samsung evo 860 250gb model [18:17] to give proper permision? [18:17] to create user or user group? give permission? [18:17] installed ubuntu 18.04 on ssd from usb. [18:17] Zexaron: we cant support you on the windows part [18:17] somesh: so this 18.04 you run now is a fresh installation really, right? [18:18] NotSoFastJames: we have a nice #ubuntu-server channel if you like [18:19] tomreyn, yes. [18:19] lotuspsychje yes I'd like that very much [18:19] somesh: so when did this error first occur, and when did it start freezing? [18:22] this particular error i have noticed recently but the error failed to construct signal since beginning [18:22] somesh: https://www.dell.com/support/home/en/us/debsdt1/product-support/product/inspiron-15-3542-laptop/drivers says that the latest bios version for this system is Version: "A13 ,A13", an "urgent" update. is this the one you are running? this command will tell: sudo dmidecode --type bios [18:22] blackflow https://imgur.com/a/PCiMdRv [18:23] blackflow so i need to change all those ssh entries to either ssh, 2222 or just 2222? [18:23] hello [18:23] somesh: here's a direct link https://www.dell.com/support/home/us/en/04/drivers/driversdetails?driverId=X5H0Y [18:24] Weird how nautilus even with sudo can't see LOST+FOUND folders, while Dolphin can't access them, never had such issues on Linux Mint [18:25] and can't run dolphin with SUDO, dafuq? [18:25] wyseguy: you need to put 2222 there. "ssh" named port is defined in /etc/services, but I wouldn't change that file. [18:26] Zexaron: most GUI file browsers can be reconfigured to show hidden files + directories. to make system changes, i would recommend using a terminal. [18:28] tomreyn, i am running a01. I don't look for bios update unless it's necesity. thanx i will update bios and see if it helps [18:28] Oh thanks [18:29] why I cannot modify mount point in manual paritioning when installing ubuntu? [18:29] mount point of efi parition, I mean [18:30] it is not necessary to choose /boot mount point? [18:30] !partitioning | wyre start here [18:30] wyre start here: For help with partitioning a new install see https://help.ubuntu.com/community/HowtoPartition | For partitioning programs, see !GParted (recommended) or !PartitionManager. Other partitioning topics include !fstab, !home, and !swap [18:31] lotuspsychje, I don't find anything about what I'm asking [18:33] lotuspsychje, I've just find this [18:33] https://help.ubuntu.com/community/UEFI#General_principles [18:34] but I cannot choose any mount point in EFI partition [18:34] what is these samone explains me? [18:35] !support | bugtraq [18:35] bugtraq: The official ubuntu support channel is #ubuntu. Also see http://ubuntu.com/support and http://ubuntuforums.org and http://askubuntu.com [18:35] wyre: you could change the mount point later, after installation. but chances are that grub-install, update-grub and other tools expect to find it at the default location [18:36] and who are you? [18:36] tomreyn, so I don't need to modify this, right? [18:36] bugtraq: a user [18:37] wyre: you do not need to modify the ESP mount point the automtic partitioning has configured. [18:38] okey thanks but i don't understand nothing [18:38] wyre: i'm not certain this was your question, though. if not: what was your question? [18:38] bugtraq: only ubuntu questions here [18:39] tomreyn, my question is, when I try to manual partitioning before install ubuntu I need to create root partition with / as mount point, and swap partition [18:39] but I would need something else with ESP? [18:40] I mean, for instance, to install Manjaro I need to set the ESP mount point in /boot/efi [18:40] tomreyn, as you can see in there http://linuxbsdos.com/wp-content/uploads/2016/11/manjaro-install-12.png [18:40] but I don't need to do the same in Ubuntu? [18:41] I don't specify that EFI System Partition (ESP) would be mounted in /boot/efi ? [18:42] EriC^: one for you ^ [18:43] in fact, if I try to change efi partition I haven't got so many options [18:43] just "Use as:" [18:43] and size [18:44] lotuspsychje: I fixed some minor EXT4 issues, booted with SSD 840 Pro into Ubuntu normally in port1 and SSD 860 EVO in port2, so far so good, boot was ok, login ok, I've mounted the SSD 860 EVO single NTFS partition okay, and fstab file only contains partition for the ubuntu 840 Pro, nothing else [18:44] Ubuntu bug 839 in unison (Ubuntu) "duplicate for #840 unhandled exception with " [Medium,Invalid] https://launchpad.net/bugs/839 [18:45] But this bug is kinda random, not consistent, it may work now, but may stop later after another boot [18:45] Zexaron: that bug is from 2005 oO [18:45] hi ppl :) [18:45] lotuspsychje: Now that I'm in ubuntu, and have both SSDs running and accessible, what kind of tools can I use to do more troubleshooting ? [18:46] Zexaron: dmesg, syslog and fstab [18:46] Well I'm not sure why would it work for months and now this shows up all of a sudden [18:46] lshw too ? [18:47] Zexaron: lshw is to list hardware [18:47] Zexaron: what are you gonna test exactly? [18:47] wyre: if you boot with uefi, you need an ESP, yes. if you create partitions before you start the ubuntu installation, then there are no mount points at this time, you can only create partitons. those can be assigned mount points during the manual partitoning step during ubuntu installation. [18:47] I've seen you guys mentioned a 840 Pro crtitical firmware bug, how is it called or where can I read more about it? [18:48] Zexaron: not a pro, 840 evo has a performance bug [18:48] Zexaron: check this on samsungs website [18:48] lotuspsychje: No idea what I can do inside yet, maybe gather data for starters, most of the testing was just doing various combinations of sata devices and ports, physical tests, running and seeing if it runs without BSOD or Kernel Panic for Linux [18:48] wyre: we only support installing ubuntu here, not manjaro, but during ubuntu installation the ESP partition should be assigned the /boot/efi mount point, that's right [18:49] Well, I have 840 Pro, but 850 and 860 are EVO [18:49] Zexaron: check the samsungs firmwares aswell, for your models [18:49] 840 is much much older, like 2012-2013 ... not sure about 850 and 860 [18:49] but I bought those two this year [18:51] lotuspsychje:I said I did check all of that months before and through the years, and I did it for all SSDs just a week ago, at the same time when I did all the image backups and unlocked the HDDs from read only, Samsung Magician has to connect to the web now otherwise it says "not supported" and all FWs are up to date [18:51] Zexaron: to track down an issue, i reccomend focus on the actual thing that happens, not 10 other things that come across your mind.. [18:51] i just installed 18.04lts and there "ifconfig" command seems to be missing. [18:51] how do i install ifconfig? === homer is now known as Guest80899 [18:53] lotuspsychje: Yeah but man, those aren't other things, those are consequences, I had to deal with those too, and making backups is obviously a required step before doing any more testing, that's basics of troubleshooting, lockdown and backup first, I waited til the 4th BSOD unfortunately to realize something's way off [18:53] clear [18:54] The ubuntu 840 Pro was connected at the time along with the 4 data HDDs, and as sooon as I connect the 840 Pro with ubuntu I got weird issues on 860 EVO with Win10, so yeah it doesn't confirm Ubuntu fault but it doesn't happen with Linux Mint on another HDD [18:54] Ubuntu bug 839 in unison (Ubuntu) "duplicate for #840 unhandled exception with " [Medium,Invalid] https://launchpad.net/bugs/839 [18:54] yates`: https://wiki.ubuntu.com/BionicBeaver/ReleaseNotes#New_since_16.04_LTS [18:56] Zexaron: https://www.samsung.com/semiconductor/minisite/ssd/download/tools/#download_tab_0101_anchorpar3-st_semi_down_list_ex [18:56] Zexaron: im gonna repeat myself..again..we dont have a clue how/what your data is stored on the ssd's, we never seen your fstab...so how can we help? [18:57] But yeah I found 840 Pro to be quite slower when booting, compared to much older Crucial MX100 and the newer 850/860 so the performance thing is something I've noticed indeed, I found the articles and they say it extends beyond the EVO line [18:57] when will ffmpeg packages be updated? [18:57] lotuspsychje: It's 9 o clock at evening and I have to run around with USB sticks to fetch and upload the data, I can only be so fast [18:57] ntd: wich version are you after? [18:58] And again, fstab doesn't seem to show anything special but heck I don't know [18:58] Zexaron: we cant see that from here :p [18:58] got my ethernet working on ubuntu, thank goodness! [18:58] CVE-2018-6392, CVE-2018-6621, CVE-2018-7557, CVE-2018-10001, CVE-2018-12458, CVE-2018-13300, CVE-2018-13302. [18:58] Zexaron: you say sometimes only, your boot will fault an ssd [18:59] lotuspsychje, :D [18:59] Budgii: how did you fix? [18:59] lotuspsychje, /pool method. some food helped me wake up [18:59] !yay | Budgii [18:59] Budgii: Glad you made it! :-) [18:59] i've recently been given the middle finger by complaining that you're not gonna update xenial vlc (which most of your desktop users will be using, yet "universe" for some reason) [18:59] lotuspsychje, time for getting those drivers for the wireless adapter now :D [18:59] thank ubottu! [19:01] now there is a slew of vulns in ffmpeg, and, true to form, a week after debian patched these i have to come here and ask [19:01] ntd: start from the start...wich version ffmpeg are you talking about on wich ubuntu version? [19:01] affects every version of ffmpeg [19:01] trusty, xenial, bionic, you name it [19:02] ntd: so you say you found a new security flaw? [19:02] no [19:02] CVE-2018-6392, CVE-2018-6621, CVE-2018-7557, CVE-2018-10001, CVE-2018-12458, CVE-2018-13300, CVE-2018-13302. [19:02] ntd: whats the problem exactly then? [19:02] know know what a CVE is, right? === jstein_ is now known as jstein [19:03] ntd: update your system at all times to be safe... [19:03] ok, i just can't [19:03] why? [19:04] lotuspsychje, those are vulns in ffmpeg [19:04] all the other distros released updated packs a week ago [19:04] ubuntu on the other hand? who the frak knows [19:04] caught up in committee or something [19:04] ok thanks [19:05] ntd: if you find a new security flaw, report to #ubuntu-hardened [19:05] i recently had to point out that ubuntu had been accumulating 16 months of public imagemagick vulns before they finally updated it [19:05] lotuspsychje, are you a bot? [19:05] Does anyone else use KeePassXC with a database file that is synced to Google Drive? [19:06] If so - does anyone know why my file only ever opens in read-only mode? [19:07] It's a miracle! [19:07] ntd: did you look those CVEs up on ubuntu's security tacker? [19:07] Last post on this thread: https://askubuntu.com/questions/1029402/how-to-install-driver-for-tp-link-archer-t9e-v1-in-ubuntu-16-04-lts [19:07] I have wifi!! [19:07] going to disconnect momentarily.. [19:07] lotuspsychje: I don't know for sure how it works because I've never booted throught the time with 840Pro alone, I've always booted with all the other disks connected including the 860 EVO with Win10 [19:07] So I don't have any pre BSOD control-cases [19:08] to compare with === lantizia_ is now known as Lantizia [19:08] tomreyn, no, ofc i read sports illustrated instead [19:08] example: https://people.canonical.com/~ubuntu-security/cve/2018/CVE-2018-10001.html [19:08] xenial, bionic? vulnerable... [19:08] I just have 2 OSes and kept switching between, but I have other too, I kept switching sata devices to switch OS in the past, put Win10 SSD out, put Win7 SSD in, it worked fine for years [19:09] syslog doesn't seem to be a valid command [19:10] ntd: it says DNE, meaning does not exist, meaning the (patched) verisons of the software in these ubuntu releases (if any) was considered to be not affected by this vulnerability. [19:10] tomreyn, no, it says libav isn't affected [19:10] ntd: if you would like to challenge this, i think you should contact the security team about it, not bring it up on this ubuntu support channel. [19:11] if you muster all your wits and manage to look two inches further down on said page...? [19:11] lotuspsychje: should I install inetutils or busybox SYSLOGD ? [19:11] ntd: right, ffmpeg on 18.04 needs triage. still not a topic for #ubuntu [19:11] and 16.04 [19:12] and: WTF [19:12] man, do i love ignore!! === Budgii_ is now known as Budgii [19:12] lotuspsychje: im getting sleepy so im just going to paste the data and see and finish for today [19:13] ntd, ffmpeg is Community-maintained [19:14] ntd, Canonical does not provide update, some updates may be provided by the Ubuntu community [19:14] libav*/misc=dependencies for tons of other packages [19:15] which are not "universe" [19:15] So I have a home server with /home on a separate drive. It won't boot into the gui but I can see my shares. Instead of wasting time diagnosing it, I think I'm gonna nuke and pave. [19:15] not [19:15] Is there a tutorial somewhere on installing while keeping my home partition? [19:15] !home | plex_dave can this help? [19:15] plex_dave can this help?: Your home directory is where all of your personal files are usually kept. For moving your home directory to a separate partition, please see: https://help.ubuntu.com/community/Partitioning/Home/Moving [19:16] ioria, that's like making openssl "universe". go figure [19:16] It's already on a whole separate "drive" (a raid) [19:16] ntd, you know you can install from http://ffmpeg.org/releases/ [19:16] and snap [19:17] I just want to make sure I'm installing correctly so as to continue using the same home partition. [19:17] can i please talk to a grown-up? [19:17] a man, perhaps? [19:17] ntd: stop wining here please [19:17] Wtf? [19:18] lotuspsychje: nothing happens with syslog or syslogd even tho I've installed the things it asked me [19:18] ntd: you already have been told what you can do [19:18] ntd: now stop using this channel for a discussion please [19:18] right. next time you'll be recommending that i just compile the kernel myself instead of asking for package updates. i'll shut up now [19:18] syslog does nothing, syslogd isn't found [19:19] thank you. [19:19] Zexaron: /var/log/syslog [19:19] !dmesg | Zexaron or [19:19] Zexaron or: dmesg is a console command which outputs the kernel ring buffer - an important log for diagnosing problems in Linux. Often when something errors with hardware it will result in additional lines reported which can be seen by running dmesg in a console. [19:19] dmesg is same as syslog file? [19:20] Zexaron: dmesg is more for the errors happening [19:20] well, this explains a lot... [19:21] ntd, kernel is another story ; and you should know that too [19:24] lotuspsychje: Okay I got, even some older log files, but I didn't found the COMRESET messages from boot in the firtst file [19:25] would the verbose boot messages be in these logs too ? [19:25] But I'm quite sleepy now, need to call it a day, i'm out of time this PC is also shared [19:25] Zexaron: anything happening in your system, should be in your logs [19:26] that's if the log was writable at the time and the system logging daemon was alreaedy running [19:27] (both of which is not the case during early boot) [19:28] Hmm, well the first screen of letter goes through, and then the screne blinks, the ATA3 COMRESET failed messages were on the smaller letters, where you see the services being loaded [19:29] I do have photos with phone, so, it's fine, I won't bother much you guys if this isn't ubuntu fault ofcourse, but I'll show you the diag info and pictures tomorrow or next time, if you guys are still around at the time [19:30] later, bye [19:36] tomreyn hey, i set 2222 within fail2ban and same thing... [19:37] tomreyn https://imgur.com/a/pPx8Sf9 [19:37] timedout error [19:38] maybe i just set port 22 instead of 2222 [19:42] wyseguy: did you restart fail2ban (assuming it it a service)? [19:43] hello [19:43] wyseguy: i haven't used it in years, so i'm not surehow it is managed nowadays. also, can you show iptables -L (or whatever you ran earlier) again= [19:43] tomreyn no, but i did notice at the top of the file it said not to change anything in the file as an update will just wipe changes [19:43] im just switching back to port 22 for everything... [19:44] how can i setup xtightvncviewer to allow me to connect to my mac computer? it seems to never prompt for my mac user name. where can i provide the user name for my client to connect? [19:44] tomreyn https://imgur.com/a/Vj48xIt [19:44] well now i have a new error :) which is good [19:44] "connection refused" [19:45] wyseguy: personally i'd just run ssh on a non standard port, allowing only key based authentication, and remove fail2ban (unless you need it for other services) [19:45] also, if i use remmina, the performance over wired LAN ins so incredibly laggy that it is unuseable [19:46] wyseguy: so port 2222 is not listed at all in the iptables output now. that's fine if you'll go back to port 22, not so if you'Re still trying to get port 2222 working [19:46] well i know that unifi servers have been having a lot of interest these days and it was heavly suggested to use it [19:46] tomreyn right just gonna try port 22 for ow [19:46] now [19:46] I downloaded the VNC .deb from this link, installed it in the software center. How do I launch it now? https://www.realvnc.com/en/connect/download/vnc/linux/ [19:46] so somewhere 22 is being blocked [19:47] ip tables shows that its open... [19:47] Budgii, unsupported, it may not even have a starter [19:47] Ohh ok [19:47] so im guessing the issue is under fail2ban? [19:47] well i'm trying to use Remmina Remote Desktop, and not sure what to put for 'server' [19:48] I have my device' IP and think i need something else thats like 192. . . something [19:48] So I thought i'd try VNC but ya. [19:48] !vnc | Budgii [19:48] Budgii: VNC is a protocol for remote desktop. https://help.ubuntu.com/community/VNCOverSSH describes how to use it securely. It works best over fast connections, otherwise look at !FreeNX [19:48] server ~ machine that runs the vnc service, you want to connect to [19:49] Budgii: be carefull with vnc remote, its a security risk [19:49] really? [19:49] vnc over ssh would be wise [19:49] wyseguy: "connection refused" means that something actaully returned a NACK message to your client, to inform it that the connection wont be possible. this would happen if no firewall (which would usually just drop the unwanted traffic, giving you the result you had previously) got in the way, but the end point (sshd) is not reachable. [19:49] Hmm. I was just wanting to use it for my rpi [19:49] Budgii: if you dont know what your doing, youl get hammered 24/7 [19:49] tomreyn it looks like i dont have a jail.local file and only a jail.conf... maybe i need to copy the jail.conf and make a jail.local file [19:49] lotuspsychje, how hammered? [19:49] wyseguy:in other words, you may have forgotten to restart the ssh server to make it use port 22 [19:50] lotuspsychje, i've done SSH, but i want the head mode. [19:50] Budgii: scanned and connect trys to your computer [19:50] tomreyn ah so ill try restarting the ssh server? [19:50] wyseguy: i dont know how fail2ban works. i know jails only from bsd, not linux. [19:50] tomreyn found this.. https://vexxhost.com/resources/tutorials/how-to-protect-ssh-with-fail2ban-on-ubuntu-12/ [19:51] Budgii: lookup on ssh X then, perhaps in #openssh ? [19:51] wyseguy: if you haven't restarted the ssh server after cahnging the configuration file, this is your issue. even if you have, restarting it should not hurt. [19:51] thanks lotuspsychje [19:51] tomreyn sudo systemctl restart ssh [19:51] wyseguy: right [19:52] well hot dam [19:52] im in [19:52] woop woop [19:52] * wyseguy offers tom a tux drink coaster [19:53] finally a proper present! [19:53] i can 2 tone it black and white on my printer :) [19:53] How does everyone feel about Kden live? [19:53] !discuss | oliver_swift [19:53] oliver_swift: Want to talk about Ubuntu, but don't have a support question? /join #ubuntu-discuss for non-support Ubuntu discussion, or try #ubuntu-offtopic for general chat. Thanks! [19:54] pm me your PObox if you have one and send it out today :) [19:54] wyseguy: that's kind of you. but no, thanks ;) [19:54] okay, np. thanks though! [19:54] well.... [19:54] im thinking it may be smart to still change the port to 2222... [19:55] that would just be in iptables? [19:55] and then try restarting ssh? [19:56] oh wait, i would need to change it in sshd_config too [19:56] it would be in iptables, in /etc/ssh/sshd_confg, and in whatever configuration files of fail2ban that may need changing to make it update the iptables rules it sets. [19:58] how can this be possible, a lot of people and me lost wifi connection after last ubuntu update [19:58] now days this never happens [19:58] tomreyn i feel that because there is no fail2ban local folder that it may not need to be added there [19:58] seems that is just default [19:58] let's see [19:59] when can we have a real update to fix wifi problem on pcs [20:00] wyseguy: https://serverfault.com/questions/382858/in-fail2ban-how-to-change-the-ssh-port-number [20:00] see the first answer [20:00] how to fix for now wifi [20:01] qwebirc23508: this is so generic, it's difficult to help you, you'll need to provide details, such as which ubuntu version you use, and especially which wireless hardware you use [20:01] k [20:02] how can i see hardware via ubuntu? [20:02] qwebirc23508 sudo lshw [20:02] ? [20:03] qwebirc23508: this will post it online, returning a http address you can pass to us: nc termbin.com 9999 <( lsusb 2>&1; lspci -nn 2>&1 ; ) [20:03] can anyone give me a few pointers about setting up WordPress and running it on my desktop? [20:03] ubuntu 16.04 LTS [20:03] do I need to install LAMP? [20:04] qwebirc23508: actually use this instead: pastebinit <( lsusb 2>&1; lspci -nn 2>&1 ; ) [20:04] i install it about 5 minutes ago [20:04] Hi anybody may know how I start the network manager gui if its not there ? [20:05] how can i list hardware via ubuntu? [20:06] qwebirc23508: lspci [20:07] !wifi [20:07] Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs [20:08] rosco_y: you can do this, which will install a mysql database server and the apache httpd web server, and setup wordpress (but one which cannot be updated using wordpress' online update, i assume): sudo apt install mysql-server wordpress [20:08] anyone have a guide on how to encrypt usb drive? [20:09] I have a PCI1814:0781 RT2790 wifi cardlet that is not working w/ Bioninc kernel 4.15.0-32-generic . any thoughts on how I can get it working again? [20:10] Budgii: https://askubuntu.com/questions/500981/how-to-encrypt-external-devices [20:10] tomreyn, thanks! [20:10] Budgii: actually, this is the original https://help.ubuntu.com/community/EncryptedFilesystemsOnRemovableStorage [20:11] tomreyn, is there a way just to make a password protected file? I'm wanting to have passwords stored on a USB. [20:11] -network descrição: Ethernet interface produto: 88E8040 PCI-E Fast Ethernet Controller fabricante: Marvell Technology Group Ltd. ID físico: 0 informações do barramento: pci@0000:09:00.0 nome lógico: enp9s0 versão: 12 serial: 00:21:9b:ce:94:c9 tamanho: 100Mbit/s capac [20:12] Budgii: use keepassxc or some other password manager for that. [20:12] i'd prefer it stored externally [20:12] Budgii: well yes, you select where the database file is. [20:12] oh! ok [20:13] i'll check that out instead. I was thinking about how if i forget the password to the drive... passwords are one thing, but files.. [20:13] how can be fix the wifi any idea? [20:14] or when can we have a update to fix it [20:14] ? [20:16] qwebirc23508: I don't read spanish, but I thnk that was a 802.3 (wired) chip try finding the 802.11 (wireless lan) one [20:16] qwebirc23508, what flavor are you on? [20:18] JamesB192: about your question: not working in which way? what do dmesg, syslog say about it? is it listed in network-manager? [20:19] descrição: PCI bridge produto: 82801H (ICH8 Family) PCI Express Port 5 fabricante: Intel Corporation ID físico: 1c.4 informações do barramento: pci@0000:00:1c.4 versão: 02 largura: 32 bits clock: 33MHz capacidades: pci pciexpress msi pm normal_decode bus_master cap_list configuração: driver=pcieport [20:19] JamesB192: also, whats the output of: lsmod | grep 'rt[0-9]' [20:22] -network DISPONÍVEL descrição: Network controller produto: BCM4312 802.11b/g LP-PHY fabricante: Broadcom Corporation ID físico: 0 informações do barramento: pci@0000:0b:00.0 versão: 01 largura: 64 bits clock: 33MHz capacidades: pm msi pciexpress bus_master cap_list c [20:22] it shows up in 'ip addr' and lsmod returns 9 lines of results. === the_ant1 is now known as the_ant [20:24] JamesB192: so which driver is in use? [20:24] blackflow, https://paste.ubuntu.com/p/Hhzp478td5/ [20:26] -pci:0 descrição: PCI bridge produto: 82801H (ICH8 Family) PCI Express Port 1 fabricante: Intel Corporation ID físico: 1c informações do barramento: pci@0000:00:1c.0 versão: 02 largura: 32 bits clock: 33MHz capacidades: pci pciexpress msi pm normal_decode bus_master cap_list configuração: driver [20:26] !paste [20:26] For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [20:26] is this the one ? [20:26] qwebirc23508: BCM4312 is a wireless chipset. [20:27] qwebirc23508: so the last but one thing you pasted here is probably the one you are trying to make work. [20:27] rt2800pci, rt2800mmio, rt2800lib, rt2x00pci rt2x00mmio, rt2x00lib ... rt2x00 seem to be the one in use. [20:27] i see [20:28] JamesB192: so what about it does "not work"? [20:28] tks for the info, is it possible to make it work [20:29] !info keepassxc | Budgii [20:29] Budgii: keepassxc (source: keepassxc): Cross Platform Password Manager. In component universe, is optional. Version 2.3.1+dfsg.1-1 (bionic), package size 1566 kB, installed size 9096 kB [20:30] it's not showing or connecting to wireless networks [20:31] there is no roolback to wifi? [20:31] blackflow, im not sure what you are telling me ;p [20:31] Budgii: oh I'm sorry, it's called keepassx before bionic. I guess you're not running bionic. [20:31] JamesB192: does "rkfill list" suggest it is blocked? [20:31] Ohh ok [20:31] thanks haha [20:32] bingo! [20:32] Budgii: keepassxc is actually a fork of keepassx which stopped development [20:32] 0: phy0: Wireless LAN Soft blocked: yes [20:33] JamesB192: sudo rfkill unblock 0 [20:35] qwebirc23508: can you show: lspci -nn | grep BCM4312 [20:36] now neither soft nor hard blocked. [20:37] blackflow, i've got a new .keyfile made with a password. Is "Add new registry" what I want to do next? [20:38] JamesB192: and are you able to configure it now in network-manager or whatever you normally use? [20:38] yes, thank you. [20:39] how can i show pls [20:39] Budgii: dunno about "registry", but you create a new Database, define where the file for it is (you said USB) and then you add new entries to that database. [20:39] JamesB192: now it remains unknown what made it soft blocked in the first place. this can be a keyboard combo (Fn key or similar) [20:39] !pastebinit | qwebirc23508 [20:39] qwebirc23508: pastebinit is the command-line equivalent of !pastebin - Command output, or other text can be redirected to pastebinit, which then reports an URL containing the output - To use pastebinit, install the « pastebinit » package from a package manager - Simple usage: command | pastebinit [20:40] JamesB192: meaning this may happen again after reboot. [20:40] blackflow, strangely I can't see my USB when I try and create a key file. even though I can se it in file explorere [20:42] it might, but I have more of a clue to guide me if/when it happens again. [20:43] Hello everyone [20:43] Guys any idea how to fix that? [20:43] https://pastebin.com/9YJ6r3ee [20:43] ok i installed pastefinit [20:43] and now [20:44] lspci -nn | grep -i BCM4312 | pastebinit [20:44] ^ qwebirc23508 [20:44] yes [20:45] oh my the venerable 4312...and its step-brother the 4321...or is the 4321 the easy-to-get-working one? I can never remember [20:46] qwebirc23508: this should return a http address you can then post here [20:47] Rumen: not really but my first inclination is to suspect an error in a config file. I really need to stop listening to those. [20:47] Rumen: rgrep off /etc/modprobe.d/ [20:48] This happened after installation of Nvidia driver, the card (almost) work [20:49] Rumen: i also suspect a misconfiguration, or rather a syntax error in the kernel module blacklist, which is why i suggest you run the above command and show its output [20:49] tomreyn Here you are https://pastebin.com/ZdSgCvcB [20:50] pastebinit [20:50] no adrres on terminal why? [20:51] qwebirc23508: does the computer you ran it on have internet access at this time? [20:52] Rumen: hmm this loos fine, maybe if we look at the other files, too ... [20:52] yes [20:52] its this computer [20:53] but now i use cable to have intgernet === purple-pod is now known as purplepod [20:53] what do i type on terminal to [20:53] ? === Richard is now known as Guest84992 [20:54] tomreyn the driver I installed is nvidia-390 from "Update software" https://ibb.co/dJXv4J [20:54] tomreyn which other files? [20:54] ramses: for file in /etc/modules /etc/modules-load.d/* /etc/modprobe.d/*; do echo "[FILE: $file]"; cat $file; echo; echo; done | pastebinit [20:55] qwebirc23508: you run this: lspci -nn | grep -i BCM4312 | pastebinit [20:56] qwebirc23508: but maybe pastebinit is not installed on your computer? [20:56] qwebirc23508: but then you said you installed it, hmm... [20:56] i did [20:57] qwebirc23508: you can try this alternatively: lspci -nn | grep -i BCM4312 | nc termbin.com 9999 [20:58] qwebirc23508: wlaos what is the output of : lsb_release -ds; cat /proc/version; cat /proc/cmdline [20:59] qwebirc23508: you can also manually copy and paste the output to http://paste.ubuntu.com and then just put the resulting http address here [21:00] sorry im lost [21:00] after install pastebinit what to do and do i do in terminal? [21:01] qwebirc23508: type this and press enter: echo helloitsme | pastebinit [21:01] qwebirc23508: does this return a http addres then? [21:01] if not, does it return an error message or something else? [21:05] go it tks [21:05] http://paste.ubuntu.com/p/cSHnpqc3yw/ [21:08] qwebirc23508: so, since this example worked, the actual command i asked you to run earlier should also work. here's a simpler variation of this command: lspci -nn | pastebinit [21:08] Hey how can I manually make lvm+encryption preparation for manual installation? [21:08] I don't want to use lvm on a single disk [21:08] I want to use it on both [21:09] I got lvm setup what now ? [21:09] http://paste.ubuntu.com/p/c87FVhHgdH/ [21:10] Should I put dm-crypt ontop of lvm or below lvm ? [21:14] qwebirc23508: okay,so the last line of this lists your wireless chipset: Broadcom Corporation BCM4312 802.11b/g LP-PHY [14e4:4315] (rev 01) [21:15] i see [21:15] qwebirc23508: the "14e4:4315" (and 'rev 01') is important, it should identify your specific hardware and help you identify the correct driver for it. [21:16] how to do that pls [21:16] firmware-b43-lpphy-installer sounds plausible [21:16] !info firmware-b43-lpphy-installer [21:16] Package firmware-b43-lpphy-installer does not exist in bionic [21:16] oh [21:16] i wait [21:17] tomreyn know much about phpmyadmin? [21:17] oerheks: qwebirc23508 is on 16.04, there is firmware-b43-installer there [21:17] oerheks: if you can guide there, i can try to help ubuntu__ with encrypting stuff [21:17] correct, that superseeds the lp-phy version [21:18] wyseguy: not as much as #phpmyadmin (if this exists) [21:18] mysql does [21:18] and php does :) [21:18] thats the issue i see [21:19] any way to solv it [21:19] sudo apt-get install firmware-b43-installer # and reboot [21:19] or do i have to uninstall any programs [21:20] ubuntu__: so, which layer should be lower, lvm or the disk crypto layer - that's a matter of preference. how many crypto passphrases do you want to enter during boot, and how many distinct crypto cotainers do you need? [21:20] I feel allright with having just one [21:22] what's the problem with my netwrok at dns: https://paste.ubuntu.com/p/6FpG9mBysx/ ubuntu server 18.04 [21:22] ubuntu__: okay, then you probably want to have raw storages, a gpt partition table on each, enough partitions on each, then the block crypto layer, then lvm PV on top. === purplepodd is now known as purplepod [21:22] ubuntu__: and maybe raid intere as well if you need it [21:22] dnsmasq enabled also DNSStubListener=no for /etc/systemd/resolved.conf [21:25] ubuntu__: raid would go between "partitions" and "block crypto layer". that's unless you want to use the full, raw, unpartitioned storages for raid. [21:26] ubuntu__: but you'll need to have ESP / biosgrub and /boot partitions outside of the complex layers somewhere. [21:27] qwebirc23508: did it work? [21:30] how can i make do this qwebirc23508: okay,so the last line of this lists your wireless chipset: Broadcom Corporation BCM4312 802.11b/g LP-PHY [14e4:4315] (rev 01) [21:31] and do this qwebirc23508: the "14e4:4315" (and 'rev 01') is important, it should identify your specific hardware and help you identify the correct driver for it. [21:31] firmware-b43-installer [21:32] was helping a user with it on #linuxmint minutes ago [21:36] Hola [21:36] im lost agains [21:36] qwebirc23508: the "14e4:4315" (and 'rev 01') is important, it should identify your specific hardware and help you identify the correct driver for it. [21:37] what this means [21:37] sudo apt-get install firmware-b43-installer # and reboot qwebirc37905 you did not see this message [21:37] i lost cannection im back [21:38] ok im going to re-bbot [21:39] tks will be back [21:39] :-) [21:40] hello I killed the process pulseaudio because i thought it was an external program [21:41] pulseaudio would respawn, so it runs again [21:41] now I know it isn't because I have no sound in firefox and on chrome only loudspeaker sound no earbuds sound [21:41] any suggestions how do i fix it [21:44] ohh and one last thing i deleted sudo rm /usr/bin/pulseaudio [21:44] stupid me [21:46] i fixed it by reinstalling pulseaudio [21:46] thanks anyway [21:53] tomreyn I didn't understand which file we have to check? [21:59] im back again [21:59] wifi still dont work [22:00] my last NIK [22:00] Rumen: anything which starts /etc/mod* basically, including in subdirectories [22:00] and before was qwebirc23508 [22:01] qwebirc1009: you can get a better nick by typing /nick betternick [22:01] nick LFC === qwebirc1009 is now known as LFC [22:02] \o/ === LFC is now known as betternick === betternick is now known as LFC [22:03] any ideia why i still dont have wifi wireless [22:05] LFC: first of all, you have a rather badly supported piece of hardware unfortunately. [22:05] i see [22:06] so better wait for a new ubuntu update? [22:06] LFC: you could buy something newer and faster, and, if well planned, it would be better supported, too. [22:07] LFC: no, you'd need to write a letter to broadcom asking them to please start supporting this device properly on linux [22:07] i install ubunbu because it runs ok on this pc and its good for my needs [22:08] i see [22:08] so many issues makes me said how thinks stop working [22:09] tks any way [22:10] got a go for now [22:10] hope to solve this issue [22:10] LFC: we can try again another time [22:10] but you may be better off getting some other hardware [22:11] and maybe spend some time on learning your way aroudn the terminal, too [22:11] !terminal [22:11] The linux terminal or command-line interface is very powerful. In Unity or GNOME, search the dash for "terminal" and press ENTER. Other desktops: Applications -> System Tools -> Terminal (MATE), K-menu -> System -> Konsole (KDE), or Menu -> Accessories -> LXTerminal (LXDE). Guide: https://help.ubuntu.com/community/UsingTheTerminal [22:11] i use this pc to record radio program ahd it helps [22:11] see you tomorow [22:11] tks [22:11] see you [22:17] How do I safelyt empty the trash as root in Lubuntu? there's no trash can when I use PCManFM as root (and trash:/// doesn't work either) [22:25] Nvidia graphic drivers - blacklist nouveau blacklist lbm-nouveau alias nouveau off alias lbm-nouveau off [22:27] Blacklist frame buffer https://pastebin.com/K505anMK [22:27] DKMS.conf is empty [22:30] nvidia-340.conf blacklist nouveau blacklist lbm-nouveau alias nouveau off alias lbm-nouveau off [22:41] ubunut minimal? (no desktop) install - some how it's dns stuff is broken. it has "DNS Servers: 192.168.1.8" but doesn't seem to use it. http://paste.ubuntu.com/p/cc7rdgpzgy/ [22:50] Hola, I want to reinstall ubuntu, I have /home on / partition, would deleting everything {except} /home and then installing ubuntu without formatting / work? [22:51] neoromantique: you can formart / [22:51] neoromantique: just dont format /home [22:51] gogeta: they're same partition [22:51] neoromantique: then no [22:52] Does ubuntu installer force formatting /? [22:52] neoromantique: you can try not doing it but it probly will just be a bad install [22:52] i get the error "Errors were encountered while processing: mysql-common libmysqlclient20:amd64" - I've tried cleaning and updating etc, still no sucess [22:52] any ideas what could be causing this? [22:53] gogeta: Why would it be bad install? [22:53] I will delete all folders in root except for /home [22:53] I don't mind some user facing configs being mismatched between installs [22:54] neoromantique: give it a shot [22:54] jayjo: try sudo apt -f install and see if it helps [22:55] well, here it goes [22:55] gogeta: reboot time, I backed up my /home just in case [22:55] jayjo: can be something related to the dependencies [22:55] neoromantique: you can do this, just don't use this partition during the next installation. or move everything around on this partition first so that whats not in /home/ there ends up on / on this partition and then use this partition as /home for the new install [22:56] tomreyn: it's the only partition I have on SSD [22:56] moving things around would be very slow so I'd prefer to avoid that [22:56] neoromantique: how would it be slow on an ssd? [22:57] tomreyn: because I backed it up on HDD [22:57] okay, i guess i can't follow. good luck ;) [22:58] Basically: I have /dev/sda1 that is root(which includes /home); What I want to do is remove everything BUT /home from that partition by basically rm-rf'ing it. [22:59] what I expect to happen is I install ubuntu on that partition without formatting it, system will be fresh but /home will be mostly old(or completely untouched if I choose different username) [22:59] am I missing something? [22:59] i don't think this will work, installing without formatting it. [22:59] x764y2: that gave me the same result: Errors were encountered while processing: mysql-common libmysqlclient20:amd64 E: Sub-process /usr/bin/dpkg returned an error code (1) [23:00] tomreyn: Why? Any particular reason why it wouldn't? [23:00] jayjo_: can you show me the full log in PM? [23:00] neoromantique: i just don't think the installer offers reusing an existing file system. [23:01] ah, okay [23:01] well, let me try it [23:02] what i would do is rm -rf everything you no longer need, then unomunt and resize the file system, then fsck it, then resize the partition, then install, mounting this partition as /home [23:02] although i'd actually not do this since i like lvm in between [23:03] jayjo_: did you try to do "sudo dpkg --configure -a" [23:03] ? [23:03] + raid + crypto ;) [23:04] tomreyn: or img /home then restore it [23:04] tomreyn: your putting in alot of extra steps [23:05] sure if you have enough space and storage is fast, that's the easier option. [23:06] could also cp -pr /home/* to a new partition / file system [23:13] tomreyn: Installer does offer it [23:13] tomreyn: too late for your last tip, already in live env [23:13] it seems to go smoothly, about to restart into a fresh system [23:13] I've changed my username in homefolder so there won't be any conflicts re: that, I'll just manually move the files over on a live system [23:14] Much faster to do it within same drive [23:19] glad it worked! :) [23:19] you may need to chown -R /home/* to new uid/gid === ubuntu is now known as Guest78940 [23:24] I have a mounted Google drive, and have a KeePassXC file on there for passwords. Whenever I open it in KeePassXC it is readonly all the time? [23:26] tomreyn: It did work, and yeah I did chown [23:27] Now I'm booted into system with most important configs moved to new dir === the_ant1 is now known as the_ant [23:32] Anthaas, read only tho who? [23:38] Anthaas: can the same user 'touch' a file on the google drive? [23:39] the same user who runs keepassxc, that is [23:41] oerheks: It's my user account [23:41] I am able to touch files [23:42] Anthaas: so you can run the very "touch" command against a new file there, right? [23:43] Oh wait [23:43] Sorry [23:43] Uhhh [23:43] "operation not supported" [23:44] how is it mounted? [23:45] fstab [23:45] run "mount" and tell us what the options are for this mount [23:47] Hmm, trying to find it in there... [23:47] My drive is at /run/user/1000/gvfs/google-drive [23:49] so it uses gvfs-google, i guess [23:49] Ahhh yeah I think so sorry [23:49] I just checked what apps have access [23:49] Google Drive Fuse Adapter [23:51] I think my head is going to explode [23:51] well, i had assume dyou could just create files there, but apparently you cannot [23:52] tomreyn: I am only trying to edit an existing one though? [23:52] I just tried opening a weechat.conf I have there and editing it - there was no problem with that. [23:54] Anthaas: you were trying to run touch against a new file when it returned "operation not permitted", weren't you? and the keepassxc database was probably never created on the groogle drive? [23:55] It wasn't, it was moved there. [23:56] Anthaas: okay, so when you ls -l both files, the weechat.conf and the keepassxc DB file, does it look the same for the permissions? [23:56] Uhh, they all have stupid names [23:57] not, for example, weechat.conf, but 0B5Ap0....etc. [23:57] But they all have at least rw [23:57] some have l at the start. [23:57] l are links [23:58] Sure [23:59] well, i never worked with gvfs-drive, but i guess it is a problem if the file names change suddently, or are different on the CLI than on some GUI- [23:59] I don't understand why this only applies for this kdbx file though?