On Mon, Nov 28, 2011 at 07:39:25PM -0800, Adam Williamson wrote:
> On Mon, 2011-11-28 at 16:48 -0800, Jesse Keating wrote:
> > Trying to get the fedpkg rewrite out into stable. Got karma for f16,
> > still need enough karma to overcome earlier bad karma on earlier update
> > versions for f15.
> >
Bill Nottingham wrote:
> Jeremy Sanders (jer...@jeremysanders.net) said:
>> Hi - is an iscsi root device a supported configuration setup with F16 and
>> systemd? I asked on #systemd, and got pointed here.
>>
>> We're using dracut to boot diskless systems with root devices on iscsi.
>> This works
Am Dienstag, 29. November 2011, 08:19:14 schrieb Dipesh Acharya:
> I think it makes sense, that is why I wanted to maintain or co-maintain it.
> I can push changes for testing as soon as I modify the extension.
> Also, I would be watching all the bug reports, etc. and would be more
> involved in ma
On 11/28/2011 11:38 PM, Lars Seipel wrote:
> Hi there,
>
> is it possible to update rawhide's xcb-util to the current version which was
> released earlier this year?
>
> SONAMES changed so dependent packages will need (at least) a rebuild.
> Apparently, when it was released there was some confusion
I've just orphaned following packages:
* xcb-util
* gnome-colors-icon-theme (and retired)
* khmeros-fonts
* kurdit-unikurd-web-fonts
* libev
* libxdg-basedir
* monkeysphere (I guess Bernie needs co-maintainer)
Feel free to take them.
--
devel mailing list
devel@lists.fedoraproject.org
https://ad
Hi,
I've got 15 daemons writen in python that run php tasks. When I start
all daemons I see a lot of segfaults in logs.
[137969.485410] php[23201]: segfault at 50018 ip 005910d9
sp 7fff4160bd90 error 4 in php[40+2ca000]
[138037.623654] php[23469]: segfault at bc072fa35 ip
Why did you retire gnome-colors-icon-theme?
On Tue, Nov 29, 2011 at 10:28 AM, Michal Nowak wrote:
> I've just orphaned following packages:
>
> * xcb-util
> * gnome-colors-icon-theme (and retired)
> * khmeros-fonts
> * kurdit-unikurd-web-fonts
> * libev
> * libxdg-basedir
> * monkeysphere (I gues
so I was trying to fix xorg-x11-docs, which uses fop which uses java, which
means I've no idea.
http://koji.fedoraproject.org/koji/taskinfo?taskID=3549524
The main error is below so I suspect the problem is that some apache/avalon
framework jar file is build with the 1.7 jdk but the buildroot i
On Tue, Nov 29, 2011 at 10:29 AM, Johannes Lips
wrote:
> Why did you retire gnome-colors-icon-theme?
They're not retired, they're orphaned. It means he doesn't have time
to maintain them or doesn't use them anymore. Package maintainers that
are interested are able to pick up the maintenance of th
Well he stated otherwise in his initial e-mail. I didn't have a look at the
pkgdb yet, so it might be different actually.
On Tue, Nov 29, 2011 at 12:24 PM, Peter Robinson wrote:
> On Tue, Nov 29, 2011 at 10:29 AM, Johannes Lips
> wrote:
> > Why did you retire gnome-colors-icon-theme?
>
> They're
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=758123
Petr Šabata changed:
What|Removed |Added
---
> I've just orphaned following packages:
>
> * xcb-util
> * gnome-colors-icon-theme (and retired)
> * khmeros-fonts
I took this, I need it for Moodle.
-J
> * kurdit-unikurd-web-fonts
> * libev
> * libxdg-basedir
> * monkeysphere (I guess Bernie needs co-maintainer)
>
> Feel free to take them.
>
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=758126
Petr Šabata changed:
What|Removed |Added
---
hi, i have a "little" problem with rpmbuild
on the begin of my spec-file: %define kernel_uname_r %(echo $(uname -r))
this works fine in %files, but is ignored in %post
FATAL: Could not open '/boot/System.map-': No such file or directory
why?
%post
/sbin/ldconfig
/sbin/depmod -aeF /boot/System.map
I don't want to change my ssh key that I use for many other purposes. What is
the suggested method to generate a new key to be used only for fedora?
Kevin Fenzi wrote:
> Just a friendly reminder: If you are a Fedora account system account
> holder, and haven't changed your password and uploade
Am 29.11.2011 14:26, schrieb Neal Becker:
> I don't want to change my ssh key that I use for many other purposes. What
> is
> the suggested method to generate a new key to be used only for fedora?
~/.ssh/config
Host whatever
User user
IdentityFile path
Neal Becker píše v Út 29. 11. 2011 v 08:26 -0500:
> I don't want to change my ssh key that I use for many other purposes. What
> is
> the suggested method to generate a new key to be used only for fedora?
http://fedoraproject.org/wiki/Cryptography should have the answers
Dan
>
> Kevin Fenz
On Tue, Nov 29, 2011 at 08:26:48AM -0500, Neal Becker wrote:
> I don't want to change my ssh key that I use for many other purposes. What
> is
> the suggested method to generate a new key to be used only for fedora?
Do:
ssh-keygen -b 4096 -f ~/.ssh/id_rsa-fedora
Then edit .ssh/config and ad
On Tue, 2011-11-29 at 11:28 +0100, Michal Nowak wrote:
> I've just orphaned following packages:
> * libev
Just took this, as I was already a co-maintainer.
--
Mathieu
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
On 11/29/2011 01:16 PM, Reindl Harald wrote:
> hi, i have a "little" problem with rpmbuild
>
> on the begin of my spec-file: %define kernel_uname_r %(echo $(uname -r))
> this works fine in %files, but is ignored in %post
> FATAL: Could not open '/boot/System.map-': No such file or directory
> why?
* David Airlie [2011-11-29 05:36]:
> so I was trying to fix xorg-x11-docs, which uses fop which uses java, which
> means I've no idea.
>
> http://koji.fedoraproject.org/koji/taskinfo?taskID=3549524
>
> The main error is below so I suspect the problem is that some apache/avalon
> framework jar
Am 29.11.2011 14:44, schrieb Paul Howarth:
> On 11/29/2011 01:16 PM, Reindl Harald wrote:
>> hi, i have a "little" problem with rpmbuild
>>
>> on the begin of my spec-file: %define kernel_uname_r %(echo $(uname -r))
>> this works fine in %files, but is ignored in %post
>> FATAL: Could not open '/
On 25 November 2011 23:31, Rex Dieter wrote:
> These? app-install (and friends) still pending review it seems,
> https://bugzilla.redhat.com/show_bug.cgi?id=488962
> https://bugzilla.redhat.com/show_bug.cgi?id=488968
> If the objections truly have been dropped, I'd be happy to help move this
> al
On Tue, 2011-11-29 at 11:28 +0100, Michal Nowak wrote:
> I've just orphaned following packages:
>
> * xcb-util
Taken. Thanks for looking after it!
- ajax
signature.asc
Description: This is a digitally signed message part
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedor
On Mon, 2011-11-28 at 23:38 +0100, Lars Seipel wrote:
> Hi there,
>
> is it possible to update rawhide's xcb-util to the current version which was
> released earlier this year?
I've taken ownership of xcb-util, and submitted a build for 0.3.8.
The following packages depend on it in F17:
boinc-
On Tue, Nov 29, 2011 at 02:23:31PM +, Richard Hughes wrote:
> On 25 November 2011 23:31, Rex Dieter wrote:
> > These? app-install (and friends) still pending review it seems,
> > https://bugzilla.redhat.com/show_bug.cgi?id=488962
> > https://bugzilla.redhat.com/show_bug.cgi?id=488968
> > If t
On Tue, Nov 29, 2011 at 08:26:48 -0500,
Neal Becker wrote:
> I don't want to change my ssh key that I use for many other purposes. What
> is
> the suggested method to generate a new key to be used only for fedora?
Smooge did a detailed post on how to do this shortly after the announcement:
h
Jeremy Sanders (jer...@jeremysanders.net) said:
> > What are you using for networking - the old network service or
> > NetworkManager?
>
> The old network service. The root device is cloned from a non-iscsi
> installation, however, as kickstart didn't like to install onto a non-
> partitioned is
I want to get out of discussion ,what i should do?
I want to stop receiving mailplease help me.
On 11/28/11, Adam Williamson wrote:
> On Sun, 2011-11-27 at 03:17 +0530, Rahul Sundaram wrote:
>> Hi
>>
>> Forwarding with permission for discussions
>
> FWIW - I haven't looked at Ask
On Tue, 2011-11-29 at 12:32 +0545, Dipesh Acharya wrote:
> view again?
>
> Thank you :)
>
> Dipesh Acharya http://motorscript.com
> http://twitter.com/xtranophilist
>
Ah! No. Not required :)
--
Thanks,
Regards,
Ankur: "FranciscoD"
http://fedoraproject.org/wiki/User:Ankursinha
http://dodoin
On 29/11/11 17:28, sarfraj khanjade wrote:
> I want to get out of discussion ,what i should do?
> I want to stop receiving mailplease help me.
>
Go here:
https://admin.fedoraproject.org/mailman/listinfo/devel
Scroll near the bottom:
Read the instruction there.
--
Regards,
Fra
On Tue, Nov 29, 2011 at 12:18:03PM -0500, Bill Nottingham wrote:
> Jeremy Sanders (jer...@jeremysanders.net) said:
> > > What are you using for networking - the old network service or
> > > NetworkManager?
> >
> > The old network service. The root device is cloned from a non-iscsi
> > installati
On Tue, 2011-11-29 at 10:40 -0500, Adam Jackson wrote:
> boinc-manager-0:6.12.35-1.r24014svn.fc17.i686
Requires some minor porting to new xcb-util API.
> i3-0:4.0.1-2.fc17.i686
Needs this packaged first:
http://cgit.freedesktop.org/xcb/util-keysyms/
All others rebuilt with minimal hassle.
-
On Tue, 2011-11-29 at 09:02 -0500, Deepak Bhole wrote:
> Java 7 needs to become the default JDK for rawhide. We will start working
> on this over the coming few days. Until done, Java stuff might be broken
> here and there.
yeah new Java breaks build of VirtualBox-4.1.6 (from rpmfusion)
I got th
On Mon, 28 Nov 2011 10:29:22 -0500 (EST)
Paul Wouters wrote:
>
> Hi,
>
> There is a package in review that allows one to simply run DNSSEC
> on the endnode by dynamically reconfiguring the locally running
> DNS server. This process is mostly invisible to the user.
>
> https://bugzilla.redhat.c
On 11/01/2011 10:56 AM, sami wagiaalla wrote:
>
>> [...] One note, I don't like macros that span multiple scriptlets.
>> Having a macro for each scriptlet (or forgoing a macro if the resulting code
>> is simple enough) seems to be about the right level of indirection.
>>
>
> It does not look pretty
Hi,
when upgrade Fedora, some programs that we had used was been dropped
because are orphaned but many times it is because we have better
choices .
So my idea is that we may have a data base of possible replacement of
the package that has been orphaned .
For example smb4k have been dropped on F
Karel Zak (k...@redhat.com) said:
> On Tue, Nov 29, 2011 at 12:18:03PM -0500, Bill Nottingham wrote:
> > Jeremy Sanders (jer...@jeremysanders.net) said:
> > > > What are you using for networking - the old network service or
> > > > NetworkManager?
> > >
> > > The old network service. The root de
On Tue, 29 Nov 2011 11:28:49 +0100, MP (Michał) wrote:
> Hi,
>
> I've got 15 daemons writen in python that run php tasks. When I start
> all daemons I see a lot of segfaults in logs.
> [139860.124330] php[30470]: segfault at 14 ip 7f515ba0c7d8 sp
> 7fff64d4a2d0 error 4 in ld-2.14.90.so[7
Hi, folks. I wanted to let everyone know that I've gone through all the
issues raised in the Fedora 16 QA Retrospective:
https://fedoraproject.org/wiki/Fedora_16_QA_Retrospective
and taken action on each item where possible.
For most items I've added a recommendation to the Recommendations
secti
Sérgio Basto wrote:
> For example smb4k have been dropped on F16, have we any replacement that
> search the windows "network neighborhood" ?
smb4k simply needs somebody to sign up as a new maintainer and get this
through rereview…
(Yet another victim of our aggressive pruning, and the rereview r
41 matches
Mail list logo