=== hggdh is now known as WieWoWasWozu [09:55] Yo [11:02] hello? [11:03] Has anyone here on MATE successfully made a new theme? [12:56] hey guys, I got a problem after upgrading the system of my gf from 17.04 to 17.10. lightdm crashes all the time can't even switch to tty1 (maybe unrelated), but I have access through ssh [12:59] bunker, is your gf a developer? tester? hacker? :) [13:00] nope, but we like to use linux. ;-) [13:00] btw if she was, I wasn't solving her problem. ;D btw [13:00] bunker, I assume she likes to use her pc as a user not a power user or a developer right? [13:01] yes. [13:01] she is already 18 months on ubuntu mate, but now the upgrade from 17.04 to 17.10 got stuck [13:01] so, that's why there are so many brunches like stable, unstable, testing, lts, bla bla bla [13:02] if you intedn to use your pc like a normal user, then you should not upgrade to the unstable [13:02] thx for the lesson, but sadly enough that doesn't solve my problem [13:02] you should use LTS only, if you wanna test new stuff with the unstable, then be prapared to meet a whole bunch of new bugs which require a lot of time to get fixed [13:03] I know and then I try to figure out how to solve the problem which is what i'm doing now [13:04] if you haven't found any bug report on your problem, then most probably it's quite a new one and you should be the first person who should make a bug report [13:04] That I do also know, but what I [13:04] am trying to figure out is what could have caused the problem [13:05] and meanwhile, watching the sad face of your gf because she can't watch kittens on youtube :) [13:05] so that I can provide usefull info in the bug report and not just post a bug report saying it doens't work [13:05] unstable? [13:05] sixwheeledbeast, I mean regular, not lts [13:05] that's what alphas and betas are for. 17.10 should be fine [13:06] bunker, maybe try to make a new user? [13:07] diogenes_: lightdm crashes before I can even select a user. [13:07] I can understand if you have a heavily modified system or you run a server I would say sticking to LTS is sensible. [13:08] can you pull up syslog from your ssh [13:08] I get the splash screen and then everything stops. [13:08] when I check journalctl I see that lightdm has stopped [13:08] bunker, then try to boot with a live session (usb or dvd) and backup your .config folder, rename it, and then try to boot again [13:09] also i can login with ssh, so it is a graphical thing, going to backup and rename .config now. sec [13:10] bunker, also remove the file .Xauthority [13:12] sadly enough no dice, still the same problem. [13:12] did you reboot? [13:12] I guess it is gpu related, there is amd radeon rx560 installed [13:12] yes I rebooted. [13:12] and before upgrade I had amdgpu-pro installed [13:12] ok then give the the output of ls /etc/X11/xorg.conf [13:13] sec. [13:13] sorry not that one [13:13] ls /etc/X11/xorg.conf.d [13:13] this one [13:13] and also the the output of cat /etc/X11/xorg.conf (if there is such a file) [13:14] it doens't exist [13:14] neither of them [13:14] ok then the output of ls /etc/X11 [13:15] app-defaults cursors default-display-manager fonts rgb.txt xinit xkb Xreset Xreset.d Xresources Xsession Xsession.d Xsession.options xsm XvMCConfig Xwrapper.config [13:17] cat /etc/X11/default-display-manager [13:18] /usr/sbin/lightdm [13:19] ok what's the error of: systemctl restart lightdm [13:21] it doesn't spit an error, checking journalctl now [13:22] annick org.a11y.atspi.Registry[2504]: XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0" [13:22] that's the first error I get [13:22] oeps copied a bit too much annick is her username [13:24] the output of this: dmesg | grep microcode [13:25] [ 0.901875] microcode: sig=0x506e3, pf=0x2, revision=0xba [13:25] [ 0.901952] microcode: Microcode Update Driver: v2.2. [13:27] and: cat /etc/default/grub [13:27] only the kernel parameters line [13:27] npt the entire file [13:28] GRUB_DEFAULT=0 [13:28] GRUB_HIDDEN_TIMEOUT=0 [13:28] GRUB_HIDDEN_TIMEOUT_QUIET=true [13:28] GRUB_TIMEOUT=10 [13:28] GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` [13:28] GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" [13:28] GRUB_CMDLINE_LINUX="" [13:28] ok [13:29] all the rest is commented out. [13:29] you got an intel cpu? [13:30] Do you still have amdgpu-pro installed? Or did it get removed on upgrade? [13:31] yep intel cpu i3-6300 with a radeon rx560 [13:31] sixwheeledbeast: I did remove, reboot still the same problem, did a reinstall with updated drivers had 17.35 now on 17.40 [13:31] kernel uses amdgpu module [13:32] bunker, the output of: lspci -nnk | grep VGA -A3 [13:32] 01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Baffin [Polaris11] [1002:67ff] (rev cf) [13:32] Subsystem: Micro-Star International Co., Ltd. [MSI] Baffin [Radeon RX 560] [1462:8a91] [13:32] Kernel driver in use: amdgpu [13:32] Kernel modules: amdgpu [13:33] amdgpu is only officially compatible with 16.04, so I am wondering if you have tried an alternative to get the system to boot. [13:35] sixwheeledbeast: I haven't yet tried to use the SOC intel gpu [13:35] but I think I saw something in journalctl that could narrow down the prob. [13:35] gpu-manager[2577]: Error: can't open /lib/modules/4.13.0-16-generic/updates/dkms [13:36] gpu-manager does spit out some problems when I try to restart lightdm. [13:37] try this: find / -type f 2>/dev/null | grep "amdgpu-pro" [13:37] pay attention if you get something with uninstall in the title [13:46] yes and I did run this, but doing it again [13:46] ok, now I have a login screen that's already good. [13:55] now going to try to install amdgpu-pro again [13:57] rebooting and same problem, so apparently the amdgpu-pro is not yet compatible with 17.10 [13:57] Ok, now I can make a bug report. ;-) [13:58] most likely [13:59] * diogenes_ feel great that he doesn't use amd gpus [13:59] nvidia isn't any better. [13:59] I got both of them in different systems, discrete graphics are just a problem with linux [14:00] it depends what model number [14:00] and if it wasn't for the opencl support for the amdgpu it wouldn't be using the amdgpu-pro drivers anyway [14:01] in my case, nvidia optimus works a lot much better on linux than on windows with the original driver [14:01] but darktable, gimp and inkscape make use of the opencl and that is only supported by amdgpu-pro [14:02] btw my gf is a pro designer and drawing artist, so she needs those programs. ;-) not to watch kittens on youtube. ;-) [14:02] lol, ok [14:02] thx for the help. Going to keep an eye on the amdgpu drivers and going to post the bug report. [14:03] no problem man, take care [14:06] I don't think it's a bug. it's just not compatible with them [14:07] sixwheeledbeast: that's for me a definition of a bug. ;-) [14:08] maybe manual rollback of kernel and x.org versions to the same as 16.04 would work? [14:08] going to submit it to amd also if I can find their bugtracker [14:12] if there is a reason they conflict or are not ABI compatible or whatever, then it isn't a bug IMO. Can you recover your personal files and go back to LTS? [14:27] hello [14:28] Hello [14:28] what ppl doing here? =D [14:28] Supporting people asking ubuntu questions [14:29] that is I came for [14:29] Go ahead and ask then :) [14:31] I lost pannel of Alt+tab programms, did't understand how. It was a mssge about: go restart PC and it will be okay. But it is the same situation. Panel with run programms+desktop choosing. Have only trash basket on that panel at the momernt. [14:34] Press Alt+Ctrl+T to get a terminal [14:35] yep [14:35] then type this: setsid mate-panel --reset; sleep 1; setsid mate-panel --replace [14:37] it is magic [14:37] how did you do it =D thx alot [14:37] eh, when you have thousands of students messing up the panels, you have to learn magic :D [14:38] need to record that for future [15:42] sixwheeledbeast: personal files are on a seperate software raid which is mounted as home, so no worries about that, but I don't want to go back to lts, I want to stay on current if possible [16:00] hi [16:00] =) [16:16] hi mates [16:16] hi mates [16:16] hi mates [16:16] hi mates [16:16] hi mates [16:16] hi mates [16:16] hi mates [16:16] hi mates [16:16] hi mates [16:16] hi mates [16:16] hi mates [16:16] hi mates [16:16] hi mates [16:16] hi mates [16:16] hi mates [16:16] hi mates [16:16] hi hi hi hi hi mater [16:17] how to delete ubuntu mate without delete windows loader? [16:17] sorry, my english is bad [16:18] well there is a workaround which is a very complicated one but, instead I'd recommend to go to windows and use easyBCD [16:31] my come and delet this uber crap [16:31] i hate fire fox its pecie or caca [16:31] hp-pavilion, nobody forces you to use firefox [16:32] it wont let change or go to factory defult [16:32] i was given the computer this way i did not buy it with this program [16:32] so yes i am forced [16:33] please help [16:33] hp-pavilion, first, eine momente, what do you want to achieve? [16:34] to put com to factory and load a difrent program with crome in it [16:34] so you want google chrome? [16:34] yes with windows [16:35] lol they both come separate [16:35] i know [16:35] do you ahve a windows dvd? (a licensed one) [16:35] yes [16:36] so just fire it up and install it, remove evey partition, create new ones, install windows, and enjoy the crapware [16:36] its better than this it ither dosent load programs i want to use i had to open up full firewall just to go on fb [16:37] so at least on the other lets me with security so which is crapy [16:37] at least crom works [16:38] if this worked id use it but it does not take 2 hrs to lad a website [16:38] load [16:39] hp-pavilion, before blaming the software think about if you have the needed skills for it, for instance, if you can't drive an aircraft, would you say that the aircraft is bad? or the problem lies in your skills to operate it [16:41] i have com skills i took in collage not the best but enough ive used vista lenex windows fedrial systems. but i would take a corurse if i wanted to fly a plane i tryed to look up how to use this the progrome wont even show [16:42] ither becuse its missing stuff to look i cant even get into setting on here [16:43] where did you take this pc from? [16:43] and even in school and in halfway house we dont use firefox it has way more isues of being hacked [16:44] again, firefox is not the issue, skills is the issue, I already told you what to do [16:44] it was gioven to me by a cusin [16:44] i tryed to load the window it wont [16:45] ok I'm not gonna help you with windows on here, if you want you can pm [16:45] thats fine i cant pm but have a good day [16:46] ok the same to you [19:09] hello [19:13] hi all! anyone here who still builds panel applets on gnome using libpanel-applet library? [19:44] anyone here? [19:44] yes [20:57] boon [21:21] hello [21:25] hello [22:30] what do want talk about [23:28] STO INSTALLANDO LA NUOVA VERSIONE DI UBUNTU MATE MA ... MI TROVO IN UNA SITUAZIONE CHE NON RIESCO HA RISOLVERE ... potete dirmi come inviarmi una immagine. [23:29] come inviarvi una immagine [23:31] per favore non voglio stare qui tutta la notte! [23:34] è il canale giusto , per domande tecniche? [23:36] vorrei finire l'installazione, mi aiutate! si è aperto il terminale ma non so cosa devo scrivere per farlo proseguire [23:39] file:///home/fabio/Immagini/Schermata%20a%202017-11-11%2000-29-38.png [23:39] qualcuno può rispondermi