/srv/irclogs.ubuntu.com/2019/06/19/#ubuntu.txt

microsHi.  Does anyone know if I can dedicate a hard disk to thw WSL Ubuntu root or at least user home directory?  I would like to make Linux builds and need about 500 free GB.  Thanks.00:00
xamithanWe know nothing about WSL here.  Might want to msg /alis to find the WSL channel00:02
sarnoldI'd sure hope so, "real linux" lets you mount filesystems more or less anywhere.. hopefully microsoft's version of it does similar00:03
=== jje_ is now known as jje
OerHekswsl is supported in a dedicated channel00:12
OerHeks!wsl00:12
ubottuWindows 10 has a feature called Windows Subsystem for Linux, which allows it to run Ubuntu (and other Linux distro) userspace programs without porting/recompliation. For discussion and support, see #ubuntu-on-windows or ##windows. For installation instructions, see https://msdn.microsoft.com/en-us/commandline/wsl/install_guide00:12
sarnoldoh nice00:20
=== zbenjamin is now known as Guest1618
=== zbenjamin_ is now known as zbenjamin
Kendos-KenlenHello :) Is there any way to PXE boot a Ubuntu Desktop iso? I tried to set it up but it does not have a netboot folder in the ISO' install folder.02:18
usneyhi guys02:27
=== [b0b] is now known as b0b
mr_louMorning!03:56
Gallomimiawhoa! i just woke my computer from suspend and it looks like the displays are in 256 color mode04:40
Gallomimiawhat gives04:40
Gallomimiacan anyone talk to me about suspend? what happens when i push the power button on my case04:40
lotuspsychje!details | Gallomimia04:53
ubottuGallomimia: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel.04:53
Gallomimiathe background is spackle, limited number of colors. happened after waking04:54
Gallomimia!suspend04:54
lotuspsychjeGallomimia: ubuntu version, kernel version, graphics card chipset, driver version, computer brand, bios up to date?04:54
leonardusIs it possible to downgrade to LTS?05:02
lotuspsychjeleonardus: downgrading is not how ubuntu works05:02
leonardusSo I have to reinstall?05:03
lotuspsychjeleonardus: yes05:03
leonardusok05:03
lotuspsychjeleonardus: before using ubuntu, we reccomend thinking what you want first, the lts way, or the non-lts way05:04
leonarduswanted non-lts until the announcement of dropping 32bit support05:04
usneyis it true I read in the news ubuntu is going to sell to microsoft???05:08
leonardususney: ubuntu is a product, not a company, it cannot be sold to microsoft like that05:09
leonardusand as far as i know, canonical is not being sold to microsoft05:09
leonarduswhere did you read that?05:09
lotuspsychje!discuss | leonardus usney05:10
ubottuleonardus usney: 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!05:10
=== AC3J_ is now known as AC3J
bray90820does ubuntu live ask you for a password when using sudo05:37
Svetano05:38
Svetabray90820: does it work for you?05:43
bray90820I got it it does nopt ask for a sudo password05:43
Svetagood, this looks solved then. do you have another question about it?05:44
bray90820Sveta: I do not06:02
Svetanice. i am glad it is working well for you. if you have a question later you are welcome to ask06:03
jurisdictatori want to install ubuntu on a dell inspiron 15-356706:52
jurisdictatorbut i want to make sure that the touchscreen will work06:52
jurisdictatorhow can I check on this?06:52
=== VegetarianFalcon is now known as DarkNet
=== DarkNet is now known as greencode
=== greencode is now known as VegetarianFalcon
EriC^^jurisdictator: try the live usb first maybe, and search online for experience with it07:08
EriC^^i mean if anyone else has tried before07:09
usr123https://pastebin.com/CS2d1Xy7 I get this error on apt --fix-broken install07:17
EriC^^usr123: what happens if you type "sudo apt-get -s remove libpython3.7-stdlib" ?07:27
EriC^^(note the -s)07:27
usr123https://dpaste.de/R4mM got this07:30
EriC^^usr123: what does 'apt-cache rdepends python3.7-distutils' give?07:34
usr123$ apt-cache rdepends python3.7-distutils python3.7-distutils Reverse Depends:07:34
EriC^^usr123: try "sudo apt-get -s remove python3.7-distutils libpython3.7-stdlib+"07:35
usr123Doesnt fix it. I still get error on apt --fix-broken install07:37
usr123The same07:37
EriC^^usr123: i wonder what depends on that python3.7-distutils package, i dont trust the rdepends (reverse dependencies) output07:37
usr123Can you explain what the issue is?07:38
usr123I'm a noob07:39
EriC^^usr123: well i dont know for sure but it seems like it's trying to overwrite some files of one package with another and after that some process is getting killed07:40
EriC^^the process that merges files together07:40
EriC^^usr123: can you type "apt-cache policy python3.7-distutils libpython3.7-stdlib" ?07:41
EriC^^those are the 2 packages btw07:41
signalsoutPatch level, 1000!07:43
EriC^^usr123: also, type 'grep "Depends.*python3.7-distutils" /var/lib/dpkg/status'   that should show us which packages depend on it07:44
usr123grep is empty07:45
EriC^^ok, good, what about the policy command?07:45
usr123https://dpaste.de/Sy3e Output of the above command07:45
lsfc1914Hello, I have Firefox 63.0.3 on Ubuntu 16.04 LTS. But I read an article that my current release has a big security issue and I must upgrade to Firefox 67. So far I didn't manage to do that. I tried "sudo apt-get update && sudo apt-get upgrade firefox" but it didn't work at all. I just received a message "firefox is already the newest version (63.0.3+build1-0ubuntu0.16.04.1)". So how should I do that upgrade?07:46
EriC^^!info python3.7-distutils bionic07:47
ubottuPackage python3.7-distutils does not exist in bionic07:47
EriC^^usr123: i guess you could try to remove python3.7-distutils to satisfy the dependencies, it's not supposed to be in bionic anyways, i guess it was from an earlier version07:47
EriC^^usr123: try "sudo dpkg -P python3.7-distutils"07:48
EriC^^usr123: if that fails, try "sudo dpkg -P --force-all python3.7-distutils"07:48
EriC^^if that works, then "sudo apt-get -f install" should work this time07:49
usr123But I have a project that depends on python3.707:49
usr123This is work PC07:49
EriC^^lsfc1914: type "sudo apt-get update && apt-cache policy firefox" and paste please07:50
EriC^^!paste | lsfc191407:50
ubottulsfc1914: 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.07:50
rktaTrying to run a bash script with parameters as another user from a git hook. I added a rule to /etc/sudoers to run this script without password. However, I get prompted for pw and then error 'not allowed to run /bin/bash -c path/to/file arg1 arg2...'. If I allow /bin/bash in /etc/sudoers it works. What I'm doing wrong?07:50
blackflowrkta: what's the sudoers rule?07:51
rktablackflow: git»···ALL=(build:build) NOPASSWD: /home/build/build.sh07:52
lsfc1914EriC^^, https://paste.ubuntu.com/p/cBJbTb9HXT/07:53
usr123EriC^^: Will that remove python3.7 from my PC?07:53
EriC^^usr123: i dont think so, the status files mentions nothing depending on it, but hold that thought, try "dpkg -L python3.7-distutils" it should list the files of the package07:54
EriC^^usr123: also type "apt-cache show python3.7-distutils" and paste the dependencies of the package07:54
usr123https://dpaste.de/zL0f Here is output07:54
blackflowrkta: and how are you invoking build.sh ?07:55
EriC^^usr123: aha what about the Depends line of apt-cache show?07:55
usr123https://dpaste.de/uraK Here is the output of cache show07:55
EriC^^!info python3.7-lib2to3 bionic07:56
ubottuPackage python3.7-lib2to3 does not exist in bionic07:56
EriC^^usr123: i think nothing will be affected, you can try to reinstall it if it's offered in your system later after apt fixes itself i guess07:58
usr123Ok.07:58
EriC^^try the dpkg -P command, then apt-get -f install let me know how it goes07:59
rktablackflow: exec sudo -i -u build /home/build/build.sh arg1 arg207:59
usr123apt --fix-broken install works now07:59
usr123Thanks.07:59
EriC^^usr123: great, it didnt remove any more packages right? during the -f install07:59
EriC^^rkta: that wont give 'build /home/build/build.sh' NOPASSWD rights08:00
usr123$ sudo dpkg -P python3.7-distutils (Reading database ... 299096 files and directories currently installed.) Removing python3.7-distutils (3.7.3-1+xenial1) ...08:00
EriC^^rkta: i guess you could make another command called 'start-build.sh' and use that with NOPASSWD and have that have the line build /home/build/build.sh08:01
EriC^^usr123: and the apt-get -f install? only fixed apt, no packages removed?08:02
usr123EriC^^: Didn't seem to remove anything08:03
usr123Corrected dependencies and set up a bunch of packages08:03
rktaEriC^^: Why it will not give NOPASSWD rigths? And why a wrapper? And why is it working with /bin/bash in sudoers?08:03
rktaEriC^^: I need to pass the args from the git hook08:03
rktaOr do I need to use a different wrapper for different args? Are the args the problem for the sudoers rule?08:05
blackflowrkta: can you execute that sudo line directly on the command prompt, not as a hook but as a git user?08:06
blackflowrkta: I suspect that build.sh calls sudo in turn08:07
EriC^^usr123: aha you can try reinstalling python3.7-distutils if you want and see what happens08:07
EriC^^rkta: in sudo you gave rights to exec build.sh, but you're not executing build.sh you'd executing the program "build"08:08
EriC^^that's why it doesnt work08:08
blackflowEriC^^: uh no that's -u <user>08:08
EriC^^oh, didnt notice that, thanks08:08
rktablackflow: Can't execute build.sh in any way. And there is not sudo in build.sh.08:09
EriC^^maybe it doesn't like the "-i" cause that would end up doing bash -c 'command'08:10
blackflow-i just means full login08:10
EriC^^blackflow: yeah but it would do bash -c 'command'08:10
blackflowI don't think so08:10
rktaIt's the -i08:10
EriC^^blackflow: "man sudo"08:10
EriC^^rkta: aha, cool08:11
rktaBut without my script fails m(08:11
EriC^^rkta: probably it needs the $HOME variable set right08:12
EriC^^and possibly other stuff that -i does (like use ~/.profile etc)08:12
rktaI guess I'll figure it out. Thanks so far08:13
EriC^^no problem08:13
rktaEriC^^: And you are right, it was $HOME :)08:14
EriC^^:)08:15
geirhaubuntu should really adjust that default; it should change HOME by default08:15
geirhait's rarely useful to have HOME set to the homedir of the user you're sudoing from08:17
lsfc1914some help about my firefox issue asked about half an hour ago?08:21
thingfishlsfc1914: it probably involves adding a repo for the updated version of FF.08:25
thingfishI'm new to Ubuntu sort of...not really sure of the Ubuntu way to do it.08:26
blackflowlsfc1914: did you run `apt update` before that?08:26
lsfc1914blackflow, I ran `apt-get update`08:28
EriC^^lsfc1914: what about 'apt-cache policy firefox' ?08:28
lsfc1914EriC^^, https://paste.ubuntu.com/p/cBJbTb9HXT/`08:29
EriC^^lsfc1914: run 'apt-cache policy firefox' alone08:29
EriC^^it ended up not running cause apt-get update error'd out08:29
lsfc1914EriC^^, here it is: https://paste.ubuntu.com/p/pjng5tQVFB/08:31
EriC^^lsfc1914: i think first you need to fix apt-get update http://ppa.launchpad.net/venerix and http://ppa.launchpad.net/upubuntu-com have errors08:31
EriC^^i think it's trying to download the source info, i'm not sure though, and i dont know whether it actually needs that stuff or what, any idea about these ppas?08:32
EriC^^it seems last valid ppa for http://ppa.launchpad.net/upubuntu-com/mobile/ubuntu/dists/ was on 'precise' (12.04)08:33
lsfc1914I can remove them if they are causing errors08:33
EriC^^yeah remove both of them using 'ppa-purge'08:34
EriC^^sudo apt-get install ppa-purge08:34
EriC^^!ppa-purge | lsfc191408:34
ubottulsfc1914: To disable a PPA from your sources and revert your packages back to default Ubuntu packages, install ppa-purge and use the command: « sudo ppa-purge ppa:<repository-name>/<subdirectory> » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html08:34
lsfc1914EriC^^, I can't remove them, no idea why. :x08:38
EriC^^lsfc1914: paste the command you're running and the output08:39
sub526I’ve an Ubuntu 16.04.4 LTS system with “4.4.0-66-generic” kernel version. I want to install lower version kernel “3.16.0-30-generic” , is there any command to install it? I just want to have dual boot option for both the kernels.08:39
lsfc1914EriC^^, https://paste.ubuntu.com/p/ZJD6fXD8wQ/08:40
lsfc1914I also tried: `sudo apt-get install ppa-purge http://ppa.launchpad.net/venerix/pkg/ubuntu`08:41
EriC^^lsfc1914: "which ppa-purge" does it give back /usr/bin/ppa-purge?08:42
EriC^^*try "which ppa-purge"08:42
blackflowsub526: no, that kernel version is no longer supported in Ubuntu. the only way is for you to manually back (forward?) port the kernel from archived src debs or build it from upstream source.08:43
lsfc1914EriC^^, it gives /usr/sbin/ppa-purge08:44
EriC^^lsfc1914: ok try "sudo ppa-purge ppa:venerix/pkg"08:45
lsfc1914EriC^^, here is the output: https://paste.ubuntu.com/p/xrYVyjRDdC/08:47
EriC^^lsfc1914: ok seems like ppa-purge needs to use apt-get update before working, so that's a no-go for ppa-purge08:51
EriC^^lsfc1914: let's try to manually remove the sources for them and call it a day08:51
EriC^^lsfc1914: type "tail -v -n+1 /etc/apt/sources.list{,.d/*}"08:51
lsfc1914EriC^^, I typed that08:52
lsfc1914should I show the output?08:52
EriC^^lsfc1914: yes please08:55
lsfc1914EriC^^, https://paste.ubuntu.com/p/ww73SGTZqX/08:56
sub526blackflow: how to back port the kernel from archived src debs?08:58
EriC^^lsfc1914: type "sudo rm /etc/apt/sources.list.d/upubuntu-com-ubuntu-mobile-xenial.list /etc/apt/sources.list.d/venerix-ubuntu-pkg-xenial.list"08:59
EriC^^lsfc1914: then try "sudo apt-get update && sudo apt-get upgrade firefox"09:00
EriC^^you probably want to run "sudo apt-get dist-upgrade" as well when you have time09:00
EriC^^lsfc1914: sorry "sudo apt-get update && sudo apt-get install firefox"  that should upgrade only firefox09:01
lsfc1914EriC^^, it still says "firefox is already the newest version (63.0.3+build1-0ubuntu0.16.04.1)"09:02
EriC^^what was the output of sudo apt-get update?09:03
lsfc1914EriC^^, https://paste.ubuntu.com/p/Nt4FNRKS45/09:05
sub526blackflow: I can try build from upstream source, but don't know how to get the exact source code for 3.16.0-30-generic ?09:05
=== guest is now known as rory
EriC^^lsfc1914: that looks good, hmm what does 'apt-cache policy firefox' give?09:06
EriC^^lsfc1914: maybe that mirror has some problems? http://mirrors.neterra.net/ubuntu/09:07
EriC^^for me firefox 67 shows from xenial-updates repository09:07
lsfc1914https://paste.ubuntu.com/p/qXhKWfRWw2/09:08
lsfc1914I guess so because it shows 500 at the beginning09:08
EriC^^lsfc1914: i would switch to official ubuntu mirrors09:08
lsfc1914ok, sound great, but how to do it? :)09:09
lsfc1914from sources.list or software updater or somewhere else?09:10
EriC^^lsfc1914: type "sudo sed -i 's@http://mirrors.neterra.net/ubuntu/@http://bg.archive.ubuntu.com/ubuntu/@' /etc/apt/sources.list"09:11
EriC^^then sudo apt-get update again09:11
lsfc1914EriC^^, ok I did it09:12
EriC^^lsfc1914: ok try 'sudo apt-get install firefox' again09:13
lsfc1914and now should I do again apt-get install firefox?09:13
EriC^^yeah09:13
lsfc1914well, I really don't know what to say09:15
lsfc1914it is okay now, Firefox is version 67.0.209:15
EriC^^great09:16
lsfc1914EriC^^, thank you very very much for the help and the patience09:16
EriC^^lsfc1914: you're welcome no problem :)09:16
lsfc1914I wasted maybe an hour of your time09:17
lsfc1914sorry about that and once again - thank you09:17
EriC^^no waste, np09:17
lsfc1914have a good day :)09:17
EriC^^thanks you too :)09:17
Alarm_ello. i try to install Open office on ubuntu 18.04 following those instructions: https://tecadmin.net/install-apache-openoffice-on-ubuntu-debian/ ,  https://computingforgeeks.com/install-latest-apache-openoffice-on-ubuntu-18-04-debian-9/09:35
Alarm_when i follow the mentioned step "sudo dpkg -i  *.deb" , i get several errors which i cannot figure out how to solve them https://justpaste.it/1q2mp09:35
blackflowsub526: take a look at these debs: https://kernel.ubuntu.com/~kernel-ppa/mainline/   HOWEVER... note that systemd expects certain kernel functionalities and is to be updated in step with the kernel. meaning, such an old kernel might render your system unusable.09:39
blackflowAlarm_: any particular reason you want OpenOffice instead of the readily available fork of it, LibreOffice?09:40
Alarm_blackflow: i need it for an integration in a software application to convert some documents. i used an older version of it on SuSe (Open office 3.1) and now we move our development environment on Ubuntu . Changing from OpenOffice to Libre would mean also change in the source code09:41
Alarm_so , i want to give first openOffice a try if the newer version works as required before looking for alternatives.09:42
blackflowAlarm_: would it? Libre is a fork of Open which is nowadays unmaintained afaik09:42
Alarm_i have no clue. this is what i am trying to do. but all the installation instructions i find, mention the "sudo dpkg -i  *.deb" command, which raises errors on my environment09:43
Alarm_any ideas how to resolve those issue , would be helpful09:45
blackflowAlarm_: I ask in order to avoid the XY problem and save yourself the trouble of potentially day-long yak shaving of installing unsupported software. As for those errors you pasted, I'd start with solving them top to bottom. For starters, unexpected end of stream suggest corrupt downloads.09:45
blackflow!xy09:45
ubottuThe XY problem is when you need to do X, and you think you can use Y to do X, so you ask about how to do Y, when what you really should do is state what your X problem is. There may be a Z solution that is even better than Y, but nobody can suggest it if X is never mentioned.09:45
blackflowSo ideally, perhaps tell what exactly you need out of OO that LO doesn't offer.09:46
Alarm_blackflow: i am not familiar with LO . As i mentioned, we currently use the OpenOffice (3.1) engine to convert some documents through a java application .09:54
Alarm_blackflow: i am not sure if i use LO instead if i need also modifications in my source code09:54
blackflowAlarm_: And my point is, did you try doing the same with LibreOffice. It is a fork of OpenOffice.09:55
Alarm_no i have not. so you suggest trying to install LO and try this instead first09:55
Alarm_i might give it a try then09:55
BluesKajHey folks10:25
isomariwhere can I get a list of repository mirrors?11:12
cfhowlett!mirrors | isomari11:12
ubottuisomari: 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 !Disco, and help keeping the servers' load low!11:12
isomarithanks11:12
cfhowletthappy2help!11:13
eraserpencil2im on ubuntu 16.04 (cant upgrade for reasons). the unity desktop seem to be messed up. i dont have the launcher, nautilus, apps are tiled on top of each other but i cant move them around. I have tried apt install --reinstall ubuntu-desktop but it did not help.12:24
eraserpencil2i3wm works perfectly fine though12:24
cmosguyhttps://www.irccloud.com/pastebin/2pQMQitx/12:41
cyphexHey, can someone point me in the right direction to rebind my ALT_R key to Left arrow?12:45
lotuspsychje!wsl | cmosguy12:47
ubottucmosguy: Windows 10 has a feature called Windows Subsystem for Linux, which allows it to run Ubuntu (and other Linux distro) userspace programs without porting/recompliation. For discussion and support, see #ubuntu-on-windows or ##windows. For installation instructions, see https://msdn.microsoft.com/en-us/commandline/wsl/install_guide12:47
EriC^^cyphex: xmodmap could do it12:51
EriC^^eraserpencil2: does the guest account work?12:51
eraserpencil2oooh, should have tried that.12:52
cyphexoh, I thought that was discontinued EriC^^12:53
cyphexI'll give it a shot, thanks12:53
eraserpencil2cyphex: https://askubuntu.com/a/34738212:54
cyphexeraserpencil2: I tried that method before, I couldn't find an entry for the right alt key in there.12:56
cyphexI tried manually adding it, but it messed up my keyboard and I had to chroot from a live usb to fix it.12:57
eraserpencil2EriC^^: okay so i actually cant login with lightdm. Something wrong with my graphics drivers. When I try that, I cant go to tty7. And even at tty1-6, I cant login as my user. It has the error pam_nologin(8) error. Same when i try to login as root, just that i have the password prompt for root, but it dosent work13:03
EriC^^eraserpencil2: might be a bug, did you try restarting?13:05
eraserpencil2multiple times13:05
TJ-eraserpencil2: sounds like you may have changed ownership of critical files and directories13:05
eraserpencil2that dosent sound good13:05
EriC^^eraserpencil2: can you login as root have you set a password?13:06
eraserpencil2i do not recall changing ownership .13:06
EriC^^eraserpencil2: you might have the file "/run/nologin" try to remove it either from root, recovery console, or a live usb13:06
EriC^^eraserpencil2: potentially you might be able to do "init=/bin/bash" in grub's kernel line and remove it from there instead of using a live usb13:08
eraserpencil2so i can only launch my DEs with lxdm. GDM3 and lightdm gives different results13:08
eraserpencil2i have full control of my system with lxdm and i3wm13:08
EriC^^eraserpencil2: aha, is there any "/var/run/nologin or /etc/nologin"13:09
eraserpencil2logging as root from the login page fails, but i can do sudo su13:09
eraserpencil2no such files13:10
EriC^^hmm odd13:10
EriC^^according to the man page, "pam_nologin is a PAM module that prevents users from logging into the       system when /var/run/nologin or /etc/nologin exists. The contents of       the file are displayed to the user. The pam_nologin module has no       effect on the root user's ability to log in."13:11
eraserpencil2it is odd how the different dm's gives me different useability13:12
EriC^^eraserpencil2: try running "while true; do ls -l /var/run/nologin 2>/dev/null || ls -l /etc/nologin 2>/dev/null && touch /tmp/found; done"13:15
EriC^^eraserpencil2: keep that running somehow, then try using gdm and see if the file /tmp/found exists, it means the file somehow got there temporarily or something, not sure how it may help but who knows13:16
eraserpencil2would switching tty make that command persists?13:24
EriC^^eraserpencil2: yeah13:28
EriC^^eraserpencil2: this is a neater version of it "while true; do if [[ -e /var/run/nologin ]] || [[ -e /etc/nologin ]]; then touch /tmp/found; fi done"13:29
eraserpencil2oh gdm3 works13:31
eraserpencil2there is no /tmp/found though13:33
garoI have a system with a graphics card that isn't supported by the ubuntu install cd/usb which causes me to receive a black screen right after grub13:34
garoThe system seems to run fine (i can ping it) but pretty useless since i have no form of output13:34
pragmaticenigmagaro: Try booting the live disk with the kernel option "nomodeset"13:35
garoI tried turning of 'quiet' and 'splash' in the kernel messages, i now see the kernel messages (no errors) but after that completely black13:35
pragmaticenigmagaro: Or if you have it installed, add the option to your grub config file13:35
garopragmaticenigma: good idea, thanks13:35
pragmaticenigma!nomodeset | garo13:35
ubottugaro: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter13:35
tomreyngaro: which ubuntu version is this, which graphics card?13:36
garo(if i manage to install i'll probably find good drivers)13:36
garoI want to say intel 630 but am not completely sure13:36
garoit's a precision 3630 of dell which should be working on ubuntu 16.04 according to https://certification.ubuntu.com/hardware/201803-26183/13:37
garo(so i tried 16.04)13:37
EriC^^eraserpencil2: aha, i think it's some bug that's intermittent then13:38
garoah, progress ! nomodeset did the trick !13:38
garoActually it looks quiet fine, now i am wondering if i need to search extra drivers...13:39
shinodalotuspsychje today the Xorg is taking 5.4 gigs of memory13:39
tomreyngaro: i would actually recommend you install ubuntu 18.04.2 on this system13:40
shinodalotuspsychje https://imgur.com/a/8rOT4GG13:41
shinodaCan anybody see what the problem with Xorg is ?13:41
tomreyngaro: and you won't need to "find good drivers" usually, since most of the time, your hardware is fully supported out of the box (apparently this wasn't the case for your intel GPU with the 16.04 version you tried for some reason)13:42
shinodaXorg is taking too much memory(close to 5.4 gigs) I am not sure what's the problem. Here is a screenshot : https://imgur.com/a/8rOT4GG.13:44
garoDo i lose anything by using nomodeset ? (I assume this is the case, otherwise it would have been set as option by default...)13:44
tomreyngaro: yes, you loose acceleration ("3D")13:45
garooh well... I'll survive...13:46
tomreyngaro: your system will be running in "low graphics mode" (SVGA) now. if it's just the installer it's not much of an issue, i guess, since this may be fixable by installing and fully updating the system, but i'd definitely prefer the latest LTS release on modern hardware like yours.13:47
JuJUBeeIf I set up a gateway/router with 18.04, do I have to use ufw or can I just use straight up iptables?13:49
tomreyngaro: do not rely on hardware certifications so much (they mostly indicate that a company was willing to pay for them), better do your own tests and find orientation in what people here and elsewhere suggest.13:49
garoI first tried bionic (to be really honest: it was mint 19, so bionic plus some extras...).  i i only tried xenial after noticing it didn't work13:51
garoBut everything is fixed now, thank you all very much !13:52
shinodaAnybody ?13:52
shinodaThis is computer is not usable and I am not sure if I can reproduce the issue later.13:52
tomreynshinoda: which ubuntu version are you running there, is it fully updated, which other processes is this system running, which hardware (especially graphics card) do yu have there, when was it last rebooted, did you suspend in between?13:53
tomreynJuJUBee: you can and should use iptables directly or via some more potent firewalling frontend then.13:55
shinodaKubuntu (bionic), Updated, GTX 960m, reboot : yesterday, suspend : yes, last night.13:55
TJ-shinoda: review the system's logs ("journalctl -b -e") for clues.13:56
JuJUBeetomreyn, how do I deal with the problem with netplan not supporting the post-up iptables-restore ?13:56
tomreynJuJUBee: i'm not familiar with this problem. is there a related bug report?13:57
TJ-!info netfilter-persistent | JuJUBee13:57
JuJUBeenot a but, just lack of support13:57
ubottuJuJUBee: netfilter-persistent (source: iptables-persistent): boot-time loader for netfilter configuration. In component universe, is optional. Version 1.0.4+nmu2ubuntu1 (bionic), package size 6 kB, installed size 36 kB13:57
JuJUBeeOK thanks tomreyn13:58
TJ-!info iptables-persistent | JuJUBee also see this one for iptables rules13:58
ubottuJuJUBee also see this one for iptables rules: iptables-persistent (source: iptables-persistent): boot-time loader for netfilter rules, iptables plugin. In component universe, is optional. Version 1.0.4+nmu2ubuntu1 (bionic), package size 6 kB, installed size 42 kB13:58
TJ-JuJUBee: those packages are controlled from a systemd service at boot-time, independent of the network config via netplan/systemd-networkd etc.13:59
shinodaTJ- https://pastebin.com/nFEnHvwC13:59
JuJUBeethanks tj13:59
shinodatomreyn will changing from xorg to wayland help ?14:00
tomreynshinoda: i could not tell at this point. changing software stacks can be done as a last resort, a better approach is reviewing log files and handling errors reported there.14:01
ikus060I'm running a survey about backup software to learn more about what people are using to do their backup and why they are using it. I invite individual and business to answer the survey. https://www.surveymonkey.com/r/HKSB6FG14:02
tomreynshinoda: can you run this and report the output?   nc termbin.com 9999 < <(lsb_release -ds;cat /proc/{version,cmdline};echo "$XDG_CURRENT_DESKTOP ($XDG_SESSION_TYPE)";)14:02
tomreyn!ot | ikus06014:02
ubottuikus060: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!14:02
shinodatomreyn sure.14:03
shinodatomreyn https://termbin.com/4ac314:03
tomreynshinoda: you're not on the latest GA kernel, this would be linux-image-4.15.0-52-generic version 4.15.0-52.56. that's not going to be the issue, though.14:04
tomreynshinoda: can you post your full system log:   journalctl -b | nc termbin.com 999914:05
shinodahttps://termbin.com/lv1814:05
avrdude"| nc termbin.com 9999" wut, does that really work?14:06
TJ-garo: I noticed in looking at the certification for your Dell, it doesn't mention any GPU at all! THat seems *unusual*14:06
TJ-shinoda: have you got something enabled to do debugging? It doesn't look good if it is spamming the logs so rapidly (multiple messages per second). "[iptables.stdout][posix/posix_firewall_iptables.cpp:34][info]"  - don't think this is related to Xorg memory but..!14:08
garo:-)14:09
TJ-garo: maybe it's supposed to be a headless desktop? :)14:09
shinodatomreyn  I found that weird too. It looks like my VPN client. PIA multiple logs about iptables and such but not sure how that is related to Xorg.14:10
tomreynshinoda: i think you meant to address TJ-14:10
shinodaAhh. Sorry my bad.14:10
TJ-shinoda: the only things I've seen where Xorg ate memory like that was caused by a faulty external input device repeatedly failing to connect, which is why I suggested checking the boot log for such clues (originaly fault there was a broken USB hub)14:12
tomreynshinoda: for some reason,t he system log you posted now (running the commands i provided) ends on "Jun 17 15:56:10", and i don't think this exceeded the maximum post length on termbin.com, yet.14:13
Kon-Where can we go to give feedback about the removal of 32-bit libraries? This will break support for tens of thousands of proprietary applications still actively sold and supported today from companies which specifically target Ubuntu as their preferred Linux platform.14:14
shinoda@TJ- Could be it due to an external monitor that's not the same resolution as my laptop display ?14:15
Kon- It also breaks most things run in Wine as Windows is full of *new* 32-bit applications. The Canonical people on the mailing list seem to think 64-bit Wine can run 32-bit programs and don't realize they need the 32-bit libraries.14:15
shinodatomreyn anything else I can run which helps you debug the issue ?14:15
tomreynshinoda: maybe let's try this instead: journalctl -b -p warning | nc termbin.com 999914:15
eraserpencil1EriC^^: thats a very difficult bug to report14:15
garoDepending on the meaning of desktop it wouldn't be all that weird... Although with this size and form it will be really hard to place my feet under14:15
TJ-shinoda: I wouldn't think so, but it could be due to the GPU drivers (they're the things that allocate memory for textures etc)14:16
garoAnd placing a cup of coffee on top of it also doesn't look like a good idea...14:16
shinodatomreyn https://termbin.com/ox7b14:16
TJ-Kon-: if those other companies are willing to fund the ongoing support of i386 then I suspect Canonical would be interested14:17
Kon-If that's really their position, I think Canonical massively overestimates their influence in this regard.14:17
TJ-Kon-: the point is, Ubuntu is an open source OS so its not too concerned about running proprietary binary blobs from other OSes14:18
Kon-Wine is more of a (relatively) niche concern, but I was primarily talking about native applications.14:19
shinodaTJ- http://paste.ubuntu.com/p/ZV4FVbWpbT/ I din't find anything related to USB fails. I am not sure though. See if you can take a look.14:19
TJ-Kon-: Canonical makes its money from server deployments, not desktop. i386 doesn't figure in server deployments now14:19
TJ-Kon-: there's a discourse forum for this if you want to make your points14:19
TJ-Kon-: see https://discourse.ubuntu.com/t/i386-architecture-will-be-dropped-starting-with-eoan-ubuntu-19-10/1126314:20
TJ-shinoda: not a great log for information that, but it doesn indicate a lot of file-system damage being repaired14:21
Kon-Thanks for the link TJ-14:22
shinoda@TJ- LOL Ok.14:22
adrian_1908I'm installing Ubuntu again (19.04 now) after a long time and I'm in the manual partitioning GUI. Do I create an EFI partition (vfat) first, and if so, what's a reasonable size for Ubuntu? (no Windows dualboot)14:23
ploujhi14:25
tomreyn!smart | shinoda: with this many file system errors, you should inspect your storages 'health'14:26
ubottushinoda: with this many file system errors, you should inspect your storages 'health': smart is Self-Monitoring, Analysis and Reporting Technology, a monitoring system for hard drives. See https://help.ubuntu.com/community/Smartmontools14:26
adrian_1908Looks like on my host the efi partition is only 6MB/196MB, so the generous recommendations found online are probably for different use cases, eh?14:26
adrian_1908Is only *using 6MB/196MB14:26
ploujI have cpp-8.3.0-6~ (virtual package) installed in Cosmic, but I need to use cpp 8.2.0 so I download cpp-8_8.2.0-7ubuntu1_amd64.deb. If I try to dpkg -i cpp-8_8.2.0-7ubuntu1_amd64.deb it *only* downgrades the non-virtual cpp-8 package, but leaves the virtual cpp package at the undesired 8.3.0-6 version and lots of broken dependencies14:28
tomreynadrian_1908: i'm not sure which recommendations you found / refer to, but > 250 MB, better 512 MB, is what is often recommended for the ESP, since there are (said to be) mainboard firmwares which won't detect / use it is it's smaller.14:28
TJ-adrian_1908: yes, strangely the larger size requirement is to pander to some broken motherboard firmwares that fail with smaller EFI-SP. In fact the optimum size to avoid all known problems of that type is an EFI-SP of 550MiB14:28
adrian_1908Ah ok, that makes sense then. Thanks.14:29
tomreynand i'm happy to trust TJ-'s recommendation there.14:29
TJ-adrian_1908: but if it works, make it small! Every MB counts14:29
shinodatomreyn any luck with xorg ?14:29
TJ-adrian_1908: I generally make the eI-SP a FAT16 of no more than 128MB14:30
tomreynshinoda: no, the log i looked at (which was again cut off) shows some ACPI errors and a few others but nothing immediately explaining a large X memory allocation.14:31
shinodatomreyn Ok. What do you suggest I do in the time being ?14:32
tomreynshinoda: my primary suspects would be the nvidia and vmware drivers. but TJ- probably has a better support experience than me and thus you should also consider his hint on USB / input devices (there's one or two warnings about such on the log you posted at https://termbin.com/ox7b ).14:33
tomreynshinoda: update your kernel, reboot, don't suspend if it's not strictly needed.14:33
shinodatomreyn Ok. I am not sure how such warnings are resolved. Will I have to change my USB hub or some other action ?14:34
shinoda@tomreyn Actually suspending the system is something I need. Will reinstalling the system help ?14:34
shinodaAlso I think I should indicate that the system was working perfectly fine for about 1.5 years and this problem has surfaced about 2 weeks back.14:35
lotuspsychjeshinoda: check your dpkg logs too, maybe you will see a relevant update recently that could be related14:36
shinodaIn this time of the problem I have only installed OBS14:36
tomreynshinoda: reinstalling the system with the same configuration won't help (unless you somehow broke the system and didn't fully fix it at some point)14:36
shinodatomreyn about the USB logs what course of action do you suggest ?14:37
lotuspsychjeshinoda: did you try that performance mode & driver switch we talked about yesterday?14:38
shinodatomreyn I always have the weirdest set of problems, Once my logrotate wasn't working and I accumulated a log of size 160 gigs. Now this.14:38
shinodalotuspsychje Yes. Switched to Nvidia. Today the size of xorg in 5 gigs.14:39
TJ-shinoda: all the logs you've shown indicate little problems but there's nothing pointing towards a cause of Xorg eating memory14:39
tomreynshinoda: you could review your log ("journalctl -b -p warning" returns any warnings logged since the last boot), and look up those messages you would not expect to see on the web, and see if others had similar issues and whether / how they solved them.14:39
shinodatomreyn Ok. I will look. I am not sure if I have the eye for details like you guys do.14:40
lotuspsychjeshinoda: feel free to pastebin your findings, volunteers will take a look for you14:40
tomreynshinoda: by the way, switching to wayland won't work with nvidia hardware, as far as i know.14:40
shinodalotuspsychje TJ- tomreyn Thanks.14:41
TJ-shinoda: have you tried creating a new user account, logging into it and leave it overnight, and check when you return if Xorg has eaten memory? If it doesn't that'd point to something you have in your usual profile14:41
shinodaTJ- Since you mentioned my Laptop remains on for about 18 hours a day. And since this issue has arised I have noted the memory used by Xorg. It doesn't spike that much. When freshly booted Xorg is at 40M then thorughout the session it spikes to 100M and remains there. When suspended it wakes up with more than 3G < .14:43
TJ-shinoda: NOW you tell us a vital detail!!!!14:44
TJ-shinoda: so a suspend-resume cycle seems to be the trigger ?14:44
shinodaTJ- I am not sure. I am not qualified.14:44
shinoda@TJ- yes. sorry misunderstood the question14:45
TJ-shinoda: well, that is one easy test to do isn't it? do a series of suspend-resume cycles and measure Xorg memory use at each :)14:45
tomreynthat is, both before and after14:45
TJ-shinoda: start from a fresh boot and note down the value each time you resume14:45
TJ-^^^ indeed14:45
shinodaTJ- Ok.14:45
TJ-shinoda: in this 'game' of debugging you have to collect facts and evidence and see where they lead14:46
shinodaWithout any applications running ?14:46
TJ-shinoda: to being with, yes, don't have too many variables at play. If the memory is fine without applications running, then try adding in 1 at a time and try again, you may find 1 application is the cause14:47
TJ-s/being/begin/14:47
shinodaTJ- Ok. On it.14:47
* TJ- has almsot worn out laptop LCD hinges doing lid-close-suspend-resume tests this past week!14:47
shinodaTJ- LOL14:48
SimonNLalmsot, keep going then14:52
garoIs there a timeshift alternative for ubuntu ?14:53
garo(a frontend for "btrfs sub snap")14:54
lordcirthgaro, why not use timeshift? I don't see it in the repos, but the github example picture is running in on Ubuntu 16.04.14:55
tomreynit's in disco + eoan14:56
tomreyni think there's a PPA for earlier ubuntu releases.14:57
tomreyn!ppa14:57
ubottuA Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge14:57
tomreynppa:teejee2008/ppa14:58
tomreynactually this https://launchpad.net/~teejee2008/+archive/ubuntu/timeshift15:00
garook, thanks15:01
garo!addppa15:05
ubottuA !ppa can be added using a single command «  sudo add-apt-repository ppa:user/ppa-name » See https://help.ubuntu.com/community/Repositories/Ubuntu#Adding%20PPAs for more details15:05
=== patricia` is now known as patriciadomin
cgiis there a tool that given two paths, finds what files are overlapping, and replaces one duplicated file with a link on the other path?15:18
cgirdfind15:19
TJ-!info jdupes | cgi15:19
ubottucgi: jdupes (source: jdupes): identify and delete or link duplicate files. In component universe, is optional. Version 1.9-1 (bionic), package size 35 kB, installed size 76 kB15:19
sgt_chucklesI have Pop_OS! installed on my PC, but want to download all the tools available on Kali Linux. Is there a one-shot way to doing so?15:21
lordcirthsgt_chuckles, I do not see how this is an Ubuntu question?15:21
JonopolyAnyone got any reccommendations i can try - my laptop seems to be running quite warm15:22
Jonopoly60c in idle, Laptop is only week old works fine with windows15:22
lordcirthJonopoly, install tlp and/or powertop15:23
Jonopolyokay, will give it a go15:23
cgiTJ-, have you used jdupes. I still am trying to figure out, how to give it /path1 and /path2 and tell it to find every duplicate file in /path2 (that exists in /path1) and replace it with a link.15:26
pragmaticenigma!alis | sgt_chuckles, start with finding the right channel to ask your question in15:26
ubottusgt_chuckles, start with finding the right channel to ask your question in: 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"15:26
sgt_chucklesok thanks15:26
lordcirthcgi, I have used jdupes.15:27
lordcirthcgi, you want to replace duplicates with symlinks?15:27
cgiyes15:27
cgipreferably do a dryrun - and see what it is going to do , before i fire the actual command15:28
TJ-cgi: I used it a looooong time ago and I recall it did what I wanted back then15:29
cgiseems like rdfind takes only one directory as input15:30
lordcirthcgi, I would guess that if you put the one you want to keep first, the later ones will be considered duplicates?15:31
pragmaticenigmafslint is a gui that will find duplicate files, and allow you to decide to delete, symlink or hardlink the dup files15:32
pragmaticenigmait can take multiple paths and compare them together15:33
pragmaticenigmacgi: ^  ^15:33
cgipragmaticenigma, installing fslint now15:33
cgipragmaticenigma, I see "Find" - but i dont see an option of creating links in a particular path15:36
pragmaticenigmacgi: The merge button15:37
cgipragmaticenigma, what exactly does the merge button do?15:37
Oderusafter changing my look-and-feel options in kubuntu (mouse theme, widget style, etc), where is the file that this information is saved to?15:38
pragmaticenigmacgi: Merge creates hardlinks, such that both files will appear in their respective directories, but refer to the same file block on the disk15:39
jtreminioHowdy folks. I just installed ubuntu but had to cancel extra software install due to slow mirror. Part of the stuff skipped was the nvidia prime selector gui app. Anyone know how to install this afterward?15:39
lotuspsychjejtreminio: the nvidia driver will install nvidia-prime with it15:40
lotuspsychjejtreminio: you can check software & updates/tab additional drivers to see your nvidia drivers15:41
jtreminioThanks!15:42
sentimenthello15:54
sentimentcan someone please help me? I can't type a persian letter unless I reboot15:54
sentimentand it happened recently without me changing anything related to keyboard settings explicitly15:54
sentimentit's very annoying15:55
sentimentI tried xkbmap command to no avail15:55
sentimentit's something to do with the xkb mapping I believe15:55
willksmsentiment: if rebooting fixes it, I suggest rebooting.15:58
duri`hi, I need to install this https://spot.lrde.epita.fr/install.html on Ubuntu 18.04. the library has two versions: "stable" and "unstable". the unfortunate thing is that stable has dependency python3 < 3.6, and unstable has python3 >= 3.7, but 18.04 comes with python 3.6.716:00
duri`I successfully installed python 3.7 from deadsnakes ppa16:01
duri`but even after the installation, when I do `sudo aptitude install python3-spot` (one of the packages in the library), I get "python3-spot: Depends python3 (>= 3.7~) but 3.6.7-1~18.04 is installed16:02
duri`I even ran update-alternatives to make python3.7 default16:02
duri`how can I force apt/apt-get/aptitude to realize that I already have python3.7 installed and the dependencies for the "unstable" version are met?16:03
sentimentwillksm: can you send the ir xkb mapping file please? that could sort it out16:06
sentimentI'll just check the installation media16:12
xrandrHello. I am looking for recommendations for email server software.16:22
MassDebateshello xrandr16:33
MassDebatessendy is nice16:33
MassDebatesoh wait16:33
MassDebatesemail or email campaigns?16:34
xrandrMassDebates: looking for an app suite for email. So MTA, anti-spam/virus, webmail,etc.16:34
leftyfbxrandr: try #ubuntu-offtopic. This is a support channel16:35
Oderushi. i recently changed my gmail account password. When using kmail, i changed my password there as well. I am now getting an error.  Could not read the password. User denied kwallet access. I tried opening kwallet and deleting my imap settings and then reopening kmail, but it didn't help. any ideas how to solve this? also tried googling but also had no luck.16:46
pragmaticenigmaOderus: try logging out and back into KDE, then launching kmail16:55
coconutOderus make use of your backup setup you configured in your web mail. So go to https://gmail.com and let yourself e.g. sms a recover code to your mobile phone.16:55
sfx2496what is the right way to deal with "Ubuntu Server 18.04 Temporary failure in name resolution" at custom DNS, solutions like these give no result: https://stackoverflow.com/questions/53687051/ping-google-com-temporary-failure-in-name-resolution only /etc/resolv.conf works as temporary solution16:56
lotuspsychjesfx2496: come join to #ubuntu-server16:57
ne2kapt full-upgrade has stalled at Setting up linux-headers-4.15.0-52-generic, been sitting there for several minutes. any ideas?16:57
Oderuspragmaticenigma: ok i will try that16:58
sfx2496ty16:58
Oderuscoconut: i am not locked out of gmail though, i can access it on my phone just fine. its a kmail issue.16:58
lotuspsychjene2k: could you pastebin the full output please?16:58
Oderuspragmaticenigma: coconuti am relogging16:58
coconutOderus ah, yes... that i do not know, sorry.16:59
ne2klotuspsychje, https://paste.ubuntu.com/p/Z2v592pJcD/16:59
ne2klotuspsychje, pstree excerpt https://paste.ubuntu.com/p/mQ9GNCth5w/17:00
lotuspsychjene2k: not sure, but perhaps you might needed to apt autoremove first before updating17:01
ne2kit doesn't appear to be using a particularly large amount of CPU or RAM according to top17:01
ne2klotuspsychje, never had to do that before17:02
ne2kI dont' really want to just kill it17:02
lotuspsychjeyeah better not kill17:02
ne2khttps://askubuntu.com/questions/1052000/all-kernel-upgrades-hang-on-update-secureboot-policy-enroll-key looks like this might be related17:03
ne2kandy@andy-xenial-desktop:~$ ps auwx |grep whiptail17:04
ne2kroot     20044  0.0  0.0  20628  3276 pts/18   S+   17:54   0:00 whiptail --backtitle Package configuration --title Configuring Secure Boot --output-fd 11 --inputbox --   Enter a password for Secure Boot. It will be asked again after a reboot. 10 7717:04
ne2kI've tended to do updates through the graphical thing before17:04
Gallomimiais there a way to keep new windows from stealing focus? can't stand programs that are starting up while i'm trying to type. chat, passwords, terminal. so annoying.17:07
=== theRealCraw is now known as Craw|work_inAirQ
lotus|i5im getting weird wifi errors on 18.04.2 kernel 4.18.0-22 with chipset Intel Wireless-AC 9260 driver= iwlwifi driverversion=4.18.0-22-generic https://hastebin.com/mikapovewo.xml17:17
=== Craw|work_inAirQ is now known as Craw|work-WINK
LukeCMosethank you for all the ubuntu 8)17:26
wawyedHi, I was wondering if someone could help me with an issue installing grub. I have been following the tutorial for ManualFullSystemEncryption and I have ran out of ideas on how to solve it. Thanks17:28
lordcirthwawyed, please state the exact problem17:32
wawyedthis is the output I get when installing grub17:35
wawyedhttps://paste.ubuntu.com/p/HrhhPwXwwr/17:35
ryuowawyed: IO error? that's usually a hardware error.17:35
ryuowawyed: please also provide dmesg output.17:36
wawyedfrom the live ubuntu?17:37
wawyedit wont boot. I get grub command line if I try to boot17:37
ryuowawyed: i presume so.17:37
ryuodid you forget to generate the grub config?17:38
wawyedthis https://paste.ubuntu.com/p/XyvSbyHCsn/ ?17:39
wawyedhow do you do that?17:39
wawyedI followed this ttroubleshoot https://help.ubuntu.com/community/ManualFullSystemEncryption/Troubleshooting17:39
tomreynwawyed: did you have linux running fine on this hardware before?17:44
wawyedyes17:44
wawyedlinux mint17:44
tomreynand that was also booting via grub?17:44
tomreyn+ uefi?17:44
wawyedsecure boot was disabled17:45
tomreynand secureboot is now enabled?17:45
wawyedyes17:45
tomreyntry with it disabled then, and / or do a firmware upgrade17:45
wawyedI tried disabled too but no luck :(17:46
wawyedis it nothing to do with the encrpytion?17:46
tomreynthe error message you quoted is about a software called efibootmgr failing to read from / write to the mainboards' NVRAM. this can be due to buggy firmware.17:47
tomreynthis is unrelated to the full disk encryption17:47
wawyedoh right17:47
wawyedthats weird17:47
tomreynso chances are that the secure boot implementation in your current mainboard firmware version is buggy.17:49
wawyedcan I install grub without uefi?17:49
tomreynsure, if you boot in legacy bios / CSM mode17:49
tomreyn(not all systems support this)17:50
tomreynbut before you do that i'd just disable secure boot and try installing that way17:50
wawyedthat's how I installed it previously17:51
tomreyn(you can still try enabling secure boot later)17:51
wawyedthen enabled it after to see if that was the issue17:51
tomreynhttps://www.asus.com/Motherboards/X99DELUXE/HelpDesk_BIOS/ latest 'BIOS' is version 3902 ("2018/04/26"), you have BIOS 3802 ("09/05/2017")17:53
=== Evie is now known as Vie
=== Vie is now known as Evie
wawyedshall I try updating to latest?17:54
tomreynup to you. its 'changelog' doesn't suggest that any UEFI Secure Boot related bugs were fixed: "Beta BIOS. Update CPU Microcode for Intel security issue."17:55
wawyedyes, it's strange17:56
tomreynwawyed: ^ also, i got to go. if i was you. i'd just install with full disk encryption and, once its all running fine, try re-enabling secure boot.17:56
wawyedI'm updating to Ubuntu 19. not sure if that matters?17:56
wawyeddual boot with windows17:56
tomreyn!yy.mm17:56
ubottuUbuntu version numbers are: YY.MM (YY=release year,MM=release month). Each year sees two releases, so just specifying YY is imprecise. See also https://www.ubuntu.com/about/release-cycle17:56
wawyed19.0417:57
tomreyni doubt installing a different ubuntu version helps there17:57
tomreyntry the latest LTS, 18.04.217:57
sarnoldwawyed: does this look famiilar? X17:58
sarnoldhttps://bugs.launchpad.net/ubuntu/+source/linux/+bug/182962017:59
ubottuLaunchpad bug 1829620 in linux-hwe-edge (Ubuntu) "intel-microcode on ASUS makes kernel stuck during loading initramfs on bionic-updates, bionic-security" [Undecided,Confirmed]17:59
wawyedit's not the same. mine fails to install grub18:00
wawyedI'm going to try installing without full disk encryption see if that makes a different by any chance18:00
miu5hi, if i want to update qt5 and use the latest version of the .run file, do i need to remove the installation from the repo of a previous version?18:06
rypervenchemiu5: I would not recommend running .run files. It will mess with installed files on your machine.18:08
miu5so is there another way to update qt5 from its default version in Ubuntu repo? because i dont think there is https://wiki.qt.io/Install_Qt_5_on_Ubuntu18:09
miu5there was a recent update to libqt5 which has changed something because some programs keep crashing18:10
sappheirosconnected to wifi but i want to connect via ethernet instead; how do i switch? if i turn off my wireless card, it seems i must manually configure the ethernet connection18:15
miu5rypervenche, then how is it possible to roll back certain updates that were made?18:17
lotuspsychje!latest | miu518:18
ubottumiu5: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa.18:18
lotuspsychjesappheiros: normally ethernet should ascociate itself automaticly after disable wifi18:19
lotuspsychjesappheiros: did you try plug out/in cable?18:19
wawyedHi, looks like it was a problem with the ManualFullDiskEncription guide as it works without it18:22
lotuspsychjetomreyn sarnold ^18:23
wawyedto be fair it doesn't say that it has been tested on ubuntu 19.04 so that could be why18:24
miu5How does one roll back an update for example that happened with apt on packages related to qt5 ?18:27
lotuspsychjemiu5: we are not sure what you did on your system, did you add packages with a ppa or manual? do you have apt logs of what you did?18:28
sarnoldapt-get install packagename=desired_version_number18:28
Gallomimiausually with the backup you made before you updated18:29
enduser00hello I just did a fresh install of ubuntu 19.04 and i dont seem to have any wifi just wired is there a package i need to install or is it best to just reinstall?18:35
lotuspsychjeenduser00: did you update to latest?18:35
enduser00yes and rebooted still no wifi18:36
swillsno, they're dropping wifi support18:36
lotuspsychjeenduser00: can you pastebin: sudo lshw -C network please18:36
lotuspsychje!behelpful | swills18:36
ubottuswills: As our !guidelines say, "When helping, be helpful". If you're not familiar with the issue at hand, let someone else handle it instead of making !offtopic comments or jokes.18:36
swillsi'm kidding, sorry...18:36
enduser00nevermind i think i accidentally hit the hardware switch feel really dumb now haha18:37
kwhat4I am trying to install mariadb-server and I am seeing the following: http://dpaste.com/0JKVJWN  mariadb-server is not a command on the server...18:44
xamithanFix that dependency issue first before trying to configure it18:47
kwhat4hmm looks like it was caused by mysql still running, not sure how that happened. mysql server still wont start, times out, systemd output super helpful :+1:18:52
xamithanThat's strange,  it should have uninstalled when it got mariadb18:52
Gallomimiausually a config issue. it should let you test the config somehow18:52
kwhat4apt-get remove --purge mariadb-client-10.1 mariadb-client-core-10.1 mariadb-common mariadb-server mariadb-server-10.1 mariadb-server-core-10.1 && rm -Rf /etc/mysql && apt-get install mariadb-server; This is still failing the configure phase18:56
xamithanMaybe a dpkg --configure -a will help18:57
kwhat4xamithan: yah I was trying that but it returns the same vague "something failed, sorry" output.18:57
kwhat4does dpkg not have verbose output?18:57
xamithanor doing an apt clean all or whatever that one command is,  then a purge on mariadb-server18:57
kwhat4Ehhh19:05
kwhat4lets ask this, where the hell is the post install script for this deb so I can read it and figure out what the hell its trying to do since it cannot omit any kind of usable error message.19:05
=== enko-h is now known as enko
TJ-kwhat4: /var/lib/dpkg/info/<binary-package-name>.{pre,post}inst19:13
kwhat4What a load of shit, why is the /etc/apparmor.d/usr.sbin.mysqld file not shipped with mariadb if apparmor is going to be used by default?!19:32
sarnoldkwhat4: the mariadb devs wanted to let admins dump databases anywhere, or load data from anywhere19:33
Gallomimiacrud. remind me again, what's the terminal command to open things in the GUI?19:33
sarnoldkwhat4: so they've neutered the profile19:33
sarnoldGallomimia: xdg-open ?19:33
Gallomimiathanks.19:33
kwhat4sarnold: they also broke the installation of their software.  A+19:34
sarnoldkwhat4: being different from mysql in this case definitely makes it way harder to change your mind about which database you want touse19:35
ioriakwhat4, you had the mysql apparmor  prfile still loaded ?19:38
ioria*profile19:38
kwhat4ioria: I still had the file and assume it was from mysql. mariadb didnt install any file for this purpose and a file is apparently required.19:39
kwhat4even doing a rm of the file and then reinstalling mariadb-server did not create an apparmor profile19:39
ioriakwhat4, echo -n "/usr/sbin/mysqld" | sudo tee /sys/kernel/security/apparmor/.remove ; apt install -f; apparmor_parser -r /etc/apparmor.d/usr.sbin.mysqld19:40
=== miu1 is now known as miu5
SysifossIs there a way to boot with a rotated grub that ubuntu will notice and carry through to both plymouth and x?20:23
SysifossThanks in advance for any help!20:23
Gallomimiapardon me. what's a "rotated" grub?20:25
JonopolyWhat can i install on ubuntu Gaming laptop to prevent it overheating20:29
JonopolyLaptop gets warmer than it did with windows20:29
ryuoJonopoly: you can tweak powersaving, but the most effective solution involves throttling.20:30
Jonopolyeasy for novice?20:30
xet7Jonopoly: You can look at BIOS/UEFI does it have option to turn off hyperthreading20:31
ryuowhat does hyperthreading having to do with this?20:31
Gallomimiajonopoly did you get those nvidia drivers installed?20:31
ryuoJonopoly: what type of hardware? nvidia or amd?20:31
JonopolyI got nvidia installed20:31
Gallomimianvidia settings has the ability to tweak for performance or economy20:32
JonopolyI got them from 'Additional Drivers20:32
Gallomimiayes good20:32
JonopolyYeah it has optiion power saving mode - intel20:32
JonopolyGaming - Nvidia20:32
JonopolyPeformance Mode -NVIDIA , Power Saving Mode Intel20:33
Gallomimiaafaik his lappy has an i7 with integrated graphics, as well as a gtx dedicated chip20:33
JonopolyYeah, is that common?20:33
Gallomimiasounds like something is still a little wonky on drivers if it's warmer than in windows20:33
Gallomimiait is fairly common yes20:33
Jonopolyif i do 'sensors'20:33
Jonopolyi get like 6/7 responses20:33
Gallomimiathere's one sitting here in front of me20:33
Jonopolyiwlwifi - 32c, acpitz - 37, 27 etc..20:34
b1ack0phi20:35
b1ack0pshould i create swap partition while installing 18.04.2 ?20:36
b1ack0pis it necessary?20:36
tomreynb1ack0p: not necessary if you have enough RAM, don't want to suspend to disk (default is to suspend to ram). a small one is still recommended, though.20:36
SysifossGallmima: rotated 90 degrees to the right for a vertical monitor20:36
b1ack0ptomreyn: i have 4gb ram currently20:37
SysifossGallomima*20:37
b1ack0pwhat is suggested? should i use swap?20:37
JonopolyGallomimia: https://paste.ubuntu.com/p/qhxvYtDCZd/20:37
tomreynb1ack0p: yes, you should still have a small swap partition, maybe 512 MB.20:38
tomreynb1ack0p: actually a swap file also works.20:38
b1ack0pbut someone told before swap area should be at least same with ram20:38
b1ack0por more20:38
JonopolyI created a partition and only created '/'....20:38
b1ack0pfor example for 4gb ram - 4gb swap20:39
b1ack0pif it is usefull i can create more20:39
JonopolyI was told you don't need swap now? i could be wrong though20:39
b1ack0pmaybe things changed by 18.0420:40
xamithanThat was a recommendation from 20 years ago b1ack0p20:40
tomreynb1ack0p: "depends". 'at least same size as RAM' applies if you intend to suspend-to-disk. 'enough swap' applies whenever you expect to have more memory allocated than you have physically available.20:40
b1ack0pi read something about it other day but i dont remember details20:40
TJ-b1ack0p: swap >= RAM when you want the system to hibernate20:40
b1ack0pok i better create swap20:41
b1ack0pbut other day i had a problem20:41
b1ack0pi am trying to install dual boot with win1020:41
tomreynhttps://help.ubuntu.com/community/SwapFaq20:41
b1ack0pfirst installed win10 then while installing ubuntu i created 8gb swap area first before creating ubuntu partition20:41
b1ack0pbut it didnt create swap area instead it did something to windows logical system partition20:42
b1ack0pwhen i booted to windows system partition (about 600mb) was visible while it suppose to be hidden20:42
GallomimiaJonopoly, looks right to me. shame it won't show you the fan speeds. i'm also having problem getting my fan speeds20:43
kwhat4b1ack0p: you can always use a swap file instead of a partition.20:43
Gallomimiait *USED* to work for me20:43
b1ack0pkwhat4: how can i use swap file then?20:43
b1ack0pwhich one is better?20:43
Gallomimianeither20:44
Gallomimiasudo swapon /path/to/swapfile20:44
Gallomimiaer, do you have to make something first?20:44
kwhat4b1ack0p: There is a section in the SwapFaq that tomreyn linked to called "How do I add a swap file?"20:44
b1ack0phmm20:44
Jonopoly_Sorry did somebody mention me?20:44
Jonopoly_Lost connection20:44
Gallomimiayeah you gotta use dd or something to make a file of appropriate size20:44
Gallomimiai did20:44
Gallomimiajust said it looks okay. but no fan speeds? i have that problem too20:45
kwhat4b1ack0p: there is probably not going to be any noticeable difference between the file and partition. If your into the swap, its going to be slow.20:45
Jonopoly_Gallomimia, I feel my fan might be on low setting...20:45
b1ack0pwhat is i dont create any swap?20:45
Jonopoly_On windows i've got a fan-control function key20:45
b1ack0pwhat effects me?20:45
b1ack0pcant i hibernate?20:45
Gallomimiayeah. the bios should have options to manage it by hardware only20:45
Gallomimiaif you run out of memory, programs die instead of going into swap20:46
Jonopoly_Gallomimia: I should be able to set it in bios?20:46
kwhat4b1ack0p: if your system tries to allocate more memory than you have (Ex: you run out of memory) your system will stop working.20:46
Gallomimiadepends on your machine really20:46
GallomimiaBlack0p how much ram do you have?20:46
kwhat4I think he said 4gb20:47
b1ack0p4gb ram currently20:47
b1ack0pbut i wanna add 4 more later20:47
Gallomimiayou should get yourself some swap20:47
b1ack0pmax 8gb supported20:47
tomreynb1ack0p: right, you can't hibernate without swap. again, read the faq.20:47
Jonopoly_Is TLP still reccommended for laptops?20:47
Gallomimiawhere'd it go?20:47
Gallomimia!swap | black0p20:47
ubottublack0p: swap is used to move unused programs and data out of main memory to make your system faster. It can also be used as extra memory if you don't have enough. See https://help.ubuntu.com/community/SwapFaq for more info20:47
b1ack0pi better create swap partition20:47
b1ack0pbut it didnt work other day i dont know why20:48
Gallomimiaagain, it's not required to have a partition. it can be nice20:48
Gallomimiaclicky that linky20:48
b1ack0pi dont wanna make mistake again because re installing everything is tiring20:48
b1ack0pinstead of file parititon sounds more stable20:48
Gallomimiayeah probably you changed somethings in the settings during install, and it didn't stick20:48
Jonopoly_When i created my linux partition... i didn't create swap >_>20:48
Jonopoly_Just '/' >_>20:48
Gallomimianor did i20:48
Jonopoly_everything seems ok so far..20:49
Gallomimiain fact, i asked for a reminder in here on how to get rid of the swap file20:49
Gallomimiai even shredded it to prevent reading what was in there20:49
b1ack0palright ubuntu iso downloaded20:49
kwhat4swapfile will work just fine as long as the hosting partition has enough space.20:49
Gallomimiai strongly recommend keeping a bootable USB on hand at all times20:49
b1ack0pshould i first create swap or later than Ext4 partition?_20:49
b1ack0pGallomimia: sure but it doesnt ruin ubuntu only it ruins windows partition too20:50
kwhat4With 4gb, you are almost certainly going to need swap at some point, probably right after you launch chrome for the first time :D20:50
Jonopoly_Gonna install this TLP seems advised20:50
Jonopoly_to help keep laptop cool20:50
drdozerhi - I apt-get distupgraded my ubuntu machine today, and it now is screwy with monitor placements and things20:50
Gallomimiadid you reboot after?20:50
drdozeris this a good room to ask for help diagnosing this, or should I go to an xserver one or something?20:50
b1ack0pi shouldnt make mistake this time otherwise both win and ubuntu should be installed from zero again20:51
b1ack0pwhat reboot?20:51
kwhat4b1ack0p: are you using an SSD or spinning disk?20:51
b1ack0pkwhat4: ssd20:51
kwhat4b1ack0p: then it doesnt matter where the partition is located on the disk.20:51
Gallomimiaright. you could make that partition without even rebooting20:51
b1ack0pbefore i was using same ssd on dif. machine without problem. but on this machine same ssd did something wrong with swap other day20:51
Gallomimiaslice off the last 8gb of it20:52
tomreyndrdozer: do you mean you did an ubuntu release upgrade using this command (i.e. you also changed your apt sources.list to point to a different codename) or did oyu just install all the latest updates for your ubuntu installation20:52
b1ack0pwhat i am asking is 1. create swap 2. create ext4 ? or opposite?20:52
kwhat4b1ack0p: it doesnt matter20:52
b1ack0pok lets try again..20:52
Gallomimiayou shouldn't need to reinstall20:52
kwhat4generally I put swap at the end of the disk, but really it doesnt matter unless you care about what number the primary partition is.20:53
b1ack0pGallomimia: it does something to windows file system while creating swap that s what i am concerned20:53
Gallomimiayeah. open the program called Disks20:53
drdozertomreyn: I'm on bionic bever and have been for a few weeks - the monitor placement went weird when I dist-upgraded today20:53
Gallomimiacan you change partitions on a device that is the boot drive?20:53
b1ack0pthere will be only 1 primary for ubuntu and other logical for swap20:53
b1ack0pGallomimia: i left some part for ubuntu not created anything yet20:54
b1ack0p145gb for win - 80gb for ubuntu i left20:54
Gallomimiayou can split that ubuntu partition without reinstalling20:54
b1ack0pdoesnt matter20:54
b1ack0pi am concerned about win partition not ubuntu20:54
tomreyndrdozer: can you post this so we can tell how your apt sources are configured?   sudo /bin/true && cat &>/tmp/aptlog < <(sudo apt-get -qqy update 2>&1; apt-cache policy 2>&1; sudo apt-get -syV full-upgrade 2>&1;); nc termbin.com 9999 </tmp/aptlog; rm /tmp/aptlog20:54
b1ack0pi dont want to ruin win partition while installing ubuntu that s my worry20:55
kwhat4b1ack0p: adding more partitions (<=4 of them) should have no effect on windows.20:55
b1ack0pbut while creating swap it did something to windows logical partition and it didnt create swap .. i dont want that happen again20:55
b1ack0pit didnt happen before. why it happened other day i dont know20:56
drdozertomreyn: https://termbin.com/ra6020:56
kwhat4b1ack0p: it could be possible that you specified the wrong disk?20:56
b1ack0pi cant explain the problem.20:56
b1ack0pmaybe..20:56
b1ack0plet me install again see what happens20:56
tomreyndrdozer: this suggests you're running the in-development, unreleased ubuntu 19.1020:57
drdozertomreyn: sorry - I've been in a training thing all day and my brain is melted - I'm on eoan20:57
tomreyn!ubuntu+1 | drdozer20:57
ubottudrdozer: Eoan Ermine is the codename for Ubuntu 19.10 - Support only in #ubuntu+120:57
drdozerthanks :)20:58
b1ack0phi21:34
b1ack0pfinally installed ubuntu again without problem21:34
b1ack0pdual boot with windows 1021:34
b1ack0pbut grub is missing21:34
b1ack0pit directly boots to windows without asking me to choose what os to boot21:34
b1ack0pwhat should i do-21:34
b1ack0p?21:34
xamithanchroot into the install and install grub ?21:35
sarnoldb1ack0p: I haven't used windows in a while, but I heard that when you "shutdown" windows, it actually suspends to disk21:36
sarnoldb1ack0p: try to restart windows instead, and see if that gives you a different result21:36
xamithanOh if fast boot is enabled it won't work, yes21:36
b1ack0psarnold: and then after restart did it give you different result?21:41
sarnoldb1ack0p: yes21:42
b1ack0pafter restart grub sattles back/21:42
b1ack0p?21:42
b1ack0prestores-21:42
sarnoldI *think* so. I remember being *very* upset at windows while trying to get that machine installed. I wound up doing an extra six or seven reboots due to this stupid behaviour from windows21:43
b1ack0pthere must be easy way for that21:43
b1ack0pboot repair something?21:44
tomreynb1ack0p: if windows "fast startup" is the issue you're facing then disabling that setting (in windows, which is not difficult at all, just well hidden) should allow grub to boot21:44
b1ack0pok then i should disable fast startup right?21:45
tomreynthere are other issues which could result in the same symptoms (windows booting instead of grub/ubuntu), but this one is the most likely one.21:45
b1ack0pbcdedit /set {bootmgr} path \EFI\ubuntu\grubx64.efi21:46
b1ack0pi found this21:46
b1ack0pfor windows21:46
b1ack0pcmd21:46
tomreynyes, you need to disable this 'feature' to multi-boot windows with other OS. possibly repeatedly upon windows upgrades. but then, this is not a windows support channel ;)21:46
b1ack0pok thx21:46
b1ack0pbbl21:46
sarnoldI solved it by wiping windows from the disk once I was done with bios updates :)21:46
b1ack0plol sarnold21:47
b1ack0pi wish i could do that but i need windows21:47
tomreynVMs can work well.21:47
b1ack0pvms limit me21:47
b1ack0pmostly about gaming etc21:47
b1ack0pok brb21:48
thingfishI found I can play Dark Souls III on 19.04 just fine.  That's all it took for me to be rid of Windows.21:50
ironpillowhi all, I am on Ubuntu 18.04.2 LTS and my /dev/random is not working. When I do cat /dev/random | strings --bytes 1 | tr -d '\n\t ' it just hangs. Any advice?21:50
blackflowironpillow: that's how it works, it blocks when out of entropy. use /dev/urandom instead21:51
Rivieraironpillow: see if it works with urandom instead of random; then find out the difference between the two21:51
blackflow!info haveged | or, even better, install and run something like21:52
ubottuor, even better, install and run something like: haveged (source: haveged): Linux entropy source using the HAVEGE algorithm. In component universe, is extra. Version 1.9.1-6 (bionic), package size 28 kB, installed size 72 kB (Only available for linux-any)21:52
Sysifosshi, I want to make grub, and plymouth rotate to function on a vertical screen. I tried editing /etc/default/grub with fbcon=rotate:1, but this only rotated the tty consoles once I booted but no change to plymouth booth splash21:52
ironpillowRiviera: urandom works21:52
ironpillowthe way I came across this problem is, when I run docker-compose, it just hangs. Apparently, docker-compose is using /dev/random.21:53
blackflowinstall haveged21:54
sarnoldsome kernel versions can let you use random.trust_cpu=on on the kernel command line to use the CPU's RNG21:55
ironpillowblackflow: yep checking haveged right now21:56
ironpillowalso getrandom syscall is not available.21:56
BluremHello?22:01
sarnoldhello22:01
BluremI'm trying to dual-boot Ubuntu and Windows 7, i have used Rufus 3.5, everytime i try to flash ubuntu 19.04, rufus asks me if i want to download Syslinux 6.04, i click yes but rufus never downloads the files.22:02
BluremI tried running rufus using admin22:02
xamithanSounds like a windows question Blurem22:02
Bluremi'm currently running win722:03
xamithanMaybe try something else like rawrite32 or etcher then22:03
thingfishthat sounds like a Rufus issue to me, certainly not an Ubuntu issue.22:03
xamithanBecause we can't help with rufus22:03
sarnoldor maybe disable AV scanners? those mess with everything22:03
Bluremetcher flashes the imagine successfully but i can't boot into the usb stick, the volume size shrinks to 3.5mb22:03
Bluremwhich is too weird22:04
BluremI have disabled AV already.22:04
Bluremstill nothing22:04
tomreynyou may have a corrupt iso image downloaded22:04
tomreyn!md522:04
ubottuTo verify your Ubuntu ISO image (or other files for which an MD5 checksum is provided), see https://help.ubuntu.com/community/HowToMD5SUM or http://www.linuxquestions.org/linux/answers/LQ_ISO/Checking_the_md5sum_in_Windows22:04
akikBlurem: when rufus starts, press alt-i once and it goes into the dd write mode22:04
Bluremi have scanned the mds and others using the hash22:04
thingfishBlurem: did you try Ubuntu's USB boot disk creator?22:04
BluremI'm on win7, not ubuntu22:05
thingfishoh right22:05
Bluremi'm going to verify the checksums again22:05
BluremMD5 is correct.22:06
sarnoldif you start rufus from a command prompt does it spit out any useful errors to the terminal?22:07
BluremRufus doesn't report an error.22:07
tomreynhttps://tutorials.ubuntu.com/tutorial/tutorial-create-a-usb-stick-on-windows for the rufus settings22:07
BluremIt just never downloads the "idlinux" or something file22:07
akikBlurem: when rufus starts, press alt-i once and it goes into the dd write mode. that way it doesn't try to mangle the image, just writes it22:07
BluremAlt-i doesn't work.22:08
pavlosI use rufus 3.3 and do not have issues writing bootable images22:09
akikBlurem: it prints disabling iso support at the bottom22:09
akiki know it's misleading message22:09
BluremI'm going to try rawrite and see if it works or not.22:10
akikoki :)22:10
ironpillowI went with haveged. worked like a charm22:18
ironpillowthanks blackflow!22:18
ironpillowthanks Riviera22:18
Bluremmy god22:27
Bluremso i have written ubuntu 19.04 iso on 16gb flash drive22:28
Bluremwhy does the volume size get to 3.63MB?22:28
tomreynBlurem: maybe that's the actual capacity of the usb stick? is it new, have you used it before?22:30
Bluremnot really, i bought it last month22:31
Bluremand yeah it's new, not that much usage since it's purchase date22:31
ceed^I have a three year old Thinkpad with Ubuntu  only on it. Got a new Thinkpad which I have put Ubuntu on. Now I want to install Windows on the older one again. Is that possible? There's no dual boot or recovery partition on the old one, just Ubuntu.22:31
xamithanIt should write to about the same size as the iso file22:31
xamithanAre you sure that ISO is good ?22:31
Bluremyes, i have confirmed the MD5, SHA1 checksums22:32
BluremMD5     6fa9686bc299c19c97d280f79a723868 SHA1    47064866141c7729b3f447890dd6d5bc2fc35cf7 SHA256  2da6f8b5c65b71b040c5c510311eae1798545b8ba801c9b63e9e3fd3c0457cbe SHA512  6a2c8acc42b2e2f5ae9f9382656a311f46b93983c9b5063b465c33c3da3fcd57         700d73f525d14ba420f598349787b1ab26b58b343c427975b77f53cd63cea316  1.95 GByte successfully written to disk. MD5 hash of output data: bd63fe9d7d73653204e2546b4f6c170522:32
johnc--hi, i am doing "service apache2 status" and it shows the status, how will i exit from the status? it shows (END)22:32
pavlosBlurem: since you're on win7, format the stick first, verify it is 16GB, then write ubuntu into it (about 2GB)22:32
xamithanDoes it have two volumes on it then ?22:32
Bluremit doesn't.22:33
Bluremi formatted the usb again22:34
Bluremthe size is 14.8GB22:34
tomreynhttps://www.raymond.cc/blog/test-and-detect-fake-or-counterfeit-usb-flash-drives-bought-from-ebay-with-h2testw/22:34
pavlosBlurem: use Disk Management to view the partitions on the stick22:34
xamithanAre you sure you downloaded the right rawrite tool anyway22:37
Bluremim doing a write test22:37
xamithanThere is versions that only do floppy file size22:37
Bluremi did yeah.22:37
Bluremlet me check really quick22:37
Bluremits just rawrite32 1.0.7.022:37
pavlosa 16GB stick formatted as fat32 shows on disk management as 14.54GB22:38
xamithanThat should be the right one if it's from the netbsd site22:38
pavlosjohnc--: press q22:40
Bluremit shows up 14.91GB22:40
Bluremformatted as FAT3222:41
johnc--pavlos, nice. thank you. :)22:41
BluremI'm pretty sure the stick isn't fake22:41
xamithanSome of those fake ones show up correctly until you try to write to them22:42
Bluremim currently writing on it using h2testw22:43
tomreynBlurem: still?22:52
Bluremstill writing22:52
Bluremits taking a long time..22:53
Blurem5GB were written22:53
tomreynhmm maybe that's normal, i never used it. could be a slow usb stick, too.22:53
pavloswhy 5GB ... the iso is about 2GB22:55
Bluremim testing it22:56
Bluremnot writing actual isos22:56
Bluremso yeah the usb stick isn't fake22:56
Bluremcould someone provide me with syslinux files, please?22:58
Bluremim trying to get rufus running22:58
akikBlurem: why don't you do as i instructed?22:59
Bluremi did22:59
Bluremi tried etcher, rufus, rawrite but they all wont work23:00
akik1) start rufus 2) press alt-i once 3) write the iso 4) ??? 5) profit23:00
Bluremlol23:00
Bluremi press alt i but nothing happens at all23:01
akikthe text in rufus' bottom shows "iso support disabled"23:01
akikthen it's in the dd write mode23:01
Bluremnope, it just says "1 device found"23:01
Bluremoh wait23:02
akiki just tested it23:02
Bluremi pressed right alt and it worked23:02
Bluremleft alt didnt work23:02
tomreynyou're probably using different software versions23:02
akikit's been there for a couple of years23:02
Bluremprobably23:02
Bluremso yeah, iso support disabled.23:02
pavlosthe ISO Support Disabld appears for 2-3 sec23:02
Bluremwhat then?23:02
akikselect the iso and write23:03
Bluremheeyyyyy its working23:03
Bluremthanks a lot akik, tomreyn.23:03
Blurembtw23:04
Bluremwhen i install linux23:04
Bluremi make the swap area partition then the root partition, correct?23:04
akikhttps://github.com/pbatard/rufus/wiki/FAQ23:04
akikIf the ISO was created as hybrid, you may however be able to create a bootable USB image by disabling ISO suppport (Alt-I) and using DD-Image mode, or selecting "Write in DD-Image mode" when prompted.23:04
tomreyngood hint there, akik, this should go into the ubuntu tuorial, i guess.23:05
Bluremthis crap made me go stuck for more than 2 hours ;-;23:06
akiklet's see if it boots, i'm about 99.95% certain it does23:06
sarnoldoh it's probably alt vs altgr23:06
sarnoldI never understood that split23:07
tomreynBlurem: the order in which you create them doe snot matter. you do not need to partition manually, it can be automatic. if you'll partition manually, whether or not you'll need to reserve a partition for swap depends on a few things.23:07
Bluremaltgr is the one which worked for me.23:07
BluremSo do i select "install alongside windows 7"?23:07
tomreyni just tried in a windows 7 vm where alt-i worked, but not altgr-i23:07
Bluremthat's hella weird.23:07
tomreyninstall alongside windows if you'd like to keep windows, yes.23:08
Bluremi have seen multiple dual-boot tutorials, they always choose "something else":23:08
Bluremand then they make swap area and root partitions23:08
tomreynyou're free to do as you wish ;)23:09
Bluremthanks haha23:09
Bluremim just trying out to figure whats the best23:09
Bluremwindows installation is not like linux where you just select a goddamn partition and thats it23:10
Bluremsoo23:10
Bluremrufus just finished writing the iso23:10
Bluremand the volume size shrinked back to 3.63MB23:10
tomreynmaybe you're just looking at the wrong volume / partition23:11
Gallomimiaif i make the passphrases for two LUKS containers identical, what are the chances of someone breaking the key on one and then using that to break into the other?23:12
Bluremtomreyn : https://imgur.com/a/TCuHJgt23:13
sarnoldif someone breaks one password they will immediately try it everywhere else it might be used.23:13
tomreynBlurem: look at it in disk management or whatever it's called.23:14
akikBlurem: it's normal. don't worry about it23:14
BluremI'm going to reboot, hopefully i will get something to boot from23:15
akikBlurem: if you mount the iso it'll probably show that same 3.6 gigs(?)23:15
akiki think there's two partitions on that usb now if you check with fdisk/parted23:16
BluremHey!23:21
Bluremim in live ubuntu23:21
sarnold:)23:21
akikBlurem: could you run "sudo parted -l" and see how many partitions you have on that usb stick?23:25

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