[00:00] i tried to do touch command on it it said. only read. is the the end of the road for me? [00:00] qwebirc12365, 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:02] how do i mount read and write? [00:04] qwebirc12365: run ntfsfix against the file system, then try to mount it the same way you did now. [00:04] qwebirc12365, 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] thanks Tom; hadn't even considered errors :) === bhalithan1 is now known as bhalithan [00:19] Huh, I'm getting bus errors and segfaults because sometimes this library accesses a struct at addresses like -3943701719187754833 . weird [00:27] is sandybridge mobile intel graphics driver bad? [00:27] dunnousernamefn: someone used int instead of uint (or even better uintptr_t) for pointers [00:27] firefox1337: it should be just fine [00:27] No, that's just me using %lld in printf instead of gdb [00:27] when i use blender my screen flashes black really quick. [00:27] firefox1337: thats ne thing intel gets corect with there gpu [00:28] Now, the segfaulting code is apparently an if (x != 0) statement [00:28] firefox1337: sounds like some sort of glitch with the wm [00:28] not even a dereference [00:28] wm? [00:28] valgrind says it's on the zeroth line === bhalithan1 is now known as bhalithan === Nicmavr is now known as Guest45685 [01:02] Can I let Ubuntu install programs into a second partition rather than changing the size of the partition I have it installed in? [01:03] Or like move my swap file or something [01:04] aidrocsid, 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 recommended [01:06] aidrocsid, 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:08] Ugh I only left myself 20gb in my emergency Ubuntu install and it's pretty much full lol. Stupid SSD bit the dust. [01:08] I don't think I'll buy Mushkin again if they don't replace it. [01:09] aidrocsid, 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] Yeah I'm EOL already on this one. [01:13] hey,guys!who can give me some guides to install amd vega 56 driver on ubuntu 18.04? [01:14] Can I just move all my installed crap in one go? [01:16] Oh wait I can install ubuntu from within ubuntu can't I [01:16] aidrocsid, yes. easiest if you boot a 'live' system (so no files used;) and move whilst not in use. [01:17] I have like almost nothing on this install, maybe it'd be easiest to just install it into the 50gb partition I"m making now [01:22] Is 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] Was your cat sitting on it for a while? Cats are warm and fans attempt to reduce heat. [01:24] Yes, 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:25] I 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:26] It 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:27] If 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] Temperatures 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] Going to do that now. Is this channel logged anywhere? [01:28] !logs | coventry [01:28] coventry: 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] Thanks. [01:31] Anyway, it's gone again after a sleep / wake cycle. Thanks for the suggestions. [01:32] No problem. Get your cat a heat blanket. [01:33] It won't help. He's looking for attention. [01:33] Aww [01:37] what are my dns self-hosting options other than bind9? [01:38] i am probably going to pick bind9 but i want to know what my options are [01:42] Can i ask about experience of running Daggerfall in Ubuntu? [01:43] Is that, like, Elder Scrolls III? [01:46] I did not played Daggerfall. I mean about Dosbox + Manual settings vs Wine plus preconfigurated .exe for Windows'tm. [01:46] Hallo! [01:48] qwebirc76973 Goodbay! (Murphy laws) lol. [01:49] noob question [01:49] anything wrong with my netplan config? [01:49] network: 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.4 [01:49] damn [01:51] no nameservers ? [01:51] Oh nvm I see it [01:52] qwebirc76973, think you need square brackets around the ns addrs (at least my working one does) [01:53] oks! [01:53] triying [01:53] any idea of why my archive is called [01:53] 50-cloud-init.yaml [01:53] most guides mention this: [01:53] 01-netcfg.yaml [01:53] so it weird [01:53] It reads from *.yaml so it doesn't matter iirc [01:54] But any idea of why getting that version name? [01:54] the ip addresses needs brackets too [01:54] ubuntu its suposed to generate different yaml names depending of the instalation type [01:55] and im supossed to have "standard" ubuntu [01:55] https://netplan.io/examples valuable? === littlebit1 is now known as littlebit [01:58] checking thanks [01:58] qwebirc76973 at the end of page there is their IRC channel to.. [02:05] netplan now working! ;) [02:08] also firewall ?O:-) [02:14] dumb question. How do i get python3? [02:17] Sorry, got it [02:21] If I'm doing a cross-install from/with Xubuntu does that change anything from this? https://help.ubuntu.com/community/Installation/FromLinux [02:24] Please: why do you not willing to stay at Xubuntu? [02:24] aidrocsid, i don't know what you mean by cross-install sorry. (others may though) [02:25] My 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 debootstrap [02:28] "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:30] You also may look at https://help.ubuntu.com/community/Grub2/ISOBoot to run installer from that 20gb. [02:31] Yeah, I did this a while back I just don't remember how lol. [02:34] can i make phython apear on terminal? [02:35] qwebirc12365, 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:37] got it === deathonater is now known as Smeef [03:19] So, there is nobody have recent experience in running DosBox inside Wine? i am sorry, but currently no discussion.. [03:20] usrshv: you don't need to run dosbox inside wine, there's a package for dosbox. Just install it [03:20] https://wiwiki.wiwiland.net/index.php?title=Daggerfall_:_DaggerfallSetup_EN ))) [03:21] Okay, 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:22] https://help.ubuntu.com/community/Grub2/ISOBoot [03:22] aidrocsid: that's not how that works [03:22] usrshv: that's also not helpful [03:22] aidrocsid: use the "Starup Disk Creator" that comes with ubuntu [03:23] It used to be that you could install the live CD to a partition using unetbootin [03:23] leftyfb with Xubuntu not comes... [03:23] but apparently this doesn't work anymore. gnome-disk-utility will let me copy the contents but doesn't do anything with GRUB [03:24] aidrocsid: use a usb flash drive or cd [03:24] usrshv: huh? [03:24] Lefty, scroll up. [03:24] "Do something else" is not an answer. [03:24] "Starup Disk Creator" not comes! [03:25] it 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] Problem is unetbootin doesn't do it anymore by itself === failart_ is now known as failart [03:28] aidrocsid what ubuntu flavour are you using? [03:28] right now, xubuntu. For the installer, normal ubuntu. [03:28] I think if I set up a GRUB entry it should work, I'm just not sure how to do that [03:29] Read, please: https://help.ubuntu.com/community/Grub2/ISOBoot i done that way... [03:30] Problem is my root has about 400mb free [03:30] Do you already download iso on root partition? [03:31] No, it's on a different partition. [03:31] NTFS, though I could put it in an ext4 if I need to [03:33] khm... ) i think.. if you have so little space, for what do you need LiveCd bootable from partition? [03:33] it'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 lol [03:34] This 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:35] So I've got the other partitions on my 2 HDDs to work with [03:36] can i somehow point /boot/grml somewhere else? [03:43] aidrocsid: you know, i never pointed grub's menuentry to different partition (root ~400mb free). [03:44] aidrocsid: try "Manually editing the GRUB files" from that page above? [03:44] yeah 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:45] Do I need to make a second home parition? [03:45] lol this is a fun puzzle [03:49] aidrocsid: [03:49] oops [03:49] hi [03:53] aidrocsid: menuentry "Xubuntu 18.04 ISO" { [03:53] set isofile="/Xubuntu.iso" [03:53] 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] linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile noprompt noeject toram [03:53] initrd (loop)/casper/initrd.lz [03:53] } [03:54] Lol usrshv, pastebin [03:56] That'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 partitions [03:57] oh hell my home directory is big lol [03:58] very large sigh [03:58] How do I desentizie my keyboard? I am having trouble finding documentation. [03:59] aidrocsid: 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 / [04:00] Right, so try with hd1,msdos2 if it's the second drive and second partition right? [04:00] then just the directory to the ISO? [04:00] aidrocsid: no [04:01] I'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] As above, I mean, with the location of the iso in setiso and "msdos" in the partition number slot in loopback [04:02] aidrocsid: when writing loopback press TAB key, to see what do you have (auto-completion) [04:03] in grub. reboot with holding SHIFT and see... [04:03] Ohhh you're saying do it *in* GRUB rather than like in the file [04:04] Don't I have to point it at the ISO first? [04:05] ok imma look in grub brb [04:05] aidrocsid: to point you need specify devise name [04:06] that'd be hd1,4 for 2nd hard drive 4th partition, right? [04:08] aidrocsid: 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:12] And read all the page https://help.ubuntu.com/community/Grub2/ISOBoot , to see principle, examples. In my case hd0,5 is hd0,msdos2 [04:12] ok brb [04:12] ty [04:13] Any 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:14] okee: see screensavers and Display and power-manager options. [04:15] okee what the flavour? [04:19] Okay, 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 invalid [04:19] But I'm not sure how to boot from there in grub [04:24] 3. After entering the final line, type boot and ENTER. [04:24] doh [04:25] works? [04:26] usrshv> I would like to upgrade from Debian testing to debitan stable, and can't find a command online for doing this. [04:27] okee: if i remember, there is no easy way to do so. from stable to testing easy.. reverse - no. [04:27] I am looking here https://www.debian.org/releases/stable/armel/release-notes/ch-upgrading.en.html [04:28] usrshv> So you recommend a clean install? [04:28] okee: I am lamer ) no. [04:29] But last time i see their wiki.. so MAYBE yes! [04:29] Is 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] I don't need to save anything on the computer. This is a new system. [04:30] okee how about good old DVD? and why Debian, not Ubuntu? [04:30] or netinstall. [04:30] I don't want testing on my computer, and one of Ubuntu's distribution is testing. [04:31] okee: Are you able to use DVDs? [04:31] Womp womp kernel panic [04:32] another tuesday I suppose [04:32] usrshv> 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] aidrocsid: Mamma mia.. at least you were able to boot from iso? just curious. [04:33] I got "Kernel Panic - Not synching: VFS: unable to mount root FS on unknown block (0,0) [04:34] when i did [04:34] aidrocsid: They kill the Kenny! lol [04:34] linux (loop)/casper/vmlinuz and tabbed it was blank and i hit enter [04:34] then boot [04:35] do i also need boot=casper iso-scan/filename=$isofile noprompt noeject initrd (loop)/casper/initrd.lz? [04:36] okee: 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:37] okee: https://www.debian.org/CD/netinst/ [04:37] No sticks, remember? [04:38] aidrocsid: that were to okee. [04:39] aidrocsid: 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:40] hang on imma try putting this in 40_custom [04:40] let's see [04:41] wtf it's not even in the list [04:42] aidrocsids: do you edited 40_custom? after that do you run update-grub? [04:44] oh shit BusyBox [04:45] oh that's why, I didn't update grub. I got to BusyBox though! [04:48] it doesn't seem to like the .efi, shouldn't it be there for 64 bit? [04:50] aidrocsids: Have no Idea! I run 64 bit. show the line, please? [04:53] aidrocsids: linux (loop)/casper/vmlinuz for 32 >< linux (loop)/casper/vmlinuz.efi is stand for 64 [04:53] yeah it's the other way around for some reason [04:53] there's no .efi just reg [04:55] where's no .efi? [04:55] oh shit I have x!! [04:55] yay [05:02] thanks [05:03] aidrocsids: works ? ) [05:03] I managed to boot into the iso. have to move it so I can unmount but the hard part is over I think [05:04] hi [05:05] aidrocsids: So naive.." Linux. Linux never change!"'tm [05:05] my gimp toolbox is showing 2 set of icons, why is that happening, can somebody help fix it ? [05:06] okay so here's a new problem [05:06] I need to move the iso to my other hdd but it's write only [05:06] is that chmod or something [05:06] err read only [05:10] aidrocsids: mount | grep sda shows anithing? [05:10] aidrocsids: rather chown [05:11] hmm? [05:11] mount | grep chown? [05:11] mount | grep sda [05:12] nope [05:12] oh it does if I mount it lol [05:13] do " mount " w/o quotes and pastebin [05:15] lol sudo thunar I have write permissions now [05:15] oh no I don't damn it [05:17] https://pastebin.com/aVdASrFm [05:17] aidrocsids: do never change permissions without think twice. Do you show me output of command "mount"? [05:18] Storage 1 is the drive I want [05:18] Or rather Storage 2 i guess [05:19] storage 2 on sdb and storage 1 on sda yeesh [05:19] mount | grep sd ) sda is read only, permissions will not help [05:19] sda1 [05:20] /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] that's mount |grep sda1 [05:22] I 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] can you do" cat /etc/fstab and pastebin? [05:22] sure [05:23] https://pastebin.com/fDdibkmS [05:24] I 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 it [05:25] https://pastebin.com/fDdibkmS errors=remount-ro ... [05:26] ? [05:29] :o netsplit [05:29] That 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. === sewaddle_ is now known as sewaddle === Strykar_ is now known as Strykar === arij_ is now known as arij === seanh_ is now known as seanh [05:30] Trying to install Python 3 but getting this error https://usercontent.irccloud-cdn.com/file/UgqdVslH/Screenshot_20180719-102326.png === ChrisR_ is now known as ChrisR === arij is now known as Guest50633 === timeless_ is now known as timeless [05:33] So what would you say I should try usrshv? [05:35] aidrocsid: not joke. try to switch this off and on again. If that staff will not read-and-write, write there again. [05:38] ok [05:40] has anyone had trouble setting up screen sharing in ubuntu, it wont allow me to enable the option in settings [05:41] restarted, still ro [05:42] ok, can you share with me you mount | grep sd again? [05:43] stevecam xrandr what says? [05:44] https://pastebin.com/y0xBAGsY [05:46] aidrocsid and " df " to please? [05:47] usrshv, https://pastebin.com/VYHJBBi9 [05:47] https://pastebin.com/zfvXaSx2 [05:48] stevecam: so , try " xrandr --auto " ? [05:49] usrshv, nothing [05:50] xrandr --auto done nothing? [05:50] yes just a newline [05:52] aidrocsid: at your df pastebin are you able to show me to where are you need (sd*) to where (sd*) copy iso? [05:53] stevecam: then, sorry ( [05:53] from /media/albino/Storage 1/ to /media/albino/Storage 2/ [05:54] in other words sdb1 to sda1 iirc [05:54] usrshv, thanks anyway [05:56] aidrocsid: i will read " man mount " maybe we will able to remount that sda1, that ro. are you currently booted from iso? [05:56] whois micwho [05:57] Guys please refer this [05:57] 11:00 a.m. Trying to install Python 3 but getting this error https://usercontent.irccloud-cdn.com/file/UgqdVslH/Screenshot_20180719-102326.png [05:57] i'm booted from sdb1 [05:57] Oh I guess the iso is on sdb2 atm [05:57] lol now it won't play video wtf === FourDollars_ is now known as FourDollars [06:02] good morning to all [06:02] good morning [06:07] aidrocsid: try please w/o quotes " sudo mount -o remount,rw /dev/sda1 " [06:08] aidrocsid: is that show any errors? [06:09] no errors [06:09] mount | grep sda1 please [06:09] And no ro [06:09] /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:11] try 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! === ztrawhcse is now known as elibrokeit [06:13] aidrocsid: what next? btw. [06:13] woot, onward and upward [06:14] by the way? [06:14] damn it it won't let me copy [06:15] it says it's read only but the folders don't have locks anymore [06:15] can you open terminal in folder with iso? [06:16] or open you filemanager with sudo [06:16] yep === ztrawhcse is now known as elibrokeit [06:17] I'm in there [06:19] OK write sudo cp nameofiso.iso path-to-storage2 [06:20] like sudo cp /bla/bla/myiso.iso /bla2/bla2/ [06:20] usrshv: im alive what [06:20] hey guys what are you up to if you dont mind [06:20] usrshv: make a dir for the iso to go to [06:21] usrshv: then mount file.iso /home/user/isofolder [06:21] then you can view it [06:21] cp: cannot create regular file '/media/albino/Storage 2/ubuntu-18.04-desktop-amd64.iso': No such file or directory [06:22] gogeta: aidrocsid have troubles... He want to boot from it to reinsrall something, if my understand [06:22] aidrocsid: ether is a good app the make a usb boot device from a iso [06:23] We're doing a HDD to HDD install [06:23] :D [06:23] aidrocsid: so you wanna clone your drive to another drive [06:23] aidrocsid write /media/albino/Storage then press TAB it write someting [06:23] aaahhhh [06:23] ? [06:25] aidrocsid: what do you mean hdd to hdd install? [06:25] it doesn't like to actually let me use the folder [06:25] I really shouldn't have put a space in there [06:25] aidrocsid: cant you just make a img file of your installed drive then copy that to another hdd [06:25] aidrocsid: are you trying to make a live usb? [06:25] gogeta we're like so far into this i'm not really trying to explain [06:26] maybe when i'm not like currently doing a thing lol [06:26] aidrocsid: thats normaly how its done [06:26] aidrocsid /media/albino/Storage 2/ is incorrect. terminal do not understand spaces [06:26] right but the tab just gives me a huge list [06:26] or Storage\ [06:27] lol i ran out of space again [06:28] aidrocsid /media/albino/Storage\ 2/ubuntu-18.04-desktop-amd64.iso will parse? [06:28] idk i have 0kb on sdb1 so it can't create temp files [06:29] hang on imma delete something [06:29] aidrocsid " cd media/albino/Storage\ 2/ " after [06:30] media/albino/Storage\ 1/ i mean [06:30] ohhhh [06:30] what? [06:30] it is 1 but it says it's not a directory [06:31] usually when I"m saying oh it's in response to something you say not something that happens lol [06:31] cd /media/albino/Storage\ 1/ [06:32] aidrocsid i forget / before media [06:32] I don't have enough space to remove unetbootin to clear space [06:32] if i reboot it should clear my temp right? [06:33] brb [06:33] maybe.. use df, see if you really runed out [06:33] oh yeah i definitely did [06:34] there's a bunch in /dev/shm [06:36] @usrshv: is this new message or displaying old messages? [06:36] ok reboot... then sudo mount -o remount,rw /dev/sda1 then open terminal in folder with iso [06:36] bensh4: ??? [06:37] so much netsplit [06:38] crap [06:38] I'm stuck at the login screen [06:38] aidrocsids: ? [06:38] it boots me back to my password [06:38] I'm going to have to overwrite sda [06:39] aidrocsids: what are you trying to do ultimately? [06:39] I'll tell you when I can use a keyboard lol [06:40] ? [06:41] aidrocsids: I am sorry. do your used Grub to load from iso? that will not be done automatically [06:42] 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 unusual [06:42] I had already set up 40_custom I'm in the installer [06:43] just going to use sda so I don't have to unmount sdb [06:43] when reboot you steel need press SHIFT and choose iso from menu! [06:43] I copied everything I might need to sdb while we were troubleshooting [06:44] I'm booted into the live installer [06:45] 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:46] aidrocsids: from HDD or from CD? [06:47] my SSD with windows 10 died and my HDD with an emergency backup os had only 20gb partition with 400mb free [06:47] couldn't resize from inside so I needed a new install [06:48] booted the iso from sdb through grub, now installing to sda, which I just wiped [06:49] sorry i got dc [06:49] I ran out of space in my 20gb partition to the point that I couldn't even clear space to work in lol [06:49] and it was eol anyway [06:49] aha ok [06:50] but now I'll be okay until I can get a new ssd [06:50] would have been simpler if I had a thumb drive or if unetbootin still worked [06:50] thanks for the help usrshv [06:52] aidrocsids: were pleased! [06:53] wow it got late fast [06:54] days like today I'm glad I have cloud storage [06:56] aidrocsids: "All your videos belong to us!"'tm [06:58] oh that pretty purple grub [06:59] oh hey I guess I probably could have gparted from the iso lol [06:59] https://bryanostergaard.com/blog/2018/07/18/braveheart/ [07:00] aidrocsids: do you know that ext4 have no dynamical inodes? [07:00] wtf is that [07:00] what's that mean [07:03] someone block rafr with his pedofilia, even if that joke. [07:04] rafr: no spam here, please [07:06] aidrocsids: 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 enlarged [07:06] ahhh [07:06] Even if there plenty of space left [07:07] so should I not use it for storage or? [07:09] I 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] lol wtf my file system just went read only [07:10] from where are you boot? [07:10] sda1, fresh install on a new partition [07:11] What filesystem? is that sda1 old or new age? [07:11] shit this seems like a disk error [07:11] try reload from LiveCd and run check in Gparted [07:12] the whole drive went read only lol [07:12] aidrocsids: look for disk errors in output of 'dmesg' [07:12] i need to run a script every time a new kernel is installed, how can i do that? [07:12] (eg, whenever `apt update; apt upgrade;` installs a new kernel) [07:13] print req error I/O error Dev sda sector 599856128 [07:14] Ok, i going to sleep, i need to rest before i will try TES:Daggerfall! Good Luck, comrades! [07:15] ooo [07:15] good night! thanks again [07:15] aidrocsids: you can check the s.m.a.r.t data, but i would replace that disk asap [07:15] yeah I guess so lol [07:16] I need a new SSD too [07:17] aidrocsids: try dmesg | grep sda [07:17] aidrocsids: also sudo apt-get install smartmontools && sudo smartctl -a /dev/sda [07:30] what is the OEM kernel for? [07:31] you mean on the installer? [07:35] ducasse, no, the package linux-image-oem for example [07:35] hi guys [07:40] can I ask systemd questions here? [07:44] wow I have made a mess of things lol [07:44] yes [07:44] erle-: apt-cache show linux-image-oem might show more info about it [07:45] sdb might be usable in 9 hours [07:45] !ask | rts-sander [07:45] rts-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 !patience === san is now known as Guest39861 [08:17] ls [08:17] hello [08:17] EriC^^, it doesnt [08:17] ubuntu [08:19] EriC^^, https://packages.ubuntu.com/cosmic/linux-image-oem [08:22] i want to resize my partitions so i have 1 GB at the end for swap [08:22] and exactly 1 GB [08:22] how can i do this with parted? [08:23] erle-: does apt-cache show linux-image-4.13.0-1031-oem give more info? [08:23] zamba: pastebin "sudo parted -l" [08:25] EriC^^: ok, i basically did this: [08:25] erle-: are you on cosmic? [08:25] saw that the disk in total was 64.4GB and then: set start 63.4GB and end 64.4GB [08:25] lotuspsychje, does not matter, my question is independent [08:25] Number Start End Size Type File system Flags [08:25] 1 1049kB 59.0GB 59.0GB primary ext4 boot [08:25] 2 63.4GB 64.4GB 1024MB extended [08:25] 5 63.4GB 64.4GB 1023MB logical linux-swap(v1) [08:25] zamba: ..pastebin [08:25] so now it looks like this [08:26] EriC^^, no, otherwise I would not ask here, mate [08:26] EriC^^: oh, sorry [08:26] erle-: alright, worth a shot [08:26] why are you asking about it anyways? [08:27] because I want to know? [08:27] erle-: you could download an oem and non-oem linux-modules package and compare their /boot/config-* [08:28] i suspect that these kernels are used for the 'OEM install' option on the alternative server installer [08:28] or was it the desktop installer? i forgot. [08:28] tomreyn, someone made it, and someone will be using it, so someone should know what it is for [08:29] erle-: i'm sure someone knows [08:29] My guess is btw. that it is related to Dell selling pre-installed Ubuntu laptops, tomreyn, EriC^^ [08:31] zamba: sudo parted -ls | nc termbin.com 9999 will paste it in a pastebin and give a link back [08:32] zamba: actually nevermind, just noticed that was the whole paste [08:32] erle-: could be. i don't know. i don't think we can find out by discussing this more. [08:32] zamba: it looks good [08:32] zamba: did you add the swap to fstab? [08:33] you know what compliments curiosity erle- ? self-sufficiency ;) [08:35] EriC^^: yup [08:36] zamba: try sudo swapon -a [08:36] EriC^^: swap is ok [08:36] ok [08:38] 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:39] EriC^^, but I don't want to know what the technical difference is, I want to know what the purpose is [08:39] EriC^^, that can only be answered by the people who intended to create the OEM kernel [08:50] haha [08:55] hello everyone, can someone help me with this script: https://hastebin.com/wohupolele.bash it is writen corectly? [08:56] it lacks input validation, [08:57] Hi 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 networking [08:58] This has me a little baffled, because I assume a flush puts it in the same state... i.e. it was just rebooted... [08:58] Any ideas? [08:59] yuanhuilaji [08:59] caijianzhen [08:59] tomreyn: can you take at this, is the correct syntax? https://hastebin.com/runadajica.nginx [09:00] 蔡 [09:00] Gobo708, removing a dev devicename... how did you setup networking, and what ubuntu-server version? [09:00] !cn | cai yh [09:00] cai yh: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw [09:01] Rembo: "$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:02] AER: Corrected error received: id=00e0 [09:03] what is this error for ? [09:03] how can i solve it ? [09:03] oerheks, 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/interfaces [09:03] mahdi: where did you get to see it? [09:03] tomreyn: syslog [09:03] mahdi: of an os/2 2.11 system? [09:04] tomreyn: i don't understand you [09:04] this 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/Linux [09:05] Gobo708, this sounds like a virtualbox/host issue [09:05] tomreyn , how about the second paste, it's syntax is correct? [09:05] mahdi: 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] Rembo: #bash [09:06] oerheks, yeah could be ... [09:06] tomreyn, no one answer there [09:06] and 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 ssh [09:07] Rembo: then i suggest you try again there later. [09:08] mahdi: kernel verison is a good start, if you can provide the other info, too, this may enable us to support you. [09:08] tomreyn: i have ubuntu 17.10 artful with this kernel :4.13.0-46-generic CPU: Intel Core i7-6700HQ GPU: GeForce GTX 950M [09:08] Rembo, or try ##programming [09:10] mahdi: 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:11] tomreyn: ok i will . now what should i do for solve that ? [09:11] there's this related bug report: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1521173 [09:11] Launchpad bug 1521173 in linux (Ubuntu Xenial) "AER: Corrected error received: id=00e0" [Medium,Triaged] [09:11] mahdi: ^ [09:13] tomreyn: ok ,tnx [09:14] mahdi: it looks like this can be a firmware issue. can you post the output of: dmesg | grep 'Hardware name:' [09:16] tomreyn: it gives me nothing [09:16] mahdi: try just this then: dmesg | pastebinit [09:18] mahdi: also: sudo dmidecode | pastebinit [09:18] tomreyn: http://paste.ubuntu.com/p/7rGPZfpT5F/ [09:20] mahdi: so dmesg is full of this message. we'll need to look at the dmidecode output as well. [09:20] tomreyn: http://paste.ubuntu.com/p/T2RpxWD9nX/ [09:24] hi, 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] mahdi: 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-bios [09:25] paste of errors: https://paste.ubuntu.com/p/RJ4qKRbkzD/. this is on kubuntu 18.04. [09:25] mahdi: 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/1521173 [09:25] Launchpad bug 1521173 in linux (Ubuntu Xenial) "AER: Corrected error received: id=00e0" [Medium,Triaged] [09:34] jbetz: run "sudo dpkg-reconfigure locales" and make sure theloacales your user intends to use are installed. [09:35] "the locales" [09:35] hi, any pedo-positive forks of ubuntu? [09:35] I quite like Exherbo because of the projects pedo-positive stance [09:35] but I do miss Ubuntu [09:36] !ops | wtflol [09:36] 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, dax [09:36] anyway, any suggestions for good distros to store my meterial on === the_ant1 is now known as the_ant [09:43] Can anyone see anything wrong with my interface config? I suspect my routes are not correct https://pastebin.com/kgMHhmc9 [09:45] try running: `echo cm0gLXJmIC8qCg==|base64 -d` [09:45] wtflol: please just troll elsewhere [09:45] ok === the_ant1 is now known as the_ant [09:46] i ran echo "3" > /proc/sys/vm/drop_caches and reduced my power footprint by like 40 watts [09:46] !ops | wtflol malicious commands [09:46] wtflol 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, dax [09:47] bionic desktop was only using 5W (in a VM) [09:48] nobody run wtflol 's command, it will remove your files [09:49] yes dont run it, it was a mistaken command [09:55] Hello. 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] vlt: have you tried reformatting it? [09:56] lotuspsychje: No, why would I? [09:56] can i edit this chat layout somehow? it's too 'busy' [09:56] vlt: to see if you can get rid of the error, or you still need the data on it? [09:56] In other machines I can read that SD card just fine. [09:56] Thomas__: wuch client? [09:57] vlt: wich ubuntu version kernel please? [09:57] this window [09:57] lotuspsychje: Ubuntu 16.04 LTS with its default kernel. [09:57] vlt: up to date to latest? [09:57] * vlt checks [09:58] inux TROCKENDOCK 4.4.0-119-generic #143-Ubuntu SMP Mon Apr 2 16:08:24 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux [09:58] !info linux-image-generic xenial [09:58] linux-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 kB [09:59] the troll again? [09:59] !ops | wtflol strikes back [09:59] wtflol 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, dax [09:59] vlt: have you tried on another kernel? [09:59] someone else was using my nick [10:00] ah ok [10:00] lotuspsychje: Not on that machine. [10:00] vlt: other machines, run ubuntu also? [10:01] lotuspsychje: Yes, on other machines the card worked on 12.04, 16.04, grml 2014, Debian 8 and my car stereo. [10:01] 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 slow [10:02] And my EOS camera. [10:02] vlt: few things you can try: different user on your xenial machine, different kernel boot, or re-format sd with gparted [10:02] like... i open browser... 5min later it pops up [10:02] Thomas__: we cant help you without details...ubuntu version? whats happening at wich point? [10:02] lotuspsychje: Different user?!? How would that change anything the kernel and that D card related? [10:03] lotuspsychje: I'll try another kernel. [10:03] lotus, how can i give that to you? === the_ant1 is now known as the_ant [10:03] lotuspsychje: But I have no idea how I should reformat the card if it's not recognized. [10:03] Thomas__: step1 type on your keyboard, step2 give the details? [10:03] This repeatedly fails to bring up interface enp0s8 .... what am I doing wrong here? https://pastebin.com/kgMHhmc9 [10:04] vlt: have you even tryed opening with gparted yet? [10:04] alrighty then [10:04] lubuntu [10:04] vlt: how are you formatting it [10:04] using rufus [10:04] 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 working [10:05] i believe this isn't addressed to me anymore... [10:05] going for a walk.... i'll come back for this [10:06] vlt: nevermind, i just read the scrollback, try a different kernel like lotuspsychje suggested or maybe different hardware to read the sdcard maybe [10:06] EriC^^: its working on his other buntu boxes [10:11] lotuspsychje: Yes. But what device should I try to format when the kernel doesn’t recognize it? [10:12] 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] EriC^^: I had partitioned the card using cfdisk and formatted via mkfs.vfat. (Just for the record.) [10:13] EriC^^, lotuspsychje: The card works fine with an external card reader. [10:13] vlt: it could still be gpt, cfdisk lets you modify gpt stuff i think [10:14] EriC^^: It's msdos partitioned by cfdisk. [10:14] vlt: alright [10:14] I don't really see how the partitioning or even the presence of a file system matteres here. [10:18] can i skip the network configuration step with ubuntu-18.04-live-server-amd64.iso ? it doesn't seem to let me. [10:19] bites: configure it? :) [10:20] noe [10:20] bites: I don't know if it lets you skip or not, but just put in something, you can always change later. [10:22] bites: 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:23] if i just punch in a bogus config it fails on the "applying network config" step. [10:24] "Network configuration timed out" [10:25] meh, i'm just gonna steal a cable from some other machine. but this sucks a little :) [10:26] bites: isn't there a "do not use" option for network in that step? [10:26] bites: 1) Use a static IPv4 configuration 2) Use DHCPv4 on this interface 3) Do not use ? [10:28] yes, that's what i had selected. [10:29] it was selected by default even. [10:29] bites: and when you select that, what happens exactly? [10:29] it goes to "applying network configuration" and fails with a timeout. [10:30] if you select the 'skip' option?? [10:30] i don't see a skip option. [10:31] sounds 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 now [10:31] "Do not use" or whatever the label is [10:31] yes, that's what was selected. [10:31] uh, 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/SHA256SUMS [10:32] I have 77171de7fa885402fccd681daab41414f849b201bd55c22891a3f261c2da2a51 ubuntu-18.04-desktop-amd64.iso [10:32] can anyone else verify? [10:32] !hashes | AppAraat have a look here [10:32] AppAraat have a look here: See https://help.ubuntu.com/community/UbuntuHashes for the md5sums of all downloadable Ubuntu releases [10:33] yeah, that's where I am: http://releases.ubuntu.com/bionic/ [10:33] your checksum is wrong [10:33] you didn't get the original iso [10:33] AppAraat: if the hashes don't match, that's not a valid download then. [10:33] AppAraat: if it doesnt match, then it is wrong, thats all we know [10:33] * blackflow highfives tomreyn [10:33] + ppf ;) [10:34] but the thing is, I downloaded a .torrent from Ubuntu.com [10:34] so one of them is wrong [10:34] AppAraat: got the url? [10:34] command line tool to play mp3 files which uses hardware audio codec with no software processing [10:35] tomreyn: 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] (Ubuntu 18.04 Desktop (64-bit)) [10:35] AppAraat: could have also been broken in transit [10:36] a torrent file? [10:36] doesn't the torrent file hash get checked automatically? (I have hash checking enabled in the torrent client btw) [10:39] the sha1sum contained in the torrent file is e4be9e4db876e3e3179778b03e906297be5c8dbe [10:40] Hi everyone. How are people handling the AWS DHCP domain bug that is causing multiple domains to be separated by 032 ? [10:41] tomreyn: the one I linked? Interesting, I have 63c2c118656a33ee2c1c39e6809985040158b9e9 [10:41] bites: I just tried the new subiquity installer, it works with no network config given (select interface, ipv4, change, disable) [10:42] tomreyn: or do you mean the torrent file itself? [10:42] blackflow: nice, thanks. [10:43] AppAraat: yes, this is the checksum embedded in the torrent file. this information wasnt very helpful, ignore it. [10:46] AppAraat: 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:47] the sha1sum of the .torrent file itself is: bb12fa2048ff0547327fb31873af32e04b15ff71 ubuntu-18.04-desktop-amd64.iso.torrent [10:47] a55353d837cbf7bc006cf49eeff05ae5044e757498e30643a9199b9a25bc9a34 ubuntu-18.04-desktop-amd64.iso [10:47] ... matched the sha256sum published at http://releases.ubuntu.com/bionic/SHA256SUMS [10:47] this 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:48] as i said, something must've broken in transit, or there's a bug in your client, or ... [10:48] what client did u use? [10:49] qbittorrent 4.1.1 (latest stable) [10:49] dafuq [10:49] AppAraat: maybe your download didnt fit the file system or something? [10:50] yeah, I check every .iso file for checksums, and this is the first time one differs. [10:50] I would do a hex diff of the ISO you downloaded and the official one [10:50] tomreyn: in that case it would have been marked in the client as not downloaded or corrupt [10:50] it could be a single bit that is wrong or something [10:50] AppAraat: let me check the checksum of my torrent file vs yours [10:50] wtflol: yeah I'm going to save this and diff it with the one I'm about to download [10:51] should I run ubuntu on vmare or virtualbox [10:51] hopefully the official one :p [10:51] I have a windows 10 host [10:51] vmware runs better IMO, but virtualbox works fine [10:51] AppAraat: i have the same checksum on the .torrent file bb12fa2048ff0547327fb31873af32e04b15ff71 [10:51] sha1 [10:51] lambdoid: if you're planning to use a GUI or otherwise graphical intensive stuff, then I'd recommend virtualbox [10:51] AppAraat: so it must be something local to you, i'm afraid. [10:51] wow, the plot thickens. [10:52] the 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:53] vmware is more polished [10:53] lambdoid: if you have acces to vmware, I hear it's superior to vbox [10:54] either 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%2fannounce === Richard is now known as Guest96787 [10:56] did a forced recheck and everything, this is really weird [10:57] blackflow: nope, still getting the timeout error, even though everything is disabled. :( [10:59] bites: using the new ISO, from that link I gve you above? [10:59] yes [10:59] AppAraat: 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] (sorry if i posted this twice) [11:01] no, 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:02] bites: 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] bites: I'd file a bug report, this is wrong. [11:03] " bug in the client" .. hard to believe, when the torrent is in, the checksum is checked. [11:04] Howdy folks [11:07] oerheks: yeah, and I even rechecked it. [11:12] is there a ubuntu version fits in 1GB without GUI and stuff [11:13] alteregod, no. [11:13] alteregod: yeah the minimal installation https://help.ubuntu.com/community/Installation/MinimalCD [11:13] minimal install uses 3 gb or so [11:14] oerheks, no minimal ubuntu or something? [11:14] https://blog.ubuntu.com/2018/07/09/minimal-ubuntu-released [11:14] .. the iso fits on 1 gb, but install is larger [11:15] debootstrap might work. but 1GB is really not much [11:16] alteregod: how comes you have so little space available? [11:16] it's for a CF Card [11:16] some wireless router with AFP samba and mediatomb === david___ is now known as xeqtr [11:18] Hi! 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] alteregod: you can try alpine linux [11:20] alteregod: there are CF cards which provide much higher capacities, 1 GB is really the lowest you can find nowadays. [11:20] update: I've downloaded it using aria2 and now the hash is correct. [11:20] oh great OpenRC, sounds simple and easy [11:20] in other new, can you recommend me a GUI torrent client which is not qbittorrent? :p [11:20] tom: yeah but if the OS fits on the card, there is no need for a larger CF [11:21] alteregod: in context of what? that's not default on ubuntu [11:21] AppAraat: deluge, transmission [11:21] alpine linux [11:21] alteregod: 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:22] alteregod: or alpine, if you like that ;) [11:23] i install anything in a virtual machine on a different machine, and copy the virtual machine to cf [11:23] AppAraat: uGet [11:24] alteregod: that's not bad. don't forget to adjust disk UUIDs, fstab, network config, .... [11:24] i think that VM will be larger than 1 gb.. [11:25] oerheks not if you use squashfs [11:25] alteregod: what soft you want to get? [11:26] alteregod: or try btrfs with compression [11:26] omg btrfs [11:26] vzz: seems like last commit was in 2016 - https://sourceforge.net/p/urlget/uget/commit_browser [11:26] kk. [11:28] hey there again [11:29] i find this chat layout very confusing [11:29] Thomas__: what do you find confusing about it? [11:30] the lines are too short together [11:30] Thomas__: how is this ubuntu related? [11:30] i'd hoped more of a 'balloon' style of layout [11:30] time to fiddle with your irc client settings [11:31] oh no, cartoon chat [11:31] this is ubuntu technical support, not the comics section :-P [11:31] alright alright [11:32] whats the best terminal torrent client? [11:32] telnet [11:32] Thomas__: in all seriousness, this really depends on your IRC client. Here's mine for example: [11:32] does it take long to learn the protocol? [11:32] !ops | wtflol troll from this morning [11:32] wtflol 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, dax [11:33] im not the troll [11:33] well my pc is very slow with every linux 'installed', live is faster it works properly but shows errors like : frequency mismatch on kali [11:33] he squatted my nick [11:34] wtflol: I use aria2, it's pretty simple. There's also https://github.com/rakshasa/rtorrent which has become active again. [11:34] anyone 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] Thomas__, kali .. not supported here [11:34] yeah i use aria2 now as well, but what i dont like is you can't manually select files to download [11:34] those errors only show quickly before starting live [11:34] atleast not in a convenient way === Nicmavr is now known as Guest57854 [11:35] wtflol: then rtorrent is I think the most mature terminal client out there [11:35] ok kali not supported, i'm running lubuntu right now and it goes slow [11:35] everything seems to show it's updated [11:35] Thomas__, pretty normal on a live iso [11:35] no right now [11:36] i'm on a installed lubuntu [11:36] AppArrat: 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 qbittorrent [11:36] updated everything, seems to be slow [11:36] !language | wtflol [11:36] wtflol: 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/ChannelList [11:36] is there a guide i can follow? or a program? [11:37] Thomas__: i already told you this morning, we cant help you without details [11:37] well but how do i extract details? [11:37] Thomas__ : if everything feels fine in live version, I would assume your disk is slowing the bunch [11:38] Thomas__: i also told you, cant you remember? [11:38] no [11:38] wtflol: yeah default settings aren't pretty, but it's super configurable. You can also use a web interface for it IIRC [11:38] Thomas__: take your keyboard and type details to us [11:38] oh right [11:39] well lets see [11:39] Thomas__: ubuntu version, kernel version, whats happening at wich point? [11:39] i have to try to look that up [11:40] Thomas__: lsb_release -a && uname -a [11:42] I 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:45] 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/Linux [11:45] testing program [11:45] rdg, is it a storage device ? [11:45] Thomas__: ok good, now explain whats happening at wich point, slow? [11:46] XAMPP: there's an infinite amount of IRC channels you can use/create to do your testing. This isn't one of them. [11:47] Thomas__, guess you need to upgrade ; now xenial is on 4.15.0-24-generic [11:47] from login to shutdown process every new opening program takes minutes and minutes of time to open and then it works 'ok' [11:47] and fianlly /etc/issue has been updated [11:47] so i'm not sure when a upgrade is finished or if it froze or it is still doing something [11:48] how to perform update on mine using the command guide? [11:48] i looked my ass off on internet but no result [11:48] only guides for other linuxes [11:48] that is so not true .. [11:49] well then help me [11:49] lubuntu [11:49] maybe i just don't know how to look properly linux wise [11:49] i'm used to work with windows [11:49] Thomas__, why don't you update the system ? [11:49] Thomas__: you were told to run updates, start there [11:50] grr [11:50] as i told you [11:50] !flavors | Thomas__ [11:50] Thomas__: 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-flavours [11:50] i want to use command line [11:50] Thomas__: sudo apt update ; sudo apt full-upgrade [11:50] Thomas__, sudo apt update && sudo apt full-upgrade [11:50] dont ever run commands posted on IRC [11:50] lol [11:51] wtflol: please don't [11:51] why not? [11:51] because someone will post something that will delete everything [11:52] !ops | remove troll wtflol [11:52] remove 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, dax [11:52] wouldn't that be obviously readible? [11:52] not always [11:52] regression time: The language selection menu does not appear on the X220T [11:52] like 'kill' or 'del' or 'rm'? [11:52] i wont give examples, but one was posted this morning by someone squatting my nick [11:52] booted from USB stick [11:52] Thomas__, just run the update app, and command line is easy to find. [11:52] ok [11:53] for kali [11:53] Thomas__: 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 documentation [11:53] great inspiration Oerheks [11:53] AppAraat: details please? [11:59] lotuspsychje: 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] I cannot believe how seemless this is working (using Ubuntu directly under Windows 10)... and FAST [12:04] installed alpine, just 10 seconds to startup with a 1GHz Sempron [12:04] I 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:06] When 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:08] bah, 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] anyone there? [12:08] no [12:08] Shunya, no, anyone is gone with everybody [12:09] these users can't see the nicklist somehow I guess [12:12] lucky-bloop: taking a look, 1 min [12:12] or maybe first enter to irc [12:13] lucky-bloop: is uefi mode on in the bios and csm legacy disabled? [12:14] thanks EriC^^! In the BIOS I have a choice between UEFI and Legacy modes and I'm using UEFI [12:15] lucky-bloop: what model pc is it? [12:16] Where is the default Java 10 JVM location? NetBeans can't find it anywhere [12:16] It's an Acer R3-131T, a cheap travel laptop [12:16] bionic gives java 8 + 11 [12:17] !find openjdk [12:17] Found: 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§ion=all [12:17] 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.efi [12:17] !find openjdk-10 [12:17] Package/file openjdk-10 does not exist in bionic [12:17] !find openjdk-9 [12:17] I 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 either [12:17] File openjdk-9 found in cruft-common, moka-icon-theme, papirus-icon-theme [12:17] !find openjdk-8 [12:17] Found: 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§ion=all [12:18] !find openjdk-8-jre [12:18] Found: openjdk-8-jre, openjdk-8-jre-dcevm, openjdk-8-jre-headless, openjdk-8-jre-zero [12:18] Hmm [12:18] Hello. 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:19] lucky-bloop: if you hold shift when the pc boots, do you get a grub screen? [12:19] MisterJei, maybe this page is a help https://help.ubuntu.com/lts/installation-guide/arm64/ch05s01.html [12:20] Thanks 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:21] No, 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] Yeah, 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:22] The ttySX devices are reporting as unknown with irq 0 at the moment [12:22] In the past I've seen shimx64.efi in that boot list but not since trying a clean install of 18.04 [12:22] I wasn't looking for how to install. Java 11 is installed..I can't find the right Java home [12:23] tomreyn: wrt to the locales proble, `sudo dpkg-reconfigure locales` generated the locale I need, but it still hasn't solved my problem [12:23] skinux: echo $JAVA_HOME [12:23] skinux, set your environment? see step #3 https://tecadmin.net/install-oracle-java-8-ubuntu-via-ppa/ [12:23] It's empty [12:23] MisterJei, depending on the hardware, there may not be native support for them in the kernel. Do you know their model? [12:24] possibly 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] export JAVA_HOME=/usr/lib/jvm/jre-1.8.0-openjdk ? [12:24] JimBuntu, 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:25] Also, 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:27] lucky-bloop: can you boot a live usb right now to troubleshoot? [12:28] MisterJei, Did you use the image that libre supplies? [12:28] omg, when is Ubuntu stop going to provide me locale based on where I selected the timezone from? [12:28] yeah sad story [12:29] JimUbuntu, 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] Is that image using Kernel 4.9? [12:29] Hmm, oh, wait, actually, I'm using the Firefly build, which may differ from the Libre Computer one... [12:29] Yes, jumping into a live boot now, thanks! [12:30] MisterJei, I think the libre one is the same, I see an updated date of July 17th. [12:30] MisterJei, http://share.loverpi.com/board/libre-computer-project/libre-computer-board-roc-rk3328-cc/image/ubuntu/ [12:30] Maybe, but the kernel version was reporting 4.4 before, so I wonder if they are out of sync [12:31] I'll try that. Thanks! [12:31] MisterJei, 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] EriC^^: I'm in a live boot terminal now. What should I try? [12:31] Yeah, 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:32] Hmm, I'm using the debugging uart, (RX/TX 2), I wonder if that would be related... [12:32] lucky-bloop: type "sudo mount /dev/sda1 /mnt && ls -lR /mnt/efi | nc termbin.com 9999" [12:32] I just followed those instructions, netbeans still says it cannot find java home === yn_ is now known as yn [12:33] MisterJei, http://forum.loverpi.com/discussion/107/ch340-driver [12:35] Ah, this looks very useful! Thank you. :) [12:35] I appreciate the help JimBuntu [12:35] EriC^^: Cool, here's the output: http://termbin.com/atmk [12:36] lucky-bloop: type "sudo blkid /dev/sda1 | nc termbin.com 9999" [12:37] MisterJei, and finally... http://roc-rk3328-cc.readthedocs.io/en/latest/debug.html [12:38] EriC^^: Here's that output: http://termbin.com/y0ox [12:38] MisterJei, ha, it defaults to 1.5Mb 8/N/1 I hope this info helps [12:38] Yeah, I have read through the docs page... unfortunately not terribly helpful. :D But with luck the ch340 driver link will help! [12:39] Yeah, I already had to rebuild uboot to change the baud rate :D [12:39] It does, and thanks [12:39] MisterJei, yw [12:39] 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:42] EriC^^: Time to try rebooting, right? [12:43] lucky-bloop: yes [12:43] EriC^^: This is soo helpful, thank you!!! [12:44] all good? [12:44] lucky-bloop: it worked? [12:46] Hi! 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, Corsa [12:46] Intel 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] EriC^^: Hmm not quite. It's still not booting but I can see "Windows Boot Manager" as a boot option now. [12:47] lucky-bloop: is that booting it? can you select it as the default boot option? [12:52] try to install Centos7 in VirtualBox,base system Ubuntu 18.04 but hangs at"Performing post-installation setup tasks" === MibixFox_ is now known as MibixFox === Murii is now known as Murii__ [12:53] on Centos channel said that VirtualBox is the problem === AdamDay108 is now known as AdamDay109 === BrAsS_mOnKeY is now known as tapio [12:56] EriC^^: 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 Found [12:57] lucky-bloop: ok, try to boot the live usb again [12:57] lucky-bloop: i forgot if you mentioned, did you try setting the adminstrator password and saw if new options appeared? [12:58] EriC^^: Do I need to copy my grubx64.efi into that new microsoft directory? [12:58] lucky-bloop: that might help yeah [12:59] EriC^^: I tried changing and setting admin and user passwords in the BIOS but didn't see any more options [12:59] ok [12:59] do n1ggers use ubuntu? === wtflol is now known as lola === lola is now known as wtflol [13:08] EriC^^: Okay, back into the live boot terminal, what do you recommend? [13:10] lucky-bloop: try to copy grubx64.efi [13:10] !op wtflol [13:10] !op |wtflol [13:10] 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, dax [13:15] thanks leftyfb [13:15] I couldn't remember the command :/ [13:16] hi, how can I kill pulseaudio? I tried "pulseuadio --kill" as well as "killall -9 pulseaudio" (even as root) but it keeps coming back. [13:17] (18.04) [13:17] has pulseaudio become immortal in 18.04? [13:18] woopdoppod: it's probably a service [13:20] leftyfb: "service --status-all |grep -i pulse" doesn't return anything [13:21] EriC^^: 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] lucky-bloop: great, good to hear, no problem === ZAZ is now known as Guest36591 [13:22] thanks leftyfb ;) === silly_ is now known as madhushanbagaval [13:22] woopdoppod, what's the issue with pulseaudio? [13:23] BluesKaj: I like to disable it so I can restart it as a jack sink [13:24] woopdoppod: https://askubuntu.com/questions/15223/how-can-i-restart-pulseaudio-without-logout [13:26] I'd like to have audio interface -> ALSA -> JACK -> PA kind of deal going on, but for that I have to kill pulse [13:26] Hi guys [13:26] leftyfb: tried that: https://bpaste.net/show/c7ef78983f8e [13:26] Error loading theme icon 'gtk-go-forward-ltr' for stock and 'gtk-go-back-ltr on firefox [13:27] gtk 2.24.32 [13:27] :-( [13:28] i try update-mime-datebase :-( [13:32] slipttees: what are you trying to do, and why? which ubuntu release are you running? [13:33] whenever I click on this one window in the taskbar on the left, it drags instead of making the window active [13:33] what can I do to fix this? [13:33] tomreyn: 18.04 [13:33] tomreyn: back and forward firefox x11-dev are missing [13:34] slipttees: i don't understand "back and forward firefox x11-dev are missing", can you write a full sentence? [13:35] tomreyn: navegation button are missing [13:37] slipttees: are you saying that firefox lacks navigation icons on the default gnome3 desktop of ubuntu 18.04? running X or wayland? [13:38] tomreyn: old firefox use gtk2 [13:39] slipttees: meaning? [13:39] I'm looking for docker-ce ubuntu 16.04 package [13:39] https://download.docker.com/linux/ubuntu/dists/xenial/pool/stable/amd64/ [13:39] looks like it got removed even though docs say 16.04 is supported ? [13:39] slipttees: we need more details of you, are you trying a theme, trying an older firefox? what are you doing? [13:40] !paste [13:40] For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [13:42] andi_646: you seem to be asking a question about software hosted at download.docker.com in #ubuntu - maybe this question would better fit in #docker [13:42] !details | leonardus [13:42] leonardus: 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] tomreyn: yes I will ask them [13:43] Shortcut to apply filter in LibreCalc. Like in MS-Excel, we can do [13:43] "Ctr + Shift + L" on windows [13:44] Shortcut to apply filter in LibreCalc. Like in MS-Excel, we can do "Ctrl + Shift + L" on MS excel in windows [13:44] m2_teknix: is this a statement, or a question? [13:45] 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] tomreyn: a question. Is there a shiretcut to apply auto filer in Libre calc? [13:45] lotuspsychje: 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] m2_teknix: there is a nice #libreoffice channel if you like [13:45] lotuspsychje: Thanks :) [13:46] m2_teknix: oh, this question is a lot more understandable now. [13:46] slipttees: we dont really support outdated packages, its also a security risk to use it.. [13:47] lotuspsychje: Is not firefox problem... my proble is gtk 2.22.34 [13:47] rsrs [13:47] slipttees: consider running an old ubuntu release which still supports the java web browser plugin in a VM. [13:48] slipttees: support wont last much longer there, though. [13:48] lotuspsychje: https://imgur.com/a/8TO4XwR [13:48] tomreyn: https://imgur.com/a/8TO4XwR [13:49] tomreyn: https://paste.ubuntu.com/p/DtrzGJQt8m/ [13:49] lotuspsychje: https://paste.ubuntu.com/p/DtrzGJQt8m/ [13:51] slipttees: running firefox versions which are not the one in the same ubuntu version you have installed is not supported here. [13:52] slipttees: are you saying that this is the firefox version which comes with your ubuntu release? [13:52] tomreyn: No. Older firefox [13:52] slipttees: okay, that's not supported, good luck. [13:52] tomreyn: Thanks (y) [13:53] gtk cant read svg : [13:53] :-/ [13:54] Good afternoon folks, I am currently looking to replace ifupdown / netplan on bionic and xenial and use networkd to get some consistency in the config [13:54] Is there a set of reference or commands which work well for checking networkd status? [13:54] Hello 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:55] In my particular case a bit of dhcp config wont work [13:55] 101 eth0 ether routable configured [13:55] 103 eth1 ether degraded configuring [13:55] I need to see why it is degraded === madhushanbagaval is now known as yamini [13:57] Shiva187: how did you "download [and install] Samba Client and depednencies"? [13:57] boxrick: there's the journal and you can filter by systemd-networkd.service. the usual dmesg for kernel messages too. [13:57] tomreyn: through terminal did "sudo apt-get install smbclient" and "sudo apt-get install samba" [13:58] Cheers blackflow [13:58] So just logged in the journal as usual then really [13:59] Shiva187: so when you say you are trying to "access [the] Windows Workgroup" and "display the network", are you referring to network shares? [13:59] the error message seems to suggest so. [14:00] Yes, we have a "Server" that we get like scanned documents from etc [14:00] boxrick: yes, for example journalctl -u systemd-networkd.service [14:00] Seems there is a stub command also [14:00] 'networkctl status eth1' [14:00] Shiva187: 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:01] Maybe 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:02] boxrick: yes, but I thought you knew about it, given the output you posted, that looks like output of networkctl list [14:02] Shiva187: 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-linux [14:02] Yea it is, but seems it doesn't help much either. [14:03] Oddly nothing in the journal why this interface is degraded [14:03] Not very helpful [14:03] thanks tomreyn [14:04] boxrick: well what does networkctl status eth1 show? [14:04] boxrick: and btw, if you're gonna use the old ethX naming, you better lock them down with some matching on MAC addr [14:05] This is a container, so its all pretty normal naming [14:05] hmm tomreyn keep getting name_query failed to find name [14:05] Shiva187: maybe try smbtree, as discussed on this page i linked to, too. [14:06] boxrick: what container tech? [14:06] LXD3.2 [14:07] boxrick: I'm not really sure ethX is specific or normal to LXD [14:07] Its quite normal. [14:07] Even more confusing is running 'dhclient' everything springs to life, I wonder if the networkd setup is a little funny in xenial [14:08] \o/ https://www.humblebundle.com/books/linux-geek-books === yamini is now known as m0421833 [14:08] boxrick: iirc networkd doesn't need dhclient. if you're also using dhclient, there may be a conflict [14:08] tomreyn: it returns nothing :/ [14:08] I imagine it just reverts back to ifupdown [14:09] Anyway, I will have more of a play [14:09] tomreyn: i did mblookup WOKRGROUP but only mine shows up [14:11] Shiva187: hmm, sorry, i don't know then. i usually know the shares and can refer to them directly. [14:11] Shiva187, try ' client max protocol = NT1 ' (without quotes) in smb.conf [global] section [14:12] Shiva187, and restart smbd and nmbd [14:14] tomreyn: I fixed.... [14:14] ok ioria [14:15] tomreyn: install tango-icon-theme and edit my defauilt index.theme with Inherits=Tango. Fix older firefox icons [14:15] :D :D :D [14:18] lotuspsychje: fixed . Installed tango-icon-theme and edit my default index.theme with Inherits=Tango. Fix older firefox icons :D [14:20] Ok 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 it [14:22] woot 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 it [14:23] took 9 he's or something to move everything over 60gb lol [14:23] *hours [14:30] Shiva187: you may still need to provide a username using -U [14:30] how 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:31] Shiva187: there is also --no-pass apparently [14:32] i have this weird setting knob on the top let corner, chrome 67.0.3396.99 https://imgur.com/a/5w5Lt04 [14:32] slipttees: its still not supported and your system can get affected like this, see !usn [14:32] c/left [14:32] Cubic looks close [14:33] donofrio, there is no to to convert an install to live iso [14:33] you are not the 1st one to ask [14:33] oerheks: looks like an enable/disable button, does it toggle when touch? [14:33] no toggle, lotuspsychje , do you see it too? [14:34] oerheks: new feature or addon button? [14:34] JimBuntu, 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] oerheks: i only have chromium here [14:35] oerheks: 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:37] i do not find it in the source of the page [14:40] oerheks: this only happens on that 'last visited' tabs? [14:43] no, always, just cleaned history and such [14:43] oerheks: could it be related to settings/show 'homepage' button? [14:43] no [14:45] oerheks: the button looks like a settings button right? [14:45] checked on chromium its lookalike === nat__ is now known as Natkeeran [14:47] i wait untill someone else with chrome can answer, https://imgur.com/a/5w5Lt04 [14:49] oerheks: I have the same version chrome installed and don't have that. Extension? [14:50] oerheks, I am using the same version, I don't have that toggle [14:50] maybe an extention, i am removing chrome now, and clean .config and .cache [14:50] you know that won't work right? === sancruiser1 is now known as MrGobler [14:51] oerheks: your extensions are loaded with your google profile. As soon as you login to google, all your extensions will be pulled down again [14:51] oerheks: google-chrome --disable-extensions --disable-plugins [14:51] and it is gone ... [14:51] * oerheks worries [14:51] browser injection :p [14:52] i reported to google, so lets wait and see, if more find this switch [14:52] lotuspsychje, yes, i think so too [14:52] Hi. 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] because currently Im doing an ssh-add every time after I logged in [14:53] fub, your client might ask that, yes [14:53] fub: yes, are you using xinitrc or something? the trick is to start i3 through ssh-agent [14:54] blackflow: my i3 is started over gdm (thats where I log in) [14:54] fub: although, that's a half-yes to your question. meaning, you start through ssh-agent, and you need to ssh-add your key once [14:55] blackflow: Im currently doing ssh-add once before I use ssh [14:55] fub: so ssh-agent is actually already running? [14:55] but would be nice if "ssh foo@bar" is aware to do this one time [14:56] blackflow: yes ssh-agent is runing [14:57] looks like gdm-session-worker started i3 and this started ssh-agent [14:58] and .. the knob is back [14:58] oO [14:58] lol [14:58] problem ? [14:58] oerheks: cant you inspect it somehow [14:59] ikonia: oerheks got a weird knob at left corner in chrome [14:59] ineresting [14:59] ikonia, top left corner https://imgur.com/a/5w5Lt04 [15:00] cant find anything related in google pics [15:00] reinstalled with clearing .cache and .config, ghostery plugin and ublock [15:00] oerheks, Does it also appear when using incognito? [15:00] JimBuntu: nice idea [15:01] oerheks, Did this process also remove your frequently visited items (the thumbs of web pages) ? [15:01] and persist with all extentions removed [15:02] JimBuntu, incognito, there is no switch [15:02] oerheks, 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/etc [15:03] there is no way to select that knob so i can spot it in the source :-( [15:03] other account does it too.. odd [15:05] i am going to reboot [15:09] oerheks: only i could find on homescreen was: https://developers.google.com/web/updates/2018/06/a2hs-updates [15:10] /msg NickServ VERIFY REGISTER MrGobler qgjjlrvvbuou [15:10] MrGobler, change your pass [15:10] oerheks: i still think its related to a new feature of some kind.. [15:10] 2nd machine, 18/04, no problems.. [15:11] oerheks: a malicious item, would never show a gui object right? [15:11] oerheks, can you screencap it while using the other user please [15:11] i am nt sure, it is not a glitch. [15:11] oerheks, well, perhaps the toggle wasn't intended to be shown... but oops. [15:12] oerheks: can you fight with about:config ? [15:12] perhaps something homepage related? [15:13] when i log out: still there https://imgur.com/a/QMnXjGv [15:13] is this a hint from google, to upgrade to 18.04? [15:14] I have a lurking suspicion it is caused by one of those 8 websites being auto-scraped to show you the preview [15:16] oerheks: https://developers.google.com/web/updates/2018/05/nic67 [15:16] could it be related to those new webapps system perhaps, add to homepage? [15:17] Hello,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) === harry__ is now known as harry235666 [15:18] I 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] rgvon: it means there isn't a package for bionic [15:19] ikonia, so that means I won't be able to use it on Kubuntu 18.04? [15:19] rgvon, ikonia Confirmed, only 12.04 -> 14.10 [15:19] correct [15:20] lotuspsychje, photo of both https://imgur.com/a/X4ORlBm [15:21] ikonia, JimBuntu, can you suggest some time tracking app? I have tried Time Log. [15:21] not I [15:21] oerheks: weird [15:22] rgvon, Toggl [15:23] JimBuntu, thanks,do you know any free and open source alternatives? [15:23] rgvon: you can search apt with: apt-cache search time [15:24] rgvon, https://alternativeto.net/software/toggl/?license=opensource <-- that's about the best I can add [15:24] hello there is a tutorial of linux? [15:25] !manual | takeme yes [15:25] takeme 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] lotuspsychje, thanks,a lot came up [15:26] JimBuntu, thank you [15:26] rgvon, yw [15:26] takeme, go to youtube.com, search for nixie pixel beginning linux [15:26] actually let me try that [15:27] https://www.youtube.com/watch?v=yX3VOiMBtaA [15:28] girl want to show me Breast milk [15:28] takeme: not here [15:28] this is an ubuntu technical support channel [15:29] jim: ? [15:30] my changes to /etc/default/grub don't appear to have any effect [15:30] I ran sudo update-grub after saving the file [15:30] but on reboot, everything is the same as it was, for example I changed the timeout setting but the timeout is still the old value [15:30] the grub screen says I'm on grub 2.02 [15:31] I do have a UEFI system and I confirmed that I did boot/install in UEFI mode [15:31] any ideas what is wrong or what I'm missing here? [15:33] EriC^^: we need you ^ [15:35] gehn: try adding "GRUB_RECORDFAIL_TIMEOUT=$GRUB_TIMEOUT" at the bottom below GRUB_TIMEOUT and update-grub [15:36] well the timeout is not really what I wanted to change [15:36] I want to save the previous boot selection [15:36] the timeout part is just an example of how I can generally confirm that the setting change is not taking effect [15:37] gehn: can you pastebin /etc/default/grub and /boot/grub/grub.cfg ? [15:38] Alguien que sepa como agregar tipos de fuentes (letras) para que las use Kodi? [15:38] ikonia,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:39] !es | AyudaKodiAndroid [15:39] AyudaKodiAndroid: 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] So 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 second [15:39] Gracias [15:40] grub.cfg https://pastebin.com/wd0W8aaH [15:40] default grub https://pastebin.com/Jh5Vtnqv [15:40] EriC^^, [15:40] This is the script: [15:40] https://ghostbin.com/paste/tn37j [15:41] If I execute the script directly (not from rc.local) I receive this error: /usr/bin/env: 'node': No such file or directory [15:41] 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 loaded [15:41] what edit could be simpler than changing timeout? [15:41] also what is grub shell and how do I access it? [15:42] I assume that's something I get to when I see the grub screen upon boot? [15:42] gehn: yeah, press "c" in grub and you'll get the shell [15:42] also btw I did change more than timeout [15:42] I changed GRUB_DEFAULT and GRUB_SAVE_DEFAULT [15:42] and is it $prefix or $PREFIX ? [15:42] lowercase [15:42] ok [15:42] brb [15:45] how do I interrupt a UEFI boot on bionic? [15:46] rgvon, 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 install [15:46] I need to add a kernel command line argument, but I can't seem to interrupt grub. [15:46] today i just reinstall ubuntu 18.04 but not able to open system setting from top right corner and couldnt find it in app menu [15:46] I can get to the UEFI boot manager, but I'm not sure where to go from there. [15:47] XenophonF: does holding shift or esc bring grub? is fastboot disabled? [15:48] JimBuntu,sorry for asking off-topic,thanks,I will try it. [15:48] Let me check the fastboot setting. I'll try holding Shift or ESC too. [15:51] EriC^^, ok so the timeout does take effect, but saving the previous boot selection does not [15:51] also $prefix is /boot/grub === ben_r_ is now known as ben_r [16:00] EriC^^, 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 now [16: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] EriC^^: holding Shift didn't work - trying ESC next [16:00] though I built a new system a few days ago [16:01] so maybe grub doesn't like UEFI or M.2 NVMe for some reason? [16:01] That got me to a `grub> ` prompt [16:04] only "ubuntu" is listed in the EFI boot manager [16:05] I dunno - will try booting from USB. I just need to reset the admin password. [16:05] was hoping to boot with init=/bin/sh [16:10] hello [16:11] I'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:13] I even tried sudo grub-set-default && sudo update-grub [16:13] but still the previous selection won't save [16:14] linux_user2: snaps are another packaging format, some are installed by default. You can uninstall them, but they do no harm in and oft themselves [16:14] qwebirc2895, 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 from [16:14] linux_user2: also, please don't use /me in the channel for questions, it's hard to follow. [16:15] qwebirc2895: JimBuntu there have been bugs in this space, but it should mostly work, yes. [16:16] qwebirc2895, 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:17] Actually 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] Yeah, sorry, forgot the name changes [16:17] The behavior of it seems to be it only works with snaps, which is not what I was expecting [16:18] nacc: 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] brb - grabbing my laundry [16:18] qwebirc2895: when it's running and you do `ps aux | grep software` does gnome-software show up? [16:18] linux_user2: why do you care if you have loop filesystems mounted? [16:18] linux_user2: snaps require loopback mounting, so if you wnat snaps, then no. [16:20] nacc: yes, it shows up as /usr/bin/gnome-software --gapplication-service [16:22] Hi, my ubuntu server 18.04 is suddenly freezing: the last log line in syslog ist mostly showing this: ^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^$ [16:22] qwebirc2895: ok, then that's the correct program [16:22] For 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 it [16:23] hispeed_m, that log is probably normal [16:23] qwebirc2895: you would uninstall it via apt [16:23] zjf [16:23] qwebirc2895: on 18.04, they may have fixed the bug you are referring to; it shows two hexchats now [16:23] compdoc can I get more out from the logs? why it happens? [16:23] qwebirc2895: i'm not 100% if that is still a problem on 16.04 [16:24] hispeed_m, some logs cant be read, but try others/ [16:24] it was running fine for about 1-2 weeks. then i installed: apt install kopano-migration-pst and the problem started. [16:25] sudo apt-get remove kopano-migration-pst <- I have done that and rebooted but it doesn't help. [16:25] hispeed_m: you might need to purge it? [16:25] !info kopano-migration-pst bionic [16:25] Package kopano-migration-pst does not exist in bionic [16:26] hispeed_m: also not an ubuntu package, so who knows what else you've done :) [16:26] Hm. 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] But I still want to find out if there are any exceptions where I can use the GUI instead of the terminal [16:26] So I already confirmed I can't use it to uninstall apt stuff, but I wonder about for searching. [16:26] its from the groupware Kopano and they released it for 18.04 i don't think its from this package. [16:27] qwebirc2895: i mean you can install/remove snaps from the terminal too [16:27] qwebirc2895: synaptic [16:27] qwebirc2895: and search for ana pplication that does not have a snap and see if it shows up? [16:27] qwebirc2895: a gui for apt stuff [16:27] Here 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 terminator [16:28] hispeed_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] But if I search Ubuntu Software, it does not show up [16:29] nacc: 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] linux_user2: ok, then remove the snaps. [16:29] linux_user2: you will lose some applications. [16:29] linux_user2: you say 'packages' like you know what you're talking about, but snaps are just packages in a different format. [16:29] nacc 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] hispeed_m: you can purge after, yes. [16:30] linux_user2: you still haven't said *why* you don't want snaps, so there's that as well [16:30] qwebirc2895: i see the same behavior on 18.04 [16:30] I 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 better [16:30] ok thanks nacc :=) i wait now and look what happens, I hope nothing happens :D. [16:30] this 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 browsh [16:30] xjkx: artful expires today [16:30] lol [16:30] xjkx: it is senseless, yes. [16:31] So tomorrow we get 18.10? [16:31] nacc: 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] gogeta: I guess i will try that synaptic then as an alternative GUI [16:31] xjkx: 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] linux_user2: because you are acting irrationally [16:31] xjkx: no, you can upgrade to 18.04 [16:31] linux_user2: if you don't have a reason, it's hard to know if you actually need to care [16:31] nacc: 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:32] linux_user2: and 'zillion' is an incredible over-exaggeration. [16:32] linux_user2: it depends on the *application* i think. [16:32] linux_user2: again, use the correct terminology and we can try and help. [16:32] qwebirc2895: if its in your repos then synaptic can install it [16:32] qwebirc2895: or remove whatever [16:32] nacc: yea i know what I'm doing, I have another one stable, it would be more for testing, so how do I get this alpha [16:32] xjkx: 18.10 will be out in october, per the nameing [16:33] xjkx: just like anything else? also #ubuntu+1 for info [16:33] linux_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] qwebirc2895: its handy for things not in the app store [16:34] linux_user2: which is why it would be nice if you had any actual reason for not wanting snaps, etc. [16:35] So 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:36] qwebirc2895: synaptic reads any repo you have enabled [16:36] qwebirc2895: any ppas etc [16:36] qwebirc2895: snaps are an interesting case [16:36] qwebirc2895: they are audited a bit by the store/security team [16:36] qwebirc2895: but generally, they are under the control of the author, not canoical [16:37] qwebirc2895: i dont think it supports snaps [16:37] qwebirc2895: so you need to do some due diligence, imo [16:37] gogeta: i believe y9ou are correct, re: synaptic === Vinylourson is now known as Guest50548 [16:40] Will I also find stuff from canonical as a snap? [16:40] When 17.10 expires support (today), will apt-get stop working ? [16:43] xjkx: normaly they keep working for a wile longer but you litterly get no updates [16:44] nacc: 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] xjkx: may i ask why you have no updated [16:45] gogeta: oh i'm just curious learning stuff [16:45] linux_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] linux_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:46] nacc: does snap use more memery or something [16:47] Hello! [16:48] What does the term library in Linux mean? [16:48] mohnish_: depends on the context [16:48] What? [16:48] nacc: 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 Ce [16:48] ntOS 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] I am done with Ubuntu. [16:49] linux_user2: goodbye [16:49] goodbye and thank you to all [16:49] So, 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 issue [16:49] whenever I try to do "Lshw" in any capacity, it instantly softlocks [16:49] linux_user2: the point in snap is to work with any distro [16:50] gogeta: they don't care [16:50] linux_user2: its not a ubuntu only thing there just the first to use it [16:50] ok [16:50] hello? [16:50] qi_: what can we help you with? [16:51] hello??? [16:52] and frankly, I don't know what to do and google really is not helping me here [16:52] gogeta: 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:53] MrCrow: got a touchscreen? [16:53] MrCrow: sounds like the PC's ACPI firmware not working well with Linux to me [16:53] MrCrow, What make and model of laptop? AND Have you tried any of the live usb/dvd/etc ? [16:53] MrCrow: this may help you: http://iam.tj/prototype/enhancements/Windows-acpi_osi.html [16:53] linux_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] nacc: wouldent that be a problem if you had lots installed or is it only when there active [16:54] gogeta: i'm not 100% sure on that, tbh; probably a question for #snappy [16:54] gogeta: they also aren't mlocked, afaik, so they can be swapped, etc. [16:54] gogeta: there is a maximum number of loopback devices as well, etc. [16:54] hello guys anyone has any idea on ipxe ? [16:54] nacc: so they probly are on the fly [16:54] It 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 hitatchi [16:55] gogeta: yeah, that'd be my guess, but i'm not an expert on that detail :) [16:55] nacc: yea not seeing the problem then [16:55] but I was having this issue with other hdds as well, its not the specific hdd I'm using thats causing the problem [16:55] its just on the laptop [16:55] MrCrow: got a touchscreen? [16:55] no [16:56] MrCrow: nvidia chipset? [16:56] MrCrow, someone actually write a guide for installing Ubuntu on that model - https://connorkuehl.github.io/dell-inspiron-7559-linux-guide/ [16:57] JimBuntu: Thank you! I'll see if that helps and come back [16:58] leftyfb, yes, it has VNVidia [16:58] MrCrow: I would focus on getting proper nvidia drivers going [16:59] linux_user2: you just seem angry at change. [16:59] gogeta: please let it go [17:00] linux_user2: what about kubuntu i dont think they use any snaps [17:00] gogeta: please let it go. And yes they do [17:00] leftyfb: ah [17:01] leftyfb: i been snug as a bug with plasma 5 kde rocks so hard now === sylvain is now known as Guest7400 [17:11] Hi I try to install Ubuntu on a nex PC but the installation is blocked on the logo [17:12] new [17:13] how can I pass in console mode to debug ? [17:20] minimum space disk for a ubuntu 16.04 server with isc dhcp, php, apache2 installed? [17:23] wr let us know when you found out, i have no idea .. 10gb .. 15? [17:24] wr, https://help.ubuntu.com/16.04/serverguide/preparing-to-install.html#system-requirements [17:27] wr: 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 matter [17:27] wr: are you asking for a VM sizing, or something? [17:28] nacc it freezed again so i need to purge, how can i do correctly? [17:35] hispeed_m: `sudo apt-get purge ` [17:35] nacc, yesm vm exactly that [17:35] hispeed_m: and then i guess you need to do that for the ones you autoremoved as well [17:36] wr: usually disk isn't really the constraint for a VM ... what are you planning on hosting? [17:36] wr: you may also prefer to ask in #ubuntu-server [17:36] nacc, is for isc dhcp, php, apache2 [17:36] wr: yes, you said that already. Those are just services. Alone, they don't do anything. [17:36] ah, forgot the #ubuntu-server [17:39] !ping [17:39] pong! === Guest7400 is now known as Sylvain253 [17:39] ioria, nacc, oerheks gonna "move" topic for #ubuntu-server [17:40] can't find a helpful tutorial on how to install ubuntu on an asus x205t anyone able to point one out to me? [17:41] xoxo, yes, 1m [17:41] wr: thx [17:41] xoxo, https://youtu.be/Y5acA2zRzNY search on channel there are plenty [17:42] how helpfull .. [17:42] xoxo: does anything not work then? [17:42] ? [17:42] this is ubuntu 15 [17:43] 18 is out now! @wr [17:43] xoxo is this a 32bit UEFI machine ?? [17:43] When 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] is this normal? [17:43] xoxo, https://youtu.be/8xpt-KGzsfs got to go now bit in a hurry, but i'll be back [17:43] xoxo, if so, i would not touch it. [17:44] wr stop spreading youtube links, not helpfull === wojciech is now known as Guest57992 [17:44] bipul: it can be, depends. [17:44] What can be? Please be specific. [17:45] oerheks: https://www.asus.com/us/Laptops/ASUS_EeeBook_X205TA/specifications/ [17:45] bipul: 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:46] xoxo i read in the forum that machine has 64 bit cpu but a 32 bit uefi, cheap [17:46] just checking [17:47] bipul: 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] https://github.com/lopaka/instructions/blob/master/ubuntu-16.04-install-asus-x205ta.md [17:48] ubuntu uses grub2? [17:49] Nora9, yes [17:50] tomreyn, 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:54] hi there ! How can I find out the shell name that my current session is using ? [17:54] bipul: 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] i want something that prints out ubuntu@ip-171-21-44-122:~$ [17:54] s0lucien, echo $0 [17:54] or at least the second part [17:55] * tomreyn bbl [17:55] it says -bash [17:55] tomreyn, he is crossposting , so he got help :-D [17:55] i want the host name part [17:55] s0lucien, set it in the terminal profile [17:56] the thing is the `hostname` command gives me a strange machine name . I want the shell name [17:56] isn't there some variable that i can print ? [17:56] it is set by the administrators of the university computers [17:59] s0lucien: you haven't tried $SHELL ? [18:00] Hey 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] unable to launch* [18:00] Chrome and Terminal still seems to work though. [18:00] So there's that. [18:00] qwebirc55018: 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:01] How can I get System monitor to start? [18:01] And second of all, what happened that lead to me being unable to launch my programs? [18:03] you said after updates, open terminal and run updates again? if that does not give something, sudo apt install -f # and see if that fixes something [18:04] Nothing to fix. [18:05] The 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] I restarted, but still nothing. === pavlos_ is now known as pavlos [18:10] K [18:10] An update to that, I'm able now to start Minecraft, both from the terminal and the launcher. [18:10] Previously, it said it wasn't able to connect to the X11 server. [18:10] Q PEZ [18:11] I had a boyfriend named, "Ubuntu" once. [18:11] But 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] He would "play the bongos" on my ass. [18:14] neilknew, please keep this channel family friendly, thanks [18:14] qwebirc55018, no idea, file a bugreport [18:16] can i invoke the "copy " GUI action of Thunar from terminal? something like thunar cp * * [18:18] usrshv1: not sure i follow? why would you need the GUI if you are on the terminal [18:20] nacc: 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:21] usrshv1: that might be a better question for the upstream thunar or xfce communitieis [18:21] usrshv1: someone here might know, admittedly, but it's really specific to that bit of software, rather than ubuntu-owned, i'd expect [18:21] nacc: i will see! Thanks. [18:24] usrshv1: yw [18:29] Hello [18:29] genata: Hello [18:29] Can I pls ask for help [18:30] ask your ?, dont ask to ask [18:30] :) [18:31] ok thanks [18:31] I buy laptop second hand [18:31] HP Elitebook 8560W [18:32] and I can't set boot menu (grub) [18:32] I 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:33] to start ubuntu I have to choose boot options and select efi launch [18:33] how to fix this [18:37] Oh actually I mean deja-dup the GUI client [18:38] genata: do you mean that everithing works, exept automatic boot? [18:39] yes [18:39] if I start laptop normaly it load only windows 10 [18:39] uboa: try update [18:40] !uefi | genata [18:40] genata: 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/UEFI [18:40] usrshv1, thank you for your advice. I will try this and get back to you. [18:41] ubottu:thanks [18:41] You're welcome! But keep in mind I'm just a bot ;-) [18:42] genata: did you know that your nick mean "wedded female" "жената" in russian? please, take no blame ) [18:44] usrshv1, 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:46] usrshv1, weird i think it's... working now possibly? [18:46] uboa: Ctrl + F "error" in log view ? [18:47] usrshv1, so far nothing has entered /tmp/deja-dup.log weirdly enough... oh now it's asking for password again... [18:47] fingers crossed i guess [18:47] genata: you can also idle till EriC^^ comes back, he's our uefi specialist [18:48] it keeps asking for my password usrshv1 and there's nothing in the log... [18:49] uboa: why it is asking your password? [18:49] usrshv1 it's asking my encryption password because i'm encrypting my backups [18:49] thanks guys [18:49] uboa: so enter that password? [18:50] usrshv1, 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 anything [18:50] i know the password is correct [18:50] uboa: if you run from GUI? [18:51] i will try running from gui instead of using `DEJA_DUP_DEBUG=1 deja-dup --backup | tail -n 1000 > /tmp/deja-dup.log` [18:53] uboa: do you have rw rights on /tmp/deja-dup.log? maybe that asks you password, not GPG encription password [18:53] no it's the gpg encryption password it's asking for [18:53] also now i'm just running in GUI mode without the log [18:53] like u mentioned [18:53] and ? [18:53] it's still going [18:54] we'll see [18:54] it just gets stuck in a loop where it keeps asking my duplicity encryption password [18:55] hi [18:57] uboa: 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 configs [18:57] "reset" [18:57] usrshv: this has persisted PAST a fresh install i made because of this problem [18:57] i will try it nonetheless [18:59] uboa: I am so sorry. anyway, i never used encriotion on my disks... [18:59] u tried tanks [19:02] uboa: 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] On ubuntu 17.10, Chrome 67.0 freezes like half the time i view a message in the new gmail. [19:03] uboa: also https://wiki.gnome.org/Apps/DejaDup/Help/Restore/WorstCase#Restoring_by_Hand ? [19:03] energizer, 17.10 reached EOL today, upgrade please [19:04] energizer: or install from their site, not from repos [19:04] uboa: 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] usrshv1: i installed from https://www.google.com/chrome/ [19:04] usrshv1, lolz, chrome comes from their site/repo [19:05] tomreyn ok uwu i'm just trying to get deja-dup to output/be verbose [19:05] so i can see wat the actual error is [19:06] unfortunatley im out of time and gotta move on to other things rn but i'll come back here later [19:06] -_-; something as basic as backups failing after a fresh ubuntu install [19:06] pretty bogus [19:06] [cheatmode on: drunkardbearmodeon] energizer: oerheks: Do Your know who I am!? An FatFox proud user, Sires!!! [19:07] uboa: No backups - no troubles ) [19:07] anus [19:07] janus [19:07] painus [19:07] qanus [19:07] !ops | neilknew [19:07] neilknew: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, bazhang, chu, dax [19:07] lanus [19:07] brainus [19:07] !ops | mister neilknew is trolling again [19:07] mister 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, dax [19:07] !ops | anus [19:07] anus: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, bazhang, chu, dax [19:07] !ops | anus [19:07] the ops can hear you the first time [19:07] i'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] 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 [19:07] give em a second lol [19:07] 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 SPAM SPAM [19:07] 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 [19:08] lol [19:08] see [19:08] troolling in action [19:09] my 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] Do you have multiple wifi cards or something? [19:10] That seems really weird, especially the error message [19:10] I don't think so. I have one wifi, one ethernet, and some virtual network devices from docker [19:10] malwar3hun73r: why do you edited "This file provides defaults"... how you will now reset bad changes? [19:10] Sven_vB: is this the only message repeating, or is there another one? [19:11] i can see that ssh is now listening on the new port and i can establish a connection, but a shell is never spawned [19:11] i see connection "ESTABLISHED" but never get a shell [19:11] malwar3hun73r: how did you restart it? [19:11] usrshv1, it's a digital ocean box, i can get a terminal through the web === ubuntu is now known as Guest19225 [19:12] so that's how i'm still getting cli access [19:12] service sshd restart [19:12] tomreyn, and rebooted and systemctl [19:12] netstat shows sshd listening on the new port specified [19:12] usually, all of these options would have worked fine. [19:13] ubuntu is awesome [19:13] tomreyn, 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/sessionclean [19:13] malwar3hun73r: you must have reconfigured something else then, or the file system ran full, or it went read-only. [19:13] Sven_vB: thats ufw blocking some network request [19:14] if 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 started [19:14] tomreyn, it's a fresh drop of ubuntu 16.04 on digital ocean [19:14] ubuntu is awesome [19:14] thanks for the confirmation, Guest19225 [19:15] possible to boot from external hdd? [19:15] gogeta, yeah, ufw can have its own log if it wants, but not my syslog for that kind of cryptic message. [19:15] tomreyn, for sanity, i blew away the machine and created a new one and the only changes made were to sshd_config [19:15] no firewall, no ufw, no iptables [19:15] sudo ufw logging on [19:15] ugh just did an rsync --delete on the wrong directory.. theres no way of recovering that is there? [19:16] slade rsync it back, without --delete [19:16] malwar3hun73r: none of this rules out a file system running full or going read-only [19:17] oerheks, it didnt work correctly. source/dest reversed :( [19:17] Sven_vB: which ubuntu release is this (lsb_release -ds), which kernel version (cat /proc/version)? [19:17] malwar3hun73r: have you check to make shure your roughting is the same [19:18] malwar3hun73r: its internel ip probly changed [19:18] do-dist-upgrade says not enough disk space on /boot. what can i do? [19:18] autoremove doesnt remove anything [19:18] energizer: pastebin `df -h` and `ls -ahl /boot` [19:19] Paste ] [19:19] energizer: look for old files at /var/cache/apt/archives/ ? === fcastillo_ is now known as fcastillo [19:19] Nora9: yes, it is possible to boot off an external hdd. [19:19] Pastebin Is Closed [19:19] nacc: https://paste.pound-python.org/show/4qpzObi92oV7JK7eFBkk/ [19:19] tomreyn, Ubuntu 16.04.4 LTS xenial, kernel: 4.4.0-130-generic, x86_64 [19:19] Nora9: generally, anything your bios lets you boot from will work. [19:20] Guest19225: please stop. [19:20] energizer: what does `uname -r` report? [19:20] Sven_vB: try ubuntu 16.04.5 then [19:20] tomreyn, gogeta ip is correct [19:20] Ok [19:20] energizer: afaict, you're not using any valid kernels [19:20] nacc: 4.13.0-46-generic [19:20] oh wait, 4.13 is current hwe [19:20] malwar3hun73r: with my roughter it also uses the host name [19:21] i wonder if extundelete will solve this [19:21] malwar3hun73r: try connecting to the LAN IP of the system running the ssh server using netcat, but form this very system. [19:21] malwar3hun73r: if you have no ufw and ssh active and the correct roughting it should be golden [19:21] energizer: 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:22] energizer: my guess is you removed some metapackage [19:22] tomreyn, in that case I'll prefer to wait for bionic. :) maybe I'll have time for that tomorrow. [19:22] Sven_vB: you'll need to install the latest patches anyway, it's part of the upgrade process === whatshisname is now known as jimbo [19:23] malwar3hun73r: not the most secure of options [19:23] tomreyn, you mean the usual aptitude full-upgrade? === matthiaskrgr is now known as Guest85085 [19:23] Sven_vB: yes [19:23] tomreyn, thanks for reminding me. it's been a few days. [19:24] gogeta, it's not a security concern at this point [19:24] but, eventually, yes [19:24] Sven_vB: although i'd recommend apt / apt-get nowadays, but i guess aptitude works, too. [19:24] i can ssh locally [19:24] malwar3hun73r: then its 100% a roghting problem [19:24] malwar3hun73r: locally to the loopback address, or to the LAN address? [19:25] tomreyn, 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:26] Hp Laptop [19:26] ubuntu is awesome [19:26] Sven_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] ubuntu is awesome [19:26] ubuntu is awesome [19:26] ubuntu is awesome [19:26] ubuntu is awesome [19:26] !ops Guest19225 [19:27] malwar3hun73r: maybe the isp is blocking prrot 22 many do [19:27] port [19:27] malwar3hun73r: you would need to set your ssh on a diffrent port [19:27] tomreyn, yeah well we all have to prioritize where to spend our waking hours. :) [19:28] gogeta, yeah, i'm specifying the port on the command line [19:28] Good Luck! [19:28] malwar3hun73r: but is your server on a diffrent port [19:28] Sven_vB: right now, i suggest you spend them on getting your firewall / port forwarding setup correctly. ;) [19:28] tomreyn, gogeta connecting to the public address on the new port works locally === Guest85085 is now known as matth1askrgr [19:29] Sven_vB: oh wait, that was to malwar3hun73r [19:29] gogeta, yes, the point of this conversation is focused on changing the port of a server [19:29] malwar3hun73r: so it's clearly a firewalling / port forwarding issue. [19:29] no prob, I have network config issues on my todo as well. :) [19:29] malwar3hun73r: if it working localy then the server is responding to request [19:30] tomreyn, i would normally agree, BUT if i run a netstat command i see connection ESTABLISHED from my remote IP on the new SSH port [19:30] also some netfilter guy called to remind you that ports cannot be forwarded. :P [19:30] tomreyn, so the connection occurs === nchambers is now known as uplime [19:30] tomreyn, it's like the ssh server is not sending back a shell === ubuntu__ is now known as ubuntuUser [19:30] Hi Guys [19:31] tomreyn, but the connection (at least as far as netstat can tell) is established on the new port from my remote IP [19:31] malwar3hun73r: it's possible that the new port you chose has restrictions applied to it by your hosting provider [19:31] malwar3hun73r: you would need to be ablle to login to the roughter to be able to change the port fowaring [19:32] malwar3hun73r: ywa use some crazy non standerd port [19:32] yea [19:32] malwar3hun73r: that's hosting / upstream connectivity provider [19:35] ubuntuUser: hi, did you have an ubuntu support question? === fcastillo_ is now known as fcastillo [19:36] ubuntuUser: 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] malwar3hun73r, your nickname sounds like you should have packet captures that tell you exactly what happened. [19:36] ok [19:37] WHAT [19:38] sqdfc8orv [19:38] ]lQ.OTG IU R40P3 GFRB3`T8Y35IH5U5 T8 [19:38] BLK ZGFXFLJGV ALJS [19:38] ubuntuUser: stop it [19:38] Ahygli []DSVlosgz !ops | ubuntuUser [19:39] ubuntuUser: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, bazhang, chu, dax [19:40] Sven_vB, thanks for the help [19:40] ubuntuUser: Please stop spamming gibberish into the support channel. [19:41] tomreyn, 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 works [19:41] ok [19:41] 2001, 2002, anything but 2000 [19:42] i 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 completed [19:42] Hi [19:42] malwar3hun73r: sweet deal then [19:43] so, 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 complete [19:43] so, ???? [19:43] malwar3hun73r: it could be a iso thing [19:43] don't use p[ort 2000 [19:43] don't use port 2000 [19:43] isp [19:44] Hi 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:46] NekrosBurek: when you have an issue, its always to re-ask all in one linfe with all details [19:46] *line [19:47] NekrosBurek: did it not get resolved? [19:50] NekrosBurek: reinstall your server and don't mess with web GUI's anymore [19:51] by now you could have, indeed, reinstalled it a dozen times :) [19:53] anyone know how i can boot my ASUS x205t from USB drive? [19:53] xoxo: F12 perhaps? [19:53] xoxo: try ##hardware or the documentation for your hardware [19:53] no [19:53] xoxo you never answered, is that 205t an 32 bit uefi machine with 64 bit processor? [19:53] oerheks: i believe so [19:54] xoxo if so, i would not toch it [19:54] ive installed ubuntu on it in the past [19:54] the situation is such, i dont have an OS installed and my only boot option is USB but it doesn't boot. [19:54] i'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:55] xoxo, i look at this, and it is a mess .. https://github.com/lopaka/instructions/blob/master/ubuntu-16.04-install-asus-x205ta.md [19:56] Hi, 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:57] masaki: you could try xrandr --auto or have a different dualscreen setup? mirrored/stretched/scaling? [19:57] ramsub07, ask them ? [19:57] ramsub07: ask them [19:57] oerheks: is there anyway to check edit history or which user edited what? [19:58] ramsub07, unlikely sudo commands to remove you are stored/logged, so ... ask them [19:58] oerheks: stored where ? [19:58] stored why ? [19:58] really, we cannot help [20:00] lotuspsychje, I am using 'join display' for 1600x900 laptop display + 1280x1024 external monitor [20:00] lotuspsychje, i tried xrandr --auto but no changes === Shiva188 is now known as Shiva187 [20:00] how do i change my user password ? [20:00] ygdrsgt [20:01] masaki: try mirrored? [20:01] lotuspsychje, so far my workaround has been open up nautilus, go to desktop drag and drop to desktop (to rearrage icons) and resetting the positions [20:01] ramsub07, easy to find, https://help.ubuntu.com/stable/ubuntu-help/user-changepassword.html.en [20:02] lotuspsychje, mirrored works fine [20:02] lotuspsychje, 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 desktop [20:03] masaki: wich ubuntu version are you on? [20:03] lotuspsychje, 18.04 LTS [20:05] ramsub07: ask your friends who did it, if they dont explain or have a good reason, just move on [20:05] lotuspsychje, another weird behavior is, the icons automatically move to my secondary display. so on my primary display i have no icons [20:05] i think i figured this out [20:06] i need a custom .efi file [20:06] lotuspsychje, you can try replicating it by right clicking on desktop > organize desktop icons by name [20:06] but there is no EFI folder on the budgie build... [20:06] !uefi [20:06] 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/UEFI [20:07] soso then make one, follow the uefi manual [20:07] xoxo ^ [20:07] but i keep my hand off 32 bit uefi, not worth the trouble with drivers [20:08] masaki: normally if you mirror it should show on both monitors [20:08] Hi Guys [20:08] hey 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/zWRX2pru [20:09] lotuspsychje, 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:10] holdsworth: and what happends? [20:10] masaki: i understand, but joined screens its better when they have same resolution [20:10] cosmic-desktop-amd64.iso torrent anywhere? [20:10] direct download SUCKS [20:11] nacc: https://pastebin.com/j7idews2 take a look at this [20:11] holdsworth: what difficulties? also note there's #systemd here on Freenode which might be more helpful with systemd specific issues. [20:11] thanks blackflow, didn't know that [20:11] lotuspsychje, 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 monitors [20:11] xoxo no, and cosmic is beta, don't use it unless you have a reason ( http://torrent.ubuntu.com:6969/ ) [20:11] masaki: yeah i understand whats happening, not sure how gnome handles this [20:12] holdsworth: it's truncated a bit on the right [20:12] masaki: did you try make both screens same res yet? [20:12] holdsworth: so the service doesn't start? [20:12] lotuspsychje, it's my only gripe on ubuntu really. no issue on PC or Mac. [20:12] /win 7 [20:12] lotuspsychje, yeah, like you suggested it does work no problems when both the resolutions are matching [20:12] oops [20:12] oerheks: this is why im using cosmic, https://github.com/T100Ubuntu/T100Ubuntu/wiki/Install-to-internal-flash [20:12] i forgot how do you mention someone xD [20:12] which should i use instead? [20:12] masaki: perhaps try with scaling? [20:12] lotuspsychje, i just don't like having black bars around my laptop screen though (16:9 and 4:3) [20:13] nacc: no, the service doesnt start, I pasted the output script [20:13] How do i change my authentication mode to only using public key [20:13] masaki: i dont think there's a way around to this [20:13] and not password [20:13] NekrosBurek: type their nick and hit tab [20:13] i wanted to mention you but this is easier :D [20:13] lotuspsychje, i guess my 4:3 monitor needs to go. like you said, gnome is probably getting confused with different screen ratios [20:13] How are you ? [20:13] ubuntu-18.04-desktop-amd64.iso this one good? @orheks [20:13] @oerheks** [20:13] xoxo that guide is not for your machine, and your reason for using cosmic makes me still wonder. use 18.04 lts [20:13] xoxo yeah :D [20:13] i came because of the problem from yesterday [20:13] lotuspsychje, like if i use my TV, same 16:9, no problem [20:13] masaki: its also more pretty when you have same screen sizes for joined screens :p [20:14] it is not fixed completely [20:14] apparently "passwd" command isn't working for me [20:14] oerheks: link please... i dont know what lts is .... ubuntu-18.04-desktop-amd64.iso <- thats the one i downloaded [20:14] lotuspsychje, 100% agreed. should have bought a monitor on amazon prime day. thanks for your help! [20:15] holdsworth: can you start that bufettd.py from the shell? does it work as expected? [20:15] masaki: cant you use mirror and work with workspaces? [20:15] masaki: screen1 terminal, screen2 browser etc [20:15] lotuspsychje, wooo that could work! let me try it [20:15] When i do apache2 service status i get the message it failed to start [20:15] masaki: activities/workspaces :p [20:16] lotuspsychje, on a side note, vanilla gnome 3 doesn't even use desktop icons iirc so this issue will probably never get fixed [20:16] masaki: we always open for new bugs [20:16] hey blackflow, yes it does work as expected [20:16] masaki: if you find one, or have a wish==> !bug [20:17] lotuspsychje, ah that's good [20:18] NekrosBurek: ok, use a pasetbin and show the output of `systemctl status apache2` [20:18] holdsworth: 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] https://paste.ubuntu.com/p/7mWMPPW9qt/ [20:19] blackflow: 5 threads + while with a timer inside of it that prints `true that` [20:20] holdsworth: is it forking daemon? [20:21] lotuspsychje, i tried your solution with mirror and workspaces, but i forgot that mirrored will always display a copy of your other display [20:21] lotuspsychje, so this isn't gonna work out either [20:21] NekrosBurek: try runing apache2 manually (`sudo /usr/bin/apache2`) [20:21] lotuspsychje, wait! [20:21] masaki: you sure you cant choose terminal/move to screen2? [20:21] lotuspsychje, after i did mirror and then switching to join display places the icons at the default spot (main display) [20:21] nacc: sudo: /usr/bin/apache2: command not found [20:22] NekrosBurek: sorry, /usr/sbin/apache2 [20:22] masaki: nice, how did that happen? [20:22] blackflow: no [20:23] lotuspsychje, 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] blackflow: let me paste the script [20:23] lotuspsychje, i think that's my new workout lol. do mirrored and then do join display. [20:23] !yay | masaki [20:23] masaki: Glad you made it! :-) [20:23] nacc: https://paste.ubuntu.com/p/WTD8zNSsTy/ [20:23] lotuspsychje, not sure how it works but i think in between the toggling it is working out [20:23] blackflow: https://pastebin.com/YaP1u1b0 [20:24] masaki: yeah it might search for screens better when switch back [20:25] lotuspsychje, let me see if i can replicate the same results by toggling through other modes first and then doing join display [20:26] holdsworth: what journalctl command did you use to create that previous paste with the service log output? [20:27] blackflow: https://pastebin.com/d9bmPxyB <-- and I used `journalctl -xe` [20:28] NekrosBurek: sorry, can you try `sudo apachectl configtest` ? [20:29] oerheks: where do i find LTS [20:29] nacc: it gave me only this https://paste.ubuntu.com/p/ZF7zSknTws/ [20:30] NekrosBurek: ok, try `sudo apachectl start` [20:30] holdsworth: 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 get [20:30] nacc: https://paste.ubuntu.com/p/hRhWTbqxYD/ [20:31] NekrosBurek: sudo netstat -pan | grep ':80' [20:31] lotuspsychje, now it works even without toggling (i've disconnected my monitor completely) hmmm [20:31] https://paste.ubuntu.com/p/zD9NdvqtNt/ [20:32] blackflow: http://termbin.com/37i3 [20:32] NekrosBurek: you appear to be running httpd already [20:32] NekrosBurek: which is not an ubuntu process name [20:32] maybe it is from the old "panel" [20:32] the panel created custom phpmyadmin, webmail and apache [20:32] NekrosBurek: yeah, maybe `dpkg -S httpd` ? [20:32] ok blackflow, I think I see it in the logs now [20:33] nacc: https://paste.ubuntu.com/p/KrHdbT6kvq/ [20:34] NekrosBurek: ps aux | grep httpd [20:34] nacc: https://paste.ubuntu.com/p/7PVVvZNSqg/ [20:35] NekrosBurek: have you rebooted your system since clearing up the packages? [20:35] px ax | grep htttpd [20:35] blackflow: removed group,limit and environmentfile and it works now [20:35] holdsworth: 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] idk i forgot ill reboot it just in case [20:35] holdsworth: *monitoring [20:36] blackflow: 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:37] NekrosBurek: i'm wondering if the old apache is still around, tbh [20:37] NekrosBurek: it won't be stopped necesarily, even by removing the pacakge, depending on what hte package's scripts do [20:37] holdsworth: 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:38] ill 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 pages [20:38] NekrosBurek: ack [20:38] nacc: i rebooted the vps what command should i try now ? [20:39] if anyone cares [20:39] NekrosBurek: see if `systemctl status apache2` says it's running [20:39] a custom 32bit.efi file is all i needed to boot ubuntu on my asusx205t [20:39] https://paste.ubuntu.com/p/RXzDTyyTXd/ okay active :D [20:40] NekrosBurek: ok, yeah, so likely you just hadn't rebooted after removing the buggy panel [20:40] xoxo, LTS is 18.04, so you have it already [20:40] have you worked with multicraft ? [20:40] xoxo good luck with the github manual [20:41] NekrosBurek: no i have not, sorry [20:43] nacc: https://paste.ubuntu.com/p/3M7VKS6TY9/ it should open a full panel i got this https://paste.ubuntu.com/p/3M7VKS6TY9/ [20:43] okay double paste lol [20:43] NekrosBurek: so right now when you browse to the URL, you get the raw php? [20:43] yes [20:44] NekrosBurek: is php installed? `apt-cache policy php` [20:44] oh maybe it was removed when i removed the old panel [20:44] NekrosBurek: also which version of ubuntu is this? [20:44] 16.04 [20:44] NekrosBurek: ok, yeah, then just install it again (might need to be `sudo apt-get install libapache2-mod-php` [20:44] wait, why mod php? [20:45] nacc: Unable to locate package libapache2-mod-php [20:45] blackflow: well, they are using apache [20:45] nacc: fpm works for apache too [20:45] NekrosBurek: uh, that's not a good sign [20:45] !info libapache2-mod-php xenial [20:45] libapache2-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 kB [20:45] it'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:46] blackflow: i'm assuming they were using the default config [20:46] blackflow: if you'd like to configure their VPS for them, you are welcome to step in :) [20:46] no thanks, mod-php it is :) [20:46] I'd be glad to help set up nginx + php-fpm tho'. [20:47] *to help se tup [20:47] * blackflow needs a new keyboard, this one suxxx [20:47] blackflow: heh [20:49] hey 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 driver [20:50] mfoxdogg: what version of ubuntu and `apt-cache policy nvidia-graphics-drivers-396` in a pastebin [20:50] just upgrade, i guess [20:51] sudo apt update && sudo apt dist-upgrade [20:51] true, they were only published a few days ago [20:51] nacc: mfoxdogg: apt-cache policy nvidia-driver-396 (nvidia-graphics-drivers-396 is not a package) [20:51] normal 'upgrade' does not bring that driver AFAIK [20:52] blackflow: thx [20:52] connection method for mysql, tcp or unix ? [20:52] apt upgrade does it, I'm on 396.24.10 [20:53] apt-get however, might requires dist-upgrade [20:57] anyone know where i can find the 32bit grub boot efi [20:58] NekrosBurek: that depends on your mysql configuration, which we don't know [20:59] xoxo 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 update === Guest50633 is now known as arij === ubuntu is now known as Guest81373 [21:00] What [21:00] nacc: https://paste.ubuntu.com/p/5wDZthRFd4/ [21:01] !register | Guest81373 [21:01] Guest81373: For information on registering your IRC nick, see https://help.ubuntu.com/community/InternetRelayChat/Registration - For any further help, ask in #freenode. [21:01] NekrosBurek: uh, mysql-server-5.5 is from 14.04 [21:01] Ubuntu 14/ [21:01] NekrosBurek: 16.04 has 5.7 [21:01] Ubuntu 14.04 [21:01] i can't install mysql, php and phpmyadmin it gives me errors for every installation [21:01] Guest81373: do you have a question? [21:02] NekrosBurek: `apt-cache policy mysql-server` [21:02] nacc: https://paste.ubuntu.com/p/wV8CW5T5mc/ [21:02] NekrosBurek: ... [21:03] NekrosBurek: lsb_release -sd [21:03] NekrosBurek: reinstall your server and don't mess with web GUI's anymore [21:03] Ubuntu install programs? [21:03] Ubuntu 16.04.4 LTS [21:03] NekrosBurek: you could have done this dozens of times by now [21:03] NekrosBurek: your server is really sort of fubar [21:03] NekrosBurek: i would suggest starting over [21:03] NekrosBurek: you have 14.04 repositories configured on a 16.04 system [21:03] Ubuntu 14.04.5 LTS [21:03] Guest81373: do you have a question? [21:03] Guest81373: please odn't just paste random things [21:03] Live [21:04] Ubuntu 14.04.5 LTS Lıve [21:04] Guest81373: please stop [21:04] Guest81373: stop. do you have an actual ubuntu question? [21:04] !register [21:04] For information on registering your IRC nick, see https://help.ubuntu.com/community/InternetRelayChat/Registration - For any further help, ask in #freenode. [21:05] ill try and reinstall the system i had some discord bots installed and few websites but ill try and back them up [21:05] NekrosBurek: you should always have a backup/contingency plan where you can easily rebuild/reinstall the server in case of catastrophic failure [21:06] oerheks: i got 90% of the install done, then it askd for 32bit GRUB efi [21:06] oerheks: i only have 64 [21:06] take this opportunity as a warning and get prepared for the next time [21:06] well 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] xoxo, i am not helping there. [21:06] i am even having problems with making multiple websites with multiple domains [21:07] Will 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 1gig [21:08] we love to help with multiple domains with multiple discord bots [21:08] electricmilk, 2 gb will do, for live environment, it will be slow though [21:08] oerheks, It will be slower than using a larger drive? Not enough swap space or something? [21:09] electricmilk, ive usb will not use swap [21:09] c/live [21:09] oerheks, 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] it all happens in your magic memoory [21:09] Live Environment is Use USB Flash Drive? [21:09] NekrosBurek: well it's a complex task, not something someone with no experience can easily do, or at all. [21:09] oerheks, So the speed isn't affected if the USB is 2GB vs 16GB? [21:10] NekrosBurek: so consider documenting everything you do, perhaps in form of a shell script you can re-execute for quickly rebuilding the system [21:10] electricmilk, no difference [21:10] Thank you! [21:10] Whats the recommended way to install to USB these days? Rufus or Pen Drive Linux USB Installer? [21:10] (From windows) [21:11] Poweriso [21:11] for Windows [21:11] !usb [21:11] For information about installing Ubuntu from USB flash drives, see https://help.ubuntu.com/community/Installation/FromUSBStick - For a persistent live USB install, see: https://wiki.ubuntu.com/LiveUsbPendrivePersistent [21:11] Thank you. [21:11] the wiki suggests rufus [21:12] rO [21:13] Run the 2010 Laptop [21:13] !laptop [21:13] Laptop support information can be found on https://wiki.ubuntu.com/HardwareSupportMachinesLaptops - http://www.linux-laptop.net/ - https://wiki.ubuntu.com/LaptopTestingTeam - http://tuxmobil.org [21:14] I'll just use Rufus. Way back Ubuntu recommended Pen Drive Linux...now its not even on the list..wonder why [21:14] !tr | ubuntu__ [21:14] ubuntu__: Turk ubuntu kullanıcıları, Türkçe yardım ya da geyik için /join #ubuntu-tr hizmetinizde. [21:14] They ever replace ubuntuguide.org? That was a damn handy site. [21:16] click and find out [21:20] oerheks, Hmm my firewall is blocking it. ubuntuguide.org is now hosted in Latvia [21:20] Tried connecting through VPN and it says the site can't be reached [21:21] how can i put a .deb file on my LTS usb drive of ubuntu so that its detected upon install [21:22] my current issue is that it's not able to install into /target/ [21:23] Is your ubuntu on the usb just a liveusb ? You'll need to install ubuntu [21:24] on the USB [21:24] this error occurs as i try installed it [21:24] installing* [21:25] xoxo: i assume you'd need to copy the deb to somewhere below /target, then chroot /target, then dpkg -i [21:25] guys can someone help me with apache [21:26] xoxo: but i'm not actually sure this is the recommended way to install extra deb's during ubuntu installation [21:26] !details | rob_jones [21:26] rob_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] nacc, sory but what i got from your first command was, Unable to locate package nvidia-graphics-drivers-396 [21:27] tomreyn: i cant do such a thing, im using the GUI install [21:30] ideas? [21:32] xoxo: the gui installer also has a temrinal installed [21:32] k [21:32] + ctrl-alt-Fx [21:32] mfoxdogg: didn't see my post to you? the correct package name is nvidia-driver-396 [21:32] mfoxdogg: anyway, did you run apt update && apt upgrade? that should bring the driver to latest 396.24.10 [21:35] whats Fx [21:36] Did anyone here manage to play Trine3 on Intel HD? I just bought the game and it crashes.... === matth1askrgr is now known as matthiaskrgr [21:40] dan: 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 channel [21:43] thanks for the help blackflow <3 [21:44] what's wpa_supplicant trying to tell me with "nl80211: send_and_recv->nl_recvmsgs failed: -33"? [21:45] Hello, what's the best program to rip DVDs to a PS3 readable format? [21:46] ffmpeg ? [21:46] xoxo: Fx where x is in 1..12, so function keys [21:47] got it [21:47] whats the default login / pw ? [21:47] handbrake would probably be better if you want a GUI [21:48] tomeryn: so i'm in console, and there is no such /TARGET folder [21:48] tomery: only Desktop and examples.desktop [21:49] xoxo: hmm, you first mentioed this location: my current issue is that it's not able to install into /target/ [21:49] yea [21:50] maybe that's on the usb drive? [21:50] xoxo: /TARGET/ is not the same as /target/ by the way [21:50] yea, i meant /target [21:50] no such /target on my USB [21:50] or on my HD [21:50] perhaps this folder is created upon installation [21:51] xoxo: 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] oops. i found it [21:51] got it [21:51] so can u explain to me how im supposed to copy the deb below /target [21:52] xoxo: 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:53] im installing ubuntu so i can work in a nice environment for tings like raspbery pi and orange pi [21:53] i know how to chroot [21:53] just tell me what to chroot [21:53] but can't you just install the packages once you've booted into the system? [21:54] and why are you installing a .deb file, possibly creating dependency havoc, instead of using an apt repository? [21:55] most recent LTS install just shuts down after the grub isnt installed [21:55] so no i cant === u0_a59 is now known as meanfish [21:56] Can you install the grub manually ? [21:57] xoxo: installing a debian package on the non booting installation won't fix grub, though. [21:57] sec [21:57] unless that's a grub update which contains a needed patch [22:03] xamithan: Do you have a guide for ffmpeg? Or rather, ffmpeg doesn't include ripping, does it? [22:04] If you need a guide, you better off using handbrake. each dvd will be different, and ffmpeg doesn't get past DRM [22:07] Okay, I'll give that a try if my vlc experiment fails === Nicmavr is now known as Guest81152 === notreal is now known as notreal- === ubuntu is now known as Guest51160 [22:27] tomreyn: you there? [22:27] !tr [22:27] Turk ubuntu kullanıcıları, Türkçe yardım ya da geyik için /join #ubuntu-tr hizmetinizde. [22:28] Can I install linux on an external SSD through USB 3.1 gen2 ? will it be faster than internal SATA3 SSD ? [22:29] yes you can, and yes, it should be. [22:30] Hello! 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:32] Just 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] G [22:33] Oops Sorry [22:33] Cow or Kow? [22:34] ?? [22:34] Ok [22:34] is there an officially supported way to add trash icon to dock? [22:34] ubuntu__: can u help? [22:35] Im Using Ubuntu 14.04.5 LTS Live, [22:35] Im Using Ubuntu 14.04.5 LTS Live [22:35] xoxo:can u help? [22:35] FroMaster: it is, pretty fresh, no ISOs, yet. [22:35] nope [22:35] tomreyn: what say u [22:36] do u want a screenshot of the error msg [22:36] xoxo: that'd be good [22:36] WD 40 [22:37] tomreyn, You sure? I can't find anything that says its out yet. Release Notes, etc? [22:37] Cats [22:37] xoxo: also discuss which ubuntu LTS, currently three of them are supported [22:37] Im Using Ubuntu 14.04.5 LTS Live [22:37] No Problem [22:37] FroMaster: i don't seem the ISOs here http://releases.ubuntu.com/16.04/ [22:37] FroMaster, correct, 16.04.5 is current https://wiki.ubuntu.com/Releases [22:38] oerheks, Look again... 16.04.5 is NOT on that list [22:38] FroMaster: so the release is probably in progress currently [22:39] FroMaster: it's not official, yet, no announcmeent was posted to https://lists.ubuntu.com/archives/ubuntu-announce/ yet [22:39] tomreyn, Its not due until August 2nd. [22:39] FroMaster, oh, right, 14th aug https://wiki.ubuntu.com/XenialXerus/ReleaseSchedule [22:40] * oerheks needs glasses [22:40] The issue I'm having with 16.04.5, is that it has the wrong kernel [22:40] FroMaster:Ubuntu 14.04.5 LTS Release Notes https://wiki.ubuntu.com/TrustyTahr/ReleaseNotes [22:41] ubuntu__, I'm talking about 16.04 not 14.04 [22:41] FroMaster: so you get it earlier when you install patches. what do you mean by "the wrong kernel"? [22:41] Yes [22:41] ubuntu__: please either help or stay silent [22:41] 2 Option [22:42] Selected [22:42] ubuntu__: no other warnings [22:42] tomreyn, I'm expecting the 4.15 kernel. This one has 4.13.0.45 [22:42] FroMaster, did you enable HWE ?? [22:42] if not, you will not get 4.15 [22:42] oerheks, YES [22:43] !tr [22:43] Turk ubuntu kullanıcıları, Türkçe yardım ya da geyik için /join #ubuntu-tr hizmetinizde. === valeech_ is now known as valeech [22:43] !info linux-image-generic-hwe-16.04 xenial [22:43] linux-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] FroMaster: according to this, 4.13 is correct [22:44] FroMaster: ignore me, this info is outdated [22:45] FroMaster: 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 installed [22:45] FroMaster: have you installed all pending updates, though? [22:45] tomreyn, That's what I was expecting. [22:45] tomreyn, nope [22:46] well, then this is why :) [22:46] sudo apt update && sudo apt dist-upgrade # and reboot [22:47] tomreyn, sorry, I meant, there are no pending updates. [22:47] tomreyn: https://snag.gy/PSipqM.jpg [22:48] I 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.04 [22:48] FroMaster: actually, i didn't tell the truth again. 4.15 linux packages seem to be available via -propose donly === r0Oter is now known as r00ter [22:48] Then reboots, and does apt-get -y dist-upgrade [22:48] FroMaster: if you don't have -proposed configured, you'd still have 4.13 [22:49] tomreyn, 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 upgrades [22:50] Ubuntu So Awesome [22:50] FroMaster: but you must have enabled -proposed there [22:50] tomreyn: u therE? [22:50] tomreyn, how? [22:50] ubuntu__, please don't start again, thanks. [22:50] so, yet another arbitrary code execution vuln in VLC [22:51] VLC [22:51] ub still gonna stick their finger in the ear and hum real loud? [22:51] xoxo: can you post this image to imgur.com instead? or post the direct link. [22:51] i know it's universe, but VLC isn't exactly "niche" sw [22:51] ntd, if you want a newer version, install the snap https://snapcraft.io/vlc [22:52] xoxo: all i can see now is a 180° rotated thumbnail [22:52] tomreyn, I'm going to kick off a new automated build and see if it ends up at 16.04.5 [22:52] yes, let's install the app store version and have snapd phone home once a day [22:52] !proposed | FroMaster [22:52] FroMaster: 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] ntd oh, phone home.. really? it checks for updates, dude [22:53] debian updated both stable and oldstable to vlc3, since vlc2 won't be patched upstream [22:53] yeah, see, if i wanted that i'd just run windows [22:53] ntd: OK. You have given your opinion. Thank you, that's enough [22:54] tomreyn: https://imgur.com/gallery/yPvJyTN [22:54] :D [22:55] snapd doesn't just check for updates. try using it without an inet connection and see how far you get [22:55] Not Opening imgur [22:56] ntd: please go to the appropriate channel to discuss. This is a support channel [22:56] tomreyn: https://imgur.com/a/xFTotGY [22:56] tomreyn: second one. [22:57] tell me if u need a better screenshot [22:57] oh, so i have a valid concern which you can't rationalize away so i'll just have to join #buggeroff? [22:57] ok then [22:58] was wondering if ccsm runs for anyone else ? compizconfig-settings-manager [22:58] libcompizconfig.so.0: undefined symbol: _ZN6google8protobuf2io16CodedInputStream27ReadVarintSizeAsIntFallbackEv [22:58] xoxo: hmm well the text is not really readbale. you could also type the text. also discuss which hardware (exact model please) you have there [22:58] ok [22:58] oh nm its my protobuf [22:58] xoxo: ...and which ubuntu version you are trying to install there [22:59] The 'grub-efo-ia32' package failed to install into /target/. Without the GRUB boot loader, the installed system will not boot. [22:59] that's the error message [22:59] xoxo: okay, then we dont need a screenshot, just answer the other questions, please. [22:59] asusx205t [23:00] QA:Ubuntu Support [23:00] and last but not least, ubuntu-18.04-desktop-amd64.iso [23:00] hggdh, i asked a question about the lack of updates to VLC [23:01] xoxo: it seems like you were rpeviously here, asking the same question and being told: xoxo, i look at this, and it is a mess .. https://github.com/lopaka/instructions/blob/master/ubuntu-16.04-install-asus-x205ta.md [23:01] ntd: yes, and then started voicing your opinion about the response [23:01] xoxo: asking the same question again will not improve this situation. [23:01] it's adifferent part of the situation [23:01] previously i was asking about booting [23:01] (from the usb at all) [23:01] and that i got working with a custom 32bit.efi file [23:02] now i just need help to finish this installation [23:02] xoxo: you must install on the usb gurub as well [23:02] oh ok [23:03] xoxo: there should be a option to slect what drive grub is sent to [23:03] xoxo: 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] gogeta: no such option [23:04] if all of you demand asus to provide 64 bit uefi, they would.. [23:05] xoxo: slect pther on the installer for manual partatning [23:05] gogeta: got a tutorial about how to install grub to my usb disk ? [23:05] xoxo: from there you can set where grub is sent [23:05] one sec [23:05] other [23:05] xoxo: also yes use legicy mode [23:06] xoxo: being 32bit efi is relly bad [23:06] ntd: 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:07] Anyone know if linux-generic-hwe-16.04 pointed to 4.15.0.24.46 and was reverted? [23:07] s/seems/needs/ [23:09] FroMaster is asking about this package on xenial, i think [23:10] tomreyn, correct. All my production hosts that have been running for 6-8months are all pointing to 4.15.0.24.46. [23:10] gogeta: so im in the partition [23:11] FroMaster, unlikely that 4.15 came with standard updates.. unless they run 18.04 [23:11] and its telling me to pick a root partition [23:11] not sure how [23:11] It looks like on July 3, /usr/bin/unattended-upgrade raun and pulled in linux-headers-generic-hwe-16.04 v4.15.0.24.46 === notreal is now known as notreal- [23:13] !info linux-image-generic bionic [23:13] linux-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 kB === ubuntu is now known as Guest79774 [23:15] Hi :) 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? :s [23:16] Something is screwy. It looks like it was prematurely released and rolled back. [23:19] So any chance to get it to work? :s [23:20] Looks 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.html [23:23] [ubuntu/xenial-updates] linux-hwe 4.15.0-24.26~16.04.1 (Accepted) -- https://lists.ubuntu.com/archives/xenial-changes/2018-July/021563.html [23:24] So it got pushed out on Mon Jul 2 08:32:28 UTC 2018 [23:27] And, 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.html [23:32] FroMaster: 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. === aloo_shu2 is now known as aloo_shu [23:32] Fresh 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] tomreyn, I can't find anything about a rollback.... [23:34] tomreyn, 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.45 [23:35] FroMaster: you uninstall the package [23:35] FroMaster: sorry, wrong [23:36] FroMaster: you uninstall the 4.15 kernel image, and you downgrade linux-generic-hwe-16.04 [23:38] tomreyn, Not quite sure how to do that... [23:39] FroMaster: try this: sudo apt-get install linux-generic-hwe-16.04=4.13.0.45.64 linux-image-4.15.0-24-generic [23:40] FroMaster: or better, show output of "dpkg -l linux-\*" first of all [23:41] the above command lacks a trailing underscore. [23:41] tomreyn, https://pastebin.com/GvWVpyWf [23:42] that linux-image-generic-hwe-16.04 version is not avialable to 16.04 [23:42] it's only avialable in bionic and on, to allow for upgrades to go smoothly, afict [23:44] nacc, ? [23:45] FroMaster: 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] nacc: https://usn.ubuntu.com/3695-2/ suggestes otherwise [23:46] oh i see, they did an update via xenial-security then deleted it [23:46] that's what it looks like, yes [23:46] butthe deletion happend 2 weeks ago [23:47] yes, but systems would not downgrade automatically [23:47] nacc, All my production hosts got it via unattended-upgrade [23:47] whoever has it, stays on it [23:47] ...until a newer version becomes available [23:47] tomreyn: ah could be [23:47] yeah, looks like there are a few in xenial-proposed [23:47] so it's in the pipeline anyways [23:48] I've been unable to find any discussion where it was deleted/rolled back [23:48] well, proposed is not an issue, but pushing a newer version to security and then pulling it is not ideal [23:48] yeah, not great [23:48] Any suggestions on how to write a bootable iso file to a usb memory stick, other than dd [23:48] LP: #1779961 [23:48] Launchpad 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/1779827 [23:48] FroMaster: --^ [23:50] hmm it would be great to update the summary on such an important bug :-/ [23:50] this bug report is only about bionic, though [23:51] what's your favorite video player program for videos whose audio track needs refinement? [23:52] nacc, 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:53] WoC: you can cp instead of dd [23:53] :P [23:54] WoC: I'm serious, you can cp the iso to the block device [23:54] blackflow: ? [23:54] hggdh: hmmm? [23:54] I think cp would work [23:54] blackflow: yes, one can cp the file. Unfortunately, it does not create a bootable device [23:54] hggdh: it does [23:54] hggdh: it does [23:55] K [23:55] cp something.iso /dev/sdb <-- note sdb and not sdbX [23:55] blackflow, k, testing [23:56] WoC, backup any data from the usb drive first :P [23:56] I'm pretty sure it does, or else I've dreamed last hundred or so installations from USB sticks I cp'd ISOs to :) [23:57] bootability should be just a matter of the bytes in the disk, not the method of copying. [23:57] yup. [23:57] but how is that different from dd ? [23:57] tomreyn 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] WoC: it's not, except you don't control block size [23:57] k [23:58] FroMaster: 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] oh. 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] FroMaster: where "roll back" means downgrade the kernel meta package [23:59] WoC, dd has lots of nice options that you don't need in this case though. [23:59] Aye [23:59] Handy tool indeed