/srv/irclogs.ubuntu.com/2018/09/09/#ubuntu.txt

tomreynbillythekido7: but if you worry about physical attacks you *really* need to go to lengths, and even secureboot wont fix it.00:00
guivercbillythekido7: some machines won't boot usb without password, others when booting usb disable the encryption keys enclosed within - it depends on hardware; on consumer grade you do have a point00:00
billythekido7I'm not worried about an attack to be frank. I was just trying to understand why one would do this if they boot on legacy00:02
tomreyna mixture of healthy or unhealthy paranoia and lack of understanding most of the time, i would think.00:04
billythekido7Is there a reason why LVM + password encryption on the data is not enough for every case?00:04
tomreynagain, this question is pointless unless you define what you are trying to procet, and against what.00:05
billythekido7The only scenario I can think of for protecting grub is when you REALLY don't want the pc to boot with another disk or something. It's not about the data that you have on your disk...00:05
billythekido7tomreyn: I'm asking for a scenario basically because with my limited knowledge I can't think of any...00:05
tomreynfde has a very limited use case: protecting against data exfiltration while the system is powered off00:07
billythekido7right, that I understand..00:07
ghostnik11hey get error when i try to install bluez release 5.50. this is it: libtool: Version mismatch error. This is libtool 2.4.2 Debian-2.4.2-1.11, but the00:08
tomreynand that wont even prevent againt deletion and sometimes not againt modification of data00:08
billythekido7right, I understand what you say00:08
tomreynghostnik11: still ot here00:09
ghostnik11tomreyn: what can i say, i am a fighter but now i am trying to fix bluetooth since the asus t100 devices have to be done manually to get it working00:09
ghostnik11tomreyn: i did figure out how to fix grub!!! but i am waiting for EriC^^ to give me a chance and see if he can clear up some stuff for me in terms of efi and esp00:10
ghostnik11when i was running automake i got this error: configure.ac:4: error: version mismatch.  This is Automake 1.15.1, configure.ac:4: but the definition used by this AM_INIT_AUTOMAKE configure.ac:4: comes from Automake 1.14.1.  You should recreate configure.ac:4: aclocal.m4 with aclocal and run automake again.00:12
billythekido7tomreyn: so in a situation where you have full disk encryption and physical access, the only reason to secure boot/grub is to avoid someone booting the machine with their own external disk or something.00:12
ghostnik11how can i remake aclocal.m4 with aclocal?00:12
tomreynbillythekido7: with secureboot, if you assume it is not broken (or this is just not relevant in your scenario), password protected bios, grub requiring a password and FDE including /boot, you can (partially, IIRC) protect against evil maid and similar attacks00:12
billythekido7tomreyn: haha, never heard of evil maid before. That's one scenario I had in mind though. The maid gets into the data center, shuts down a machine with 16 GPUs, boots it with their own disk and starts mining bitcoins or somethjing...00:15
tomreynbillythekido7: the whole encryptede boot chain is really just an attempt to prevent you booting into a compromised system, i.e. if the system was compromised, it would not boot, or not fully, or not at all.00:15
billythekido7yeap I see your point00:16
tomreynand achieving just this little bit of attestation is really complex and can go wrong in so many ways00:17
billythekido7tomreyn: oh I just realized that if one can tamper with /boot in theory they can inject things to your OS next time you decrypt it...00:17
ghostnik11can i run this: autoreconf --force --install as they are saying it just some type of mismatch between the tools00:17
ghostnik11or should i run this first: make maintainer-clean00:18
ghostnik11to clean it first before i try and build and it from scratch again?00:19
tomreynbillythekido7: right, you can only shift the level of security to higher and higher layers by moving the decryption keys up and up on the chain. but then you ensd up with proprietary firmware running on proprietary cpu designs, and i'm not sure much is won.00:19
billythekido7tomreyn: thanks man, I learned a lot. I understand the reasons now. :)00:20
tomreynyou're welcome :)00:21
ghostnik11okay i just checked my system and i have no etc/rc.local folder00:44
ghostnik11or should i say i don't have a rc.local file00:44
ghostnik11should i just create one as i am trying to btattach my device's bluetooth driver00:45
guivercghostnik11: rc.local was used by sysvinit as i recall, modern Ubuntu uses systemd which doesn't use it by default so it'll have no effect, this may help enabling it https://askubuntu.com/questions/9853/how-can-i-make-rc-local-run-on-startup00:49
ghostnik11guiverc: thanks00:50
ghostnik11guiverc: okay i enabled it with this command: systemctl status rc-local.service but the thing is it seems the rc.local file is in systemd00:54
guivercghostnik11: sorry I have no experience with it  (it was the 18 upvote answer I meant, possibly also needing the comment which provides a link to more clues)00:57
ghostnik11guiverc: okay, no problem yeah well i see the file: /lib/systemd/system/rc.local.services and when i open that rc.local.service it says: # This unit gets pulled automatically into multi-user.target by # systemd-rc-local-generator if /etc/rc.local is executable00:59
ghostnik11guiverc: actually mine is inactivated01:01
ghostnik11guiverc: thanks bro i was able to get it activated rc.local01:12
uleHey guys, I upgraded my Ubuntu from 16.04 to 18.04. Now my external monitor doesn't work.01:47
uleWhat's the deal to make it work? I tried every stackoverflow answers I could try. Basically everyone says: dpkg-reconfigure gdm301:47
guivercule:   if you click super & open 'display' (settings; i'm not using gnome and it may be different) - do both displays show? ... i assume you are on laptop (as external) - have you disabled external monitor via keystroke (I can on thinkpad, if disabled via keystroke I need to re-enable via keystroke before ubuntu recognizes it)01:53
buyakaahi2: hey I had stepped away from my computer. You were asking if I have ntfs-3g installed?02:07
ahi2buyaka: it might help being able to boot up windows02:10
Genius-Hello02:59
Genius-Anybody helping ?03:07
guivercGenius-: if you have a Ubuntu support question, please just ask it.  If someone knows the answer, or can help you, they will   Patience is useful here... (people do other things too)03:14
Genius-Im having problem with partitioning03:15
Genius-I download ubuntu and made USB bootable but im stuck on partitioning03:16
Genius-I wanna make dual boot03:16
Genius-You recommend any tools ?03:17
guivercGenius-: I find using `gparted` easier to use, to use 'try ubuntu', load and partition my disk(s) with `gparted` writing down the details on a scrap envelope, then start the installer & use 'something else' & make it use the partitions I've already setup.  Most important - backup your data/system first (before installing Ubuntu)03:18
Genius-Thank you brother I will try that :) Thanks for ur time and effort03:18
lapionguiverc, the best kernel boot option to use when using gparted from a live installation system is "toram"03:31
lapionguiverc,  the boot takes longer but the whole system is run from ram so you remove the installation medium from points of failure03:33
guiverclapion: i dont' specify a boot option to use gparted when using a live (ubuntu install media), i just select 'try ubuntu' & use it once loaded (some flavors may require me to add it first - if so I just apt install it)03:34
lapionguiverc, while in grub loader or syslinux edit the boot options and add toram to the kernel start options and the whole "live" system will get loaded from memory03:36
hiimjoshis this thing on?03:55
gagan662_Hi, Why SSH agent variables are not there when ssh to my system?04:17
gagan662_It works when i log into my system directly.04:17
=== jakcyyy is now known as Dreaman
roadkillgagan662_: try adding them to .bashrc?04:46
gagan662_Thanks it got resolved.04:47
ilias_grhi all. i read about this option https://askubuntu.com/questions/285212/keeping-the-same-home-partition-after-a-clean-install. how can i check if my system has a separate partition for /home. I checked gparted and i saw only an /dev/sda1=/boot and /devsda2=extended. i don't see any other mount point.04:58
lotuspsychje!partitioning | ilias_gr start here mate04:59
ubottuilias_gr start here mate: 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 !swap05:00
guivercilias_gr: there are many ways, you could look in /etc/fstab, use `lsblk` (looking for mount points)..05:00
ilias_grguiverc: no mount point for /home05:03
guivercno mount point, means it will go onto /  (the catch all partition).  If you re-install Ubuntu, you can always use 'something else' & select partition, picking no-format and it will erase system dirs, but not touch /home - but I always opt for /home in a seperate partition if I can..05:05
ilias_grguiverc: ok. i see. So no separate patrition for /home. If i update ubuntu without format / is in't possible to old files conflict with new ones?05:08
guivercilias_gr: out of interest, what partition in /  (sda3?) -- if you have lots of free space, you could shrink it, make another partition within the extended (assuming it's within extended sda2) and then `cp` or copy files to it.. but a lot of work...05:08
Kon_Yeah, creating a new /home partition after the fact is a bit of work05:09
guivercilias_gr: if you re-install Ubuntu (newer version, even same version) selecting something-else & no format, it erases only program/system directories, then does install of programs & system - not touching any of /home.  at conclusion of install, it re-installs the programs you already had installed (ie. it performs the upgrade pretty well, only exception is 3rd party programs you may have added)05:09
=== semeion is now known as mnemonic
ilias_grguiverc: sure a lot of work. i can use grsync or similar to backup and do i real clean installation to update my distro but i was wondering if i could avoid this hard procedure to re-configure my system.05:10
Kon_guiverc, are you sure about that? In that case, it would mean a /home partition is a moot point unless it's on another physical disk05:11
Kon_Because the only reason to have one would be in case of disk failure05:12
guivercKon_: it's still worthwhile in my opinion, but  the install I mentioned is via something-else.. i've yet to install 18.04/18.10 (only upgrades) but my statement has applied to prior versions.  seperate /home makes switching between OSes easier, and installs safer in my opinion..05:16
cfhowlett+1!05:16
Kon_I agree, but I'm surprised to learn the installer is smarter than I gave it credit for05:17
ilias_grguiverc: i agree too that is a smart option a separate /home. but unfortunately i haven't it.05:20
guivercilias_gr: to make one, I'd backup data, validate-backup, shrink partition (live system using gparted), make new partition in space, then copy your /home data to new partition, modify /etc/fstab to mount that partition as /home - and should be done... the amount of space you have, will probably dictate the ease of this...05:22
cfhowlett!home | ilias_gr05:22
ubottuilias_gr: 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/Moving05:22
ilias_grok. i understand. thank you for your advises. is it a problem that /home is encrypted?05:24
guivercproblem no, more difficult yes.... (in my opinion, but I'm no expert in encryption - my /home is encrypted, I've performed upgrades & used it, no data loss, but had issues once too)05:26
superdreamkillai just installed lubuntu on an old macbook pro with a Radeon Mobility x1600 graphics card. I can't boot without disabling it with nomodeset. What should I do?05:27
guivercilias_gr: fyi: i've re-installed since encryption; had to add a package was the issue as I recall, then reboot05:27
guivercsuperdreamkilla: this link contains a 'how to permanently set kernel boot options' to make nomodeset permanent..05:32
guivercoops - forgot link .. https://ubuntuforums.org/showthread.php?t=161313205:32
superdreamkillai've already done that, but the problem is the system is unusable and slow without a video driver05:34
guivercsuperdreamkilla: i'm not skilled with graphics, https://help.ubuntu.com/community/VideoDriverHowto provides some clues that may help... including lspci & lshw commands to detect your gpu etc..05:37
Kon_superdreamkilla, that GPU is from 2005. It may be extremely difficult to find a driver for it which will run even in 14.0405:37
cfhowlettthis ...05:37
superdreamkillathe proprietary drivers are supposed to work up through 14.04.05:38
superdreamkillaubuntu specifically says this card is supported by their open source radeon driver05:39
Kon_Just out of curiosity, which drivers are those? and version05:39
Kon_Could you link the page with that info?05:39
superdreamkillathe driver simply called radeon. one moment ill find the page05:41
superdreamkillahttps://help.ubuntu.com/community/RadeonDriver05:42
Kon_superdreamkilla, Ubuntu 14.04 LTS: if you have Ubuntu 14.04 LTS with Linux kernel 4.4.0 (HWE stack Xenial), you can't install the proprietary fglrx/Catalyst driver.05:44
Kon_So that list of supported cards is irrelevant to you05:44
Kon_You need to find out if amdgpu supports it05:44
Kon_I guess the easy way to find out would be to install package xserver-xorg-video-amdgpu superdreamkilla05:46
Kon_superdreamkilla, your other option is to try installing 14.04.1 and trying the old proprietary driver again. But on 14.04.5, it's not supported05:53
Aph3x-WLcan they not just use the xf86-video-ati driver? i'm pretty sure amdgpu only supports cards from the past couple of years05:54
guivercsuperdreamkilla: if you installed the original 14.04 LTS (or 14.04.1 LTS) you get the 3.13 kernel which will use fglrx, if you use 14.04.2 LTS or later to install, they default to HWE kernel which is incompatible as the driver was depreciated.  when you upgrade either you get the same upgraded system, but the kernels used differ05:54
Kon_The other thing, is Lubuntu still getting updates for 14.04? I thought flavors only lasted 3 years05:56
guivercKon_: good point.  it's possible some packages still are, but they're past they're supported life (for 'universe' packages; you need to check on a per-package basis, as we're beyond 3 years)05:58
superdreamkillaim trying to run lubuntu 18.0406:04
Kon_On 18.04 there's no chance of your GPU being supported06:05
Kon_As said above, the old driver doesn't run on 16.04 or later06:05
Kon_Or 14.04.5, which is running the same kernel as 16.0406:05
superdreamkillaany reason? any alternative?06:05
Kon_Yes, as we both said, try Lubuntu 14.04.106:06
Kon_But be aware that it's not still supported with updates06:06
superdreamkillathats ridiculous06:06
Kon_Your GPU is approaching 14 years old06:06
superdreamkillaso?06:06
guivercsuperdreamkilla: what was the default driver?  radeon  (`sudo lshw -C video`  where the driver= will tell you what you were using)06:07
superdreamkillait's blank, because I have nomodeset06:07
Kon_You could try the Unity desktop version of 14.04.1 which is still getting updates until next April06:08
Kon_If you think the GPU can handle Unity06:08
superdreamkillathe gpu can handle lubuntu 18.0406:08
superdreamkillalubuntu 18.04 cant handle it06:09
superdreamkillai dont want an ugly resource hog log unity on an old unsupported version of linux which is probably broken in many others yet to be discover after I go through more tedious installs06:10
Kon_btw is this a 2006 Macbook Pro, by any chance?06:10
superdreamkillayes06:10
superdreamkillaapple exiled it on snow leopard, which would have been fine if firefox didn't cut support too06:11
superdreamkillawindows xp even got more support06:12
Kon_Windows XP still has something like 4.5% global marketshare today. The Mobility X1600 has rather less06:13
Kon_We're trying to help you find a solution, but I'm just saying, when your GPU was released, Ubuntu was on its second ever release06:14
superdreamkillai would use windows xp if firefox support wasnt cut on that now too06:14
superdreamkillaso there are no other possible drivers, and no tweaks to the ubuntu open source radeon driver to get it to work?06:16
Kon_"Mainline" Ubuntu 14.04.1 will get you updates, but running Unity on 2GB RAM might not be the best experience06:19
cfhowlettsuperdreamkilla, assuming you still have OSX installed, why not OSX + virtubalb0x + lubuntu?06:19
Kon_Lubuntu 14.04.1 will support your driver, but you won't get updates anymore. And I think he said he's switching off OSX due to lack of updates06:20
Kon_Apple is no longer supporting his machine06:20
superdreamkillatried virtualbox, way too slow on an old computer06:20
superdreamkillai had netbsd on virtualbox, even they've got a video driver that supports legacy06:22
Kon_superdreamkilla, do you have 18.04 installed and running currently?06:30
Kon_It seems xserver-xorg-video-radeon is still in the repos06:30
superdreamkillayes06:30
Kon_Do you have that package installed?06:31
superdreamkillahow do I check?06:31
Kon_sudo apt install xserver-xorg-video-radeon and it will grab it if you don't, or tell you if you do06:32
superdreamkillayes it was installed06:37
Kon_You said you had nomodeset. What happens if you don't do that?06:37
nikolamThis gparted is on drugs. While fdisk -l give this for SSD drive (one small partition, one Windows NTFS partition and one ZFS partition, gparted sees 2 zfs partitions, including non-existing "test" zfs pool instead, and no NTFS at all: https://bpaste.net/show/6b3a373b26c9 , https://mega.nz/#!0J1HESQD!ZN2vx6kd1NIWfHHI8_kvXn1v6tSliImah_tPPxbGJLU06:45
nikolamsince gparted is GUI for parted, parted is on drugs, probably. When it's the party, don't blame the driver. :P06:46
nikolamuh , actually it shows ntfs partitoin, my mistake, but it shopws also non-existing ZFS pool06:47
nikolamMaybe parted-gparted is reading some old state of MBR?06:48
nikolamsince there is no 'test' zfs pool available when running 'zpool import' by itself06:49
nikolamAlso I failed to boot yesterday, after ntfs-config started scalpeling my /etc/fstab. Someohow instead of nice UUID= lines, I ended up with pointing to /dev/sdb instead (as second device in BTRFS RAID1), while creatin permanent lines for inserted NTFS drive in /etc/fstab.06:51
nikolamAfter removal of drive, system failed to boot. I needed to go single-user and manually edit /etc/fstab to point to proper UUID (/dev/sda1) device in RAID1 and remove nasty lines for missing ntfs drives06:52
nikolamneedless to say I have doubts about using ntfs-config again.06:52
superdreamkillaif i boot without nomodeset, it hangs with the message "fb: switching to radeondrmfb from EFI VGA"06:55
=== TxRaspPi is now known as TxRaspPI
leosemiliehello it looks like using pm-hibernate accepted with cryptswap but did not reboot into the session after powerdown is there any way to check the disk or the cryptswap of the session which accepted pm-hibernate?07:12
leosemilieI'd rather not have an old session sitting on disk.07:12
leosemilieAfter figuring that part out having pm-hibernate to work it'd be great.07:13
skinnymg1if I'm not mistaken, a reboot dumps previous sessions07:14
skinnymg1could be wrong though07:15
=== mnemonic is now known as Guest73866
=== semeion is now known as mnemonic
=== arun is now known as Guest31606
Boyetteomg im in07:54
Boyetteis there someone who can help me with my ubuntu 18 total failure problem?07:55
Boyettemy ubuntu mate 18 doenst boot anymore.. i get stuck at blincking cursor black screen07:56
Boyettehowever i can access the terminal07:56
guivercBoyette: ask your Ubuntu Support question, if someone can help you with your problem, they will.  Also be precise please, there is no Ubuntu 18 release, 18.04 = 2018.April release07:56
EriC^^Boyette: can you boot if you add "nomodeset" to the kernel line in grub?07:56
Boyettewell it does boot actualy07:57
Boyettebecause i can access the terminal with CTRL - ALT F107:57
Boyettebut i cant get normal desktop07:57
EriC^^if you put nomodeset does it enter the normal desktop?07:57
Boyettecan you help me how to do that?07:57
Boyetteim actually not so experienced07:57
Boyettei was already happy to be able to access this irc now with some windows box07:58
EriC^^Boyette: hold shift to get grub when the pc restarts, then press "e" over ubuntu, go to the line that says linux /boot/vmlinuz ....quiet splash and remove "quiet splash" and replace it with "nomodeset" then press F10 to boot07:58
Boyetteim logged in now as root using the tty107:58
Boyetteok done08:02
Boyettenow i get login screen08:02
Boyettei use ubuntu mate but it shows the original screen08:02
EriC^^aha you didn't before?08:02
Boyetteat least im in now08:02
Boyettewith a very fucked up resolution08:02
Boyetteand get error now08:03
Boyetteexecutable path08:03
Boyette.08:03
EriC^^what error?08:03
Boyette"/usr/lib/xorg/Xorg"08:03
Boyettexserver-xorg-core 2:1.19.6-1ubuntu4 package crash08:04
BoyetteXorg crashed with SIGABRT in InitOutput08:04
EriC^^Boyette: try an older kernel from grub, hold shift > advanced> choose an older kernel version08:05
Boyettebut08:05
Boyetteim on desktop08:05
Boyetteits just as a message of internal error08:05
Boyetteso maybe it can just be fixed from here?08:06
EriC^^i see, try an older kernel, maybe an update happened and that's why it started08:06
Boyetteok how do we do that sir?08:06
EriC^^restart hold shift > advanced > choose older kernel08:06
Boyetteok08:09
Boyetteok trying now08:10
Boyettejust 1 option08:11
Boyettebesides the actual kernel08:11
Boyetteit performs the same08:11
EriC^^ok08:11
Boyettei see the mate environment pop up08:11
Boyettethen when the login screen is supposed to appear08:11
Boyettethe screen turns black and a blinking cursor appears08:11
Boyetteonly thing what i can do is to go to tty108:11
Boyetteor reboot08:11
Boyetteand use ur quietsplash trick which gets around it08:12
Boyetteso it seems somehow the login screen doesnt load08:12
Boyettebut its not a kernel problem ?08:12
EriC^^doesnt seem so, maybe some graphics related packages got updated08:13
EriC^^Boyette: try from the tty1 "cat /var/log/Xorg.0.log | nc termbin.com 9999"08:13
Boyetteactually when i press the powerbutton08:14
Boyettethe mate logo appears to shut it down08:14
Boyetteits funny08:14
EriC^^what DM does it use? gdm? lightm?08:16
Boyetteoutput for that:08:16
Boyettehttp://termbin.com/mxp608:16
Boyettehow do i determine that eric?08:16
Boyetteif i type : echo $DESKTOP_SESSION08:20
Boyetteit just goes to the next line without telling me anything08:20
Boyettedoes that mean there is no DM ?08:20
EriC^^Boyette: no, try "dpkg -l | grep dm"08:21
Boyettenow it gives a lot of info08:21
EriC^^or this "dpkg -l | awk '$2 ~ /dm$/ {print $2}'"08:22
BoyetteLightDM is all over the place08:22
EriC^^try the 2nd command, and look at the first column if it says "ii" it means its installed08:22
Boyetteyes now it says08:23
Boyettelightdm08:23
Boyettejust in one line thats it08:23
Boyettea clear answer :)08:24
EriC^^Boyette: aha, try "sudo mv /var/log/Xorg.0.log{,.backup}"08:24
EriC^^actually nevermind, i wanted to see if that log was from the last try we made, but i think it is cause there's no nomodeset there08:24
Boyetteif i do that08:25
Boyetteit says mv: unkown destination after  /var/log/Xorg.0.log{,.backup}08:25
EriC^^nevermind :)08:26
Boyetteok08:26
EriC^^in the last lines here http://termbin.com/mxp6 it says the problem, some segmentation fault08:26
Boyette[    12.834] (EE) Segmentation fault at address 0x008:26
Boyetteyes i noticed08:27
EriC^^i dont know what we could do right now except for making a bug report on the xorg package08:27
EriC^^sorry :/08:27
Boyettecant we reinstall org or light dm08:27
Boyetteor that has nothing to do with it?08:27
Boyettexorg i mean08:27
EriC^^i dont think it would matter08:28
EriC^^we could try, why not08:28
EriC^^try "dpkg -l | grep xorg | wc -l" just to see how many packages there are08:29
Boyette2008:29
EriC^^ok, nothing too crazy08:30
EriC^^run "dpkg -l | awk '/xorg/ {print $2}' | xargs sudo apt-get -y install --reinstall08:30
EriC^^"08:30
EriC^^also sudo apt-get install --reinstall lightdm08:31
Boyettedone08:32
Boyettereboot?08:32
EriC^^Boyette: did you try the wayland session? maybe you could use it temporarily until they fix the xorg stuff?08:32
EriC^^yeah08:32
Boyetteuhm.. dont know what that is all about :P08:32
Boyettebut certainly im interested :)08:32
EriC^^:)08:33
Boyettestill the same now08:33
Boyetteboot to blinking cursor08:33
EriC^^if you go to the tty1 and login and type "DISPLAY=:1 startx xterm"08:33
EriC^^what happens?08:33
Boyetteuhm08:36
Boyettelots of errors08:37
Boyetteeventually she says: i give up08:37
EriC^^:D08:37
Boyetteusing system config directoy /usr/share/X11/xorg.conf.d08:37
Boyettexf86EnableIOPorts: failed to set IOPL for I/O (operation not permitted)08:38
Boyettethats what is the first thing what is causing the rest08:38
Boyettecan we delete or reset that xorg.conf.d08:38
EriC^^Boyette: can you run "cat ~/.local/share/Xorg/Xorg.1.log | nc termbin.com 9999"08:39
EriC^^that should have the log there08:39
EriC^^sorry it's cat ~/.local/share/xorg/Xorg.1.log | nc termbin.com 9999"08:40
Boyettedoesnt exist08:40
Boyettexorg.008:41
Boyettedoes work08:41
Boyettexorg.1 doesnt08:41
EriC^^aha try with xorg.008:41
Boyettedone08:42
EriC^^link please?08:42
Boyetteah08:42
Boyettem6em08:42
EriC^^thanks08:42
Boyettehttp://termbin.com/m6em08:42
EriC^^same segfault08:43
Boyetteindeed08:44
Boyetteif this is a new log08:44
EriC^^i wonder what packages it updated so the error started, can you take a look at "less /var/log/apt/history.log" at what it installed prior to restarting and the problem started08:44
EriC^^yup it is, the time stamp is newer08:44
Boyetteah ok08:45
Boyettewell this is a big file08:45
EriC^^so i guess it's an xorg problem, older kernel doesnt work, and it's not lightdm related08:45
Boyetteis there any way i can also send that to termbin?08:45
EriC^^Boyette: press "g" to go down to the very bottom and scroll up a little til you see the update08:46
EriC^^sure, but it contains info like packages you've installed manually and stuff08:46
Boyettei see08:46
Boyettexserver-xorg-video-nouveau:amd6408:46
Boyettethat seems to be related08:46
leosemiliehello it looks like using pm-hibernate accepted with cryptswap but did not reboot into the session after powerdown is there any way to check the disk or the cryptswap of the session which accepted pm-hibernate?08:47
EriC^^i dont think so, i think that's the nvidia driver08:47
EriC^^anything else it updated?08:47
Boyettei dont have nvidia08:47
Boyettei have AMD APU08:47
EriC^^yeah08:47
BoyetteRADEON08:47
Boyettecan you tell me how to send publish this log08:47
Boyetteso you can maybe review08:47
EriC^^Boyette: cat /var/log/apt/history.log | nc termbin.com 999908:48
Boyettehow do i get out :P08:48
Boyetteah08:48
Boyettefound it08:48
Boyettehttp://termbin.com/424f08:49
=== rolf is now known as Guest18113
Boyettewhen i started to remove the mesa drivers the problem already occured08:51
Boyettebecause i was thinking it had something to do with that08:51
EriC^^Boyette: do you have any ppa's installed?08:52
Boyettefor sure08:53
EriC^^might be the problem i think08:53
EriC^^try to purge the graphics/mesa related stuff08:53
Boyettecan we fix that?08:53
Boyettei already tried that08:53
Boyettebut we can try again08:53
EriC^^tomreyn: you there? what was the link to the foreign packages script you made again? thanks08:54
EriC^^Boyette: type "cat /etc/apt/sources.list | nc termbin.com 9999" and "tail -v -n+1 /etc/apt/sources.list.d/* | nc termbin.com 9999"08:55
Boyettehttp://termbin.com/5m8p08:56
Boyettehttp://termbin.com/cww9h08:56
EriC^^Boyette: lets start with removing this "eb http://ppa.launchpad.net/samoilov-lex/aftl-stable/ubuntu artful main"08:57
Boyetteok how do we do that08:58
EriC^^purge it, then add it again using the bionic ppa if you want08:58
EriC^^sudo apt-get install ppa-purge08:58
Boyettedone08:58
Boyetteppa purge and then i type?08:59
EriC^^Boyette: sudo ppa-purge ppa:samoilov-lex/aftl-stable08:59
EriC^^give that a shot09:00
EriC^^ah wait09:00
EriC^^nevermind, continue ;)09:00
Boyetteupdated package lists09:01
Boyettebut also gives error about ubuntu-x-swat09:01
Boyettenot having a release file09:01
Boyetteapt-get update failed for some reason09:01
EriC^^hmm no problem09:03
EriC^^Boyette: i think this is the ppa we need to work on "deb http://ppa.launchpad.net/oibaf/graphics-drivers/ubuntu bionic main"09:03
EriC^^try "sudo ppa-purge ppa:oibaf/graphics-drivers"09:03
Boyettewell09:04
Boyettesame09:04
Boyetteupdating packages lists09:04
Boyettethen giveing the ubuntu x swat ppa has no release file09:04
Boyetteapt get update failed for some reason09:04
EriC^^Boyette: it doesn't say "ppa to be removed ...oibaf" ?09:04
Boyetteno09:04
EriC^^Boyette: try "sudo ppa-purge http://ppa.launchpad.net/oibaf/graphics-drivers/ubuntu bionic main"09:05
Boyettestill the same09:06
EriC^^Boyette: what about "sudo ppa-purge -p graphics-drivers -d oibaf" ?09:07
Boyetterequired ppa -name argument was not specified09:08
EriC^^Boyette: could you run "sudo ppa-purge ppa:oibaf/graphics-drivers 2>&1 | nc termbin.com 9999"09:08
lotus|NUCEriC^^ Boyette on bionic you can do this now: https://linuxconfig.org/how-to-list-and-remove-ppa-repository-on-ubuntu-18-04-bionic-beaver-linux09:08
EriC^^lotus|NUC: remove aka purge using ppa-purge or just remoe?09:09
EriC^^*remove09:09
Boyettehttp://termbin.com/j7fxp09:09
lotus|NUCEriC^^: thin it will do the same as ppapurge09:11
EriC^^lotus|NUC: it doesn't, it's just a normal removal of ppa09:11
Boyetteso its removed then09:12
EriC^^Boyette: nah, type "wget -O /tmp/ppa-tool.sh https://raw.githubusercontent.com/ericj112/ppa-tool/master/ppa-tool.sh"09:15
EriC^^Boyette: then type "sudo /tmp/ppa-tool.sh -r"09:15
Boyetteok09:16
Boyettebad request why09:17
Boyetteconnection refused09:17
Boyetteerror 400 bad request09:18
EriC^^Boyette: this ppa is very old, it doesn't have the bionic at all btw, http://ppa.launchpad.net/ubuntu-x-swat/ppa/ubuntu/09:18
EriC^^try again i think github had an issue09:19
EriC^^seems to be working now09:19
Boyettestill 400 bad request09:20
EriC^^odd, try "wget -O /tmp/ppa-tool.sh http://termbin.com/fxjb"09:20
EriC^^Boyette: then "sudo /tmp/ppa-tool.sh -r"09:20
Boyettethat worked09:21
Boyettecommand not found09:21
EriC^^Boyette: ah sorry, type "chmod +x /tmp/ppa-tool.sh"09:22
EriC^^then run the sudo command09:22
Boyettedone09:22
EriC^^ok choose the number of the oibraf ppa to remove it09:23
Boyetteok moment09:23
Boyetteoibaf removed09:23
Boyettedisabling ppa successful09:23
EriC^^great09:23
Boyettehow about smoilov lex09:23
EriC^^Boyette: now run it again, this time remove the ubuntu-x-swat "ppa" not the updates one09:24
EriC^^there are 2 ubuntu-x-swat , ppa and updates, ppa is old updates is still good09:24
Boyettexswat ppa09:24
Boyettehmm09:24
Boyetteppa list file doesnt exit try apt-get update first09:25
EriC^^Boyette: right, also remove the samoilov-lex, but also there's 2 of them, one is ubuntu artful one is bionic09:25
EriC^^i'm confused, did it show it in the list?09:25
Boyettexswat is showing in the list09:26
Boyettebut still giving the error09:26
Boyettealso samoilov i only see aftl-stable/ubuntu bionic main09:26
Boyettebut also giving the error09:26
BoyetteERROR: Ppa list file doesnt' exist , try apt-get update first09:26
EriC^^which xswat is showing?09:26
Boyetteboth09:27
Boyettenumber 9 and 1009:27
Boyetteppa/09:27
Boyetteupdate/09:27
Boyettebut cant be removed09:27
Boyettealso if i call the list again its still there09:27
EriC^^ah that makes sense, the program uses the list file to make the ppa name to give to ppa-purge09:27
EriC^^and cause there's no release file it's not making any list file09:28
EriC^^Boyette: we'll have to manually pass it to ppa-purge, 1 moment09:28
Boyetteok09:30
EriC^^Boyette: try "sudo ppa-purge -p ppa.launchpad.net_ubuntu-x-swat_ppa_ubuntu -o dists_bionic -s main"09:37
Boyettek09:37
EriC^^1 sec09:37
EriC^^typo09:37
EriC^^nevermind, continue :)09:37
Boyetteexecuted09:38
Boyettewith same output again09:38
Boyetteupdating package lists09:38
Boyettewarning apt get update failed blablabla09:38
EriC^^ah09:38
EriC^^nevermind then, try "sudo apt-get update && sudo apt-get dist-upgrade" then try rebooting to see if it'll log in09:39
Boyetteok09:41
Boyettei think it wont09:41
Boyettebecause actually it didnt update or change anything09:41
EriC^^why not09:42
Boyetteit was all up to date09:42
EriC^^we removed the oibraf graphics drivers ppa09:42
Boyetteyes still booting with black screen blinking cursor09:42
Boyettethe ppa was removed09:42
Boyettebut there were no drivers in use of that probably09:42
Boyetteso that wont change anything09:42
EriC^^Boyette: 90% of the packages updated before it broke had "oibraf" in their version naming :)09:43
Boyettehmm09:43
Boyettei dont know09:43
Boyettereally09:43
Boyettebut it didnt update anything09:43
Boyettei dont know why09:43
kristenbbhello, when I select two video files and open them through the Files manager, it opens two files, even though I have /usr/bin/vlc --started-from-file %U in /usr/share/applications/vlc.desktop. Is this a known bug in 18.04 ? (it worked in 16.04)09:43
EriC^^Boyette: what does "dpkg -l | grep oibaf | nc termbin.com 9999" give? just to see if any are still there09:44
Boyettehttp://termbin.com/2t2509:44
Boyetteyes they are there09:45
Boyetteshit ur right09:45
Boyettebut how do we remove that09:45
EriC^^Boyette: ppa-purge supposedly should have reverted back to repo packages, hmm09:46
Boyettebut it didnt or the system think its a newer version so it wont go back ?09:46
EriC^^nah it should be able to go back09:47
Boyettehmm09:47
Boyettebut why then09:47
Boyetteit doesnt09:47
EriC^^type "apt-cache policy xserver-xorg-video-amdgpu"09:47
Boyettek09:47
EriC^^let's see exactly from which ppa it was installed and stuff09:47
Boyetteinstalled: 18.0.99+git1809071934.ca5eb9~oibaf~b09:48
Boyettecandidate: 18.0.99+git1809071934.ca5eb9~oibaf~b09:48
Boyetteversiontable: 18.0.99+git1809071934.ca5eb9~oibaf~b 10009:49
Boyette100 /var/lib/dpkg/status09:49
Boyette18.0.1-1 50009:49
Boyette500 http://nl.archive.ubuntu.com/ubuntu bionic/main amd64 packages09:49
Boyettethat was a lot of typing09:50
EriC^^Boyette: for the future you can use  "| nc termbin.com 9999" after any command to send the output to the pastebin09:51
Boyettelol09:52
Boyetteyes i was thinking about that :)09:52
EriC^^i think the ppa is still there, cause it says candidate that i dunno09:52
EriC^^:D09:52
Boyettei think so too09:52
Boyettebut why09:52
Boyette:P09:52
EriC^^Boyette: indeed :D09:52
Boyettethis xserver-xorg is really the cause for sure09:54
Boyetteyou found it09:54
Boyetteonly how do we reverse it09:54
EriC^^Boyette: let's see if the ppa is still there in the list, and see if we can give ppa-purge a new shot or something09:55
EriC^^or maybe we missed a ppa or something09:55
EriC^^Boyette: type "tail -v -n+1 /etc/apt/sources.list.d/* | nc termbin.com 9999"09:56
Boyettehttp://termbin.com/cf9io09:57
EriC^^Boyette: the xserver-nouveau one is still there, and it just recently got updated, so it makes me think that the packages arent left over from an older graphics ppa or something09:57
EriC^^Boyette: it looks commented out in the sources09:58
EriC^^i guess ppa-purge didnt revert stuff that well09:58
EriC^^maybe we give it another shot?09:58
Boyettehmm09:58
Boyettesure!09:58
EriC^^try "sudo sed -i 's/#deb/deb/' /etc/apt/sources.list.d/oibaf-ubuntu-graphics-drivers-bionic.list"09:59
EriC^^Boyette: then sudo apt-get update09:59
EriC^^actually lets also remove temporarily the xswat and other ppa so apt-get doesnt whine about the updating process09:59
Boyettesure10:00
EriC^^Boyette: type "sudo sed -i 's/^deb/#deb/' /etc/apt/sources.list.d/ubuntu-x-swat-ubuntu-ppa-bionic.list10:00
EriC^^"10:01
EriC^^then try "sudo apt-get update" again and see how it goes10:01
Boyettek10:02
Boyettefirst command executed10:03
Boyetteupdate doesnt change anything10:03
Boyettefinished without making any changes10:03
EriC^^Boyette: you ran both "sudo sed commands" ?10:04
Boyetteshit10:04
Boyettesorry10:04
Boyettemissed the first10:04
Boyetteit fell of my screen10:04
Boyettebut10:05
Boyettenow  i did both10:05
Boyetteand still the same10:05
Boyetteno changes10:05
EriC^^Boyette: did you run apt-get update?10:06
EriC^^what do you mean no changes?10:06
Boyetteyes apt-get update10:09
Boyetteits just reading package lists10:09
Boyettethen its ready10:09
Boyettefinished10:09
Boyettehttp://termbin.com/t06410:11
oznthi guys, I am having trouble blocking traffic to docker containers using UFW. I have tried this solution https://svenv.nl/unixandlinux/dockerufw/, but I am still seeing attempts to login on my server. Can someone offer an advice?10:11
mtcregarding audacity, where is the plugin folder in the version for ubuntu 18.04 ?  I am having trouble adding a new plugin, by adding it to the plugin folder10:14
EriC^^Boyette: sorry i got d/c, so you ran update, did it still complain about xswat?10:14
Boyettehttp://termbin.com/bcbf310:14
Boyetteits not complaining10:14
Boyettebut not changing anything either aswell10:15
EriC^^i notice oibaf isnt in there10:15
lotus|NUCmtc: the #audacity channel might know that perhaps10:15
mtclotus|NUC: thanks but pretty quiet in there right now..10:15
EriC^^Boyette: type "cat /etc/apt/sources.list.d/oibaf-ubuntu-graphics-drivers-bionic.list | nc termbin.com 9999"10:15
lotus|NUCmtc: what about 'whereis audacity' from terminal?10:16
mtclotus|NUC: ubuntu 1804 installs audacity as a snap (!?)10:16
Boyettehttp://termbin.com/jspd10:16
mtclotus|NUC: audacity: /snap/bin/audacity10:16
lotus|NUCmtc: ah you installed the snap one, not the one from apt10:17
mtclotus|NUC: oh okay, I will just uninstall it and reinstall it from apt10:17
EriC^^Boyette: yup it's commented out10:18
lotus|NUCmtc: check also your /home folder for hidden folders10:18
Boyetteso we need to delete this oibaf shit?10:18
lotus|NUCoznt: perhaps #ubuntu-server or #netfilter might suit you better mate10:18
EriC^^Boyette: type "sudo sed -i 's/#deb/deb/' /etc/apt/sources.list.d/oibaf-ubuntu-graphics-drivers-bionic.list"10:19
Boyettedone10:20
Boyettei added termbin but it didnt come back10:20
Boyettejust empty execution10:20
mtclotus|NUC: it is working as expected now... thank you for your help10:22
lotus|NUCmtc: welcome10:23
EriC^^Boyette: that's normal10:23
Boyettek10:23
EriC^^Boyette: try again "cat /etc/apt/sources.list.d/oibaf-ubuntu-graphics-drivers-bionic.list | nc termbin.com 9999"10:23
Boyettehttp://termbin.com/yjg9t10:24
EriC^^Boyette: great, now run "sudo apt-get update"10:25
Boyettehttp://termbin.com/acfc10:26
Boyettei think the problem is like this:10:26
Boyettehttps://askubuntu.com/questions/914487/is-it-possible-to-downgrade-ppa-for-a-few-days10:26
Boyettehttp://termbin.com/pmd0o10:28
EriC^^Boyette: ok, try now "wget -O /tmp/ppa-tool.sh http://termbin.com/fxjb"10:29
EriC^^Boyette: then "chmod +x /tmp/ppa-tool.sh"10:30
Boyettedone10:30
EriC^^Boyette: type "sudo /tmp/ppa-tool.sh -r | tee /tmp/ppalog"10:32
EriC^^then remove the oibaf ppa10:32
EriC^^actually 1 sec10:32
EriC^^Boyette: type "sudo /tmp/ppa-tool.sh -r |& tee /tmp/ppalog"10:32
tollandI installed zabbix-server-mysql from the deb from the vendor, and when I installed it on an ubuntu18 box, some files were missing under the /usr/share/doc in particular /usr/share/doc/zabbix-server-mysql/create.sql.gz10:32
tollandI download and untarred the deb, and the file is there alright10:33
Boyettegives a list10:33
ppfi want to stream sound output between two devices10:33
ppfwhat are my options?10:33
lotus|NUCtolland: ask the maintainer please10:34
lotus|NUCtolland: this also looks usefull: https://computingforgeeks.com/install-zabbix-server-ubuntu-18-04/10:35
EriC^^Boyette: type "cat /tmp/ppalog | nc termbin.com 9999"10:36
lotus|NUC!info paprefs | ppf10:36
ubottuppf: paprefs (source: paprefs): PulseAudio Preferences. In component universe, is optional. Version 0.9.10-2build1 (bionic), package size 45 kB, installed size 313 kB10:36
Boyettewait10:36
Boyetteline 105: integer expression expected10:36
Boyettehttp://termbin.com/cxgs10:37
ppflotus|NUC: elaborate?10:37
lotus|NUCppf: https://askubuntu.com/questions/78174/play-sound-through-two-or-more-outputs-devices10:38
ppflotus|NUC: okay. how do i do this without a gui? :)10:39
lotus|NUCppf: try papref, see if it has a manpage perhaps10:39
ppflotus|NUC: that's just a config ui for pa10:40
lotus|NUCppf: right, then im out of ideas, cause you need to actually split settings from pulse10:40
EriC^Boyette: sorry dc again10:41
Boyetteok10:41
Boyettehttp://termbin.com/cxgs10:41
EriC^thanks10:41
ppflotus|NUC: split settings?10:41
EriC^Boyette: i meant to remove the oibraf one10:41
BluesKajHowdy all10:42
EriC^Boyette: run it again, and choose to remove the oibaf one and leave the terminal open to see what ppa-purge did and stuff10:42
Boyetteyes10:43
Boyettenow it removed a lot10:43
Boyetteor10:43
Boyettewait10:43
Boyetteshowing mesa-common-dev is already the newest version10:44
Boyetteand all xserver-xorg is already the newest version10:44
Boyettehttp://termbin.com/9pzjo10:44
Boyetteall are set now to manually installed10:45
EriC^Boyette: can you pastebin the output of ppa-tool.sh -r > oibaf removal?10:45
EriC^select the stuff in the terminal then press ctrl+shift+c to copy then paste usual in http://paste.ubuntu.com10:46
Boyettehow can i select that10:47
Boyettewas that not loggee10:48
EriC^Boyette: in the terminal left click and drag it over the text10:48
Boyettei dont have a mouse10:48
Boyettenow10:48
Boyetteim in tty110:48
EriC^ah right10:48
Boyettewas that not logged10:49
Boyettecant i upload the log file?10:49
EriC^the log file just had the last run10:49
EriC^it doesnt mention oibaf at all10:49
Boyettewhat about tmp/ppalog10:49
EriC^Boyette: anyways, maybe we got lucky, does "dpkg -l | grep oibaf" give anything this time?10:50
EriC^Boyette: that's the log file i menat10:50
EriC^*meant10:50
Boyettelet me check10:50
Boyetteyes10:50
Boyettestill a big list10:50
Boyettehttp://termbin.com/ixlr10:51
EriC^hmm ok last time10:53
EriC^type "sudo sed -i 's/#deb/deb/' /etc/apt/sources.list.d/oibaf-ubuntu-graphics-drivers-bionic.list"10:53
EriC^then "sudo apt-get update"10:53
EriC^then "sudo /tmp/ppa-tool.sh -r |& tee -a /tmp/ppatool"10:54
EriC^Boyette: actually 1 second10:54
EriC^after you run "apt-get update" please let me know to give a command10:54
EriC^Boyette: ?11:03
Boyettesorry11:04
Boyetteim here11:04
Boyettedone11:05
Boyettecommand11:05
gpunkhi is bumblebee broken ? it doesnt work for me11:19
gpunkprimus: fatal: failed to load any of the libraries: /usr/lib/nvidia-current/libGL.so.1:/usr/lib32/nvidia-current/libGL.so.111:21
ppfcan i select PA sinks per application?11:22
ppfcan an application select its own sink?11:23
JimBuntu"PA sinks" ?11:23
ppfpulseaudio11:23
JimBuntuDepends on the application11:24
ppfhow11:24
JimBuntuIt's up to the developer to enable such customization11:24
yannfhi11:24
ppffor the sake of argument, i'm the developer11:24
JimBuntuppf,  Then, yes, you can allow the end user to select from all available inputs11:25
yannfyesterday,  I came for help for UEFI11:25
ppfJimBuntu: how11:25
JimBuntuppf, That is way outside the scope of this channel, but I can give you an example to check out... Simple Screen Recorder11:26
yannfI got my laptop installed, but I have a network issue now11:26
yannflog says the problem comes from rfkill11:28
yannfbut rfkill is not installed11:28
ppfJimBuntu: but i can only select a PA server, not a sink11:29
JimBuntuYou can select either, if they are available.11:29
yannflshw says the network is "DISABLED"11:29
yannfit is Atheros card using module ath9k11:30
ppfJimBuntu: right!11:31
yannfwhat should I do now?11:31
yannf(posting from my phone)11:32
Hanumaanupgrade from 16.04 to 18.04 is not working properly see the error : https://paste.ubuntu.com/p/vzw56NrYfB/11:41
billythekido7Hello. I'm trying to extend the Logical Volume Group to use the free entire disk. I have some space left since I moved /boot in the encrypted /.11:47
BluesKajHanumaan, sudo do-release-upgrade11:47
billythekido7every guide I read, insists on recreating the /dev/sda2 with fdisk but starting it where it used to.11:48
billythekido7since the "free space" is at the beginning of the disk, I can't do that. Anyone can help out?11:48
billythekido7Example guide: http://ryandoyle.net/posts/expanding-a-lvm-partition-to-fill-remaining-drive-space/11:50
yannfhello, any idea about my problem?11:53
gpunkbumblebee doesnt work for mz11:59
gpunkany help?11:59
gpunkSep  9 14:00:45 laptoptwo bumblebeed[6025]: [ 1820.328607] [ERROR][XORG] (EE) FBDEV(0): FBIOPUTCMAP: Device or resource busy12:01
=== placebo is now known as placebot
ppfi've tried to use a remote PA sink to stream audio between devices, but there is basicly a single sound frame and then silence12:19
ppfany suggestions?12:19
uleguiverc: It doesn't show up the secondary monitor on my settings12:26
uleBasically, after Ubuntu 18.04, my external monitor just doesn't work12:26
uleLooks to be related with the GDM3 or Lighdm12:26
uleI tried switching them but still doesn't work12:27
uleANyone had the same issue? External monitor died on Ubuntu 18.04?12:27
deskwizardHowdy!12:29
deskwizardI was wondering if any of you might give me a little hand here, long story short, X11 is totally ignoring my calibration configuration file ... anything obvious I'm missing ? Here's the config file https://gist.github.com/deskwizard/864ba26fbc720fcba4f100b92ddf337412:32
deskwizard(calibration for the touchscreen that is)12:33
ioriadeskwizard, if you move it in  /usr/share/X11/xorg.conf.d/ ?12:37
deskwizardioria: let me give that a try12:39
skinuxALT+arrow keys keep switching between shells and DE. What can I do about this?12:44
deskwizardioria: no cigar12:45
ioriadeskwizard, what has generated 99- calibration ? xinput-calibrator ?12:46
deskwizardioria: yes the content was generated with xinput-calibrator indeed12:47
ioriadeskwizard, did you rebooted ? (you're not using wayland, right ?)12:48
deskwizardioria: nah not wayland. and yes I'm rebooting between each try just to make sure12:51
ioriadeskwizard, no idea then; check some logs (gdm, Xorg.0.log, rtc etc)12:52
deskwizardioria: alright, I'll go through them again, thanks!12:52
iorianp12:52
HanumaanBluesKaj: says no new release found and when I login via ssh it shows as "Welcome to Ubuntu 18.04.1 LTS (GNU/Linux 4.15.0-33-generic x86_64)"12:54
deskwizardioria: seems like the cal config file isn't the only one not working, at least that gives me a starting point13:04
de-factoHaving serious trouble with chromium-browser: have not changed anything, when i try to start it it just silently crashes: https://pastebin.com/0TZVDzP613:06
de-factoAny ideas how to find out why?13:06
deskwizardnvm... hehe13:07
skinuxWhat is the tool for setting keyboard hotkeys?13:12
BluesKajHanumaan, make sure you have the LTS flag enabled in your package manager, and if that doesn't work run sudo do-release-upgrade -d...seems your sources.list could be out of date13:13
BluesKajHanumaan, or you may already have it installed13:14
yannfNVM got it13:20
kristenbbhello, when I select two video files and open them through the Files manager, it opens two vlc instances, even though I have /usr/bin/vlc --started-from-file %U in /usr/share/applications/vlc.desktop. Is this a known bug in 18.04 ? (it worked in 16.04)13:21
ausjkeis there a config for me to stop ubuntu to send out any egress packets at idle? including ntp packets13:22
ausjkefor some clean testing purposes, my tcpdump capture is always mixed with ubuntu's own heartbeat packets of some sort13:22
ausjkei closed all browsers, and run a curl http get, but my tcpdump is filled with ubuntu's own traffice in the background13:23
ausjkes/traffice/traffic/13:23
deskwizardioria: figured it out, I had to edit /usr/share/X11/xorg.conf.d/40-libinput.conf and set the driver for the touchscreen to evdev instead of xinput, re-did the cal and all is well, thanks again14:02
luda420Hey. I'm running ubuntu 18.04, and my audio isn't working. I've been using 18.04 for at least 3 months, but I hadn't faced the issue until the last week.14:03
luda420Force reloading alsa works, but I have to do it everytime I turn my laptop on.14:06
arcvdnHello, I have an issue related to my ssd overheating when using ubuntu. I installed ubuntu to my hdd but it seems like my whenever im in ubuntu my ssd is also being used. I think this may have something to do with the bootloader being installed there? Is there anyway I can move it to the hdd so that the ssd is not used at all when I use ubuntu?14:12
arcvdnanyone?14:16
juhHi there, i need a help. i am trying to install something using apt-get14:16
juhhttps://pastebin.com/nzwaU4NM14:16
juhbut im not able to install. pasted the error above14:17
blackflowarcvdn: how do you know it's overheating? that doesn't sound right. If there's no activity on it, the only heat comes from it being powered on, in which case there could be a hardware issue.14:17
blackflowjuh: did you actually read that output? the packages are already installed. and there's pending updates for the kernel, you need dist-upgrade or do as the message instructed with apt-get -f install14:19
blackflowjuh: Ideally don't use apt-get but apt.14:19
juhblackflow: we did apt-get -f install, but we still got the same error14:20
arcvdnblackflow: thanks for replying! I opened the disks app and its shows the disk is currently running at 149F, while the HDD is running at 117F. I installed Ubuntu on the HDD so I'm not even sure why the SSD is being used at all :(14:20
blackflowarcvdn: _used_ or just powered on (because it's connected to power) and detected and listed?14:21
blackflowso again, if there's no activity on it and it's overheating, there's a hardware issue with it.14:21
arcvdnblackflow: I'm not sure, is there a way I can check its activity?14:21
blackflowor maybe it's in an unfortunate location in the chassis and it's being additionally warmed up by the cpu?14:22
arcvdnthat could be it too14:22
blackflowarcvdn: pastebin the output of    iostat | grep -P "^sd"    please14:23
arcvdnthe thing is last night it peaked at 198F so I'm not sure if it could be the CPU overheating it14:23
blackflowcould be wrong/faulty temp sensor too14:23
blackflow198F is way excessive, and only possible if the sensor is faulty, or there's some serious trouble with the SSD and it's overheating like that14:24
arcvdnthis is the output I get:14:24
blackflowjuh: try dist-upgrade    or with apt,    apt upgrade14:24
arcvdnsda               0.55         5.34         0.00      14909          114:24
arcvdnsdb              13.16       327.93       209.99     915673     58633214:24
blackflow!paste | arcvdn14:24
ubottuarcvdn: 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.14:24
blackflowarcvdn: so which one is ssd? I'm guessing sda14:24
arcvdnyes14:24
blackflowright so no activity there14:25
arcvdnso it's a hardware issue then?14:25
blackflowarcvdn: you can do iostat 10   and observe stats per 10 second intervals. actually grep's not needed.    iostat sda sdb 10    will show activity per 10s intervals for sda and sdb14:26
blackflowarcvdn: yes, either faulty sensor, wrong readings by whatever kernel module is reading that, or indeed faulty drive...    install smartmontools and run    smartctl -a /dev/sda    and pastebin that please14:26
blackflowmind the above message about pasting14:27
arcvdnsorry im new to this, how would I pastebin that?14:27
blackflowarcvdn: for example like this       smartctl -a /dev/sda | nc termbin.com 999914:28
blackflowarcvdn: that will output to termbin.com and you'll get an URL in return. paste the URL here please.14:28
blackflow!pastebinit | there are also dedicated tools:14:28
ubottuthere are also dedicated tools:: 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 | pastebinit14:28
=== mouses is now known as mous
arcvdnblackflow: here it is- http://termbin.com/c1w614:32
blackflowarcvdn: huh, it seems those temps are right. so either hardware failure in it, or it's being heated up by surroundings. you say that's a laptop? sounds plausible.14:33
blackflowarcvdn: how about the other one? same command but for sdb14:34
arcvdnblackflow: http://termbin.com/aky014:35
arcvdnfunnily the hdd peaked at a lower temperature than the ssd14:36
kumoolapparmor fails to start, should I be worried?14:36
kumoolnever heard of this service before, which is why i'm asking14:37
ledeniarcvdn:  1) sudo apt install hddtemp & 2) sudo watch hddtemp /dev/sda ---> watch temperature every 2 sec14:38
rudolpg-rI've seen Apparmor complain before, but I have no true idea what it is. I think its kinda like SELinux for sandboxing apps?14:38
blackflowarcvdn: that's a bit on the warmer side, but I suppose not impossible for a laptop. so that ssd, I'd bet it's faulty.  sorry, can't help you more, I have to flee. good luck!14:38
arcvdnblackflow: thanks for your help, I'll try to figure something out :)14:39
kumoolrudolpg-r, alright14:41
rudolpg-rI have a really dumb question if anyone has a minute and needs a laugh. I'm an administrator for a college's CS Department network and trying to implement a way for students to communicate with each other, and with the admins seamlessly and quickly... So naturally I thought about making a local only IRC network.. However I can't seem to get it to do ANY of what I want it to do, and I've tried both ircd and inspircd. Is there a bette14:42
rudolpg-ram I just that dumb?14:42
kumoolanother problem i've found is that bitlbee autostarts in port 6667 which is the default, even though I've configured it (in its configuration file) to autostart in 666814:42
kumoolrudolpg-r, I just installed ngircd and it just works14:43
kumoolif its a problem with configuring it and so on14:43
rudolpg-rkumool, can I set a default channel, and disable nick changing with that? That's the main functionality I'm missing. I want users to be forced to use their LDAP names, and to be dropped into a support channel at join14:43
kumoolrudolpg-r, you can set a persistent channel, but I don't think you can do any of the other stuff14:46
kumoolI do remember configuring inspircd to be a pain which is why i suggested14:46
rudolpg-rI will give ngircd a chance- so far there's only a few students using it because we're still 'testing' it14:47
rudolpg-rThank you kumool :)14:47
dreamonHello. having 2 monitors and I want to know the working area of each one. this mean each height without upper and lower toolbars I have in xubuntu14:55
ikoniadreamon: do you mean you want to know the resolution ?15:02
kitsunenokenja(server 18.04LTS) I'm working on removing an old PPA and it's gone, but I got a few pkgs installed that I want to replace with the ones provided by bionic. I can't simply remove them, I need to overwrite the installation. -t lets me pick bionic explicitly, but how can I tell apt to overwrite the currently installed version?15:03
dreamonikonia, no xrandr | grep connected shows me resolution. I want to now workingarea thats the area in pixel a window would use if its been maximized. but for each monitor I want to know15:04
ikoniadreamon: if you maximise a window - it's the size / resolution of the monitor15:05
ikoniakitsunenokenja: you need o remove them15:05
ikonia"to" remove them15:05
kitsunenokenjaI will probably break this server if I try that, that's the problem. one of the pkgs is openssl15:06
ikoniakitsunenokenja: why will you break the server removing them15:06
ikoniawhat are the packages ?15:07
kitsunenokenjaworst case is I wait for bionic to provide a newer version and it will naturally flush out these PPA-provided versions15:07
de-factoCan I install chromium-browser and google chrome alongside on the same machine or do they share common config/files and collide therefore?15:07
dreamonikonia, no, cause I have two toolbars in xubuntu upper and lower. so I have to subtract. But this toolbars are different from pc to pc. therefore I want to know this area.15:07
ikoniakitsunenokenja: it may not do that if the packages do not have conflicting names15:07
kitsunenokenjalibgd3 libjbig0 libpcre3 libsodium23 libssl1.1 openssl15:07
kitsunenokenjathe names should align15:07
ikoniakitsunenokenja: wow - you upgraded SSL !15:07
ikoniakitsunenokenja: that's a bad bad move15:07
kitsunenokenjaprobably wasn't me, someone else services this thing15:08
ikoniakitsunenokenja: what does the apt-policy for those packages show ?15:08
ikonia(libssl1.1 isn't a package)15:08
kitsunenokenjasorry, how do I check that, that's not a part of ubuntu/debian I've learned yet :^)15:09
dreamonikonia, wmctrl -d shows me this "WE (workarea) but not for each monitor.15:09
ikoniaapt-cache policy15:09
ikoniadreamon: no idea, never been asked or had to work out the pixel area of the tool bars15:09
kitsunenokenjaeverything here looks like stock priority settings from bionic, no pinned packages or manual overrides15:10
nomici amend .bashrc to add a line on then i start getting this message -bash: /home/user/.profile: line 28: syntax error: unexpected end of file15:10
nomicdunno why15:10
ikoniakitsunenokenja: what do you mean "looks stock"15:10
ikoniakitsunenokenja: if they are coming from a PPA they are not "stock"15:10
kitsunenokenjawhatever the .deb's normally put into /etc/apt from bionic, no manual intervention is what I'm saying15:10
ikoniakitsunenokenja: I didn't ask what was in /etc/apt15:11
kitsunenokenjaI removed the source for the PPA already. Oh.15:11
ikoniaI asked what the policy was15:11
ikonianomic: the changes you make have a syntax error in them15:11
kitsunenokenjahere's my output then, https://ptpb.pw/wOE-15:11
nomicyeah but the change is in .bashrc15:12
nomicits saying '.profile'15:12
ikoniakitsunenokenja:for the packages in question15:12
kitsunenokenjaah, policy can take a pkg name as an argument15:12
ioriakitsunenokenja, apt-cache policy libgd3 libjbig0 libpcre3 libsodium23 libssl1.1 openssl15:12
ikonianomic: it sources that file15:12
kitsunenokenjathanks, didn't think it would take a series as input in one shot15:12
kitsunenokenjayeah this makes more sense now, https://ptpb.pw/Bp7815:13
ioriadeskwizard, maybe ppa-purge might help you15:14
kitsunenokenjagiven this perhaps I can run install commands explictly requesting version numbers even if it appears to be a downgrade, just to switch to what bionic is providing15:14
ikoniait's going to be really unhappy with SSL15:14
ioriakitsunenokenja, if the sury source is gone, (apt update after)  ppa-purge should replace the original pkgs15:15
kitsunenokenjayeah, I ended up doing some "--remove" myself before I noticed there is a ppa-purge tool. it has nothing to report now and I'm where I am now15:16
ioria!info ppa-purge | kitsunenokenja15:17
ubottukitsunenokenja: ppa-purge (source: ppa-purge): disables a PPA and reverts to official packages. In component universe, is optional. Version 0.2.8+bzr63 (bionic), package size 6 kB, installed size 24 kB15:17
ikoniait should still try to purge15:17
kitsunenokenjaI don't mind picking up the pieces myself15:17
ikoniaI suspect it will fail/refuse SSL15:17
kitsunenokenjahmm, ok I'll have a look15:17
kitsunenokenjacould not find package list for PPA, not terribly surprising since it really is gone15:18
ioriakitsunenokenja, yep, you need to renable it15:18
kitsunenokenjatried explict version install for libpcre3, apt will do it15:19
kitsunenokenjait thinks it's a downgrade (it is) and that's fine15:19
nomictheres no error in .bashrc though, ikonia, the line i added (an alias), works15:20
ikonianomic: then look in profile15:20
nomicprofile hasn't been touched15:20
ikoniastill look15:20
ikoniait's got an error....look at the file15:20
kitsunenokenjaeverything is good now, thank you two for the help :)15:25
ioriakitsunenokenja, good, your wlcm15:26
nomicwow .. the obscurity ... something stupid .. I had made "alias fi" .. and im pretty sure it overrode "fi" in bash = finish or something15:33
nomicikonia15:34
nomicfixed it15:34
nomicalias fi wasn't a problem on xubuntu but was a problem on mate15:34
nomicthats always one of the wors things .. you name a variable a debugger command or something15:35
kumoolIs there an implicit inetd on ubuntu that's running or can be configured anywhere?15:37
ikoniaxubuntu and ubuntu are the same thing15:37
ikoniamate is just the desktop15:37
ikonia"fi" is normally the end of an "if" statement15:37
ikoniaand any desktop will not care about that as it's the part of "bash" which both systems use15:38
ausjkelooks like gnome-panel establishes connection to some deploy.static.akamaitechnologies.com on 443 port15:47
=== SimonNL is now known as SimonNL_Afk
ausjkei already stopped statistics report so this is odd15:48
DrecondiusOk, I have a curious problem here, I have a "broken" raid mapper on 2 of my drives where neither of them show up in file manager but are listed in gparted. Catch, they are both separate functional drives in windows.16:15
DrecondiusHow can I remove the mapper and save the data if possible. if not I don't mind a low level format just not very thrilled with the idea of the amount of time it will take.16:16
ikoniawhat is a raid mapper ?16:17
DrecondiusIt's a marker that the raid controller uses to tell the drives how they are arrayed (afaict)16:19
ikoniawhat type of raid is this, I assume fakeraid and not software or hardware raid16:19
Drecondiushardware, hence the issue16:19
ikoniaare you sure it's hardware and not fakeraid (motherboard raid)16:20
Drecondiusthis is a "new" raid controller and they were broken off into individual drives years ago16:20
ikoniaDrecondius: if it's hardware raid none of the metadata will be on the disk16:20
ikoniahence why I'm asking if this is actually fakeraid16:21
DrecondiusI am absolutely positive, the only raid controller they've been squashed together with was on my old Gigabyte mobo16:21
DrecondiusNever did a fakeraid in windows16:21
ikoniaso it has been part of a fakeraid then ?16:21
DrecondiusNo16:21
ikoniaon your old gigabye motheroard ?16:21
ikoniaok - so what raid controller are you using ?16:22
Drecondiusthis one is an sas controller, one moment and I'll give ya the name.16:22
Drecondiuswell, it's a dell precision t750016:23
DrecondiusI'd have to reboot to tell ya exact name.16:23
ikoniathat's a workstation model16:23
DrecondiusYup16:23
ikonia....and the spec doesn't show it containers a hardware raid controller16:23
ikoniait looks like a cheap as chips desktop16:23
Drecondiusit's an SAS controller16:23
ikoniaso ?16:24
ikoniathat doesn't mean it's a hardware raid controller16:24
immuducasse, hi16:24
Drecondiusso the controller on the motherboard isn't hardware?16:24
ikoniaDrecondius: no16:24
Drecondiusmoment16:24
deadromhi, 18.04.1 live 64 in vbox5: screen all garbled. anything I can do about it?16:25
anjovisI'm striving for a minimalist setup and have uninstalled netplan and am using systemd-networkd for network config. Works great! Now, I'd like to make a nat rule persistent, without messing up what libvirt is maintaining. What's the best way to do this?16:33
Drecondiusonboard LSI 1068e Raid Controller16:33
Drecondiusand the raid was originally on a gigabyte 990fxa-ud3 v416:34
DrecondiusI seperated them after killing the raid in bios a couple years ago16:35
Drecondiusthat board has since died16:35
ikoniaDrecondius: so that LSI is a different type of fakeraid reading the spec on it16:36
ikoniaDrecondius: so if you've seperated the disks, can you not just mount them as seperate disks manually ?16:37
Drecondiusaccording to gparted they are both locked into /dev/mapper/pdc_chefjhbea a 1.82 tb raid16:39
ikoniacan you actually mount them manually ?16:39
Drecondiusno16:39
ikoniawhat happens if you try to mount them manually ?16:39
Drecondius"gpt table is corrupt16:39
Drecondius"gpt table is corrupt" *16:39
ikoniahow are you trying to mount them ?16:39
ikoniahow did you "split them" when you took them off your old fakeraid controller ?16:40
ikoniadid you zero the private region ?16:40
ikoniaor just start using them as seperate disks ?16:40
Drecondiusdisabled the raid array in bios, seperating them and formatting them to ntfs (were windows boot for long time)16:41
ikoniaI guess no way to tell what that "disable in fake raid bios" actually does16:41
ikoniaDrecondius: what happens if you manually try to mount one ?16:42
Drecondiussec let me find the logs16:42
ikoniadon't use logs now, just type the mount command16:42
ikoniashow me the mount command you used, and show me the error16:42
Drecondiusunknown filesystem type 'promise_fasttrack_raid_member'16:44
DrecondiusI was trying all of this last night when i gave up and went to bed16:44
Drecondiusmount /dev/sdx /media/tester16:46
Drecondiusand the error was unknown filesystem type 'promise_fasttrack_raid_member'16:46
Drecondiusplease bear with me I'm still scatterbrained from lack of coffee16:46
Drecondiusand feeling used due to learning something new about raid vs fakeraid. I always thought fakeraid was a software raid not one generated by a controller in the system.16:47
DrecondiusI'm just gonna llf them both16:55
=== SimonNL_Afk is now known as SimonNL
=== Trystam is now known as Tristam
uplimeHello! I've got a fresh ubuntu 17.10 vm, and whenever I specify multiple interfaces, one never comes up. for example, if I just have the bridged interface enabled, it always works fine, and I can use it as expected. but if I enable a host-only interface, only that one works consistently. the other interface is still configured, but I can't do anything with it. Is there any way to use both interfaces?17:46
tomreyn!17.10 | uplime17:47
ubottuuplime: Ubuntu 17.10 (Artful Aardvark) was the 27th release of Ubuntu. Support ended on July 19th, 2018. See !eol and https://lists.ubuntu.com/archives/ubuntu-security-announce/2018-July/004483.html17:47
uplimeI have the same problem with 18 as well17:47
tomreyncheck the system logs to find out why the extra interface is not coming up17:49
tomreyn(on the 18.04 system, that is)17:50
uplimeit comes up. it has an ip address and everything. I just can't send traffic over it17:51
uplimeoh, i accidentally wrote it never comes up. that was a mistake on my part17:52
uplimeit does (i can see it in `ip addr`), it just acts like its down17:52
tomreynuplime: might be an issue with the virtualization then, or with your routing.17:59
uplimeok18:00
uplimetomreyn: good call. it was the routing (specifically the default gateway)18:04
uplimeah, guess it helps to read the netplan docs properly18:06
tomreynglad you  found it :)18:07
Ghosthree3if running ubuntu 16.04, can you install a single package from 18.04's repos or is it likely to not work18:09
ikoniaGhosthree3: do not mix repos18:09
Ghosthree3ok18:09
tomreynGhosthree3: is it about getting a newer verison of a software, or a software at all? which one?18:13
Ghosthree3newer18:13
Ghosthree3as a dependency for compiling something else. i guess ill just compile it as well though18:13
billythekido7Hey guys. Anyone knows if it's possible on Grub to specify which LUKS key-slot to use? I'm experiencing slow boots and I know it's because I have multiple slots.18:14
ikoniaI'd strongly suggest that few people actually "need" newer versions, and just want to chase the version number18:14
ikoniayou may not be in that camp of course, but I'd ask yourself do you actually NEED a later version, or do you want a later version18:14
tomreynGhosthree3: i'd compile agains tthe version in ubuntu unless it lacks features your software depends on (in which case i'd do what you're saying).18:15
Ghosthree3ikonia: compiling x264 from master will fail without a later version of nasm, unfortunately, and yes, its a non standard build18:15
tomreynbillythekido7: i very much doubt that your system boots slow because you have multiple luks key slots in use.+18:18
tomreynbillythekido7: also, you dont need to specify which key slot to use, you can enter the passphrase of any key slot.18:19
* tomreyn got to go now, back in ~ an hour 18:20
billythekido7tomreyn: Here is what happens. The iter-time estimated by the OS is not the same spent on GRUB (I'm reading the lib used is shit). So if you say iter-time 1 sec, it's 10 in GRUB.18:20
billythekido7tomreyn: I am aware it tries every slot, that's why it's slower. I wanted to hint to it which slot to look first for the password and which for unlocking the disks with the file18:21
dkaI want to update the cinnamon splash background from a bash script. How can I do ? (for an user, for all users, for login screen)18:48
ducassedka: you should probably find a cinnamon forum to ask that, and there isn't one on freenode18:58
kk4ewtdka and sorry to say this but what does google says ( i suspect this is a homework question)19:01
dkaducasse, where can I find a cinnamon chatroom?19:13
dkakk4ewt, I only see linuxmint result19:14
dkaJust a few cinnamon and the few I tried did leave me the login screen with the default debian splash19:14
ducassei don't know, ask in one of the mint channels on spotchat, maybe, since they are the devs19:15
ducassei don't know if there is a website for cinnamon, check that as well19:16
coz_dka,  you can try #fedora-cinnamon maybe19:18
coz_dka, they could probably answer any cinnamon related questions19:18
ikoniapretty sure fedora channels won't be happy to support ubuntu cinnamon installs19:20
coz_probably not :) cant hurt to try19:20
coz_dka, is this about cinnamon install problems?19:21
ikoniayeah it can19:21
ikoniait presents this channel badly and may get the user banned19:21
coz_ikonia, absolutely right19:21
coz_dka, ignore my first suggestion19:21
coz_well he's not on that channel19:22
dkaI am19:24
dkacoz_, it is not cinnamon install problem19:24
dkaI have a fresh debian install with cinnamon19:24
dkaI want to know the step to replace all the splash for login and default backgrounds for all users, with the organization background19:24
dkaUsing a scripts19:25
coz_dka, ah ok and i see you are already on the debian channel19:25
coz_dka did you google the issue?19:25
dkaI did19:25
dkaI have seen two video19:25
dkaand found a cmd with  gsettings get org.gnome.desktop.background19:25
dkawhich sometimes work, sometimes does not19:25
dkaAnd it only change the bg19:26
dkanot the splash19:26
coz_dka,  right that;s what the cod is for19:26
coz_cmd19:26
coz_dka,  hold on19:26
coz_dka,  have you looked here?   https://wiki.debian.org/LightDM19:29
dkaI did19:30
dkaAre you familiar with it ?19:30
dkahttps://paste.gnome.org/p3omxqkvf19:30
ducassedka: if you are on debian, you should not be seeking support here19:32
coz_dka, has no one in debian channel talked with you? ask several times there, someone should get to you19:33
coz_patience19:33
coz_better leave before I get myself and others in trouble19:34
YellowDrinkHi, which music player does Ubuntu use by default, to play a CD or a music library? e.g. like itunes on mac20:25
moredrowsyRhythmbox?20:32
=== rolf is now known as Guest36645
=== capella is now known as capella|away
jluchello21:00
jluci've a keyboard shortcut issue :21:00
jluc<ALT+arrow left> launches a terminal, and i have to <ALT+arrow right> to recover window session21:01
jlucit looks like the keyboard settings pane doesnt enable to change that (because typing the selected key launches the terminal...)21:02
jluchow can I un-attribute these shortcuts ?21:02
mosesI am trying to practice building software from source code and I am using tcpdump as my practice, I have installed libpcap and when I do sudo make install for tcpdump it doesnt run the program after i try to, it sites -bash /usr/sbin/tcpdump: no such file or directory and I checked there and theres nothing there :/21:11
moredrowsygot a question, in ubuntu, i created a partition with a filesystem as ext421:13
tomreynmoses: better use checkinstall so that you can later clean things up easily. also, it's more likely that the tcpdump binary ended up in /usr/local/bin21:13
moredrowsyand then i ran kvm with a direct disk pass to that partition to install windows21:13
tomreyn( or /usr/local/sbin )21:13
moredrowsyand that partition is now unrecognize file system but the windows still works21:13
moredrowsywhen i decided to reformat that partition21:13
moredrowsyas ext421:13
moredrowsyubuntu still list it was a windows ntfs21:14
moredrowsyum, how do i fix this?21:14
hyskarumoredrowsy: gparted21:14
moredrowsyi tried that21:14
moredrowsyreformated it to ntfs, to ext4, ext3, and etc21:14
moredrowsystill list it as a basic data21:14
tomreynmoredrowsy: so you want to stop using this partition with the windows kvm guest but want to format it as ext4?21:15
moredrowsyyes, i dont need the windows on that partition anymore21:15
moredrowsyand so i just reformatted it21:16
moredrowsyto ext421:16
moredrowsyseveral times21:16
moredrowsyand ubuntu still list it not as 'linux file system'21:16
moredrowsybut as 'basic data'21:16
tomreynwhere does it say 'basic data'?21:16
moredrowsythe Disk app?21:16
tomreyngnome disks?21:17
moredrowsyyes21:17
moredrowsyi find this very odd and not sure if its safe to store files on that partition21:17
tomreyndo you know which partition it is?21:17
moredrowsydev/sdc1021:18
tomreynso if you run "lsblk /dev/sdc10; file -s /dev/sdc10", what does it report?21:19
hyskarumoredrowsy: with sudo fdisk -l, what is say under "system" for that partition ?21:19
moredrowsytomreyn, it says 'sdc10   8:42   0  50G  0 part /mnt/share_vm4'21:20
moredrowsy'/dev/sdc10: no read permission'21:20
hyskarusudo21:20
moredrowsyhmm same thing, actually im running dd zero on the drive at the moment21:21
moredrowsymaybe that's why21:21
mosesIT WORKED21:21
hyskaruthe partition is already mounted you can't format21:21
moredrowsyhyskaru,21:21
moredrowsyit says21:21
moredrowsy'/dev/sdc10 738203648  843061247 104857600  50G Microsoft basic data'21:21
mosestomreyn: <3 so typically files that are made are made in usr/local and need to be migrated?21:21
hyskarumoredrowsy: change to linux filesystem21:21
moredrowsyhow do i do that?21:22
moredrowsyshouldnt gparted reformat change the type?21:22
hyskaruyes format with gparted change the type21:22
moredrowsywell, yes, i tried that.21:22
hyskaruif you use ext421:23
moredrowsythat's the problem21:23
moredrowsyi used gparted to reformat it to ext421:23
hyskarudo you format the partition already mounted ?21:23
moredrowsyseveral times21:23
moredrowsywhen i reformatted it, it was unmounted21:23
tomreynmoses: no, you'd usually pass options during the buildoncfiguration step to define the installation directory. /usr/local/(s)bin is just a sane default.21:23
moredrowsybut im mounting it at the moment to dd the entire partition to zero21:23
tomreyngparted is a partitioning tool, it doesn't format.21:24
hyskarumoredrowsy: it's a gpt or mbr table ?21:24
moredrowsygpt21:24
tomreynalso you don't mount before you dd, you unmount21:24
hyskaruuse cgdisk to change the partition type to linux filesystem21:24
hyskaru820021:24
hyskaruif i rememer correctly21:25
moredrowsyok, ill try that. thanks21:25
hyskaruno 830021:25
Boyettehi21:32
Boyettei need help fixing my display21:32
Boyettedoes someone here know EriC^21:39
Boyettehe helped me a lot21:39
Boyetteand i managed now to fix all i broke21:39
Boyetteand i want to thank him21:39
ducasseBoyette: he's not around now, probably won't be back until the morning21:43
Boyettehi21:44
ducassein case you missed it - Boyette: he's not around now, probably won't be back until the morning21:45
Boyetteah yes i missed it21:47
Boyetteeuropean time?21:47
Boyettei will check tomorrow then21:47
Boyettehe really needs my greetings21:47
Boyettehe helped me almost all the way21:47
ducasseeuropean time, yes21:47
Boyetteperfect21:47
Boyetteill hang out here tomorrow to find him21:47
moredrowsyhyskaru, that works! thanks.21:51
hyskarumoredrowsy: of perfect21:51
moredrowsyhyskaru, can you please explain to me why the type code changes when using kvm to directly access the partition?21:51
moredrowsyfor win 10?21:52
moredrowsynormally, i just use gparted and everything works.21:52
moredrowsyi even made sure before i install windows, i formatted it to ntfs.21:52
moredrowsybut why does it have issues when converting it to ext4?21:53
hyskarumoredrowsy: sorry but i don't know why, if you format with gparted, in ext4, the type of partition would be linux filesystem21:53
SheilongI moved from gnome desktop to i3 today. When I run emacs , it cannot load the configs I've had already, it seems something due permission of emacs init file. Someone has experienced it anytime?21:58
hyskaruSheilong: where is your init file, ~/.emacs ?22:01
Sheilonghyskaru: In my home directory22:02
Sheilong /home/user/.emacs22:03
kristenbbhello, when I select two video files and open them through the Files manager, it opens two vlc instances, even though I have /usr/bin/vlc --started-from-file %U in /usr/share/applications/vlc.desktop. Is this a known bug in 18.04 ? (it worked in 16.04)22:06
energizerIs there a tool that will look at my installed packages and check for CVEs on them?22:25
=== beaver is now known as beaver|jail
IntelCoreMain menu menu item won't get off the23:05
IntelCoremenu23:05
IntelCoreoh wait.. It removed23:07
IntelCorety vm never mind23:07
ausjkehttps://stackoverflow.com/questions/3766282/fill-database-tables-with-a-large-amount-of-test-data  I used the simple code to write 10K lines of mysql with a decent PC(8-core,8GB), after 20 minutes it's still inserting?23:11
ausjkejust insert 10K rows, each row has two columns(two integers), one is id, another is a random value, new to mysql, is this normal, i mean it's really slow23:12
ausjkeoops wrong channel, sorry23:12
Avioni can ask, anything of the quality of garageband for ubuntu?23:35
craigbass76Is there some trick to the CUPS web interface (http://localhost:631) admin area? I get a message about needing the proper username and pass, but I'm never prompted for one23:49
Vic2what is the end of support date for 14.04 LTS?23:51
hyskaruVic2: april 201923:52
guivercVic2: 14.04 was released in 2014.april - so +5 years for 'main' software..  https://www.ubuntu.com/about/release-cycle23:52
mzazaI have a server with a full hard-disk, that happened suddenly. How can I know what is eating up my space?23:52
=== bildramer1 is now known as bildramer
hyskarumzaza: df -h23:53
guivercmzaza: `du`  or disk usage is what I use...23:53
mzazahyskaru: guiverc Thanks apparently mongodb has 4.2G logs!23:55
DoggySnoopmzaza: you can also use this command to see top 5 biggest files23:56
hyskaruomg xD23:56
DoggySnoopmzaza: du -hs * | sort -rh | head -523:57
DoggySnoopI think that would do23:57

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