/srv/irclogs.ubuntu.com/2019/07/11/#ubuntu.txt

barunahello, I can set up full screen on the whole monitor01:08
baruna*I can't01:08
barunahow to fix it?01:08
rfm_baruna, if you have a high-res monitor you might need to increase the video ram (vm settings>display>screen>video memory).  I use 40MB on my 4K monitor01:12
barunaI mean when I want fullscreen, all I get is full screen on part of the monitor, like this: https://i.imgur.com/3cDL8Bf.png01:12
barunarfm_: what is vm settings please? I use Lubuntu01:14
rfm_baruna, in the main vbox manager gui, select the vm from the list on the left, then the yellow settings gear on the right01:15
barunarfm_: I'm sorry but I don't understand what you mean01:18
barunarfm_: Opebox Configuration Manager?01:18
barunaOpenbox01:18
barunaor NVIDIA X Server Settings?01:19
OerHeksF11 usually does full screen without borders01:19
rfm_baruna, how did you create or start the virtual machine01:19
barunaOerHeks: well it doesn't in my case and that's the problem01:20
OerHekswhen focus is in VLC *01:20
OerHeksnow your focus on desktop01:20
barunarfm_: why are you speaking about a virtual machine? I just have my personal laptop01:20
barunaOerHeks: yes. when I type F11 in vlc the "fullscreen" I get is in part of the screen as shown in the screenshot01:21
rfm_baruna, oh sorry, my mind was in the vbox channel...   I'll go back there.01:21
OerHeks' vm settings' is a virtual machine term01:21
OerHeksnormally using the max + icon would work too, with borders01:22
barunawell unfortunately it doesn't in my case and this is why I ask how to fix this01:22
OerHeksstrange behaviour then, maybe it is in the videofile?01:24
barunaOerHeks: what do you mean?01:24
barunaOerHeks: no, it's not related to the particular video01:25
=== zbenjamin_ is now known as zbenjamin
blebso here i am on 18.0401:42
blebtrying to automatically mount an nfs share at boot time01:43
blebi've been mounting it manually via the root command: mount 192.168.254.11:/usr/home/cm/nfs apu201:44
rhombixhi. i'm trying to use an XP-PEN Artist 10S graphics tablet on ubuntu 18.04. it appears there is no official support for ubuntu and their official website does not provide drivers. what resources can i use to find some custom drivers for this tablet? i've owned this thing for a year and i've never been able to use it.01:44
blebi added this to fstab: 192.168.254.11:/usr/home/cm/nfs /home/cm/apu2 nfs auto,nofail,noatime,nolock,intr,tcp,atime=1000 0 001:45
bleband it does not mount at boot01:45
blebwhat could be wrong?01:45
sarnoldbleb: once the system is up and running, can you then use "mount /home/cm/apu2" to mount it?01:48
OerHekshttps://digimend.github.io/tablets/XP-Pen_Artist_10S/ says no01:48
OerHeksthere is a post with a custom kernel driver https://github.com/DIGImend/digimend-kernel-drivers/issues/13701:49
blebsarnold: ah it says "mount.nfs: an incorrect mount option was specified"01:51
rhombixOerHeks: ty. does this first link tell me that there is no official support (i.e. from XP-PEN) for this device? also, what exactly is the second link about?01:52
sarnoldbleb: whoohoo :) that's more useful than I expected. nice.01:52
bleboh nvm thats because i replaced the options with "none" to try without that list of options i got from digitalocean01:52
blebill change it back and try the mount command again01:52
blebrhombix: if i just put "auto" there, the mount command succeedds but then there is nothing in the apu2 directory01:54
blebahhhh god damn it01:55
blebthis was a work computer so my username is different01:56
blebsarnold: never mind01:56
sarnoldbleb: woot!01:56
sarnoldbleb: I once spent half a day trying to figure out why my nfs mounts weren't working, permission errors everywhere, even though everything was owned by the account 'sarnold'...01:57
sarnoldbleb: well, one sarnold was uid 1000, and the other sarnold was uid 50025 or something stupid. ls -ln for the win :)01:57
sarnoldbleb: so, here's hoping you spent less time than I did to find this one out, hehe01:58
rhombixto be clear, where can i go to find a linux driver for this device, assuming someone out there has tried to create one?01:58
blebsarnold: lol01:59
blebsadly theres a new problem01:59
sarnoldrhombix: depends. if a hypothetical newly written driver is done in the kernel, maybe they've sent it to the linux kernel mail list to ask for it to be included in newer kernels. you could check kernel.org git trees to see if newer kernels have drivers for it02:01
blebwhen i boot up there is a folder labeled "apu2" on my desktop but it's translucent.  when i click it it says "mount: /home/cm2444/apu2: operation permitted for root only02:01
sarnoldrhombix: if a hypothetical newly written driver were written with libusb, then there's no centralized place to collect those, I don't think. in which case it might just live in someone's github or gitlab or fredesktop or whoknowshwere02:01
blebpretty strange if you ask me; you would think the fstab instructions would be executed as root02:02
sarnoldbleb: depends02:05
sarnoldbleb: when run during boot, yes02:05
blebwell i got this error after booting and login in, doing nothing else02:06
sarnoldbleb: note ls -l `which mount` -- it's  a setuid root executable, and if it is executed by a user, it'll check for the 'user' flag on filesystems in /etc/fstab to see if users should be able to mount it02:07
sarnoldbleb: I don't know about your gui environment, but the error message sure sounds like it'd work if you add 'user' to the flags02:07
blebgui environment is default xfce02:07
rhombixsarnold: ok. i don't know much about trying to get hardware to work on ubuntu when there's no linux support. is there ANYTHING i can do to be able to use this tablet? it was very expensive, i've had it for a year and i've never used it once.02:07
blebdoes it make sense that xubuntu would process the fstab as a user a login and not at boot?02:08
blebsurely not, otherwise how would / be mounted02:08
sarnoldrhombix: sorry, I've never tried to use any devices like that. I'd sort of expect them to just be a standard USB HID device class these days, but if not, you'd probably have to pick and choose what's available..02:08
sarnoldrhombix: if you're really lucky it'll just look like a wacom and you can install whatever works for wacoms :)02:09
blebif i log in as root via the console the nfs mount does not happen02:18
blebdoes it detect that the mount dir is a /home dir and not process it if you are not that user?02:18
blebwhat is this a little fucky you from lennart02:18
sarnoldbleb: hmm, what exactly are you expecting to happen at this point?02:19
blebi would expect the directives in fstab to be processed at boot02:20
blebso that when i log in regardless of user the directories in fstab are mounted02:20
sarnoldalright, cool. you mentioned 'log in' and by the time you see a login prompt, all those ought to be long since handled02:21
blebyeah thats what i thought02:21
blebbut it seems like they are being done by xfce or the login manager?02:21
sarnoldif it's marked 'auto' it ought to happen before those are executed, too02:21
blebbut the root fs is being mounted fine so fstab is being processed at boot, it's just not doing the nfs line02:22
sarnoldnfs mounts will have to wait until after the network is up, and systemd's going to have to wait until 'higher' mount points are handled too, so if something is funky with your /home or /home/cm424242 mounts..02:23
sarnold'network is up' is sadly way grosser and harder than you can imagine :/.02:23
sarnoldor, maybe, after fighting this for a while, you understand it way too well02:23
sarnoldbleb: check journalctl, maybe there's something in there?02:24
blebjournalctl|grep -i nfs is stalling02:24
blebhow do i interpret this02:24
blebif i type journalctl then i then /nfs, it stalls too02:25
RoseBushello, i am trying to salvage files off of my macbook air, i booted to persistent usb, because os won't boot, how can i access OS filesystem?02:25
bleboh never mind it just takes forever to do the search02:25
blebwhat does systemd have to do some process in order to retrieve the text log02:28
blebsarnold: anyway im not finding any errors related to nfs of fstab...02:29
sarnoldbleb: hmm :( how about searching for mount or the IP?02:30
blebno dice02:31
sarnoldbleb: alright, grasping at straws territory.. systemctl list-units   should include generated units for all the mounts .. is there one for the nfs mount? does it have a different status than others?02:35
RoseBussry for dc, let me clarify my question02:40
RoseBusi've booted to ubuntu live usb, how can i access mac os file system from live usb stick?02:40
sarnoldRoseBus: do you know if you used hfs+ or apfs on your machine?02:43
blebsarnold: indeed, there is a unit called "home-cm2444-apu2.mount and it says "loaded failed failed  /home/cm/2444/apu2"02:45
sarnoldbleb: this is dreaming, but how about journalctl -u home-cm2444-apu2.mount ?02:46
blebahhhh02:47
bleb"mount.nfs: Network is unreachable"02:47
blebso it does the nfs mounts before wpa_supplicant02:47
blebi mean NetworkManager :P02:48
blebis guess NM only starts when you log in with xfce?02:48
=== [b0b] is now known as b0b
blebi guess it makes sense; different users might have different wifi settings/preferences02:51
blebunlikely but conceivable02:51
sarnoldit's weird.. I've seen users file bug reports about wifi passwords being stored in /etc/ somewhere after they've clicked the box "available to all users"02:53
sarnoldbut I think that nm doesn't bother doing anything on its own until a user logs in. maybe. I'm not sure.02:54
RoseBussarnold, i'm not sure, how can i fugre that out02:54
sarnoldI've never thought about just turning on a laptop and leaving it, before ;)02:54
ghostnik11hey i am trying to upgrade firefox to the latest version which is version 68 but currently i have version 66.03, the thing is when i run sudo apt-get update and then run sudo apt-get firefox it doesn't say that anything will be upgraded?02:56
ghostnik11what am i doing wrong02:56
sarnoldRoseBus: try sudo lshw -c disk   to see what disks you've got. then sudo fdisk -l /dev/whatever   to see what partitions are there, and partition types.02:57
Bashing-omghostnik11: What release are you running ?02:57
ghostnik11Bashing-om, i am running budgie ubuntu 18.04.2 LTS02:58
Bashing-om!info firefox | ghostnik11 :: Version 67 is what is -02:59
ubottughostnik11 :: Version 67 is what is -: firefox (source: firefox): Safe and easy web browser from Mozilla. In component main, is optional. Version 67.0.4+build1-0ubuntu0.18.04.1 (bionic), package size 49394 kB, installed size 185557 kB02:59
ghostnik11Bashing-om, yeah i seen that, okay so i kind of have an idea, that is the latest version of firefox i can upgrade to so far. okay cool. if i select it from synaptic package will it erase the current version and uninstall the components i don't need and just upgrade my version 66 to 67?03:01
=== TheMesquito is now known as CodeLyoko
Bashing-omghostnik11: I am surprised you have not updated to 67 version. What results ' sudo apt update ; sudo apt upgrade ' .03:02
RoseBussarnold, i found the apple ssd, i tried "sudo mount -t hfsplus -o force,rw /dev/sda2 /media/point03:02
ghostnik11Bashing-om, should i just do it from terminal and do sudo apt-get firefox? i want to know if that command will erase the old version automatically and then after will i just have to do sudo auto-remove03:02
RoseBus"03:02
ghostnik11Bashing-om, will run those commands right now03:03
RoseBusit says, "wrong fs type, bad option, bad superblock on sda2, missing codepage or helper program or other error03:03
sarnoldRoseBus: is there anything more specific in dmesg?03:05
ghostnik11Bashing-om, its saying their are 7 items upgradedable but none of the ones they listed included firefox03:05
RoseBussarnold, nope that's all it says... do u think it's bc of encryption?03:05
sarnoldRoseBus: very possible03:06
ghostnik11Bashing-om, its weird, i don't understand why its not including firefox and any other major app03:06
Bashing-omghostnik11: 'dpkg -l firefox ' shows what ?03:06
sarnoldRoseBus: also, apple's in the process of replacing hfs+ with apfs .. I have no idea if anyone's written drivers for that yet :(03:06
RoseBusthis macbook air is a few years old03:06
sarnoldI was a touch surprised you said ssd; I figured they were flagship for nvme03:07
sarnoldmaybe they've been around longer than I thought :)03:07
ghostnik11Bashing-om, before i run dpkg -l firefox, i told it yes for the upgradeable programs and will autoremove the ones it wants me to. it says i will have 200+ mb freed up. which is good because i am on a 2 in 1 bay trail tablet03:08
ghostnik11Bashing-om, after the autoremove i will run the command for firefox03:08
Bashing-omghostnik11: :D03:09
ghostnik11Bashing-om, okay it showed me something weird when i ran the command. check this out: https://pastebin.com/TxWT7jvM03:11
ghostnik11Bashing-om, i probably need to restart the tablet03:11
TheSHAD0WHowdy...  Has anyone played with switching to a Ryzen 3200G or 3400G yet?  Any video driver issues?03:11
RoseBussarnold, actually the error earlier is regarding /media/point03:11
Bashing-ombashfulshell: Yup - houston we do have a situation here.03:12
sarnoldRoseBus: heh, did you just have to create the directory?03:12
Bashing-omghostnik11: We can try ' sudo apt remove --purge firefox ; sudo apt intall firefox ' .03:13
RoseBussarnold, not so lucky, it's there03:16
sarnoldRoseBus: dang03:16
sarnoldRoseBus: time to run.. good luck03:16
ghostnik11Bashing-om, i will try that now03:20
ghostnik11Bashing-om, i think i know whats going on, so the firefox i have installed is firefox (the snap version) b/c when i just ran the command you told me to do, it said firefox wasn't installed even though it is and i am using it as we speak03:22
Bashing-omghostnik11: Does budgie even come with FF by default ?03:23
ghostnik11Bashing-om, no it came with chrome by default03:23
ghostnik11Bashing-om, i installed firefox i think through the software center03:23
ghostnik11Bashing-om, so i should uninstall it via software center then install the regular version that isn't snap.03:24
Bashing-omghostnik11: Ho kay :) .. apt and snap do not talk to one another. ' snap list ' shows FF ?03:25
ghostnik11Bashing-om, yeah it shows it when i run the command and the other ones that are also installed via snap03:26
ghostnik11Bashing-om, i just realized that even the version of vlc i have is a snap version03:26
Bashing-omghostnik11: Ya want to be talking to the snap peeps.03:28
Bashing-om!snappy | ghostnik1103:28
ubottughostnik11: Ubuntu Core is a rendition of Ubuntu with transactional updates using "snappy". For discussion and support, please visit #snappy and see http://www.ubuntu.com/snappy/03:28
ghostnik11Bashing-om, i just did a small read from omgubuntu and realized that the snap version of firefox is bigger than the regular. one so why would the creators make snap?03:29
ghostnik11Bashing-om, will check snappy site right now03:30
Bashing-omghostnik11: snap packaging is purely at the whim of the package maintainer, Got nothing to do with ubuntu :(03:31
ghostnik11Bashing-om, oh okay, so b/c budgie is a variant of ubuntu they basically decided to choose it03:32
Snorghmahi all - I have vscode installed but I when try to use live share I get a message asking me to install some libraries.  When I do I get an error `Package 'libssl1.0.0' has no installation candidate` and the prerequistes fail.  I'm not really sure what this is trying to tell me.  Has anyone seen this before?  I'm on 19.04.03:32
SnorghmaI think it means it can't find the package, but if this is the case where do I go to get it?03:33
Bashing-omghostnik11: Doubtful there. As I understand snaps - one has to install any snap package.03:33
SnorghmaThis is what MS told me to run to fix the issue but I get the aforementioned error.  `wget -O ~/vsls-reqs https://aka.ms/vsls-linux-prereq-script && chmod +x ~/vsls-reqs && ~/vsls-reqs`03:34
Bashing-om!info libssl1.0.0 bionic | Snorghma03:39
ubottuSnorghma: libssl1.0.0 (source: openssl1.0): Secure Sockets Layer toolkit - shared libraries. In component main, is standard. Version 1.0.2n-1ubuntu5.3 (bionic), package size 893 kB, installed size 3080 kB03:39
Snorghma@ubottu so I need to reinstall openssl?03:41
ghostnik11Bashing-om, okay so the solution for anyone who might have snap is to run this command: sudo snap refresh and it will update all the snap apps on a persons system. if you want to see a list of the apps you can use snap refresh --list03:41
Bashing-omSnorghma: No - just adjust what you are doing - libssl1.0.0 is the versioning for 18.04. terminal command ' apt list "libssl*" might give a hint where to go.03:43
Snorghmaok thanks03:43
Bashing-omghostnik11: Yhanks for the feedback !03:43
sk1pfl1pI love my IP address. I got so lucky!03:44
sk1pfl1pAlso, Ubuntu is my favorite server OS.03:44
ghostnik11Bashing-om, no problem and thanks for the help also, will restart tablet and see how everything performs03:44
Snorghma@ubottu so it seems 19.04 has libssl1.1 installed but vscode liveshare is wanting libssl1.0 - I guess I should uninstall ssl1.1 and let MS install 1.0?03:46
Bashing-om Snorghma: ubottu is our service bot :) // you do not want to me nessing around with libssl !03:48
Bashing-omSnorghma: Soorty big hurry on that last - *  want to be messing . See: apt show libssl1.0.003:50
Bashing-om*libssl1.103:50
Snorghma@Bashing-om ok thanks, yea ssl is kind of an important library I'll check that, thanks03:54
Bashing-omSnorghma: 'vscode' does not apper to be a ubuntu package, might talk to the group you got it from and advise then that you are on 19.04. Get them to update.03:55
Snorghma@Bashing-om hmm I got it from the MS download page - they have a linux release.  I guess that release isn't yet compatible with 19.04 entirely?  When look at show libssl1.0, I get https://pastebin.com/raw/HzQfVbwr03:59
Bashing-om!info libssl1.1 disco | Snorghma04:03
ubottuSnorghma: libssl1.1 (source: openssl): Secure Sockets Layer toolkit - shared libraries. In component main, is important. Version 1.1.1b-1ubuntu2.1 (disco), package size 1267 kB, installed size 3854 kB04:03
Bashing-omSnorghma: Need to talk to MS in that respect and get packaging for the disco release.04:04
Snorghma@Bashing-om oh wow ok, thanks I guess I'll email them?  There is no way I'm the first person with this issue right?04:07
Bashing-omSnorghma: Be aware that 19.04 is only supported for 9 months - is very unlikely than anyone is going to put much effort into packaging for such a short term :(04:07
Snorghma@Bashing-om yea I can see that, but I should atleast hope for a work around right?  Live-share is a an awesome feature and it seem all that is missing for 19.04 is this ssl package.  I would think 1.1 should be able to work in place of 1.0 - I guess something is just looking specifically for 1.0.04:08
Bashing-omSnorghma: Mind you I do not know your application, If you are intent on vscode I do suggest that you install ubuntu 18.04 as this is a Long Term Support ( 5 yesars) .04:19
Snorghma@Bashing-om that would be devistaing - I just got 19.04 up and running and cusomized.  I just tried to fill out a support ticket with MS but it seems it requires a contract, which I'm not really looking to buy, lol.  In theory if I strip out ssl entirely and install 1.0 ... it should work right?  I can't believe I don't see anything about this on google.  I'm just using stock 19.04 and vscode + live share.  I'd think this issue would happen to anyone else04:24
Snorghmausing these two things.04:24
SnorghmaI would like to use VScode b/c I working with a small dev team on a project and they are all windows ppl and I'm sure I'll hear about it if linux won't work with VScode but bimdows will.04:26
Bashing-omSnorghma: Oh boy ! do ' apt depends libssl1.1 ' >> libc6 ! that is the heart of the library system. Mess with that and you break everything !04:28
Snorghma@Bashing-om oh wow ok, well I guess I better not do that then, thanks for warning me04:29
phroggyHi!  I'm looking for help replacing a failed drive in a RAID-5 array, where the OS is on the RAID and the system can't boot.04:29
Bashing-omSnorghma: were me and I had to .. adjust the vscode script to look to libssl1.1 .04:30
Snorghma@Bashing-om now that, is a standup idea04:32
Bashing-omSnorghma: Happy coding :P04:34
Snorghma@Bashing-om thx :)04:35
=== sk1pfl1p is now known as test
=== test is now known as sk1pfl1p
k_szeWhat tools can I use to compare *just* the audio data of two FLACs?04:44
k_szeI just want to check that the audio data is identical. I don't care about any possible metadata. Which is why a naive SHA checksum of the whole files won't work.04:45
SnorghmaI haven't gotten it to work yet, but should anyone run into this error.  There is hope.  https://github.com/dotnet/corefx/issues/3846704:47
adol-christinok i passed out04:59
phroggyI was mistaken, it's a RAID-10 array.  I've created a new partition on the new drive, but it doesn't have a RAID superblock, so mdadm --assemble doesn't think it belongs to the array.05:10
Void_Sentient_I can’t connect to my USB NIC card. It does however show up in its S/N:123456 glory in usb-devices05:14
lotuspsychje!raid | phroggy05:16
ubottuphroggy: Tips and tricks for RAID and LVM can be found on https://help.ubuntu.com/community/Installation/SoftwareRAID and http://www.tldp.org/HOWTO/LVM-HOWTO - For software RAID, see https://help.ubuntu.com/community/FakeRaidHowto05:16
lotuspsychjeVoid_Sentient_: wich ubuntu version is that?05:17
Void_Sentient_Am I still here..? Kubuntu 19.0405:17
Void_Sentient_My client is saying im not in the channel05:17
phroggylotuspsychje: thanks, unfortunately none of those appear to address my issue, nor does all my Googling so far, which seems super weird because it seems like this would be a very common situation.  It seems like what I need to do is create a new superblock in the new drive, matching the UUID to the existing drives, but I can't seem to find any mention of this being a thing you can or should do.05:21
phroggyI did find https://itooktheredpill.irgendwo.org/2010/change-uuid-of-a-mdadm-partition/05:21
phroggywhich might solve my problem, but it seems to be a solution for a slightly different problem.05:22
phroggyoooh, wait, I might have it05:24
phroggysuccess!  I was able to assemble the array with only the 3 working drives, then use --run to force it to run like that, then when I tried to add the new drive it didn't complain about anything being missing.  It's rebuilding the array now.05:27
lotuspsychjenice phroggy05:28
phroggyNow I believe the only missing piece will be to reinstall grub.05:28
Void_SentientI can’t connect to my USB NIC card. It does however show up in its S/N:123456 glory in usb-devices05:44
Void_SentientKubuntu 19.0405:44
Void_SentientFresh05:44
blackflowPatience is a virtue.05:50
=== morphis5 is now known as morphis
ibispican someone explain why ubuntu randomly 'locks' (doesn't let me copy/paste files onto my usb drive or delete files from it) my usb drive, and what can i do about it06:21
ibispii mean i've tried a bunch of 'solutions' on the internet and they all fail to help me06:22
ibispithe only option is to format my usb but i don't feel like doing that06:22
lagIf the installer hangs when actually installing - is there a way to pull up a debug terminal to figure out what's happening?06:28
lagIt's been hung for >30 mins now: https://photos.app.goo.gl/EceGZomaM3ZDymzj806:30
lotuspsychjelag: normally you can unfold details to see whats happening06:31
SheepMaesterubuntu on laptop: charging events are indicated in /var/lib/upower/history-charge-blablabla. For me it only contains 3 entries, all in July. Is there any way that older events can be viewed as well?06:32
laglotuspsychje: In what respect?  There is no back button06:33
eraserpencil11hi! When I did "sudo apt update", I get this error https://paste.ubuntu.com/p/HXbwqrp965/ . i have spent a fa and a half getting the right protoc version from source that another project needs so i dont wanna install another version of it that might potentially break that depency06:42
eraserpencil11google says i need to reinstall but is there a way around it?06:44
blackflowlag: you should be able to ctrl-alt-F2  (for example) to another TTY and see the process table, if anything is moving06:46
blackfloweraserpencil11: what do you mean? you built that lib from source?06:47
eraserpencil11yea i build the custom protoc from source, but libprotobuf-lite.so.9, I dont know where that came from06:49
lagblackflow: That's helpful, thanks06:49
aj__apw, Are you already aware, that the Kernel PPA build for 5.1.17 failed ? See: https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.1.17/BUILD.LOG.amd64  **reporting **06:49
blackfloweraserpencil11: sounds like you broke apt with that. you shouldn't reall be building random libs over existing ones that re in use by other packages.06:49
eraserpencil11oh man...06:50
blackfloweraserpencil11: yeah, you need containers or chroots for that sort of work.06:50
eraserpencil11hmmm, i manually searched through the system and deleted libproto* prior to building the custom protoc. Read that an old version was screwing with my installation. Perhaps the two could have coexisted.06:53
eraserpencil11now that i broke apt, do you have a remedy for apt?06:53
blackfloweraserpencil11: well I'd tell you to apt install libprotobuf9v5 but that'd be a chicken and the egg problem.06:54
blackfloweraserpencil11: assuming that's xenial? perhaps you can download the .deb from archives and install it with dpkg06:54
eraserpencil11hmmm06:54
eraserpencil11i'll try that06:54
blackfloweraserpencil11: and hopefully you've learned not to remove or modify random files belonging to other packages.06:55
eraserpencil11would that be the one im looking for ? https://packages.ubuntu.com/xenial/libprotobuf-lite9v506:56
blackfloweraserpencil11: that'd be my guess from the pastebin you posted06:57
blackfloweraserpencil11: actually, chacnes are you still have the .deb in apt's cache. look into /var/cache/apt/archives/06:57
eraserpencil11it's surprisingly bare that folder06:59
blackfloweraserpencil11: try `apt-get download libprotobuf-lite9v5`  , see or in fact, now that I mention it, see if apt-get works instead... apt-get install --reinstall libprotobuf-lite9v507:01
=== ianychoi_ is now known as ianychoi
eraserpencil11nice!07:02
eraserpencil11it works!07:02
eraserpencil11thanks alot07:03
blackfloweraserpencil11: now mark the package as auto07:03
blackflowapt-mark auto libprotobuf-lite9v5        just in case07:03
eraserpencil11theres a whole list of packages that apt tells me to autoremove, but I'm actually still using them07:03
blackflowyou can apt-mark them manual then07:04
eraserpencil11thats a very long list07:04
blackfloweraserpencil11: https://askubuntu.com/questions/652363/how-can-i-get-a-list-with-the-packages-selected-by-apt-get-autoremove07:05
blackflowthen you can feed that list via xargs to apt-mark07:06
eraserpencil11think i got it07:09
eraserpencil11thanks for your help07:10
blackflowyou're welcome07:10
eraserpencil11actually, if i mark them as auto, they get removed07:16
eraserpencil11I'd have to mark them as manual?07:16
eraserpencil11why are they marked for removel anyway07:16
scdeHello, I was trying to install libxcb-errors ( https://gitlab.freedesktop.org/xorg/lib/libxcb-errors ) but can't find it in the ubuntu repository. Does someone know if it is packaged at all and if yes which package it is?07:28
zambaregrettably i'm looking for an alternative to thunderbird, as it completely and utterly sucks with large imap folders.. anyone got any suggestions?07:38
zambai'm tired of "Loading message..." and "Downloading message..." and nothing happens07:39
blackflowscde: what do you need from it?07:59
scdeblackflow: It's a (optional) build dependency. But it just bugged me that I couldn't find it.08:01
vltzamba: If download speed is in issue an alternative could be something web based like roundcube, for example.08:15
blackflowroundcube is what I use, but requires you to run a web server08:15
blackflow(which, technically, could be local to your machine, it can use IMAPS to connect to remote servers; but it requires a httpd w/ php support, and a database)08:16
zambavlt: the problem is not download speed08:17
vltzamba: Ok. (That's why I wrote "if ...".)08:26
aestheIs it possible to get Ubuntu-desktop running with a kernel version before 4.15?08:27
sk1pfl1pIf anyone wanna discuss Ubuntu on Mumble.. definitely jump into our Mumble VoIP 149.28.63.18608:28
zambavlt: hehe08:28
blackflowaesthe: yeah, default Xenial kernel (non-HWE) is 4.408:28
aestheblackflow, I was hoping for something like 4.14. I did install 4.4 yesterday. but then lost the wifi driver.08:30
aestheI'm doing a full install now to hopefully get everything back to a working state08:31
blackflowaesthe: why do you need an older kernel tho?08:31
aestheFor reference: I'm using an X1C6 for work. and I need a working version of xl2tpd on my system so I can connect to my work VPN08:32
aestheit stopped working for me yesterday for no reason08:32
aestheThe ubuntu version was last updated in 2015. The Xelerance version README says theres a kernel issue on vers 4.15+ that prevents it from working properly08:33
aestheI'm basically trying whatever I can to get something working again08:34
=== stoffepojken is now known as stoffe
=== stoffe is now known as stoffepojk
=== stoffepojk is now known as stoffepojken
=== frdmn_ is now known as frdmn
parak0vskytelegram in russia just keep connecting even on open networks09:16
parak0vskywhile in arch works fine09:29
k_szeI have reproduced the weird lock screen graphics bug and captured it in a video: https://www.youtube.com/watch?v=Oo0RmJLLYDo09:43
blackflowk_sze: you can file a bug report against the gnome-screensaver package.    `ubuntu-bug gnome-screensaver`09:53
damianhey guys, i've just noticed i'm still running 17.10 on a system and now i can't do any updates. i've hunted around but i can't find a manual way to push an update to this system without using apt. i'm guessing i just need to download the python3-update-manager manually and install so i can do it, but i can't find it around it10:14
damianany ideas?10:14
cfhowlett!eolupdate | damian10:14
cfhowlett!eol10:14
ubottuEnd-Of-Life is when security updates and support for an Ubuntu release stop, see https://help.ubuntu.com/community/EOL for more info. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades10:14
damianthank scf10:15
damiancfhowlett10:15
cfhowlettdamian, happy2help!10:15
damiani can't believe i didn't find that page with all of the hunting i just did :\10:17
damiangooglefu fails me10:17
rajwhy is `apt` being used here and not `apt-get`? https://itsfoss.com/update-ubuntu/10:30
jeremy31raj: https://itsfoss.com/apt-vs-apt-get-difference/10:36
rajthanks jeremy31, ended up reading that10:37
rajso I can go from ubuntu 16 to 18 just by typing sudo apt update; sudo apt upgrade?10:37
rajeasy peasy10:38
jeremy31raj: No10:38
rajthat's what it says at https://itsfoss.com/update-ubuntu10:38
jeremy31raj: https://wiki.ubuntu.com/BionicBeaver/ReleaseNotes#Upgrading_from_Ubuntu_16.04_LTS_or_17.1010:40
tomreynraj: this article is not about upgrading to a new ubuntu release, but about keeping a system up to date (installing security and bug fixes). apparently ouy did not read it fully, see "Version upgrades are different" on the bottom of said article.10:42
rajyes, guess I missed that10:42
rajthank you guys10:43
rajhow can I check the highest version of quassel-core available for ubuntu 16.04?10:44
tomreyn!latest | raj10:50
ubotturaj: 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.10:50
tomreynraj: in other words: ou usually got exactly one version of a package per ubuntu release. if you reall yneed a newer one, you may consider upgrading to a newer ubuntu release (e.g. 18.04 LTS), using a !PPA or a !snap10:51
rajI understand. I just want to know the package version that quassel-core can be updated to in 16.0410:52
rajWasn't there a bot in here that gave that info in the past?10:55
rajanyway, found the website, but vaguely remember a bot in the channel for the same11:00
rajdoes it matter if I do `sudo do-release-upgrade` within a screen session?11:02
rajman, I really picked the quietest time to need help =| never seen this place so desolate11:03
=== im0nde_ is now known as im0nde
ayekatit shouldn't matter if it's running inside screen or not11:24
BluesKajhowdy folks11:25
tomreynhi, raj's gone. and i missed his / her other questions for lack of hilights11:27
Bob-OboHi there #ubuntu people :-)12:41
tomreynwelcome to ubuntu support, Bob-Obo12:41
Bob-OboThanks!12:42
BluesKajwow, really quiet here this morning12:43
Bob-Obo[relative-noobie, need help for new ssd best filesystem for use on ubunutu and windows]. I have a new 1tb Samsung Evo 860 mSATA SSD... I'd like to use it for reading/writing files on ubuntu and windows. Many files I have are over 4gb. What's the best filesystem I should format my SSD to, to use with Ubuntu and Windows? Thanks in advance, cheers12:43
tomreynbesides dedicated OS partitions, have a shared NTFS data partiiton12:44
compdoclet ubuntu use the file system it wants, and let windows use the one it wants12:44
BluesKajext4 for ubuntu, ntfs for windows, but you're going to have to deal with uefi/gpt as well12:45
BluesKajdual boot12:45
tomreynback to silence then12:48
lotuspsychjethe joy of +r +j12:48
BluesKajaha, re-activated +r12:50
BluesKajpoor new users ...gonna have to use google and the forums12:51
BluesKajis +j  #ubuntu specific ?12:52
lotuspsychjeBluesKaj: https://freenode.net/kb/answer/channelmodes12:54
BluesKajahhh, so most unregistered (new) users end up in the unregged chat with instructions12:58
lotuspsychjeyes12:58
Bob-OboThx tomreyn / compdoc / BluesKaj. I should've mentioned, I'd like to have only one partition because I want/need to make use of the full max storage space possible, so having 2 partitions is highly not desirable. I'd (ideally) like to have only one partition, formatted with just one filesystem that would work best for both reading and writing on both Windows and Ubuntu, with more than 4gb capability. I don't think I'll be doing the dual-boot option, but13:05
Bob-Oboinstead will probably install Windows 7 &/or 10 on a VM, and then share the folders. -If that makes sense. Advice/suggestions?13:05
Uriah7Bob-Obo: NTFS13:06
ayekatBob-Obo: you can't install linux on NTFS, and windows can't read any linux filesystem, you'll need at least two separate filesystems13:06
Uriah7ayekat: He is not asking to do that. Read his question.13:06
compdocBob-Obo, thats what it seemed like you wanted, but there is not one filesystem for both, unless its ntfs and thats not ideal13:06
ayekatoh, it's for an external hard drive13:07
ayekatmy bad13:07
Bob-OboThis will be for secondary storage drive only, not primary os drive.13:07
BluesKajBob-Obo, then install ubuntu using the automatic method, after you're done then then the VM for windows13:07
Bob-OboNot external, its an internal mSATA, but will be secondary drive.13:07
Uriah7Bob-Obo: Use NTFS. Anything else will cause issues. FAT32 is not an option because of file size limitations.13:09
Uriah7ExFAT is not really designed for this.13:09
Bob-OboOk thanks for your advice, much appreciated13:11
Bob-OboAlso, what terminal command do I type in to know the Kernal version?13:12
compdocuname -a13:12
Uriah7uname -r13:13
Bob-OboOk, so it says my unit is: 4.18.0-16-lowlatency13:14
Bob-OboBut to my understanding, it should be 15.0  ?13:14
Bob-Obo* 5.013:15
Uriah7Why do you want a kernel version of 5.0?13:15
OerHeks19.10 gives 5.x, so you are on 18.04+hwe13:16
Bob-OboSorry I'm not sure, my techy friend who converted me to Ubuntu and installed it for me, was saying I should be on v5.0 and was trying to figure out why mine wasn't yet, but couldn't figure it out. He's out of the country now, so told me join this IRC for questions/help. I'm not sure of the v5.0 Kernal purpose. lol13:17
OerHekswrong info, what is your ubuntu version exactly?13:18
Bob-OboI'm actually running Ubuntu 19.0413:18
OerHeksalso low latency kernel suggests you installed ubuntu studio?13:19
Bob-Obohmm, its possible (studio).. but not sure exactly13:21
coz_Bob-Obo, in terminal   lsb_release -a   << I think that still works13:23
coz_or13:23
coz_install   neofetch for pretty thingy13:23
Bob-Obocoz_: No LSB modules are available. Distributor ID: Ubuntu. Description: Ubuntu 19.04. Release: 19.04. Codename: disco.13:31
Sven_vBon one of my xenial notebooks, avahi-browse 0.6.32-rc became unable to find any services. restarting network-manager and avahi-daemin did not help. my other notebooks still see them, and they also see the blinded notebook. any ideas?13:44
Sven_vBit worked yesterday and I didn't update since.13:45
Sven_vBnah delete that, I might have auto-update enabled13:45
adol-christinhey14:14
rajdoes disco dingo have a stable release yet?14:15
ayekat!disco14:16
ubottuUbuntu 19.04 (Disco Dingo) is the 30th release of Ubuntu, supported until January 2020.  Release Notes: http://ubottu.com/y/dingo14:16
rajoh, it's not LTS14:16
ayekatseems like it does, since april14:16
rajI thought all xx.04 were LTS14:16
CodeMouse92raj: Nope, but all LTS are xx.0414:17
CodeMouse92Every *other& year14:17
adol-christinHey can i have help need to install appache14:17
rajsucks14:17
ayekatraj: why? what do you need?14:17
rajhow can I get quassel-core 0.13 in 18.04?14:17
tomreyn!ask | adol-christin14:18
ubottuadol-christin: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience14:18
adol-christinim sorry >_>14:18
tomreynno worries, adol-christin ;)14:18
ayekatraj: is there a reason you need the LTS release, though?14:19
meulFireHi all !14:19
ayekateither you get long-term stability, or you get the latest features - that's kind of a trade-off you make14:20
tomreynmeulFire: hi there14:20
rajayekat: so I don't have to keep updating, as this is being used on a webserver14:20
tomreynadol-christin: so you need help with installing apache httpd (the webserver), i assume? which buntu version are you running?14:20
tomreyn*ubuntu14:21
adol-christinye >_>14:21
ayekatraj: welp, now you have to choose, it seems :-) (unless you manage to build a quassel-core 0.13 package against 18.04 yourself, that is)14:21
adol-christintutorial not so clear i did it years ago but i forgot i am sorry i forgot >_>14:21
rajayekat: is there no AUR type thing for ubuntu?14:22
ayekatraj: there's PPAs - apparently there is https://launchpad.net/~mamarley/+archive/ubuntu/quassel14:23
adol-christinhttps://help.ubuntu.com/lts/serverguide/httpd.html14:23
tomreynraj: about your earlier question:14:23
tomreyn!info quassel-core 16.0414:23
ubottu'16.04' is not a valid distribution: bionic, bionic-backports, bionic-proposed, cosmic, cosmic-backports, cosmic-proposed, disco, disco-backports, disco-proposed, eoan, eoan-backports, eoan-proposed, kubuntu-backports, kubuntu-experimental, kubuntu-updates, partner, precise, precise-backports, precise-proposed, stable, testing, trusty, trusty-backports, trusty-proposed, unstable, xenial, xenial-backports, xenial-proposed14:23
tomreyn!info quassel-core xenial14:23
ubottuquassel-core (source: quassel): distributed, KDE/Qt-based IRC client - core/server component. In component universe, is optional. Version 0.12.2-0ubuntu1 (xenial), package size 577 kB, installed size 2431 kB14:23
derjohn_was_occuapw, Are you already aware, that the Kernel PPA build for 5.1.17 failed ? See: https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.1.17/BUILD.LOG.amd64  **reporting **14:23
apwderjohn_was_occu, yes, compiler change hurting us14:24
tomreynmeulFire: did you have any support question, or just saying hi?14:24
derjohn_was_occuapw, LART the compiler ;) Thx for listening. I will wait :)14:25
ayekatraj: actually, according to their website, older versions of quassel-core (back to 0.5 or something) should all be compatible14:25
rajthere's the bot =) thanks tomreyn14:25
ayekat!info quassel-core bionic14:25
ubottuquassel-core (source: quassel): distributed IRC client - core component. In component universe, is optional. Version 1:0.12.4-3ubuntu1 (bionic), package size 567 kB, installed size 2305 kB14:25
rajayekat: I need a feature in 0.1314:26
meulFireOn my ubuntu 19.04 I can't find my gpg.conf in any repertories ( nor in the default place ~/.gnupg/ ). I have searched a lot to know if ther is a way to generate one default configuration file but didn't find any answer. Is it normal to not have this configuration file in my ubuntu ?14:26
ayekatraj: ah well, then it's either the PPA or you build it yourself14:26
meulFireSorry tomreyn cause I am french so it takes a while for me to write my question lol ;)14:26
tomreynmeulFire: c'est bon, pas de probleme ;)  you should normally have ~/.gnupg/gpg.conf after the first gpg run.14:27
rajthanks ayekat14:28
meulFireNice french bravo ;)  Yes I read about this fix but I generate a key and nothing more happen... still not have the gpg.conf14:28
rajwill it replace the previous version of quassel-core? Or do I need to manually remove it?14:29
ayekatit's got the same name, so it should replace the old version14:29
tomreynmeulFire: thanks, if not perfect. hmm, then just create gpg.conf yourself, i'd say. let me look for a template...14:29
adol-christinhow do i open up ports on ubuntu14:31
adol-christin?"14:31
leftyfbadol-christin: did you enable a firewall?14:31
adol-christinits a dedi server i bought before14:32
leftyfbadol-christin: ports are not closed by default14:32
leftyfbadol-christin: contact your provider for support14:32
meulFireok thanks tomreyn ! Maybe I can find that template with the source files of the project14:34
tomreynmeulFire: i was looking in /usr/share/doc/gnupg* where such would normally be found, btu there is none there on my ubuntu 18.04 at least. nor in /etc/{default/,}g{nu,}pg*14:35
rajayekat: it didn't update the previous one14:36
rajit just installed it alongside =|14:36
tomreynmeulFire: i guess you can just create your own then14:36
meulFiretomreyn: sorry I send the thanks msg in private14:38
tomreynmeulFire: there's a "gpgconf" command which may create the configuration file for you.14:38
ayekatraj: oh, I see that the package there is actually just called `quassel`14:39
tomreynmeulFire: no worries, but i just drop private messages from people i don't know.14:39
meulFireI have tried some stuff with gpgconf but unsuccessfull14:39
meulFiretomreyn: which command do you think about ?14:39
ayekatraj: but so I guess you can uninstall the quassel-core package14:40
ayekat(note that I don't use quassel, so I can't tell how those components interact with each other)14:40
deadromhi all14:40
deadrom18.04, bash script in user's crontab, does not get executed. how come? need to set the env PATHs somewhere?14:41
leftyfbdeadrom: it does get executed. As long as it is executable. Maybe write in some logging/debugging to see why the script isn't doing what you expect14:42
tomreynmeulFire: maybe    gpgconf --apply-defaults --verbose14:42
deadromleftyfb, it runs fine from bash terminal and does what it's supposed to do14:43
rajayekat: https://paste.ee/p/K8QA214:43
rajthey have the same name14:43
rajquassel-core14:43
deadromsyslog has no info that it was run14:44
ayekatraj: but only one is installed, right?14:44
meulFiretomreyn: I have already tried it but unsuccesfull I gonna try after creating the gpg.conf file maybe it gonna help14:45
tomreynmeulFire: alternatively, if you just move ~/.gnupg out of the way and run gpg2 it should create gpg.conf there, i think14:45
meulFiretomreyn: ok I gonna try this too thx14:45
rajayekat: I thought both are14:46
ayekatraj: well, only one is marked as [installed] :-)14:47
tomreynmeulFire: i just tried here, wont work14:47
ayekatand you typically can't have the same package installed multiple times14:47
meulFiretomreyn: same here...14:48
leftyfbdeadrom: what does your crontab line look like?14:50
rajayekat: something is wrong though, my quassel-client is reporting that the version of quassel-core (which is the server) is still 0.12x14:50
tomreynmeulFire: i suggest you ask in #gnupg14:51
ayekatraj: have you verified that the new version is running on the server? (i.e. restart etc.)14:51
meulFiretomreyn: good idea ! thanks for your help :)14:52
deadromleftyfb,  * * * * * /root/script.sh14:53
deadromleftyfb, it's proper +x'ed and runs from cli14:54
deadromleftyfb, http://paste.ubuntu.com/p/MmZpdYMHYH/14:57
deadromfairly easy script triggers the alerter when home gets used over 80 perc.14:57
deadromsyslog now even tells me it gets executed but the alert trigger does not come up. maybe cron doesnt knwo about the X display?14:58
ayekatit very likely doesn't know about the X display15:00
deadromayekat, probably. how do I tell it?15:01
ayekatdeadrom: not sure if there is an elegant way to do so - I'd probably rather split up the space-checking part from the notification-showing part15:03
ayekatso that one runs as root (df -…) and writes the current space usage to some file, and then the other script (running in your X session) periodically reads from that file and does its thing15:04
ayekat... otherwise you'd make a lot of ugly assumptions there15:05
rajayekat: I bit the bullet and rebooted the OS, it works now15:05
rajthank you my friend for taking the time15:05
ayekatraj: ... simply restarting the service would probably have been enough, but ¯\_(ツ)_/¯15:06
deadromayekat, I ran the script entirely from user's terminal where it would work like that but then cron did not even execute it. it only started doing this when I cp'ed the script to /root/ and created a root cronjob. I *think* there was something about "no cron when root has no cron jobs anyway" but right now not sure15:06
leftyfbdeadrom: export DISPLAY=:015:06
ayekatdeadrom: wait, so the whole df... pipeline works fine as your user?15:07
deadromleftyfb, tried, no good15:07
deadromayekat, yes.15:07
leftyfbdeadrom: cron doesn't know about your display otherwise15:07
ayekatdeadrom: is that the user's crontab or the system-wide/root crontab?15:07
ayekatI mean... if it works fine as a regular user, why have it run from a system-wide/root crontab?15:09
oderushi. small issue. in sddm, my selected mouse theme does not show up (user installed one). the default one does, but i have it set differently and it does not appear. how can i repair this15:09
leftyfbdeadrom: df -hl /home --output=pcent|tail -1|awk -F ' |%' '{print $2}'15:13
leftyfbdeadrom: just thought that might be more efficient for you15:13
deadromayekat, wanted to evade permissions issue and see if it works if I go "big style" and hand it to root15:13
leftyfbdeadrom: I would write that out to a file to make sure your script it getting run properly to begin with15:14
ayekatdeadrom: running it as root probably causes more issues here15:14
leftyfbdeadrom: there shouldn't be any permission issues using just df and notify-send15:14
deadromcould be, yeh.15:14
deadromthe file way is worht a shot, too, ill try that15:15
leftyfbdeadrom: root will not be able to do anything with your DISPLAY15:15
deadromleftyfb, love it, I'm teaching some guys here and right now we are at "lets use the lego bricks we know already", crash course, keep it simple etc :)15:15
deadromok, gonna try that - tomorrow, gotta run, thanks for the ideas15:16
rajayekat: didn't know how to restart the service, I didn't see it in quasselcore's man page15:26
maeudHi, I'm trying to build and install the kernel module for beegfs-client, when I try it says "Required key not available", it is a UEFI system with SecureBoot enabled, but SecureBoot validation is disabled in shim15:57
maeudany ideas why this required a key?15:57
OerHeksi think you need mok utils for that https://wiki.ubuntu.com/UEFI/SecureBoot/DKMS15:59
maeudI don't have validation enabled OerHeks16:00
transhumanistHi! I have two partitions and a USB stick, USB stick has Ubuntu install media (18.04) I can boot to USB stick from UEFI mode (no problems) I also can boot to Windows by selecting F12 Boot menu and selecting Windows SSD, lastly I can boot to Ubuntu 18.04 by manually selecting Ubuntu out of the menu (boots ok) with signed nvidia drivers. Problem is I want 1 grub menu for all of them. Especially Ubuntu and Windows with Windows 10 t16:09
transhumanistt16:09
transhumanistNothing I do fixes it16:09
transhumanistI have tried boot-repair, and I have also tried creating custom windows entry in custom-40 file with UUID but it doesn't work16:10
transhumanistI do not have a bios partition only EFI partition and boot and system partitions for the two operating systems and home directory16:10
Richard_CavellMay I ask - what is Ubuntu's approach to the directories /cdrom, /mount and /mnt?  Which is for what purpose?16:12
tewardRichard_Cavell: /mount and /cdrom aren't listed in the hierarchy, where are you seeing those two?16:14
tewardmnt is defined by the File System Hierarchy Standard.  Read https://help.ubuntu.com/community/LinuxFilesystemTreeOverview#Main_directories and https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.pdf (this one's for the full Filesystem Hierarchy Standard)16:15
OerHeks /mnt/ is for partitions noted in fstab, /media for removable stuff .. and /cdrom is selfexplaining16:15
OerHeks /mount does not exist16:15
Richard_Cavellteward, I'm on 16.04 LTS16:16
tewardand that matters why?16:16
tewardFHS is FHS regardless of distro16:16
OerHeksteward, /cdrom is valid16:16
tewardOerHeks: ah, it's not listed in the Ubuntu docs16:16
Richard_Cavellteward, oh dear I'm sorry I meant /cdrom, /media and /mnt16:16
tewardwell /cdrom is selfexplanatory16:17
OerHeksteward, indeed, lets note the wikiteam16:17
transhumanistlet me ask the question in a different way. Does anyone have directions for getting Ubuntu and Windows 10 to dual boot with UEFI/EFI mode only16:17
OerHeks!uefi16:18
ubottuUEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI16:18
OerHeksdualboot should be not that hard16:18
transhumanistit seems to be impossible without a bios legacy partition16:18
OerHekserr yes, you need GPT with UEFI16:18
adrian_1908transhumanist: install Windows first, then Ubuntu. They'd usually share the EFI partition then.16:18
transhumanistyeah too late for that its an old installation of WIndows resintalling isn't an option I reinstalled ubuntu / and system partions afterwards, but without the legacy partition being in place I get the feeling this doesnt work. I have tried passing it the correct windows UUID I have even tried PKIS certificate passing16:20
transhumanistboth boot great by the F12 menu16:21
tomreyntranshumanist: so are both boot loaders on the ESP then?16:22
ayekatraj_: I assume it's a systemd service, right? so you can just restart it like any other systemd service (systemctl restart ...)16:24
transhumanistif you mean are both supposed to share a EFI partition , then yes16:25
transhumanistboth systems are on separate hard drives one ssd(windows) and one 7200RPM drive for Ubuntu18.0416:25
transhumanistbut both should boot from a common EFI partition (or thats the idea)16:26
tomreyntranshumanist: my understanding is that you already have both windows and ubuntu installed. if so, their boot loaders shoul dnow be present on the first efi system partition your mainboard firmware will come across when scanning your storages during boot. the ESP is a fat32 file system, i.e. you can inspect its contents from either OS.16:28
Bob-Obohello16:28
ayekatBob-Obo: hello - what's broken?16:28
transhumanistso your saying the system partition of Windows knows Windows 10 only and thats the one I have to update for both? I thought boot-repair copies this information into the efi partition when you select a separate EFI partition in the options16:30
tomreyntranshumanist: i don't know what boot-repair does, it's not part of ubuntu, and i never used it.16:30
ayekattranshumanist: there is no "system partition of windows" - there is the EFI system partition, which holds the EFI executables for all bootable systems16:30
transhumanistWindows refers to the partition with the boot files as the system partition and the drive with the windows operating system as the boot partition (stupid I know) FYI16:32
ayekatah yes - but in that case both those partitions are windows-specific and neither linux nor EFI care about those16:33
ayekatunless "the partition with the boot files" is the EFI system partition, in which case *that* one is relevant ^^16:33
ayekat(and should contain the ubuntu (or rather GRUB) files as well if you want to boot it)16:34
tomreynsince transhumanist can boot ubuntu and can just share the output of    sudo ls -lR /boot/efi/ | nc termbin.com 9999    with us, we don't really need to understand which partition windows calls what.16:35
transhumanistsure I can do that! Let me reboot16:36
meulFiretomreyn: I have just asked on #gnupg and they answered me that it is totally normal as when the config file exist, he is empty. It is the user that have to complete it in order to change the default configuration of gpg16:36
Bob-OboTL;DR- My external SSD that was formatted on Laptop-A is detecting on laptop-A, but not on laptop-B. I'll try to be as brief as possible, but please forgive me if it's not quite...sortof a linux noobie here. So I have a new WD Blue 2TB 2.5" SATA SSD, I formatted it to FAT32 on my gf's ubuntu laptop, and transferred her movies from her main drive to my newly formatted WD Blue SSD. It detects right away on here laptop, appears in her folder manager, and16:37
Bob-Oboshows all the movies on the SSD. BUT... when I plug it into my ubuntu laptop, it does not get detected, does not appear in the folder manager, and when I open the Disks app, it shows it as 2tb of free space, no data on it detected. Advice? Thx in advance.16:37
tomreynmeulFire: so one of my many guesses was right at least ;)16:37
tomreynthanks for reporting back16:38
meulFiretomreyn: that's it :) Thanks again for your help16:39
tomreynmeulFire: you're welcome :)16:40
ayekatBob-Obo: what happens if you mount it manually? e.g. mount /dev/sdX /mnt16:40
tomreynBob-Obo: disconnect the ssd from your laptop, run     journalctl -f    in a terminal window, reconnect the ssd, then tell us (!paste or just list the sdXY partitions detected) what was printed.16:43
tomreyn!paste | Bob-Obo16:43
ubottuBob-Obo: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.16:43
Bob-Oboayekat: sorry mate, that's above my level, not sure what you mean16:44
transhumanistHi! Its me, back again https://termbin.com/et3w as requested16:45
Bob-Obothanks tomreyn, doing now16:45
xingjinmaabove my level too16:45
tomreynxingjinma: hmm?16:46
transhumanisthttps://termbin.com/iizr << grub.cfg16:46
sarnoldBob-Obo: you didn't accidentally use exfat did you?16:46
ayekattranshumanist: that looks like windows is not installed16:47
adol-christinI need help i bought a domain on google domains how do i connect the domain to my dedi server?16:47
tomreyntranshumanist / ayekat: not on this ESP anyways16:47
transhumanistsee second one windows is there16:47
transhumanistI tried adding it using custom-4016:47
ayekatBob-Obo: `mount` is a command that mounts a filesystem to a directory - but I guess explaining the concept of mounting would take a bit more than a few lines on IRC16:47
ayekattranshumanist: so you've got multiple EFI system partitions?16:48
tomreynadol-christin: hmm that's a little out of scope for ubuntu support. there is #ubuntu-server where it's a little less but still out of scope, and there is #dns where it is probably still out of scope, and there is #google16:48
transhumanisthttps://termbin.com/yt6u16:49
tomreyncould also be ##google , not sure16:49
transhumanistno only one efi partition unless windows has made on an efi partition16:49
transhumanistI installed Windows in UEFI mode16:49
tomreyntranshumanist: sudo apt update && sudo apt install pastebinit && sudo fdisk -L |& pastebinit16:50
tomreyntranshumanist: let me fix a typo:    sudo apt update && sudo apt install pastebinit && sudo fdisk -l |& pastebinit16:50
Bob-Oboayekat: I understand you now... sorry didnt realize that was a terminal command.16:50
transhumanisthttp://paste.ubuntu.com/p/g9KBdqj3bF/ by the way I really appreciate the help!16:51
tomreyntranshumanist: since you installed windows first (from what i understood), it most definitely created an ESP.16:51
ayekatBob-Obo: anyway, what's the output of journalctl -f when you plug in the drive?16:51
tomreynadol-christin: generally, your goal would be to point the domains' A record to the IPv4 address (or the AAAA record to the IPv6 address) of your dedicated server16:53
ayekattranshumanist: what's the output of `findmnt` in ubuntu?16:54
transhumanisthttp://paste.ubuntu.com/p/SJtcMgfwM3/ thanks16:55
transhumanistI think I know what your thinking. Windows isn't actually on a UEFI parition?16:56
transhumanisterr installed in UEFI mode?16:56
ayekattranshumanist: well, whatever you mount to /boot in ubuntu appears to be the ESP, but I don't know how windows actually boots16:56
OerHekstranshumanist, yes, seems like it is not.16:57
transhumanistcrap, that means I have to move crap around to make a legacy boot partition right?16:57
transhumanistI can set it to dual boot legacy and UEFI but it didn't seem to work which got me here in the first place16:58
tomreyntranshumanist: before you do this, better mount /dev/sda1 and inspect it, just to make sure16:58
transhumanistthere should be an efi.sys file there or something right?16:59
tomreynnot sure what its called, i think it has no file extension16:59
OerHeks /dev/sda1  is very small and on an old DOS mbr, sdb is correct, GPT17:00
tomreyntranshumanist: what's the output of   sudo file -s /dev/sda117:00
tomreynoh right sda is an msdos table17:00
tomreyntranshumanist: you can skip the file command17:00
transhumanistok17:01
maeudlsblk would likely be easier to understand than findmnt17:01
ayekatso there is a disk with an DOS partition table (and presumably Windows installed in BIOS/Legacy mode) and a disk with an ESP, with Linux installed on it17:01
tomreyntranshumanist: i think i read soemwhere there are tools to convert windows from legacy bios to uefi mode without reinstalling. but obviously here's the wrong place to discuss this, maybe ask in ##windows17:02
ayekatmaeud: not necessarily - lsblk doesn't show bind mounts17:02
Bob-Obotomreyn: ran the command, but seems like there is no end to it, just keeps running in perpetuity. Here is a screenshot https://i.imgur.com/Xk5TnYU.png17:02
maeudwe don't need to see bind mounts17:02
transhumanistok thanks for the hint17:02
ayekatmaeud: we want(ed) to know what /boot has mounted, in which case findmnt is more robust17:03
transhumanistI will look in the right place17:03
ayekatmaeud: because some people bind-mount a sub-directory from the ESP to /boot, rather than the partition directly17:03
tomreynBob-Obo: right, it keeps polling the log. you can just ctrl-c it when you're done. sorry, should have told you.17:03
ayekatmaeud: (I do so, at least)17:03
tomreynBob-Obo: this system doesn't seem to like your disk. at what time (on the screenshot) did you reconnect the drive?17:04
tomreynBob-Obo: is this drive connected via USB or directly connected to the SATA bus?17:06
Bob-Obotomreyn: re- time that I connected the drive - https://i.imgur.com/IbQGuiu.png17:10
Bob-Obotomreyn: connected via usb17:10
tomreynBob-Obo: you wrote "external ssd" earlier, so i assume it's in an usb enclosure, connected via usb to your computer. if that's the case, please disconnect all USB devices you don't strictly need, also the ssd, keep    journalctl -f     running (or re-run it), press enter there a couple times so you'll know where new output starts, then reconnect the ssd, and check the journalctl output for new output added.17:11
tomreynok usb connected drive17:12
Bob-Obotomreyn: correct, external enclosure via usb17:12
adol-christinok so what i meant was how do i get my domain to work with apache on ubuntu17:12
adol-christinso far only the ip works how can i fix this?17:13
Bob-Obotomreyn: its the only usb connected (plus my usb mouse dongle)17:13
Bob-Obotomreyn: https://i.imgur.com/6hAUhq6.png17:15
OerHeksadol-christin, "i bought a domain on google domains how do i connect the domain to my dedi server?" i hope google provides a manual?17:16
adol-christini set that part up17:17
adol-christinbut how do i make it interact on the dedi server17:18
tomreynBob-Obo: interesting issue, i've never seen this "process ata_id --export ... failed with exit code 2" message before. can you try connecting the disk to the other USB port, the one next to the HDMI and power connector on the (left hand) backside of your laptop?17:18
jhutchins_wkadol-christin: You need to point the DNS record for your domain at the IP of your server.17:19
tomreynadol-christin: it can take a while until your domain name really starts pointing to your server after you made the change.17:20
tomreynusually less than an hour17:20
jhutchins_wkadol-christin: Do a whois on your domain.  That will tell you who has the DNS record.  I am not familiar with how google domains does DNS, sorry.  Most registrars now offer free DNS services.17:21
Bob-Obotomreyn: ok done - https://i.imgur.com/xnOr2ZH.png17:21
Bob-Obotomreyn: here's the same result after letting it run for a few seconds longer, not sure if that helps or not - https://i.imgur.com/Nk9qxwu.png17:22
john_doe_jrHow do you create and load a personal service as a non-root user?17:22
delitasudo17:23
sarnoldjohn_doe_jr: try systemctl --user ... before your commands17:25
john_doe_jrdelita: do I have to put the service file in /etc/systemd/system17:25
john_doe_jr?17:25
tomreynBob-Obo: hmm, no, waiting longer did not add new info (but this was a good idea). the same error message occured this time as it did on the other USB port.17:25
tomreynBob-Obo: can you show this while the ssd is connected:   sudo /bin/true && pastebinit < <(sudo fdisk -l ; echo; sudo lsblk; )17:27
ayekatjohn_doe_jr: do you want user services?17:28
ayekatjohn_doe_jr: (i.e. services running as your user rather than system-wide/as root)17:28
john_doe_jrayekat: I want to run the service as a non-root user.17:29
tomreynBob-Obo: did you see this question earlier - i don't think you answered it, yet? <sarnold> Bob-Obo: you didn't accidentally use exfat did you?17:29
ayekatjohn_doe_jr: actually, what's the situation? and what is the service in question?17:29
OerHeksavoiding company policy; do not install software?17:31
john_doe_jrayekat: I have a service file in my home directory called sync.service and I'd like to load this service as a daemon.  I've tried systemctl --user enable /path/to/sync.service but that doesn't load the service file.17:31
sarnoldjohn_doe_jr: does it give you an error message?17:32
Bob-Obotomreyn: <sarnold> oh geez, sorry I don't know17:32
ayekatjohn_doe_jr: you'll need to put it into ~/.config/systemd/user17:32
john_doe_jrayekat: is the user part in ~/.config/systemd/user your user name or just the string 'user'?17:33
ayekatjust the string 'user'17:33
Bob-Obotomreyn: https://i.imgur.com/Tmd2z9H.png17:33
ayekatsee systemd.unit(5) - the list of directories for unit files is listed at the top of the man page17:33
tomreynBob-Obo: can you just copy and paste the url here?17:34
tomreynignore those warnings17:34
Bob-Obohttp://paste.ubuntu.com/p/DhfTzGTN3j/17:34
tomreynthanks :)17:35
Bob-Obo:thumbsup:17:35
EDinNYIs there a file I can look at on my client that will give me info on my DHCP lease?17:35
tomreynBob-Obo: so this was with the usb SSD connected?17:35
Bob-Obotomreyn: correct17:36
sarnoldtomreyn: I'm guessing it's this one /dev/sda1        2048 1953523711 1953521664 931.5G  7 HPFS/NTFS/exFAT17:36
sarnoldI was hoping it'd be more explicit :)17:36
tomreynBob-Obo: what's the output for     sudo file -s /dev/sda117:36
tomreynsarnold: me, too17:36
tomreynBob-Obo: also access this path in your file browser:    /media/j/S117:37
OerHekssarnold, tomreyn does he need to format that sda drive with MBR to GPT?17:37
OerHeks* and reinstall windows17:38
tomreynOerHeks: who?17:38
OerHeksoops, wrong person, carry on17:38
tomreyn:-)17:38
* OerHeks was focussed on transhumanist17:39
Bob-Obotomreyn: https://i.imgur.com/9sf7YLY.png17:39
tomreynBob-Obo: so this supposedly "FAT32" file system actually seems to be NTFS.17:40
tomreynBob-Obo: and it seems to have been mounted at /media/j/S1 successfully17:41
tomreyni assume windows may automatically switch to NTFS if you try to create a partition / file system larger than 32 GB.17:41
ioriaBob-Obo, i suggest a     ls -al /media/j/S117:42
Bob-Obotomreyn: ok thx, interesting. (j is my laptop name and S1 is what I named the 2tb WD Blue 2.5" ssd - not sure if u already could tell)17:43
tomreynj is actually your user name, yes. ;)17:43
tomreynEDinNY: your system log should have info on those.  journalctl -b17:44
EDinNYthanks, tomreyn...I used to know where to find a file that contained all the info including lease time and other data17:45
Bob-Obotomreyn: https://i.imgur.com/H7aGLXD.png17:46
ioriathere's nothing17:46
tomreynBob-Obo: i concur with ioria17:46
tomreynBob-Obo: when you connect this ssd to the other computer, do the files still show there?17:47
ioriaBob-Obo, you probably need to manually umount and remount17:47
tomreynBob-Obo: i assume the other computer runs windows?17:48
Bob-Obotomreyn: yes, mounts/displays quickly and all files appear17:48
tomreynBob-Obo: did just just try this or did you report what it was like in the past?17:48
tomreyn!paste | Bob-Obo: Please read this and also !pastebinit - textual pastes are preferred (and should be easier for you to handle, too)17:51
ubottuBob-Obo: Please read this and also !pastebinit - textual pastes are preferred (and should be easier for you to handle, too): 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.17:51
tomreyn!pastebinit | Bob-Obo17:51
ubottuBob-Obo: 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 | pastebinit17:51
Bob-Oboioria: (you probably need to manually umount and remount) - the drive doesn't show up, how to do that? just unplug it? or....?17:53
ioriaBob-Obo,  sudo umount /media/j/S117:54
Bob-Obotomreyn: (i assume the other computer runs windows?) Both mine and hers run Ubuntu, mine 19.04, hers is 18.04 - drive seems to work fine on hers, but not on mine.17:56
tomreynBob-Obo: so you just tested again whether you can access the files on her system, right?17:57
Bob-Obotomreyn: (did just just try this or did you report what it was like in the past?) This is the first time to try installing it17:58
Bob-Obo...first time to use it, fresh out of the box17:58
tomreynBob-Obo: okay, let me explain this more, maybe my question is more understandable then: sometimes, when you copy data to an external storage, like this SSD, the data may not actually get properly written to the SSD before you unplug it, if you don't unplug it safely (asking the operating system to unmount the file system and 'eject' it). so it could be that all files seemed to transfer fine, but you unplugged the disk early when copying the18:01
tomreynfiles, and that they did not really get properly stored on the ssd. this is why i'm asking you to re-verify that the other (GF's) computer actually sees the data on the drive now.18:01
tomreynBob-Obo: something else you can do it to post the output of this command, with the disk attached, on both her and your computer:    sudo /lib/udev/ata_id --export /dev/sda      (replace "sda" by whichever block device journalctl -f says it was detected as)18:03
tomreynBob-Obo: finally, you can run     sudo ntfsfix /dev/sda1     while the ssd is connected to your computer (and report the output)18:05
tacocat_Hello everyone, I'm trying to creating a Lubuntu portable installation without the use of casper_rw. Is this the right channel to ask for help?18:06
Bob-Obotomreyn:  (so you just tested again whether you can access the files on her system, right?) Sorry doing some multitasking, just getting caught up on the replies... Not yet, but will disconnect/connect to hers now and reply...18:06
tomreynBob-Obo: i noticed you must be busy by other means.18:08
tomreyntacocat_: so you mean a full (writable, persistent) Lubuntu installation on removable media?18:09
tacocat_@tomreyn Yep18:09
tacocat_tomreyn: Yep18:09
TJ-tacocat_: do you also want it to have the installer available to install to other devices?18:09
tomreyntacocat_: i'm not really familiar with the lubuntu installer, calamares. There is #lubuntu18:09
tacocat_(New to IRC, is it : or @?)18:10
lotuspsychje!tab | tacocat_18:10
ubottutacocat_: You can use your <tab> key for autocompletion of nicknames in IRC, as well as for completion of filenames and programs on the command line.18:10
tomreyntacocat_: << linke this (no need for the colon, though)18:10
tomreyn*like18:10
lotuspsychjehey mathisen18:10
sarnoldtacocat_: strictly speaking you don't need either one, but most irc clients will add the : after a nickname when you use tabcomplete18:10
tacocat_ubottu: Thanks!18:10
ubottuYou're welcome! But keep in mind I'm just a bot ;-)18:10
tacocat_tomreyn: Thanks too!18:11
tomreynYou're welcome! But keep in mind I'm just a human ;-)18:11
tacocat_Hehe18:11
mathisenlotuspsychje, hey18:12
sarnoldlol18:12
tacocat_tomreyn: Oh well, within Ubintu is there any tools I could get inspiration from? The installer is not essential, though It'd be nice to have it around.18:12
tacocat_*Ubuntu18:12
TJ-tacocat_: if all you want is a Lubuntu install on a USB flash device, treat it like a regular HDD/SSD and install to it18:13
tomreyn^18:14
TJ-tacocat_: you can also put the lubuntu installer ISO on it in a way that allows you to choose it at boot-time18:14
tacocat_TJ-: Would using a regular install overwrite the local bootloader?18:14
tacocat_How would I do the ISO?18:14
TJ-!info grub-imageboot18:15
ubottugrub-imageboot (source: grub-imageboot): boot iso, harddisk and floppy images with grub2 and syslinux memdisk. In component universe, is extra. Version 0.6 (bionic), package size 4 kB, installed size 42 kB18:15
TJ-tacocat_: installing to the USB device you'd also ensure the bootloader is written to that device. Plug it into any PC, use that PC's manual boot-device selector, and it will boot18:16
Bob-Obotomreyn: (files, and that they did not really get properly stored on the ssd. this is why i'm asking you to re-verify that the other (GF's) computer actually sees the data on the drive now.) Pretty certain 98% I did not unplug it too early, Im usually quite cognizant to always 'eject' or 'remove safely' whenever possible. Checking now...18:17
TJ-tacocat_: as the installation uses GRUB when you add grub-imageboot as an installed package, and put the .iso file in the correct directory, it'll allow selecting whether to boot the ISO or the fixed installation at the GRUB boot menu. For that you might want to change the GRUB default settings to show the GRUB menu at every boot, and wait a few seconds before booting the default18:17
tacocat_TJ-: So in theory, running the installer while pointing to the USB drive wouldn't modify the local computer?18:18
TJ-tacocat_: correct (although do note you cannot (easily) install to the same USB device as the installer is running from)18:18
TJ-tacocat_: although I have done that several times recently and it is easy (if you know how!)18:19
Bob-Obotomreyn: (files, and that they did not really get properly stored on the ssd. this is why i'm asking you to re-verify that the other (GF's) computer actually sees the data on the drive now.) Ok, just tried in unit-2. Looks good, took about 10-15sec to display in the folder manager and all data seems to be there, Properties is showing all 307gb used and 1.7tb free, as it should be.18:20
tacocat_TJ-: Great! Then I'll go ahead and try to install now to another drive. Would you know where I could look for documentation on same-drive installation? (Sounds interesting!)18:20
TJ-tacocat_: I suspect there may be (incomplete) guides out there but I do this all from personal knowledge and experience18:21
tacocat_TJ-:  Well, that's good by me then! I'll try things out and report back then. Seriously, thanks for all the help!18:22
TJ-tacocat_: it's basically a case of using a USB device that is larger than the ISO image. Say the ISO is 2.5G and the USB is 16GB. Once the ISO is written to the USB there's ~13GB space unused. I edit the partition table on it ensure that free space is 'seen' so I can just tell the installer to use it. After install I then erase the area used by the ISO and re-assign it as additional space (I always use LVM so18:22
TJ-re-assigning space is trivial)18:23
TJ-tacocat_: so I start by booting the ISO installer in "Try" mode so I can use the terminal and tools to pre-configure the USB partition table before starting the installer.18:24
tacocat_TJ-:  Huh, you make it sound easy.18:24
adol-christinhey ok back18:24
adol-christinmy ubuntu dedi keeps crashing is there a command on ubuntu to find out the reason?"18:24
tacocat_You must be really well versed in this toolset then.18:24
TJ-tacocat_: Probably because I've been working at this low level for many years so comfortable with it18:25
tacocat_Yeah, must be.18:25
tacocat_Well, I'll go ahead and reboot.18:25
tacocat_See ya later!18:25
TJ-tacocat_: I've been thinking of proposing patches to our live-ISO builder tooling to make this easier to do (by leaving a partition entry available and adding a simple tool that writes that partition entry to match the actual USB device)18:26
adol-christinhttps://gyazo.com/6b7d34259a860e305af79d60438be33f18:26
adol-christini checked all the files whats it mean if they read?18:26
adol-christin*red18:27
Bob-Obotomreyn: (sudo /lib/udev/ata_id --export /dev/sda      (replace "sda" by whichever block device journalctl -f says it was detected as)).. sorry not sure what you mean.18:28
tomreynBob-Obo: good, so at least the files aren't lost (since they still show on your GF's system). NTFS is not the file system of choice if you want to transfers files between two Ubuntu systems, by the way. I'd choose ext4 (or ext3 if you have some really old system) then.18:30
adol-christincan anyone provide any kind of help too?18:31
adol-christin*too me?18:31
tomreynBob-Obo: please connect the ssd to your own computer and run      sudo /lib/udev/ata_id --export /dev/sda |& pastebinit 2>/dev/null18:31
lotuspsychjeadol-christin: explain to the channel where you currently at?18:31
lotuspsychjeadol-christin: what happened before, and where are you stuck now18:32
tomreynadol-christin: files showing in red color are compressed files.18:32
blackflowadol-christin: `journalctl -b -1 -n 100`    will output last 100 lines logged right before last reboot/crash. Can you pastebin that please?18:36
tomreyn!pastebin | adol-christin18:36
ubottuadol-christin: 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.18:36
tomreyn"keeps rebooting" may suggest the previous log is short - so it may be best to post that full log.18:37
adol-christinhow do i pull up the entire log18:37
tomreynsudo apt update && sudo apt install pastbinit && journalctl -b -1 |& pastebinit18:38
tomreynthis is to post it online18:38
tewardtomreyn: triple check your spelling on the apt command18:38
tewards/pastbinit/pastebinit/18:38
tomreynah, thanks18:39
tomreynadol-christin: correction (just run the whole thing again if needed):  sudo apt update && sudo apt install pastebinit && journalctl -b -1 |& pastebinit18:39
blackflowor just pipe to netcat....18:40
Bob-Obotomreyn: (while the ssd is connected to your computer (and report the output)) https://i.imgur.com/8NOSoEq.png18:42
adol-christinhttp://paste.ubuntu.com/p/YMHmMHDfp7/18:43
adol-christinhere18:43
Bob-Obooh sorry, you said 'your computer'..read that wrong, showed you hers18:43
lotuspsychjeadol-christin: are you on 19.04?18:44
adol-christinye18:44
adol-christinfor the server18:44
adol-christinim australian servers hosted in germanty18:44
adol-christin*germany18:44
lotuspsychjeadol-christin: 19.04 is a non-lts, are you installing 19.04 for production?18:45
Bob-Obo(tomreyn: i noticed you must be busy by other means.) Yes, apologies for the delayed replies18:45
adol-christini installed it for the dedi server18:46
adol-christinshould i change versions or soemthing lotuspsychje18:46
lotuspsychjeadol-christin: thats your choice really, are you installing for testing purpose or production?18:47
adol-christinproduction18:47
lotuspsychjeadol-christin: then i think its advisable you choose an LTS version of ubuntu18:47
Bob-Obotomreyn: (really old system) - not too old, just a couple years and from 201418:48
adol-christinwhats differance18:48
adol-christincan u explain18:48
lotuspsychje!lts | adol-christin18:48
ubottuadol-christin: LTS means Long Term Support. LTS versions are supported for 5 years on the desktop and server. The latest LTS version of Ubuntu is !Bionic (Bionic Beaver 18.04). Ubuntu !flavors may have different support durations, check their release notes for information.18:48
adol-christinanyways18:49
adol-christinhow can i find the crash report18:49
TJ-adol-christin: You said this is a 'dedicated server' - is it from a data-center / 'cloud' hosting service?18:49
adol-christindata center18:49
TJ-adol-christin: right; so the first thing that is VERY unusual is you've installed a desktop version of Ubuntu. This is unusual since the PC has no display device. We'd usually expect it to be installed from the ubuntu-server ISO18:50
Bob-Obotomreyn: https://i.imgur.com/twTnjTV.png18:50
Bob-Obo{sudo /lib/udev/ata_id --export /dev/sda |& pastebinit 2>/dev/null} -seemed to do nothing18:51
tomreynBob-Obo: now i'm also busy, sorry, bbs18:52
TJ-Bob-Obo: is the device actually /dev/sda1 ?  tomreyn  did point out to use the device name on *your* system in place of his example sda118:52
Bob-Obotomreyn:  no problem thx so much for your help :-))18:53
TJ-Bob-Obo: you can check using the command "lsblk"18:53
Bob-OboTJ: ahhhh ok thats what he meant, didn't realize that. Will retry...18:54
Bob-OboTJ: not sure if its actually /dev/sda118:55
Bob-Obohttps://i.imgur.com/DjgXgZd.png18:56
adol-christinso what do u guys think i should do18:56
adol-christinreformat it?18:56
adol-christinand change operation systems?18:56
adol-christin*operating systems18:56
adol-christinArch Linux latest minimal  CentOS 7.6 minimal  Debian 10.0 LAMP  Debian 10.0 minimal  Ubuntu 18.04.2 LTS minimal  Ubuntu 18.04.2 LTS Nextcloud  Ubuntu 19.04 minimal18:57
adol-christinthese are the options which one should i get?18:57
blackflowadol-christin: Ubuntu LTS definitely, but which one of the two? Depends on what you want.18:58
blackflowadol-christin: and really, btw... you should not be running a server on the public internet if you don't know these things. You will just end up harming others.18:58
adol-christinnah i know how to do stuff its being ages though since i last did it >_>19:00
adol-christinyears infact19:00
adol-christinso reformatting it hopefully that fixes it19:01
lotuspsychje!server | adol-christin19:01
ubottuadol-christin: Ubuntu Server Edition is a release of Ubuntu designed especially for server environments, including a server specific !kernel and no !GUI. The install CD contains many server applications. Current !LTS version is !Bionic (Bionic Beaver 18.04) - More info: http://www.ubuntu.com/products/whatisubuntu/serveredition - Guide: https://help.ubuntu.com/lts/serverguide - Support in #ubuntu-server19:01
blackflowadol-christin: that doesn't change the point that I'm trying to make. there's no difference if you forgot or never knew...19:01
adol-christin67k19:09
tomreynBob-Obo: the last output you posted (as a screenshot :-/ ) is incomplete.19:11
sarnolduhoh, not great sign19:12
tomreynBob-Obo: ntfsfix was apparently run against the wrong device (which is why TJ asked for lsblk, to find out which the right device is)19:13
tomreynoh19:13
Bob-Obotomreyn: sorry about that, scrnshot1 https://i.imgur.com/twTnjTV.png - scrnshot2 https://i.imgur.com/FTwWJFB.png19:26
tomreynBob-Obo: i'm surprised the ata_id command apparently provided no output at all. can you run it again (with the ssd attached), like this?  sudo /lib/udev/ata_id --export /dev/sda19:31
tomreynBob-Obo: as a reminder, we prefer textual pastes over screenshots19:32
TJ-Does the NTFS tooling support 1.8TB volumes?19:33
* tarzeau uses exfat19:33
tomreynbetween ubuntus, i use ext419:34
TJ-Bob-Obo: tomreyn  I'd check the physical/logical sector sizes of the device; this could be due to a translation layer (USB bridge chip?)19:35
tomreynhmm yes maybe. feel free to drive!19:35
=== gabkdlly_ is now known as gabkdlly
TJ-I'm preparing dinner... tummy takes priority :)19:36
ssloveisn't it odd that the HD was not detected?19:36
Bob-Obotomreyn: do I write "/dev/sda" exactly, or replace sda with anything specific to my system?19:37
tomreynBob-Obo: by the time you showed the lsblk output, /dev/sda was correct19:37
Bob-Obotomreyn: not sure how to [properly] text paste multiline results19:38
tomreynubottu told you a while ago19:38
ubottutomreyn: I am only a bot, please don't think I'm intelligent :)19:38
tomreyn!paste19:38
ubottuFor posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.19:38
tomreyn!pastebinit19:38
ubottupastebinit 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 | pastebinit19:38
tomreynBob-Obo: ^ read this19:38
tomreynunfortunately, on ubuntu 19.04, pastebinit will always spit out some warnings before it prints the only relevant line, the http address19:39
tomreynjust ignore those warnings19:39
Bob-Obosorry I can't figure that out, still too new with linux atm. Is scrnshots ok for the time being?19:41
ioriaBob-Obo, sorry, it's very easy:  e.g.  :     sudo parted -l | pastebinit19:42
tomreynyou're loosing warnings / error this way, though19:43
tomreynsudo parted -l 2>&1 | pastebinit19:43
Bob-Obotomreyn: https://i.imgur.com/zmoFSRi.png19:44
tomreynokay, no output at all, so i guess this computer can just not use this drive with its current configuration for some reason19:45
deadromhi19:45
tomreynlet's see the parted output, though19:45
Bob-Obohttp://paste.ubuntu.com/p/R3SzDzvQMn/19:45
tomreynhi deadrom19:46
tomreynBob-Obo: i think this is what TJ- was hinting at  Sector size (logical/physical): 512B/4096B19:46
deadrom18.04, Dell Precision M4800, i7quad, 32GB, just fired up VirtualBox, couple minutes later fan spins up quite notably. htop says cpu is near idle, nvidia tool says GPU is at 50° . it has two fans but I can' ttell which one is up, cpu or gpu, or why. help?19:46
ioriaBob-Obo, we can try anyways :     sudo mount -t vfat /dev/sda1 /mnt  -o uid=1000,gid=1000,utf8,dmask=027,fmask=13719:47
deadromok, sensors can actually read them, but they are both at 3300 rpm. but why.19:47
tomreynBob-Obo: even the SSDs model name is not properly read on this computer. "TO" should be "TOSHIBA", i guess, and "Exter nal" should be "External"19:47
Bob-Oboioria: https://i.imgur.com/bkIQfyc.png19:49
ioriaBob-Obo, ls -al /mnt19:50
tomreyndeadrom: i do not know. my personal experience is that the virtualbox packages in ubuntu 18.04 are not in the best shape, and i have decided to use virtualbox.org's instead.19:50
ioriaBob-Obo, i mean:  ls -al /mnt | pastebinit19:51
Bob-Obohttp://paste.ubuntu.com/p/8ZWQnJ4H3t/19:53
ioriaBob-Obo, ls -al "/mnt/English Movies" | pastebinit19:54
sslovei missed bob's first messages here, but he's a friend of mine so i know what's up. does this really have to be this complicated to get a new ssd detected? i suggested he put it in the laptop and boot from a live usb and see it the installer detects the internal HD (i suggested using kubuntu because i know he has a kubuntu.iso and the partition and disk tools being different may detect what his and his gf's laptop didn't)19:56
Bob-Obohttp://paste.ubuntu.com/p/srWMdD73NH/19:57
tomreynthe issue seems to be that he has an ssd which has a broken enclosure / translation layer.19:57
Bob-Obohey bud19:57
ioriaBob-Obo, the movies are there, no ?19:57
mhzmthrf19:58
ioriaor not ?19:58
tomreynmhzmt: what do you mean?19:58
mhzmtHi!19:58
tomreynwelcome to ubuntu support, mhzmt19:59
Bob-Oboioria: yes looks like all data/files are there20:00
mhzmtIs there a way to filter /top? Sorry for offtopic20:01
DouglasKQuestion ... how can one disable OpenCL support on a system, or block a single application from seeing OpenCL?20:03
TJ-DouglasK: opencl is a library; you'd need to use each application's mechanism for not using it20:06
DouglasK*nods*  Thought maybe.  One of my customers had it working well, then it recently stopped with a double precision error.  I'll have them try toggling beignet's open cl strict conformance option on and off, see if either method works better.20:07
DouglasKIf I see more users with the issue I'll send it up to Dev for an update.20:08
DouglasKTJ- ^^^^20:08
TJ-DouglasK: I was recently messing with the Intel support and Beigenet is strongly discouraged in favour of the latest Intel published drivers20:08
DouglasKInteresting!  This customer does have Intel graphics as shown in the application logs (AfterShot Pro)20:09
DouglasKDo you happen to have a link handy?20:09
DouglasK(if not, I'll google)20:10
TJ-DouglasK: see https://software.intel.com/en-us/articles/opencl-drivers#latest_CPU_runtime20:10
TJ-DouglasK: there are two there, one for Intel HD Graphics, and one for Intel CPUs20:10
sslovetomreyn, ok so, if the problem is the enclosure, which works with other hds btw, then what about internal?20:10
DouglasKThanks a million! I try to keep up and run Ubuntu as my primary home OS, but that has NVidia h/w.20:10
DouglasKOk.20:10
ssloveBob-Obo, u said u first put it in ur laptop and the laptop didn't detect it internally either, right?20:11
TJ-DouglasK: I didn't have much success with it though, in that the application I was (trying to) using didn't like the Intel devices20:11
CamBan69Hmm it seems the 5.2 mainline kernel build is erroring? https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.2/20:11
TJ-sslove: Bob-Obo  do we have a make/model of this 'SSD' and what form-factor it is?20:12
DouglasKA lot of applications don't like Intel Graphics devices from what I've heard around.20:12
=== lol768_ is now known as lol768
TJ-DouglasK: seems that way20:12
DouglasKTheir OpenCL compat is wonky.  To compound matters, they require that the hardware vendor distribute the updated drivers instead of letting users download from Intel.20:12
sslovethis shit shouldn't be this fucking complicated, it's a new samsung hd for fuck's sake, not some el cheapo chinese gutter bang it out hd20:12
TJ-!language | sslove20:13
ubottusslove: Please avoid any language that may be considered offensive, including acronyms and obfuscation of such - also see https://wiki.ubuntu.com/IRC/Guidelines || The main channels are English only, for other languages, see https://wiki.ubuntu.com/IRC/ChannelList20:13
TJ-sslove: form-factor and interface can make all the difference; between SATA, M2, mini-PCI-e, NVMe20:14
TJ-sslove: e.g. for the mini-PCI-e form-factor some motherboard slots only bring out USB so putting a SATA/SSD in one it won't show up. Same can apply to some combinations of M2 form-factor as well (SATA vs NVMe)20:15
sslove"including obfuscation of such", oh robot, u make me laugh20:16
TJ-Bob-Obo: sslove  if the SSD isn't seen by the operating system on this PC, the first thing I'd do is use the BIOS/firmware setup at boot-time to check the firmware can detect this SSD. If it cannot that points to a hardware issue20:17
ssloveyea, i agree20:17
lordcirthThere are also M.2 slots that only work with SATA M.2 SSDs and some that only work with NVMe..20:17
TJ-lordcirth: yes, that was one of the issues I was getting at20:18
sslovethat's why i told him to remove all of his HDs from the computer, and set the ahci or whatever, in order to see if the laptop will properly detect the new ssd20:18
tarzeauintel produce m.2 ssds that only work with windows20:18
lordcirthtarzeau, really? What model?20:18
* tarzeau looks it up20:18
TJ-tarzeau: you mean you have to drill holes through them to be able to 'see' the data ? :D20:19
ssloveit's a samsung 860 evo msata20:19
tarzeaulordcirth, tj-: the 600P https://www.intel.com/content/www/us/en/support/articles/000022378/memory-and-storage.html20:19
tarzeausome friends bought a few computers and wanted linux on it. SURPRISE20:19
tarzeauTJ-: i think we threw them in a corner, and they collect dust now20:20
lordcirthtarzeau, that says it's not supported, not that it doesn't work.20:20
tarzeauit doesn't work.20:20
tarzeaulinux does not see them. period.20:20
tarzeauinvisble. brick.20:20
ssloveyo chill out with the language-ism/language shaming, it's my dialect of english, i'm a native new yorker, don't discriminate against me for speaking new york-ese20:21
tarzeaui had to flash some intel ssds (14 of them) because otherwise they would suddenly lose data20:21
lordcirthtarzeau, is this a different version? https://www.phoronix.com/scan.php?page=article&item=intel-600p-256gb&num=120:21
tarzeaufirmware20:21
TJ-sslove: Bob-Obo  so, what I said earlier applies: a mini-PCIe slot looks identical to mSATA but isn't20:21
TJ-sslove: Bob-Obo  what is the make/model of the PC? maybe we can check what internal connections it has20:22
tarzeaulordcirth: must be different since ours would not work20:23
sslovewell, Bob-Obo , you've got 2 hd bays in ur laptop, try them both. of course, as i said, you'll need a bootable live system to have some OS to detect the ssd.20:23
lordcirthtarzeau, what kernel version were you running when you tried?20:23
TJ-sslove: Bob-Obo I would forget about an OS for now and just use the PC's firmware setup to detect the SSD20:23
tarzeaulordcirth: computer was from 2018/02, so must've been ubuntu 16.0420:24
lordcirthtarzeau, without HWE? so 4.4?20:24
tarzeauno, we tried hwe, and that didn't help either20:24
tarzeaui keep encountering all kinds of unsupported hw and we usually try all to get it running (like replacing ubuntu kernels too)20:25
lordcirthtarzeau, you said they were gathering dust? Send them to me and I'll let you know XD20:26
tarzeaulordcirth: if i knew where we put them... what country?20:26
lordcirthCanada20:26
ssloveTJ-, yea ur right, checking if the bios detects it should be the first order of business20:28
tarzeaujust looked the computer up, we removed it and shoved in rotating platters haha20:28
ZPQHello, when I do update in Ubuntu 16.04 I've got following error message when it tries to update base-files: https://pastebin.com/raw/KHM7SB6Y20:28
Bob-Obo<sslove> Bob-Obo, u said u first put it in ur laptop and the laptop didn't detect it internally either, right? -- correct20:28
TJ-Bob-Obo: what is the make/model of your laptop?20:29
Bob-Obo<TJ-> sslove: Bob-Obo  do we have a make/model of this 'SSD' and what form-factor it is? -- WD Blue, 2TB, 2.5" SATA SSD.20:29
tomreyndell latitude e7440 ^20:29
TJ-Bob-Obo: the SSd that isn't detected is a  WD Blue? sslove  mentioned a Samsung 860 EVO mSATA20:31
tomreynZPQ: weird error message. is there a chance you edited these files?20:32
ssloveyea, and u guys wanted to know the laptop model, that i don't know, Bob-Obo?20:32
ZPQtomreyn: no, I have not touched them20:32
tomreynZPQ: please post the url returned by    nc termbin.com 9999 < <(lsb_release -ds;cat /proc/{version,cmdline};echo "$XDG_CURRENT_DESKTOP ($XDG_SESSION_TYPE)";)20:33
tomreynZPQ: after this, please post the url returned by    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:33
OerHekshttps://www.mail-archive.com/ubuntu-bugs@lists.ubuntu.com/msg5615274.html20:34
ZPQtomreyn: https://termbin.com/8xav20:34
OerHeksbase files issue ^^20:34
sslovehe said it was a samsung 860 evo msata that's not detected, but he just got 2 hds at once, i may have misunderstood, but i thought for sure it's the 860evo that's not being detected20:34
tomreynOerHeks: thanks, your web search fu > mine20:34
OerHekshttps://bugs.launchpad.net/ubuntu/+source/base-files/+bug/183623620:34
ubottuLaunchpad bug 1836236 in base-files (Ubuntu) "9.4ubuntu4.9: Broken package because of missing "#" @ /var/lib/dpkg/info/base-files.postinst +131" [Undecided,New]20:34
tomreynZPQ: OerHeks was talking to you there, i think20:35
TJ-sslove: tomreyn  indicated the laptop Bob-Obo  has is Dell Lattitude E7440. This link indicates it does support mSATA and there's a photo of one installed https://www.dell.com/community/Laptops-General-Read-Only/Dell-Latitude-E7440-msata-wwan-slot-for-ssd/td-p/425191620:35
Bob-Obo<TJ-> sslove: Bob-Obo  what is the make/model of the PC? maybe we can check what internal connections it has -- Dell Latitude E744020:35
TJ-Bob-Obo: so now we just need to clarify which device is not working, since we've been told of two now, the WD Blue 2TB SATA 2.5", and the Samsung 860 EVO mSATA20:36
tomreynZPQ: you can subscribe to this bug report and thus learn when it's fixed20:36
ssloveBob-Obo, did u put it in the laptop (alone) and see if the bios detects it?20:37
sslovethat's the first thing to do20:37
Bob-Obo<TJ-> Bob-Obo: what is the make/model of your laptop? -- Sorry for the delayed responses, keep falling asleep, its 4:30am here. Trying to get this done tho. -- Dell Latitude E7440.20:37
z1hazehi, i am having trouble with getting nginx running on port 80, even though running a netstats reveals that nothing is running on port 80.. what could be the issue?20:37
z1hazehttps://bpaste.net/show/iNdq20:37
TJ-Bob-Obo: tiredness doesn't help in these situations; I'd strongly recommend getting some quality sleep and tackling the issue when you're fresh20:38
Bob-Obo<TJ-> Bob-Obo: the SSd that isn't detected is a  WD Blue? -- correct20:38
ZPQOerHeks/tomreyn: thats the same error as me20:38
tomreynZPQ: if you need a workaround, you can do this: sudo sed -i 's/^Automatically/# Automatically/g' /var/lib/dpkg/info/base-files.postinst20:39
ZPQOerHeks/tomreyn: so it's a bug, then I need to wait20:39
tomreynthat's your other option20:39
ZPQtomreyn: I dont know if anything is broken yet (I have not rebooted) so a work around can be nice20:40
TJ-Bob-Obo: so the WD Blue is a 'regular' SATA 2.5" device in the "HDD" sense. If it isn't seen the first thing I'd suspect is it isn't fully inserted into the SATA connector in the laptop... I got caught out by that last week where I'd put in an SSD and whilst being carried it actually had vibrated loose. Took me a few minutes to think to open it up and check!20:40
Bob-OboTJ-: sslove  mentioned a Samsung 860 EVO mSATA -- No that's my other one, but right now we're working on the WD Blue.20:40
OerHekstomreyn, nice onliner, add it to the bugreport?20:40
ZPQOerHeks/tomreyn: Thanks for your help!20:40
tomreynOerHeks: after we know it works20:41
tomreynZPQ: please let us know if you used the workaround and it worked for you.20:41
fullstackHi I am having problems with my system crashing every 24-38 hours.  I do not see anything in my syslog.  Most of the time the mouse still moves but I am unable to do anything on my desktop. How do I resolve this? thanks20:41
TJ-Bob-Obo: the other option I can think of is a BIOS/firmware setting. Some have a "RAID" or "AHCI" option for handling HDD/SSD, and it should be set to "AHCI"20:41
Bob-Obo<TJ-> Bob-Obo: so now we just need to clarify which device is not working, since we've been told of two now, the WD Blue 2TB SATA 2.5", and the Samsung 860 EVO mSATA  ---  Both not exactly working correctly, but right now I'm just focusing on getting the WD Blue going first.20:41
ZPQtomreyn: ok, I need to test it first20:41
Bob-Obo<sslove> Bob-Obo, did u put it in the laptop (alone) and see if the bios detects it?  -- Not yet.20:42
TJ-fullstack: when it happens are you able to Ctrl+Alt+F2 to get to a login console?20:42
fullstackTJ- I will try that next time. I guess that would establish that it is a display driver issue?20:43
fullstackOne thing I suspect is that it over heating -- perhaps the fans are not turning on?20:43
TJ-fullstack: that or the desktop environment20:43
ssloveBob-Obo, do it now. takes seconds, and could be the answer to all ur problems with these drives. i thought only 1 was not detected, the 860evo20:43
fullstackTJ- do you have any other suggestions?20:43
TJ-fullstack: could be, yes, might be worth installing the lm-sensors package and monitoring20:43
fullstackis there a way to turn my fans on 100% via linux?20:43
Bob-Obo<TJ-> Bob-Obo: tiredness doesn't help in these situations; I'd strongly recommend getting some quality sleep and tackling the issue when you're fresh -- Thanks but i need to get this done ASAP more than I need sleep. Its not the movies I need... I need to get this issue resolved and resume my work sooner than later.20:44
fullstackunfortunately the lm-sensors package scan does not find any devices on my computer :(20:44
TJ-fullstack: grrr :)20:44
Bob-Obo<TJ-> Bob-Obo: so the WD Blue is a 'regular' SATA 2.5" device in the "HDD" sense. -- Correct.20:44
TJ-Bob-Obo: OK, so focus on getting the device detected by the laptop's firmware  setup. That's quick to do with repeated reboots, and doesn't need an operating system20:45
tomreynfullstack: make sure you download sensors-detect from upstream's source code repository and use that instead of the packaged one then. you may also want to try a newer kernel image.20:45
ZPQtomreyn: it seems to work for me now :-)  Thanks!20:46
tomreynfullstack: https://raw.githubusercontent.com/lm-sensors/lm-sensors/master/prog/detect/sensors-detect20:46
tomreynZPQ: thanks for reposting back.20:46
Bob-OboTJ: "isn't fully inserted into the SATA connector in the laptop" -- its a usb external enclosure... and yes its fully inserted, already wiggled it a few times to check that.20:47
Bob-Obo<TJ-> Bob-Obo: the other option I can think of is a BIOS/firmware setting. Some have a "RAID" or "AHCI" option for handling HDD/SSD, and it should be set to "AHCI" --- Already changed it to AHCI earlier today.20:48
TJ-Bob-Obo: external!? I thought we were dealing with the device being detected in the laptop itself20:48
TJ-Bob-Obo: if the SSD(s) are detected when in the laptop but not when in the external USB enclosure, that points to the enclosure being the problem20:49
TJ-Bob-Obo: if the SSD(s) aren't detected when in the laptop that points to a hardware problem20:49
fullstacktomreyn, I tried 4.20+ kernel from uukm, should I use 5+ ?20:50
Bob-Obo<TJ-> Bob-Obo: external!? I thought we were dealing with the device being detected in the laptop itself --- Nope, already mentioned this several times [altho i think it was with tomreyn]. Working with WD Blue 2tb 2.5" SATA SSD, right now connected via usb enclosure.20:50
fullstacktomreyn, I will try an updated version of lm-sensors thanks20:50
Bob-OboTJ: ok, will try it inside then reply20:51
tomreynfullstack: a newer kernel probably only makes sense when you have very recent hardware or you know that support for your hardware was only added recently.20:51
fullstackthis is recent hardware (<6 months), however it was rock solid for 3+ months until recent totally vanilla re-install20:52
tomreynfullstack: you didnt say which ubuntu version you're running, though.    nc termbin.com 9999 < <(lsb_release -ds;cat /proc/{version,cmdline};echo "$XDG_CURRENT_DESKTOP ($XDG_SESSION_TYPE)";)20:52
fullstack16.04 LTS20:53
tomreynfullstack: well you could try the !HWE kernel then if you don't have it already, or upgrade to ubuntu 18.0420:53
fullstackThanks, can you elaborate what you mean by !HWE kernel?20:54
tomreyn!HWE | fullstack20:54
ubottufullstack: The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack20:54
fullstackhttps://termbin.com/fuxe  Also it states that HWE is already installed , is this my problem20:57
TJ-sslove: I suspect the USB enclosure may either 1) not be able to translate for large devices (some USB bridge chips have a maximum size limit)  or 2) have problems due to USB3/2 conflicts - if the laptop has USB3 and USB2 ports, try in both types20:57
tomreynfullstack: hmm right the newest HWE images for ubuntu 16.04 provides a 4.15 kernel.  consider upgrading to 18.04.20:59
TJ-fullstack: you could also install (as a test) an Ubuntu build of the mainline kernels21:02
TJ-!mainline | fullstack21:02
ubottufullstack: The kernel team supply continuous mainline kernel builds which can be useful for tracking down issues or testing recent changes in the Linux kernel. More information is available at https://wiki.ubuntu.com/Kernel/MainlineBuilds21:02
tomreynfullstack: why are you using the   idle=halt   kernel / boot parameter?21:03
TJ-probably a C2/C3 issue21:05
tomreynthe reasoning for idle=halt or the system crashes?21:06
ssloveTJ-, maybe so, but i assume bob-0bo intends to use these in his computer and not as external drives. i believe he wants to install ubuntu again and then backup/restore the current /home or clone his existing system to the new HDs. personally i would fresh install and restore with aptic21:06
fullstacktomreyn, that was given to me as a solution to fix the problem21:07
TJ-sslove: the entire scenario seems confused currently21:07
fullstacktomreyn, idle=halt. obviously that isn't working. I should try removing it?21:07
tomreynfullstack: no need to remove it, i just wanted to learn your reasoning for putting it there in the first place.21:07
fullstackSo I just don't think my fans are turning on. I have installed from source lm-sensors -- should I 'apt remove' the ubuntu lm-sensors before 'make install' from sources? thanks for everyones help21:07
TJ-fullstack: this could be an ACPI issue (if the issue is the fans definitely aren't being operated when they should)21:09
fullstackyes. how would I go about debugging that?21:09
TJ-fullstack: there's a workaround you could try: https://iam.tj/prototype/enhancements/Windows-acpi_osi.html21:10
fullstack strings /sys/firmware/acpi/tables/DSDT is showing up at Windows 201721:12
fullstackDoes this look right (when I run your nice shell script) : Linux kernel command-line options required: acpi_osi=! "acpi_osi=Windows 2017"21:15
fullstackthe "=!" concerns me21:15
tomreynlooks fine to me. be aware you need to escape the quotes if you'll (later?) place this in /etc/default/grub21:16
fullstackok thanks, I will try this. I bet this is my problem and my fans will turn on21:16
TJ-fullstack: that's fine :)21:19
TJ-fullstack: the =! simply tells the kernel to discard all its built-in OSI strings so only the one you set can possibly match21:20
Bob-Obook just installed it in secondary drive bay [internal].. was detected in folder manager immediately, but nothing happens when I click on it21:21
Bob-OboOh, nevermind, there we go... guess it just took a moment21:21
TJ-Bob-Obo: so, that seems to confirm the issue is the USB enclosure ?21:22
fullstackI am back. I can hear my fan. I'm thinking this is the solution.  I recentally installed a M.2 PCI NVMe drive and I think it is just getting hot and for whatever reason the fans were disabled21:22
TJ-fullstack: acpi_osi= has helped?21:22
Bob-OboTJ: no, because it works fine on gf's computer.21:22
fullstackTJ-, Yes I ran your script and hear the fan21:23
TJ-Bob-Obo: right, but it doesn't work on THIS PC, so there IS a problem with the USB part21:23
TJ-Bob-Obo: whilst you were away I said to sslove ...21:23
TJ-sslove: I suspect the USB enclosure may either 1) not be able to translate for large devices (some USB bridge chips have a maximum size limit)  or 2) have problems due to USB3/2 conflicts - if the laptop has USB3 and USB2 ports, try in both types21:23
Bob-OboTJ: ok, yes.21:23
fullstackTJ-, thank you for your site and script. Hopefully this is it. I guess I'll know in 24-48 hours if I get a freeze/lockup.21:23
Bob-OboTJ: sounds like thats the issue21:24
TJ-Bob-Obo: if you can try the USB enclosure in different USB ports on the laptop21:24
Bob-OboTJ: yes already did all of them21:25
ssloveok Bob-Obo , so, the WD is detected when internal, now how about the samsung ssd?21:25
fullstackI wonder if something new in an update in Ubuntu screwed up ACPI in general and other people will have issues21:26
=== elibrokeit is now known as guys
TJ-fullstack: generally when there seems to be a regression in ACPI behaviour it is, in fact, due to the opposite issue - the kernel dev's continuously tighten up the ACPI implementation to match the specifications... and as they do it reveals bugs in the ACPI code in motherboard firmware!21:28
fullstackTJ- that's probably true. I am greatful you spent time researching this and for your understanding.21:29
=== [1]MrMobius is now known as MrMobius
Void_Sentienthttp://home.exetel.com.au/heynow/review-of-usb-wifi-adapters.php At the end of this page is the driver I attepted to install22:33
Void_SentientThis is the log for sudo make after cd rtl8821CU22:33
Void_Sentienthttps://pastebin.com/BK3Fmxdx22:33
Void_SentientTrying to install drivers for RTL8811CU USB wifi card22:33
=== bivo is now known as intok-work
CatPasswdVoid_Sentient: chown -R root:root /home/void/*22:39
CatPasswdOr whichever user you're trying to compile as22:40
pragmaticenigmaCatPasswd: great way to lock someone out of their user account... let's not recommend that22:40
CatPasswd:P)22:40
Void_SentientYeah.. Luckily Im not completely new to Linux or else I may be screwed. Except I know root password since I installed this.22:44
intok-workHaven't had much time to fix this on the spare laptop in a while now, but don't want to dump the install if I don't have to.22:52
intok-workAn update a while back resulted in the system dropping to initramfs instead of asking for the decryption password. I can boot from a USB stick and can decrypt the hard drive and access everything from there.22:52
intok-workAfter a lengthy brain storm on IRC with some guys in the Ubuntu room they suggested that it was a setup issue, but I had to leave for work and never got it figured out what is messed up in the setup files so that I can boot normally.22:52
=== guys is now known as elibrokeit
pragmaticenigmaVoid_Sentient: If I had to make an educated guess... the source has some mistakes in it, and you might have to reach out to where you found that source code to see if they can help23:07
pragmaticenigmaVoid_Sentient: I'd also guess that cat wasn't too far off, changing the ownership (or at least the group/everyone permissions) of the source files might help get past the permissions issue.23:10
sarnoldfar better to never use sudo when working on files in your own home directory23:11
pl44calright so I reset the password for someone's laptop by chrooting into it and using passwd23:16
pl44cnow kwallet gets a read error and they cannot connect to the internet23:17
pl44chow do I fix kwallet and how am I supposed to reset the password in the future to prevent this?23:17
pragmaticenigmawithout knowing the original password, kwallet isn't going to unlock it's secrets23:19
pl44cah so if they forget the original password kwallet just won't work?23:20
pl44cso I have to delete the database of the saved passwords23:20
pl44cfor wireless networks23:20
pl44cis there a way to configure kwallet to not encrypt things so that in a future senario like this they don't lose the saved passwords?23:21
pragmaticenigmaIf kwallet automatically unlocked when they logged inbefore, the hash used to encrypt the file is based on the original password. If they setup a wallet on their own, that would be based on whatever they set the password to be originally23:21
pragmaticenigmathe purpose of kwallet is to be a secure enclave to store sensitive information. It would be wise for the user to choose a password they can remember and/or writting down the password and placing it in a safe location away from the computer23:22
pl44cor on the laptop bezel like it was on their old one :p, securing this user from much isn't much use23:23
pl44canyway thanks for the hit leading me to the obvious that kwallet encrypted the passes with the old pass no one knows pragmaticenigma23:24
pl44c*hint23:24
pragmaticenigmapl44c: if that's the case, I'd be looking into something like yubi-keys for authentication. I think a system can be setup to not need the password if the yubi-key like device is used to authenticate23:25
pragmaticenigmaor at least if they write down the password on the machine, without having the yubi-key with them, the password is useless23:26
pl44cpragmaticenigma: this user is very tech illiterate and gets confused on concepts such as devices storing data and then plugging them into another computer allows that computer to read data from it23:26
pl44cI don't think it's much use unless I instruct them on how computers work from first principals23:26
pragmaticenigmathe yubi-key concept is rather simple... they plug it in like a key to the USB port. and push one button23:27
pl44cpragmaticenigma: then they lose said device :p23:29
=== mathisen is now known as Mathisen
intok-workUbuntu 18.10.  An update a while back resulted in the system dropping to initramfs instead of asking for the decryption password. I can boot from a USB stick and can decrypt the hard drive and access everything from there. After a lengthy brain storm on IRC with some guys in the Ubuntu room they suggested that it was a setup issue, but I had to leave for work and never got it figured out what is messed up in the setup files so that I can23:57
sarnoldintok-work: irc has line length limits. it looks like you were cut off at "so that I can"23:57
intok-worksarnold boot normally23:58
sarnoldintok-work: I don't know much about that end of the distro but double-check plymouth is installed, I think you'll need that.. and maybe rebuild initramfs?23:59

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