Re: Doc dir related changes coming up

2013-08-05 Thread Roman Rakus
On 07/23/2013 10:22 PM, Ville Skyttä wrote: Hello, Related to the unversioned docdirs F-20 feature [1], some changes with doc packages will be needed in a bunch of packages. More info will follow later, but I've started looking into the list of affected ones. Some related things are still being

Re: Doc dir related changes coming up

2013-08-05 Thread Roman Rakus
On 08/05/2013 09:38 AM, Roman Rakus wrote: On 07/23/2013 10:22 PM, Ville Skyttä wrote: Hello, Related to the unversioned docdirs F-20 feature [1], some changes with doc packages will be needed in a bunch of packages. More info will follow later, but I've started looking into the list

Set bash's shell option nullglob by default?

2012-07-13 Thread Roman Rakus
Hi, I have a question about nullglob bash's shell option. I want to hear opinions. The behavior is nicely described in bash reference manual [1] By default, the nullglob is turned off. And it tends people to use bad habits in shell scripting. In my POV the nullglob could be turned on by

Re: Set bash's shell option nullglob by default?

2012-07-13 Thread Roman Rakus
On 07/13/2012 02:06 PM, Scott Schmit wrote: So ls *.foo should list the entire directory if no files match *.foo? It's a bad habit for me to expect ls *.foo to return nothing in this case? You're going to need to convince me. And if there are directories ending with .foo? Hopefully you are not

Re: Set bash's shell option nullglob by default?

2012-07-13 Thread Roman Rakus
On 07/13/2012 02:19 PM, Tomas Mraz wrote: This could cause serious surprising breakages of scripts with strange consequences. I'm strictly against this change. If something at all should be changed in this regard to break bad habits then it should be the failglob option although I am not

Re: PATH=/usr/local/bin:/bin:/usr/bin considered harmful

2012-06-23 Thread Roman Rakus
On 06/22/2012 05:15 AM, Sam Varshavchik wrote: [root@octopus ~]# strings /bin/bash | grep usr.bin /usr/local/bin:/bin:/usr/bin I think that bash needs to be recompiled, with the last two flipped, in the default shell PATH. The path above is used by bash only if PATH env variable is not set.

Re: Proposed F18 feature: MiniDebugInfo

2012-06-22 Thread Roman Rakus
On 05/08/2012 08:15 AM, Alexander Larsson wrote: On Mon, 2012-05-07 at 18:55 +0100, Peter Robinson wrote: On Mon, May 7, 2012 at 2:07 PM, Alexander Larsson al...@redhat.com wrote: I just wrote a new Feature proposal for shipping minimal debug info by default:

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

2012-06-01 Thread Roman Rakus
On 05/31/2012 12:18 PM, Lennart Poettering wrote: On Wed, 30.05.12 19:04, Garrett Holmstrom (gho...@fedoraproject.org) wrote: If you have an explicit /tmp entry in fstab things should continue to work the same as before. If you don't then you will now get a tmpfs on /tmp by default. What does

Re: Apple will use LLVM

2012-03-08 Thread Roman Rakus
On 02/23/2012 05:32 PM, Jakub Jelinek wrote: On Thu, Feb 23, 2012 at 05:26:25PM +0100, Roman Rakus wrote: On 02/22/2012 09:08 AM, Jakub Jelinek wrote: On Wed, Feb 22, 2012 at 08:46:19AM +0100, Roman Rakus wrote: On 02/16/2012 05:33 PM, Jakub Jelinek wrote: For just -O3 or -O2 -ftree

Re: PyXML package - deprecate it?

2012-02-23 Thread Roman Rakus
On 02/23/2012 04:54 PM, Toshio Kuratomi wrote: On Tue, Feb 21, 2012 at 06:48:11PM +0100, Roman Rakus wrote: Hi all, looks like PyXML package is deprecated since python itself provides xml mechanisms. When you look deeper, python's xml provides: dom, parsers, sax, etree and PyXML provides: 'dom

Re: Apple will use LLVM

2012-02-23 Thread Roman Rakus
On 02/22/2012 09:08 AM, Jakub Jelinek wrote: On Wed, Feb 22, 2012 at 08:46:19AM +0100, Roman Rakus wrote: On 02/16/2012 05:33 PM, Jakub Jelinek wrote: For just -O3 or -O2 -ftree-vectorize we could perhaps have some knob in the spec files to request those extra flags, for PGO it really requires

Re: Apple will use LLVM

2012-02-23 Thread Roman Rakus
On 02/23/2012 05:32 PM, Jakub Jelinek wrote: On Thu, Feb 23, 2012 at 05:26:25PM +0100, Roman Rakus wrote: On 02/22/2012 09:08 AM, Jakub Jelinek wrote: On Wed, Feb 22, 2012 at 08:46:19AM +0100, Roman Rakus wrote: On 02/16/2012 05:33 PM, Jakub Jelinek wrote: For just -O3 or -O2 -ftree

Re: PyXML package - deprecate it?

2012-02-22 Thread Roman Rakus
On 02/22/2012 11:11 AM, Matej Cepl wrote: On 21.2.2012 18:48, Roman Rakus wrote: So, PyXML duplicates dom, parsers and sax (and looks like python's is in better shape). Is any package using marshall, schema or any other not in python itself? Deprecate PyXML or just remove duplicated parts

PyXML package - deprecate it?

2012-02-21 Thread Roman Rakus
Hi all, looks like PyXML package is deprecated since python itself provides xml mechanisms. When you look deeper, python's xml provides: dom, parsers, sax, etree and PyXML provides: 'dom', 'marshal', 'parsers', 'sax', 'schema', 'utils', 'xpath', 'xslt' So, PyXML duplicates dom, parsers and sax

Re: Apple will use LLVM

2012-02-21 Thread Roman Rakus
On 02/16/2012 05:33 PM, Jakub Jelinek wrote: For just -O3 or -O2 -ftree-vectorize we could perhaps have some knob in the spec files to request those extra flags, for PGO it really requires some work from the packager (but e.g. bash/grep/awk, perhaps perl/python etc. would definitely improve, gcc

Re: grub2 and setting crashkernel kernel argument

2011-12-06 Thread Roman Rakus
On 11/28/2011 06:20 PM, Frank Ch. Eigler wrote: Roman Rakusrra...@redhat.com writes: How are fedora with grub2 users supposed to set up crashkernel kernel argument? [...] Does GRUB_CMDLINE_LINUX=crashkernel=auto in /etc/default/grub work, followed by grub2-mkconfig? - FChE I thought that

Re: grub2 and setting crashkernel kernel argument

2011-12-06 Thread Roman Rakus
On 11/28/2011 04:30 PM, Roman Rakus wrote: How are fedora with grub2 users supposed to set up crashkernel kernel argument? Or even any argument? Writing own script for it? I'm asking because I'm maintaining system-config-kdump and I'm not sure how to ensure this. RR Thanks all for answers

grub2 and setting crashkernel kernel argument

2011-11-28 Thread Roman Rakus
How are fedora with grub2 users supposed to set up crashkernel kernel argument? Or even any argument? Writing own script for it? I'm asking because I'm maintaining system-config-kdump and I'm not sure how to ensure this. RR -- devel mailing list devel@lists.fedoraproject.org

Changing default setting of bash's hash table?

2011-08-19 Thread Roman Rakus
Maybe the subject is a bit misleading, I will clarify it. Bash is using hash table to remember locations of executed commands. Whenever you try to run a command bash looks in hash table. When the command is found in table then bash will you full path name as it is in the table. However there

Re: Adding ~/.local/bin to default PATH

2011-07-27 Thread Roman Rakus
Hi all, from the discussion here, I'm tempted to revert the change. Any objections? RR -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Grubby and Xen

2011-07-25 Thread Roman Rakus
On 07/25/2011 04:38 AM, W. Michael Petullo wrote: I have been working with a few other Fedora contributors on the Fedora 16 feature XenPvopsDom0, http://fedoraproject.org/wiki/Features/XenPvopsDom0. This feature would provide a robust virtualization alternative based on Xen. Xen is a type-1,

Re: bash evaluation change...

2011-03-07 Thread Roman Rakus
On 03/03/2011 09:03 PM, Nathanael D. Noblet wrote: On 03/03/2011 12:42 PM, Will Woods wrote: On Wed, 2011-03-02 at 22:55 -0800, Toshio Kuratomi wrote: Hi guys. I'd say, report this as a bug and see where it leads. It's certainly not expected behaviour even if it is intentional. Already

Unable to build in koji for rawhide

2011-03-07 Thread Roman Rakus
https://koji.fedoraproject.org/koji/taskinfo?taskID=2890468 Any suggestions? RR -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Unable to build in koji for rawhide

2011-03-07 Thread Roman Rakus
On 03/07/2011 04:43 PM, Roman Rakus wrote: https://koji.fedoraproject.org/koji/taskinfo?taskID=2890468 Any suggestions? RR I should read more before asking. The answer is: Missing one patch. RR -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman

Re: Fedora - Cold Boot Attack

2010-11-11 Thread Roman Rakus
On 11/08/2010 03:12 PM, Gregory Maxwell wrote: Here is the attack: Your system is running with nice secure encrypted drives, no console access (or a locked screen on a laptop). The attacker inserts a bootable USB key and hits the power switch. System reboots into the USB key, it retrieves

Re: yet another git problem

2010-09-16 Thread Roman Rakus
On 09/16/2010 04:21 PM, Neal Becker wrote: Updating igraph to 0.5.4. Success for devel and f14. Then for f13 I get: fedpkg switch-branch f13 Branch f13 set up to track remote branch f13/master from origin. git merge master CONFLICT (rename/delete): Rename .cvsignore-.gitignore in HEAD

Re: Hibernation causing many crashes; get a rid of it

2010-04-07 Thread Roman Rakus
On 04/06/2010 06:17 PM, Rahul Sundaram wrote: If you got bugs in your software, fix it. What's wrong with hibernation? That's what I don't know. I know nearly nothing about hibernation. I have mark bugs as duplicates and reassigned it to kernel guys. See

bash 4.1.2 and broken regular expression matching conditional operator (=~)

2010-01-26 Thread Roman Rakus
Hi all, please take a look at bash faq section E - E14. Quoting: E14) Why does quoting the pattern argument to the regular expression matching conditional operator (=~) cause regexp matching to stop working? In versions of bash prior to bash-3.2, the effect of quoting the regular