Plymouth plugin?

2009-04-30 Thread Paul W. Frields
Was there a Plymouth plugin being created or reviewed for F11?  I seem
to recall Charlie producing something but wasn't sure abou the
status.  Can anyone clue me in?

Paul

___
Fedora-art-list mailing list
Fedora-art-list@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-art-list


Koji End User support

2009-04-30 Thread Brian Kosick
Hi All,

I have koji running great on a single server setup, and have gotten to
go ahead to start rolling it out/letting our dev's play with it.   I
have a question, commands like koji build dist-el5 SCMURL?pkgname#tip
work fine on the koji server, but when I install the koji rpm say on my
laptop, I keep getting errors like:

 koji build dist-el5 SCMURL?pkg#tip
Unable to log in, no authentication methods available

My user certs have not changed, and my $HOME is NFS roaming so it's the
same on the Koji Server and on the dev laptop, and the user SSL Certs
are in the same location.

I do not want to set this up to be a builder box that actually does
the builds, I want to install on a DEV laptop and have them be able to
call a koji build from there, rather than having to login to the koji
server.

I took a look at the Howto's and this sort of config/setup doesn't seem
to be addressed or I just may be dense and missed it.  I would
appreciate it if someone could point me in the right direction for this
sort of setup.

Brian

--
Fedora-buildsys-list mailing list
Fedora-buildsys-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-buildsys-list


Re: Koji End User support

2009-04-30 Thread Paul B Schroeder



Brian Kosick wrote:

Hi All,

I have koji running great on a single server setup, and have gotten to
go ahead to start rolling it out/letting our dev's play with it.   I
have a question, commands like koji build dist-el5 SCMURL?pkgname#tip
work fine on the koji server, but when I install the koji rpm say on my
laptop, I keep getting errors like:

 koji build dist-el5 SCMURL?pkg#tip
Unable to log in, no authentication methods available

My user certs have not changed, and my $HOME is NFS roaming so it's the
same on the Koji Server and on the dev laptop, and the user SSL Certs
are in the same location.

I do not want to set this up to be a builder box that actually does
the builds, I want to install on a DEV laptop and have them be able to
call a koji build from there, rather than having to login to the koji
server.

I took a look at the Howto's and this sort of config/setup doesn't seem
to be addressed or I just may be dense and missed it.  I would
appreciate it if someone could point me in the right direction for this
sort of setup.
With SSL certs it should make little difference where you run the client 
from.  It's a bit cryptic cough-cough groan, but is covered in the 
Server HOWTO: 
https://fedoraproject.org/wiki/Koji/ServerHowTo#Koji_Authentication_Selection 



Are you sure /etc/koji.conf is the same on your laptop as the koji 
server?  You can set a per user koji config called ~/.koji/config


FYI, here's what mine looks like:
[koji]

;configuration for koji cli tool

;url of XMLRPC server
server = http://koji.bluecoat.com/kojihub

;url of web interface
weburl = http://koji.bluecoat.com/koji

;url of package download site
pkgurl = http://koji.bluecoat.com/packages

;path to the koji top directory
;topdir = /mnt/koji

;configuration for SSL athentication

;client certificate
cert = ~/.koji/client.crt

;certificate of the CA that issued the client certificate
ca = ~/.koji/clientca.crt

;certificate of the CA that issued the HTTP server certificate
serverca = ~/.koji/serverca.crt


Hope that helps somewhat..

Cheers...Paul...


--
---
Paul B Schroeder paul.schroeder at bluecoat dot com
Blue Coat Systems, Inc.

--
Fedora-buildsys-list mailing list
Fedora-buildsys-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-buildsys-list


Re: Any C coders want to help me with something?

2009-04-30 Thread Mike McGrath
On Thu, 30 Apr 2009, Axel Thimm wrote:

 On Wed, Apr 29, 2009 at 02:03:55PM -0500, Mike McGrath wrote:
  We worked pretty closely with different LDAP teams and the way FAS works
  is just not very... ldapian.  Although it's only some internal stuff that
  we need (specifically related to our user/sponsor/admin bits in each
  group.

 Can't this be implemented with a FAS ldap schema that contains these
 bits in ldap attributes?

 Or rephrased: Can't any SQL field in a table be always mapped onto
 some (custom) ldap attribute? If you can map a problem onto an SQL
 database it should be possible to go ldap IMHO.


Seems like it should work that way, and we spent months trying to get it
to work right (even working with the fedora-ds people) but it just ended
up being very hacky and not very good.

-Mike

___
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list


Re: Statistics problem

2009-04-30 Thread Paul W. Frields
On Wed, Apr 29, 2009 at 06:59:17PM -0500, Mike McGrath wrote:
 On Wed, 29 Apr 2009, Paul W. Frields wrote:
 
  On Wed, Apr 29, 2009 at 09:40:40PM +0300, Axel Thimm wrote:
   Isn't a range request sent in the header of the HTTP request which
   would hit the Fedora servers before being redirected?
 
  Can someone on the Infrastructure guru team help me pull some relevant
  lines from the logs, expurgating the IP address and any other
  identifying information so we're not running afoul of any privacy
  concerns?
 
 255.255.255.255 - - [22/Mar/2009:23:59:44 +] GET
 /pub/fedora/linux/releases/10/Live/i686/F10-i686-Live.iso HTTP/1.1 302
 -http://fedoraproject.org/en/get-fedora; Mozilla/4.0 (compatible; MSIE
 7.0; Windows NT 5.1; .NET CLR 1.1.4322)
 
 Bam!

Is there one that includes a range request of the kind Axel talks
about?  Sorry to be dense.

-- 
Paul W. Frieldshttp://paul.frields.org/
  gpg fingerprint: 3DA6 A0AC 6D58 FEC4 0233  5906 ACDB C937 BD11 3717
  http://redhat.com/   -  -  -  -   http://pfrields.fedorapeople.org/
  irc.freenode.net: stickster @ #fedora-docs, #fedora-devel, #fredlug

___
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list


Re: Statistics problem

2009-04-30 Thread Mike McGrath
On Thu, 30 Apr 2009, Paul W. Frields wrote:

 On Wed, Apr 29, 2009 at 06:59:17PM -0500, Mike McGrath wrote:
  On Wed, 29 Apr 2009, Paul W. Frields wrote:
 
   On Wed, Apr 29, 2009 at 09:40:40PM +0300, Axel Thimm wrote:
Isn't a range request sent in the header of the HTTP request which
would hit the Fedora servers before being redirected?
  
   Can someone on the Infrastructure guru team help me pull some relevant
   lines from the logs, expurgating the IP address and any other
   identifying information so we're not running afoul of any privacy
   concerns?
  
  255.255.255.255 - - [22/Mar/2009:23:59:44 +] GET
  /pub/fedora/linux/releases/10/Live/i686/F10-i686-Live.iso HTTP/1.1 302
  -http://fedoraproject.org/en/get-fedora; Mozilla/4.0 (compatible; MSIE
  7.0; Windows NT 5.1; .NET CLR 1.1.4322)
 
  Bam!

 Is there one that includes a range request of the kind Axel talks
 about?  Sorry to be dense.


Nope.

-Mike

___
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list


Re: Statistics problem

2009-04-30 Thread Jon Stanley
On Thu, Apr 30, 2009 at 10:15 AM, Mike McGrath mmcgr...@redhat.com wrote:

 Nope.

To be more specific, this is all we have in the logs for yesterday from proxy1:

[jstan...@log1 http]$ cat download.fedoraproject.org-access.log | awk
'{print $9}' | sort -n | uniq -c
  23872 302
  24961 404
 31 503

___
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list


Re: Any C coders want to help me with something?

2009-04-30 Thread Stephen John Smoogen
On Thu, Apr 30, 2009 at 11:37 AM, Mike McGrath mmcgr...@redhat.com wrote:
 On Thu, 30 Apr 2009, Toshio Kuratomi wrote:

 Mike McGrath wrote:
  On Thu, 30 Apr 2009, Ricky Zhou wrote:
  In some distant future version of FAS, I'd
  like to play with the idea of storing the data in LDAP while handling
  our group sponsorship system in postgres.
 
 
  Ick
 
 heh :-)

 I think ricky's approach could work but it would need planning.  The
 idea would be to increase the complexity of FAS but decrease the
 complexity for everything we deploy that needs authentication.  We'd
 want to examine that assumption in the planning phase to make sure it's
 actually true for us.

 For instance, there was the thought that having cached credentials on
 our servers was preferable to what happens to when the LDAP server goes
 down.  Still a concern?

 We currently mask a lot of information for the privacy policy, can we do
 that with LDAP?  (Or just not put the information in there?)

 We let third parties (like the hosts to let packagers try building on
 ppc, x86_64, etc) use fas to get ssh keys.  Would we let them connect to
 and get that information from the LDAP server instead?

 We let people use their normal accounts to get a subset of data for
 authenticating to their web apps while they're developing them.  Would
 we enable the same setup with LDAP?


 I figure we're still very much in the exploritory stage, we should get our
 requirements together though.  FAS going down is still a real concern, but
 if we implement a hardware key system, like yubikey, we'll have a similar
 requirement in that yubikey requires a yubiserver of some kind (or the AES
 key on every server).

Normally there will need to be a prcedure to deal with such failures.
Who to contact, how they log it, what methods are used for
'all-things-failed' access (usually a one-time-password that is
changed afterwords), how to log actions and how to set things right
again. This is more of a person fix versus technological fix.




-- 
Stephen J Smoogen. -- BSD/GNU/Linux
How far that little candle throws his beams! So shines a good deed
in a naughty world. = Shakespeare. The Merchant of Venice

___
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list


Meeting Log - 2008-04-30

2009-04-30 Thread Ricky Zhou
19:59 -!- mmcgrath changed the topic of #fedora-meeting to: Infrastructure -- 
Who's here?
19:59  * ricky 
19:59  * skvidal is
20:00  * nirik waves from the back of the room. 
20:00  mmcgrath So I'm going to go quickly through some things so we can talk 
about authentication.
20:00  * jeremy squints and tries to see if he can make out the front of the 
room from the top of the cheap seats ;)
20:01  * lmacken is here 
20:01 -!- mdomsch [n=matt_...@cpe-70-124-62-55.austin.res.rr.com] has joined 
#fedora-meeting
20:01  mmcgrath First lets go through this last release
20:01 -!- mmcgrath changed the topic of #fedora-meeting to: Infrastructure -- 
The release
20:01 -!- mmcgrath changed the topic of #fedora-meeting to: Infrastructure -- 
The preview release
20:01  mmcgrath all in all it went well, the bit flip issue being the main 
issue.
20:02  mmcgrath we've suggested an earlier bit flip time though I don't think 
we've heard that's how it will be from releng.
20:02  jwb i decree yes
20:02  mdomsch f13 wasn't excited by it
20:02  mdomsch but it would solve the problem at least temporarily
20:02  mmcgrath also interestingly was this grap -
20:02  mmcgrath h
20:02  mmcgrath 
http://mmcgrath.fedorapeople.org/MirrorRediness-11-Preview.html
20:02  mdomsch and the early fanboys will be pleased
20:02 -!- stickster_afk is now known as stickster
20:02  mmcgrath showing, in 3 hour intervals, mirrors being ready, then not 
ready, then ready, then not ready.
20:02  * ricky doens't see why it would ever drop like that
20:03  mdomsch not sure either
20:04  mdomsch the 3-hour cycle matches that of a crawler run
20:04  mdomsch (which now will take 2 hours)
20:04  mmcgrath mdomsch: and of course my script started failing after that, 
but I do have the last 24 hours.
20:04  mmcgrath I'll try to get that graphed and up after the meeting is up.
20:04  mmcgrath I accidently started appending the output from sleep :)
20:05  mmcgrath Ok, so all in all thats what happened there.
20:05 -!- kital [n=joerg...@fedora/kital] has quit Read error: 113 (No route to 
host)
20:05 -!- mmcgrath changed the topic of #fedora-meeting to: Infrastructure -- 
Authentication
20:05 -!- RadicalRo [n=radi...@77.36.4.49] has quit Remote closed the connection
20:05  smooge i am herew
20:05  mmcgrath So on to the meat of the meeting.
20:05  mmcgrath smooge: hey
20:05  mmcgrath So there's been lots of discussion on f-i-l recently and I 
think it's mostly just re-hashing of stuff that's been on many of our minds for 
a while
20:06  mmcgrath dgilmore and I have started looking at yubikey and lmacken is 
already a user.
20:06  mmcgrath AFAIK, it's looking pretty solid.
20:06  smooge cool.
20:06  mmcgrath So lets flash forward and pretend we have a yubikey or some 
other hardware style key thing implemented.
20:06  * lmacken would love to see yubikey's with a fedora logo on it :)
20:06  mmcgrath What do we want that environment to look like?
20:06  mmcgrath lmacken: yeah I told dgilmore we need to get mizmo to get 
some stickers made :)
20:07  mmcgrath At the core of what *I* want
20:07  mmcgrath is two factor authentication.
20:07  mmcgrath for all of sysadmin-main.
20:07  mmcgrath and make it optional for others.
20:07  mmcgrath but what all that means is unclear to me.
20:07  mmcgrath So where did LDAP come in?
20:07  smooge hmmm at a previous place had our 2 factor item connected to the 
kerberos server. This allowed us to have a 4 hour reauth time etc.. might be 
overkill etc
20:08  ricky The LDAP discussion came in as a response to the talk about a 
FAS PAM module.
20:08  mmcgrath I started looking at LDAP because we regularly have uses for 
it but have to say no because we don't have it installed.
20:08  ricky Which might be a completely separate thing from 2 factor auth
20:08  mmcgrath And from the pam module
20:08  smooge so you plug in the key, do your login, and the kerberos 
authorizes you, the LDAP authenticates (or vice versa)
20:08  mmcgrath ricky: right, completely separate but linked in this way...
20:08  mmcgrath If the yubikey server goes down, we can't auth.
20:08  mmcgrath which means our 'cached' nss setup now, isn't that important.
20:09  mmcgrath additionally.
20:09  smooge you then get a cookie from the kerberos server that can be 
cached for X time
20:09  mmcgrath we can do different auth for different bits if we want.
20:09  mmcgrath for example ssh key to get into a server, but yubikey to auth 
on it.
20:09  ricky Would requiring yubikey for sudo auth be enough?
20:10  mmcgrath ricky: not sure, this is all the stuff we have to discuss and 
think about.
20:10  ricky That's the main place where passwords come into play, but that 
doesn't help much for SSH keys.
20:10  mmcgrath smooge: how do you think that type of setup would work in 
Fedora?
20:10  ricky smooge: Is there any way to make it optional without getting in 
the way of non-token people (ie they don't need to go though an extra prompt or 
anything)?
20:10  mmcgrath jeremy: 

Re: Preventing ctrl-c from blocking CVS commit messages

2009-04-30 Thread Ricky Zhou
On 2009-04-23 04:30:25 PM, Ricky Zhou wrote:
 I'd appreciate if people can test and try to abuse/break this setup :-),
 so I have a test repo setup.  To test this, you need to be in
 sysadmin-test:
 
 1. Prepend your ~/.ssh/authorized_keys file on
 publictest10.fedoraproject.org with:
 
 command=/home/fedora/ricky/test.sh,no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty
 
 (make sure not to accidentally lock yourself out with this)
 
 2. Checkout the test module with:
 cvs -d :ext:usern...@publictest10.fedoraproject.org/home/fedora/ricky/repo co 
 test
 
 3. Try to make a commit without it getting logged in
 /home/fedora/ricky/repo/CVSROOT/commitlog
 
 Feel free to try clever/evil things to test this out.
Update: Now it's slightly easier for some people to test this out.

If you are in the packager group and you are not in any of
sysadmin-main, sysadmin-test, sysadmin-noc, then you do not need to take
any special action, you can just:

cvs -d :ext:usern...@publictest10.fedoraproject.org/home/fedora/ricky/repo co 
test

and test ctrl-cing commits.  If you are in one of the three groups
listed, you'll still have to follow the instructions to restrict your
SSH command.

Thanks, and please test!
Ricky


pgpZKCnP0ETkt.pgp
Description: PGP signature
___
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list


2.6.18.1 linux hangs

2009-04-30 Thread rheneus . paul
In FC6, some times the linux hangs at bootup after the Uncompressing  
linux ... and before the Red Hat nash version ...


It's not happening always, I've enabled kernel debug and loglevel to print  
more detailed information. If it hangs again, I would attach the detailed  
log information.


Throw some light on what could be the issue, so that I can debug more on  
this.


CPU info:
# cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 14
model name : Intel(R) Core(TM) Duo CPU U2500 @ 1.20GHz
stepping : 12
cpu MHz : 1200.000
cache size : 2048 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 2
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat  
clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc pni monitor  
vmx est tm2 xtpr

bogomips : 2403.04

processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 14
model name : Intel(R) Core(TM) Duo CPU U2500 @ 1.20GHz
stepping : 12
cpu MHz : 1200.000
cache size : 2048 KB
physical id : 0
siblings : 2
core id : 1
cpu cores : 2
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat  
clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc pni monitor  
vmx est tm2 xtpr

bogomips : 2400.22

thanks in advance,
Antony Rheneus
___
Fedora-kernel-list mailing list
Fedora-kernel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-kernel-list


Re: 2.6.18.1 linux hangs

2009-04-30 Thread Josh Boyer
On Thu, Apr 30, 2009 at 07:07:09AM +, rheneus.p...@gmail.com wrote:
 In FC6, some times the linux hangs at bootup after the Uncompressing  
 linux ... and before the Red Hat nash version ...

FC6 has been end-of-life for quite some time now.  I suggest you upgrade
to something newer.

josh

___
Fedora-kernel-list mailing list
Fedora-kernel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-kernel-list


Re: 2.6.18.1 linux hangs

2009-04-30 Thread Brian Maly

rheneus.p...@gmail.com wrote:
In FC6, some times the linux hangs at bootup after the Uncompressing 
linux ... and before the Red Hat nash version ...


It's not happening always, I've enabled kernel debug and loglevel to 
print more detailed information. If it hangs again, I would attach the 
detailed log information.


Throw some light on what could be the issue, so that I can debug more 
on this.


CPU info:
# cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 14
model name : Intel(R) Core(TM) Duo CPU U2500 @ 1.20GHz
stepping : 12
cpu MHz : 1200.000
cache size : 2048 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 2
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat 
clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc pni 
monitor vmx est tm2 xtpr

bogomips : 2403.04

processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 14
model name : Intel(R) Core(TM) Duo CPU U2500 @ 1.20GHz
stepping : 12
cpu MHz : 1200.000
cache size : 2048 KB
physical id : 0
siblings : 2
core id : 1
cpu cores : 2
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat 
clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc pni 
monitor vmx est tm2 xtpr

bogomips : 2400.22

thanks in advance,
Antony Rheneus
___
Fedora-kernel-list mailing list
Fedora-kernel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-kernel-list


There are some known issues with older (i.e. 2.6.18) kernels on Core 2 
Duo based systems. Just update your kernel to a newer version (i.e. = 
F9 kernel, etc).


Brian

___
Fedora-kernel-list mailing list
Fedora-kernel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-kernel-list


[Fedora-legal-list] Another list of potential issues

2009-04-30 Thread Rahul Sundaram
Hi

I know there are differences in legal policies but there might be common
problems as well.

http://www.mail-archive.com/gnewsense-...@nongnu.org/msg00125.html

Rahul

___
Fedora-legal-list mailing list
Fedora-legal-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-legal-list


Re: [Fedora-legal-list] Linux firmware

2009-04-30 Thread Tom spot Callaway
On 04/30/2009 01:09 AM, Alexandre Oliva wrote:
 Not enough of a clue that I wrote:
 
   What if one piece of firmware is licensed under:

For what it is worth, when you begin a sentence in English with:

What if..., it is almost always a hypothetical scenario.

Had you written:

 There is a case in the Linux 2.6.29rc3 kernel (drivers/foo/filename.c)
where one piece of firmware is licensed under:

It would have been much clearer.

~spot

___
Fedora-legal-list mailing list
Fedora-legal-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-legal-list


Re: [Fedora-legal-list] Linux firmware

2009-04-30 Thread Tom spot Callaway
On 04/30/2009 01:09 AM, Alexandre Oliva wrote:
 Now, you don't have to report anything back to the list or to myself,
 but please don't fail to do your job just because you can't stand me.
 It's an important job, and the Fedora community counts on you to do it.

As to this specific point, separated out specifically, I will repeat
myself, perhaps a bit more clearly:

Please point out any _specific_ cases of license issues in Fedora
packages to me, bugzilla (FE-Legal), or this list, and I will look into
them. When you do so, it greatly aids me when you are able to:

* Specifically point out the precise issue
* Note the affected files and package

It took you several emails to accomplish this, and I just don't have
enough time to chase ghost issues where your personal stance on
licensing differs from Fedora's. I have a high degree of confidence at
this point that you understand the definitions of Fedora licensing policies.

When information is presented calmly, clearly, and without rhetoric, I
continue to look into it. To assert that I am either failing, or at risk
of failing in that task is rather insulting, especially given a lack of
evidence in that area.

It is also worth considering that the Linux kernel, like X.org and
texlive, is a rather special case. We cannot simply remove the entire
package without crippling the Fedora distributions, nor is it a place
where we can effectively scalpel out licensing issues (I know that you
disagree on this latter point, but for the purposes of rational
discussion, please simply accept that Fedora is not interested in taking
such action at this point in time). Our best recourse is to work with
the upstream to address these issues. Progress continues to be made in
this area.

Keep in mind that it took us YEARS to get X.org to a state where we were
no longer tangled up with non-free licenses. I tracked that issue
personally for 5 years, Debian tracked it for even longer than that. It
will likely take me months to finish simply auditing texlive.

~spot

___
Fedora-legal-list mailing list
Fedora-legal-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-legal-list


Re: [Fedora-legal-list] Another list of potential issues

2009-04-30 Thread Tom spot Callaway
On 04/30/2009 03:38 AM, Rahul Sundaram wrote:
 Hi
 
 I know there are differences in legal policies but there might be common
 problems as well.
 
 http://www.mail-archive.com/gnewsense-...@nongnu.org/msg00125.html

So, looking at that list:

* afio: Yeah, we know about this one. Not in Fedora, caught it on review.
* texlive-base, texlive-latex-base: Yes, we're aware of it, auditing it
is a nightmare, but I plan to revisit it in earnest after Fedora 11.
* libsnmp-base: This is net-snmp (In Lenny, this is 5.4.1, in Rawhide,
we're at 5.4.2.1). This is about the MIB files derived from IETF RFCs.
The license for IETF RFC docs says:

   This document and translations of it may be copied and furnished to
   others, and derivative works that comment on or otherwise explain it
   or assist in its implementation may be prepared, copied, published
   and distributed, in whole or in part, without restriction of any
   kind, provided that the above copyright notice and this paragraph are
   included on all such copies and derivative works.  However, this
   document itself may not be modified in any way, such as by removing
   the copyright notice or references to the Internet Society or other
   Internet organizations, except as needed for the purpose of
   developing Internet standards in which case the procedures for
   copyrights defined in the Internet Standards process must be
   followed, or as required to translate it into languages other than
   English.

As the MIBs are clearly derivative works, they are available as
derivative works that assist in the implementation of the various
RFCs, without restriction of any kind. Unfortunately, the paragraph is
confusingly worded, as they almost certainly mean for the document to
mean the original RFC from which the work is derived. In addition, these
MIB files are arguably in a gray area between Documentation, Code, and
Content. I'm going to interpret them as Content, since they serve simply
as reinterpretations of the published standard. It would be nice for the
IETF to fix this, but as no obvious code is under these terms, it is
less of a problem.

* libsmi: Same issue as libsnmp.
* pike: Not in Fedora.
* gkrell-snmp: I don't think this is in Fedora, but it is resolved with
upstream adding the OpenSSL exception clause in 1.1.

~spot

___
Fedora-legal-list mailing list
Fedora-legal-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-legal-list


Re: [Fedora-legal-list] Another list of potential issues

2009-04-30 Thread Jason L Tibbitts III
 TC == Tom \spot\ Callaway tcall...@redhat.com writes:

TC pike: Not in Fedora.

FYI, https://bugzilla.redhat.com/show_bug.cgi?id=459579

If there's an issue, could you add a comment there?

 - J

___
Fedora-legal-list mailing list
Fedora-legal-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-legal-list


Re: [Fedora-legal-list] Another list of potential issues

2009-04-30 Thread Tom spot Callaway
On 04/30/2009 10:26 AM, Jason L Tibbitts III wrote:
 TC == Tom \spot\ Callaway tcall...@redhat.com writes:
 
 TC pike: Not in Fedora.
 
 FYI, https://bugzilla.redhat.com/show_bug.cgi?id=459579
 
 If there's an issue, could you add a comment there?

No issue, the concern from GNUsense is that pike had a bundled copy of
Nettle, which includes one of the IETF RFC documents as a .txt file. I
say had, because as of Nettle 1.15 and pike 7.8, the licensing issue on
that file has been resolved. Assuming that ticket goes to pike 7.8 as
requested, there should not be any issue.

~spot

___
Fedora-legal-list mailing list
Fedora-legal-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-legal-list


Re: Software request

2009-04-30 Thread Rahul Sundaram
On 04/29/2009 07:39 PM, Beartooth wrote:
   Could some kind soul make an rpm and put it into a repository for 
 gnome-format? It's at 
 
 http://live.gnome.org/gnome-format -- and there are .debs there, but 
 no .rpms.
 
   It *might* (I'm told) be able to handle the trouble some of us 
 have been having wiping Conficker-prone M$-foulness (automount, I think) 
 off thumb drives.

nautilus-gdu is provided instead for Rawhide (Fedora 11). I could try
and build a version for Fedora 10 if that is what you are using.

Rahul

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: fedora 10 installation not going ahead due to SATA driver related issues

2009-04-30 Thread Abhijith Madhav
af wrote:
 I can't confirm this works but is worth a try:
 Check in your BIOS and see whether there is an option to set the
 SATA mode Selection to AHCI.

This worked. I was able to go ahead with the installation with this.

Thanks.
Abhijith

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


gossip question

2009-04-30 Thread Stanisław T. Findeisen

This happens on new account creation. Which one is correct? :-)

STF

===
http://eisenbits.homelinux.net/~stf/
OpenPGP: DFD9 0146 3794 9CF6 17EA  D63F DBF5 8AA8 3B31 FE8A
===
inline: gossip-1.png-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: Software request

2009-04-30 Thread g
Beartooth wrote:

 http://live.gnome.org/gnome-format -- and there are .debs there, but
 no .rpms.

find you a copy of 'alien' to convert; 'alien -r deb-filename'

id you want a gui;

http://linux.softpedia.com/get/System/Software-Distribution/Package-Converter-46633.shtml

hth.

-- 

peace out.

tc,hago.

g
.


in a free world without fences, who needs gates.
**
help microsoft stamp out piracy - give linux to a friend today
**
to mess up a linux box, you need to work at it;
to mess up an ms windows box, you just need to *look at* it.
**
learn linux:
'Rute User's Tutorial and Exposition' http://rute.2038bug.com/index.html
'The Linux Documentation Project' http://www.tldp.org/
'LDP HOWTO-index' http://www.tldp.org/HOWTO/HOWTO-INDEX/index.html
'HowtoForge' http://howtoforge.com/




signature.asc
Description: OpenPGP digital signature
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: How to find which disk a LUN is mapped to

2009-04-30 Thread Bryn M. Reeves
On Thu, 2009-04-30 at 10:16 +0100, Bryn M. Reeves wrote:
 On Thu, 2009-04-30 at 13:25 +1200, Paul Ward wrote:
  Hi all,
  
  I need to find out which disk LUN6 points to on my RH3 box.

Hmm. I just noticed that version. If you mean RHEL3 rather than Fedora
Core 3 then you're unfortunately out of luck. The 2.4 kernel in RHEL3
doesn't have sysfs. You can still match this up but you might find it
easier to just look in dmesg - when the SCSI devices are registered (at
boot or when they are added to the system) you should see the device
name as well as the bus address logged.

Regards,
Bryn.


-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: How to find which disk a LUN is mapped to

2009-04-30 Thread Bryn M. Reeves
On Thu, 2009-04-30 at 11:21 +0100, Bryn M. Reeves wrote:
 On Thu, 2009-04-30 at 10:16 +0100, Bryn M. Reeves wrote:
  On Thu, 2009-04-30 at 13:25 +1200, Paul Ward wrote:
   Hi all,
   
   I need to find out which disk LUN6 points to on my RH3 box.
 
 Hmm. I just noticed that version. If you mean RHEL3 rather than Fedora
 Core 3 then you're unfortunately out of luck. The 2.4 kernel in RHEL3
 doesn't have sysfs. You can still match this up but you might find it
 easier to just look in dmesg - when the SCSI devices are registered (at
 boot or when they are added to the system) you should see the device
 name as well as the bus address logged.

You can also install the sg3_utils package (should be available on RHEL3
iirc) which can query the mappings and print them in a pretty format.

E.g.:

# sg_map -x
/dev/sg0  0 0 0 0  0  /dev/sda
/dev/sg1  0 0 1 0  0  /dev/sdb
/dev/sg2  3 0 0 0  0  /dev/sdc
/dev/sg3  3 0 0 1  0  /dev/sdd
[...]

# sginfo -l
/dev/scd0 /dev/sda /dev/sdb /dev/sdc /dev/sdd /dev/sde /dev/sdf /dev/sdg 
/dev/sdh /dev/sdi /dev/sdj /dev/sdk /dev/sdl /dev/sdm /dev/sdn /dev/sdo 
/dev/sdp /dev/sdq /dev/sdr /dev/sds /dev/sdt /dev/sdu /dev/sdv /dev/sdw 
/dev/sdx /dev/sdy /dev/sdz /dev/sdaa /dev/sdab /dev/sdac /dev/sdad /dev/sdae 
/dev/sdaf /dev/sdag /dev/sdah /dev/sdai /dev/sdak /dev/sdal /dev/sdam /dev/sdan 
/dev/sdao /dev/sdap /dev/sdaq /dev/sdar /dev/sdas /dev/sdat /dev/sdau /dev/sdaj 
/dev/sg0 [=/dev/sda  scsi0 ch=0 id=0 lun=0]
/dev/sg1 [=/dev/sdb  scsi0 ch=0 id=1 lun=0]
/dev/sg2 [=/dev/sdc  scsi3 ch=0 id=0 lun=0]
/dev/sg3 [=/dev/sdd  scsi3 ch=0 id=0 lun=1]
[...]

The sg_map command needs the sg module loaded to work.

Regards,
Bryn.


-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: How to find which disk a LUN is mapped to

2009-04-30 Thread Sharpe, Sam J

Bryn M. Reeves wrote:

On Thu, 2009-04-30 at 10:16 +0100, Bryn M. Reeves wrote:
 On Thu, 2009-04-30 at 13:25 +1200, Paul Ward wrote:
 Hi all,

 I need to find out which disk LUN6 points to on my RH3 box.

Hmm. I just noticed that version. If you mean RHEL3 rather than Fedora
Core 3 then you're unfortunately out of luck. 

If you've got RHEL3, you need scsi_info :

[r...@machine root]# scsi_info /dev/sda
SCSI_ID=0,0,0,1:VENDOR=COMPAQ:MODEL=HSV110 
(C)COMPAQ:FW_REV=3110:SN=P5849E1AAQ601B:WWN=50001fe15002f9d0:LUN=600508b4001009aa-f00010e4:


It comes from the kernel-pcmcia-cs package (don't ask me why!):

[r...@machine root]# rpm -qif `which scsi_info`
Name: kernel-pcmcia-cs Relocations: (not relocatable)
Version : 3.1.31Vendor: Red Hat, Inc.

As you can see from above, it should give you the WWID of the LUN for 
each of your /dev/sd* devices - you can just go through them all looking 
for the LUN= and matching that to the WWID on your storage. The above 
example is an HP machine connected to an HP EVA 5000, so your results 
might vary.


--
Sam

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: How to find which disk a LUN is mapped to

2009-04-30 Thread Bryn M. Reeves
On Thu, 2009-04-30 at 13:25 +1200, Paul Ward wrote:
 Hi all,
 
 I need to find out which disk LUN6 points to on my RH3 box.
 
 I have looked at /proc/scsi/scsi
 This gives me LUNS from 00 to 05
 Does this mean 05 is infact LUN06?

These days it's easiest to find this information from sysfs.

Under /sys/bus/scsi/devices you'll find sub-directories that list all
SCSI devices by their bus address (in host:bus:target:lun format). E.g.
if I want to find out what device 3:0:0:1 on my system is I can look at:

# ls /sys/bus/scsi/devices/3\:0\:0\:1/
block:sdd  delete  dh_state  genericiodone_cnt
iorequest_cnt  powerqueue_type  rev
scsi_disk:3:0:0:1  scsi_level  subsystem  typevendor
busdevice_blocked  driveriocounterbits  ioerr_cnt   model
queue_depth  rescan  scsi_device:3:0:0:1  scsi_generic:sg3   state
timeoutuevent

The first entry is a symlink that points back to the corresponding block
device, in this case /dev/sdd:

# ls -l /sys/bus/scsi/devices/3\:0\:0\:1/block\:sdd 
lrwxrwxrwx 1 root root 0 Apr 30
10:06 /sys/bus/scsi/devices/3:0:0:1/block:sdd
- ../../../../../../../../../block/sdd

All the symlinks can make navigating sysfs a bit daunting at first but
there's a wealth of useful information and knobs to tweak in there.
Tools like systool and udevinfo can also help to make it a bit easier to
digest.

Regards,
Bryn.


-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Apache Virtual Server

2009-04-30 Thread Mike Burger


  I am playing with the Zend Framework on my laptop. In my reading of
 Zend documentation it looks like Zend wants a certain directory structure
 so I created:
 /var/www/html/QuickStart/
 /var/www/html/QuickStart/application/
 /var/www/html/QuickStart/application/controllers/
 /var/www/html/QuickStart/application/views/
 /var/www/html/QuickStart/application/views/scripts/
 /var/www/html/QuickStart/library/
 /var/www/html/QuickStart/public/

 The last directory 'public' wants to be the DocumentRoot
 I want to set up a virtual server whose DocumentRoot is
 /var/www/html/QuickStart/public

 my machine's name is confianza and it is running Fedora 10
 [r...@confianza conf]# uname -a
 Linux confianza 2.6.27.21-170.2.56.fc10.i686 #1 SMP Mon Mar 23 23:37:54
 EDT 2009 i686 i686 i386 GNU/Linux

 I set up /etc/hosts so both confianza and confianzazend resolve to
 127.0.0.1
 [r...@confianza conf]# grep 127.0.0.1 /etc/hosts
 127.0.0.1localhost.localdomain localhost confianza confianzazend


 My current apache web server uses /var/www/html as it's DocumentRoot and
 runs fine.


 [r...@confianza conf]# yum list installed | grep -i http
 httpd.i386  2.2.11-2.fc10
 installed
 httpd-tools.i3862.2.11-2.fc10
 installed
 jakarta-commons-httpclient.i386 1:3.1-0.3.fc10
 installed
 system-config-httpd.noarch  5:1.4.4-2.fc10
 installed
 [r...@confianza conf]# yum list installed | grep -i zend
 php-ZendFramework.noarch

 I edited /etc/httpd/conf/httpd.conf as follows:
 #
 ServerName confianza:80
 NameVirtualHost *:80
 #
 VirtualHost *:80
 ServerName confianza
 DocumentRoot /var/www/html
 /VirtualHost
 #
 VirtualHost *:80
 ServerName confianzazend
 DocumentRoot /var/www/html/QuickStart/public
 /VirtualHost

 I then restart httpd
 [r...@confianza html]# service httpd restart
 Stopping httpd:[  OK  ]
 Starting httpd:[  OK  ]


 I want http://confianza to return the contents of /var/www/html
 I want http://confianzazend to return the contents of
 /var/www/html/QuickStart


 What is happening is that both http://confianza and http://confianzazend
 are both returning the contents of /var/www/html

 I've looked at several web pages and they all say the same thing, this
 should just work (TM). It seems simple enough yet my problem persists.
 What else do I need to do?

 Thanks

Dennis:

Having read the entire thread, so far, I don't believe that anyone else
has actually identified the issue.

The issue is the use of:

VirtualHost *:80

You've got a wildcard in every VirtualHost declaration.  As a result,
you're going to match on the very first VirtualHost, and never get past
it.

Instead, your VirtualHost declaration needs to be specific about the
hostname (or FQDN) for which it is supposed to serve up the particular web
pages.

What you need to do, instead, is set:

VirtualHost confianza:80

and

VirtualHost confianzazend:80

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org

To be notified of updates to the web site, visit:

https://www.bubbanfriends.org/mailman/listinfo/site-update

or send a blank email message to:

site-update-subscr...@bubbanfriends.org

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Blocked port 25 activity -

2009-04-30 Thread Bob Goodwin
This is an updated F-10 desktop computer, my ISP is a satellite service, 
wildblue.net who quit providing mail servers and switched to gmail about 
a year ago.


Recently I have been observing a continuous stream of blocked port 25 
connections from this box 192.168.1.9 in the Firestarter log. The normal 
SMTP port is 465. They appear to be directed at a google name server 
although /etc/resolv.conf shows


   [b...@box9 ~]$ cat /etc/resolv.conf
   nameserver 208.67.220.220
   nameserver 208.67.222.222
   # nameserver 12/189.32.61

And I see the following logged:

/var/log/messages

Apr 30 07:14:09 localhost kernel: Outbound IN= OUT=eth0 SRC=192.168.1.9 
DST=66.249.9
3.27 LEN=44 TOS=0x00 PREC=0x00 TTL=64 ID=56553 DF PROTO=TCP SPT=49080 
DPT=25 WINDOW=

5840 RES=0x00 SYN URGP=0
Apr 30 07:14:12 localhost kernel: Outbound IN= OUT=eth0 SRC=192.168.1.9 
DST=66.249.9
3.27 LEN=44 TOS=0x00 PREC=0x00 TTL=64 ID=56554 DF PROTO=TCP SPT=49080 
DPT=25 WINDOW=

5840 RES=0x00 SYN URGP=0


Whois shows:

NetRange:   209.85.128.0 - 209.85.255.255
CIDR:   209.85.128.0/17
NetName:GOOGLE
NetHandle:  NET-209-85-128-0-1
Parent: NET-209-0-0-0-0
NetType:Direct Allocation
NameServer: NS1.GOOGLE.COM
NameServer: NS2.GOOGLE.COM
NameServer: NS3.GOOGLE.COM
NameServer: NS4.GOOGLE.COM



Apr 30 08:14:10 localhost kernel: Outbound IN= OUT=eth0 SRC=192.168.1.9 
DST=66.249.9
3.27 LEN=44 TOS=0x00 PREC=0x00 TTL=64 ID=63341 DF PROTO=TCP SPT=41549 
DPT=25 WINDOW=

5840 RES=0x00 SYN URGP=0
Apr 30 08:14:11 localhost kernel: Outbound IN= OUT=eth0 SRC=192.168.1.9 
DST=66.249.9
3.27 LEN=44 TOS=0x00 PREC=0x00 TTL=64 ID=17222 DF PROTO=TCP SPT=41550 
DPT=25 WINDOW=

5840 RES=0x00 SYN URGP=0
Apr 30 08:14:14 localhost kernel: Outbound IN= OUT=eth0 SRC=192.168.1.9 
DST=66.249.9
3.27 LEN=44 TOS=0x00 PREC=0x00 TTL=64 ID=17223 DF PROTO=TCP SPT=41550 
DPT=25 WINDOW=

5840 RES=0x00 SYN URGP=0


NetRange:   66.249.64.0 - 66.249.95.255
CIDR:   66.249.64.0/19
NetName:GOOGLE
NetHandle:  NET-66-249-64-0-1
Parent: NET-66-0-0-0-0
NetType:Direct Allocation
NameServer: NS1.GOOGLE.COM
NameServer: NS2.GOOGLE.COM
NameServer: NS3.GOOGLE.COM
NameServer: NS4.GOOGLE.COM

I guess it's not hurting anything but I would feel better if I didn't 
see all this activity apparently going nowhere. I don't know how to find 
what's causing it, at least I haven't found it yet.


Any suggestions?

Bob

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Application For Backing Up Blackberry Data To

2009-04-30 Thread Jeff Voskamp

Robert L Cochran wrote:
Are there any Fedora-based software applications that will notice my 
Blackberry 8830 when I plug in its USB cable on a Fedora system? Or 
better yet, when I pair its Bluetooth to the laptop? I'd dearly love 
to be able to back it up to my laptop, and I use Fedora just about 
100% of the time for the computing tasks I do for myself.


Thanks

Bob



[javos...@amnesia ~]$ yum info barry
Loaded plugins: refresh-packagekit
Installed Packages
Name   : barry
Arch   : x86_64
Version: 0.15
Release: 0.4.20090109git.fc10
Size   : 931 k
Repo   : installed
Summary: BlackBerry Desktop for Linux
URL: http://www.netdirect.ca/downloads/barry
License: GPLv2+
Description: Barry is a desktop toolset for managing your BlackBerry device.
  :
  : This package contains commandline tools which will enable 
you to
  : charge your device with a proper 500mA and be able to 
access data
  : on the device.  It also includes a GUI application to 
backup your

  : BlackBerry.


--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: F 10 Start up Problem

2009-04-30 Thread Mike Burger

 On Tue, 2009-04-28 at 21:54 -0400, Shannon McMackin wrote:
 Mike Dwiggins wrote:
  Has anyone figured out how to get rid of the creping progress bars and
  get back the startup screen so you can see whats going on?
 
  I am having some service start problems and would love to be able to
 see
  whats going on!
 
 Pressing escape during the progress bar should allow you to see the
 services starting.  Adding vga=792 as a kernel append in /etc/grub.conf
 should give you the plymouth graphics.
 
 probably getting close to the point where this is unnecessary as
 F11-Beta is giving me plymouth startup goodness on my Aspire One so it
 seems that they have at least some of the kernel modesetting stuff
 worked out for F11.

FWIW, it works just fine on my Aspire 5100, too...but I get the text crud
on my desktop, with an nVidia graphics card.
-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org

To be notified of updates to the web site, visit:

https://www.bubbanfriends.org/mailman/listinfo/site-update

or send a blank email message to:

site-update-subscr...@bubbanfriends.org

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Apache Virtual Server

2009-04-30 Thread Tim
On Thu, 2009-04-30 at 08:30 -0400, Mike Burger wrote:
 Having read the entire thread, so far, I don't believe that anyone
 else has actually identified the issue.

 The issue is the use of:

 VirtualHost *:80

 You've got a wildcard in every VirtualHost declaration.  As a
 result, you're going to match on the very first VirtualHost, and never
 get past it.

That's the normal way it works, that's why no-one's said what you have.
The ServerName and ServerAlias directives inside each virtual host is
where the matching takes place.  ServerName being the canonical name it
should use, and ServerAlias listing any alternative aliases.

If you were going to put anything in there, it would be an IP address.
And your server would have to have just a single address, you'd have
problems if it had two addresses, and you tested on both (e.g. internal
and external addresses).

The usual problem with virtual hosts, is that the first thing that
matches, wins.  If something does manage to match, and it's ahead of
your virtual host definitions, that's the problem.

I think there's two threads on this subject running at the moment, and
I'm getting confused as to which has been resolved.

Looking back at a posting by the original poster, they had this in it:

[r...@confianza conf]# cat /etc/hosts
127.0.0.1localhost.localdomain localhost
127.0.0.1confianza
127.0.0.1confianzaZend
::1localhost6.localdomain6 localhost6
192.168.0.2amoramor.
192.168.0.3esperanza
192.168.0.4confianza
192.168.0.5 BRNEE2FCB
192.168.0.6glitter
192.168.0.8fe

They've got the same hostname associated with two different IP
addresses, that might cause its own problems.  I'd always leave the
local loopback addresses alone (127.0.0.1  ::1), only ever adding
hostnames to other IPs.  But I don't think that's the cause of this
problem.

They had a sample with PHP testing the hostname, but I suspect that
might behave differently than what's differentiating hosts apart (you
can have one server replying to several host names, and it'll use the
*requested* hostname (by the client) in the query to match, rather than
getting the name from the server.

-- 
[...@localhost ~]$ uname -r
2.6.27.21-78.2.41.fc9.i686

Don't send private replies to my address, the mailbox is ignored.  I
read messages from the public lists.



-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Apache Virtual Server

2009-04-30 Thread Tim
On Tue, 2009-04-28 at 09:58 -0700, Dennis Kaptain wrote:
 Just a little more information from /var/log/httpd/access_log
  
 When I request http://localhost I get an entry that says
 127.0.0.1 - - [28/Apr/2009:11:52:08 -0500] GET / HTTP/1.1 200 3488 - 
 Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.10) Gecko/2009042708 
 Fedora/3.0.10-1.fc10 Firefox/3.0.10
  
 When I request http://confianza I get an entry that says
 127.0.0.1 - - [28/Apr/2009:11:53:06 -0500] GET / HTTP/1.1 200 3488 - 
 Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.10) Gecko/2009042708 
 Fedora/3.0.10-1.fc10 Firefox/3.0.10
  
 When I request http://confianzazend I get an entry that says
 127.0.0.1 - - [28/Apr/2009:11:53:54 -0500] GET / HTTP/1.1 200 3492 - 
 Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.10) Gecko/2009042708 
 Fedora/3.0.10-1.fc10 Firefox/3.0.10
  
 All three entries are identical get requests for /

That's normal.  They're each requests for the default root document.

 Yet the php command ?php echo $_SERVER['SERVER_NAME'].br\n; ?
 in /var/www/html/index.php
 prints out 'localhost', 'confianza', or 'confianzazend' depending on
 what url I call.

Nothing unusual in that, either.  That's the hostname in the request
from the client.  You could put in a bogus one, and get the same
response.  e.g. add bogus to 192.168.0.4 in the hosts file, then request
a page from http://bogus.  You'll get that sort of thing from your PHP
file, even though you've not set up any bogus virtual host.

I'd be inclined to set up different logging files in each virtual host,
so you could see exactly which host is reacting to what.  Open up a few
consoles, and do tail -f /var/log/httpd/confianza in one, and similar
commands in the other, so you can watch each one live, as you make
different requests.

Alternatively, you can do custom logs which also includes hostnames in
the log data.

-- 
[...@localhost ~]$ uname -r
2.6.27.21-78.2.41.fc9.i686

Don't send private replies to my address, the mailbox is ignored.  I
read messages from the public lists.



-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Apache Virtual Server

2009-04-30 Thread Allan Swanepoel
On Thu, Apr 30, 2009 at 3:22 PM, Tim ignored_mail...@yahoo.com.au wrote:
 On Tue, 2009-04-28 at 09:58 -0700, Dennis Kaptain wrote:
 Just a little more information from /var/log/httpd/access_log

 When I request http://localhost I get an entry that says
 127.0.0.1 - - [28/Apr/2009:11:52:08 -0500] GET / HTTP/1.1 200 3488 - 
 Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.10) Gecko/2009042708 
 Fedora/3.0.10-1.fc10 Firefox/3.0.10

 When I request http://confianza I get an entry that says
 127.0.0.1 - - [28/Apr/2009:11:53:06 -0500] GET / HTTP/1.1 200 3488 - 
 Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.10) Gecko/2009042708 
 Fedora/3.0.10-1.fc10 Firefox/3.0.10

 When I request http://confianzazend I get an entry that says
 127.0.0.1 - - [28/Apr/2009:11:53:54 -0500] GET / HTTP/1.1 200 3492 - 
 Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.10) Gecko/2009042708 
 Fedora/3.0.10-1.fc10 Firefox/3.0.10

 All three entries are identical get requests for /

 That's normal.  They're each requests for the default root document.

 Yet the php command ?php echo $_SERVER['SERVER_NAME'].br\n; ?
 in /var/www/html/index.php
 prints out 'localhost', 'confianza', or 'confianzazend' depending on
 what url I call.

 Nothing unusual in that, either.  That's the hostname in the request
 from the client.  You could put in a bogus one, and get the same
 response.  e.g. add bogus to 192.168.0.4 in the hosts file, then request
 a page from http://bogus.  You'll get that sort of thing from your PHP
 file, even though you've not set up any bogus virtual host.

 I'd be inclined to set up different logging files in each virtual host,
 so you could see exactly which host is reacting to what.  Open up a few
 consoles, and do tail -f /var/log/httpd/confianza in one, and similar
 commands in the other, so you can watch each one live, as you make
 different requests.

 Alternatively, you can do custom logs which also includes hostnames in
 the log data.

 --
 [...@localhost ~]$ uname -r
 2.6.27.21-78.2.41.fc9.i686

 Don't send private replies to my address, the mailbox is ignored.  I
 read messages from the public lists.



 --
 fedora-list mailing list
 fedora-list@redhat.com
 To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
 Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Keep the following in mind, with Perl Regular expressions,confianza
would also match confianzazend. choose a different naming convesion,
or first decare confianzazend.


-- 
We live in an age when pizza gets to your home before the police.
  - Jeff Marder
--
Allan Swanepoel
allanice...@gmail.com
allanice@unix.net
dragonmas...@linaccess.com
+27 84 507 8492
Linux User #452990
Linux Machine #360914
---
IMPORTANT: This email is intended for the use of  the  individual
addressee(s)  named  above  and  may  contain information that is
confidential,  privileged  or  unsuitable  for  overly  sensitive
persons  with  low  self-esteem, no sense of humour or irrational
religious beliefs. If you are not  the  intended  recipient,  any
dissemination,  distribution  or copying  of  this  email is not
authorised (either explicitly or implicitly) and  constitutes  an
irritating  social  faux  pas. Unless the word absquatulation has been
used in its correct context somewhere  other  than  in  this warning,
it does not have any legal or grammatical use and may be ignored. No
animals were  harmed  in  the  transmission  of  this email,  although
 the  yorkshire  terrier  next door is living on borrowed time, let me
tell you. Those of you with an overwhelming fear  of  the unknown will
be gratified to learn that there is no hidden message revealed by
reading  this  warning  backwards,  so just ignore that Alert Notice
from Microsoft: However, by pouring a complete circle of salt around
yourself and your  computer  you can  ensure  that  no harm befalls
you and your pets.

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: gossip question

2009-04-30 Thread Tim
On Thu, 2009-04-30 at 10:16 +0200, Stanisław T. Findeisen wrote:
 This happens on new account creation. Which one is correct? :-)

What are you asking about?  Your question doesn't parse with your
screenshot.

Connect on startup - will connect to the server when you start the
program, no further confirmation asked for.

Server - server address that you're going to use.

Port - port to connect to on it.

Location - where you are, not a hostname.  Jabber allows you to sign in
at several places at once, and stay signed in simultaneously.  You tell
them apart by this extra information (e.g. home, work, roaming in the
library, etc.).

Use system proxy - if you have a HTTP proxy set up system-wide, outside
of your instant messaging program, for all HTTP programs to use, this
client can use it as well by ticking the option.

Force older secure connection method - if you're connecting to an older
server, you may need to use this choice, or it mightn't let you log on
because it doesn't understand a newer one.

Ignore security warnings - the client can carry on and log in even if
the client determines that security is lacking (e.g. if the server's
certificate has expired, or not quite correct, or doesn't have one at
all, like the pop-up said), or it can abort when security is considered
lax.  Normally I would NOT pick this option, unless you could never log
on without it.  Because you'll be alerted to server hijacks by the
security warning.

-- 
[...@localhost ~]$ uname -r
2.6.27.21-78.2.41.fc9.i686

Don't send private replies to my address, the mailbox is ignored.  I
read messages from the public lists.



-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Apache Virtual Server [SOLVED]

2009-04-30 Thread Dennis Kaptain

 

   I am playing with the Zend Framework on my laptop. In my reading of
  Zend documentation it looks like Zend wants a certain directory structure
  so I created:
  /var/www/html/QuickStart/
  /var/www/html/QuickStart/application/
  /var/www/html/QuickStart/application/controllers/
  /var/www/html/QuickStart/application/views/
  /var/www/html/QuickStart/application/views/scripts/
  /var/www/html/QuickStart/library/
  /var/www/html/QuickStart/public/
 
  The last directory 'public' wants to be the DocumentRoot
  I want to set up a virtual server whose DocumentRoot is
  /var/www/html/QuickStart/public
 
  my machine's name is confianza and it is running Fedora 10
  [r...@confianza conf]# uname -a
  Linux confianza 2.6.27.21-170.2.56.fc10.i686 #1 SMP Mon Mar 23 23:37:54
  EDT 2009 i686 i686 i386 GNU/Linux
 
  I set up /etc/hosts so both confianza and confianzazend resolve to
  127.0.0.1
  [r...@confianza conf]# grep 127.0.0.1 /etc/hosts
  127.0.0.1localhost.localdomain localhost confianza confianzazend
 
 
  My current apache web server uses /var/www/html as it's DocumentRoot and
  runs fine.
 
 
  [r...@confianza conf]# yum list installed | grep -i http
  httpd.i386  2.2.11-2.fc10
  installed
  httpd-tools.i3862.2.11-2.fc10
  installed
  jakarta-commons-httpclient.i386 1:3.1-0.3.fc10
  installed
  system-config-httpd.noarch  5:1.4.4-2.fc10
  installed
  [r...@confianza conf]# yum list installed | grep -i zend
  php-ZendFramework.noarch
 
  I edited /etc/httpd/conf/httpd.conf as follows:
  #
  ServerName confianza:80
  NameVirtualHost *:80
  #
  
  ServerName confianza
  DocumentRoot /var/www/html
  
  #
  
  ServerName confianzazend
  DocumentRoot /var/www/html/QuickStart/public
  
 
  I then restart httpd
  [r...@confianza html]# service httpd restart
  Stopping httpd:[  OK  ]
  Starting httpd:[  OK  ]
 
 
  I want http://confianza to return the contents of /var/www/html
  I want http://confianzazend to return the contents of
  /var/www/html/QuickStart
 
 
  What is happening is that both http://confianza and http://confianzazend
  are both returning the contents of /var/www/html
 
  I've looked at several web pages and they all say the same thing, this
  should just work (TM). It seems simple enough yet my problem persists.
  What else do I need to do?
 
  Thanks
 
 Dennis:
 
 Having read the entire thread, so far, I don't believe that anyone else
 has actually identified the issue.
 
 The issue is the use of:
 
 
 
 You've got a wildcard in every VirtualHost declaration.  As a result,
 you're going to match on the very first VirtualHost, and never get past
 it.
 
 Instead, your VirtualHost declaration needs to be specific about the
 hostname (or FQDN) for which it is supposed to serve up the particular web
 pages.
 
 What you need to do, instead, is set:
 
 
 
 and
 
 
 
 -- 
 Mike Burger
 http://www.bubbanfriends.org
 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
According to http://httpd.apache.org/docs/2.2/vhosts/name-based.html
using 

NameVirtualHost *:80

VirtualHost *:80
ServerName www.domain.tld
ServerAlias domain.tld *.domain.tld
DocumentRoot /www/domain
 /VirtualHost

VirtualHost *:80
ServerName www.otherdomain.tld
DocumentRoot /www/otherdomain
 /VirtualHost

should Just Work (tm)

after re-reading the page I thought to try an IP address so I changed 
httpd.conf to include

NameVirtualHost 127.0.0.1:80

VirtualHost 127.0.0.1:80
   ServerName confianza
   ServerAlias confianza
   DocumentRoot /var/www/html
/VirtualHost
# this is for my zend server application
VirtualHost 127.0.0.1:80
   ServerName confianzazend
   ServerAlias confianzazend
   DocumentRoot /var/www/html/Quickstart/public
/VirtualHost

This configuration WORKS. I still don't understand why the first one won't but 
for my purposes, 
I now have a working setup.

Thanks to everyone who offered help.
If (just for academic purposes) you want to keep this thread alive and get the 
*:80 approach working
I'll be glad to participate.

Dennis Kaptain



  ¡Obtén la mejor experiencia en la web! Descarga gratis el nuevo Internet 
Explorer 8. http://downloads.yahoo.com/ieak8/?l=mx

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Blocked port 25 activity -

2009-04-30 Thread Allan Swanepoel
On Thu, Apr 30, 2009 at 2:47 PM, Bob Goodwin bobgood...@wildblue.net wrote:
 This is an updated F-10 desktop computer, my ISP is a satellite service,
 wildblue.net who quit providing mail servers and switched to gmail about a
 year ago.

 Recently I have been observing a continuous stream of blocked port 25
 connections from this box 192.168.1.9 in the Firestarter log. The normal
 SMTP port is 465. They appear to be directed at a google name server
 although /etc/resolv.conf shows

   [b...@box9 ~]$ cat /etc/resolv.conf
   nameserver 208.67.220.220
   nameserver 208.67.222.222
   # nameserver 12/189.32.61

 And I see the following logged:

 /var/log/messages

 Apr 30 07:14:09 localhost kernel: Outbound IN= OUT=eth0 SRC=192.168.1.9
 DST=66.249.9
 3.27 LEN=44 TOS=0x00 PREC=0x00 TTL=64 ID=56553 DF PROTO=TCP SPT=49080 DPT=25
 WINDOW=
 5840 RES=0x00 SYN URGP=0
 Apr 30 07:14:12 localhost kernel: Outbound IN= OUT=eth0 SRC=192.168.1.9
 DST=66.249.9
 3.27 LEN=44 TOS=0x00 PREC=0x00 TTL=64 ID=56554 DF PROTO=TCP SPT=49080 DPT=25
 WINDOW=
 5840 RES=0x00 SYN URGP=0


 Whois shows:

 NetRange:   209.85.128.0 - 209.85.255.255
 CIDR:       209.85.128.0/17
 NetName:    GOOGLE
 NetHandle:  NET-209-85-128-0-1
 Parent:     NET-209-0-0-0-0
 NetType:    Direct Allocation
 NameServer: NS1.GOOGLE.COM
 NameServer: NS2.GOOGLE.COM
 NameServer: NS3.GOOGLE.COM
 NameServer: NS4.GOOGLE.COM



 Apr 30 08:14:10 localhost kernel: Outbound IN= OUT=eth0 SRC=192.168.1.9
 DST=66.249.9
 3.27 LEN=44 TOS=0x00 PREC=0x00 TTL=64 ID=63341 DF PROTO=TCP SPT=41549 DPT=25
 WINDOW=
 5840 RES=0x00 SYN URGP=0
 Apr 30 08:14:11 localhost kernel: Outbound IN= OUT=eth0 SRC=192.168.1.9
 DST=66.249.9
 3.27 LEN=44 TOS=0x00 PREC=0x00 TTL=64 ID=17222 DF PROTO=TCP SPT=41550 DPT=25
 WINDOW=
 5840 RES=0x00 SYN URGP=0
 Apr 30 08:14:14 localhost kernel: Outbound IN= OUT=eth0 SRC=192.168.1.9
 DST=66.249.9
 3.27 LEN=44 TOS=0x00 PREC=0x00 TTL=64 ID=17223 DF PROTO=TCP SPT=41550 DPT=25
 WINDOW=
 5840 RES=0x00 SYN URGP=0


 NetRange:   66.249.64.0 - 66.249.95.255
 CIDR:       66.249.64.0/19
 NetName:    GOOGLE
 NetHandle:  NET-66-249-64-0-1
 Parent:     NET-66-0-0-0-0
 NetType:    Direct Allocation
 NameServer: NS1.GOOGLE.COM
 NameServer: NS2.GOOGLE.COM
 NameServer: NS3.GOOGLE.COM
 NameServer: NS4.GOOGLE.COM

 I guess it's not hurting anything but I would feel better if I didn't see
 all this activity apparently going nowhere. I don't know how to find what's
 causing it, at least I haven't found it yet.

 Any suggestions?

 Bob

 --
 fedora-list mailing list
 fedora-list@redhat.com
 To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
 Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Check if sendmail is trying to send something, it uses port 25 to
send, and i don't think google is going to accept it without
authentication.




-- 
We live in an age when pizza gets to your home before the police.
  - Jeff Marder
--
Allan Swanepoel
allanice...@gmail.com
allanice@unix.net
dragonmas...@linaccess.com
+27 84 507 8492
Linux User #452990
Linux Machine #360914
---
IMPORTANT: This email is intended for the use of  the  individual
addressee(s)  named  above  and  may  contain information that is
confidential,  privileged  or  unsuitable  for  overly  sensitive
persons  with  low  self-esteem, no sense of humour or irrational
religious beliefs. If you are not  the  intended  recipient,  any
dissemination,  distribution  or copying  of  this  email is not
authorised (either explicitly or implicitly) and  constitutes  an
irritating  social  faux  pas. Unless the word absquatulation has been
used in its correct context somewhere  other  than  in  this warning,
it does not have any legal or grammatical use and may be ignored. No
animals were  harmed  in  the  transmission  of  this email,  although
 the  yorkshire  terrier  next door is living on borrowed time, let me
tell you. Those of you with an overwhelming fear  of  the unknown will
be gratified to learn that there is no hidden message revealed by
reading  this  warning  backwards,  so just ignore that Alert Notice
from Microsoft: However, by pouring a complete circle of salt around
yourself and your  computer  you can  ensure  that  no harm befalls
you and your pets.

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Apache Virtual Server

2009-04-30 Thread Dennis Kaptain



 On Tue, 2009-04-28 at 09:58 -0700, Dennis Kaptain wrote:
  Just a little more information from /var/log/httpd/access_log
   
  When I request http://localhost I get an entry that says
  127.0.0.1 - - [28/Apr/2009:11:52:08 -0500] GET / HTTP/1.1 200 3488 - 
 Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.10) Gecko/2009042708 
 Fedora/3.0.10-1.fc10 Firefox/3.0.10
   
  When I request http://confianza I get an entry that says
  127.0.0.1 - - [28/Apr/2009:11:53:06 -0500] GET / HTTP/1.1 200 3488 - 
 Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.10) Gecko/2009042708 
 Fedora/3.0.10-1.fc10 Firefox/3.0.10
   
  When I request http://confianzazend I get an entry that says
  127.0.0.1 - - [28/Apr/2009:11:53:54 -0500] GET / HTTP/1.1 200 3492 - 
 Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.10) Gecko/2009042708 
 Fedora/3.0.10-1.fc10 Firefox/3.0.10
   
  All three entries are identical get requests for /
 
 That's normal.  They're each requests for the default root document.
 
  Yet the php command \n; ?
  in /var/www/html/index.php
  prints out 'localhost', 'confianza', or 'confianzazend' depending on
  what url I call.
 
 Nothing unusual in that, either.  That's the hostname in the request
 from the client.  You could put in a bogus one, and get the same
 response.  e.g. add bogus to 192.168.0.4 in the hosts file, then request
 a page from http://bogus.  You'll get that sort of thing from your PHP
 file, even though you've not set up any bogus virtual host.
 
 I'd be inclined to set up different logging files in each virtual host,
 so you could see exactly which host is reacting to what.  Open up a few
 consoles, and do tail -f /var/log/httpd/confianza in one, and similar
 commands in the other, so you can watch each one live, as you make
 different requests.
 
 Alternatively, you can do custom logs which also includes hostnames in
 the log data.
 
 -- 
 [...@localhost ~]$ uname -r
 2.6.27.21-78.2.41.fc9.i686

Tim,
You bring up a very interesting point about my /etc/hosts file.
My thinking was that since this is a laptop, it may or may not have the wireless
interface wlan0 up and running so the class C address may not exist so in order 
to
always resolve confianza I added the name as an alias to localhost on 127.0.0.1

As a side note, the syntax I posted for /etc/hosts doesn't work right. I had to 
keep everything on one
line like
127.0.0.1localhost.localdomain localhost confianza confianzaZend
otherwise sendmail takes *forever* to start up while booting the computer.

Someone mentioned that the problem may have to do with how IP addresses are 
resolved
and suggested I install a DNS. I really didn't want to go that route. I think 
it's overkill for something
like this. I'm still thinking that this is somehow the problem. As you see, I 
did get the virtual hosts working
by using 127.0.0.1:80 in place of *:80 in my NameVirtualHost directive and 
VirtualHost directive blocks.

DK



  ¡Obtén la mejor experiencia en la web! Descarga gratis el nuevo Internet 
Explorer 8. http://downloads.yahoo.com/ieak8/?l=mx

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Trimming replies (Was Blocked port 25 activity)-

2009-04-30 Thread Mikkel L. Ellertson
Allan Swanepoel wrote:
 
 Check if sendmail is trying to send something, it uses port 25 to
 send, and i don't think google is going to accept it without
 authentication.
 
Could you please trim your replies? There is no need to include the
entire message, including the mailing list footer, when replying. I
would have trimmed the entire /var/log/messages listing as well.

Mikkel
-- 
   No trees were killed in the sending of this message.
However a large number of electrons were terribly inconvenienced.



signature.asc
Description: OpenPGP digital signature
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: Apache Virtual Server

2009-04-30 Thread Veli-Pekka Kestilä

Dennis Kaptain wrote:

[r...@confianza conf]# cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1localhost.localdomain localhost
127.0.0.1confianza
127.0.0.1confianzaZend
::1localhost6.localdomain6 localhost6
192.168.0.2amoramor.
192.168.0.3esperanza
192.168.0.4confianza
192.168.0.5 BRNEE2FCB
192.168.0.6glitter
192.168.0.8fe

  
Here you have confianza defined twice in the hosts file. It could make 
strange errors happening.


127.0.0.1  confianza
192.168.0.4confianza

Othervise the config with * wildcards should work as it's on the example 
from apache's own documentation. But it could be still that you

need to have ipaddress instead like you found out in your post.

-VPK

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Blocked port 25 activity -

2009-04-30 Thread Bob Goodwin

Allan Swanepoel wrote:

Check if sendmail is trying to send something, it uses port 25 to
send, and i don't think google is going to accept it without
authentication.
  
Google may not accept it but my firewall is set to block port 25. I'm 
not sure how to investigate sendmail but I do see the following:


   [b...@box9 ~]$ service sendmail status
   /etc/rc.d/init.d/functions: line 155: /var/run/sendmail.pid:
   Permission denied
   sendmail/etc/rc.d/init.d/functions: line 155: /var/run/sendmail.pid:
   Permission denied
dead but pid file exists
   sm-client (pid  3063) is running.
   ..
   [b...@box9 ~]$ su

   [r...@box9 bobg]# service sendmail status

   sendmail (pid  3054) is running...
   sm-client (pid  3063) is running...

I guess about all that says is sendmail is running?

Bob





--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: gossip question

2009-04-30 Thread Stanisław T. Findeisen

Tim wrote:

Ignore security warnings - the client can carry on and log in even if
the client determines that security is lacking (e.g. if the server's
certificate has expired, or not quite correct, or doesn't have one at
all, like the pop-up said), or it can abort when security is considered
lax.  Normally I would NOT pick this option, unless you could never log
on without it.  Because you'll be alerted to server hijacks by the
security warning.


I was referring to this field. Maybe my English is bad but to me the 
checkbox label and the popup text on yellow contradict each other.


Anyway this gossip used to show mysterious error messages or to crash, 
so I had to use coccinella instead. It looks to work better.


STF

===
http://eisenbits.homelinux.net/~stf/
OpenPGP: DFD9 0146 3794 9CF6 17EA  D63F DBF5 8AA8 3B31 FE8A
===

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: nVidia vs. ATI graphics card for fedora

2009-04-30 Thread Kevin Kofler
Tim wrote:
 An ugly problem is having to recompile a pile of other things just
 because of some update to a kernel, whether it's you that does the
 compiling, or someone pre-compiles it for you.  Especially when it
 entails downloading whacking great megabytes of packages to deal with a
 few kilobytes of changes (presto notwithstanding).  It always baffled me
 that with an open-source system, the updates weren't merely patches for
 you to apply the last version.  And, even then, it really shouldn't be
 necessary to have to change a pile of other things unless the interface
 between them and the kernel changed.

The problem there is modules which are not part of the kernel. Fedora does
not support out-of-tree modules, especially proprietary ones. All the
modules actually IN the kernel get automatically upgraded as part of the
kernel package with no hassle.

Kevin Kofler

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: nVidia vs. ATI graphics card for fedora

2009-04-30 Thread Kevin Kofler
Globe Trotter wrote:
 How about the  ATI Fire GL V7600 512MB,Dual Monitor DVI Capable graphics
 card? Same issues, or worse?

Same. It's an r600 series. Please read the page I linked:
http://dri.freedesktop.org/wiki/ATIRadeon

 I really don't care about 3-D support: don't quite know what to do with
 it:-(

Desktop effects, for example.

If you pick one of those r600 or higher Radeon/FireGL cards, you end up
paying more and actually getting less.

Kevin Kofler

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: nVidia vs. ATI graphics card for fedora

2009-04-30 Thread Kevin Kofler
Robin Laing wrote:
 But until there are good open source drivers that support full 3D, there
 are not many options out there.  Thank copyrights and patent laws for
 making it so hard to produce open source drivers.
 
 Without support for 3D, many users wouldn't touch Linux.  I know that I
 wouldn't be able to use Linux at home and I would be stuck with either
 Windows or Macs which my family don't like.

3D just works, without proprietary drivers, with:
* Intel integrated chipsets (except the GMA500, which is part of Poulsbo)
* ATI Radeons = r5xx (that's = X1950)

So there's plenty of choice there, no excuses.

 As for the CANTFIX, I don't argue with that as it is impossible to know
 what the problems are.  It would be better to explain to the filers to
 submit the bugs to the manufacturer.

That's what we do. Unfortunately, users usually try to argue about it and
complain about us closing the bug rather than doing what they need to do to
get their bug actually fixed.

Kevin Kofler

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Software request

2009-04-30 Thread Kevin Kofler
g wrote:
 find you a copy of 'alien' to convert; 'alien -r deb-filename'

My experience is that alien tends to not work more often than not. And even
where it sorta works, the result doesn't necessarily work properly (e.g.
required postinstall scriptlets may not work). Distributions are very
different these days, converting a package is a lost cause.

Kevin Kofler

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: nVidia vs. ATI graphics card for fedora

2009-04-30 Thread Renich Bon Ciric
On Tue, Apr 28, 2009 at 9:25 AM, Globe Trotter itsme_...@yahoo.com wrote:
 Hi,

 I am ordering a souped-up workstation and I was wondering which graphics card 
 is preferable for running fedora:

 a 256 MB PCIe x16 nVidia NVS 290, Dual Monitor capable

 or

 a
 ATI Fire GL V3600 256MB, Dual Monitor DVI Capable               ATI3600

 What would you suggest? I do not need huge 3-d acceleration and stuff, but 
 want it to work well.

 Please let me know if I should provide more information.

 Best wishes,
 Trotter

You know, I have an nVidia and it works wonders!

BUT!!

Check out this website:
http://free3d.org/

and, also:
http://www.fsf.org/resources/hw


-- 
It's hard to be free... but I love to struggle!
Renich Bon Ciric

http://www.woralelandia.com/
http://www.introbella.com/

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Apache Virtual Server

2009-04-30 Thread Dennis Kaptain

 Dennis Kaptain wrote:

  [r...@confianza conf]# cat /etc/hosts
  # Do not remove the following line, or various programs
  # that require network functionality will fail.
  127.0.0.1localhost.localdomain localhost
  127.0.0.1confianza
  127.0.0.1confianzaZend
  ::1localhost6.localdomain6 localhost6
  192.168.0.2amoramor.
  192.168.0.3esperanza
  192.168.0.4confianza
  192.168.0.5 BRNEE2FCB
  192.168.0.6glitter
  192.168.0.8fe
  
   
 Here you have confianza defined twice in the hosts file. It could make 
 strange 
 errors happening.
 
 127.0.0.1  confianza
 192.168.0.4confianza
 
 Othervise the config with * wildcards should work as it's on the example from 
 apache's own documentation. But it could be still that you
 need to have ipaddress instead like you found out in your post.
 
 -VPK

I commented out the class c reference to # 192.168.0.4 confianza in /etc/hosts
changed my httpd.conf file to have *:80 in place of 127.0.0.1:80
restarted the network and httpd services and it went back to it's
old behavior of always returning /var/www/html/ regardless of what URL is 
requested.

So although it may be bad practice that wasn't the problem.
I decided that I really don't need that reference to confianza so 
I'll leave it out.

DK



  ¡Obtén la mejor experiencia en la web! Descarga gratis el nuevo Internet 
Explorer 8. http://downloads.yahoo.com/ieak8/?l=mx

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Software request

2009-04-30 Thread g
Kevin Kofler wrote:

 My experience is that alien tends to not work more often than not.

this i have heard, as well a good results.

but i thought i would pass it along instead of telling him to install
from .qz or source. :)


-- 

peace out.

tc,hago.

g
.


in a free world without fences, who needs gates.
**
help microsoft stamp out piracy - give linux to a friend today
**
to mess up a linux box, you need to work at it;
to mess up an ms windows box, you just need to *look at* it.
**
learn linux:
'Rute User's Tutorial and Exposition' http://rute.2038bug.com/index.html
'The Linux Documentation Project' http://www.tldp.org/
'LDP HOWTO-index' http://www.tldp.org/HOWTO/HOWTO-INDEX/index.html
'HowtoForge' http://howtoforge.com/




signature.asc
Description: OpenPGP digital signature
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: Blinking lights of death ? Netgear Switch GS108

2009-04-30 Thread Aldo Foot
On Wed, Apr 29, 2009 at 7:23 PM, Robert L Cochran
cochr...@speakeasy.net wrote:
 Has the device firmware been pharmed or simply partly flashed and then a
 power failure struck?

 If you would like to donate the unit to me, I'll try to find the time to
 take a look at it in the next few months. I'm still very much an amateur,
 and I'd like to try analyzing why the unit is not working and see if I can
 fix it. This assumes physical damage to the circuit board of some sort.
...snip
 The only way to be sure it is capacitor plague is to gut the unit and look
 at the PC board. If you look at the capacitors in it, and one or two are
 slightly bulged, or have black stuff that looks to be leaking from the
 bottoms, the device is dead, and should be replaced, unless you are the
 hacky type and change out the cap's or harvest the good parts off the corpse
 of the old switch.


 ~Seann

The unit has a blown capacitor, bulged and brown matter around it. Also there is
a white-ish powder under the PCB. It looks dirty. There is corrosion.
Not sure it's
worth fixing. It went on for well over a year working perfectly in a
well ventilated
room. The unit is for a server at my workplace, so they will replace it.
Many years ago, I used to make and fix network cards and switches at some
company, so I'll give it a shot myself at fixing this one just for kicks.

I very much appreciate your offer to fix this thing --even though there was no
warranty implied. :-)

Now, I've got to get a more reliable unit to last longer.
~af

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Software request

2009-04-30 Thread Beartooth
On Thu, 30 Apr 2009 12:22:44 +0530, Rahul Sundaram wrote:

 On 04/29/2009 07:39 PM, Beartooth wrote:
  Could some kind soul make an rpm and put it into a repository for
 gnome-format? It's at
 
 http://live.gnome.org/gnome-format -- and there are .debs there, but no
 .rpms.
 
  It *might* (I'm told) be able to handle the trouble some of us
 have been having wiping Conficker-prone M$-foulness (automount, I
 think) off thumb drives.
 
 nautilus-gdu is provided instead for Rawhide (Fedora 11). I could try
 and build a version for Fedora 10 if that is what you are using.

Well, I've run every release of Fedora so far; but after the 
misery I had with F9 and the great satisfaction I've had with F10, I am 
thinking seriously of sitting one out. 

So I'd be very glad if you would -- I just bought three more 
thumb drives, and I may want to try several temporary distros on each. 
TIA!


-- 
Beartooth Staffwright, PhD, Neo-Redneck Linux Convert
Remember I know precious little of what I am talking about.

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Editor to program in C

2009-04-30 Thread Nifty Fedora Mitch
On Thu, Apr 30, 2009 at 04:03:17AM +0930, Tim wrote:
 Subject: Re: Editor to program in C
 From: Tim ignored_mail...@yahoo.com.au
 To: hlhow...@pacbell.net,
   Community assistance, encouragement,
   and advice for using Fedora. fedora-list@redhat.com
 Cc: 
 Date: Thu, 30 Apr 2009 04:03:17 +0930
 Reply-To: Community assistance, encouragement,
   and advice for using Fedora. fedora-list@redhat.com
 Delivered-To: niftyfed...@niftyegg.com
 Return-Path: fedora-list-boun...@redhat.com
 Organization: I'm Spartacus!
 Message-Id: 1241029997.3873.1.ca...@suspishus.lan.cameratim.com
 Sender: fedora-list-boun...@redhat.com
 
 On Wed, 2009-04-29 at 09:46 -0700, Les wrote:
  A whole flock of ducks or geese in one shot!
 
  Kinda like emacs.
 
 And there we have the /top quote/ for emacs, it can kill a whole flock
 of ducks or geese!   ;-)
 
 -- 
 [...@localhost ~]$ uname -r
 2.6.27.21-78.2.41.fc9.i686
 
 Don't send private replies to my address, the mailbox is ignored.  I
 read messages from the public lists.

Emacs says it best!
   M^X doctor
   I am the psychotherapist.  Please, describe your problems.  Each time
   you are finished talking, type RET twice.

   Is vi better than emacs?

   What do you think?




 
 
 
 -- 
 fedora-list mailing list
 fedora-list@redhat.com
 To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
 Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

-- 
T o m  M i t c h e l l 
Found me a new hat, now what?

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Editor to program in C

2009-04-30 Thread Armin Moradi
 Emacs says it best!
   M^X doctor
   I am the psychotherapist.  Please, describe your problems.  Each time
   you are finished talking, type RET twice.

   Is vi better than emacs?

   What do you think?

Wow!  That's plain crazy!!!

-- 
Armin Moradi

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Difference between NAT and NAPT?

2009-04-30 Thread Nifty Fedora Mitch
On Wed, Apr 29, 2009 at 11:49:13PM +0200, Marko Vojinovic wrote:
 On Tuesday 28 April 2009 07:51, Nifty Fedora Mitch wrote:
  On Sun, Apr 26, 2009 at 05:51:52PM +0200, Marko Vojinovic wrote:
   In short, what is the difference? Are there any (dis)advantages of
   using one over the other?
 
  Put your subject line in a search engine like Google.
 
http://www.dcs.gla.ac.uk/~lewis/networkpages/m05s09NAT.htm
 
  For most mortals NAT is just fine.
  NAPT may be needed on a large private network but
  the hardware/ software has to work harder and thus
  may cost more.
 
 Well, I was already beginning to worry if my post made it to the list at 
 all. :-)
 
 Of course, I did do some research on the subject, but all that I found was 
 described in a very general way, and consequently vague. So I was hoping to 
 start a conversation with someone knowledgeable, in order to get more 
 concrete answers.
 
 My setup consists of three to five computers and a small wireless router, 
 with 
 an adsl uplink utilizing a dynamic public IP address (just a single one, the 
 m=1 case in the article you quoted). What I would like to understand better 
 is the following:
 
 * Why does my ISP's router manual insists on using NAPT over NAT? The ISP 
 tech 
 support admitted to not understand why and have no explanation, but 
 nevertheless they suggested that I set up the router as the manual says. Is 
 there a general well-known reason for insisting on such a setup?

With ADSL and a handfull of systems there will be little difference.

Stick with the ISP's documentation and recommendations.
Both of you will be on the same page should you need to fix anything.

The wikipedia notes are good enough.  See the section Drawbacks, Benefits.
   http://en.wikipedia.org/wiki/Network_address_translation
And see also:
   http://en.wikipedia.org/wiki/Port_address_translation
Do lookup and read the RFCs...

Since you are on ADSL I suspect you are very limited in the list of services you
can expose on their network.  In the normal case you only have one changeable 
IP address 
so famous services when permitted will have to be 'targeted' to a fixed host 
inside
and without some external Dynamic DNS service will be undiscoverable by the 
world.



-- 
T o m  M i t c h e l l 
Found me a new hat, now what?

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Fedora XP on same machine, good bad or ugly

2009-04-30 Thread Steven Kemp

Good Idea? on different hard drives. XP home installed now.
Good, Bad or ugly? Recommendations.
Steve

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Fedora XP on same machine, good bad or ugly

2009-04-30 Thread Peter Langfelder
On Thu, Apr 30, 2009 at 5:32 PM, Steven Kemp skemp...@roadrunner.com wrote:
 Good Idea? on different hard drives. XP home installed now.
 Good, Bad or ugly? Recommendations.
 Steve

I have Win XP  and F10 installed on the same HDD on a Lenovo T60
laptop. No problems, but then I don't think I used the XP a single
time since installing Fedora. To my knowledge the only issue is
setting the hardware clock - when you install fedora, you choose a
particular way of setting the clock so it doesn't clash with the one
XP uses.

HTH,

Peter

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Fedora XP on same machine, good bad or ugly

2009-04-30 Thread Arthur Pemberton
On Thu, Apr 30, 2009 at 7:32 PM, Steven Kemp skemp...@roadrunner.com wrote:
 Good Idea? on different hard drives. XP home installed now.
 Good, Bad or ugly? Recommendations.
 Steve


Nothing special. You may want to create some unused drive space (via a
partition manager) from Windows, and upon install tell Fedora to use
the un-utilized space only. If you run into problems, hop on to
irc://freenode/fedora

-- 
Fedora 9 : sulphur is good for the skin
( www.pembo13.com )

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Blinking lights of death ? Netgear Switch GS108

2009-04-30 Thread Robert L Cochran



On 04/30/2009 02:47 PM, Aldo Foot wrote:

On Wed, Apr 29, 2009 at 7:23 PM, Robert L Cochran
cochr...@speakeasy.net  wrote:
   

Has the device firmware been pharmed or simply partly flashed and then a
power failure struck?

If you would like to donate the unit to me, I'll try to find the time to
take a look at it in the next few months. I'm still very much an amateur,
and I'd like to try analyzing why the unit is not working and see if I can
fix it. This assumes physical damage to the circuit board of some sort.
 

...snip
   

The only way to be sure it is capacitor plague is to gut the unit and look
at the PC board. If you look at the capacitors in it, and one or two are
slightly bulged, or have black stuff that looks to be leaking from the
bottoms, the device is dead, and should be replaced, unless you are the
hacky type and change out the cap's or harvest the good parts off the corpse
of the old switch.


~Seann
   


The unit has a blown capacitor, bulged and brown matter around it. Also there is
a white-ish powder under the PCB. It looks dirty. There is corrosion.
Not sure it's
worth fixing. It went on for well over a year working perfectly in a
well ventilated
room. The unit is for a server at my workplace, so they will replace it.
Many years ago, I used to make and fix network cards and switches at some
company, so I'll give it a shot myself at fixing this one just for kicks.

I very much appreciate your offer to fix this thing --even though there was no
warranty implied. :-)

Now, I've got to get a more reliable unit to last longer.
~af

   
You probably have Chinese- or Taiwanese-manufactured capacitors in that 
unit, which are not as reliable as Japanese-manufactured capacitors. If 
you search the net you will find lists of known-unreliable capacitor 
manufacturers.


Bob

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Fedora XP on same machine, good bad or ugly

2009-04-30 Thread Mikkel L. Ellertson
Peter Langfelder wrote:
 On Thu, Apr 30, 2009 at 5:32 PM, Steven Kemp skemp...@roadrunner.com wrote:
 Good Idea? on different hard drives. XP home installed now.
 Good, Bad or ugly? Recommendations.
 Steve
 
 I have Win XP  and F10 installed on the same HDD on a Lenovo T60
 laptop. No problems, but then I don't think I used the XP a single
 time since installing Fedora. To my knowledge the only issue is
 setting the hardware clock - when you install fedora, you choose a
 particular way of setting the clock so it doesn't clash with the one
 XP uses.
 
 HTH,
 
 Peter
 
I have much the same setup on my Toshiba A105-S4004, except I
patched the Windows registry for the hardware clock being in UTC. I
don't have the registry patch handy, but I can post it again if you
need it.

Mikkel
-- 

  Do not meddle in the affairs of dragons,
for thou art crunchy and taste good with Ketchup!



signature.asc
Description: OpenPGP digital signature
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: Fedora XP on same machine, good bad or ugly

2009-04-30 Thread Robert L Cochran
I, too, am quite happily running Windows XP and Fedora on a laptop on 
the same hard drive. For variety I've also done it with separate 
external hard drives over USB. A modern hardware system ought to be able 
to run multiple modern operating systems harmoniously from one or more 
hard drives. For me, it all works fine. Peter and others have noted the 
hardware clock issue which you have to take care of.


Bob


On 04/30/2009 08:51 PM, Mikkel L. Ellertson wrote:

Peter Langfelder wrote:
   

On Thu, Apr 30, 2009 at 5:32 PM, Steven Kempskemp...@roadrunner.com  wrote:
 

Good Idea? on different hard drives. XP home installed now.
Good, Bad or ugly? Recommendations.
Steve
   

I have Win XP  and F10 installed on the same HDD on a Lenovo T60
laptop. No problems, but then I don't think I used the XP a single
time since installing Fedora. To my knowledge the only issue is
setting the hardware clock - when you install fedora, you choose a
particular way of setting the clock so it doesn't clash with the one
XP uses.

HTH,

Peter

 

I have much the same setup on my Toshiba A105-S4004, except I
patched the Windows registry for the hardware clock being in UTC. I
don't have the registry patch handy, but I can post it again if you
need it.

Mikkel
   


--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Fedora XP on same machine, good bad or ugly

2009-04-30 Thread Tom Horsley
On Thu, 30 Apr 2009 20:32:16 -0400
Steven Kemp wrote:

 Good Idea? on different hard drives. XP home installed now.
 Good, Bad or ugly? Recommendations.

I did it for a while, but got tired of it :-). It is good that
XP is already installed, because my experience has been that
a single ext3 filesystem in any partition anywhere on any disk
will make the XP installer crash almost the instant it starts,
so XP absolutely has to come first :-).

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Fedora XP on same machine, good bad or ugly

2009-04-30 Thread Steven Kemp

Tom thanks,
installing on 200G, third partition of 320G, so F10 additional partitions will 
not be primary. thats OK I think.


Steve

Tom Horsley wrote:

On Thu, 30 Apr 2009 20:32:16 -0400
Steven Kemp wrote:


Good Idea? on different hard drives. XP home installed now.
Good, Bad or ugly? Recommendations.


I did it for a while, but got tired of it :-). It is good that
XP is already installed, because my experience has been that
a single ext3 filesystem in any partition anywhere on any disk
will make the XP installer crash almost the instant it starts,
so XP absolutely has to come first :-).



--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Blinking lights of death ? Netgear Switch GS108

2009-04-30 Thread g
Robert L Cochran wrote:
 On 04/30/2009 02:47 PM, Aldo Foot wrote:
snip
 The unit has a blown capacitor, bulged and brown matter around it. Also 
 there is
snip
 You probably have Chinese- or Taiwanese-manufactured capacitors in that 
 unit, which are not as reliable as Japanese-manufactured capacitors. If 
 you search the net you will find lists of known-unreliable capacitor 
 manufacturers.

robert, aldo,

if you run a google search for 'bad caps' or 'bad capacitors', you will find
a large hit score.

most of hits will relate to a stolen recipe for capacitors that was missing
all ingredients.

it is primarily in asian countries and mainly lower level companies.

this hit mainly with mainboards and power supplies, along with other hardware
that use low cost capacitors.

this problems has pretty well ended, but when you make repair, do use a high
quality brand. radio shack does not fall with in high quality definition.

order from a local supplier, or a well know catalog supplier. small adds in
back of electronic magazines do not qualify.

also, be sure you check diodes as caps are known to take them out also.

when you clean board, be sure you get all of crud off board and hope that
no hidden corrosion has started.

yes. i am a 'hardware head' and i have seen this problem, even with an abit
mainboard of my own.

much luck.


-- 

peace out.

tc,hago.

g
.


in a free world without fences, who needs gates.
**
help microsoft stamp out piracy - give linux to a friend today
**
to mess up a linux box, you need to work at it;
to mess up an ms windows box, you just need to *look at* it.
**
learn linux:
'Rute User's Tutorial and Exposition' http://rute.2038bug.com/index.html
'The Linux Documentation Project' http://www.tldp.org/
'LDP HOWTO-index' http://www.tldp.org/HOWTO/HOWTO-INDEX/index.html
'HowtoForge' http://howtoforge.com/




signature.asc
Description: OpenPGP digital signature
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Nouveau driver on F10

2009-04-30 Thread john wendel
Since the nv driver seems to have lots of problems, I thought I'd try 
the nouveau driver.  The result was a black screen and a locked up box. 
No Xorg.0.log file created, so no errors to report.


Does this actually work with F10? Anybody got it running? Tips?

Thanks,

John

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Nouveau driver on F10

2009-04-30 Thread Antonio Olivares




--- On Thu, 4/30/09, john wendel jwende...@comcast.net wrote:

 From: john wendel jwende...@comcast.net
 Subject: Nouveau driver on F10
 To: For users of Fedora fedora-list@redhat.com
 Date: Thursday, April 30, 2009, 8:52 PM
 Since the nv driver seems to have lots of
 problems, I thought I'd try the nouveau driver.  The
 result was a black screen and a locked up box. No Xorg.0.log
 file created, so no errors to report.
 
 Does this actually work with F10? Anybody got it running?
 Tips?
 
 Thanks,
 
 John
 
 -- fedora-list mailing list


I was using it on Fedora 10 with nvidia card:

[oliva...@localhost ~]$ /sbin/lspci | grep 'VGA'
01:00.0 VGA compatible controller: nVidia Corporation GeForce 8400 GS (rev a1)
[oliva...@localhost ~]$ 

However, I wanted to watch movies and get the best out of my experience.  While 
the nvoueau worked, it was not to my liking.  I enabled rpm fusion and 
installed nvidia drivers and now can play movies and have no troubles like I 
did with nvoueau.  If you want to get the best out of your card, go ahead and 
enable rpm fusion and install the nvidia driver.  Check out the following 
page(s) if you will follow this route:

http://www.mjmwired.net/resources/mjm-fedora-f10.html

and/or

http://www.fedorafaq.org/

and you should be set provided your card is supported in some way.  Also you 
are encouraged to install akmod package, this way when and if you install a new 
kernel, the akmod package takes care of building the nvidia driver against your 
new kernel and all should just work.  

If you do not need multimedia capabilities the noveaux driver should work, and 
if it does not, many will encourage you to file bug reports.  

Regards,

Antonio 


  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Nouveau driver on F10

2009-04-30 Thread john wendel

Antonio Olivares wrote:




--- On Thu, 4/30/09, john wendel jwende...@comcast.net wrote:


From: john wendel jwende...@comcast.net
Subject: Nouveau driver on F10
To: For users of Fedora fedora-list@redhat.com
Date: Thursday, April 30, 2009, 8:52 PM
Since the nv driver seems to have lots of
problems, I thought I'd try the nouveau driver.  The
result was a black screen and a locked up box. No Xorg.0.log
file created, so no errors to report.

Does this actually work with F10? Anybody got it running?
Tips?

Thanks,

John

-- fedora-list mailing list



I was using it on Fedora 10 with nvidia card:

[oliva...@localhost ~]$ /sbin/lspci | grep 'VGA'
01:00.0 VGA compatible controller: nVidia Corporation GeForce 8400 GS (rev a1)
[oliva...@localhost ~]$ 


However, I wanted to watch movies and get the best out of my experience.  While 
the nvoueau worked, it was not to my liking.  I enabled rpm fusion and 
installed nvidia drivers and now can play movies and have no troubles like I 
did with nvoueau.  If you want to get the best out of your card, go ahead and 
enable rpm fusion and install the nvidia driver.  Check out the following 
page(s) if you will follow this route:

http://www.mjmwired.net/resources/mjm-fedora-f10.html

and/or

http://www.fedorafaq.org/

and you should be set provided your card is supported in some way.  Also you are encouraged to install akmod package, this way when and if you install a new kernel, the akmod package takes care of building the nvidia driver against your new kernel and all should just work.  

If you do not need multimedia capabilities the noveaux driver should work, and if it does not, many will encourage you to file bug reports.  


Regards,

Antonio 


Thanks for the reply. I'm using the nvidia driver for my new cards, but 
this card is a TNT2 (10 years old). The nvidia driver that supports it 
won't build with the current F10 kernel, the nv driver is a P.O.S, and 
it looks like nouveau doesn't like it either. Guess I'm out of luck.


If F11 doesn't work, I'll file a bugzilla.

Thanks,

John


--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Blinking lights of death ? Netgear Switch GS108

2009-04-30 Thread max
On Fri, May 01, 2009 at 03:18:26AM +, g wrote:

 
 yes. i am a 'hardware head' and i have seen this problem, even with an abit
 mainboard of my own.
 

What's a good electronics book? I'm looking for a beginner to intermediate 
skill level type book.
-- 
Any fool can know. The point is to understand --Albert Einstein

Bored??
http://fiction.wikia.com/wiki/Fuqwit1.0

http://fiction.wikia.com/wiki/Coding_the_Magic_into_the_Eight_Ball

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Nouveau driver on F10

2009-04-30 Thread Anthony Messina
On Thursday 30 April 2009 22:52:46 john wendel wrote:
 Since the nv driver seems to have lots of problems, I thought I'd try
 the nouveau driver.  The result was a black screen and a locked up box.
 No Xorg.0.log file created, so no errors to report.

 Does this actually work with F10? Anybody got it running? Tips?

I use nouveau successfully with KDE in F10, but with Desktop Effects 
disabled, otherwise I get a huge white screen.

I have a dual-head display using the XRandR method with the following in 
/etc/X11/xorg.conf:

Section ServerLayout
Identifier Default Layout
Screen  0  Screen0 0 0
EndSection

Section Files

EndSection

Section ServerFlags
Option  AIGLX off
EndSection

Section Monitor
Identifier   DVI-I-0
Option   LeftOf VGA-0
Option   PreferredMode 1680x1050
EndSection

Section Monitor
Identifier   VGA-0
Option   PreferredMode 1280x1024
Option   DPMS Off
EndSection

Section Device
Identifier  Device0
Driver  nouveau
EndSection

Section Screen
Identifier Screen0
Device Device0
DefaultDepth 24
SubSection Display
Depth 24
EndSubSection
EndSection

Section Extensions
Option  Composite Disable
EndSection

-- 
Anthony - http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E



signature.asc
Description: This is a digitally signed message part.
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: [Fedora-livecd-list] [PATCH] Make USB disk into full DVD installer

2009-04-30 Thread Warren Togami

On 04/29/2009 11:03 PM, Jeremy Katz wrote:

Yes, but at least it's written in python so that things can be
abstracted nicely rather than the horrors of shell :-)  At which point,
maybe it should have a rename.  But I'll leave that for Luke ;-)

Jeremy


Would you accept a patch for livecd-iso-to-disk.sh that detects if the 
ISO is an anaconda installer and prints a helpful message?  Otherwise it 
appears to succeed like it does now, while being not useful.


Warren

--
Fedora-livecd-list mailing list
Fedora-livecd-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-livecd-list


Re: Remote Desktop Spin

2009-04-30 Thread Rahul Sundaram
On 04/30/2009 02:08 AM, Keiran Smith wrote:
 Hi Guys,
   Recently I was looking for a Remote desktop server that Will allow
 Multiple Users to connect to It. I found one and decided to make a spin.
 The spin will include various remote desktop tools such as rDesktop,
 Vino, VNC etc.
   I was wondering if anyone would like to help out on this project with
 integration nd testing.

Does it require a spin? IMO, the desktop spin should serve this purpose
as well.

Rahul

-- 
Fedora-marketing-list mailing list
Fedora-marketing-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-marketing-list


Re: Fedora Wordpress widget

2009-04-30 Thread magesh
people doing great works like this... needs recognition thats why i asked
you
good keep doing these kind of works

-- 
magesh
Life is just tryin out things to see if they work

http://magesh.geexhq.com/
http://twitter.com/mageshcse
-- 
Fedora-marketing-list mailing list
Fedora-marketing-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-marketing-list

Re: Remote Desktop Spin

2009-04-30 Thread Gianluca Sforna
On Wed, Apr 29, 2009 at 10:38 PM, Keiran Smith af...@fedoraproject.org wrote:
   Recently I was looking for a Remote desktop server that Will allow
 Multiple Users to connect to It.

Isn't this provided by LTSP?
https://fedorahosted.org/k12linux/


-- 
Gianluca Sforna

http://morefedora.blogspot.com
http://www.linkedin.com/in/gianlucasforna

-- 
Fedora-marketing-list mailing list
Fedora-marketing-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-marketing-list


Re: Fedora Wordpress widget

2009-04-30 Thread Steven Moix
On Wed, 2009-04-29 at 15:34 +0100, Keiran Smith wrote:
 I coded a wordpress widget (Its very basic) That displays the fedora
 11 countdown
 
 http://keiran-smith.net/2009/04/fedora-11-countdown-for-wordpress/
 
 This should help people spread the word of fedora throughout their
 blogs etc.
 
 Im sorry if anyone considers this as spam

Fantastic, I added it too :)

Steven

-- 
Fedora-marketing-list mailing list
Fedora-marketing-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-marketing-list


Re: Press kits

2009-04-30 Thread Steven Moix
On Wed, 2009-04-29 at 19:56 -0400, Paul W. Frields wrote:
 On Wed, Apr 29, 2009 at 05:51:05PM -0600, Clint Savage wrote:
  On Wed, Apr 29, 2009 at 5:45 PM, Paul W. Frields sticks...@gmail.com 
  wrote:
   On Wed, Apr 29, 2009 at 05:26:22PM -0600, Clint Savage wrote:
   It might be a good idea to talk with Moixs about this as he sent me
   some press kits as well as some to Jack.  As I understood it, they
   were being translated already.
  
   Who's reviewed the text and design at this point?
  
  Pretty much me and Jack since it was physical presskits.  I think
  Moixs was going to put them up on our site but I think how he created
  them wasn't using free tools and he was trying to find a way to do
  that.  I'm not sure though, so don't quote me on that.
 
 Let's see if Moixs pokes his head in on this thread tomorrow; he's
 likely asleep now.  The press kit I was talking about has a more
 limited audience, but any press kit that Fedora is sending out really
 must use free tools.  It sounds like that's already being addressed.
 If the original was prepared in French, I'm keen to see the English
 translation when finished.  Maybe Moixs can tell us who's working on
 that, unless you or Jack know.

Ok, a résumé of the situation:

* Jack should have translated my physical press kits by now.
* I asked the Art team to recreate these press kits in Scribus one week
ago, not much going on since then. It's in the design service queue on
http://fedoraproject.org/wiki/Artwork/DesignService

We have 2 choices now if nothing moves quickly:
* Send me the English texts and I'll create the PDF files from my Adobe
InDesign source (my trial version still hasn't expired), we can always
recreate the models in Scribus later.
* Use Paul's press kit for the F11 release and only use the new ones for
F12.

Steven

-- 
Fedora-marketing-list mailing list
Fedora-marketing-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-marketing-list


Re: Press kits

2009-04-30 Thread Steven Moix
On Wed, 2009-04-29 at 18:12 +0200, Max Spevack wrote:
 What's the status of press kits for Fedora 11?
 
 Are they designed?

3 press kits exist:
* Mine which are meant to be physically printed
* Jack's kits which are an electronic version
* Paul's kits which are a mix of both :p

 Has the content been reviewed/approved?

Jack, Herlo and you have some of the kits (or they should arrive in the next 
days at your office in NL) :p

 When will be sending them out?

Depends on which kit we select for this release.

 etc.
 
 --Max
 

-- 
Fedora-marketing-list mailing list
Fedora-marketing-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-marketing-list


Re: F11 screenshots tour

2009-04-30 Thread Steven Moix
On Wed, 2009-04-29 at 18:41 +0200, Steven Moix wrote:
 On Wed, 2009-04-29 at 18:24 +0200, Max Spevack wrote:
  On Wed, 29 Apr 2009, Jack Aboutboul wrote:
  
   Is someone willing to volunteer to do this?
  
  Moixs is listed as the owner of the screenshots.  Can we confirm whether 
  or not he's still able to do it?
 
 Yes yes, it's on my planning for tomorrow. i just need a confirmation
 from Art that the Anaconda artwork won't change.

I got a confirmation from mizmo, I'll go ahead and complete the page in
the next couple of hours.

Steven

-- 
Fedora-marketing-list mailing list
Fedora-marketing-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-marketing-list


Re: Press kits

2009-04-30 Thread Max Spevack

On Wed, 29 Apr 2009, Paul W. Frields wrote:


Who's reviewed the text and design at this point?


Jack, you need to work to integrate the existing press kits with the 
stuff that you are meeting with Mairin about in Westford, and ultimately 
get Paul's buy-in on whatever it is you come up with.


Best to report back to the list on all of this as well, IMHO.

--Max

--
Fedora-marketing-list mailing list
Fedora-marketing-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-marketing-list


Slogan final

2009-04-30 Thread Paul W. Frields
The slogan for Fedora 11 Leonidas will be:
Reign.

Thanks everyone for your thoughts and excellent suggestions.  Make
sure you pick up a copy of the download counter for your personal
sites, or check out the Wordpress plugin here:
http://blog.berkenpies.nl/2009/04/01/fedora-11-countdown-counter/

-- 
Paul W. Frieldshttp://paul.frields.org/
  gpg fingerprint: 3DA6 A0AC 6D58 FEC4 0233  5906 ACDB C937 BD11 3717
  http://redhat.com/   -  -  -  -   http://pfrields.fedorapeople.org/
  irc.freenode.net: stickster @ #fedora-docs, #fedora-devel, #fredlug

-- 
Fedora-marketing-list mailing list
Fedora-marketing-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-marketing-list


Re: Press kits

2009-04-30 Thread Paul W. Frields
On Thu, Apr 30, 2009 at 03:07:57PM +0200, Max Spevack wrote:
 On Wed, 29 Apr 2009, Paul W. Frields wrote:

 Who's reviewed the text and design at this point?

 Jack, you need to work to integrate the existing press kits with the  
 stuff that you are meeting with Mairin about in Westford, and ultimately  
 get Paul's buy-in on whatever it is you come up with.

One thing I see in these kits that needs to be addressed is the need
for a brief how to use this media blurb.  The Live USB press sheets
that Caroline and I send to journalists have instructions on what to
do with the Live USB key.  They also present factoids on the release
that are useful for a journalist even if they don't choose to set up
an interview for an article.

 Best to report back to the list on all of this as well, IMHO.

I cannot emphasize strongly enough that this list remains the best way
to make sure that everyone is pulling the same way, and that we all
know work is progressing as it should.  In other words, big +1.

-- 
Paul W. Frieldshttp://paul.frields.org/
  gpg fingerprint: 3DA6 A0AC 6D58 FEC4 0233  5906 ACDB C937 BD11 3717
  http://redhat.com/   -  -  -  -   http://pfrields.fedorapeople.org/
  irc.freenode.net: stickster @ #fedora-docs, #fedora-devel, #fredlug

-- 
Fedora-marketing-list mailing list
Fedora-marketing-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-marketing-list


Re: F11 screenshots tour

2009-04-30 Thread Steven Moix
Hi there,

On Thu, 2009-04-30 at 12:46 +0200, Steven Moix wrote:
 On Wed, 2009-04-29 at 18:41 +0200, Steven Moix wrote:
  On Wed, 2009-04-29 at 18:24 +0200, Max Spevack wrote:
   On Wed, 29 Apr 2009, Jack Aboutboul wrote:
   
Is someone willing to volunteer to do this?
   
   Moixs is listed as the owner of the screenshots.  Can we confirm whether 
   or not he's still able to do it?
  
  Yes yes, it's on my planning for tomorrow. i just need a confirmation
  from Art that the Anaconda artwork won't change.
 
 I got a confirmation from mizmo, I'll go ahead and complete the page in
 the next couple of hours.
 
 Steven
 

I started to upload pictures on
https://fedoraproject.org/wiki/Fedora_11_Screenshot_Tour

As mentioned by Max, I reduced the number of Anaconda/setup screenshots
by 50%. I made them during the install (Shift+printscreen saves them
somewhere) but they were not saved after the reboot, I'm quite pissed.

Feel free to add your pictures in the Applications section. The rules
are simple: 1000 pixels wide and only display software available in
Fedora, we don't want rpmfusion stuff in there.

Can someone make KDE, XFCE or Sugar screenshots?

Steven 

-- 
Fedora-marketing-list mailing list
Fedora-marketing-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-marketing-list


Re: Slogan final

2009-04-30 Thread Ian Weller
On Thu, Apr 30, 2009 at 09:40:27AM -0400, Paul W. Frields wrote:
 The slogan for Fedora 11 Leonidas will be:
 Reign.
 
This alone made my day so much better. :)

-- 
Ian Weller i...@ianweller.org
GnuPG fingerprint:  E51E 0517 7A92 70A2 4226  B050 87ED 7C97 EFA8 4A36


pgpeekXDStlEx.pgp
Description: PGP signature
-- 
Fedora-marketing-list mailing list
Fedora-marketing-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-marketing-list

rpms/perl-App-Daemon/F-11 perl-App-Daemon.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-04-30 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-App-Daemon/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11581/F-11

Modified Files:
.cvsignore sources 
Added Files:
perl-App-Daemon.spec 
Log Message:
initial import


--- NEW FILE perl-App-Daemon.spec ---
Name:   perl-App-Daemon
Version:0.06
Release:1%{?dist}
Summary:Start an Application as a Daemon
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/App-Daemon/
Source0:
http://www.cpan.org/authors/id/M/MS/MSCHILLI/App-Daemon-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(File::Pid)
BuildRequires:  perl(Log::Log4perl) = 1.0
BuildRequires:  perl(Proc::ProcessTable)
BuildRequires:  perl(Test::More)
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

%description
App::Daemon helps running an application as a daemon.

%prep
%setup -q -n App-Daemon-%{version}
chmod 644 eg/*
sed -i -e 's!/usr/local!/usr!' eg/*

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README eg
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Fri Apr 10 2009 Iain Arnell 0.06-1
- Specfile autogenerated by cpanspec 1.77.
- remove explicit requires
- add eg to docs


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-App-Daemon/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  30 Apr 2009 04:49:22 -  1.1
+++ .cvsignore  30 Apr 2009 07:11:17 -  1.2
@@ -0,0 +1 @@
+App-Daemon-0.06.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-App-Daemon/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 30 Apr 2009 04:49:22 -  1.1
+++ sources 30 Apr 2009 07:11:18 -  1.2
@@ -0,0 +1 @@
+475859e3fa7f67c2dfd4d5d8bea1475d  App-Daemon-0.06.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-App-Daemon/F-10 perl-App-Daemon.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-04-30 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-App-Daemon/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11581/F-10

Modified Files:
.cvsignore sources 
Added Files:
perl-App-Daemon.spec 
Log Message:
initial import


--- NEW FILE perl-App-Daemon.spec ---
Name:   perl-App-Daemon
Version:0.06
Release:1%{?dist}
Summary:Start an Application as a Daemon
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/App-Daemon/
Source0:
http://www.cpan.org/authors/id/M/MS/MSCHILLI/App-Daemon-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(File::Pid)
BuildRequires:  perl(Log::Log4perl) = 1.0
BuildRequires:  perl(Proc::ProcessTable)
BuildRequires:  perl(Test::More)
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

%description
App::Daemon helps running an application as a daemon.

%prep
%setup -q -n App-Daemon-%{version}
chmod 644 eg/*
sed -i -e 's!/usr/local!/usr!' eg/*

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README eg
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Fri Apr 10 2009 Iain Arnell 0.06-1
- Specfile autogenerated by cpanspec 1.77.
- remove explicit requires
- add eg to docs


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-App-Daemon/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  30 Apr 2009 04:49:22 -  1.1
+++ .cvsignore  30 Apr 2009 07:11:17 -  1.2
@@ -0,0 +1 @@
+App-Daemon-0.06.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-App-Daemon/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 30 Apr 2009 04:49:22 -  1.1
+++ sources 30 Apr 2009 07:11:17 -  1.2
@@ -0,0 +1 @@
+475859e3fa7f67c2dfd4d5d8bea1475d  App-Daemon-0.06.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-App-Daemon/devel perl-App-Daemon.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-04-30 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-App-Daemon/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11581/devel

Modified Files:
.cvsignore sources 
Added Files:
perl-App-Daemon.spec 
Log Message:
initial import


--- NEW FILE perl-App-Daemon.spec ---
Name:   perl-App-Daemon
Version:0.06
Release:1%{?dist}
Summary:Start an Application as a Daemon
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/App-Daemon/
Source0:
http://www.cpan.org/authors/id/M/MS/MSCHILLI/App-Daemon-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(File::Pid)
BuildRequires:  perl(Log::Log4perl) = 1.0
BuildRequires:  perl(Proc::ProcessTable)
BuildRequires:  perl(Test::More)
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

%description
App::Daemon helps running an application as a daemon.

%prep
%setup -q -n App-Daemon-%{version}
chmod 644 eg/*
sed -i -e 's!/usr/local!/usr!' eg/*

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README eg
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Fri Apr 10 2009 Iain Arnell 0.06-1
- Specfile autogenerated by cpanspec 1.77.
- remove explicit requires
- add eg to docs


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-App-Daemon/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  30 Apr 2009 04:49:22 -  1.1
+++ .cvsignore  30 Apr 2009 07:11:18 -  1.2
@@ -0,0 +1 @@
+App-Daemon-0.06.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-App-Daemon/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 30 Apr 2009 04:49:22 -  1.1
+++ sources 30 Apr 2009 07:11:18 -  1.2
@@ -0,0 +1 @@
+475859e3fa7f67c2dfd4d5d8bea1475d  App-Daemon-0.06.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Perl-Tags/F-10 perl-Perl-Tags.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-04-30 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-Perl-Tags/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12537/F-10

Modified Files:
.cvsignore sources 
Added Files:
perl-Perl-Tags.spec 
Log Message:
initial import


--- NEW FILE perl-Perl-Tags.spec ---
Name:   perl-Perl-Tags
Version:0.26
Release:1%{?dist}
Summary:Generate Ctags style tags for Perl sourcecode
License:(GPL+ or Artistic) or Vim
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Perl-Tags/
Source0:
http://www.cpan.org/authors/id/O/OS/OSFAMERON/Perl-Tags-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Module::Locate)
BuildRequires:  perl(PPI)
BuildRequires:  perl(Test::More) = 0.42
BuildRequires:  perl(Test::Pod)
BuildRequires:  vim-enhanced
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

%description
Generate (possibly exuberant) Ctags style tags for Perl sourcecode.

Recursively follows use and require statements, up to a maximum of max_level.

The implemented tagger, Perl::Tags::Naive is a more-or-less straight ripoff,
slightly updated, of the original pltags code, and is rather naive. It should
be possible to subclass using something like PPI or Text::Balanced, though be
aware that this is alpha software and the internals are subject to change.

%prep
%setup -q -n Perl-Tags-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README TODO
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Wed Apr 29 2009 Iain Arnell 0.26-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Perl-Tags/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  30 Apr 2009 05:03:28 -  1.1
+++ .cvsignore  30 Apr 2009 07:14:14 -  1.2
@@ -0,0 +1 @@
+Perl-Tags-0.26.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Perl-Tags/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 30 Apr 2009 05:03:28 -  1.1
+++ sources 30 Apr 2009 07:14:14 -  1.2
@@ -0,0 +1 @@
+7ce83250ffa83ca25c40c9aaa9adc9b2  Perl-Tags-0.26.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Perl-Tags/F-11 perl-Perl-Tags.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-04-30 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-Perl-Tags/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12537/F-11

Modified Files:
.cvsignore sources 
Added Files:
perl-Perl-Tags.spec 
Log Message:
initial import


--- NEW FILE perl-Perl-Tags.spec ---
Name:   perl-Perl-Tags
Version:0.26
Release:1%{?dist}
Summary:Generate Ctags style tags for Perl sourcecode
License:(GPL+ or Artistic) or Vim
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Perl-Tags/
Source0:
http://www.cpan.org/authors/id/O/OS/OSFAMERON/Perl-Tags-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Module::Locate)
BuildRequires:  perl(PPI)
BuildRequires:  perl(Test::More) = 0.42
BuildRequires:  perl(Test::Pod)
BuildRequires:  vim-enhanced
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

%description
Generate (possibly exuberant) Ctags style tags for Perl sourcecode.

Recursively follows use and require statements, up to a maximum of max_level.

The implemented tagger, Perl::Tags::Naive is a more-or-less straight ripoff,
slightly updated, of the original pltags code, and is rather naive. It should
be possible to subclass using something like PPI or Text::Balanced, though be
aware that this is alpha software and the internals are subject to change.

%prep
%setup -q -n Perl-Tags-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README TODO
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Wed Apr 29 2009 Iain Arnell 0.26-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Perl-Tags/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  30 Apr 2009 05:03:28 -  1.1
+++ .cvsignore  30 Apr 2009 07:14:14 -  1.2
@@ -0,0 +1 @@
+Perl-Tags-0.26.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Perl-Tags/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 30 Apr 2009 05:03:28 -  1.1
+++ sources 30 Apr 2009 07:14:14 -  1.2
@@ -0,0 +1 @@
+7ce83250ffa83ca25c40c9aaa9adc9b2  Perl-Tags-0.26.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Perl-Tags/devel perl-Perl-Tags.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-04-30 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-Perl-Tags/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12537/devel

Modified Files:
.cvsignore sources 
Added Files:
perl-Perl-Tags.spec 
Log Message:
initial import


--- NEW FILE perl-Perl-Tags.spec ---
Name:   perl-Perl-Tags
Version:0.26
Release:1%{?dist}
Summary:Generate Ctags style tags for Perl sourcecode
License:(GPL+ or Artistic) or Vim
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Perl-Tags/
Source0:
http://www.cpan.org/authors/id/O/OS/OSFAMERON/Perl-Tags-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Module::Locate)
BuildRequires:  perl(PPI)
BuildRequires:  perl(Test::More) = 0.42
BuildRequires:  perl(Test::Pod)
BuildRequires:  vim-enhanced
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

%description
Generate (possibly exuberant) Ctags style tags for Perl sourcecode.

Recursively follows use and require statements, up to a maximum of max_level.

The implemented tagger, Perl::Tags::Naive is a more-or-less straight ripoff,
slightly updated, of the original pltags code, and is rather naive. It should
be possible to subclass using something like PPI or Text::Balanced, though be
aware that this is alpha software and the internals are subject to change.

%prep
%setup -q -n Perl-Tags-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README TODO
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Wed Apr 29 2009 Iain Arnell 0.26-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Perl-Tags/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  30 Apr 2009 05:03:28 -  1.1
+++ .cvsignore  30 Apr 2009 07:14:15 -  1.2
@@ -0,0 +1 @@
+Perl-Tags-0.26.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Perl-Tags/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 30 Apr 2009 05:03:28 -  1.1
+++ sources 30 Apr 2009 07:14:15 -  1.2
@@ -0,0 +1 @@
+7ce83250ffa83ca25c40c9aaa9adc9b2  Perl-Tags-0.26.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-App-Nopaste/F-10 perl-App-Nopaste.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-04-30 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-App-Nopaste/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13897/F-10

Modified Files:
.cvsignore sources 
Added Files:
perl-App-Nopaste.spec 
Log Message:
initial import


--- NEW FILE perl-App-Nopaste.spec ---
Name:   perl-App-Nopaste
Version:0.10
Release:1%{?dist}
Summary:Easy access to any pastebin
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/App-Nopaste/
Source0:
http://www.cpan.org/authors/id/S/SA/SARTAK/App-Nopaste-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Module::Pluggable)
BuildRequires:  perl(Moose)
BuildRequires:  perl(MooseX::Getopt)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(WWW::Mechanize)
# necessary for optional modules
BuildRequires:  perl(Clipboard)
BuildRequires:  perl(Config::INI::Reader)
BuildRequires:  perl(Git)
BuildRequires:  perl(WWW::Pastebin::PastebinCom::Create)
BuildRequires:  perl(WWW::Pastebin::RafbNet::Create)
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
# autoreq doesn't catch this
Requires:   perl(MooseX::Getopt)
# necessary for optional modules
Requires:   perl(Clipboard)
Requires:   perl(Config::INI::Reader)
Requires:   perl(Git)
Requires:   perl(WWW::Pastebin::PastebinCom::Create)
Requires:   perl(WWW::Pastebin::RafbNet::Create)

%description
Pastebins (also known as nopaste sites) let you post text, usually code,
for public viewing. They're used a lot in IRC channels to show code that
would normally be too long to give directly in the channel (hence the
name nopaste).

%prep
%setup -q -n App-Nopaste-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes
%{perl_vendorlib}/*
%{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/man3/*

%changelog
* Sun Apr 19 2009 Iain Arnell iarn...@gmail.com 0.10-1
- Specfile autogenerated by cpanspec 1.77.
- add requires for optional modules
- add bindir and man1 to files


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-App-Nopaste/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  30 Apr 2009 05:00:58 -  1.1
+++ .cvsignore  30 Apr 2009 07:18:15 -  1.2
@@ -0,0 +1 @@
+App-Nopaste-0.10.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-App-Nopaste/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 30 Apr 2009 05:00:58 -  1.1
+++ sources 30 Apr 2009 07:18:15 -  1.2
@@ -0,0 +1 @@
+78d560ad4fb67cb8ceb0d84c4de40ed0  App-Nopaste-0.10.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-App-Nopaste/F-11 perl-App-Nopaste.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-04-30 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-App-Nopaste/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13897/F-11

Modified Files:
.cvsignore sources 
Added Files:
perl-App-Nopaste.spec 
Log Message:
initial import


--- NEW FILE perl-App-Nopaste.spec ---
Name:   perl-App-Nopaste
Version:0.10
Release:1%{?dist}
Summary:Easy access to any pastebin
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/App-Nopaste/
Source0:
http://www.cpan.org/authors/id/S/SA/SARTAK/App-Nopaste-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Module::Pluggable)
BuildRequires:  perl(Moose)
BuildRequires:  perl(MooseX::Getopt)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(WWW::Mechanize)
# necessary for optional modules
BuildRequires:  perl(Clipboard)
BuildRequires:  perl(Config::INI::Reader)
BuildRequires:  perl(Git)
BuildRequires:  perl(WWW::Pastebin::PastebinCom::Create)
BuildRequires:  perl(WWW::Pastebin::RafbNet::Create)
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
# autoreq doesn't catch this
Requires:   perl(MooseX::Getopt)
# necessary for optional modules
Requires:   perl(Clipboard)
Requires:   perl(Config::INI::Reader)
Requires:   perl(Git)
Requires:   perl(WWW::Pastebin::PastebinCom::Create)
Requires:   perl(WWW::Pastebin::RafbNet::Create)

%description
Pastebins (also known as nopaste sites) let you post text, usually code,
for public viewing. They're used a lot in IRC channels to show code that
would normally be too long to give directly in the channel (hence the
name nopaste).

%prep
%setup -q -n App-Nopaste-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes
%{perl_vendorlib}/*
%{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/man3/*

%changelog
* Sun Apr 19 2009 Iain Arnell iarn...@gmail.com 0.10-1
- Specfile autogenerated by cpanspec 1.77.
- add requires for optional modules
- add bindir and man1 to files


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-App-Nopaste/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  30 Apr 2009 05:00:58 -  1.1
+++ .cvsignore  30 Apr 2009 07:18:16 -  1.2
@@ -0,0 +1 @@
+App-Nopaste-0.10.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-App-Nopaste/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 30 Apr 2009 05:00:58 -  1.1
+++ sources 30 Apr 2009 07:18:16 -  1.2
@@ -0,0 +1 @@
+78d560ad4fb67cb8ceb0d84c4de40ed0  App-Nopaste-0.10.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-App-Nopaste/devel perl-App-Nopaste.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-04-30 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-App-Nopaste/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13897/devel

Modified Files:
.cvsignore sources 
Added Files:
perl-App-Nopaste.spec 
Log Message:
initial import


--- NEW FILE perl-App-Nopaste.spec ---
Name:   perl-App-Nopaste
Version:0.10
Release:1%{?dist}
Summary:Easy access to any pastebin
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/App-Nopaste/
Source0:
http://www.cpan.org/authors/id/S/SA/SARTAK/App-Nopaste-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Module::Pluggable)
BuildRequires:  perl(Moose)
BuildRequires:  perl(MooseX::Getopt)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(WWW::Mechanize)
# necessary for optional modules
BuildRequires:  perl(Clipboard)
BuildRequires:  perl(Config::INI::Reader)
BuildRequires:  perl(Git)
BuildRequires:  perl(WWW::Pastebin::PastebinCom::Create)
BuildRequires:  perl(WWW::Pastebin::RafbNet::Create)
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
# autoreq doesn't catch this
Requires:   perl(MooseX::Getopt)
# necessary for optional modules
Requires:   perl(Clipboard)
Requires:   perl(Config::INI::Reader)
Requires:   perl(Git)
Requires:   perl(WWW::Pastebin::PastebinCom::Create)
Requires:   perl(WWW::Pastebin::RafbNet::Create)

%description
Pastebins (also known as nopaste sites) let you post text, usually code,
for public viewing. They're used a lot in IRC channels to show code that
would normally be too long to give directly in the channel (hence the
name nopaste).

%prep
%setup -q -n App-Nopaste-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes
%{perl_vendorlib}/*
%{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/man3/*

%changelog
* Sun Apr 19 2009 Iain Arnell iarn...@gmail.com 0.10-1
- Specfile autogenerated by cpanspec 1.77.
- add requires for optional modules
- add bindir and man1 to files


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-App-Nopaste/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  30 Apr 2009 05:00:58 -  1.1
+++ .cvsignore  30 Apr 2009 07:18:16 -  1.2
@@ -0,0 +1 @@
+App-Nopaste-0.10.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-App-Nopaste/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 30 Apr 2009 05:00:58 -  1.1
+++ sources 30 Apr 2009 07:18:16 -  1.2
@@ -0,0 +1 @@
+78d560ad4fb67cb8ceb0d84c4de40ed0  App-Nopaste-0.10.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Module-Used/F-10 perl-Module-Used.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-04-30 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-Module-Used/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15263/F-10

Modified Files:
.cvsignore sources 
Added Files:
perl-Module-Used.spec 
Log Message:
initial import


--- NEW FILE perl-Module-Used.spec ---
Name:   perl-Module-Used
Version:1.2.0
Release:1%{?dist}
Summary:Find modules loaded by Perl code without running it
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Module-Used/
Source0:
http://www.cpan.org/authors/id/E/EL/ELLIOTJS/Module-Used-v%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(File::Next) = 1.02
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(PPI::Document) = 1.203
BuildRequires:  perl(Readonly) = 1.03
BuildRequires:  perl(Test::Deep) = 0.098
BuildRequires:  perl(Test::More) = 0.72
BuildRequires:  perl(version) = 0.74
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

%description
Modules are found statically based upon use and require statements. If use
of the base or parent is found, both that module and the referenced ones
will be returned. If Moose or Moose::Role are found, this will look for
extends and with sugar will be looked for; presently, this will miss
modules listed in parentheses.

%prep
%setup -q -n Module-Used-v%{version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%install
rm -rf $RPM_BUILD_ROOT

./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
./Build test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/man3/*

%changelog
* Wed Apr 29 2009 Iain Arnell 1.2.0-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Module-Used/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  30 Apr 2009 05:04:14 -  1.1
+++ .cvsignore  30 Apr 2009 07:22:25 -  1.2
@@ -0,0 +1 @@
+Module-Used-v1.2.0.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Module-Used/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 30 Apr 2009 05:04:14 -  1.1
+++ sources 30 Apr 2009 07:22:25 -  1.2
@@ -0,0 +1 @@
+ba3421bb8f990f1729b8e2ad7fa233dc  Module-Used-v1.2.0.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Module-Used/F-11 perl-Module-Used.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-04-30 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-Module-Used/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15263/F-11

Modified Files:
.cvsignore sources 
Added Files:
perl-Module-Used.spec 
Log Message:
initial import


--- NEW FILE perl-Module-Used.spec ---
Name:   perl-Module-Used
Version:1.2.0
Release:1%{?dist}
Summary:Find modules loaded by Perl code without running it
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Module-Used/
Source0:
http://www.cpan.org/authors/id/E/EL/ELLIOTJS/Module-Used-v%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(File::Next) = 1.02
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(PPI::Document) = 1.203
BuildRequires:  perl(Readonly) = 1.03
BuildRequires:  perl(Test::Deep) = 0.098
BuildRequires:  perl(Test::More) = 0.72
BuildRequires:  perl(version) = 0.74
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

%description
Modules are found statically based upon use and require statements. If use
of the base or parent is found, both that module and the referenced ones
will be returned. If Moose or Moose::Role are found, this will look for
extends and with sugar will be looked for; presently, this will miss
modules listed in parentheses.

%prep
%setup -q -n Module-Used-v%{version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%install
rm -rf $RPM_BUILD_ROOT

./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
./Build test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/man3/*

%changelog
* Wed Apr 29 2009 Iain Arnell 1.2.0-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Module-Used/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  30 Apr 2009 05:04:14 -  1.1
+++ .cvsignore  30 Apr 2009 07:22:26 -  1.2
@@ -0,0 +1 @@
+Module-Used-v1.2.0.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Module-Used/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 30 Apr 2009 05:04:14 -  1.1
+++ sources 30 Apr 2009 07:22:26 -  1.2
@@ -0,0 +1 @@
+ba3421bb8f990f1729b8e2ad7fa233dc  Module-Used-v1.2.0.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Module-Used/devel perl-Module-Used.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-04-30 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-Module-Used/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15263/devel

Modified Files:
.cvsignore sources 
Added Files:
perl-Module-Used.spec 
Log Message:
initial import


--- NEW FILE perl-Module-Used.spec ---
Name:   perl-Module-Used
Version:1.2.0
Release:1%{?dist}
Summary:Find modules loaded by Perl code without running it
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Module-Used/
Source0:
http://www.cpan.org/authors/id/E/EL/ELLIOTJS/Module-Used-v%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(File::Next) = 1.02
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(PPI::Document) = 1.203
BuildRequires:  perl(Readonly) = 1.03
BuildRequires:  perl(Test::Deep) = 0.098
BuildRequires:  perl(Test::More) = 0.72
BuildRequires:  perl(version) = 0.74
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

%description
Modules are found statically based upon use and require statements. If use
of the base or parent is found, both that module and the referenced ones
will be returned. If Moose or Moose::Role are found, this will look for
extends and with sugar will be looked for; presently, this will miss
modules listed in parentheses.

%prep
%setup -q -n Module-Used-v%{version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%install
rm -rf $RPM_BUILD_ROOT

./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
./Build test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/man3/*

%changelog
* Wed Apr 29 2009 Iain Arnell 1.2.0-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Module-Used/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  30 Apr 2009 05:04:14 -  1.1
+++ .cvsignore  30 Apr 2009 07:22:26 -  1.2
@@ -0,0 +1 @@
+Module-Used-v1.2.0.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Module-Used/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 30 Apr 2009 05:04:14 -  1.1
+++ sources 30 Apr 2009 07:22:26 -  1.2
@@ -0,0 +1 @@
+ba3421bb8f990f1729b8e2ad7fa233dc  Module-Used-v1.2.0.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-MIME-Charset/devel import.log, NONE, 1.1 perl-MIME-Charset.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-04-30 Thread Xavier Bachelot
Author: xavierb

Update of /cvs/pkgs/rpms/perl-MIME-Charset/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25249/devel

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-MIME-Charset.spec 
Log Message:
Initial import.



--- NEW FILE import.log ---
perl-MIME-Charset-1_006_2-2_fc10:HEAD:perl-MIME-Charset-1.006.2-2.fc10.src.rpm:1241112010


--- NEW FILE perl-MIME-Charset.spec ---
Name:   perl-MIME-Charset
Version:1.006.2
Release:2%{?dist}
Summary:Charset Informations for MIME
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/MIME-Charset/
Source0:
http://www.cpan.org/modules/by-module/MIME/MIME-Charset-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

%description
MIME::Charset provides informations about character sets used for MIME
messages on Internet.

%prep
%setup -q -n MIME-Charset-%{version}

cat  \EOF  %{name}-prov
#!/bin/sh
%{__perl_provides} $* |\
sed -e '/perl(MIME::Charset)$/d'
EOF

%global __perl_provides %{_builddir}/MIME-Charset-%{version}/%{name}-prov
chmod +x %{__perl_provides}


%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc ARTISTIC Changes COPYING GPL README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Tue Apr 28 2009 Xavier Bachelot xav...@bachelot.org 1.006.2-2
- Filter duplicate Provides:.

* Fri Apr 24 2009 Xavier Bachelot xav...@bachelot.org 1.006.2-1
- Specfile autogenerated by cpanspec 1.77.
- Fix license.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-MIME-Charset/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  30 Apr 2009 04:50:20 -  1.1
+++ .cvsignore  30 Apr 2009 17:22:06 -  1.2
@@ -0,0 +1 @@
+MIME-Charset-1.006.2.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-MIME-Charset/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 30 Apr 2009 04:50:20 -  1.1
+++ sources 30 Apr 2009 17:22:06 -  1.2
@@ -0,0 +1 @@
+22a140a7f323518301d9998bf50e2e17  MIME-Charset-1.006.2.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-MIME-Charset/EL-5 perl-MIME-Charset.spec, NONE, 1.1 sources, 1.1, 1.2

2009-04-30 Thread Xavier Bachelot
Author: xavierb

Update of /cvs/pkgs/rpms/perl-MIME-Charset/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26368/EL-5

Modified Files:
sources 
Added Files:
perl-MIME-Charset.spec 
Log Message:
Import into F-9, F-10, F-11 and EL-5


--- NEW FILE perl-MIME-Charset.spec ---
Name:   perl-MIME-Charset
Version:1.006.2
Release:2%{?dist}
Summary:Charset Informations for MIME
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/MIME-Charset/
Source0:
http://www.cpan.org/modules/by-module/MIME/MIME-Charset-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

%description
MIME::Charset provides informations about character sets used for MIME
messages on Internet.

%prep
%setup -q -n MIME-Charset-%{version}

cat  \EOF  %{name}-prov
#!/bin/sh
%{__perl_provides} $* |\
sed -e '/perl(MIME::Charset)$/d'
EOF

%global __perl_provides %{_builddir}/MIME-Charset-%{version}/%{name}-prov
chmod +x %{__perl_provides}


%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc ARTISTIC Changes COPYING GPL README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Tue Apr 28 2009 Xavier Bachelot xav...@bachelot.org 1.006.2-2
- Filter duplicate Provides:.

* Fri Apr 24 2009 Xavier Bachelot xav...@bachelot.org 1.006.2-1
- Specfile autogenerated by cpanspec 1.77.
- Fix license.


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-MIME-Charset/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 30 Apr 2009 04:50:20 -  1.1
+++ sources 30 Apr 2009 17:26:57 -  1.2
@@ -0,0 +1 @@
+22a140a7f323518301d9998bf50e2e17  MIME-Charset-1.006.2.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-MIME-Charset/F-10 perl-MIME-Charset.spec, NONE, 1.1 sources, 1.1, 1.2

2009-04-30 Thread Xavier Bachelot
Author: xavierb

Update of /cvs/pkgs/rpms/perl-MIME-Charset/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26368/F-10

Modified Files:
sources 
Added Files:
perl-MIME-Charset.spec 
Log Message:
Import into F-9, F-10, F-11 and EL-5


--- NEW FILE perl-MIME-Charset.spec ---
Name:   perl-MIME-Charset
Version:1.006.2
Release:2%{?dist}
Summary:Charset Informations for MIME
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/MIME-Charset/
Source0:
http://www.cpan.org/modules/by-module/MIME/MIME-Charset-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

%description
MIME::Charset provides informations about character sets used for MIME
messages on Internet.

%prep
%setup -q -n MIME-Charset-%{version}

cat  \EOF  %{name}-prov
#!/bin/sh
%{__perl_provides} $* |\
sed -e '/perl(MIME::Charset)$/d'
EOF

%global __perl_provides %{_builddir}/MIME-Charset-%{version}/%{name}-prov
chmod +x %{__perl_provides}


%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc ARTISTIC Changes COPYING GPL README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Tue Apr 28 2009 Xavier Bachelot xav...@bachelot.org 1.006.2-2
- Filter duplicate Provides:.

* Fri Apr 24 2009 Xavier Bachelot xav...@bachelot.org 1.006.2-1
- Specfile autogenerated by cpanspec 1.77.
- Fix license.


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-MIME-Charset/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 30 Apr 2009 04:50:20 -  1.1
+++ sources 30 Apr 2009 17:26:57 -  1.2
@@ -0,0 +1 @@
+22a140a7f323518301d9998bf50e2e17  MIME-Charset-1.006.2.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-MIME-Charset/F-11 perl-MIME-Charset.spec, NONE, 1.1 sources, 1.1, 1.2

2009-04-30 Thread Xavier Bachelot
Author: xavierb

Update of /cvs/pkgs/rpms/perl-MIME-Charset/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26368/F-11

Modified Files:
sources 
Added Files:
perl-MIME-Charset.spec 
Log Message:
Import into F-9, F-10, F-11 and EL-5


--- NEW FILE perl-MIME-Charset.spec ---
Name:   perl-MIME-Charset
Version:1.006.2
Release:2%{?dist}
Summary:Charset Informations for MIME
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/MIME-Charset/
Source0:
http://www.cpan.org/modules/by-module/MIME/MIME-Charset-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

%description
MIME::Charset provides informations about character sets used for MIME
messages on Internet.

%prep
%setup -q -n MIME-Charset-%{version}

cat  \EOF  %{name}-prov
#!/bin/sh
%{__perl_provides} $* |\
sed -e '/perl(MIME::Charset)$/d'
EOF

%global __perl_provides %{_builddir}/MIME-Charset-%{version}/%{name}-prov
chmod +x %{__perl_provides}


%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc ARTISTIC Changes COPYING GPL README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Tue Apr 28 2009 Xavier Bachelot xav...@bachelot.org 1.006.2-2
- Filter duplicate Provides:.

* Fri Apr 24 2009 Xavier Bachelot xav...@bachelot.org 1.006.2-1
- Specfile autogenerated by cpanspec 1.77.
- Fix license.


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-MIME-Charset/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 30 Apr 2009 04:50:20 -  1.1
+++ sources 30 Apr 2009 17:26:58 -  1.2
@@ -0,0 +1 @@
+22a140a7f323518301d9998bf50e2e17  MIME-Charset-1.006.2.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-MIME-Charset/F-9 perl-MIME-Charset.spec, NONE, 1.1 sources, 1.1, 1.2

2009-04-30 Thread Xavier Bachelot
Author: xavierb

Update of /cvs/pkgs/rpms/perl-MIME-Charset/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26368/F-9

Modified Files:
sources 
Added Files:
perl-MIME-Charset.spec 
Log Message:
Import into F-9, F-10, F-11 and EL-5


--- NEW FILE perl-MIME-Charset.spec ---
Name:   perl-MIME-Charset
Version:1.006.2
Release:2%{?dist}
Summary:Charset Informations for MIME
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/MIME-Charset/
Source0:
http://www.cpan.org/modules/by-module/MIME/MIME-Charset-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

%description
MIME::Charset provides informations about character sets used for MIME
messages on Internet.

%prep
%setup -q -n MIME-Charset-%{version}

cat  \EOF  %{name}-prov
#!/bin/sh
%{__perl_provides} $* |\
sed -e '/perl(MIME::Charset)$/d'
EOF

%global __perl_provides %{_builddir}/MIME-Charset-%{version}/%{name}-prov
chmod +x %{__perl_provides}


%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc ARTISTIC Changes COPYING GPL README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Tue Apr 28 2009 Xavier Bachelot xav...@bachelot.org 1.006.2-2
- Filter duplicate Provides:.

* Fri Apr 24 2009 Xavier Bachelot xav...@bachelot.org 1.006.2-1
- Specfile autogenerated by cpanspec 1.77.
- Fix license.


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-MIME-Charset/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 30 Apr 2009 04:50:20 -  1.1
+++ sources 30 Apr 2009 17:26:58 -  1.2
@@ -0,0 +1 @@
+22a140a7f323518301d9998bf50e2e17  MIME-Charset-1.006.2.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


Re: help us by motivation

2009-04-30 Thread Rahul Sundaram
On 04/30/2009 09:44 AM, cetacean 09 wrote:

 sir/madam we are group of 6 guys  .our group(named as cetaceans) is
 working on motivating students and computer user  for using
 linux . we are organizing a three days workshop on linux (4th may2009
 to6th may) .But in this we require a favour by yourside  that we want to
 distribute certificates and
 cd's of fedora so that most number of student attend our workshop from
 all over india .so with due respect we want  (if possible) 
 you to give us permission to distribute these certificates . actually
 this is our first workshop as we just formed this group . we are
 engineerig students .we can organise this workshop in our college but
 most of the student or user are not able to take advantage if we
 organise it in our college . but if we organise this workshop outside
 our college in this case we dont have the authorised certificates to
 distribute. so we want  you to  help in this certificates problem .so
 please help us in this. an motivate us .

Fedora is a primarily a volunteer community and we don't offer any
certifications but if you drop me a mail offlist with your address and
other details, I might be able to send some media for you.

Rahul

-- 
Fedora-websites-list mailing list
Fedora-websites-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-websites-list


Re: HELP ME!

2009-04-30 Thread Paul W. Frields
On Wed, Apr 29, 2009 at 03:34:09PM +0200, Carmelo Aliberti wrote:
 I'm Carmelo, a new member of fedora project. I'm needing your help,
 because I've made a mistake. When I joined to fedora account system I've
 chosen a wrong nickname, How can I change it?

You should probably come by IRC Freenode, #fedora-admin, and ask the
administrators about changing it.  There's no automated way to do this
from the FAS interface, by design.

-- 
Paul W. Frieldshttp://paul.frields.org/
  gpg fingerprint: 3DA6 A0AC 6D58 FEC4 0233  5906 ACDB C937 BD11 3717
  http://redhat.com/   -  -  -  -   http://pfrields.fedorapeople.org/
  irc.freenode.net: stickster @ #fedora-docs, #fedora-devel, #fredlug

-- 
Fedora-websites-list mailing list
Fedora-websites-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-websites-list


  1   2   >