Re: gthumb crash (after enabling vdpau?)

2018-04-09 Thread Ed Greshko
On 04/10/18 13:04, Eyal Lebedinsky wrote:
> If anyone is interested, this is now on redhat bugzilla
> https://bugzilla.redhat.com/show_bug.cgi?id=1564794
>
>

I don't see in the BZ where you indicate you're using the nVidia binary 
drivers.  I
think you should mention that bit of information.  May save people a bit of 
time.


-- 
Conjecture is just a conclusion based on incomplete information. It isn't a 
fact.



signature.asc
Description: OpenPGP digital signature
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: gthumb crash (after enabling vdpau?)

2018-04-09 Thread Eyal Lebedinsky

If anyone is interested, this is now on redhat bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1564794

HTH

On 03/04/18 11:21, Eyal Lebedinsky wrote:

I recently replaced my graphics card (with NVIDIA GT 710).
A newer nvidia module was installed
 kmod-nvidia-340xx-4.15.7-200 -> kmod-nvidia-390.42-1
I also enabled VDPAU which was incorrectly installed until now.

I now have a failure of 'gthumb':

$ gthumb -v

(gthumb:7097): Gdk-ERROR **: The program 'gthumb' received an X Window System 
error.
This probably reflects a bug in the program.
The error was 'BadLength (poly request too large or internal Xlib length erro'.
   (Details: serial 159 error_code 16 request_code 152 (DRI2) minor_code 1)
   (Note to programmers: normally, X errors are reported asynchronously;
    that is, you will receive the error a while after causing it.
    To debug your program, run it with the GDK_SYNCHRONIZE environment
    variable to change this behavior. You can then get a meaningful
    backtrace from your debugger if you break on the gdk_x_error() function.)
Trace/breakpoint trap (core dumped)

and /var/log/messages includes a trace:

Apr  2 15:03:32 e4 systemd-coredump[20472]: Process 20469 (gthumb) of user 500 
dumped core.
Stack trace of thread 20469:
0  0x7f4312e31e51 _g_log_abort (libglib-2.0.so.0)
1  0x7f4312e344a1 g_log_writer_default (libglib-2.0.so.0)
2  0x7f4312e329ee g_log_structured_array (libglib-2.0.so.0)
3  0x7f4312e32ce7 g_log_structured (libglib-2.0.so.0)
4  0x7f43140ec351 _gdk_x11_display_error_event (libgdk-3.so.0)
5  0x7f43140f9813 gdk_x_error (libgdk-3.so.0)
6  0x7f43103da9ba _XError (libX11.so.6)
7  0x7f43103d78eb handle_error (libX11.so.6)
8  0x7f43103d8a94 _XReply (libX11.so.6)
9  0x7f430cb27f2b DRI2Connect (libGL.so.1)
10 0x7f430cb274a8 n/a (libGL.so.1)
11 0x7f430cb0b5c0 n/a (libGL.so.1)
12 0x7f430cb07c60 glXQueryVersion (libGL.so.1)
13 0x7f4311c1f153 _cogl_winsys_renderer_connect (libcogl.so.20)
14 0x7f4311bd822d cogl_renderer_connect (libcogl.so.20)
15 0x7f4315237824 clutter_backend_real_create_context (libclutter-1.0.so.0)
16 0x7f4315250a13 _clutter_feature_init (libclutter-1.0.so.0)
17 0x7f4315261ca9 clutter_init_real (libclutter-1.0.so.0)
18 0x7f43155342f6 post_parse_hook (libclutter-gtk-1.0.so.0)
19 0x7f4312e384f0 g_option_context_parse (libglib-2.0.so.0)
20 0x5564d3a9661f gth_application_local_command_line (gthumb)
21 0x7f43133e5e46 g_application_run (libgio-2.0.so.0)
22 0x5564d3a1bcfe main (gthumb)
23 0x7f431229d88a __libc_start_main (libc.so.6)
24 0x5564d3a1bd6a _start (gthumb)
Stack trace of thread 20470:
0  0x7f4312381a5d poll (libc.so.6)
1  0x7f4312e2c579 g_main_context_iterate.isra.25 (libglib-2.0.so.0)
2  0x7f4312e2c68c g_main_context_iteration (libglib-2.0.so.0)
3  0x7f4312e2c6d1 glib_worker_main (libglib-2.0.so.0)
4  0x7f4312e53516 g_thread_proxy (libglib-2.0.so.0)
5  0x7f431265936d start_thread (libpthread.so.0)
6  0x7f431238db4f __clone (libc.so.6)


I see that the gthumb package was updated in 2017, dnf.log says:
 Aug 19 18:09:33 DEBUG ---> Package gthumb.x86_64 1:3.4.3-1.fc24 will be 
upgraded
 Aug 19 18:09:33 DEBUG ---> Package gthumb.x86_64 1:3.4.5-1.fc26 will be an 
upgrade
The update was part of a f24->f26 upgrade. There is no later version of gthumb 
but I do see
version 3.6.0 in f27.

I also see that this gthumb version is one year old:
 $ ls -l /usr/bin/gthumb
 -rwxr-xr-x 1 root root 988384 Apr 20  2017 /usr/bin/gthumb

The gthumb package depends on the libvdpau package so I suspect some 
incompatibility.
Reinstalling both packages does not improve the situation.

Is gthumb still maintained? https://github.com/GNOME/gthumb suggests perusing
https://wiki.gnome.org/Apps/gthumb which is not present.

Still, too many packages are involved, not the least X/nvidia ones.

Is anyone else seeing this problem? I do not want to log a bug if this is the 
result
of my system long update history, but I do want to resolve this.

I have another f26 machine that has no problems but does not use vdpau (or 
nvidia card).

TIA


--
Eyal Lebedinsky (fed...@eyal.emu.id.au)
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: vt's enable screen blanking

2018-04-09 Thread stan
On Mon, 09 Apr 2018 12:56:43 -0700
Wolfgang S Rupprecht  wrote:

> That looks like a fine solution if you are logged in on a terminal and
> you want to change it for your current terminal.  I'm not sure how
> that would work from rc.local.  How would I tell it to do that to all
> the vt's?  (I tried the stdin and stdout as redirection targets but it
> didn't seem to work.)

A quick search turned up these pages, which should get you a little
further on your journey.

https://superuser.com/questions/152347/change-linux-console-screen-blanking-behavior

https://unix.stackexchange.com/questions/8056/disable-screen-blanking-on-text-console
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Which VirtualBox repo to use?

2018-04-09 Thread Ed Greshko
On 04/10/18 06:11, Ed Greshko wrote:
> On 04/10/18 05:49, Patrick O'Callaghan wrote:
>> On Tue, 2018-04-10 at 04:25 +0800, Ed Greshko wrote:
>>> On 04/10/18 03:42, Go Canes wrote:
 I thought the rpmfusion version was the open source virtualbox,
 whereas the one from Oracle was the closed source version (that
 includes more functionality such as USB support).  I could easily be
 wrong.  FWIW I use the Oracle repo as I need the USB support.
>>> Nope   Go to https://www.virtualbox.org/ and read the first paragraph.
>>>
>>> VirtualBox is a powerful x86 and AMD64/Intel64 virtualization product for 
>>> enterprise
>>> as well as home use. Not only is VirtualBox an extremely feature rich, high
>>> performance product for enterprise customers, it is also the only 
>>> professional
>>> solution that is freely available as Open Source Software under the terms 
>>> of the GNU
>>> General Public License (GPL) version 2. See "About VirtualBox" for an 
>>> introduction.
>> However digging deeper (https://www.virtualbox.org/wiki/Downloads) we
>> find:
>>
>>Support for USB 2.0 and USB 3.0 devices, VirtualBox RDP, disk
>>encryption, NVMe and PXE boot for Intel cards. See this chapter from
>>the User Manual for an introduction to this Extension Pack. The
>>Extension Pack binaries are released under the VirtualBox Personal
>>Use and Evaluation License (PUEL). Please install the same version
>>extension pack as your installed version of VirtualBox.
>>
>> IIRC from when I used to use VB (I now use KVM/QEMU) the RPMfusion
>> version doesn't include the extension pack, but I may have it the wrong
>> way round.
>>
> Right.  You simply download it from the Oracle site.

I should have added that it also goes for the Oracle VBox rpm.  The extension 
isn't
included and you also have to manually install it.  So, no difference.


-- 
Conjecture is just a conclusion based on incomplete information. It isn't a 
fact.



signature.asc
Description: OpenPGP digital signature
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Which VirtualBox repo to use?

2018-04-09 Thread Ed Greshko
On 04/10/18 05:49, Patrick O'Callaghan wrote:
> On Tue, 2018-04-10 at 04:25 +0800, Ed Greshko wrote:
>> On 04/10/18 03:42, Go Canes wrote:
>>> I thought the rpmfusion version was the open source virtualbox,
>>> whereas the one from Oracle was the closed source version (that
>>> includes more functionality such as USB support).  I could easily be
>>> wrong.  FWIW I use the Oracle repo as I need the USB support.
>>
>> Nope   Go to https://www.virtualbox.org/ and read the first paragraph.
>>
>> VirtualBox is a powerful x86 and AMD64/Intel64 virtualization product for 
>> enterprise
>> as well as home use. Not only is VirtualBox an extremely feature rich, high
>> performance product for enterprise customers, it is also the only 
>> professional
>> solution that is freely available as Open Source Software under the terms of 
>> the GNU
>> General Public License (GPL) version 2. See "About VirtualBox" for an 
>> introduction.
> However digging deeper (https://www.virtualbox.org/wiki/Downloads) we
> find:
>
>Support for USB 2.0 and USB 3.0 devices, VirtualBox RDP, disk
>encryption, NVMe and PXE boot for Intel cards. See this chapter from
>the User Manual for an introduction to this Extension Pack. The
>Extension Pack binaries are released under the VirtualBox Personal
>Use and Evaluation License (PUEL). Please install the same version
>extension pack as your installed version of VirtualBox.
>
> IIRC from when I used to use VB (I now use KVM/QEMU) the RPMfusion
> version doesn't include the extension pack, but I may have it the wrong
> way round.
>

Right.  You simply download it from the Oracle site.


-- 
Conjecture is just a conclusion based on incomplete information. It isn't a 
fact.



signature.asc
Description: OpenPGP digital signature
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Which VirtualBox repo to use?

2018-04-09 Thread Patrick O'Callaghan
On Tue, 2018-04-10 at 04:25 +0800, Ed Greshko wrote:
> On 04/10/18 03:42, Go Canes wrote:
> > I thought the rpmfusion version was the open source virtualbox,
> > whereas the one from Oracle was the closed source version (that
> > includes more functionality such as USB support).  I could easily be
> > wrong.  FWIW I use the Oracle repo as I need the USB support.
> 
> 
> Nope   Go to https://www.virtualbox.org/ and read the first paragraph.
> 
> VirtualBox is a powerful x86 and AMD64/Intel64 virtualization product for 
> enterprise
> as well as home use. Not only is VirtualBox an extremely feature rich, high
> performance product for enterprise customers, it is also the only professional
> solution that is freely available as Open Source Software under the terms of 
> the GNU
> General Public License (GPL) version 2. See "About VirtualBox" for an 
> introduction.

However digging deeper (https://www.virtualbox.org/wiki/Downloads) we
find:

   Support for USB 2.0 and USB 3.0 devices, VirtualBox RDP, disk
   encryption, NVMe and PXE boot for Intel cards. See this chapter from
   the User Manual for an introduction to this Extension Pack. The
   Extension Pack binaries are released under the VirtualBox Personal
   Use and Evaluation License (PUEL). Please install the same version
   extension pack as your installed version of VirtualBox.

IIRC from when I used to use VB (I now use KVM/QEMU) the RPMfusion
version doesn't include the extension pack, but I may have it the wrong
way round.

poc
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: how to use a systemd service, without making it persistent ?

2018-04-09 Thread Richard Shaw
On Mon, Apr 9, 2018 at 3:56 PM, sean darcy  wrote:

> I want to start a systemd service (dhcpd) , but only if a link to the
> internet is present. I don't want the service to start on boot.
>

There are multiple ways to start a service, you can google that...


>
> systemctl start   doesn't work unless the service is enabled.
>

If that's the case, something is wrong, you should be able to start a
service even if it's not enabled.

Thanks,
Richard
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


how to use a systemd service, without making it persistent ?

2018-04-09 Thread sean darcy
I want to start a systemd service (dhcpd) , but only if a link to the 
internet is present. I don't want the service to start on boot.


systemctl start   doesn't work unless the service is enabled.

This works, but it's very kludgy:

if 
 systemctl enable 
 systemctl start 
 systemctl disable 
fi

Any better ideas ?

sean
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Which VirtualBox repo to use?

2018-04-09 Thread Ed Greshko
On 04/10/18 03:42, Go Canes wrote:
> I thought the rpmfusion version was the open source virtualbox,
> whereas the one from Oracle was the closed source version (that
> includes more functionality such as USB support).  I could easily be
> wrong.  FWIW I use the Oracle repo as I need the USB support.


Nope   Go to https://www.virtualbox.org/ and read the first paragraph.

VirtualBox is a powerful x86 and AMD64/Intel64 virtualization product for 
enterprise
as well as home use. Not only is VirtualBox an extremely feature rich, high
performance product for enterprise customers, it is also the only professional
solution that is freely available as Open Source Software under the terms of 
the GNU
General Public License (GPL) version 2. See "About VirtualBox" for an 
introduction.


-- 
Conjecture is just a conclusion based on incomplete information. It isn't a 
fact.



signature.asc
Description: OpenPGP digital signature
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: vt's enable screen blanking

2018-04-09 Thread Wolfgang S Rupprecht

stan  writes:
> On Mon, 09 Apr 2018 08:57:12 -0700
> Wolfgang S Rupprecht  wrote:
>
>> How does one activate screen blanking on the vt's these days?
>
> I use setterm --blank=60 to prevent the screens from blanking after
> whatever the default is (10 minutes?).  I don't know where the actual
> setting is, though.  But you could put it in an rc.local file with
> whatever value you want to use so it is set on startup.

Thanks.

That looks like a fine solution if you are logged in on a terminal and
you want to change it for your current terminal.  I'm not sure how that
would work from rc.local.  How would I tell it to do that to all the
vt's?  (I tried the stdin and stdout as redirection targets but it
didn't seem to work.)

-wolfgang
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Which VirtualBox repo to use?

2018-04-09 Thread Go Canes
I thought the rpmfusion version was the open source virtualbox,
whereas the one from Oracle was the closed source version (that
includes more functionality such as USB support).  I could easily be
wrong.  FWIW I use the Oracle repo as I need the USB support.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: RPM Fusion down?

2018-04-09 Thread Samuel Sieb

On 04/09/2018 10:23 AM, Rick Stevens wrote:

It's up for me. Have you tried pinging download1.rpmfusion.org and
telnetting to port 443? Here's what I see:

[root@golem4 ~]# ping download1.rpmfusion.org
PING download1.rpmfusion.org (193.28.235.60) 56(84) bytes of data.
64 bytes from download1.rpmfusion.org (193.28.235.60): icmp_seq=1 ttl=55
time=154 ms
64 bytes from download1.rpmfusion.org (193.28.235.60): icmp_seq=2 ttl=55
time=155 ms
^C


That's interesting, it looks like there's a network link down.  I can't 
ping it or access the web server.  Using 
https://www.uptrends.com/tools/uptime, it shows that the site is only 
accessible from some parts of the world.

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: vt's enable screen blanking

2018-04-09 Thread stan
On Mon, 09 Apr 2018 08:57:12 -0700
Wolfgang S Rupprecht  wrote:

> How does one activate screen blanking on the vt's these days?

I use setterm --blank=60 to prevent the screens from blanking after
whatever the default is (10 minutes?).  I don't know where the actual
setting is, though.  But you could put it in an rc.local file with
whatever value you want to use so it is set on startup.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: gthumb: ... Unable to initialize the Clutter backend: no available drivers found

2018-04-09 Thread Ed Greshko
On 04/10/18 01:22, Robert P. J. Day wrote:
> last friday, i did a system-upgrade from f27 to f28 beta


Have you considered asking on the "test" list?  That is the place for beta 
questions.

-- 
Conjecture is just a conclusion based on incomplete information. It isn't a 
fact.



signature.asc
Description: OpenPGP digital signature
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: How to install compiler package.

2018-04-09 Thread Rick Stevens
On 04/09/2018 09:57 AM, Todd Zullinger wrote:
> Hi John,
> 
> sa...@wexfordpress.com wrote:
>> Installed Fedora 26 on recommendation of a Scribus
>> developer. Installed about 30 packages per his advice. 
>>
>> But when I try to compile a program the machine can't find
>> C++. So what is the package I need to install to compile
>> C++ programs?. 
> 
> gcc-c++ is the package containing the c++ compiler.  You may
> also want other accompanying tools.  For that, you can
> install the c-development package group with:
> 
> sudo dnf groupinstall c-development
> 
> If you're searching for a command, you can often find it
> using the 'dnf provides' command:
> 
> $ sudo dnf provides c++
> Last metadata expiration check: 0:01:51 ago on Mon 09 Apr 2018 12:53:41 
> PM EDT.
> gcc-c++-7.3.1-2.fc26.x86_64 : C++ support for GCC
> Repo: @System
> Matched from:
> Filename: /usr/bin/c++
> 
> gcc-c++-7.3.1-2.fc26.x86_64 : C++ support for GCC
> Repo: updates
> Matched from:
> Filename: /usr/bin/c++
> 
> gcc-c++-7.1.1-3.fc26.i686 : C++ support for GCC
> Repo: fedora
> Matched from:
> Filename: /usr/bin/c++
> 
> gcc-c++-7.1.1-3.fc26.x86_64 : C++ support for GCC
> Repo: fedora
> Matched from:
> Filename: /usr/bin/c++
> 
> The 'dnf search' command is also handy.

And as to installing Xfce (also my preferred desktop):

$ sudo dnf groupinstall "Xfce Desktop"

should get you there.
--
- Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com -
- AIM/Skype: therps2ICQ: 22643734Yahoo: origrps2 -
--
- Dyslexics of the world: UNTIE! -
--
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: RPM Fusion down?

2018-04-09 Thread Rick Stevens
On 04/09/2018 10:18 AM, fedora2015 wrote:
> Just installed Fedora 27 and cannot install rpm fusion...is it down? Not
> really sure how to check if it is... and if it isn't...what my problem
> might be...
> 
> 
> # rpm -ivh
> https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-27.noarch.rpm
> 
> Retrieving
> https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-27.noarch.rpm
> 
> curl: (7) Failed to connect to download1.rpmfusion.org port 443:
> Connection timed out
> error: skipping
> https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-27.noarch.rpm
> - transfer failed

It's up for me. Have you tried pinging download1.rpmfusion.org and
telnetting to port 443? Here's what I see:

[root@golem4 ~]# ping download1.rpmfusion.org
PING download1.rpmfusion.org (193.28.235.60) 56(84) bytes of data.
64 bytes from download1.rpmfusion.org (193.28.235.60): icmp_seq=1 ttl=55
time=154 ms
64 bytes from download1.rpmfusion.org (193.28.235.60): icmp_seq=2 ttl=55
time=155 ms
^C
--- download1.rpmfusion.org ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1001ms
rtt min/avg/max/mdev = 154.809/155.253/155.697/0.444 ms
[root@golem4 ~]# telnet download1.rpmfusion.org 443
Trying 193.28.235.60...
Connected to download1.rpmfusion.org.
Escape character is '^]'.
^]
telnet> quit
Connection closed.

It may be your firewall is blocking it.
--
- Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com -
- AIM/Skype: therps2ICQ: 22643734Yahoo: origrps2 -
--
-If your broker is so damned smart...why is he still working?-
--
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


gthumb: ... Unable to initialize the Clutter backend: no available drivers found

2018-04-09 Thread Robert P. J. Day

  out of nowhere just now, gthumb has suddenly stopped being able to
display simple graphics files, with the diagnostic:

** (gthumb:6069): CRITICAL **: 13:15:22.317: Failed to parse
arguments: Unable to initialize the Clutter backend: no available
drivers found.

  this is an ASUS gaming laptop, with nvidia 965M, using the nouveau
kernel module:

  nouveau  2019328  3
  mxm_wmi16384  1 nouveau
  i2c_algo_bit   16384  1 nouveau
  drm_kms_helper200704  1 nouveau
  ttm   126976  1 nouveau
  drm   454656  6 nouveau,ttm,drm_kms_helper
  wmi28672  4
  asus_wmi,intel_wmi_thunderbolt,mxm_wmi,nouveau
  video  45056  2 asus_wmi,nouveau

last friday, i did a system-upgrade from f27 to f28 beta, and
everything worked fine. did a couple "dnf update"s, and also one "dnf
autoremove", where i glanced at the packages that would be removed,
and nothing looked critical, and i'm pretty sure i've used gthumb
since then.

  this issue popped up less than an hour ago, and i have no idea what
i might have done to provoke it. i'm checking google and bugzilla, but
still, i have no idea what i could have done to cause this. is anyone
else who upgraded to f28 beta seeing this?

rday
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: RPM Fusion down?

2018-04-09 Thread Samuel Sieb

On 04/09/2018 10:18 AM, fedora2015 wrote:
Just installed Fedora 27 and cannot install rpm fusion...is it down? Not 
really sure how to check if it is... and if it isn't...what my problem 
might be...


The rpmfusion mailing lists would be a better place to ask.

curl: (7) Failed to connect to download1.rpmfusion.org port 443: 
Connection timed out
error: skipping 
https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-27.noarch.rpm 
- transfer failed


It looks like download1 is down right now.  download0 is still working 
though.

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


RPM Fusion down?

2018-04-09 Thread fedora2015
Just installed Fedora 27 and cannot install rpm fusion...is it down? Not 
really sure how to check if it is... and if it isn't...what my problem 
might be...



# rpm -ivh 
https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-27.noarch.rpm
Retrieving 
https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-27.noarch.rpm
curl: (7) Failed to connect to download1.rpmfusion.org port 443: 
Connection timed out
error: skipping 
https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-27.noarch.rpm 
- transfer failed


___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: How to install compiler package.

2018-04-09 Thread Todd Zullinger
Hi John,

sa...@wexfordpress.com wrote:
> Installed Fedora 26 on recommendation of a Scribus
> developer. Installed about 30 packages per his advice. 
> 
> But when I try to compile a program the machine can't find
> C++. So what is the package I need to install to compile
> C++ programs?. 

gcc-c++ is the package containing the c++ compiler.  You may
also want other accompanying tools.  For that, you can
install the c-development package group with:

sudo dnf groupinstall c-development

If you're searching for a command, you can often find it
using the 'dnf provides' command:

$ sudo dnf provides c++
Last metadata expiration check: 0:01:51 ago on Mon 09 Apr 2018 12:53:41 PM 
EDT.
gcc-c++-7.3.1-2.fc26.x86_64 : C++ support for GCC
Repo: @System
Matched from:
Filename: /usr/bin/c++

gcc-c++-7.3.1-2.fc26.x86_64 : C++ support for GCC
Repo: updates
Matched from:
Filename: /usr/bin/c++

gcc-c++-7.1.1-3.fc26.i686 : C++ support for GCC
Repo: fedora
Matched from:
Filename: /usr/bin/c++

gcc-c++-7.1.1-3.fc26.x86_64 : C++ support for GCC
Repo: fedora
Matched from:
Filename: /usr/bin/c++

The 'dnf search' command is also handy.

-- 
Todd
~~
I have to decide between two equally frightening options.  If I wanted
to do that, I'd vote.
-- Duckman



signature.asc
Description: PGP signature
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


How to install compiler package.

2018-04-09 Thread sales
Installed Fedora 26 on recommendation of a Scribus developer. Installed about 
30 packages per his advice. 

But when I try to compile a program the machine can't find C++. So what is the 
package I need to install to compile C++ programs?. 

Another question. On Slackware (yes I am one of those) I can use kdm to get to 
a window function ( I preferXFCE).
How do I set up a window manager in Fedora and how do I access it?

All advice welcome and appreciaated.

John Culleton
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


vt's enable screen blanking

2018-04-09 Thread Wolfgang S Rupprecht

How does one activate screen blanking on the vt's these days?

I have an ancient 32-bit x86 Acer mini laptop running as a server where
the X11 greeter just started crashing in a tight loop.  I've turned the
graphical login off but that leaves me with the first vt's login prompt
displaying.  Whatever is responsible for blanking the screen seems not
to be doing its thing.  Where is the screen blank timer configuration
these days?  It has been so long and things have changed so much that
google is useless.   I assume systemd has absorbed that function by now
but I can't find it.   /etc/systemd/logind.conf doesn't seem to have a
screenblank setting even though it seems to have everything else.

-wolfgang
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: how to correctly log without journald (and its blobs)?

2018-04-09 Thread Tom H
On Sun, Apr 8, 2018 at 9:35 PM, Christian Kujau  wrote:
>
> I was able to disable journald similar to this:
>
> systemctl stop systemd-journald-dev-log.socket systemd-journald.socket 
> systemd-journald.service
> systemctl mask systemd-journald-dev-log.socket systemd-journald.socket 
> systemd-journald.service
>
> (I tried to "disable" those services first, but somehow journald got started 
> anyway on the next reboot).
>
> Configure rsyslog with:
>
> $AddUnixListenSocket /var/run/systemd/journal/syslog
> $SystemLogSocketName /var/run/systemd/journal/syslog
>
> Or with the new configuration format[0]:
>
> module(load="imuxsock" SysSock.Name="/run/systemd/journal/syslog" 
> Socket="/var/run/systemd/journal/syslog")
>
> I also had to adjust the /dev/log symlink to point to 
> /var/run/systemd/journal/syslog, so that programs like logger(1) will still 
> work. Added the following to /etc/rc.local (or wherevery custom startup 
> routines were configured):
>
> ln -svf /var/run/systemd/journal/syslog /dev/log | logger -t "$0"

If you disable journald, this is a minimal configuration file that'll
use the default "/dev/log" and "proc/kmsg":

th@localhost ~ $ cat /etc/rsyslog.conf
module(load="imuxsock")
module(load="imklog")
global(workDirectory="/var/lib/rsyslog")
*.* action(type="omfile" file="/var/log/messages")
th@localhost ~ $

[ If you don't disable journald in dracut, you'll still have logs (for
the initramfs) output via "journalctl" reading "/run/log/journal/*" ]
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org