On 10/3/18 8:38 AM, Zbigniew Jędrzejewski-Szmek wrote:
> We have had a long discussion about hibernate (suspend to disk)
> being unreliable. But there seems to be no hard data. Let's gather
> some!
>
> If you perform hibernation (systemctl hibernate, or the equivalent
> through the GUI), does _you
I am trying to determine why the latest version of bigloo segfaults on
s390x during the build. I launched a mock build with mock -r
fedora-rawhide-s390x --forcearch=s390x --rebuild
bigloo-4.3c-1.fc30.src.rpm, then went away for several hours. I came
back to see this:
Running scriptlet: desktop
On Mon, Sep 24, 2018 at 7:58 AM Miro Hrončok wrote:
> IMHO You can build the python3 package as well, but blacklist it from
> the module.
I'm starting to lean back towards migrating to the (experimental,
buggy) python 3 build. Lots of python 3 fixes have gone into the (not
quite released) sagema
On Thu, Oct 4, 2018 at 7:27 PM Ray Strode wrote:
>
> > I suggest that if we think this is a serious issue and that we want to
> > get the maximum possible help to those who are forced to pay by the
> > bit that we stop sending them mail they don't need all together. Lets
> > move this mailing lis
On Thu, 04 Oct 2018 16:26:21 -0700
Adam Williamson wrote:
> On Thu, 2018-10-04 at 17:32 -0400, Matthew Miller wrote:
> > The fact is, the world has moved away from quoted mail with inline replies.
> > Top posting rules basically everywhere except hold-out old-school mailing
> > lists.
>
> ...l
Greetings, we've been told that the email addresses for these package
maintainers are no longer valid. I'm starting the unresponsive
maintainer policy to find out if they are still interested in
maintaining their packages (and if so, have them update their email
addresses in FAS).
If they're not i
No missing expected images.
Failed openQA tests: 2/2 (x86_64)
ID: 288682 Test: x86_64 AtomicHost-dvd_ostree-iso install_default
URL: https://openqa.fedoraproject.org/tests/288682
ID: 288683 Test: x86_64 AtomicHost-dvd_ostree-iso install_default@uefi
URL: https://openqa.fedoraproject.org
> I suggest that if we think this is a serious issue and that we want to
> get the maximum possible help to those who are forced to pay by the
> bit that we stop sending them mail they don't need all together. Lets
> move this mailing list (and others) to discussion.fedoraproject.org.
Why switch,
On Thu, 2018-10-04 at 17:32 -0400, Matthew Miller wrote:
> The fact is, the world has moved away from quoted mail with inline replies.
> Top posting rules basically everywhere except hold-out old-school mailing
> lists.
...like this one. ;)
--
Adam Williamson
Fedora QA Community Monkey
IRC: adamw
On Thu, Oct 4, 2018, 23:33 Matthew Miller wrote:
> The fact is, the world has moved away from quoted mail with inline replies.
> Top posting rules basically everywhere except hold-out old-school mailing
> lists. Gmail, both on the web and _especially_ on mobile, makes it almost
> impossible to do
The fact is, the world has moved away from quoted mail with inline replies.
Top posting rules basically everywhere except hold-out old-school mailing
lists. Gmail, both on the web and _especially_ on mobile, makes it almost
impossible to do quoting and inline replies properly. I can't imagine other
On Thu, Oct 04, 2018 at 05:46:54PM -, Raphael Groner wrote:
> >> 4. How do I declare Requires on my runtime dependencies from another
> >> module?
> > No changes on the RPM level. You also have dependencies on the module
> > level,
> > which makes their packages available to you. At buildti
On Wed, 26 Sep 2018 09:20:30 -0600, Nathanael D. Noblet wrote:
> I get what I think is a similar error with the google 'Online accounts'
>
> I get a certificate error. The message is:
>
> "No SNI provided; please fix your client."
>
> Would this be a related issue?
Yes. If Google hands out cer
> On Thu, Jan 18, 2018 at 07:32:07PM +0100, Miro Hrončok wrote:
>
> Given that Python 2 is going EOL in about two years, I don't think we
> want it in EPEL proper. If we do provide it, it should be in a module.
How to maintain the base RPM? Who should maintain this additional repository
with a d
> We have had a long discussion about hibernate (suspend to disk)
> being unreliable. But there seems to be no hard data. Let's gather
> some!
I might have missed something, but can you link me the "long discussion"? Do we
have a page on the subject somewhere on the wiki?
> If you perform hibern
Hi,
recommending to use %define is wrong. AFAIK our guidelines tell to use %global
instead.
https://fedoraproject.org/wiki/Packaging:Guidelines#.25global_preferred_over_.25define
(Yes, I know about favoured brand new docs.fp.org but I fail to find a search
bar or any useful table of contents th
> On vendredi 28 septembre 2018 14:02:37 CEST Igor Gnatenko wrote:
>
> This is fancy and all, but could we have back a table of contents like in the
> Wiki. Some pages, like the main packaging one are very long and sometimes we
> need to look a specific section fast instead of scrolling to find
>> 4. How do I declare Requires on my runtime dependencies from another module?
> No changes on the RPM level. You also have dependencies on the module level,
> which makes their packages available to you. At buildtime it means their
> packages
> are available for you to install in the buildroo
Hi Christopher,
other contributors are wondering, too. I tried recently to ask your question
and got an anwser that "it depends" with the dependencies where they're given,
although I fail to see a significant difference.
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.or
On 10/4/18 8:17 AM, Brian Monroe wrote:
So what I had been doing was adding:
```
echo "# Citrix File Types" >> /usr/share/misc/magic
echo "20search/50WFClientCitrix Client File" >> /usr/share/misc/magic
echo "!:mimeapplication/x-ica" >> /usr/share/misc/magic
cd /usr/share/misc
file -C -m /usr/sha
On Thu, Oct 4, 2018 at 10:54 AM Mattia Verga
wrote:
>
> Il 04/10/18 17:22, Stephen Gallagher ha scritto:
> >
> > If FreePascal and Lazarus of the correct version are available in the
> > standard repository (i.e. you don't have to specify a non-default
> > stream of a module to get the correct ver
Il 04/10/18 17:22, Stephen Gallagher ha scritto:
>
> If FreePascal and Lazarus of the correct version are available in the
> standard repository (i.e. you don't have to specify a non-default
> stream of a module to get the correct version), you do not need to
> specify them explicitly in the module
On vendredi 28 septembre 2018 14:02:37 CEST Igor Gnatenko wrote:
> Hello everyone,
>
> We have moved packaging guidelines onto docs.fedoraproject.org[0].
> If you find any error or would like to change something, don't hesitate to
> open ticket or submit pull request for packaging committee repo[1
On Thu, Oct 4, 2018 at 10:09 AM Mattia Verga
wrote:
>
> Il 04/10/18 05:53, Christopher ha scritto:
> >
> > The answers to these questions should be clear, step-by-step
> > command-line instructions, or specific examples of a SPEC file
> > modification. Where can I find that kind of documentation?
So what I had been doing was adding:
```
echo "# Citrix File Types" >> /usr/share/misc/magic
echo "20 search/50 WFClient Citrix Client File" >> /usr/share/misc/magic
echo "!:mime application/x-ica" >> /usr/share/misc/magic
cd /usr/share/misc
file -C -m /usr/share/misc/magic
cd ~/
```
so I recompile
Il 04/10/18 05:53, Christopher ha scritto:
>
> The answers to these questions should be clear, step-by-step
> command-line instructions, or specific examples of a SPEC file
> modification. Where can I find that kind of documentation?
There's a lot of information about that at
https://docs.fedorap
On Wed, Oct 3, 2018 at 5:38 PM, Zbigniew Jędrzejewski-Szmek
wrote:
Note: I'm not talking about the user-space configuration issues
(resume= not set on the kernel command line, no swap, swap encrypted
with temporary keys, whatever), but only about any potential kernel
driver issues.
Well "whate
Il giorno gio 4 ott 2018 alle 13:58, Miroslav Lichvar
ha scritto:
There is a new release of gpsd, which breaks the ABI and API of
libgps. If there are no objections, I'll build the package on Monday.
Most of the changes in the API seem to be extensions, but there is an
incompatible change in
On 04/10/2018 14:43, Neal Gompa wrote:
Hey all,
I've been trying to get in touch with Matthias Runge (mrunge) over the
last couple of days (for getting python-celery into EPEL7 for Pagure
5). However, his email address listed in FAS bounces with "unable to
connect" errors.
Does anyone know of a
On Thu, Oct 4, 2018 at 8:43 AM Neal Gompa wrote:
>
> Hey all,
>
> I've been trying to get in touch with Matthias Runge (mrunge) over the
> last couple of days (for getting python-celery into EPEL7 for Pagure
> 5). However, his email address listed in FAS bounces with "unable to
> connect" errors.
Hey all,
I've been trying to get in touch with Matthias Runge (mrunge) over the
last couple of days (for getting python-celery into EPEL7 for Pagure
5). However, his email address listed in FAS bounces with "unable to
connect" errors.
Does anyone know of another email address or method to get in
Zbigniew Jędrzejewski-Szmek writes:
If you perform hibernation (systemctl hibernate, or the equivalent
through the GUI), does _your_ system suspend and resume correctly?
Note: I'm not talking about the user-space configuration issues
(resume= not set on the kernel command line, no swap, swap en
On Thursday, 04 October 2018 at 14:11, Sérgio Basto wrote:
> On Thu, 2018-10-04 at 14:02 +0200, Dominik 'Rathann' Mierzejewski
> wrote:
> > On Tuesday, 02 October 2018 at 19:02, Sérgio Basto wrote:
> > > I'm preparing an update of gflags
> > > libgflags.so.2.1 => libgflags.so.2.2
> >
> > This lo
On Thu, 2018-10-04 at 14:02 +0200, Dominik 'Rathann' Mierzejewski
wrote:
> On Tuesday, 02 October 2018 at 19:02, Sérgio Basto wrote:
> > I'm preparing an update of gflags
> > libgflags.so.2.1 => libgflags.so.2.2
>
> This looks like a minor bump, not SONAME change. What does
> objdump -p | grep S
On Tuesday, 02 October 2018 at 19:02, Sérgio Basto wrote:
> I'm preparing an update of gflags
> libgflags.so.2.1 => libgflags.so.2.2
This looks like a minor bump, not SONAME change. What does
objdump -p | grep SONAME
say about the two?
Regards,
Dominik
--
Fedora https://getfedora.org | RPM
There is a new release of gpsd, which breaks the ABI and API of
libgps. If there are no objections, I'll build the package on Monday.
Most of the changes in the API seem to be extensions, but there is an
incompatible change in gps_read(). It has two new arguments. A
gps_read(x) call should be equi
Hi,
The question is not about code higlighting but rendering, so when you look
> at an
> .adoc file it looks like what it would look once transformed into html.
> Just like, when you are looking at a readme.md, you don't see the markdown
> syntax (unless you specifically ask for it).
>
For this y
On Thursday, October 4, 2018 1:36:32 PM CEST Charalampos Stratakis wrote:
> This boils down again to having the same SPEC for a bunch of different
> branches which I personally dislike, especially for branches that could
> be ~10 years apart. My main argument against it, is that having a clean
> SP
Il giorno mar 2 ott 2018 alle 18:35, Adam Williamson
ha scritto:
On Tue, 2018-10-02 at 16:30 +0200, Federico Bruni wrote:
Hi folks
While trying to figure out a way to install some desktop specific
files
(such as APP.desktop or APP.appdata.xml) within the installation
prefix
(instead o
- Original Message -
> From: "Pavel Raiskup"
> To: devel@lists.fedoraproject.org
> Sent: Thursday, October 4, 2018 1:05:47 PM
> Subject: Re: Python3 will be in next major RHEL release, please adjust %if
> statements accordingly
>
> > On Thu, Jan 11, 2018 at 01:02:32PM -0800, Troy Dawso
Bug report for those whom it may concern:
I used hyperkitty web-ui to respond into this thread (which was already deleted
in my inbox), and it seems like
- the "quotation" doesn't work, I reacted on Richard and not Troy
- the thread has been broken by my message
Pavel
On Thursday, October 4,
> On Thu, Jan 11, 2018 at 01:02:32PM -0800, Troy Dawson wrote:
> I'll say it once again, but why can't we just have
> %{python2_available} and %{python3_available} macros defined in the
> base system?
And once again, what about %py3_build_expected? Proposed in
https://bugzilla.redhat.com/show_bug
Thinkpad T430 Fedora 28 16GB Ram 16GB Swap with lvm volumes is working.
I had to add the resume parameter manually.
PS: Slightly OT as you specifically only ask if it works. What my biggest
problem was with hibernate is the the "need" of a swap partition. I created
mine accidental on the last
Hi,
on my old workhorse, Asus Sabertooth 990 FX Rel 1 with bios 1604 and 8150FX
CPU, I have occassionally failures on suspending via GUI, My desktop is KDE,
F29 and I use 'Application Dashboard -> Suspend' in which case systemd tries to
suspend the box. But sometimes box doesn't sleep at all, i
all this aside,HTML mail format is difficult to qoute and reply on
mobile,plain text would be nice.
On Thu, Oct 4, 2018 at 3:34 PM, Brian (bex) Exelbierd
wrote:
> On Thu, Oct 4, 2018 at 11:44 AM Dominik 'Rathann' Mierzejewski
> wrote:
> >
> > On Wednesday, 03 October 2018 at 08:38, Florian Weim
On Thu, Oct 4, 2018 at 11:44 AM Dominik 'Rathann' Mierzejewski
wrote:
>
> On Wednesday, 03 October 2018 at 08:38, Florian Weimer wrote:
> > * Iñaki Ucar:
> >
> > > IMO, it would be easier for everybody if the mailing list could
> > > automatically strip out the HTML part. Some projects do this (e.
On Wednesday, 03 October 2018 at 08:38, Florian Weimer wrote:
> * Iñaki Ucar:
>
> > IMO, it would be easier for everybody if the mailing list could
> > automatically strip out the HTML part. Some projects do this (e.g.,
> > R).
>
> In many cases, the quoting in the text/html part is easier to rea
On 10/2/18 10:06 PM, Miro Hrončok wrote:
On 2.10.2018 16:30, Federico Bruni wrote:
Hi folks
While trying to figure out a way to install some desktop specific
files (such as APP.desktop or APP.appdata.xml) within the installation
prefix (instead of python installation) using setuptools, I star
On 4.10.2018 08:51, Gianluca Sforna wrote:
Hi,
I have this build failing:
https://kojipkgs.fedoraproject.org//work/tasks/6308/30036308/build.log
during documentation creation. However, the same build is successful
when I run it locally with fedpkg. For me, this is actually the first
time a local
On 4.10.2018 08:02, Petr Šabata wrote:
On Wed, Oct 03, 2018 at 11:53:25PM -0400, Christopher wrote:
5. How do I know what modules are available?
This one is tricky.
This cannot be tricky. Please make it not tricky.
--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
__
On Wed, Oct 3, 2018 at 5:39 PM Zbigniew Jędrzejewski-Szmek <
zbys...@in.waw.pl> wrote:
> We have had a long discussion about hibernate (suspend to disk)
> being unreliable. But there seems to be no hard data. Let's gather
> some!
>
> If you perform hibernation (systemctl hibernate, or the equivale
HP pavilion g15-cx0953nd
Got it working by adding resume to grub but it wasn't reliable.
Wakeup failed a few times with no output to screen(s)
The suspect here is the dual-gpu and especially the nvidia card with
proprietary - drivers.
Turned it after needing hard-reset/failsafe 2 times.
___
Hi all,
This is a general notice about the 'Apache Commons Clause' license
change affecting several Redis Labs modules. In Fedora today the
'rejson' and 'rebloom' packages are affected.
https://fedoraproject.org/wiki/Licensing:Main#License_Changes
After much discussion, the Debian maintainer (of
53 matches
Mail list logo