[00:00] dunnousernamefn: you may want to google how to get gdb or lldb to correctly find the source code for a program you're debugging btw. I haven't done this in a while so I can't remember, but you should be able to do it. [00:01] I imagine they're standard debugging symbols [00:01] Yes, they're in DWARF format and understood by both debuggers. [00:03] dunnousernamefn: btw, in case you're not aware, ``apt-get source YOUR_PKG_NAME`` is also your friend [00:04] Does that give the source code? [00:04] yeap [00:04] wow [00:04] Kinda hard to debug without source code, unless you like reading assembly :P [00:04] although you will need to have configured apt to look for the deb-src repos [00:05] which should usually be commented out in /etc/apt/*.conf or whatever the repo conf files are [00:05] or via some program if you search for "repositories" or something [00:05] I'm not using a package, I was just curious about -dbg [00:05] I'm also trying to debug something I built from source [00:06] So that might've been kinda confusing [00:06] oh, then that should make things much easier. [00:07] anyone else have trouble with 18.04 server not detecting existing partitions on local disks during the install? not sure what it up [00:09] because everything is -fPIC, the addresses are offset by some unknown amount (I think) [00:09] or maybe GDB really doesn't see any symbols [00:09] tknp: what partitioning scheme do you have? MBR-style, GPT, LVM? === ilfantomas_ is now known as ilfantomas [00:10] dunnousernamefn: with -fPIC, variables (and other stuff) use an indirect offset into the ``.got`` section of the ELF file. and the dynamic linker updates where they point to when the library or app loads. [00:10] I'm not sure what that means, but I think it means "I can't do anything about it" [00:11] if fPIC is off, stuff like global variable has offsets hard-coded into the assembly code, rather than generating assembly code that, as I said, refers to the ``.got`` table [00:11] dunnousernamefn: `readelf -a YOUR_PROGRAM`` is your friend btw :3 [00:11] I did use readelf [00:11] dunnousernamefn: also ``objdump -d YOUR_PROGRAM`` [00:11] just some basic ext4 partitions spread across a local disk using mbr [00:11] it might be a good idea to generate an fPIC and one non-fPIC program and compare the assembly generated with ``objdump -d``. [00:12] Let me tell you completely what's happening: I'm getting a nullptr, and it tells what function, but I don't get a line number [00:12] and there are many dereferences there [00:12] Hmm, this ir probably closer to the realm of programming general, and not #ubuntu-specific support now though. [00:12] Though I have no idea what IRC channel would be good for helping with debugging. [00:13] Maybe ##workingset [00:13] I'd guess probably the official LLVM/LLDB channel (if there is one) or the GDB channel maybe. [00:13] woah, we have a gdb channel? [00:13] ooh [00:14] Probably. I have no idea what channels are on Freenode. [00:14] I found it [00:14] thanks [00:15] @bapa sorry, I am using gpt [00:22] hi all, need help with logrotate. Under lastaction how can I get the filename AFTER dateext/dateformat have renamed the file. I need to pass in the exact filename to an external script. if I use $1 inside lastaction, i am receiving the plain file name /var/log/mylog but I want /var/log/mylog-2018-07-13-1531550948. thanks! [00:24] aha, I figured it out === bhalithan1 is now known as bhalithan [00:50] hello [00:50] exit [01:17] I'm trying to `snap install lxd` in an lxd container running ubuntu artful, but the installation fails with "- Mount snap "core" (4917) ([start snap-core-4917.mount] failed with exit status 1: Job for snap-core-4917.mount failed." Any ideas? [01:20] How do I fix "We're having trouble finding that site" problem in Firefox [01:24] Nevermind, just realized 17.10's EOL is this month anyway [01:24] I never had a problem with the older version of Ubuntu..current version seems very buggy [01:25] chuck__: this could be caused by anything other than ubuntu. what does `ping -c3 1.1.1.1` say? [01:27] says Network is unreachable [01:27] Several web sites seem to work fine [01:27] Links to other sites like Amazon or Lowes seem to crash every time [01:30] Its almost like it lost its ability to automatically link to the DNS [01:36] quit [01:43] I'm hoping since I'm trying to install 18.04 this is the right place. So I have one of those crappy Clovertrail tablets with 32 bit UEFI and I have the strangest problem...after the kernel bootstrap process I completely lose USB functionality. Since the only method of input on these things is USB I basically lose any ability to install a distro on this godforsaken thing... Anyone have any kernel parameters that might fix it? [01:43] USB works in reFINd so I'm guessing after a root hub reset the whole thing breaks? [01:55] joshumax: does the machine have a current OS on it? [01:56] pragmaticenigma: Yeah, a horrendously buggy version of Win10 [01:57] joshumax: Judging but what I glanced through on the web... If this is your first forey into the world of linux, you've picked one really big up hill battle [01:57] pragmaticenigma: I used to do development on the GNU/Hurd and I already have a few patches in the kernel so I'm not afraid to get messy with hardware :P [01:58] I'm just trying to avoid having to do a ton of work if it's a simple fix that someone knows about [01:58] the install drive has the EFI file in the /EFI/boot directory? [01:59] pragmaticenigma: Yeah, I have a 32-bit version of grub in there and it boots to grub just fine. [01:59] The kernel boots too and loads up a mini ramdisk [02:00] But none of the USB ports work, which is a major PITA because these thing only has USB ports. Even the ethernet is routed through the USB controller, so ssh isn't an option [02:01] Does it get to a live instance ? I can't remember if you can boot live drives with UEFI [02:02] pragmaticenigma: Yeah I can get to a live instance [02:02] and usb stays live there? [02:03] Nope. So I can't do much unless everything I need is already loaded in RAM by grub [02:03] Which affords me about a max of 1GB of room to play around (assuming I could which I can't thanks to both the touchscreen and keyboard not working) [02:06] I might be able to get a teensy bit more if I do something crazy like have grub shove the kernel into the graphics SRAM buffer or something but that would only get me about ~4 more MB === amirpro_ is now known as amirpro [02:17] not sure joshumax ... I've avoided all things UEFI like the plague [02:25] When will xenial -> bionic do-release-upgrade be available? [02:27] estimated date is July 26th, Krenair [02:29] pragmaticenigma, cool thanks, is there a page with this info somewhere? [02:30] is it always following the .1 update? [02:31] Krenair: https://wiki.ubuntu.com/BionicBeaver/ReleaseSchedule [02:31] Yeah I saw that [02:32] not sure I understand what you mean "following the .1 update" ? [02:32] well 18.04 is already out [02:32] but it sounds like the do-release-upgrade enabling of updating from previous versions happens after 18.04.1 gets released? [02:34] Krenair: The .1 releases usually contain a mass amount of bug fixes from the initial release. The Ubuntu team holds on the LTS release to ensure as many bugs are worked out so they can also flag it "ready for business" [02:34] I see so this is the regular procedure when making a new LTS [02:35] yes [02:35] thanks pragmaticenigma [02:35] also the focus on releasing 18.04 doesn't include generating the upgrade scripts, that comes after the release [02:37] i have now been asked to leave #freenode by the dictator mniip and #debian by the clown unit193. [02:37] I am still on my peaceful voyage seeking a place to fuck my turtles in peace without being harassed by the sex nazis === davor_ is now known as davor === ztrawhcse is now known as elibrokeit [03:33] does anyone know how apt knows who has requested a package install etc? [03:35] I just installed ubuntu and can't login via root [03:35] I don't recall seeing anything that asked for a password for root on the install either [03:36] you're supposed to sudo [03:36] no root account at all? [03:36] yes [03:36] using a root account is bad [03:37] thanks [03:39] So the lua-lgi package [03:40] (under artful) [03:40] writes to /usr/share/lua/5.2/lgi and /usr/share/lua/5.1/lgi [03:40] but not /usr/share/lua/5.3/lgi [03:41] what's the best package to set up wifi on ubuntu? [03:41] but lua5.3 is available as a package [03:41] klandestine, for me it just worked out the box [03:42] I have a cable connected to the ethernet port [03:42] I'll figure it out... [03:43] next question is how do I get cinnamon on ubuntu? === MR_X is now known as Guest30160 [03:45] hallo? [03:47] granttrec: where do you see apt knowing which user requested a package installation? [03:47] tomreyn: /var/log/apt/history* [03:48] oh right. i guess the dameon just records your uid then [03:50] if you're running it though sudo it may just record $SUDO_USER [03:50] i don't know the exact approach t takes, though. [03:52] klandestine: sudo apt install cinnamon # or cinnamon-desktop-environment [03:52] will it work on a reboot? [03:52] klandestine: you mean whether this change persists? yes. [03:53] you will need to choose the desktop environment to login during login [03:53] after entering your username on the graphical login prompt a little cog should appear, allowing you to set the desired DE. [03:54] I rebooted after install cinnamon-common and when I try to login it just goes to a purple screen with a cursor [03:55] tomreyn: thanks I think this is what I am looking for [03:55] klandestine: you installed only "cinnamon-common'? [03:55] yes [03:55] welcome granttrec [03:56] klandestine: why, was the rest already installed then? [03:57] klandestine: sudo apt install cinnamon # or cinnamon-desktop-environment [03:57] no, I take that back. I installed cinnamon-core [03:57] well, still wrong ;) [03:58] but it's a step closer already [03:58] I just started the install for desktop envioronment [03:59] you may want to "sudo apt-mark auto cinnamon-common cinnamon-core" if you previously ran 'apt install' with both of these packages listed on the command line. [04:00] run that command after cinnamon-desktop-envioronment? [04:00] yes [04:01] that will set cinnamon to the default dm? [04:01] de? [04:02] no. selecxting it at login once using the cog will. [04:03] here's why i suggested running 'apt-mark auto' against these packages the cinnamon-desktop depends on (which you previously asked apt to install): when you 'apt install somepackage' then somepackage is set a 'manually installed', i.e. apt will remember that you explicitly asked it to install 'somepackage', whereas if you had installed 'someotherpackage-which-depends-on-somepackage' it would have marked 'somepackage' as automatically installed. [04:04] this makes a difference when you later uninstall packages. those packages you didn't seem to have manually chosen to be installed will just be removed if nothing else depends on them. [04:05] i.e. 'cinnamon-core' will be be staged for removal when you remove 'cinnamon' by default, i think. but not if you previously pecifically requested 'cinnmon-core' to be installed. [04:06] maybe too much detail for now. ;) [04:06] I dont' see the cog [04:06] klandestine: which ubuntu veriso is it? [04:06] *version [04:06] 18 [04:06] do you mean 18.04? [04:07] yes [04:07] there is no '18' [04:07] I had to look. I just remembered the 18 [04:07] okay, i'll try in a vm [04:09] klandestine: is this what your login screen looks like after selecting the user to sign in with? http://i.imgur.com/R5Rhz9V.png [04:10] here's what i get when clicking on the cog: http://i.imgur.com/Rkvse0I.png [04:10] (it would look different for you) [04:10] I just installed another desktop manager and rebooted [04:11] I'm following directions on a site I found [04:11] this can be good, or bad, depends on the site you found ;) [04:12] we'll find out if it's good... [04:13] if you don't want to do a full reboot, you could also log out, press ctrl-alt-f4, log in there, type "sudo systemctl restart lightdm", press ctrl-alt-f4, logout there, press ctrl-alt-f1 [04:14] I got it [04:14] not really easier, and maybe not faster either. [04:14] the only thing strange (to me at least) is the wallpaper is the debian insignia [04:15] hmm, maybe the cinnamon desktop environment folks didnt change it to ubuntu. [04:15] guess not [04:16] well, you can most likely change it [04:16] I will at some point [04:23] Having a weird issue with Ubuntu MATE on my raspberry pi. Installed OpenVPN but cannot add config files because I see no such option in the NetworkManager GUI [04:24] raspi-user3445tg: sudo apt install network-manager-openvpn-gnome [04:24] you may need to logout and login afterwards [04:25] Thanks I'll give it a try! Not on GNOME but... why not? As they say: if it works, it works. [04:27] i think 'gnome' just refers to gtk (as opposed to kde/qt) there [04:27] DNS leaks are another issue entirely though. Something I've had a problem with on nearly every Ubuntu based OS I've used. That's one of the reasons I prefer Fedora. If they fixed that, I'd love Ubuntu. [04:27] Ah gotcha [04:29] not everyone uses VPNs for privacy reasons. i guess most people dont. so the default configuration may not take this into account. [04:29] Trisquel, for instance, the libre version of Ubuntu is absolutely great. But since it's based on Ubuntu, my VPN constantly leaks DNS requests to my ISP. Just one of those things. Other than that, Ubuntu is pretty great. A much greater software repository than RedHat's, that's for sure. [04:30] Yes you are probably right. For me I can't live without my VPN on. It's like changing in front of an open window at night, even with the most innocent of things. [04:31] It works!! Thank you so much!! Now to fix those DNS leaks... Oh I hate IPTables [04:31] there is gufw [04:37] Howdy folks. I am trying to download all packages in a PPA, for later optional installation of user-defined packages. I _only_ want to download the packages to make them available for later installation, so I am using `apt-get -y install --no-install-recommends --no-install-suggests --download-only` [04:38] However, some packages report conflicts. Is it possible to ignore this error and force the package download anyway? [04:38] jtreminio: we dont really support adding of external ppa's here mate [04:38] jtreminio: they are a risk to scramble your system [04:39] lotuspsychje, ignoring it being from a PPA, my main question is simply downloading the packages for later optional installation [04:39] "Simply" being relative, of course :) [04:40] jtreminio: should work as long as you dont remove the apt source and dont clear the cache, and prevent it from getting cleared automatically [04:41] tomreyn, yeah, that's what I had hoped, but there's an error https://dpaste.de/d2UX [04:42] now that's where what lotuspsychje said applies again ;) [04:43] jtreminio: is it possible you can find your needed packages from the official repos? [04:43] Does this being from a PPA really matter though? I imagine there's packages in official repos that conflict if attempted to be installed, but I really only want to download the .deb files locally [04:43] jtreminio: apt download packagename or so? [04:44] or apt-cache, cant remember [04:44] if you're using sury's php PPA, you ought to be read his instructions [04:45] tomreyn, I had the goal of creating a docker image whenever a new build is released, so a year from now someone can spin up a php 7.2.4 container, for example, and be able to install any of the packages in the PPA at the point in time the image was originally created [04:46] I understand y'alls avoidance of PPAs in general, but I would have imagined the problem I was running into was more general in nature [04:46] "force apt-get install --download-only to ignore conflicts and just download the devs' [04:46] s/devs/debs [04:48] Can anyone tell me where I can download irc wav sounds for kick, ban, alerts etc? [04:48] ovaltradej: whats your irc client? [04:48] jtreminio: i suggest you talk to Ondřej Surý , maybe the two of you will develop a public service out of it? [04:51] ovaltradej: /join #konversation [04:51] Strange my VPN connection keeps failing because it is timing out [04:52] raspi-user3445tg: that's before or after you edited your iptables rule set? ;-) [04:52] I'm there tomreyn nobody is around [04:52] ovaltradej: i'm afraid we can't magically make people appear there [04:54] they probbaly have some web forum or similar, too, though [05:26] I really wish DuckDuckGo was the default search engine with Ubuntu installs, not Google. Also HTTPSeverywhere and uBlock would be a great default ad-on [05:27] ^ Google is love, Google is Life! [05:35] Google is data capitalism and PRISM [05:35] exit [05:35] exit === mIk3_09 is now known as mIk3_08 [06:02] hello , I could not to start into my ubuntu system,and i got a failure msg in grub CLI. It says that `failure reading sector from hd0`, and when I use 'ls' in grub , Iget the msg of (hd0) (hd1,gpt1)... I only have onr HD disk in the computer and which is the hd1. However, which is the hd0 ? [06:03] why there is a hd0 in the grub CLI, and read failure? [06:04] dzipc_: so grub lists two disks? [06:04] yes [06:05] can you paste/screenshot? [06:05] and when I use `ls (hd0)` it returns unknow filesystem [06:05] wait for a moment [06:06] try ls (hd0)/ [06:09] https://usercontent.irccloud-cdn.com/file/kYlSjq7s/irccloudcapture1158927316.jpg [06:10] here is the picture [06:12] In the live CD system, I can only see a disk with `sudo fdisk -l` [06:13] I really don't know what the hd0 is. [06:14] looks messed up [06:14] have you tried reconfiguring grub? [06:19] It's a server with a virtual RAID6 disk. I have already rebuild the RAID disk, format every data and re-install ubuntu, but changes nothing. I also tried reconfigure grub in the CLI and run grub-repair in the live-CD. [06:19] but booting from hd1 works? [06:22] dzipc_: there's been a grub bug recently for uefi systems [06:23] dzipc_: type "ls (hd1,gpt2)/" [06:23] hello [06:24] (hd1,gpt2) is the / dir and all the files can be ls [06:25] dzipc_: can't you just ignore this then? :) [06:26] but it can't boot in hd1 [06:26] https://usercontent.irccloud-cdn.com/file/d94OdbKN/irccloudcapture186123306.jpg [06:27] why not? === enko-h is now known as enko [06:31] what should i do is using `root ` and `kernal` command to set hd1 in the grub? or use the grub-repair? [06:33] dzipc_: type "configfile (hd1,gpt2)/boot/grub/grub.cfg" [06:36] https://usercontent.irccloud-cdn.com/file/9wN05n9W/irccloudcapture2070719184.jpg [06:37] i have typed .and should i reboot? [06:38] EriC^^: done with it [06:42] all the same😭 === qwebirc15804 is now known as joaco [06:46] dzipc_: huh [06:46] dzipc_: after typing it you should have gotten the grub screen (the menu) [06:52] dzipc_: can you tel us more about the "virtual RAID6"? is this hardware raid (if so, which hardware), fakraid? [06:56] EriC^^: there is no grub dir in the /boot [06:56] dzipc_: aha are there any other files? [06:57] git clone https://github.com/phracker/irssi-themes [06:58] https://usercontent.irccloud-cdn.com/file/pkp90X9p/irccloudcapture317165021.jpg [06:58] Hey, can I install gshell-system-monitor or similar in the top bar without installing browsers or browser extensions in 18.04? [06:59] dzipc_: do you have a live usb you can boot? [06:59] yes i have [06:59] ok boot it and report back [07:01] manny: i never did this, but this seems to explain how you could: http://bernaerts.dyndns.org/linux/76-gnome/283-gnome-shell-install-extension-command-line-script [07:06] tomreyn: thanks. Anyway, don't you think is a bit cumbersome to have to do all that stuff to just install such a basic and fundamental OS utility? [07:07] I am running a program in a screen but after dettaching from it like 10 hours ago and reattaching now, I can no longer type in it [07:07] and force killing it isn't really an option [07:08] manny: you already have ps and top, i assume? [07:08] tomreyn: yes, but this is a desktop. I want to be able to check the load when Im not on the terminal. [07:10] manny: since you'Re asking my personal opinion: IF there is no other, easier, way to install gnome extensions, which does not depends on installing the gnome extension manager browser add-on beforehand (I would not know whether that's the case), then I'd agree, it should be easier. [07:11] (but we should move discussions to other channels) [07:12] Desetude: maybe it's locked? https://unix.stackexchange.com/questions/261477/gnu-screen-locked-how-to-unlock [07:13] EriC^^: cognosco4 ppf thks for your help. My new SSD have arrived, i will install it and retry. [07:13] tomreyn: yes, but this is a desktop. I want to be able to check the load when Im not on the terminal. [07:13] dzipc_: ok [07:14] tomreyn: sorry [07:16] tomreyn: what I wanted to say - and I will stop this now - is that I'n not to happy with some Ubuntu 18.04 decisions. For example, file manager now does a fuzzy search when a key is pressed on the whole FS instead of selecting files by name in the current dir. Annoying. Anyway, thanks for the help. I just wanted to express my opinion about it. [07:18] tomreyn: well it looks like to unlock Im meant to CTRL+A CTRL+X and I do that then put in root's pw but it doesnt fix it [07:19] manny: right, this kind of chat does not belong into this support channel, and i'm the wrong audience for it, too. [07:20] tomreyn: Ok thanks, sorry for the noise. [07:22] Desetude: i'm afraid i have no oither suggestions [07:22] manny: you're welcome [07:24] Hi! I'm trying to install bios grub. I've made a raw partition and run grub-install on it. It boots up, but it only shows the grub console. I guess it can't see the grub config file. How can I make it see the config? Is there an option for it? [07:24] tmch2: are you in grub> right now? [07:25] Eric^^: yes. if i white "configfile ...", it boots up okay [07:25] tmch2: ok boot into the install and type "sudo parted -ls | nc termbin.com 9999" and paste the link [07:35] hai [07:35] anyone please help me [07:38] !as [07:39] !ask [07:39] 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 [07:40] Eric^^: http://www.termbin.com/hlo7 [07:41] tmch2: type "ls -lR /boot/efi | nc termbin.com 9999" [07:45] EriC^^: http://www.termbin.com/bedh [07:46] tmch2: type "ls /sys/firmware/efi" [07:46] does it list dirs? [07:51] EriC^^: Should I be booted into the system I'm trying to boot or the livecd i was installing grub from? Maybe I should try to reinstall grub from the system itself and it will work? [07:52] https://usercontent.irccloud-cdn.com/file/zfDoox2w/irccloudcapture1100145040.jpg [07:52] i add ssd and reinstall, but into thia cli [07:53] this [07:55] there ia onlu build-in efi choice in boot menu [07:55] is only [07:56] tmch2: it's ok to do it from the live usb [07:57] tmch2: where do you have the rootfs mounted? [07:57] dzipc_: are you in the grub> right now? [07:58] dzipc_: tmch2 you both have the same grub bug, it has a solution though [07:59] i can't into grub now. It's in the efi shell [07:59] dzipc_: ok can you boot a live usb? [08:01] EriC^^: it seems to be mounted on / on the system I'm trying to boot [08:04] tmch2: are you in the live usb right now? === bhalithan1 is now known as bhalithan [08:06] EriC^^: yes [08:09] tmch2: type "mount | nc termbin.com 9999" [08:12] EriC^^: Can I just write what you're lookng for there? I don't have network there. [08:12] tmch2: can you get an internet connection there? [08:14] EriC^^: I don't know, I've tried copying my /etc/network/interfaces into the livecd, but wi-fi wouldn't work. I guess I'm doing something wrong. [08:15] tmch2: doesn't it have a gui? [08:16] tmch2: what does "sudo nmcli dev wifi" show? [08:17] it's not installed [08:18] EriC^^: I can boot a live CD but it's so sorry that I have toleave and back in hours . Could you tell me what should i do when i boot into the live system? [08:20] dzipc_: try to create a dir in the efi partition /boot/efi/efi/ubuntu and copy the contents of /boot/efi/efi/grub to that dir including the grub.cfg there [08:20] /boot/efi/efi/grub/grub.cfg [08:21] dzipc_: also since the ssd didnt boot you might need to chroot and reinstall grub or fiddle around with efibootmgr if your laptop is stubborn to boot with uefi [08:21] now i am in the efi shell.when I installed the system,there is no ubuntu boot choice [08:21] ok,thanks,i will try [08:22] dzipc_: check this site if nobody here is available to help http://pchelp.site/topics/post-install-issues [08:23] tmch2: type "lsblk" is the rootfs mounted somewhere? [08:24] hello [08:24] tmch2: try "mount | grep /dev/mmcblk0" and tell me what you see [08:25] Is there a way to configure apt to use tls1.2? [08:31] Yuval, i think that choice depends on the target? [08:32] EriC^^: you are so nice.Thanks very much. [08:32] 😉 [08:32] dzipc_: no problem :) [08:34] Oerheks, I think you are right. Does gpg files contain tls information? Does it have any configuration? I am looking at way to check old linuxes to see if they have tls security problems [08:36] openssl ciphers -v 'TLSv1.2' | head -4 # this line will tell [08:37] oerheks thanks [08:44] hello there, which is the best channel to help me with a shell script? [08:44] EriC^^: I reinstalled grub from under the system I want to boot, and it worked. Thank you for your help. [08:44] channel == IRC channel [08:44] #bash? [08:44] tmch2, ok thx :) [08:44] np [08:45] :) [08:45] lol [08:45] such a quick answer === gast is now known as zeddacus [08:55] hi there [08:56] the gnome message tray, there is an "clear all" button there, what would be the commandline version of that ? ( clear all messages from gnome message tray ) [08:56] on ubuntu 18.04 LTS === bhalithan1 is now known as bhalithan [09:06] Hey, for some reason I need to sudo everytime I want to write a file on this mounted drive [/dev/xvdf1 on /mnt type ext4 (rw,relatime,stripe=32753,data=ordered)] any idea why? [09:08] well, only on the root of the drive [09:14] viran, I suppose you mounted that by hand, instead if it being auto-mounted? [09:15] yes [09:15] viran, that's why then. If you had to sudo to mount, the permissions were likely set based on that. [09:16] Can I controll that without auto mount? [09:17] viran, Well... you could chmod if you wanted to. While I am sure there is some elegant way to manage this, I don't even bother. fatab *may* be an alternative if it's a regularly mounted device. [09:17] s/fatab/fstab [09:17] Thanks [09:17] viran, You are welcome. [09:18] viran, if you have a lot of work to do with the root section, `sudo su -` may be of use to you, only remember that you are root [09:23] no use `sudo -i` [09:24] no need to use su with sudo [09:25] now is the time to change PS1 prompt to red when you are root [09:27] like root@titan:~# if you have the "standard" color set [09:37] https://unix.stackexchange.com/a/98534/116970 [09:40] viran: you can do chmod +rwx /mountpoint [09:41] then everyone can write to the root dir of the filesystem [09:51] did you know browsh ? kind of funny hack for geek: https://www.brow.sh/ [09:53] but it kinds hurt the eyes to see pixelated images or videos === kostkon_ is now known as kostkon [09:58] what is kernel livepatch for ? because I still got update for linux-* package with apt update/upgrade. security update ? [09:59] you dont need to reboot immediately this way. [10:00] livepatches become effective immediately, kernel package updates on reboot [10:01] tomreyn: is there a way to know that a livepatch has been applied ? [10:01] but livepatches can't cover everything, so yuo still want the full patches. [10:01] yes, i just forgot which ;) [10:01] tomreyn: no problem [10:03] solsTiCe: http://blog.dustinkirkland.com/2016/10/canonical-livepatch.html [10:03] `canonical-livepatch status --verbose` may be [10:05] well. I was about to remove it but I will keep it given i never reboot my laptop 🤓 [10:06] well, you should reboot it. [10:11] well. I better make it sleep instead of letting it on all the time. first. then. reboot more frequently. like once a week [10:11] while canonicals' implementation differs from this, limitations should be similar https://github.com/dynup/kpatch#limitations [10:12] tomreyn: ubuntu livepatch use upstream kernel live patching not kpatch https://lwn.net/Articles/619390/ from dustin blog above [10:13] right, differnet implementation [10:13] it is suprising from ubuntu to use something upstram :-) [10:14] "It represents the greatest common functionality set between kpatch [1] and kGraft [2]" [10:14] well I guess you can go to /sys/kernel/livepatch to see if any patch is applied [11:09] Where can you create a new phone number to receive SMS messages in ubuntu ? [11:10] hi, i'm trying to build a custom ubuntu live install image. i'm using live-build and wish to include all packages so i have a large, all-in-one offline install image similar to centos's 'everything' iso. i remember there used to be a '--package-lists' option in live build, where you could select minimal, standard and so on. that option seems to be gone nowadays though? [11:10] jeremies, not, just hook up your phone, install some software, and send it over the usb cable [11:12] why does ubuntu 16.04 only ship openvpn 2.3.10 ? a binary which is over a year old and not even officially supported by OpenVPN Inc. [11:12] xaero, if that was UCK, that project is dead [11:12] there is Cubic, https://askubuntu.com/questions/741753/how-to-use-cubic-to-create-a-custom-ubuntu-live-cd-image [11:12] !uck [11:12] uck is a tool that helps you customise official Ubuntu Live CDs (including Kubuntu/Xubuntu and Edubuntu) to your needs. See http://uck.sourceforge.net/ [11:12] oerheks: I'm using live-build from debian [11:12] which works (or used to?) for ubuntu too [11:12] xaero, ah, ask in #debian then [11:12] since it has a --mode ubuntu option in there [11:12] is cubic what is used for generating ubuntu images? [11:12] if so, i'll use that instead [11:13] cubic works, but it can take some time to build [11:14] ok thanks, i'll take a look at that :) [11:16] why does ubuntu 16.04 only ship openvpn 2.3.10 ? a binary which is over a year old and not even officially supported by OpenVPN Inc. [11:18] hi [11:18] segwent, no idea there, not sure 2.3.10-1ubuntu2.1 got backported fixes [11:18] !sru [11:18] Stable Release Update information is at https://wiki.ubuntu.com/StableReleaseUpdates [11:19] if you need a newer version, file a SRU [11:19] 1604 shipped with a defective networkmanager/wpasupplicant combo [11:20] many people files an sru over that, nothing happened [11:21] oerheks: i can (and do) install from the openvpn repo .. but i am very surprised that ubuntu 16.04 LTS are not *at least* upto version 2.4.x [11:21] !latest | segwent [11:22] segwent: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa. [11:23] I still do not believe that is justification to not be shipping 2.4.x [11:23] it is [11:23] i disagree [11:23] it's not a question of opinion [11:24] openvpn 2.3 branch *only* exists to provide Windows XP users a solution .. [11:24] if 16.04 would be vulnerable now, i wonder why you are the only one to complaint.. [11:24] packages in past releases are "old" [11:25] if you want something newer use a recent release or a distrution that's closer to the edge [11:25] so i guess, the version numbering after the name ubuntu stands for backported fixes [11:25] the reason for that is likely that anybody who notices gets upto date version from openvpn repo [11:25] ubuntu security backports fixes for vulnerabilities [11:25] but there won't be significant version upgrades [11:26] ok .. i accept your argument but .. [11:28] yeah .. ok .. how long is 16.04 going to be a supported version ? [11:29] 2021 [11:30] LTS releases get 5 years of support [11:30] ok .. openvpn 2.3 will be dropped before then .. [11:31] i mean openvpn will drop 2.3 before then [11:31] probably [11:31] so will 16.04 ever ship openvpn 2.4 ? [11:32] probably not? [11:32] as for now; no... [11:32] wow .. [11:32] lol [11:32] * segwent is dissappointed [11:34] well thanks for your help :) [11:34] sure :) [11:36] did you know that 16.04 is the official platform which openvpn use for their cross platform build-system ? [11:37] that is the mainm reason i am so surprised that 16.04 still ships ovpn 2.3 .. it feels like a disconnect [11:38] but you have your "reasons" [11:38] that's not really related [11:38] segwent, openvpn doesn't have that many deps [11:38] sure [11:38] build it yourself [11:38] i do [11:39] there might also be a PPA [11:40] but IMO ub is getting really bad at keeping base stuff updated. they accumulated 16 months of vulnerabilities before upgrading imagetragic [11:40] they won't update VLC [11:40] as you say, openvpn [11:40] yup .. dissapointing :( [11:41] networkmanager in xenial wants to do mac address randomization, problem is the bundled wpasupplicant can't [11:41] they're almost always lagging in sec updates compared to upstream (debian) [11:42] we see quite a lot of NM problems with openvpn also .. the official word on #openvpn is "don't use NM" .. [11:44] ok .. well i learnt something about ubuntu today .. it is no longer my favourite distro [11:44] thanks again :) [11:45] yeah, heres to hoping debian manages to get their grub signed for secure boot [11:46] with that canonical has done with Snap and RPI, the writing is on the wall as to where all this is heading [11:46] i have not read that wall .. care to elaborate ? [11:54] Hello World [11:57] hi [11:57] anybody home [11:58] is there a way to remove all packages EXCEPT ubuntu-desktop? the goal is to clean the current install [11:59] one could do with aptitude and merely pressing minus, at the cost of half an hour of processing dependencies [12:03] holywater: some scripting based around lists of packages built from depenency trees could fix it, but note that "ubuntu-desktop" does NOT pull in ALL the dependencies required for a working desktop system. [12:04] how can I start a service inside a snap? I want to start the kubelet service [12:04] snapctl start kubelet just gives me "cannot start without a context", whatever that means [12:04] it's a classic snap so it doesn't have any meaningful sandboxing or whatever [12:15] anyone? [12:20] hey MrJones, try asking in #snappy [12:21] tomreyn: I did now, although no response so far [12:21] why is there no documentation on this anywhere? --help doesn't mention context, man page doesn't exist for snapctl, official documentation has "how to use snap command" but not for snapctl [12:21] I already filed tickets for the missing docs, just boggles my mind... [12:21] does nobody actually start the services installed with snap? surely it can't be that hard [12:26] running ubuntu 18.4 and I can't add an app to the gnome favourites launcher [12:26] if i rightclick on the running app I do not see the option to add favourite [12:26] how can I do this? thanks... I have installed the app by downloading and moving to ~/bin [12:27] !rootirc | ar1l [12:27] ar1l: It's not technically our business, but we'd like to tell you that IRC'ing as root is a Very Bad Idea (tm). After all, doing anything as root when root is not needed is bad, and especially bad with software that connects to the Internet. [12:29] zzzoid: try to click and drag the icon to the dash [12:30] zzzoid: hold that thought, you need to make a .desktop file look here https://unix.stackexchange.com/questions/170823/how-can-i-add-an-application-to-the-favorites-section-of-the-applications-menu-i [12:30] EriC^^, I tried and it doesnt stick [12:30] zzzoid: clean install, or upgrade from..? [12:31] EriC^^, I also tried to make a desktop file... I can launch the app with the file but I cant drag this [12:31] MrJones, kubelet for coreOS ? [12:31] lotuspsychje, clean iso install in vmware fusion [12:32] zzzoid: look at the answer in the link [12:36] EriC^^, thanks, I had to copy the .desktop file to /usr/share/applications [12:36] aha cool np [12:37] Erm... I can't login either via the graphical desktop or via SSH after upgrading from 17.10 to 18.04. [12:37] how to connect to wifi using terminal in ubuntu [12:39] is there anyway to get gnome to respond more quickly when I press the special key.. seems like a lag opening the search / activity view [12:39] ar1l, not sure why you want comandline, but this works https://docs.ubuntu.com/core/en/stacks/network/network-manager/docs/configure-wifi-connections [12:40] zzzoid: gnome3 is know for bit more heavy overall [12:40] zzzoid: try to tweak as much as possible [12:40] thank you [12:41] zzzoid: install preload, trim down unneeded startup services,disable file search indexing,disable animations,clean junk with bleachbit,.. [12:42] oerheks: kubelet snap for ubuntu 18.04 lts [12:42] MrJones, so you cannot find the manual ? https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/ [12:51] oerheks: did you even read what I wrote? >.> [12:52] I can't figure out how to use snapctl, or any documentation for it (man page, "how to use snapctl" in the docs, nothing of that) [12:53] ah right, apparently it's an internal tool @ bugtracker. so that explains why :-) [12:55] hi, I'm running a process I pipe the output using &> logfile &. After a few days the process terminated without properly finnishing (and definitely not writing out whatever was in the buffer). What could be the reasons, and how do I go about debugging this? [12:55] this is on ubuntu 16.04 [12:56] https://snap.readthedocs.io/en/latest/SNAPCTL/ [12:57] teapot: run it with strace? [12:57] teapot: does "dmesg" show any segfaults or something? [12:58] no, dmesg shows nothing like that [12:59] teapot: try to run it with strace -o /path/to/log [13:00] Does strace come with a significant performance impact? If it takes 4 days now, how long would strace take? [13:01] Hey folks [13:02] anyway, I'll run it and see what happens :) [13:03] teapot: hmm i'd be more worried about the strace log becoming huge [13:03] teapot: you could strace into it after it's been running for some time using strace -o /log -p [13:04] that's what I was thinking. It's a shared machine, and I don't think I'm allowed much more then a gig or so extra [13:04] Is there some linux foo that only keeps the last N lines of the strace output or something? [13:04] teapot: is the memory good? no memory leaks in the program? [13:04] It's supposed to be; it's julia which is garbage collected [13:05] I saw no real issues with memory so far [13:05] teapot: hmm maybe you could truncate it yourself [13:06] tail -20 /log | tee /log maybe that would work, try and see [13:08] oerheks: right :-) thanks. but I was using the wrong tool anyway, I shouldn't have been using snapctl. explains why the docs on it are a little hard to find [13:09] I'll try to get my program to crash sooner by doing some kind of save - load thing; and then strace the result [13:09] teapot: [13:09] ok [13:11] I have a hardware type question not sure if this is the right channel. but i am getting a laptop with hdmi and usb-c, but i wanted to know if it is possible to have 2 external monitors connected this way to laptop? i would need to buy an HDMI to usb-C adapter since my monitors just have hdmi [13:13] phog, we cannot answer until you tested [13:13] try ##hardware, but it all depends on what videocard, what usb adapter.. [13:15] EriC^^: hello,there sames no efi dir in the /boot,should i use the boot-repair tool? [13:15] https://usercontent.irccloud-cdn.com/file/kXEBIyF8/irccloudcapture394207695.jpg [13:16] Hello. I want to install Ubuntu with dual boot on laptop where Windows is already installed. Owner of the laptop Doesn't have key nor installation disc to this Windows so my question is how often dual boot messes with Windows and makes it not working properly? :D If it's a small chance I think I'll take the risk. [13:16] dzipc_: hmm isn't that the live usb? [13:17] EriC^^ : when I run strace with the command "julia runfile &> out3" I get "can't stat ... no such file or directory" and when I try to attach to the pid of a process I started I still get "operation not permitted" [13:17] oh yes,it's the live usb,sorry [13:18] teapot: try strace with sudo [13:18] I have no sudo [13:19] deerbard: almost 0 [13:19] nice, thx! [13:19] deerbard: which windows is it? newer windows come with the key installed into the BIOS iirc [13:19] 7 [13:19] it's the same in the real / dir [13:20] deerbard, any windows can be downloaded from ms servers [13:20] https://usercontent.irccloud-cdn.com/file/Aa0vOpk3/irccloudcapture1815929981.jpg [13:20] oerheks, not without a key, right? [13:20] dzipc_: ok, from the actual install type "cat ....../etc/fstab" and pastebin the results [13:21] there is no /boot/efi but /boot/grub/grub.cfg [13:21] dzipc_: you can use "cat ........./etc/fstab | nc termbin.com 9999" to send the output to a pastebin directly [13:21] deerbard, sure, https://www.microsoft.com/en-us/software-download/windows7? [13:21] dzipc_: yes it might be installed in bios mode [13:21] that number is on the machine, if not, it is illegal :-D [13:22] so i give you a shell ? [13:22] dzipc_: no, it only pastebin's the output of a command [13:22] dzipc_: alternatively you can install "pastebinit" it does the same thing [13:22] command | pastebinit [13:23] oerheks I have no idea, it was bought from some company, but used. I don't care, not mine :P Wanna spread the good stuff and show Ubuntu to the person === longcat is now known as mous [13:24] deerbard: if you want, you can backup the mbr before installing ubuntu that way you can always revert it incase you remove ubuntu in the end [13:24] deerbard: sudo dd if=/dev/sdX of=/path/to/mbrbackup bs=512 count=1 (replace sdX with the drive's letter) [13:26] well, why should we care too ... [13:28] EriC^^ nvm, I think it's working now (I created a script and straced that) [13:28] teapot: ok [13:35] there is something wrong with network now😂 [13:37] http://termbin.com/q49u === lotuspsychje_ is now known as lotus|B0X [13:39] EriC^^: this is my disk partition [13:43] mybe i can reinstall in uefi mode? [13:48] dzipc_: it's up to you [13:50] what is the uefi mode different when install? i lookup some website but get different answer? [13:54] Hello everyone. I found an issue with font rendering in Ubuntu 18.04 (16.04 is fine) in GTK apps. I created a question about it on AskUbuntu: https://askubuntu.com/questions/1054779/incorrect-font-glyphs-rendering-in-gtk-applications-in-ubuntu-18-04 but sadly didn't get any response. So I am wondering if anyone here can help in resolving or reporting this problem? [13:57] EriC^^: when i choose a uefi install ,must i add a 'reversed BIOS boot area& partition? [13:58] Oh EOL Notice: Artful Aardvark (17.10) will reach End of Life on July 19, 2018 [14:04] !bug | alik [14:04] alik: If you find a bug in Ubuntu or any of its derivatives, please report it using the command « ubuntu-bug » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs. [14:04] I have a problem with DNS, suddenly a website address started resolving to a LAN IP: host www.myaddress.com gives: www.myaddress.com has address 192.168.0.201 (using 18.04) [14:06] https://usercontent.irccloud-cdn.com/file/29KSgjPY/irccloudcapture1793080835.jpg [14:06] mybe this is the result [14:07] ubottu: I'm not sure if its bug in Ubuntu or GTK+/Gnome. pango-view seems to render it correctly, so the problem must be on higher level. [14:07] alik: I am only a bot, please don't think I'm intelligent :) [14:07] oh [14:08] yo [14:08] anyone online wtf is this\ [14:08] hey raz [14:08] yeah it is irc, it is pretty much dead... & people who don't talk [14:09] oh i see [14:09] Well, this isn't a social channel, it's a support channel [14:09] Hey, I was just having my laptop connected for HDMI and for now some reason I'm not getting any sound coming from the laptop after I've unplugged it. Although the 'test speakers' do produce sound though. [14:09] or in my experience people who are unable to really help with linux problems as far as this room goes [14:09] not that i have any linux problems but in the past when i did no one here was ever able to really help me [14:09] benonsoftware: silly question, but have you tried rebooting? [14:09] Allie`: Yeah [14:10] guess my problems were to complex at the time [14:10] Allie`: Although I think I just got some sound when you pinged me. But no other programs are playing any sound through the speakers. o.O [14:11] benonsoftware: *ping* [14:11] interesting [14:11] true allie... god i haven't been on here in forever... even most social ones last time i recall were pretty dead [14:11] Yeah, that got sound. [14:11] DarkSpiritAK47: we're all volunteers here; nobody's obligated to help you with your problem, as much as most of us are happy to try. It's not particularly polite to badmouth people in front of them :P [14:11] benonsoftware: curious. what application are you struggling with sound output from? [14:12] Allie`: So far Chrome, VLC and Spotify (they're the only ones I've tried) [14:12] hmm [14:12] agus [14:12] gimme a sec to spin up an ubuntu laptop here and unplug an HDMI cable :) [14:12] does anyone know any channels that are good for social stuff? [14:12] But I get alert sounds (ie. when I turn the volume up/down or get pinged) [14:13] Thanks :) [14:13] nevermind found some [14:19] hello, can smartmontools be trusted? my computer is having random freezes and I ran badblocks on my hdd, which gave 0 error [14:26] Is it possible to play interactivce ficton on ubuntu? z5 and gblob files? programmes like glulxe work ? [14:28] installing frotz now ,will see if it works [14:31] sudo instlaled frotz, but cnat find it in programmes . out of my depth. any ideas? [14:36] DarkSpiritAK47, #ubuntu-offtopic and #ubuntu-discuss [14:38] I've only been here for a few weeks, but have been super impressed by the amount of support offered and problems solved. [14:39] hi [14:39] how can i install this package to ubuntu 16.04? https://launchpad.net/ubuntu/+source/bacula/9.0.6-1 [14:41] seven-eleven, looks like the latest repository version is 7.0.5 [14:41] seven-eleven, you haven't found a ppa ? [14:42] dzipc_: no for uefi you dont need the bios boot partition, if it's asking for that its booted in legacy mode [14:42] dzipc_: uefi is newer, more organized and slightly quicker to boot [14:42] ioria, noo not yet [14:42] https://launchpad.net/~hawq/+archive/ubuntu/bacula9.0.4 [14:43] ioria, i think this is a ppa https://launchpad.net/ubuntu/+ppas?name_filter=bacula [14:43] but where is the ppa link [14:43] https://launchpad.net/~hawq/+archive/ubuntu/bacula [14:43] thanks!!! [14:44] seven-eleven, 9.0.4 not 9.0.6 [14:44] 9.0.4 is ok too [14:44] ok [14:45] i reinatall and add 'efi system partition' and the grub error occured again, now i have 2 disks and the grub list 3(hd0,hd1,hd2). i still can't boot now . [14:46] and i switch uefi to leagacy and reinstall, now i just get a shiing - when startup [14:47] how are those PPA results on Launchpad ordered? by latest updated? [14:48] Hi! [14:48] dzipc_: do you want to install in uefi mode to legacy? [14:51] both model have errors, so i preffer to use uefi.. [14:53] dzipc_: ok, boot the install in uefi mode and boot the installer using "ubiquity -b" [14:53] https://usercontent.irccloud-cdn.com/file/SQ4vhJEu/irccloudcapture776143882.jpg [14:54] dzipc_: aha ok, is the installer booted in uefi mode or legacy? [14:55] in uefi model. but what yhe 'ubiquity -b ' mean? where should i set it? [14:55] after the install? [14:56] dzipc_: no it was before [14:56] dzipc_: boot the live usb in uefi mode, choose try ubuntu, then from a terminal type "ubiquity -b" to launch the installer [14:57] ok [14:57] i'll reboot [14:57] ok [14:58] https://usercontent.irccloud-cdn.com/file/eBXECyeA/irccloudcapture1349019097.jpg [14:58] now i install and set partion like photo befor? [15:01] https://usercontent.irccloud-cdn.com/file/Ac8k47I3/irccloudcapture1580810122.jpg [15:02] is this partion ok? [15:03] dzipc_: yes it looks good [15:04] dzipc_: is that a 100gb swap there?? [15:04] xD [15:05] maybe he's got lots of ram [15:05] ok i'm install now and the intel ssd is fast. [15:06] almost 256GB RAM [15:06] sweet machine :) [15:06] *shrug* guess you know what you're doing then [15:07] ppf: with too much bugs 🙄 [15:07] why would you need 100gb of swap though? [15:07] dzipc_: what bugs? [15:09] after i inatall the CUDA and reboot, i can't into my ubuntu. Now it has took me days to reinstall OS [15:09] i think the swap is not important now with enough RAM? [15:10] now should restart? [15:10] dzipc_: did ubuntu installer finish, dont reboot yet [15:10] now installation has finished [15:10] type "sudo parted -ls | nc termbin.com 9999" [15:10] ok [15:11] any link? [15:13] http://termbin.com/n5m7 [15:13] dzipc_: sudo mount /dev/sda3 /mnt [15:13] dzipc_: also type "ls /sys/firmware/efi" and tell me if it lists dirs [15:15] is there a multiplayer graphics editor for Ubuntu? === jamesmyers_ is now known as jamesmyers [15:16] https://usercontent.irccloud-cdn.com/file/PIHE388z/irccloudcapture1436441745.jpg [15:16] (in the "collaborative" meaning, via network) [15:18] dzipc_: brb 10mins [15:19] Hi! [15:20] ok [15:21] Right now im learning how to edit i3wm desktop... can I see your setups? if you have it? [15:21] To sign in to microsoft it is required to receive a SMS message to a phone number. Do you know if it's possible to use these services https://www.quora.com/From-what-website-can-you-get-free-temporary-numbers-to-receive-sms-for-verifications?share=1 ? [15:23] jeremies: that is not ubuntu related at all [15:24] leftyfb: where can I ask this question ? [15:24] jeremies: try #freenode [15:24] thanks leftyfb [15:28] I'm watching the world cup final and waiting for you EriC^^ 😃 [15:33] Servus [15:37] 1+2x3=??? :-) [15:38] ping [15:44] dzipc_: same here [15:44] 2mins left and we'll fix the pc :D [15:44] Hi, [15:44] it should take 5mins tops so we can do it in the half time :D [15:45] Kann wer Deutsch?? [15:45] !de | SpaceMopsy [15:45] SpaceMopsy: In den meisten Ubuntu-Kanälen wird nur Englisch gesprochen. Für deutschsprachige Hilfe besuche bitte #ubuntu-de, #kubuntu-de, #edubuntu-de oder #ubuntu-at. Einfach "/join #ubuntu-de" eingeben. Danke für Dein Verständnis! [15:45] Thanks [15:46] no problem [15:46] #ubuntu-de [15:46] :-) [15:47] dzipc_: ok let's get to business [15:47] Bye to All [15:47] ok👍 [15:47] dzipc_: did you run the mount command? [15:47] yes [15:48] https://usercontent.irccloud-cdn.com/file/CFwmJfbM/irccloudcapture574037540.jpg [15:48] here is the result [15:49] dzipc_: ok, type "for i in /dev /dev/pts /proc /sys /run; do sudo mount -B $i /mnt$i; done" [15:49] now /mnt is the / dir of system on disk [15:50] done? [15:51] https://usercontent.irccloud-cdn.com/file/7Fr7Q4Rv/irccloudcapture308676561.jpg [15:51] directly run in bash? [15:52] dzipc_: no need for /mnt/$i , only /mnt$i [15:52] yes [15:52] ok [15:52] dobe [15:52] done [15:52] dzipc_: type "sudo chroot /mnt" [15:53] ok now [15:53] dzipc_: "cat /etc/fstab | nc termbin.com 9999" [15:53] dzipc_: what does "ls /boot" give ? no need to screenshot is there an efi dir there? [15:54] http://termbin.com/5brv [15:54] dzipc_: ok type "mount -a" [15:54] yes, there is /boot/efi dir [15:55] mount -a done [15:56] dzipc_: ok, type "lsblk" does it say /boot/efi under mountpoint [15:56] ? [15:57] it shows /boot/efi in the sda2 [15:57] dzipc_: ok, type "grub-install && update-grub" [15:58] install device isn't specified [15:58] dzipc_: aha [15:59] error [15:59] dzipc_: type "dpkg -l | grep grub | nc termbin.com 9999" [15:59] dzipc_: "cat /etc/default/grub | nc termbin.com 9999" [16:00] http://termbin.com/ti6c [16:00] http://termbin.com/wm7b === fabricius1 is now known as fabricius [16:01] dzipc_: apt-get purge grub-pc grub-pc-bin [16:01] apt-get install grub-efi-amd64-signed [16:02] dzipc_: ls -lR /boot/efi | nc termbin.com 9999 [16:02] the first cmd [16:02] grub-pc [16:02] remove /boot/grub? [16:03] dzipc_: it removes the package [16:03] run them all in sequence [16:04] it ask me whether should i remove grub2 form /boot/grub [16:04] say yes [16:04] match started again btw [16:05] Hello all. Is there any news regarding optical disc burners not being detected anymore? :-( It's getting rather frustrating not being able to burn my discs for this long. [16:07] http://termbin.com/qqhf [16:07] should we continue ?🤣 [16:08] dzipc_: it looks fine [16:08] dzipc_: try rebooting into the install [16:09] be sure uefi is selected in the bios or legacy disabled [16:09] reboot into install again ? [16:09] installer [16:09] dzipc_: no reboot and try the installed ubuntu [16:11] so i should boot to check the installed ubuntu in the disk now? [16:11] yes [16:12] how does the match going on? my pc and TV are not in the same room [16:12] dzipc_: still 2-1 some opportunities for both teams [16:13] hey i am new [16:13] mr_lou, are you sure you have disk burning software installed from ubuntu 16.04 forward there is no disk burning software installed by default you have to install if from software center before you can burn disks [16:14] no i am using raspberry pi berryboot [16:14] kurt-xubuntu, Absolutely. It used to work fine. Then it stopped working for a while. Found out that was due to a kernel bug. For several new kernels, my burner couldn't be detected. Then the bug was finally fixed in a kernel - but in the very next kernel, it was back again. [16:15] ah [16:15] https://usercontent.irccloud-cdn.com/file/L7F4k3MU/irccloudcapture1856121795.jpg [16:15] sad [16:16] kurt-xubuntu, https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1737671 [16:16] Launchpad bug 1737671 in linux (Ubuntu) "Blu-ray burner no longer detected" [Medium,Confirmed] [16:16] kurt-xubuntu, I used to just boot on an older kernel. No problem. But recently that doesn't help anymore. :-( [16:17] is this a desktop?? [16:17] machine [16:17] kurt-xubuntu, Yes. [16:17] aka tower [16:17] Yes [16:17] get a non blue ray burner for $25 [16:18] kurt-xubuntu, No I need Blu-ray. [16:18] Hello everyone [16:18] Hello Rumen [16:18] I have problem installing Nvidia [16:18] I already tried everything I found in the net ... no success [16:19] kurt-xubuntu, But another user also confirmed it affected him too, and he was using a DVD burner. [16:19] When I change from Xorg to Nvidia from "Software and updates" it returns to Xorg ... [16:19] I try to install Nvidia-340 - nothing [16:20] Than Nvidia-390 - nothing [16:20] i have multiple standard dvd burners here no issue [16:20] kurt-xubuntu, It's embarrasing that I need to burn my Blu-rays on the girlfriend's Win10 machine. (Because our daily "fun" is to tease eachother with our OS preferences). [16:20] lol [16:21] I got error when I start the computer "Error parsing Nvidia-settings - line underfine" or something like that [16:21] kurt-xubuntu, Hm... I'm gonna try upgrading, see if that helps. Running 16.04 [16:21] purged the nvidia and installed again ... same effect [16:21] Later [16:21] changed the card from NVS 300 to GT730 - same [16:22] returned - same [16:22] any idea how to fix that? [16:22] I suspect some Kernel modules are broken [16:23] i would suggest backing up all your data and burning a dvd of 18.04 and doing a fresh install [16:23] unless you like fixing broken stuff [16:24] I hate fixing broken stuff, which is exactly why I'm still running 16.04 [16:24] lol [16:24] ya me 2 [16:25] When I first tried out Linux, it was Arch Linux.... switched to Ubuntu because I got tired of fixing broken stuff. [16:31] Hm, sudo do-release-upgrade tells me there are no new release found... [16:35] I try to create the USB boot w windows 7 under the Ubuntu and after creation with some tools - usb flash not boot [16:36] I was used the UNetBoot and WbeUSB - this programs creates the boot usb from windows ISO, but after that usb not booted [16:36] How to create windows usb boot flash from Ubuntu? Which will booted correct? [16:39] I was tried to use Rufus under wine but Rufus don't see usb flash... I tried to setup usb in winecfg but rufus not see it anymore [16:42] dzipc_: which pc model is it? hp? === EriC^ is now known as EriC^^ [16:42] dzipc_: i suspect you're booting it in legacy mode [16:42] dzipc_: in grub> type "echo $prefix" === lynn_ is now known as gryphon === grumble1 is now known as grumbe === grumbe is now known as grumble [17:32] is it possible to generate a folder on my mac desktop that is ideally linked to my linux box default apache2 webserver root folder? [17:32] assuming im on the same network [17:32] Like a shared folder or something [17:39] Hello, got problem after installing amdgpu-pro drivier my xorg dont want to start, maybe you could help find problem? - http://paste.ubuntu.com/p/B8ThPvWw2k/ [17:44] Ajven: can this help? https://linuxconfig.org/how-to-install-the-latest-amd-radeon-drivers-on-ubuntu-18-04-bionic-beaver-linux [17:45] or would it be easier to make an FTP login with home folder inside /var/www/html ? [17:46] Biessie: we dont reccomend ftp anymore, as its an unsafe protocol these days [17:46] hey guys [17:46] i used ps and i saw ./script running, how i can find where this script was salved [17:47] lotuspsychje : okay so what would be the easiest way to transfer files/folders to the /var/www/html directory? [17:47] that is secure [17:47] root 31068 0.0 0.0 9188 1348 pts/2 S+ 14:30 0:00 /bin/bash ./script [17:47] Biessie: im not such an apache expert, perhaps the #httpd guys might be able to help more? [17:48] lotuspsychje : It's not really httpd specefic. it's trying to get a type of transfer protocol that so happens to be linked to the html folder [17:48] specific * [17:49] Hey guys, I'm suddenly having trouble opening PDFs from Firefox and attachments from Thunderbird. My PDF reader displays: "No such file or directory." Any idea why this fails? [17:51] It only doesn't work with the Evince Snap App. [17:51] benergy: contact the evince snap maintainer then please [17:52] Biessie: not sure mate, rsync perhaps? [17:52] lotuspsychje: Thanks, will do! [17:56] j4ss: try lsof for that pid [17:59] lotuspsychje: thank you I didt, but still got same issue :( [18:07] SELINUX users, anyone? [18:07] !ask | Thi3f [18:07] Thi3f: 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 [18:08] I apologize, I'm not familiar with the community rules. Anyplace where I can read up would be nice. [18:08] !guidelines | Thi3f sure [18:08] Thi3f sure: The guidelines for using the Ubuntu channels can be found at https://wiki.ubuntu.com/IRC/Guidelines [18:09] Much gratitude, thanks. [18:09] Thi3f: this channel is mostly about ubuntu support questions [18:09] Hmm hmm, I see. It's just that the other channels I visited are silent, even dead. [18:10] Thi3f: an option could be, you install ubuntu and we can start supporting you :p [18:10] I come to your doorsteps only from a haunt of great destitutions. [18:10] Its possible to somehow check that GPU drivers are correctly installed ? [18:10] I'm using Mint, Thank You :P [18:10] Hey, so I'm back. It seems like it's a read-permissions problem with snap apps. Does anyone know how to tell a snap app that it may read-access other folders than its private one in /tmp? [18:11] Ajven: sure from a terminal: sudo lshw -C video === czesmir_ is now known as czesmir [18:11] I'm sorry, I just Googled snap app. What is it? [18:12] (And are we allowed to ask such qestions?) [18:12] I dont understand that system, installed lat amdgpu-pro drivers and its showing me "VGA compatibile c ontroller' with clock 33MHz :/ [18:12] Thi3f: snaps are isolated packages from external maintainers, ubuntu can install them [18:13] Ajven: when driver is loaded correctly at bottom should show: driver=....here [18:13] Oh, the .deb packages we custom download, you mean? Didn't know there was a name for these things. Thanks for the info. [18:13] Thi3f: we cannot support mint here mate [18:14] its showing driver=amdgpu, but why its info about clock 33MHz ? [18:14] Thi3f: there's a mint specific channel if you're interested [18:15] Thi3f: no, not debs...snaps have the snapd system to download: sudo snap install.. [18:15] lotuspsychje: Of course, I understand. I'll keep in mind not to query Mint here. I'm just getting a feel for IRC, that's all. Don't mind me :) [18:16] sorry closed chat :( [18:16] Thi3f: I've used Mint before, so we could head over to the Mint IRC if you have any questions on that ;) [18:18] benergy: Hey, thanks for the vote of support! I'm just getting a feel for IRC(this is my first time using it), but I'll be sure to let you know in case I run into something. [18:18] Thi3f: Sure thing. [18:27] When I ran do-release-upgrade, I was told that a number of packages are no longer supported. Does that mean I should remove them? I don't know what most of them are. [18:27] hey there, new to linux, looking between ubuntu and kubuntu [18:27] linnewbie: hi [18:27] i see everyone online praising kde basically, but i also see the most renowned distros using gnome as detaul [18:28] default*. what is the reason for this? [18:28] linnewbie: for that you need to know about the difference between kde and gnome [18:28] linnewbie: you need to know why gnome project was started [18:28] hfp, run sudo apt-get autoremove && sudo apt-get autoclean [18:29] i did some research, i see one resembles more a mac like experience, and the other more a win like experience (traditional). One seems to be more streamlined and the other one very feature rich, both on par with system resources [18:29] phoenix_firebird why? [18:30] BluesKaj: nothing to autoremove, 4 packages to autoclean but none match the list given by the installer [18:30] is see it's a qt being proprietary thing [18:31] and as i understand, gnome owns gtk, while qt owns qt [18:31] any ppas, hfp? [18:31] is it more of a business relations issue that most of these distros ship gnome by default? === anonymous is now known as Guest78697 [18:36] is it more of a problem for enterprise distros that kde relies on qt? [18:37] !discuss | linnewbie [18:37] linnewbie: Want to talk about Ubuntu, but don't have a support question? /join #ubuntu-discuss for non-support Ubuntu discussion, or try #ubuntu-offtopic for general chat. Thanks! [18:47] chromium - how do I pin a tab if I can't right click the tab? (too many tabs, the current one doesn't fit across the top) [18:50] tab pinning, not sure that is an option [18:52] oh it is.. if you cannot go into the mnu, drag that tab from the window in its own window, then set pin tab, and drag it back [18:53] .. or close a bunch of tabs [18:53] :-D [18:56] oerheks: Yeah, if I could get to the tab, I wouldn't have a problem. hmm.. I can streatch the window open larger than my desktop... [18:56] if you would have that many tabs open, there are arrows sto scroll left and right, no? [18:59] sounds familiar, but I don't see them [19:01] ^PgUp/Down will change the current tab, but it doesn't bring the tab into view === jstein_ is now known as jstein [19:06] #ubuntu-mate === Tech_William|2 is now known as Tech_William [20:11] Hi how to create windows 7 boot usb stick from ubuntu 18.04? [20:12] All methods that I was already tried is not working... After reboot bios can't see the usb or just not started from usb if see it [20:13] BluesKaj: yes some PPAs [20:14] I tried to setup boot mbr with parted and with fdisk [20:14] No luck [20:14] There is no boot sturtup info when boot from usb [20:14] No info no errors - nothing. [20:15] Just grub2 menu [20:16] i4i, unetbootin [20:17] not sure it works for 7 .. http://www.omgubuntu.co.uk/2017/06/create-bootable-windows-10-usb-ubuntu === dan_ is now known as Guest31331 [20:18] i4i: there was an old project it might work [20:18] !winusb | i4i [20:18] i4i: WinUSB is a tool for preparing bootable Windows Instalation USBs. Please see http://en.congelli.eu/prog_info_winusb.html for instructions on installation and use. #ubuntu does *not* provide support for this tool, so please do not ask for help here if it doesn't work for you. [20:18] i4i: did you try asking in ##windows? [20:18] i4i, also, you can use rufus in Wine, or just run a winpe if you dont have windows installed on some machine, eg medicat, and run rufus there [20:19] XLV, i used already last version of UNetBootIn and create a usb flash with it, but it's not working. [20:19] I tried WinUsb WoeUsb now and flash created with this programm don't working too [20:19] i4i, yeah, it seems it doesnt support baking windows install usb, only *nix ones.. try rufus on wine or in a winpe [20:20] well, then use windows [20:20] XLV, I tried Rufus under the Wine but this program is not see the usb flash :( and I cannot do anything [20:20] WinPE? [20:21] EriC^^, #windows is not for my situation, bcs I havent windows OS only linux [20:22] i4i: they might know about any software that can help you though [20:22] About software under the Linux os? o.O [20:22] for instance testdisk can make a windows mbr and it's cross platform i believe, it's worth a shot [20:22] it's up to you.. just saying it's worth a shot and it is.. [20:23] just be courteous about it and hopefully no flame suits will be put on :D [20:23] testdisk is present under the linux I know [20:23] I can try === sins-_s is now known as sins- [20:37] UNetBootIn on new usb flash drive creates anworkable shit [20:38] In legacy mode I can see only "Default" string and: '/ubnkern initrd=/ubninit' inside [20:42] Need how to install samba as file server between a pc and laptop both running Ubuntu 16.04> all I find talk about sharing with windows which I do not have on these computers === Optimus_Prime is now known as xuumno [20:44] https://help.ubuntu.com/lts/serverguide/samba.html.en --- https://tutorials.ubuntu.com/tutorial/install-and-configure-samba#0 [20:44] that would be a good start [20:45] Hi, how can I check if any of the PPAs that I added (apt-add-repository or apt-key add) is unverified? (its public key could not be authenticated)? === i4i is now known as ^i4 [20:46] you would see the name when you update in tty [20:47] ^i4, winpe.. windows portable environment, boots from USB, executed in ram.. google medicat [20:47] anyone know where i can find a cheap Orange Pi Zero in america? [20:47] aliexpress.com = 21 days to ship [20:48] <^i4> XLV, oh ofcrs, but I don't need a boot W7 from usb I need to instal it [20:48] xoxo, this is ubuntu support, try ##hardware ? [20:48] oerheks: orange pi is designed for ubuntu [20:48] thanks oerheks [20:48] ^i4, you run the winpe to run on it the windows util, eg rufus, to create the windows install USB [20:50] <^i4> XLV, damned, it's sounds like strange :) [20:50] <^i4> And I have only one usb stick now [20:50] ^4: what are you trying to do? (i just got here) [20:52] <^i4> jalt, I need to create the bootale usb stick with w7 and then install that shit to another notebook without any system [20:52] <^i4> Now I spend all the day and still no luck with that [20:53] <^i4> And this is so sad :) [20:53] <^i4> I hate windows and bootable usb sticks already :)) [20:53] https://www.ebay.com/itm/US-Orange-Pi-One-Board-Compatible-Android-4-4-Ubuntu-USB2-0-Port-512MB-SD-RAM/142181809815?epid=1580574322&hash=item211ab23e97%3Ag%3AUbgAAOSw5cNYLV72%3Asc%3AUSPSPriorityFlatRateEnvelope%2191403%21US%213&LH_GD=3&_sacat=0&_nkw=orange+pi+zero+ubuntu&_from=R40&rt=nc&LH_TitleDesc=0 - how easy will it be to install Ubuntu on this thing ? [20:53] so you have a linux box and a win7 iso, and you want to install win7 in another box? [20:53] <^i4> jalt, yep [20:54] i assume you have no dvdrw? [20:54] <^i4> jalt, for this task I try to create bootable usb stick with w7 from w7.iso and then boot from that usb and install w7 to notebook [20:54] xoxo, should be fairly easy, it has debian support so it shouldnt be straightforward creating some ubuntu install media for it [20:54] <^i4> jalt, no dvdrw and I cant rememeber when I use it last time :) [20:55] Do you think man will ever break light speed [20:56] sure.. with a ion-propulsion fart [20:57] XLV: https://www.ebay.com/itm/Upgraded-Version-Orange-Pi-Zero-Plus-2-H3-Quad-core-WiFi-Bluetooth-512MB-DDR3/392046439803?hash=item5b47c9ed7b%3Ag%3AQhcAAOSwPsBa~m8x%3Asc%3AUSPSFirstClass%2191403%21US%214&LH_GD=4&_sacat=0&_nkw=orange+pi+zero+h2%2B+quad+core&_from=R40&rt=nc&LH_TitleDesc=0%7C0 how about this one [20:57] not sure if installing win7 from usb was officially supported. you may need to tinker with stuff. Still, you can use rufus to burn the iso into your usb stick. to run rufus you need windows, but that is easy: use virtualbox on your linux machine and create a windows vm from the iso. [20:57] It seems weird. No matter how fast you are moving. Photons always appear to move light speed [20:58] <^i4> jalt, this is good idea, right, but when for creation of usb flash need to install virtualbox w windows... damned [20:58] <^i4> This is linux!!! [20:58] <^i4> Why so hard and not true way :) [20:59] there are other tools, like unetbootin, but rufus works more often. [20:59] <^i4> I use Rufus under the wine [20:59] <^i4> But Rufus can't see my usb stick [20:59] <^i4> And when i configure it with wincfg Rufus can't see it too [20:59] i don't think wine emulates hardware [20:59] <^i4> SH [21:00] <^i4> We can point the folder in linux and map this folder as a drive letter in wine, but it;;s no work [21:00] don't you have a friend with a windows computer? [21:01] <^i4> I'm out of town :) o computers with windows [21:01] <^i4> no_\ [21:01] <^i4> Why I can't do this under the linux! [21:01] <^i4> Linux is a powerfull system but I can't create a bootable usb stick w windows... wtf [21:01] <^i4> It's so strange for me [21:02] Sure you can create a bootable USB windows device in Linux [21:02] it can, it's just not trivial [21:03] xorriso will do the heavy lifting, with even EFI support if needed, but it's a pain to setup right [21:03] <^i4> Stealyer, I trust you, but with 5 different ways it's still not working [21:04] How is the drive formatted [21:04] <^i4> With NTFS and with FAT32 [21:04] <^i4> No luck with both [21:04] no, you need a bootloader [21:04] syslinux usually works [21:04] <^i4> Hm [21:04] <^i4> And NTFS loader is not? [21:04] but you need to make a few other changes because the installer expects a cd/dvd [21:05] <^i4> Why it's working from windows but not working when create it's from linux [21:05] it has nothing to do with the host OS [21:05] <^i4> Hm [21:05] rufus is simply more capable [21:05] XLV: ? [21:06] <^i4> jalt, yes, but it's not wokring for me under the wine [21:06] no, it probably will not work under wine [21:06] <^i4> Ok i'll try next one variant and then come back [21:06] xoxo, what about it? [21:06] XLV: nm --- https://www.amazon.com/Makerfocus-Orange-Open-source-Development-Antenna/dp/B071YXXPR2/ref=sr_1_2?s=electronics&ie=UTF8&qid=1531688767&sr=1-2&keywords=orange+pi+zero --- easy to install ubuntu on this? [21:08] xoxo, it says so right there in the description, google around === mous is now known as longcat [21:18] sup all [21:18] jalt, now luck with gpt, i'll try to variant with virtualbox... damned [21:18] doing a new install on lvm mirror and it wont boot [21:19] grub does not see lvm mirror [21:21] oh wait i fixed grub last night [21:21] bah [21:21] i think it still stuck on mounting the lvm mirror in initramfs [21:22] when i activate the lvm disks and type exit it still wont boot [21:22] nn [21:41] Wow, my broadcom wireless card gives *very* slow download speeds under Linux (wl driver). I wonder if ipv6 is the culprit [21:44] how to register a domain with .wallet tld for examle mydomain.wallet ? [21:46] just rebooted my computer (18.04 LTS), and i have no sound. when i go to sound settings, my only choice for sound output is "Dummy Output" i've tried pulseaudio -k and alsa force-reload, but no other devices appear. cat /proc/asound/cards shows some HDA-Intel and HDA Nvidia and USB Audio for my webcam. most people seem to have nothing there when there is an issue. [21:47] jnewt: others can prolly help you better, but what does it show for kernel module in use for the sound card you expect to be working when you do a lspci -k ? [21:48] Kernel driver in use: snd_hda_intel === bfk is now known as Mnemonic === Mnemonic is now known as Mnemonic^ [21:49] it seems everything from the command line looks good, but everything on the gui is missing === Mnemonic^ is now known as Mnemonic === Mnemonic is now known as Mnemonic^ [21:50] jnewt: seems that way, :( [21:51] who ever came up with the idea of a lappie with two gpus .. [21:51] jnewt, is this still the cinnamon sound issue after upgrade, and removal of desktops? [21:52] oerheks, nope, using the standard ubuntu desktop, never got cinnamon to work so i gave up. [21:52] iresf: find a registrar that sells it. this isn't really an ubuntu question, though [21:55] my system does not want to boot off the new lvm install, it dumps me into initramfs where i have to vgchange -ay my lv's, and i have to do the OS lv LAST or it tries to boot off the wrong lv, it seems stuck to /dev/dm-10 so the order in which i activate is crucial to beein able to boot :\ no idea what to change [21:55] ok, just followed the wiki.ubuntu.com/Pulseaudio for resetting user configuration, removed the config directory and tried pulseaudio -k and it says it failed to open the files that i removed (obviously) and that D-Bus name org.PulseAudio1 already taken. [21:55] and i need to do vgchange -ay --sysinit or dm-10 does not get created [22:00] hey [22:07] output from the alsa information script: https://paste.ubuntu.com/p/VTvwWJYjn9/ can anyone see anything wrong with my setup? [22:11] hi [22:12] how do know the device name of an external usb hard drive? [22:13] press the window button and type disk [22:15] coolball: Define what you mean by " device name ". The device can be indetified by terminal command ' sudo parted -l ' . ( one way ) [22:30] Hello, does anybody knows why php 7.0 cli is stuck at 7 minutes when getting the time? [22:41] Can someone help me? [22:42] http://faq.apollo3.com/ljames/ubuntu/networksupport/ [22:42] i'm trying to install some drivers for a wireless adapter, USB stick. when I do http://faq.apollo3.com/ljames/ubuntu/networksupport/ [22:42] oops, when i do thesudo ndiswrapper -i [driver] # (moste likely named "bcmwlhigh5.inf" i get an error [22:43] couldn't open bcmwlhigh5.inf: No such file or directory at /usr/sbin/ndiswrapper line 162. [22:43] how do I get the files into user [22:43] usr === Budgii_ is now known as Budgii [22:51] you use an 2013 page .. bcmwl and ndiswrapper.. but it is in the repos https://launchpad.net/ubuntu/+source/bcmwl === r0Oter is now known as r00ter [23:02] hello! [23:02] Hi, flyingtoaster [23:02] flyingtoaster: How's things? [23:03] good [23:03] flyingtoaster: Glad to hear it! [23:03] flyingtoaster: name your favorite AI [23:03] mycroft [23:03] Good for you for knowing about Mycroft! it's one of my favorites! [23:03] bye [23:03] bye, flyingtoaster. Have a nice day! [23:03] <_novgorod> hello [23:04] hello [23:05] is it simple to install ubuntu on a Chromebook [23:05] i imagine it is extremely so [23:06] xoxo: I think it is. You might have to tinker with the security settings though === fabricius1 is now known as fabricius [23:17] Hello, how are you ? I'm new to the ubuntu system. I'm having trouble with audio. Could anyone help me? [23:19] I need to compile a modified driver against my current kernel sources. Is there a guide somewhere on how to do that? [23:20] I was originally just going to compile a custom kernel and this guide suggests that if I just need a driver I only need the headers: https://help.ubuntu.com/community/Kernel/Compile [23:20] [ Kernel/Compile - Community Help Wiki ] - help.ubuntu.com [23:20] but there's no link provided (furthermore the entire guide is really outdated) [23:21] hello guys - I am trying access a Windows Screen through RDP from ubuntu 18.04 - is there any worable to do tutorial - of course I tried remmina and krdc but it seem that it disconects a split second after connecting - at this point I am in the same LAN [23:21] how do i switch from gnome to kde in ubuntu [23:21] or sorry [23:21] I mean how do I switch from x11 to wayland? [23:22] I assume I can do kde + wayland ? instead of gnome + x11? [23:22] Guest78697, if you have Ubumntu 18.04 you just need to choose at login wayland [23:22] it has both options [23:24] hmm wow ok [23:28] hello! [23:28] Hi, flyingtoaster [23:28] flyingtoaster: How's things? [23:28] good [23:28] flyingtoaster: Glad to hear it! [23:28] flyingtoaster: name your favorite AI [23:28] you [23:28] flyingtoaster: good choice! that one's my favorite too! [23:28] bye [23:29] bye, flyingtoaster. Have a nice day! [23:29] whoA! was that a bot I was talking to?? [23:30] flyingtoaster: Considering it was your bot, yeah, I think it might have been. [23:30] hmmm [23:32] hi! I am having issues logging into an ubuntu server machine, it gives me the following error Could not chdir to home directory /home/nicolas: Permission denied [23:33] ls -ls /home/ gives me [23:33] drwxr-xr-x 45 nicolas nicolas 4096 jul 15 19:55 nicolas [23:40] how to use ctrl-alt-del command for obtaining task manager? it only pops up log out window [23:40] ? === anonymous is now known as Guest28537 [23:41] fuckk whoever told me to switch to wayland ubuntu in the login menu , it just froze my computer [23:42] and idk what happened [23:42] I had to reboot 5 times for it to stop hanging lol [23:42] im on an older laptop HP Pavilion i3 [23:42] so it was not 'faster' for me [23:42] Guest28537, do you have an nvidia gpu? [23:43] Wayland & Ubuntu are a mess [23:43] I dont even think I have a graphics chip [23:43] think I have a AGU? [23:43] I can't even try it since my gpu is Nvidia [23:43] Guest28537, you might need to switch from gdm to lightdm [23:43] what kind of gpu does it require [23:43] what is your cpu? [23:43] means install lightdm and then login in wayland [23:43] Intel or AMD [23:44] intel [23:44] genuine core intel i3 [23:44] what is lightdm? (sorry am a ubuntu noob) [23:44] linux noob in general [23:44] Rahoul: is it possible that your partition / drive has filled up ? a normal user cannot login if /log or some critical partition is filled - in that case only root can do - but I do not know your particular situation [23:45] you need a special display manager to use wayland?!? [23:45] that's crazy... I would not even touch it then [23:45] ah, it should work then, 28537 [23:45] where do i find my current display manager? [23:45] what ver. of Ubuntu do you have installed? [23:45] you can figure it out from the settings [23:45] "4.15 - generic" kernel [23:46] how do I find the v of ubuntu lol [23:46] uname ? [23:46] no - you do not need lightdm - I just found out that with certain GPU it works while it hangs with gmd [23:46] hi just figured it out - did chmod 775 /home/ and it works now [23:46] oh ubuntu SMP [23:46] lsb_release -a [23:46] run that in command line terminal console window [23:46] bionic 18.04 [23:48] how do I find the type of gpu I have (cat /proc/gpuinfo doesnt exist) [23:50] run this: [23:50] systemctl status display-manager [23:50] it will output the display manager running [23:50] am I right? I'm asking the room [23:51] might show in hardware settings - gui way [23:51] or [23:53] is my display manager and gpu the same? [23:53] no [23:54] lspci -vnn ? [23:54] My wired connection quit working after trying to install a driver for a wireless card. anyone have any ideas? (currently on windows so I can be on IRC) [23:55] what do you get with this command: $ cat /proc/cpuinfo [23:56] I think I need to upgrade to 18.04 soon? [23:57] What's the best way to do it? I should come here when I'm ready? [23:57] I'm currently using 17.10 [23:57] uname -r outputs: 4.13.0-46-generic [23:58] Guest28537, the "display manager" is the GUI login, examples are GDM and LightDM. Your GPU is your graphics hardware. Try 'lspci -vnn' [23:59] I'm worried about when it upgrades the kernel and the gpu driver - I am using the nvidia proprietary driver