From lapointe.jonathan at gmail.com Thu Nov 8 03:02:18 2018 From: lapointe.jonathan at gmail.com (Jonathan Lapointe) Date: Wed, 07 Nov 2018 22:02:18 -0500 Subject: [Assist] problem with gnome (20 sec wait) Message-ID: <1541646138.1400.0@smtp.gmail.com> I have a silly problem with gnome. At boot, my system start with lightdm, I then enter my creditential (username/password) then I have to wait 20 secondes. It just happen and It was not like that before. Today, for my first time I use the root to connect to Gnome, and there was no lag, no waiting 20 secondes. So, after that I decide to create a new account and try with Gnome but then same problem that with the user. So It's not a extension or something that my user has. Its specific to users but don't affect Root. I would like to know how to activate ~/.xsession-errors, because mine are just empty. I try with journalctl --since "5 minutes ago" but it was not enought specific. I suspect a service or something that my root has not. I manage to look at those with sudo systemctl but didn't found. -------------- next part -------------- An HTML attachment was scrubbed... URL: From jbranso at fastmail.com Thu Nov 8 14:15:00 2018 From: jbranso at fastmail.com (Joshua Branson) Date: Thu, 08 Nov 2018 09:15:00 -0500 Subject: [Assist] problem with gnome (20 sec wait) In-Reply-To: <1541646138.1400.0@smtp.gmail.com> (Jonathan Lapointe's message of "Wed, 07 Nov 2018 22:02:18 -0500") References: <1541646138.1400.0@smtp.gmail.com> Message-ID: <87ftwbhd0b.fsf@fastmail.com> Jonathan Lapointe writes: > I have a silly problem with gnome. At boot, my system start with lightdm, I then enter my creditential (username/password) then I have to wait 20 > secondes. It just happen and It was not like that before. Today, for my first time I use the root to connect to Gnome, and there was no lag, no waiting 20 > secondes. So, after that I decide to create a new account and try with Gnome but then same problem that with the user. So It's not a extension or > something that my user has. Its specific to users but don't affect Root. Definitely do NOT log into gnome as your root user! That's exposes you to all kinds of security vulnerabilities! hahaha. If I had to guess, I would say that root has a higher priority than a regular user. Though I'm not certain why it is taking 20 extra seconds to log in. Best of luck. > > I would like to know how to activate ~/.xsession-errors, because mine are just empty. > > I try with journalctl --since "5 minutes ago" but it was not enought specific. > > I suspect a service or something that my root has not. > > I manage to look at those with sudo systemctl but didn't found. > > _______________________________________________ > Assist mailing list > Assist at lists.parabola.nu > https://lists.parabola.nu/mailman/listinfo/assist From nils.andre.chang at gmail.com Thu Nov 8 20:49:04 2018 From: nils.andre.chang at gmail.com (=?UTF-8?Q?Nils_ANDR=c3=89-CHANG?=) Date: Thu, 8 Nov 2018 20:49:04 +0000 Subject: [Assist] problem with gnome (20 sec wait) In-Reply-To: <1541646138.1400.0@smtp.gmail.com> References: <1541646138.1400.0@smtp.gmail.com> Message-ID: <127639fa-46cf-747e-5392-60222140c026@gmail.com> Sorry if this is dumb: But maybe it has to do with an action that tries to be executed when you start up Gnome. And when you are root it gets executed but as a normal user, the action blocks and is retried. And after a certain amount of failed retries gnome stops retrying and continues to the next task. On 08/11/2018 03:02, Jonathan Lapointe wrote: > I have a silly problem with gnome. ?At boot, my system start with > lightdm, I then enter my creditential (username/password) then I have > to wait 20 secondes. ?It just happen and It was not like that before. > ?Today, for my first time I use the root to connect to Gnome, and > there was no lag, no waiting 20 secondes. ?So, after that I decide to > create a new account and try with Gnome but then same problem that > with the user. ?So It's not a extension or something that my user has. > ?Its specific to users but don't affect Root. > > I would like to know how to activate ~/.xsession-errors, because mine > are just empty. > > I try with ?journalctl --since "5 minutes ago" ?but it was not enought > specific. > > I suspect a service or something that my root has not. > > I manage to look at those with sudo systemctl but didn't found. > > > > _______________________________________________ > Assist mailing list > Assist at lists.parabola.nu > https://lists.parabola.nu/mailman/listinfo/assist -------------- next part -------------- An HTML attachment was scrubbed... URL: From lapointe.jonathan at gmail.com Fri Nov 9 00:18:14 2018 From: lapointe.jonathan at gmail.com (Jonathan Lapointe) Date: Thu, 08 Nov 2018 19:18:14 -0500 Subject: [Assist] problem with gnome (20 sec wait) In-Reply-To: References: <1541646138.1400.0@smtp.gmail.com> Message-ID: <1541722694.2245.0@smtp.gmail.com> It seem that when I log out and log back after (no shutdown/no restart), the problem is fixed. I'm wonder if its something like a service that when it start crash my user because he doesnt have enought permission...I'm using journalctl --since "2 minutes ago" but its not as efficient, i'm not able to read the full line of each ones, is there another viewer for logs. On Thu, Nov 8, 2018 at 3:49 PM, Nils ANDR?-CHANG wrote: > Sorry if this is dumb: > > But maybe it has to do with an action that tries to be executed when > you start up Gnome. > > And when you are root it gets executed but as a normal user, the > action blocks and is retried. And after a certain amount of failed > retries gnome stops retrying and continues to the next task. > > On 08/11/2018 03:02, Jonathan Lapointe wrote: >> I have a silly problem with gnome. At boot, my system start with >> lightdm, I then enter my creditential (username/password) then I >> have to wait 20 secondes. It just happen and It was not like that >> before. Today, for my first time I use the root to connect to >> Gnome, and there was no lag, no waiting 20 secondes. So, after that >> I decide to create a new account and try with Gnome but then same >> problem that with the user. So It's not a extension or something >> that my user has. Its specific to users but don't affect Root. >> >> I would like to know how to activate ~/.xsession-errors, because >> mine are just empty. >> >> I try with journalctl --since "5 minutes ago" but it was not >> enought specific. >> >> I suspect a service or something that my root has not. >> >> I manage to look at those with sudo systemctl but didn't found. >> >> >> >> >> _______________________________________________ >> Assist mailing list >> Assist at lists.parabola.nu >> https://lists.parabola.nu/mailman/listinfo/assist -------------- next part -------------- An HTML attachment was scrubbed... URL: From lapointe.jonathan at gmail.com Sat Nov 10 13:36:38 2018 From: lapointe.jonathan at gmail.com (Jonathan Lapointe) Date: Sat, 10 Nov 2018 08:36:38 -0500 Subject: [Assist] Problem with Gnome Loading Message-ID: <1541856998.2048.0@smtp.gmail.com> My problem, is that when Gnome start, it takes 20 seconds to load...All I see while is loading is a black screen. This happen only with my users, root is fine. A service lacking permission maybe the cause... Freemor did introduce me to strace, I did a strace of /usr/bin/gnome-session, I can't figure out how it can help but maybe other will found... https://pastebin.com/mAn7FX3v I reinstall gnome (Pacman -S gnome), but no change at all... -------------- next part -------------- An HTML attachment was scrubbed... URL: From lapointe.jonathan at gmail.com Thu Nov 22 01:49:53 2018 From: lapointe.jonathan at gmail.com (lapointe.jonathan) Date: Wed, 21 Nov 2018 20:49:53 -0500 Subject: [Assist] Dynamic dns Message-ID: <5bf60b43.1c69fb81.9fd71.1008@mx.google.com> Im trying to configure an dynamic ip adress with no-ip. I kept getting this message when i reach the page.Rejected request from RFC1918 IP to public server addressFor example, you can go on mysuperhome369.ddns.net and see for yourself. I read on internet that uhttpd can fixe this message, or by port fowarding 80, that could work too. Im confuse and would like to be able to do vnc that way. -------------- next part -------------- An HTML attachment was scrubbed... URL: From lapointe.jonathan at gmail.com Fri Nov 23 02:05:26 2018 From: lapointe.jonathan at gmail.com (lapointe.jonathan) Date: Thu, 22 Nov 2018 21:05:26 -0500 Subject: [Assist] Wol proxy Message-ID: <5bf76069.1c69fb81.280d7.99e7@mx.google.com> Does anyone knows about wol proxy for linux? I would like to be able to turn my computer from far home.Envoy? depuis mon t?l?phone intelligent Samsung Galaxy. -------------- next part -------------- An HTML attachment was scrubbed... URL: From lapointe.jonathan at gmail.com Thu Nov 29 20:19:34 2018 From: lapointe.jonathan at gmail.com (Jonathan Lapointe) Date: Thu, 29 Nov 2018 15:19:34 -0500 Subject: [Assist] Strange sound problem Message-ID: <1543522774.4741.0@smtp.gmail.com> While I'm using Qemu with my headphone, I got sound working (perfect) inside the virtual machine but when I'm out my virtual machine, the sound came from the speaker. I'm using Pulseaudio/alsa. Otherwise when Qemu is not running my sound is fine. -------------- next part -------------- An HTML attachment was scrubbed... URL: From jbranso at fastmail.com Fri Nov 30 14:31:50 2018 From: jbranso at fastmail.com (Joshua Branson) Date: Fri, 30 Nov 2018 09:31:50 -0500 Subject: [Assist] Strange sound problem In-Reply-To: <1543522774.4741.0@smtp.gmail.com> (Jonathan Lapointe's message of "Thu, 29 Nov 2018 15:19:34 -0500") References: <1543522774.4741.0@smtp.gmail.com> Message-ID: <87efb2wsa1.fsf@fastmail.com> Jonathan Lapointe writes: > While I'm using Qemu with my headphone, I got sound working (perfect) inside the virtual machine but when I'm out my virtual machine, the sound came > from the speaker. I'm using Pulseaudio/alsa. Otherwise when Qemu is not running my sound is fine. Generally when you post a question it is helpful to know more about the machine that you are using. What kind of machine do you have? What year is it? > > _______________________________________________ > Assist mailing list > Assist at lists.parabola.nu > https://lists.parabola.nu/mailman/listinfo/assist From lapointe.jonathan at gmail.com Fri Nov 30 16:16:45 2018 From: lapointe.jonathan at gmail.com (Jonathan Lapointe) Date: Fri, 30 Nov 2018 11:16:45 -0500 Subject: [Assist] Strange sound problem In-Reply-To: References: <1543522774.4741.0@smtp.gmail.com> Message-ID: <1543594605.997.0@smtp.gmail.com> Am running parabola on a i5 2th generation with pulseaudio/alsa. My headphone are usb. I'm using qemu from command line to start my vm. On Fri, Nov 30, 2018 at 9:31 AM, Joshua Branson wrote: > Jonathan Lapointe writes: > >> While I'm using Qemu with my headphone, I got sound working >> (perfect) inside the virtual machine but when I'm out my virtual >> machine, the sound came >> from the speaker. I'm using Pulseaudio/alsa. Otherwise when Qemu >> is not running my sound is fine. > > Generally when you post a question it is helpful to know more about > the > machine that you are using. > > What kind of machine do you have? What year is it? > >> >> _______________________________________________ >> Assist mailing list >> Assist at lists.parabola.nu >> https://lists.parabola.nu/mailman/listinfo/assist > _______________________________________________ > Assist mailing list > Assist at lists.parabola.nu > https://lists.parabola.nu/mailman/listinfo/assist -------------- next part -------------- An HTML attachment was scrubbed... URL: From lapointe.jonathan at gmail.com Fri Nov 30 16:45:55 2018 From: lapointe.jonathan at gmail.com (Jonathan Lapointe) Date: Fri, 30 Nov 2018 11:45:55 -0500 Subject: [Assist] Strange sound problem In-Reply-To: References: <1543522774.4741.0@smtp.gmail.com> Message-ID: <1543596355.1497.0@smtp.gmail.com> qemu script (run by me to start my vm) https://paste.linux.community/view/dcabd09f qemu with pulseaudio http://tinypic.com/r/65alhs/9 Rhytmbox with pulseaudio http://tinypic.com/r/2ut11dg/9 Usualy there is a way for to select on what I want to hear it. (Gaming headset or built-in audio analog stereo). (pavucontrol) For some reason with qemu (with pa), it doesnt offer me this choice. And all that is play except for what is in my vm are display on "built-in audio analog stereo" [speaker]. I would like to be able to hear in my gaming headset every other thing, not just what is happening in my vm. On Fri, Nov 30, 2018 at 11:16 AM, Jonathan Lapointe wrote: > Am running parabola on a i5 2th generation with pulseaudio/alsa. My > headphone are usb. I'm using qemu from command line to start my vm. > > On Fri, Nov 30, 2018 at 9:31 AM, Joshua Branson > wrote: >> Jonathan Lapointe writes: >> >>> While I'm using Qemu with my headphone, I got sound working >>> (perfect) inside the virtual machine but when I'm out my virtual >>> machine, the sound came >>> from the speaker. I'm using Pulseaudio/alsa. Otherwise when Qemu >>> is not running my sound is fine. >> >> Generally when you post a question it is helpful to know more about >> the >> machine that you are using. >> >> What kind of machine do you have? What year is it? >> >>> >>> _______________________________________________ >>> Assist mailing list >>> Assist at lists.parabola.nu >>> https://lists.parabola.nu/mailman/listinfo/assist >> _______________________________________________ >> Assist mailing list >> Assist at lists.parabola.nu >> https://lists.parabola.nu/mailman/listinfo/assist -------------- next part -------------- An HTML attachment was scrubbed... URL: From megver83 at hyperbola.info Fri Nov 30 19:54:45 2018 From: megver83 at hyperbola.info (Megver83) Date: Fri, 30 Nov 2018 16:54:45 -0300 Subject: [Assist] Strange sound problem In-Reply-To: <1543596355.1497.0@smtp.gmail.com> References: <1543522774.4741.0@smtp.gmail.com> <1543596355.1497.0@smtp.gmail.com> Message-ID: <5d42956d-2adf-e37d-0af1-44309d220a96@hyperbola.info> El 30/11/18 a las 13:45, Jonathan Lapointe escribi?: > qemu script (run by me to start my vm) > https://paste.linux.community/view/dcabd09f > > qemu with pulseaudio > http://tinypic.com/r/65alhs/9 > > Rhytmbox with pulseaudio > http://tinypic.com/r/2ut11dg/9 > > Usualy there is a way for to select on what I want to hear it. ?(Gaming > headset or built-in audio analog stereo). ?(pavucontrol) > > For some reason with qemu (with pa), it doesnt offer me this choice. > ?And all that is play except for what is in my vm are display on > "built-in audio analog stereo" [speaker]. > > I would like to be able to hear in my gaming headset every other thing, > not just what is happening in my vm. > > On Fri, Nov 30, 2018 at 11:16 AM, Jonathan Lapointe > wrote: >> Am running parabola on a i5 2th generation with pulseaudio/alsa. ?My >> headphone are usb. ?I'm using qemu from command line to start my vm. >> >> On Fri, Nov 30, 2018 at 9:31 AM, Joshua Branson >> wrote: >>> Jonathan Lapointe >> > writes: >>> >>> While I'm using Qemu with my headphone, I got sound working >>> (perfect) inside the virtual machine but when I'm out my virtual >>> machine, the sound came from the speaker. I'm using >>> Pulseaudio/alsa. Otherwise when Qemu is not running my sound is >>> fine. >>> >>> Generally when you post a question it is helpful to know more about >>> the machine that you are using. What kind of machine do you have? >>> What year is it? >>> >>> _______________________________________________ Assist mailing >>> list Assist at lists.parabola.nu >>> https://lists.parabola.nu/mailman/listinfo/assist >>> >>> _______________________________________________ Assist mailing list >>> Assist at lists.parabola.nu >>> https://lists.parabola.nu/mailman/listinfo/assist > > > _______________________________________________ > Assist mailing list > Assist at lists.parabola.nu > https://lists.parabola.nu/mailman/listinfo/assist > Please write emails to the mailing list in plain text format, not HTML. Regarding your issue, check the output devices for audio. Some DEs can configure this. In my case, which is Plasma, you can easily set up the speakers ports. -- ~Megver83 SIP: megver83 at sip.linphone.org XMPP: megver83 at jabjab.de Tox: megver83 at toxme.io GPG: 0x227CA7C556B2BA78 GNUSocial: @megver82 at quitter.cl Diaspora*: megver83 at diasp.org Matrix: @Megver83:matrix.org PixelFed: pixelfed.social/Megver83 PeerTube: peertube.xtenz.xyz/accounts/megver83 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 520 bytes Desc: OpenPGP digital signature URL: From grizzlyuser at protonmail.com Fri Nov 30 21:09:52 2018 From: grizzlyuser at protonmail.com (grizzlyuser) Date: Fri, 30 Nov 2018 21:09:52 +0000 Subject: [Assist] Strange sound problem In-Reply-To: <1543596355.1497.0@smtp.gmail.com> References: <1543522774.4741.0@smtp.gmail.com> <1543596355.1497.0@smtp.gmail.com> Message-ID: <2uKVsbOI9zFlOsivbebnjsxYINvdvbmNMgP2rbWKXKqSiU7aYocG4ER6ohxKLm7f87yasUMZlhCUxJ_Hcqy0VAfHLPjZ_sNpU_IJvUCLQI8=@protonmail.com> If I understood your QEMU script correctly, USB headset is being passed through to QEMU: > JMTek="-device usb-host... I don't know of any USB audio output device which doesn't have a DAC inside. If your headset has one, that means the whole audio device is passed through to the VM, and that's why you can hear only what's coming from a guest OS. If that's the case, then to output the audio from both the host and the guest using the same headset, you just have to use some virtual audio device, and select the headset in the host as the default audio device. "-soundhw ac97" is already present in the script, so it seems to be sufficient. BTW, two links to tinypic.com you provided don't work for me when JavaScript is disabled, so cannot comment on them. And LibreJS shows they require non-free JS to be executed. Some people here prefer not to run that, or not to run any JS on random websites at all. Please consider that when posting next time. For example, direct links to screenshots would've been better IMHO. ??????? Original Message ??????? On Friday, November 30, 2018 6:45 PM, Jonathan Lapointe wrote: > qemu script (run by me to start my vm) > https://paste.linux.community/view/dcabd09f > > qemu with pulseaudio > http://tinypic.com/r/65alhs/9 > > Rhytmbox with pulseaudio > http://tinypic.com/r/2ut11dg/9 > > Usualy there is a way for to select on what I want to hear it. ?(Gaming headset or built-in audio analog stereo). ?(pavucontrol) > > For some reason with qemu (with pa), it doesnt offer me this choice. ?And all that is play except for what is in my vm are display on "built-in audio analog stereo" [speaker]. > > I would like to be able to hear in my gaming headset every other thing, not just what is happening in my vm. > > On Fri, Nov 30, 2018 at 11:16 AM, Jonathan Lapointe wrote: > > > Am running parabola on a i5 2th generation with pulseaudio/alsa. ?My headphone are usb. ?I'm using qemu from command line to start my vm. > > > > On Fri, Nov 30, 2018 at 9:31 AM, Joshua Branson wrote: > > > > > Jonathan Lapointe writes: > > > > > > > While I'm using Qemu with my headphone, I got sound working (perfect) inside the virtual machine but when I'm out my virtual machine, the sound came from the speaker. I'm using Pulseaudio/alsa. Otherwise when Qemu is not running my sound is fine. > > > > > > Generally when you post a question it is helpful to know more about the machine that you are using. What kind of machine do you have? What year is it? > > > > > > > _______________________________________________ Assist mailing list Assist at lists.parabola.nu https://lists.parabola.nu/mailman/listinfo/assist > > > > > > _______________________________________________ Assist mailing list Assist at lists.parabola.nu https://lists.parabola.nu/mailman/listinfo/assist From bux_nicolas_1 at hotmail.com Sat Nov 17 22:19:07 2018 From: bux_nicolas_1 at hotmail.com (=?iso-8859-1?Q?Nicol=E1s_Larregui?=) Date: Sat, 17 Nov 2018 22:19:07 -0000 Subject: [Assist] Problem with AMD 580 Message-ID: Hello. I've tried to install Parabola with AMD 580 and there's no way to install it. I have no problems with Intel and Nvidia. But with this graphic card yes. It freeze when it's loading the modules in the live. Even when i've installed parabola in a cpu with nvidia. When i've tried with this graphic card with amdgpu driver installed there's the same problem. It's a shame because i've selled my nvidia for the problems with Wayland for this. Tried in Ubuntu and the live of Arch and 0% problems. Thank you and sorry for my English. -------------- next part -------------- An HTML attachment was scrubbed... URL: