Re: F24: systemd fails to mount 128 LVM partitions. (udev issue?)

2016-07-27 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Jul 27, 2016 at 09:35:22PM +0300, Gilboa Davara wrote: > Hello all, > > I need help trying to debug a weird bug that I'm hitting. > I've got a server with fairly large storage (>100TB) that needs to > handle very-small-files. > Due to performance considerations I decided to split the large

avr-gcc refusing to link against avr-libc in Fedora 23

2016-07-27 Thread spike
Hi everyone, I'm trying to get avr-gcc to link against library that I built (which is just the arduino core library): avr-gcc -Wl,-Map,ArduinoTest.map -mmcu=atmega328p -o "ArduinoTest.elf" ./main.o -l/home/spike/workspaceAVR/libarduino/328P_16MHz/liblibarduino.a /usr/lib/gcc/avr/4.9.3/../../

Re: Attempting to contact unresponsive maintainer - mnagy

2016-07-27 Thread Kevin Fenzi
On Wed, 27 Jul 2016 15:18:30 -0400 Simo Sorce wrote: > On Wed, 2016-07-27 at 13:03 -0600, Kevin Fenzi wrote: > > Greetings, we've been told that the email addresses > > for this package maintainer is no longer valid. I'm starting the > > unresponsive maintainer policy to find out if they are sti

Schedule for Thursday's FPC Meeting (2016-07-28 16:00 UTC)

2016-07-27 Thread James Antill
 Following is the list of topics that will be discussed in the FPC meeting Thursday at 2016-07-28 16:00 UTC in #fedora-meeting-1 on irc.freenode.net.  Local time information (via. rktime): 2016-07-28 09:00 Thu US/Pacific PDT 2016-07-28 12:00 Thu US/Eastern EDT 2016-07-28 1

Re: Use-Cases for "Obsoletes"

2016-07-27 Thread Kevin Kofler
Igor Gnatenko wrote: > So far I found only: > * https://bugzilla.redhat.com/show_bug.cgi?id=1261034 > * > https://fedoraproject.org/wiki/Upgrade_paths_%E2%80%94_renaming_or_splitting_packages#Binary_package_naming_changes > > Is there something else to consider? https://bugzilla.redhat.com/show_

Re: Packaging FPGA bitstreams

2016-07-27 Thread Kevin Kofler
Richard W.M. Jones wrote: > Unfortunately to compile the source code to a bitstream, things get > very proprietary. For Xilinx, you have to install their proprietary > compiler, Vivado. It's not just proprietary but it has node-locked > licensing so it's user-hostile too. So this is a binary blo

Re: /var/run/reboot-required

2016-07-27 Thread Ruben Kerkhof
On Wed, Jul 27, 2016 at 5:42 PM, Ruben Kerkhof wrote: > On Wed, Jul 27, 2016 at 5:17 PM, John Florian wrote: >> How can this metadata be leveraged with automation? I have the dnf >> tracer plugin which I believe is using this metadata to tell me when I >> need to reboot, but what if I have this

Re: Attempting to contact unresponsive maintainer - mnagy

2016-07-27 Thread Simo Sorce
On Wed, 2016-07-27 at 13:03 -0600, Kevin Fenzi wrote: > Greetings, we've been told that the email addresses > for this package maintainer is 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

Attempting to contact unresponsive maintainer - mnagy

2016-07-27 Thread Kevin Fenzi
Greetings, we've been told that the email addresses for this package maintainer is 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 int

Re: /var/run/reboot-required

2016-07-27 Thread Ruben Kerkhof
On Wed, Jul 27, 2016 at 8:56 PM, Josh Boyer wrote: > How does the reboot-required package get installed in the first place? > I was assuming something during the update process would install it, > which means something has to Require it or install it in some manner. I haven't figured that part o

Re: [Koji] Re: [Koji] #333: no login button in web interface

2016-07-27 Thread Kevin Fenzi
On Wed, 27 Jul 2016 16:02:40 +0100 Dave Love wrote: > Kevin Fenzi writes: > > > You can have FMN ( https://apps.fedoraproject.org/notifications/ ) > > mail or irc query you for all your scratch builds. > > Yes, but that takes hours (I'd say normally about half a day) and I > keep losing not

Re: /var/run/reboot-required

2016-07-27 Thread Josh Boyer
On Wed, Jul 27, 2016 at 2:49 PM, Ruben Kerkhof wrote: > On Wed, Jul 27, 2016 at 6:58 PM, Josh Boyer wrote: >> On Wed, Jul 27, 2016 at 11:39 AM, Ruben Kerkhof >> wrote: >>> On Wed, Jul 27, 2016 at 2:16 PM, Josh Boyer >>> wrote: Why would you want this to be something packaged? We have 'r

Re: /var/run/reboot-required

2016-07-27 Thread Ruben Kerkhof
On Wed, Jul 27, 2016 at 6:58 PM, Josh Boyer wrote: > On Wed, Jul 27, 2016 at 11:39 AM, Ruben Kerkhof > wrote: >> On Wed, Jul 27, 2016 at 2:16 PM, Josh Boyer >> wrote: >>> Why would you want this to be something packaged? We have 'reboot >>> recommended' in our bodhi update metadata, and that

F24: systemd fails to mount 128 LVM partitions. (udev issue?)

2016-07-27 Thread Gilboa Davara
Hello all, I need help trying to debug a weird bug that I'm hitting. I've got a server with fairly large storage (>100TB) that needs to handle very-small-files. Due to performance considerations I decided to split the large array into 128 ext4 partitions (rather than use a single xfs partition).

Fedora 25 compose report: changes

2016-07-27 Thread Fedora Branched Report
-- devel mailing list devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Re: /var/run/reboot-required

2016-07-27 Thread Josh Boyer
On Wed, Jul 27, 2016 at 11:39 AM, Ruben Kerkhof wrote: > On Wed, Jul 27, 2016 at 2:16 PM, Josh Boyer wrote: >> Why would you want this to be something packaged? We have 'reboot >> recommended' in our bodhi update metadata, and that seems like a much >> better place for it. > > My guess is that '

Re: /var/run/reboot-required

2016-07-27 Thread Ruben Kerkhof
On Wed, Jul 27, 2016 at 5:17 PM, John Florian wrote: > How can this metadata be leveraged with automation? I have the dnf > tracer plugin which I believe is using this metadata to tell me when I > need to reboot, but what if I have this in a cron job? The docs at http://dnf-plugins-extras.readth

Re: /var/run/reboot-required

2016-07-27 Thread Ruben Kerkhof
On Wed, Jul 27, 2016 at 2:16 PM, Josh Boyer wrote: > Why would you want this to be something packaged? We have 'reboot > recommended' in our bodhi update metadata, and that seems like a much > better place for it. My guess is that 'reboot recommended' is true for each kernel update. What I'd lik

Re: package not in list for tag f26

2016-07-27 Thread Kevin Fenzi
This issue should now be fixed. kevin pgpSOXEByPrQS.pgp Description: OpenPGP digital signature -- devel mailing list devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Re: Problem configuring Fedora Notifications

2016-07-27 Thread José Abílio Matos
José AbílioOn Wednesday, July 27, 2016 3:43:20 PM WEST Matos wrote: > Thank you. > > I submmitted https://github.com/fedora-infra/fmn.web/issues/75 Following Kevin and pingou's message I have switched browsers. I used QupZilla and it worked. Strange... Regards, -- José Abílio -- devel mailing

Re: /var/run/reboot-required

2016-07-27 Thread John Florian
On Wed, 2016-07-27 at 08:16 -0400, Josh Boyer wrote: > On Wed, Jul 27, 2016 at 5:43 AM, Ruben Kerkhof m> wrote: > > > > Hi all, > > > > Debian and Ubuntu have a package called unattended-upgrades. > > We have yum-cron which does something similar. > > > > One difference though is that unattende

Re: [Koji] Re: [Koji] #333: no login button in web interface

2016-07-27 Thread Dave Love
Kevin Fenzi writes: > You can have FMN ( https://apps.fedoraproject.org/notifications/ ) mail > or irc query you for all your scratch builds. Yes, but that takes hours (I'd say normally about half a day) and I keep losing notifications somehow. > You can also find all scratch builds of yours t

Re: Problem configuring Fedora Notifications

2016-07-27 Thread José Abílio Matos
On Tuesday, July 26, 2016 11:27:23 AM WEST Kevin Fenzi wrote: > I've not seen it before. Best place would be: > > https://github.com/fedora-infra/fmn.web/issues Thank you. I submmitted https://github.com/fedora-infra/fmn.web/issues/75 > > The issue here is that I do not know if the problem lie

package not in list for tag f26

2016-07-27 Thread gil
hi strange error: "FAILED: BuildError: package lzma-java not in list for tag f26" http://pkgs.fedoraproject.org/cgit/rpms/lzma-java.git/ any ideas? thanks in advance .g $ fedpkg build Building lzma-java-1.3-1.fc26 for rawhide Created task: 15036565 Task info: http://koji.fedoraproject.org

Re: Use-Cases for "Obsoletes"

2016-07-27 Thread Dominik 'Rathann' Mierzejewski
On Wednesday, 27 July 2016 at 15:03, Igor Gnatenko wrote: > Hi everyone, > > where can I get all currently recommended/guidelined usecases for > "Obsoletes" tag? > > Currently I'm working on ensuring that all usecases are working with DNF. > > So far I found only: > * https://bugzilla.redhat.com

Re: Use-Cases for "Obsoletes"

2016-07-27 Thread Neal Gompa
On Wed, Jul 27, 2016 at 9:03 AM, Igor Gnatenko wrote: > Hi everyone, > > where can I get all currently recommended/guidelined usecases for > "Obsoletes" tag? > > Currently I'm working on ensuring that all usecases are working with DNF. > > So far I found only: > * https://bugzilla.redhat.com/show_

Use-Cases for "Obsoletes"

2016-07-27 Thread Igor Gnatenko
Hi everyone, where can I get all currently recommended/guidelined usecases for "Obsoletes" tag? Currently I'm working on ensuring that all usecases are working with DNF. So far I found only: * https://bugzilla.redhat.com/show_bug.cgi?id=1261034 * https://fedoraproject.org/wiki/Upgrade_paths_%E2

Re: Firefox 48 v Electrolysis

2016-07-27 Thread František Zatloukal
Works fine for me in 47 already (I've been using it since the release of 47). -- Best regards / S pozdravem, František Zatloukal Associate Software Engineer Red Hat Czech 2016-07-27 12:28 GMT+02:00 Bojan Smojver : > Martin Stransky redhat.com> writes: > > > You can enable it by your own in a

Re: /var/run/reboot-required

2016-07-27 Thread Josh Boyer
On Wed, Jul 27, 2016 at 5:43 AM, Ruben Kerkhof wrote: > Hi all, > > Debian and Ubuntu have a package called unattended-upgrades. > We have yum-cron which does something similar. > > One difference though is that unattended-upgrade drops a script in > /etc/kernel/postinst.d/unattended-upgrades, whi

Re: [Fedora-packaging] Packaging FPGA bitstreams

2016-07-27 Thread Jason Tibbitts
"Richard W.M. Jones" writes: > - Compiling the Verilog source code to a bitstream requires highly >proprietary tools and will never be possible in Fedora. Depending on what you actually consider these data to be, this should be somewhat covered by: https://fedoraproject.org/wiki/Packaging:

Re: Firefox 48 v Electrolysis

2016-07-27 Thread Bojan Smojver
Martin Stransky redhat.com> writes: > You can enable it by your own in about:config, set > browser.tabs.remote.autostart value to true. Thanks for the quick reply. Will try that in 48. -- Bojan -- devel mailing list devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/deve

[Modularity] Modularity WG meeting on 2016-08-02 canceled

2016-07-27 Thread Nils Philippsen
Hello everyone, because many people won't be able to attend next week's WG meeting on August 2nd (due to being on Flock), we'll skip this one meet again on August 9th. See you then, Nils -- Nils Philippsen  "Those who would give up Essential Liberty to Red Hat           purchase a little Tempora

/var/run/reboot-required

2016-07-27 Thread Ruben Kerkhof
Hi all, Debian and Ubuntu have a package called unattended-upgrades. We have yum-cron which does something similar. One difference though is that unattended-upgrade drops a script in /etc/kernel/postinst.d/unattended-upgrades, which does this: #!/bin/sh if [ -d /var/run ]; then touch /var/run

Re: Firefox 48 v Electrolysis

2016-07-27 Thread Martin Stransky
I believe it's disabled by default, because upstream enables it specifically for safe instances (no/safe extensions and so) by mozilla installer which is disabled in Fedora. You can enable it by your own in about:config, set browser.tabs.remote.autostart value to true. Note: some extensions