Re: Changing default setting of bash's hash table?

2011-08-19 Thread Roberto Ragusa
, I'm RR too. :-) -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: How to debug X lockup (advice from gurus wanted)

2011-09-01 Thread Roberto Ragusa
On 08/30/2011 09:24 PM, stan wrote: On Mon, 29 Aug 2011 21:06:29 +0200 Roberto Ragusa m...@robertoragusa.it wrote: Hi, it sometimes happens to me that X completely locks up, while the machine is still alive on the network. This is on F14, untainted kernel, nouveau driver, no 3D used

Re: Notice of intent: patching glibc

2011-09-03 Thread Roberto Ragusa
that a single giant patch is more difficult to understand and it confirmed that this was considered a feature (for commercial reasons); someone even started to debate if that could be considered a GPL violation, on the source in preferred form criteria. Regards. -- Roberto Ragusamail

Re: How to debug X lockup (advice from gurus wanted)

2011-09-06 Thread Roberto Ragusa
On 09/06/2011 01:18 PM, Reindl Harald wrote: Am 06.09.2011 13:10, schrieb Adam Jackson: On 9/1/11 5:05 PM, Roberto Ragusa wrote: Hmmm, turning off SMP is not realistic, as this laptop has a Core 2 Duo. Sure it is. Boot with maxcpus=1 on the kernel command line i would recommend nosmp

Re: How to debug X lockup (advice from gurus wanted)

2011-09-24 Thread Roberto Ragusa
On 09/06/2011 11:14 PM, Roberto Ragusa wrote: Anyway, the problem happened again one hour ago, so I just decided to upgrade only the kernel to the one from F15 and hope for the best. If it happens again, I will then upgrade Xorg and Mesa. Replying to myself in this old thread just to let

Re: unison formal review

2011-09-28 Thread Roberto Ragusa
), but that is an upstream issue. -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: yum appmarket

2010-08-22 Thread Roberto Ragusa
with a good specialized wiki, for example: http://www.thinkwiki.org/wiki/ThinkWiki -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: yum appmarket

2010-08-23 Thread Roberto Ragusa
Kevin Kofler wrote: Roberto Ragusa wrote: Some more tags for functionally comparable to and the name of some well known programs for Windows or Macintosh would let people cope with the original names of Linux apps. Nero - k3b, xcdroast Adobe Illustrator - inkscape Adobe Reader - evince

Re: Arithmetic coding in Fedora libjpeg (bug #639531)

2010-10-03 Thread Roberto Ragusa
both encodings when decoding. Well said. Adding decoding support can do no harm. -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: yum upgrade from F17 to F18

2012-11-08 Thread Roberto Ragusa
of dep problems). Hmm, I now see there is a set -e at the beginning. Still a little scary. :-) -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: yum upgrade from F17 to F18

2012-11-09 Thread Roberto Ragusa
On 11/09/2012 10:19 AM, drago01 wrote: On Fri, Nov 9, 2012 at 10:16 AM, Miroslav Suchý msu...@redhat.com wrote: On 11/08/2012 03:10 PM, Roberto Ragusa wrote: Hmm, I now see there is a set -e at the beginning. Still a little scary.:-) Scary is only the idea. And only because we are not used

Re: raising warning flag on firewalld-default feature

2012-11-14 Thread Roberto Ragusa
and with a lot of sys... Let's try compiling it to native. $ gcj -o JavaTrue JavaTrue.java --main=JavaTrue $ time ./JavaTrue real0m0.026s user0m0.016s sys 0m0.010s Good improvement, but still quite slow. (OT: what a pity gcj is abandoned... great project) -- Roberto Ragusamail

Re: Where are we going? (Not a rant)

2012-12-08 Thread Roberto Ragusa
fix GNOME 3. (my two cents, as someone using Red Hat / Fedora daily since RH5.1, and never stepping up as Fedora packager because too scared by the bureaucracy) -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org

Re: Where are we going? (Not a rant)

2012-12-09 Thread Roberto Ragusa
On 12/08/2012 07:52 PM, Rahul wrote: On 12/08/2012 01:48 PM, Roberto Ragusa wrote: (my two cents, as someone using Red Hat / Fedora daily since RH5.1, and never stepping up as Fedora packager because too scared by the bureaucracy) Can you be more specific? What sort of bureaucracy do you

Re: [ANNOUNCE] xf86-video-intel 2.20.16

2012-12-17 Thread Roberto Ragusa
it with this patch, but my attempt to have it merged has been ignored completely... -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: value optimized out even with gcc -g -O0

2010-02-01 Thread Roberto Ragusa
are actually compiled as shared objects, but everything is using -g -O0. Someone on #gdb thinks this is a gcc bug. One thing I would try is adding a int *lenp=len; somewhere, just to make optimization a little more difficult for gcc. Maybe you avoid the bug, if there is one. -- Roberto

Re: Name that Tree!

2010-02-14 Thread Roberto Ragusa
13-not-yet-beta willbe13 becoming13 towards13 almost13 roadto13 ... -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Name that Tree!

2010-02-15 Thread Roberto Ragusa
like: 12.0, 12.1, 12.2, 13.-999, 13.-998, 13.-499, 13.-498, 13.-497, 13.-99, 13.0 It also provides an exciting count-down to launch concept :-) -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo

Re: Dracut HostOnly or ConfigurationOnly?

2013-09-06 Thread Roberto Ragusa
policy that installation and configuration are two different things? You installed httpd, ok, so you have the stuff on your disk, but that does not mean it will run at next reboot, you have to configure and activate it explicitly. -- Roberto Ragusamail at robertoragusa.it -- devel mailing

Re: OpenH264 in Fedora

2013-11-06 Thread Roberto Ragusa
On 11/04/2013 07:30 PM, Alberto Ruiz wrote: A media codec should not be a system wide component (I'd go as far as saying it should not be user-session wide, but application bundled). ??? Would you so apply the same reasoning to libjpeg and libtiff? Security nightmare. -- Roberto Ragusa

Re: Why should I ever bother filing another bug?

2010-11-10 Thread Roberto Ragusa
://bugzilla.redhat.com/show_bug.cgi?id=523634 But... but... if one of these two is declared duplicate of the other, their CC lists will not be merged... :-) -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Fedora 15, new and exciting plans

2010-11-14 Thread Roberto Ragusa
, just the part you are going to truncate (PEs can be specified). I don't remember if pvmove can use the same PV as src and dest; in that case you could avoid the need of an extra disk when your PV is just fragmented. -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel

Re: Fedora 15, new and exciting plans

2010-11-21 Thread Roberto Ragusa
for the root filesystem to appear when one of the PV has been disconnected from the system. But this lost hope timeout is a lot better than the current wait in any case one. -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org https

Re: Fixing the glibc adobe flash incompatibility

2010-11-21 Thread Roberto Ragusa
months left until self destruction). -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Fedora 15, new and exciting plans

2010-11-21 Thread Roberto Ragusa
Ralf Ertzinger wrote: Hi. On Sun, 21 Nov 2010 09:26:58 +0100, Roberto Ragusa wrote You still need a timeout to avoid waiting for ever for the root filesystem to appear when one of the PV has been disconnected from the system. If you cannot assemble the root file system, what is init

Re: Updates Criteria Summary/Brainstorming

2010-11-24 Thread Roberto Ragusa
presentation software a few minutes before the important meeting with the boss. I also trust the maintainers to not frequently push crap at me. -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: SSD support in Anaconda/F14

2010-12-26 Thread Roberto Ragusa
11678687957673700 83 Linux /dev/sda7 116786936 129372767 6292916 82 Linux swap / Solaris /dev/sda8 129372824 29714731183887244 83 Linux /dev/sda9 297147368 500118191 101485412 83 Linux -- Roberto Ragusamail at robertoragusa.it -- devel

Re: Fedora distribution build times

2011-01-15 Thread Roberto Ragusa
core machine. That makes sense. -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Fedora distribution build times

2011-01-16 Thread Roberto Ragusa
reduce the number of filesystem usable in F15? -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Fedora distribution build times

2011-01-16 Thread Roberto Ragusa
On 01/16/2011 07:57 PM, Kevin Fenzi wrote: On Sun, 16 Jan 2011 10:14:33 +0100 Roberto Ragusa m...@robertoragusa.it wrote: Which filesystems support filecaps? I don't know if there is a list anywhere... all the main ones do: ext*, btrfs, xfs, etc. What about reiserfs? I've been using

Re: Firefox 4 for f14?

2011-03-28 Thread Roberto Ragusa
, created some time ago. Time for a ff4 user... -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: [Test-Announce] Fedora 15 Beta RC1 Available Now!

2011-04-09 Thread Roberto Ragusa
this thread and my first thought was beta RC1? what's that?. ac{1,2,3}, bc{1,2}, rc1 is a lot better. -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: wireless-tools/net-tools are DEPRECATED

2011-04-27 Thread Roberto Ragusa
lost for xx seconds, switching to wifi in xx seconds: buttonswitch now, buttonadd another minute) -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Upgrading from Fedora 14 to 15 - some problems

2011-05-31 Thread Roberto Ragusa
upgrading my real machines, I use the junk one as reference to replicate problems and diff configs. Used that recently for issues related to fonts and antialias settings (concluded that the new installation is bugged too). -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel

Is F15 unbackuppable? (RemoveSETUID)

2011-06-05 Thread Roberto Ragusa
! Are these things fixed on F15? Am I right that every kind of remote backup solution based on tar or rsync has been broken for F15? (especially because the remote machine is not guaranteed to be F15 at all) -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel

Re: Is F15 unbackuppable? (RemoveSETUID)

2011-06-05 Thread Roberto Ragusa
On 06/05/2011 12:32 PM, Ralf Ertzinger wrote: Hi. On Sun, 05 Jun 2011 11:39:02 +0200, Roberto Ragusa wrote - rsync -aFAILS! rsync supports -X (for xattr) and -A (for ACLs), both must be given explicitly. Thanks, rsync -X actually works (and I wonder why -X

Re: Is F15 unbackuppable? (RemoveSETUID)

2011-06-09 Thread Roberto Ragusa
On 06/09/2011 09:59 AM, Ondrej Vasik wrote: On Sun, 2011-06-05 at 13:50 +0200, Roberto Ragusa wrote: On 06/05/2011 12:32 PM, Ralf Ertzinger wrote: Hi. On Sun, 05 Jun 2011 11:39:02 +0200, Roberto Ragusa wrote - rsync -aFAILS! rsync supports -X (for xattr) and -A (for ACLs

Re: Is F15 unbackuppable? (RemoveSETUID)

2011-06-09 Thread Roberto Ragusa
On 06/08/2011 08:35 PM, nodata wrote: On 05/06/11 13:50, Roberto Ragusa wrote: Why is tar not working? (getcap a prints nothing) Have you got a bz#? No, I will try to describe how to reproduce the bug and open it (if noone is faster than me in doing so). -- Roberto Ragusamail

Kdevelop kdelibs false conflict

2011-07-04 Thread Roberto Ragusa
). I suppose kdelibs should conflict with kdevelop =4.0.0 and 4.1.80. (I'm not upgrading kdevelop as I prefer version 3). -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: [announce] yum: parallel downloading

2012-05-20 Thread Roberto Ragusa
=10,000 (sigma=~170) -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: SSD drives

2012-05-24 Thread Roberto Ragusa
using SSD drives for a couple of years, and in my opinion concerns about logs and swap are exaggerated. And having swap on SSD is a GREAT thing if you use hibernation. :-) -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org https

Re: SSD drives

2012-05-25 Thread Roberto Ragusa
. Cipher name:aes Cipher mode:cbc-essiv:sha256 Hash spec: sha256 -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: SSD drives

2012-05-28 Thread Roberto Ragusa
; if not, it is probably not working. Thinking about it: maybe blktrace is able to show you the discard command in its output... -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: F16: Sandy Bridge - lags, missing effects, ui-crashes

2012-05-29 Thread Roberto Ragusa
and resume with the AC power connected (ACPI interaction???). -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: [HEADS-UP] Rawhide: /tmp is now on tmpfs

2012-05-31 Thread Roberto Ragusa
. -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: [HEADS-UP] Rawhide: /tmp is now on tmpfs

2012-05-31 Thread Roberto Ragusa
or two future bugs of the kind Oracle can't be installed, my backup program fails, the machine slows down to a crawl and only a reboot fixes it, ... Best regards. -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org

Re: Action required: Rawhide: /tmp is now on tmpfs

2012-06-01 Thread Roberto Ragusa
? # strings /usr/bin/*|grep ^/tmp$|wc -l 361 -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Important kernel update should not break stuff

2012-06-14 Thread Roberto Ragusa
ACPI bugs. -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: F16: Sandy Bridge - lags, missing effects, ui-crashes

2012-06-16 Thread Roberto Ragusa
in the BIOS, but there were kernel updates too, in the meantime. (And I now expect the problem to show up immediately after sending this mail) :-) -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo

Re: [HEADS-UP] Rawhide: /tmp is now on tmpfs

2012-06-21 Thread Roberto Ragusa
storage to RAM storage by default is simply wrong. -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: [HEADS-UP] Rawhide: /tmp is now on tmpfs

2012-07-13 Thread Roberto Ragusa
cares). -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: [HEADS-UP] Rawhide: /tmp is now on tmpfs

2012-09-13 Thread Roberto Ragusa
immediately after installation. -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Firefox / Thunderbird 17 ESR for Fedora 16/17

2012-09-22 Thread Roberto Ragusa
) or RHEL loses the tested in Fedora advantage. Is anyone going to clarify the strategy? -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Firefox / Thunderbird 17 ESR for Fedora 16/17

2012-09-23 Thread Roberto Ragusa
On 09/22/2012 09:03 PM, Matthew Miller wrote: On Sat, Sep 22, 2012 at 07:37:13PM +0200, Roberto Ragusa wrote: Does it mean Fedora will stop shipping the latest FF/TB and stick to ESR instead? Or is it for parallel-installation purposes? Assuming RHEL will have ESR (which is reasonable), either

Re: urandom vs haveged

2012-03-27 Thread Roberto Ragusa
. That was fast C code, when compiled for x86_64 with good gcc options the speed (/dev/null) was 1.75GB/s (!!!). -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Fwd: Btrfs compression

2010-05-01 Thread Roberto Ragusa
it do he job later? P.S. You just taught me what GLOBIGNORE is for. Thanks. It is anyway useless. I often do things like: mkdir OLD; mv * OLD and it works, with just a can't move OLD inside itself warning. -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel

Re: Open Letter: Why I, Kevin Kofler, am not rerunning for FESCo

2010-05-03 Thread Roberto Ragusa
, Fedora will actually gain something. So, if your decision is both positive for you and positive for Fedora, there is nothing to be too sad about. Respectfully, -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org

Re: Super accurate timing?

2010-05-03 Thread Roberto Ragusa
Is this code being developed for Fedora at all? If so would there be any interest from Fedora (or Redhat) users if it was available I wonder? Not from my POV but the source is there in your first link Mike so why not package it up? Is a kernel patch needed? -- Roberto Ragusamail

Re: Res: Open Letter: Why I, Kevin Kofler, am not rerunning for FESCo

2010-05-03 Thread Roberto Ragusa
. -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: use MALLOC_PERTURB_ ... or lose

2010-05-06 Thread Roberto Ragusa
a in the config? Seems good. Something like debug={enabled,enabled_if_rawhide,disabled}. With enabled_if_rawhide as default option. -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: systemd (Was Re: tmpfs for strategic directories)

2010-05-26 Thread Roberto Ragusa
and manageability approached zero. -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: systemd (Was Re: tmpfs for strategic directories)

2010-05-29 Thread Roberto Ragusa
are joking. :-) -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: systemd (Was Re: tmpfs for strategic directories)

2010-05-29 Thread Roberto Ragusa
because they take time but only contain data not needed to boot and ? This stuff can be trivially done by a competent sysadmin with shell-based init scripts and vi. Linux must NOT be Windows. Linux must NOT be OS X. -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel

Re: systemd (Was Re: tmpfs for strategic directories)

2010-05-29 Thread Roberto Ragusa
Kevin Kofler wrote: Roberto Ragusa wrote: I need to change firewalls rules and routing rules in the middle of the init scripts, because I have a multihomed internet connection and remote filesystems and I need the firewall closed and then opened in a way which is dependent on the IP I got

Re: systemd (Was Re: tmpfs for strategic directories)

2010-06-01 Thread Roberto Ragusa
Lennart Poettering wrote: On Sat, 29.05.10 19:48, Roberto Ragusa (m...@robertoragusa.it) wrote: Well, I really do not want to flame anyone, but please consider that the guy proposing the change already gave us pulseaudio, which promised the it will do anything you do now, just easier feature

Re: timevariant GUI elements (Re: systemd (Was Re: tmpfs for strategic directories))

2010-06-02 Thread Roberto Ragusa
Kevin Kofler wrote: Roberto Ragusa wrote: In recent times some stupid (IMHO) ideas have been adopted in Linux just to copy what others do. Just as examples: the control of desktop widgets in KDE4 (functional GUI elements modified by a mouse-over???), I only know of 2 plasmoids triggering

Re: [HEADS-UP] The systemd unit files I'll post

2010-07-16 Thread Roberto Ragusa
could have been done in a session context, but Fn-F1 is really well positioned to be reached by my fingers. -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Do you think this is a security risk and if not is it a bad UI decision?

2013-05-05 Thread Roberto Ragusa
practices. And this is not something to be proud of. -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: FYI: F20 Feature: Migrate to Bluez5

2013-05-06 Thread Roberto Ragusa
packages are affected, how many are yet to support the new API and how hard it will be for them to be ported over. Impact on KDE? -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Bad file access on the rise

2013-06-09 Thread Roberto Ragusa
0m0.159s And 12 seconds (elapsed, with 0.159s system) means 12s/5000=2.4ms which could only be explained with the auditing system doing fsync calls on its log files. -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org

Re: delta rpms - can we turn them off

2014-06-29 Thread Roberto Ragusa
. This is way you keep an eye an any *.rpmsave, *.rpmnew and merge the differences (with a proper tool, like meld). -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct

Re: Improving the offline updates user experience

2014-09-16 Thread Roberto Ragusa
solved decades ago. If applications would just use libraries correctly, the kernel would be able to let parts of deleted files be available for lazy loading. -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman

Re: No more deltarpms by default

2014-10-17 Thread Roberto Ragusa
rsyncable) -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: No more deltarpms by default

2014-10-17 Thread Roberto Ragusa
). -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Improving the offline updates user experience

2014-10-22 Thread Roberto Ragusa
persistent...) Hmmm, surrendering your encryption keys to the only software part which you do not have control on? -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http

Re: Abotu setting 'PermitRootLogin=no' in sshd_config

2014-11-21 Thread Roberto Ragusa
is to create another account with userid=0 and login with ssh on this account. It is not root, but it has the same powers (because the numeric uid is the only thing it really matters). Just wanted to share the trick. Best regards. -- Roberto Ragusamail at robertoragusa.it -- devel mailing

Re: noarch vs. all, x86_64 vs. amd64, kernel vs. linux and PAE

2015-08-16 Thread Roberto Ragusa
, if the nonPAE is suppressed x86_64 - amd64 is a good idea, as the architecture was created by AMD; dropping an underscore is nice too -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code

Re: noarch vs. all, x86_64 vs. amd64, kernel vs. linux and PAE

2015-08-16 Thread Roberto Ragusa
) and x86_64 (used by Linux, Fedora, SuSE, gcc). Regards. -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: LibreOffice packaging is a messy dependency graph

2015-12-02 Thread Roberto Ragusa
, good) - dnf remove foo (wow, why did it remove bar, I explicitly "installed" it yesterday!) Is dnf able to recognize that bar was "wanted" and not "accidental"? Regards. -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Re: systemd 230 change - KillUserProcesses defaults to yes

2016-06-04 Thread Roberto Ragusa
e wrong web sites, catch a browser exploit and suddenly > start runing spam bots under their user identity, without even > knowing. Do you really want to support a disruptive change in default behaviour with such a specific use case? -- Roberto Ragusamail at robertoragusa.it -- devel ma

Re: systemd 230 change - KillUserProcesses defaults to yes

2016-05-30 Thread Roberto Ragusa
ndlers and other stuff. Now a problem is solved by adding a new problem. -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Re: F25 System Wide Change: Use /etc/distro.repos.d as default reposdir

2016-05-17 Thread Roberto Ragusa
ing.conf.d", and expansion would be very straightforward. Regards. -- Roberto Ragusamail at robertoragusa.it -- devel mailing list devel@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Re: Important: NSS + Firefox + Thunderbird + Seamonkey + Icecat + Xulrunner

2017-01-24 Thread Roberto Ragusa
his was once normal way to maintain packages) Regards. -- Roberto Ragusamail at robertoragusa.it ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Re: PSA: Do not run 'dnf update' inside GNOME, KDE or any other graphical desktop on Fedora 24

2016-10-07 Thread Roberto Ragusa
story, so if you can't really see what dnf has done. (e.g. I visually search any rpmsave rpmorig rpmnew warning) -- Roberto Ragusamail at robertoragusa.it ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to

Re: RFC: Change the default hostname for Fedora 26+

2016-11-10 Thread Roberto Ragusa
present it in lower-case or upper-case as > long as it's consistent. All lower case, please. Lower case is the default everywhere in Unix, and the hostname also contains an Internet related meaning, where only lower case is used. -- Roberto Ragusa

Re: Debugging random suspend?

2017-01-06 Thread Roberto Ragusa
d switch, etc. > Or low battery level. If the battery is incorrectly reported at 1% or 0% for an instant, suspend could be triggered. -- Roberto Ragusamail at robertoragusa.it ___ devel mailing list -- devel@lists.fedoraproject.or

Firefox crashing in updated F25: consider this fix

2017-03-09 Thread Roberto Ragusa
consider adding it. My rebuilt rpm is working fine. Regards. Attachment #8839990: clean gtk window's surface provider before it gets destroyed. r=karlt for bug #1335827 -- Roberto Ragusamail at robertoragusa.it ___ devel mailing list -- devel

Re: GnuPG 2.2.0 and replacement of GnuPG1

2017-09-04 Thread Roberto Ragusa
On 09/04/2017 06:13 PM, Till Maas wrote: > On Mon, Sep 04, 2017 at 09:23:05AM +0200, Roberto Ragusa wrote: > >> $ date|gpg2 --passphrase aaa -ca >> >> This shows a popup asking me for a passphrase, while it works >> perfectly on gpg v1. > > You need to add --b

Re: GnuPG 2.2.0 and replacement of GnuPG1

2017-09-04 Thread Roberto Ragusa
hows a popup asking me for a passphrase, while it works perfectly on gpg v1. ??? -- Roberto Ragusamail at robertoragusa.it ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Re: Remove old GPG keys?

2017-10-31 Thread Roberto Ragusa
pm/ > And I wonder: is it a good idea to keep old gpg keys in RPM db? Or should we > automate the removal of old keys? They indeed pile up after many upgrade cycles: # rpm -qa gpg-pubkey --qf "%{version}-%{release} %{summary}\n"|wc -l 64 -- Roberto

Re: I would like to propose that we turn on XFS Reflink in Fedora 29 by default

2018-05-25 Thread Roberto Ragusa
ion of ext4, and I would not expect a replacement filesystem to remove features instead of adding them. We should have got online shrinking as standard nowadays, IMHO. Regards. -- Roberto Ragusamail at robertoragusa.it ___ devel mailing list -- devel

Re: [HEADS UP] Replacing %post/%postun -p /sbin/ldconfig

2018-02-16 Thread Roberto Ragusa
to actually find libraries. Regards. -- Roberto Ragusamail at robertoragusa.it ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Re: [HEADS UP] Replacing %post/%postun -p /sbin/ldconfig

2018-02-17 Thread Roberto Ragusa
On 02/16/2018 10:35 PM, Jason L Tibbitts III wrote: >>>>>> "RR" == Roberto Ragusa <m...@robertoragusa.it> writes: > RR> Was that a valid consideration? Has something changed on that front? > > It was, and packages will now fail to build (via brp-ld

Re: Headsup: dbus 1.12.10-1.fc29 is missing systemd dbus.service file, breaking almost everything

2018-09-05 Thread Roberto Ragusa
ay the system boots depends on your speed at cursing at the software when things don't work? Regards -- Roberto Ragusamail at robertoragusa.it ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists

Re: Attention Gmail users, please turn off HTML mail

2018-10-18 Thread Roberto Ragusa
bably not follow Fedora anymore. My folders contain all fedora and fedora-devel mails since my subscription, on 24/12/2005 (that is, Fedora 4), not sure if there will be a 2019 folder. Regards. -- Roberto Ragusamail at robertoragusa.it

Re: Better fonts by default?

2018-11-12 Thread Roberto Ragusa
el rendering (here with > the light LCD filter) can improve contrast a bit, but grayscale looks > pretty good, too. Provided you like the overall smooth look of light > hinting. Any links for the subpixel variants? -- Roberto Ragusamail at robertoragusa.it __

Re: Proposal: Faster composes by eliminating deltarpms and using zchunked rpms instead

2018-11-22 Thread Roberto Ragusa
no CPU where deltarpms is faster than the megabytes/s of a good network. Regards. -- Roberto Ragusamail at robertoragusa.it ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Re: F30: System-Wide Change proposal: DNF UUID

2019-01-11 Thread Roberto Ragusa
g anything at all. Of course 1000 is a constant that may be tuned, but looks a good choice to me if the expected total number is on the order of 1 million. Regards. -- Roberto Ragusamail at robertoragusa.it ___ devel mailing list --

Re: /etc/yum.repos.d -> /etc/distro.repos.d

2019-03-14 Thread Roberto Ragusa
uot; string issue (code + docs) would disappear. Considering that yum has no future and that the options are sufficiently similar, why not just consider dnf as a new and slightly incompatible yum version. (remember egcs -> gcc many years ago) Regards. -- Roberto R

Adding zstd support for mksquashfs

2019-02-20 Thread Roberto Ragusa
/commit_browser I tried compiling it and it went fine after adding a couple of #include not actually related to zstd. Which is the correct way to get this into Fedora? Regards. -- Roberto Ragusamail at robertoragusa.it ___ devel mailing list

  1   2   >