Re: plymouth vs. boot messages

2018-08-20 Thread Jarmo Hurri
Beartooth writes: Does taking out "rhgb" from the boot command line do what you want? >>> >>> It doesn't seem to. >> >> Try removing "rhgb" and "quiet". The following Ansible rule [...] > > Still no joy on either non-GUI PC That is weird. > I don't have Ansible installed (and fr

Re: Dell XPS15 9570

2018-08-20 Thread Ed Greshko
On 08/21/18 12:39, Thomas Letherby wrote: > Tim - I don't believe so, it's a 4K screen so there shouldn't be much it can't > display, and previewing the theme seems to work ok. > > Tried installing Haveged suggested in the Ubuntu bug report, but no dice. That > seems to be mostly people using Gnome

Re: Dell XPS15 9570

2018-08-20 Thread Thomas Letherby
Invidia-xconfig created the config in /etc/X11/xorg.conf though, however when I went to grab that it appears startx and sddm are now failing to load at all. Not sure if that's something I've done, or the latest patches so I'll reinstall and to get us back to a known config, and then install the dr

Re: Dell XPS15 9570

2018-08-20 Thread Thomas Letherby
Tim - I don't believe so, it's a 4K screen so there shouldn't be much it can't display, and previewing the theme seems to work ok. Tried installing Haveged suggested in the Ubuntu bug report, but no dice. That seems to be mostly people using Gnome, but it's interesting they're seeing the same issu

Re: Dell XPS15 9570

2018-08-20 Thread Nataraj
On 08/17/2018 04:52 AM, Frédéric wrote: >> I installed the drivers using the below. Problem is the same, black screen >> on boot, but you can shift to another terminal and startx. The nVidia >> control panel shows the driver loaded and reports OK. > I've got exactly the same problem. I'm on F27.

Re: Split tunnelling

2018-08-20 Thread Samuel Sieb
On 08/20/2018 05:03 AM, Patrick O'Callaghan wrote: Has anyone got this to work in Fedora? To be clear, split tunnelling is when network traffic to some destinations (or for some apps) is tunnelled over a VPN, while the rest of the traffic goes through normal channels. I've tried messing with netw

Re: OT: how do I download with curl from this web site?

2018-08-20 Thread Samuel Sieb
On 08/20/2018 12:36 AM, ToddAndMargo wrote: When I next get time, I am going to try Robbie's suggestion. I just looked at the javascript code and found that all it does is change those links and set the cookie. The authkey is probably added in one of those redirects you mentioned. H.

video + kodi users/geeks around? - HW decoding 1080p/4K ?

2018-08-20 Thread lejeczek via users
hi guys I wonder - and for any experts this is probably trivial - and I understand it varies with hardware, but in theory, if hardware capabilities are fully implemented - should HW acceleration(playback) that works on 1080p for h264/vc1, also work for 4K? many thanks, L. ___

Re: Split tunnelling

2018-08-20 Thread Patrick O'Callaghan
On Mon, 2018-08-20 at 14:30 +0200, None via users wrote: > You can do this with ovpn by pushing routes trough ovpn connection. Not > per app perse, I do hope I get your question the correct way. > maybe look at this: > https://wiki.archlinux.org/index.php/OpenVPN#Routing_client_traffic_through_th

Re: Split tunnelling

2018-08-20 Thread Patrick O'Callaghan
On Mon, 2018-08-20 at 21:36 +0800, Ed Greshko wrote: > On 08/20/18 20:03, Patrick O'Callaghan wrote: > > Has anyone got this to work in Fedora? To be clear, split tunnelling is > > when network traffic to some destinations (or for some apps) is > > tunnelled over a VPN, while the rest of the traffi

Re: Split tunnelling

2018-08-20 Thread Ed Greshko
On 08/20/18 20:03, Patrick O'Callaghan wrote: > Has anyone got this to work in Fedora? To be clear, split tunnelling is > when network traffic to some destinations (or for some apps) is > tunnelled over a VPN, while the rest of the traffic goes through normal > channels. I've tried messing with net

Re: Split tunnelling

2018-08-20 Thread None via users
Hey Poc, You can do this with ovpn by pushing routes trough ovpn connection. Not per app perse, I do hope I get your question the correct way. maybe look at this: https://wiki.archlinux.org/index.php/OpenVPN#Routing_client_traffic_through_the_server The documentation is from Arch, but does no

Split tunnelling

2018-08-20 Thread Patrick O'Callaghan
Has anyone got this to work in Fedora? To be clear, split tunnelling is when network traffic to some destinations (or for some apps) is tunnelled over a VPN, while the rest of the traffic goes through normal channels. I've tried messing with network namespaces, which would seem to be the way to go,

Re: Dell XPS15 9570

2018-08-20 Thread Ed Greshko
On 08/19/18 13:01, Thomas Letherby wrote: > Typing my password in logs in fine, so it's definitely something stopping > sddm from > displaying the screen, rather than a total failure. Sorry for the multiple replies to the previous post.  But I was thinking about this issue this evening and I've

Re: OT: how do I download with curl from this web site?

2018-08-20 Thread ToddAndMargo
On 08/20/2018 02:15 AM, Robert Lu wrote: Sorry, you should use -o (not -O): curl -L 'https://download.oracle.com/otn-pub/java/jdk/8u181-b13/96a7b8442fe848ef90c96a2fad6ed6d1/jre-8u181-windows-i586.exe' \ --cookie oraclelicense=accept-securebackup-cookie \ -O /tmp/jre-8u181-windows-i586.exe On

Re: OT: how do I download with curl from this web site?

2018-08-20 Thread ToddAndMargo
On 08/20/2018 02:10 AM, Robert Lu wrote: curl -L 'https://download.oracle.com/otn-pub/java/jdk/8u181-b13/96a7b8442fe848ef90c96a2fad6ed6d1/jre-8u181-windows-i586.exe' \ --cookie oraclelicense=accept-securebackup-cookie \ -O /tmp/jre-8u181-windows-i586.exe two redirects too! __

Re: OT: how do I download with curl from this web site?

2018-08-20 Thread ToddAndMargo
On 8/20/18 06:57, ToddAndMargo wrote: Hi All, If you guys would permit an Off Topic question, I know there is a lot of intellectual property on this site that may know the answer. With "curl", I want to download     jre-8u181-windows-i586.exe and the x64 windows and x64 Linux versions too fr

Re: OT: how do I download with curl from this web site?

2018-08-20 Thread Robert Lu
Hi, Have you read https://github.com/Homebrew/homebrew-cask/blob/53fdbf714a80a2a19b6902122f85550feced7771/Casks/java.rb#L5-L8 ? You can just use curl: curl -L 'https://download.oracle.com/otn-pub/java/jdk/8u181-b13/96a7b8442fe848ef90c96a2fad6ed6d1/jre-8u181-windows-i586.exe' \ --cookie ora

Re: OT: how do I download with curl from this web site?

2018-08-20 Thread Robert Lu
Sorry, you should use -o (not -O): curl -L 'https://download.oracle.com/otn-pub/java/jdk/8u181-b13/96a7b8442fe848ef90c96a2fad6ed6d1/jre-8u181-windows-i586.exe' \ --cookie oraclelicense=accept-securebackup-cookie \ -O /tmp/jre-8u181-windows-i586.exe On 8/20/18 17:10, Robert Lu wrote: Hi, Ha

Re: OT: how do I download with curl from this web site?

2018-08-20 Thread ToddAndMargo
On 08/19/2018 09:57 PM, Samuel Sieb wrote: On 08/19/2018 09:25 PM, ToddAndMargo wrote: On 08/19/2018 08:57 PM, Samuel Sieb wrote: On 08/19/2018 05:20 PM, ToddAndMargo wrote: On 08/19/2018 04:05 PM, Samuel Sieb wrote: On 08/19/2018 03:57 PM, ToddAndMargo wrote: http://www.oracle.com/technetwor