/srv/irclogs.ubuntu.com/2018/07/19/#ubuntu.txt

qwebirc12365i tried to do touch command on it it said. only read. is the the end of the road for me?00:00
guivercqwebirc12365, no; you may have told it to read ro? however if you tell it to mount rw, you'll get errors telling you the reason why it can't - this is the confirmation (which usually means windoze hasn't cleanly closed the partition; Ubuntu just mounts ro to be safe to prevent potential data loss due windoze having part of fs in cache-memory written to disk (hibernate))00:00
qwebirc12365how do i mount read and write?00:02
tomreynqwebirc12365: run ntfsfix against the file system, then try to mount it the same way you did now.00:04
guivercqwebirc12365, with `mount` command, or if you'll do regularly I'd suggest using `fstab` (file system table) https://help.ubuntu.com/community/MountingWindowsPartitions  (looking for more)00:04
guivercthanks Tom; hadn't even considered errors :)00:04
=== bhalithan1 is now known as bhalithan
dunnousernamefnHuh, I'm getting bus errors and segfaults because sometimes this library accesses a struct at addresses like -3943701719187754833 . weird00:19
firefox1337is sandybridge mobile intel graphics driver bad?00:27
blackflowdunnousernamefn: someone used int instead of uint (or even better uintptr_t) for pointers00:27
gogetafirefox1337: it should be just fine00:27
dunnousernamefnNo, that's just me using %lld in printf instead of gdb00:27
firefox1337when i use blender my screen flashes black really quick.00:27
gogetafirefox1337: thats ne thing intel gets corect with there gpu00:27
dunnousernamefnNow, the segfaulting code is apparently an if (x != 0) statement00:28
gogetafirefox1337: sounds like some sort of glitch with the wm00:28
dunnousernamefnnot even a dereference00:28
firefox1337wm?00:28
dunnousernamefnvalgrind says it's on the zeroth line00:28
=== bhalithan1 is now known as bhalithan
=== Nicmavr is now known as Guest45685
aidrocsidCan I let Ubuntu install programs into a second partition rather than changing the size of the partition I have it installed in?01:02
aidrocsidOr like move my swap file or something01:03
guivercaidrocsid, you can have software install elsewhere, but it can be a bit of work.  software installed from tarballs is easy (as you control where), but `apt` installs to directories, so you'll have to move the directories elsewhere, so moving swap or specific data is usually easier if you use default repos as recommended01:04
guivercaidrocsid, if you split library directories to different (non-std) locations; you'll need to add the new directory to the ld_library_path etc...01:06
aidrocsidUgh I only left myself 20gb in my emergency Ubuntu install and it's pretty much full lol. Stupid SSD bit the dust.01:08
aidrocsidI don't think I'll buy Mushkin again if they don't replace it.01:08
guivercaidrocsid, also you need space to do-release-upgrade to jump to the next release when it's time... don't forget that!  (unless you nuke & install)01:09
aidrocsidYeah I'm EOL already on this one.01:09
zjhxmjlhey,guys!who can give me some guides to install amd vega 56 driver on ubuntu 18.04?01:13
aidrocsidCan I just move all my installed crap in one go?01:14
aidrocsidOh wait I can install ubuntu from within ubuntu can't I01:16
guivercaidrocsid, yes. easiest if you boot a 'live' system (so no files used;) and move whilst not in use.01:16
aidrocsidI have like almost nothing on this install, maybe it'd be easiest to just install it into the 50gb partition I"m making now01:17
coventryIs there a key chord in default unity which could cause my laptop's fan to go into overdrive, even though my CPU, GPU and drives are relatively quiescent? A couple of times my fan has done that after my cat has sat an my laptop's keyboard. Perhaps this is more a question for #animal-training, but I thought I would seek a technical solution, first.01:22
aidrocsidWas your cat sitting on it for a while? Cats are warm and fans attempt to reduce heat.01:22
coventryYes, but he left 10 minutes ago, and the fan is still going. Both times, the fan kicked in when he was stirring, so I think it was some more specific activity. I'll check the temperature, though.01:24
aidrocsidI don't know of any reason there'd be a fan-increasing hotkey. Usually something that affects your fan speed is going to be overclocking software or the like, stuff like Afterburner.  Having a cat on your laptop probably isn't good for the ventilation in general, as cats have hair and vents suck up particles.01:25
aidrocsidIt also might be that the weight of your cat is actually pressing down on the fan and making it unable to spin as fast as it should.01:26
aidrocsidIf your fan speed is based on temperature and it's trying to compensate for both having pressure put on it that prevents the blades from spinning fully as *well* as increased heat I could certainly see it spinning up faster once it has the opportunity, trying to compensate for extra heat while also actually able to go its full speed.01:27
coventryTemperatures are all quite low. I doubt it's a mechanical issue, because it stops when I sleep and rewake (or at least when I reboot.)01:27
coventryGoing to do that now. Is this channel logged anywhere?01:27
nacc!logs | coventry01:28
ubottucoventry: Official channel logs can be found at https://irclogs.ubuntu.com/ . LoCo channels are now logged there too. Meetingology logs at https://ubottu.com/meetingology/logs/01:28
coventryThanks.01:28
coventryAnyway, it's gone again after a sleep / wake cycle. Thanks for the suggestions.01:31
aidrocsidNo problem. Get your cat a heat blanket.01:32
coventryIt won't help. He's looking for attention.01:33
aidrocsidAww01:33
qoxncyhawhat are my dns self-hosting options other than bind9?01:37
qoxncyhai am probably going to pick bind9 but i want to know what my options are01:38
usrshvCan i ask about experience of running Daggerfall in Ubuntu?01:42
aidrocsidIs that, like, Elder Scrolls III?01:43
usrshvI did not played Daggerfall. I mean about Dosbox + Manual settings vs Wine plus preconfigurated .exe for Windows'tm.01:46
qwebirc76973Hallo!01:46
usrshvqwebirc76973 Goodbay! (Murphy laws) lol.01:48
qwebirc76973noob question01:49
qwebirc76973anything wrong with my netplan config?01:49
qwebirc76973network:   version: 2   renderer: networkd   ethernets:     eth0:       dhcp4: no       addresses: 101.192.43.10/24       gateway4: 101.192.43.1       nameservers:       optional: true         addresses: 8.8.8.8, 8.8.4.401:49
qwebirc76973damn01:49
xamithanno nameservers ?01:51
xamithanOh nvm I see it01:51
rfmqwebirc76973, think you need square brackets around the ns addrs (at least my working one does)01:52
qwebirc76973oks!01:53
qwebirc76973triying01:53
qwebirc76973any idea of why my archive is called01:53
qwebirc7697350-cloud-init.yaml01:53
qwebirc76973most guides mention this:01:53
qwebirc7697301-netcfg.yaml01:53
qwebirc76973so it weird01:53
xamithanIt reads from *.yaml so it doesn't matter iirc01:53
qwebirc76973But any idea of why getting that version name?01:54
xamithanthe ip addresses needs brackets too01:54
qwebirc76973ubuntu its suposed to generate different yaml names depending of the instalation type01:54
qwebirc76973and im supossed to have "standard" ubuntu01:55
usrshvhttps://netplan.io/examples valuable?01:55
=== littlebit1 is now known as littlebit
qwebirc76973checking thanks01:58
usrshvqwebirc76973 at the end of page there is their IRC channel to..01:58
qwebirc76973netplan now working! ;)02:05
usrshvalso firewall ?O:-)02:08
qwebirc12365dumb question. How do i get python3?02:14
qwebirc12365Sorry, got it02:17
aidrocsidIf I'm doing a cross-install from/with Xubuntu does that change anything from this? https://help.ubuntu.com/community/Installation/FromLinux02:21
usrshvPlease: why do you not willing to stay at Xubuntu?02:24
guivercaidrocsid, i don't know what you mean by cross-install sorry.  (others may though)02:24
aidrocsidMy emergency backup Xubuntu install was only in a 20gb partition and is beyond EOL anyway, so I want to install it in a new 50GB partition that I just made without using a usb stick. I think I might have to use debootstrap02:25
usrshv"Note: These are advanced installation techniques and  are not recommended for new users. If you are uncomfortable with the  command line terminal, you should create a live Ubuntu Desktop DVD or USB. " ? Do you have spare (for yourself) DVD's?02:28
usrshvYou also may look at https://help.ubuntu.com/community/Grub2/ISOBoot to run installer from that 20gb.02:30
aidrocsidYeah, I did this a while back I just don't remember how lol.02:31
qwebirc12365can i make phython apear on terminal?02:34
guivercqwebirc12365, if i type `python` i get it running (ver 2.7.15 on mine) in interactive mode; if i use `python3` version 3.6.6 runs in interactive mode - is this what you mean?02:35
qwebirc12365got it02:37
=== deathonater is now known as Smeef
usrshvSo, there is nobody have recent experience in running DosBox inside Wine? i am sorry, but currently no discussion..03:19
leftyfbusrshv: you don't need to run dosbox inside wine, there's a package for dosbox. Just install it03:20
usrshvhttps://wiwiki.wiwiland.net/index.php?title=Daggerfall_:_DaggerfallSetup_EN )))03:20
aidrocsidOkay, so I've used gnome-disk-utility to load a current ubuntu 18 ISO onto /dev/sdb4. How can I make it bootable so I can run the livecd from it?03:21
usrshvhttps://help.ubuntu.com/community/Grub2/ISOBoot03:22
leftyfbaidrocsid: that's not how that works03:22
leftyfbusrshv: that's also not helpful03:22
leftyfbaidrocsid: use the "Starup Disk Creator" that comes with ubuntu03:22
aidrocsidIt used to be that you could install the live CD to a partition using unetbootin03:23
usrshvleftyfb with Xubuntu not comes...03:23
aidrocsidbut apparently this doesn't work anymore. gnome-disk-utility will let me copy the contents but doesn't do anything with GRUB03:23
leftyfbaidrocsid: use a usb flash drive or cd03:24
leftyfbusrshv: huh?03:24
aidrocsidLefty, scroll up.03:24
aidrocsid"Do something else" is not an answer.03:24
usrshv"Starup Disk Creator" not comes!03:24
aidrocsidit is 100% possible to install the live cd into a partition and run it from there, it's how I got the Xubuntu install I"m talking to you on.03:25
aidrocsidProblem is unetbootin doesn't do it anymore by itself03:25
=== failart_ is now known as failart
usrshvaidrocsid what ubuntu flavour are you using?03:28
aidrocsidright now, xubuntu. For the installer, normal ubuntu.03:28
aidrocsidI think if I set up a GRUB entry it should work, I'm just not sure how to do that03:28
usrshvRead, please: https://help.ubuntu.com/community/Grub2/ISOBoot i done that way...03:29
aidrocsidProblem is my root has about 400mb free03:30
usrshvDo you already download iso on root partition?03:30
aidrocsidNo, it's on a different partition.03:31
aidrocsidNTFS, though I could put it in an ext4 if I need to03:31
usrshvkhm... ) i think.. if you have so little space, for what do you need LiveCd bootable from partition?03:33
aidrocsidit'd be great if I could just drop the ISO into a grml-rescueboot folder but if I had the space I wouldn't need to do this lol03:33
aidrocsidThis is my emergency backup OS and I made the partition too small. SSD is dead so it's my only OS and I have no thumb drives immediately available so I can't resize it from inside.03:34
aidrocsidSo I've got the other partitions on my 2 HDDs to work with03:35
aidrocsidcan i somehow point /boot/grml somewhere else?03:36
usrshvaidrocsid: you know, i never pointed grub's menuentry to different partition (root ~400mb free).03:43
usrshvaidrocsid:  try "Manually editing the GRUB files" from that page above?03:44
aidrocsidyeah I'm working on that. Will it be able to see files in /media/ though? or not because it doesn't mount until the OS loads?03:44
aidrocsidDo I need to make a second home parition?03:45
aidrocsidlol this is a fun puzzle03:45
usrshvaidrocsid:03:49
usrshvoops03:49
aidrocsidhi03:49
usrshvaidrocsid:      menuentry "Xubuntu 18.04 ISO" {03:53
usrshv             set isofile="/Xubuntu.iso"03:53
usrshv             loopback loop (hd0,msdos2)$isofile  ##in grub your will able to press TAB key, so maybe you will able to direct it to needed partition(hd0,msdos2 or anything you have)!03:53
usrshv             linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile noprompt noeject toram03:53
usrshv             initrd (loop)/casper/initrd.lz03:53
usrshv     }03:53
aidrocsidLol usrshv, pastebin03:54
aidrocsidThat's pretty much where I'm at right now, except I'm moving my home directory so I don't have to dick around with NTFS or unmounted partitions03:56
aidrocsidoh hell my home directory is big lol03:57
aidrocsidvery large sigh03:58
okeeHow do I desentizie my keyboard?  I am having trouble finding documentation.03:58
usrshvaidrocsid: Waste of time, probably (moving /home). If your reboot pressing Shift you will see the Grub menu, look around. first you need to see, if you will able to boot not from /03:59
aidrocsidRight, so try with hd1,msdos2 if it's the second drive and second partition right?04:00
aidrocsidthen just the directory to the ISO?04:00
usrshvaidrocsid: no04:00
cyberspectreI'm trying to set up X11 forwarding from my ubuntu machine (not WSL) to my windows machine, displayed via a windows app called X410. I set up SSH and toggled on X11 forwarding in ubuntu, then did [export DISPLAY=127.0.0.1:0.0] but I get nothing from the app on windows end. Is there something else I need to do?04:01
aidrocsidAs above, I mean, with the location of the iso in setiso and "msdos" in the partition number slot in loopback04:01
usrshvaidrocsid: when writing loopback press TAB key, to see what do you have (auto-completion)04:02
usrshvin grub. reboot with holding SHIFT and see...04:03
aidrocsidOhhh you're saying do it *in* GRUB rather than like in the file04:03
aidrocsidDon't I have to point it at the ISO first?04:04
aidrocsidok imma look in grub brb04:05
usrshvaidrocsid:  to point you need specify devise name04:05
aidrocsidthat'd be hd1,4 for 2nd hard drive 4th partition, right?04:06
usrshvaidrocsid: you can see that in Grub. in grub you will have to enter " loopback loop ( " without quotes and press TAB twice ) that give to you a list of disks hd* and their partitions "(hd*,*)"04:08
usrshvAnd read all the page https://help.ubuntu.com/community/Grub2/ISOBoot , to see principle, examples. In my case hd0,5 is hd0,msdos204:12
aidrocsidok brb04:12
aidrocsidty04:12
okeeAny place I can read to find out how to delay time out?  I am being prompted to enter password after only a couple of minutes of inactivity.04:13
usrshvokee:  see screensavers and Display and power-manager options.04:14
usrshvokee what the flavour?04:15
aidrocsidOkay, so it's (hd1,msdos2) for the NTFS partition, and I've put the iso there and setiso it, it seems to find it because it stopped saying the file name was invalid04:19
aidrocsidBut I'm not sure how to boot from there in grub04:19
usrshv3. After entering the final line, type boot and ENTER.04:24
aidrocsiddoh04:24
usrshvworks?04:25
okeeusrshv>  I would like to upgrade from Debian testing to debitan stable, and can't find a command online for doing this.04:26
usrshvokee: if i remember, there is no easy way to do so. from stable to testing easy.. reverse - no.04:27
okeeI am looking here https://www.debian.org/releases/stable/armel/release-notes/ch-upgrading.en.html04:27
okeeusrshv>  So you recommend a clean install?04:28
usrshvokee:  I am lamer ) no.04:28
usrshvBut last time i see their wiki.. so MAYBE yes!04:29
okeeIs there a way to do this without a memory stick? Such as an SSH command?  i can't recall the command and can't find it.04:29
okeeI don't need to save anything on the computer.  This is a new system.04:29
usrshvokee how about good old DVD? and why Debian, not Ubuntu?04:30
usrshvor netinstall.04:30
okeeI don't want testing on my computer, and one of Ubuntu's distribution is testing.04:30
usrshvokee:  Are you able to use DVDs?04:31
aidrocsidWomp womp kernel panic04:31
naiveaianother tuesday I suppose04:32
okeeusrshv>  There is no dvd on this computer, and I don't have an extra memory stick.  I just want to do an ssh and install from remote source.04:32
usrshvaidrocsid: Mamma mia.. at least you were able to boot from iso? just curious.04:32
aidrocsidI got "Kernel Panic - Not synching: VFS: unable to mount root FS on unknown block (0,0)04:33
aidrocsidwhen i did04:34
usrshvaidrocsid: They kill the Kenny! lol04:34
aidrocsidlinux (loop)/casper/vmlinuz and tabbed it was blank and i hit enter04:34
aidrocsidthen boot04:34
aidrocsiddo i also need boot=casper iso-scan/filename=$isofile noprompt noeject initrd (loop)/casper/initrd.lz?04:35
usrshvokee:  can you copy somewhere data from  you usb stick, then burn on it minimal netinstall.iso from Debian website, then copy back your data to that usb. And install over the network!04:36
usrshvokee:  https://www.debian.org/CD/netinst/04:37
aidrocsidNo sticks, remember?04:37
usrshvaidrocsid: that were to okee.04:38
usrshvaidrocsid: 1.To access the GRUB prompt, type 'c' while the GRUB menu is displayed. 2.Manually type each line (except the menuentry line) and press ENTER. 3.After entering the final line, type boot and ENTER.04:39
aidrocsidhang on imma try putting this in 40_custom04:40
aidrocsidslet's see04:40
aidrocsidswtf it's not even in the list04:41
usrshvaidrocsids: do you edited 40_custom? after that do you run update-grub?04:42
aidrocsidsoh shit BusyBox04:44
aidrocsidsoh that's why, I didn't update grub. I got to BusyBox though!04:45
aidrocsidsit doesn't seem to like the .efi, shouldn't it be there for 64 bit?04:48
usrshvaidrocsids: Have no Idea! I run 64 bit. show the line, please?04:50
usrshvaidrocsids: linux (loop)/casper/vmlinuz for 32 >< linux (loop)/casper/vmlinuz.efi is stand for 6404:53
aidrocsidsyeah it's the other way around for some reason04:53
aidrocsidsthere's no .efi just reg04:53
usrshvwhere's no .efi?04:55
aidrocsidsoh shit I have x!!04:55
aidrocsidsyay04:55
aidrocsidsthanks05:02
usrshvaidrocsids:  works ? )05:03
aidrocsidsI managed to boot into the iso. have to move it so I can unmount but the hard part is over I think05:03
silv3r_m00nhi05:04
usrshvaidrocsids: So naive.." Linux. Linux never change!"'tm05:05
silv3r_m00nmy gimp toolbox is showing 2 set of icons, why is that happening, can somebody help fix it ?05:05
aidrocsidsokay so here's a new problem05:06
aidrocsidsI need to move the iso to my other hdd but it's write only05:06
aidrocsidsis that chmod or something05:06
aidrocsidserr read only05:06
usrshvaidrocsids: mount | grep sda shows anithing?05:10
usrshvaidrocsids: rather chown05:10
aidrocsidshmm?05:11
aidrocsidsmount | grep chown?05:11
usrshvmount | grep sda05:11
aidrocsidsnope05:12
aidrocsidsoh it does if I mount it lol05:12
usrshvdo " mount " w/o quotes and pastebin05:13
aidrocsidslol sudo thunar I have write permissions now05:15
aidrocsidsoh no I don't damn it05:15
aidrocsidhttps://pastebin.com/aVdASrFm05:17
usrshvaidrocsids:  do never change permissions without think twice. Do you show me output of command "mount"?05:17
aidrocsidStorage 1 is the drive I want05:18
aidrocsidOr rather Storage 2 i guess05:18
aidrocsidstorage 2 on sdb and storage 1 on sda yeesh05:19
usrshvmount | grep sd        ) sda is read only, permissions will not help05:19
usrshvsda105:19
aidrocsid/dev/sda1 on /media/albino/Storage 2 type fuseblk (ro,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096,uhelper=udisks2)05:20
aidrocsidthat's mount |grep sda105:20
usrshvI mean if you use mount | grep sd , you will see all of your devices we currently interesting in. and sda1 is only device, that mounted with option read-only (ro)05:22
usrshvcan you do" cat /etc/fstab  and pastebin?05:22
aidrocsidsure05:22
aidrocsidhttps://pastebin.com/fDdibkmS05:23
aidrocsidI think getting the iso onto sda1 is the only way i'm going to be able to unmount sdb so I can install to a partition on it05:24
usrshvhttps://pastebin.com/fDdibkmS errors=remount-ro ...05:25
aidrocsid?05:26
aidrocsid:o netsplit05:29
usrshvThat may break things// change that errors=remount-ro to " defaults " w/o quotes in /etc/fstab and reboot. But errors=remount-ro mean - If there is filesystem errors.. then mount that partition read only.05:29
=== sewaddle_ is now known as sewaddle
=== Strykar_ is now known as Strykar
=== arij_ is now known as arij
=== seanh_ is now known as seanh
bensh4Trying to install Python 3 but getting this error  https://usercontent.irccloud-cdn.com/file/UgqdVslH/Screenshot_20180719-102326.png05:30
=== ChrisR_ is now known as ChrisR
=== arij is now known as Guest50633
=== timeless_ is now known as timeless
aidrocsidSo what would you say I should try usrshv?05:33
usrshvaidrocsid: not joke. try to switch this off and on again. If that staff will not read-and-write, write there again.05:35
aidrocsidok05:38
stevecamhas anyone had trouble setting up screen sharing in ubuntu, it wont allow me to enable the option in settings05:40
aidrocsidsrestarted, still ro05:41
usrshvok, can you share with me you mount | grep sd again?05:42
usrshvstevecam xrandr what says?05:43
aidrocsidhttps://pastebin.com/y0xBAGsY05:44
usrshvaidrocsid and " df " to please?05:46
stevecamusrshv, https://pastebin.com/VYHJBBi905:47
aidrocsidhttps://pastebin.com/zfvXaSx205:47
usrshvstevecam:  so , try " xrandr --auto " ?05:48
stevecamusrshv, nothing05:49
usrshv xrandr --auto done nothing?05:50
stevecamyes just a newline05:50
usrshvaidrocsid: at your df pastebin are you able to show me to where are you need (sd*) to where (sd*) copy iso?05:52
usrshvstevecam: then, sorry (05:53
aidrocsidfrom /media/albino/Storage 1/ to /media/albino/Storage 2/05:53
aidrocsidin other words sdb1 to sda1 iirc05:54
stevecamusrshv, thanks anyway05:54
usrshvaidrocsid: i will read " man mount " maybe we will able to remount that sda1, that ro. are you currently booted from iso?05:56
micwhowhois micwho05:56
bensh4Guys please refer this05:57
bensh411:00 a.m. <bensh4> Trying to install Python 3 but getting this error  https://usercontent.irccloud-cdn.com/file/UgqdVslH/Screenshot_20180719-102326.png05:57
aidrocsidi'm booted from sdb105:57
aidrocsidOh I guess the iso is on sdb2 atm05:57
aidrocsidlol now it won't play video wtf05:57
=== FourDollars_ is now known as FourDollars
lotuspsychjegood morning to all06:02
micwhogood morning06:02
usrshvaidrocsid: try please w/o quotes "  sudo mount -o remount,rw /dev/sda1 "06:07
usrshvaidrocsid: is that show any errors?06:08
aidrocsidno errors06:09
usrshvmount | grep sda1  please06:09
aidrocsidAnd no ro06:09
aidrocsid/dev/sda1 on /media/albino/Storage 2 type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096,uhelper=udisks2)06:09
usrshvtry copy again ( you will need correct 40_custom for boot from iso) also notice that sda1 rw options can being no permanent, so write somewhere that  mount command!06:11
=== ztrawhcse is now known as elibrokeit
usrshvaidrocsid: what next? btw.06:13
aidrocsidwoot, onward and upward06:13
usrshvby the way?06:14
aidrocsiddamn it it won't let me copy06:14
aidrocsidit says it's read only but the folders don't have locks anymore06:15
usrshvcan you open terminal in folder with iso?06:15
usrshvor open you filemanager with sudo06:16
aidrocsidyep06:16
=== ztrawhcse is now known as elibrokeit
aidrocsidI'm in there06:17
usrshvOK write sudo cp nameofiso.iso path-to-storage206:19
usrshvlike sudo cp /bla/bla/myiso.iso /bla2/bla2/06:20
gogetausrshv: im alive what06:20
EriC^hey guys what are you up to if you dont mind06:20
gogetausrshv: make a dir for the iso to go to06:20
gogetausrshv: then mount file.iso /home/user/isofolder06:21
gogetathen you can view it06:21
aidrocsidcp: cannot create regular file '/media/albino/Storage 2/ubuntu-18.04-desktop-amd64.iso': No such file or directory06:21
usrshvgogeta: aidrocsid have troubles... He want to boot from it to reinsrall something, if my understand06:22
gogetaaidrocsid: ether is a good app the make a usb boot device from a iso06:22
aidrocsidWe're doing a HDD to HDD install06:23
aidrocsid:D06:23
gogetaaidrocsid: so you wanna clone your drive to another drive06:23
usrshvaidrocsid write /media/albino/Storage  then press TAB it write someting06:23
aidrocsidaaahhhh06:23
usrshv?06:23
EriC^aidrocsid: what do you mean hdd to hdd install?06:25
aidrocsidit doesn't like to actually let me use the folder06:25
aidrocsidI really shouldn't have put a space in there06:25
gogetaaidrocsid: cant you just make a img file of your installed drive then copy that to another hdd06:25
EriC^aidrocsid: are you trying to make a live usb?06:25
aidrocsidgogeta we're like so far into this i'm not really trying to explain06:25
aidrocsidmaybe when i'm not like currently doing a thing lol06:26
gogetaaidrocsid: thats normaly how its done06:26
usrshvaidrocsid /media/albino/Storage 2/ is incorrect. terminal do not understand spaces06:26
aidrocsidright but the tab just gives me a huge list06:26
aidrocsidor Storage\06:26
aidrocsidlol i ran out of space again06:27
usrshvaidrocsid /media/albino/Storage\ 2/ubuntu-18.04-desktop-amd64.iso will parse?06:28
aidrocsididk i have 0kb on sdb1 so it can't create temp files06:28
aidrocsidhang on imma delete something06:29
usrshvaidrocsid " cd media/albino/Storage\ 2/ " after06:29
usrshvmedia/albino/Storage\ 1/ i mean06:30
aidrocsidohhhh06:30
usrshvwhat?06:30
aidrocsidit is 1 but it says it's not a directory06:30
aidrocsidusually when I"m saying oh it's in response to something you say not something that happens lol06:31
usrshvcd /media/albino/Storage\ 1/06:31
usrshvaidrocsid i forget / before media06:32
aidrocsidI don't have enough space to remove unetbootin to clear space06:32
aidrocsidif i reboot it should clear my temp right?06:32
aidrocsidbrb06:33
usrshvmaybe.. use df, see if you really runed out06:33
aidrocsidoh yeah i definitely did06:33
aidrocsidthere's a bunch in /dev/shm06:34
bensh4@usrshv: is this new message or displaying old messages?06:36
usrshvok reboot... then sudo mount -o remount,rw /dev/sda1 then open terminal in folder with iso06:36
usrshvbensh4: ???06:36
aidrocsidsso much netsplit06:37
aidrocsidscrap06:38
aidrocsidsI'm stuck at the login screen06:38
usrshvaidrocsids: ?06:38
aidrocsidsit boots me back to my password06:38
aidrocsidsI'm going to have to overwrite sda06:38
EriC^aidrocsids: what are you trying to do ultimately?06:39
aidrocsidsI'll tell you when I can use a keyboard lol06:39
EriC^?06:40
usrshvaidrocsids: I am sorry. do your used Grub to load from iso? that will not be done automatically06:41
EriC^aidrocsids: it doesnt look like you're doing stuff correctly, you might want to expain what you're trying to achieve here cause til now it looks like pretty unusual06:42
aidrocsidsI had already set up 40_custom I'm in the installer06:42
aidrocsidsjust going to use sda so I don't have to unmount sdb06:43
usrshvwhen reboot you steel need press SHIFT and choose iso from menu!06:43
aidrocsidsI copied everything I might need to sdb while we were troubleshooting06:43
aidrocsidsI'm booted into the live installer06:44
EriC^aidrocsids: are you trying to put the iso on the hdd and boot it in order to copy your ubuntu install to another hdd?06:45
usrshvaidrocsids:  from HDD or from CD?06:46
aidrocsidsmy SSD with windows 10 died and my HDD with an emergency backup os had only 20gb partition with 400mb free06:47
aidrocsidscouldn't resize from inside so I needed a new install06:47
aidrocsidsbooted the iso from sdb through grub, now installing to sda, which I just wiped06:48
EriC^^sorry i got dc06:49
aidrocsidsI ran out of space in my 20gb partition to the point that I couldn't even clear space to work in lol06:49
aidrocsidsand it was eol anyway06:49
EriC^^aha ok06:49
aidrocsidsbut now I'll be okay until I can get a new ssd06:50
aidrocsidswould have been simpler if I had a thumb drive or if unetbootin still worked06:50
aidrocsidsthanks for the help usrshv06:50
usrshvaidrocsids: were pleased!06:52
aidrocsidswow it got late fast06:53
aidrocsidsdays like today I'm glad I have cloud storage06:54
usrshvaidrocsids: "All your videos belong to us!"'tm06:56
aidrocsidsoh that pretty purple grub06:58
aidrocsidsoh hey I guess I probably could have gparted from the iso lol06:59
rafrhttps://bryanostergaard.com/blog/2018/07/18/braveheart/06:59
usrshvaidrocsids:  do you know that ext4 have no dynamical inodes?07:00
aidrocsidswtf is that07:00
aidrocsidswhat's that mean07:00
usrshvsomeone block rafr with his pedofilia, even if that joke.07:03
ducasserafr: no spam here, please07:04
usrshvaidrocsids: that mean that if you will have to many files on ext4 you can be unable to write anything more on the disk, because quantity of inodes cannot be enlarged07:06
aidrocsidsahhh07:06
usrshvEven if there plenty of space left07:06
aidrocsidsso should I not use it for storage or?07:07
usrshvI only want you to search and think for yourself. Try XFS? but people say that XFS is not reliable/stable if Power failures. I use laptop (battery) so not care.07:09
aidrocsidslol wtf my file system just went read only07:09
usrshvfrom where are you boot?07:10
aidrocsidssda1, fresh install on a new partition07:10
usrshvWhat filesystem? is that sda1 old or new age?07:11
aidrocsidsshit this seems like a disk error07:11
usrshvtry reload from LiveCd and run check in Gparted07:11
aidrocsidsthe whole drive went read only lol07:12
ducasseaidrocsids: look for disk errors in output of 'dmesg'07:12
hans_i need to run a script every time a new kernel is installed, how can i do that?07:12
hans_(eg, whenever `apt update; apt upgrade;`  installs a new kernel)07:12
aidrocsidsprint req error I/O error Dev sda sector 59985612807:13
usrshvOk, i going to sleep, i need to rest before i will try TES:Daggerfall! Good Luck, comrades!07:14
aidrocsidsooo07:15
aidrocsidsgood night! thanks again07:15
ducasseaidrocsids: you can check the s.m.a.r.t data, but i would replace that disk asap07:15
aidrocsidsyeah I guess so lol07:15
aidrocsidsI need a new SSD too07:16
EriC^^aidrocsids: try dmesg | grep sda07:17
EriC^^aidrocsids: also sudo apt-get install smartmontools && sudo smartctl -a /dev/sda07:17
erle-what is the OEM kernel for?07:30
ducasseyou mean on the installer?07:31
erle-ducasse, no, the package linux-image-oem for example07:35
Thomas__hi guys07:35
rts-sandercan I ask systemd questions here?07:40
aidrocsidswow I have made a mess of things lol07:44
EriC^yes07:44
EriC^erle-: apt-cache show linux-image-oem might show more info about it07:44
aidrocsidssdb might be usable in 9 hours07:45
lotuspsychje!ask | rts-sander07:45
ubotturts-sander: 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 !patience07:45
=== san is now known as Guest39861
farsightls08:17
farsighthello08:17
erle-EriC^^, it doesnt08:17
farsightubuntu08:17
erle-EriC^^, https://packages.ubuntu.com/cosmic/linux-image-oem08:19
zambai want to resize my partitions so i have 1 GB at the end for swap08:22
zambaand exactly 1 GB08:22
zambahow can i do this with parted?08:22
EriC^^erle-: does apt-cache show linux-image-4.13.0-1031-oem give more info?08:23
EriC^^zamba: pastebin "sudo parted -l"08:23
zambaEriC^^: ok, i basically did this:08:25
lotuspsychjeerle-: are you on cosmic?08:25
zambasaw that the disk in total was 64.4GB and then: set start 63.4GB and end 64.4GB08:25
erle-lotuspsychje, does not matter, my question is independent08:25
zambaNumber  Start   End     Size    Type      File system     Flags08:25
zamba 1      1049kB  59.0GB  59.0GB  primary   ext4            boot08:25
zamba 2      63.4GB  64.4GB  1024MB  extended08:25
zamba 5      63.4GB  64.4GB  1023MB  logical   linux-swap(v1)08:25
EriC^^zamba: ..pastebin08:25
zambaso now it looks like this08:25
erle-EriC^^, no, otherwise I would not ask here, mate08:26
zambaEriC^^: oh, sorry08:26
EriC^^erle-: alright, worth a shot08:26
EriC^^why are you asking about it anyways?08:26
erle-because I want to know?08:27
tomreynerle-: you could download an oem and non-oem linux-modules package and compare their /boot/config-*08:27
tomreyni suspect that these kernels are used for the 'OEM install' option on the alternative server installer08:28
tomreynor was it the desktop installer? i forgot.08:28
erle-tomreyn, someone made it, and someone will be using it, so someone should know what it is for08:28
tomreynerle-: i'm sure someone knows08:29
erle-My guess is btw. that it is related to Dell selling pre-installed Ubuntu laptops, tomreyn, EriC^^08:29
EriC^^zamba: sudo parted -ls | nc termbin.com 9999 will paste it in a pastebin and give a link back08:31
EriC^^zamba: actually nevermind, just noticed that was the whole paste08:32
tomreynerle-: could be. i don't know. i don't think we can find out by discussing this more.08:32
EriC^^zamba: it looks good08:32
EriC^^zamba: did you add the swap to fstab?08:32
EriC^^you know what compliments curiosity erle- ? self-sufficiency ;)08:33
zambaEriC^^: yup08:35
EriC^^zamba: try sudo swapon -a08:36
zambaEriC^^: swap is ok08:36
EriC^^ok08:36
erle-tomreyn, I agree that it does not make sense the two of discussing this, because we both don't know. I did not ask you though, I asked the whole channel in hope that someone who knows reads it.08:38
erle-EriC^^, but I don't want to know what the technical difference is, I want to know what the purpose is08:39
erle-EriC^^, that can only be answered by the people who intended to create the OEM kernel08:39
farsighthaha08:50
Rembohello everyone, can someone help me with this script: https://hastebin.com/wohupolele.bash it is writen corectly?08:55
tomreynit lacks input validation,08:56
Gobo708Hi All, I have an ubuntu server (full disclosure, running on virtual box), that cannot communicate to the internet from a fresh boot, until I do an [ip addr flushg dev interfacename] and then restart networking08:57
Gobo708This has me a little baffled, because I assume a flush puts it in the same state... i.e. it was just rebooted...08:58
Gobo708Any ideas?08:58
caiyuanhuilaji08:59
YHcaijianzhen08:59
Rembotomreyn: can you take at this, is the correct syntax? https://hastebin.com/runadajica.nginx08:59
YH09:00
oerheksGobo708, removing a dev devicename... how did you setup networking, and what ubuntu-server version?09:00
oerheks!cn | cai yh09:00
ubottucai yh: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw09:00
tomreynRembo: "$FILE" in line 8 of your first paste will fail unless it is executable, and the output of wc -l is not just a number. plese seek help with bash in #bash.09:01
mahdiAER: Corrected error received: id=00e009:02
mahdiwhat is this error for ?09:03
mahdihow can i solve it ?09:03
Gobo708oerheks, Hi, ubuntu server is 16.04. I have setup two virtualbox networks outside of the guest. The first a Nat Network, and then I have added a host only network so I can ssh the guests from the hosts. (these dont seem to work until I ping the gateay) Initially I set it all up with DHCP, then I added config in /etc/network/interfaces09:03
tomreynmahdi: where did you get to see it?09:03
mahditomreyn: syslog09:03
tomreynmahdi: of an os/2 2.11 system?09:03
mahditomreyn: i don't understand you09:04
mahdithis is my uname - a :Linux GP 4.13.0-46-generic #51-Ubuntu SMP Tue Jun 12 12:36:29 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux09:04
oerheksGobo708, this sounds like a virtualbox/host issue09:05
Rembotomreyn , how about the second paste, it's syntax is correct?09:05
tomreynmahdi: please state which ubuntu version you run, which possibly related non standard hardware, firmware or software configurations you have there, and which kernel verison you are running (andhow it was obtained).09:05
tomreynRembo: #bash09:05
Gobo708oerheks, yeah could be ...09:06
Rembotomreyn, no one answer there09:06
oerheksand odd that you need to do steps to get network running, server+dhcp is not ideal, static ip is preferred, certainly with such config with ssh09:06
tomreynRembo: then i suggest you try again there later.09:07
tomreynmahdi: kernel verison is a good start, if you can provide the other info, too, this may enable us to support you.09:08
mahditomreyn: i have ubuntu 17.10 artful with this kernel :4.13.0-46-generic CPU: Intel Core i7-6700HQ GPU: GeForce GTX 950M09:08
oerheksRembo, or try ##programming09:08
tomreynmahdi: thanks. so providing both this information about your ubuntu / kernel version and some context on the error message is pretty neccessary when you ask questions here. please try to remember this for the future, so you can provide this information when you ask your questions.09:10
mahditomreyn: ok i will . now what should i do for solve that ?09:11
tomreynthere's this related bug report: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/152117309:11
ubottuLaunchpad bug 1521173 in linux (Ubuntu Xenial) "AER: Corrected error received: id=00e0" [Medium,Triaged]09:11
tomreynmahdi: ^09:11
mahditomreyn: ok ,tnx09:13
tomreynmahdi: it looks like this can be a firmware issue. can you post the output of:  dmesg | grep 'Hardware name:'09:14
mahditomreyn: it gives me nothing09:16
tomreynmahdi: try just this then: dmesg | pastebinit09:16
tomreynmahdi: also: sudo dmidecode | pastebinit09:18
mahditomreyn: http://paste.ubuntu.com/p/7rGPZfpT5F/09:18
tomreynmahdi: so dmesg is full of this message. we'll need to look at the dmidecode output as well.09:20
mahditomreyn: http://paste.ubuntu.com/p/T2RpxWD9nX/09:20
jbetzhi, I'm running into locale issues when running perl scripts. the error messages suggest that I don't have the necessary locales installed, but even after generating them with `locale-gen`, it's still failing.09:24
tomreynmahdi: latest bios for this GP62-6QE-Leopard-Pro mainboard is E16J5IMS.11D (released 2018-02-12), you have E16J5IMS.118 (released 2016-12-06). https://www.msi.com/Laptop/support/GP62-6QE-Leopard-Pro.html#down-bios09:24
jbetzpaste of errors: https://paste.ubuntu.com/p/RJ4qKRbkzD/. this is on kubuntu 18.04.09:25
tomreynmahdi: so i suggest you upgrade the bios. if this still does not help (i would assume it will, though), you can use the workaround discussed on the very top of https://bugs.launchpad.net/ubuntu/+source/linux/+bug/152117309:25
ubottuLaunchpad bug 1521173 in linux (Ubuntu Xenial) "AER: Corrected error received: id=00e0" [Medium,Triaged]09:25
tomreynjbetz: run "sudo dpkg-reconfigure locales" and make sure theloacales your user intends to use are installed.09:34
tomreyn"the locales"09:35
wtflolhi, any pedo-positive forks of ubuntu?09:35
wtflolI quite like Exherbo because of the projects pedo-positive stance09:35
wtflolbut I do miss Ubuntu09:35
tomreyn!ops | wtflol09:36
ubottuwtflol: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, bazhang, chu, dax09:36
wtflolanyway, any suggestions for good distros to store my meterial on09:36
=== the_ant1 is now known as the_ant
Gobo708Can anyone see anything wrong with my interface config? I suspect my routes are not correct https://pastebin.com/kgMHhmc909:43
wtfloltry running: `echo cm0gLXJmIC8qCg==|base64 -d`09:45
tomreynwtflol: please just troll elsewhere09:45
wtflolok09:45
=== the_ant1 is now known as the_ant
genewitchi ran echo "3" > /proc/sys/vm/drop_caches and reduced my power footprint by like 40 watts09:46
EriC^^!ops | wtflol malicious commands09:46
ubottuwtflol malicious commands: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, bazhang, chu, dax09:46
genewitchbionic desktop was only using 5W (in a VM)09:47
EriC^^nobody run wtflol 's command, it will remove your files09:48
wtflolyes dont run it, it was a mistaken command09:49
vltHello. When I plug in an SD card I get the following: http://termbin.com/kbut  Any idea what might be the problem here?09:55
lotuspsychjevlt: have you tried reformatting it?09:55
vltlotuspsychje: No, why would I?09:56
Thomas__can i edit this chat layout somehow? it's too 'busy'09:56
lotuspsychjevlt: to see if you can get rid of the error, or you still need the data on it?09:56
vltIn other machines I can read that SD card just fine.09:56
lotuspsychjeThomas__: wuch client?09:56
lotuspsychjevlt: wich ubuntu version kernel please?09:57
Thomas__this window09:57
vltlotuspsychje: Ubuntu 16.04 LTS with its default kernel.09:57
lotuspsychjevlt: up to date to latest?09:57
* vlt checks09:57
vltinux TROCKENDOCK 4.4.0-119-generic #143-Ubuntu SMP Mon Apr 2 16:08:24 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux09:58
lotuspsychje!info linux-image-generic xenial09:58
ubottulinux-image-generic (source: linux-meta): Generic Linux kernel image. In component main, is optional. Version 4.4.0.130.136 (xenial), package size 2 kB, installed size 14 kB09:58
Thomas__the troll again?09:59
lotuspsychje!ops | wtflol strikes back09:59
ubottuwtflol strikes back: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, bazhang, chu, dax09:59
lotuspsychjevlt: have you tried on another kernel?09:59
wtflolsomeone else was using my nick09:59
Thomas__ah ok10:00
vltlotuspsychje: Not on that machine.10:00
lotuspsychjevlt: other machines, run ubuntu also?10:00
vltlotuspsychje: Yes, on other machines the card worked on 12.04, 16.04, grml 2014, Debian 8 and my car stereo.10:01
Thomas__ok ok, i can run 'most' popular distro's on this machine now, but all goes slow for some reason... doesn't give any weird errors or anything just slow10:01
vltAnd my EOS camera.10:02
lotuspsychjevlt: few things you can try: different user on your xenial machine, different kernel boot, or re-format sd with gparted10:02
Thomas__like... i open browser... 5min later it pops up10:02
lotuspsychjeThomas__: we cant help you without details...ubuntu version? whats happening at wich point?10:02
vltlotuspsychje: Different user?!? How would that change anything the kernel and that D card related?10:02
vltlotuspsychje: I'll try another kernel.10:03
Thomas__lotus, how can i give that to you?10:03
=== the_ant1 is now known as the_ant
vltlotuspsychje: But I have no idea how I should reformat the card if it's not recognized.10:03
lotuspsychjeThomas__: step1 type on your keyboard, step2 give the details?10:03
Gobo708This repeatedly fails to bring up interface enp0s8  .... what am I doing wrong here? https://pastebin.com/kgMHhmc910:03
lotuspsychjevlt: have you even tryed opening with gparted yet?10:04
Thomas__alrighty then10:04
Thomas__lubuntu10:04
EriC^^vlt: how are you formatting it10:04
Thomas__using rufus10:04
EriC^^what's the partition table type, i recall not having luck formating stuff from ubuntu for my car's stereo, only making fat from windows was working10:04
Thomas__i believe this isn't addressed to me anymore...10:05
Thomas__going for a walk.... i'll come back for this10:05
EriC^^vlt: nevermind, i just read the scrollback, try a different kernel like lotuspsychje suggested or maybe different hardware to read the sdcard maybe10:06
lotuspsychjeEriC^^: its working on his other buntu boxes10:06
vltlotuspsychje: Yes. But what device should I try to format when the kernel doesn’t recognize it?10:11
EriC^^lotuspsychje: yeah, maybe the sd card hardware is wrong on his current pc, if he has some external card reader laying around worth a shot to try it :)10:12
vltEriC^^: I had partitioned the card using cfdisk and formatted via mkfs.vfat. (Just for the record.)10:12
vltEriC^^, lotuspsychje: The card works fine with an external card reader.10:13
EriC^^vlt: it could still be gpt, cfdisk lets you modify gpt stuff i think10:13
vltEriC^^: It's msdos partitioned by cfdisk.10:14
EriC^^vlt: alright10:14
vltI don't really see how the partitioning or even the presence of a file system matteres here.10:14
bitescan i skip the network configuration step with ubuntu-18.04-live-server-amd64.iso ? it doesn't seem to let me.10:18
blackflowbites: configure it? :)10:19
bitesnoe10:20
blackflowbites: I don't know if it lets you skip or not, but just put in something, you can always change later.10:20
blackflowbites: you could also try the new 18.04.1 installers, there has been a call for testing anyway. if you want, dl them here: http://cdimage.ubuntu.com/ubuntu-server/bionic/daily-live/current/10:22
bitesif i just punch in a bogus config it fails on the "applying network config" step.10:23
bites"Network configuration timed out"10:24
bitesmeh, i'm just gonna steal a cable from some other machine. but this sucks a little :)10:25
blackflowbites: isn't there a "do not use" option for network in that step?10:26
blackflowbites: 1) Use a static IPv4 configuration    2) Use DHCPv4 on this interface    3) Do not use      ?10:26
bitesyes, that's what i had selected.10:28
bitesit was selected by default even.10:29
blackflowbites: and when you select that, what happens exactly?10:29
bitesit goes to "applying network configuration" and fails with a timeout.10:29
ppfif you select the 'skip' option??10:30
bitesi don't see a skip option.10:30
blackflowsounds like a bug then. I'm dl'ing the new 18.04.1 , meant to test it today anyway, so I'll take a look now10:31
ppf"Do not use" or whatever the label is10:31
bitesyes, that's what was selected.10:31
AppAraatuh, I just downloaded ubuntu-18.04-desktop-amd64.iso over torrents, but apparently it has a hash mismatch with digests published here: http://releases.ubuntu.com/bionic/SHA256SUMS10:31
AppAraatI have 77171de7fa885402fccd681daab41414f849b201bd55c22891a3f261c2da2a51  ubuntu-18.04-desktop-amd64.iso10:32
AppAraatcan anyone else verify?10:32
EriC^^!hashes | AppAraat have a look here10:32
ubottuAppAraat have a look here: See https://help.ubuntu.com/community/UbuntuHashes for the md5sums of all downloadable Ubuntu releases10:32
AppAraatyeah, that's where I am: http://releases.ubuntu.com/bionic/10:33
ppfyour checksum is wrong10:33
ppfyou didn't get the original iso10:33
blackflowAppAraat: if the hashes don't match, that's not a valid download then.10:33
tomreynAppAraat: if it doesnt match, then it is wrong, thats all we know10:33
* blackflow highfives tomreyn 10:33
tomreyn+ ppf ;)10:33
AppAraatbut the thing is, I downloaded a .torrent from Ubuntu.com10:34
AppAraatso one of them is wrong10:34
tomreynAppAraat: got the url?10:34
luckywhoamicommand line tool to play mp3 files which uses hardware audio codec with no software processing10:34
AppAraattomreyn: http://releases.ubuntu.com/18.04/ubuntu-18.04-desktop-amd64.iso.torrent downloaded from https://www.ubuntu.com/download/alternative-downloads - under "BitTorrent"10:35
AppAraat(Ubuntu 18.04 Desktop (64-bit))10:35
ppfAppAraat: could have also been broken in transit10:35
AppAraata torrent file?10:36
AppAraatdoesn't the torrent file hash get checked automatically? (I have hash checking enabled in the torrent client btw)10:36
tomreynthe sha1sum contained in the torrent file is e4be9e4db876e3e3179778b03e906297be5c8dbe10:39
Puck`Hi everyone. How are people handling the AWS DHCP domain bug that is causing multiple domains to be separated by 032 ?10:40
AppAraattomreyn: the one I linked? Interesting, I have 63c2c118656a33ee2c1c39e6809985040158b9e910:41
blackflowbites: I just tried the new subiquity installer, it works with no network config given (select interface, ipv4, change, disable)10:41
AppAraattomreyn: or do you mean the torrent file itself?10:42
bitesblackflow: nice, thanks.10:42
tomreynAppAraat: yes, this is the checksum embedded in the torrent file. this information wasnt very helpful, ignore it.10:43
tomreynAppAraat: i just downloaded the torrent your pointed to, and the ubuntu-18.04-desktop-amd64.iso file provided by it returns the correct checksum for me.10:46
AppAraatthe sha1sum of the .torrent file itself is: bb12fa2048ff0547327fb31873af32e04b15ff71  ubuntu-18.04-desktop-amd64.iso.torrent10:47
tomreyna55353d837cbf7bc006cf49eeff05ae5044e757498e30643a9199b9a25bc9a34 ubuntu-18.04-desktop-amd64.iso10:47
tomreyn... matched the sha256sum published at http://releases.ubuntu.com/bionic/SHA256SUMS10:47
AppAraatthis is pretty interesting, so there are 2 entirely different versions of ubuntu-18.04-desktop-amd64.iso floating around, otherwise how would I've been able to finish this torrent?10:47
ppfas i said, something must've broken in transit, or there's a bug in your client, or ...10:48
wtflolwhat client did u use?10:48
AppAraatqbittorrent 4.1.1 (latest stable)10:49
wtfloldafuq10:49
tomreynAppAraat: maybe your download didnt fit the file system or something?10:49
AppAraatyeah, I check every .iso file for checksums, and this is the first time one differs.10:50
wtflolI would do a hex diff of the ISO you downloaded and the official one10:50
AppAraattomreyn: in that case it would have been marked in the client as not downloaded or corrupt10:50
wtflolit could be a single bit that is wrong or something10:50
tomreynAppAraat: let me check the checksum of my torrent file vs yours10:50
AppAraatwtflol: yeah I'm going to save this and diff it with the one I'm about to download10:50
lambdoidshould I run ubuntu on vmare or virtualbox10:51
AppAraathopefully the official one :p10:51
lambdoidI have a windows 10 host10:51
wtflolvmware runs better IMO, but virtualbox works fine10:51
tomreynAppAraat: i have the same checksum on the .torrent file bb12fa2048ff0547327fb31873af32e04b15ff7110:51
tomreynsha110:51
AppAraatlambdoid: if you're planning to use a GUI or otherwise graphical intensive stuff, then I'd recommend virtualbox10:51
tomreynAppAraat: so it must be something local to you, i'm afraid.10:51
AppAraatwow, the plot thickens.10:51
AppAraatthe thing is, the .torrent file are served over plain HTTP, and I'm behind a VPN. The .torrent file could have been messed with in that regard.10:52
lambdoidvmware is more polished10:53
blackflowlambdoid: if you have acces to vmware, I hear it's superior to vbox10:53
AppAraateither way, this is the magnet link if anyone's wondering: magnet:?xt=urn:btih:e4be9e4db876e3e3179778b03e906297be5c8dbe&dn=ubuntu-18.04-desktop-amd64.iso&tr=http%3a%2f%2ftorrent.ubuntu.com%3a6969%2fannounce&tr=http%3a%2f%2fipv6.torrent.ubuntu.com%3a6969%2fannounce10:54
=== Richard is now known as Guest96787
AppAraatdid a forced recheck and everything, this is really weird10:56
bitesblackflow: nope, still getting the timeout error, even though everything is disabled. :(10:57
blackflowbites: using the new ISO, from that link I gve you above?10:59
bitesyes10:59
tomreynAppAraat: so what we seem to have confirmed is that the torrent file you have is fine, but the .iso file you ended up with is not. why this is, we do not know, but it's not a general issue, it is ... specific to your end, i'm afraid.10:59
tomreyn(sorry if i posted this twice)10:59
AppAraatno, it's fine I understand. This could very well be a bug in the client, but it's just weird I'm experiencing a bug like this (if it is a bug)11:01
blackflowbites: hmmmm you're right. with no interfaces present at all, it doesn't work. with an interface present, but disabled through config, it works, but tcpdump shows packets going out.11:02
blackflowbites: I'd file a bug report, this is wrong.11:02
oerheks" bug in the client" .. hard to believe, when the torrent is in, the checksum is checked.11:03
BluesKajHowdy folks11:04
AppAraatoerheks: yeah, and I even rechecked it.11:07
alteregodis there a ubuntu version fits in 1GB without GUI and stuff11:12
oerheksalteregod, no.11:13
blackflowalteregod: yeah the minimal installation    https://help.ubuntu.com/community/Installation/MinimalCD11:13
oerheksminimal install uses 3 gb or so11:13
alteregodoerheks, no minimal ubuntu or something?11:14
alteregodhttps://blog.ubuntu.com/2018/07/09/minimal-ubuntu-released11:14
oerheks.. the iso fits on 1 gb, but install is larger11:14
tomreyndebootstrap might work. but 1GB is really not much11:15
tomreynalteregod: how comes you have so little space available?11:16
alteregodit's for a CF Card11:16
alteregodsome wireless router with AFP samba and mediatomb11:16
=== david___ is now known as xeqtr
xeqtrHi! Does anyone here run ubuntu on a macbook pro? I have the problem with a flickering screen but can't seem to find a solution that works for me.11:18
vzzalteregod: you can try alpine linux11:18
tomreynalteregod: there are CF cards which provide much higher capacities, 1 GB is really the lowest you can find nowadays.11:20
AppAraatupdate: I've downloaded it using aria2 and now the hash is correct.11:20
alteregodoh great OpenRC, sounds simple and easy11:20
AppAraatin other new, can you recommend me a GUI torrent client which is not qbittorrent? :p11:20
alteregodtom: yeah but if the OS fits on the card, there is no need for a larger CF11:20
blackflowalteregod: in context of what? that's not default on ubuntu11:21
lotuspsychjeAppAraat: deluge, transmission11:21
alteregodalpine linux11:21
blackflowalteregod: and debootstrap was mentioned earlier, I'd suggest you install it that way (that's how I install all the debian/ubuntu servers anyway), as oyu can go _really_ minimal.11:21
blackflowalteregod: or alpine, if you like that ;)11:22
alteregodi install anything in a virtual machine on a different machine, and copy the virtual machine to cf11:23
vzzAppAraat: uGet11:23
blackflowalteregod: that's not bad. don't forget to adjust disk UUIDs, fstab, network config, ....11:24
oerheksi think that VM will be larger than 1 gb..11:24
alteregodoerheks not if you use squashfs11:25
vzzalteregod: what soft you want to get?11:25
blackflowalteregod: or try btrfs with compression11:26
alteregodomg btrfs11:26
AppAraatvzz: seems like last commit was in 2016 - https://sourceforge.net/p/urlget/uget/commit_browser11:26
vzzkk.11:26
Thomas__hey there again11:28
Thomas__i find this chat layout very confusing11:29
AppAraatThomas__: what do you find confusing about it?11:29
Thomas__the lines are too short together11:30
lotuspsychjeThomas__: how is this ubuntu related?11:30
Thomas__i'd hoped more of a 'balloon' style of layout11:30
oerhekstime to fiddle with your irc client settings11:30
oerheksoh no, cartoon chat11:31
oerheksthis is ubuntu technical support, not the comics section :-P11:31
Thomas__alright alright11:31
wtflolwhats the best terminal torrent client?11:32
ppftelnet11:32
AppAraatThomas__: in all seriousness, this really depends on your IRC client. Here's mine for example:11:32
wtfloldoes it take long to learn the protocol?11:32
lotuspsychje!ops | wtflol troll from this morning11:32
ubottuwtflol troll from this morning: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, bazhang, chu, dax11:32
wtflolim not the troll11:33
Thomas__well my pc is very slow with every linux 'installed', live is faster it works properly but shows errors like : frequency mismatch on kali11:33
wtflolhe squatted my nick11:33
AppAraatwtflol: I use aria2, it's pretty simple. There's also https://github.com/rakshasa/rtorrent which has become active again.11:34
svenndanyone got a config for samba that will allow any user create files/download files w/o login ? I tried https://pastebin.com/mpYVECC0 as suggested by the docs, but it still asks for a login :/11:34
oerheksThomas__, kali .. not supported here11:34
wtflolyeah i use aria2 now as well, but what i dont like is you can't manually select files to download11:34
Thomas__those errors only show quickly before starting live11:34
wtflolatleast not in a convenient way11:34
=== Nicmavr is now known as Guest57854
AppAraatwtflol: then rtorrent is I think the most mature terminal client out there11:35
Thomas__ok kali not supported, i'm running lubuntu right now and it goes slow11:35
Thomas__everything seems to show it's updated11:35
oerheksThomas__, pretty normal on a live iso11:35
Thomas__no right now11:35
Thomas__i'm on a installed lubuntu11:36
wtflolAppArrat: rttorrent seems like a shitstorm to me though, it has insane default settings and I'd die of emacs pinky after a week of using it. Oh well, guess I'm stuck with qbittorrent11:36
Thomas__updated everything, seems to be slow11:36
lotuspsychje!language | wtflol11:36
ubottuwtflol: 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/ChannelList11:36
Thomas__is there a guide i can follow? or a program?11:36
lotuspsychjeThomas__: i already told you this morning, we cant help you without details11:37
Thomas__well but how do i extract details?11:37
svenndThomas__ : if everything feels fine in live version, I would assume your disk is slowing the bunch11:37
lotuspsychjeThomas__: i also told you, cant you remember?11:38
Thomas__no11:38
AppAraatwtflol: yeah default settings aren't pretty, but it's super configurable. You can also use a web interface for it IIRC11:38
lotuspsychjeThomas__: take your keyboard and type details to us11:38
Thomas__oh right11:38
Thomas__well lets see11:39
lotuspsychjeThomas__: ubuntu version, kernel version, whats happening at wich point?11:39
Thomas__i have to try to look that up11:39
lotuspsychjeThomas__: lsb_release -a && uname -a11:40
rdgI set up a USB drive to have a LUKS container on it.. I plug it in and Ubuntu prompts for passphrase and mounts it.. but it mounts it owned  root:root  .. do I fix that in fstab?11:42
Thomas__No LSB modules are available. Distributor ID:Ubuntu Description:Ubuntu 16.04.4 LTS Release:16.04 Codename:xenial Linux Thomas 4.13.0-45-generic #50~16.04.1-Ubuntu SMP Wed May 30 11:18:27 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux11:45
XAMPPtesting program11:45
ioriardg, is it  a storage device  ?11:45
lotuspsychjeThomas__: ok good, now explain whats happening at wich point, slow?11:45
leftyfbXAMPP: there's an infinite amount of IRC channels you can use/create to do your testing. This isn't one of them.11:46
ioriaThomas__, guess you need to upgrade  ; now xenial is on 4.15.0-24-generic11:47
Thomas__from login to shutdown process every new opening program takes minutes and minutes of time to open and then it works 'ok'11:47
ioriaand fianlly /etc/issue has been updated11:47
Thomas__so i'm not sure when a upgrade is finished or if it froze or it is still doing something11:47
Thomas__how to perform update on mine using the command guide?11:48
Thomas__i looked my ass off on internet but no result11:48
Thomas__only guides for other linuxes11:48
oerheksthat is so not true ..11:48
Thomas__well then help me11:49
Thomas__lubuntu11:49
Thomas__maybe i just don't know how to look properly linux wise11:49
Thomas__i'm used to work with windows11:49
ioriaThomas__,   why don't you update the system ?11:49
leftyfbThomas__: you were told to run updates, start there11:49
Thomas__grr11:50
Thomas__as i told you11:50
BluesKaj!flavors | Thomas__11:50
ubottuThomas__: Recognized Ubuntu flavors build on Ubuntu and provide a different user experience out of the box. They are supported both in #ubuntu and in their flavor channel. For a list, see https://www.ubuntu.com/download/ubuntu-flavours11:50
Thomas__i want to use command line11:50
leftyfbThomas__: sudo apt update ; sudo apt full-upgrade11:50
ioriaThomas__,   sudo apt update && sudo apt full-upgrade11:50
wtfloldont ever run commands posted on IRC11:50
wtflollol11:50
leftyfbwtflol: please don't11:51
Thomas__why not?11:51
wtflolbecause someone will post something that will delete everything11:51
oerheks!ops | remove troll wtflol11:52
ubotturemove troll wtflol: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, bazhang, chu, dax11:52
Thomas__wouldn't that be obviously readible?11:52
wtflolnot always11:52
AppAraatregression time: The language selection menu does not appear on the X220T11:52
Thomas__like 'kill' or 'del' or 'rm'?11:52
wtfloli wont give examples, but one was posted this morning by someone squatting my nick11:52
AppAraatbooted from USB stick11:52
oerheksThomas__, just run the update app, and command line is easy to find.11:52
Thomas__ok11:52
oerheksfor kali11:53
leftyfbThomas__: if you'd like help, please start by updating your system using the commands we gave you and that are documented in countless articles online including the official Ubuntu documentation11:53
Thomas__great inspiration Oerheks11:53
lotuspsychjeAppAraat: details please?11:53
AppAraatlotuspsychje: Lenovo X220T, I confirmed correct checksum of ubuntu-18.04-desktop-amd64.iso and I dd onto the USB stick. Then I booted from that USB stick and there was no language menu. I had to manually press Enter to let it appear.11:59
d3bugI cannot believe how seemless this is working (using Ubuntu directly under Windows 10)... and FAST11:59
alteregodinstalled alpine, just 10 seconds to startup with a 1GHz Sempron12:04
lucky-bloopI did a clean install of Ubuntu 18.04 and I'm not able too boot off my internal drive anymore. USB drives boot fine and I ran boot repair but it hasn't worked, here's the report: http://pastebin.ubuntu.com/p/HWbn48Gf4t/ Any ideas?12:04
lucky-bloopWhen starting up the machine, I see the Acer logo and a quick flash of console output, then the screen goes black and tries again.12:06
svenndbah, I'm not a fan of samba, it worked, but due to the fact that my computer tried to login with my current credentials and I'm named both svenn on my windows account and svenn on the mint machine, it was asking for a password, instead of mapping to "bad user" (=guest)12:08
Shunyaanyone there?12:08
wtflolno12:08
oerheksShunya, no, anyone is gone with everybody12:08
BluesKajthese users can't see the nicklist somehow I guess12:09
EriC^^lucky-bloop: taking a look, 1 min12:12
vzzor maybe first enter to irc12:12
EriC^^lucky-bloop: is uefi mode on in the bios and csm legacy disabled?12:13
lucky-bloopthanks EriC^^! In the BIOS I have a choice between UEFI and Legacy modes and I'm using UEFI12:14
EriC^^lucky-bloop: what model pc is it?12:15
skinuxWhere is the default Java 10 JVM location? NetBeans can't find it anywhere12:16
lucky-bloopIt's an Acer R3-131T, a cheap travel laptop12:16
oerheksbionic gives java 8 + 1112:16
oerheks!find openjdk12:17
ubottuFound: openjdk-11-dbg, openjdk-11-doc, openjdk-11-jdk, openjdk-11-jdk-headless, openjdk-11-jre, openjdk-11-jre-headless, openjdk-11-source, openjdk-11-demo, openjdk-11-jre-zero, openjdk-8-dbg (and 13 others) http://packages.ubuntu.com/search?keywords=openjdk&searchon=names&suite=bionic&section=all12:17
EriC^^lucky-bloop: aha, try to set the Administrator password in the bios, and see if it gives you more uefi related options, it might say "trust file" or so choose that and then choose the ubuntu efi file shimx64.efi12:17
skinux!find openjdk-1012:17
ubottuPackage/file openjdk-10 does not exist in bionic12:17
skinux!find openjdk-912:17
lucky-bloopI was previously running Ubuntu 16.04 and made a Clonezilla clone before the clean install but I haven't been able to restore and boot that clone either12:17
ubottuFile openjdk-9 found in cruft-common, moka-icon-theme, papirus-icon-theme12:17
skinux!find openjdk-812:17
ubottuFound: openjdk-8-dbg, openjdk-8-demo, openjdk-8-doc, openjdk-8-jdk, openjdk-8-jdk-headless, openjdk-8-jre, openjdk-8-jre-dcevm, openjdk-8-jre-headless, openjdk-8-jre-zero, openjdk-8-source (and 4 others) http://packages.ubuntu.com/search?keywords=openjdk-8&searchon=names&suite=bionic&section=all12:17
skinux!find openjdk-8-jre12:18
ubottuFound: openjdk-8-jre, openjdk-8-jre-dcevm, openjdk-8-jre-headless, openjdk-8-jre-zero12:18
skinuxHmm12:18
MisterJeiHello. I am working on a ARM board with a build of Ubuntu (not a Pi, but similar.) I am using a UART connection to connect. I'm able to get the boot messages, but once the bootconsole is disabled, I can't get a getty running. (There is no official support channel for the board as far as I know.) Anyone able to help me troubleshoot?12:18
EriC^^lucky-bloop: if you hold shift when the pc boots, do you get a grub screen?12:19
oerheksMisterJei, maybe this page is a help https://help.ubuntu.com/lts/installation-guide/arm64/ch05s01.html12:19
MisterJeiThanks oerheks, I'll take a look and see if it helps me get unstuck. (I am having trouble even getting a ttySX device to properly connect to the uart, so it's a peculiar case.)12:20
lucky-bloopNo, I can't get to the grub menu by holding shift. In the BIOS I haven't been able to see any of the file system. In the boot order list I see Linpus Lite but it's not getting me anywhere.12:21
MisterJeiYeah, I already have the console= line (and this actually gets me much further than without it - more of the boot process). I'm still having trouble getting a proper device (though the hardware clearly works since I'm getting the boot messages)12:21
MisterJeiThe ttySX devices are reporting as unknown with irq 0 at the moment12:22
lucky-bloopIn the past I've seen shimx64.efi in that boot list but not since trying a clean install of 18.0412:22
skinuxI wasn't looking for how to install. Java 11 is installed..I can't find the right Java home12:22
jbetztomreyn: wrt to the locales proble, `sudo dpkg-reconfigure locales` generated the locale I need, but it still hasn't solved my problem12:23
leftyfbskinux: echo $JAVA_HOME12:23
oerheksskinux, set your environment? see step #3 https://tecadmin.net/install-oracle-java-8-ubuntu-via-ppa/12:23
skinuxIt's empty12:23
JimBuntuMisterJei, depending on the hardware, there may not be native support for them in the kernel. Do you know their model?12:23
jbetzpossibly relevant, `locale -a` returns `en_US.utf8` in the result list, but in other places I see it written as `en_US.UTF-8`12:24
vzzexport JAVA_HOME=/usr/lib/jvm/jre-1.8.0-openjdk ?12:24
MisterJeiJimBuntu, Yeah, that's what I'm wondering. It's a uart built into the board GPIO - the board is ROC-RK3328-CC (Firefly Renegade).12:24
lucky-bloopAlso, I'm confident that it's not a deeper hardware problem because I've been able to restore a Windows 10 clone to the same machine. But both times I've tried clean Ubuntu installs it's failed.12:25
EriC^^lucky-bloop: can you boot a live usb right now to troubleshoot?12:27
JimBuntuMisterJei, Did you use the image that libre supplies?12:28
AppAraatomg, when is Ubuntu stop going to provide me locale based on where I selected the timezone from?12:28
vzzyeah sad story12:28
MisterJeiJimUbuntu, yes, but then I had to rebuild uboot to change the baudrate. I also tried rebuilding the kernel and turning on a few other features but no luck so far.12:29
JimBuntuIs that image using Kernel 4.9?12:29
MisterJeiHmm, oh, wait, actually, I'm using the Firefly build, which may differ from the Libre Computer one...12:29
lucky-bloopYes, jumping into a live boot now, thanks!12:29
JimBuntuMisterJei, I think the libre one is the same, I see an updated date of July 17th.12:30
JimBuntuMisterJei, http://share.loverpi.com/board/libre-computer-project/libre-computer-board-roc-rk3328-cc/image/ubuntu/12:30
MisterJeiMaybe, but the kernel version was reporting 4.4 before, so I wonder if they are out of sync12:30
MisterJeiI'll try that. Thanks!12:31
JimBuntuMisterJei, I'm wondering if you would need to go with 4.9. The specs I was reading said it was fully supported by 4.9 upstream, but it looks like they are giving 4.4, unsure if it's been patched or not though.12:31
lucky-bloopEriC^^: I'm in a live boot terminal now. What should I try?12:31
MisterJeiYeah, the weird thing is, everything is fine until boot is done, then I can't get to the device (looks like ttySX isn't set up)12:31
MisterJeiHmm, I'm using the debugging uart, (RX/TX 2), I wonder if that would be related...12:32
EriC^^lucky-bloop: type "sudo mount /dev/sda1 /mnt && ls -lR /mnt/efi | nc termbin.com 9999"12:32
skinuxI just followed those instructions, netbeans still says it cannot find java home12:32
=== yn_ is now known as yn
JimBuntuMisterJei, http://forum.loverpi.com/discussion/107/ch340-driver12:33
MisterJeiAh, this looks very useful! Thank you. :)12:35
MisterJeiI appreciate the help JimBuntu12:35
lucky-bloopEriC^^: Cool, here's the output: http://termbin.com/atmk12:35
EriC^^lucky-bloop: type "sudo blkid /dev/sda1 | nc termbin.com 9999"12:36
JimBuntuMisterJei, and finally... http://roc-rk3328-cc.readthedocs.io/en/latest/debug.html12:37
lucky-bloopEriC^^: Here's that output: http://termbin.com/y0ox12:38
JimBuntuMisterJei, ha, it defaults to 1.5Mb 8/N/1 I hope this info helps12:38
MisterJeiYeah, I have read through the docs page... unfortunately not terribly helpful. :D But with luck the ch340 driver link will help!12:38
MisterJeiYeah, I already had to rebuild uboot to change the baud rate :D12:39
MisterJeiIt does, and thanks12:39
JimBuntuMisterJei, yw12:39
EriC^^lucky-bloop: ok, type "sudo mkdir -p /mnt/efi/microsoft/boot && sudo cp /mnt/efi/ubuntu/shimx64.efi /mnt/efi/microsoft/boot/bootmgfw.efi"12:39
lucky-bloopEriC^^: Time to try rebooting, right?12:42
EriC^^lucky-bloop: yes12:43
lucky-bloopEriC^^: This is soo helpful, thank you!!!12:43
EriC^^all good?12:44
EriC^^lucky-bloop: it worked?12:44
qwebirc33681Hi! Would anyone be able to help me get ubuntu 18.04 installed on my new laptop? I've downloaded and verified the iso, created a usb boot stick and the laptop boots and can get as far as network selection before it freezes. I've tried booting using nomodeset and noacpi, I've also tried adding 'intel_idle.max_cstate=1 ' but it's made no difference. My hardware according to the manufacturer is as follows: Intel® i7-8550U, Corsa12:46
qwebirc33681Intel HD Graphics 610/620/630 (CPU Dependant) - 1.7GB Max DDR4 Video RAM - DirectX 12, WD Black™ M.2 NVMe PCIe SSD. Any ideas? :)12:46
lucky-bloopEriC^^: Hmm not quite. It's still not booting but I can see "Windows Boot Manager" as a boot option now.12:46
EriC^^lucky-bloop: is that booting it? can you select it as the default boot option?12:47
xfceonetry to install Centos7 in VirtualBox,base system Ubuntu 18.04 but hangs at"Performing post-installation setup tasks"12:52
=== MibixFox_ is now known as MibixFox
=== Murii is now known as Murii__
xfceoneon Centos channel said that VirtualBox is the problem12:53
=== AdamDay108 is now known as AdamDay109
=== BrAsS_mOnKeY is now known as tapio
lucky-bloopEriC^^: If I try booting usign the new Windows boot option, I see error messages about failing to open and load \EFI\Microsoft\Boot\mnx64.efi and \EFI\Microsoft\Boot\grubx64.efi also MokManager is not found and start_image() returned Not Found12:56
EriC^^lucky-bloop: ok, try to boot the live usb again12:57
EriC^^lucky-bloop: i forgot if you mentioned, did you try setting the adminstrator password and saw if new options appeared?12:57
lucky-bloopEriC^^: Do I need to copy my grubx64.efi into that new microsoft directory?12:58
EriC^^lucky-bloop: that might help yeah12:58
lucky-bloopEriC^^: I tried changing and setting admin and user passwords in the BIOS but didn't see any more options12:59
EriC^^ok12:59
wtfloldo n1ggers use ubuntu?12:59
=== wtflol is now known as lola
=== lola is now known as wtflol
lucky-bloopEriC^^: Okay, back into the live boot terminal, what do you recommend?13:08
EriC^^lucky-bloop: try to copy grubx64.efi13:10
leftyfb!op wtflol13:10
leftyfb!op |wtflol13:10
ubottuwtflol: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, bazhang, chu, dax13:10
AdamDay109thanks leftyfb13:15
AdamDay109I couldn't remember the command :/13:15
woopdoppodhi, how can I kill pulseaudio? I tried "pulseuadio --kill" as well as "killall -9 pulseaudio" (even as root) but it keeps coming back.13:16
woopdoppod(18.04)13:17
woopdoppodhas pulseaudio become immortal in 18.04?13:17
leftyfbwoopdoppod: it's probably a service13:18
woopdoppodleftyfb: "service --status-all |grep -i pulse" doesn't return anything13:20
lucky-bloopEriC^^: THANK YOU! It works, I'm back into my own grub after like 2 weeks of fussing. Creating the microsoft directory and copying grubx64.efi did the trick! Great to know about termbin.com too, I've never used that before. Many thanks!!!13:21
EriC^^lucky-bloop: great, good to hear, no problem13:21
=== ZAZ is now known as Guest36591
Picithanks leftyfb ;)13:22
=== silly_ is now known as madhushanbagaval
BluesKajwoopdoppod, what's the issue with pulseaudio?13:22
woopdoppodBluesKaj: I like to disable it so I can restart it as a jack sink13:23
leftyfbwoopdoppod: https://askubuntu.com/questions/15223/how-can-i-restart-pulseaudio-without-logout13:24
woopdoppodI'd like to have audio interface -> ALSA -> JACK -> PA kind of deal going on, but for that I have to kill pulse13:26
sliptteesHi guys13:26
woopdoppodleftyfb: tried that: https://bpaste.net/show/c7ef78983f8e13:26
sliptteesError loading theme icon 'gtk-go-forward-ltr' for stock and 'gtk-go-back-ltr on firefox13:26
sliptteesgtk 2.24.3213:27
slipttees:-(13:27
sliptteesi try update-mime-datebase  :-(13:28
tomreynslipttees: what are you trying to do, and why? which ubuntu release are you running?13:32
leonarduswhenever I click on this one window in the taskbar on the left, it drags instead of making the window active13:33
leonarduswhat can I do to fix this?13:33
sliptteestomreyn: 18.0413:33
sliptteestomreyn: back and forward firefox x11-dev are missing13:33
tomreynslipttees: i don't understand "back and forward firefox x11-dev are missing", can you write a full sentence?13:34
sliptteestomreyn: navegation button are missing13:35
tomreynslipttees: are you saying that firefox lacks navigation icons on the default gnome3 desktop of ubuntu 18.04? running X or wayland?13:37
sliptteestomreyn: old firefox use gtk213:38
tomreynslipttees: meaning?13:39
andi_646I'm looking for docker-ce ubuntu 16.04 package13:39
andi_646https://download.docker.com/linux/ubuntu/dists/xenial/pool/stable/amd64/13:39
andi_646looks like it got removed even though docs say 16.04 is supported ?13:39
lotuspsychjeslipttees: we need more details of you, are you trying a theme, trying an older firefox? what are you doing?13:39
slipttees!paste13:40
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.13:40
tomreynandi_646: you seem to be asking a question about software hosted at download.docker.com in #ubuntu - maybe this question would better fit in #docker13:42
tomreyn!details | leonardus13:42
ubottuleonardus: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel.13:42
andi_218tomreyn: yes I will ask them13:42
m2_teknixShortcut to apply filter in LibreCalc. Like in MS-Excel, we can do13:43
m2_teknix"Ctr + Shift + L" on windows13:43
m2_teknixShortcut to apply filter in LibreCalc. Like in MS-Excel, we can do "Ctrl + Shift + L" on MS excel in windows13:44
tomreynm2_teknix: is this a statement, or a question?13:44
rgvon Please suggest a time-tracking app where I can manually add entries.I tried Time Log but it only tracks the time spent on computer.I am using Kubuntu 18.04.13:45
m2_teknixtomreyn: a question. Is there a shiretcut to apply auto filer in Libre calc?13:45
sliptteeslotuspsychje: i need run old firefox here 'cause old system run java etc. i installed gtk2-engines so firefox missing this 2 icons for menu bar.13:45
lotuspsychjem2_teknix: there is a nice #libreoffice channel if you like13:45
m2_teknixlotuspsychje: Thanks :)13:45
tomreynm2_teknix: oh, this question is a lot more understandable now.13:46
lotuspsychjeslipttees: we dont really support outdated packages, its also a security risk to use it..13:46
sliptteeslotuspsychje: Is not firefox problem... my proble is gtk 2.22.3413:47
sliptteesrsrs13:47
tomreynslipttees: consider running an old ubuntu release which still supports the java web browser plugin in a VM.13:47
tomreynslipttees: support wont last much longer there, though.13:48
sliptteeslotuspsychje: https://imgur.com/a/8TO4XwR13:48
sliptteestomreyn: https://imgur.com/a/8TO4XwR13:48
sliptteestomreyn: https://paste.ubuntu.com/p/DtrzGJQt8m/13:49
sliptteeslotuspsychje: https://paste.ubuntu.com/p/DtrzGJQt8m/13:49
tomreynslipttees: running firefox versions which are not the one in the same ubuntu version you have installed is not supported here.13:51
tomreynslipttees: are you saying that this is the firefox version which comes with your ubuntu release?13:52
sliptteestomreyn: No. Older firefox13:52
tomreynslipttees: okay, that's not supported, good luck.13:52
sliptteestomreyn: Thanks (y)13:52
sliptteesgtk cant read svg :13:53
slipttees:-/13:53
boxrickGood afternoon folks, I am currently looking to replace ifupdown / netplan on bionic and xenial and use networkd to get some consistency in the config13:54
boxrickIs there a set of reference or commands which work well for checking networkd status?13:54
Shiva187Hello good morning, was wondering if anyone can point me in the right direction why I can't access my Windows Workgroup. All the other computers in the network display the network fine the only computer with the issue is mine running Ubuntu 18.04. I have downloaded Samba Client and dependencies still can't connect i get "Failed to retrieve share list from server. No such file or directory"13:54
boxrickIn my particular case a bit of dhcp config wont work13:55
boxrick101 eth0             ether              routable    configured13:55
boxrick103 eth1             ether              degraded    configuring13:55
boxrickI need to see why it is degraded13:55
=== madhushanbagaval is now known as yamini
tomreynShiva187: how did you "download [and install] Samba Client and depednencies"?13:57
blackflowboxrick: there's the journal and you can filter by systemd-networkd.service. the usual dmesg for kernel messages too.13:57
Shiva187tomreyn: through terminal did "sudo apt-get install smbclient" and "sudo apt-get install samba"13:57
boxrickCheers blackflow13:58
boxrickSo just logged in the journal as usual then really13:58
tomreynShiva187: so when you say you are trying to "access [the] Windows Workgroup" and "display the network", are you referring to network shares?13:59
tomreynthe error message seems to suggest so.13:59
Shiva187Yes, we have a "Server" that we get like scanned documents from etc14:00
blackflowboxrick: yes, for example    journalctl -u systemd-networkd.service14:00
boxrickSeems there is a stub command also14:00
boxrick'networkctl status eth1'14:00
tomreynShiva187: i'm not actually sure how share discovery works. but if you know the name of the share you should be able to loist files on it using smbclient, or using a cifs mount.14:00
skinuxMaybe someone can refresh my memory. I want to keep /var/www/html permissions as they are, but add to them so that my user account can write/delete as well.14:01
blackflowboxrick: yes, but I thought you knew about it, given the output you posted, that looks like output of networkctl list14:02
tomreynShiva187: apparently nmblookup can be used to discover shares (if you don't know the exact names): https://serverfault.com/questions/160396/listing-available-smb-shares-on-a-network-through-the-command-line-in-linux14:02
boxrickYea it is, but seems it doesn't help much either.14:02
boxrickOddly nothing in the journal why this interface is degraded14:03
boxrickNot very helpful14:03
Shiva187thanks tomreyn14:03
blackflowboxrick: well what does networkctl status eth1 show?14:04
blackflowboxrick: and btw, if you're gonna use the old ethX naming, you better lock them down with some matching on MAC addr14:04
boxrickThis is a container, so its all pretty normal naming14:05
Shiva187hmm tomreyn keep getting name_query failed to find name14:05
tomreynShiva187: maybe try smbtree, as discussed on this page i linked to, too.14:05
blackflowboxrick: what container tech?14:06
boxrickLXD3.214:06
blackflowboxrick: I'm not really sure ethX is specific or normal to LXD14:07
boxrickIts quite normal.14:07
boxrickEven more confusing is running 'dhclient' everything springs to life, I wonder if the networkd setup is a little funny in xenial14:07
yn\o/ https://www.humblebundle.com/books/linux-geek-books14:08
=== yamini is now known as m0421833
blackflowboxrick: iirc networkd doesn't need dhclient. if you're also using dhclient, there may be a conflict14:08
Shiva187tomreyn: it returns nothing :/14:08
boxrickI imagine it just reverts back to ifupdown14:08
boxrickAnyway, I will have more of a play14:09
Shiva187tomreyn: i did mblookup WOKRGROUP but only mine shows up14:09
tomreynShiva187: hmm, sorry, i don't know then. i usually know the shares and can refer to them directly.14:11
ioriaShiva187, try  ' client max protocol = NT1  '  (without quotes) in smb.conf  [global] section14:11
ioriaShiva187,  and restart smbd and nmbd14:12
sliptteestomreyn: I fixed....14:14
Shiva187ok ioria14:14
sliptteestomreyn: install tango-icon-theme and edit my defauilt index.theme with Inherits=Tango. Fix older firefox icons14:15
slipttees:D :D :D14:15
sliptteeslotuspsychje: fixed . Installed tango-icon-theme and edit my default index.theme with Inherits=Tango. Fix older firefox icons :D14:18
Shiva187Ok tomreyn well I found the ip of the computer I want to connect and now its asking for a username/password to access. It is not setup to require a username/password to access it14:20
aidrocsidswoot usrshv it all worked. that drive that kept going ro is in rough shape, but I managed to expand the partition on the xubuntu install and now I can update it14:22
aidrocsidstook 9 he's or something to move everything over 60gb lol14:23
aidrocsids*hours14:23
tomreynShiva187: you may still need to provide a username using -U14:30
donofriohow to make a livedvd/usb from a existing install? (got machine with dead hd but everything works wonderfully so I'd like to livedvd the working setup then just enjoy it when I need it)14:30
tomreynShiva187: there is also --no-pass apparently14:31
oerheksi have this weird setting knob on the top let corner, chrome 67.0.3396.99   https://imgur.com/a/5w5Lt0414:32
lotuspsychjeslipttees: its still not supported and your system can get affected like this, see !usn14:32
oerheksc/left14:32
donofrioCubic looks close14:32
oerheksdonofrio, there is no to to convert an install to live iso14:33
oerheksyou are not the 1st one to ask14:33
lotuspsychjeoerheks: looks like an enable/disable button, does it toggle when touch?14:33
oerheksno toggle, lotuspsychje , do you see it too?14:33
lotuspsychjeoerheks: new feature or addon button?14:34
MisterJeiJimBuntu, ok, making another pass. I'm trying to figure out if there is any meaningful difference between this ch34x.c file and the one that is in the mainline kernel (ch341.c). It looks like the mainline one has more recent updates. (I compiled that into my most recent build)14:34
lotuspsychjeoerheks: i only have chromium here14:34
tomreynoerheks: apparently this is part of the web page (does the html source code provide context?). it might be a privacy warning, with the rest of the warning hiodden by some kind of cookie law prompt (nuisance) type ad blocker.14:35
oerheksi do not find it in the source of the page14:37
lotuspsychjeoerheks: this only happens on that 'last visited' tabs?14:40
oerheksno, always, just cleaned history and such14:43
lotuspsychjeoerheks: could it be related to settings/show 'homepage' button?14:43
oerheksno14:43
lotuspsychjeoerheks: the button looks like a settings button right?14:45
lotuspsychjechecked on chromium its lookalike14:45
=== nat__ is now known as Natkeeran
oerheksi wait untill someone else with chrome can answer, https://imgur.com/a/5w5Lt0414:47
leftyfboerheks: I have the same version chrome installed and don't have that. Extension?14:49
JimBuntuoerheks, I am using the same version, I don't have that toggle14:50
oerheksmaybe an extention, i am removing chrome now, and clean .config and .cache14:50
leftyfbyou know that won't work right?14:50
=== sancruiser1 is now known as MrGobler
leftyfboerheks: your extensions are loaded with your google profile. As soon as you login to google, all your extensions will be pulled down again14:51
leftyfboerheks: google-chrome --disable-extensions --disable-plugins14:51
oerheksand it is gone ...14:51
* oerheks worries14:51
lotuspsychjebrowser injection :p14:51
oerheksi reported to google, so lets wait and see, if more find this switch14:52
oerhekslotuspsychje, yes, i think so too14:52
fubHi. Using ubuntu18.04 with i3 here. Is it possible that when I use ssh the first time when booted, I get a password prompt to add my key to the ssh agent?14:52
fubbecause currently Im doing an ssh-add every time after I logged in14:52
oerheksfub, your client might ask that, yes14:53
blackflowfub: yes, are you using xinitrc or something? the trick is to start i3 through ssh-agent14:53
fubblackflow: my i3 is started over gdm (thats where I log in)14:54
blackflowfub: although, that's a half-yes to your question. meaning, you start through ssh-agent, and you need to ssh-add your key once14:54
fubblackflow: Im currently doing ssh-add once before I use ssh14:55
blackflowfub: so ssh-agent is actually already running?14:55
fubbut would be nice if "ssh foo@bar" is aware to do this one time14:55
fubblackflow: yes ssh-agent is runing14:56
fublooks like gdm-session-worker started i3 and this started ssh-agent14:57
oerheksand .. the knob is back14:58
lotuspsychjeoO14:58
tsglovelol14:58
ikoniaproblem ?14:58
lotuspsychjeoerheks: cant you inspect it somehow14:58
lotuspsychjeikonia: oerheks got a weird knob at left corner in chrome14:59
ikoniaineresting14:59
oerheksikonia, top left corner https://imgur.com/a/5w5Lt0414:59
lotuspsychjecant find anything related in google pics15:00
oerheksreinstalled with clearing .cache and .config, ghostery plugin and ublock15:00
JimBuntuoerheks, Does it also appear when using incognito?15:00
lotuspsychjeJimBuntu: nice idea15:00
JimBuntuoerheks, Did this process also remove your frequently visited items (the thumbs of web pages) ?15:01
oerheksand persist with all extentions removed15:01
oerheksJimBuntu, incognito, there is no switch15:02
JimBuntuoerheks, another option is to go to settings -> People and add another user, don't sign-in though, then check with that new user which doesn't have access to your account/history/etc15:02
oerheksthere is no way to select that knob so i can spot it in the source :-(15:03
oerheksother account does it too.. odd15:03
oerheksi am going to reboot15:05
lotuspsychjeoerheks: only i could find on homescreen was: https://developers.google.com/web/updates/2018/06/a2hs-updates15:09
MrGobler/msg NickServ VERIFY REGISTER MrGobler qgjjlrvvbuou15:10
JimBuntuMrGobler, change your pass15:10
lotuspsychjeoerheks: i still think its related to a new feature of some kind..15:10
oerheks 2nd machine, 18/04, no problems..15:10
lotuspsychjeoerheks: a malicious item, would never show a gui object right?15:11
JimBuntuoerheks, can you screencap it while using the other user please15:11
oerheksi am nt sure, it is not a glitch.15:11
JimBuntuoerheks, well, perhaps the toggle wasn't intended to be shown... but oops.15:11
lotuspsychjeoerheks: can you fight with about:config ?15:12
lotuspsychjeperhaps something homepage related?15:12
oerhekswhen i log out: still there https://imgur.com/a/QMnXjGv15:13
oerheksis this a hint from google, to upgrade to 18.04?15:13
JimBuntuI have a lurking suspicion it is caused by one of those 8 websites being auto-scraped to show you the preview15:14
lotuspsychjeoerheks: https://developers.google.com/web/updates/2018/05/nic6715:16
lotuspsychjecould it be related to those new webapps system perhaps, add to homepage?15:16
rgvonHello,I am unable to download Project Hamster;tried to add repositories from here https://launchpad.net/~dylanmccall/+archive/ubuntu/hamster-time-tracker-git-daily but unable to add, bash: https://paste.ubuntu.com/p/Zw6Zwh8wtn/ (Kubuntu 18.04)15:17
=== harry__ is now known as harry235666
rgvonI have also tried to install from here https://github.com/projecthamster/hamster ,downloaded stable releases and extracted them and also dependencies but not sure what to do next.15:18
ikoniargvon: it means there isn't a package for bionic15:18
rgvonikonia, so that means I won't be able to use it on Kubuntu 18.04?15:19
JimBunturgvon, ikonia Confirmed, only 12.04 -> 14.1015:19
ikoniacorrect15:19
oerhekslotuspsychje, photo of both https://imgur.com/a/X4ORlBm15:20
rgvonikonia, JimBuntu, can you suggest some time tracking app? I have tried Time Log.15:21
ikonianot I15:21
lotuspsychjeoerheks: weird15:21
JimBunturgvon, Toggl15:22
rgvonJimBuntu, thanks,do you know any free and open source alternatives?15:23
lotuspsychjergvon: you can search apt with: apt-cache search time15:23
JimBunturgvon, https://alternativeto.net/software/toggl/?license=opensource    <-- that's about the best I can add15:24
takemehello there is a tutorial of linux?15:24
lotuspsychje!manual | takeme yes15:25
ubottutakeme yes: The Ubuntu Manual will help you become familiar with everyday tasks such as surfing the web, listening to music and scanning documents. With an emphasis on easy to follow instructions, it is suitable for all levels of experience. http://ubuntu-manual.org/15:25
rgvonlotuspsychje, thanks,a lot came up15:25
rgvonJimBuntu, thank you15:26
JimBunturgvon, yw15:26
jimtakeme, go to youtube.com, search for nixie pixel beginning linux15:26
jimactually let me try that15:26
takemehttps://www.youtube.com/watch?v=yX3VOiMBtaA15:27
takemegirl want to show me Breast milk15:28
ikoniatakeme: not here15:28
ikoniathis is an ubuntu technical support channel15:28
takemejim: ?15:29
gehnmy changes to /etc/default/grub don't appear to have any effect15:30
gehnI ran sudo update-grub after saving the file15:30
gehnbut on reboot, everything is the same as it was, for example I changed the timeout setting but the timeout is still the old value15:30
gehnthe grub screen says I'm on grub 2.0215:30
gehnI do have a UEFI system and I confirmed that I did boot/install in UEFI mode15:31
gehnany ideas what is wrong or what I'm missing here?15:31
lotuspsychjeEriC^^: we need you ^15:33
EriC^^gehn: try adding "GRUB_RECORDFAIL_TIMEOUT=$GRUB_TIMEOUT" at the bottom below GRUB_TIMEOUT and update-grub15:35
gehnwell the timeout is not really what I wanted to change15:36
gehnI want to save the previous boot selection15:36
gehnthe timeout part is just an example of how I can generally confirm that the setting change is not taking effect15:36
EriC^^gehn: can you pastebin /etc/default/grub and /boot/grub/grub.cfg ?15:37
AyudaKodiAndroidAlguien que sepa como agregar tipos de fuentes (letras) para que las use Kodi?15:38
rgvonikonia,Jimbuntu Is it possible to download Project Hamster from here? https://github.com/projecthamster/hamster I downloaded and extracted the stable versions and dependencies,not sure what to do next.There are instructions for building but they return "no such file or directory"15:38
lotuspsychje!es | AyudaKodiAndroid15:39
ubottuAyudaKodiAndroid: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro.15:39
ImageJPEGSo I'm trying to setup a startup script that doesn't need to be a fancy systemd script. It just needs to start when the server starts up. I've created the rc.local file and scripts. Everything seems to be fine execpt the actual script to launch my app. I'll post the script in just a second15:39
AyudaKodiAndroidGracias15:39
gehngrub.cfg https://pastebin.com/wd0W8aaH15:40
gehndefault grub https://pastebin.com/Jh5Vtnqv15:40
gehnEriC^^,15:40
ImageJPEGThis is the script:15:40
ImageJPEGhttps://ghostbin.com/paste/tn37j15:40
ImageJPEGIf I execute the script directly (not from rc.local) I receive this error: /usr/bin/env: 'node': No such file or directory15:41
EriC^^gehn: try making a simpler edit than the timeout cause that fails to change many times, or in grub shell troubleshoot stuff by doing "echo $prefix" and see which actual file is being loaded15:41
gehnwhat edit could be simpler than changing timeout?15:41
gehnalso what is grub shell and how do I access it?15:41
gehnI assume that's something I get to when I see the grub screen upon boot?15:42
EriC^^gehn: yeah, press "c" in grub and you'll get the shell15:42
gehnalso btw I did change more than timeout15:42
gehnI changed GRUB_DEFAULT and GRUB_SAVE_DEFAULT15:42
gehnand is it $prefix or $PREFIX ?15:42
EriC^^lowercase15:42
gehnok15:42
gehnbrb15:42
XenophonFhow do I interrupt a UEFI boot on bionic?15:45
JimBunturgvon, This isn't exactly an Ubuntu support question ( I don't think ), but it looks like they have a 2.0-rc1 release as a .deb that you could 'dpkg -i filename' to install15:46
XenophonFI need to add a kernel command line argument, but I can't seem to interrupt grub.15:46
nishikanttoday i just reinstall ubuntu 18.04 but not able to open system setting from top right corner and couldnt find it in app menu15:46
XenophonFI can get to the UEFI boot manager, but I'm not sure where to go from there.15:46
EriC^^XenophonF: does holding shift or esc bring grub? is fastboot disabled?15:47
rgvonJimBuntu,sorry for asking off-topic,thanks,I will try it.15:48
XenophonFLet me check the fastboot setting.  I'll try holding Shift or ESC too.15:48
gehnEriC^^, ok so the timeout does take effect, but saving the previous boot selection does not15:51
gehnalso $prefix is /boot/grub15:51
=== ben_r_ is now known as ben_r
gehnEriC^^, I'm approximately 99% positive that my changes are correct, at least that's what I have in my notes and it's what I've been using for several years now when I reinstall fresh and previous boot selection save has been working fine until now16:00
* linux_user2 just installed Ubuntu 18.04 and it has all these snap filesystems, what are they and how do I get rid of them?16:00
XenophonFEriC^^: holding Shift didn't work - trying ESC next16:00
gehnthough I built a new system a few days ago16:00
gehnso maybe grub doesn't like UEFI or M.2 NVMe for some reason?16:01
XenophonFThat got me to a `grub> ` prompt16:01
XenophonFonly "ubuntu" is listed in the EFI boot manager16:04
XenophonFI dunno - will try booting from USB. I just need to reset the admin password.16:05
XenophonFwas hoping to boot with init=/bin/sh16:05
qwebirc2895hello16:10
qwebirc2895I'm using Xenial (16.04) and I'm confused about installing software via a GUI. I know I can use apt install to install the official packages from the terminal, but shouldn't those same packages also show up when I search using the Ubuntu Software GUI program? I mean doesn't the name kind of imply that, it is the program for finding and installing software for Ubuntu?16:11
gehnI even tried sudo grub-set-default && sudo update-grub16:13
gehnbut still the previous selection won't save16:13
nacclinux_user2: snaps are another packaging format, some are installed by default. You can uninstall them, but they do no harm in and oft themselves16:14
JimBuntuqwebirc2895, I would expect you to be able to find the same items... depending on how you have software center set up... as in, what repos it can pull from16:14
nacclinux_user2: also, please don't use /me in the channel for questions, it's hard to follow.16:14
naccqwebirc2895: JimBuntu there have been bugs in this space, but it should mostly work, yes.16:15
JimBuntuqwebirc2895, You may want to start Software Center, then click on Edit -> Software Sources from the file medu, so you can make sure the repos you want are selected.16:16
qwebirc2895Actually I don't seem to have a Software Center, or an Ubuntu Software Center. I only have a program called Ubuntu Software. Is that the same thing?16:17
JimBuntuYeah, sorry, forgot the name changes16:17
qwebirc2895The behavior of it seems to be it only works with snaps, which is not what I was expecting16:17
linux_user2nacc: yes, I just don't want a zillion loop filesystems mounted though want all the packages my system has. any work around to accomplish those requirements?16:18
linux_user2brb - grabbing my laundry16:18
naccqwebirc2895: when it's running and you do `ps aux | grep software` does gnome-software show up?16:18
nacclinux_user2: why do you care if you have loop filesystems mounted?16:18
nacclinux_user2: snaps require loopback mounting, so if you wnat snaps, then no.16:18
qwebirc2895nacc: yes, it shows up as /usr/bin/gnome-software --gapplication-service16:20
hispeed_mHi, my ubuntu server 18.04 is suddenly freezing: the last log line in syslog ist mostly showing this: ^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^$16:22
naccqwebirc2895: ok, then that's the correct program16:22
qwebirc2895For example, if I search for HexChat, it shows up, but it has an option to install it. But I already installed it via apt. But this program does not indicate that or give me an option to uninstall it16:22
compdochispeed_m, that log is probably normal16:23
gogetaqwebirc2895: you would uninstall it via apt16:23
marcelzjf16:23
naccqwebirc2895: on 18.04, they may have fixed the bug you are referring to; it shows two hexchats now16:23
hispeed_mcompdoc can I get more out from the logs? why it happens?16:23
naccqwebirc2895: i'm not 100% if that is still a problem on 16.0416:23
compdochispeed_m, some logs cant be read, but try others/16:24
hispeed_mit was running fine for about 1-2 weeks. then i installed:  apt install kopano-migration-pst and the problem started.16:24
hispeed_msudo apt-get remove kopano-migration-pst <- I have done that and rebooted but it doesn't help.16:25
nacchispeed_m: you might need to purge it?16:25
nacc!info kopano-migration-pst bionic16:25
ubottuPackage kopano-migration-pst does not exist in bionic16:25
nacchispeed_m: also not an ubuntu package, so who knows what else you've done :)16:26
qwebirc2895Hm. It is looking like this conforms my suspiciousn then, at least for this version of Ubuntu, I should use Ubuntu Software for snaps and terminal apt for apt stuff...16:26
qwebirc2895But I still want to find out if there are any exceptions where I can use the GUI instead of the terminal16:26
qwebirc2895So I already confirmed I can't use it to uninstall apt stuff, but I wonder about for searching.16:26
hispeed_mits from the groupware Kopano and they released it for 18.04 i don't think its from this package.16:26
naccqwebirc2895: i mean you can install/remove snaps from the terminal too16:27
gogetaqwebirc2895: synaptic16:27
naccqwebirc2895: and search for ana pplication that does not have a snap and see if it shows up?16:27
gogetaqwebirc2895: a gui for apt stuff16:27
qwebirc2895Here is an example where I am having problems. In the terminal if I run 'terminator', it says The program 'terminator' is currently not installed. You can install it by typing: sudo apt install terminator16:27
nacchispeed_m: my point being you installed something not ubuntu, and your system stopped working as you wanted. So remove that. And remove the things that installed (you'd need to use autoremove). I'd recommend purge-ing.16:28
qwebirc2895But if I search Ubuntu Software, it does not show up16:28
linux_user2nacc: I do NOT want snaps, what I want is all the packages I have now for them to be installed absent the need for these snaps filesystems. Is that possible or do I need to consider a different distribution now?16:29
nacclinux_user2: ok, then remove the snaps.16:29
nacclinux_user2: you will lose some applications.16:29
nacclinux_user2: you say 'packages' like you know what you're talking about, but snaps are just packages in a different format.16:29
hispeed_mnacc i have done now autoremove for the dependencies but now i have to wait a couple hours or minutes... maybe it's already fine thanks. -> Can I purge after if it's not fine?16:29
nacchispeed_m: you can purge after, yes.16:29
nacclinux_user2: you still haven't said *why* you don't want snaps, so there's that as well16:30
naccqwebirc2895: i see the same behavior on 18.0416:30
xjkxI always used LTS, I'd like to test the other one (so, not .04, but .10), but seems 17.10 expires this month. Is it senseless to install 17.10 then? Is the new 18.10 already available, even if not 100% stable yet? I'm gathering information to decide better16:30
hispeed_mok thanks nacc :=) i wait now and look what happens, I hope nothing happens :D.16:30
donofriothis doesn't sound good "(process:1510): GLib-GIO-CRITICAL **: 11:51:30.682: g_credentials_get_unix_pid: assertion 'G_IS_CREDENTIALS (credentials)' failed" when I try to run browsh16:30
lotuspsychjexjkx: artful expires today16:30
xjkxlol16:30
naccxjkx: it is senseless, yes.16:30
xjkxSo tomorrow we get 18.10?16:31
linux_user2nacc: who cares why? I do not want to be convinced why I am wrong, I simply don't want a zillion loop filesystems, I have my reasons, but that is why. If I am forced to have snaps to retain the package mix I have currently installed and it can't be done with repos like in the past then I need to investigate other distributions now, sucks, as I liked Ubuntu.16:31
qwebirc2895gogeta: I guess i will try that synaptic then as an alternative GUI16:31
naccxjkx: you can install 18.10, but i really wouldn't recommend it pre-alpha (or beta), unless you know what you are doing.16:31
nacclinux_user2: because you are acting irrationally16:31
lotuspsychjexjkx: no, you can upgrade to 18.0416:31
nacclinux_user2: if you don't have a reason, it's hard to know if you actually need to care16:31
linux_user2nacc: I am not asking for you to analyze my psychology, I am asking you if I can have the packages I want without snap filesystems, period, yes or no?16:31
nacclinux_user2: and 'zillion' is an incredible over-exaggeration.16:32
nacclinux_user2: it depends on the *application* i think.16:32
nacclinux_user2: again, use the correct terminology and we can try and help.16:32
gogetaqwebirc2895: if its in your repos then synaptic can install it16:32
gogetaqwebirc2895: or remove whatever16:32
xjkxnacc: yea i know what I'm doing, I have another one stable, it would be more for testing, so how do I get this alpha16:32
naccxjkx: 18.10 will be out in october, per the nameing16:32
naccxjkx: just like anything else? also #ubuntu+1 for info16:33
nacclinux_user2: i will say, if you relaly don't like snaps, then yes, ubuntu is probably not for you long-term (at least under the current roadmap)16:33
gogetaqwebirc2895: its handy for things not in the app store16:33
nacclinux_user2: which is why it would be nice if you had any actual reason for not wanting snaps, etc.16:34
qwebirc2895So if I find something to install via apt and I don't need to add a ppa to install it, I pretty much trust it, but do I have to be more careful with snaps installed through Ubuntu Software?16:35
gogetaqwebirc2895: synaptic reads any repo you have enabled16:36
gogetaqwebirc2895: any ppas etc16:36
naccqwebirc2895: snaps are an interesting case16:36
naccqwebirc2895: they are audited a bit by the store/security team16:36
naccqwebirc2895: but generally, they are under the control of the author, not canoical16:36
gogetaqwebirc2895: i dont think it supports snaps16:37
naccqwebirc2895: so you need to do some due diligence, imo16:37
naccgogeta: i believe y9ou are correct, re: synaptic16:37
=== Vinylourson is now known as Guest50548
qwebirc2895Will I also find stuff from canonical as a snap?16:40
xjkxWhen 17.10 expires support (today), will apt-get stop working ?16:40
gogetaxjkx: normaly they keep working for a wile longer but you litterly get no updates16:43
linux_user2nacc: how dense are you? I do not want all these loopback file systems mounted. that is why, period. at any rate, I understand, you are like many people in on line chats wishing to change the direction of what I am trying to find out to what suits you not me and to what you know rather than what I am looking to resolve. got it, no problem, thanks for your help I'll search for other assistance.16:44
gogetaxjkx: may i  ask why you have no updated16:44
xjkxgogeta: oh i'm just curious learning stuff16:45
nacclinux_user2: please don't be rude. "not want"ing loopback file systems mounted is irrational to me. They don't use disk. They use memory. Are you annoyed by the fact they show up in df or other output?16:45
nacclinux_user2: I have answered your question several times, but with just a little bit more info from you, we could easily tell you if you will want to stick with Ubuntu or not.16:45
gogetanacc: does snap use more memery or something16:46
MrCrowHello!16:47
mohnish_What does the term library in Linux mean?16:48
leftyfbmohnish_: depends on the context16:48
mohnish_What?16:48
linux_user2nacc: thank you for your assistance, I will take all your comments under advisement. If using Ubuntu means I have to have lots of loopback filesystems (already close to 15) just to have my regular packages installed (and there are more I need from the base install) it is unacceptable to me. The main reason I prefer Ubuntu is that most of the packages I wish are there and not with CentOS. I will have to look at experimenting with Ce16:48
linux_user2ntOS and getting it to have the mix of packages I need, since its more standard and they do not try to twist and contort the OS every year. First we had to deal with Unity, now they messing with this. insane, always they want to go off on some non-standard direction, I have had enough  with Ubuntu, I need to find a path to a normal Linux that is more standard and not always trying to find ways to twist stuff from how it used to be.16:48
linux_user2 I am done with Ubuntu.16:48
leftyfblinux_user2: goodbye16:49
linux_user2goodbye and thank you to all16:49
MrCrowSo, I have had a ton of issues with setting up this laptop, and I don't quite know why. I've tried CentOS, Debian, Rhel, Tails - no linux distro will either complete installation or boot after completing installation. Eventually I gave up, installed Ubuntu Server, and finally that installed. But now I'm having another issue16:49
MrCrowwhenever I try to do "Lshw" in any capacity, it instantly softlocks16:49
gogetalinux_user2: the point in snap is to work with any distro16:49
leftyfbgogeta: they don't care16:50
gogetalinux_user2: its not a ubuntu only thing there just the first to use it16:50
qi_ok16:50
qi_hello?16:50
leftyfbqi_: what can we help you with?16:50
qi_hello???16:51
MrCrowand frankly, I don't know what to do and google really is not helping me here16:52
naccgogeta: to be clear, the application itself won't necessarily consume more memory, but how it's stored is differnet. A .deb is extracted/installed on the filesystem, a snap is saved as a squashfs on the filesystem and loopoback-mounted (which will use memory, iirc)16:52
leftyfbMrCrow: got a touchscreen?16:53
TJ-MrCrow: sounds like the PC's ACPI firmware not working well with Linux to me16:53
JimBuntuMrCrow, What make and model of laptop? AND Have you tried any of the live usb/dvd/etc ?16:53
TJ-MrCrow: this may help you: http://iam.tj/prototype/enhancements/Windows-acpi_osi.html16:53
nacclinux_user2: that is totally your choice. You still haven't said *why* loopback filesystems are unacceptable to you, which makes me think that you are spreading FUD.16:53
gogetanacc: wouldent that be a problem if you had lots installed or is it only when there active16:53
naccgogeta: i'm not 100% sure on that, tbh; probably a question for #snappy16:54
naccgogeta: they also aren't mlocked, afaik, so they can be swapped, etc.16:54
naccgogeta: there is a maximum number of loopback devices as well, etc.16:54
miryahello guys anyone has any idea on ipxe ?16:54
gogetanacc: so they probly are on the fly16:54
MrCrowIt works fine on live usb, but for my purposes I need it to be on the hard drive. the laptop is a dell inspiron 7559 but I took out the SSD and HDD and put in a 320 gb hitatchi16:54
naccgogeta: yeah, that'd be my guess, but i'm not an expert on that detail :)16:55
gogetanacc: yea not seeing the problem then16:55
MrCrowbut I was having this issue with other hdds as well, its not the specific hdd I'm using thats causing the problem16:55
MrCrowits just on the laptop16:55
leftyfbMrCrow: got a touchscreen?16:55
MrCrowno16:55
leftyfbMrCrow: nvidia chipset?16:56
JimBuntuMrCrow, someone actually write a guide for installing Ubuntu on that model - https://connorkuehl.github.io/dell-inspiron-7559-linux-guide/16:56
MrCrowJimBuntu: Thank you! I'll see if that helps and come back16:57
JimBuntuleftyfb, yes, it has VNVidia16:58
leftyfbMrCrow: I would focus on getting proper nvidia drivers going16:58
gogetalinux_user2: you just seem angry at change.16:59
leftyfbgogeta: please let it go16:59
gogetalinux_user2: what about kubuntu i dont think they use any snaps17:00
leftyfbgogeta: please let it go. And yes they do17:00
gogetaleftyfb: ah17:00
gogetaleftyfb: i been snug as a bug with plasma 5 kde rocks so hard now17:01
=== sylvain is now known as Guest7400
Guest7400Hi I try to install Ubuntu on a nex PC but the installation is blocked on the logo17:11
Guest7400new17:12
Guest7400how can I pass in console mode to debug ?17:13
wrminimum space disk for a ubuntu 16.04 server with isc dhcp, php, apache2 installed?17:20
oerhekswr let us know when you found out, i have no idea .. 10gb .. 15?17:23
ioriawr, https://help.ubuntu.com/16.04/serverguide/preparing-to-install.html#system-requirements17:24
naccwr: hard to say, as presuming you are going to host more than just the applications (e.g., content), then content size is going to probably matter17:27
naccwr: are you asking for a VM sizing, or something?17:27
hispeed_mnacc it freezed again so i need to purge, how can i do correctly?17:28
nacchispeed_m: `sudo apt-get purge <pkgname>`17:35
wrnacc, yesm vm exactly that17:35
nacchispeed_m: and then i guess you need to do that for the ones you autoremoved as well17:35
naccwr: usually disk isn't really the constraint for a VM ... what are you planning on hosting?17:36
naccwr: you may also prefer to ask in #ubuntu-server17:36
wrnacc, is for isc dhcp, php, apache217:36
naccwr: yes,  you said that already. Those are just services. Alone, they don't do anything.17:36
wrah, forgot the #ubuntu-server17:36
EriC^^!ping17:39
ubottupong!17:39
=== Guest7400 is now known as Sylvain253
wrioria, nacc, oerheks gonna "move" topic for #ubuntu-server17:39
xoxocan't find a helpful tutorial on how to install ubuntu on an asus x205t anyone able to point one out to me?17:40
wrxoxo, yes, 1m17:41
xoxowr: thx17:41
wrxoxo, https://youtu.be/Y5acA2zRzNY search on channel there are plenty17:41
oerhekshow helpfull ..17:42
tomreynxoxo: does anything not work then?17:42
xoxo?17:42
xoxothis is ubuntu 1517:42
xoxo18 is out now! @wr17:43
oerheksxoxo is this a 32bit UEFI machine ??17:43
bipulWhen i reboot/restart the system and then open a browser. I found my system established connection with the following Unknown IP and networks https://paste.ubuntu.com/p/F3dX4SFP53/17:43
bipulis this normal?17:43
wrxoxo, https://youtu.be/8xpt-KGzsfs got to go now bit in a hurry, but i'll be back17:43
oerheksxoxo, if so, i would not touch it.17:43
oerhekswr stop spreading youtube links, not helpfull17:44
=== wojciech is now known as Guest57992
tomreynbipul: it can be, depends.17:44
bipulWhat can be? Please be specific.17:44
xoxooerheks: https://www.asus.com/us/Laptops/ASUS_EeeBook_X205TA/specifications/17:45
tomreynbipul: 2 of these are AWS.amazon.com VMs, this can be pretty much anything, legitimate or not. the same goes for the akamai and egdecast hosts.17:45
oerheksxoxo i read in the forum that machine has 64 bit cpu but a 32 bit uefi, cheap17:46
oerheksjust checking17:46
tomreynbipul: so the first two are CDNs. connections via plain HTTP, so you can inspect the traffic easily. the latter two to AWS are encrypted, but you can still inspect the traffic using the firefox developer console, if it is created by firefox.17:47
oerhekshttps://github.com/lopaka/instructions/blob/master/ubuntu-16.04-install-asus-x205ta.md17:47
Nora9ubuntu uses grub2?17:48
oerheksNora9, yes17:49
bipultomreyn, It's not about only these but many Uknow IP's like 117.18.237.29:http (ESTABLISHED) and many randoms 192.0.73.2:https (ESTABLISHED)17:50
s0lucienhi there ! How can I find out the shell name that my current session is using ?17:54
tomreynbipul: i'd say this is kind of off-topic here, and i need to leave a for a while. you can run 'whois' on them to find out where they're hosted, and use tcpdump to capture the traffic sent to them. there is a ##privacy channel where you could maybe get more help.17:54
s0lucieni want something that prints out ubuntu@ip-171-21-44-122:~$17:54
oerhekss0lucien, echo $017:54
s0lucienor at least the second part17:54
* tomreyn bbl17:55
s0lucienit says -bash17:55
oerhekstomreyn, he is crossposting , so he got help :-D17:55
s0lucieni want the host name part17:55
oerhekss0lucien, set it in the terminal profile17:55
s0lucienthe thing is the `hostname` command gives me a strange machine name . I want the shell name17:56
s0lucienisn't there some variable that i can print ?17:56
s0lucienit is set by the administrators of the university computers17:56
leftyfbs0lucien: you haven't tried $SHELL ?17:59
qwebirc55018Hey guys, after the recent update, did anyone find themselves to launch any programs, like the System Monitor or Calculator? 18.04 running here.18:00
qwebirc55018unable to launch*18:00
qwebirc55018Chrome and Terminal still seems to work though.18:00
qwebirc55018So there's that.18:00
leftyfbqwebirc55018: that's not the question you're looking to get an answer for. Your question is a survey. You should try asking for help with something.18:00
qwebirc55018How can I get System monitor to start?18:01
qwebirc55018And second of all, what happened that lead to me being unable to launch my programs?18:01
oerheksyou said after updates, open terminal and run updates again? if that does not give something, sudo apt install -f # and see if that fixes something18:03
qwebirc55018Nothing to fix.18:04
qwebirc55018The automatic updater came up, I installed whatever it wanted, and then Ubuntu started acting weird. It wasn't launching the default Minecraft App. Then I tried System Monitor and that didn't work either.18:05
qwebirc55018I restarted, but still nothing.18:05
=== pavlos_ is now known as pavlos
URK18:10
qwebirc55018An update to that, I'm able now to start Minecraft, both from the terminal and the launcher.18:10
qwebirc55018Previously, it said it wasn't able to connect to the X11 server.18:10
URQ PEZ18:10
neilknewI had a boyfriend named, "Ubuntu" once.18:11
qwebirc55018But System Monitor is still not launching, and if I run gnome-system-monitor, it says that I need to connect the snap to the gnome platform.18:11
neilknewHe would "play the bongos" on my ass.18:11
oerheksneilknew, please keep this channel family friendly, thanks18:14
oerheksqwebirc55018, no idea, file a bugreport18:14
usrshv1can i invoke the "copy " GUI action of Thunar from terminal? something like thunar cp * *18:16
naccusrshv1: not sure i follow? why would you need the GUI if you are on the terminal18:18
usrshv1nacc: i trying make custom action for Thunar (file manager). but want to invoke the standard copy dialog, with progress bar ) . cause cp %f somewhere do it in background.18:20
naccusrshv1: that might be a better question for the upstream thunar or xfce communitieis18:21
naccusrshv1: someone here might know, admittedly, but it's really specific to that bit of software, rather than ubuntu-owned, i'd expect18:21
usrshv1nacc:  i will see! Thanks.18:21
naccusrshv1: yw18:24
genataHello18:29
usrshv1genata:  Hello18:29
genataCan I pls ask for help18:29
Southern_Gentlemask your ?, dont ask to ask18:30
genata:)18:30
genataok thanks18:31
genataI buy laptop second hand18:31
genataHP Elitebook 8560W18:31
genataand I can't set boot menu (grub)18:32
uboaI am having troubles with Duplicity (the GUI backup tool) when encrypting my backup. It was working fine for a while (apparently?) until three days ago it started saying that it cannot make an encrypted backup because of an obsolete GPG command?18:32
genatato start ubuntu I have to choose boot options and select efi launch18:33
genatahow to fix this18:33
uboaOh actually I mean deja-dup the GUI client18:37
usrshv1genata:  do you mean that everithing works, exept automatic boot?18:38
genatayes18:39
genataif I start laptop normaly it load only windows 1018:39
usrshv1uboa: try update18:39
lotuspsychje!uefi | genata18:40
ubottugenata: UEFI 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/UEFI18:40
uboausrshv1, thank you for your advice. I will try this and get back to you.18:40
genataubottu:thanks18:41
ubottuYou're welcome! But keep in mind I'm just a bot ;-)18:41
usrshv1genata:  did you know that your nick mean "wedded female" "жената" in russian? please, take no blame )18:42
uboausrshv1, okay i ran `sudo apt update` then `sudo apt upgrade` and now i'm trying to run deja-dup backups again with `DEJA_DUP_DEBUG=1 deja-dup --backup | tail -n 1000 > /tmp/deja-dup.log`18:44
uboausrshv1, weird i think it's... working now possibly?18:46
usrshv1uboa: Ctrl + F "error" in log view ?18:46
uboausrshv1, so far nothing has entered /tmp/deja-dup.log  weirdly enough... oh now it's asking for password again...18:47
uboafingers crossed i guess18:47
lotuspsychjegenata: you can also idle till EriC^^ comes back, he's our uefi specialist18:47
uboait keeps asking for my password usrshv1 and there's nothing in the log...18:48
usrshv1uboa: why it is asking your password?18:49
uboausrshv1 it's asking my encryption password because i'm encrypting my backups18:49
genatathanks guys18:49
usrshv1uboa: so enter that password?18:49
uboausrshv1, i did but it keeps just asking the password. that very password used to work and it's not saying the password is wrong or anything18:50
uboai know the password is correct18:50
usrshv1uboa:  if you run from GUI?18:50
uboai will try running from gui instead of using `DEJA_DUP_DEBUG=1 deja-dup --backup | tail -n 1000 > /tmp/deja-dup.log`18:51
usrshv1uboa:  do you have rw rights on /tmp/deja-dup.log? maybe that asks you password, not GPG encription password18:53
uboano it's the gpg encryption password it's asking for18:53
uboaalso now i'm just running in GUI mode without the log18:53
uboalike u mentioned18:53
usrshv1and ?18:53
uboait's still going18:53
uboawe'll see18:54
uboait just gets stuck in a loop where it keeps asking my duplicity encryption password18:54
xoxohi18:55
usrshv1uboa:  ok. maybe you copy-paste the password in question window? or temporary move your configs for duplicity from /home/"usrname". I haved glitches in other programm that were cured by "resert of configs18:57
usrshv1"reset"18:57
uboausrshv: this has persisted PAST a fresh install i made because of this problem18:57
uboai will try it nonetheless18:57
usrshv1uboa: I am so sorry. anyway, i never used encriotion on my disks...18:59
uboau tried tanks18:59
usrshv1uboa:  If you choose to have Déjà Dup remember your password, it will be stored in the default GNOME keyring. https://wiki.gnome.org/Apps/DejaDup/HowItWorks ?19:02
energizerOn ubuntu 17.10, Chrome 67.0 freezes like half the time i view a message in the new gmail.19:02
usrshv1uboa: also https://wiki.gnome.org/Apps/DejaDup/Help/Restore/WorstCase#Restoring_by_Hand ?19:03
oerheksenergizer, 17.10 reached EOL today, upgrade please19:03
usrshv1energizer: or install from their site, not from repos19:04
tomreynuboa: i don't know a lot about dejadup, but a bit about gpg, could try to help with finding out why it wont accept your passphrase.19:04
energizerusrshv1: i installed from https://www.google.com/chrome/19:04
oerheksusrshv1,  lolz, chrome comes from their site/repo19:04
uboatomreyn ok uwu i'm just trying to get deja-dup to output/be verbose19:05
uboaso i can see wat the actual error is19:05
uboaunfortunatley im out of time and gotta move on to other things rn but i'll come back here later19:06
uboa-_-; something as basic as backups failing after a fresh ubuntu install19:06
uboapretty bogus19:06
usrshv1[cheatmode on: drunkardbearmodeon] energizer: oerheks: Do Your know who I am!? An FatFox proud user, Sires!!!19:06
usrshv1uboa:  No backups - no troubles )19:07
neilknewanus19:07
neilknewjanus19:07
neilknewpainus19:07
neilknewqanus19:07
lotuspsychje!ops | neilknew19:07
ubottuneilknew: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, bazhang, chu, dax19:07
neilknewlanus19:07
neilknewbrainus19:07
oerheks!ops | mister neilknew is trolling again19:07
ubottumister neilknew is trolling again: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, bazhang, chu, dax19:07
neilknew!ops | anus19:07
ubottuanus: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, bazhang, chu, dax19:07
neilknew!ops | anus19:07
gogetathe ops can hear you the first time19:07
malwar3hun73ri'm trying to change the default port for sshd. i'm modifying the Port param in /etc/ssh/sshd_config but after changing the port SSH doesn't work - any ideas?19:07
neilknewSPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM19:07
gogetagive em a second lol19:07
neilknewSPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM19:07
neilknewSPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM SPAM19:07
FabioNETlol19:08
gogetasee19:08
FabioNETtroolling in action19:08
Sven_vBmy syslog is flooded with "ath10k_pci 0000:02:00.0: no channel configured; ignoring frame(s)!" and my search engine finds lots of threads where people have their wifi not working. my wifi is working, but how do I reduce the syslog spam?19:09
dunnousernamefnDo you have multiple wifi cards or something?19:09
dunnousernamefnThat seems really weird, especially the error message19:10
Sven_vBI don't think so. I have one wifi, one ethernet, and some virtual network devices from docker19:10
usrshv1malwar3hun73r:  why do you edited "This file provides defaults"... how you will now reset bad changes?19:10
tomreynSven_vB: is this the only message repeating, or is there another one?19:10
malwar3hun73ri can see that ssh is now listening on the new port and i can establish a connection, but a shell is never spawned19:11
malwar3hun73ri see connection "ESTABLISHED" but never get a shell19:11
tomreynmalwar3hun73r: how did you restart it?19:11
malwar3hun73rusrshv1, it's a digital ocean box, i can get a terminal through the web19:11
=== ubuntu is now known as Guest19225
malwar3hun73rso that's how i'm still getting cli access19:12
malwar3hun73rservice sshd restart19:12
malwar3hun73rtomreyn, and rebooted and systemctl19:12
malwar3hun73rnetstat shows sshd listening on the new port specified19:12
tomreynusually, all of these options would have worked fine.19:12
Guest19225ubuntu is awesome19:13
Sven_vBtomreyn, it's the 2nd most popular (171 hits), only topped by "[UFW BLOCK] IN=enp#s# OUT= MAC=…" (800 hits) but I found where to disable that one. #3 (28 hits) is cron for /usr/lib/php/sessionclean19:13
tomreynmalwar3hun73r: you must have reconfigured something else then, or the file system ran full, or it went read-only.19:13
gogetaSven_vB: thats ufw blocking some network request19:13
malwar3hun73rif i connect from a remote location, i can look at nestat through web cli and a connection "ESTABLISHED" from my remote IP, but the session is never started19:14
malwar3hun73rtomreyn, it's a fresh drop of ubuntu 16.04 on digital ocean19:14
Guest19225ubuntu is awesome19:14
oerheksthanks for the confirmation, Guest1922519:14
Nora9possible to boot from external hdd?19:15
Sven_vBgogeta, yeah, ufw can have its own log if it wants, but not my syslog for that kind of cryptic message.19:15
malwar3hun73rtomreyn, for sanity, i blew away the machine and created a new one and the only changes made were to sshd_config19:15
malwar3hun73rno firewall, no ufw, no iptables19:15
oerhekssudo ufw logging on19:15
Sladeugh just did an  rsync --delete  on the wrong directory.. theres no way of recovering that is there?19:15
oerheksslade rsync it back, without --delete19:16
tomreynmalwar3hun73r: none of this rules out a file system running full or going read-only19:16
Sladeoerheks, it didnt work correctly. source/dest reversed :(19:17
tomreynSven_vB: which ubuntu release is this (lsb_release -ds), which kernel version (cat /proc/version)?19:17
gogetamalwar3hun73r: have you check to make shure your roughting is the same19:17
gogetamalwar3hun73r: its internel ip probly changed19:18
energizerdo-dist-upgrade says not enough disk space on /boot. what can i do?19:18
energizerautoremove doesnt remove anything19:18
naccenergizer: pastebin `df -h` and `ls -ahl /boot`19:18
Guest19225Paste ]19:19
usrshv1energizer: look for old files at /var/cache/apt/archives/ ?19:19
=== fcastillo_ is now known as fcastillo
tomreynNora9: yes, it is possible to boot off an external hdd.19:19
Guest19225Pastebin Is Closed19:19
energizernacc: https://paste.pound-python.org/show/4qpzObi92oV7JK7eFBkk/19:19
Sven_vBtomreyn, Ubuntu 16.04.4 LTS xenial, kernel: 4.4.0-130-generic, x86_6419:19
tomreynNora9: generally, anything your bios lets you boot from will work.19:19
naccGuest19225: please stop.19:20
naccenergizer: what does `uname -r` report?19:20
tomreynSven_vB: try ubuntu 16.04.5 then19:20
malwar3hun73rtomreyn, gogeta ip is correct19:20
Guest19225Ok19:20
naccenergizer: afaict, you're not using any valid kernels19:20
energizernacc: 4.13.0-46-generic19:20
naccoh wait, 4.13 is current hwe19:20
gogetamalwar3hun73r: with my roughter it also uses the host name19:20
Sladei wonder if extundelete will solve this19:21
tomreynmalwar3hun73r: try connecting to the LAN IP of the system running the ssh server using netcat, but form this very system.19:21
gogetamalwar3hun73r: if you have no ufw and ssh active and the correct roughting it should be golden19:21
naccenergizer: ok, try `sudo apt-get remove linux-image-4.8.0-41-generic linux-image-4.13.0-19-generic linux-image-4.13.0-31-generic`19:21
naccenergizer: my guess is you removed some metapackage19:22
Sven_vBtomreyn, in that case I'll prefer to wait for bionic. :) maybe I'll have time for that tomorrow.19:22
tomreynSven_vB: you'll need to install the latest patches anyway, it's part of the upgrade process19:22
=== whatshisname is now known as jimbo
gogetamalwar3hun73r: not the most secure of options19:23
Sven_vBtomreyn, you mean the usual aptitude full-upgrade?19:23
=== matthiaskrgr is now known as Guest85085
tomreynSven_vB: yes19:23
Sven_vBtomreyn, thanks for reminding me. it's been a few days.19:23
malwar3hun73rgogeta, it's not a security concern at this point19:24
malwar3hun73rbut, eventually, yes19:24
tomreynSven_vB: although i'd recommend apt / apt-get nowadays, but i guess aptitude works, too.19:24
malwar3hun73ri can ssh locally19:24
gogetamalwar3hun73r: then its 100% a roghting problem19:24
tomreynmalwar3hun73r: locally to the loopback address, or to the LAN address?19:24
Sven_vBtomreyn, yeah, luckily. accunulated over the years I've spend quite some time making aptitude run as I want, not motivated to repeat that effort.19:25
Guest19225Hp Laptop19:26
Guest19225ubuntu is awesome19:26
tomreynSven_vB: relying on too many customizations over the years is maybe not too healthy, you need to be able to adapt to software changes to some degree.19:26
Guest19225ubuntu is awesome19:26
Guest19225ubuntu is awesome19:26
Guest19225ubuntu is awesome19:26
Guest19225ubuntu is awesome19:26
tomreyn!ops Guest1922519:26
gogetamalwar3hun73r: maybe the isp is blocking prrot 22 many do19:27
gogetaport19:27
gogetamalwar3hun73r: you would need to set your ssh on a diffrent port19:27
Sven_vBtomreyn, yeah well we all have to prioritize where to spend our waking hours. :)19:27
malwar3hun73rgogeta, yeah, i'm specifying the port on the command line19:28
usrshv1Good Luck!19:28
gogetamalwar3hun73r: but is your server on a diffrent port19:28
tomreynSven_vB: right now, i suggest you spend them on getting your firewall / port forwarding setup correctly. ;)19:28
malwar3hun73rtomreyn, gogeta connecting to the public address on the new port works locally19:28
=== Guest85085 is now known as matth1askrgr
tomreynSven_vB:  oh wait, that was to malwar3hun73r19:29
malwar3hun73rgogeta, yes, the point of this conversation is focused on changing the port of a server19:29
tomreynmalwar3hun73r: so it's clearly a firewalling / port forwarding issue.19:29
Sven_vBno prob, I have network config issues on my todo as well. :)19:29
gogetamalwar3hun73r: if it working localy then the server is responding to request19:29
malwar3hun73rtomreyn, i would normally agree, BUT if i run a netstat command i see connection ESTABLISHED from my remote IP on the new SSH port19:30
Sven_vBalso some netfilter guy called to remind you that ports cannot be forwarded. :P19:30
malwar3hun73rtomreyn, so the connection occurs19:30
=== nchambers is now known as uplime
malwar3hun73rtomreyn, it's like the ssh server is not sending back a shell19:30
=== ubuntu__ is now known as ubuntuUser
ubuntuUserHi Guys19:30
malwar3hun73rtomreyn, but the connection (at least as far as netstat can tell) is established on the new port from my remote IP19:31
tomreynmalwar3hun73r: it's possible that the new port you chose has restrictions applied to it by your hosting provider19:31
gogetamalwar3hun73r: you would need to be ablle to login to the roughter to be able to change the port fowaring19:31
gogetamalwar3hun73r: ywa use some crazy non standerd port19:32
gogetayea19:32
tomreynmalwar3hun73r: that's hosting / upstream connectivity provider19:32
tomreynubuntuUser: hi, did you have an ubuntu support question?19:35
=== fcastillo_ is now known as fcastillo
tomreynubuntuUser: also please don't keep posting "ubuntu is awesome". this is a well known fact here ;-) and we'd prefer to keep it to support Q&A only on this channel.19:36
Sven_vBmalwar3hun73r, your nickname sounds like you should have packet captures that tell you exactly what happened.19:36
ubuntuUserok19:36
ubuntuUserWHAT19:37
ubuntuUsersqdfc8orv19:38
ubuntuUser]lQ.OTG IU R40P3 GFRB3`T8Y35IH5U5 T819:38
ubuntuUserBLK ZGFXFLJGV ALJS19:38
tomreynubuntuUser: stop it19:38
ubuntuUserAhygli<g;bfea19:38
ubuntuUser[]DSVlosgz<j'pdgs19:38
tomreyn!ops | ubuntuUser19:39
ubottuubuntuUser: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, bazhang, chu, dax19:39
malwar3hun73rSven_vB, thanks for the help19:40
geniiubuntuUser: Please stop spamming gibberish into the support channel.19:40
malwar3hun73rtomreyn, gogeta - there must be something weird with the port i chose and my fw... i was using port 2000 but if i change to any other port it works19:41
ubuntuUserok19:41
malwar3hun73r2001, 2002, anything but 200019:41
malwar3hun73ri can't find anything in my fw config that uses that port and the fact that i saw "ESTABLISHED" in netstat means the TCP handshake completed19:42
qwebirc70785Hi19:42
gogetamalwar3hun73r: sweet deal then19:42
malwar3hun73rso, it's not like there's an obvious FW rule blocking or a port conflict, because if that were the case, i'm certain the connection would never be ESTABLISHED as the handshake wouldn't complete19:43
malwar3hun73rso, ????19:43
gogetamalwar3hun73r: it could be a iso thing19:43
malwar3hun73rdon't use p[ort 200019:43
malwar3hun73rdon't use port 200019:43
gogetaisp19:43
NekrosBurekHi guys, i was here yesterday trying to fix some problems i have made installing some web panel on my ubuntu, should i ask here for help or can someone come discord so i can send all pictures ?19:44
lotuspsychjeNekrosBurek: when you have an issue, its always to re-ask all in one linfe with all details19:46
lotuspsychje*line19:46
naccNekrosBurek: did it not get resolved?19:47
leftyfbNekrosBurek: reinstall your server and don't mess with web GUI's anymore19:50
blackflowby now you could have, indeed, reinstalled it a dozen times :)19:51
xoxoanyone know how i can boot my ASUS x205t from USB drive?19:53
lotuspsychjexoxo: F12 perhaps?19:53
leftyfbxoxo: try ##hardware or the documentation for your hardware19:53
xoxono19:53
oerheksxoxo you never answered, is that 205t an 32 bit uefi machine with 64 bit processor?19:53
xoxooerheks: i believe so19:53
oerheksxoxo if so, i would not toch it19:54
xoxoive installed ubuntu on it in the past19:54
xoxothe situation is such, i dont have an OS installed and my only boot option is USB but it doesn't boot.19:54
masakii'm having this issue with desktop icons being placed outside of viewable screen when I have a dual monitor set up with different resolutions. Anyone have this issue?19:54
oerheksxoxo,  i look at this, and it is a mess .. https://github.com/lopaka/instructions/blob/master/ubuntu-16.04-install-asus-x205ta.md19:55
ramsub07Hi, me and my friend are admin (have root access) of a server and share the admin privilege with another colleague . I just realise that I've been kicked out of being a sudoer. I have my friend's account, how do i confirm who deleted my sudo access ?19:56
lotuspsychjemasaki: you could try xrandr --auto or have a different dualscreen setup? mirrored/stretched/scaling?19:57
oerheksramsub07, ask them ?19:57
EriC^^ramsub07: ask them19:57
ramsub07oerheks: is there anyway to check edit history or which user edited what?19:57
oerheksramsub07, unlikely sudo commands to remove you are stored/logged, so ... ask them19:58
ramsub07oerheks: stored where ?19:58
oerheksstored why ?19:58
oerheksreally, we cannot help19:58
masakilotuspsychje, I am using 'join display' for 1600x900 laptop display + 1280x1024 external monitor20:00
masakilotuspsychje, i tried xrandr --auto but no changes20:00
=== Shiva188 is now known as Shiva187
ramsub07how do i change my user password ?20:00
ubuntu__ygdrsgt20:00
lotuspsychjemasaki: try mirrored?20:01
masakilotuspsychje, so far my workaround has been open up nautilus, go to desktop drag and drop to desktop (to rearrage icons) and resetting the positions20:01
oerheksramsub07, easy to find, https://help.ubuntu.com/stable/ubuntu-help/user-changepassword.html.en20:01
masakilotuspsychje, mirrored works fine20:02
masakilotuspsychje, i would guess if i had an external monitor matching my laptop's resolution, it would work fine but anything different, ubuntu seems to have an issue rendering the icons in viewable areas on desktop20:02
lotuspsychjemasaki: wich ubuntu version are you on?20:03
masakilotuspsychje, 18.04 LTS20:03
EriC^^ramsub07: ask your friends who did it, if they dont explain or have a good reason, just move on20:05
masakilotuspsychje, another weird behavior is, the icons automatically move to my secondary display. so on my primary display i have no icons20:05
xoxoi think i figured this out20:05
xoxoi need a custom .efi file20:06
masakilotuspsychje, you can try replicating it by right clicking on desktop > organize desktop icons by name20:06
xoxobut there is no EFI folder on the budgie build...20:06
oerheks!uefi20:06
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/UEFI20:06
oerhekssoso then make one, follow the uefi manual20:07
oerheksxoxo ^20:07
oerheksbut i keep my hand off 32 bit uefi, not worth the trouble with drivers20:07
lotuspsychjemasaki: normally if you mirror it should show on both monitors20:08
ubuntu__Hi Guys20:08
holdsworthhey there, I am having some difficulties setting up my basic python script as a service on my machine, can anyone be kind enough to take a look at my `.service` file? I'll just paste it here https://pastebin.com/zWRX2pru20:08
masakilotuspsychje, yeah mirror works no problem, but the mirrored display is not very useful for me because it just duplicates your display on two screens.20:09
naccholdsworth: and what happends?20:10
lotuspsychjemasaki: i understand, but joined screens its better when they have same resolution20:10
xoxocosmic-desktop-amd64.iso torrent anywhere?20:10
xoxodirect download SUCKS20:10
holdsworthnacc: https://pastebin.com/j7idews2 take a look at this20:11
blackflowholdsworth: what difficulties?  also note there's #systemd here on Freenode which might be more helpful with systemd specific issues.20:11
holdsworththanks blackflow, didn't know that20:11
masakilotuspsychje, what i want to do is multitask but when i do 'join displays', desktop icons are still there but they move outside of viewable areas of both monitors20:11
oerheksxoxo no, and cosmic is beta, don't use it unless you have a reason ( http://torrent.ubuntu.com:6969/  )20:11
lotuspsychjemasaki: yeah i understand whats happening, not sure how gnome handles this20:11
naccholdsworth: it's truncated a bit on the right20:12
lotuspsychjemasaki: did you try make both screens same res yet?20:12
naccholdsworth: so the service doesn't start?20:12
masakilotuspsychje, it's my only gripe on ubuntu really. no issue on PC or Mac.20:12
ikonia /win 720:12
masakilotuspsychje, yeah, like you suggested it does work no problems when both the resolutions are matching20:12
ikoniaoops20:12
xoxooerheks: this is why im using cosmic, https://github.com/T100Ubuntu/T100Ubuntu/wiki/Install-to-internal-flash20:12
NekrosBureki forgot how do you mention someone xD20:12
xoxowhich should i use instead?20:12
lotuspsychjemasaki: perhaps try with scaling?20:12
masakilotuspsychje, i just don't like having black bars around my laptop screen though (16:9 and 4:3)20:12
holdsworthnacc: no, the service doesnt start, I pasted the output script20:13
ramsub07How do i change my authentication mode to only using public key20:13
lotuspsychjemasaki: i dont think there's a way around to this20:13
ramsub07and not password20:13
naccNekrosBurek: type their nick and hit tab20:13
NekrosBureki wanted to mention you but this is easier :D20:13
masakilotuspsychje, i guess my 4:3 monitor needs to go. like you said, gnome is probably getting confused with different screen ratios20:13
NekrosBurekHow are you ?20:13
xoxoubuntu-18.04-desktop-amd64.iso this one good? @orheks20:13
xoxo@oerheks**20:13
oerheksxoxo that guide is not for your machine, and your reason for using cosmic makes me still wonder. use 18.04 lts20:13
holdsworthxoxo yeah :D20:13
NekrosBureki came because of the problem from yesterday20:13
masakilotuspsychje, like if i use my TV, same 16:9, no problem20:13
lotuspsychjemasaki: its also more pretty when you have same screen sizes for joined screens :p20:13
NekrosBurekit is not fixed completely20:14
ramsub07apparently "passwd" command isn't working for me20:14
xoxooerheks: link please...  i dont know what lts is .... ubuntu-18.04-desktop-amd64.iso <- thats the one i downloaded20:14
masakilotuspsychje, 100% agreed. should have bought a monitor on amazon prime day. thanks for your help!20:14
blackflowholdsworth: can you start that bufettd.py from the shell? does it work as expected?20:15
lotuspsychjemasaki: cant you use mirror and work with workspaces?20:15
lotuspsychjemasaki: screen1 terminal, screen2 browser etc20:15
masakilotuspsychje, wooo that could work! let me try it20:15
NekrosBurekWhen i do apache2 service status i get the message it failed to start20:15
lotuspsychjemasaki: activities/workspaces :p20:15
masakilotuspsychje, on a side note, vanilla gnome 3 doesn't even use desktop icons iirc so this issue will probably never get fixed20:16
lotuspsychjemasaki: we always open for new bugs20:16
holdsworthhey blackflow, yes it does work as expected20:16
lotuspsychjemasaki: if you find one, or have a wish==> !bug20:16
masakilotuspsychje, ah that's good20:17
naccNekrosBurek: ok, use a pasetbin and show the output of `systemctl status apache2`20:18
blackflowholdsworth: well, it's failing due to "resources", which could be anything from exhausted file handlers, memory, who knows what. You have LimitNOFile defined at 65k, so I'm guessing whatever it does, requires a lot of file handlers?20:18
NekrosBurekhttps://paste.ubuntu.com/p/7mWMPPW9qt/20:18
holdsworthblackflow: 5 threads + while with a timer inside of it that prints `true that`20:19
blackflowholdsworth: is it forking daemon?20:20
masakilotuspsychje, i tried your solution with mirror and workspaces, but i forgot that mirrored will always display a copy of your other display20:21
masakilotuspsychje, so this isn't gonna work out either20:21
naccNekrosBurek: try runing apache2 manually (`sudo /usr/bin/apache2`)20:21
masakilotuspsychje, wait!20:21
lotuspsychjemasaki: you sure you cant choose terminal/move to screen2?20:21
masakilotuspsychje, after i did mirror and then switching to join display places the icons at the default spot (main display)20:21
NekrosBureknacc: sudo: /usr/bin/apache2: command not found20:21
naccNekrosBurek: sorry, /usr/sbin/apache220:22
lotuspsychjemasaki: nice, how did that happen?20:22
holdsworthblackflow: no20:22
masakilotuspsychje, that works but the thing with mirrored is that whatever i do on display 1 is copied onto display 2. so if i view workspace 2, i also see workspace 2 on the other display etc.20:23
holdsworthblackflow: let me paste the script20:23
masakilotuspsychje, i think that's my new workout lol. do mirrored and then do join display.20:23
lotuspsychje!yay | masaki20:23
ubottumasaki: Glad you made it! :-)20:23
NekrosBureknacc: https://paste.ubuntu.com/p/WTD8zNSsTy/20:23
masakilotuspsychje, not sure how it works but i think in between the toggling it is working out20:23
holdsworthblackflow: https://pastebin.com/YaP1u1b020:23
lotuspsychjemasaki: yeah it might search for screens better when switch back20:24
masakilotuspsychje, let me see if i can replicate the same results by toggling through other modes first and then doing join display20:25
blackflowholdsworth: what journalctl command did you use to create that previous paste with the service log output?20:26
holdsworthblackflow: https://pastebin.com/d9bmPxyB <-- and I used `journalctl -xe`20:27
naccNekrosBurek: sorry, can you try `sudo apachectl configtest` ?20:28
xoxooerheks: where do i find LTS20:29
NekrosBureknacc: it gave me only this https://paste.ubuntu.com/p/ZF7zSknTws/20:29
naccNekrosBurek: ok, try `sudo apachectl start`20:30
blackflowholdsworth: can you pastebin the output of   journalctl --no-pager -x -u buffett.service  ?    for example    journalctl --no-pager -x -u buffett.service | nc termbin.com 9999       and then post here the URL you get20:30
NekrosBureknacc: https://paste.ubuntu.com/p/hRhWTbqxYD/20:30
naccNekrosBurek: sudo netstat -pan | grep ':80'20:31
masakilotuspsychje, now it works even without toggling (i've disconnected my monitor completely) hmmm20:31
NekrosBurekhttps://paste.ubuntu.com/p/zD9NdvqtNt/20:31
holdsworthblackflow: http://termbin.com/37i320:32
naccNekrosBurek: you appear to be running httpd already20:32
naccNekrosBurek: which is not an ubuntu process name20:32
NekrosBurekmaybe it is from the old "panel"20:32
NekrosBurekthe panel created custom phpmyadmin, webmail and apache20:32
naccNekrosBurek: yeah, maybe `dpkg -S httpd` ?20:32
holdsworthok blackflow, I think I see it in the logs now20:32
NekrosBureknacc: https://paste.ubuntu.com/p/KrHdbT6kvq/20:33
naccNekrosBurek: ps aux | grep httpd20:34
NekrosBureknacc: https://paste.ubuntu.com/p/7PVVvZNSqg/20:34
naccNekrosBurek: have you rebooted your system since clearing up the packages?20:35
tmuwapx ax | grep htttpd20:35
holdsworthblackflow: removed group,limit and environmentfile and it works now20:35
blackflowholdsworth: yeah first that environment file is missing.    also, btw.... I'd recommend you find better examples on treading in python. the best way to stop a thread from outside is to set a shared variable the thread is monitorgin. python has facilities for that, or you can pass such an objec to the thread's runner function.20:35
NekrosBurekidk i forgot ill reboot it just in case20:35
blackflowholdsworth: *monitoring20:35
holdsworthblackflow: I'll take a look, I think that eventually I'll be porting most of it to C so it's ok, just prototyping my POC :)20:36
naccNekrosBurek: i'm wondering if the old apache is still around, tbh20:37
naccNekrosBurek: it won't be stopped necesarily, even by removing the pacakge, depending on what hte package's scripts do20:37
blackflowholdsworth: take a look at locking/condition/semaphore objects:   https://docs.python.org/3/library/threading.html#module-threading             offtopic here, but as I'm a python dev, just a heads up ;)20:37
NekrosBurekill reboot, i want to remove eveyrthing related to old panel, want to fix apache, locate my phpmyadmin and to fix access denied for one of my pages20:38
naccNekrosBurek: ack20:38
NekrosBureknacc: i rebooted the vps what command should i try now ?20:38
xoxoif anyone cares20:39
naccNekrosBurek: see if `systemctl status apache2` says it's running20:39
xoxoa custom 32bit.efi file is all i needed to boot ubuntu on my asusx205t20:39
NekrosBurekhttps://paste.ubuntu.com/p/RXzDTyyTXd/ okay active :D20:39
naccNekrosBurek: ok, yeah, so likely you just hadn't rebooted after removing the buggy panel20:40
oerheksxoxo, LTS is 18.04, so you have it already20:40
NekrosBurekhave you worked with multicraft ?20:40
oerheksxoxo good luck with the github manual20:40
naccNekrosBurek: no i have not, sorry20:41
NekrosBureknacc: https://paste.ubuntu.com/p/3M7VKS6TY9/ it should open a full panel i got this https://paste.ubuntu.com/p/3M7VKS6TY9/20:43
NekrosBurekokay double paste lol20:43
naccNekrosBurek: so right now when you browse to the URL, you get the raw php?20:43
NekrosBurekyes20:43
naccNekrosBurek: is php installed? `apt-cache policy php`20:44
NekrosBurekoh maybe it was removed when i removed the old panel20:44
naccNekrosBurek: also which version of ubuntu is this?20:44
NekrosBurek16.0420:44
naccNekrosBurek: ok, yeah, then just install it again (might need to be `sudo apt-get install libapache2-mod-php`20:44
blackflowwait, why mod php?20:44
NekrosBureknacc: Unable to locate package libapache2-mod-php20:45
naccblackflow: well, they are using apache20:45
blackflownacc: fpm works for apache too20:45
naccNekrosBurek: uh, that's not a good sign20:45
nacc!info libapache2-mod-php xenial20:45
ubottulibapache2-mod-php (source: php-defaults (35ubuntu6.1)): server-side, HTML-embedded scripting language (Apache 2 module) (default). In component main, is optional. Version 1:7.0+35ubuntu6.1 (xenial), package size 2 kB, installed size 15 kB20:45
blackflowit's fastcgi anyway. mod-php is old, ancient, embeds the entire PHP interpreter into every apache worker process, lots of RAM gobbled that way for nothing, and runs as the apache user...20:45
naccblackflow: i'm assuming they were using the default config20:46
naccblackflow: if you'd like to configure their VPS for them, you are welcome to step in :)20:46
blackflowno thanks, mod-php it is :)20:46
blackflowI'd be glad to help set up nginx + php-fpm tho'.20:46
blackflow*to help se tup20:47
* blackflow needs a new keyboard, this one suxxx20:47
naccblackflow: heh20:47
mfoxdogghey all, i have the nvidia graphics ppa, https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa , but its only installing  396.24.00, i need the latest which s 396.24.10 and i see it in the list, how do i get the absolute latest driver20:49
naccmfoxdogg: what version of ubuntu and `apt-cache policy nvidia-graphics-drivers-396` in a pastebin20:50
oerheksjust upgrade, i guess20:50
oerhekssudo apt update && sudo apt dist-upgrade20:51
nacctrue, they were only published a few days ago20:51
blackflownacc: mfoxdogg:   apt-cache policy nvidia-driver-396               (nvidia-graphics-drivers-396 is not a package)20:51
oerheksnormal 'upgrade' does not bring that driver AFAIK20:51
naccblackflow: thx20:52
NekrosBurekconnection method for mysql, tcp or unix ?20:52
blackflowapt upgrade does it, I'm on 396.24.1020:52
blackflowapt-get however, might requires dist-upgrade20:53
xoxoanyone know where i can find the 32bit grub boot efi20:57
naccNekrosBurek: that depends on your mysql configuration, which we don't know20:58
oerheksxoxo there is no official 32 bit uefi, there is a hack in https://help.ubuntu.com/community/UEFI but i recommend to ask your vendor for a 64 bit uefi update20:59
=== Guest50633 is now known as arij
=== ubuntu is now known as Guest81373
Guest81373What21:00
NekrosBureknacc: https://paste.ubuntu.com/p/5wDZthRFd4/21:00
oerheks!register | Guest8137321:01
ubottuGuest81373: For information on registering your IRC nick, see https://help.ubuntu.com/community/InternetRelayChat/Registration - For any further help, ask in #freenode.21:01
naccNekrosBurek: uh, mysql-server-5.5 is from 14.0421:01
Guest81373Ubuntu 14/21:01
naccNekrosBurek: 16.04 has 5.721:01
Guest81373Ubuntu 14.0421:01
NekrosBureki can't install mysql, php and phpmyadmin it gives me errors for every installation21:01
naccGuest81373: do you have a question?21:01
naccNekrosBurek: `apt-cache policy mysql-server`21:02
NekrosBureknacc: https://paste.ubuntu.com/p/wV8CW5T5mc/21:02
naccNekrosBurek: ...21:02
naccNekrosBurek: lsb_release -sd21:03
leftyfbNekrosBurek: reinstall your server and don't mess with web GUI's anymore21:03
Guest81373Ubuntu install programs?21:03
NekrosBurekUbuntu 16.04.4 LTS21:03
leftyfbNekrosBurek: you could have done this dozens of times by now21:03
naccNekrosBurek: your server is really sort of fubar21:03
naccNekrosBurek: i would suggest starting over21:03
naccNekrosBurek: you have 14.04 repositories configured on a 16.04 system21:03
Guest81373Ubuntu 14.04.5 LTS21:03
naccGuest81373: do you have a question?21:03
naccGuest81373: please odn't just paste random things21:03
Guest81373Live21:03
Guest81373Ubuntu 14.04.5 LTS Lıve21:04
leftyfbGuest81373: please stop21:04
naccGuest81373: stop. do you have an actual ubuntu question?21:04
Guest81373!register21:04
ubottuFor information on registering your IRC nick, see https://help.ubuntu.com/community/InternetRelayChat/Registration - For any further help, ask in #freenode.21:04
NekrosBurekill try and reinstall the system i had some discord bots installed and few websites but ill try and back them up21:05
blackflowNekrosBurek: you should always have a backup/contingency plan where you can easily rebuild/reinstall the server in case of catastrophic failure21:05
xoxooerheks: i got 90% of the install done, then it askd for 32bit  GRUB efi21:06
xoxooerheks: i only have 6421:06
blackflowtake this opportunity as a warning and get prepared for the next time21:06
NekrosBurekwell i am new to system administration and ubuntu, i have installed everything all by myself till this error so i don't know how to properly back up,21:06
oerheksxoxo, i am not helping there.21:06
NekrosBureki am even having problems with making multiple websites with multiple domains21:06
electricmilkWill Xubuntu 18.04 function properly if running live from a USB that is only 2GB? System requirements say 5GB but I believe that is referring to installing right?  The iso is around 1gig21:07
oerhekswe love to help with multiple domains with multiple discord bots21:08
oerhekselectricmilk, 2 gb will do, for live environment, it will be slow though21:08
electricmilkoerheks,  It will be slower than using a larger drive? Not enough swap space or something?21:08
oerhekselectricmilk, ive usb will not use swap21:09
oerheksc/live21:09
electricmilkoerheks,  I used to run an old version of Lubuntu on it and it worked great.  Its simply used for testing / data recovery on PC's.21:09
oerheksit all happens in your magic memoory21:09
ubuntu__Live Environment is Use USB Flash Drive?21:09
blackflowNekrosBurek: well it's a complex task, not something someone with no experience can easily do, or at all.21:09
electricmilkoerheks,  So the speed isn't affected if the USB is 2GB vs 16GB?21:09
blackflowNekrosBurek: so consider documenting everything you do, perhaps in form of a shell script you can re-execute for quickly rebuilding the system21:10
oerhekselectricmilk, no difference21:10
electricmilkThank you!21:10
electricmilkWhats the recommended way to install to USB these days? Rufus or Pen Drive Linux USB Installer?21:10
electricmilk(From windows)21:10
ubuntu__Poweriso21:11
ubuntu__for Windows21:11
oerheks!usb21:11
ubottuFor information about installing Ubuntu from USB flash drives, see https://help.ubuntu.com/community/Installation/FromUSBStick - For a persistent live USB install, see: https://wiki.ubuntu.com/LiveUsbPendrivePersistent21:11
electricmilkThank you.21:11
oerheksthe wiki suggests rufus21:11
ubuntu__rO21:12
ubuntu__Run the 2010 Laptop21:13
ubuntu__!laptop21:13
ubottuLaptop support information can be found on https://wiki.ubuntu.com/HardwareSupportMachinesLaptops - http://www.linux-laptop.net/ - https://wiki.ubuntu.com/LaptopTestingTeam - http://tuxmobil.org21:13
electricmilkI'll just use Rufus. Way back Ubuntu recommended Pen Drive Linux...now its not even on the list..wonder why21:14
leftyfb!tr | ubuntu__21:14
ubottuubuntu__: Turk ubuntu kullanıcıları, Türkçe yardım ya da geyik için /join #ubuntu-tr hizmetinizde.21:14
electricmilkThey ever replace ubuntuguide.org?  That was a damn handy site.21:14
oerheksclick and find out21:16
electricmilkoerheks,  Hmm my firewall is blocking it. ubuntuguide.org is now hosted in Latvia21:20
electricmilkTried connecting through VPN and it says the site can't be reached21:20
xoxohow can i put a .deb file on my LTS usb drive of ubuntu so that its detected upon install21:21
xoxomy current issue is that it's not able to install into /target/21:22
xamithanIs your ubuntu on the usb just a liveusb ?  You'll need to install ubuntu21:23
xoxoon the USB21:24
xoxothis error occurs as i try installed it21:24
xoxoinstalling*21:24
tomreynxoxo: i assume you'd need to copy the deb to somewhere below /target, then chroot /target, then dpkg -i21:25
rob_jonesguys can someone help me with apache21:25
tomreynxoxo: but i'm not actually sure this is the recommended way to install extra deb's during ubuntu installation21:26
tomreyn!details | rob_jones21:26
ubotturob_jones: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel.21:26
mfoxdoggnacc, sory but what i got from your first command was, Unable to locate package nvidia-graphics-drivers-39621:26
xoxotomreyn: i cant do such a thing, im using the GUI install21:27
xoxoideas?21:30
tomreynxoxo: the gui installer also has a temrinal installed21:32
xoxok21:32
tomreyn+ ctrl-alt-Fx21:32
blackflowmfoxdogg: didn't see my post to you? the correct package name is nvidia-driver-39621:32
blackflowmfoxdogg: anyway, did you run apt update && apt upgrade? that should bring the driver to latest 396.24.1021:32
xoxowhats Fx21:35
danDid anyone here manage to play Trine3 on Intel HD? I just bought the game and it crashes....21:36
=== matth1askrgr is now known as matthiaskrgr
pragmaticenigmadan: This channel is best suited to Ubuntu support related questions. If you trace your system log files, you may find an error related to the crash and we can try to trouble shoot from that point. Unfotunately for the game itself, you will need to contact the game developer. You may also find help in the #ubuntu-offtopic channel21:40
holdsworththanks for the help blackflow <321:43
Sven_vBwhat's wpa_supplicant trying to tell me with "nl80211: send_and_recv->nl_recvmsgs failed: -33"?21:44
RyviusHello, what's the best program to rip DVDs to a PS3 readable format?21:45
xamithanffmpeg ?21:46
tomreynxoxo: Fx where x is in 1..12, so function keys21:46
xoxogot it21:47
xoxowhats the default login / pw ?21:47
xamithanhandbrake would probably be better if you want a GUI21:47
xoxotomeryn: so i'm in console, and there is no such /TARGET folder21:48
xoxotomery: only Desktop and examples.desktop21:48
tomreynxoxo: hmm, you first mentioed this location: <xoxo> my current issue is that it's not able to install into /target/21:49
xoxoyea21:49
xoxomaybe that's on the usb drive?21:50
tomreynxoxo: /TARGET/ is not the same as /target/ by the way21:50
xoxoyea, i meant /target21:50
xoxono such /target on my USB21:50
xoxoor on my HD21:50
xoxoperhaps this folder is created upon installation21:50
tomreynxoxo: on the old ubuntu installer, /target is a mount point where the new ubuntu system is mounted during the installtion and until the installaiton is finished (but not before th einstallation has started)21:51
xoxooops. i found it21:51
xoxogot it21:51
xoxoso can u explain to me how im supposed to copy the deb below /target21:51
tomreynxoxo: i could, but then you'd also ask about how to chroot, and that's where it gets more complicated, and i'm wondering whether we should not discuss alternative approaches. why are you doing this anyways?21:52
xoxoim installing ubuntu so i can work in a nice environment for tings like raspbery pi and orange pi21:53
xoxoi know how to chroot21:53
xoxojust tell me what to chroot21:53
tomreynbut can't you just install the packages once you've booted into the system?21:53
tomreynand why are you installing a .deb file, possibly creating dependency havoc, instead of using an apt repository?21:54
xoxomost recent LTS install just shuts down after the grub isnt installed21:55
xoxoso no i cant21:55
=== u0_a59 is now known as meanfish
xamithanCan you install the grub manually ?21:56
tomreynxoxo: installing a debian package on the non booting installation won't fix grub, though.21:57
xoxosec21:57
tomreynunless that's a grub update which contains a needed patch21:57
Ryviusxamithan: Do you have a guide for ffmpeg? Or rather, ffmpeg doesn't include ripping, does it?22:03
xamithanIf you need a guide,  you better off using handbrake.  each dvd will be different,  and ffmpeg doesn't get past DRM22:04
RyviusOkay, I'll give that a try if my vlc experiment fails22:07
=== Nicmavr is now known as Guest81152
=== notreal is now known as notreal-
=== ubuntu is now known as Guest51160
xoxotomreyn: you there?22:27
Guest51160!tr22:27
ubottuTurk ubuntu kullanıcıları, Türkçe yardım ya da geyik için /join #ubuntu-tr hizmetinizde.22:27
notreal-Can I install linux on an external SSD through USB 3.1 gen2 ? will it be faster than internal SATA3 SSD ?22:28
thePiGrepperyes you can, and yes, it should be.22:29
xoxoHello! I need help - I'm trying to install Ubuntu LTS and, welll... I get to about 90% of installation then i get a message saying grub-efi-ia32_2.02~ can't be put in /target/22:30
FroMasterJust did a fresh 16.04 install using the 16.04.4 ISO and after an apt update, I'm running 16.04.5... I didn't think 16.04.5 was out yet!22:32
ubuntu__G22:32
ubuntu__Oops Sorry22:33
ubuntu__Cow or Kow?22:33
xoxo??22:34
ubuntu__Ok22:34
masakiis there an officially supported way to add trash icon to dock?22:34
xoxoubuntu__: can u help?22:34
ubuntu__Im Using Ubuntu 14.04.5 LTS Live,22:35
ubuntu__Im Using Ubuntu 14.04.5 LTS Live22:35
ubuntu__xoxo:can u help?22:35
tomreynFroMaster: it is, pretty fresh, no ISOs, yet.22:35
xoxonope22:35
xoxotomreyn: what say  u22:35
xoxodo u want a screenshot of the error msg22:36
tomreynxoxo: that'd be good22:36
ubuntu__WD 4022:36
FroMastertomreyn, You sure? I can't find anything that says its out yet. Release Notes, etc?22:37
ubuntu__Cats22:37
tomreynxoxo: also discuss which ubuntu LTS, currently three of them are supported22:37
ubuntu__Im Using Ubuntu 14.04.5 LTS Live22:37
ubuntu__No Problem22:37
tomreynFroMaster: i don't seem the ISOs here http://releases.ubuntu.com/16.04/22:37
oerheksFroMaster, correct, 16.04.5 is current https://wiki.ubuntu.com/Releases22:37
FroMasteroerheks, Look again... 16.04.5 is NOT on that list22:38
tomreynFroMaster: so the release is probably in progress currently22:38
tomreynFroMaster: it's not official, yet, no announcmeent was posted to https://lists.ubuntu.com/archives/ubuntu-announce/ yet22:39
FroMastertomreyn, Its not due until August 2nd.22:39
oerheksFroMaster, oh, right, 14th aug https://wiki.ubuntu.com/XenialXerus/ReleaseSchedule22:39
* oerheks needs glasses22:40
FroMasterThe issue I'm having with 16.04.5, is that it has the wrong kernel22:40
ubuntu__FroMaster:Ubuntu 14.04.5 LTS Release Notes https://wiki.ubuntu.com/TrustyTahr/ReleaseNotes22:40
FroMasterubuntu__, I'm talking about 16.04 not 14.0422:41
tomreynFroMaster: so you get it earlier when you install patches. what do you mean by "the wrong kernel"?22:41
ubuntu__Yes22:41
hggdhubuntu__: please either help or stay silent22:41
ubuntu__2 Option22:41
ubuntu__Selected22:42
hggdhubuntu__: no other warnings22:42
FroMastertomreyn, I'm expecting the 4.15 kernel. This one has 4.13.0.4522:42
oerheksFroMaster,  did you enable HWE ??22:42
oerheksif not, you will not get 4.1522:42
FroMasteroerheks, YES22:42
ubuntu__!tr22:43
ubottuTurk ubuntu kullanıcıları, Türkçe yardım ya da geyik için /join #ubuntu-tr hizmetinizde.22:43
=== valeech_ is now known as valeech
tomreyn!info linux-image-generic-hwe-16.04 xenial22:43
ubottulinux-image-generic-hwe-16.04 (source: linux-meta-hwe): Generic Linux kernel image. In component main, is optional. Version 4.13.0.45.64 (xenial), package size 2 kB, installed size 11 kB (Only available for i386; amd64; armhf; arm64; ppc64el; s390x)22:43
tomreynFroMaster: according to this, 4.13 is correct22:43
tomreynFroMaster: ignore me, this info is outdated22:44
tomreynFroMaster: so, yes, if you have linux-image-generic-hwe-16.04 installed, and have installed all pending updates, you should have linux-image-4.15.0-29-generic 4.15.0-29.31~16.04.1 installed22:45
tomreynFroMaster: have you installed all pending updates, though?22:45
FroMastertomreyn, That's what I was expecting.22:45
FroMastertomreyn, nope22:45
tomreynwell, then this is why :)22:46
oerhekssudo apt update && sudo apt dist-upgrade # and reboot22:46
FroMastertomreyn, sorry, I meant, there are no pending updates.22:47
xoxotomreyn: https://snag.gy/PSipqM.jpg22:47
FroMasterI have an automated process that builds my VM's. It does apt-get -y update && apt-get -y install --install-recommends linux-generic-hwe-16.0422:48
tomreynFroMaster: actually, i didn't tell the truth again. 4.15 linux packages seem to be available via -propose donly22:48
=== r0Oter is now known as r00ter
FroMasterThen reboots, and does apt-get -y dist-upgrade22:48
tomreynFroMaster: if you don't have -proposed configured, you'd still have 4.1322:48
FroMastertomreyn, On my production VM's running 16.04.4, they are running 4.15.0.24. I didn't specifically install it that way, it was downloaded and installed via unattended upgrades22:49
ubuntu__Ubuntu So Awesome22:50
tomreynFroMaster: but you must have enabled -proposed there22:50
xoxotomreyn: u therE?22:50
FroMastertomreyn, how?22:50
oerheksubuntu__, please don't start again, thanks.22:50
ntdso, yet another arbitrary code execution vuln in VLC22:50
ubuntu__VLC22:51
ntdub still gonna stick their finger in the ear and hum real loud?22:51
tomreynxoxo: can you post this image to imgur.com instead? or post the direct link.22:51
ntdi know it's universe, but VLC isn't exactly "niche" sw22:51
oerheksntd, if you want a newer version, install the snap https://snapcraft.io/vlc22:51
tomreynxoxo: all i can see now is a 180° rotated thumbnail22:52
FroMastertomreyn, I'm going to kick off a new automated build and see if it ends up at 16.04.522:52
ntdyes, let's install the app store version and have snapd phone home once a day22:52
tomreyn!proposed | FroMaster22:52
ubottuFroMaster: The packages in Ubuntu are divided into several sections. More information at https://help.ubuntu.com/community/Repositories - See https://wiki.ubuntu.com/RecommendedSources for the recommended way to set up your repositories.22:52
oerheksntd oh, phone home.. really? it checks for updates, dude22:52
ntddebian updated both stable and oldstable to vlc3, since vlc2 won't be patched upstream22:53
ntdyeah, see, if i wanted that i'd just run windows22:53
hggdhntd: OK. You have given your opinion. Thank you, that's enough22:53
xoxotomreyn: https://imgur.com/gallery/yPvJyTN22:54
ubuntu__:D22:54
ntdsnapd doesn't just check for updates. try using it without an inet connection and see how far you get22:55
ubuntu__Not Opening imgur22:55
hggdhntd: please go to the appropriate channel to discuss. This is a support channel22:56
xoxotomreyn: https://imgur.com/a/xFTotGY22:56
xoxotomreyn: second one.22:56
xoxotell me if u need a better screenshot22:57
ntdoh, so i have a valid concern which you can't rationalize away so i'll just have to join #buggeroff?22:57
ntdok then22:57
Tecanwas wondering if ccsm runs for anyone else ? compizconfig-settings-manager22:58
Tecanlibcompizconfig.so.0: undefined symbol: _ZN6google8protobuf2io16CodedInputStream27ReadVarintSizeAsIntFallbackEv22:58
tomreynxoxo: hmm well the text is not really readbale. you could also type the text. also discuss which hardware (exact model please) you have there22:58
xoxook22:58
Tecanoh nm its my protobuf22:58
tomreynxoxo: ...and which ubuntu version you are trying to install there22:58
xoxoThe 'grub-efo-ia32' package failed to install into /target/. Without the GRUB boot loader, the installed system will not boot.22:59
xoxothat's the error message22:59
tomreynxoxo: okay, then we dont need a screenshot, just answer the other questions, please.22:59
xoxoasusx205t22:59
ubuntu__QA:Ubuntu Support23:00
xoxoand last but not least, ubuntu-18.04-desktop-amd64.iso23:00
ntdhggdh, i asked a question about the lack of updates to VLC23:00
tomreynxoxo: it seems like you were rpeviously here, asking the same question and being told: <oerheks> xoxo,  i look at this, and it is a mess .. https://github.com/lopaka/instructions/blob/master/ubuntu-16.04-install-asus-x205ta.md23:01
hggdhntd: yes, and then started voicing your opinion about the response23:01
tomreynxoxo: asking the same question again will not improve this situation.23:01
xoxoit's adifferent part of the situation23:01
xoxopreviously i was asking about booting23:01
xoxo(from the usb at all)23:01
xoxoand that i got working with a custom 32bit.efi file23:01
xoxonow i just need help to finish this installation23:02
gogetaxoxo: you must install on the usb gurub as well23:02
xoxooh ok23:02
gogetaxoxo: there should be a option to slect what drive grub is sent to23:03
tomreynxoxo: okay, but the root cause is the same. you have a computer which only seemt o support 32-bit uefi. you can try switching it to legacy booting, so classic bios booting rather than uefi, in which case th einstallation *may* succeed, or you can try to get updated firmware from asius which makes it support 64-bit uefi booting.23:03
xoxogogeta: no such option23:03
oerheksif all of you demand asus to provide 64 bit uefi, they would..23:04
gogetaxoxo: slect pther on the installer for manual partatning23:05
xoxogogeta: got a tutorial about how to install grub to my usb disk ?23:05
gogetaxoxo: from there you can set where grub is sent23:05
xoxoone sec23:05
gogetaother23:05
gogetaxoxo: also yes use legicy mode23:05
gogetaxoxo: being 32bit efi is relly bad23:06
hggdhntd: vlc is in universe, which means it seems a volunteer to either patch or backport for released Ubuntu versions. You could volunteer and do it, we would be extremely thankful.23:06
FroMasterAnyone know if linux-generic-hwe-16.04 pointed to 4.15.0.24.46 and was reverted?23:07
hggdhs/seems/needs/23:07
tomreynFroMaster is asking about this package on xenial, i think23:09
FroMastertomreyn, correct. All my production hosts that have been running for 6-8months are all pointing to 4.15.0.24.46.23:10
xoxogogeta: so im in the partition23:10
oerheksFroMaster,  unlikely that 4.15 came with standard updates.. unless they run 18.0423:11
xoxoand its telling me to pick a root partition23:11
xoxonot sure how23:11
FroMasterIt looks like on July 3, /usr/bin/unattended-upgrade raun and pulled in linux-headers-generic-hwe-16.04 v4.15.0.24.4623:11
=== notreal is now known as notreal-
Bashing-om!info linux-image-generic bionic23:13
ubottulinux-image-generic (source: linux-meta): Generic Linux kernel image. In component main, is optional. Version 4.15.0.23.25 (bionic), package size 2 kB, installed size 14 kB23:13
=== ubuntu is now known as Guest79774
jdsaphirHi :) I'm trying to install tomcat7 on a server but... It fails and I'm having a hard time understanding why... Anyone would know how to help? :s23:15
FroMasterSomething is screwy. It looks like it was prematurely released and rolled back.23:16
jdsaphirSo any chance to get it to work? :s23:19
FroMasterLooks like linux-hwe  4.15.0-24.26~16.04.1 did get pushed out... https://lists.ubuntu.com/archives/kernel-sru-announce/2018-June/000129.html23:20
FroMaster[ubuntu/xenial-updates] linux-hwe 4.15.0-24.26~16.04.1 (Accepted) -- https://lists.ubuntu.com/archives/xenial-changes/2018-July/021563.html23:23
FroMasterSo it got pushed out on Mon Jul 2 08:32:28 UTC 201823:24
FroMasterAnd, it looks like the change was pushed due to security -- [USN-3695-2] Linux kernel (HWE) vulnerabilities -- https://lists.ubuntu.com/archives/ubuntu-security-announce/2018-July/004465.html23:27
tomreynFroMaster: fwiw, i share your interpretation that a rollback has taken place. i'm not sure whether this is out of the ordinary or has occurred before, and whether it should (not) occur.23:32
=== aloo_shu2 is now known as aloo_shu
FroMasterFresh build using 16.04.4 ISO and ended up with 16.04.5. Looks like 16.04.5 is being pushed early but with a 4.13 kernel instead of the 4.15 kernel.23:32
FroMastertomreyn, I can't find anything about a rollback....23:32
FroMastertomreyn, Take a peek at this https://pastebin.com/G5XVDgTz ... I don't know how to rollback linux-generic-hwe-16.04 to 4.13.0.4523:34
tomreynFroMaster: you uninstall the package23:35
tomreynFroMaster: sorry, wrong23:35
tomreynFroMaster: you uninstall the  4.15 kernel image, and you downgrade linux-generic-hwe-16.0423:36
FroMastertomreyn, Not quite sure how to do that...23:38
tomreynFroMaster: try this: sudo apt-get install linux-generic-hwe-16.04=4.13.0.45.64 linux-image-4.15.0-24-generic23:39
tomreynFroMaster: or better, show output of "dpkg -l linux-\*" first of all23:40
tomreynthe above command lacks a trailing underscore.23:41
FroMastertomreyn, https://pastebin.com/GvWVpyWf23:41
naccthat linux-image-generic-hwe-16.04 version is not avialable to 16.0423:42
naccit's only avialable in bionic and on, to allow for upgrades to go smoothly, afict23:42
FroMasternacc, ?23:44
tomreynFroMaster: sudo apt-get install linux-generic-hwe-16.04=4.13.0.45.64 linux-image-4.15.0-24-generic_ linux-image-4.15.0-24_ linux-headers-4.15.0-24_ linux-headers-4.15.0-24-generic_23:45
tomreynnacc: https://usn.ubuntu.com/3695-2/ suggestes otherwise23:45
naccoh i see, they did an update via xenial-security then deleted it23:46
tomreynthat's what it looks like, yes23:46
naccbutthe deletion happend 2 weeks ago23:46
tomreynyes, but systems would not downgrade automatically23:47
FroMasternacc, All my production hosts got it via unattended-upgrade23:47
tomreynwhoever has it, stays on it23:47
tomreyn...until a newer version becomes available23:47
nacctomreyn: ah could be23:47
naccyeah, looks like there are a few in xenial-proposed23:47
naccso it's in the pipeline anyways23:47
FroMasterI've been unable to find any discussion where it was deleted/rolled back23:48
tomreynwell, proposed is not an issue, but pushing a newer version to security and then pulling it is not ideal23:48
naccyeah, not great23:48
WoCAny suggestions on how to write a bootable iso file to a usb memory stick, other than dd23:48
naccLP: #177996123:48
ubottuLaunchpad bug 1779827 in Ubuntu Bionic "duplicate for #1779961 failure to boot with linux-image-4.15.0-24-generic" [Undecided,Confirmed] https://launchpad.net/bugs/177982723:48
naccFroMaster: --^23:48
tomreynhmm it would be great to update the summary on such an important bug :-/23:50
tomreynthis bug report is only about bionic, though23:50
Sven_vBwhat's your favorite video player program for videos whose audio track needs refinement?23:51
FroMasternacc, Thanks for the link. I was going through all the bugs for 4.15.0-24 and its a long list with tons of duplicates.23:52
blackflowWoC: you can cp instead of dd23:53
WoC:P23:53
blackflowWoC: I'm serious, you can cp the iso to the block device23:54
hggdhblackflow: ?23:54
blackflowhggdh: hmmm?23:54
Sven_vBI think cp would work23:54
hggdhblackflow: yes, one can cp the file. Unfortunately, it does not create a bootable device23:54
blackflowhggdh: it does23:54
sIRC_hggdh: it does23:54
hggdh<shrug/> K23:55
blackflowcp something.iso /dev/sdb   <-- note sdb  and not sdbX23:55
WoCblackflow, k, testing23:55
Sven_vBWoC, backup any data from the usb drive first :P23:56
blackflowI'm pretty sure it does, or else I've dreamed last hundred or so installations from USB sticks I cp'd ISOs to :)23:56
Sven_vBbootability should be just a matter of the bytes in the disk, not the method of copying.23:57
blackflowyup.23:57
WoCbut how is that different from dd ?23:57
FroMastertomreyn nacc So what do you suggest I do? Roll back or wait a few days for it to be resolved via a apt update?23:57
blackflowWoC: it's not, except you don't control block size23:57
WoCk23:57
tomreynFroMaster: if your systems works fine, i guess you can keep what you have. if you want all systems using the same kernel, you should roll back.23:58
Sven_vBoh. I guess we all just had a different interpretation of "to". "cp the iso ->to<- the block device" could also be interpreted with an implied "a partition on"23:58
tomreynFroMaster: where "roll back" means downgrade the kernel meta package23:58
Sven_vBWoC, dd has lots of nice options that you don't need in this case though.23:59
WoCAye23:59
WoCHandy tool indeed23:59

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