Re: Any arguments for keeping Yum case-sensitive?

2011-03-11 Thread Dotan Cohen
On Fri, Mar 11, 2011 at 09:39, Ralf Corsepius rc040...@freenet.de wrote: On 03/11/2011 07:28 AM, Dotan Cohen wrote: Please point to any RPM package that uses non-ASCII characters in the package name, from any repo. You hardly will find any, because probably all rpm-based distros apply rules

Re: Any arguments for keeping Yum case-sensitive?

2011-03-11 Thread Andrew Parker
On Fri, Mar 11, 2011 at 1:59 AM, Joe Zeff j...@zeff.us wrote: On 03/10/2011 04:38 PM, Fernando Cassia wrote: I´m certainly tired of dictators that decree when a given discussion has been going on for far too long and thinks his viewpoint is obviously correct, I would agree with you on this,

Re: Any arguments for keeping Yum case-sensitive?

2011-03-11 Thread Ralf Corsepius
On 03/11/2011 09:13 AM, Dotan Cohen wrote: On Fri, Mar 11, 2011 at 09:39, Ralf Corsepiusrc040...@freenet.de wrote: On 03/11/2011 07:28 AM, Dotan Cohen wrote: Please point to any RPM package that uses non-ASCII characters in the package name, from any repo. You hardly will find any, because

Re: Any arguments for keeping Yum case-sensitive?

2011-03-11 Thread Jakub Jelinek
On Fri, Mar 11, 2011 at 09:07:35AM +0200, Dotan Cohen wrote: I cannot reproduce that: That's because you forgot to call setlocale (LC_ALL, ); first. Without that the comparison is done in C locale always. #include wchar.h #include stdio.h int main () { printf(%d\n, wcscasecmp

RE: Firefox 4 betas ?

2011-03-11 Thread Joseph L. Casale
Even though RC1 is out there, I can't update. Yum complains there is a dependency on gecko-libs 2.0 and that package doesn't seem to be available. Probably because you are using yum priorities, before you simply `yum update` try something like `yum --disableplugin=priorities --enablerepo=remi\*

Re: Printing from WinXP machine to a F14 machin

2011-03-11 Thread John Aldrich
On Thu March 10 2011, R. G. Newbury wrote: I ran into similar sort of problem trying to get a WINXP virtual instance to print through the F14 host. It turned out to depend on how the printer is connected to the network. #1) Attached to a print server using cups/lpd/lpp Use the 'network

Re: rpm with biblatex.sty?

2011-03-11 Thread Genes MailLists
On 03/10/2011 11:50 PM, Ranjan Maitra wrote: Does anyone know if there is a package containing biblatex.sty on any of the unofficial repos for F14? I have found it simplest to use the official TexLive install and update using tlmgr. The fedora repo's have been lagging behind quite a bit for

Firefox 4 RC1 Remi repo

2011-03-11 Thread Jim Philips
I can't manage to update to RC1. When I try, yum tells me it depends on gecko-libs 2.0 RC1 and that package is not available. Anyone successfully update from the Remi repo? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options:

Recurring problem on 6-core FC14 system

2011-03-11 Thread William Austin
Recently I replaced MB/CPU/Memory on my main workstation, and a few days later I installed FC14. The problems started then. I have tried looking this one up in bugzilla, but so far with no luck. The system ran cleanly for 4 days on FC13 and the problems I describing started only after the new

Re: Printing from WinXP machine to a F14 machine.

2011-03-11 Thread David Liguori
On 3/10/2011 4:52 PM, Aaron Konstam wrote: I am trying to print from an XP machine to a F14 but it is defeating me. I am running the IIS system on XP which is supposed to support the ipp protocol for accessing printers. It has a HP Deskjet on it as a local printer. Cups on the F14 is

Re: Recurring problem on 6-core FC14 system

2011-03-11 Thread Alan Cox
The install was a fresh install, wiping out the previous FC13 installation. If you put FC13 back what happens - a first test would be to install and boot an FC13 kernel with no Nvidia driver weirdness but leave the rest on FC14. The second to do a full FC13 (at least it's otherwise hard to swap

Re: rpm with biblatex.sty?

2011-03-11 Thread Genes MailLists
On 03/11/2011 07:53 AM, Genes MailLists wrote: Also - fyi - you need quite a bit more than the style file biblatex.sty - there is a directory with several files subdirs in it. This is from my install (from official upstream texlive 2010): % ls biblatex total 348 4 bbx/ 256

Re: Any arguments for keeping Yum case-sensitive?

2011-03-11 Thread Chris Adams
Once upon a time, Dotan Cohen dotanco...@gmail.com said: This is the only good point made against case insensitivity so far. IIRC this started with someone trying to install a perl module. The best way to do that is not to try to guess the package name (since those follow the tarball names,

Re: Recurring problem on 6-core FC14 system

2011-03-11 Thread Marcus D. Leech
On 06/03/2011 12:38 AM, William Austin wrote: Recently I replaced MB/CPU/Memory on my main workstation, and a few days later I installed FC14. The problems started then. I have tried looking this one up in bugzilla, but so far with no luck. The system ran cleanly for 4 days on FC13 and the

Re: [Fedora] Re: rpm with biblatex.sty?

2011-03-11 Thread Walter Cazzola
On Fri, 11 Mar 2011, Genes MailLists wrote: On 03/10/2011 11:50 PM, Ranjan Maitra wrote: Does anyone know if there is a package containing biblatex.sty on any of the unofficial repos for F14? I have found it simplest to use the official TexLive install and update using tlmgr. The fedora

invoking shellscript from desktop icon

2011-03-11 Thread fred smith
Hi all! I've got a shellscript that is invoked by a desktop icon. works fine. but every time I do it I get a gnome prompt asking if I want to run in terminal, run, view, etc. is there a way to disable that prompt FOR A SPECIFIC PROGRAM? I know it can be disabled for all, but in general I don't

Re: Any arguments for keeping Yum case-sensitive?

2011-03-11 Thread Mike Williams
On Fri, Mar 11, 2011 at 2:12 AM, Dotan Cohen dotanco...@gmail.com wrote: On Fri, Mar 11, 2011 at 03:40, Mike Williams dmikewilli...@gmail.com wrote: On Tue, 8 Mar 2011 08:17:34 -0200 Fernando Cassia fcas...@gmail.com wrote: On Tue, Mar 8, 2011 at 8:07 AM, Cameron Simpson

RE: invoking shellscript from desktop icon

2011-03-11 Thread compdoc
I've got a shellscript that is invoked by a desktop icon. works fine. but every time I do it I get a gnome prompt asking if I want to run in terminal, run, view, etc. Did you create a launcher of the type Apllication? -- users mailing list users@lists.fedoraproject.org To unsubscribe or

Re: Any arguments for keeping Yum case-sensitive?

2011-03-11 Thread Patrick O'Callaghan
On Fri, 2011-03-11 at 10:21 -0500, Mike Williams wrote: Note that yum info is case insensitive ;-) As is yum list, which is good. OTOH yum search is not, and neither is repoquery. It's not clear what rationale is behind this. I'd agree with yum install not being case-insensitive, but shouldn't

Re: Any arguments for keeping Yum case-sensitive?

2011-03-11 Thread JB
Chris Adams cmadams at hiwaay.net writes: ... For package installation, yum should be precise, and it is (you should get what you ask for, not something that may be close). ... Yes, you are right, and we are all in agreement. But, Fernando's original post was about: # yum install

Re: Firefox 4 RC1 Remi repo

2011-03-11 Thread Remi Collet
Le 11/03/2011 14:00, Jim Philips a écrit : I can't manage to update to RC1. When I try, yum tells me it depends on gecko-libs 2.0 RC1 and that package is not available. Anyone successfully update from the Remi repo? # rpm -q --requires firefox4 | grep gecko gecko-libs(x86-64) = 2.0-rc1 #

Re: [Fedora] Re: rpm with biblatex.sty?

2011-03-11 Thread Genes MailLists
On 03/11/2011 09:59 AM, Walter Cazzola wrote: I'm trying to write a fake package to fool yum but still 6 provides need to be satisfied in order to get yum cope with the native texlive installation. Attached the spec for the fake rpm if you find what it is missing please let me know. Walter

Re: Any arguments for keeping Yum case-sensitive?

2011-03-11 Thread JB
JB jb.1234abcd at gmail.com writes: ... http://losangeles.cbslocal.com/2011/03/09/wild-make-that-very-wild-brawl-caught-on-tape-at-eastvale-taco-restaurant/ JB -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options:

Missing file in .rpm

2011-03-11 Thread Patrick Dupre
Hello, I downloaded the file: lyx-common-1.6.8-1.fc13.noarch.rpm then: rpm -qpl /tmp/lyx-common-1.6.8-1.fc13.noarch.rpm |grep LaTeXC gives me: /usr/share/lyx/doc/LaTeXConfig.lyx /usr/share/lyx/doc/ja/LaTeXConfig.lyx But if I make: rpm2cpio /tmp/lyx-common-1.6.8-1.fc13.noarch.rpm | cpio -t

Re: Any arguments for keeping Yum case-sensitive?

2011-03-11 Thread Genes MailLists
On 03/11/2011 11:03 AM, JB wrote: Chris Adams cmadams at hiwaay.net writes: a case, where yum *has determined* that there is only *one* package matching its criteria. So, why interrupt a flow of execution instead of continuing the usual install process with final Y/N confirmation request,

Re: invoking shellscript from desktop icon

2011-03-11 Thread fred smith
On Fri, Mar 11, 2011 at 08:22:25AM -0700, compdoc wrote: I've got a shellscript that is invoked by a desktop icon. works fine. but every time I do it I get a gnome prompt asking if I want to run in terminal, run, view, etc. Did you create a launcher of the type Apllication? hmmm. had to

Re: Any arguments for keeping Yum case-sensitive?

2011-03-11 Thread Fernando Cassia
On Fri, Mar 11, 2011 at 3:43 AM, Dotan Cohen dotanco...@gmail.com wrote: No one is arguing that RPM name A should be treated as RPM name B. What is being argued is that yum should offer the option of accepting RPM name B under the following conditions: 1) RPM name B does not exist in any

Re: Missing file in .rpm

2011-03-11 Thread Michael Cronenworth
Patrick Dupre wrote: Where is the file: /usr/share/lyx/doc/LaTeXConfig.lyx According to the RPM spec that file is a ghost[1] file. %ghost %{_datadir}/lyx/doc/LaTeXConfig.lyx [1]

Re: Printing from WinXP machine to a F14 machine.

2011-03-11 Thread Aaron Konstam
On Fri, 2011-03-11 at 08:24 -0500, David Liguori wrote: On 3/10/2011 4:52 PM, Aaron Konstam wrote: I am trying to print from an XP machine to a F14 but it is defeating me. I am running the IIS system on XP which is supposed to support the ipp protocol for accessing printers. It has a HP

history

2011-03-11 Thread Patrick Dupre
Hello, history gives me: bash: history:  : numeric argument required I check my file .bash_history is present ! So, what is wrong ? Thank. -- --- == Patrick DUPRÉ | | Department of Chemistry

Re: Firefox 4 RC1 Remi repo

2011-03-11 Thread Jim Philips
On Fri, Mar 11, 2011 at 11:06 AM, Remi Collet fed...@famillecollet.comwrote: Le 11/03/2011 14:00, Jim Philips a écrit : I can't manage to update to RC1. When I try, yum tells me it depends on gecko-libs 2.0 RC1 and that package is not available. Anyone successfully update from the Remi

RE: Firefox 4 RC1 Remi repo

2011-03-11 Thread Joseph L. Casale
Something must be weird with yum on this end. This is what I get: It's not weird, look inside your remi repo conf file. It's very much doing what its likely configured to do. If you have yum priorities setup as you should, then this would be what would happen if you don't know how to overwrite

Re: Firefox 4 RC1 Remi repo

2011-03-11 Thread Jim Philips
On Fri, Mar 11, 2011 at 5:24 PM, Joseph L. Casale jcas...@activenetwerx.com wrote: Something must be weird with yum on this end. This is what I get: It's not weird, look inside your remi repo conf file. It's very much doing what its likely configured to do. If you have yum priorities setup

Re: Fedora/3.6.14-1.fc13 Firefox/3.6.14 youTube colors are mostly red/yellow, how to reset?

2011-03-11 Thread Daniel B. Thurman
On 03/09/2011 04:50 PM, Daniel B. Thurman wrote: The last two updates seems to have messed up the color palette for FF YouTube videos. All I see are mostly red/yellow colors. I checked my movie players my webcam and they all seem to work properly, its just that youTube on FF does not work

Getting a USB driver added for a device ? (Hitec HPP-22, wine, USB, RC)

2011-03-11 Thread Linuxguy123
I use the Hitec Aurora 9 (A9) transmitter for my remote control vehicles. http://www.hitecrcd.com/products/aircraft-radios-receivers-and-accesories/aircraft/aurora9/aurora-9-2-4ghz.html This transmitter is part of a system of devices. One of the devices in this system is the HPP-22, which is a

Re: history

2011-03-11 Thread Larry Brower
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 03/11/2011 04:07 PM, Patrick Dupre wrote: Hello, history gives me: bash: history: : numeric argument required I check my file .bash_history is present ! So, what is wrong ? Thank. Do you have an alias for history possibly with cli

TvTime -- I have forgotten the fix.

2011-03-11 Thread William Case
Hi; TvTime is showing nothing but interference lines. I had the problem before, and was given a simple fix. I can't find the fix now and have forgotten. Running TVtime with Rogers cable in Canada. Still analog, NTSC. Using a Hauppauge WinTV-HVR 1800 tuner. -- Regards Bill Fedora 14,

Re: Getting a USB driver added for a device ? (Hitec HPP-22, wine, USB, RC)

2011-03-11 Thread stan
On Fri, 11 Mar 2011 17:18:59 -0700 Linuxguy123 linuxguy...@gmail.com wrote: At this point I have been advised that the proper USB driver has not been installed for the HPP-22 device. Who should I talk to to get this done or get help to do it myself ? usbmon does not indicate any activity

Re: Fedora/3.6.14-1.fc13 Firefox/3.6.14 youTube colors are mostly red/yellow, how to reset?

2011-03-11 Thread suvayu ali
On Fri, Mar 11, 2011 at 3:24 PM, Daniel B. Thurman d...@cdkkt.com wrote: On 03/09/2011 04:50 PM, Daniel B. Thurman wrote: The last two updates seems to have messed up the color palette for FF YouTube videos. All I see are mostly red/yellow colors. I checked my movie players my webcam and

Re: Fedora/3.6.14-1.fc13 Firefox/3.6.14 youTube colors are mostly red/yellow, how to reset?

2011-03-11 Thread antonio montagnani
suvayu ali ha scritto / said the followingil giorno/on 12/03/2011 07:46: On Fri, Mar 11, 2011 at 3:24 PM, Daniel B. Thurmand...@cdkkt.com wrote: On 03/09/2011 04:50 PM, Daniel B. Thurman wrote: The last two updates seems to have messed up the color palette for FF YouTube videos. All I